body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
    color: #fff;
}
.fcolor-2d4859{color: #2d4859;}
.fweight-blod{font-weight: bold;}
.ffamily-Arvo{font-family: Arvo;}
.flex{display: flex;}
.wrap{flex-wrap: wrap;}
.align-c{text-align: center;    align-items: center;}
.just-sp {justify-content: space-between;}
.h-overflow{overflow: hidden;}
.l-float{float: left;}
.r-float{float: right;}


a:hover{text-decoration: none;}
html, body{
    font-family: normal;
    font-size: 100%;
	/*font-family: 'Open Sans Condensed';*/
}
body{
	background:#FFFFFF;
}
.clear{ clear: both;}
.nav_div{display: none;}
.w3layouts-banner-top{
    padding: .2em 0;
    background: #F44336;
}
/*-- banner --*/
.banner{
    background-size: cover;padding: 0em 0 0em;background: #f6fafd;font-family: Arvo;color: #102f48;position: relative;height: 650px;
}
.banner .bubble{
    width: 140px;height: 140px;position: absolute;background-size: 100% 100%!important;border-radius: 140px;
}
.banner .bubble .bubble-img{
    width: 145px;height: 160px;border-radius: 150px;margin: -3px 0 0 -3px;
}
.banner .bubble p{position: absolute;top: 50%;transform: translateY(-50%);text-align: center;  font-size: 20px;  width: 100%;font-weight: 700;color: #fff;font-family: Arvo;}
.banner .bubble:nth-child(1){top: 30px;left: calc(50% - 250px);transform: translateX(-50%);}
.banner .bubble:nth-child(2){top: 10px;left: 50%;transform: translateX(-50%);width: 160px;height: 160px;}
.banner .bubble:nth-child(2) .bubble-img{width: 170px;height: 180px;border-radius: 150px;margin: -3px 0 0 -3px;display: block;}
.banner .bubble:nth-child(2) p{font-size: 30px;}
.banner .bubble:nth-child(3){top: 30px;left: calc(50% + 250px);transform: translateX(-50%);}
.banner .bubble:nth-child(4){left: calc(50% - 500px); top: 220px;transform: translateX(-50%);}
.banner .bubble:nth-child(5){left: calc(50% + 500px);top: 220px;transform: translateX(-50%);}
.banner .bubble:nth-child(6){bottom: 80px;left: calc(50% - 330px);transform: translateX(-50%);}
.banner .bubble:nth-child(7){bottom: 50px;left: calc(50% - 120px);transform: translateX(-50%);}
.banner .bubble:nth-child(8){bottom: 50px;left: calc(50% + 120px);transform: translateX(-50%);}
.banner .bubble:nth-child(9){bottom: 80px;left: calc(50% + 330px);transform: translateX(-50%);}

.banner .banner-desc{position: absolute;width: 100%;text-align: center;top: 50%;transform: translateY(-50%);color:#102f48;font-family: Arvo;font-weight: 700;}
.banner .banner-desc p:nth-child(1){font-size: 50px;}
.banner .banner-desc p:nth-child(2){font-size: 16px;}

.top-banner-left{
	float:left;
	width:40%;
}
.top-banner-left ul{
	padding:0;
	margin:0;
}

.header-div{background: #fff;}
.header-div .header-left{font-size: 1.875rem;    line-height: 200%;}
.header-div .header-left span:nth-child(1){color: #2d184d;}
.header-div .header-left span:nth-child(2){color: #fff;}
.nav_div ul li{text-decoration: none;}

.top-banner-left ul li{
	display:inline-block;
	color:#fff;
	font-size:.875em;
}
.top-banner-left ul li a{
    color: #fff;
    font-size: 1em;
	text-decoration:none;
}
.top-banner-left ul li:nth-child(2) {
    margin-left: 3em;
}
.top-banner {
    width: 100%;
    z-index: 10;
    position: absolute;
    padding: .5em 0 0 0;

}
.top-banner-right{
	float:right;
}
.top-banner-right ul{
	padding:0;
	margin:0;
}
.top-banner-right ul li{
	display:inline-block;
	margin:0 1em;
}
.top-banner-right ul li:nth-child(4){
	margin-right:0;
}
.top-banner-right ul li a{
	color:#fff;
	font-size:0.8em;
}
.top-banner-right ul li a:hover{
	color:#fd5c63;
}
.logo{
    float: left;
    margin: 1em 0 0 0;
}
.logo h1{
	margin:0;
}
.logo h1 a{
	color:#fff;
	font-size:1em;
	text-decoration:none;
	font-family: 'Pacifico', cursive;
}
/*-- top-nav --*/
.top-nav {
    margin: 2em 0 0 0;
	float: right;
}
.top-nav ul{
    padding: 0;
    margin: 0;
}
.top-nav ul li{
    display: inline-block;
    margin: 0 1em;
    float: left;
}
.top-nav ul li:nth-child(6){
	margin-right:0;
}
ul.nav.navbar-nav {
    float: right;
}
.navbar-default{
	background:none;
	border:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none !important;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
}
.top-nav ul li a{
    color: #fff !important;
    font-size: 1em;
    margin: 0;
    text-decoration: none;
    padding: 0;
    font-weight: 700;
}
.top-nav ul li a:hover{
    color: #F44336 !important;
}
.top-nav ul li a.active{
    color: #F44336 !important;
}
/*ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 2em;
    left: 0;
    min-width: 90px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 0px 0px !important;
    clear: both;
    margin: .2em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/
.caret {
    margin-left: 14px;
}
.banner-slider {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.agileits-banner-info{
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.agileits-banner-info h3{
    color: #FFFFFF;
    font-size: 4em;
    margin: 0;
    font-weight: 700;
    font-family: 'Open Sans Condensed';
}
.agileits-banner-info p{
    color: #ffffff;
    font-size: .875em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
    font-weight: 700;
    letter-spacing: 1px;
}
.agileits-banner-info a {
    color: #FFFFFF;
    font-size: 1em;
    padding: .5em 1em;
    display: block;
    border: solid 2px #f44336;
    width: 15%;
    text-align: center;
    text-decoration: none;
    margin: 2em auto 0;
    font-weight: 700;
    letter-spacing: 1px;
    background: #f44336;
}
.agileits-banner-info a:hover{
    border: solid 2px #FFFFFF;
    background: none;
    color: #FFFFFF;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: -50%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat left top;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
    width: 100%;
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    transform: translateX(-50%);
    list-style: none;
    position: absolute;
    left: 50%;
    padding: 0;
    margin: -3rem 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #f44336;
    border: 2px solid #f44336;
}
/*-- services --*/
.services,.offer,.special,.w3l-about-top,.different,.team,.codes,.typography,/*.gallery,*/.contact{
	padding:1.5em 0;
}
.services-heading h2,.w3l-offer-heading h3,.wthree-special-heading h3,.w3-about-heading h2,.w3-different-heading h3,.agileits-team-heading h3,.contact-form h3,.w3ls-contact-grids h3{
	color: #2f2f2f;
    margin: 0;
    font-size: 2.5em;
    text-transform: capitalize;
    /*font-family: 'Pacifico', cursive;*/
    text-align: center;
}
.w3-agileits-services-grids{
	margin:4em 0 0 0;
}
.w3-agileits-services-left{
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 570px;
}
.services-right-grid {
    text-align: center;
}
i.fa.fa-anchor, i.fa.fa-comment, i.fa.fa-heartbeat,i.fa.fa-magnet,i.fa.fa-thumbs-up {
    color: #F44336;
    font-size: 2em;
}
.services-icon{
    width: 70px;
    height: 70px;
    text-align: center;
    border: solid 2px #f1f1f1;
    padding: 1.2em 0 0 0;
    margin: 0 auto;
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #F44336;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.services-right-grid:hover div.hvr-radial-in:before{
  -webkit-transform: scale(0);
  transform: scale(0);	
}
.services-right-grid:hover i.fa.fa-anchor,.services-right-grid:hover i.fa.fa-comment,.services-right-grid:hover i.fa.fa-heartbeat,.services-right-grid:hover i.fa.fa-magnet,.services-right-grid:hover  i.fa.fa-thumbs-up{
	color:#FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;	
}
.services-icon-info h5{
    color: #2f2f2f;
    font-size: 1em;
    font-weight: 600;
    margin: 1em 0 0 0;
}
.services-right-grids:nth-child(2){
	margin:2em 0;
}
.services-icon-info p{
    color: #999999;
    font-size: 1em;
    margin: 1em 0 0 0;
}
/*-- //services --*/
/*-- offer --*/
.offer{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	text-align:center;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.w3l-offer-heading h3 {
    color: #FFFFFF;
}
.agileinfo-offer-grid {
    margin: 4em 0 0 0;
}
.agileinfo-offer-grid h4 {
    color: #FFFFFF;
    background: #F44336;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    line-height: 3em;
    font-size: 2em;
    font-weight: 700;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.agileinfo-offer-grid h4 span {
    font-weight: 100;
}
.agileinfo-offer-grid h5{
    color: #FFFFFF;
    font-size: 1.5em;
    margin: 1em 0;
    font-weight: 700;
}
.agileinfo-offer-grid p{
    color: #FFFFFF;
    font-size: 1em;
    margin: 0 auto;
    line-height: 1.8em;
    width: 60%;
}
/*-- //offer --*/
/*-- special --*/
.special{
    background-color:#fff;
}
.special-grids{
	margin:4em 0 0 0;
}
.w3-agileits-special-grid-info{
    position: relative;
    overflow: hidden;
    /*padding: .5em;*/
    margin: 0 .5em;
    background: #fff;
    /*border: solid 5px #ececec;*/
}
.w3-agileits-special-grid-info img{
	width:100%;
    object-fit: cover;
    aspect-ratio:0.8;
}
.agile-special-grid-text{padding: 0 1em;overflow: hidden;height: 3em;line-height: 3em;display: flex;}
.agile-special-grid-text div:nth-child(1){float: left;font-weight: 700;font-size: 1em;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.agile-special-grid-text div:nth-child(2){float: right;font-size: 0.8em;width: 5em;flex-shrink: 1;}
.agile-special-grid-text h5{
    color: #2f2f2f;
    font-size: 1em;
    margin: 1em 0 0 0;
    line-height: 1.4em;
    font-weight: 700;
}
.agile-special-grid-text p{
    color: #f44336;
    font-size: 2em;
    margin: 1em 0 0 0;
    font-weight: 700;
}
.agile-special-grid-text p del{
    color: #999999;
    font-weight: 100;
}
.owl-theme .owl-controls {
    margin-top: 30px !important;
}
/*-- //special --*/
/*-- footer --*/
.w3-agile-footer,.w3-agile-footer .container{
    background: #f5f5f5;
}
.footer-grid-heading h4{
    color: #ffffff;
    font-size: 2em;
    margin: 0;
}
.footer-grid-info {
    margin: 1em 0 0 0;
}
.footer-grid-info  p{
	margin:0;
    font-size: 1em;
    color: #BBBBBB;
    line-height: 1.8em;
}
.footer-grid-info p span{
	display:block;
}
.footer-grid-info p span a{
    color: #BBBBBB;	
	text-decoration:none;
}
.footer-grid-info p span a:hover{
    color: #ffffff;
}
.footer-grid-info ul{
	padding:0;
	margin:0;
}
.footer-grid-info ul li{
	display:block;
}
.footer-grid-info ul li a{
    font-size: 1em;
    color: #BBBBBB;
    line-height: 1.8em;
	text-decoration:none;
}
.footer-grid-info ul li a:hover{
	color: #ffffff;
}
.social-grid{
    margin: 1em 0 0 0;	
}
.social {
    margin: 1em 0 0 0;
}
.social ul{
	padding:0;
	margin:0;
}
.social ul li{
	display:inline-block;
}
.social ul li a {
	color: #333;
    text-align: center;
}
.social ul li a i.fa.fa-facebook{
    height: 40px;
    width: 40px;
    background: #383838;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social ul li a i.fa.fa-facebook:hover {
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #3b5998;
}
.social ul li a i.fa.fa-twitter{
    height: 40px;
    width: 40px;
    background: #383838;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social ul li a i.fa.fa-twitter:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #1da1f2;
}
.social ul li a i.fa.fa-rss{
    height: 40px;
    width: 40px;
    background: #383838;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social ul li a i.fa.fa-rss:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #f26522;
}
.social ul li a i.fa.fa-vk{
    height: 40px;
    width: 40px;
    background: #383838;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social ul li a i.fa.fa-vk:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #45668e;
}
.social ul li:nth-child(2){
	margin:0 .5em;
}
.social ul li:nth-child(3){
	margin:0 .5em 0 0;
}
.footer-grid-info form input[type="email"] {
    background: #fff;
    box-shadow: none !important;
    padding: 10px 10px;
    color: #BBBBBB;
    font-size: .875em;
    width: 100% !important;
    font-weight: 400;
    border: 1px solid #BBBBBB;
    margin: 0 0 1em 0;
}
.footer-grid-info form input[type="email"]:focus {
    outline: none;
}
.footer-grid-info form input[type="submit"] {
    border: solid 2px #F44336;
    color: #ffffff;
    font-size: 1em;
    padding: .4em 2em;
    text-decoration: none;
    background: #F44336;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer-grid-info form input[type="submit"]:hover{
	color:#FFFFFF;
	border: solid 2px #FFFFFF;
	background:none;
}
.agileits-w3layouts-copyright {
    text-align: left;
    margin: 0em 0 0 0;
    color: #fff;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
}
.agileits-w3layouts-copyright p{
	margin:0;
    font-size: 1em;
    color: #fff;
}
.agileits-w3layouts-copyright p a{
    color: #FFFFFF;	
	text-decoration:none;
}
.agileits-w3layouts-copyright p a:hover{
	color: #BBBBBB;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- about --*/
.about-banner{
    padding: 0em 0 2em !important;
}
.w3-about-heading h2 {
	color:#FFFFFF;
}
.w3ls-about-info img{
	width:100%;
}
.w3ls-about-info p{
	color:#999999;
	margin:1em 0 0 ;
	font-size:1em;
	line-height:1.8em;
}
/*-- //about --*/
/*-- different --*/
.different{
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.w3-different-heading h3{
    color: #FFF;
}
.w3agile-different-info p{
    text-align: center;
    margin: 3em auto 0;
    font-size: 1em;
    color: #FFFFFF;
    width: 73%;
    line-height: 1.8em;	
}
.w3agile-button {
    margin: 3em 0 0 0;
    text-align: center;
}
.w3agile-button a{
    border: solid 2px #f44336;
    color: #FFFFFF;
    font-size: 1em;
    padding: .5em 2em;
    text-decoration: none;
    background: #f44336;
}
.w3agile-button a:hover{
    border: solid 2px #FFFFFF;
    color: #FFFFFF;
	background:none;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- //different --*/
/*-- team --*/
.team{
    padding: 4em 0;
}
.team-heading{
	text-align:center;
}
.team-grids {
    margin: 4em 0 0 0;
}
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
    width: 100%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
    background: #F44336;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
  color: #fff;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 6.5em 0 1em 0;
    font-size: 1.2em;
    color: #FFF;
    font-weight: 700;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}
.team-icons ul{
	padding:0;
	margin:0;
}
.team-icons ul li{
	display:inline-block;
}
.team-icons ul li:nth-child(2){
	margin:0 1em;
}
.team-icons ul li a{
	color: #FFFFFF;
    text-align: center;	
}
.team-icons ul li a:hover{
	opacity:.5;
}
/*-- //team --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
	background: #f44336;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 2em;
    color: #f44336 !important;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 2em;
    color: #2f2f2f;
    font-weight: 700;
    margin: 0;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
ul.bs-glyphicons-list {
    padding: 0;
    margin: 0;
}
/*-- //icons --*/
/*-- typography --*/
h3.hdg {
    font-size: 2.5em;
	color:#000 !important;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom:1em;
	color: #333;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #555;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}


@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 12px!important;
	}
	.codes .row {
		margin: 0;
	}
}
/*-- //typography --*/
/*--gallery--*/
.w3-agileits-gallery-grids.agileits-gallery-grids {
    margin: 2em 0;
}
.w3-agileits-gallery-grids:nth-child(5) {
    /*float: right;*/
}
.w3-agileits-gallery-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
.agile-b-wrapper{
    /*background: rgba(0, 0, 0, 0.58);*/
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
	transition:.5s all;
	opacity: 1;
    height: 100%;
    border-radius: 0.5rem;
}
.w3-agileits-gallery-grids a:hover .agile-b-wrapper{
	height: 100%;
	opacity: 1;
}

/*--//gallery--*/
/*-- contact --*/
.w3l-map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.e-mail p {
    font-size: 1em;
    margin: 1em 0 0 0;
    color: #473B3B;
    line-height: 1.8em;
    text-align: center;
}
.e-mail p a{
    color: #FD5C63;
    text-decoration: none;
}
.contact-form {
    margin: 3em 0;
}
.contact-form form {
  margin: 2em 0 0 0;
}
.contact-form input[type="text"] {
    width: 32.6%;
    color: #999999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em;
    margin: 0 .5em 1em 0;
    border: solid 2px #cecece;
    -webkit-appearance: none;
}
.contact-form input[type="text"]:nth-child(3) {
  margin-right: 0;
}
.contact-form textarea {
  resize: none;
  width: 100%;
  color: #999999;
  background: none;
  font-size: 1em;
  outline: none;
  padding: 1em;
  border: solid 2px #cecece;
  min-height: 150px;
  -webkit-appearance: none;
}
.contact-form input[type="submit"] {
    border: solid 2px #F44336;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    padding: .4em 2em;
    text-decoration: none;
    letter-spacing: 1px;
    background: #F44336;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
	border: solid 2px #2f2f2f;
    background: none;
    color: #2f2f2f;
}
.agileits-address-grids {
  margin-top: 2em;
}
.agileinfo-address-grid{
  width: 80%;
  margin: 0 auto;
}
.agileinfo-address-grid h5 {
    font-size: 1em;
    margin: 0 0 1em 0;
    color: #473B3B;
    text-align: center;
    line-height: 1.5em;
    font-weight: 600;
}
.agileinfo-address-grid h5 span {
  display: block;
}
.w3-agileits-address-info-left{
  float: left;
}
.w3-agileits-address-info-left p {
    font-size: 1em;
    margin: 0;
    color: #473B3B;
    line-height: 1.8em;
}
.address-info-right {
  float: right;
}
/*-- //contact --*/
/*-- responsive --*/
@media(max-width:480px){
	.top-nav {
		width: 52%;
	}
	.top-banner-left ul li:nth-child(2) {
		margin-left: 1em;
	}
	.top-banner-left {
		width: 50%;
	}
	.agileits-banner-info a {
		width: 22%;
	}
	.agileits-banner-info h3 {
		font-size: 2em;
	}
	.callbacks_tabs {
		left: 50%;
        transform: translateX(-50%);
		top: 108%;
	}
	.banner {
		padding: 0em 0 0em;
	}
	.services, .offer, .special, .w3-agile-footer, .w3l-about-top, .different, .team, .codes, .typography, /*.gallery,*/ .contact {
		padding: 2em 0;
	}
	.w3-agileits-services-grids {
		margin: 2em 0 0 0;
	}
	.w3-agileits-services-left {
		min-height: 410px;
		width: 65%;
	}
	.services-right-grid {
		width: 100%;
	}
	.agileinfo-offer-grid p {
		width: 100%;
	}
	.special-grids {
		margin: 2em 0 0 0;
	}
	.footer-grid {
		float: none;
		width: 100%;
	}
	.footer-grid:nth-child(1), .footer-grid:nth-child(2),.footer-grid:nth-child(3) {
		margin-bottom: 2em;
	}
    .agile-b-wrapper{
        opacity: 1;
    }
    .agile-b-wrapper h5 {
		margin: 2.2em auto 0;
	}
	.contact-form input[type="text"] {
		width: 100%;
	}
	.team-grids {
		margin: 2em 0 0 0;
	}
	.agileinfo-offer-grid {
		margin: 2em 0 0 0;
	}
}
@media(max-width:414px){
	.top-banner-right ul li {
		margin: 0 .5em;
	}
	.top-banner-left {
		/*width: 60%;*/
        width: auto;
        display: inline-block;
	}
	.logo h1 a {
		font-size: .8em;
	}
	.navbar-toggle {
		padding: 7px 8px;
	}
	.agileits-banner-info {
		width: 100%;
	}
	.callbacks_tabs {
        transform: translateX(-50%);
		left: 50%;
	}
	.services-heading h2, .w3l-offer-heading h3, .wthree-special-heading h3, .w3-about-heading h2, .w3-different-heading h3, .agileits-team-heading h3, .contact-form h3, .w3ls-contact-grids h3 {
		font-size: 2em;
	}
    .agile-b-wrapper{
        opacity: 1;
    }
	.agile-b-wrapper h5 {
	    margin: 2em auto 0;
		width: 75px;
		height: 75px;
		line-height: 2.4em;
	}
	.w3agile-different-info p {
		margin: 2em auto 0;
	}
	.contact-form {
		margin: 2em 0;
	}
	.w3l-map iframe {
		min-height: 300px;
	}
	.banner {
		/*background: url(../images/1.jpg) no-repeat -440px 0px;*/
		background-size: cover;
	}
	.about-banner {
		background: url(../images/1.jpg) no-repeat -578px 0px !important;
	}
	.bs-glyphicons li {
	    width: 31.33% !important;
	}
}
@media(max-width:384px){
	.top-banner-left {
        display: inline-block;
		/*width: 63%;*/
        width: auto;
	}
	.top-nav {
		width: 50%;
	}
	.agileits-banner-info h3 {
		font-size: 1.8em;
	}
	.banner-slider {
		margin: 0em 0 0 0;
	}
	.agileits-banner-info p {
		letter-spacing: 0px;
	}
	.w3-agileits-services-left {
		min-height: 360px;
		width: 75%;
	}
}
@media(max-width:375px){
	.top-banner-left {
        display: inline-block;
		/*width: 65%;*/
        width: auto;
	}
	.logo h1 a {
		font-size: .78em;
	}
	.navbar-toggle {
		padding: 6px 8px;
	}
	.w3-agileits-services-left {
		min-height: 400px;
		width: 90%;
	}
	.services-heading h2, .w3l-offer-heading h3, .wthree-special-heading h3, .w3-about-heading h2, .w3-different-heading h3, .agileits-team-heading h3, .contact-form h3, .w3ls-contact-grids h3 {
		font-size: 1.5em;
	}
	h3.agileits-icons-title {
		font-size: 1.5em;
	}
    .agile-b-wrapper{
        opacity: 1;
    }
	.agile-b-wrapper .title {
		margin: 1.6em auto 0;
	}
	.contact-form input[type="text"],.contact-form textarea {
		padding: .5em;
	}
	.top-banner-right ul li {
		margin: 0 .4em;
	}
	.banner {
		/*background: url(../images/1.jpg) no-repeat -405px 0px;*/
		background-size: cover;
	}
}
@media(max-width:320px){
	.top-banner-left {
        display: inline-block;
		/*width: 100%;*/
        width: auto;
		margin-bottom: .5em;
	}
	.top-banner-right {
        display: inline-block;
        width: auto;
        /*width: 100%;*/
		text-align: center;
	}
	.top-banner-right ul li {
        font-size: 0.4em;
		margin: 0 .5em;
	}
	.top-banner-left ul li:nth-child(2) {
		margin-left: 5em;
	}
	.logo h1 a {
		font-size: .7em;
	}
	.top-nav {
		width: 46%;
	}
	.logo {
		float: left;
		margin: 0.5em 0 0 0;
	}
	.agileits-banner-info h3 {
		font-size: 1.5em;
	}
	.agileits-banner-info a {
		width: 28%;
		font-size: .9em;
		margin: 1em auto 0;
	}
	.banner-slider {
		margin: 0em 0 0 0;
	}
	.banner {
		padding: 0em 0 0em;
	}
	.callbacks_tabs {
		top: 100%;
	}
	.w3-agileits-services-left {
		min-height: 375px;
		width: 95%;
	}
	.about-banner {
		padding: 0em 0 2em !important;
		background: url(../images/1.jpg) no-repeat -679px 0px !important;
	}
    .agile-b-wrapper{
        opacity: 1;
    }
	.agile-b-wrapper h5 {
		margin: 1.2em auto 0;
	}
	.w3l-map iframe {
		min-height: 200px;
	}
	.callbacks_tabs {
        transform: translateX(-50%);
		left: 50%;
	}
}
/*-- //responsive --*/
/*.gallery{padding: 0 0 4em 0;}*/
.more_area{text-align: center;margin: 2em 0;text-decoration: underline;color: #2d184d;font-size: 1.25em;cursor: pointer;}

.area_img{border-radius: 0.5em;}
.w3-agileits-gallery-grids{
    margin-top: 10px;
    border-radius: 1em;
}

.agile-b-wrapper .title{
    color: #fff;
    text-align: left;
    margin: 20% auto 0;
    font-weight: 700;
    padding-left: 10%;
}
.agile-b-wrapper .title p:nth-child(1){
    font-size: 1em;
    font-weight:700;
}

.agile-b-wrapper .title p:nth-child(2){
    font-size: 1.4em;
    font-weight:700;
}

.special-grids .item .up_time{
    position: absolute;
    background: #002371;opacity: 0.6;
    text-align: center;padding: 0.8em 0.2rem;color: #fff;
    font-weight:bold;
    font-size: 1em;width: 100%;
    font-family:'Microsoft YaHei','Arial',sans-serif;
}

.index-goods{width: 100%;}
.index-goods .goods-item{width: 100%;display: flex;margin: 2rem 0;background: #fff;position: relative;position: relative;}
.index-goods .goods-item .phone-icon{width: 2rem;height: 2rem;position: absolute;right: 2rem;bottom: 1.5rem;}
.index-goods .goods-item .goods-cover{width: 10rem;flex-shrink: 1;aspect-ratio: 0.8;position: relative;}
.index-goods .goods-item .goods-cover .goods-cover-img{width: 100%;aspect-ratio: 0.8;object-fit: cover;}
.index-goods .goods-item .goods-item-picnums{border-radius: 3px;font-size: 12px;padding: 2px 9px;color: #fff;z-index: 999;position: absolute;height: auto;display: inline;background: rgba(0,0,0,.5);font-weight: 500;margin: 8px;}/*图片数量*/
.index-goods .goods-item .goods-item-picnums i{margin-right: 2px;}
.index-goods .goods-item .goods-info{width: 100%;flex: 1;padding: 1.5rem;height: 12.5rem;overflow: hidden;box-sizing:border-box;position: relative;}
.index-goods .goods-item .goods-attr{width: 100%;margin: 10px 0;}
.index-goods .goods-item .goods-attr span{
    font-size: 13px;padding: 5px 8px;border-radius: 6px;background: #f9f9f9;margin-right: 8px;
}
.index-goods .goods-item .goods-attr span img{width: 20px;height: 20px;display: inline-block;margin-right: 3px;}


.index-goods .goods-item .goods-info .goods-title{
    width: 100%;color: #e4002b;font-weight:700;
    font-family:'Microsoft YaHei','Arial',sans-serif; font-weight: normal;
    font-size: 1.5rem;
}
.index-goods .goods-item .goods-info .goods-desc{
    width: 100%;
    color: #666;
    overflow: hidden;
    font-size: 1rem;
    color: #333333;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.index-goods .goods-item .goods-info .goods-desc-end{width: 100%;height: 2rem;background: linear-gradient(to bottom,rgba(255,255,255, 0), rgba(255,255,255, 1));z-index:1;position: absolute;bottom: 0;}
.goods-page{width: 100%;text-align: center;font-size: 3rem;padding: 0;color: #999;cursor: pointer;}
.goods-page p{width: 100%;text-align: center;font-size: 1rem;}

.faq-div{padding: 2rem 200px;width: 100%;height: 450px;overflow: hidden;background: #f6fcfc;}
.faq-div .faq-div-left{float: left;width: 300px;margin-top:50px;}
.faq-div .faq-div-right{float: left;width: 500px;height: 330px;background: #fff;box-shadow: 0 0 20px #eee;margin-left:20px;}

.faq-div .faq-div-left .faq-div-left-title{font-size: 30px;color: #577484;font-weight: 700;font-family: Arvo;text-align: center;line-height: 30px;}
.faq-div .faq-div-left .faq-tip{font-size: 14px;color: #666;padding: 20px 0 0 50px;}

.faq-div .faq-div-right .faq-div-right-title{height:60px;line-height: 60px;font-size: 28px;text-align: center;font-family: Oxygen;font-weight: 700;}

.index-notice{width: 100%;overflow: hidden;}
.index-notice .notice-item{width: 100%;display: flex;background: #fff;position: relative;border-bottom: 1px solid #e3e3e3;padding: 10px 0;}
.index-notice .notice-item .notice-info{width: 100%;flex: 1;padding: 0 1rem;overflow: hidden;box-sizing:border-box;position: relative;}

.index-notice .notice-item .notice-info .notice-title{
    width: 100%;
    font-weight:700;
    font-size: 16px;
    color: #60a6ae;

    font-family:Oxygen;
}

.slider{overflow: hidden;position: relative;}
.search-div2{display: none;}
.search-div{width: 760px;/*height:63%;*/position: absolute;right: 11rem;color: #fff;z-index: 2;bottom: 5rem;background:E4002B;}
.search-div .search-title{font-size: 1.875rem;line-height: 3rem;text-align: right;color: #fff; font-weight: 700;font-family:Arial, Helvetica, sans-serif;padding-bottom:2rem;}
.search-div .search-title span{
    color:#012169;
}

.search-div .search-form{display: flex;justify-content: flex-end;}
.search-div .search-form .search-input{height: 3rem;line-height: 2.5rem;width: 31.5rem;flex-shrink: 1; border:1px solid #fff;color: #000;}
.search-div .search-form .search-btn{height: 3rem;width: 7rem;/*line-height: 2.5rem;*/border:1px solid #2d184d;background:#2d184d; color: #fff;font-size: 1.3rem;}
.search-div .search-more{text-align: right;font-size: 1.25rem;color: #fff;line-height: 3rem;margin-top: 1rem;font-family: Arial, Helvetica, sans-serif;}
.search-div .search-more a{color: #fff;}

.search-div p.search-title-one{text-align:right;color: #fff;font-size: 5rem;font-weight: 700;font-family:'Microsoft YaHei','Arial',sans-serif;}
.search-div p.search-title-two{text-align:right;color: #fff;font-size: 5rem;font-weight: 700;font-family:'Microsoft YaHei','Arial',sans-serif;padding-bottom:5rem;}

.d-flex{display: flex;}


/*底部footer*/
.w3-agile-footer{position: relative;padding: 20px 0;}
.w3-agile-footer .footer-services{width: 100%;padding: 0;overflow: hidden;}
.w3-agile-footer .footer-services .footer-services-item{
    list-style: none;width: 100%;color: #577484;text-align: left;float: left;
}
.w3-agile-footer .footer-services .footer-services-item:nth-child(1){width: 150px;margin-left: 150px;}
.w3-agile-footer .footer-services .footer-services-item:nth-child(2){width: 380px;margin-left: 100px;}
.w3-agile-footer .footer-services .footer-services-item:nth-child(3){width: 170px;margin-left: 100px;}
.w3-agile-footer .footer-services .footer-services-item-title{
    font-size: 30px;font-family: Vollkorn;font-weight: 700;text-align: center;margin-bottom: 15px;
}
.w3-agile-footer .footer-services .footer-services-item-title span{
    padding: 5px 0;border-bottom: 1px solid #577484;font-family: Vollkorn;
}
.w3-agile-footer .footer-services .footer-services-item-list{
    font-size: 15px;font-weight: 700;font-family:Calibri;height: 30px;line-height: 30px;
}

.footer-services-item-share{justify-content: space-between;display: flex;}
.footer-services-item-share .share-icon{font-size: 25px;color: #577484;}
.footer-services-share{text-align: center;}
.footer-services-share .share-icon{font-size: 20px;color: #577484;margin: 0 5px;}
.w3-agile-footer .footer-title{padding-top: 10px;width: 1000px;margin: 20px auto;font-weight: 700;border-top: 1px solid #e3e3e3;font-size: 24px;color: #577484;font-family: Calibri;text-align: center;}
.w3-agile-footer .footer-icon{position: absolute;bottom: 2rem;right: 10%;}
.w3-agile-footer .footer-icon img{width: 2rem;height: 2rem;margin-right: 1rem;}
.footer-sign{text-align: center;margin-bottom: 15px;}
.footer-sign .footer-sign-input{padding: 0 10px;border: 1px solid #e3e3e3;display: inline-block;width: 200px;height: 30px;border-radius: 5px;}
.footer-sign .footer-sign-btn{font-size: 15px;border-radius: 5px;display: inline-block;width: 80px;line-height: 30px;height: 30px;background: #5bab9b;text-align: center;color: #fff;}

/*头部header*/
.header-div {
    width: 100%;
    z-index: 10;
    position: relative;
    padding: 0;
   /* background: #000;*/
}
.header-div ul{
    padding:0;
    margin: 0;
}
.header-div .header-right ul li{
    display:inline-block;
    color:#fff;
    font-size:.875em;
}
.container{width: 1250px;padding: 0;background: #fff;background-color:#fff;}
.header-div .container{display: flex;align-items: center;height: 5.5rem;font-family: Quicksand;width: 1250px;}
.header-left {width: 205px;flex-shrink: 1; font-size: 2.5rem;text-align: left;font-weight: 700;}
.header-left img{width: 205px;height: 90px;}

.header-div .head_nav{width: 100%;float: left;}
.header-div .head_nav_item{font-family: Quicksand;font-weight: bold;color: #000;}

.header-mid {width: 100%; text-align: center;padding: 1rem 0;font-size: 0.8rem;position: relative;display: flex;}
.header-mid .search-form{display: flex;margin:0 auto;position: relative;width: 510px;height: 60px;align-items: center;}
.header-mid .search-form .search-input{width: 400px;border: 2px solid #034076;height: 60px;border-radius: 0 15px 15px 0;box-shadow: 0 0 4px #e3e3e3;border-left: 0px;}
.header-mid .search-form .search-btn{color: #034076;border: 1px solid #f4fbff;border-radius: 5px;background: #f4fbff;font-size: 0.9rem;margin-left: 3px;position: relative;height: 40px;margin-left: 10px;font-weight: 700;}

.search_result,.search_result li{padding:0;margin:0;}
.search_result{display: none;position: absolute;background: #fff;list-style: none;width: 20rem;margin-top: 60px!important;border-radius:0.3rem;z-index: 999;max-height: 12rem;overflow-y: auto;top: 0;}
.search_result li{min-height: 2rem;line-height: 2rem;cursor: pointer;text-align: left;padding: 0 0 0 1rem!important;;color: #666!important;;display: block!important; display: flex;width: 100%;}
.search_result .search_result_item:hover{background: #f04444;color: #fff!important;}

.search_result_index,.search-div .search_result_index li{padding:0;margin:0;}
.search-div .search_result_index{display: none;position: absolute;background: #fff;list-style: none;width: 31.5rem;margin-top: 38px;border-radius:0.3rem;z-index: 999;max-height: 12rem;overflow-y: auto;margin-right: 7rem;}
.search_result_index li{height: 2rem;line-height: 2rem;cursor: pointer;text-align: left;padding: 0 0 0 1rem!important;;color: #666!important;;display: block!important;white-space: nowrap;overflow: hidden;}
.search_result_index .search_result_item:hover{background: #f04444;color: #fff!important;}

.search-div2 .search_result_index{display: none;position: absolute;background: #fff;list-style: none;width: 15rem;margin-top: 38px;border-radius:0.3rem;z-index: 999;max-height: 12rem;overflow-y: auto;left: calc((100% - 20rem)/2);}

.header-right {width: 100%;text-align: center;padding: 1rem 0;font-size: 0.8rem;}


.popular-location-div{width: 100%;height: 200px;}
.popular-location-title{width: 100%;height: 50px;line-height: 50px;text-align: center;color: #577484;font-family: Playball;font-size: 30px;font-weight: 700;}
.popular-location{width: 100%;height: 150px;position: relative;}
.popular-location .swiper-slide {
    font-size: 18px;background: #fff;overflow: hidden;
}
.popular-location .swiper-slide .popular-location-item{width: 25%;height:35px;float: left;text-align: left;line-height: 35px;padding-left: 5%;}
.popular-location .swiper-slide .popular-location-item a{color: #000;font-family:Calibri;font-size: 25px;font-weight: 700;}
.swiper-wrapper-start{
    width: 100%;height: 30px;background: linear-gradient(to bottom,rgba(255,255,255, 1) 20%, rgba(255,255,255, 0));z-index:999;position: absolute;top: 0;
}
.swiper-wrapper-end{
    width: 100%;height: 30px;background: linear-gradient(to top,rgba(255,255,255, 1) 20%, rgba(255,255,255, 0));z-index:999;position: absolute;bottom: 0;
}
.popular-location .swiper-pagination-progressbar{right: 0!important;left: auto!important;}

/*escort of the week*/
.escort-week{width: 100%;height: auto;}
.escort-week .escort-week-title{width: 100%;height: 50px;line-height: 50px;text-align: center;color: #577484;font-family: Playball;font-size: 30px;font-weight: 700;}
.escort-week .escort-week-girls{width: 1000px;display: flex;margin: 0 auto;}
.escort-week .escort-week-girls .escort-week-item{width: 250px;height: 270px;margin: 0 5px;position: relative;}
.escort-week .escort-week-girls .escort-week-item .escort-week-item-cover{object-fit: cover;width: 100%;height: 100%;}
.escort-week .escort-week-girls .escort-week-item .escort-week-item-name{padding: 0 10px;position: absolute;bottom: 0;height: 50px;line-height: 50px;font-size: 25px;background: rgba(255,255,255, 0.3);color: #577484;font-family: Alex Brush;width: 100%;text-align: center;font-weight: 700; overflow: hidden;}
.escort-week .escort-week-girls .escort-week-item .escort-week-sort{position: absolute;top: 10px;left: 10px;width: 60px;text-align: center;}
.escort-week .escort-week-girls .escort-week-item .escort-week-sort .escort-week-sort-icon{width: 100%;height: auto;}
.escort-week .escort-week-girls .escort-week-item .escort-week-sort span{color: #fff;font-size: 20px;font-family: Playball;}

.escort-week .escort-week-detail{width: 1000px;margin: 10px auto;}
.escort-week .escort-week-detail-item{width: 100%;height: 550px;}
.escort-week .escort-week-detail-item .swiper-slide{width: 100%;display: flex;height: 500px;}
.escort-week .escort-week-detail-item .swiper-slide .escort-week-detail-cover{width: 100%;aspect-ratio:1;object-fit: cover;}
.escort-week .escort-week-detail-item .swiper-slide .escort-week-detail-info{width: 100%;aspect-ratio:1;height: 500px;background: #fdf7f7;}
.escort-week .escort-week-detail-item .swiper-slide .escort-week-detail-info .escort-week-detail-info-title{width: 100%;color: #577484;font-family: Alex Brush;width: 100%;text-align: center;font-weight: 700;font-size: 25px;height: 100px;line-height: 100px;}
.escort-week .escort-week-detail-item .swiper-slide .escort-week-detail-info .escort-week-detail-info-desc{width: 100%;color: #577484;font-family: Alex Brush;width: 100%;text-align: center;font-weight: 700;font-size:18px; max-height: calc(100% - 200px);overflow: hidden;}
.escort-week .escort-week-detail-item .swiper-slide .escort-week-detail-info .escort-week-detail-btn{width: 300px;display: block;margin: 20px auto;background: #ff6b71;padding: 10px;border-radius: 10px;color: #fff;font-size: 18px;font-family:Arvo;text-align: center;}

/*newescort*/
.escort-week{width: 100%;height: auto;}
.new-escort .new-escort-title{width: 100%;height: 50px;line-height: 50px;text-align: center;color: #577484;font-family: Playball;font-size: 30px;font-weight: 700;}
.new-escort .new-escort-div{width: 1000px;margin: 0 auto;}
.new-escort .new-escort-div .new-escort-girl-info{position: relative;display: flex;margin: 0 8px;}
.new-escort .new-escort-div .new-escort-girl-info .new-escort-item-cover{object-fit: cover;width: 100%;aspect-ratio:1;}
.new-escort .new-escort-div .new-escort-girl-info .new-escort-item-name{padding: 0 10px;position: absolute;bottom: 0;height: 50px;line-height: 50px;font-size: 25px;background: rgba(255,255,255, 0.3);color: #fff;font-family: Alex Brush;width: 100%;text-align: center;font-weight: 700; overflow: hidden;}
.new-escort .new-escort-div .new-escort-girl-info .new-escort-sort{position: absolute;top: 10px;left: 10px;width: 120px;text-align: center;}
.new-escort .new-escort-div .new-escort-girl-info .new-escort-sort .new-escort-sort-icon{width: 60px;height: auto;}
.new-escort .new-escort-div .new-escort-girl-info .new-escort-sort span{color: #fff;font-size: 20px;font-family: Playball;}


/*review*/
.review-div{width: 100%;margin: auto; }
.review-div .review-info{background: #f8f9fb;margin: 0 10px;padding: 10px;}
.review-div .review-score{width: 100%;margin-bottom: 20px;}
.review-icon{display: inline-block;width: 20px;height: 20px;}
.review-div .review-content{width: 100%;overflow: hidden;font-family: Calibri;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.review-div .review-time{width: 100%;font-size: 10px;color: #999;margin-top: 10px;}

.blog-div{width: 100%;overflow: hidden;   background: #f6fcfc;}
.blog-con{width: 1000px;margin:10px auto 50px auto;box-shadow: 0 0 10px #ddd;overflow: hidden; border-radius: 10px;}
.blog-div .blog-div-title{width: 100%;height: 50px;line-height: 50px;text-align: center;color: #577484;font-family: Playball;font-size: 30px;font-weight: 700;}
.blog-div .blog-item-left{float: left;width: 50%;position: relative;}
.blog-div .blog-item-left .blog-info-pic{width: 100%;object-fit: cover;aspect-ratio:1;border-radius: 10px;}
.blog-div .blog-item-left .blog-title{line-height: 40px; padding: 0 20px; font-size: 40px;font-family:Playball;color: #fff;position: absolute;top: 50%;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.blog-div .blog-item-left .blog-content{
    line-height: 35px;padding: 0 20px;font-size: 18px;font-family: Vollkorn;color: #fff;position: absolute;bottom: 10px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
}
.blog-item-left .blog-time{position: absolute;top: 10px;right: 10px;color: #fff;font-family:Vollkorn;border-bottom: 1px solid #fff;}

.blog-div .blog-item-right{float: left;width: 50%;padding: 10px;display: flex;flex-wrap: wrap;height: 500px;align-items: center;background: #fff;border-radius: 0 10px 10px 0;}
.blog-div .blog-item-right .blog-info{width: 100%;position: relative;}
.blog-div .blog-item-right .blog-title{
    font-weight: 700; padding: 8px 0px;font-size: 24px;font-family: Vollkorn;color: #577484;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
}
.blog-div .blog-item-right .blog-content{
    line-height: 35px;padding: 0px;font-size: 18px;font-family: Vollkorn;color: #577484;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
}
.blog-item-right .blog-time{color: #577484;font-family:Vollkorn;font-size: 14px;border-bottom: 1px solid #577484;display: inline-block;}
.blog-item-right .blog-btn{background: #ff6b71;padding: 6px;border-radius: 6px;color: #fff;font-size: 16px;font-family:Arvo;border-bottom: 1px solid #fff;position: absolute;right: 10px;}
.blog-item-right .blog-btn a{font-size: 16px;font-family:Arvo;border-bottom: 1px solid #fff;color: #fff;}

/*旋转加载动画*/
@keyframes loading-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* 添加动画效果 */
.loading-div {
    animation: loading-rotate 2s linear infinite;
}
.search_result_loading{position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%)}

@media(max-width:480px){
    .container{width: 100%;}
    .navbar-default .navbar-toggle {
        border-color: #fff;
        color: #FFFFFF;
        margin: 0;
    }
    .top-nav ul li {
        display: block;
        margin:1em 0;
        float: none;
    }
    div#bs-example-navbar-collapse-1 {
        width: 100%;
        background: rgba(0, 0, 0, 0.79);
        border: none;
        box-shadow: 0 0 0;
        position: absolute;
        margin: 3em 0 0 0;
        z-index: 9;
    }
    .top-nav {
        margin: 1em 0 0 0;
        float: right;
        text-align: center;
        width: 65%;
    }
    ul.nav.navbar-nav {
        float: none;
    }
    .navbar-nav .open .dropdown-menu {
        text-align: center;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .nav_div{display: block;background: #fff;}
    .navbar{margin-bottom: 0;}
    .navbar-default .navbar-toggle{margin-top: 15px;}
    /*.navbar-default .navbar-toggle .icon-bar{background: #fff;}*/
    .faq-div .wthree-special-heading p{padding: 1rem 0;}

    .index-notice{width: 100%;display: block;}
    .index-notice .notice-item{width: 100%;display: flex;margin: 0.5rem 0;background: #fff;position: relative;}

    .search-div{width: 250px;right: 20px;top: 50%;transform: translateY(-50%);bottom: auto;}
    .search-div p.search-title-one{font-size: 1rem;padding: 0;}
    .search-div p.search-title-two{font-size: 1rem;padding: 0;margin: 10px 0;}
    .search-div .search-title{font-size: 1rem;line-height: normal;}
    .search-div .search-form{display: none;}
    .search-div .search-more{display: none;}


    .search-div2{display: block;width: 100%;background: #f1f1f1;overflow: hidden;}
    .search-div2 .search-title{font-size: 1rem;text-align: center;color: #2d184d;margin: 1rem;}
    .search-div2 .search-form{display: flex;justify-content: center;}
    .search-div2 .search-form .search-input{height: 2.5rem;line-height: 2.5rem;width: 15rem;flex-shrink: 1; border:1px solid #2d184d;padding: 8px;}
    .search-div2 .search-form .search-btn{height: 2.5rem;/*line-height: 2.5rem;*/border:1px solid #2d184d;background:#2d184d; color: #fff;width: 5rem;}
    .search-div2 .search-more{text-align: left;font-size: 0.8rem;color: #2d184d;padding-left: 1rem;margin: 1rem;font-weight: 700;}

    /*首页城市*/
    /*.agile-b-wrapper .title {
        color: #fff;
        text-align: left;
        margin: 10% auto 0;
        font-weight: 700;
        padding-left: 10%;
    }
    .agile-b-wrapper .title p:nth-child(1) {font-size: 0.9rem;}
    .agile-b-wrapper .title p:nth-child(2) {font-size: 1.2rem;font-weight: 700;}*/

    .goods-page{font-size: 1.5rem;}

    /*底部footer*/
    .w3-agile-footer .footer-services{width: 100%;padding: 0;border: 1px solid #fff;overflow: hidden;display: block;}
    .w3-agile-footer .footer-icon{position: static;margin-top: 1rem;}
    .w3-agile-footer .footer-icon img{width: 2rem;height: 2rem;margin-right: 1rem;}
    .w3-agile-footer .footer-services .footer-services-item-title {
        font-size: 20px;
        font-family: Vollkorn;
        font-weight: 700;
        text-align: left;
        margin-bottom: 15px;
    }
    .w3-agile-footer .footer-services .footer-services-item:nth-child(1) {
        width: 80%;
        margin: 10px auto;
        float: none;
    }
    .w3-agile-footer .footer-services .footer-services-item:nth-child(2) {
        width: 80%;
        margin:10px  auto;
        float: none;
    }
    .w3-agile-footer .footer-services .footer-services-item:nth-child(3) {
        width: 80%;
        margin: 10px auto;
        float: none;
    }

    .faq-div .wthree-special-heading p {}
    /*头部header*/
    .header-div{display: none;}
    .header-left{font-size: 2rem;width: 100%;}
    .header-div .container{display: block;align-items: center;height: auto;}
    .header-div .header-mid{width: 100%;}
    .header-mid .search-form{width: 100%;}

    /*banner  bubble*/
    .banner{overflow: hidden;width: 95%;height: auto;margin: auto;}
    .banner .bubble{
        float: left; margin: 2.5%; width: 45%!important;height: auto!important;background-size: 100% 100%!important;border-radius: 140px;aspect-ratio:1;position: relative;top: auto!important;left: auto!important;bottom: auto!important;transform: none!important;
    }
    .banner .bubble .bubble-img {
        position: absolute;width: 104%!important;height: 111%!important;border-radius: 150px;
    }

    .banner .banner-desc {position: relative;width: 100%;text-align: center;top: auto!important;transform: none!important;color: #102f48;font-family: Arvo;font-weight: 700;float: left;}
    .banner .banner-desc p:nth-child(1) {font-size: 20px;}

    /*popular location*/
    .popular-location .swiper-slide .popular-location-item a {
        white-space: nowrap;
        overflow: hidden;
        color: #000;
        font-family: Calibri;
        font-size: 16px;
        font-weight: 700;
    }

    /*faq*/
    .faq-div {padding: 0;width: 100%;height: auto;overflow: hidden;background: #f6fcfc;}
    .faq-div .faq-div-left {float: left;width: 100%;margin: 50px 0;}
    .faq-div .faq-div-right {float: left;width: 100%;height: auto;background: #fff;box-shadow: 0 0 20px #eee;margin: 20px 0 0 0;}

    /*week escort*/
    .escort-week .escort-week-girls {width: 100%;display: block;margin: 0 auto;}
    .escort-week .escort-week-girls .escort-week-item {width: 95%;height: auto;margin: 10px auto;position: relative;object-fit: cover;aspect-ratio:1.5;}
    .escort-week .escort-week-detail {width: 100%;margin: 10px auto;}
    .escort-week .escort-week-detail-item {width: 100%;height: auto;}
    .escort-week .escort-week-detail-item .swiper-slide {width: 100%;display: block;height: auto;}
    .escort-week .escort-week-detail-item .swiper-slide .escort-week-detail-info {width: 100%;aspect-ratio:auto;height: auto;background: #fdf7f7;padding: 10px 0;}

    /*new escort*/
    .new-escort .new-escort-div {width: 100%;margin: 0 auto;}
    .new-escort .new-escort-div .new-escort-girl-info {position: relative;display: flex;margin: 0 8px;}

    /*blog*/
    .blog-con {
        width: 100%;
        margin: 10px auto 50px auto;
        box-shadow: 0 0 10px #ddd;
        overflow: hidden;
        border-radius: 10px;
    }
    .blog-div .blog-item-left {
        float: none;
        width: 100%;
        position: relative;
    }
    .blog-div .blog-item-right {
        float: none;
        width: 100%;
        position: relative;
    }

    .w3-agile-footer .footer-title {
        padding-top: 10px;
        width: 100%;
        margin: 20px auto;
        font-weight: 700;
        border-top: 1px solid #e3e3e3;
        font-size: 24px;
        color: #577484;
        font-family: Calibri;
        text-align: center;
    }

    .owl-theme .owl-controls{display: none!important;}
}