@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.main-table{ font-family:Roboto; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{ font-weight:bold; Font-size: 20px; color:#222; text-align:left; line-height:30px; border-bottom:1px #ccc dashed; text-transform:uppercase; margin-bottom:10px;}
.sub-heading{ font-weight:bold; Font-size:16px; color:#222; line-height:30px; text-align:left; margin:0;}
.team-title{ font-weight:bold; Font-size:14px; color:#222; line-height:30px; text-align:left;}
.container, p,ul,li,ol{ font-family:Roboto !important; font-size: 15px; font-weight: 300;}
.maps{ text-align:center;}
.bg-1{background: #0c528e !important;}
.text-1{color: #0c528e !important;}
#divmainenquiry11 .close, #alertneew .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
.RadDock .rdContent{font-family:Roboto !important; }
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
#MenuControl .bg-light{background-color: #0d4c83 !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover, #MenuControl .dropdown-item:focus, #MenuControl .dropdown-item:hover{background-color:#000 !important; color:#fff !important;}
.nav-link{font-weight: 500; color:#fff;}
.nav-fill{width:100%; font-size: 15px;}
.nav-item a{font-size:15px;}
.navbar-brand{margin:0;}
.RadGrid_Default .rgHoveredRow{background:#c5c5c5 !important;}
.navbar-toggler{background: #fff;}
#MenuControl_C .dropdown-menu {
    border-radius: 0;
    padding: 0 !important;
    animation: fadeInUp 400ms;
}
/*nav-bar*/
#body1 #form2 #RadDockZone1.container{max-width: 100%;}
#RadDockZone2 .rdCenter{background: transparent !important;}
/*hero*/
.hero-banner {
    position: relative;
    /* min-height: 100vh; */
    background: url('../image/banner-img.jpg') center center/cover no-repeat;
    overflow: hidden;
}

/* Dark Blue Overlay */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 45, 85, 0.35);
    z-index: 1;
}

/* Soft Blur Overlay */
.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.08) 0%,
        rgba(255,255,255,0) 70%
    );
    z-index: 2;
}

.hero-banner .container {
    position: relative;
    z-index: 3;
}

.banner-content {
    
}

.banner-content h1 {
    /* color: #fff; */
    /* font-size: 3.4rem; */
    /* font-weight: 400; */
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.city-list {
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
    margin-bottom: 0;
}

/* Responsive */


.text-justify{text-align: justify;}

/*hero*/
.count-sec{background-image: url(../image/bg-efect-img.png);background-size: 100%;}
.counter-box {
    background: #fff;
    padding: 40px;
    text-align: center;
    border-bottom: 5px solid #005596;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
    height: 100%;
}

.counter-box h2 {
    font-size: 60px;
    font-weight: 700;
    color: #29379b;
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 24px;
    color: #29379b;
    margin-bottom: 0;
}
/* abt-sec */
.abt-sec{background-image: url(../image/abt-bg.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat;}
.abt-sec p{line-height: 25px;}
#HomepagecontentControl_C > center > table{margin-top: 0 !important;}
#HeaderControl_C_ctl00_tr_HeaderBackImage{background: transparent !important;}
/* abt-sec */
/*services section*/
.services-section {
    background: #f8f9fa;
}

.service-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 28px;
    min-height: 90px;

    background: #d7e8f7;
    border-radius: 8px;

    text-decoration: none;
    color: #0b2b50;

    overflow: hidden;
    transition: all .4s ease;

    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #005596;
    transform: scaleX(0);
    transform-origin: left;
    transition: .45s ease;
}

.service-card i,
.service-card span {
    position: relative;
    z-index: 2;
}

.service-card i {
    font-size: 2rem;
    transition: .5s ease;
}

.service-card span {
    font-size: 1.4rem;
    font-weight: 500;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,.15);
}

.service-card:hover i {
    color: #fff;
    transform: rotateY(180deg) scale(1.2);
}

.service-card:hover span {
    color: #fff;
}
/*services section*/
/* footer */
.footer-section{
    background:#1d1d1f;
    color:#bdbdbd;
    padding:80px 0 0;
}

.footer-logo h2{
    color:#fff;
    font-size:2rem;
    margin-bottom:0;
}

.footer-logo span{
    font-size:1.2rem;
}

.footer-logo small{
    color:#bdbdbd;
}

.footer-city{
    margin:30px 0;
}

.footer-section p{
    line-height:1.8;
}

.footer-section h5{
    color:#fff;
    margin-bottom:25px;
    font-weight:600;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#bdbdbd;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#0c528e;
    padding-left:5px;
}

.social-icons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.social-icons a{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#162E58;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:1.3rem;
    transition:.3s;
}

.social-icons a:hover{
    transform:translateY(-5px);
}

.footer-feature{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
}

.footer-feature i{
    color:#eee;
    font-size:1.3rem;
}

.footer-bottom{
    margin-top:60px;
    padding:20px 0;
    background:#252527;
}

.back-to-top{
    width:50px;
    height:50px;
    background:#162E58;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:1.4rem;
    transition:.3s;    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

.back-to-top:hover{
    color:#fff;
    transform:translateY(-5px);
}
/* footer */
/* innr-pg-c Start */
.otherpagecss #RadDockZone1.container {
    max-width: 100%;
}

.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {
    margin-top: 0 !important;
}

.innr-pg-c {
    margin-bottom: 20px;
    padding: 32px 0;
    position: relative;
}

.innr-pg-c h1 {
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    Font-size: 26px;
    color: #fff;
    text-align: left;
    border-left: 3px #fff solid;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    padding: 5px 0 5px 20px;
}

.innr-pg-c:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(22deg, #0c528e 4%, #191919 73%);
}

/* innr-pg-c End */
.why-us{
    background: linear-gradient(180deg,#f8fafc,#eef4fb);
}

.feature-card{
    height:100%;
    background:#fff;
    padding:35px 30px;
    border-radius:20px;
    position:relative;
    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .4s ease;
    border:1px solid rgba(13,110,253,.08);
}

.feature-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#0c528e,#006ab1);
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(13,110,253,.15);
}

.feature-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;

    background:linear-gradient(135deg,#0c528e,#006ab1);
    color:#fff;
    font-size:2rem;

    transition:.4s;
}

.feature-card:hover .feature-icon{
    transform:rotateY(180deg);
}

.feature-card h3{
    color:#0f172a;
    margin-bottom:18px;
}

.feature-card p{
    color:#475569;
    line-height:1.8;
    margin:0;
}
/*fix menu*/
#HeaderControl{background: #006ab2;}
#widgetsControl_C, #widgetsControl, #EventCalenderControl, #EventCalenderControl_C{ height: initial !important;}
#MenuControl{background: #0d4c83;}
@media (min-width: 991px){
#HeaderControl, #MenuControl{ transition:.3s;}
.body-fx #HeaderControl, .body-fx #MenuControl{position:fixed; top:0; height:70px; transition:.3s;}
.body-fx #HeaderControl{width:33%; float:left; left:0;}
.body-fx #MenuControl{width:67%; float:right; right:0;}
}
/*fix menu*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link, .dropdown-menu{font-size: 13px;}
.fixed-top { position: relative;}


    .banner-content {
        margin-left: 0;
        text-align: center;
    }

    .banner-content h1 {
        font-size: 2.5rem;
    }

    .city-list {
        font-size: 1.3rem;
    }
}
@media (max-width: 769px){
#widgetsControl_C, #widgetsControl, #MenuControl, #MenuControl_C{height:initial !important}
}
a, a:hover{text-decoration:none !important;}
@media (max-width: 767px){
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
}

@media (max-width: 576px) {

    .banner-content h1 {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .city-list {
        font-size: 1rem;
    }
}
@media(max-width:480px){
	
}



@media (max-width: 414px){


}
.table-responsive {
    min-height: .01%;
    overflow-x: hidden !important;border: 0; padding:0;
}

/*callus*/
.callus {
    width: 100%;
    margin: 8px 0 0 0;
    text-align: right;
    position: fixed;
    bottom: 40%;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
.callus .fa{
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #eb1d39;
    color: #fff;
    margin: 0 20px 0 0;
    -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
    -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
    box-shadow: 0px 0px 0px 7px #dc354536;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}
/*callus*/
  /*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    bottom: 20%;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
	 animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes waves {
           from {
           transform: scale(.55, .55);
           opacity: .6;
           }

           to {
              transform: scale(1.8, 1.8);
              opacity: 0;
              }
           }
/*<div class="whatsapp_btn">
    <div class="icon_logo">
 <a href="https://api.whatsapp.com/send?phone=919910691575&amp;;text=Hello" target="_blank"><img src="img/whatsapp.png" alt="Whatsapp"></a>
    </div>
    <div class="circle_waves" style="animation-delay: 0s"></div>
    <div class="circle_waves" style="animation-delay: 1s"></div>
    <div class="circle_waves" style="animation-delay: 2s"></div>
    <div class="circle_waves" style="animation-delay: 3s"></div>
</div>
<div class="callus">
 <div class="callusL"><a href="tel:+919910691575" style="color: #fff;"><i class="fa fa-volume-control-phone"></i></a></div>
 <div class="clearfix"></div>
 </div>
*/
  /*============WHATSAPP==========*/
.cont-page h2 {
    font-weight: bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}
.cont-page .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.cont-page .st-feature-box {
    background: #23527c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 70px;
    position: relative;
}
.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
/*cont-page*/
