*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-weight: 500;

}

/*.main{
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.411)50%,rgba(0,0,0,0.5)50%), url(images/bg.jpeg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}*/

.navbar{
    width: 100%;
    margin: 0 !important;
    display: contents !important;
}

ul.navbar-nav li a {
    color: #198754;
}
.nav-link:focus, .nav-link:hover {
    color: #000 !important;
    text-decoration: none;
}
section.copyryt {
    background: #198754;
}
/*.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: #ff7200;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;
    margin-top: 5px
}*/
.main-heading {
    padding-top: 2%;
}
.menu{
    width: auto;
}

ul{
    float: left;
    display: block;
    justify-content: center;
    align-items: center;
}

.menu ul li {
    display: inline-block;
    width: 100%;
    float: left;
}

ul li {
    list-style: none;
    margin-left: 0px;
    /* margin-top: 27px; */
    font-size: 14px;
    padding-top: 32px;
}

ul li a {
    text-decoration: none;
    color: #212529;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover {
    color: #198754;
}

.search{
    width: 330px;
    float: left;
    margin-left: 270px;
}

.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid #ff7200;
    margin-top: 13px;
    color: #fff;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background: #ff7200;
    border: 2px solid #ff7200;
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.2s ease;
    cursor: pointer;
}
.btn:hover{
    color: #000;
}

.btn:focus{
    outline: none;
}

.srch:focus{
    outline: none;
}

.content {
    padding: 3% 0;
}

.content .par {
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: 'montserrat';
    letter-spacing: 1.2px;
    line-height: 50px;
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.content h1 {
    font-family: 'montserrat';
    font-size: 50px;
    padding: 9% 0;
    letter-spacing: 2px;
}

.content .cn{
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
    
}

.content .cn a{
    text-decoration: none;
    color: #000;
    transition: .3s ease;
}

.cn:hover{
    background-color: #fff;
}

.content span{
    color: #ff7200;
    font-size: 65px
}

.form {
    padding: 25px;
    background: #fff;
    border: 5px solid #212529;
    border-radius: 10px;
}

.form h2{
    width: 220px;
    font-family: 'montserrat';
    text-align: center;
    color: #ff7200;
    font-size: 22px;
    background-color: #fff;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border: 1px solid #198754 !important;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}

.form input:focus{
    outline: none;
}

::placeholder{
    color: #fff;
    font-family: Arial;
}

.btnn{
    width: 240px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;
}
.btnn:hover{
    background: #fff;
    color: #ff7200;
}
.btnn a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.form .link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}
.form .link a{
    text-decoration: none;
    color: #ff7200;
}
.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.icons a{
    text-decoration: none;
    color: #fff;
}
.icons ion-icon{
    color: #fff;
    font-size: 30px;
    padding-left: 14px;
    padding-top: 5px;
    transition: 0.3s ease;
}
.icons ion-icon:hover{
    color: #ff7200;
}
@media screen and (max-width:992PX)
{
    .main{
        display: inline-block;
    }
    .logo{
        color:red;
    }
    ul{
        display: unset;
        float: none;

    }
    .search{
        display: unset;
        float: left;
    }
    .content{
        font: 30px;   
    }
}
/*new scc*/
section.header {
    background: #dee2e6;
    z-index: 9999999;
    height: 86px;
}
.navbar-toggler {
    background-color: #198754 !important;
    border: 1px solid #3c763d !important;
}
.logo img {
    width: 86px;
}
.main-section {
    width: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 60%)0%,rgb(0 0 0 / 80%)50%), url(images/dual--fuel-engines.webp);
    background-position: center;
    background-size: cover;
}

.main-heading h1 {
    color: #fff !important;
    text-align: center;
    font-size: 62px;
    line-height: 57px;
    margin-bottom: 20px;
    margin-top: 34px;
    font-family: 'montserrat' !important;
    font-weight: 600;
}
.contact p {
    font-family: 'Montserrat' !important;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
.contact ul {
    float: left;
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    margin-top: 15px;
}
.contact ul li {
    list-style: none;
    font-size: 19px;
    font-family: 'montserrat' !important;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 0px;
}
.form input {
    width: 100%;
    height: 35px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 4px 0;
    font-family: sans-serif;
}
.form h2 {
    font-size: 19px;
    width: 100%;
    color: #198754;
    font-weight: 600;
}
.form-group label {
    display: inline-block;
    width: 156px;
    font-size: 13px;
}
.form-group {
    display: flex;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #198754 !important;
}
.form .btn.btn-default {
    color: #fff;
    background: #198754;
    text-align: center;
    width: 25%;
    margin: 12px auto;
}
.about-section {
    display: block;
    margin:0px 0;
}
.about h2 {
    text-align: center;
    color: #005b31;
    font-family: 'Montserrat';
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight:600 !important;
}
.works h2 {
    text-align: center;
    color: #005b31;
    font-family: 'Montserrat';
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight:600 !important;
}
ul.about-list li {
    margin: 0;
    list-style: none;
    line-height: 22px;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 2%;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #161414;
    text-align: justify;
}
ul.about-list {
    display: block !important;
}
ul.about-list li:before {
    content: '\f560';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #053e24;
    font-size: 18px;
    font-weight: 700 !important;
}
.why-img img {
    width: 100%;
    margin-top: 7%;
    box-shadow: 8px 8px 0px #146b3f;
}

.about p {
    text-align: justify;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 30px;
}

.works p {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 30px;
}
.works h4 {
    font-size: 11px;
    text-align: center;
    color: #198754;
}
.works {
    width: 53%;
    margin: 0 auto;
}
.performance {
    background: #ddd;
    padding-top: 0px;
    padding-bottom: 40px;
}
.about h4 {
    font-size: 11px;
    text-align: center;
    color: #198754;
}

.why-choose2 img {
    padding-top: 7%;
}

.about {
    width: 100%;
    margin: 0 auto;
}

.services h1 {
    text-align: center;
    color: #005b31;
    font-family: 'montserrat';
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: 600 !important;
}

.services h2 {
    text-align: center;
    color: #005b31;
    font-family: 'montserrat';
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight:600 !important;
}
.service-section {
    text-align: center;
    margin: 35px 0;
}
.services h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'montserrat';
    color: #1DB578;
}
.services p {
    font-size: 16px;
    font-weight: 500;
}
.services img {
    vertical-align: middle;
    height: 80px;
    text-align: center;
}
.service-button a {
    display: inline;
    color: #fff;
    text-align: center;
    float: initial;
    padding: 11px 32px;
    font-size: 19px;
    background: #0f5c31;
    position: relative;
    margin: 0 auto;
    top: 22px;
}
.service-button:hover a{
    color: #fff;
}

.service-button {
    margin-bottom: 3%;
}

.why-choose2 {
    text-align: center;
}
.whychs-section {
    margin: 50px 0;
}
.instal-heading h2 {
    text-align: center;
    color: #fff;
    font-family: 'montserrat';
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight:600 !important;
}
.client-heading h2 {
    text-align: center;
    color:#005b31;
    font-family: 'montserrat';
    font-size: 23px;
    font-weight:600 !important;
}
.clients {
    margin: 40px 0;
    padding: 1px 0;
/*    border-bottom: 80px solid #1DB578;*/
}
.installation {
    background: #155035;
    margin: 0;
}
.client-image .col-md-4 img {
    width: 71%;
    height: 180px;
    margin: 0px 8px;
    padding: 3px;
    object-fit: contain;
}
.client-image .col-md-12{
    text-align: center;
}
.why-choose2 h2 {
    text-align: center;
    color:#005b31;
    font-family: 'montserrat';
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight:600 !important;

}
.govt-head h2 {
    text-align: center;
    color: #005b31;
    font-family: 'montserrat';
    font-size: 23px;
    margin-bottom: 35px;
    font-weight: 600;
}
.govt {
    /*margin: 30px 0px;*/
    padding: 30px 0 108px 0;
    border-bottom: 3px solid #1DB578;
}
.pdf-image .col-md-12 {
    text-align: center;
    display: block;
}
.pdf-image img {
    margin: 24px;
}
.download a {
    color: #0f5c31;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #0f5c31;
    font-size: 14px;
    padding: 10px;
    border-radius: 25px;
}
.download a:hover {
    background: #0f5c31 !important;
    color: #fff;
    text-decoration: none;
}
.faq-heading h2 {
    text-align: left;
    color: #000;
    font-family: 'Montserrat';
    font-size: 23px;
    background: #ddd;
    padding: 15px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
}
.footer {
    background: linear-gradient(0deg, #000000e6, #116a40fa), url(images/dual--fuel-engines.webp);
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-links h2 {
    color: #fff;
    text-align: center;
    font-size: 23px;
}
.footer-links ul li {
    color: #fff;
    margin: 15px auto;
    padding-left: 18px;
    padding-top: 0px;
}
.footer-links ul li a {
    color: #fff;
    margin: 15px auto;
    padding-left: 0px;
}
.footer-about {
    color: #fff;
    margin: 0 auto;
}
.footer-about p {
    font-size: 16px;
    margin-top: 15px;
}
.col-md-6 .footer-about img {
    display: block;
    margin: 0 auto;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 10px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-section {
    padding: 35px 15px 30px 15px;
    border-bottom: 3px solid #1DB578;
    background: #155035;
}
.faq {
    text-align: center;
}
.carousel-inner img {
    height: 481px !important;
}
.about h2:before {
    content: '';
    position: absolute;
    background: #146b3f;
    width: 60px;
    height: 3px;
    left: 48%;
    top: 75px;
}
.works:before {
    content: '';
    position: absolute;
    background: #146b3f;
    width: 60px;
    height: 3px;
    left: 48%;
    top: 75px;
}
.terms {
    text-align: justify;
    letter-spacing: 0;
    line-height: 22px;
}
.terms ul li {
    font-family: 'Montserrat';
    line-height: 20px;
}
.terms h3 {
    font-family: 'Montserrat';
    color: #000;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
}
.terms span {
    font-weight: 700;
    color: #074b2b;
}
/*.services h1:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #2abd6c;*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    left: 48%;*/
/*    top: 0;*/
/*}*/
.why-choose2:before {
    content: '';
    position: absolute;
    background: #146b3f;
    width: 60px;
    height: 3px;
    left: 48%;
    top: 82px;
}

.govt-head:before {
   content: '';
    position: absolute;
    background: #146b3f;
    width: 6%;
    height: 3px;
    left: 48%;
    z-index: 999;
    margin-top: 48px;
}
.clients:before {
    content: '';
    position: absolute;
    background: #146b3f;
    width: 6%;
    height: 3px;
    left: 48%;
    z-index: 999;
    margin-top: 65px;
}
.copy p {
    text-align: center;
    padding: 13px;
    color: #f8f9fa;
    margin-bottom: 0px;
}
.main .col-md-5 {
    background-image: url(images/pattern14.png);
    background-color: #198754;
    border-radius: 10px;
    padding: 20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
.panel {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: justify;
}

.panel {
    margin-bottom: 5px !important;
}

.about img {
    width: 100%;
}


.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
ul.mobile-menu li {
    padding: 0;
    margin: 0;
}
ul.mobile-menu li a {
    font-size: 17px;
    width: 100%;
}
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav {
    display: none;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto!important;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -20px;
    overflow: visible!important;
}
header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: sans-serif;
    background-color: #dee2e6;
}
.brand {
    width: auto;
    height: 100%;
    float: left;
    margin: 0 0 0 5%;
}
/*Início das configurações da Navigation*/
.menu {
    width: 82%;
    height: 100%;
    float: right;
}
.menu ul {
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.menu ul a {
    width: 100%;
    height: inherit;
    color: #198754;
    display: inline-block;
}
.menu ul a:hover {
    background-color: #198754;
    color: #fff;
    text-decoration: none;
}
.brand img {
    width: auto;
    height: 93px;
}
#menuToggle {
    display: none;
}
.menu-icon {
    display: none;
}
@media (max-width: 1199px) {
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
    display: none;
}
}
/*< 768px*/
@media screen and (max-width: 768px) {
    ul li {
    list-style: none;
    margin-left: 0px;
    /* margin-top: 27px; */
    font-size: 14px;
    padding-top: 0px;
}
    .menu {
        width: 100%;
        height: auto;
    }
    .menu ul {
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s;
        -moz-transition: max-height 0.3s;
        -ms-transition: max-height 0.3s;
        -o-transition: max-height 0.3s;
        transition: max-height 0.3s;
        /*Para fazer com que o menu saia da esquerda, você deve trocar max-height por max-width*/
        /*Para fazer com que o menu saia da direita, você deve trocar max-height por max-width e setar float: right*/
    }
  .menu ul a {
    text-align: left;
    width: 100%;
    background-color: #fff;
    padding: 0 0px 0 25px;
    border-bottom: 1px solid #198754;
}
    .menu-icon {
        width: 100px;
        height: inherit;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 60px;
    }
    #menuToggle:checked ~ ul {
        max-height: 600px;
        /*Para fazer com que o menu saia da esquerda ou direita, você deve trocar max-height por max-width*/
    }
    .menu-icon i {
        font-size: 1.7em;
    }
}


@media (max-width: 600px) {
    .navbar .col-md-9 {
    width: 59%;
    padding: 0;
    top: 11px;
    right: 0;
    position: absolute;
}
    .navbar .col-md-12 {
    width: 100%;
}
.topnav a {
    padding: 6px 16px;
    font-size: 28px;
    display: block;
    height: 46px;
}
    ul.mobile-menu {
    width: 100%;
    background: #000;
    display: block;
}
    .navbar {
    display: block;
}
    .menu {
    display: none;
}
.topnav {
    display: block;
    width: 203px;
    background: transparent;
    z-index: 999;
}
  .why-choose2 img {
    width: 100%;
  }
  ul li a {
    font-size: 10px;
}
.form .btn.btn-default {
    width: 35%;
    margin: 12px auto;
}

.about:before {
    content: '';
    position: absolute;
    background: #2abd6c;
    width: 60px;
    height: 3px;
    left: 43%;
    top: 90px;
}

.services:before {
    content: '';
    position: absolute;
    background: #2abd6c;
    width: 60px;
    height: 3px;
    left: 42%;
    top: 74px;
}

.service-button a {
    color: #fff;
    text-align: center;
    float: initial;
    padding: 11px 32px;
    font-size: 19px;
    background: #1DB578;
    position: relative;
    right: 0px;
}

.why-choose2:before {
    content: '';
    position: absolute;
    background: #2abd6c;
    width: 60px;
    height: 3px;
    left: 40%;
    top: 40px;
}

}

.safe {
    border: 1px solid #ccc;
    padding: 2% 4%;
    margin-top: 20%;
    transition: 0.5s;    
}

.safe:hover {
    background: #0f5c31;
    color: #fff !important;
    transition: 0.5s;
    box-shadow: 0 0 7px #707070;
    border: none;
}

.safe img {
    position: absolute;
    top: 10%;
    background: #0f5c31;
    border-radius: 15%;
    left: 0;
    margin-left: 40%;
    transition: 0.8s;
}

.container {
    width: 90% !important;
}

.safe:hover img {
    transform: rotateY(360deg);
    transition: 0.9s;
    box-shadow: 0 0 7px #707070;
}

.safe h2 {
    margin-top: 20%;
    margin-bottom: 5%;
    transition: 0.5s;
}

.safe:hover h2 {
    color: #fff;
    transition: 0.5s;
}

.safe:hover h3 {
    color: #fff;
    transition: 0.5s;
}

.safe h3 {
    transition: 0.5s;
}

.services h3 {
    font-size: 17px;
    font-weight: bold;
    font-family: 'montserrat';
    color: #212529;
}

.client-heading {
    margin-bottom: 5%;
}

.my-logo {
    border: 1px solid #ccc;
    margin-bottom: 9%;
    text-align: center;
    transition: 0.5s;
}

.my-logo:hover {
    background: #e9e9e9;
    transition: 0.5s;
    box-shadow: 4px 4px 1px #2bbc70;
}

.about-img img {
    width: 100%;
    margin-bottom: 5%;
}

.about p {
    margin-top: 3%;
}
/*Preeti css*/
.about p span {
    color: #0f6037;
    font-size: 17px;
    font-weight: 600;
}
.gen1 {
    background: linear-gradient(62deg, black 30%, #155036 65%);
}

.gen p {
    color: #fff;
    line-height: 27px;
    font-size: 16px;
    font-weight: 500;
}
.gen h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: auto;
    line-height: 28px;
    margin-top: 8%;
}

.gen_image img {
    width: 90%;
    margin-left: 10%;
    margin-top: 4%;
}

.why-img img {
    background: #ccc;
}

.whyimg img {
    width: 100%;
    margin-top: 7%;
    box-shadow: 0px 0px 0px #146b3f;
    border: 4px solid #fff;
}

.about li {
    text-align: justify;
    padding: 4px 0 0 0;
}

ul.dot li {
    list-style: disc;
}

.terms table td {
    padding: 3px 10px 3px 10px;
    border: 2px double #0f5c31;
}

.env img {
    width: 100%;
}

.copyryt a{
    color: #e9ecef;
}

.copyryt a:hover{
    color: #e9ecef;
    text-decoration: underline;
    margin-left: 5px;
}