/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
	margin:0;
	background:	#fff;
	font-family: "Microsoft YaHei" ! important;
}
h4, h5, h6,
h1, h2, h3 {
margin: 0;
font-family: "Microsoft YaHei";
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
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;
	text-decoration:none;

}
body a:hover{
	text-decoration:none;
}
/*-- to-top --*/
/*-- contact --*/
.contact{
	background:#253b50;
	padding-bottom:100px;
}
.contact-left{
    padding:100px 0 55px;
	float:left;
}
.contact-right {
    padding:100px 0 0px 60px;
	float:right;
}
.contact-left h2 ,.contact-right h3{
    font-size: 25px;
    color: #fff;
}
.contact-left p.para {
    color: #9caec2;
    line-height: 2.2em;
    font-size: 15px;
	padding-bottom:50px;
	border-bottom:1px solid #9caec2;
    margin-top: 30px;
}
.copy-right{
    color: #9caec2;
    font-size: 14px;
    margin-top: 50px;	
}
.copy-right a {
    color: #9caec2;
	text-decoration:none;
}
.copy-right a:hover {
	color:#FDA30E;
}
.strip{
    background: #00b4f9;
    width: 50px;
    height: 2px;
    margin-top: 20px;	
}
.contact-left {
    border-right: 1px solid #9caec2;
}
.contact-right input[type="text"], .contact-right input[type="email"] {
    border: 1px solid #fff;
    width: 38%;
    margin: 0 0 1.9em 0;
    outline: none;
    font-size: 13px;
    color: #fff;
    padding: 10px 12px;
    -webkit-appearance: none;
    background: none;
}
.contact-right input[type="submit"] {
    border: none;
    padding: 7px 0 9px;
    width: 22%;
    margin-top: 0px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background: #FDA30E;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}
.contact-right input[type="submit"]:hover{
	background: #00A4E4;
}
.contact-right form{
	margin-top:35px;
}
ul.con-icons li {
    color: #9caec2;
    list-style-type: none;
    font-size: 14px;
	display:inline-block;
	margin-right:10px;
}
ul.con-icons li span {
    top: 3px;
    font-size: 18px;
    margin-right: 9px;
}
ul.con-icons li a {
    color: #9caec2;	
	text-decoration:none;
}
ul.con-icons li a:hover {
	color:#FDA30E;
}
ul.con-icons{
	margin:30px 0;
}
.fb_icons{
	margin-bottom:40px;
}
.fb_icons  li{
	list-style-type:none;
	display:inline-block;
	margin:0 2px;
	overflow:hidden;
	height:32px;
}
.fb_icons li a{
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #9caec2;
}
.fb_icons  li a.fb{
    background: url(../images/social.png) no-repeat -48px -7px;
}
.fb_icons  li a.twit{
    background: url(../images/social.png) no-repeat -7px -7px;
}
.fb_icons  li a.goog{
    background: url(../images/social.png) no-repeat -88px -7px;
}
.fb_icons li a.pin{
    background: url(../images/social.png) no-repeat -130px -7px;
}
.fb_icons li a.drib{
    background: url(../images/social.png) no-repeat -171px -7px;
}
/*-- //contact --*/




 /*-- w3layouts --*/


/*-- header-bottom--*/
.navbar-nav {
    float: right;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-default {
    background: none;
    border: none;
}
 /*-- agileits --*/
.navbar {
    position: relative;
    min-height: inherit;
    margin-bottom: 0;
}
.navbar-default .navbar-brand {
    color: #FDA30E;
    font-size: 32px;
    text-decoration: none;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #FDA30E;
    background-color: transparent;
}
.nav > li > a {
    padding: 10px 17px !important;
}
.logo h1 a span{
	color:#000;
}
.logo h1 a,.logo h1 a:hover{
    color: #FDA30E;	
	text-decoration:none;	
}
.logo h1 a i{
    background: url(../images/clinic.png) no-repeat 0px 0px;
	width:32px;
	height:32px;
	display:inline-block;	
}
/*-- nav-hover --*/
.menu__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
    margin: 8px 0 0 0;
}
.menu__item {
	display: block;
	margin:0;
}
.menu__link {
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	 /*-- w3layouts --*/
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

.menu--horatio .menu__item {
	color: #4e3c3e;
    margin: 0 8px;
}

.menu--horatio .menu__item {
	position: relative;
	-webkit-transition: color .25s;
	transition: color .25s;
}
.menu--horatio .menu__item a {
	position: relative;
}
li.menu__item.menu__item--current a.menu__link {
    color: #000;
}
.menu--horatio .menu__item::before,
.menu--horatio .menu__item::after,
.menu--horatio .menu__item a::before,
.menu--horatio .menu__item a::after {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid currentColor;
}
.menu--horatio .menu__item::before {
	border-width: 0 0 0 2px;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu--horatio .menu__item::after {
	border-width: 0 2px 0 0;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
 /*-- agileits --*/
.menu--horatio .menu__item a::before,
.menu--horatio .menu__item a::after {
	z-index: 2;
}
.menu--horatio .menu__item a::before {
	border-width: 2px 0 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.menu--horatio .menu__item a::after {
	border-width: 0 0 2px;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.menu--horatio .menu__item--current::before,
.menu--horatio .menu__item--current::after,
.menu--horatio .menu__item:hover::before,
.menu--horatio .menu__item:hover::after,
.menu--horatio .menu__item--current a::before,
.menu--horatio .menu__item--current a::after,
.menu--horatio .menu__item:hover a::before,
.menu--horatio .menu__item:hover a::after {
	content: '';
	border-color:#2796de;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::before,
.menu--horatio .menu__item:not(.menu__item--current):hover::after,
.menu--horatio .menu__item:not(.menu__item--current):hover a::before,
.menu--horatio .menu__item:not(.menu__item--current):hover a::after {
	-webkit-animation: horatio-anim .6s ease-in-out;
	animation: horatio-anim .6s ease-in-out;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::before {
	-webkit-animation-delay: -.45s;
	animation-delay: -.45s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover a::before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::after {
	-webkit-animation-delay: -.15s;
	animation-delay: -.15s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover a::after {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

@-webkit-keyframes horatio-anim {
	0%, 33% {
		opacity: 0;
		-webkit-transform: rotate(45deg) scale(1.5);
		transform: rotate(45deg) scale(1.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes horatio-anim {
	0%, 33% {
		opacity: 0;
		-webkit-transform: rotate(45deg) scale(1.5);
		transform: rotate(45deg) scale(1.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.header-bottom {
    padding: 20px 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
}

/*-- //nav-hover --*/
/* General link styles */
.link {
	outline: none;
	text-decoration: none;
	position: relative;
	line-height: 1;
	display: inline-block;
}
/* Nukun */


/*-- //header-bottom--*/
/*-- Slider Part starts Here --*/
#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.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%;
  left: 0;
  top: 0;
}
.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);
	top: 61%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
a.callbacks_nav.callbacks1_nav.prev {
	background: transparent url("../images/themes.png") no-repeat 0px 0px;
  left: -3.1%;
}
.callbacks_nav.next {
	background: transparent url("../images/themes.png") no-repeat -46px 0px;
  left: 100%;
}
#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span{
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a {
  padding: 0;
}
#slider3-pager li, #slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 87%;
    z-index: 999;
    left: 42.5%;
    padding: 0;
    margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
    top: 107%;
    left: 0%;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
}


.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
    height: 6px;
    width: 48px;
  display:inline-block;
  background: #ccc;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	background: #00a4e4;	
}
a.callbacks_nav.callbacks2_nav.prev {
background: transparent url("../images/2.png") no-repeat left top;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.next{
background: transparent url("../images/2.png") no-repeat -29px 0px;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.prev {
left: 86% !important;
top: 9%;
}
a.callbacks_nav.callbacks2_nav.next {
right: 0% !important;
top: 9%;
}
/*-- Slider part Ends Here --*/

/*-- banner --*/
.banner1{
    background: url(../images/banner3.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;		
}
.banner2{
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;		
}

.banner3{
    background: url(../images/banner1.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;		
}

.banner4{
    background: url(../images/banner4.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;		
}
.banner-info,.banner-info2 {
    margin-top: 11em;
}
.banner-info h3,.banner-info2 h3 {
    color: #00A4E4;
    font-size: 35px;
    line-height: 1.5em;
}
.banner-info h3 span,.banner-info2 h3 span {
    display: block;
}
/* Outline Out */
.hvr-outline-out {
    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;
    background: #2796de;
    padding: 11px 19px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #2796de solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  color:#fff !important;
}
.hvr-outline-out:hover:before,.hvr-outline-out:focus:before,.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;

}
.hvr-outline-out:hover{
  color:#fff !important;	
}
.banner-info p {
    font-size: 14px;
    color: #464646;
    line-height: 2.2em;
    width: 54%;
    margin: 15px 0 34px;
}
.banner-info2 p{
    font-size: 14px;
    color: #fff;
    line-height: 2.2em;
    margin: 30px 0 45px;	
}
/*-- //banner --*/
/*-- content --*/
.content_left ul li{
	list-style-type:none;
	color:#464646;
	line-height:2.5em;
    text-indent: 2em;
}
.content_left ul li a{
    color: #fff;
    text-decoration: none;
    background: url(../images/ar1.png) no-repeat 0px 2px;
    padding-left: 36px;	
}
.content_left ul li a:hover {
    padding-left: 44px;
}
.content_left h3 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 30px;
    text-align: center;
}
.welcome {
    background: #00A4E4;
    min-height: 425px;
}
.content_right {
    padding-top: 77px;
}
.welcome,.content_middle{
    padding-top: 57px;
}

.content_middle h3{
    color: #00A4E4;
    font-size: 27px;
    margin-bottom: 30px;
    text-align: center;		
}
.content_middle input[type="text"],.content_middle select{
	background:none;
	color:#999;
	border:1px solid #00A4E4;
	outline:none;
	width:100%;
	margin-bottom:15px;
	padding:8px 10px;	
}
.content_middle input[type="submit"]{
	background:#FDA30E;
	padding:10px 20px;
	font-size:16px;
	color:#fff;	
	border:none;
	outline:none;
}
.content_middle input[type="submit"]:hover{
	background:#00A4E4;
}
/*-- //content --*/





/*-- shortcodes --*/



/*-- responsive media queries --*/

@media (max-width: 1440px){

}
@media (max-width: 1366px){
	
}
@media (max-width: 1280px){
	
}
@media (max-width: 1080px){
	.map iframe {
		min-height: 320px;
	}
	.page_head {
		min-height: 187px !important;
	}
	.callbacks_tabs {
		left: 38.5%;
	}
	.content_left h3,.content_middle h3 {
		font-size: 22px;
	}
	.content_left ul li {
		text-indent: 1em;
	}
	.content_left ul li a {
		padding-left: 20px;
	}
	.content_left ul li a:hover {
		padding-left: 26px;
	}
	.content_middle input[type="text"], .content_middle select {
		font-size: 13px;
	}
	.content_middle input[type="submit"] {
		padding: 8px 10px;
		font-size: 14px;
	}
	.welcome, .content_middle {
		padding-top: 40px;
	}
	.welcome {
		min-height: 380px;
	}
	.content_right {
		padding-top: 98px;
	}
	.capabil_grid2 ,.capabil_grid1,.capabil_grid3,.capabil_grid4{
		font-size: 54px;
	}
	.contact {
		padding-bottom: 72px;
	}
	.contact-left {
		padding: 72px 0 55px;
	}
	.contact-right {
		padding: 72px 0 0px 45px;
	}
	.choose-grid h4 {
		font-size: 18px;
	}
	.choose-grid:nth-child(2) {
		margin: 14px 0 0 0;
	}
	.choose-grid p {
		margin-top: 1em;
	}
	p.para_abt {
		font-size: 20px;
	}
	.services,.ind-team,.capacity,.map_contact, .typrography, .gallery, .about-page,.testimonials {
		padding: 72px 0;
	}
	.testimonials-grid2:before {
		top: -6.5%;
	}
	.info-gal-con h4 {
		font-size: 22px;
		margin-bottom: 16px;
	}	
}
@media (max-width: 1024px){
	.banner2,.banner1 {
		min-height: 665px;
	}
	.banner-info, .banner-info2 {
		margin-top: 6em;
	}
	.banner-info h3, .banner-info2 h3 {
		font-size: 27px;
	}
	.banner-info p {
		font-size: 13px;
		width: 62%;
	}
	.banner-info2 p,.content_left ul li,.services_left p.ser-para,.list-left p,.ser-bottom h5,.contact-left p.para,ul.con-icons li,.copy-right,.capil_text p,.ind-gds p,.choose-grid p,.testimonials-grid2 p,.info-gal-con p,.contact-left-map p{
		font-size: 13px;	
	}
	.banner2, .banner1 {
		min-height: 499px;
	}
	.content_left ul li {
		line-height: 2.7em;
	}
	.contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea, .contact-grid input[type="password"] {
		font-size: 13px;
		padding: 8px 10px;
	}
	.contact-list li{
		font-size: 13px;
	}
	.contact-grids {
		margin-bottom: 72px;
	}	
}
@media (max-width: 991px){
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}
	.nav > li > a {
		padding: 7px 12px !important;
	}
	.logo.grid a {
		font-size: 31px;
	}
	
	.header_left ul li {
		padding: 16px 13px;
	}
	.hvr-outline-out {
		padding: 8px 14px;
		font-size: 13px;
	}
	.callbacks_tabs a:after {
		height: 4px;
		width: 33px;
	}
	.content_left,.content_middle {
		float: left;
		width:50%;
	}
	.content_right{
		float:none;
		width:50%;
		margin:0 auto 30px;
	}
	.content_right {
		padding-top: 72px;
	}
	.content_left ul li {
		text-indent: 2.1em;
	}
	.services_left {
		padding: 0;
	}
	.services_right {
		margin-top: 74px;
	}
	.services_left p.ser-para {
		margin: 17px 0 21px;
	}
	.ser-bottom {
		margin-top: 18px;
	}
	.ser-bottom p {
		margin-top: 12px;
	}
	.ind-gds {
		float: left;
		width: 33.333%;
		padding: 0 10px;
	}
	.capabil_grid1,.capabil_grid2,.capabil_grid3,.capabil_grid4 {
		float: left;
		width: 25%;
		padding: 0 10px;
	}
	.capil_text {
		padding-top: 35px;
		width: 150px;
		height: 150px;
	}
	.capabil_grid2, .capabil_grid1, .capabil_grid3, .capabil_grid4 {
		font-size: 34px;
	}
	.contact-left ,.contact-right{
		width: 50%;
	}
	.contact-left p.para {
		padding-bottom: 33px;
		padding-right: 9px;
	}
	.copy-right {
		margin-top: 36px;
		padding-right: 9px;
		line-height: 1.8em;
	}
	.contact-right input[type="text"], .contact-right input[type="email"] {
		width: 100%;
		margin: 0 0 1em 0;
		padding: 7px 12px;
	}
	.fb_icons {
		margin-bottom: 24px;
	}
	ul.con-icons {
		margin: 23px 0;
	}
	.contact-right form {
		margin-top: 17px;
	}
	.contact-right input[type="submit"] {
		padding: 6px 0 6px;
		width: 27%;
		font-size: 15px;
	}
	.contact-left h2, .contact-right h3 {
		font-size: 22px;
	}
	.contact-right {
		padding: 72px 0 0px 29px;
	}
	.about_img img {
		width: inherit;
	}
	.choose-grid h4 {
		font-size: 20px;
	}
	.about_img {
		padding: 0;
	}
	.about_img_left {
		margin-top: 35px;
	}
	p.para_abt {
		font-size: 17px;
		margin-top: 25px;
	}
	.testimonials-grid {
		float: left;
		width: 50%;
		padding: 0 6px;
	}
	.testimonials-grid1 img {
		width: 32%;
		margin: 0 auto;
	}
	.testimonials-grid1 p {
		font-size: 1.3em;
	}
	.baner-top {
		float: left;
		width: 50%;
		padding: 0 10px;
	}
	.ban-mar {
		margin: 25px 0 0;
	}
	.baner-top:nth-child(7),.baner-top:nth-child(8) {
		margin-top: 25px;
	}
	.contact-grid,.contact-left-map {
		float: left;
		width: 50%;
	}	
}
@media (max-width: 800px){
	h3.tittle {
		font-size: 34px;
	}
	.map iframe {
		min-height: 250px;
	}
	.header_left ul li,.login ul li {
		font-size: 13px;
	}
	.contact-grids {
		margin-bottom: 51px;
	}	
}
@media (max-width: 768px){
	
}
@media (max-width: 767px){
	ul.nav.navbar-nav.menu__list {
		width: 100%;
	}

	.menu--horatio .menu__item {
		margin: 7px 0;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #2796de;
	}
	.navbar-default .navbar-toggle {
		border-color: #000;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: none;
	}
	.menu--horatio .menu__item--current::before, .menu--horatio .menu__item--current::after, .menu--horatio .menu__item:hover::before, .menu--horatio .menu__item:hover::after, .menu--horatio .menu__item--current a::before, .menu--horatio .menu__item--current a::after, .menu--horatio .menu__item:hover a::before, .menu--horatio .menu__item:hover a::after {
		content: initial;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
		border: 2px solid transparent;
		text-align:center;
	}
	.navbar-default .navbar-nav > li > a:hover {
		border: 2px solid #2796de;
	}
	li.menu__item.menu__item--current a.menu__link {
		border: 2px solid #2796de;
	}
	.contact-grid, .contact-left-map {
		padding: 0 10px;
	}
	.contact-list {
		margin: 1.5em 0 0;
	}
	.page-header h1 {
    
    font-size: 24px;

}
.phone{ padding-bottom:15px;}
}
@media (max-width: 667px){
	.banner-info p {
		width: 77%;
		margin: 9px 0 15px;
	}	
	.header_left ul li {
		padding: 11px 6px;
	}
	.header_left {
		float: left;
		width: 56%;
	}
	.login ul li {
		margin: 9px 6px 0 0;
	}
	.page_head {
		min-height: 127px !important;
	}
	.contact-grid, .contact-left-map {
		padding: 0;
		width: 100%;
	}
	.contact-grids {
		margin-bottom: 0px;
	}
	.contact-left-map {
		margin: 30px 0;
	}
	.contact-right {
		float: left;
		width: 100%;
	}
	.contact-left{
		float: right;
		width: 100%;
	}
	.contact-left {
		border: none;
	}
	.contact-left {
		padding: 45px 0 0px;
	}
	
	.contact-right input[type="text"], .contact-right input[type="email"] {
		width: 35%;
	}
	.contact-right input[type="submit"] {
		padding: 6px 0 8px;
	}
	.contact-right input[type="text"], .contact-right input[type="email"] {
		margin: 0 0 0em 0;
	}
	.callbacks_tabs {
		left: 36.5%;
	}
	.capil_text {
		padding-top: 25px;
		width: 130px;
		height: 130px;
	}
	.capabil_grid2, .capabil_grid1, .capabil_grid3, .capabil_grid4 {
		font-size: 31px;
	}
	.contact-right {
		padding: 72px 0 0px 0px;
	}
	.copy-right{
		text-align:center;
	}
}
@media (max-width: 640px){
	.banner-info h3, .banner-info2 h3 {
		font-size: 20px;
	}
	.banner-info2 p {
		line-height: 2em;
		margin: 12px 0 26px;
	}
	.banner-info h3 span, .banner-info2 h3 span {
		display: inline-block;

	}
	.banner-info h3, .banner-info2 h3 {
		width: 75%;
	}
	.banner-info2 h3 {
		margin:0 auto;
	}
	.banner-info p {
		width: 100%;
	}
	.banner2, .banner1, .banner3,.banner4 {
		min-height: 384px;
	}
	.banner-info, .banner-info2 {
		margin-top: 5em;
	}
	.content_left ul li {
		text-indent: 1em;
	}
	.services_left h3,.ind-team h3,h3.tittle,.capacity h3 {
		font-size: 28px;
	}
	.ind-gds {
		float: none;
		width: 50%;
		padding: 0;
		margin: 0 auto;
	}
	.testimonials-grid1 img {
		width: 43%;
	}
	.about_img img {
		width: 100%;
	}
}
@media (max-width: 600px){
	.header_left {
		float: left;
		width: 59%;
	}
	.mfp-close {
		right: 14px;
	}
	.modal-dialog {
		width: 454px;
	}	
	.content_left,.content_middle{
		width: 61%;
		float: none;
		margin: 0 auto;
	}
	.content_middle {
		padding-bottom: 40px;
	}
	.services_right {
		padding: 0;
	}
	.list-left {
		padding: 0 11px;
	}
	.capabil_grid1, .capabil_grid2, .capabil_grid3, .capabil_grid4 {
		float: left;
		width: 50%;
	}
	.capil_text {
		padding-top: 36px;
		width: 145px;
		height: 145px;
	}
	.capabil_grid3, .capabil_grid4{
		margin-top:30px;
	}
	.testimonials-grid2:before {
		top: -4.5%;
	}
	.callbacks_tabs a:after {
		width: 27px;
	}
	.baner-top {
		float: none;
		width: 56%;
		padding: 0px 0px;
		margin: 0 auto 25px !important;
	}
}
@media (max-width: 568px){
	.header_left {
		float: left;
		width: 100%;
		text-align: center;
	}
	.header_left ul li {
		padding: 11px 15px;
	}
	.login {
		float: none;
	}
	.header_right {
		float: left;
		width: 100%;
		text-align: center;
		padding: 13px 0;
		border-top: 1px solid #7ECCEA;
	}
	.login ul li {
		margin: 0px 6px 0 0;
	}
	.banner-info h3, .banner-info2 h3 {
		width: 80%;
	}
	.baner-top {
		width: 63%;
	}	
	h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
		font-size: 18px;
	}

}
@media (max-width: 480px){
	.map iframe {
		min-height: 207px;
	}
	.contact-grid textarea {
		min-height: 135px;
	}
	.contact-grid input[type="submit"] {
		font-size: 16px;
		padding: 10px 0px;
	}	
	.content_right,.content_left, .content_middle {
		width: 73%;
	}
	.banner-info, .banner-info2 {
		margin-top: 3em;
	}
	.banner-info h3, .banner-info2 h3 {
		width: 100%;
	}
	.banner-info p {
		line-height: 2em;
	}
	.callbacks_tabs {
		left: 33.5%;
	}
	.list-left h4 {
		margin: 20px 0 8px;
	}
	.list-left {
		float: left;
		width: 100%;
		padding:0;
		margin-bottom: 25px;
	}
	.no_marg {
		margin-top: 0px;
	}
	.list-left:nth-child(4){
		margin:0;
	}
	.ind-gds {
		width: 72%;
	}
	.testimonials-grid {
		float: left;
		width: 100%;
		padding: 0;
	}
	.testimonials-grid1 img {
		width: 28%;
	}
	.testimonials-grid:nth-child(2) {
		margin-top: 30px;
	}
	p.para_abt {
		font-size: 14px;
	}
	.baner-top {
		width: 74%;
	}
	.ind-gds:nth-child(3){
		margin:25px auto;
	}

}
@media (max-width: 414px){
	.logo.grid a {
		font-size: 27px;
	}
	.logo h1 a i {
		width: 21px;
		height: 21px;
		background-size: 100% !important;
	}
	.banner-info h3, .banner-info2 h3 {
		font-size: 17px;
	}
	.banner-info2 p ,.banner-info p{
		line-height: 1.8em;
	}
	.navbar-toggle {
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.content_right {
		width: 100%;
		padding: 50px 0 0 0;
	}
	.content_left, .content_middle {	
		width: 100%;
		padding:0;
	}
	.content_left ul li {
		text-indent: 3em;
	}
	.content_left ul li a:hover {
		padding-left: 39px;
	}
	.content_left ul li a {
		padding-left: 36px;
	}
	.content_middle{
		margin:50px 0;
	}
	.banner-info p,.banner-info2 p{
		font-size:12px;
	}	
	.banner2, .banner1 {
		min-height: 322px;
	}
	.banner-info2 p {
		margin: 7px 0 13px;
	}
	.banner-info p {
		margin: 6px 0 11px;
	}
	.callbacks_tabs {
		left: 31.5%;
	}
	.services, .ind-team, .capacity, .map_contact, .typrography, .gallery, .about-page, .testimonials {
		padding: 50px 0;
	}
	.ind-gds {
		width: 100%;
	}
	.contact-left {
		padding: 50px 0 0px;
	}
	.contact {
		padding-bottom: 50px;
	}
	.contact-left h2, .contact-right h3 {
		font-size: 20px;
	}
	.ser-bottom h5{
		font-size: 14px;
	}
	.baner-top {
		width: 100%;
	}
	.modal-dialog {
		width: 326px;
	}
	.modal-body {
		padding: 15px 21px 30px;
	}
	.login-right input[type="text"], .login-right input[type="password"], .login-bottom input[type="text"], .login-bottom input[type="password"] {
		padding: 6px 10px;
		font-size: 13px;
	}
	.login-grids p {
		line-height: 1.8em;
	}
	.login-right h3, .login-bottom h3 {
		font-size: 18px;
	}
	.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 5px 12px;
	}
	.ui-datepicker {
		width: 59.7%;
	}
	.contact-right {
		padding: 50px 0 0px 0px;
	}
}
@media (max-width: 384px){
	.header_left ul li {
		padding: 11px 10px;
	}
	.login_pop input[type="text"] {
		font-size: 1em;
	}
	.header-bottom {
		padding: 8px 0;
	}
	.navbar-toggle {
		margin-top: 8px;
	}
	.banner-info h3, .banner-info2 h3 {
		font-size: 16px;
	}
	.hvr-outline-out {
		padding: 5px 5px;
	}
	.hvr-outline-out:before {
		border: #2786de solid 2px;
	}
	.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px;
	}
	.callbacks_tabs {
		top: 90%;
	}
	.callbacks_tabs a:after {
		width: 24px;
	}
	.choose-grid h4 {
		font-size: 19px;
	}
	h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
		font-size: 16px;
	}
	.page_head {
		min-height: 96px !important;
	}
	.contact-grid textarea {
		min-height: 114px;
	}
	.contact-right input[type="text"], .contact-right input[type="email"] {
		width: 100%;
	}
	.contact-right input[type="text"], .contact-right input[type="email"] {
		margin: 0 0 1em 0;
	}	
}
@media (max-width: 375px){
	.ui-datepicker {
		width: 64.7%;
	}	
}
@media (max-width: 320px){
	.header_left ul li, .login ul li {
		font-size: 12px;
	}
	.header_left ul li {
		padding: 11px 5px;
	}
	.header_left ul li span {
		margin-right: 4px;
	}
	.navbar-toggle {
		padding: 7px 7px;
	}
	.capabil_grid1, .capabil_grid2, .capabil_grid3, .capabil_grid4 {
		float: left;
		width: 100%;
	}
	.capabil_grid2 {
		margin-top: 30px;
	}
	.content_left ul li {
		text-indent: 1em;
	}
	.content_left ul li a {
		padding-left: 25px;
	}
	.content_left ul li a:hover {
		padding-left: 32px;
	}
	.banner-info, .banner-info2 {
		margin-top: 2em;
	}
	.banner-info h3, .banner-info2 h3 {
		font-size: 14px;
	}
	.content_left ul li {
		line-height: 2.2em;
	}
	.content_left h3 {
		margin-bottom: 18px;
	}
	.welcome {
		min-height: 310px;
	}
	.ui-datepicker {
		width: 71.7%;
	}
	ul.con-icons li {
		margin-right: 7px;
	}
	ul.con-icons li span {
		margin-right: 6px;
	}
	.modal-dialog {
		width: 285px;
	}
	.login-right h4, .login-bottom h4 {
		font-size: 13px;
	}
	.modal-body {
		padding: 0px 18px 13px;
	}
	.modal-dialog {
		margin: 70px auto 0;
	}
	.testimonials-grid1 img {
		width: 37%;
	}
	.pagination-lg > li > a, .pagination-lg > li > span {
		padding: 5px 9px;
	}
	.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: 10px !important;
	}
	.baner-top a {
		padding: 6px 6px;
	}
	.separator {
		margin: 3px auto;
	}
	.services_left h3, .ind-team h3, h3.tittle, .capacity h3 {
		font-size: 26px;
	}
	.map iframe {
		min-height: 177px;
	}	
}
/*-- responsive media queries --*/
.p_over{
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2; 
}
.p_over4{
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3; 
  text-indent: 2em;
}
.p_over1{
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:1; 
}
.p_over3{
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4; 
  margin: 10px 0;
}
.p_over2{
  text-align: center;  
  font-size: 18px;
}
.beian_a a{
color:#ffffff;
}
.min-height{
  min-height: 500px;
}
.w-60{
  width: 60%;
}
.customer .col-md-2{
  width: 20% ;
}
 
 .con_box{
      padding: 20px 0;
 }

 


/* fixediv */
.gonggao{ font-size:12px; padding:0 10px;}
.gonggao_title { text-align:center; margin:5px 0 5px 0; color:#C00; font-size:12px; font-weight:600; margin-top:10px; margin-bottom:15px;}
.gonggao_title a{color:#C00;}
.gonggao_body { line-height:20px; margin-bottom:40px; margin-top:15px; margin-left: 10px;  margin-right: 10px;font-size:12px;}
.gonggao_sm { text-align:right; margin-bottom:5px;}
.gonggao_data { text-align:right; }
.fixediv{position:fixed;z-index:9999;height:330px;width:350px;bottom:150px;right;0px;}
*html .fixediv{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin:140px 0 0 0;}
.fixediv-l{right:0px; border:1px solid #09F;background:#fff;}
.fixediv-r{right:0px;}
.fixediv .btn{height:30px;text-align:right;line-height:20px;overflow:hidden;font-size:18px;padding-right:10px;}

.tj_lm h3{
  background-color:#33a3d7;
  color:#ffffff;
  font-size:24px;
  line-height:48px;
  border-radius:5px;
  text-indent:1em;
}
.tj_lm ul li{
    font-size:16px;
    line-height:24px;
    text-align:left;
    margin:10px 0;
}
.tj_lm ul li img{
  width:100%;
  max-width:100%;
}