@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* CSS Document */
.main-table{ font-family:Open Sans; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
body, p, ul, .map_icon{font-family: Open Sans !important; font-size: 14px;}
body{background-image: url(../image/bg-1.png); background-repeat: no-repeat; background-attachment: fixed; background-size: cover;}
.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;}
.maps{ text-align:center;}
#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
.RadDock .rdContent{font-family:Open Sans !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: #fff !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: 600; color:#000;}
.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;}
/*nav-bar*/
.other-sec ul, .other-sec{text-align: justify;}
.contact-info-tp p{font-size: 18px;  padding-top:35px; font-weight: 700;}

/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 100px 0 0; width: 100%; background-size: cover; min-height:300px; text-align: center; position:relative;margin-bottom: 40px;}
.innr-pg-bnnr:after{content:'';position:absolute;left:-1px;right:-1px;top:0px;width:100%;height:100%;z-index: 0;background: rgba(0,0,0,.5);}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color: #fff;text-align:center;text-transform:uppercase;font-size: 37px;font-weight: 800;position:relative;z-index:1;}

.inner-pages ul, .innr-pg ul{padding:0px; margin-bottom:0;}
.inner-pages li, .innr-pg li {position: relative; list-style: none; padding-left: 30px;}
.inner-pages li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #0b4f84bf;}

/*innr-pg-bnnr*/
#widgetsControl_C, #widgetsControl{height: inherit !important;}
.top.scll-top {
    opacity: 1;
    transition: 
ease-in 0.5s;
    bottom: 50px;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #d3a722;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #d3a722;
    cursor: pointer;
    opacity: 0;
    transition: 
ease-in 0.5s;
}
/*loader*/
#MenuControl_C .navbar-expand-md.bg-light{z-index: 9999 !important;}
/* .loader {background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999 !important;
    top: 0;} */

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: rgba(0, 0, 0, 0);
}
.loader .icon {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../image/preloader.svg);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.loader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.loader:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 2;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.loader.neww:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
.loader.neww:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
/*loader*/
/*nav-tp*/
.bg-1{background-color: #0a394d !important;}
.bg-2{background-color: #24345d !important;}
.bg-3{background-color: #112047 !important;}
.text-1{color: #0a394d !important;}
.text-2{color: #7cd242 !important;}
.text-3{color: #406fe6 !important;}
.text-justify{text-align: justify;}
/*nav-tp*/
/*banner*/
.carousel-caption{top:30%;}
.carousel-caption h2{font-size: 45px; font-weight: 700; line-height: 70px;}
.carousel-caption h2 span{font-size: 50px; font-weight: 900;}
/*banner*/
/*home*/
.sec-title{position: relative;    margin-bottom: 20px;  padding-bottom: 25px;}
.sec-title .bottom-dots .dot {position: relative; display: block; float: left; width: 3px; height: 3px; border-right: 3px solid; margin-right: 3px;}
.sec-title .bottom-dots .line-dot { border-right: 40px solid;}
.sec-title .bottom-dots { position: absolute;  left: 0; bottom: 0; width: 100%;}
.border-clr-1{border-color:#406fe6 !important;}
.w-150px{max-width: 150px;}
.sec-title .bottom-dots .line-dot { border-right-color: #406fe6 !important;}
.sec-title .bottom-dots .dot {border-right-color: #406fe6 !important;}
.sec-title .bottom-dots .line-dot {border-right: 40px solid;}
.sec-title h2 {position: relative; display: block; font-size: 36px;    line-height: 1.15em; color: #222; font-weight: 700; text-transform: capitalize;  margin-bottom: 0;}
/*home*/
.section-box-eleven {
    
    height: 400px;
    position: relative;
    overflow: hidden;
    cursor: default;
    /* box-shadow: 0px 4px 10px #ccc;
    border: 1px solid #fff; 
    margin-bottom: 30px;*/
}
.section-box-eleven figure {text-align:center;
    padding: 10px 0;
    position: absolute;
    padding: 8px 15px;
    width: 100%;
    top: -100%;
    transition: 0.5s all ease-in-out;
    /* background: rgba(0, 0, 0, 0.71); */
    background: rgb(10 ,57 ,77 , .55);
    /* background: rgb(15, 55, 53, 0.8); */
    /* background: #0b2f2e; */
    /* border: 1px solid #fff; */
}
.section-box-eleven:hover .cont{opacity: 0;}
.section-box-eleven figcaption{position: absolute; left: 0;  right: 0; margin: 0 auto; bottom: 0; width: 100%; padding: 0 20px 30px; font-size: 24px; line-height: 32px; text-transform: uppercase;background: rgba(0, 0, 0, .7);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .95), rgba(0, 0, 0, .8), rgba(0, 0, 0, 0)); color: #fff; font-weight: bold;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}
.section-box-eleven .title h5 { color: #fff; margin-top: 20px; text-transform: uppercase; font-size:20px; letter-spacing: 1px; text-align:center; font-weight:600;}
.section-box-eleven .title p {
    color: #fff;
    padding: 15px; line-height:24px; text-align:center; 
    font-size: 16px;
}
.section-box-eleven .icon-img{}
.section-box-eleven .fa{font-size: 30px;
    color: #fff;
    margin-top: 12px;}
.section-box-eleven:hover figure {
    top: 0px;
    height: 100%;
}
.section-box-eleven img {
    height: 100%;
}
.section-box-eleven:hover figure {
    top: 0px;
    height: 100%;
}
/*footer*/
.map_text .fa{font-size: 18px; width: 40px; height: 40px; line-height: 40px; color:#102142; background:#fff;text-align: center; display: inline-table;margin-top:5px;float: left;}
.map_addres h3{color:#fff; line-height:50px; font-size:22px; font-weight:bold; text-transform:uppercase; border-bottom:1px solid rgba(254, 254, 254, 0.25); margin-bottom:20px;}
.other_icon ul{list-style:none; margin:0; padding:0;}
.other_icon ul li{padding: 0 10px;
    /* border-bottom: 1px solid #eee; */
    line-height: 33px;
    font-size: 14px;}
.other_icon ul li a{color:#fff;}
.footer_section_2 .fa{ margin-right: 10px}
.other_icon .fa{width: 20px;}
.footer_section { width: 100%; float: left;  background-color: #1d4b53; height: auto;}
.copyright_text {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    float: left;
    font-size: 14px;
    color: #fffcf4;
    text-align: center;
    font-weight: 100;
    padding-top:20px;
    margin-left: 0px;
}

.copyright_text a { color: #fffcf4; }
/*fix menu*/
@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;}
	}
@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:568px){
	
}
@media(max-width:480px){
	
}



@media (max-width: 414px){


}
.table-responsive {
    min-height: .01%;
    overflow-y: 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*/
