@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{font-family: Montserrat !important;}
.fa{font-family: FontAwesome !important;}
.bi{font-family: bootstrap-icons !important;}
h1, h2, h3, h4, h5, h6{font-family: Roboto !important;}
body, p, ul,ol{font-family: Montserrat !important; font-size: 15px; line-height: 23px;}
.text-justify{text-align: justify;}
.main-table{ font-family:Montserrat; font-weight:normal; Font-size:15px; 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:15px; color:#222; line-height:30px; text-align:left;}
.maps{ text-align:center;}
#alertneew .close { position: absolute; right: 15px; font-size: 30px; cursor: pointer;}
.RadDock .rdContent{font-family:Montserrat !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;}
#widgetsControl, #widgetsControl_C, #HeaderControl, #HeaderControl_C{height: inherit !important;}
#MenuControl_C .dropdown-menu {
    border-radius: 0;
    padding: 0 !important;
    animation: fadeInUp 400ms;
}
/*nav-bar*/
.bg-1{background-color: #5EA0C8 !important;}
.bg-2{background-color: #8DC444 !important;}
.cl-1{color: #5EA0C8 !important;}
.cl-2{color: #C6DF6D !important;}
.btn-1.bg-2:hover{background-color:#5EA0C8 !important ;}
.banner-section {
    position: relative;
}

.banner-section video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* border-bottom-right-radius: 150px; */
}

.banner-section .banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, .7), rgb(18 18 18 / 40%));
    top: 0;
    left: 0;
}

.banner-section .banner-content .text {
    position: absolute;
    left: 90px;
    top: 30%;
    width: 50%;
}

.banner-section .banner-content .text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}

.banner-section .banner-content .text h6 {
    color: white;
    text-align: end;
    font-size: 25px;
    margin: 0 0 30px 0;
}
/* why-us-sec */
.abt-us-sec{background-image: url(image/why-us-sec-bg.jpg); background-repeat: no-repeat;}
.abt-us-sec img{ border-radius: 0px 195px 0px 195px;}
/* why-choose-sec */
.step-wrapper {
    text-align: center;
    position: relative;
  }

  .step-circle {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
  }

  .step-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #8bc53f;
    border-radius: 50%;
  }

  .step-number {
    position: absolute;
    width: 38px;
    height: 38px;
    background: #1e4c7a;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    font-size: 16px;
  }

.value-sec img{max-width: 80px;}

  @media (max-width: 991px) {
    .connector-line { display: none; }
  }
/* why-choose-sec */
/* why-us */
/*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: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .7);
}

.main-table.innr-pg {
    padding-bottom: 50px;
}

.innr-pg-bnnr h1 {
    color: #C6DF6D ;
    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    font-family: "Libre Baskerville", serif;
}
#MenuControl{float: inline-start !important;}
.contact-pg p{ color: #000;line-height: 27px; font-size: 16px;margin-bottom: 8px;padding-top:5px;}
.contact-pg .hm_heading{ position: relative;color: #000;padding-bottom: 20px;text-transform: capitalize;font-size: 36px;font-weight: 500;}

.abt-pg-sec.innr-pg-sec .nav-link.active{background-color: #8DC444; position: relative; color: #fff;}
.abt-pg-sec.innr-pg-sec .nav-link.active:after{border-top: 13px solid #3b5998; border-left: 13px solid transparent; border-right: 13px solid transparent; position: absolute; content: '';  bottom: -25px; left: 0; right: 0;  margin: 0 auto; width: 25px;}
.abt-pg-sec.innr-pg-sec .nav-link{background-color: #1e4c7a; color: #fff; border-radius: 0; border: 1px solid #fff;}
.innr-pg-sec .nav-link.active{background-color: #8DC444; position: relative; color: #fff;}
.innr-pg-sec .nav-link.active:after{border-left: 13px solid #3b5998; border-top: 13px solid transparent; border-bottom: 13px solid transparent; position: absolute; content: '';
    bottom: 6px; right: -9%; width: 25px;}
.innr-pg-sec .nav-link{background-color: #1e4c7a; color: #fff; border-radius: 0; border: 1px solid #fff; width: 90%; text-align: start;}
.innr-pg-sec .accordion .accordion-button.collapsed{background-color: #8DC444; color: #fff; border-radius: 0; border: 1px solid #fff; text-align: start;}
.innr-pg-sec .accordion .accordion-button{background-color: #1e4c7a; color: #fff; border-radius: 0; border: 1px solid #fff; text-align: start;}
.innr-pg-sec .accordion .accordion-body p, .innr-pg-sec .accordion .accordion-body ul, .innr-pg-sec .accordion .accordion-body ol{margin-bottom: 5px;}
.container-fluid.main-table.innr-pg-sec{background-image: url(image/pattern_shape_1.png);}
.contact_frm .form-control {border-radius: 0;padding: 15px;}
.btn-style-one {background: #044a80;width: 100%;border: 0;margin: 10px 0 0 0;padding: 14px;color: #fff;letter-spacing: .5px;font-size: 15px;border-radius: 5px;}
.sub-heading1{font-weight: 600;Font-size: 22px;color: #111;line-height: 30px;margin: 0;text-align: left;}
.contact-pg p{ color: #000;line-height: 27px; font-size: 16px;margin-bottom: 8px;padding-top:5px;}
.contact-pg .hm_heading{ position: relative;color: #000;padding-bottom: 20px;text-transform: capitalize;font-size: 36px;font-weight: 500;}
a {
    text-decoration: none;
}

.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: #a2d5f2;
}

/*innr-pg-bnnr*/

/* footer */
footer .social-icon{color: #3b5998;
    background-color: #ffffff; transition: .5s;
    border-radius: 50% 50% 50% 50%;
    padding: 0px 0px 0px 0px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 36px;}
footer .social-icon:hover{color: #fff;
    background-color: #3b5998;}
/* footer */

/*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;}
    .banner-section .banner-content .text h2 {
        font-size: 40px;
    }
    .banner-section .banner-content .text { width: 80%;left: 0;  right: 0;   margin: 0 auto;}
    .banner-section video{height: inherit;}
    #WidgetControl5{display: none;}
    #MenuControl{width: 75%;}
	}
@media (max-width: 769px){
#widgetsControl_C, #widgetsControl, #MenuControl, #MenuControl_C{height:initial !important}
}
a, a:hover{text-decoration:none !important;}
@media (max-width: 767px){
    #MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
    #MenuControl{width: 100%;}
.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: 15px;padding-right: 5px; padding-left: 5px;}
    .banner-section .banner-content .text h2 {
        font-size: 28px;
    }
}

@media(max-width:568px){
	
}
@media(max-width:480px){
	
}



@media (max-width: 415px){


}
.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*/
