/*
Theme Name: watergate
Author: Acrobat@team
Author URI: https://acrobatsolution.com/
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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



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: #36c0ed;
}
.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: #14678a;
}

.headSocial li a{
    padding: 12px 15px;
    display: inline-flex;
    width: 100%;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: #283734;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background: rgb(13 96 131 / 40%);
    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: #0d6184;
    color: #fff;
}




.navList{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    position: relative;
    background: #0d6184;
    border-radius: 10px 0px 0px 0px;
    margin: 0;
    padding-left: 15px;
}

.navbar-brand{
    width: 100%;
    max-width: 250px;
}
.topBar .container{
    text-align: right;
}

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

.headerRgt{
    width: 100%;
    max-width: 80%;
    padding-left: 25px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: end;
}

.headDetails{
    margin-right: 65px !important;
}
.headDetails li{
    padding: 0px 25px !important;
}
.slimmenu li{
    padding: 0px !important;
}
.slimmenu li a{
    padding: 15px 30px !important;
    font-size: 16px !important;
    color: rgb(255 255 255 / 1) !important;
} 

.slimmenu li.current-menu-item a{
    color: #fff !important;
    border-bottom:solid 3px #36c0ed; 
    font-weight:700;
}
.ftCnt ul li.current-menu-item a{
    font-weight:600;
    color:#fff;
}
.slimmenu li a:hover{
    color: #fff !important;
     border-bottom:solid 3px #36c0ed; 
}
.mainHeader{
    position: relative;
}
.mainHeader:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 30%;
    height: 57px;
    background: #0d6184;
}
.bannerSlider{
    position: relative;
}
.bannerSlider .item{
    position: relative;
}
.bannerSlider picture{
    display: inline-block;
    width: 100%;
    height: 80vh;
    position: relative;
}
.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(255,255,255);*/
/*    background: linear-gradient(290deg, rgba(255, 255, 255, 0) 0%, rgb(7 58 79) 74%)*/
/*}*/
.bannerCnt{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.bannerText{
    width: 100%;
    max-width: 690px;
    position: relative;
    background: rgb(13 97 132 / 60%);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(3px);
}
.bannerSlider .owl-nav button span:focus, .bannerSlider .owl-nav button span:focus-visible, .bannerSlider .owl-nav button:focus, .bannerSlider .owl-nav button:focus-visible{
        outline: none;
}

.bannerTitle{
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-size: 80px;
    line-height: 1;
    display: block;
    font-weight: 800;
}
.bannerSubTitle{
    font-size: 40px;
    color: #36c0ed;
    font-weight: 700;
    line-height: 2;
    font-family: "Caveat", cursive;
}

.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: #19A7CE;
    border: #19A7CE 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:#084761;
color:#fff;
}

.bannerSlider .owl-nav{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 6px;
        text-align: right;
}
.bannerSlider .owl-nav button{
    background: rgba(255,255,255,0.6) !important;
    width: 50px;
    height: 50px;
    margin: 0px 3px;
}
.bannerSlider .owl-nav button:hover{
    background: rgba(255,255,255,1) !important;
}
.bannerSlider .owl-nav button.owl-next span{
        font-size: 50px;
    line-height: 1;
    color: #0d6184;
}
.bannerSlider .owl-nav button.owl-prev span{
    font-size: 50px;
    line-height: 1;
    color: #0d6184;
}

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

.missionBx{
    padding: 60px 40px;
    border-radius: 15px;
    background: #0d6184;
    position: relative;
    height: 100%;
    overflow: hidden;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.missionBx .missionShap{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;

}
.missionBx .missionShap img{
    height: 100%;
}
.missionBx h2{
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    display: block;
    font-weight: 800;
    margin-bottom: 25px;
}
.missionBx p{
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}
.misCnt{
    width: 100%;
    max-width: 70%;
    position: relative;
    z-index: 1;
}
.misCntIcon{
    width: 100%;
    max-width: 30%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.approchSec{
    background: #F1F7F8;
}
.secTitle{
    margin: 0;
    color: #0d6184;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 45px;
}

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

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

.approchSec{
    position: relative;
}
.approchSec:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 30%;
    background: #fff;
}
.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{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}


.homeCtaCNt h2{
        font-family: "Nunito", sans-serif;
    color: #0d6184;
    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: #eef3f5;
}

.problemSec picture{
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    max-width: 480px;
    padding: 15px;
}
.problemSec picture:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 90%;
    border: solid 4px #19a7ce;
    border-radius: 5px;
    left: 0;
}
.problemSec picture img{
    width: 100%;
    position: relative;
    height: 600px;
    object-fit: cover;
    border-radius: 5px;
    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;
}

.HomeMainCta{
    padding: 100px 0px;
    background-image:url(images/image-1.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
 
    position: relative;
}
.HomeMainCta:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(13,97,132);
    /* background: linear-gradient(56deg, rgba(13,97,132,1) 23%, rgba(25,167,206,1) 100%); */
    opacity: 0.9;
}
.HomeMainCta_text{
    text-align: center;
    position: relative;
    z-index: 1;
}
.HomeMainCta_text h2{
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    display: block;
    font-weight: 800;
    margin-bottom: 25px;
}
.HomeMainCta_text p{
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.galleryBx{
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}
.galleryBx picture{
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.galleryBx picture:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    background-image: url(images/zoom-in.png);
    background-repeat: no-repeat;
    background-position: center center;

}
.galleryBx:hover picture:before{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.galleryBx picture img{
    width: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    height: 300px;
    object-fit: cover;
}
.galleryBx:hover  picture img{
     transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.gallerySec .head{
    margin-bottom: 45px;
}



footer{
    background: #0d6184;
}
.footerTop{
    padding: 60px 0px;
}
.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: 15px 0px;
    background: #084761;
}
.cpBx p{
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.newsform .form-group{
    display: inline-flex;
    width: 100%;
    margin: 0px;
}
.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: #19a7ce;
    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: 100px;
    margin-bottom: 15px;
    height: 90px;
    object-fit: contain;
    object-position: center center;
}

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

.problemSec_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.problemSec{
    position: relative;
}
.problemSec .head{
    margin-bottom: 45px;
}
.innerbanner{
    position: relative;
    padding: 120px 0px;
}
.innerBnrtitle{
    margin: 0;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
}
.innerbanner .container{
    position: relative;
    z-index: 1;
}
.innerbanner picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.innerbanner picture:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(13,97,132);
background: linear-gradient(56deg, rgb(13 97 132 / 82%) 23%, rgba(25, 167, 206, 0) 100%);
}
.innerbanner picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.innerCnt{
    padding: 100px 0px;
}
.innerCnt h1{
    color: #0d6184;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
    margin-top:0px;
}
.innerCnt h2{
    color: #0d6184;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
}
.innerCnt h3{
    color: #0d6184;
    font-size:24px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-top: 6px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
}
.innerCnt p{
    line-height: 1.6;
    font-size: 16px;
    text-align: justify;
}
.innerCnt picture{
    display: inline-block;
    width: 100%;
    padding: 25px;
    position: relative;
}
.innerCnt picture img{
    position: relative;
    z-index: 1;
}
.innerCnt picture:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 90%;
    border: solid 4px #19a7ce;
    border-radius: 5px;
    left: 0;
}
.tagline{
    font-size: 40px;
    color: #36c0ed;
    font-weight: 700;
    line-height: 2;
    font-family: "Caveat", cursive;
}
.head p{
    text-align: center;
}
.contactSec .head p{
    margin-bottom: 0px;
}
.contactForm{
    margin-top: 45px;
}
.contactForm .form-group{
    margin-bottom: 25px;
}
.contactForm .form-control{
    border: solid 1px #cccccc;
    border-radius: 15px;
    padding: 15px 25px;
    resize: none;
}
.contactForm input.form-control{
    height: 55px;
}
.contactDetails{
    padding: 35px;
    background: #fff;
    margin-top: 45px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgb(13 97 132 / 14%);
}

.contactDetails ul{
    padding: 0;
    margin: 0 !important;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.contactDetails ul li{
    width: 100%;
    max-width: 100%;
    list-style: none;
   padding: 0 !important;
   margin: 15px 0px;
}
.contactDetails .headDetails li a .hContent{
    max-width:87%;
}
.contactDetails .headDetails li a .hContent p{
    font-size:16px;
    margin-bottom:10px;
    color:#283734;
}
.contactDetails .headDetails li a .hContent h5{
    color:#767676;
    font-family: "Poppins", sans-serif;
}
.submitBnt{
    padding:10px 45px;
}
.contactDetails h3{
    font-size:30px;
}

.errorText{
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin: 0px auto;
}
.errorText h2{
        color: #0d6184;
    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;
}


.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;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}



.newsform form{
    width:100%;
}
.newsform .mc4wp-form-fields{display:flex;}
.mc4wp-error p{color:red !important;margin-top:15px;margin-bottom:0px;}

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

@media (max-width:1599px){
    .ftTitle{
        font-size: 24px;
    }
    .bannerTitle{
        font-size: 60px;
    }
    .homeCtaCNt h2{
        font-size: 46px;
    }
    .problemText h2{
        font-size: 40px;
        margin-bottom: 25px;
    }
    .HomeMainCta_text h2, .secTitle{
        font-size: 40px;
    }
}
@media (max-width:1199px){
    .headDetails li {
        padding: 0px 15px !important;
    }
    .innerCnt{
        padding: 50px 0px;
    }
    .contactDetails{
        padding: 15px;
    }
    .bannerTitle {
        font-size: 45px;
    }
    .bannerText{
        max-width: 550px;
    }
    .missionBx h2{
        font-size: 30px;
    }
    .homeCtaimg{
        min-height: 530px;
        object-fit: cover;
        object-position: center;
    }
    .problemText{
        padding-left: 0px;
        padding-right: 0px;
    }
    .pPad{
        padding: 50px 0px;
    }
    .bannerSlider picture{
        height: 60vh;
    }
}

@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: #0d6184;
        border-radius: 0px 0px 15px 15px;
    }
    .innerBnrtitle{
        font-size: 40px;
        
    }
    .innerCnt h1{
        font-size: 34px;
    }
    .innerCnt h2{
        font-size: 28px;
    }
    .innerCnt h3{
        font-size: 24px;
    }
    .ftTitle{
        margin: 15px 0px;
    }
    .missionBx{
        height: auto;
        margin: 10px 0px;
    }
    .pPad {
        padding: 30px 0px;
    }
    .secTitle{
        margin-bottom: 15px;
    }
    .approchBx{
        height: auto;
        margin: 10px 0px;
    }
    .homeCtaCNt{
        position: relative;
        top: 0;
        transform: inherit;
    }
    .homeCtaimg{
        display: none;
    }
    .homeCta{
        padding: 30px 0px;
    }
    .problemSec picture{
        margin-top: 25px;
    }
    .problemText{
        text-align: center;
    }
    .problemText p{
        text-align: center;
    }
    .problemText h2{
        margin: 15px 0px;
    }
    .HomeMainCta{
        padding: 60px 0px;
    }
}
@media (max-width:767px){
    .topBarCnt{
        display: none;
    }
    .headerLft{
        max-width: 40%;
    }
    .headerRgt{
        max-width: 60%;
    }
    .navList{
        padding: 15px 0px;
    }
    .mainHeader:before{
        height: 100%;
    }
    .contactDetails{
        margin-top: 15px;
    }
    .ftTitle{
        text-align: center;
    }
    .ftCnt{
        text-align: center;
    }
    .footerTop{
        padding: 30px 0px;
    }
    .innerbanner{
        padding: 60px 0px;
    }
    .pPad{
        padding: 60px 0px;
    }
    .errorText h2{
        font-size: 40px;
        line-height: 1.2;
    }
    .bannerTitle {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .pPad {
        padding: 30px 0px;
    }
    .homeCtaCNt h2 {
        font-size: 36px;
    }
    .homeCtaCNt{
        text-align: center;
    }
    .projectBx{
        text-align: center;
    }

}

@media (max-width:575px){
    .innerbanner{
        text-align: center;
    }
    .contactForm {
        margin-top: 10px;
    }
    .innerCnt h1{
        margin-top: 0px;
    }
    .tagline{
        line-height: 1.2;
    }
    .innerCnt picture{
        padding: 15px;
    }
    .navList{
        position:inherit;
    }
    ul.slimmenu{
        width: 100%;
    }
    .errorText h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .missionBx{
        padding: 40px 25px;
    }
    .missionBx p{
        font-size: 16px;
        line-height: 1.5;
    }
    .bannerSubTitle{
        font-size: 30px;
    }
    .problemText h2{
        font-size: 30px;
    }
    .problemText p{
        text-align: justify;
        text-align-last: center;
    }
    .bannerText{
        text-align: center;
    }
    .bannerTitle{
        font-size: 30px;
    }
    .HomeMainCta_text h2, .secTitle {
        font-size: 28px;
    }
    .approchSec .head p {
        text-align: justify;
        text-align-last: center;
    }
    .approchSec .head{
        margin-bottom: 15px;
    }
    .homeCtaCNt h2 {
        font-size: 30px;
    }
    .gallerySec .head{
        margin-bottom: 15px;
    }
    .btnStyle{
        padding: 10px 35px;
        font-size: 16px;
    }
}

@media (max-width:479px){
    .innerCnt h1 {
        font-size: 26px;
    }
    .innerCnt h2 {
        font-size: 22px;
    }
    .innerCnt h3{
        font-size: 20px;
    }
    .contactForm .form-group {
        margin-bottom: 15px;
    }
    .contactDetails{
        text-align: center;
    }
    .contactDetails .headDetails li a{
        flex-wrap: wrap;
        justify-content: center;
    }
    .contactDetails .headDetails li a .hContent {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .contactDetails .headDetails li a .hContent p{
        text-align: center;
    }
    .headerLft{
        padding: 0px;
    }
    .newsform .form-control{
        max-width: 60%;
    }
    .newsform .subscribe{
        max-width: 40%;
    }
    .headDetails li a .icon {
        width: 100%;
        margin-bottom: 15px;
    }
    .headDetails li a .icon{
        width:50px;
    }
    .approchSec .head p, .problemText p, .HomeMainCta_text p, .head p{
        font-size:16px;
    }
    .ftCnt ul li a{
        font-size:16px;
    }
}
@media (max-width:375px){
    .headerLft {
        max-width: 50%;
    }
    .headerRgt{
        max-width: 50%;
    }
    .innerBnrtitle {
        font-size: 30px;
    }
}