@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*font-family: 'Montserrat', sans-serif;*/

body {
    color: #575555;
    font-family: 'Montserrat', sans-serif;
}

a,
button {
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-5 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-6 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.padding-0 {
    padding: 0;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-6 {
    padding-top: 60px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-6 {
    padding-bottom: 60px;
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.left-align-img {
    float: left;
    margin: 0 20px 20px 0;
}

.form-control:focus {
    box-shadow: none;
}

.btn-green a {
    background: #42b02a;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
}

.btn-green a:hover {
    text-decoration: none;
    color: #000;
}

.btn-outline-green a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #42b02a;
    border: 2px solid #42b02a;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn-outline-green a:hover {
    background: #42b02a;
    text-decoration: none;
    color: #fff;
}

.section-title {
    color: #42b02a;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
}

.green-text {
    color: #42b02a;
}

ul.list {
    padding: 0;
    list-style-type: none;
}

ul.list li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}

ul.list li:after {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f054";
    font-family: 'FontAwesome';
    color: #42b02a;
}

ul.list li .dark {
    display: block;
    color: #000000;
}

header {
    padding: 40px 0 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

header.fixed {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #42b02a;
}
.btn-language{ margin:18px 0;}
/*.btn-language:before{z-index: 0;width: 100%;height: 100%;background:none;border-radius: 4px;position: absolute;top:4px;bottom: auto; left:4px;right: auto; content: "";border-right: 5px solid #42b02a;
    border-bottom: 5px solid #42b02a;}*/
#google_translate_element a:hover{ text-decoration: none;}
.btn-language button{ border: 1px solid #fff; color: #fff;}
.btn-language button:hover, .btn-language button:focus{ box-shadow: none;}
header.fixed .btn-language button {border: 1px solid #000;color: #000;}
header.fixed .btn-language button:hover{color: #42b02a;}
.btn-language .dropdown-menu{ min-width: 100%;}
.banner-wrapper {
    position: relative;
}

.banner-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
}

.banner-img img {
    width: 100%;
}

.banner-content {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 37%;
    color: #fff;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 900;
    position: relative;
    margin: 0 0 30px;
}

.banner-content h1:before {
    background: url(../images/banner-content-left-arrow.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -20px;
    top: -12px;
}

.banner-content h1:after {
    background: url(../images/banner-content-right-arrow.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    right: -20px;
    bottom: -12px;
}

.banner-content h2 {
    font-size: 24px;
    font-weight: 800;
}

.down-arrow a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 52px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 54px;
    z-index: 2;
}

.about-us-wrapper {
    background: url(../images/our-vision-bg.jpg) no-repeat center 0;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.about-us-content {
    padding-bottom: 32%;
}

.what-we-do-wrapper {
    background: url(../images/what-we-do-bg.jpg) no-repeat center 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 11% 0;
    color: #fff;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.what-we-do-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.what-we-do-wrapper .section-title {
    color: #fff;
}

.strategic-goals-wrapper {
    padding: 100px 0;
    text-align: center;
    font-weight: 700;
    color: #818181;
}

.strategic-goals-wrapper h3 {
    color: #232323;
    font-weight: 900;
    margin: 0 0 15px;
}

.goal-box .img {
    margin: 0 0 30px;
}

footer {
    background: #1a1a1a;
    overflow: hidden;
    color: #42b02a;
    padding: 22px 0;
}

.copyright {
    text-transform: uppercase;
    margin: 9px 0 0;
}

.social-media-icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

.social-media-icons ul li {
    float: left;
    padding-left: 45px;
}

.social-media-icons ul li:first-child {
    padding-left: 0;
}

.social-media-icons ul li a {
    color: #42b02a;
    font-size: 28px;
}

.social-media-icons ul li a i {
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out;
}

.social-media-icons ul li a:hover i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #fff;
}

#toTop {
    color: #b0b0b0;
    position: fixed;
    bottom: 20px;
    right: 45px;
    display: none;
    font-size: 24px;
    cursor: pointer;
    width: 45px;
    line-height: 41px;
    text-align: center;
    z-index: 1;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
}

#toTop:hover {
    background: #e8e8e8;
}


/********************************* Contact Page *********************************/

.contact-wrapper {
    background: url(../images/contact-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}

.contact-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
}

.contact-img img {
    width: 100%;
}

.contact-content {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 37%;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.contact-content h1 {
    font-size: 48px;
    font-weight: 900;
    position: relative;
    margin: 0 0 30px;
}

.careers-mail {
    margin: 0 0 15px;
}

.careers-mail a {
    color: #fff;
}

.careers-mail a:hover {
    color: #42b02a;
    text-decoration: none;
}
.contact-us-wrapper{ padding: 100px 0; overflow: hidden;}
.address-box h3{color: #232323;font-weight: 900;margin: 0 0 15px; text-transform: uppercase;}
.address-box .contact-intro{ margin: 0 0 15px;}
.address-box .intro-icon{color: #42b02a; font-size: 36px; margin: 0 15px 0 0; min-width: 36px;}
.address-box .intro-content{ padding-top: 12px;}
.address-box .intro-content a{ color: #575555;}
.address-box .intro-content a:hover{ color: #000; text-decoration: none;}

/********************************* Careers Page *********************************/

.careers-wrapper {
    background: url(../images/careers-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 700px;
    height: 100vh;
}

.careers-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
}

.careers-img img {
    width: 100%;
}

.careers-content {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 54%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.careers-content h1 {
    font-size: 48px;
    font-weight: 900;
    position: relative;
    margin: 0 0 30px;
}

.careers-content h2 {
    font-weight: 800;
    padding-top: 7%;
}


/********************************* About Us Page *********************************/

.inner-banner-wrapper {
    background: url(../images/about-us-banner.jpg) no-repeat center center;
    background-size: cover;
    max-height: 500px;
    position: relative;
    padding: 14% 0;
    color: #fff;
    text-align: center;
}

.inner-banner-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.inner-banner-content h1 {
    font-size: 48px;
    font-weight: 900;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

.our-mission-wrapper {
    padding: 100px 0;
}

.our-mission-wrapper .section-title {
    text-align: right;
    margin: 0;
    line-height: normal;
}

.our-mission-wrapper h3 {
    margin: 5px 0 0;
    font-weight: 900;
    color: #232323;
}

.our-story-wrapper {
    background: url(../images/our-story-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.our-story-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.our-story {
    background: rgba(0, 0, 0, 0.7);
    padding: 10%;
    color: #fff;
}

.our-story .section-title {
    text-align: left;
}


/********************************* R/CNG LNG Page *********************************/

.dropdown-menu {
    background-color: #42b02a;
    border: none;
    border-radius: 0;
    font-size: 14px;
    transition: .54s ease-in-out;
    -moz-transition: .54s ease-in-out;
    -o-transition: .54s ease-in-out;
    -webkit-transition: .54s ease-in-out;
}

.dropdown.open .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
    background-color: #63c74d;
    color: #fff;
}

.go-from-diesel-wrapper {
    background: url(../images/go-from-diesel-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 14% 0;
    text-align: center;
    color: #fff;
}

.go-from-diesel-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.go-from-diesel-wrapper h2 {
    font-weight: 700;
}

.go-from-diesel-wrapper h6 {
    font-weight: 600;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.go-from-diesel {
    position: relative;
    padding: 0 2%;
}

.ngv-repower-wrapper {
    background: url(../images/ngv-repower-bg.jpg) no-repeat center center;
    background-size: cover;
    max-height: 500px;
    position: relative;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.ngv-repower-wrapper:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.ngv-repower-wrapper h2 {
    font-weight: 700;
    margin: 0 0 30px;
}

.ngv-repower-wrapper h6 {
    font-weight: 600;
    text-transform: uppercase;
}

.ngv-repower {
    position: relative;
}

.faster-wrapper {
    padding: 20px 0
}

.the-process-wrapper {
    background: #f2f2f2;
    padding: 100px 0;
    text-align: center;
}

.the-process-wrapper h2 {
    font-weight: 700;
    color: #232323;
    margin: 0 0 30px;
}

.the-process-wrapper h6 {
    font-weight: 600;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.process-box {
    text-align: left;
}

.process-box h5 {
    color: #42b02a;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 48px;
}

.process-box .process-img {
    margin: 0 0 20px;
}

.process-box .process-text p:last-child {
    margin-bottom: 0;
}

.zero-emissions-wrapper {
    padding: 100px 0;
}

.zero-emissions-wrapper .section-title {
    text-align: left;
    line-height: normal;
}

.zero-box {
    padding: 30px 0 0;
    border-top: 1px solid #575555;
}

.zero-box h5 {
    font-weight: 700;
    margin: 0 0 15px;
    color: #232323;
}

.zero-box p:last-child {
    margin-bottom: 0;
}


/********************************* Hybrid/Electric Page *********************************/

.go-hybrid-banner-wrapper {
    background: url(../images/hybrid-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 14% 0;
    text-align: center;
    color: #fff;
}

.go-hybrid-banner-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.go-hybrid-banner-wrapper h2 {
    font-weight: 700;
}

.go-hybrid-banner-wrapper h6 {
    font-weight: 600;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.hybrid-banner-wrapper {
    position: relative;
}

.hybrid-banner-wrapper:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.hybrid-banner img {
    width: 100%;
}

.hybrid-wrapper {
    background: #000;
    color: #fff;
    padding: 5%;
    overflow: hidden;
}

.hybrid-left {
    text-align: center;
}

.hybrid-logo {
    margin: 0 0 20px;
}

.hybrid-text {
    font-weight: 700;
    font-size: 18px;
}

.hybrid-text p:last-child {
    margin-bottom: 0;
}

.why-go-wrapper {
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    overflow: hidden;
}

.why-go-wrapper .section-title {
    text-align: right;
    margin: 0;
    line-height: normal;
}

.why-go-wrap {
    background: #f2f2f2;
    padding: 2% 5%;
}

.why-go-content p:last-child {
    margin-bottom: 0;
}


/********************************* Hydrogen Page *********************************/

.hydrogen-banner-wrapper {
    background: url(../images/hydrogen-banner-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.hydrogen-banner-wrapper:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.hydrogen-banner-text h2 {
    font-weight: 700;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

.hydrogen-repower-wrapper {
    background: url(../images/hydrogen-repower-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 14% 0;
    text-align: center;
    color: #fff;
}

.hydrogen-repower-wrapper:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.hydrogen-repower-wrapper h2 {
    font-weight: 700;
}

.hydrogen-repower-wrapper h6 {
    font-weight: 600;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.zero-compromise-wrapper {
    padding: 100px 0 0;
}

.zero-compromise-wrapper .section-title {
    text-align: left;
    line-height: normal;
}

.emission-box {
    margin: 0 0 40px;
}

.emission-box:last-child,
.emission-box p:last-child {
    margin-bottom: 0;
}

.emission-box h5 {
    font-weight: 700;
    margin: 0 0 15px;
    color: #232323;
}

.coming-soon-wrapper {
    padding: 0 0 70px;
}