body {
  font: 100% Helvetica, sans-serif;
  color: #545456;
  direction: ltr;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  color: #3d3d3f;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #909091;
}

.listingTitle {
  font-size: 20px;
}

h4.listingTitle {
  font-size: 18px;
}

.listingHolder > li {
  margin-bottom: 30px;
}

.listingLink a, .listingDescription a {
  color: #909091;
}

.ajaxLoader::before {
  color: #3d3d3f;
}

.loadMoreBtn a {
  border: 1px solid #3d3d3f;
  color: #3d3d3f;
  padding: 0 55px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
}

.loadMoreBtn a:hover {
  color: #FFF;
  background: #909091;
  border-color: #909091;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #acd134;
  font-family: calibri, sans-serif;
  position: relative;
  overflow-x: hidden;
}

h3.title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
h3.title.center {
  width: 100%;
  text-align: center;
}

header .logo {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 5;
}

.mainBanner {
  background-image: url(../images/hero-banner3.jpg);
  width: 100%;
  height: 78vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.mainBanner::after {
  content: "";
  display: block;
  position: absolute;
  top: 99%;
  width: 100%;
  height: 80px;
  background-color: #acd134;
}
.mainBanner .title {
  position: absolute;
  display: block;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: Calibri, sans-serif;
  font-size: 39px;
  text-align: center;
  width: 49%;
  z-index: 3;
  padding: 0 6px 0 0;
}
.mainBanner .primary-btn {
  display: block;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: #acd134;
  font-size: 20px;
  font-family: "Calibri", sans-serif;
  text-transform: uppercase;
  padding: 17px 0;
  padding-left: 41px;
  padding-right: 78px;
  letter-spacing: 1px;
  font-weight: 300;
  background: #abd134;
  background: linear-gradient(90deg, #abd134 50%, #a3c82e 50%);
  z-index: 3;
}
.mainBanner .primary-btn:hover {
  background: #ff9000;
  background: linear-gradient(90deg, #ff9000 50%, #f28a03 50%);
}
.mainBanner .primary-btn:hover::after {
  right: 39px;
}
.mainBanner .primary-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 17px;
  background-image: url(../images/arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.1s ease-in-out;
}
.mainBanner .secondary-btn {
  display: block;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #636363;
  font-size: 15px;
  font-family: "Calibri", sans-serif;
  font-weight: 400;
  z-index: 3;
  padding-left: 20px;
  text-decoration: underline;
  display: none;
}
.mainBanner .secondary-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background-image: url(../images/linkArrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mainBanner .secondary-btn:hover {
  color: #ff9000;
}
.mainBanner .mouse-scroll {
  display: block;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.mainBanner .mouse-scroll a {
  display: block;
}
.mainBanner .mouse-scroll a:hover::after {
  transition: all 0.3s ease-in-out;
  bottom: 50%;
}
.mainBanner .scroll {
  display: block;
  padding-top: 23px;
  color: #6a6e71;
  font-weight: 300;
  font-size: 15px;
}
.mainBanner .scroll::before {
  content: "";
  display: block;
  bottom: 100%;
  width: 13px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/mouse.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainBanner .scroll::after {
  content: "";
  display: block;
  bottom: 65%;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/scroll-arrows.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mainBanner .car,
.mainBanner .electricityPoll,
.mainBanner .house,
.mainBanner .airplane,
.mainBanner .logo,
.mainBanner .landscape,
.mainBanner .cloud,
.mainBanner .smog {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
}
.mainBanner .car {
  bottom: 0;
  right: calc(50% - 200px);
  max-width: 135px;
  transform: translateY(-50%);
}
.mainBanner .electricityPoll {
  bottom: 0;
  left: 150px;
  max-width: 237px;
  transform: translateY(-7px);
  left: calc(50% - 552px);
  z-index: 2;
}
.mainBanner .house {
  bottom: 0;
  left: calc(50% - 278px);
  max-width: 129px;
  transform: translateY(-7px);
}
.mainBanner .airplane {
  top: 50%;
  right: calc(50% - 523px);
  max-width: 238px;
  transform: translate(50%, -50%);
  z-index: 2;
}
.mainBanner .logo {
  opacity: 0.2;
}
.mainBanner .logo.right {
  right: 0%;
  top: 0;
  transform: translateX(calc(50% - 65px)) translateY(calc(-50% + 120px));
  max-width: 554px;
  z-index: 1;
}
.mainBanner .logo.left {
  left: 0;
  bottom: 0;
  max-width: 500px;
  transform: translateX(calc(-50% + 158px)) translateY(calc(50% - 176px));
}
.mainBanner .landscape {
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 150%;
  width: 126%;
  z-index: 1;
  pointer-events: none;
}
.mainBanner .cloud.c1 {
  z-index: 2;
  top: calc(10% - 0px);
  left: calc(50% - 545px);
  max-width: 206px;
  -webkit-animation: movecloudsLeft 60s linear infinite;
  -moz-animation: movecloudsLeft 60s linear infinite;
  -o-animation: movecloudsLeft 60s linear infinite;
}
.mainBanner .cloud.c2 {
  z-index: 2;
  top: calc(10% - 5px);
  right: calc(50% - 547px);
  max-width: 190px;
  -webkit-animation: movecloudsRight 120s linear infinite;
  -moz-animation: movecloudsRight 120s linear infinite;
  -o-animation: movecloudsRight 120s linear infinite;
}
.mainBanner .cloud.c3 {
  z-index: 2;
  top: calc(38% - 0px);
  left: calc(50% - 551px);
  max-width: 85px;
  -webkit-animation: movecloudsLeft 120s linear infinite;
  -moz-animation: movecloudsLeft 120s linear infinite;
  -o-animation: movecloudsLeft 120s linear infinite;
}
.mainBanner .cloud.c4 {
  z-index: 2;
  top: calc(14% - 0px);
  right: calc(50% - 140px);
  max-width: 66px;
  -webkit-animation: movecloudsRight 60s linear infinite;
  -moz-animation: movecloudsRight 60s linear infinite;
  -o-animation: movecloudsRight 60s linear infinite;
}
.mainBanner .cloud.c5 {
  z-index: 2;
  top: calc(4% + 3px);
  right: calc(50% - 286px);
  max-width: 60px;
  -webkit-animation: movecloudsRight 120s linear infinite;
  -moz-animation: movecloudsRight 120s linear infinite;
  -o-animation: movecloudsRight 120s linear infinite;
}
.mainBanner .cloud.c6 {
  z-index: 2;
  top: calc(50% + 14px);
  left: calc(50% - 288px);
  max-width: 60px;
  -webkit-animation: movecloudsLeft 160s linear infinite;
  -moz-animation: movecloudsLeft 160s linear infinite;
  -o-animation: movecloudsLeft 160s linear infinite;
}
.mainBanner .smog {
  top: 46%;
  left: -115px;
  max-width: 88%;
  opacity: 0.2;
  transform: translateY(-50%);
}

.definition {
  display: block;
  padding-top: 120px;
  padding-bottom: 65px;
}
.definition .col-md-6.img {
  position: relative;
}
.definition .col-md-6.img img {
  position: absolute;
  bottom: 8px;
  right: 60px;
  width: auto;
  height: 100%;
}
.definition .content {
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  color: white;
}
.definition .content p {
  margin-bottom: 20px;
}
.definition .content p:last-child {
  margin-bottom: 0;
}
.definition .content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.definition .content ul li {
  list-style-type: disc;
}

.achievements {
  background: #72bee6;
  background: linear-gradient(90deg, #72bee6 50%, #68b7e1 50%);
  padding-top: 92px;
  padding-bottom: 100px;
}
.achievements .title {
  margin-bottom: 90px;
}
.achievements .numbers .item {
  text-align: center;
}
.achievements .numbers .item .number {
  color: white;
  font-size: 82px;
  line-height: 60px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
.achievements .numbers .item .number::after {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: calc(100% + 13px);
}
.achievements .numbers .item .title {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  display: block;
  width: 50%;
  margin: 0 auto;
}
.achievements .numbers .item:first-child .number::after {
  background-image: url(../images/school.svg);
}
.achievements .numbers .item:nth-last-child(2) .number::after {
  background-image: url(../images/student.svg);
}
.achievements .numbers .item:last-child .number::after {
  background-image: url(../images/prize.svg);
}

.leaders {
  position: relative;
  background: #bde8fe;
  background: linear-gradient(90deg, #bde8fe 50%, #b5e5fe 50%);
  padding-bottom: 70px;
}
.leaders::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 91px;
  width: 100%;
  background: #72bee6;
  background: linear-gradient(90deg, #72bee6 50%, #68b7e1 50%);
}
.leaders .container {
  background: white;
  background: linear-gradient(90deg, white 50%, #efefef 50%);
  padding: 90px;
  padding-top: 142px;
  position: relative;
}
.leaders .container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 94px;
  height: 138px;
  transform: translate(-50%, 65%);
  background-image: url(../images/Medal.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.leaders .title {
  color: #68b7e1;
  margin-bottom: 33px;
}
.leaders .row .col-md-6:first-child {
  padding-right: 0;
  height: 289px;
  background-image: url(../images/competitionLeaderWinner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.leaders .row .col-md-6:last-child {
  padding-left: 75px;
}
.leaders ol {
  counter-reset: listCounter;
  width: 100%;
}
.leaders ol::after {
  content: "";
  display: block;
  clear: both;
}
.leaders ol li {
  counter-increment: listCounter;
  display: block;
  position: relative;
  max-width: 100%;
  text-align: left;
  margin: 0;
  display: block;
  margin-bottom: 50px;
  padding-left: 56px;
  padding-top: 6px;
}
.leaders ol li:first-child {
  margin-left: 0;
}
.leaders ol li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.leaders ol li::before {
  content: counter(listCounter);
  display: block;
  position: absolute;
  font-size: 75px;
  line-height: 66px;
  color: #fd9025;
  top: 2px;
  left: 4px;
}
.leaders ol li .imageHolder {
  height: 205px;
  width: 100%;
  margin-bottom: 20px;
}
.leaders ol li .imageHolder img {
  height: 100%;
  width: auto;
}
.leaders ol li .studentName {
  color: #684f40;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}
.leaders ol li .schoolName {
  color: #684f40;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
}

.competitionGallery {
  background: #bde8fe;
  background: linear-gradient(90deg, #bde8fe 50%, #b5e5fe 50%);
}
.competitionGallery .title {
  margin-bottom: 65px;
}
.competitionGallery .gallery {
  width: 100%;
  margin-bottom: 65px;
}
.competitionGallery .gallery ul.photoSlider,
.competitionGallery .gallery .lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
.competitionGallery .gallery ul.photoSlider::after,
.competitionGallery .gallery .lSGallery::after {
  clear: both;
}
.competitionGallery .gallery ul.photoSlider li,
.competitionGallery .gallery .lSGallery li {
  display: block;
  float: left;
  cursor: pointer;
  max-height: 556px;
  overflow: hidden;
}
.competitionGallery .gallery ul.photoSlider li img,
.competitionGallery .gallery .lSGallery li img {
  display: block;
  width: 100%;
  height: auto;
}
.competitionGallery .gallery ul.photoSlider {
  transition: all 0.3s ease-in-out 0s;
}
.competitionGallery .gallery .lSGallery::after {
  content: "";
  display: block;
  clear: both;
}
.competitionGallery .gallery .lSGallery li img {
  max-height: 212px;
  display: block;
  width: auto;
  height: 100%;
}
.competitionGallery .gallery .lSSlideOuter {
  position: relative;
  overflow: hidden;
}
.competitionGallery .gallery .lSSlideWrapper {
  position: relative;
  margin-bottom: 16px;
}
.competitionGallery .gallery .lSSlideWrapper ul li img {
  height: 100%;
  max-height: 556px;
  width: auto;
  margin: 0 auto;
}
.competitionGallery .gallery .lSSlideWrapper .lSAction {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.competitionGallery .gallery .lSSlideWrapper .lSAction a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../images/controls.png);
  cursor: pointer;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.competitionGallery .gallery .lSSlideWrapper .lSAction a:hover {
  opacity: 1;
}
.competitionGallery .gallery .lSSlideWrapper .lSAction a.lSNext {
  background-position: -32px 0;
  right: 52px;
  float: right;
  position: relative;
  background-image: url(../images/arrow.svg);
}
.competitionGallery .gallery .lSSlideWrapper .lSAction a.lSPrev {
  left: 45px;
  float: left;
  position: relative;
  background-image: url(../images/arrow.svg);
  transform: rotateZ(-180deg);
}
.competitionGallery .gallery .lSSlideWrapper .lSAction::after {
  content: "";
  display: block;
  clear: both;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  font-weight: normal;
  line-height: 14px;
}
footer a {
  display: inline-block;
  font-size: 14px;
  color: white;
  text-decoration: none;
  font-weight: normal;
  line-height: 14px;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #fd9025;
}
footer .copyright {
  text-align: left;
}
footer .signature {
  text-align: right;
}
footer .signature a {
  text-decoration: underline;
}

@-webkit-keyframes movecloudsLeft {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-moz-keyframes movecloudsLeft {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-o-keyframes movecloudsLeft {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-webkit-keyframes movecloudsRight {
  0% {
    margin-right: -1000px;
  }
  100% {
    margin-right: 1000px;
  }
}
@-moz-keyframes movecloudsRight {
  0% {
    margin-right: -1000px;
  }
  100% {
    margin-right: 1000px;
  }
}
@-o-keyframes movecloudsRight {
  0% {
    margin-right: -1000px;
  }
  100% {
    margin-right: 1000px;
  }
}

/*# sourceMappingURL=cfp.css.map */
