/*[font Variables]*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*[debugging.css]*/
@import url('header.css');
@import url('page-css/about-page.css');
@import url('page-css/services-page-style.css');
@import url('page-css/gallery-style.css');
@import url('page-css/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/contact-page-style.css');
@import url('page-css/footer.css');
@import url('hover.css');
@import url('animate.css');
/*** 

====================================================================
  Global Settings
====================================================================

 ***/

.chaxunbox {
	position: absolute;
	z-index: 11;
	width: 100%;
	/* background: #000; */
	top: 80%;
	/* height: 100px; */
}

.chaxun_but {
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
	float: left;
	padding: 0px 10px;
}

.chaxun_main {
	margin: 0px auto;
	width: 1170px;
	background: #07406d;
	height: 70px;
	padding-top: 16px;
}

.chaxun_mainlist {
	margin: 0px auto 32px auto;
	width: 1000px;
	background: #07406d;
	height: 70px;
	padding-top: 16px;
}

.chaxun_txt {
	width: 400px;
	height: 40px;
	line-height: 20px;
	float: left;
	/* text-align: center; */
	/* text-indent: 24px; */
	padding-top: 10px;
	padding-left: 20px;
}

.chaxun_tit {
	color: #fff;
	float: left;
	line-height: 40px;
	margin-right: 30px;
	margin-left: 22%;
}

.fieldset {}

body, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
}

a.navbar-brand {
	width: 245px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Poppins", sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

p {
	font-size: 16px;
	color: #363636;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
}

.overlay {
	background: #000000a3;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease;
}

.full-width {
	width: 100%;
}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/
#scroll {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #153076;
	border: solid 2px #153076;
	/*border-radius: 50px;*/
	/*box-shadow: 0px 0px 3px 4px rgb(123, 123, 123);*/
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 44%;
	margin-left: -8px;
	margin-top: -17px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

#scroll:hover {
	border: solid 2px #a7253d;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

/*** 

====================================================================
  End Scroll To Top style
====================================================================

***/

.row.m0 {
	margin: 0px;
}

.p0 {
	padding: 0px;
}

.padd-r-none {
	padding-right: 0;
}

.padd-l-none {
	padding-left: 0;
}

.pd-left-50 {
	padding-left: 50px;
}

.mr-btm-0 {
	margin-bottom: 0 !important;
}

.mb-60 {
	margin-bottom: 45px;
}

.brd-r-0 {
	border-right: 0 !important;
}

.spacer-50 {
	width: 100%;
	height: 20px;
	float: left;
}

.bg-gray-light {
	background-color: #f7f7f7;
}

/*** 

====================================================================
  image block style
====================================================================

***/
img {
	max-width: 100%;
}

.image_thumb {
	overflow: hidden;
	/*display: inline-block;*/
	position: relative;
	z-index: 3;
	cursor: pointer;
	box-shadow: 0 0px 17px #d2cfcf;
	background-color: #FFF;
	padding: 6px;
}

.image_thumb:before {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	cursor: pointer;
}

.image_thumb img {
	max-width: 100%;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}

.image_thumb:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.image_thumb:hover:before {
	opacity: 1;
}

#success {
	display: none;
}

#error {
	display: none;
}

.display_table {
	display: table;
	width: 100%;
}

.display_table_row {
	display: table-row;
}

.display_table_cell {
	display: table-cell;
	float: none !important;
}

iframe {
	border: none;
}

i:before {
	margin-left: 0px !important;
}

/* Btn css*/
.btn-full {
	width: 100% !important;
	display: inline-block;
	text-align: center;
}

.btn-xlg {
	padding: 15px 50px
}

.btn-lg {
	padding: 12px 30px;
	display: inline-block;
}

.btn-md {
	padding: 11px 20px;
	display: inline-block;
}

.btn-xs {
	padding: 11px 15px 10px;
	display: inline-block;
}

.theme-btn {
	color: #FFF;
	background-color: #034c91;
	border-radius: 40px;
	font-size: 14px;
	margin-top: 10px;
	float: left;
	letter-spacing: 0px;
	font-weight: 500;
	border: none;
	text-transform: uppercase;
}

.theme-btn:hover {
	background: #a7253d;
	color: #FFF;
	text-decoration: none;
	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;
}

.theme-btn:focus {
	color: #FFF;
}

.theme-btn-second {
	color: #FFF;
	background-color: #4f5368;
	border-radius: 4px;
	font-size: 16px;
	margin-top: 10px;
	float: left;
	letter-spacing: 0.3px;
}

.theme-btn-second:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
	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;
}

.theme-btn-brd {
	color: #649a38;
	background-color: #FFF;
	border: 2px solid #649a38;
	border-radius: 0px;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	letter-spacing: 0.3px;
}

.theme-btn-brd:hover {
	background: #649a38;
	border: 2px solid #649a38;
	color: #FFF;
	text-decoration: none;
	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;
}

/* End btn css*/

/* Main title css
============================================================================================ */
.sec_middle_title {
	text-align: center;
	max-width: 1040px;
	margin: auto;
	padding-bottom: 60px;
}

.sec_middle_title h1 {
	font-size: 35px;
	color: #242424;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: .90px;
	padding-bottom: 20px;
}

.sec_middle_title h1::after {
	content: "";
	width: 50px;
	height: 2px;
	display: none;
	background: #000;
	/*display: block;*/
	position: relative;
	top: 10px;
	left: 0;
	margin: auto;
}

.sec_middle_title h1 span {
	font-size: 40px;
	color: #e6760c;
	font-weight: 300;
}

.sec_middle_title h2 span {
	color: #18ba60;
}

.sec_middle_title p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: .34px;
}

/*** 

====================================================================
  Main Slider style
====================================================================

***/
.slider_area.mr_top {
	margin-top: 143px;
}

.slider_area {
	min-width: 0;
	min-height: 0;
	background-color: #000;
	overflow: hidden;
}

.slider_area .container-fluid {
	position: relative;
	padding-left: 0;
}

.slider_area .col-lg-12 {
	position: relative;
	padding: 0;
}

.slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider_area .owl-carousel {
	padding: 0;
	position: relative;
}

.slider_area .slide-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.slider_area .carousel-captions {
	position: absolute;
	top: 50%;
	width: 500px;
	z-index: 250;
	-webkit-transform: translateY(-50%);
}

.slider_area .carousel-captions.caption-align-center {
	text-align: center;
	width: 87%;
}

.slider_area .carousel-captions .caption-align-center-wrap {
	margin: 0 auto;
}

.slider_area .carousel-captions .small-heading {
	/*display: block;*/
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 3px;
	background-color: #000;
	padding: 5px 15px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	animation: fadeInleft 0.5s both 0.4s;
	width: auto;
	text-transform: uppercase;
}

.slider_area .carousel-captions .heading {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 46px;
	text-transform: uppercase;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .2);
	font-weight: bold;
	line-height: 55px;
}

.slider_area .carousel-captions .heading.color {
	color: #FFF;
}

.slider_area .carousel-captions .btn {
	font-size: 16px;
	text-transform: capitalize;
	padding: 12px 34px;
}

.slider_area .btn-outline.lighter {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	border-color: rgba(255, 255, 255, .2);
	background-color: #a7253d;
	border-radius: 40px;
}

.slider_area .owl-nav {
	text-align: center;
}

.slider_area .owl-nav [class*=owl-] {
	width: 37px;
	height: 37px;
	color: #242424;
	line-height: 35px;
	padding: 0;
	background: transparent;
	border: 1px solid #242424;
	text-align: center;
	border-radius: 0;
	font-size: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.slider_area .owl-nav [class*=owl-]:hover {
	/*opacity: .55;
    filter: alpha(opacity=55);*/
	background: rgba(0, 0, 0, 0.5);
}

.slider_area .owl-nav .owl-next {
	margin-right: 10px;
	top: 40%;
	right: -10px;
	position: absolute;
	color: #FFF;
	font-size: 35px;
	margin: 5px;
	padding: 0px;
	background: rgba(255, 255, 255, 0.3);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	width: 58px;
	height: 58px;
	border: none;
	line-height: 56px;
}

.slider_area .owl-nav .owl-prev {
	margin-right: 10px;
	top: 40%;
	left: 0px;
	position: absolute;
	color: #FFF;
	font-size: 35px;
	margin: 5px;
	padding: 0px;
	background: rgba(255, 255, 255, 0.3);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	width: 58px;
	height: 58px;
	border: none;
	line-height: 56px;
}

/*End Slder*/



/*...................equipment-section-Start...................*/
.equipment-section {
	width: 100%;
	float: left;
	padding: 0px 0px 100px 0px;
	background: #034c91 url(../img/latest-service/service-bg.png) left top no-repeat;
	position: relative;
	background-size: cover;
}

.equipment-mainpanel {
	width: 100%;
	float: left;
	top: -60px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.equipment-slider {
	width: 100%;
	float: left;
}

.equipment-group {
	width: 100%;
	float: left;
	height: 350px;
	padding: 20px 0px;
	position: relative;
	overflow: hidden;
}

.equipment-img {
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: right;
	background: black;
}

.equipment-img img {
	min-width: 100%;
	min-height: 100%;
}

.equipment-contents {
	width: 80px;
	position: absolute;
	right: 120px;
	top: 20px;
	bottom: 20px;
	z-index: 2;
	float: right;
	background: #b12639;
	vertical-align: top;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.equipment-contents h2 {
	min-width: 60px;
	height: 100%;
	padding: 2px 25px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	writing-mode: tb-rl;
	top: 0;
	bottom: 0;
	transform: rotate(180deg);
}

.equipment-contents img {
	width: 100%;
}

.equipment-contentshide {
	width: 100%;
	float: left;
	display: none;
	padding-top: 8px;
	margin: 0px;
	text-align: left;
}

.equipment-contentshide h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
}

.equipment-contentshide p {
	padding: 25px 0px;
	color: #fff;
	font-size: 14px;
}

.equipment-contentshide .common-btn {
	padding: 13px 35px;
}

.common-btn {
	display: inline-block;
	padding: 13px 40px;
	border: solid 1px #fff;
	border-radius: 50px;
	color: #fff;
	font-weight: 500;
	transition: all 0.5s ease;
}

.common-btn:hover, .common-btn:focus {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.owl-item.active .equipment-contentshide {
	display: block;
}

.owl-item.active .equipment-contents h2 {
	width: 100%;
	float: left;
	height: auto;
	transform: inherit;
	font-size: 30px;
	padding: 0px;
	writing-mode: lr-tb;
	position: inherit;
	text-align: left;
	left: initial;
	top: initial;
	right: inherit;
	bottom: inherit;
}

.equipment-slider .owl-item.active .equipment-group {
	padding: 0px;
}

.equipment-slider .owl-item.active .equipment-img img {
	max-height: 100%;
	min-height: 100%;
}

.equipment-slider .owl-item.active .equipment-contents {
	width: 50%;
	height: 100%;
	padding: 20px 30px;
	position: inherit;
	left: inherit;
	right: inherit;
	top: inherit;
	bottom: inherit;
}

.equipment-slider .owl-item.active .equipment-group {
	padding: 0px;
}

.equipment-slider .owl-item.active+div .equipment-contents {
	float: left;
	left: 120px;
}

.equipment-slider .owl-item.active+div .equipment-group .equipment-img {
	float: left;
}

.equipment-slider .owl-prev {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 9999;
}

.equipment-slider .owl-next {
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 9999;
}

/*...................equipment-section-End...................*/

/*...................ourservice-section-Start...................*/
.ourservice-section {
	width: 100%;
	float: left;
	padding: 50px 0px 0px 0px;
}

.ourservice-section .page-heading h2 {
	color: #fff;
}

.ourservice-section .page-heading h5 {
	color: #fff;
}

.ourservice-main {
	width: 100%;
	float: left;
	overflow: hidden;
}

.page-heading {
	width: 100%;
	float: left;
	padding-bottom: 60px;
	text-align: center;
	color: #fff;
}

.page-heading h2 {
	font-size: 35px;
	color: #000;
	font-weight: 600;
}

.page-heading h5 {
	padding-bottom: 10px;
	font-size: 26px;
	color: #000;
	font-weight: 400;
}

.page-heading p {
	padding-top: 10px;
	font-size: 16px;
	color: #4b4b4b;
}

.ourservice-panel {
	width: 100%;
	float: left;
	background: #005cb2;
	padding: 25px 12px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

.ourservice-icon {
	width: 100%;
	float: left;
}

.ourservice-icon span {
	width: 80px;
	height: 80px;
	display: inline-block;
	margin: auto;
	border-radius: 100px;
	border: solid 1px #fff;
	line-height: 75px;
}

.ourservice-panel h3 {
	width: 100%;
	float: left;
	padding-top: 20px;
	font-size: 20px;
	color: #fff;
}

.ourservice-panel p {
	width: 100%;
	float: left;
	padding-top: 30px;
	font-size: 15px;
	color: #fff;
}

.ourservice-panel:hover {
	background: #a7253d;
}

.ourservice-panel.active {
	background: #b12639;
	transition: all 0.5s ease;
}

/*...................ourservice-section-End...................*/


/*...................whychooseus-section-Start...................*/
.whychooseus-section {
	width: 100%;
	float: left;
	padding: 96px 0px 53px;
	overflow: hidden;
}

.whychooseus-main {
	width: 100%;
	float: left;
}

.ourcompany-panel {
	width: 100%;
	float: left;
}

.ourcompany-panel h2 {
	font-size: 35px;
	color: #000;
	font-weight: bold;
}

.ourcompany-panel h2 span {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	color: #034c91;
	font-weight: 500;
}

.ourcompany-panel p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
}

.whychooseus-gridmain {
	width: 100%;
	float: left;
	padding: 60px 0px 30px 0px;
}

.whychooseus-panel {
	width: 100%;
	float: left;
	height: 230px;
	padding: 50px 30px;
	margin: 10px 0px;
	text-align: center;
	background: #fff;
	position: relative;
	box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	transform-origin: bottom;
}

.whychooseus-panel span {
	display: block;
	padding-bottom: 20px;
}

.whychooseus-panel h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

.whychooseus-panel h3 strong {
	font-size: 32px;
}

.whychooseus-panel h3 strong i {
	font-style: initial;
}

.warehouse {
	background: url(../img/warehouse.jpg) center top no-repeat;
	background-size: cover;
}

.support {
	background: url(../img/support.jpg) center top no-repeat;
	background-size: cover;
}

.easy-payment {
	background: url(../img/easy-payment.jpg) center top no-repeat;
	background-size: cover;
}

.countries-covered {
	background: url(../img/countries-covered.jpg) center top no-repeat;
	background-size: cover;
}

.whychooseus-panel .overlay {
	padding: 50px 30px;
	background: rgba(25, 88, 153, 0.89);
}

.whychooseus-panel .overlay h3 {
	color: #fff;
}

.whychooseus-panel:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

/*...................whychooseus-section-End...................*/

/*...................casestudy-section-End...................*/
.casestudy-section {
	width: 100%;
	float: left;
	padding-bottom: 50px;
}

.casestudy-section .page-heading h2 {
	font-size: 40px;
	font-weight: 600;
}

.casestudy-main {
	width: 100%;
	float: left;
	/*    padding-bottom: 150px;*/
}

.casestudy-slider {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 50px;
	background: #f4f4f4;
}

.casestudy-slider .owl-stage {
	padding-left: 0px !important;
}

.casestudy-slider .owl-stage.owlpadding-remove {
	padding-right: 0px !important;
}

.casestudy-group {
	width: 100%;
	float: left;
	padding: 50px;
	padding-left: 0px;
}

.casestudy-imggroup {
	width: 45%;
	float: left;
}

.casestudy-imgpanel {
	width: 100%;
	float: left;
}

.casestudy-imgpanel>img {
	border: solid 5px #fff;
	/*   box-shadow: 0px 1px 14px 4px rgba(0, 0, 0, 0.10980392156862745);*/
}

.casestudy-contens {
	width: 55%;
	float: right;
	padding: 0px 40px;
}

.casestudy-contens h3 {
	padding-bottom: 30px;
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.casestudy-contens p {
	padding-bottom: 30px;
	font-size: 15px;
	color: #303030;
}

.casestudy-contens .common-btn {
	padding: 10px 32px;
	border: solid 1px #000000;
	color: #535353;
	font-size: 15px;
}

.casestudy-contens .common-btn:hover, .casestudy-contens .common-btn:focus {
	background: #034c91;
	border: solid 1px #034c91;
	color: #fff;
}

.casestudy-slider .owl-item:last-child.active .casestudy-group {
	padding-right: 0px;
	transition: padding 0.5s ease;
}

.casestudy-slider .owl-item.active .casestudy-imgpanel>img {
	box-shadow: 0px 1px 14px 4px rgba(0, 0, 0, 0.10980392156862745);
}

.casestudy-slider .owl-item .casestudy-contens {
	opacity: 0;
	transition: all 0.9s ease-in;
	transform: translateY(20px);
}

.casestudy-slider .owl-item.active .casestudy-contens {
	opacity: 1;
	transform: translateY(0px);
}

.casestudy-slider .owl-nav {
	position: absolute;
	right: 200px;
	margin: auto;
	bottom: 60px;
	padding-right: 60px;
	text-align: center;
}

.casestudy-slider .owl-prev {
	float: left;
	font-size: 35px;
	margin-right: 22px;
}

.casestudy-slider .owl-next {
	float: right;
	font-size: 35px;
}

.casestudy-slider.owlnav-pstn .owl-nav {
	bottom: 110px;
}

/*...................casestudy-section-Start...................*/


/*...................brandlist-section-Start...................*/
.brandlist-section {
	width: 100%;
	float: left;
	padding: 0px 0px 30px 0px;
}

.brandlist-main {
	width: 100%;
	float: left;
	padding: 50px 0px;
	/*border-top: solid 1px #f4f5f6;*/
}

.brandlist-group {
	width: 20%;
	float: left;
	text-align: center;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	transform-origin: bottom;
}

.brandlist-group:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*...................brandlist-section-Start...................*/


/*...................ourmission-section-Start...................*/
.ourmission-section {
	width: 100%;
	float: left;
}

.ourmission-main {
	width: 100%;
	float: left;
	overflow: hidden;
}

.ourmission-group {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	overflow: hidden;
}

.ourmission-group:nth-child(even) .ourmission-contents {
	background: #a7253d;
}

.ourmission-contents {
	width: 50%;
	float: right;
	background: #2957a9;
	padding: 80px 100px;
}

.ourmission-contents h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
}

.ourmission-contents p {
	padding: 30px 0px;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}

.ourmission-imgpanel {
	width: 50%;
	float: right;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	transform-origin: left top;
	overflow: hidden;
}

.ourmission-group:nth-child(even) .ourmission-imgpanel {
	transform-origin: right top;
}

.ourmission-imgpanel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ourmission-imgpanel:hover {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

/*...................ourmission-section-End...................*/


/*...................testimonial-section-Start...................*/
.testimonial-section {
	width: 100%;
	float: left;
	padding: 96px 0px 100px;
}

.testimonial-section .page-heading {
	padding-bottom: 53px;
}

.testimonial-main {
	width: 90%;
	margin: auto;
	padding: 10px 0px;
}

.testimonial-slider {
	width: 100%;
	float: left;
}

.testimonial-group {
	width: 100%;
	float: left;
	position: relative;
}

.testimonial-maincontent {
	width: 100%;
	float: left;
	background: #f6f6f6;
	padding: 25px;
}

.testimonial-content {
	width: 50%;
	float: left;
	padding: 10px;
}

.testimonial-content h5 i {
	font-size: 16px;
	color: #ffc602;
}

.testimonial-content h4 {
	padding-top: 30px;
	font-size: 16px;
	color: #1f2024;
}

.testimonial-content p {
	padding: 20px 30px 30px 0px;
	font-size: 15px;
	color: #1f2024;
}

.testimonial-content img {
	width: auto !important;
	max-width: 100% !important;
	position: relative;
	left: -12px;
	top: 15px;
	z-index: 1;
}

.testimonial-infomain {
	width: 100%;
	float: left;
}

.testimonial-clientname {
	width: 210px;
	float: left;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.testimonial-clientname h3 {
	font-size: 18px;
	color: #1f2024;
	font-weight: 500;
}

.testimonial-clientname small {
	display: inline-block;
	padding-top: 5px;
	font-size: 16px;
	color: #1f2024;
	font-weight: 400;
}

.testimonial-clientname span {
	display: inline-block;
	width: 74px;
	height: 74px;
	border-radius: 100px;
	border: solid 4px #fff;
	overflow: hidden;
}

.testimonial-clientname span img {
	width: auto;
	min-height: 100%;
}

.testimonial-media {
	width: 49%;
	float: right;
	text-align: right;
	position: absolute;
	top: 25px;
	right: 25px;
}

.testimonial-media .overlay {
	background: #00000047;
}

.testimonial-video {
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
}

.testimonial-video a {
	display: table-cell;
	vertical-align: middle;
}

.play-video {
	width: 65px;
	height: 65px;
	padding: 10px;
	background: #a7253d;
	text-align: center;
	border-radius: 50%;
	border: solid 2px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	position: relative;
	webkit-animation: pulsewhite 3s infinite;
	-o-animation: pulsewhite 3s infinite;
	animation: pulsewhite 3s infinite;
}

.play-video:before {
	width: 65px;
	height: 65px;
	padding: 10px;
	background: #2bcc1a;
	text-align: center;
	border-radius: 50%;
	border: solid 2px #445462;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	position: relative;
}

.play-video i {
	width: 22px;
	height: 25px;
	line-height: 26px;
	font-size: 24px;
	color: #ffffff;
	padding-left: 5px;
}

@keyframes pulsewhite {
	50% {
		box-shadow: 0 0 0 10px rgb(244, 249, 243), 0 0 0 20px rgba(236, 247, 235, 0.53)
	}
}

.testimonial-slider .owl-dots {
	width: 40%;
	float: left;
	text-align: right;
	margin-top: -120px;
	position: relative;
	z-index: 2;
}

.testimonial-slider .owl-dot {
	display: inline-block;
	padding: 0px 5px;
}

.testimonial-slider .owl-dot span {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #cccccc;
	border-radius: 100px;
}

.testimonial-slider .owl-dot.active span {
	background: #2957a9;
}

.commonbtn-parent {
	width: 100%;
	float: left;
	text-align: center;
}

.testimonial-section .common-btn {
	margin-top: 40px;
	padding: 13px 45px;
	border: solid 1px #2957a9;
	color: #2957a9;
}

.testimonial-section .common-btn:hover {
	background: #2957a9;
	color: #fff;
}

/*...................testimonial-section-End...................*/


/*...................homefaq-section-Start...................*/
.homefaq-section {
	width: 100%;
	float: left;
	padding: 100px 0px;
	background: #f6f6f6;
}

.homefaq-mainpanel {
	width: 100%;
	float: left;
}

.homefaq-mainpanel .common-btn {
	background: #242424;
	padding: 14px 32px;
	margin-top: 50px;
	border: none;
}

.homefaq-mainpanel .common-btn:hover, .homefaq-mainpanel .common-btn:focus {
	background: #034c91;
	color: #fff;
}

.homefaq-listmain {
	width: 100%;
	float: left;
}

.homefaq-listmain .faq_ques .panel.panel-default .panel-heading .panel-title a.collapsed i {
	margin-right: 5px;
	background-color: #e5e5e7;
	color: #808080;
}

.faq_ques .panel.panel-default .panel-heading .panel-title a .fa-angle-up {
	background: #034c91;
}

.homefaq-listmain .faq_ques .panel.panel-default .panel-heading .panel-title a {
	background-color: #fbfbfb;
	padding: 12px 20px;
	font-size: 16px;
	color: #242424;
	letter-spacing: 0px;
}

.homefaq-listmain .faq_ques .panel.panel-default .panel-heading .panel-title a i {
	line-height: 34px;
}

.homefaq-listmain .faq_ques .panel.panel-default .panel-heading .panel-title a strong {
	font-weight: 400;
}

.homefaq-listmain .panel.panel-default .panel-collapse .panel-body {
	padding: 15px 20px;
	font-size: 15px;
	color: #212121;
}

/*...................homefaq-section-Start...................*/

/*...................myteam-section-Start...................*/
.myteam-section {
	width: 100%;
	float: left;
	overflow: hidden;
}

.myteam-section .page-heading {
	padding: 75px 0px;
	background: #2957a9;
}

.myteam-section .page-heading h5, .myteam-section .page-heading h2 {
	color: #fff;
}

.myteam-main {
	width: 100%;
	float: left;
}

.myteam-gridpanel {
	width: 100%;
	float: left;
}

.myteam-group {
	width: 25%;
	float: left;
	padding: 10px;
}

.myteam-group:hover .overlay {
	visibility: visible;
	opacity: 1;
}

.myteam-content {
	width: 100%;
	float: left;
	background: #034c91;
	padding: 25px 0px;
	text-align: center;
}

.myteam-content h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.myteam-content h5 {
	padding-top: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.myteam-group:hover h3 {
	opacity: 1;
	animation: bounce 0.8s;
	-webkit-animation: bounce 0.8s;
	-moz-animation: bounce 0.8s;
	-o-animation: bounce 0.8s;
}

.myteam-group:hover h5 {
	animation: bounce 0.8s;
	-webkit-animation: bounce 0.8s;
	-moz-animation: bounce 0.8s;
	-o-animation: bounce 0.8s;
}

/*CSS3 Bounce Animation*/
@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
}

@-moz-keyframes bounce {
	0% {
		-moz-transform: translateY(0);
	}

	50% {
		-moz-transform: translateY(20px);
		opacity: 0;
	}
}

@-o-keyframes bounce {
	0% {
		-o-transform: translateY(0);
	}

	50% {
		-o-transform: translateY(20px);
		opacity: 0;
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
		opacity: 0;
	}
}

.myteam-img {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.myteam-inlineimg {
	display: inline-block;
	position: relative;
}

.myteam-group .overlay {
	visibility: hidden;
	opacity: 0;
}

.social-media {
	width: 100%;
	float: left;
	text-align: center;
}

.social-media a {
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	transform: translateY(200px);
	transition: transform 1s cubic-bezier(.46, 1.48, .18, .81);
}

.social-media a.facebook {
	transition-delay: 0.02s;
}

.social-media a.twitter {
	transition-delay: 0.04s;
}

.social-media a.linkedin {
	transition-delay: 0.06s;
}

.social-media a.google-plus {
	transition-delay: 0.08s;
}

.social-media a:hover, .social-media a:focus {
	text-decoration: none;
}

.myteam-group:hover .social-media a {
	transform: translateY(20px);
}

.myteam-group .overlay .social-media {
	position: absolute;
	bottom: 40px;
	transition: all 0.5s ease;
}

/*.myteam-group:hover .social-media {
    bottom: 20px;
}*/
/*...................myteam-section-End...................*/

/*...................membership-section-Start...................*/
.membership-section {
	width: 100%;
	float: left;
	background: #a7253d;
	padding: 96px 0px 100px;
}

.becomember-main {
	width: 100%;
	float: left;
	text-align: center;
}

.becomember-main h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}

.becomember-main p {
	padding: 30px 0px 40px 0px;
	font-size: 16px;
	color: #fff;
}

.becomember-main .common-btn {
	margin-right: 10px;
	padding: 12px 34px;
}

/*...................membership-section-End...................*/

/*...................latestpost-section-Start...................*/
.newsarticle-section {
	width: 100%;
	float: left;
	padding: 93px 0px;
}

.newsarticle-section .page-heading {
	padding-bottom: 55px;
}

.newsarticle-section .page-heading h2 {
	font-size: 35px;
	font-weight: 600;
}

.newsblog-mainpanel {
	width: 100%;
	float: left;
}

.newsblog-gridpanel {
	width: 100%;
	float: left;
}

.newsblog-group {
	width: 100%;
	float: left;
	padding: 8px;
	background: #fff;
	border: solid 1px #dcdddf;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 1px 14px 4px rgba(0, 0, 0, 0.10980392156862745);
}

.newsblog-imgpanel {
	width: 100%;
	display: inline-block;
	position: relative;
}

.newsblog-imgpanel img {
	width: 100%;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	transform-origin: bottom;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.newsarticle-slider .owl-item.active.center .newsblog-group img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.newsblog-group:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.newsblog-date {
	width: 81px;
	height: 81px;
	border-radius: 100%;
	padding-top: 10px;
	background: #2957a9;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: auto;
	z-index: 3;
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	/*    border: solid 3px #4777ce;*/
}

.newsblog-date:after {
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	left: -5px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	border-radius: 100%;
	border: solid 5px #94abd48c;
}

.newsblog-date small {
	display: block;
	font-size: 18px;
	font-weight: 400;
}

.newsblog-conents {
	width: 100%;
	float: left;
	background: #fff;
	padding: 30px 20px;
}

.newsblog-conents h3 {
	margin: 20px 0px;
	padding-bottom: 15px;
	padding-top: 7px;
	font-size: 18px;
	color: #2f2f2f;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}

.newsblog-conents h3:before {
	content: "";
	width: 55px;
	height: 3px;
	background: #2957a9;
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 0px;
	margin: auto;
}

.newsblog-conents p {
	padding-bottom: 30px;
	font-size: 15px;
	color: #1d1d1d;
	font-weight: 400;
	line-height: 24px;
}

.newsblog-conents a {
	color: #2957a9;
	font-size: 16px;
	font-weight: 500;
}

/*...................latestpost-section-End...................*/
/*...................getintouch-section-Start...................*/

.getintouch-section {
	width: 100%;
	float: left;
	padding: 20px 0px 0px 0px;
	background-color: #2957a9;
}

.getintouch-main {
	width: 100%;
	float: left;
	position: relative;
}

.getintouch-main .page-heading {
	padding-bottom: 40px;
	text-align: left;
}

.getintouch-main .page-heading h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 4px;
}

.getintouch-main .page-heading h5 {
	display: table;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

.getintouch-main .page-heading h5 span {
	display: table-cell;
	padding-right: 12px;
	vertical-align: bottom;
}

.getintouch-main .page-heading h5 img {
	display: table-cell
}

.getintouch-imgpanel {
	width: 40%;
	position: absolute;
	left: 10px;
	bottom: 0;
	text-align: center;
}

.getintouch-section .page-heding {
	padding: 0px 0px 40px 0px;
}

.getintouch-section .page-heding h5 {
	padding: 15px 0px 0px 0px;
	font-size: 24px;
	color: #4ea83d;
}

.contactform-grid {
	width: 60%;
	float: right;
	padding: 100px 50px;
}

.getintouch-main .contact-us-form .form-control {
	height: 55px;
	padding: 20px 25px;
	background: #fff;
	font-size: 16px;
	color: #3c3e41;
	font-weight: 400;
	border-radius: 0px;
}

.getintouch-main input::-webkit-input-placeholder {
	color: #3c3e41;
}

.getintouch-main input:-moz-placeholder {
	color: #3c3e41;
}

.getintouch-main input::-moz-placeholder {
	color: #3c3e41;
}

.getintouch-main input:-ms-input-placeholder {
	color: #3c3e41;
}

.getintouch-main .contact-us-form .common-btn {
	background: #fff;
	color: #2957a9;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0px;
}

.getintouch-main .contact-us-form .common-btn:hover, .getintouch-main .contact-us-form .common-btn:focus {
	background: #a7253d;
	color: #ffffff;
	border: solid 1px #b0d278;
}

.send-meassage2 {
	display: none;
}

.getintouch-main .contact-us-form .form-group textarea {
	height: 188px;
	resize: none;
}

.getintouch-main textarea::-webkit-input-placeholder {
	color: #3c3e41;
}

.getintouch-main textarea:-moz-placeholder {
	color: #3c3e41;
}

.getintouch-main textarea::-moz-placeholder {
	color: #3c3e41;
}

.getintouch-main textarea:-ms-input-placeholder {
	color: #3c3e41;
}

.message-textarea .input-group-addon {
	vertical-align: top;
	padding-top: 20px;
}

/*...................getintouch-section-End...................*/

/*...................shortaddress-section-Start...................*/
.shortaddress-section {
	width: 100%;
	float: left;
	padding: 50px 0px;
	background: #292929;
	border-bottom: solid 1px #3c3c3c;
}

.shortaddress-main {
	width: 100%;
	float: left;
}

.shortaddress {
	width: 100%;
	float: left;
	display: table;
}

.shortaddress.padd-left-70 {
	padding-left: 50px;
}

.shortaddress.padd-left-90 {
	padding-left: 90px;
}

.shortaddress i.fa-phone {
	align-items: center;
	justify-content: center;
	display: flex;
}

.shortaddress i.fa-map-marker {
	align-items: center;
	justify-content: center;
	display: flex;
}

.shortaddress i.fa-envelope {
	align-items: center;
	justify-content: center;
	display: flex;
}

.shortaddress>i {
	width: 78px;
	height: 78px;
	border-radius: 100%;
	background: #2957a9;
	text-align: center;
	line-height: 72px;
	font-size: 34px;
	color: #FFF;
	float: left;
}

.shortaddress:hover i {
	background: #a7253d;
	transition: all 0.5s ease;
}

.shortaddress>p {
	padding-left: 68px;
	color: #fff;
	font-size: 18px;
	float: left;
}

.shortaddress>div {
	padding-left: 28px;
	color: #fff;
	font-size: 18px;
	float: left;
	max-width: 275px;
}

.shortaddress>div p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}

.shortaddress>p span {
	display: block;
}

/*...................shortaddress-section-End...................*/


/*===================================================commonbanner-breadcrumb-css-Start===================================================*/
.banner_area {
	margin-top: 150px;
	background-size: cover;
	/*min-height: 352px;*/
	position: relative;
	z-index: 2;
}

.banner_area.banner_one {
	background: url(../img/banner/banner.jpg) no-repeat scroll center center;
	background-size: cover;
}

.banner_area:before {
	content: "";
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.banner_area .banner_content h3 {
	padding: 100px 0;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}

.banner_link {
	background: #FFF;
	border-bottom: 1px solid #e0e0e0;
}

.banner_link .abnner_link_inner a {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	letter-spacing: .32px;
	margin-right: 25px;
	line-height: 50px;
	position: relative;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
	content: "\f101";
	font: normal 14px/1 FontAwesome;
	position: absolute;
	font-weight: 900;
	font-size: 17px;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #242424;
}

.banner_link .abnner_link_inner a:last-child {
	margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
	display: none;
}

.banner_link .abnner_link_inner a:hover, .banner_link .abnner_link_inner a.active {
	color: #a7253d;
	text-decoration: none;
}

.banner_area_plane {
	background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
	background-size: auto auto;
	background-size: cover;
	min-height: 235px;
	position: relative;
	z-index: 2;
}

.banner_area_plane::before {
	content: "";
	background: rgba(143, 143, 143, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.banner_area_plane .banner_content h3 {
	padding-top: 100px;
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/* End Banner Area*/

.our_about_area {
	background-color: #FFF;
}

.our_about_left_content {
	padding-right: 10px;
}

.our_about_left_content .section_title {
	padding-bottom: 30px;
}

.our_about_left_content h2 {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.our_about_left_content h3 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: .44px;
	color: #242424;
}

.our_about_left_content p {
	font-size: 15px;
	line-height: 26px;
	padding-top: 30px;
}

/*===================================================commonbanner-breadcrumb-css-End===================================================*/
.chaxunjieguo {
	display: grid;
	width: 100%;
	/* min-height: 500px; */
	/* position: relative; */
	/* top: 500px; */
	margin-top: 150px;
	background: #f2f2f2;
}

.chaxunjieguo .tit {
	width: 100%;
	text-align: center;
	font-size: 40px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 50px;
	/* background: #00f; */
	margin-top: 50px;
}

.chaxunjieguo_box {
	width: 1000px;
	margin: 0px auto;
	/* background: #000; */
	/* float: left; */
}

.chaxun_list {
	border: 1px solid #ddd;
	padding: 2.8rem 2.8rem 0;
	display: table;
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
}

.chaxun_list i {
	float: left;
	width: 40px;
	background: url(../img/icowancheng.png) left -4px no-repeat;
	height: 40px;
	background-size: 33px;
}

.chaxun_list i.success {
	background-image: url(../img/icowancheng_ok.png);
}

.chaxun_list strong {
	/* float: left; */
	width: 22px;
	background: url(../img/icoyoujiantou.png) left 9px no-repeat;
	height: 25px;
	background-size: 18px;
	display: inline-flex;
	margin: 0px 14px;
}

.chaxun_list b {
	float: right;
}

.chaxun_list ul {
	width: 80%;
	display: table;
	float: left;
	margin-left: 10px;
}

.chaxun_list li {
	float: left;
	width: 100%;
	/* font-weight: bold; */
	margin-bottom: 16px;
	line-height: 30px;
}

.chaxun_list li b {
	float: left;
	font-size: 20px;
}

.chaxun_list li em {
	font-style: normal;
	/* float: left; */
	color: #06b123;
	font-size: 20px;
	font-weight: bold;
}

.chaxun_list a {
	color: #153076;
	font-weight: bold;
	margin-bottom: 19px;
	display: inline-block !important;
	padding-right: 20px;
	background: url(/img/icoxiazai.png) right 1px no-repeat;
	/* font-weight: normal; */
	background-size: 17px auto;
}

.chaxun_list .but {
	float: right;
	border: 1px solid #ddd;
	color: #153076;
	border: 1px solid #153076;
	border-radius: 4px;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	user-select: none;
}

.chaxun_list .but.active {
	background-color: #153076;
	color: #fff;
}

.no-results {
	text-align: center;
	margin-bottom: 30px;
}

html[dir="rtl"] .tracking-timeline .tracking-details-container::before {
	left: auto;
	right: 28%;
}

html[dir="rtl"] .tracking-timeline .tracking-details-container .timeline-image::before {
	left: 0;
	right: 5%;
}

@media screen and (min-width:768px) and (max-width:991px) {
	html[dir="rtl"] .tracking-timeline .tracking-details-container .timeline-image::before {
		left: 0;
		right: -40%;
	}
}

@media screen and (min-width:992px) and (max-width:1024px) {
	html[dir="rtl"] .tracking-timeline .tracking-details-container .timeline-image::before {
		left: 0;
		right: -8%;
	}
}

html[dir="rtl"] .tracking-timeline .tracking-details-container .tracking-details .trk-wrap .trk-wrap-content .trk-wrap-content-left {
	padding-left: 0;
	padding-right: 40px;
}

html[dir="rtl"] .tracking-timeline .tracking-details-container .tracking-details .trk-wrap .trk-wrap-content .trk-wrap-content-left span::before {
	left: 0;
	right: -24px;
}

html[dir="rtl"] .tracking-timeline .tracking-details-container .tracking-details .trk-wrap .trk-wrap-content .trk-wrap-content-right {
	padding-left: 0;
	padding-right: 40px;
}

html[dir="rtl"] .tracking-timeline .tracking-details-container .tracking-details .trk-wrap .trk-wrap-content .trk-wrap-content-right span::before {
	left: 0;
	right: -24px;
}

html[dir="rtl"] .progress li {
	float: right;
}

html[dir="rtl"] .progress li:before {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] .progress li .step::after {
	left: 0;
	right: auto;
}

html[dir="rtl"] .progress li .step::before {
	left: auto;
	right: 0;
}

@media (max-width:767px) {
	html[dir="rtl"] .progress li .step::before {
		height: 50%;
		width: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		left: 49%;
		top: -50%;
		right: auto;
	}
}

html[dir="rtl"] .my_tracking_form form.awb-tracking-form fieldset {
	padding-right: 15px;
	padding-left: 0;
}

html[dir="rtl"] .my_tracking_form form #edit-actions {
	padding-left: 15px;
	padding-right: 0;
}

.shipping-details .shipping-info {
	background-color: #ffffff;
	padding: 15px;
	-moz-box-shadow: 0 38px 48px rgba(185, 132, 255, 0.1);
	-webkit-box-shadow: 0 38px 48px rgba(185, 132, 255, 0.1);
	box-shadow: 0 38px 48px rgba(185, 132, 255, 0.1);
}

.shipping-details .shipping-info .shipping-country-details {
	display: block;
	margin: -15px -15px 15px;
	padding: 15px;
	background: #43009B;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form h3 {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form img {
	display: none;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form .form-row>div {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form .form-row label {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 6px;
	color: #ffffff;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form .form-row .submit-btn {
	margin-top: 30px;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form .form-row .submit-btn button {
	background-color: #FF6700;
	color: #ffffff;
	border: 1px solid #FF6700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form .form-row .submit-btn button:hover {
	background-color: #ffffff;
	color: #FF6700;
	border: 1px solid #FF6700;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form form#shipping-rate-enquiry fieldset {
	width: 49%;
	float: left;
	display: block;
	margin-right: 1%;
}

@media (max-width:767px) {
	.shipping-details .shipping-info .shipping-country-details .book-shippment-form form#shipping-rate-enquiry fieldset {
		width: 100%;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.shipping-details .shipping-info .shipping-country-details .book-shippment-form form#shipping-rate-enquiry fieldset {
		padding: 0 5px;
	}
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form form#shipping-rate-enquiry fieldset:last-child {
	margin-right: 0;
}

.shipping-details .shipping-info .shipping-country-details .book-shippment-form form#shipping-rate-enquiry fieldset label {
	color: #fff;
}

.flex {display: -webkit-flex !important; display: flex !important; flex-wrap: wrap;}
.flexJb {display: -webkit-flex !important; display: flex !important; justify-content: space-between; flex-wrap: wrap;}
.flexAc {display: -webkit-flex !important; display: flex !important; align-items: center; flex-wrap: wrap;}
.searchResult .list{width: 100% !important; margin-top: 20px; margin-left: 0 !important;}
.searchResult h2 {line-height: 180%; font-size: 18px;}
.searchResult .list li {width: 33.333%; line-height: 180%; padding: 0; font-size: 13px !important; margin-bottom: 0 !important;font-weight: bold;}
.searchResult .table {width: 100% !important; margin-top: 20px; margin-left: 0 !important;}
.searchResult .tableTitle {height: 40px; background-color: #153076; margin-bottom: 0 !important;}
.searchResult .tableTitle div {font-size: 12px; color: #fff; width: 20%; padding: 0 10px;}
.searchResult .tableTitle div:nth-child(2) {width: 40%;}
.searchResult .tableTitle div:nth-child(3) {width: 20%;}
.searchResult .tableTitle div:nth-child(4) {width: 20%;}
.searchResult .tableContent, .searchResult .tableContent *{font-family: 'Microsoft YaHei';}
.searchResult .tableContent {min-height: 40px; line-height: 160%; padding: 5px 0; background-color: #fffeff; margin-bottom: 0 !important;}
.searchResult .tableContent:nth-child(2n) {background-color: #f1f1f1;}
.searchResult .tableContent div {font-size: 12px; color: #333; width: 20%; padding: 0 10px;}
.searchResult .tableContent div:nth-child(2) {width: 40%;}
.searchResult .tableContent div:nth-child(3) {width: 20%;}
.searchResult .tableContent div:nth-child(4) {width: 20%;}
.searchResult .tableContent .tableContentTitle {display: none;}
.flexCenter {display: -webkit-flex !important; display: flex !important; flex-wrap: wrap; justify-content: center; align-items: center;}
.makeAnAppointment{background-color: #f2f2f2; overflow: hidden;}
.makeAnAppointment .c{width: 980px; margin: 0 auto;}
.makeAnAppointment .title{width: 100%; height: 98px; padding-bottom: 47px; background: url(/template/pc/skin/images/makeAnAppointment.jpg) no-repeat; font-size: 15px; color: #313538; padding-left: 203px;}
.makeAnAppointment .title img{margin-right: 16px;}
.makeAnAppointment h1{margin: 0 211px; line-height: 28px; font-size: 20px; color: #373535;}
.makeAnAppointment section.page1>p{margin: 0 200px; padding: 0 11px 30px 11px; line-height: 23px; font-size: 13px; color: #373535; margin-top: 5px; border-bottom: 1px dashed #cecece;}
.makeAnAppointment section.page1 ul{margin: 35px 153px 35px 203px;}
.makeAnAppointment section.page1 li{width: 172px; margin-right: 37px; margin-bottom: 10px;}
.makeAnAppointment section.page1 li:nth-child(3n){margin-right: 0;}
.makeAnAppointment section.page1 li h2{line-height: 26px; font-size: 14px; color: #373535;}
.makeAnAppointment section.page1 li .input{width: 100%; height: 37px; box-sizing: border-box; background: #fff; border: 1px solid #dbd9d9; padding: 0 10px; font-size: 14px; border-radius: 5px; outline: none;}
.makeAnAppointment section.page1 li .input:hover{border-color: #14346d;}
.makeAnAppointment section.page1 li.wd{width: 60%;}
.makeAnAppointment section.page1 li.wd p{font-size: 14px; color: #b2b2b2;}
.makeAnAppointment .button{width: 207px; height: 35px; background: #07406d; border: 0; font-size: 14px; color: #fff;}
.makeAnAppointment section .btns{width: 100% !important; padding: 20px 0 50px 0;}
.makeAnAppointment section.page2 h1{display: inline-block; line-height: 59px; padding: 0 150px; background: #e1e9ee; border: 1px solid #a7c6de; border-radius: 5px; font-size: 20px; color: #164b76; margin: 72px auto 95px auto;}
.makeAnAppointment section.page2 .button{margin-left: 20px;}
#queryAppointment .chaxunjieguo{margin-top: 0;}
#queryAppointment .chaxunjieguo .chaxun_txt{padding-top: 0; line-height: 40px;}
.queryAppointment .wrap{width: 100%; margin-bottom: 50px;}
.queryAppointment h1{font-size: 40px; margin: 0; width: 100%; color: #373a36; border-bottom: 1px dashed #d9d9d9; line-height: 90px;}
.queryAppointment ul{margin-bottom: 40px;}
.queryAppointment li{width: 50%; line-height: 70px; font-size: 20px; color: #b2b2b2;}
.makeAnAppointment .queryAppointment  .title{padding-left: 103px;}
@media (max-width: 1000px) {
	.chaxunjieguo_box {padding: 0 2%;}
	.chaxunjieguo_box, .chaxun_mainlist {
		width: 100%;
	}
	.chaxun_mainlist{height: auto;}
	.chaxun_tit {margin: 0 auto !important; text-align: center !important; display: block !important; width: 100% !important;}
	.chaxun_txt{width: 100%;}
	.chaxunbox{position: static; width: 100%;}
	.chaxun_main, .chaxun_mainlist{width: 100%; height: auto; padding: 0 2%;}
	.chaxun_txt{width: calc(100% - 120px);}
	.chaxun_but{width: 100px; margin-left: 20px; font-size: 12px; border-radius: 5px; background: #fff; border: 0;}
	.chaxun_mainlist{padding-bottom: 15px;}
	.chaxunjieguo .tit{margin-top: 20px; margin-bottom: 20px; font-size: 20px; height: auto; line-height: 180%;}
	.main_header_area{display: block !important;}
	.header_top, #sm_menu_ham{display: none !important;}
	.chaxun_list{padding: 1rem !important;}
	.searchResult .tableContent .tableContentTitle{display: inline-block;}
	.searchResult .list li{width: auto; display: inline-block; margin-right: 10px;}
	.searchResult .tableTitle{display: none !important;}
	.searchResult .tableContent{flex-direction: column;}
	.searchResult .tableContent div{width: 100% !important;}
	.searchResult .table{margin-top: 10px !important;}
	.searchResult .tableContent{border-bottom: 1px solid #ccc; padding: 5px 0;}
	.searchResult .tableContent:nth-child(2n){background: none;}
	.makeAnAppointment .c{width: 100%; padding: 0 2%;}
    .makeAnAppointment .title{background: none; height: auto; padding-bottom: 0; padding-left: 0; margin-top: 15px;}
    .makeAnAppointment .title p:last-child{flex: 1; margin-left: 0; line-height: 140%; font-size: 14px;}
    .makeAnAppointment section.page1>p, .makeAnAppointment h1{margin: 0;}
    .makeAnAppointment h1{margin: 10px 0;}
    .makeAnAppointment section.page1 ul{margin: 20px 0;}
    .makeAnAppointment section.page1 li{width: 100% !important; margin-right: 0 !important;}
    .makeAnAppointment section.page2 h1{padding: 5px; font-size: 16px; margin: 10px 0; width: 100%;}
	.makeAnAppointment h1{font-size: 18px; line-height: 50px;}
	.queryAppointment li{width: 100%; line-height: 180%; font-size: 14px;}
	.makeAnAppointment .button{width: auto; display: inline-block; padding: 0 10px;}
	.chaxun_main{padding-top: 30px !important;}
	.equipment-mainpanel{margin-top: 30px !important;}
}

.chaxunjieguo{background: #fff;}
.trackerForm{background: #f0efef; padding: 20px; width: 720px; margin: 100px auto 30px auto;}
.trackerForm, .trackerForm *{outline: none;}
.trackerForm h2{line-height: 180%; font-size: 30px; color: #666;}
.trackerForm p{line-height: 180%; font-size: 14px; margin-bottom: 20px;}
.trackerForm form{width: 650px; height: 55px; background: #fff; border: 1px solid #666; padding: 5px;}
.trackerForm form textarea{flex: 1; height: 43px; background: none; border: 0; font-size: 16px; line-height: 43px; padding: 0 15px;}
.trackerForm form textarea:focus{border: 0;}
.trackerForm form input{height: 43px; line-height: 43px; background: #db291f; border: 0; cousor: pointer; font-size: 16px; color: #fff; padding: 0 30px;}
.whychooseus-main ul {margin-top: 40px;}
.whychooseus-main li {width: 20%; text-align: center; margin-bottom: 20px; overflow: hidden;}
.whychooseus-main li p{width: 90%; margin: 0 auto; border: 1px solid #ccc;}
.indexGb{padding: 50px 0;}
@media (max-width: 768px) {
    .chaxunjieguo{overflow: hidden; display: block;}
    .trackerForm{width: 100%; margin: 50px 0 0; padding: 2vw;}
    .trackerForm form{width: 100%;}
    .trackerForm h2{font-size: 18px;}
    .trackerForm form textarea, .trackerForm form input{font-size: 14px;}
    .whychooseus-main li{width: 33.3333%}
}