@font-face {
    font-family: 'Aeonik';
    src: url('Aeonik-Black.woff2') format('woff2'),
        url('Aeonik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('Aeonik-Light.woff2') format('woff2'),
        url('Aeonik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('Aeonik-Medium.woff2') format('woff2'),
        url('Aeonik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('Aeonik-Thin.woff2') format('woff2'),
        url('Aeonik-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('Aeonik-Regular.woff2') format('woff2'),
        url('Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Aeonik', sans-serif;
}
body {
    overflow-x: hidden;
}
a {
	text-decoration: none;
    color: #000;
}
a:hover {
    color: #000;
}
img {
	max-width: 100%;
}
p {
    font-family: Aeonik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb1 {
    margin-bottom: 10px !important;
}
.mb2 {
    margin-bottom: 20px !important;
}
.mb3 {
    margin-bottom: 30px !important;
}
.mb4 {
    margin-bottom: 40px !important;
}
.mb5 {
    margin-bottom: 50px !important;
}
.mb7 {
    margin-bottom: 70px !important;
}
.mb8 {
    margin-bottom: 80px !important;
}
.mb10 {
    margin-bottom: 100px !important;
}
.mb12 {
    margin-bottom: 120px !important;
}
.pr-5 {
    padding-right: 3rem !important;
}
h2 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 56px;
}
h3 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px; 
}
.gray {
    color: rgba(0, 0, 0, 0.32) !important;
}

#header {
    background-image: url(../images/heroBG.png);
    background-position: bottom center;
    background-size: cover;
    padding-top: 30px;
}
#ourInvention {
    background-image: url(../images/blackBackground.png);
    background-position: bottom center;
    background-size: cover;
    color: #fff !important;
    padding: 15% 0;
}
.mainNavigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainNavigation > li {
    display: inline;
}
.mainNavigation > li > a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5 ease;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.mainNavigation > li > a:hover,
.mainNavigation > li > a:focus {
    color: #fff;
}

.myButt {
  outline: none;
  border: none;
  padding: 4px 20px;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  border: 2px solid #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.one {
  border-color: #fff;
  overflow: hidden;
  color: #fff;
}
.one .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -135px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.one:hover {
  background-color: #f44336;
  border-color: #fff;
  color: #fff;
}
.one:hover .insider {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  left: 135px;
}

.two {
  color: #fff;
}
.two:hover {
  border-color: #f44336;
  color: #f44336;
  animation: shakeThatBooty 0.3s linear 1;
  -webkit-animation: shakeThatBooty 0.3s linear 1;
  -moz-animation: shakeThatBooty 0.3s linear 1;
  -o-animation: shakeThatBooty 0.3s linear 1;
  -ms-animation: shakeThatBooty 0.3s linear 1;
}

@keyframes shakeThatBooty {
  33% {
    transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
  }
  67% {
    transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
  }
  100% {
    transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
  }
}
.three, .three:after {
  color: #fff;
  border-color: transparent;
}
.three:before {
  width: 0;
  height: 3px;
  content: " ";
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.three:after {
  top: 100%;
}
.three:hover, .three:hover:after {
  /*letter-spacing: 1px;*/
  color: #f44336;
}
.three:hover:before {
  width: 100%;
  left: 0;
}
.three:hover:after {
  width: 100%;
  left: 0;
}

.four {
  overflow: hidden;
}
.four span {
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.four .icon {
  position: absolute;
  left: -60px;
  top: 0;
  color: #fff;
  padding: 20px;
  background-color: #f44336;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.four:hover .icon {
  left: 0px;
}
.four:hover span {
  color: #f44336;
  margin-left: 50px;
}

.five {
  overflow: hidden;
  color: #fff;
}
.five .layer {
  color: #fff;
  position: absolute;
  top: -70px;
  width: 100%;
  left: 0;
  padding: 20px 0;
  background-color: #f44336;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.five:hover .layer {
  top: 0;
}
.whiteBGButton {
    padding: 8px 18px;
    background: #fff;
    color: #000 !important;
    border-radius: 3px;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    display: inline-block;
}
.whiteBGButton:hover {
    background: transparent;
    color: #fff !important;
}
.heroContent {
    color: #fff;
    width: 100%;
    max-width: 620px;
    text-align: center;
    margin: 12% auto;
}
.heroContent h1 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 56px;
}
.heroButton {
    width: 144px;
    height: 44px;
    line-height: 38px;
    background: #000000;
    border-radius: 3px;
    font-family: Aeonik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    display: block;
    border: 2px solid #000000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin: 80px auto 0;
}
.heroButton:hover {
    background: transparent;
    color: #000 !important;
}
.sliderButton
{
    margin: unset;
    width: 163px;
    text-align: center;
}
#clickToNext {
    display: block;
    margin: 0px auto 10px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.grayScale {
    filter: grayscale(100%);
    -moz-animation: grayScale 4s infinite;
    -webkit-animation: grayScale 4s infinite;
    animation: grayScale 4s infinite;
}
@keyframes grayScale {
  0% {
    filter: grayscale(100%)
  }
  20% {
    filter: grayscale(0%)
  }
  40% {
    filter: grayscale(100%)
  }
  60% {
    filter: grayscale(0%)
  }
  80% {
    filter: grayscale(100%)
  }
  100% {
    filter: grayscale(0%)
  }
}
#globeSection {
    padding: 160px 0;
    position: relative;
}
.globeContent1 {
    margin-top: 47px;
}
.globeContent10 {
    position: relative;
}
.globeContent3 {
    position: relative;
    top: -115px;
}
.globeContent2 {
    position: relative;
}
.globeContent10:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.absoluteImg {
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: unset;
}
.visibilityHidden {
    visibility: hidden;
}
.grayBlock {
    background: rgba(157, 148, 255, 0.08);
}
#greenFutureHead {
    max-width: 600px;
    margin: 0 auto;
}

/*--- ScrollFade Specific ---*/

.scrollFade {
    opacity: 1;
    pointer-events: all;
}

.scrollFade--hidden {
    opacity: 0.1;
    pointer-events: none;
}

.scrollFade--visible {
    opacity: 1;
    pointer-events: all;
}

.scrollFade--animate {
    transition: opacity 0.4s ease-in-out;
}
#outrInventionHead {
    color: #FFFFFF;
    opacity: 0.32;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
}
#emmissionFree {
    background-image: url(../images/trees.png);
    background-position: bottom center;
    background-size: cover;
    color: #fff !important;
    padding: 7% 0 45%;
}
h2.emmissionFreeHeading {
    max-width: 330px;
}
p.emmissionFreeP {
    max-width: 250px;
}
.purple {
    line-height: 48px;
    color: #9D94FF;
}
.green {
    line-height: 48px;
    color: #69D681;
}
.width100 {
    width: 100%;
}
.recognition {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FEFDFD;
    border-radius: 3px;
}
.recognition p {
    min-height: 80px;
}
.recognition p {
    min-height: 80px;
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}
#contactFormSection {
    background-image: url(../images/footer.png);
    background-position: bottom center;
    background-size: cover;
    color: #fff !important;
}
.contactForm {
    background: #fff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    bottom: -80px;
}
.submitButton {
    margin: 40px 0 0 !important;
}
.contactForm input[type='text'], .contactForm input[type='email'], .contactForm select, .contactForm textarea {
    background: #F1F1F1;
    border-radius: 3px;
    border: 0;
    padding: 10px;
}
#footerSection {
    padding: 5% 0;
}
.clouds1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
}
.clouds2 {
    position: absolute;
    left: 00%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
}
.formResponse {
    color: green;
    margin-top: 20px;
}
.formResponse.red {
    color: red;
}
#container {
    height: 126px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.photobanner img {
    margin-right: 10px;
}
.photobanner {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%;
    white-space: nowrap;
    animation: bannermove 12s linear infinite;
}
.photobanner:hover {
  animation-play-state: paused;
}

@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-2335px, 0);
  }
}


/*MEDIA QUERIES*/
@media (max-width: 600px) {
    .mainNavigation .whiteBGButton {
        background: unset;
        border: unset;
        color: #fff !important;
    }
    .heroContent h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .heroContent {
        margin: 32% auto;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .mainNavigation {
        margin-top: 20px;
    }
    .mainNavigation li:first-child a {
        padding-left: 0;
    }
    #globeSection {
        padding: 80px 0;
    }
    .absoluteImg {
        display: none;
    }
    .visibilityHidden {
        visibility: visible;
    }
    .globeContent3 {
        position: unset;
    }
    .globeContent3 .mb2 {
        margin: unset !important;
    }
    .globeContent10:before {
        display: none;
    }
    .mb12 {
        margin-bottom: 60px !important;
    }
    .globeContent1 {
        margin-top: 0;
    }
    .img2 {
        margin-top: 60px;
    }
    .gcSec3 {
        margin-top: 20px;
    }
    #ourInvention {
        padding: 20% 0;
    }
    /*#ourInvention p {
        background: rgba(0,0,0,0.7);
        padding: 10px;
        box-sizing: border-box;
    }*/
    #partnerships img {
        margin-bottom: 30px;
    }
    #partnerships div div div:last-child img {
        margin-bottom: 0px;
    }
    .mySlider .carousel-item {
        padding: 10px;
    }
    .sliderContent {
        margin-top: 10px;
    }
    #emmissionFree {
        padding: 7% 0 135%;
    }
    .mb5 {
        margin-bottom: 20px !important;
    }
    #futureSection .mb10 {
        margin: unset !important;
    }
    .futureIconSection {
        margin: 20px 0px;
    }
    #emmissionFree, #futureSection {
        margin-bottom: 50px !important;
    }
    .awardLogo {
        margin-bottom: 20px;
    }
    .recognition {
        margin-bottom: 20px;
    }
    .contactForm {
        position: unset;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #contactFormSection {
        padding: 30px 0;
    }
    .footerSocial {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .photobanner {
        animation: bannermove 14s linear infinite;
    }
    html {
        overflow-x: hidden;
    }
    .clouds1 {
        width: 140%;
        max-width: unset;
        transform: translate(-4px, -50%);
    }
    .clouds2 {
        top: 70%;
        width: 140%;
        max-width: unset;
        transform: translate(3.1px, -50%);
    }




}
/* medium and up screens */
@media (min-width: 768px) {
    
}