@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: 50px;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;}

.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: 16px;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;
    left:80%;
    font-family:fontAwesome;
    top: 10px;
}
.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 p{
        font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    color: #F6FDFF;
}
.service-section  h2{
    color:#69A442;
    font-weight: 600;
    font-size: 14px;
}
.service-section .ser-card { position: relative; margin: 30px 0 0 0; overflow: hidden; border-radius: 12px;}
.service-section .ser-card::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-image: linear-gradient(rgba(51, 51, 51, .1) 35%, rgba(4, 74, 128, .95)); border-radius: ;}
.service-section .ser-card:hover::after { background-image: linear-gradient(rgba(51, 51, 51, .1) 35%, rgb(15, 15, 15));}
.service-section .ser-card img { border-radius: 12px; filter: grayscale(5%);}
.service-section .ser-card:hover { transform: skew(1);}
.service-section .ser-card .text {position: absolute;z-index: 2;bottom: 0;left: 0;width: 100%;padding: 20px;}
.service-section .ser-card .text h4 {color: #fff;font-size: 20px;font-weight: 600;} 
.service-section .ser-card .text img {width: 27px;}

.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;
}


.contact-section { padding: 2% 0 7% 0;}
.contact-section .contact-form .form-control { margin: 0 0 15px 0; border: 0; border-bottom: 2px solid #dddddd; border-radius: 0; padding: 12px;}
.contact-section .contact-form input[type="button"] { background: #044a80; width: 100%; border: 0; margin: 10px 0 0 0; padding: 14px; color: #fff; letter-spacing: .5px; font-size: 15px; border-radius: 5px;}

footer { padding: 12% 0 0 0; background-image: url('image/footer-bg.png'); background-size: cover;}
footer h4 {color: #fff; font-size: 16px; text-transform: uppercase; font-weight: 500; margin: 0 0 25px 0; letter-spacing: 1px; padding: 0 0 0 20px; position: relative;}
footer h4::after { content: ''; position: absolute; width: 10px; height: 10px; border: 1px solid #fff; border-radius: 50%; left: 0; top: 4px}
footer p, footer p a {color: #c9c9c9; font-size: 14px; margin: 0 0 8px 0;}
footer p a:hover {color: #044a80;}
footer .footer-bottom {margin: 4% 0 0 0;border-top: 1px solid rgba(204, 204, 204, .4);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;}
.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;}

@media (min-width: 320px) and ( max-width: 768px) {
    p { font-size: 15px;line-height: 1.6;}
   .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:22px;}
    .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}
    .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 { background: #222}
    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;}
}