/*DEFINE DEFAULT BASE FONT STYLES IN PX*/
/*DEFINE WEBSITE COLORS*/
.bold {
  font-weight: 700; }

/*DEFINE CUSTOM FONTS (remove if not needed)*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0; }

img {
  display: block;
  max-width: 100%; }

*:focus {
  outline: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

footer ul,
header ul {
  list-style: none; }

fieldset {
  border: 0; }

input {
  padding: 0;
  margin: 0; }

a {
  color: #065fb4;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:hover {
    color: #61707f; }

.pageAlign {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px; }

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px; }

.relative {
  position: relative; }

.fullWidth {
  float: left;
  width: 100%; }

.invisible {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

html {
  font-size: 62.5%;
  height: 100%; }

body,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/ }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #61707f;
  font-size: 16px;
  background: #fff; }

p {
  margin-bottom: 3rem;
  font-weight: 300; }

::-moz-selection {
  background: #065fb4;
  /* WebKit/Blink Browsers */
  color: #fff; }

::selection {
  background: #065fb4;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #065fb4;
  /* Gecko Browsers */
  color: #fff; }

.responsive-nav {
  display: none;
  margin-top: 8px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right; }
  .responsive-nav button {
    padding: 7px 10px;
    background: none;
    border: none;
    position: relative;
    height: 40px;
    width: 51px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right; }
    .responsive-nav button:hover .line {
      background: #065fb4; }

.line {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #065fb4;
  left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.line-t {
  top: 9px; }

.line-m {
  top: 19px; }

.line-b {
  top: 29px; }

.menu-on .line-m,
.menu-on:hover .line-m {
  background: none !important; }

.menu-on .line {
  top: 18px; }

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 20;
  height: 57px; }
  header .pageAlign:after {
    content: "";
    display: block;
    clear: both; }
  header a.logo {
    margin-top: 8px;
    display: block;
    float: left; }
  header nav {
    float: left;
    margin-left: 50px; }
    header nav ul {
      margin: 0;
      padding: 0; }
      header nav ul li {
        display: inline-block; }
        header nav ul li a {
          font-size: 11px;
          text-transform: uppercase;
          font-weight: 700;
          color: #61707f;
          display: block;
          padding: 20px 10px; }
          header nav ul li a:hover {
            color: #065fb4; }
        header nav ul li.active a {
          color: #065fb4; }

.hero {
  background: #065fb4 url(../images/blue-background.jpg) no-repeat center right;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0; }
  .hero img {
    display: inline-block; }
  .hero h2, .hero h3 {
    font-family: 'Rajdhani', sans-serif; }
  .hero h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    padding: 0; }
  .hero h3 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFCB08;
    margin: -10px 0 0 0;
    padding: 0; }
  .hero h1 {
    font-size: 21px;
    margin-top: 60px; }
  .hero .columns {
    margin-top: 80px; }
    .hero .columns:after {
      content: "";
      display: block;
      clear: both; }
    .hero .columns .column {
      float: left;
      width: 25%;
      padding: 0 40px; }
      .hero .columns .column .icon {
        margin: 0 auto; }
      .hero .columns .column:first-child .icon {
        background-image: url(../images/sprite2.png);
        background-position: -434px -261px;
        width: 19px;
        height: 31px; }
      .hero .columns .column:nth-child(2) .icon {
        background-image: url(../images/sprite2.png);
        background-position: -352px -142px;
        width: 31px;
        height: 31px; }
      .hero .columns .column:nth-child(3) .icon {
        background-image: url(../images/sprite2.png);
        background-position: -434px -154px;
        width: 21px;
        height: 33px; }
      .hero .columns .column:last-child .icon {
        background-image: url(../images/sprite2.png);
        background-position: -49px -352px;
        width: 29px;
        height: 28px; }
      .hero .columns .column p {
        font-size: 14px;
        line-height: 16px; }

.gray-section {
  background: #ccc url(../images/gray-background.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0; }
  .gray-section h2 {
    font-size: 30px;
    position: relative;
    font-weight: 400; }
    .gray-section h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 40px;
      height: 1px;
      background-color: #065fb4; }
  .gray-section h3 {
    font-size: 23px;
    color: #065fb4;
    font-weight: 400; }
  .gray-section .columns {
    margin-top: 100px;
    text-align: center; }
    .gray-section .columns:after {
      content: "";
      display: block;
      clear: both; }
    .gray-section .columns .column {
      float: left;
      width: 25%;
      padding: 0 12px; }
      .gray-section .columns .column .icon {
        position: relative;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background-color: #fff;
        margin: 0 auto; }
        .gray-section .columns .column .icon:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .gray-section .columns .column:first-child .icon:after {
        background-image: url(../images/sprite2.png);
        background-position: -352px -295px;
        width: 30px;
        height: 29px; }
      .gray-section .columns .column:nth-child(2) .icon:after {
        background-image: url(../images/sprite2.png);
        background-position: -352px -245px;
        width: 32px;
        height: 30px; }
      .gray-section .columns .column:nth-child(3) .icon:after {
        background-image: url(../images/sprite2.png);
        background-position: -434px -207px;
        width: 19px;
        height: 34px; }
      .gray-section .columns .column:last-child .icon:after {
        background-image: url(../images/sprite2.png);
        background-position: -352px -193px;
        width: 30px;
        height: 32px; }
      .gray-section .columns .column h3 {
        font-size: 23px;
        line-height: 26px; }
      .gray-section .columns .column p {
        font-size: 14px; }

.blue-section {
  background: #065fb4 url(../images/blue-background2.jpg) no-repeat center left;
  background-size: cover;
  color: #fff;
  padding: 150px 0; }
  .blue-section h2 {
    font-size: 30px;
    position: relative;
    font-weight: 400; }
    .blue-section h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 40px;
      height: 1px;
      background-color: #FFCB08; }
  .blue-section h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 400; }
  .blue-section .container {
    margin-top: 60px; }
    .blue-section .container:after {
      content: "";
      display: block;
      clear: both; }
    .blue-section .container .left {
      width: 50%;
      float: left;
      font-size: 23px; }
      .blue-section .container .left p {
        margin: 0; }
    .blue-section .container .right {
      width: 50%;
      float: right;
      width: 50%;
      font-size: 14px; }
      .blue-section .container .right ul {
        margin: 0; }

.gray-section.type_two {
  background: #ccc url(../images/gray-background2.jpg) no-repeat center right; }
  .gray-section.type_two .columns .column {
    width: 33.333%;
    position: relative; }
    .gray-section.type_two .columns .column:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: -40px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url(../images/sprite2.png);
      background-position: -352px 0px;
      width: 62px;
      height: 122px; }
    .gray-section.type_two .columns .column:last-child:after {
      display: none; }
    .gray-section.type_two .columns .column .phase {
      font-size: 23px; }
    .gray-section.type_two .columns .column img {
      margin: 0 auto; }
    .gray-section.type_two .columns .column h3 {
      color: #065fb4;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 23px; }
    .gray-section.type_two .columns .column p {
      font-size: 14px; }

.blue-section.type_two {
  padding-bottom: 20px; }
  .blue-section.type_two .columns {
    margin: 70px 0 120px 0; }
    .blue-section.type_two .columns:after {
      content: "";
      display: block;
      clear: both; }
    .blue-section.type_two .columns .column {
      float: left;
      width: 25%; }
      .blue-section.type_two .columns .column .week {
        background-color: #FFCB08;
        margin-right: 30px;
        height: 49px;
        line-height: 49px;
        position: relative;
        color: #065fb4;
        font-size: 23px;
        font-weight: 400;
        padding-left: 12px;
        margin-bottom: 50px; }
        .blue-section.type_two .columns .column .week:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: -30px;
          bottom: 0;
          width: 30px;
          height: 49px;
          background: url(../images/yellow-pointer.png) no-repeat; }
      .blue-section.type_two .columns .column .row {
        margin: 40px 0; }
        .blue-section.type_two .columns .column .row:after {
          content: "";
          display: block;
          clear: both; }
        .blue-section.type_two .columns .column .row img {
          border-radius: 100%;
          float: left;
          margin-right: 20px; }
        .blue-section.type_two .columns .column .row p {
          float: left;
          font-size: 14px;
          line-height: 16px;
          margin: 10px 0 0 0; }

.yellow-section {
  background: #FFCB08 url(../images/yellow-background.jpg) no-repeat right center;
  background-size: cover;
  padding: 80px 0;
  text-align: center; }
  .yellow-section .counter {
    display: inline-block;
    padding: 0 10px;
    margin: 15px 0; }
    .yellow-section .counter .count {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 700;
      color: #fff;
      font-size: 140px;
      line-height: 100px; }
    .yellow-section .counter .info {
      font-size: 23px;
      color: #065fb4; }

.gray-section.particulars .columns .column {
  width: 20%; }
  .gray-section.particulars .columns .column:first-child .icon:after {
    background-image: url(../images/sprite2.png);
    background-position: -434px -102px;
    width: 23px;
    height: 32px; }
  .gray-section.particulars .columns .column:nth-child(2) .icon:after {
    background-image: url(../images/sprite2.png);
    background-position: -434px 0px;
    width: 26px;
    height: 33px; }
  .gray-section.particulars .columns .column:nth-child(3) .icon:after {
    background-image: url(../images/sprite2.png);
    background-position: -434px -312px;
    width: 20px;
    height: 29px; }
  .gray-section.particulars .columns .column:nth-child(4) .icon:after {
    background-image: url(../images/sprite2.png);
    background-position: -434px -53px;
    width: 26px;
    height: 29px; }
  .gray-section.particulars .columns .column:last-child .icon:after {
    background-image: url(../images/sprite2.png);
    background-position: 0px -352px;
    width: 29px;
    height: 30px; }

.blue-section.sponsors h3 {
  color: #FFCB08; }

.blue-section.sponsors .columns {
  margin-top: 60px; }
  .blue-section.sponsors .columns:after {
    content: "";
    display: block;
    clear: both; }
  .blue-section.sponsors .columns .column {
    float: left;
    width: 25%;
    text-align: center; }
    .blue-section.sponsors .columns .column img {
      margin: 0 auto; }
    .blue-section.sponsors .columns .column p {
      font-size: 14px; }

.yellow-section.contact {
  text-align: left; }
  .yellow-section.contact h2 {
    font-size: 30px;
    position: relative;
    font-weight: 400;
    color: #fff; }
    .yellow-section.contact h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 40px;
      height: 1px;
      background-color: #065fb4; }
  .yellow-section.contact h3 {
    font-size: 23px;
    color: #065fb4;
    font-weight: 400; }
  .yellow-section.contact .container {
    margin-top: 30px;
    text-align: center; }
    .yellow-section.contact .container a.contact {
      color: #FFCB08;
      font-size: 30px;
      display: inline-block;
      padding: 25px 150px;
      background-color: #065fb4;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .yellow-section.contact .container a.contact:hover {
        color: #fff; }

@media only screen and (max-width: 1050px) {
	.responsive-nav { display: block;}
  header nav {
    border-top: 1px solid #ccc;
    float: none;
    margin: 0;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
    header nav ul li {
      display: block;
      border-bottom: 1px solid #ccc; }
    header nav.opened {
      visibility: visible;
      opacity: 1;
      max-height: 600px; }
  .hero h2 {
    font-size: 30px; }
  .hero h3 {
    font-size: 30px; }
  .hero h1 {
    font-size: 18px; }
  .hero .columns .column {
    width: 50%; }
    .hero .columns .column:nth-child(2n+1) {
      clear: left; }
  .gray-section.type_two .columns .column {
    padding: 0 30px; }
  .yellow-section .counter .count {
    font-size: 80px;
    line-height: 60px; }
  .yellow-section .counter .info {
    font-size: 18px; } }

@media only screen and (max-width: 800px) {
  .gray-section .columns .column {
    width: 50%; }
    .gray-section .columns .column:nth-child(2n+1) {
      clear: left; }
  .gray-section.particulars .columns .column:nth-child(2n+1) {
    clear: none; }
  .gray-section.type_two .columns .column {
    width: 100%;
    margin-bottom: 50px; }
    .gray-section.type_two .columns .column:after {
      display: none; }
    .gray-section.type_two .columns .column:last-child {
      margin-bottom: 0; }
  .blue-section.type_two .columns .column {
    width: 50%; }
    .blue-section.type_two .columns .column .row img {
      width: 60px;
      height: 60px; }
    .blue-section.type_two .columns .column .row p {
      margin-top: 5px;
      font-size: 12px; }
  .yellow-section .counter .count {
    font-size: 30px;
    line-height: normal; }
  .yellow-section .counter .info {
    font-size: 14px; } }

@media only screen and (max-width: 500px) {
  .pageAlign {
    padding: 0 15px; }
  .hero h1 {
    margin-top: 20px; }
  .hero .columns {
    margin-top: 20px; }
    .hero .columns .column {
      width: 100%; }
  .gray-section {
    padding: 50px 0; }
    .gray-section .columns {
      margin-top: 50px; }
      .gray-section .columns .column {
        width: 100%;
        margin-bottom: 20px; }
  .blue-section {
    padding: 50px 0; }
    .blue-section .container .left {
      width: 100%; }
    .blue-section .container .right {
      margin-top: 20px;
      width: 100%; }
  .blue-section.type_two .columns {
    margin: 30px 0 50px 0; }
    .blue-section.type_two .columns .column .week {
      margin-bottom: 10px; }
    .blue-section.type_two .columns .column .row img {
      float: none;
      margin: 0 auto; }
    .blue-section.type_two .columns .column .row p {
      float: none;
      display: block;
      text-align: center; }
  .gray-section.particulars .columns .column {
    width: 50%; }
    .gray-section.particulars .columns .column:nth-child(2n+1) {
      clear: left; }
  .blue-section.sponsors .columns .column {
    width: 50%;
    padding: 0 20px; }
  .yellow-section.contact .container a.contact {
    display: block;
    padding: 20px 40px; } }
