@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;line-height: 1.7;margin: 0 0 10px 0; font-family: "Rubik", sans-serif !important;}
.main-table li {font-family: "Rubik", 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: "Rubik", sans-serif !important;}
h1, h2, h3, h4, h5, h6 { font-family: "Rubik", sans-serif !important;}
.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;line-height: 40px;} 
.heading p::after {content: '';position: absolute;width: 8px;height: 8px;background: #044a80;border-radius: 50%;left: 0;top: 15px;}
.heading h2 {color: #212121;font-size: 36px;margin: 0  5px 20px 0;}
.sub-heading {font-size: 20px;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;
}
.team_img {
    width: 140px;
    border: 6px solid #777;
    border-radius: 50%;
}
.tm img{box-shadow:1px 1px 6px gray;border-radius:10px;}
.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;}


.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: 15px;font-weight: 600;margin: 0px 6px;color:  #212121 !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: 26%;width: 65%;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;}
.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: 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: 16px;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; */margin-bottom: 4px;}
.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;}
}
/*  */
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}