/*
Theme Name: Ai Sense
Author: Team@Acrobat
Author URI: https://acrobatsolution.com/
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
*/

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #000000bf;
}



a:hover, a {
    text-decoration: none
}

.topBar{
}
.topBarCnt{
    display: inline-flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    max-width: 100%;
    margin-right: auto;
    padding: 10px 0px;
}
.topBarCnt ul{
    padding: 0px;
    margin: 0px;
}
.topBarCnt ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 2px;
}

.headDetails li{
    padding: 0px 25px;
}
.headDetails li:first-child{
    padding-left: 0px;
}
.headDetails li a:hover{
    color: #7fc314;
}
.headDetails li a{
    color: #283734;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}
.headDetails li a .icon{
    width: 34px;
}

.headDetails li a .hContent{
    padding-left: 15px;
}


.headDetails li a .hContent p{
    margin: 0 0 2px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #6f7775;
}
.headDetails li a .hContent h5{
    color: #283734;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.headDetails li a:hover .hContent h5{
    color: #7fc314;
}

.headSocial li a{
    padding: 12px 15px;
    display: inline-flex;
    width: 100%;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background: #255946;
    border-radius: 100%;
    font-size: 16px;
}
.headSocial li a:hover{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background: #7fc314;
    color: #fff;
}




.navList{
    display: inline-flex;
    width: 100%;
    justify-content: end;
    padding: 0;
    position: relative;
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding-left: 15px;
    padding-bottom: 0px;
}

.navbar-brand{
    width: 100%;
    max-width: 155px;
    display: inline-block;
    position: relative;
    z-index: 11;
    background: #003366;
    padding: 10px 9px;
    border-radius: 0px 0px 10px 10px;
}
.topBar .container{
    text-align: right;
}

.headerCnt{
    display: inline-flex;
    width: 100%;
    /* align-items: center; */
}
.headerLft{
    width: 100%;
    max-width: 12%;
    padding: 0px 15px;
}

.headerRgt{
    width: 100%;
    max-width: 85%;
    padding-left: 25px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: end;
    padding-bottom: 25px;
    align-items: center;
}

.headDetails{
    margin-right: 65px !important;
}
.headDetails li{
    padding: 0px 25px !important;
}

.slimmenu li a{
    padding: 15px 0px !important;
    font-size: 16px !important;
    color: rgb(31 30 23) !important;
    position: relative;
} 
.slimmenu li{
    padding: 0px 30px !important;
}
.slimmenu li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #efb443;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.slimmenu li a:hover:before{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 100%;
}

.slimmenu li.current-menu-item a{
    color: #255946 !important;
    font-weight:700;
}
.slimmenu li.current-menu-item a:before{
    width: 100%;
}
.ftCnt ul li.current-menu-item a{
    font-weight:700;
    color:#fff;
}
.slimmenu li a:hover{
    color: #255946 !important;
    font-weight: 400;
}
ul.slimmenu li.active a{
    color: #255946 !important;
    font-weight: 700;
}
.mainHeader{
    position: relative;
    z-index: 99;
}

.bannerSlider{
    position: relative;
    margin-top: -34px;
}
.bannerSlider:before{
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(images/header-overlay.png);
    z-index: 1;
}
.bannerSlider:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(images/header-overlay.png);
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bannerSlider .item{
    position: relative;
}
.bannerSlider picture{
    display: inline-block;
    width: 100%;
    height: 405px;
    position: relative;
    overflow: hidden;
}
.bannerSlider picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}
.bannerSlider picture:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(37 89 70 / 47%);
    z-index: 1;
}
.bannerCnt{
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all ease-in-out 0.9s;
    -webkit-transition: all ease-in-out 0.9s;
    z-index: 11;
}
.bannerText{
    width: 100%;
    max-width: 690px;
    position: relative;
}

.bannerTitle{
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-size: 64px;
    line-height: 1;
    display: block;
    font-weight: 800;
    margin-bottom: 25px;
}
.bannerSubTitle{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
}
.bannerTitle strong{
    display: inline-block;
    position: relative;
}
.bannerTitle strong:before{
    content: "";
    width: 108px;
    height: 101px;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: -80px;
    background:url(images/banner-1-shape-1.png) ;
    background-repeat: no-repeat;
}
.bannerTitle .brText{
    display: block;
}

.bannerText blockquote{
    background-color: rgba(255, 255, 255, 0.059);
    color: #fff;
    font-weight: 400;
    padding: 8px 32px;
    font-size: 14px;
    line-height: 1.8;
    
}
.bannerText blockquote p{
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.bannerText p{
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 25px;
}

.btnStyle{
    color: #212529;
    background-color: #7fc314;
    border: #7fc314 solid 1px;
    padding: 15px 45px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    display: inline-block;
}
.btnStyle:hover{
    background: #255946;
    color:#fff;
    border-color: #255946;
}
.bannerImg img{
    transition: all ease-in-out 3s;
    -webkit-transition: all ease-in-out 3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.bannerSlider .active .bannerImg img{
    transition: all ease-in-out 3s;
    -webkit-transition: all ease-in-out 3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bannerSlider .active .bannerCnt{
    top: 50%;
    opacity: 1;
    transition: all ease-in-out 0.9s;
    -webkit-transition: all ease-in-out 0.9s;
}
.bannerSlider .owl-nav{
    position: absolute;
    width: 100%;
    bottom: 6px;
    max-width: 60px;
    right: 25vh;
    margin-left: auto;
    top: 36%;
    display: inline-flex;
    /* justify-content: end; */
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bannerSlider .owl-nav button{
    background: transparent;
    width: 50px;
    height: 50px;
    margin: 3px 0px;
    border: solid 2px #ffffff6b !important;
    border-radius: 100%;
}
.bannerSlider .owl-nav button:hover{
    border: solid 2px #fff !important;
}
.bannerSlider .owl-nav button.owl-next span{
    background: url(images/right-arrow.png);
}
.bannerSlider .owl-nav button.owl-prev span{
    background: url(images/left-arrow.png);
}
.bannerSlider .owl-nav button span{  
    color: transparent;   
    width: 30px;    
    height: 28px;    
    display: inline-block;   
    background-size: contain !important;!i;!;   
    background-repeat: no-repeat !important;!i;!;   
    opacity: 0.4;
}
.bannerSlider .owl-nav button:hover span{
    opacity: 1;
}

.misionSec{

}
.pPad{
   padding: 80px 0px;
}




.approchSec{
    background: #F6F5F2;
    position: relative;
}
.approchSec:before{
    content: '';
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(images/ripped-paper-gray-up.png);
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: cover;
}
.secTitle{
    margin: 0;
    color: #255946;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 5px;
}

.approchSec .head{
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 45px;

}
.head p{
    font-size: 18px;
    line-height: 1.6;
}

.approchSec{
    position: relative;
}

.approchSec .container{
    position: relative;
    z-index: 1;
}
.approchBx{
    padding: 25px 25px 55px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);
    background: #fff;
    height: 100%;
    text-align: center;
}
.approchBx picture{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    
}
.approchBx h3{
    margin: 0;
    color: #0d6184;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 25px;
}
.approchBx p{
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    text-align:justify;
}
.homeCta{
    position: relative;
}
.homeCtaCNt{
    padding: 100px 0px;
}


.homeCtaCNt h2{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 56px;
    line-height: 0.9;
    display: block;
    font-weight: 900;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}
.homeCtaCNt h2 strong{
}
.problemSec{
    background-color: #ffffffbd;
    background-image: url(images/products-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-blend-mode: soft-light;
}

.problemSec picture{
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    max-width: 480px;
    padding: 0px;
    border: solid 4px #7fc314;
    border-radius: 5px;
    overflow:hidden;
}
/*.problemSec picture:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: solid 4px #7fc314;*/
/*    border-radius: 5px;*/
/*    left: 0;*/
/*}*/
.problemSec picture img{
    width: 100%;
    position: relative;
    height: 320px;
    object-fit: cover;
    z-index: 1;
}
.problemText {
    padding-left: 140px;
    padding-right: 140px;
}

.problemText h2{
    font-family: "Nunito", sans-serif;
    color: #0d6184;
    font-size: 50px;
    line-height: 1;
    display: block;
    font-weight: 700;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}
.problemText p{
    font-size: 18px;
    line-height: 1.6;
}


footer{
    background-color: #255946;
    position: relative;
    background-image: url(images/footer-bg-icon.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom right;
    position: relative;
}

.footerTop{
    padding: 50px 0px;
    position: relative;
}
.footerTop:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(images/ripped-paper-base-2.png);
    background-size: contain;
    z-index: 1;
}
.ftTitle{
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 27px;
    font-family: "Nunito", sans-serif;
}

.ftCnt ul{
    padding: 0px;
    margin: 0px;
}
.ftCnt ul li{
    list-style: none;
    display: block;
    line-height: 2;
    margin: 5px 0px;
}
.ftCnt ul li a{
    font-size: 18px;
    color: rgba(255,255,255,0.6);
}
.ftCnt ul li a:hover{
    color: #fff;
}
.ftCnt ul li i{
    color: #fff;
    font-size: 20px;
}
.ftCnt p{
    font-size: 18px;
    color: rgba(255,255,255,0.6);
}
.cpBx{
    padding: 25px 0px;
    background: #1f4e3d;
    position: relative;
}
.cpBx:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(images/ripped-paper-base.png);
    background-size: contain;
}
.cpBx p{
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.newsform .form-group, .newsform .form-group p{
    display: inline-flex;
    width: 100%;
    margin: 0px;
}
.newsform .form-group, .newsform .form-group p span input{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px 0px 0px 5px;
    padding: .375rem .75rem;
    font-size: 17px;
}
.newsform .form-control{
    width: 100%;
    max-width: 70%;
    height: 55px;
    border-radius: 5px 0px 0px 5px;
}
.newsform .subscribe{
    width: 100%;
    max-width: 30%;
    height: 55px;
    background: #efb443;
    color: #fff;
    border: none;
    border-radius: 0px 5px 5px 0px;
    text-transform: uppercase;
}
.newsform .subscribe:hover{
    background: #000;
}
.projectBx{
    text-align: left;
}
.projectBx img{
    width: 100%;
    max-width: 50px;
    margin-bottom: 15px;
    height: 70px;
    object-fit: contain;
    object-position: center center;
}

.projectBx h3{
    margin: 0;
    color: #333;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
}
.projectBx p{
    font-size: 15px;
    line-height: 1.6;
    color: #000000bf;
}
.bgsky{
    background: #f2f9ff;
}

.problemSec_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.problemSec{
    position: relative;
}

.problemSec:before{
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(images/ripped-paper-white-up.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.problemSec .head{
    margin-bottom: 45px;
}
.head p{
    text-align: center;
}
.contactSec .head p{
    margin-bottom: 0px;
}


.mainHeader.stick{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    animation: smoothScroll 1s forwards;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    width: 100%;
    z-index: 999;
}
.mainHeader.stick .headerRgt{
    padding-bottom: 0px;
}

.mainHeader.stick .navList{
    padding-bottom: 0px;
}
.mainHeader.stick .navbar-brand{
    padding: 3px 9px;
}


.misionSec h2{
    color: #255946;
    font-family: "Nunito", sans-serif;
    font-weight: 900;
    font-size: 50px;
}
.misionSec h3{
    color: #255946;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 30px;
}
.misionSec p{
    line-height: 1.8;
}
.misionSec ul{
    padding: 0;
}
.misionSec ul li{
    line-height: 2;
    list-style: none;
    background: url(images/leaf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0px 5px;
}
.misionSec .partnerships{
    padding-top: 25px;
}
.misionSec .partnerships ul li{
    background: url(images/building.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 5px;
}

.misionSec{
    background-image: url(images/about-bg-icon-1.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: bottom right;
}
.misionImgs{
    position: relative;
    text-align: right;
}

.MisImg1{
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    margin-right: 00px;
    border-radius: 15px;
    overflow: hidden;
}
.misionImgs img{
    width: 100%;
    
}
/*.MisImg1:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    height: 100%;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    max-width: 20%;*/
/*    background: #fff;*/
/*    border-radius: 15px 0 0 0;*/

/*}*/
.MisImg2{
    position: absolute;
    bottom: 0;
    left: 70px;
    width: 100%;
    max-width: 450px;
    border-radius: 15px;
    overflow: hidden;
}
.misinText{
    position: relative;
    z-index: 1;
}
.homeCtaCNt .bannerSubTitle {
    color: #333;
}

.approImg{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    max-width: 40%;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
    -o-clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
    overflow: hidden;
}
.approImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.problemSec ul{
    padding: 0;
}
.problemSec ul li{
    line-height: 2;
    list-style: none;
    background: url(images/leaf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0px 5px;
}
.problemSec h3{
    font-family: "Nunito", sans-serif;
    color: #333;
    font-weight: 900;
}
.roadMapSec{
    background-color: #255946;
    position: relative;
    background-image: url(images/video-bg.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right bottom;
}
.roadMapSec:before{
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 17px;
    background: url(images/ripped-paper-base-2.png);
    background-size: cover;
}
.roadMapSec:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 17px;
    background: url(images/ripped-paper-primary-up.png);
    background-size: cover;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
.roadMapSec .secTitle{
    color: #fff;
}
.roadMapSec p{
    color: #fff;
}
.roadMapSec .head{
    margin-bottom: 45px;
}

.roadmapImg{
    position: relative;
    text-align: right;
    padding-right: 30px;
}
.roadmapImg1{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    max-width: 580px;
    height: 580px;
}
.roadmapImg1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.roadmapImg2{   
    position: absolute;   
    top: 40%;
    left: 0;
    width: 100%;  
    max-width: 300px; 
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
}

.roadMapSec .accordion .accordion-item{
    background: transparent;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-top: none;
    border-bottom: solid 1px #ffffff38;
}
.roadMapSec .accordion .accordion-button{
    color: #fff;
    background: transparent;
    font-family: "Nunito", sans-serif;
    font-size: 21px;
    font-weight: 800;
}
.roadMapSec .accordion .accordion-button span{
    position: relative;
    margin-right: 30px;
}
.roadMapSec .accordion .accordion-button span:before{
    content: '';
    position: absolute;
    bottom: 3px;
    right: -10px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ffac2b;
}
.roadMapSec .accordion .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.roadMapSec .accordion .accordion-button::after{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    background: url(images/plus-icon.png) !important;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.roadMapSec .accordion-button:not(.collapsed)::after{
    transform: rotate(45deg) !important;
}
.roadMapSec .accordion h3{
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.roadMapSec .accordion ul{
    padding: 0;
}
.roadMapSec .accordion ul li{
    line-height: 2;
    list-style: none;
    background: url(images/leaf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0px 5px;
    color: #fff;
    font-size: 14px;
}
.faqSEc{
    position: relative;
    background: url(images/team-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.faqSEc .head{
    margin-bottom: 45px;
}

.questionsPanel .accordion-item{
    margin: 10px 0px;
    border: none;
    background: #f1f1f1;
}
.questionsPanel .accordion-item .accordion-button{
    font-family: "Nunito", sans-serif;
    font-size: 21px;
    font-weight: 800;
    background: transparent;
    box-shadow: none;
}
.questionsPanel .accordion-item .accordion-button i{
    margin-right: 5px;
}

.questionsPanel .accordion-button:not(.collapsed){
    color: #7fc314;
}
.questionsPanel p{
    line-height: 1.8;
}

.questionsPanel ul{
    padding: 0;
}
.questionsPanel ul li{
    line-height: 2;
    list-style: none;
    background: url(images/leaf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0px 5px;
    color: #fff;
    font-size: 14px;
}
.contactSec .head p{
    text-align: left;
    color: #fff;
}
.contactSec .head .secTitle{
    color: #fff;
}
.contactSec{
    background-color: #49a760a8;
    background-image: url(images/cta-1-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: soft-light;
    position: relative;
}
.contactSec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 47%;
    height: 100%;
    background: #ffffffc9;
}
.contactSec .container{
    position: relative;
    z-index: 1;
}
.contactLeft ul{
    padding: 0px;
    margin: 0px;
}
.contactLeft ul li{
    list-style: none;
    display:inline-flex;
    width: 100%;
    margin: 25px 0px;
    align-items: center;
}
.contactLeft ul li h2{
    color: #333;
    font-family: "Nunito", sans-serif;
    font-weight: 900;
    font-size: 24px;
}
.contactLeft ul li p, .contactLeft ul li a{
    font-size: 20px;
    color: #333;
    margin: 0;
}
.contactLeft ul li a:hover{
    color: #7fc314;
}
.contactLeft ul li .conIcon{
    width: 100%;
    max-width: 100px;
    text-align: center;
}
.contactLeft ul li .conIcon img{
    max-width: 70px;
}
.contactLeft ul li .ctText{
    width: 100%;
    max-width: 70%;
    padding-left: 5px;
}
.contactRight .head{
    margin-bottom: 45px;
}
.contactRight{
    padding-right: 0;
    padding-left: 80px;
}
.contactForm .submitBtn{
    color: #fff;
    background-color: #255946;
    border: #255946 solid 1px;
    padding: 15px 45px !important;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transition: allease-in-out 0.3s;
    -webkit-transition: allease-in-out 0.3s;
    display: inline-block;
}

.contactForm .submitBtn:hover{
    color:#255946 ;
    background: #fff;
    border-color:#fff ;
}

.partnerSec{
    position: relative;
}
.partnerSec .head{
    margin-bottom: 45px;
}

.partnerSec:after{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(images/ripped-paper-white-up.png);
    background-repeat: no-repeat;
    z-index: 1;
}
.partBX{
    text-align: center;
    border: solid 2px #0000001c;
    padding: 5px;
    border-radius: 15px;
    height: 100%;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #0000000a;
    height: 180px;
}
.partBX img{
    width: 100%;
    height: 70px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
}
.partBX p{
    margin: 0;
    font-size: 13px;
    color: #255946;
}

.blogSec{
    position: relative;
    display: inline-block;
    width: 100%;
}
.blogSec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #efb443;
}
.blogSec .container{
    position: relative;
    z-index: 1;
}
.blogSec .secTitle{
    color: #fff;
}
.blogSec .head{
    margin-bottom: 45px;
}
.blogBx{
    border: solid 1px #00000014;
    background: #fff;
    border-radius: 15px;
}
.blogImg{
    display: block;
    width: 100%;
    border-radius: 15px;
    height: 300px;
    overflow: hidden;
}
.blogImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogText{
    padding: 55px 25px;
    min-height: 370px;
    position: relative;
}
.blogText .date{
    position: absolute;
    right: 20px;
    top: -60px;
    width: 100px;
    height: 100px;
    background: #255946;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    border: solid 3px #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    padding: 15px;
}
.blogText .date span{
    font-weight: 700;
    font-size: 32px;
    display: block;
    line-height: 1;
    position: relative;
}
.blogTitle{
    color: #255946;
    font-size: 23px;
    font-weight: 900;
    font-family: "Nunito", sans-serif;
    margin-bottom: 25px;
    display: block;
}
.blogText p{
    line-height: 1.8;
    min-height: 80px;
}
.BlogSlider .owl-nav{
    text-align: center;
    margin-top: 25px;
}
.BlogSlider .owl-nav .owl-prev, .BlogSlider .owl-nav .owl-next{
    margin: 0px 5px;
}
.BlogSlider .owl-nav .owl-prev.disabled, .BlogSlider .owl-nav .owl-next.disabled{
    opacity: 0.5;
}
.BlogSlider .owl-nav .owl-prev span{
   color: #fff;
   background: url(images/left-arrow1.png);
   background-repeat: no-repeat;
   width: 50px;
   height: 50px;
   display: inline-block;
   background-size: contain;
}

.BlogSlider .owl-nav .owl-next span{
  color: #fff;   
  background: url(images/right-arrow1.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;

}
.innerBanner{
    padding: 150px 0px;
    position: relative;
    margin-top: -34px;
    height:405px;
}
.innerBanner picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #255946;
}
.innerBanner picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.innerBanner:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(images/header-overlay.png);
    z-index: 1;
}
.innerBanner:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(images/header-overlay.png);
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.innerBanner .container{
    position: relative;
    z-index: 1;
}
.innerTitle{
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-size: 70px;
    font-weight: 800;
}
.teamSec .head{
    text-align: center;
    margin-bottom: 45px;
}
.innerPage h1{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 50px;
    font-weight: 800;
}
.innerPage h2{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 40px;
    font-weight: 800;
}
.innerPage h3{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 28px;
    font-weight: 800;
}
.innerPage h4{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 24px;
    font-weight: 800;
}
.innerPage h5{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 22px;
    font-weight: 800;
}
.teamBx{
    text-align: center;
    height: 100%;
    border-bottom: solid 2px #eaeaea;
    padding: 25px 0px;
}
.teamBx picture{
    display: inline-block;
    width: 100%;
    max-width: 190px;
    height: 260px;
    position: relative;
    margin-bottom: 25px;
    padding: 4px;
}
.teamBx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 150px;
    position: relative;
    z-index: 1;
}
.teamBx picture:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: solid 4px #efb443;
    border-radius: 150px;
}
.teamBx h3{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 24px;
    font-weight: 800;
}
.teamBx h4{
    color: #4aa761;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

.teamBx .headSocial{
    padding: 0px;
}
.teamBx .headSocial li{
    list-style: none;
}

.innerPage .teamSec:nth-child(even){
        background: #F6F5F2;
        position: relative;
}
.innerPage .teamSec:nth-child(even):before {
    content: '';
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(images/ripped-paper-gray-up.png);
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: cover;
}
.innerPage .teamSec:nth-child(even):after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(images/ripped-paper-gray-up.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
}

.innerPage .teamSec:last-child:after{
    display: none;
}

.inrTitle{
    display: block;
    margin: 25px 0px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d8d8d8;
    font-family: "Nunito", sans-serif;
    color: #255946;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 800;
}
.joinBx{
    padding: 35px;
    background: #fff;
    box-shadow: 0px 0px 15px #0000000f;
    border-radius: 15px;
}

.joinBx ul{
    padding: 0;
}
.joinBx ul li{
    line-height: 2;
    list-style: none;
    background: url(images/leaf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0px 5px;
}
.blogDetails .blogThum{
    display: inline-block;
    width: 100%;
}
.blogDetails .blogThum img{
    border-radius: 15px;
    width: 100%;
}
.blogCnt{
    position: relative;
    padding-top: 55px;
}
.blogCnt .date{
    position: absolute;
    right: 20px;
    top: -60px;
    width: 100px;
    height: 100px;
    background: #255946;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    border: solid 3px #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    padding: 15px;
}
.blogCnt .date span{
    font-weight: 700;
    font-size: 32px;
    display: block;
    line-height: 1;
    position: relative;
}
.blogCnt h1{
    font-size: 45px;
    margin-bottom: 25px;
    border-bottom: solid 1px #00000017;
    padding-bottom: 25px;
}
.blogCnt h2{
    margin: 15px 0px;
}
.blogCnt h3{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 30px;
    font-weight: 800;
    margin: 15px 0px;
}
.blogCnt h4{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0px;
}
.blogCnt h5{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 20px;
    font-weight: 800;
    margin: 15px 0px;
}
.blogCnt ul{
    padding: 0;
}
.blogCnt ul li{
    line-height: 2;
    list-style: none;
    background: url(images/leaf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0px 5px;
}

.blogCnt ol{
    padding-left: 15px;
}
.blogCnt ol li{
    line-height: 2;
}
.blogCnt ol li::marker{
    color: #7fc314;
    font-weight: 800;
}
.contacyDEtails{
    padding:35px 25px;
    background: #E9E7E2;
    border-radius: 15px;
    margin-bottom: 45px;
}
.ctBx{
    border-right: solid 1px #d8d6d1;
    text-align: center;
    padding: 0px 35px;
}
.ctBx picture{
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    padding: 10px;
}

.ctBx picture img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.ctBx h2{
    font-family: "Nunito", sans-serif;
    color: #255946;
    font-size: 24px;
    font-weight: 800;
    margin-top: 25px;
}
.ctBx a, .ctBx p,  .ctBx p a{
    color: #000000bf;
}
.ctBx a, .ctBx p a{
    font-weight: 700;
    font-size: 20px;
}
.ctBx a:hover, .ctBx p a:hover{
    color: #7fc314;
}
.contactPage .head{
    margin-bottom: 45px;
}

.contactPage .contactForm .form-control{
    background: #f1f1f1;
    resize: none;
}
.ctTT2{
    color: #949494;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.6px;
}
.contactPage .headSocial{
    padding: 0px;
    margin-top: 45px;
}
.contactPage .headSocial li{
    list-style: none;
    display: inline-block;
}
.errorSec{
    position: relative;
    margin-top: -35px;
    background-color:#f6f5f2;
    background-image: url(images/team-bg.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: bottom right;
}
.errorSec:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(images/header-overlay.png);
    z-index: 1;
}
.errorText{
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin: 0px auto;
}
.errorText h2{
        color: #255946;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 45px;
}


.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 430px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 2px;
    color: #00715d;
    font-family: "Caveat", cursive;
    z-index: 2;
}
.innerPage .nav-tabs{
    justify-content: center;
    border: none;
    margin-bottom: 45px;
} 
.innerPage .nav-tabs li{
    margin: 15px 0px;
    width: 100%;
}
.innerPage .nav-tabs li:first-child{
    margin-top: 0px;
}
.innerPage .nav-tabs li button{
    border: none;
    border:solid 2px #255946;
    color: #255946;
    font-size: 16px;
    border-radius: 50px;
    display: inline-flex;
    padding: 15px 25px;
    width: 100%;
}
.innerPage .nav-tabs li button i{
    font-size: 24px;
    margin-right: 15px;
}
.innerPage .nav-tabs li button:hover, .innerPage .nav-tabs li button.active{
    background:#7fc314;
    color: #fff;
    border-color: #7fc314;
}

.innerPage .tab-content{
    border-top: none;
}

.cultuerbx{
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.culTba{
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.culTba .culTbalft{
    width: 100%;
    max-width: 25%;
    padding: 0px 15px;
}
.culTba .culTbargt{
    width: 100%;
    max-width: 70%;
    padding: 0px 15px;
}
.culkt{
    position: relative;
}
.culkt img{
    border-radius: 15px;
}
.culTba .culTbargt .bannerSlider{
    margin-top: 0px;
}
.culTba .culTbargt .bannerSlider:before, .culTba .culTbargt .bannerSlider:after{
    display: none;
}
.eventDE{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 300px;
    background: #55ad6a;
    padding: 15px;
    border-radius: 15px;
}
.eventDE h3{
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}
.eventDE p{
    color: #fff;
}
.culTba .culTbargt .bannerSlider .owl-nav{
    right: 15px;
    top: auto;
}

.innerCnt ul{
    padding: 0;
}
.innerCnt ul li{
    line-height: 2;
    list-style: none;
    background: url(images/leaf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0px 5px;
}
.innerCnt ol{
    padding-left: 15px;
}
.innerCnt ol li{
    line-height: 2;
}
.innerCnt ol li::marker{
    color: #7fc314;
    font-weight: 800;
}
.openPsition{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(images/productsbg.png);
    border-radius: 15px;
    border-bottom: none;
    padding: 15px;
}
.openPsition h3{
    width: 100%;
}
.teamSlider picture{
    position: relative;
}
.teamSlider picture img{
    opacity: 1;
}
/*.teamSlider picture:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: #255946a1;
}*/
.teamBanner{
    padding: 0px !important;
/*    height: auto !important;*/
}
.teamBanner img{
    height: 405px !important;
}
.teamBanner:before{
    z-index: 11;
}
.teamBanner:after{
    z-index: 11;
}

.partnerSlider .owl-dots{
    text-align: center;
    margin-top: 25px;
}
.partnerSlider .owl-dot{
        width: 20px;
    height: 20px;
    border: solid 2px #e2e2e2 !important;
    border-radius: 100%;
    display: inline-block;
    margin: 5px;
    padding: 5px !important;
}
.partnerSlider .owl-dot span{
    background: #e2e2e2;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    top: -3px;
}
.partnerSlider .owl-dot.active{
    border-color: #255946 !important;
}
.partnerSlider .owl-dot.active span{
    background: #255946 !important;
}

.newsform .wpcf7-form-control-wrap{
    width: 100%;
    max-width: 70%;
    height: 55px;
    border-radius: 5px 0px 0px 5px;
}
.contactForm input.wpcf7-form-control{
    padding: 1rem .75rem;
}

.contactForm textarea.wpcf7-form-control{
    padding: 1rem .75rem;
    height:100px;
}
.wpcf7-spinner{
    position:absolute;
}


@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}




@media (min-width:1600px){
    .container{
        max-width: 1560px;
    }
}

@media (max-width:1599px){
    .slimmenu li a{
        padding: 8px 0px !important;
    }
    .misionSec h2{
        font-size: 40px;
    }
    .MisImg2{
        max-width: 380px;
    }
    .misionImgs{
        padding-bottom: 70px;
    }
    .homeCtaCNt h2, .secTitle{
        font-size: 40px;
    }
    .bannerSubTitle{
        font-size: 18px;
    }
    .projectBx h3{
        font-size: 18px;
    }
    .problemSec h3{
        font-size: 24px;
    }
    .problemText p{
        font-size: 16px;
    }
    .roadmapImg1{
        max-width: 500px;
        height: 500px;
    }
    .roadmapImg{
        padding-right: 0px;
    }
    .roadmapImg2{
        max-width: 260px;
        height: 260px;
    }
    .roadMapSec .accordion .accordion-button{
        font-size: 18px;
    }
    .blogTitle{
        font-size: 18px;
        line-height: 1.2;
    }
    .btnStyle{
        padding: 10px 35px;
        font-size: 18px;
    }
    .blogText{
        min-height: 330px;
    }
    .blogText .date span, .blogCnt .date span{
        font-size: 26px;
    }
    .blogText .date, .blogCnt .date{
        width: 90px;
        height: 90px;
        top: -50px;
    }
    .ftTitle{
        font-size: 24px;
    }
    .ftCnt ul li a{
        font-size: 16px;
    }
    .ftCnt p{
        font-size: 16px;
    }
    .mainHeader.stick .navbar-brand {
        padding: 16px 9px;
    }
    .contactLeft ul li .conIcon img{
        max-width: 55px;
    }
    .contactLeft ul li h2{
        font-size: 20px;
    }
    .contactLeft ul li p, .contactLeft ul li a{
        font-size: 16px;
    }
    .innerTitle{
        font-size: 60px;
    }
    .ctBx{
        padding: 0px 15px;
    }
    
}
@media (max-width:1399px){
    .headerRgt{
        max-width: 85%;
    }
    .headerLft{
        max-width: 15%;
    }
    .bannerTitle{
        font-size: 60px;
    }
    .bannerSlider .owl-nav button{
        width: 40px;
        height: 40px;
    }
    .bannerSlider .owl-nav button span{
        width: 20px;
        background-position: center !important;
    }
    .MisImg2 {
        max-width: 320px;
    }
    .misionImgs {
        padding-bottom: 20px;
    }
    .problemText{
        padding-left: 70px;
    }
    .roadmapImg1 {
        max-width: 460px;
        height: 460px;
    }
    .roadmapImg2 {
        max-width: 230px;
        height: 230px;
    }
    .blogText p{
        line-height: 1.4;
    }
    .contactRight{
        padding-right: 0px;
    }
    .bannerSlider .owl-nav{
        right: 7vw;
    }
}
@media (max-width:1199px){
   .slimmenu li {
        padding: 0px 18px !important;
    }
    .misionImgs {
        padding-bottom: 120px;
    }
    .projectBx img{
        max-width: 40px;
        height: 40px;
    }
    .projectBx p {
        font-size: 14px;
        line-height: 1.5;
    }
    .roadmapImg1 {
        max-width: 350px;
        height: 350px;
    }
    .roadmapImg2 {
        max-width: 170px;
        height: 170px;
    }
    .footerTop:before{
        top: -7px;
    }
    .newsform .subscribe{
        font-size: 14px;
    }
    .ftTitle {
        font-size: 20px;
    }
    .ftCnt ul li a {
        font-size: 14px;
    }
    .cpBx:before{
        top: -7px;
    }
    .innerTitle{
        font-size: 50px;
    }
    .innerBanner{
        padding: 100px 0px;
    }
    .blogCnt h1, .innerPage h1{
        font-size: 34px;
    }
    .blogCnt h2, .innerPage h2{
        font-size: 28px;
    }
    .blogCnt h3, .innerPage h3{
        font-size: 24px;
    }
    .blogCnt h4, .innerPage h4{
        font-size: 22px;
    }
    .blogCnt h5, .innerPage h5{
        font-size: 20px;
    }
    .ctBx{
        padding: 0px 5px;
    }
    .ctBx a, .ctBx p a{
        font-size: 16px;
    }
    .ctBx h2{
        margin-bottom: 15px;
        font-size: 22px;
    }


}

@media (max-width:991px){
    .topBarCnt ul.headSocial{
        display: none;
    }
    .menu-collapser{
        background: transparent;
    }
    .mainHeader:before{
        height: 48px;
    }
    .headerCnt{
        position: relative;
    }
    ul.slimmenu{
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 11;
        background: #255946;
        border-radius: 0px 0px 15px 15px;
    }
    .headDetails {
        margin-right: 0px !important;
    }
    .headerLft {
        max-width: 21%;
    }
    .headerRgt {
        max-width: 79%;
        padding-left: 0;
    }
    .slimmenu li.current-menu-item a {
        color: #ffffff !important;
        font-weight: 700;
    }
    .slimmenu li a{
        color: #fff !important;
    }
    .collapse-button{
        background-color: #255946;
    }
    .navbar-brand{
        padding: 10px 9px;
    }
    .bannerText{
        padding-right: 55px;
    }
    .bannerTitle {
        font-size: 50px;
    }
    .bannerTitle strong:before{
        top: 0;
        right: -30px;
        background-size: contain;
        width: 38px;
        height: 38px;
    }
    .MisImg1{
        margin-right: 0px;
    }
    .MisImg1:before{
        display: none;
    }
    .MisImg1{
        max-width: 100%;
    }
    .MisImg2 {
        max-width: 250px;
        left: 5vh;
    }
    .misionImgs {
        padding-bottom: 0;
    }
    .misionImgs {
        padding-bottom: 0;
        text-align: center;
    }
    .pPad, .homeCtaCNt {
        padding: 40px 0px;
    }   
    .approImg{
        position: relative;
        max-width: 100%;
        clip-path: none;
        height: 300px;
    }
    .homeCtaCNt{
        text-align: center;
    }
    .projectBx {
        text-align: center;
    }
    .homeCtaCNt h2, .secTitle {
        font-size: 30px;
        line-height: 1;
    }
    .problemSec .head {
        margin-bottom: 15px;
    }
    .problemText {
        padding-left: 0;
        padding-right: 0px;
    }
    .roadmapImg{
        text-align: center;
    }
    .roadmapImg2{
        display: none;
    }
    .roadMapSec .head {
        margin-bottom: 15px;
    }
    .roadMapSec, .problemSec{
        background-size: 510px;
    }
    .problemSec picture img{
        height: 250px;
    }
    .problemSec h3 {
        font-size: 20px;
    }
    .questionsPanel .accordion-item .accordion-button{
        font-size: 18px;
    }
    .ftTitle{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footerTop:before {
        top: -5px;
        height: 7px;
    }
    .cpBx{
        padding: 15px 0px;
    }
    .cpBx:before{
        top: -5px;
        height: 7px;
    }
    footer{
        background-size: 510px;
    }
    .contactSec:before{
        max-width: 100%;
        height: 40%;
    }
    .mainHeader.stick .menu-collapser{
        height: 40px;
    }
    .navList{
        padding-bottom: 0px;
    }
    .BlogSlider .owl-nav .owl-next span, .BlogSlider .owl-nav .owl-prev span{
        width: 30px;
        height: 30px;
        color: transparent;
    }
    .contactRight .head {
        margin-bottom: 15px;
        text-align: center;
    }
    .contactRight .head p{
        text-align: center;
    }
    .contactRight .form-group{
        text-align: center;
    }
    .culTba .culTbalft{
        max-width: 100%;
    }
    .culTba .culTbargt{
        max-width: 100%;
    }
    .innerPage .nav-tabs li{
        margin: 10px 10px !important;
        width: 100%;
        max-width: 33.33%;
    }
    .misinText{
        padding-top:0px;
    }
    ul.slimmenu{
        display:none;
    }

    
}
@media (max-width:768px){
    .topBarCnt{
        display: none;
    }
    .headerLft{
        max-width: 40%;
        padding:0px;
    }
    .headerRgt{
        max-width: 60%;
    }
    .navList{
        padding: 5px 0px;
    }
    .navbar-brand {
        padding: 9px 9px;
    }
    .headerLft {
        max-width: 30%;
    }
    .bannerText {
        padding-right: 0;
        text-align: center;
    }
    .bannerSlider .owl-nav {
        right: 0;
        top: auto;
        flex-direction: initial;
        align-items: initial;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        max-width: 100%;
        justify-content: center;
        bottom: 25px;
        z-index: 11;
    }
    .bannerSlider .owl-nav button{
        margin: 0px 5px;
    }
    .bannerTitle {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .misionSec .partnerships {
        padding-top: 0;
    }
    .innerTitle {
        font-size: 30px;
    }
    .innerPage .nav-tabs li{
        max-width: 45%;
    }
    .eventDE {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        border-radius:0 0 15px 15px;
        text-align: center;
    }
    .culkt img {
        border-radius: 15px 15px 0px 0px;
    }
    .culTba .culTbargt .bannerSlider .owl-nav {
        right: 0px;
        top: 10px;
    }
    .blogCnt h1, .innerPage h1{
        font-size: 28px;
    }
    .blogCnt h2, .innerPage h2{
        font-size: 24px;
    }
    .blogCnt h3, .innerPage h3{
        font-size: 22px;
    }
    .blogCnt h4, .innerPage h4{
        font-size: 22px;
    }
    .blogCnt h5, .innerPage h5{
        font-size: 18px;
    }
    .bloListBx .blogText{
        min-height: auto;
        padding-bottom: 15px;
    }
    .bloListBx{
        margin: 10px 0px;
    }
    .bloListBx .blogText p{
        min-height: auto;
    }
    .bloListBx .blogTitle{
        min-height: auto;
    }
    .teamSec .head{
        margin-bottom: 15px;
    }
    .errorText h2{
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .errorText img{
        width: 100%;
        height: 200px;
        object-fit: contain;
    }
    .errorSec {
        padding: 40px 0px !important;
    }
    .contactPage .headSocial{
        text-align: center;
        margin-top: 10px;
    }
    .contacyDEtails{
        padding: 15px;
    }
    .ctBx {
        border-right: none;
        border-bottom: solid 1px #d8d6d1;
        padding: 10px;
    }
    .contactPage{
        text-align: center;
    }
    .bannerSlider picture{
        height:405px;
    }
    
    .problemSec picture{
        max-width:100%;
    }
    .mainHeader.stick .navbar-brand{
        padding:6px 9px;
    }


}

@media (max-width:575px){
   
    .navList{
        position:inherit;
    }
    ul.slimmenu{
        width: 100%;
    }
    .misionSec h2 {
        font-size: 30px;
    }
    .misionSec h3{
        font-size: 24px;
    }
    .MisImg2{
        display: none;
    }
    .partBX{
    }
    .faqSEc .head {
        margin-bottom: 0;
    }
    .pPad, .homeCtaCNt {
        padding: 20px 0px;
    }
    .footerTop{
        padding: 20px 0px;
    }
    .footerTop:before, .cpBx:before{
        background-size: cover;
    }
    .blogSec .head {
        margin-bottom: 15px;
    }
    .blogText {
        min-height: auto;
    }
    .misinText{
        text-align: center;
    }
    .misinText ul li{
        text-align: left;
    }
    .misinText ul li{
        display: inline-block;
    }
    .ftCnt{
        text-align: center;
    }
    .navList {
        padding: 0px 0px;
    }
    .innerPage .nav-tabs{
        margin-bottom: 15px;
    }
    .cultuerbx{
        padding: 10px;
    }

    
}

@media (max-width:479px){
   .bannerTitle{
    font-size: 34px;
   }
   .bannerText blockquote{
    line-height: 1.6;
    padding: 10px;
   }
   .bannerSlider .owl-nav{
    bottom: 45px;
   }
   .misionSec p{
    line-height: 1.6;
   }
   .bannerSubTitle{
    line-height: 1.4;
   }
   .homeCtaCNt h2, .secTitle{
    font-size: 24px;
   }
   .head p{
    font-size: 16px;
   }
    .roadMapSec .accordion .accordion-button {
        font-size: 16px;
    }
    .roadMapSec{
        padding-bottom: 40px;
    }
    .blogText{
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blogText .date, .blogCnt .date {
        width: 70px;
        height: 70px;
        top: -40px;
    }
    .questionsPanel p{
        text-align: justify;
    }
    .blogText .date span, .blogCnt .date span {
        font-size: 20px;
    }
    .blogText .date, .blogCnt .date{
        padding: 10px;
        font-size: 18px;
    }
    .blogText{
        padding-top: 35px;
    }
    .misionSec ul{
        text-align: left;
    }
    .innerPage .nav-tabs li {
        max-width: 100%;
        margin: 10px 0px !important;
    }
    .blogCnt h1, .innerPage h1{
        font-size: 24px;
    }
    .blogCnt h2, .innerPage h2{
        font-size: 22px;
    }
    .blogCnt h3, .innerPage h3{
        font-size: 20px;
    }
    .blogCnt h4, .innerPage h4{
        font-size: 18px;
    }
    .blogCnt h5, .innerPage h5{
        font-size: 18px;
    }
    .errorText img{
        height: 100px;
    }
    .errorText h2{
        font-size: 20px !important;
    }
    .errorSec {
        padding: 80px 0px 40px !important;
    }
   
    .partnerSlider .owl-dot{
        width: 16px;
        height: 16px;
        margin: 3px;
    }
    .partnerSlider .owl-dot span{
        width: 9px;
        height: 9px;
        top: -7px;
    }
    .bannerCnt .btnStyle {
        padding: 6px 25px;
        font-size: 16px;
    }
    .bannerSlider picture {
        height: 345px;
    }
    .teamBanner{
        height:auto !important;
    }
    .teamBanner img {
        height: 345px !important;
    }
    .contactLeft ul li .conIcon{
        max-width:60px;
    }
    .blogDetails p{
        text-align:justify;
    }
    .blogCnt ul li{
        text-align:justify;
    }
    .blogCnt h1, .innerPage h1 {
        font-size: 22px;
    }
    .blogText{
        text-align:justify;
    }
    .headerLft {
        max-width: 35%;
    }
    .headerRgt {
        max-width: 65%;
            padding-bottom: 20px;
    }
    ul.slimmenu li a:focus, ul.slimmenu li a:hover{
        color:#fff !important;
    }
    .homeCtaCNt h2, .secTitle {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .problemSec picture{
        margin-bottom: 10px;
    }
    .inrTitle{
        text-align:center;
        margin-top:0px;
    }
    .joinBx{
        padding:15px;
        text-align:center;
    }
    .joinBx ul li{
        text-align:center;
    }
    .eventDE{
        padding-bottom: 20px;
    }
    .culTba .culTbargt .bannerSlider .owl-nav{
        position:relative;
        right: 0px;
        top: 4px;
        bottom: 0;
    }
    .cultuerbx .bannerSlider .owl-nav button,.cultuerbx .bannerSlider .owl-nav button:hover,.cultuerbx .bannerSlider .owl-nav button:focus {
        border: solid 2px #1d1d1d6b !important;
    }
    .cultuerbx .bannerSlider .owl-nav button.owl-next span{
        background: url(images/rightarrow.png);
    }
    .cultuerbx .bannerSlider .owl-nav button.owl-prev span {
        background: url(images/leftarrow.png);
    }
}
@media (max-width:375px){
    .headerLft {
        max-width: 35%;
    }
    .headerRgt{
        max-width: 65%;
    }
    .navbar-brand {
        padding: 5px 9px;
    }
    .bannerSubTitle {
        font-size: 16px;
    }
    .bannerText blockquote{
        padding: 0px;
        background: transparent;
    }
    .mainHeader.stick .navbar-brand {
        padding: 2px 9px;
    }
    .roadmapImg1 {
        max-width: 290px;
        height: 290px;
    }
    .accordion-body{
        padding:15px 5px;
    }
    .roadMapSec .accordion .accordion-button{
        padding: 10px;
    }
    .roadMapSec .accordion .accordion-button span{
        margin-right: 18px;
    }
    .blogImg{
        height: 230px;
    }
    .btnStyle {
        padding: 10px 25px;
        font-size: 16px;
    }
    .collapse-button{
        padding: 10px;
    }
    .eventDE h3{
        font-size: 22px;
    }
    
    .eventDE{
        padding-bottom: 20px;
    }
    .blogCnt h2, .innerPage h2 {
        font-size: 20px;
    }
    
}