@media (min-width: 1500px) {
	.auto-header {
		width: 100%;
		padding: 0 50px;
		height: 104px;
		background: #fff;
		border-bottom: 1px solid #eee;
	}
	.nav {
		z-index: 9999;
		width: 100%;
		height: 144px;
		position: fixed;
		top: 0;
	}
	.nav .nav {
		position: static;
	}
	.headtop{
		width: 100%;
		height: 40px;
		padding: 0 50px;
		background: #ae2024;
	}
	.headtop-left{
		float: left;
		font-size: 15px;
		line-height: 40px;
		color: #fff;
	}
	.headtop-left a{
		color: #fff;
	}
	.headtop-left .vertical-line{
		padding: 0 15px;
	}
	.headtop-right{
		float: right;
		font-size: 18px;
		color: #fff;
	}
	.headtop-right a{
		color: #fff;
	}
	.headtop-right a span{
		padding-right: 20px;
	}
	.headtop-right a .icon-twitter{
		width: 15px;
		height: 15px;
		display: inline-block;
		background-image: url(../images/twitter-w.svg);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 18px;
	}
	.logo {
		width: 300px;
		height: 70px;
		padding-top: 15px;
		float: left;
		border: 0px;
		z-index: 9999;
	}
	.topinquiry-but{
		float: right;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		color: #fff;
		border: none;
		background: #4592c7;
		margin-top: 27px;
		padding: 0 25px;
		cursor: pointer;
	}
	.container{
		width: 1400px;
		margin: 0 auto;
	}
	.banner_inpage,.banner {
		margin-top: 145px;
	}
}
@media (min-width: 1025px) and (max-width: 1499px) {
	.auto-header {
		width: 100%;
		padding: 0 15px;
		height: 104px;
		border-bottom: 1px solid #eee;
		background: #fff;
	}
	.nav {
		z-index: 9999;
		width: 100%;
		height: 144px;
		position: fixed;
		top: 0;
	}
	.nav .nav {
		position: static;
	}
	.headtop{
		width: 100%;
		height: 40px;
		padding: 0 15px;
		background: #ae2024;
	}
	.headtop-left{
		float: left;
		font-size: 15px;
		line-height: 40px;
		color: #fff;
	}
	.headtop-left a{
		color: #fff;
	}
	.headtop-left .vertical-line{
		padding: 0 15px;
	}
	.headtop-right{
		float: right;
		font-size: 18px;
		color: #fff;
	}
	.headtop-right a{
		color: #fff;
	}
	.headtop-right a span{
		padding-right: 20px;
	}
	.logo {
		width: 200px;
		padding-top: 20px;
		float: left;
		border: 0;
		z-index: 9999;
	}
	#cssmenu>ul>li>a {
		padding: 20px 10px 20px 3px !important;
	}
	#cssmenu>ul>li.has-sub>a {
		padding: 20px 20px 20px 3px !important;
	}
	#cssmenu {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 0;
		font-size: 17px;	
	}
	.topinquiry-but{
		float: right;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		color: #fff;
		border: none;
		background: #4592c7;
		margin-top: 27px;
		padding: 0 15px;
		cursor: pointer;
	}
	.container{
		max-width: 1230px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner_inpage,.banner {
		margin-top: 145px;
	}
	.switch-btn {
		margin-right: 15px !important;
	}
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.logo {
		width: 170px;
	}
	#cssmenu {
		font-size: 15px;
	}
	.topinquiry-but {
		font-size: 14.5px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.auto-header {
		width: 100%;
		height: 164px;
	}
	.nav {
		z-index: 9999;
		width: 100%;
		height: 164px;
	}
	.logo {
		width: 270px;
		height: 63px;
		padding-top: 30px;
		padding-left: 30px;
		float: left;
		border: 0px;
		z-index: 9999;
	}
	.topinquiry-but{
		float: right;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		color: #fff;
		border: none;
		background: #4592c7;
		margin-top: 30px;
		margin-right: 30px;
		padding: 0 25px;
		cursor: pointer;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	.submit_search {
		position: relative;
		z-index: 9999;
	}
}
@media all and (max-width: 768px){
	.auto-header {
		width: 100%;
		height: 175px;
	}
	.nav {
		z-index: 9999;
		width: 100%;
		height: 175px;
	}
	.logo {
		display: block;
		width: 270px;
		height: 63px;
		margin-top: 30px;
		margin-left: 30px;
		float: left;
		border: 0px;
		z-index: 9999;
	}
	.logo img{
		width: 270px;
		text-align: center;
	}
	.topinquiry-but{
		float: right;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		color: #fff;
		border: none;
		background: #4592c7;
		margin-top: 30px;
		margin-right: 30px;
		padding: 0 25px;
		cursor: pointer;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	.submit_search {
		position: relative;
		z-index: 9999;
	}
}

.headtop-right a span {
	padding-top: 7px;
}
.all-container{
	width: 100%;
	padding: 60px 0;
	background: #f0f4f5;
}
.indexa-title{
	text-align: center;
}
.indexa-title h2{
	font-size: 34px;
    text-align: center;
	font-weight: normal;
	color: #000;
}
.indexa-title h2 a{
	color: #000;
}
.indexatitline{
	background-color: #ae1f23;
    height: 4px;
    width: 50px;
    margin: 15px auto 35px auto;
}
.row.row-a{
	margin-top: 70px;
	margin-bottom: 60px;
}
.hvr-float{	
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.hvr-float img{
	text-align: center;
}
.hvr-float:hover img{
	opacity: 0.85;
}
.lower-box{
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 9px;
	text-align: center;
	display: table;
}
.lower-box h3{
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.lower-box h3 a{
	display: block;
	max-width: 287px;
	margin: 0 auto;
	color: #4592c7;
}
.lower-box h3 a:hover{
	color: #000;
}


@media (min-width: 1280px) {
	.right-container {
		/*width: 280px;*/
		/*float: left;*/
		/*margin-right: 29px;*/
	}

	.left-container {
		/*width: 890px;*/
		/*float: left;*/
		padding-left: 30px;
		margin-bottom: 40px;
	}
	.inpage-tablecell{
		padding: 0 20%;
	}
	.inpage-tablecell h1{
		font-size: 36px;
		line-height: 42px;
		margin: 0;
		padding-bottom: 10px;
	}
	.inpage-tablecell p{
		font-size: 16px;
	}
}
@media (min-width: 769px) and (max-width: 1279px) {
	.right-container {
		width: 27%;
		float: left;
		margin-right: 3%;
	}

	.left-container {
		width: 70%;
		float: left;
	}
	.inpage-tablecell{
		padding: 0 10%;
	}
	.inpage-tablecell h1{
		font-size: 30px;
		line-height: 36px;
		margin: 0;
		padding-bottom: 10px;
	}
	.inpage-tablecell p{
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.right-container {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.left-container {
		width: 100%;
		float: left;
	}
	.inpage-tablecell{
		padding: 0 15px;
	}
	.inpage-tablecell h1{
		font-size: 24px;
		line-height: 30px;
		margin: 0;
		padding-bottom: 10px;
	}
	.inpage-tablecell p{
		font-size: 13px;
	}
}

.container p {
    margin: 0;
    padding: 5px 0 10px 0;
}

.right_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0;	
	background: #fff;
}

.list_dl .rightlist-title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 3px 0;
	color: #fff;
	background: #ae2024;
}
.list_dl .rightlist-title a{
	color: #fff;
}

.icon_1:before {
	content: "\f0ac";
}

.icon_2:before {
	content: "\f0ac";
}

.icon_3:before {
	content: "\f0ac";
}

.right-contact {
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	background: #f7f9fa;
	padding: 15px 10px 10px 15px;
	border-top: 4px solid #ae2024;
	margin-bottom: 40px;
}
.right-contact .right-contact-span {
	font-size: 18px;
	font-weight: bold;
    text-align: left;
    color: #000;
	margin: 10px 0 10px 0;	
}

.right-contact a{
	color: #000;
}
.service-container a:hover{
	color: #4592c7;
}

.bread-crumb {
	position: relative;
	font-size: 14px;
	margin: 10px auto;
}

.bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 13px;
	margin-right: 20px;
	color: #4592c7;
	line-height: 24px;
}

.bread-crumb li:last-child {
	margin-right: 0px;
}

.bread-crumb li:after {
	content: '\f101';
	font-family: 'FontAwesome';
	position: absolute;
	right: -17px;
	top: 0;
	width: 10px;
	line-height: 26px;
	font-size: 14px;
	color: #888;
}

.bread-crumb li:last-child:after {
	display: none;
}

.bread-crumb li a {
	color: #888;
	font-weight: 400;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration: none;
}

.bread-crumb li a:hover {
	color: #4592c7;
}

.services_bg{
	background: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.gallery_bg {
	background: url(../images/gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.resource_bg {
	background: url(../images/resource_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.about_bg{
	background: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.contact_bg{
	background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.banner_inpage {
    width: 100%;
	/*height: 300px;*/
	height: 260px;
	position: relative;
	background-size: cover;
}
.inpage-table{
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
}
.inpage-tablecell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.services-title .row-b h2{
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #4592c7;
}
@media (min-width: 1280px) {
	ul.servicecont-list li{
		padding-left: 330px;		
    	background-position: top left; 
	}
}
@media (max-width: 1279px) {
	ul.servicecont-list li{
		padding-top: 200px;		
    	background-position: top left; 
	}
}
ul.servicecont-list{
	margin-top: 30px;
}
ul.servicecont-list li{
	margin-bottom: 40px;
	min-height: 182px;
}
ul.servicecont-list li:nth-child(1) {
	background: url(../images/services-t1.jpg); 
	background-repeat: no-repeat;   
}
ul.servicecont-list li:nth-child(2) {
	background: url(../images/services-t1.jpg); 
	background-repeat: no-repeat;   
}
ul.servicecont-list li:nth-child(3) {
	background: url(../images/services-t1.jpg); 
	background-repeat: no-repeat;   
}
ul.servicecont-list li:nth-child(4) {
	background: url(../images/services-t1.jpg); 
	background-repeat: no-repeat;   
}
ul.servicecont-list li:nth-child(5) {
	background: url(../images/services-t1.jpg); 
	background-repeat: no-repeat;   
}
ul.servicecont-list li:nth-child(6) {
	background: url(../images/services-t1.jpg); 
	background-repeat: no-repeat;   
}
ul.servicecont-list li:nth-child(7) {
	background: url(../images/services-t1.jpg); 
	background-repeat: no-repeat;   
}
ul.servicecont-list li h3,
ul.servicecont-list li h3 a {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
    margin: 0;
    padding: 0 0 10px 0;
}
ul.servicecont-list li a{
	font-size: 16px;
	color: #ae2024;
	text-decoration: underline;
}

.contactimgbox {
	max-width: 550px;
	margin-bottom: 50px;
}
.contactimgbox .contactimgbox-a {
	padding-top: 10px;
	background: #f7f9fa;
	text-align: center
}
.contactimgbox .contactimgbox-a img {
	text-align: center
}
.contact-table {
	border: none;
}
.contact-table th {
	background: #4592c7 !important;
}
.contact-table tr, 
.contact-table th, 
.contact-table td {
	border: none;
}
.contact-table tr:nth-of-type(2n+2) td {
    background: #fff;
}
.contact-table td {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
}

.navMenu {
	margin: 0 0 30px 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 10px;
	font-weight: 900;
	width: 88%
}

.navMenu .arrow:before {
	cursor: pointer;
	content: "\f105";
	font-weight: bold;
	float: right;
	padding: 5px;
	display: inline;
	font-family: "FontAwesome";
	color: #333;
}

.navMenu .arrow.open:before {
	cursor: pointer;
	float: right;
	padding: 5px;
	display: inline;
	font-family: "FontAwesome";
	content: "\f107";
	color: #ae2024;
}

.navMenu>li>.arrow:before {
	font-weight: 900;
	padding: 20px 5px 15px 10px;
	cursor: pointer;
}

.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 {
	background: #f0f4f6;
	margin-bottom: 4px !important;
	padding: 0 !important;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu{
	background: #fff;
	padding: 4px 0;
}
.navMenu>li>ul.sub-menu li {
	padding: 4px 0 0 0;
	margin-bottom: 0;
}

.navMenu>li .sub-menu {
	margin-bottom: 10px;
}

.navMenu>li>ul.sub-menu>li>a {
	display: inline-block;
	padding: 5px 15px 5px 10px;
	position: relative;
	margin-bottom: 0;
	color: #333;
	width: 90%;
}

.navMenu>li>ul.sub-menu>li>a:hover{
	border-left: 3px solid #ae2024;
}

.navMenu>li>ul.sub-menu>li.open>a{
	border-left: 3px solid #ae2024;
	color: #ae2024;
}

.navMenu>li>ul.sub-menu .sub-menu li>a {
	display: inline-block;
	padding-left: 15px;
	font-size: 0.95em;
	position: relative;
	width: 100%;
	color: #333;
}
.navMenu>li>ul.sub-menu a.current,
.navMenu>li>ul.sub-menu .sub-menu li>a:hover{
	color: #ae2024 !important;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu {
	list-style: none;
	font-size: 0.95em;
	background: #f9f9f9;
	padding: 10px 0;
	display: none;
}

.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a {
	color: #888;
	padding-left: 15px;
	height: 22px;
}

.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;
	background: #eeeeee;
}


.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: 40px;
	width: 100%;
	background: #fff;
	border: 1px solid #8d8d8d;
	margin-bottom: 10px;
	padding: 0 10px;
	outline: none;
}

.inquiry_form textarea {
	font-family: 'segoeui', sans-serif;
	padding: 10px;
	margin-bottom: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #8d8d8d;
	outline: none;
}

.inquiry_form .submit {
	display: inline-block;
	text-align: center;
	padding: 0.5em 3em;
	margin-bottom: 15px;
	clear: both;
	color: #fff;
	text-decoration: none;
	background: #4592c7;
	border: 0px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.inquiry_form .submit:hover {
	background: #ae2024;
	color: #fff;
	transition: background-color .3s;
	font-weight: bold;
}

.right-c-bottom a {
	color: #29293a;
}

.right-c-bottom a:hover {
	color: #4592c7;
}

.right-c-bottom {
	font-size: 15px;
	line-height: 30px;
}

.social-icon-two li a:hover {
	color: #fff;
}

.successinfo {
	padding-left: 2px;
	line-height: 30px;
	color: #888888;
	padding-right: 2px;
	padding-bottom: 20px;
}

.successinfo table {
	border: none !important;
}

.successinfo .iconarea .iconunit {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #7b9d3c;
	color: #ffffff;
	line-height: 40px;
	font-weight: bolder;
	font-size: 22px;
	position: relative;
	z-index: 9;
}

.successinfo .tit {
	font-size: 26px;
	font-weight: bold;
	color: #7b9d3c;
	display: block;
	padding: 6px 0 15px 0;
}

.successinfo .iconarea .iconunit img {
	top: 10px;
	left: 5px;
	position: absolute;
	z-index: 10;
}

.successinfo-hr-solid {
	height: 0px;
	border: 5px solid #bddff7;
	margin: 10px 0;
	padding: 0;
}

.successinfo-hr-dotted {
	height: 0px;
	border: 1px dotted #d8d8d8;
	margin: 4px 0;
	padding: 0;
}

.successinfospan-blod {
	color: #666;
	display: inline-block;
	margin: 6px 10px 6px 0;
	font-weight: bold;
}

.successinfop-normal {
	display: inline-block;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.gallerybox1,
.gallerybox2,
.gallerybox3 {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px){
   .gallerybox1 {
       padding-left: 12.5%;
       padding-right: 12.5%;
   } 
   .gallerybox3 {
       padding-left: 37.5%;
       padding-right: 37.5%;
   } 
}

.project-notes {
	display: block;
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	color: #000;
	background: #f5f5f5;
	margin-top: 20px;
	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;
}
.inquiry_form .col-md-6 {
	padding-left: 10px;
}
.verification-code {
	position: relative;
	width: 50%;
    display: inline-block;
}
.verification-code .fa {
	position: absolute;
	bottom: 18px;
	right: 10px;
}
@media (max-width: 991px) {
	.code-img {
		margin-top:-5px !important;
	}
}

.switch-btn {
	position: relative;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
    z-index: 9999;
}
.switch-btn::after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4592c7;
    position: absolute;
    left: 50%;
    bottom: 50%;
    z-index: -1;
    margin-left: -25px;
    margin-bottom: -25px;
}
.switch-btn:hover::after {
	background: #ae2024;
}
.switch-btn a {
	padding: 1.5em 1.2em;
	color: #fff;
}
.switch-btn a span {
	width: 15px;
}
.switch-btn.on .fa-search:before {
    content: "\f00d";
}

.submit_search {
	display: none;
	width: 100%;
	border-top: 2px solid #ae2024;
	background: #f2f2f2;
	padding: 10px 0 15px;
}
.submitsearchshow {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 25px;
}
.search-input {
	font-family: 'segoeui', sans-serif;
	border: 0 solid #acb1b5;
	outline: none;
	font-size: 0.85em;
	height: 42px;
	background: #fff;
	padding-left: 15px;
	width: 100%;
	float: left;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
	-ms-box-shadow: 0 0 8px #ccc;
	-o-box-shadow: 0 0 8px #ccc;
	box-shadow: 0 0 8px #ccc;
}
.submit_search .submitsearch-box {
	position: relative;
	height: 42px;	
}
.submit_search .buttonbox {
	position: absolute;
	top: 0;
	right: 0;
	background: #4592c7;
	border-radius: 0 5px 5px 0;
	width: 62px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}
.submit_search .buttonbox:hover {
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background: #ae2024;	
}
.submit_search button {
	border: none;
    cursor: pointer;
    margin: 0 auto;
    outline: none;
	font-size: 1em;
	background: none;
    color: #fff;
}
.submit_search button:hover,
.submit_search button:focus,
.submit_search button:active{
	color: #fff;
}

.foot-fluid {
	color: #fff;
	background: #ae2024;
	text-align: center;
	padding: 10px 20px;
}

@media all and (max-width: 520px){
	.logo {
		display: block;
		width: 100%;
		margin-left: 0;
		padding-left: 30px;
	}
	.auto-header {
		width: 100%;
		height: 257px;
	}
	.nav {
		z-index: 9999;
		width: 100%;
		height: 257px;
	}
	.indexa-title h2 {
		font-size: 27px;
		line-height: 36px;
	}
}


.inquiry_btn {
	display: inline-block;
	background: #ae2024;
	color: #fff !important;
    padding: 0 25px 2px;
    cursor: pointer;
}
.inquiry_btn:hover {	
	background: #4592c7;
	color: #fff !important;
}
.pro_table th {
    color: #fff;
    text-transform: none;
}
.pro_table tr th, .pro_table tr td{ padding-top: 13px; padding-bottom: 13px;}
.pro-link {
	color: #ae2024;
	font-size: 18px;
	font-weight: bold;
}

@media (min-width: 992px) {
	.process-row {
		flex-wrap: wrap;
		display: flex;
		justify-content: flex-start;
	}
}
.process-row .process-table {
	display: table;
	width: 88%;
	height: 100%;
	background: #eee;
	border-radius: 10px;
}
.process-row .process-table-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
}
.process-row .ullist {
	padding-bottom: 0;
}
.process-row>div {
	position: relative;
	margin-bottom: 10px;
}
.process-row>div::after {
	content: "\f0da";
	color: #eee;
	display: inline-block;
    font-family: 'FontAwesome';
	font-size: 80px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -12px;
}
.process-row>div:last-child::after {
	display: none;
}
@media (max-width: 991px) {
	.process-row .process-table {
		width: 95%;
	}
	.process-row>div::after {
		font-size: 40px;
	}
}



.inquiry {
	position: relative;
}
.inquiry #careerspoint {
    position: absolute;
    top: -170px;
}
.careers-inquiry {
	display: inline-block;
	padding: 0.6em 2em;
	color: #fff;
	background-color: #4592c7;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.careers-inquiry:hover{
	color: #fff;
	transition: background-color .3s;
	background-color: #ae2024;
	text-decoration: none;
}
.careers-form input {
	padding: 8px 10px;
}
.careerinbox {
	margin-top: -40px;
}
.related-services-title,
.inquiry-title{
	font-family: "segoeui";
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 !important;
	padding: 0 !important;
}
.section_title h1{
	font-family: "segoeui";
	font-size: 24px;
	margin: 20px 0;
}
.page-content-html a{
	color: #00a0e9;
}
.page-content-html a:hover{
	color: #ae2024;
}
.page-content-html h2,
.page-content-html h3{
	font-size: 17px;
	margin: 0;
	padding: 12px 0 8px 0;
}
.push-message-bg{
	border-left: 4px solid #ae2024;
	padding: 5px 20px;
	background: #f2f3f4;
	margin-top: 10px;
}
div[style="border: 1px solid #4592c7;padding: 5px 20px;"]{
	border: none !important;
	border-left: 4px solid #ae2024 !important;
	padding: 5px 20px;
	background: #f3f4f5;
	margin-top: 10px;
}
/** blog start*/
.services-title{border-bottom: 1px solid #ddd; margin-bottom: 20px;}
.blog-item{margin-top: 30px;margin-bottom: 30px;}
.blog-item .img{ height: 190px;width:100%;overflow: hidden;border-radius: 8px;}
.blog-item .img img{border-radius: 8px;height:190px;min-width:100%;object-fit: cover;transition:all ease-out .3s;}
.blog-item:hover .img img{transform: scale(1.1)}
.blog-item .date{ color:#999; padding-bottom: 5px; text-transform: uppercase; }
.blog-item .tags{ color:#ae2024; padding-bottom: 5px; }
.blog-item h2 { font-size: 20px; padding-bottom: 12px; }
.blog-item h2 a{ color: #4592c7; }
.blog-item h2 a:hover{ color: #ae2024; }
.blog-lists .blog-item{ border-bottom: 1px solid #ddd;padding-bottom: 30px;}
@media (min-width: 992px) {
	.blog-headlines .right{ padding-left: 30px;}
}
.all-blog-title{font-size: 22px; font-weight: bold; margin: 30px 0;}
.blog-form { background-color: #f0f4f6; padding:15px 15px 0 15px; }
.blog-form .form-outline{margin-bottom: 15px; background-color: #fff; display: flex; align-items: center; border-radius: 24px;height:42px;border:1px solid #ddd; width:100%;transition:all ease-out .2s; }
.blog-form .form-outline:hover{border-color: #4592c7;}
.blog-form select{border-radius: 24px;border:none; outline: none;height:40px;width:100%;margin:0 15px;font-size: 15px;  }
.blog-form .form-outline input{font-size: 15px; height:40px;border-radius: 24px; border:none; outline: none;width:calc(100% - 80px);padding:0 20px; }
.blog-form .form-outline button{cursor: pointer; background-color: #4592c7; color: #fff; width:80px; height:42px;border-radius: 24px; border:none; outline: none; font-size: 18px;  }
.blog-form .form-outline button:hover{ background-color: #ae2024; }
.pagenav {font-size: 16px;text-align: center;margin: 40px auto;}
.pagenav a,.pagenav span{margin: 0 5px;border: 0;padding: 8px 15px;background-color: #f7f8f9;color: #4592c7;display: inline-block;}
.pagenav a:hover{background-color: #eee !important;color: #4592c7 !important;}
.pagenav span {color: #fff;background-color: #4592c7;}
.clear-btn{
	width: 40px;
	height: 42px;
	border: none;
	background: none;
	color: #4592c7;
	font-size: 18px;
	cursor: pointer;
}
.clear-btn:hover{ color: #ae2024;}
@media (min-width: 992px) {
	.md-text-right{
		text-align: right;
	}
}
/** blog end*/

.search-result-btn{
	cursor: pointer;
	background-color: #4592c7;
	color: #fff;
	border-radius: 24px;
	border: none;
	outline: none;
	font-size: 18px;
	display: inline-block;
	padding: 6px 18px 10px 18px;
	line-height: 1;
}
.search-result-btn:hover{
	background-color: #ae2024;
	color:#fff;
}

.product-filter-title{font-size: 20px; font-weight: bold; margin-top: 15px !important; margin-bottom: 10px !important;}
.product-filter-title i{color:#4592c7; }
.product-filter{background-color: #f0f4f6; padding: 15px 15px 0 15px; margin-bottom: 30px;}
.product-filter xm-select {
	cursor: pointer;
	outline: none;
	margin-bottom: 15px;
	background-color: #fff;
	display: flex;
	align-items: center;
	border-radius: 24px;
	height: 42px;
	border: 1px solid #ddd;
	width: 100%;
	transition: all ease-out .2s;}
.product-filter xm-select > .xm-label.single-row{ right:28px;}
.product-filter xm-select > .xm-label .scroll .label-content{ padding:5px 0 5px 5px;}
.product-filter xm-select > .xm-label .xm-label-block{ margin: 0; width:100%; overflow: hidden; background-color: #4592c7 !important; border-radius: 23px !important; height:30px;line-height: 30px;}
.product-filter xm-select > .xm-body .xm-option{background-color: #4592c7 !important;border-bottom: 1px solid rgba(255, 255, 255, .2); }
.product-filter xm-select > .xm-body .xm-option-content{color:#fff !important; }
.product-filter xm-select > .xm-label .xm-label-block > i{ width: 16px;height:16px;line-height: 16px;border-radius: 50%; text-align:center;
	position: absolute;
	right: 3px;
	top: 7px;
	background: #333333bb;
	color: #fff;}
.product-filter xm-select > .xm-label .xm-label-block > i:hover{ background-color: #333;}
.product-filter xm-select > .xm-label .xm-label-block > i:before{ width: 16px;height:16px;line-height: 16px;}
.page-style-1 {
	margin-top: 10px;
	margin-bottom: 20px; }
.page-style-1 div[class*='col-'] {
	margin-bottom: 20px; }
.page-style-1 .img {
	padding: 8px;
	background-color: #5395ce;
	height: 220px;
	box-shadow: 5px 5px 0 #5395ce33; }
.page-style-1 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover; }
.page-style-1 .item {
	padding: 15px;
	border: 1.5px solid #72bed3;
	box-shadow: 5px 5px 0 #72bed333; }
.page-style-1 .item h3 {
	position: relative;
	margin-bottom: 15px; }
.page-style-1 .item h3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #72bed388;
	content: "";
	display: inline-block; }
.page-style-1 .item h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #72bed3;
	content: "";
	display: inline-block; }

@media (min-width: 992px) {
	.page-style-1 {
		display: flex;
		flex-wrap: wrap; }
	.page-style-1 .img {
		height: 100%; }
	.page-style-1 .text {
		display: flex;
		flex-wrap: wrap; }
	.page-style-1 .text div[class*='col-']:nth-child(3), .page-style-1 .text div[class*='col-']:nth-child(4) {
		margin-bottom: 0; }
	.page-style-1 .item {
		height: 100%; } }

.list-loading {
	position: relative;
	overflow: hidden;
	min-height: 300px;
}
.list-loading:before {
	 content: '';
	 position: absolute;
	 top: 150px;
	 left: 50%;
	 margin-left: -30px;
	 animation: spinnerFour 1s linear infinite;
	 border: solid 5px transparent;
	 border-top: solid 5px #ae2024;
	 border-radius: 100%;
	 width: 60px;
	 height: 60px;
	 z-index: 3;
 }
.list-loading:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 backdrop-filter: blur(1px);
	 z-index: 2;
	 background: rgba(255, 255, 255, 0.5);
}

@keyframes spinnerFour {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}