@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
  font-family: 'Roboto', sans-serif; color: #444444;}
a {
  color: #084a94;text-decoration: none!important;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}
p{font-size:15px;}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
section.bnr{padding:0;}
img{max-width:100%;}

/*navbar*/


/*navbar*/
/*topbar*/
#topbar {background: #c69832;color: #fff;padding:0;}
#topbar .contact-info ul, #topbar .social ul{margin:0;}
#topbar .contact-info ul li {float: left;list-style: none;}
#topbar.construct .contact-info ul li a {color: #fff;font-size: 15px;}
#topbar.construct .contact-info ul li a i {color: #fff;font-size: 12px;margin-right: 5px;}
#topbar .social{text-align:right;}
#topbar .social ul li { display: inline;}
#topbar.construct .social ul li a {color: #fff;border-color: #fff;transition: all .3s ease;}
#topbar .social ul li a i {  -webkit-transition: all .3s ease;  transition: all .3s ease;}
/*topbar*/
/**/
.head-hm {
    text-transform: uppercase;
    font-weight: bold;
    color: #000; font-size:40px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}
.head-hm span {
    color: #c69832;
}
.border-btm {
    margin-left: 0;
    position: absolute;
    left: 0;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #000;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    right: 0;
}
.border-btm:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #c69832;
}
.border-btm:after {
    position: absolute;
    content: '';
    right: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #c69832;
}
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec img{width:100%;}
.bnr-sec{padding:0; overflow: hidden;}
.bnr-cont p{font-size:22px;}
.bnr-cont h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    text-shadow: #181818 5px 4px 6px;
    position: relative;
}
.bnr-cont h1:after{
	position:absolute;
	content:'';
	top:65px;
	left:0;
	width:120px;
	height:3px;
	/* background: linear-gradient(to right, rgb(179 127 40), rgb(255 255 255)); */
	margin:0 auto;
	right:0;
}
.bnr-cont{position: absolute;bottom: 300px;color:#fff;left:0;right:0;margin:0 auto;width: 80%;text-align: center;}
.bnr-cont h2{font-size: 38px;line-height:60px;font-weight:600;text-shadow:#181818 5px 4px 6px;margin: 20px 0;}
.bnr-cont h2 span{ font-size:80px; line-height:90px; font-weight:800; color:#084a94;}
.bnr-sec .fa{line-height:20px;font-size: 40px; font-weight: 900;}

.carousel-indicators li{background-color:#fff!important;width:12px!important;height:12px!important;border-radius:50%;border: 5px solid #c69832!important;opacity:1!important;margin:0;border-radius: 50%;}
.carousel-indicators .active{border: 5px solid rgba(254,254,254,1)!important;border-radius: 50%;background: #c69832!important;width: 12px;height: 12px;margin: 0;border: 5px solid #1c1d1e !important;}
.carousel-indicators{/*bottom: -50px;right: inherit;margin-left: 10%;*/}
/* .carousel-indicators{background-color:#fff; width:15px; height:15px; border-radius:50%;border: 5px solid #084a94; opacity:1; margin:0;border-radius: 50%;} */
.banner-btm{padding: 60px 0;/* border-top: 5px solid #084a94; */position:relative;}
.banner-btm .img-box .thumb {
	border: 10px solid #c69832;
	border-radius: 50%;
	display: inline-block;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.banner-btm .img-box .fa {	border-radius: 50%;	width: 120px; height:120px; font-size: 60px;  line-height: 120px; color:#000;}
.banner-btm .img-box .title {color: #1c1c1c;
	display: inline-block;
	font-weight: 500;
	margin-top: 15px;
	text-transform: uppercase;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.banner-btm .img-box:hover .thumb {border: 10px solid #084a94;     transform: rotate(360deg) scale(1.1);}
.color-theme {
    color: #c69832 !important;
}
.banner-btm .img-box:hover .title {
	color: #454545;
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #084a94;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
#topbar .social ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 49px;
    border-left: 1px solid #073D51;
    padding: 0 12px;
    color: #999ea3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#topbar .social ul li { display: inline;}
#topbar .contact-info ul li a { display: inline-block; font-size: 13px;
    line-height: 49px;
    padding: 0 0px;
    margin-right: 42px;
    color: #A2A2A2;
    font-family: 'Open Sans';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* #header {
    padding: 30px 0;
    height: 92px;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    transition: all 0.5s;    overflow: hidden;
    z-index: 997; background:rgba(0,0,0,0.75);
} */
/* #header{text-align:center;} */
/* #header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
} */

/* #header img {
 margin:0 auto;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
} */

/* #header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
} */
/* .body-fx #header{padding: 6px 0;
    height: 65px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
     background:rgba(0,0,0,.85);} */
     /* .body-fx #MenuControl{padding: 6px 0;
    height: 65px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
     background:rgba(0,0,0,.85);} */
.body-fx .navbar-default{background-color: transparent !important; height: 65px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;}

    #WidgetControl2{display: none;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#services {
    background: -webkit-linear-gradient(left,#c69832 0%,#c69832 100%),-webkit-linear-gradient(left,#c69832 0%,#c69832 100%);
    background: -moz-linear-gradient(left,#c69832 0%,#c69832 100%),-moz-linear-gradient(left,#c69832 0%,#c69832 100%);
    background: -o-linear-gradient(left,#c69832 0%,#c69832 100%),-o-linear-gradient(left,#c69832 0%,#c69832 100%);
    background: -ms-linear-gradient(left,#c69832 0%,#c69832 100%),-ms-linear-gradient(left,#c69832 0%,#c69832 100%);
    background: linear-gradient(left,#c69832 0%,#c69832 100%),linear-gradient(left,#c69832 0%,#c69832 100%);
    /* background-position: -100px 100%,100% 100px; */
    background-repeat: no-repeat;
}
.top-indent>div {
    padding:50px 0 100px;
}
.inner-wrapper {
    min-height: 300px;
}

h2 span {
    font-weight: 400;
}
#services-wrapper .head-hm span{color:#fff;}
#services-wrapper .border-btm:before, #services-wrapper .border-btm:after{border: 2px solid #fff;}
.service-box {
    min-height: 395px;
    padding:30px 20px;
    margin: 0;
    background: #000;
    background: -moz-linear-gradient(right,#d36408 0%,#d36408 100%),-moz-linear-gradient(right,#d36408 0%,#d36408 100%);
    background: -o-linear-gradient(right,#d36408 0%,#d36408 100%),-o-linear-gradient(right,#d36408 0%,#d36408 100%);
    background: -ms-linear-gradient(right,#d36408 0%,#d36408 100%),-ms-linear-gradient(right,#d36408 0%,#d36408 100%);
    background: linear-gradient(right,#d36408 0%,#d36408 100%),linear-gradient(right,#d36408 0%,#d36408 100%);
    background-position: 100% -20px,20px 100%;
    background-repeat: no-repeat;
    transition: all .5s;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    display: block;
    }
.service-box:hover {
    background: #c69832;
    background: -moz-linear-gradient(right,#35362c 0%,#35362c 100%),-moz-linear-gradient(right,#35362c 0%,#35362c 100%);
    background: -o-linear-gradient(right,#35362c 0%,#35362c 100%),-o-linear-gradient(right,#35362c 0%,#35362c 100%);
    background: -ms-linear-gradient(right,#35362c 0%,#35362c 100%),-ms-linear-gradient(right,#35362c 0%,#35362c 100%);
    background: linear-gradient(right,#35362c 0%,#35362c 100%),linear-gradient(right,#35362c 0%,#35362c 100%);
    background-position: 100% -20px,20px 100%;
    background-repeat: no-repeat;
    transition: all .5s;
    box-shadow: 1px 1px 5px #151414;
}
.service-fold:hover:before {
    border-top: 20px solid #828282;
}
.service-fold {
    position: relative;transition: all .5s;
}
.service-fold:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid rgba(255,255,255,.5);
    border-left: 20px solid transparent;transition: all .5s;
}
.service-fold:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-bottom: 20px solid rgba(0,0,0,.15);
    border-right: 20px solid transparent;transition: all .5s;
}
.service-box>i{font-size: 4.5em;padding:10px;line-height: 100px;width: 120px;height: 120px;border-radius: 50%;background: #c69832;transition:all .5s;}
.service-box:hover i{background: #000;transform: rotate(360deg) scale(1.1);}
.service-box h3 { text-transform: none;  font-size: 22px;  padding: 10px;}
#services-wrapper:before {
    border-left-color: #000;
}
.right-top-fold:before {
    content: "";
     position: absolute; 
     top: 0; 
     right: 0; 
     width: 0; 
     height: 0; 
     border-top: 100px solid transparent; 
     border-left-width: 100px; 
     border-left-style: solid; 
}
.right-top-fold:after {
    content: "";
    position: absolute; 
    top: 0; 
    right: 100px; 
     width: 0; 
     height: 0; 
    border-top: 100px solid rgba(0,0,0,.15); 
    border-left: 100px solid transparent; 
}
#services-wrapper {
    position: relative;
    /*left: 70px;*/
    z-index: 1;
}
.service-box p{padding: 5px 10px;line-height: 27px;}
.service-box p a{padding: 10px 15px; color: #fff;  background: #35362c; transition:all .5s;}
.service-box:hover a{ background: #d36408;}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#aboutus-wrapper{position: relative;}
#aboutus-wrapper .head-hm{color:#fff;}
#aboutus-wrapper .border-btm{border: 2px solid #fff;}
#aboutus {
    background: -webkit-linear-gradient(right, #0f0f10 0%, #35362c 100%), -webkit-linear-gradient(right, #084a94 0%, #35362c 100%);
    background: -moz-linear-gradient(right,#35362c 0%,#35362c 100%),-moz-linear-gradient(right,#35362c 0%,#35362c 100%);
    background: -o-linear-gradient(right,#35362c 0%,#35362c 100%),-o-linear-gradient(right,#35362c 0%,#35362c 100%);
    background: -ms-linear-gradient(right,#35362c 0%,#35362c 100%),-ms-linear-gradient(right,#35362c 0%,#35362c 100%);
    background: linear-gradient(right,#35362c 0%,#35362c 100%),linear-gradient(right,#35362c 0%,#35362c 100%);
    /* background-position: 100px 100%,100% 100px; */
    background-repeat: no-repeat;
}
.left-top-fold:before {
    content: "";
     position: absolute; 
     top: 0; 
     left: 0; 
     width: 0; 
     height: 0; 
     border-top: 100px solid transparent; 
     border-right-width: 100px; 
     border-right-style: solid; 
}
.left-top-fold:before {
    border-right-color: #000;
}
.left-top-fold:after {
    content: "";
     position: absolute; 
    top: 0; 
     left: 100px; 
     width: 0; 
     height: 0; 
     border-top: 100px solid rgb(81 98 116 / 15%); 
     border-right: 100px solid transparent; 
}
#contactus-wrapper .info{margin:45px 0;}
#contactus-wrapper .info .fa{float:left;margin-right:10px;font-size:30px;background: #c69832;color:#fff;text-align:center;padding:5px;width:45px;height:45px;border-radius:5px;line-height: 35px;}
#aboutus-wrapper h3{color:#fff; text-align:justify; line-height:28px;}
#aboutus-wrapper p{color:#fff; text-align:justify; line-height:26px;font-size:15px;}
#aboutus-wrapper ul li{color:#fff; text-align:justify; line-height:28px; list-style:none; position:relative;}
#aboutus-wrapper ul li:before{color:#c69832; content: "\f0a4"; top:0; left:-25px; position:absolute; font-family:fontAwesome;}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {/*padding:10px 0 80px;*/}
.contact .map-hm-rht {
  /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); */
  padding: 30px 30px 0;
  background: #fff;
}

.contact input.form-control{
  border-radius: 0; height:inherit;
  box-shadow: none;
  font-size: 15px;
}

.contact .map-hm-rht input::focus{
  background-color: #084a94;
}

.contact .map-hm-rht input {padding: 12px 10px;}

.contact .map-hm-rht input.sub-btn-hm {
  background: #c69832;
  border: 0;
  padding: 15px 25px;
  color: #fff;
  transition: 0.4s;  border-radius: 50px; font-size: 16px;  font-weight: bold;
}

.contact .map-hm-rht input.sub-btn-hm:hover {
  background: #000;
  color: #fff;
}
.contact .cont-form input {
  /*height: 44px;*/
}

.contact .cont-form textarea {
  padding: 10px 12px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 15px;
}

#footer .footer-top {
  padding: 60px 0 30px 0; /*overflow:hidden;*/
}
.team-page h2 span{text-transform:uppercase;font-size:12px;}
.main-table{text-align: left;}
.main-table p{font-size:15px;line-height:26px;}
.main-table ul li{font-size:15px;line-height:28px;}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer img{margin: 5px auto;width: 155px;border-radius: 10px;}
#footer .social-links{text-align:center;display: flex; justify-content: center;}
#footer .footer-info{border-right: 1px solid #c69832;padding: 30px 0;text-align: center;}
#footer .footer-add .fa, #footer .footer-email .fa, #footer .footer-phone .fa{font-size:50px;border-bottom: 1px solid #c69832;display: block;padding:20px;}
#footer .footer-add p, #footer .footer-email p, #footer .footer-phone p{padding-top:20px;}
#footer .footer-add, #footer .footer-email, #footer .footer-phone{ text-align:center;}
#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
#footer .mb-2 .fa{margin-right:10px; font-size:20px;}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eee;
  color: #c69832;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%; border:1px solid #efcead;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #084a94;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  border-bottom:1px dashed #fff;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #084a94;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .copyright {
  text-align: left;
  padding-top: 10px;    font-size: 15px;
    color: #fff;
}
#footer .footer-top .container{border-bottom: 1px solid #188cc6;}
#footer .credits {
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}
.credits a{color:#eee; font-weight:bold;font-size: 15px;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}

.bg-light{background-color: transparent!important;}
.nav-link{font-size: 15px;padding: 10px 3px !important;color: #fff;font-weight:600;}
.nav-link:hover{background-color: #fff;color:#000;}
.nav-fill .nav-item, .nav-fill>.nav-link {padding: 13px;}
.table-responsive{padding:2px;}

.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 767px) {
	.left-top-fold:before {
    border-top:0px solid transparent;
}

.head-hm {
    font-size: 22px;
}
	#header .row{text-align:center;}
    #widgetsControl, #widgetsControl_C{height:auto!important;}
    .bnr-cont {
    position: absolute;
    bottom: 30px;}
.bnr-cont {
    position: absolute;
    bottom: 30px;}
.bnr-cont h1 {
    font-size: 16px;
    line-height: 28px;}
.bnr-cont h2 {
        font-size: 10px;
    }
.bnr-cont h2{font-size: 10px;line-height:28px;font-weight:600;text-shadow:#181818 5px 4px 6px;margin:0;}
.bnr-cont p {
    font-size: 11px;
}
    .body-fx #MenuControl_C {
    height: 55px !important;
}
     #topbar{display: none;}
    .navbar-toggler{background-color: #fff;}
	
    #MenuControl, #MenuControl_C{height:auto!important}
    #header{height:auto!important;background-color: #084a94!important;}
    .body-fx #HeaderControl{display: none!important}
        .body-fx #MenuControl{width:100%!important;}
    .navbar  {background-color: #084a94!important;}
    .navbar .container-fluid{display: flex;justify-content: center;}
    #HeaderControl, #HeaderControl_C{height:auto!important;}
  #header img{margin:inherit;}
  .body-fx #header{padding: 15px 0;
    height: inherit;
    position: relative; background:r#084a94!important;}
.navbar-toggle{margin-top: -38px;
    position: absolute;
    right: 0px;}
.caption{width: 100%;}
.wback .caption{    top: 30%;}
.navbar-default, .navbar-default .navbar-collapse{background-color:  rgba(47,77,90,.85) !important;border-color: transparent !important;}
.body-fx .navbar-default, .body-fx .navbar-default .navbar-collapse{background-color: transparent !important;border-color: transparent !important;}
.nav>li>a { padding: 8px 2px;}
.navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{    background-color: #00295a;}
}
@media (max-width: 575px) {

  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
  #header{/*position:relative;*/background-color:  rgba(47,77,90,.85);padding: 10px 0; height: 80px;}
  /* #header{position: relative;top:0;} */
}
@media (max-width: 414px) {
/* #header img {
    margin: inherit;
    max-width: 75%;
} */
}

/* 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;background:url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll;}
  .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, #c69832 4%, #191919 73%);}
/* innr-pg-c End */

/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.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: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 10px;
    color: #fff;
    }
	.feature-box-content{font-size:15px;line-height:28px;}
.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: #316A63;
    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: "Poppins", sans-serif; font-size: 14px;}
.cont-page{padding-bottom:40px;}

/*cont-page*/
.sub-heading {
    font-weight: 700;
    Font-size: 20px;
    color: #000;
    line-height: 40px;
    /* text-transform: uppercase; */
    margin: 0;
}
.team_Img img {
    border: 3px solid #000;
    float: left;
    margin-right: 50px;
    width: 140px;
    height:140px;
}
.team-page h4 {
    font-size: 16px;
}

MenuControl{
  height: 90px !important;
  float: Right;
  margin-bottom: 0;
  padding: 0;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 9;
  width: 67%;
  background: #fff;
  }


.body-fx #HeaderControl{
  height: 90px;
  float: Left;
  position: fixed;
  width: 25%;
  padding: 0;
  padding-left: 0;
  background-color: #fff!important;
  z-index: 99;
  text-align: left;
  transition: 0.5s;
  /* height: 67px !important; */
  top: 0;
}
#header img{
    width: 172px;
    padding: 0px;
    border-radius: 10px;
}
.body-fx #logo-web{margin-top: 6px;}

.body-fx #MenuControl_C{/* height: 83px !important; */}


.body-fx #MenuControl {
  height: 90px;
  float: Right;
  position: fixed;
  right: 0;
  width: 75%;
  padding: 0;
  padding-right: 0;
  background-color: #161616 !important;
  transition: 0.5s;
  top: 0px;
  /* height: 67px !important; */
}
#MenuControl, #MenuControl_C{background-color: #161616!important;}
#HeaderControl, #HeaderControl_C{background-color: #161616!important;height:82!important;}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
}
.dropend .dropdown-menu {
    right: 100% !important; top:0;
    left: auto !important;
}
#FooterrControl1_tr_hitCounter{padding-top:0px!important;}
@media(min-width:1100px) and (max-width:1500px){
	.banner-btm{padding-top:0;}
	.bnr-cont{bottom:150px;}
}