*{
    padding:0;
    margin:0 auto;
}

body{
     font-family: 'Montserrat-Regular';
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-SemiBold';
}

 .error-page {
    /*margin-top: 72px;*/
    padding: 80px 0 ; 
}
.error-page h1 {
    font-size: 180px;
    line-height: 1;
}
.error-page p {
    font-size: 28px;
    margin-bottom: 10px;
}
.error-page p.small {
    font-size: 16px;
    margin-bottom: 24px;
}

.error-page p span {
    color: #0098b6;
}
.visit {
    color: #0098b6;
   
    text-decoration: none;
    position: relative;
    transition: all ease-in-out 0.5s;
}
.visit:hover:after {
    right:0;
    left:auto;
    width: 0%;
}
.visit:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #0098b6;
    left: 0;
    bottom: -2px;
    transition: all ease-in-out 0.5s;
}
nav.navbar.navbar-expand-lg.fixed {
    background: #000000;
    z-index: 9;
}
.navbar-brand img {
    width: 140px;
}
.nav-link:focus {
    color: #fff;
}
.nav-link.btns {
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 7px 19px !important;
}

.nav-link.btns:focus {
    color: #fff;
}

.nav-link.btns:hover{
    border: solid 1px #0098b6;
}

.nav-link.btns:after{
    display:none;
}
.banner1:after {
    content: "";
    background: #00000033;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
nav .nav-item {
    margin: 0 30px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
.navbar-nav .dropdown-menu {
    top: 80%;
}

nav .nav-link {
    font-size: 14px;
    padding: 0 !important;
    color: #fff;
    position: relative;
    padding: 25px 0 !important;
}


.dropdown-toggle::after{
    display:none;
}
nav .nav-link:hover {
    color:#fff;
}
nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #fff;
    height: 2px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    width: 0;
}
nav .nav-link:hover:after{
    width:100%;
        right: 0;

}
.banner1 {
    background-size: cover !important;
    height: 100vh !important;
      background-position: center !important;
}
nav.navbar.navbar-expand-lg {
        /*backdrop-filter: blur(12px);*/
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding:0;
    z-index: 9;
}

.pad80{
    padding: 80px 0;
}

.h2 {
    font-size: 40px;
}

p{
    color: #0F0F0F;
}
.p {
    font-size: 16px;
}

.btns {
    color: #0098b6;
    text-decoration: none;
    font-size: 14px;
    border: solid 1px #0098b6;
    padding: 10px 30px;
    border-radius: 50px;
        display: inline-block;
        -webkit-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
}

.btns:hover{
    background: #0098b6;
    color: #fff;
}

.about .p {
    margin-bottom: 40px;
}

.border-radius{
    border-radius: 20px;
}

.servicesbox {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 20px;
}

.servicesbox a {
    text-decoration: none;
}

.grey{
    background:#f5f5f5;
    padding:10px 0;
}
.email-con span {
    font-size:16px;
}
.email-con span a {
    color: #000;
    text-decoration: none;
}

.email-con span a:hover {
    color:#0098b6;
}
.servicesbox .services-img {
    width: 180px;
    height: 180px;  
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto;
}
.servicesbox .services-img img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.servicesbox:hover .services-img img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}

.servicesbox:hover{
    background: #0098b61f;
}

.servicesbox h3 {
    font-size: 24px;
    color: #000;
}

.servicesbox p {
    font-size: 14px;
}
.btn2 {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.btn2:after {
    content: "";
    /*position: absolute;*/
    /*bottom: -6px;*/
    /*left: 0;*/
    /*background: #ffffff;*/
    /*height: 2px;*/
    /*-webkit-transition: all ease-in-out 0.5s;*/
    /*-o-transition: all ease-in-out 0.5s;*/
    /*transition: all ease-in-out 0.5s;*/
    /*width: 0;*/
}

.btn2:hover:after{
    width:90px;
}

.btn2 small {
    background: #D9D9D9;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: 0 0 0 10px;
}
.services-img{
    margin-bottom: 10px;
}

.whatsapp{position:fixed; bottom:10px; right:10px; overflow:hidden; z-index:2;}
.whatsapp a{display:block;}
.whatsapp a img{ width:45px; }

.servicesbox {
    margin: 0 10px;
}

.services-slider{
    margin-bottom: 0;
}

.services-slider .slick-dots li button{
    padding: 0;
    height: 2px;
}
.services-slider .slick-dots li button:before {
    width: 100px;
    height: 2px;
    background: #BBBBBB;
        font-size: 0;
        content: "" !important;
}

.services-slider .slick-dots li{
    margin: 0;
        width: 100px;
        height: 2px;
}

.services-slider .slick-dots {
    position: initial;
    margin-top: 40px;
}

.csr{
    height: 600px;
    background-size: cover !important;
    position: relative;
}

.csr-content {
    color: #fff;
    max-width: 600px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.csr-content p, .csr-content .btn2{
    color: #fff;
    text-decoration: none;
}
.csr-content .btn2 small{
    background: #fff;
    color: #000;
}

.csr-content p {
    margin: 20px 0 40px;
}

.join form {
    max-width: 800px;
}
.join label {
    margin-bottom: 10px;
}
.join .form-control {
    background: #FAFAFA;
    border: none;
    padding: 17px 20px;
    font-size: 14px;
    border-radius: 10px;
}

.form-group {
    margin-bottom: 30px;
}
.join .submit {
    background: #0098b6;
    color: #fff;
    border-radius: 50px;
    border: none;
    width: 100%;
    padding: 10px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    border: solid 1px #0098b6;
}

.join .submit:hover{
    color: #0098b6;
    background: transparent;
}

footer{
    background: #000;
}
.quick-links{
    list-style: none;
}
.quick-links a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: relative;
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

.dropdown-menu a.dropdown-item:hover{
    background:#0098b6;
    color:#fff;
}

.dropdown-menu a.dropdown-item {
    padding: 14px 20px;
    border-bottom: solid 1px #f5f5f5;
    font-size: 14px;
    transition: all ease-in-out 0.5s;
}
.quick-links a:hover{
    /*width:100%;*/
    color:#0098b6;
}
.quick-links a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
footer .h2 {
    color: #fff;
    margin: 30px 0;
}
.address b {
    margin-bottom: 7px;
    color: #ffffffd4;
}
.address {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
.address a {
    color: #fff;
    text-decoration: none;
}
.copyright{
    background: #000;
    border-top: solid 1px #959595;
     padding: 12px 0;
}
.soical-links {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
}
.soical-links a {
    color: #fff;
    border: solid 1px #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.soical-links a:hover {
    background: #fff;
    color: #000;
}



.copyright p, .copyright a {
    color: #fff;
    font-size: 12px;
}
.copyright span {
    color: #fff;
    margin: 0 10px;
}
.copyright a{
    text-decoration: none;
}

.backtop span {
    color: #fff;
        line-height: 1.8;
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 6px 20px;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.backtop:hover span {
    background: #0098b6;
    border: solid 1px #0098b6;
}
 .mb-hide {
        display:none;
    }
.contact-arrow {
    color: #DCDCDC;
    text-decoration: none;
    position: relative;
}
.contact-arrow:hover:after {
    width: 100%;
}
.contact-arrow:after{
        content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #fff;
    height: 2px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    width: 0;
}

.contact-arrow img {
    width: 20px;
    margin-left: 13px;
}
.backtop .arrow-w img {
    width: 20px;
    position: relative;
    top: -3px;
}

.backtop .arrow-w {
    width: 37px;
    height: 37px;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.backtop .d-flex {
    text-decoration: none;
}
.soical-links {
    margin-top: 20px;
}

.backtop {
    margin-top: 21px;
}

.copyright a{
    position: relative;
}

.copyright a:after{
        content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #fff;
    height: 2px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    width: 0;
}
label#resume_upl-error {
    position: absolute;
    bottom: -40px;
    left: 0;
}
.copyright a:hover:after{
    width: 100%;
}

select.form-control.caret {
    background: #FAFAFA url(../images/down.svg) no-repeat;
    background-position: right;
    background-size: 4%;
    background-position-x: 96%;
}

.form-control:focus {
    -webkit-box-shadow:none;
            box-shadow:none;
}

.footer-logo img {
    width: 140px;
}
.csr-box img {
    transition: all ease-in-out 0.5s;
}

.csr-box:hover img {
    transform: scale(1.3);
}

nav.navbar.navbar-expand-lg.fixed .nav-link:after {
    background: #fff;
}


nav.navbar.navbar-expand-lg.fixed .nav-link:hover{
    color: #fff;
}

.file-drop-area img {
    width: 60px;
    margin-bottom: 10px;
}

.file-drop-area .pdf-doc {

}

.file-drop-area {
  position: relative;
  padding: 25px;
background: #FAFAFA; 
  -webkit-transition: 0.2s; 
  -o-transition: 0.2s; 
  transition: 0.2s;
 border-radius: 20px;
 margin-bottom: 60px;
}

.choose-file-button {
    
    color: #000;
    font-weight: 600;
    font-size: 18px;
}


.choose-file-button small {
    color: #0098b6;
}
.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}



.banner h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*     width: 700px; */
        position: absolute;
        top: 0;
        right: 0;
        left: 0%;
        bottom: 0;
        margin: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /*-webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;*/
        color: #fff;
        font-family: 'Montserrat-Regular';
        font-size: 52px;
}

.banner h1  span {
    font-family: 'Montserrat-SemiBold';
}

.slider-nav {
    max-width: 870px;
    padding-left: 15px;
}

.error{
    color: red;
    font-size: 14px;
}

.services-slider{
    margin-bottom: 0;
}
.nav-link {
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}

.csr:after{
    content:"";
    background: #00000054;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.banner{
    position:relative;
}
.inner-head {
    background-size: cover !important;
    background-repeat: no-repeat;
    /*height: 500px;*/
    position:relative;
}
.inner-head:after {
    content: '';
    background: #00000029;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.csr-box h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.csr-box .csr-text {
    padding: 40px 41px;
}
.csr-box {
    background: #f5f5f5;
    padding: 0;
    margin-bottom: 30px;
    transition:all ease-in-out 0.5s;
}
.csr-box:hover {
    background: #0098b61f;
}
.hgt416{
    height: 347px;
}
.hgt368{
    height: 308px;
}
.hgt434{
    height: 434px;
}
/*Media Query Start here */

@media (min-width:991px) {
    nav li.dropdown:hover ul.dropdown-menu{ display: block; }
}

@media(max-width: 1500px) and (min-width: 1350px)  { 
   .slider-nav {
    max-width: 750px;
    padding-left: 15px;
}
.banner h1{
        font-size: 45px;
}
}
@media(max-width:1366px)  { 
   .slider-nav {
    max-width: 750px;
    padding-left: 15px;
}
.banner h1{
        font-size: 45px;
}
}

@media(max-width:991px){
    nav .nav-link:after{
        bottom:0;
    }
   .navbar-nav .dropdown-menu {
    margin-top: 10px;
}
    .dropdown-toggle i {
        float:right;
    }
    .email-con span {
    font-size:14px;
}
    .navbar-brand img{
    width:110px
}
    nav .nav-link {
    padding: 0px 0 !important;
}
    .csr-box .csr-text {
    padding: 30px;
}
.hgt434 {
    height: 464px;
}
    li.nav-item.d-none {
    display: block !important;
}
    .hgt416 {
    height: 447px;
}
.hgt368 {
    height: 378px;
}
    .inner-head img {
        height:320px;
        object-fit:cover
    }
    .inner-head {
    margin-top: 65px;
}
    .banner h1 span{
        height:100px !important;
    }
    .banner h1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        left: 0;
        font-size: 36px;
        height: 100px;
        text-align: center;
        top: 50px;
                justify-content: center;
    }
    .slider-nav{
        max-width:100%;
        padding-left:0;
    }
    .navbar-toggler {
        padding:0;
    }
    .navbar-nav{
        margin-top:20px;
        margin-bottom:0 !important;
    }
    nav .nav-item {
    margin: 0 0 20px;
}
    nav .navbar-toggler-icon {
        background-image: url(../images/toggle.svg) !important;
    }
    
    .navbar-toggler-icon.cross {
        background: url(../images/cross.svg) no-repeat !important;
        background-size: 60% !important;
        background-position: center !important;
    }
    
    .nav-link.btns{
        display: none;
    }
    .h2 br, .join p br, .services p br{
        display: none;
    }
    .csr {
        height: 400px;
    }
    .servicesbox h3 {
        font-size: 19px;
    }
    .servicesbox {
        padding: 30px;
    }
    .pad80 {
        padding: 60px 0;
    }
    nav.navbar.navbar-expand-lg {
        background: #000;
        padding: 10px 0;
    }
    .footer-logo img {
    width: 110px;
}
footer .h2 {
        font-size: 30px;
    }

    .backtop .d-flex, .soical-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.quick-links{
    padding: 0;
    margin: 0;
}


    .backtop .d-flex, .soical-links {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }

.overflow-hidden.mt-5.d-none{
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 20px!important;
}

.overflow-hidden.mt-5.mb-block {
    display: none !important;
}
.dropdown-menu a.dropdown-item {
    padding: 10px 20px;
    font-size: 12px;
}
}


@media(max-width:767px){
    .grey {
    background: #f5f5f5;
    padding: 14px 0;
}
    .email-con span {
        display: block;
        line-height: 2;
    }
    
    .email-con span.ms-2.me-2  {
        display:none;
    }
    
        .hgt434 {
        height: auto;
    }
    .hgt416 {
    height: auto;
}
.hgt368 {
    height: auto;
}
    .dk-hide{
        display:none;
    }
    .mb-hide {
        display:block;
    }
    .col-8, .col-7 {
    flex: 0 0 auto;
    width: 100%;
}
    #banner1 {
        background: url(../images/Energy-mobile.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
    #banner2 {
        background: url(../images/Agriculture-mobile.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
    #banner3 {
        background: url(../images/Renewable-mobile1.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
     #banner4 {
        background: url(../images/Education-mobile1.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
    #banner5 {
        background: url(../images/Solar-mobile.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
    #banner6 {
        background: url(../images/NeoGen-mobile.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
     #banner7 {
        background: url(../images/Venture-mobile.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
    #banner8 {
        background: url(../images/A-Positive-mobile.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
    #banner9 {
        background: url(../images/Purposeful-mobile.webp) no-repeat !important;
         background-size: cover !important;
    background-position: center !important;
    }
    #banner10 {
        background: url(../images/Business-mobile.webp) no-repeat !important;
            background-size: cover !important;
    background-position: center !important;
    }
    
    
    
    
    #business {
    border-top: solid 1px #f5f5f5;
    padding-top: 40px !important;
}
    p, .p {
        font-size:14px;
    }
    .about img{
        height:330px;
        object-fit:cover
    }
    footer .h2 {
        font-size: 20px;
    }
    .csr {
        height: 460px;
                background: url(../images/csr-banner3-mobile.webp) no-repeat !important;
                background-position: center right !important;
        background-size: cover !important;
    }
    .csr-content {
  
    left: 0;
    right: 0;
    padding: 0 30px;
}
        .h2 {
            font-size: 34px;
            margin-bottom: 20px;
        }
    .pad80 {
        padding: 40px 0;
    }
    .services-slider .slick-dots li {
        margin: 0;
        width: 30px;
    }
    .services-slider .slick-dots li button:before {
        width: 30px;
    }
    .container {
        padding: 0 30px;
    }
      .quick-links {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .quick-links li {
        width: 50%;
        margin: 0;
    }
    .quick-links a {
    margin-bottom: 12px;
}

.backtop {
    display: none;
}
.copyright .row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.copyright p, .copyright a {
    color: #fff;
    font-size: 12px;
    text-align: center !important;
}

.copyright .text-end {
    text-align: center !important;
}

.soical-links a {
    width: 35px;
    height: 35px;
    font-size: 10px;
}

.file-drop-area {
    margin-bottom: 30px;
}
.services-slider .slick-dots {
    margin-top: 10px;
}
}