/*
Awesome Template

*/

body
	{
 		background: #303030;
 		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	background: #ffffff;
	}

a {
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #8A8A8A;
	text-decoration-line: none;
}

a:hover {
	color: #0FF;
	text-decoration-line: none;
}
#servie1 {display: none}
/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}
h2 span
	{
		font-size: 38px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
		font-weight: bold;
	}
.contz_h1{
	font-size: 16px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	letter-spacing: 10px;
	-webkit-background-clip: text;
}
.contz_h2{
	font-size: 16px;
	font-family: Source Han Sans CN-Light, Source Han Sans CN;
	font-weight: 300;
	color: #000000;
	line-height: 40px;
	-webkit-background-clip: text;
}
/* end h2 */
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
	margin-top: 30px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px;
  	}
.sk-spinner-wave div
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;

    }
.sk-spinner-wave .sk-rect2
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s;
      }
.sk-spinner-wave .sk-rect3
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s;
     }
.sk-spinner-wave .sk-rect4
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s;
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 16px;
		height: 70px;
		color: #ffffff;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}
.navbar-default .navbar-nav > li > a{
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a.current {
	color: #ffffff;
}
.templatemo-nav {
	background: url("../images/banner.png");
	border-radius: 0;
	width: 100%;
	z-index: 1000;
}
.sticky {
	position: fixed;
	left: 0;
	top: 0;
}
/* en
d navigation */

/* start home */
#home
	{
		background: url('../images/banner.png') no-repeat;
		background-size: cover;
		padding-top: 228px;
		padding-bottom: 100px;
		min-height: 1300px;
	}
#home h1
	{
		font-weight: 300;
		font-size: 62px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
#bounceInss{color: #333333;font-size: 18px;font-weight: bold;margin-left: 10px;padding-top: 190px;text-align: initial}
#bounceInss span {text-align: initial}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
/*#service .col-md-4:hover*/
/*	{*/
/*		background: #505050;*/
/*	}*/
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb,
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #FFFFFF;
		color: #333333;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #28a7e9;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #28a7e9;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		height: 100px;
		padding-top: 30px;
	}
#contact address .address-title
	{

		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #ababb7;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
.addres_text span{
	line-height: 45px;
}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0 20px 0 0;
		text-align: end;

	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #ababb7;
		border-radius: 2px;
		color: #ababb7;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
		border-radius: 50%;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.core_two{color: #333333;font-size: 18px;font-weight: bold;margin-left: 10px;}
.apply{
	width: 245px;
	height: 73px;
	background: #FFFFFF;
	border-radius: 16px;
	margin-top: 30px;
	opacity: 1;
	border: 1px solid #0D13D7;
}
.apply span{color: #707070;font-size: 24px;line-height: 70px;margin-left: 35px}
#team1{
	background: url("../images/backdrop.png");
	height: 370px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-top: 55px;
	color: #333333;
}
.function{
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	margin-top: 15px;
}
.icon_tem{color: #FFFFFF;font-size: 60px}
.row_list{max-width: 1400px;margin: 0 auto;}
.row_item_l{text-align: center;padding: 0 !important;}
.row_item{display: flex;justify-content: center;color: #FFFFFF;margin-bottom: 55px}
.row_item_h1{margin-left: 25px;width: 280px}
.row_item_h1 h1{
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: initial;
	}
.abbreviation{
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #DDDDDD;
	margin-left: 13px;
}
.row_item_h1 div{
	flex: 1;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #DFDFDF;
	text-align: initial;
}
.functions{font-size: 20px;font-family: Source Han Sans CN-Bold, Source Han Sans CN;font-weight: bold;color: #2A2A2A;text-align: center}
.rotw_top{margin-top: 55px}
.row_list{color: #333333}
.row_list_top{margin-top: 100px}
.framework{
	font-size: 58px;
	color: #1453FF;
}
.title {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #2A2A2A;
}
.garden_margin{margin: 10px 0 8px 0 }
.garden{
	width: 18px;
	height: 18px;
	background: #1453FF;
	opacity: 1;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	margin:0 auto;
	display: inline-block;
}
.row_item_s{margin-left: 15px}
.row_item_s h1{color: #1453FF;font-size: 22px;font-weight: 500}
.row_item_s div{color: #363636;font-size: 12px;}
.row_item_s div:hover{
	color: #1453FF;
}
.foee_befor{transition: 0.8s;cursor: pointer}
.fore_hover:hover{
	color: #1453FF;

}
.fore_hover:hover::before{
	height: 100%;
}
.fore_hover::before{
	content: "";
	position: absolute;
	left: 0;;
	width: 100%;
	height: 0;
	background: rgba(20,83,252,0.3);
	z-index: -1;
	transition: 0.8s;
}
.fore_hover::before{
	top: 0;
	border-radius: 1%;
}
.row_lists{
	max-width: 1280px;
	margin:0 auto;
}
.new_top{
	cursor: pointer;
	margin-bottom: 20px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;

}
.new_top:hover{
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}
.new_lst{display: flex;width: 99.5%;background: #ffffff;}
.new_list{margin-left: 15px;
	position: relative;
}
.new_list div{color: #333333;position: absolute;right: 5px;bottom: 5px}
.new_list h4{font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #2D2D2D;}
.new_list span{
	font-size: 14px;
	font-family: Source Han Sans CN-Light, Source Han Sans CN;
	font-weight: 300;
	color: #2D2D2D;
}
.new_img img{width: 188px;height: 145px}
.new_more{
	width: 185px;
	height: 53px;
	color: #333333;
	background: #F3F3F3;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	text-align: center;
	margin-bottom: 20px;
	float: right;
	cursor: pointer;
}
.new_more span img{height: 53px}
.server_lisst{background: #FFFFFF;margin-bottom: 20px}
.success_list{color: #eeeeee;text-align: center;background: #eeeeee}

.success_images{
	background: #eeeeee;
	cursor: pointer;
	margin-bottom: 20px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.success_images:hover{
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}
.success_i{background: #eeeeee}
.success_imgs{width: 50%;float: right}
.addres_txt{margin-right: 20px}
.addres_text{display: flex;font-size: 14px}
.add_title{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	margin-right: 25px;
}
.add_title img{
	margin-right: 13px;
}
.addres_text{}
.address_title_flex{display: flex;font-size: 13px}
@media (max-width: 991px) {

	#bounceInss span{font-size: 18px;}
	.contz_h2{font-size: 12px;margin-top:0;line-height: 20px}
	.apply{height: 36px;text-align: center;}
	.apply span{line-height: 36px;font-size: 14px;margin-left:0}

	.pply_img{height: 36px;float: none!important;}
	.apply_img{height: 36px;float: none!important;}
	.abbreviation{font-size: 14px!important;}
}
/* end social icon */
@media (min-width: 992px) {
	.col-md-1 {
		width: 12.5%;
		text-align: center;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {padding: 0px 8px;}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

}
.home_h2{text-align: center;font-size: 27px}
.home_h2_title{text-align: center;font-size: 19px}
.addres_text{margin-right: 15px}
.icon_item{
	font-size: 80px;
	color: #1453FF;
}
/* end 360 media quires */
@media (min-width: 768px) {
	.col-sm-3 {
		width: 12.5%;
	}
}

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {

	#home
		{

			padding-top: 40px;
			padding-bottom: 60px;
			background: url(../images/banner.png) no-repeat;
			background-size: cover;

			padding-bottom: 100px;
			min-height: 710px;
		}
	#home h1
		{
			font-size: 52px;
		}
	.index_title{padding-top: 40px}
	.navbar-header img{width: 70%}
	.navbar-toggle{padding: 8px 9px}
	.contz_h2{line-height: 24px}
	.home_h2_title{line-height: 24px}
	.templatemo-nav {
		background: url("../images/banner.png");
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 55px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {

		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	#bounceInss{padding-bottom: 10px}
	.apply{width: 100%;height: 50px;text-align: center}
	.apply span {line-height: 50px;margin-left: 0;font-size: 18px}
	.apply img{height: 50px;padding-bottom: 6px}
	.contz_h1{font-size: 14px;line-height: 24px}
	a:hover{color: #333}
	.shuxian{display: none}

}
@media (min-width:1920px){
	.container{width:1903px}
}
/* end 768 media quires */

@media (min-width: 767px) {

	.images{text-align: center}
	.garden_margin{text-align: center}
	.title{text-align: center}

}
@media only screen and (max-width: 767px) {
	.images{text-align: center}
	.garden_margin{text-align: center}
	.title{text-align: center}
}

@media (max-width:766px) {
	#home h1{font-size: 26px}
	#home h2{font-size: 14px}
	#bounceInss{color: #333333;font-size: 18px;font-weight: bold;margin-left: 10px;padding-top: 10px}
	#bounceInss span{font-size: 24px}
	.abbreviation {font-size: 16px!important;}
	.col-xs-6 col-sm-3 bmch{padding-bottom: 15px}
	.contz_h2{line-height: 20px;font-size: 14px}
	h2 {
		padding-top: 0px
	}

	.row{width: 100%;margin-left: 0}
	.row row_lists{width: 100%}
	.col-xs-6{width: 100%;padding: 0;}
	.new_lst{height: 100px}
	.new_img img {width: 150px;height: 100px;}
	.new_list h4 {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		padding-right: 5px;
	}
	.new_list span{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 12px;
		padding-right: 5px;
	}
	.new_list div{font-size: 12px}
	.success_images img{width: 100%}
	.addres_text{display: block;}
	.addres_txt{margin-bottom: 15px}
	.address_title_flex{display: block}
	.bmch{width: 50%;padding-bottom: 15px}

	h2 span{
		font-size: 34px;
	}
	#team1{height: 786px;margin-top: 35px}
	#team1 .row_item{margin-bottom: 30px}
	.rotw_top{margin-top: 35px}
	.contz_h2 {line-height: 24px}
	.apply_two{margin-bottom: 35px}
	.img-responsive{margin-bottom: 35px}
	.row_list_top{margin-top: 35px}
	.images img{width: 22%}
	.pt_ys{font-size: 24px}
	.row_item{justify-content: initial;padding-left: 45px}
	.news{font-size: 24px}
	.social-icon{display: none}
	.addres_txt{margin-right: 0}
	.addres_txts{display: inline-block;width: 100%}
	#contact address{margin-top: 50px!important;}
	.lx_our{margin-top: 50px}
}

@media (min-width: 992px) {
	.col-md-6 {
		width: 44%;
	}
	.item_left{margin-left: 12%}
	.col-md-6 img{float: right}
	h2 {
		padding-top: 50px
	}
	.success_item{
		padding: 20px 10px;
	}
	.success_img_right{text-align: right}
	.success_img {
		text-align: left;
	}

}

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}
/* end 360 media quires */