@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body { margin: 0; padding: 0; font-family: "Manrope", sans-serif !important;}
p {color: #333333;font-size: 16px;letter-spacing: .5px;line-height: 1.7;margin: 0 0 10px 0;font-family: "Manrope", sans-serif;}
.main-table li {font-family: "Manrope", sans-serif !important;color: #333333;font-size: 16px;letter-spacing: .5px;line-height: 1.5;margin: 0 0 10px 0;}
a {text-decoration: none !important;font-family: "Manrope", sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: "Manrope", sans-serif;}
.heading p i{
    animation:moveLeftRight 1s cubic-bezier(0.25, 1, 0.5, 1) infinite alternate;
    margin-right: 20px;
    font-size: 18px;
}
#HeaderControl img{max-width:380px;}
@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(5px);
    }
}
.heading p {
     position: relative;
     margin-bottom: 16px;
     color: #555555;
     font-weight: 600;
     font-size: 15px;
     line-height: 16.45px;
     text-transform: uppercase;
     font-family: "Public Sans", sans-serif;
} 
.heading h2 {color: #145886;font-size: 48px;margin-bottom: 15px;font-weight: 700;}
.sub-heading {font-size: 24px;color: #044a80;font-weight: 600;margin: 0 0 15px 0;/* border-bottom: 1px dashed #a5a5a5; */padding: 5px 0;}
.sub-heading1 {font-size: 21px;color: #161616;font-weight: 700;margin: 0 0 15px 0;}
#divmainenquiry11 a.close {
    float: right;
}
.tm img{box-shadow:1px 1px 6px gray;border-radius:10px;}
.custom-btn {display: inline-block;background: #044a80;padding: 15px 34px;letter-spacing: .5px;font-size: 13px;color: #ffffff;align-items: center;border-radius: 5px;}
.custom-btn:hover { background: #69a442; color: #fff;}
.custom-btn i{margin-left:10px;font-size: 16px;}

.contact-infos {background: #044a80;padding: 30px;margin: 10px 0;border-radius: 10px;min-height: 220px;}
.contact-infos h4{color: #eae7e7;font-size:14px;margin-bottom: 12px;line-height: 22px;}
.contact-infos h4 b{color:#fff;}
.ser-bx {margin-bottom: 40px;border-radius: 3px;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;background: #fff;-webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);-moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);box-shadow: 2px 2px 6px #ccc8c8;min-height: 255px;}
.ser-bx .img {width: 100%; height: 216px; /*border-bottom:#dd9933 2px solid;*/ overflow:hidden; transition:all .5s;}
.ser-bx img  { -webkit-transform: rotate(15deg) scale(1.4);  transform: rotate(15deg) scale(1.4); transition:.5s;}
.ser-bx:hover img {-webkit-transform: rotate(0) scale(1);  transform: rotate(0) scale(1);}
.ser-bx .text {background: #fff;width: 100%;text-align: center;padding: 0 5px 10px;margin:0 auto;margin-top: -50px;position: relative;}
.ser-bx .text .icon:after{/*content:''; width:60px; height:40px; background: #dd9933; transform:skew(20deg, 0deg); transition: all 0.3s ease; position:absolute;*/}
.ser-bx .text .icon {
    width: 100%;
    position:relative;
    height: 6px;
    padding: 0 10px;
    text-align:left;
    /*border-radius: 50%;*/
    font-size: 20px;
    font-weight: bold;
    background: #000;
    /*margin: -62px 0 20px;*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
}
.ser-bx .text h3 {font-weight: 600;font-size: 14px;color:#000;margin-bottom: 0;margin-top: 10px;}
.ser-bx .text h3 span{color: #738391;}
.ser-bx .text p{font-size: 16px;line-height:26px;padding: 0 10px;text-align: justify;}
.ser-bx .text .btn-custom { position: absolute; transition: all 0.3s ease; /*bottom: -45px;*/ left: 0; right: 0;  width: 150px;
    background: #000; color: #fff; padding: 12px 10px; border-radius: 3px;  margin: 0 auto; text-transform: uppercase; font-weight: 500; font-size: 14px;}
.ser-bx:hover .text .icon, .ser-bx:hover .text .icon:after {background: #5b6d7e;color:#fff;}
.ser-bx:hover .text .icon .fa{ color: #fff;}
.ser-bx:hover .text .btn-custom { background: #dd9933;}


header { position: absolute; z-index: 2; width: 96%; left: 2%; top: 4%; background: #fff; border-radius: 15px;}
header .navbar { padding: 8px 15px;}
.navbar .navbar-nav .nav-link {font-size: 14px;font-weight: 600;margin;color: #145886;margin: 0px 6px; #212121 !important;}
.navbar-nav li.nav-item:last-child a {
        background-color: #1b39420d;
    border: 1px solid rgba(27, 57, 66, 0.1);
    border-radius:10px;
    position:relative;
}
.navbar-nav li.nav-item:last-child a:after{
    content:"\f105";
    position:absolute;
    font-family:fontAwesome;
    top: 10px;
    right: 11%;
}
.navbar-nav li.nav-item:last-child a:hover{
   background: #69a442 !important;
    color:#fff !Important;
}
.banner-section .carousel-control-next-icon, .carousel-control-prev-icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: #69A442;
    border-color: #69A442;
    border-radius:50%;
}
.banner-section .carousel-control-next, .carousel-control-prev{
    opacity:1;
}
.banner-section {position: relative;padding: 0 2%;margin-top: 100px;height: 600px;}
.banner-section .carousel-indicators{bottom:80px;}
.banner-section .carousel-indicators .active{
     background-color: #F9D67C;
}
.banner-section .carousel-item { position: relative;}
.banner-section .carousel-item img {position: relative;height: 650px;}
.banner-section .carousel-item::before {content: '';position: absolute;width: 100%;height: 100%;/* background-image: url('image/banner-bottom.png'); */top: 0;left: 0;background-size: cover;background-position: bottom;z-index: 1;}
.banner-section .carousel-item::after {content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #114455cc;} 
.banner-section .carousel-indicators [data-bs-target] {width: 10px;height: 10px;border-radius: 50%;display: block;position: relative;opacity: 1;}
.banner-section .carousel-indicators .active{opacity: 1 !important;}
.banner-section .carousel-caption {z-index: 1;text-align: center;top: 50%;left: 50%;width: 50%;transform: translate(-50%, -50%);}
.banner-section .carousel-caption h5 { 
     color: #ffffff;
    font-family: "Public Sans", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 16.45px;
    letter-spacing: 6.6px;
    margin: -22px 0px 20px 0px;
}
.banner-section .carousel-caption h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 600;
    line-height: 85px;
    letter-spacing: -1.5px;
    margin: 0px 0px 50px 0px;
}
.banner-section .carousel-caption p { color: #ffffff; font-size: 20px; margin: 0 0 20px 0;}
.banner-section .carousel-caption a i{margin-left:10px;}
.banner-section .carousel-caption a:hover{
    background:#69A442 !important;
}
.banner-section .carousel-caption .btn2:hover{
     background: #0a3d60 !important;
    color:#fff !important;
}

.banner-section .carousel-caption a{
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    line-height: 21.86px;
    padding: 15px 30px 15px 30px;
    border-radius: 7px 7px 7px 7px;
    border-width: 0px 0px 0px 0px;
    background: #0a3d60;
    color#fff;
    color: #fff;
    margin: 0 3px;
}
.btn2{
    background:#fff !important;
    color:#0a3d60 !important;
}

.service-section {padding: 0;background: #145886;margin: 0 2%;border-radius: 20px;padding: 90px;}
.service-section .heading{text-align:center;}
.service-section h2{
        font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    color: #F6FDFF;
}
.service-section p{
    color:#69A442;
    font-weight: 600;
    font-size: 14px;
}
.service-section .ser-card {
    background-color: #FFFFFF;
    padding: 50px 25px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 40px -11px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}
.service-section .ser-card img {width: 60px;}
.service-section .ser-card .text {position: absolute;z-index: 2;bottom: 0;left: 0;width: 100%;padding: 20px;}
.ser-card h4{
    font-size: 18px;
    font-weight: 800;
    color:#145886;
    margin: 15px 0;
}
.pic{display:block;}
.ser-card p{
        font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color:#000;
}

.about-section {padding: 5% 0;}
.about-section img{border-radius: 0;height: 330px;}
.about-section p{
    font-family: "Public Sans", sans-serif !IMPORTANT;
    margin-top: 20px;
}
.abt-mid{
    background:#E5E7E9;
    border: 1px #1638381A solid;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.abt-mid h3{
    color: #145886;
    font-size: 48px;
    font-weight: 800;
}
.abt-mid p{
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: 0px;
        color: #555555;
        padding-left: 20px;
        margin-top: 10px;
}


.counts{
    position: relative;
    background-color: #e5e7e9;
    padding: 70px 50px;
    border-radius: 20px;
    margin: 2% 2% 0;
}
.count-bx{
    text-align:center;
}
.count-bx h2{
    font-size: 56px;
    margin-bottom:20px;
    color: #145886;
    font-weight: 700;
}
.count-bx p{
    font-size:20px;
    font-weight: 600;
}


.team{background:#E5E7E9;margin:60px 0;padding: 75px 0;}
.tm-sc{
        border-radius: 10px;
        background: #FFFFFF;
        padding: 45px 35px;
        min-height: 310px;
}
.tm-sc img{box-shadow: 1px 1px 5px gray;border-radius: 5px;}
.tm-sc h5{
        font-weight: 700;
        font-size: 18px;
        color: #121212;
        margin: 20px 0 10px;
}
.team .heading{text-align:center;margin-bottom:30px;}
.tm-sc p{
    
}

.contact-section {padding: 45px;background: #E5E7E9;border-radius: 20px;margin-bottom: 50px;}
.contact-section .contact-form .form-control {margin: 0 0 15px 0;border: 0;border: 1px solid #dddddd;border-radius: 10px;padding: 12px;}
.contact-section .contact-form input[type="button"] {background: #69a442;width: 100%;border: 0;margin: 10px 0 0 0;padding: 14px;color: #fff;letter-spacing: .5px;font-size: 15px;border-radius: 5px;}
.contact-section .heading h2{font-size:36px;margin-bottom: 95px;}
.cnt-bottom h6{font-weight:800;color:#000;}
.cnt-bottom p{margin-bottom: 0;line-height: 30px;}
.contact-form{background:#fff;padding: 45px;border-radius: 20px;}
.contact-section .contact-form input:hover{
    background:#145886;
}

footer {padding: 100px 0 10px;background-image: url('image/footer-bg.png');background-size: cover;}
footer h4 {color: #fff;font-size: 19px;font-weight: 700;margin: 0 0 25px 0;letter-spacing: 1px;position: relative;}
footer p{
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #CECECE;
        margin-bottom: 30px;
}
footer span{
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        color: #CECECE;
}
footer img{margin-bottom:30px;}
footer h6{
    font-size: 15px;
    line-height: 30px !important;
    font-weight: 600;
}
footer a:hover{color:#fff;text-decoration: underline !IMPORTANT;}
footer a i{margin-right:10px;}
footer a{
    color:#CECECE;
    font-size: 16px;
    font-weight: 600;
}
footer p a:hover {color: #044a80;}
footer .footer-bottom {margin: 2% 0 0 0;border-top: 1px solid rgb(163 163 163 / 40%);padding: 15px 0;}
footer .footer-bottom p {margin: 0;}

.heading-innerpage { padding: 5% 0; background: #044a80;}
.heading-innerpage h2 {color: #fff;font-size: 27px;font-weight: 600;margin: 0;text-transform: uppercase;letter-spacing: 2px;text-align: center;position: relative;}
.heading-innerpage h2::after {position: absolute;content: '';background: #ffff;width: 140px;height: 2px;top: 50px;left: 0;right: 0;margin: 0 auto;} 

.contact-info {background: #044a80;padding: 30px;margin: 10px 0;border-radius: 10px;}
.contact-info i { color: #e4e4e4; font-size: 30px;}
.contact-info h5 {color: #ffffff;text-transform: uppercase;font-size: 17px;font-weight: 700;letter-spacing: .5px;}
.contact-info p, .contact-info p a { color: #e0e0e0; margin: 0;}

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    text-align: left;
    background:#f5f5f5;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
    margin-bottom: 45px;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 70px;
    color: #154847;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
    padding-left: 0;
    text-align: left;
    margin-top: 20px;
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    color: #154847;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 24px;
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #154847;
    transition: all .5s ease-in-out
}

.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    right: -27px;
    top: 1px;
    text-align: center;
    font-size: 24px;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none
}
.abt-left p{text-align:justify;font-size:15px;}
.abt-rght{
    display: flex;
    align-items: center;
    height: 100%;
}
.abt-rght img{
    box-shadow:1px 1px 5px gray;
    border-radius:10px;
}

.ic-pg ul li{
    list-style:none;
    color: #000;
    font-weight: 600;
    display: flex;
}
.ic-pg i{
    animation:moveLeftRight 1s cubic-bezier(0.25, 1, 0.5, 1) infinite alternate;
    color:#004471;
    margin-right:20px;
    font-size: 18px;
    line-height: 25px;
}
.ic-pg p{color:#000;font-weight:600;}




.container-project {
    position: relative;
    width: 100%;
    margin: 0px auto 40px auto;
    z-index: 9999999999;
    overflow: hidden;
    border-radius: 20px;
}
.container-project:hover .middle i{opacity:1;transition:all .3s ease;margin:0 auto;}
.container-project a:before{
    background:#00000047;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    position:absolute;
    z-index:9;
    border-radius: 20px;
}
@keyframes flashshine {
    100% {
        left: 125%;
    }
}
.container-project:hover:after{
    animation:flashshine 1.2s;
}
.middle i:hover{background:#000;color:#fff;}
.middle i{
        width: 35px;
        height: 35px;
        border-radius: 3px;
        color: #555555;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F2EDEA;
        margin: 0 auto;
        opacity: 0;
        transition: all .3s ease;
        margin-top: -50px;
}
.container-project:after{
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-23deg);
 }
.container-project a{position:relative;border-radius: 20px;}
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    position: relative;
    border-radius: 20px;
}

.container-project:hover .image{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.middle  p{
    color: #000;
    font-size: 14px;
}
.middle h4{
    color: #000;
    margin: 5px 0;
    font-weight: 700;
    font-size: 14px;
}
.middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 30px;
    z-index: 999;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    right: 0;
    bottom: 3%;
    border-radius: 25px;
}
.inner-team img{
    width: 100%;
    border-radius: 20px;
}
.inner-team{margin-block:30px;}
.inner-team h4{
    font-size: 18px;
    color:#145886;
    font-weight:700;
}
.inner-team h6{
    color: #000;
    font-size: 20px;
    margin: 10px 0;
}





@media (min-width: 320px) and ( max-width: 768px) {
    ul{padding-left:15px;}
    .site-breadcrumb{padding: 30px 0;}
    .site-breadcrumb .breadcrumb-menu li{font-size: 11px;}
    .site-breadcrumb .breadcrumb-title{font-size:32px;}
    .contact-section, .contact-form{padding:15px;}
    .tm-sc{padding:20px;min-height: auto;margin-bottom: 20px;}
    .service-section{padding: 10px;margin: 2% 0 !IMPORTANT;}
    .count-bx{text-align:justify;}
    .count-bx p{font-size:15px;}
    .count-bx h2{font-size:22px;}
    .counts{padding:20px;width: 100%;}
    .abt-mid{margin-bottom:20px;height:auto;}
    .about-section img{height:auto;margin:10px 0;}
    .banner-section{margin-top:0;height:100%;}
    #HeaderControl img{max-width: 235px;margin: 10px 0;}
    p {font-size: 14px;line-height: 1.6;text-align: justify;}
   .main-table li {font-size: 15px;}
    .heading p { margin: 0 0 5px 0;} 
    .heading h2 { font-size: 27px; margin: 0  0 15px 0;}
    .sub-heading { font-size: 21px;}
    .sub-heading1 {font-size: 18px;}
     .heading h2{font-size: 18px !important;text-align: justify;line-height: 26px;}
    .banner-section .carousel-caption{display:none;}
    .custom-btn { padding: 10px 24px;}
    
    header { width: 70%; left: 0; top: 0;}
    header .navbar { padding: 0;}

    .banner-section img {height: 280px;object-fit: cover;height: auto !IMPORTANT;}
    .banner-section .carousel-indicators {left: 92%; bottom: 30%;}
    .banner-section .carousel-indicators [data-bs-target] {width: 10px; height: 10px;}
    .banner-section .carousel-caption { top: 10%; width: 70%;}
    .banner-section .carousel-caption h5 { font-size: 14px; margin: 0 ;}
    .banner-section .carousel-caption h1 { font-size: 21px; margin:0 0 10px 0}
    .banner-section .carousel-caption p { font-size: 14px; margin: 0 0 10px 0;}
    .banner-section .carousel-caption a{ display:none;}
     
    footer h4 { margin: 15px 0 10px 0;}
                                       
    .heading-innerpage { padding: 5% 0;}
    .heading-innerpage h2 {font-size: 18px;}
    
    .contact-info {background: #044a80;padding: 30px;margin: 10px 0;}
    .contact-info i { color: #e4e4e4; font-size: 30px;}
    .contact-info h5 {color: #ffffff;text-transform: uppercase;font-size: 17px;font-weight: 700;letter-spacing: .5px;}
    .contact-info p, .contact-info p a { color: #e0e0e0; margin: 0;}
}