.inquiry_form label {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 5px 0;
	font-size: 15px;
	line-height: 20px !important;
}

.inquiry_form input {
	font-family: 'segoeui', sans-serif;
	height: 42px;
	width: 100%;
	background: #efefef;
	border: 1px solid #8d8d8d;
	margin-bottom: 15px;
	padding: 0 10px;
	outline: none;
	border-radius: 5px;
}

.inquiry_form textarea {
	font-family: 'segoeui', sans-serif;
	padding: 10px;
	margin-bottom: 5px;
	width: 95%;
	background: #efefef;
	border: 1px solid #8d8d8d;
	outline: none;
	border-radius: 5px;
}

.inquiry_form .submit {
	font-family: 'segoeui', sans-serif;
	display: block;
	text-align: center;
	padding: 0.8em 0;
	width: 320px;
	margin: 0 auto;
	clear: both;
	color: #fff;
	text-decoration: none;
	background-color: #383367;
	border: 0px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	word-spacing: 0.2px;
	letter-spacing: 1px;
	border-radius: 0;
}

.inquiry_form .submit:hover {
	color: #fff;
	transition: background-color .3s;
	background-color: #b00341;
	font-weight: bold;
	border-radius: 0;
}

.inquiry_form li {
	width: 45%;
	margin-right: 5%;
	float: left;
}

.inquirybox {
	margin-left: -2.5%;
	margin-right: -2.5%;
}
.inquirybox .inquiry_form li {
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.services_bg {
	background: url(../images/servicesbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.about_bg {
	background: url(../images/servicesbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contact_bg {
	background: url(../images/servicesbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inquiry_bg{
	background: url(../images/servicesbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.con_container {
	max-width: 1600px;
	padding: 0 50px;
	margin: 0 auto;
}

@media (min-width: 1280px) {
	.auto-header {
		max-width: 100%;
		margin: 0 auto;
		height: 100px;
	}

	.nav {
		position: absolute;
		z-index: 999999;
		width: 100%;	
		padding-top: 0;		
	}

	.logo {
		width: 300px;
		margin-top: 15px;
		margin-left: 2%;
		border: 0;
		z-index: 9999;
		position: absolute;
	}

	.submit_search{
		position: absolute;
		display: inline-block;
		right: 2%;
		top: 33px;
		font-size: 20px;
		z-index: 9999;
		cursor: pointer;
	}

	.submit_search a{
		color: #fff;
	}

	.fixed{
		position: fixed;
	}

	.fixed .auto-header {
		height: 80px;
		background: #383367;
	}

	.fixed .menu>ul>li>a{
		padding: 1.15em 1.2em;
	}

	.fixed .logo {
		width: 240px;
		height: 48px;
		background: url(../images/logo-white.svg) no-repeat;
		background-size: contain;
		margin-top: 18px;
	}

	.fixed .logo img {
		display: none;
	}

	.fixed .submit_search{
		top: 23px;
	}

	.banner_inpage .banner-table {
		padding-bottom: 50px;
	}

	.services-container {
		margin-top: -120px;
	}

	.left-container {
		float: right;
		width: 72%;
		height: auto;
		/*padding-bottom: 60px;*/
	}

	.right-container {
		float: left;
		width: 25%;
		margin-right: 3%;
		position: relative;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.auto-header {
		max-width: 100%;
		margin: 0 auto;
		height: 100px;
	}

	.nav {
		position: absolute;
		z-index: 999999;
		width: 100%;	
		padding-top: 0;		
	}

	.logo {
		width: 240px;
		margin-top: 20px;
		margin-left: 2%;
		border: 0;
		z-index: 9999;
		position: absolute;
	}

	.submit_search{
		position: absolute;
		display: inline-block;
		right: 2%;
		top: 33px;
		font-size: 20px;
		z-index: 9999;
		cursor: pointer;
	}

	.submit_search a{
		color: #fff;
	}

	.fixed{
		position: fixed;
	}

	.fixed .auto-header {
		height: 80px;
		background: #383367;
	}

	.fixed .menu>ul>li>a{
		padding: 1.15em 1.2em;
	}

	.fixed .logo {
		width: 220px;
	}

	.fixed .submit_search{
		top: 23px;
	}

	.menu>ul {
		padding-left: 15%;
	}

	#searchbox>input {
		width: 420px;
	}

	.services-container {
		margin-top: -100px;
	}

	.banner_inpage .banner-table {
		padding-bottom: 30px;
	}

	.left-container {
		float: right;
		width: 68%;
		/*padding-bottom: 60px;*/
	}

	.right-container {
		float: left;
		width: 30%;
		margin-right: 2%;
		position: relative;
	}
}

@media (max-width: 1024px) {
	.auto-header {
		max-width: 100%;
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
	}

	.nav {
		position: relative;
		z-index: 9999;
		width: 100%;
		background: #f1f8f9;
	}

	.logo {
		width: 240px;
		height: 54px;
		background: url(../images/logo.png) no-repeat;
		background-size: 240px 54px;
		border: 0px;
		z-index: 9999;
		position: absolute;
		margin: 17px 2%;
	}

	.logo img {
		display: none;
	}

	.submit_search{
		position: absolute;
		display: inline-block;
		right: 2%;
		top: 28px;
		font-size: 20px;
		z-index: 9999;
		cursor: pointer;
	}

	.submit_search a{
		color: #333;
	}

	#searchbox{
		line-height: 55px !important;
		border-bottom: 1px solid #eee;
		padding: 0 30px;
	}

	#searchbox>input {
		width: 100%;
		margin: 5px 0;
	}
	
	#searchbox>button {
		width: 100%;
		margin: 5px 0;
	}
	
	#searchbox>.icon {
		display: block;
		width: 100%;
		text-align: center;
	}

	.menu-mobile {
		background: #b00341;
	}

	.menu {
		margin-top: 90px;
		background: #b00341;
	}

	.services-container {
		margin-top: 0;
	}

	.banner_inpage .banner-table {
		padding-bottom: 0;
	}

	.left-container {
		float: left;
		width: 100%;
		/*padding-bottom: 40px;*/
	}

	.right-container {
		float: right;
		width: 100%;
		position: relative;
	}
}

.services-container {
	position: relative;
	overflow-y: hidden;
}

.list-style-two {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list-style-two li {
	position: relative;
	color: #333;
	padding-left: 0;
	margin-bottom: 5px;
	text-align: left;
}

.list-style-two li .fa{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 8px;
	color: #fff;
}

.list-style-two li .fa-phone{
	font-size: 20px;	
}

.list-style-two li .fa-map-marker{
	font-size: 23px;
	height: 50px;
	float: left;
	padding-top: 4px;
}

.list-style-two li .fa-envelope{
	font-size: 16px;
}

.list-style-two li .fa-fax{
	font-size: 17px;
}

.list-style-two li a {
	color: #b00341;
	text-decoration: none;
}

.list-style-two li a:hover {
	color: #383367;
}

.social-icon-two {
	padding: 20px 0;
	list-style-type: none;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.social-icon-two li {
	margin-right: 25px;
	margin-left: 5px;
	float: left;
}

.social-icon-two li .fa-twitter:before{
	font-family: inherit;
	content: '';
	width: 19px;
	height: 18px;
	display: inline-block;
	background-image: url(../images/twitter-w.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.social-icon-two li .fa-twitter:hover:before{
	background-image: url(../images/twitter.svg);
}
.social-icon-two li:last-child {
	margin-right: 0;
}


@media (min-width: 992px) and (max-width: 1024px) {
	.social-icon-two li {
		margin-right: 68px;
	}
}

.social-icon-two li a {
	color: #fff;
	background: #b00341;
	font-size: 1.3em;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
}

.social-icon-two li a:hover {
	color: #383367;
	background: #fff;
}

.contact_bottom {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #383367;
	color: #fff;
}

.contact_container {
	max-width: 1600px;
	margin: 70px auto 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	font-size: 17px;
	line-height: 27px;
}

.contact_bottom .title{
	font-size: 24px;
	font-weight: normal;
}

.contact_bottom .hr-line{
	width: 80%;
	height: 1px;
	background: #eee;
	margin-top: 15px;
	margin-bottom: 25px;
}

.contact_bottom .list-style-two li {
	position: relative;
	padding-left: 0;
	margin-bottom: 8px;
	text-align: left;
	color: #fff;
}

.contact_bottom .list-style-two li a {
	color: #fff;
	text-decoration: none;
}
.contact_bottom .list-style-two li a:hover {
	color: #4592c7;
	text-decoration: none;
}

.foot-fluid{
	text-align: center;
	padding: 20px 0;
	margin-top: 40px;
	border-top: 1px solid #eee;
}

.foot-fluid a{
	color: #fff;
	font-weight: bold;
}

.foot-fluid a:hover{
	color: #4592c7;
	text-decoration: none;
}

.tabs {
	width: 100%;
	margin-bottom: 10px;
}
.tabs .content {
	position: relative;
	z-index: 1;	
}

.tabs .content .content-current {
	display: block;
	padding: 20px 20px 0 0;
} 

.tabs .content section {
	display: none;
}

.tabs .content .inquiry_form textarea {
    width: 100%;
}

.tabs nav li {
	cursor: pointer;
	border: 1px solid #383367;
}

.tabs nav li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-family: "segoeuibold";
	font-size: 1.2em;
	color: #333;
	padding: 0 30px;
}

.tabs nav .tab-current{
	position: relative;
	z-index: 2;	
	background: #383367;
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}

.tabs nav .tab-current a{
	color: #fff;
}

@media (min-width: 768px) {
	.tabs nav ul {
		width: 100%;
		height: 56px;
		margin-top: 2px;
		border-bottom: 1px solid #383367; 		
	}	
	.tabs nav li {
		float: left;
		text-align: center;
		padding-left: 0px;
		height: 56px;
		line-height: 56px;
		margin-top: 0;
		background: #fff;
	}	
}
@media (max-width: 767px) {
	.tabs nav ul {
		width: 100%;
		height: 50px;
		margin-top: 30px;
		border-bottom: 1px solid #383367; 
	}

	.tabs nav li {
		float: left;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}

	.tabs nav li a {
		font-size: 1em;
		padding: 0 15px;
	}
}

.navMenu {
	margin: 0 0 20px 0;
	padding: 0;
}

.navMenu>li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;	
}

.navMenu>li>a {
	display: inline-block;
	overflow: hidden;
	color: #333;
	transition: all .3s;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	padding: 20px 0px 15px;
	font-weight: 900;
	width: 90%
}

.navMenu .arrow:before {
	cursor: pointer;
	content: "\f105";
	font-weight: bold;
	float: right;
	padding: 8px 10px;
	display: inline;
	font-family: "FontAwesome";
	color: #b00341;
}

.navMenu .arrow.open:before {
	cursor: pointer;
	float: right;
	padding: 8px 10px;
	display: inline;
	font-family: "FontAwesome";
	content: "\f107";
	color: #383367;
}

.navMenu>li>.arrow:before {
	font-weight: 900;
	padding: 20px 5px 15px 10px;
	cursor: pointer;
}

.navMenu>li>ul.sub-menu>li>ul.sub-menu>li .arrow:before {
	padding: 0 10px;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li .arrow.open:before {
	padding: 0 10px;
}

.navMenu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}

.navMenu>li>ul.sub-menu>li {
	margin-bottom: 4px !important;
	padding: 0 !important;
	font-size: 17px;
	line-height: 24px !important;
}

.navMenu>li>ul.sub-menu>li>ul.sub-menu {
	padding: 4px 0 0;
}

.navMenu>li>ul.sub-menu li {
	padding: 4px 0 0 0;
	margin-bottom: 0;
	line-height: 24px;
}

.navMenu>li .sub-menu {
	margin-bottom: 10px;
}

.navMenu>li>ul.sub-menu>li>a {
	display: inline-block;
	padding: 9px 15px 9px 0;
	position: relative;
	margin-bottom: 0;
	color: #b00341;
	width: 87%;
}

.navMenu>li>ul.sub-menu>li>a:hover {
	color: #383367;
	font-weight: bold;
}

.navMenu>li>ul.sub-menu>li.open>a {
	color: #383367;
	font-weight: bold;
}

.navMenu>li>ul.sub-menu .sub-menu li>a {
	display: inline-block;
	padding: 0 0 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.9em;
	position: relative;
	width: 90%;
	color: #b00341;
}

.navMenu>li>ul.sub-menu .sub-menu li>a:hover {
	color: #383367;
	font-weight: bold;
}

.navMenu>li>ul.sub-menu .sub-menu .sub-menu {
	list-style: none;
	font-size: 0.95em;
	padding: 0;
	display: none;
	margin-bottom: 0;
}

.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a {
	color: #666;
	padding-left: 30px;
	height: 22px;
}

.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a:hover{
	color: #383367;
	font-weight: bold;
}

.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a:before {
	content: '';
}

.navMenu>li>ul.sub-menu .sub-menu .sub-menu .sub-menu {
	padding: 8px;
	margin-bottom: 0px;
}

.wow {
    visibility: hidden;
}

.index-leftbg {
	height: 700px;
	background: url(../images/index-img1.jpg) no-repeat left center;
}

.index-content-left {
	float: right;
	max-width: 600px;
	height: 700px;
}

.index-table {
	width: 100%;
	display: table;
	height: 100%;
}

.index-table-cell{
	display: table-cell;
	vertical-align: middle;
}

.index-table-cell .h2-box {
	font-size: 50px;
	margin-top: 0;
}

.index-table-cell p{
	font-size: 20px;
	line-height: 36px;
}

.index-table-cell .h2-box a {
	color: #b00341;
}

.index-table-cell .h2-box a:hover {
	color: #383367;
}

.index-centerbg .index-table-cell .h2-box a {
	color: #fff;
}

.index-centerbg .index-table-cell .h2-box a:hover {
	color: #fff;
}

.index-centerbg {
	height: 450px;
	background: url(../images/index-img2.jpg) no-repeat center center;
}

.index-content {
	max-width: 1200px;
	height: 450px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 499px) {
	.index-centerbg {
		height: 550px;
	}
	.index-content {
		height: 550px;
	}
}

.index-centerbg .index-table-cell .h2-box,
.index-centerbg .index-table-cell p {
	color: #fff;
}

.index-centerbg .btn {
	padding: 0.5em 3em;
	clear: both;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
	display: inline-block;
	font-weight: bold;
	word-spacing: 0.2px;
	letter-spacing: 1px;
	border-radius: 50px;
}

.index-centerbg .btn:hover {
	background: #fff;
	color: #b00341;
	font-weight: bold;
}

.index-rightbg {
	height: 650px;
	background: url(../images/index-img3.jpg) no-repeat right center;
}

.index-content-right {
	max-width: 620px;
	height: 650px;
}

@media (max-width: 767px) {
	.index-table-cell .h2-box {
		font-size: 32px;
		line-height: 36px;
		margin-top: 0;
	}
	
	.index-table-cell p{
		font-size: 20px;
		line-height: 36px;
	}

	.index-centerbg .btn {
		padding: 0.5em 2em;
		font-size: 16px;
		line-height: 26px;
	}

	.inquiry_form textarea {
		width: 100%;
	}
	
	.inquiry_form .submit {
		width: 240px;
	}
	
	.inquiry_form li {
		width: 100%;
		margin-right: 0;
		float: left;
	}
	
	.inquirybox .inquiry_form li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.inquirybox {
		margin-left: 0;
		margin-right: 0;
	}
}


.contact-link {
	padding-bottom: 30px;
}
.contact-link .submit {
	padding: 0.5em 3em;
    margin-left: 0;
    border-radius: 50px;
    display: inline-block;
    width: auto;
}
.contact-link .submit:hover{
	border-radius: 50px;
}
 
.servicelist {
	padding-bottom: 2px;
}

.servicelist h3 {
	font-family: "segoeui";
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}
.servicelist h3 a {
	display: inline-block;
	padding-bottom: 20px;
	padding-right: 10%;
	border-bottom: 1px solid #aaa;
	color: #333;
}
.servicelist h3 a:hover {
	color: #b00341;
}
.servicelist p{
	font-size: 16px;
	line-height: 30px;
}

.servicebgbox {
	position: absolute;
	top: -200px;
	right: -10px;
	width: 1000px;
	height: 10000px;
	z-index: -1;
	background: #f2f2f2;
}
@media (max-width: 1024px) {
	.servicebgbox {
		display: none;
	}
}

.right_nav {
	width: 95%;
}

.service-tit h1 {
	font-size: 30px;
	margin-top: 0;
}

.inquiry-title{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "segoeuiblod";
	font-weight: bold;
	font-size: 25px;
}

.related-services-title{
	font-size: 1.3em;
	margin: 0;
	padding: 15px 0 10px 0;
	font-family: "segoeuiblod";
	font-weight: bold;
}
.navtitle {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "segoeuiblod";
	font-weight: bold;
	font-size: 25px;
}

.nav-filter {
	margin-bottom: 40px;
}

.nav-filter span {
	color: #333 !important;
}


.contact-rowbox {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.contact-rowbox>div {
	margin-bottom: 40px;
} 

.contact-rowbox .fa {
	font-size: 50px;
	color: #b00341;
	margin-bottom: 30px;
}

.contact-map {
	margin: 60px auto 0;
}

@media (max-width: 550px) {
	.con_container {
		padding: 0 20px;
	}
	.container-title {
		padding: 0 20px !important;
	}
	.social-icon-two li {
		margin-right: 20px;
	}
	.right_nav {
		width: 100%;
	}
	.banner_inpage .banner-table {
		padding-bottom: 0 !important;
	}
}

.searh-row .searh-title {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}
.servicebgbox-1 {
	margin-top: 15px;
	background: #f2f2f2;
	padding: 20px 30px;
}
.servicebgbox-1 .nav-filter {
	margin-bottom: 10px;
}

.project-notes {
	display: block;
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	color: #000;
	background: #f5f5f5;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 26px;
}
.project-notes i {
	display: inline-block;
	padding-right: 8px;
	font-size: 19px;
	color: #fb6627;
}

.inquiry_form ul li {
	position: relative;
}
.verification-code {
	position: relative;
}
.verification-code .fa {
	position: absolute;
	bottom: 20px;
	right: 0;
}


.inquiry {
	position: relative;
}
.inquiry #careerspoint {
    position: absolute;
    top: -170px;
}
.careers-inquiry {
	display: inline-block;
	padding: 0.6em 2em;
	color: #fff;
	background-color: #383367;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.careers-inquiry:hover{
	color: #fff;
	transition: background-color .3s;
	background: #b00341;
	text-decoration: none;
}

.careers-form.inquiry_form textarea {
	width: 100%;
}
.careers-form input {
	padding: 8px 10px;
}

.contactlist li {
	padding-left: 30px !important;
}
.contactlist li .fa {
	position: absolute;
	top: 0;
	left: 0;
}