@font-face {
 font-family: 'swis721_cn_btroman';
 src: url('../font/tt0009m_-webfont.eot');
 src: url('../font/tt0009m_-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/tt0009m_-webfont.woff2') format('woff2'),  url('../font/tt0009m_-webfont.woff') format('woff'),  url('../font/tt0009m_-webfont.ttf') format('truetype'),  url('../font/tt0009m_-webfont.svg#swis721_cn_btroman') format('svg');
 font-weight: normal;
 font-style: normal;
}


body {
	margin:0px;
	padding:0px;
	font-family: 'swis721_cn_btroman';
}
.text_site{font-size:14px; margin-top:15px; color:#fff; background:#26aeed; margin-top:13px; padding:10px;}
.text_site:hover{text-decoration:none; color:#fff;}
.adj_menu {
	margin-top:20px;
}
.logo {
	float:left;
	width:100%;
	margin-top:50px;
	margin-bottom:40px;
	text-align:center;
}
.logo img {
	max-width:100%;
	vertical-align:middle;
}
.header {
	float:left;
	width:100%;
}
.header_bg {
	background:url(../img/header_bg1.jpg) no-repeat;
	background-size:cover;
	background-position:top center;
	min-height:660px;
	background-attachment: fixed;
}
.header_text {
	float:left;
	width:100%;
	margin-top:200px;
}
.header_h2 {
	color:#fff;
	font-family: 'swis721_cn_btroman';
	text-align:center;
	text-transform:uppercase;
	text-shadow: 2px 2px 3px #000000;
	font-weight:normal;
	font-size:32px;
	margin-bottom:50px;
}
.header_h2 span.green_bg {
	color:#fff;
	background:#26aeed;
	display: inline-block;
	margin:10px 0;
	padding:5px 20px;
	font-weight:bold;
}
.header_input {
	background: rgba(255, 255, 255, 0.5);
	float:right;
	padding:30px 20px;
	width:100%;
	border-top:7px solid #26aeed;
	position:relative;
}
.header_input:before {
/*	background:url(../img/arrow.png) no-repeat;*/
	content:".";
	position:absolute;
	width:34px;
	height:18px;
	top:-25px;
	left:100px;
	text-indent:-9999px;
}
.req_input {
	float:left;
	margin-bottom:0px;
	padding:8px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:44px;
}
.req_submit {
	border:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	cursor:pointer;
	background:#26aeed;
	font-weight:bold;
}
.box_main {
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
.col5 {
	width:20%;
	float:left;
	padding:0px 15px;
	text-align:center;
}
.inner_main {
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-top:20px;
	padding-bottom:20px;
	background:rgba(0, 0, 0, 0) url("../img/box_arrow.jpg") no-repeat scroll 0 101% / 100% auto;
	min-height:215px;
}
.inner_img {
	float:left;
	width:100%;
	text-align:center;
}
.inner_img img {
	vertical-align:middle;
}
.inner_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:10px;
}
.color_1 {
	color:#006ed4;
}
.color_2 {
	color:#66c122;
}
.portfolio {
	float:left;
	width:100%;
}
.portfolio_box {
	float:left;
	width:25%;
transition: all .5s ease-in-out;
	position:relative;
}
.portfolio_box img {
	width:100%;
	vertical-align:middle;
transition: all .5s ease-in-out;
}
.portfolio_box img:hover {
	transform: scale(1.1);
	box-shadow: 0 0 5px #ddd;
	cursor:pointer;
	position:relative;
	z-index:1
}
.text {
	float:left;
	width:100%;
	transform: scale(0);
	position:absolute;
	top:50%;
	text-align:center;
	z-index:2;
transition: all .5s ease-in-out;
}
.portfolio_box:hover .text {
	transform: scale(1.1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}
.sec_par {
	float:left;
	width:100%;
}
.sec_par_bg {
	background:url(../img/bg1.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:250px;
	background-attachment: fixed;
}
.sec_par_text {
	float:left;
	width:100%;
	padding:30px 0px;
	text-align:center;
}
.sec_par_text_h2 {
	font-size:32px;
	font-weight:normal;
	font-family: 'swis721_cn_btroman';
	color:#000;
	text-shadow: 0px 0px 1px #fff;
}
.sec_par_text_p {
	font-size:18px;
	font-weight:normal;
	font-family: 'swis721_cn_btroman';
	color:#000;
}
.bule_h2 {
	font-size:32px;
	font-weight:normal;
	font-family: 'swis721_cn_btroman';
	color:#006ed4;
	text-shadow: 0px 0px 1px #006ed4;
	text-align:center;
}
hr.style-four {
	padding: 0;
	border: none;
	border-top:1px solid #7c7d80;
	color: #333;
	text-align: center;
	width:50%;
}
hr.style-four:after {
	content: ".";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: #fff url(../img/hr.jpg) no-repeat scroll center;
	width:63px;
	height:25px;
	text-indent:-9999px;
}
.four_par {
	float:left;
	width:100%;
}
.circle {
	width:264px;
	height:264px;
	margin:0 auto;
}
.circle img {
	max-width:100%;
}
.four_text_h3 {
	text-transform:uppercase;
	font-size:22px;
	font-weight:normal;
}
.four_text_span {
	color:#006ed4;
	font-weight:bold;
}
.four_text_p {
	font-size:16px;
	margin-bottom:20px;
}
.circle_line {
	width:67%;
	margin:0 auto;
	clear:both;
}
.mt_bottom_100 {
	margin-bottom:-100px;
}
.mt_top_100 {
	margin-top:-100px;
}
.circle_line_img {
	max-width:100%;
}
.testimonial {
	float:left;
	width:100%;
	margin-top:40px;
}
.test_h2 {
	color:#fff;
	font-weight:normal;
	font-size:32px;
	margin-top:22px;
	margin-bottom:30px;
	text-align:center;
	text-shadow: 1px 1px 2px #333;
}
.test_span {
	color:#fff;
	font-weight:bold;
	font-size:32px;
}
.testimonial_bg {
	background:url(../img/bg2.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:250px;
	background-attachment: fixed;
	padding-bottom:60px !important;
}
.pad_0 {
	padding:0px;
}
.test_cirlcle {
	width:150px;
	margin:0 auto;
	height:150px;
}
.test_cirlcle img {
	width:100%;
	border-radius:50%;
}
.carousel-indicators {
	bottom:-40px;
}
.testi_p {
	font-size:20px;
	color:#fff;
	margin-top:20px;
	text-align:center;
	height:62px;
}
.testi_span {
	font-size:18px;
	color:#fff;
	margin-top:10px;
	font-weight:bold;
	text-align:center;
	display:block;
}
.video_section {
	background:#c1c1c1;
	float:left;
	width:100%;
	padding-top:20px;
}
.video_text {
	float:left;
	width:100%;
	padding-top:30px;
	margin-top:150px;
}
.video_h2 {
	font-size:32px;
}
.video_h21{font-size:22px; margin-top:0px;}
.video_p {
	font-size:22px;
	color:#5e5e5e;
	text-align:justify;
}
.video_a {
	background:#65c121;
	color:#fff;
	padding:10px 30px;
	margin-bottom:20px;
	margin-top:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	float:right;
}
.video_a:hover {
	background:#fff;
	color:#65c121;
	text-decoration:none;
}
.video {
	float:left;
	width:100%;
}
.video img {
	max-width:100%;
}
.diversity {
	float:left;
	width:100%;
	padding-bottom:30px;
	margin-top:30px;
}
.diversity_img {
	float:left;
	width:100%;
	position:relative;
}
.diversity_img img {
	max-width:100%;
	border-radius: 50%;
}
.diversity_text {
	float:left;
	text-align:center;
	width:100%;
	min-height:75px;
}
.diversity_text p {
	margin-top:15px;
	margin-bottom:0px;
	font-size:16px;
	font-weight:bold;
}
.diversity_text span {
}
.diver_hover {
	float:left;
	width:100%;
	transform: scale(0);
	position:absolute;
	top:0;
	bottom:0;
	text-align:center;
	z-index:2;
transition: all .4s ease-in-out;
	background: rgba(123, 201, 65, .8);
	visibility:hidden;
	opacity:0;
}
.diversity:hover {
	/*cursor:pointer;*/
}
.diversity:hover .diver_hover {
	transform: scale(1);
	visibility:visible;
	opacity:1;
}
.diver_inner {
	float:left;
	width:100%;
}
.diver_inner h2 {
	color:#fff;
}
.diver_inner p {
	font-size:20px;
	color:#fff;
}
.socail_icon {
	float:left;
	width:100%;
}
.socail_icon a {
	display:inline-block;
	margin-right:5px;
}
.fifth_par {
	float:left;
	width:100%;
	margin-top:30px;
}
.tab-content {
	margin-top:20px;
}
.tab_start {
	float:left;
	width:100%;
	border:3px solid #006ed4;
}
.tab_hedaing {
	color:#006ed4;
}
.tab_subheading {
	color:#000;
	font-size:22px;
}
.tab_description {
	font-size:20px;
}
.tab_text {
	float:left;
	padding-left:20px;
}
.tab_image {
	float:left;
	width:100%;
}
.tab_image img {
	max-width:100%;
}
.tab_boot {
	background:#006ed4;
	float:left;
	width:100%;
	font-size:20px;
	text-align:center;
	color:#fff;
	padding:8px 0px;
}
.tab_row_colr {
	width:100%;
	float:left;
	background:#006ed4;
	margin:10px 0px;
}
.tab_deta {
	color:#fff;
	font-size:16px;
}
.tab_deta1 {
	color:#fff;
	font-size:18px;
	float:left; width:100%; padding:15px 0px;
}
.pad_8 {
	padding:8px;
}
.color_3 {
	background:#51aaff;
}
.color_4 {
	background:#7db9f1;
}
.nav-tabs > li > a {
	font-size:18px;
}
.footer {
	background:#333;
	float:left;
	width:100%;
	padding-bottom:0px;
	padding-top:15px;
	margin-top:30px;
	
}
.footer_heading {
	font-size:28px;
	color:#65c121;
	text-align:center;
	margin-top:0px;
	margin-bottom:15px;
	cursor:pointer;
}
.f_submit {
	border:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	cursor:pointer;
	background:#65c121;
	font-weight:bold;
	height:40px;
	width:100%;
}
.f_btn {
	height:40px !important;
	margin-bottom:25px;
	resize: none;
}
.adj_d{display:none;}

.linkedin{float:left; width:100%; text-align:center;}
.view_text{display:inline-block;}
.view_text a{ color: #ffffff; font-size: 16px; padding:5px 5px 6px 5px;}
.view_text > a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    text-decoration: none;
}

.adl_s_img{ background: #ffffff none repeat scroll 0 0;
    float: left;
    padding: 5px;
    text-align: center;
    width: 100%;}
.header_input label.error{position:absolute; left:0px; bottom:-30px;}
.footer label.error{position:absolute; left:15px; bottom:0px; color:#fff;}
.footer .mt_botmf label.error{position:absolute; left:0px; bottom:-25px; color:#fff;}
.f_deown{display:none;}
.navnewclass{position:fixed; left:0; bottom:0; right:0px; z-index:999;}
.click_heree{color:#26aeed ;}
.fifth_par{padding-bottom:70px;}
.boxfordd{color:#000;font-size:30px;}





 @media screen and (max-width: 1023px) {
	 .testimonial .testimonial_bg{width:100%;}
	 .testimonial .col-sm-6{width:100%;}
	 .video{text-align:center;}
	 
	 
 }




 @media screen and (max-width: 991px) {
 .inner_img img {
max-width:100%;
}
 .inner_img {
min-height:100px;
}
 .inner_main {
min-height:215px;
}
 .inner_text {
margin-bottom:0px;
}
 .circle {
width:100%;
margin-top:40px;
}
}
 @media screen and (max-width: 767px) {
 .portfolio_box {
width:50%;
}
.circle_line{display:none;}
.mt_top_100{margin-top:0px;}
.mt_bottom_100{margin-bottom:0px;}
.circle{width:264px;}
.col5{width:50%; margin-bottom:20px;}
.m_auto{margin:0 auto; float:none;}
.diversity_img{text-align:center;}
.mt_botmf{margin-bottom:25px;}
.tab_start{text-align:center;}
.video img{width:100%;}
.adj_d{display:block;}
.display_n{display:none;}
.mtb_15{margin-bottom:15px;}
.footer_heading{font-size:20px; margin-bottom:5px;}
.f_btn{margin-bottom:5px; height:34px !important;}
.f_submit{height:34px; font-size:16px;}
.mt_botmf{margin-bottom:5px;}
.footer{padding-bottom:10px;}
.width_half767{width:50%;}
.fifth_par{padding-bottom:90px;}
.tab_hedaing {font-size:26px;}
.tab_text{padding:5px;}
.header_text{margin-top:150px;}
.testi_p{height:auto;}

}

 @media screen and (max-width: 480px) {
	 .navbar-header{padding:10px 0px;}
	 .navbar-brand{width:100%; text-align:center;}
	 .navbar-brand > img{display:inline-block; max-width:75%;}
	 .header_h2{font-size:18px;}
	 .req_input{height:36px;}
	 .req_submit{font-size:12px; height:36px;}
	.portfolio_box{width:90%; float:none; padding-bottom:15px; margin:0 auto;}
	.bule_h2{font-size:25px;}
	hr.style-four{width:100%;}
	.video_h2{font-size:25px;}
	.text_site{width:100%; text-align:center; margin-top:5px; margin-bottom:0px;}
	.adh{padding-top:10px;}
.tab_hedaing {font-size:24px;}
	 
	 
	 
	 
	 
 }


 @media screen and (max-width: 410px) {
	 
	 .width_half767{width:100%;}
	 
	 
 }