/*Service*/
.hm-service{background:url(../image/ser-bg.jpg); background-attachment:fixed; background-size:cover; position:relative; padding: 40px 0 60px; margin-top:20px;  overflow: hidden;}

.hm-service .head-main span, .hm-service .head-main{ color:#121212; position: relative; text-align: center;}
.hm-service .head-main span span:after{ background: #4a0343;}
.hm-service:before{ background: #f5f5f5; content: ''; position: absolute;left:0;top:0;width:100%;height:100%;}

.hm-service-inner{ position:relative; width:100%; overflow:hidden; margin: 15px 0; height: 250px; border-radius: 16px;}
.hm-service-img{ height:100%;}
.hm-service-inner img{ width:100%; min-height:100%;}

.hm-service-cnt{ position:absolute;top:0;height:100%;left:0;width:100%;color:#fff;background: rgb(0, 0, 0, 0.75);transition:0.5s;text-align:left; opacity:1; padding:10px 20px;}

/* .hm-service-inner:hover .hm-service-cnt{ opacity:1;}  */

.hm-service-cnt h3{ font-size: 22px; font-weight: bold; line-height: 30px; color:#fff; margin-top: 20px; text-align:left;}
.hm-service-cnt p{  font-size: 16px; color:#fff; line-height: 24px;text-align:left;}
.hm-service-cnt a{ text-decoration:none;}

.hm-service-cnt:before{ content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 12px;
    background: url(../image/top-img.png);
     opacity: 1;
    visibility: visible;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; z-index:1;}
	
.hm-service-cnt:after{    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 12px;
    background: url(../image/bottom-img.png);
     opacity: 1;
    visibility: visible;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; z-index:1}
	
.hm-service-inner:before{    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width:12px;
    height: 0;
    background: url(../image/left-img.png);
     opacity: 1;
    visibility: visible;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; z-index:1}
	
.hm-service-inner:after{    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 0;
    background: url(../image/right-img.png);
     opacity: 1;
    visibility: visible;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; z-index:1}
/*	
.hm-service-inner:hover .hm-service-cnt:before{    opacity: 1;
    visibility: visible;
    width: 100%;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
	
.hm-service-inner:hover .hm-service-cnt:after{    opacity: 1;
    visibility: visible;
    width: 100%;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
	
.hm-service-inner:hover:before{    opacity: 1;
    visibility: visible;
    height: 100%;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
	
.hm-service-inner:hover:after{    opacity: 1;
    visibility: visible;
    height: 100%;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
	
.hm-service-inner:hover .hm-service-cnt h3{    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);}
*/
/*	
.hm-service-cnt h3{    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    transform: translateY(-130px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;     margin-top: 48px; font-weight: bold;}
	
.p-bx{    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; padding:15px;}
	*/
/*	
.hm-service-inner:hover .p-bx{-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);}
*/	
/*
.hm-service-cnt .rd-mr a{
    padding: 8px 17px;
    color: #000;
    text-decoration: none;
    background: rgb(246, 154, 17);
    font-size: 16px;
    box-shadow: 0px 0px 1px #fff;
    }
	*/
	
/*	
.hm-service-cnt .rd-mr a:hover{ background:#333;}
*/























.contact p {
  font-size: 17px;
  line-height: 25px;
}
/*form home*/
.map-hm-rht{background:#f5f5f5; padding:45px 15px 30px;}
.map-hm-rht .form-control{height: 45px; border:1px solid #eee;}
.contact .form-group { margin-bottom: 15px;}
.contact{padding: 60px 0;}
.contact .smbt{
    background: #fbac00;
    color: #000;
    border: 0;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 17px;
    }
	
.contact .smbt:hover{background:#1d4b53; color:#fff;}
/*form*/

.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    color: #000;
    text-transform:uppercase;
    padding-bottom: 20px;
    z-index: 2;
  }
  .section-title h2::after {content: '';position: absolute;left: 0;right:0;bottom: -5px;height: 15px;background: #fbac00;transform: skew(10deg, 15deg) rotate3d(1, 1, 1, -50deg);width: 4px;border-right: 5px solid #000;margin:0 auto;padding: 4px;outline: 4px solid #fff;}
  .section-title h2::before {content: '';right: 0;width:150px;margin:0 auto;position: absolute;left: 0;bottom: 0;height: 4px;background: #00295a;}
.cont-heading {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}

a:hover { text-decoration: none; }
.container {font-size: 16px;font-family: arial !important;}
.navbar-inverse { background-color: rgb(34, 34, 34); }
.navbar { margin-bottom: 0px; border: none; border-radius: 0px; }
.navbar-brand { font-size: 25px; text-transform: uppercase; font-weight: normal; min-height: 100px; color: rgb(255, 255, 255); padding: 15px 0px; }
.navbar-brand b { font-weight: bold; color: rgb(249, 192, 1); margin-top: 4px; display: block; }
.navbar-brand span { font-size: 15px; text-transform: uppercase; font-weight: normal; color: rgb(157, 157, 157); margin-top: 7px; display: block; }
.navbar-brand span:hover { color: rgb(255, 255, 255); }
.navbar-brand a { color: rgb(255, 255, 255); }
.navbar-header img { padding-right: 6px; }
.navbar-nav > li > a { padding-top: 40px; }
.navbar-inverse .navbar-nav > li > a { color: rgb(249, 192, 1); }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { background-color: rgb(249, 192, 1); }
.nav > li:hover { background-color: rgb(249, 192, 1); }
.top { padding-top: 5px; padding-bottom: 5px; background-color: rgb(249, 192, 1); z-index: 9999; }
.top .container { padding: 0px 15px; }
.login-btn { float: left; margin-right: 10px; color: rgb(34, 34, 34); }
.inner-pages { padding-bottom: 20px; }
a {
  text-decoration: none;
  color: rgb(34, 34, 34);
}


.About { color: rgb(51, 51, 51); padding: 30px 0px; border-bottom: 1px solid rgb(204, 204, 204); margin-bottom: 20px; }
.About h2 {width: 71%;font-size: 28px;margin-bottom: 16px !important;line-height: 35px;font-weight: normal;text-align: center;border: 2px dashed rgb(246, 154, 17);margin: 0px auto;padding: 5px 0px;color: rgb(16, 16, 16);text-transform: uppercase;}
.About h2:hover { background: rgb(253, 228, 146); }
.About p {font-family: arial;text-align: center;font-size: 16px;line-height: 24px;color: rgb(51, 51, 51);padding: 5px 0px;}
.About b { font-weight: 600; color: rgb(246, 154, 17); }
.readmore {width: 100px;margin: 0px auto;padding: 5px;color: #fff;border: 1px solid rgb(16, 16, 16);background: rgb(16, 16, 16);line-height: 24px;text-align: center;}
.readmore a { color: rgb(255, 250, 250); text-decoration: none; font-size: 14px; font-weight: normal; text-transform: uppercase; }
.readmore:hover { background: rgb(15, 133, 209); color: rgb(34, 34, 34); }
.body-Section { color: rgb(51, 51, 51); padding: 20px 0px; }
.body-Section h2 { font-size: 22px; line-height: 30px; font-weight: normal; margin: 0px; padding: 0px; color: rgb(16, 16, 16); text-transform: uppercase; }
.body-Section p { font-family: arial; font-size: 16px; line-height: 24px; color: rgb(51, 51, 51); }
.body-Section img { width: 120px; margin-top: 10px; margin-bottom: 20px; float: left; margin-right: 10px; }
.body-Section a { font-weight: 400; text-align: center; color: rgb(16, 16, 16); font-size: 16px; line-height: 24px; padding: 0px; }
.align-right { text-align: right; }
.btn { font-weight: normal; text-align: center; color: rgb(34, 34, 34); font-size: 16px; line-height: 24px; padding: 0px; }
.services { padding: 20px 0px; margin: 0px; background: url("image/serv-bg.jpg") center center no-repeat; }
.services h2 {width: 40%;padding: 8px 0px;font-size: 26px;line-height: 30px;font-weight: normal;text-align: center;border: 2px dashed rgb(253, 228, 146);margin: 10px auto;/* padding: 0px; */color: rgb(16, 16, 16);text-transform: uppercase;}
.services h2:hover { background: rgb(252, 202, 36); }
.services p { font-family: arial; text-align: center; font-size: 16px; line-height: 24px; color: rgb(51, 51, 51); padding: 5px 0px; }
.services img { width: 100%; }
.serv:hover img { border: 1px solid rgb(34, 34, 34); border-radius: 100%; transition: all 0.9s ease 0s; transform: rotateZ(360deg); }
.serv {background: rgba(252, 202, 36, 0.8);text-align: center;padding-top: 10px;}
.serv:hover { background: rgb(252, 202, 36); }
.serv h3 { font-size: 18px; line-height: 30px; font-weight: 600; text-align: center; padding: 0px; color: rgb(0, 0, 0); text-transform: uppercase; }
.serv p { font-family: arial; text-align: center; font-size: 16px; line-height: 24px; color: rgb(0, 0, 0); }
.fa { font-size: 30px; color: rgb(255, 255, 255); }
.round-img { border-radius: 60px; width: 80px; height: 80px; border: 5px solid rgb(193, 194, 195); }
.round-img:hover { border: 5px solid rgb(6, 99, 169); transition: all 0.9s ease 0s; transform: rotateZ(-360deg); }
.serv.col-md-3 {width: 24%;padding-bottom: 17px;margin-right: 0.5%;margin-left: 0.5%;}
.container-max {width: 100%;margin: 0px auto;padding: 0px;text-align: center;}
.container-mid { width: 1000px; margin: 0px auto; padding: 0px; }
.clearfix { clear: both; }
.footer {margin-top: 0px;color: rgb(51, 51, 51);padding-top: 12px;background: url("image/ft-bg.jpg") 0% 0% / cover no-repeat fixed;}
.gmap { width: 100%; float: left; min-height: 200px; }
.gmap h3 { font-size: 20px; line-height: 36px; text-align: left; color: rgb(238, 238, 238); padding: 5px 0px; }
.follow { width: 100%; }
.follow h3 { font-size: 20px; line-height: 36px; text-align: left; color: rgb(238, 238, 238); padding: 5px 0px; border-bottom: 1px dashed rgb(238, 238, 238); }
.follow p { font-size: 16px; line-height: 30px; text-align: left; color: rgb(255, 255, 255); padding-bottom: 5px; padding-left: 5px; border-bottom: 1px dashed rgb(238, 238, 238); }
.follow p:hover { background: rgb(243, 188, 10); color: rgb(0, 0, 0); }
.follow p:hover a { color: rgb(0, 0, 0); }
.follow p img { float: left; margin-right: 10px; }
.follow p a { color: rgb(255, 255, 255); text-decoration: none; }
.use-links { width: 100%; }
.use-links h3 { font-size: 20px; line-height: 36px; text-align: left; color: rgb(238, 238, 238); padding: 5px 0px; border-bottom: 1px dashed rgb(68, 68, 68); }
.use-links ul { list-style-type: none; margin: 0px; padding: 0px; }
.use-links ul li { font-size: 16px; line-height: 36px; text-align: left; color: rgb(255, 255, 255); padding: 0px 0px 0px 5px; border-bottom: 1px dashed rgb(68, 68, 68); margin-bottom: 5px; }
.use-links ul li:hover { background: rgb(243, 188, 10); }
.use-links ul li:hover a { color: rgb(0, 0, 0); }
.use-links ul li a { color: rgb(255, 255, 255); text-decoration: none; }
.footer-sub {width: 100%;line-height: 40px;margin: 0px;padding-bottom: 8px;padding-top: 8px;background: rgb(17, 17, 17);}
.footer-sub p { color: rgb(238, 238, 238); font-family: arial; font-size: 16px; font-weight: normal; text-align: left; line-height: 36px; margin: 0px; }
.footer-sub b { font-weight: normal; float: right; }
.footer-sub b a { color: rgb(255, 255, 255); text-decoration: none; }
.carousel-indicators .active { background-color: rgb(255, 255, 255); }
.carousel-indicators li { border: 1px solid rgb(255, 255, 255); }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: 50px; }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: 50px; }
.carousel-control { color: rgb(238, 238, 238); }
.carousel-control.left, .carousel-control.right { background: none; width: 25px; }
.carousel-control.left { }
.carousel-control.right { }
.broun-block { background: url("http://myinstantcms.ru/images/bg-broun1.jpg") center top repeat scroll rgba(0, 0, 0, 0); padding-bottom: 34px; }
.Clients h2 { background: rgb(235, 146, 22); margin: 0px; padding: 5px; }
.block-text { background-color: rgb(255, 255, 255); border-radius: 5px; box-shadow: rgb(44, 34, 34) 0px 3px 0px; color: rgb(98, 98, 98); font-size: 16px; margin-top: 27px; padding: 15px 18px; }
.block-text a { color: rgb(34, 34, 34); font-size: 25px; font-weight: bold; line-height: 21px; text-decoration: none; }
.mark { padding: 12px 0px; background: none; color: rgb(16, 16, 16); }
.block-text p { color: rgb(88, 88, 88); font-family: Georgia; font-style: italic; line-height: 20px; }
.sprite-i-triangle { background-position: 0px -1298px; height: 44px; width: 50px; }
.block-text ins { bottom: -44px; left: 50%; margin-left: -60px; }
.block { display: block; }
.zmin { z-index: 1; border: 1px solid rgb(204, 204, 204); }
.ab { position: absolute; }
.person-text { padding: 10px 0px 0px; text-align: center; z-index: 2; }
.person-text a { color: rgb(255, 204, 0); display: block; font-size: 16px; margin-top: 3px; text-decoration: underline; }
.person-text i { color: rgb(255, 204, 0); font-family: Georgia; font-size: 15px; }
.rel { position: relative; }
.top-nav { background: rgb(16, 16, 16); color: rgb(255, 255, 255); padding: 10px 0px; border-bottom: 1px solid rgb(0, 0, 0); }
.top-nav-lft { float: left; }
.top-nav-lft ul { list-style: none; margin: 0px; padding-left: 0px; }
.top-nav-lft ul li { display: inline-block; margin-right: 15px; }
.top-nav-lft ul li .fa { color: rgb(249, 192, 1); font-size: 20px; vertical-align: sub; margin-right: 5px; }
.top-nav-rht { float: right; }
.top-nav-rht ul { list-style: none; margin: 0px; padding-left: 0px; }
.top-nav-rht ul li { margin-right: 5px; display: inline-block; }
.top-nav-rht ul li .fa { color: rgb(249, 192, 1); font-size: 20px; vertical-align: bottom; margin-right: 0px; }
img { max-width: 100%; }
.map-cont { margin-top: 10px; width: 56%; float: left; border: 1px solid rgb(221, 221, 221); text-align: center; padding: 10px 0px; }
.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: 0px; }
.brn-off { width: 31%; padding: 1% 1% 0px; float: left; }
.cont-page h3 { margin: 0px; font-size: 16px; }
.cont-page p { font-size: 16px; line-height: 24px !important; }
.cont-page h2 span { display: block; font-size: 16px; color: rgb(153, 153, 153); font-weight: 500; margin-bottom: 10px; }
.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: rgb(238, 238, 238); padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px; padding-right: 10px; line-height: 1.42857; }
.cont-page .feature-box-image { margin-top: 13px; }
.st-custom-heading-layout2.st-custom-heading-wraper { margin-bottom: 24px; }
.st-custom-heading-layout2 .st-heading-title { position: relative; margin-bottom: 0px; text-transform: uppercase; font-size: 25px; line-height: 25px; font-weight: bold; margin-top: 0px; }
.st-custom-heading-layout2 .st-heading-title > span { position: relative; 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: rgb(17, 67, 102); margin: 0px; }
.st-feature-box { padding-left: 66px; position: relative; margin-bottom: 35px; }
.st-feature-box .st-feature-box-icon { color: rgb(17, 67, 102); display: block; position: absolute; width: 52px; height: 52px; line-height: 0px; top: 0px; left: 0px; text-align: center; font-size: 60px; transition: all 0.3s ease 0s; }
.st-feature-box h3 { color: rgb(7, 38, 67); 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: rgb(16, 16, 16); font-size: 20px; margin-top: 0px; text-transform: uppercase; margin-bottom: 20px; line-height: 24px; }
.cont-page h5 { color: rgb(47, 150, 32); font-size: 19px; margin-bottom: 25px; }
.cont-page { text-align: left; }
.icon-ul { list-style-image: url("./image/hand-icon1.png"); padding-left: 22px; }
.icon-ul li { padding-left: 15px; margin-bottom: 3px; }
.nav > li > a { padding-left: 2px; padding-right: 2px; }
#HeaderControl { padding-right: 0px; }
#widgetsControl_C, #widgetsControl { height: initial !important; }
.navbar-header { padding-left: 10px; }
center #form1 { overflow: hidden; }
.RadDock_Default .rdMiddle .rdCenter, .RadDock_Default .rdBottom .rdCenter { background-color: transparent !important; }
#RadDockZone2 { background: rgb(16, 16, 16); }
@media (max-width: 1249px) {
  .navbar-brand { font-size: 17px; }
}
@media (max-width: 1024px) {
  .navbar-brand { font-size: 17px; }
}
@media (max-width: 998px) {
  .use-links ul li { font-size: 15px; }
  .cont-page h2 { margin-top: 20px; }
  .serv.col-md-3 { width: 49%; margin-bottom: 10px; float: left; }
  .About h2, .services h2 { width: 100%; font-size: 26px; }
  .navbar-brand { min-height: 90px; }
  #HeaderControl, #MenuControl, #HeaderControl_C { height: initial !important; }
  #MenuControl_C .navbar-default, #MenuControl_C .container-fluid, #MenuControl_C .navbar-nav { padding: 6px 0px; }
  .body-Section .col-md-6 { min-height: 180px; }
}
@media (max-width: 767px) {
.caption {
  display: none !important;
}
  
  .gmap { margin-bottom: 22px; }
  .use-links ul li { margin-bottom: 0px; }
  .body-Section img { margin-bottom: 0px; }
  .col-two .col-md-6 { margin-bottom: 20px; }
  .navbar-default .navbar-toggle { border-color: rgb(255, 255, 255); position: absolute; top: -70px; right: 15px; background: rgb(255, 255, 255); }
  .navbar-default .navbar-toggle .icon-bar { background-color: rgb(16, 16, 16); }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: rgb(255, 255, 255); }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: 0px; box-shadow: 0px 0px 0px; }
  #MenuControl_C .navbar-default, #MenuControl_C .container-fluid, #MenuControl_C .navbar-nav { padding: 0px; }
  .navbar-nav { margin-bottom: 0px; }
  .nav > li > a { padding-left: 10px; padding-right: 10px; padding-top: 4px !important; padding-bottom: 5px !important; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { padding: 2px 15px 2px 25px; }
}
@media (max-width: 480px) {
  .top-nav-lft ul li:last-child { display: none; }
  .serv.col-md-3 { margin: 0px auto 10px; width: 95%; float: inherit; }
  .body-Section h2 { font-size: 18px; }
  .body-Section img { width: 70px; }
  .services { padding-top: 0px; }
  .About h2, .services h2 { font-size: 22px; }
  .cont-page h2 { font-size: 19px; }
  .follow h3, .gmap h3 { font-size: 16px; }
  .footer-sub p { font-size: 14px; text-align: center; line-height: 22px; padding: 6px 0px; }
  .footer-sub b { float: initial; display: block; }
  .navbar-default .navbar-toggle { position: absolute; top: -5px; }
  .navbar { text-align: center; }
  .navbar-toggle { float: inherit !important; right: inherit !important; position: inherit !important; margin-right: inherit !important; margin-bottom: inherit !important; }
  .navbar-header { padding: 0px; }
}
@media (max-width:414) {
}
@media (max-width: 375px) {
  .navbar-brand span { margin-top: 0px; font-size: 14px; }
  .navbar-header img { }
  .navbar-brand { font-size: 14px; height: initial; padding: 12px 0px; min-height: 70px; }
  .navbar-default .navbar-toggle { }
}
.tabs-menu { list-style: none; padding-left: 0px; margin-top: 0px; font-size: 16px; }
.tab-content { width: 100%; padding: 0px; }
.tabs-menu .current a { color: rgb(255, 255, 255); }
.tabs-menu li a { padding: 6px 10px; color: rgb(255, 255, 255); text-decoration: none; display: block; text-align: justify; }
.tabs-menu li.current { position: relative; background-color: rgb(249, 192, 1); }
.tabs-menu li { line-height: 20px; margin-right: 0px; background-color: rgb(34, 34, 34); border-top: 1px solid rgb(212, 212, 209); border-right: 1px solid rgb(212, 212, 209); border-left: 1px solid rgb(212, 212, 209); margin-bottom: 3px; transition: all 0.5s ease 0s; }
.team-nm { font-size: 20px; display: block; background: rgb(238, 238, 238); margin-bottom: 5px; padding-left: 15px; line-height: 37px; }
