@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body { margin: 0; padding: 0; font-family: "Rubik", sans-serif !important;}
p {color: #333333;font-size: 16px;letter-spacing: .5px;text-align: justify;line-height: 1.7;margin: 0 0 10px 0;font-family: "Rubik", sans-serif !important;}
.main-table li {color: #333333;font-size: 16px;letter-spacing: .5px;line-height: 1.5;margin: 0 0 10px 0;}
a { text-decoration: none !important; font-family: "Rubik", sans-serif !important;}
h1, h2, h3, h4, h5, h6 { font-family: "Rubik", sans-serif !important;}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.heading p { color: #044a80; font-size: 16px; text-transform: uppercase; font-weight: 500; letter-spacing: .5px; position: relative; padding: 0 0 0 20px; margin: 0 0 10px 0;} 
.heading p::after { content: ''; position: absolute; width: 8px; height: 8px; background: #044a80; border-radius: 50%; left: 0; top: 8px}
.heading h2 { color: #212121; font-size: 42px; margin: 0  0 30px 0;}
.sub-heading { font-size: 24px; color: #044a80; font-weight: 700; 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;}
.title { font-size: 21px; color: #044a80; font-weight: 500; margin: 5px 0 10px 0;}

.custom-btn { display: inline-block; background: #044a80; padding: 12px 34px; letter-spacing: .5px; font-size: 13px; color: #ffffff; margin: 0 5px 0 0; border-radius: 5px;}
.custom-btn:hover { background: #212121; color: #fff;}
.service-section .heading h2{color: #332C77;}
header {position: absolute;z-index: 2;/* width: 96%; *//* left: 2%; *//* top: 4%; background: #fff;*/border-radius: 15px;}
header .navbar { padding: 8px 15px;}
header img {width: 200px;}
.navbar .navbar-nav .nav-link {font-size: 14px; font-family: Roboto !important;font-weight: 600;/* margin: 0 15px; */color: #fff !important;}

.banner-section { position: relative;}
.banner-section .carousel-item { position: relative;}
.banner-section .carousel-item img { position: relative;}
.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-image: linear-gradient(90deg, rgba(4, 74, 128, .9), rgba(51, 51, 51, .1));} 
.banner-section .carousel-indicators { justify-content: left; margin-left: 4%; display: block; left: 90%; bottom: 40%;}
.banner-section .carousel-indicators [data-bs-target] {width: 18px; height: 18px; border-radius: 50%; display: block; position: relative; opacity: .5;}
.banner-section .carousel-indicators .active{ opacity: 1 !important;}
.banner-section .carousel-caption { z-index: 1; text-align: left; top: 34%; width: 45%; left: 4%;}
.banner-section .carousel-caption h5 { text-transform: uppercase; font-size: 17px; color: #f6f6f6; font-weight: 400; letter-spacing: .8px; margin: 0 0 15px 0;}
.banner-section .carousel-caption h1 { font-size: 52px; font-weight: 600; margin: 0 0 15px 0;}
.banner-section .carousel-caption p { color: #ffffff; font-size: 20px; margin: 0 0 20px 0;line-height: 24px;text-align: left;}
.banner-section .carousel-caption a{ display: inline-block; border: 1px solid #fff; padding: 12px 34px; text-transform: uppercase; letter-spacing: 1.5px; font-size: 13px; color: #ffffff; margin: 0 5px 0 0; border-radius: 5px;}

.service-section { padding: 7% 0;}
.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));}
.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: 2% 0 7% 0;}
.about-section img{ border-radius: 12px; filter: brightness(98%);}

.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: 42px; 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: 60px; 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;}
    
    .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: 27px;}
    
    .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;}
}