@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
.container-fluid{padding: 0 1px;}


  /*innr-pg-bnnr*/
  .otherpagecss #RadDockZone1.container{max-width: 100%;}
  .otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
  .innr-pg-bnnr{padding: 150px 0 0; width: 100%; background-size: cover; min-height:400px; 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: -1;background:#A2D5F2;}
  .main-table.innr-pg{padding-bottom:50px;}
  .innr-pg-bnnr h1{color:#fff; text-align:center; text-transform:uppercase; font-size:40px; font-weight:bold; position:relative; z-index:1;}
  .innr-pg-bnnr h1:after{content:''; position:absolute; bottom: -10px; margin:0 auto; left:0; right:0; width:100px; height:4px; border-radius:2px; background:#fff;}
  .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*/  
  /*bnr-sec*/

  .bnr-sec .carousel-control-next, .bnr-sec .carousel-control-prev{width: 60px;  height: 60px; opacity: 1; background:#808080; top: 40%; border-radius: 50%; opacity: 0; transition: .3s;}
  .bnr-sec .carousel-dark .carousel-control-next-icon, .bnr-sec .carousel-dark .carousel-control-prev-icon { filter: invert(0) grayscale(0);
  }
  .bnr-sec:hover .carousel-control-next{opacity: 1; right: 50px;}
  .bnr-sec:hover .carousel-control-prev{opacity: 1; left: 50px;}
  .bnr-sec .carousel-caption h2{font-size: 38px; font-weight: bold; margin-bottom: 16px; text-transform: uppercase; animation: fadeInRight 2000ms ease-in-out; color:#fff;}
  .bnr-sec .carousel-caption h2 span{color:#fff;    display: block; font-size: 38px;}
  .bnr-sec .carousel-caption h4{font-size: 15px;  margin-bottom: 16px; line-height: 25px; animation: fadeInRight 2000ms ease-in-out; color:#fff;}
  .bnr-sec .carousel-dark .carousel-indicators [data-bs-target] { background-color: #fff;}
  .bnr-sec .carousel-caption{text-align:left;bottom: 9.25rem;    width: 40%;}
  .bnr-sec .carousel-indicators{display:none;}
  /*bnr-sec*/
  .approach-bg{background: url(Image/approach-img.jpg) no-repeat center/cover fixed; padding: 30px 0;}
  
body{ padding:0; margin:0; font-family: 'Open Sans', sans-serif;}

.main-table{ font-family: 'Open Sans', sans-serif; font-weight:normal; Font-size:22px; color:#000; line-height:24px; text-align:justify;}

.main-heading{font-family: 'Open Sans', sans-serif; font-weight:bold; Font-size:22px; color:#000;  line-height:36px; border-bottom:1px #ccc dashed; text-align:left;}

.sub-heading{ font-family: 'Open Sans', sans-serif; font-weight:bold; Font-size:20px; color:#000; line-height:30px; text-align:left;}

.team-title{font-family: 'Open Sans', sans-serif; font-weight:bold; Font-size: 16px; color:#000; line-height:30px; text-align:left;}

p{ font-family: 'Open Sans', sans-serif; font-weight:normal; Font-size:15px; color:#333; margin-bottom: 6px; line-height:24px; text-align:justify;}

.main-table ul li{ font-family: 'Open Sans', sans-serif; Font-size:15px; color:#333; line-height:24px; text-align:left;}


.form-control{line-height: 2;border-radius: 0;}
.contact-us{ padding-left:20px; line-height:24px;}
.map-cont img{ margin:0 auto;}

.main{ width:100%; margin:0px auto; padding:5px 0px;}
.main-contaner{ margin: 30px auto; padding:0;}
.main-contaner h1{ font-family: 'Open Sans', sans-serif;font-weight:bold;font-size: 32px;color:#000;text-align:center;line-height: 40px; }

.main-contaner h2{ font-family: 'Open Sans', sans-serif; font-weight:bold;  font-size:25px; color:#000; text-align:center; line-height:30px; }

.main-contaner p{font-family: 'Open Sans', sans-serif; font-size:15px;text-align: left;line-height:30px;color:#333;margin-left: 10px;margin-right: 10px;}

.inner-serv h3{ font-family: 'Open Sans', sans-serif; font-weight:600; Font-size:20px; color:#333; line-height:30px; text-align:left;}


.topbar {
    background: rgb(198, 82, 59);
    width: 100%;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
  }
  
  .topbar .contact-info i {
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 0;
  }
  
  .topbar .contact-info i a,
  .topbar .contact-info i span {
    padding-left: 5px;
    color: rgb(255, 255, 255);
  }
  
  @media (max-width: 575px) {
  
    .topbar .contact-info i a,
    .topbar .contact-info i span {
      font-size: 14px;
    }
  }
  
  .topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  }
  
  .topbar .contact-info i a:hover {
    color: rgb(20, 99, 227);
    text-decoration: underline;
  }
  
  .topbar .social-links a {
    color: #fff;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
    font-size: 16px;
  }
  
  .topbar .social-links a:hover {
    color:rgb(5, 5, 5);
  }

.navbar-toggler {
	background: #fff;
}
.bx-rht-cont .con-inner:hover i{color: #000; background-color: #fff;}
/* CSS Document */
/*nav-bar*/
.dropdown-toggle{position:relative;font-size: 14px;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
.bg-light{background-color: #808080 !important;height:100%;}
.nav-link{font-weight: 600;color: #fff;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
/*nav-bar*/

@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px; font-size: 13px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{ padding-right:1px;padding-left: 1px;font-size: 14px;text-align: left;}

}
	
.dropdown-item { font-size: 14px; }	
	a{	text-decoration: none; color: #333;}
	
.img-center{ margin:0 auto; text-align:center;}
.img-center img{ border: 5px #808080 solid;border-radius: 60px;padding: 2px;}
.img-center img:hover{transition:.9s;  transform: rotateY(360deg);}
.readmore{ width:100px; margin:0 auto; padding:5px; border:1px #adaaaa solid; background:#adaaaa; line-height:24px; text-align:center;}
.readmore a{color:#fff; text-decoration:none; font-size:14px; font-weight:normal; text-transform:uppercase;}
.readmore:hover{ background:#808080; color:#fff;}
.clearfix{ clear:both;}
.team_img {
    width: 160px;
    border: 6px solid #808080;
    border-radius: 50%;
}
.service-section-inner h2{color:#fff; text-align:center; font-size:25px; font-weight:bold;}
.main-contaner .ab-img{margin: 20px auto;box-shadow: 11px 12px 4px #ddd;}
.ab-img:hover {
    transition: 0.5s;
    transform: translate(0,-4px);
    box-shadow: -11px -12px 4px #ddd;
}

.ul-icn{    background: #eee;
    padding-bottom: 30px;
    padding-top: 32px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.ul-icn ul li{ line-height:35px; list-style-image:url(image/bullets-2.png);}

.space-top{ min-height:30px;}

.service-section{ padding: 50px 0px; min-height:350px;}
.service-section-inner{ margin:0 auto; padding:0;}
.service-section-inner .box{ min-height:300px; /*float:left; margin-right:1.5%; margin-left:1.5%;*/ text-align:center;}
.service-section-inner .box img{ border:5px #ccc solid; border-radius:60px; margin-top:20px;}
.service-section-inner .box img:hover{transition:.9s;  transform: rotateY(360deg);}
.service-section-inner .box .readmore2{ width:100px; margin:0 auto; padding:5px; border: 1px #fff solid; background:#adaaaa; line-height:24px; text-align:center; transition:ease-in-out .2s;}
.service-section-inner .box .readmore2 a{color:#fff; text-decoration:none; font-size:13px; font-weight:normal; text-transform:uppercase;}
.service-section-inner .box .readmore2:hover{ background:#808080; color:#fff; border:1px solid #fff;}
.service-section-inner .box h3{font-family: 'Open Sans', sans-serif;font-weight:normal;font-size:20px;     font-weight: 700;
    margin-top: 15px;color:#fff;text-align:center;line-height:30px;}
.service-section-inner .box p{font-family: 'Open Sans', sans-serif; font-size:14px; text-align:center; line-height:24px; color:#eee;}

.yellow-bg{width:100%; min-height:250px; padding:10px 0px; background:url(image/s-bg.jpg) no-repeat center center fixed;}
.yellow-bg .p2{ color:#ccc; line-height:30px;}


/* footer */
footer{background-color:#000; font-size: 15px; overflow: hidden;}
footer a{color: #fff; font-size: 15px;}
footer a:hover{color: #fff; }
.ft-hd{ border-bottom: 1px dashed #808080d8; margin-bottom: 0;}
footer p{font-size: 15px;}
.ft-cont{background-color: #808080c4; padding-top: 8px; padding-left: 12px;   min-height: 150px;}

/*contact*/
/*----------------------------contactpage----------------------------------------*/
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}

.cont-page .st-feature-box{    background: #808080;
    padding-top: 15px;
    padding-bottom: 15px; margin-bottom: 10px;     padding-right: 10px;
	    color: #fff;    font-size: 15px;}
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left:75px;
    position: relative;
	    margin-bottom: 35px;
}

.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;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-soc img{margin-right:5px;}
.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 h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}

.cont-page{text-align:left;font-family: arial; font-size: 14px;}

/* End */
/*contact*/


/*---responsive---*/



.navbar {
    position: relative;
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.navbar-nav>li>a {
    padding-top:0 !important;
    padding-bottom: 0 !important;
    color: #fff !important;
}

.container{   font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px !important;}
	
/* .container-fluid{padding-left:2px; padding-right:2px;} */


.navbar-nav {
    display: table;
    width: 100%;
    text-align: center;
    margin-left: 0  !important;
    margin-right: 0 !important;     margin-top: -2px;
}
#HeaderControl {
background: #f7f2e6;
}
#HeaderControl_C {
background: #f7f2e6;
}
.navbar-nav>li {
    display: table-cell;
    float: initial !important;
	vertical-align: middle;
	
}


.navbar-default{ border:0 !important;     background-color: #762003 !important;}

.navbar-default .navbar-nav>li>a{color: #fff !important; font-size: 14px;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{    color: #000 !important;
    background-color: #fff !important;}
	
#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
   background-color: #808080!important;
}

.dropdown-menu>li>a:focus:after, .dropdown-menu>li>a:hover:after {
        border-left-color: #fff !important;
}
	
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #808080 !important;
    border-color:#fff;
    color: #fff !important;
}


#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C .navbar-nav
{height:100%;}

#MenuControl_C #navbar-collapse-1{height:100% !important;}
.nav>li>a{padding: 6px 4px;}
.navbar-nav>li{padding: 7px 15px;}
@media (max-width: 769px){
#MenuControl, #MenuControl_C{height: initial !important;}	
#widgetsControl, #widgetsControl_C{height:initial !important}
#HeaderControl, #HeaderControl_C{height: initial !important;}
.service-section-inner .box{width:100%; margin:20px auto;    float: inherit;}

	}

@media (max-width: 767px)
{

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top 
{
   margin-right: 0px !important;
 margin-left:  0px !important;
}
.navbar-nav>li {
    display: block;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px #000 solid;
    border-right: 0;
}
.head{width: 85%;  padding: 15px 0;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{    background-color: #808080;}
#HeaderControl, #HeaderControl_C{height: initial !important;}
.navbar-default .navbar-toggle {
    border-color: #fff;
	position: absolute;
    top: 15px;
	z-index: 155555555555;
    right: 20px;
    border-radius: 0;
	background: #808080;
}
.navbar-nav{margin-top: 95px;
    position: absolute;
    background: #808080;}
.nav>li>a {
    padding: 6px 10px;
}
.navbar-default .navbar-toggle .icon-bar { background-color: #fff;}
}



@media(max-width:580px){
 
.navbar-nav {
    margin-top: 0px;
    }
.navbar-nav>li{padding: 5px 0;}
}
@media(max-width:375px){
 
.navbar-nav {
    margin-top: 60px;
}
}

@media(max-width:414px){
.service-section-inner .box{width:95%; margin:10px auto;    float: inherit;}
.navbar-default .navbar-toggle{position: absolute; top: 10px; padding: 6px 6px;}
}

@media(max-width:375px){
.fl-head h2{    font-size: 18px !important;}
.fr-head h2{    font-size: 18px !important;}

.fl-head h4{    font-size: 14px !important;}
.fr-head h4{    font-size: 14px !important;}

.td-banner{ margin-bottom:40px!important;}
.logo{ height: 53px !important;
}
#widgetsControl{
	height:auto !important;
}
}
.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important;
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .bnr-sec .carousel-caption {
        text-align: left;
        bottom: 6.25rem;
        width: 70%;
    }
}

@media screen and (min-width:763px) and (max-width:1000px) {
    .bnr-sec .carousel-caption {
        text-align: left;
        bottom: 4.25rem;
        width: 70%;
    }
    .counts .count-box p {
        padding: 10px 0;
        margin: 0;
        font-size: 15px;
    }
}

@media screen and (max-width:762px) {
    .bnr-sec .carousel-caption {
       display: none;
    }
}