/*
Template Name: Expoint 
Template URI: http://capricorn-theme.net/html/expoint
Description: Courier & Logistics HTMl Template 
Author: Mihir Kanti Ghosh
Author URI: mihir@capricorn-theme.net
Version: 1.0
 */

/* CSS Index
============
footer-up
## Google Font Import 
## Common CSS
## Bacground Color  
## Background Image  
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Area  
## Main Menu 
## Slider CSS 
## Feature Section 
## About Section # 01 
## Service Section # 01
## Logistics Section # 01 
## Process Section 
## FAQ Section 
## Testimonial Section # 01 
## Blog Section 
## Client Section 
## CTA Section # 01
## Footer Area 

## About Section # 02
## Service Section # 02
## Achievement Section 
## Logistics Section # 02 
## Choose Us Section # 01
## Testimonial Section # 02
## Pricing Section 
## Quotation Section
## Logistics Services # 02

## Logistics Section # 03 
## About Section # 03
## CTA Section # 02
## Service Section # 03
## Choose Us Section # 02
## Team Section 

## Breadcrumb Section 
## Choose Us Page 
## Team Page 
## Price Page 
## Quotation Page 
## FAQ Page  
## Service Page 
## Blog Page 
## Single Service 
## Single Blog 
## Contact Page 


/* Google Font Import 
======================= */
@import url('css2-Robotoitalwght030004000500070009001400_swap.css');
@import url("css2-Tekowght300400500600700_swap.css");
@import url('css.css');
@import url(https://css02.v15cdn.com/m433/fonts/iconfont.css);

/*	Theme Main Color: #007aff
	Theme Secondary Color: #1A1F31*/

/* Common CSS 
============== */

:root{--color:#007aff;--hovercolor:#0B1B2B;--fontcolor:#0B1B2B;--titlecolor:#0B1B2B;--introcolor:#555555;--headercolor:#0B1B2B;--footercolor:#4C555E;--prosaspectratio:1/1;--newssaspectratio:4/3;--hometitlefont:40px;--fontsize12:12px;--fontsize13:13px;--fontsize14:14px;--fontsize15:15px;--fontsize16:16px;--fontsize17:17px;--fontsize18:18px;--fontsize20:20px;--fontsize22:22px;--fontsize24:24px;--fontsize26:26px;--fontsize28:28px;--fontsize30:30px;--fontsize32:32px;--fontsize34:34px;--fontsize36:36px;--fontsize38:38px;--fontsize40:40px;--fontsize48:48px;--fontbold3:300;--fontbold4:400;--fontbold5:500;--fontbold6:600;--fontbold7:700;--fontbold8:800;--fontbold9:900;--borderradius:5px;--fontfamily:"Roboto Slab","Open Sans","Roboto","Poppins","Oswald","Noto Sans","Montserrat",sans-serif}


html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	
	font-weight: 500;
	margin: 0;
	color: #1d2143;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;

	color: #007aff;
	font-size: 16px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

p {

	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	color: #898a9c;
}

p.highlight {
    color: #898a9c;
    font-size: 17px;
    line-height: 20px;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

img {
	display: inline-block;
	max-width: 100%;
}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}

table,
th,
tr,
td {
	border: 1px solid #191919;
}

th,
tr,
td {
	padding: 10px;
}

hr {
	border-top: 1px solid #eee;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
	padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 60px 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 35px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 50px 20px;
	}
}

/*Margin & Padding */

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-150 {
	padding-bottom: 150px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}


.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-30 {
	margin-bottom: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.ml-auto {
	margin-left: auto ! important;
}

.mr-auto {
	margin-right: auto ! important;
}

/*Section Title */


.section-title {
	position: relative;
}

.section-title h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 20px 0;
	color: #1d2143;
	text-transform: uppercase;
}

.section-title h6 {
	color: #007aff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*Button Style */

.main-btn {
	display: inline-block;
	background: #007aff;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50px;
}

.main-btn.btn-2 {
	background: transparent;
}

.main-btn.btn-white {
	background: #fff;
	color: #191919;
}

.main-btn:hover {
	background-color: #fff;
	color: #25283a;
}

/*Form Style CSS */

input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 20px;
}

textarea {
	height: 150px;
	resize: none;
}

input[type="submit"],
button[type="submit"] {
	border: none;
	border-radius: 0;
	display: inline-block;
	background: #007aff;
	color: #fff;
	padding: 15px 30px;
	margin: 27px 0;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}

input::placeholder,
textarea::placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

/*Bootstrap CSS*/

.container-fluid {
	padding: 0;
}

/* Bacground Color & Overlay CSS 
============== */

.sky-bg {
	background: #ECF0F9;
}

.gray-bg {
	background: #f6f6f6 !important;
}

.white-bg {
	background: #fff;
}

.blue-bg {
	background: #030f27;
}
.orange-bg {
    background: #007aff;
}
.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/*background-color: rgba(3, 15, 39, 0.58);*/
	top: 0;
	left: 0;
	z-index: -1
}

.overlay-1 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #1a2a77;
	opacity: .7;
	top: 0;
	left: 0;
	z-index: -1
}


.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #1a2a77;
	opacity: .6;
	top: 0;
	left: 0;
	z-index: -1
}


/* Pre-Loader CSS 
============== */
#loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #007aff;
	z-index: 999999;
}

.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

/* Scroll Top 
============== */
.go-top {
	background-color: #007aff;
	color: #FFF;
	width: 40px;
	height: 40px;
	bottom: 6em;
	right: 2em;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	z-index: 1;
	border-radius: 5px;
	display: none !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

@media (max-width: 575px) {
	.go-top i:before {
		font-size: 14px;
	}

	.go-top {
		right: 1em;
		bottom: 5em;
		z-index: 1;
	}
}

.go-top:hover {
	background-color: #fff;
	color: #020E28;
}

/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
	background: #0593f0;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}

#header-2.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
	animation: none;
}

.header-area.absolute-header .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}


#header-2.header-area .is-sticky .sub-menu {
	top: 60px;
}

#header-2 .is-sticky .main-menu li:hover .sub-menu {
	top: 60px;
}


/* Header Top Area
============== */

.header-top {
	background: #1a2a77;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 10px 0;
}

.contact-info i {
	color:#0593f0;
	font-size: 16px;
	margin-right: 5px;
}
.contact-info span {
	padding:0 10px;
	}
.site-info .social-area {
	display: inline-block;
	margin-left: 10px;
}

.site-info .social-area i {
	font-size: 15px;
    color: #0593f0;
    padding-left: 15px;
}
.site-info .social-area i:hover {
    color: #fff;
}
/* Header Area 
============== */

.header-area {
	height: auto; background:#0593f0;

}

#header-2.header-area {
	height: auto;
}

#header-2.header-area {
	padding: 0;
}

.header-area .logo {
	padding: 15px 0;
}

.header-area .logo img {
	max-width: 180px;
}

.sub-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 15px 0;
	display:none;
}

.sub-title p {
	margin-top: 15px;
}

.sub-title:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -17px;
	height: 40px;
	border-left: 2px solid #eee;
	margin-top: -20px;
	display:none;
}

#header-2 .navigation {
	height: 80px;
	background: #051232;
	border-top: 1px solid #eee;
}

#header-2 .logo {
	padding: 15px 0;
}

#header-2 .sub-title {
	padding: 15px 0;
}

#header-2 .aside-content {
	padding: 15px 0;
}

.header-area li.nav-item .nav-link {
	color: #fff;
}

#header-2 .main-menu .navbar-nav .nav-link {
	padding: 30px 0;
	color: #d7d7d7;
}

@media (max-width:768px){

.header-area li.nav-item .nav-link {
	color: #000;

}
}



#header-2.header-area .header-btn.main-btn {
	margin-top: 15px;
}

#header-2.header-area .header-btn.main-btn:hover {
	background: #fff;
	color: #051232;
}

#header-3.header-area li.nav-item .nav-link {
	color: #fff;
}

.header-area .main-menu .navbar-nav .nav-link.active {
	color: #00045c;
}

#header-2.header-area .main-menu .navbar-nav .nav-link.active {
	color: #00045c;
}

#header-3.header-area .main-menu .navbar-nav .nav-link.active {
	color: #00045c;
}

.header-area .main-menu li.nav-item:hover > a {
	color: #777;
}

.header-area .header-btn.main-btn {
	padding: 14px 30px;
}

.header-area.absolute-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.responsive-logo {
	display: none;
}

#header-3 .logo {
	margin-top: 0;
}

#header-3 .sub-title p {
	color: #fff;
}

#header-3 .sub-title:before {
	border-left: 2px solid #c5c2c2;
}

#header-3 button.search-btn {
	color: #fff;
}

#header-3 .search-box button:before {
	border-left: 2px solid #9c9a9a;
}

/*-- Search Form --*/

.search-box button {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
	border: none;
	background: none;
	position: absolute;
	top: 32px;
	right: 10px;
	font-size: 18px;
}

.search-box button:before {
	position: absolute;
	content: "";
	top: 95%;
	left: -40px; color:#fff;
	height: 40px;
	border-left: 2px solid #eee;
	margin-top: -20px;
}

.search-box button:hover {
	cursor: pointer;
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: #ffffff;
	padding: 25px 0 30px;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.search-popup .upper-text .text {
	font-size: 18px;
	letter-spacing: 1px;
}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
	font-size: 18px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	background: none;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	padding: 10px 14px;
	height: 45px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 14px;
	top: -15px;
	background: transparent;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #333333;
	padding: 0;
	background: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


/* Header Aside */

#header-aside .aside-content {
	float: right;
	color: #585252;
	margin-top: 10px;
}

#header-aside .aside-content .info-wrap {
	display: table;
	overflow: hidden;
	width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#header-aside .aside-content .info-c span {
	opacity: .5;
}

#header-aside .aside-content .info-i {
	width: 45px;
}

#header-aside .aside-content .info-i span {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #007aff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
	font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px dashed transparent;
	background-color: transparent;
}

#header-aside .aside-content .inner > div {
	float: left;
	display: block;
	width: 170px;
	position: relative;
	color: #777;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-left: 25px;
	border-right: 2px solid #eee;
}

#header-aside .aside-content .inner > div:last-child {
	border: 0;
}

/* Main Menu 
============== */

.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 30px;
}

#header-2 .main-menu li.nav-item {
	margin-right: 35px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 500;
	color:#fff;
	display: block;
	padding: 47px 4px;
}

.main-menu .navbar-nav .nav-link.active {
	color: #fff;
}

.main-menu li.nav-item:hover > a {
	color: #fff;
}

/*Dropdown Menu */

.home-banner .swiper-slide{overflow:hidden}
.home-banner .swiper-slide>a{position:relative;display:flex}
.home-banner .swiper-slide>a::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2)}
.home-banner .swiper-slide img{width:100%;height:100%;object-fit:cover}
.home-banner .pcimg{display:block}
.home-banner .mobimg{display:none}
.home-more{min-width:150px;padding:0 20px;height:45px;border-radius:var(--borderradius);background:#0593f0;color:#fff;text-transform:capitalize;display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear;font-size:var(--fontsize16);position:relative;z-index:1;overflow:hidden}
.home-more::after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);width:calc(100% + 20px);border-radius:50%;aspect-ratio:1/1;background:rgba(0,0,0,.4);z-index:-1;transition:all .2s linear}
.home-more:hover::after{transform:translate(-50%,-50%) scale(1)}
.home-banner .banner-animote{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;color:#fff;opacity:0}
.home-banner .banner-animote .p1{font-size:48px;font-weight: bold; color:#fff;line-height:1.4;margin:10px 0 10px}
.home-banner .banner-animote .p2{font-size:30px; line-height:40px;margin-bottom:50px;color:#fff; width:600px;}
.home-banner .swiper-slide-active img{animation:bannerimg 6s forwards}
.home-banner .swiper-slide-active .banner-animote{animation:bannerani .5s forwards;animation-delay:.7s}
.home-banner .bannerswiper-next,.home-banner .bannerswiper-prev{position:absolute;top:45%;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:0 0;background:rgba(255,255,255,.1);color:#fff;z-index:1;cursor:pointer;transition:all .15s linear;border-radius:50%}
.home-banner .bannerswiper-next:hover,.home-banner .bannerswiper-prev:hover{background:var(--color)}
.home-banner .bannerswiper-next em,.home-banner .bannerswiper-prev em{font-size:var(--fontsize24)}
.home-banner .bannerswiper-prev{left:25px}
.home-banner .bannerswiper-next{right:25px}
@keyframes bannerani{0%{margin-top:20px}
100%{opacity:1;margin-top:0}
}
@keyframes bannerimg{0%{transform:scale(1)}
50%{transform:scale(1.05)}
100%{transform:scale(1)}}

@media (max-width:768px){

.home-banner .banner-animote .p1{font-size:18px;font-weight: bold; color:#fff;line-height:1.4; width:80%; margin:auto}
.home-banner .banner-animote .p2{font-size:14px; line-height:20px;margin-bottom:0px;color:#fff; width:80%; margin:auto}
.home-banner .banner-animote .p3{ display:none;}

}





.home-cate .homecate-top{display:flex;align-items:flex-end;justify-content:space-between}
.home-cate .homecate-top .home-title{text-align:left; font-size:40px;}
.home-cate .homecate-top a:hover{text-decoration:underline}
.home-cate .homecate-top .right{white-space:nowrap}
.home-cate .list{margin-top:2%;display:flex;flex-wrap:wrap;justify-content:space-between;position:relative;padding-left:42%}
.home-cate .list li:nth-child(1){position:absolute;left:0;top:0;width:40%;height:100%;aspect-ratio:6/7}
.home-cate .list li{width:48.4%;border-radius:10px;overflow:hidden;position:relative;aspect-ratio:7/6}
.home-cate .list li:nth-child(n+4){margin-top:1.5em}
.home-cate .list li .img{width:100%;height:100%;display:flex}
.home-cate .list li .img img{width:100%;height:100%;object-fit:cover}
.home-cate .list li .title{position:absolute;left:0;bottom:0;width:100%;height:100%;color:#fff;display:flex;justify-content:space-between;align-items:flex-end;padding:20px;background:linear-gradient(0deg,var(--hovercolor) 0,rgba(0,0,0,0) 100%);transition:all .1s linear}
.home-cate .list li .title span{font-size:var(--fontsize18)}
.home-cate .list li .title em{color:var(--color);font-size:var(--fontsize20)}
.home-cate .list li:hover .img img{transform:scale(1.02)}
.home-cate .list li:hover .title{color:#0593f0}

.home-choose{background:#f5f5f5;color:#000; padding:60px 0px;}
.home-choose .l-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.home-choose .left{width:40%;padding-right:3%; float:left;}
.home-choose .left .home-title{text-align:left}
.home-choose .left p{margin:1em 0}
.home-choose .left .home-more{margin-top:1em}
.home-choose .right{flex:1;float:left; width:60%;}
.home-choose .right ul{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none}
.home-choose .right ul li{width:47%;padding:15px;position:relative}
.home-choose .right ul li::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border:1px solid transparent;border-radius:10px}
.home-choose .right ul li:hover::after{border-color:#0593f0;animation:drawBorderLine 2s linear infinite}
@keyframes drawBorderLine{0%{clip-path:inset(100% 0 0 0)}
25%{clip-path:inset(0 100% 0 0)}
50%{clip-path:inset(0 0 100% 0)}
75%{clip-path:inset(0 0 0 100%)}
100%{clip-path:inset(100% 0 0 0)}}
.icon-a-dingzhi1:before{content:"\e670";}
.home-choose .right ul li:nth-child(n+3){margin-top:3em}
.home-choose .right ul li:hover em{transform:rotateY(180deg)}
.home-choose .right ul li em{color:var(--color);font-size:40px;line-height:1;display:inline-block;transition:all .2s linear}
.home-choose .right ul li .p1{font-size:20px;font-weight:var(--fontbold6);margin:10px 0 0}
.home-choose .right ul li .p2{color:#3a3a3a; padding-top:15px; line-height:20px;}



.sub-menu {
	position: absolute;
	left: 0;
	top: 90px;
	width: 230px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header-2 .sub-menu {
	top: 80px;
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #007aff;
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

#header-2 .main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li a {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 12px;
	color: #191919;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-menu .sub-menu li:hover > a {
	color: #007aff;
}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}


/* Slider CSS 
==================*/

/*.single-slide-item {
	background-image: url(/img/home-1.jpg);
}*/

.hero-area-bg-2 {
	background-image: url(../image/slide-2.jpg);
}

#home-2 .single-slide-item {
	background-image: url(../image/slide-3.jpg);
}

#home-2 .hero-area-bg-2 {
	background-image: url(../image/slide-4.jpg);
}

#home-3 .single-slide-item {
	background-image: url(../image/slide-5.jpg);
}

#home-3 .hero-area-bg-2 {
	background-image: url(../image/slide-6.jpg);
}
.index-first .justify-content-center {
    position: absolute;
    top: 170px;
}
.single-slide-item {
	background-size: cover;
	background-position: center;
	color: #fff;
	width: 100%;
	height: 700px;
	display: table;
	position: relative;
	z-index: 1;
}

.single-slide-item h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: 1px;
    margin: 30px 0;
}
.single-slide-item h2 {
    color: #007aff;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0;
}
.single-slide-item h3 {
    color: #000000;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 70px;
}

.single-slide-item h6 {
    color: #007aff;
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.single-slide-item p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    width: 60%;
    font-weight: 600;
}
.single-slide-item .main-btn {
	margin: 0 !important;
}
.single-slide-item .main-btn:hover {
    color: #000;
    background: #fff;
    border: 1px solid #007aff;
}
#home-2 .single-slide-item h6:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	left: 0;
	top: 50%;
	background: #007aff;
	margin-top: -1px;
	display:none;
}

#home-2 .single-slide-item {
	height: 700px;
}

#home-3 .single-slide-item {
	height: 800px;
}

#home-3 .section-title {
	margin-top: 100px;
}

.homepage-slides .hero-area-content .section-title h6 {
    color: #007aff !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 35px;
	height: 35px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	color: #007aff8c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #007aff;
	color: #fff;
	border-color: #007aff;
	opacity: 1;
}

.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

.hero-area-content .main-btn {
	margin: 25px 0;
}

/* Feature Section
============== */

.feature-area .single-feature-item {
	margin-top: 0;
	transform: translateY(0);
	transition: .5s;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
	border-radius: 5px;
}

.feature-area .single-feature-item:hover {
	transform: translateY(-20px);
}

.feat-icon i:before {
	font-size: 55px;
	color: #FCDB5A;
}

.feat-icon {
	background: #fff;
	padding: 65px 30px 50px;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.feat-content {
	background: #fff;
	padding: 30px;
	border-left: 1px solid #eee;
	border-radius: 0px 5px 5px 0;
}

.feat-content p {
	margin: 15px 0;
}

.feat-content a {
	font-size: 20px;
	color: #87C03D;
}

.feature-area {
	position: relative;
	z-index: 9;
}

/* About Seciton # 01 
============== */

.info-img {
	background-image: url(../image/map.png);
	background-size: cover;
	background-position: top center;
}

.info-content-area .section-title h2 {
	position: relative;
	padding-left: 35px;
}

.info-content-area .section-title h2:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid #007aff;
}

.info-content-area p.highlight {
	position: relative;
	padding-left: 35px;
	margin: 20px 0;
}

.info-content-area p.highlight:before {
	position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 3px;
    left: 0;
    background: #007aff;
}

.info-content-area .main-btn {
	background: transparent;
	color: #007aff;
	border: 2px solid;
	margin: 40px 0;
}

.info-content-area .main-btn:hover {
	background: #007aff;
	color: #fff;
	border-color: #007aff;
}

.info-img {
	margin-right: 30px;
}

.founded {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	padding: 10px;
}

.years {
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 10px;
	letter-spacing: 1px;
}

.years span {
	font-family: 'Teko', sans-serif;
	font-size: 140px;
	font-weight: 600;
	line-height: 120px;
	background-color: #007aff;
	background-image: url(../image/trans-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	padding-right: 20px;
}

.about-area .text {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	line-height: 27px;
	color: #007aff;
	border-left: 5px solid #eee;
	padding-left: 35px;
	margin-top: 20px;
}


/* Service Section # 01
============== */

.services-area {
	background-image: url(../image/service.jpg);
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}

#service-1.services-area .section-title h2 {
	color: #fff;
}

.service-icon i:before {
	font-size: 50px;
	color: #007aff;
}

.single-service-area {
	text-align: center;
	height: 320px;
	padding: 40px;
	background: rgb(255 255 255 / 10%);
	position: relative;
	z-index: 1;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}


.single-service-area h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
	margin: 30px 0 20px;
}

.single-service-area p {
	color: #ccc7c7;
}

.single-service-area a.read-more {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px 0;
}
.single-service-area a.read-more:hover {
    color: #fff;
}
.single-service-area:before {
	background-image: url(../image/01.jpg);
}

.service-2:before {
	background-image: url(../image/03.jpg);
}

.service-3:before {
	background-image: url(../image/04.jpg);
}

.service-4:before {
	background-image: url(../image/02.jpg);
}

.service-5:before {
	background-image: url(../image/05.jpg);
}

.service-6:before {
	background-image: url(../image/06.jpg);
}

.single-service-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
	background-size: cover;
	background-position: center;
}

.single-service-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #03102A;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-out;
}

.single-service-area:hover::before {
	visibility: visible;
	opacity: .5;
}

.single-service-area:hover::after {
	visibility: visible;
	opacity: .9;
}


/* Logistics Section # 01  
==================== */

.single-logistic-bg {
	background-image: url(../image/1.jpg);
	height: 325px;
}

.logistic-bg-2 {
	background-image: url(../image/2.jpg);
}

.logistic-bg-3 {
	background-image: url(../image/3.jpg);
}

.logistic-bg-4 {
	background-image: url(../image/4.jpg);
}

#logistic-1 .single-logistic-area {
	padding: 40px;
	box-shadow: none;
	margin-top: 0;
	height: 325px;
	text-align: center;
	background: #fff;
	transition: .3s;
}

.single-logistic-area h5 {
	margin: 25px 0;
}

#logistic-1 .logistic-icon i:before {
	color: #1a2a77;
}

#logistic-1 .single-logistic-area a.read-more {
	margin: 12px 0 0;
	text-transform: uppercase;
	font-weight: 500;
}

#logistic-1 .single-logistic-area:hover {
	background: #02223A;
}

#logistic-1 .single-logistic-area:hover .logistic-icon i:before {
	color: #fff;
}

#logistic-1 .single-logistic-area:hover h5 {
	color: #fff;
}

#logistic-1 .single-logistic-area:hover p {
	color: #fff;
}

/* Process Section
============== */

.single-process-area {
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
}

.single-process-area h5 {
	font-size: 14px;
	color: #fff;
	margin: 25px 0 10px;
	letter-spacing: 1px;
}

.single-process-area h4 {
	font-size: 20px;
	margin: 20px 0;
}

.process-icon {
	position: relative;
}

.process-icon img {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.single-process-area:hover img {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

[class*='col-lg-3']:not(:last-child) .process-icon:after {
	position: absolute;
	content: "";
	top: 50%;
	right: -44px;
	width: 80px;
	height: 1px;
	border: 1px dashed cadetblue;
	opacity: .7;
}
/*#about-page {
    background: #1a2a77;
}*/
.about-one {
    padding: 50px;
}
.about-one h4 {
    color: #000 !important;
}
.about-two {
    background-image: url(../image/service.jpg);
}
#about-page.process-area .section-title h2 {
    color: #007aff;
    font-size: 30px;
}
#about-page.process-area .single-process-area {
    margin-top: 20px;
}
#about-page.process-area .single-process-area h4 {
	color: #fff;
}

#about-page.process-area .single-process-area p {
	color: #cecece;
}
.about-page {
    padding-bottom: 0;
}
.about-page .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 60px !important;
}
.about-page .tex-float {
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-page .section-title span.xian {
    border-bottom: 3px solid #1d2143;
    padding-bottom: 15px;
    width: 90px;
}
.about-page-two .section-title h2 {
    
}
.about-page-two .section-title p {
    color: #1d2143;
}
.about-page-two .section-title h2 span {
    color: #007aff;
}
/* FAQ Section 
============== */

.faq-bg {
	background-image: url(../image/faq.jpg);
	height: 600px;
}

.styled-faq {
    margin-top: 40px;
    box-shadow: 1px 1px 16px 11px #d1d1d1;
    border-radius: 30px;
    padding: 30px 30px 0;
}

.styled-faq .panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7;
}

.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: none;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 10px 0;
    width: 95%;
}

.styled-faq .panel .panel-heading h6 {
	font-weight: 500;
}

.styled-faq .panel .panel-heading h6 a {
    display: block;
    text-decoration: none;
    padding: 12px 0;
    background: none;
    color: #1B214C;
    border: none;
    font-size: 17px;
}
.styled-faq .panel-group .panel:last-child {
    border:none;
}
.faq-section .section-title h2{
    font-size: 38px;
    font-weight: 600;
    margin: 20px 0;
    color: #1d2143;
    line-height: 1.3;
}
.faq-section .section-title h2 span {
    color: #007aff;
}
@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
    display: block;
    color: #1B214C;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
	color: #1B214C;
}

/*Testimonial Section # 01
============== */

.testimonial-area {
    /* background-image: url(/img/testimonial-bg.jpg); */
    background: #1a2a77;
    background-size: cover;
    background-position: center;
    height: auto;
    position: relative;
    z-index: 1;
}


.testimonial-avatar img {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.single-testimonial-item {
	text-align: center;
}

.testimonial-content p {
	font-size: 17px;
	line-height: 27px;
	color: #f5f3f3;
	margin: 20px 0;
}

.testimonial-content h4 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0;
}

.testimonial-content h4 span {
	display: block;
	font-size: 90%;
	margin-top: 7px;
	opacity: .5;
}

.testimonial-carousel .owl-dots button {
	width: 15px;
	height: 15px;
	background: #999;
	display: inline-block;
	border-radius: 50%;
	margin: 5px;
}

.testimonial-carousel .owl-dots button.active {
	background: #007aff;
}

.testimonial-carousel .owl-dots {
	display: block;
	text-align: center;
}

.testimonial-area .testimonial-icon-before i {
	font-size: 40px;
	background: none;
	padding: 10px;
	position: absolute;
	top: 5px;
	z-index: 9;
	left: -10px;
	color: #007aff;
}

.testimonial-area .testimonial-icon-after i {
	font-size: 40px;
    background: none;
    padding: 10px;
    position: absolute;
    bottom: 195px;
    z-index: 9;
    right: -10px;
    color: #007aff;
}

/* Blog Section 
============== */
.section-padding .text-right span a {
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    margin: 20px 0;
    color: #007aff;
	}
.section-padding .text-right span a:hover {
	padding-right:10px;
}
.section-padding .text-right span a i {
	padding-right:10px;
}
.blog-area .single-blog-item {
	background: #fff;
	border-radius: 5px;
    margin-bottom: 30px;
}

.blog-area .blog-bg img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.blog-area p.blog-meta {
	font-size: 14px;
	font-weight: 500;
	margin: 8px 0;
	color: #007aff;
	text-transform: uppercase;
}

.blog-area p.blog-meta i:before {
	padding-right: 7px;
}

.blog-area .blog-meta i {
	font-size: 20px;
	margin-right: 7px;
}

.blog-content i {
	margin-right: 7px;
}

.blog-content {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .06);
	padding: 20px 25px;
}
.blog-area .blog-content h5 {
    min-height: 50px;
}
.blog-area .blog-content h5 a {
	font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #1d2143;
}

.blog-area .blog-content h5 a:hover {
	color: #007aff;
}

.blog-area a.read-more {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0 0;
    color: #007aff;
    opacity: .7;
}

.blog-area a.read-more:hover {
	opacity: 1;
}

.blog-area .blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-area .blog-bg img {
	transition: transform ease 0.3s;
}

.blog-area .blog-bg span {
	background: #007aff;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.blog-area .blog-bg img:hover {
	transform: scale(1.3);
	transition: all 2s ease-out;
	border-radius: 5px;
}

/* Client Section CSS  */

.single-logo-wrapper {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .5;
	transition: .3s;
}

.single-logo-wrapper:hover {
	opacity: 1;
}

/* CTA Section # 01
============== */

.cta-area {
	background: #007aff;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.cta-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}

.cta-area h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-area p {
	color: #cacaca;
	margin: 12px 0;
}

.cta-area .contact-info {
	margin-top: 30px;
}

.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	margin: 4px 0;
}

.cta-area .main-btn {
	background: #fff;
	color: #333;
	margin-top: 16px;
}

.cta-area .main-btn:hover {
	background: #012A41;
	color: #fff;
}

/* Footer Area
======================== */

.footer-area {
    /*background-image: url(/img/footer-bg.jpg); */
    background-size: cover;
    background-position: center;
    color: #fff;
    background-color: #0593f0;
}

.footer-area h5 {
	color: #fff;
	margin: 3px 0 20px 0;
}

.footer-area p {
	margin-top: 16px;
	color: #d7d7d7;
}

.contact-info p {
	margin-bottom: 10px;
}
.footer-area ul li {
    display: list-item;
}
.footer-area ul li a {
	color: #d7d7d7;
	padding: 7px 0;
}
.footer-area ul li i {
    margin-right: 10px;
}
.footer-up ul li a span {
	color: #007aff;
	font-size: 18px;
	font-weight: 600;
}

.footer-area ul li a:hover {
	color: #011950;
}

.subscribe-form button {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 13px;
	background: #007aff;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	cursor: pointer;
}

.subscribe-form {
	position: relative;
}

.subscribe-form input {
	border: 0;
	background: #3D4147;
}

.subscribe-form input::placeholder {
	color: #797A7E;
	font-size: 14px;
}
.footer-area .footer-up .social-area a {
	font-size:14px;
	}
.footer-up {
	padding: 70px 0 80px;
}


.footer-up .logo {
	width: 210px;
}

.footer-up .social-area i {
	color: #eee;
	font-size: 18px;
	margin-right: 20px;
	margin-top: 20px;
}
.footer-up .social-area i:hover {
	color:#007aff;
	}
.footer-up .col-lg-3 ul li {
	display:block;
	}
.footer-bottom {
	padding: 10px 0;
	background: #011950;
}

.footer-bottom p {
	margin: 0;
	color: #dbdbdb;
	font-size:14px;
}
.footer-bottom a {
	font-size:14px;
	}
.footer-bottom a:hover {
    color:#fff;
}
p.privacy {
	text-align: right;
}

/*==============================HOME # 02 =================================*/

/*About Section # 02*/

.about-bg-wrapper {
	height: 100%;
}

.about-content-wrapper {
	padding: 80px;
	padding-top: 50px;
	background: #fff;
	margin-top: -40px;
	position: relative;
	z-index: 9;
	border-top: 10px solid #e6e4e4;
}

.about-bg-wrapper {
	height: 100%;
	border: 10px solid #fff;
	border-right: 0;
}

.about-bg-innner {
	background-image: url(../image/about.jpg);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.key-feature {
	margin-top: 20px;
}

.key-feature h4 {
	font-size: 20px;
	margin: 15px 0 10px;
}


/* Service Section # 02
==================== 
*/

.single-serv-item {
	background: #fff;
	height: 350px;
	text-align: left;
	position: relative;
	z-index: 1;
	transform: translateY(-20px);
	transition: .5s;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 50px;
	text-align:center;
}

.single-serv-item:hover {
	transform: translateY(-20px);
}

.serv-content {
	/*border-top: 1px solid #efefef;*/
	/*border-bottom: 1px solid #efefef;*/
	padding: 20px 40px 10px;
}

.serv-content h5 {
	margin: 5px 0 15px;
	color: #1d2143;
	font-weight: 500;
}

.serv-icon {
	padding: 35px 40px 30px;
}

.serv-icon i:before {
	font-size: 60px;
	color: #007aff;
}

.single-serv-item a {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 30px 40px;
}

.service-slider .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

.service-slider .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #007aff;
}

.service-slider .owl-dots {
	text-align: center;
	margin-top: 30px;
}


/* Achievement Section 
============== */

.achievement-area {
	background-image: url(../image/slide-6.jpg);
	/*height: 250px;*/
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.achievement-area .single-counter-box i {
	color:#fff;
	font-size:30px;
	}
.achievement-area.home2 {
	background-color: #020E28;
}

.fact-icon i:before {
	font-size: 50px;
	line-height: 35px;
	color: #FF5316;
	margin: 25px 0;
	display: inline-block;
}

.single-counter-box {
	text-align: center;
}

.single-counter-box .counter-number span {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	margin: 30px 0 20px;
}

.single-counter-box p.counter-number {
	font-size: 40px;
	color: #fff;
}

.single-counter-box h6 {
    color: #007aff;
    font-size: 22px;
    font-weight: 600;
}

/* Logistics Section # 02
============== */


.freight-bg-1 {
	background-image: url(https://www.caflash.com/img/freight/1.png);
}

.freight-bg-2 {
	background-image: url(https://www.caflash.com/img/freight/2.png);
}

.freight-bg-3 {
	background-image: url(https://www.caflash.com/img/freight/3.png);
}

.single-freight-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 2s ease-out;
}

.freight-icon {
	position: absolute;
	top: 50px;
	left: 35px;
}

.freight-icon i:before {
	font-size: 45px;
	color: #fff;
}

.single-freight-area h5 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 25px;
}

.single-freight-area h5:after {
	position: absolute;
	content: " ";
	width: 80px;
	height: 3px;
	background: #ffff;
	bottom: -15px;
	left: 0;
}

.single-freight-area .read-more {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: #007aff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}

.single-freight-area .read-more:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 0;
	margin-left: -5px;
	opacity: 0;
	visibility: hidden;
}


.single-freight-area:hover .read-more {
	padding-left: 15px;
}

.single-freight-area:hover .read-more:before {
	opacity: 1;
	visibility: visible;
}

.single-freight-area img {
	transition: transform ease 0.3s;
    height: 360px;
    width: 100%;
}

.single-freight-area img:hover {
	transform: scale(1.2);
	transition: all 0.8s ease-out;
}





/*Choose Us Section # 01 
============== */


.chooseus-area {
	border-top: 1px solid #eee;
}

.chooseus-area .section-heading:after {
	margin: 0;
}

.single-feature-item .num {
	font-size: 24px;
	line-height: 24px;
	background: #007aff;
	display: inline-block;
	padding: 10px;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	float: left;
	border-radius: 5px;
}

.feature-image img {
	width: 100%;
	box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
	position: relative;
	z-index: 1;
}

.feature-image:before {
	position: absolute;
	content: " ";
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	background: #007aff;
	z-index: -1;
}

.feature-content h5 {
	font-size: 20px;
	margin: 0;
}

.feature-content {
	padding-left: 70px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.feature-content p {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0;
}

/* Testimonial Section # 02
============== */

#testimonial-2.testimonial-area {
	background-image: none;
	height: auto;
}

#testimonial-2.testimonial-area .section-title {
	padding: 0;
}

#testimonial-2 .single-team-item img {
	max-width: 70px;
	height: auto;
	float: left;
}

#testimonial-2 .author-desc {
	margin-top: 30px;
}

#testimonial-2 .author-desc h5 {
	font-size: 18px;
	padding-left: 80px;
	margin: 0;
}

#testimonial-2 .author-desc span {
	font-size: 90%;
	color: #007aff;
	padding-left: 10px;
}

#testimonial-2 .single-team-item {
	background: #fff;
	padding: 50px 50px 70px;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	box-shadow: 0 3px 9px -2px #d0cece;
	border-bottom: 3px solid #fff;
	transition: .3s;
	border-radius: 5px;
}

#testimonial-2 .single-team-item:hover {
	border-bottom: 3px solid #007aff;
}

#testimonial-2 .testimonial-icon i {
	font-size: 25px;
	background: #007aff;
	padding: 10px;
	position: absolute;
	top: -20px;
	color: #fff;
	z-index: 9;
	border-radius: 5px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #007aff;
}

#testimonial-2.testimonial-area .team-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

/*Pricing Section 
=================
*/

.pricing-section {
	background: #01273E;
}

.pricing-section .section-title h2 {
	color: #fff;
}

.single-price-item {
	padding: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	border: 5px solid #0f294a;
	opacity: .5;
	border-radius: 5px;
}

.single-price-item.active {
	border-color: #007aff;
	opacity: 1;
}

.single-price-item h4 {
	margin: 25px 0;
	padding: 15px 25px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.single-price-item p {
	margin-bottom: 50px;
}

.single-price-item p b {
	font-size: 40px;
	color: #fff;
}

.single-price-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-price-item ul li {
	display: block;
	margin: 20px 0;
	color: #e5e5e5;
	font-size: 16px;
	text-align: left;
	padding-left: 35px;
}

.single-price-item .main-btn {
	padding: 14px 24px;
	margin: 30px 0;
	border-radius: 0;
	background: #007aff;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.single-price-item .main-btn:hover {
	background: #00656D;
	color: #fff;
}

/* Quotation Section 
====================
*/

.quotation-section {
    background-image: url(../image/consult-bg.jpg);
    background: #1a2a77;
    position: relative;
    z-index: 1;
}
.quotation-section .section-title h2 {
	color: #fff;
}

.quotation-form {
	padding: 80px 115px;
	background-color: #FFF;
}

.quotation-form span {
	color: #F8A555;
}

.quotation-form .form-control {
	border-radius: 4px;
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
	font-size: 16px;
	color: #777;
	height: 50px;
}

.quotation-form select.form-control:not([size]):not([multiple]) {
	height: 50px;
	padding: 8px 10px;
}

.quotation-form .form-group label:after {
	content: "*";
	padding-left: 5px;
	color: #F8A555;
}

.request-button .btn-primary {
	margin-top: 30px;
	padding: 13px 60px;
	width: 100%;
}

.request-button .btn-primary:hover {
	color: #FFF;
	background: #050D3C;
}

.request-button i {
	margin-left: 8px;
}

.request-button button:hover {
	background: #092A45;
	color: #fff;
}

.quotation-dtl {
	background-color: #007aff;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.quotation-dtl p {
	color: #FFF;
	font-size: 20px;
	padding: 15px 150px;
	margin: 0;
	text-align: center;
}

.quotation-dtl p i {
	color: #fff;
	padding-right: 15px;
	font-size: 25px;
}

.quotation-dtl [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-size: 28px;
	vertical-align: middle;
}

.quotation-dtl a:hover {
	color: #007aff;
}


/*=============================HOME # 03 ==================================*/


/*Logistics Section # 03
========================*/

.logistic-service-area {
	background-image: url(https://www.caflash.com/img/icon/air-freight.png);
	background-position: center;
	background-repeat: no-repeat;
	background-image:none;
}

.logistic-service-area.sea {
	background-image: url(https://www.caflash.com/img/icon/sea.png);
	background-image:none;
}

.logistic-service-area.road {
	background-image: url(https://www.caflash.com/img/icon/truck.png);
	background-image:none;
}

.logistic-service-area.rail {
	background-image: url(https://www.caflash.com/img/icon/freight-wagon-bg.png);
	background-image:none;
}

.logistic-service-area.store {
	background-image: url(https://www.caflash.com/img/icon/wholesale.png);
	background-image:none;
}

.logistic-service-area.ware {
	background-image: url(https://www.caflash.com/img/icon/pallet.png);
	background-image:none;
}


.logistic-service-area {
	text-align: left;
	height: 320px;
	padding: 45px 40px;
	border-radius: 5px;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
	text-align:center;
}

.logistic-service-area:hover {
	border-color: #ddd;
}

.logistic-service-area h4 {
	color: #1d2143;
	margin: 25px 0;
}

.logistic-service-area p {
	color: #898a9c;
}

.logistic-service-area .read-more {
	text-transform: uppercase;
	font-weight: 500;
	margin: 10px 0;
}

.service-icon i {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.logistic-service-area:hover i {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


/* About Section # 03  
============== */

.single-bar-item h4 {
	font-size: 17px;
	margin-bottom: 10px;
}

.progress-bar-area {
	margin-top: 20px;
}

.barfiller .fill {
	background: #007aff !important;
}

#about-3 .choose-certify {
	text-align: center;
	margin-top: 30px;
}

#about-3 .choose-certify i {
	position: relative;
}

#about-3 .choose-certify i {
	font-size: 45px;
	color: #007aff;
}

#about-3 .choose-certify h5 {
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0;
	color: #1a2a77;
}

#about-3 .choose-certify p {
	padding-left: 0;
}

/* CTA Section # 02
============== */

#cta-2.cta-area {
	background-image: url(../image/service.jpg);
	background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

#cta-2.cta-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}

#cta-2.cta-area h6 {
	color: #007aff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

#cta-2.cta-area p {
	color: #cacaca;
	margin: 12px 0;
}

.cta-area .contact-info {
	margin-top: 30px;
}

#cta-2.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

#cta-2 .contact-info h5 {
	font-size: 22px;
	color: #fff;
}

#cta-2 .contact-info p {
	margin: 4px 0;
}

/* Service Section # 03
======================== */
#service-3.services-area {
	background: #fff;
}

#service-3 .single-service-area {
	text-align: center;
	height: 320px;
	padding: 40px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.service-bg {

}
.service-bg:hover {
	transform: scale(1.3);
	transition: all 0.8s;
	}
.bg-2 {
	background-image: url(../image/02.jpg);
}

.bg-3 {
	background-image: url(../image/03.jpg);
}

.bg-4 {
	background-image: url(../image/04.jpg);
}

.bg-5 {
	background-image: url(../image/05.jpg);
}

.bg-6 {
	background-image: url(../image/06.jpg);
}

#service-3 .single-service {
    margin-top: 35px;
    margin-bottom: 35px;
    overflow: hidden;
}

.single-service .service-content {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 10px 20px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.service-content h3 {
	font-size: 17px;
	line-height: 22px;
	margin: 0;
	transform: translateY(0);
	transition: all .3s ease-in-out;
	position: relative;
	padding-left: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.service-content h3 a {
	color:#1d2143;
}
.service-content h3:before {
    position: absolute;
    content: "";
    top: 39%;
    left: 0;
    width: 4px;
    height: 39px;
    background: #007aff;
    margin-top: -15px;
}

.service-content a.read-more {
    position: absolute;
    bottom: 37px;
    left: 20px;
    opacity: 0;
    transform: translateY(50%);
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    color: #007aff;
    padding-left: 6px;
    margin-top: 5px;
}

.single-service:hover .service-content h3 {
	transform: translateX(-6px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.single-service:hover .service-content a.read-more {
	transform: translateY(22px);
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.single-service:hover .service-bg {
	transform: scale(1.07);
}

/* Choose Us Section # 02
====================== 
*/

.choose-us-area {
	background-image: url(../image/choose-bg.jpg);
	background-size: cover;
	height: 500px;
	position: relative;
	z-index: 1;
}

.choose-us-area .section-title h2 {
	color: #fff;
}

.choose-us-wrapper {
	background: #fff;
	margin-top: 50px;
	position: relative;
}

.choose-us-inner {
	text-align: center;
	padding: 50px 30px;
	border-right: 1px solid #eee;
}

.choose-us-inner h5 {
	margin: 40px 0 20px;
}

.choose-us-inner:nth-last-child(4) {
	border-right: none;
}

.choose-us-icon {
	position: relative;
	z-index: 1;
}

.choose-us-icon:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50px;
	width: 80px;
	height: 80px;
	background: #f6f6f6;
	border-radius: 50%;
	z-index: -1;
	transition: .3s;
}

.choose-us-inner:hover .choose-us-icon:after {
	width: 100px;
	height: 100px;
	top: -18px;
	left: 65px;
	background: #007aff;
	opacity: .2;
}

/* Spacer
============== */

.spacer {
	position: relative;
}

.spacer-bg {
	/*	background-image: url(../image/service.jpg);*/
	background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spacer-bg .main-btn {
	z-index: 9;
	margin-top: 120px;
}

/* Team Section 
============== */

.team-member-bg {
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 300px;
}

.team-member-bg {
	background-image: url(../image/11.jpg);
}

.team-bg-2 {
	background-image: url(../image/21.jpg);
}

.team-bg-3 {
	background-image: url(../image/31.jpg);
}

.team-bg-4 {
	background-image: url(../image/41.jpg);
}

.team-bg-5 {
	background-image: url(../image/5.jpg);
}

.team-bg-6 {
	background-image: url(../image/6.jpg);
}

.team-bg-7 {
	background-image: url(https://www.caflash.com/img/team/7.jpg);
}

.team-bg-8 {
	background-image: url(https://www.caflash.com/img/team/8.jpg);
}
.team-area .container {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 39px;
}
.team-area .section-title h2 span {
    color: #007aff;
}
.single-team-member {
	position: relative;
	margin-top: 25px;
	margin-bottom: 80px;
}

.single-team-member .team-content {
	position: absolute;
	bottom: -75px;
	background: #fff;
	text-align: center;
	width: 100%;
}

.team-content .team-title {
	font-weight: 500;
}

.team-content .team-title a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #191919;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 12px 0 3px;
}

.team-content .team-subtitle {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 10px;
}

.team-content .team-subtitle p {
	margin: 0;
	color: #333E38;
}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-social ul li {
	display: inline-block;
}

.team-social ul li a {
	font-size: 18px;
	padding: 10px;
	transition: all .3s ease-out;
}

.team-social {
	position: absolute;
	top: 0;
	left: -35px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-2px);
	transition: all .4s;
}

.team-social ul li {
	display: block;
}

.team-social i {
	color: #007aff;
}

.single-team-member:hover .team-social {
	visibility: visible;
	opacity: 1;
	left: 0;
	transform: translateY(0);
}


/* Contact Section 
==================== 
*/

/*.contact-section {
	background-image: url(/img/contact-bg.jpg);
	background-attachment: fixed;
}
*/
.contact-content {
	margin-top: 50px;
}

.contact-section h2 {
	color: #fff;
}

.contact-section p {
	color: #c5bfbf;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #007aff;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-inner {
	margin-bottom: 30px;
}

.contact-inner h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-left: 100px;
}

.contact-inner p {
	padding-left: 100px;
}

.contact-section button.main-btn {
	border: none;
}

.contact-section button.main-btn:hover {
	background: #25283a;
	color: #fff;
}
.contact-form .form-group span,.hz-textarea span {
	width:100%;
	}
.contact-form .inquiry-title p {
	font-size: 17px;
    color: #303030;
    margin-bottom: 25px;
	}
input::-webkit-input-placeholder {
          -webkit-text-fill-color: #939393
        }
input::-moz-input-placeholder {
          -webkit-text-fill-color: #939393
        }
input::-ms-input-placeholder {
          -webkit-text-fill-color: #939393
        }
textarea::-webkit-input-placeholder {
          -webkit-text-fill-color: #939393
        }
textarea::-moz-input-placeholder {
          -webkit-text-fill-color: #939393
        }
textarea::-ms-input-placeholder {
          -webkit-text-fill-color: #939393
        }
/* Breadcrumb 
============== */

.breadcroumb-area {
	background-image: url(../image/bread-bg.jpg);
}

.breadcroumb-area {
	height: 300px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #092c3e;
	opacity: .5;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	padding-left: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid #007aff;
}
.breadcroumb-area li {
	color: #eee;
	font-size: 16px;
	margin-top: 25px;
}
.breadcroumb-area li a {
	color: #eee;
	text-decoration:underline;	
}
.breadcroumb-area li a:hover {
	color: #007aff;
	text-decoration:none;
}
.breadcroumb-area li i {
	padding:0 8px 0 10px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/*Choose Us Page */

#choose-us-page .about-content-wrapper {
	margin-top: 0;
	border-top: none;
}

/*Team Page */

#team-page .single-team-member {
	margin-bottom: 100px;
}

/* Price Page */

#price-page.pricing-section {
	background: none;
}

#price-page.pricing-section .section-title h2 {
	color: #1d2143;
}

#price-page .single-price-item {
	border: 5px solid #0f294a;
	opacity: .5;
}

#price-page .single-price-item.active {
	border-color: #007aff;
	opacity: 1;
}

#price-page .single-price-item h4 {
	color: #1d2143;
}

#price-page .single-price-item p b {
	color: #1d2143;
}

#price-page .single-price-item ul li {
	color: #1d2143;
}

/*Quotation Page */

.quote-form {
	margin-top: 50px;
}

.form-list {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quote-form input,
.quote-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 0;
}

.form-list select {
	color: #555;
}

.cost-center .btn-1 span {
	padding: 15px 25px;
	position: relative;
	text-align: left;
	background: #0C4D52;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	margin-right: -4px;
}

.cost-center .btn-1 .dark {
	background: #007aff;
}

.quote-form .btn:hover {
	background: navy;
	color: #fff;
}

.cost-center .btn.btn-primary {
	margin-top: 10px;
}

/*FAQ Page*/

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

.question-section h6 {
	margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
	background: #fff;
	color: #191919;
	border: none;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}

/*Service Page */

#service-page .single-service {
	padding: 40px;
	padding-top: 0;
}

/* Blog-Classic Page 
============== */

#blog-page .single-blog-item {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
	width: 100%;
	height: 100%;
}

#blog-page .blog-content p.blog-meta a{
	font-size: 16px;
	color: #898a9c;
}
#blog-page .blog-content p.blog-meta i{
	color: #007aff;
}
#blog-page .blog-content a {
	font-size: 20px;
	font-weight: 500;
	color: #00283F;
	margin-bottom: 12px;
}

#blog-page .blog-content a:hover {
	color: #007aff;
}

#blog-page .blog-content a.read-more {
	text-transform: uppercase;
	font-size: 14px;
	color: #007aff;
}

.blog-search input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 15px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
	color: #F35E27;
}

.blog-category a.active,
.archive a.active {
	color: #007aff;
}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 70px;
	height: 70px;
}

.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
}

p.blog-date {
	padding-left: 90px;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}

.single-recent-post h6 a {
	color: #00B965;
	line-height: 1.5;
}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #00283F;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #fff;
	padding: 5px;
}

.popular-tag span.active {
	background: #007aff;
}

.popular-tag span:hover {
	background: #007aff;
}

.popular-tag span:hover a {
	color: #fff;
}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

.single-comments-section p b {
	color: #333;
}

a.reply-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

.author-info h6 {
	margin: 10px 0;
}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}

.blog-search {
	border: 1px solid #ddd;
	padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}

.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.helpline-section {
	background-image: url(https://www.caflash.com/img/helpline.jpeg);
}

.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}

.pagination-block {
	display: block;
	margin: 45px auto;
}

.pagination-block .page-numbers {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: #656c76;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #e9eef6;
	border-radius: 3px;
	margin: 0 3px;
	padding: 0;
	transition: all 0.3s ease 0s;
}

.page-numbers.current {
	background: #007aff;
	color: #fff;
}

.pagination-block .page-numbers:hover {
	background: #007aff;
	color: #fff;
}

/* Single Service Page
============== */

.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

.service-list h5 {
	margin: 30px 0;
}

.service-list a {
	display: block;
	color: #333;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.service-list a.active {
	background: #007aff;
	color: #fff;
}

.service-list a span {
	float: right;
}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 20px 0;
}

.single-service p {
    font-size: 16px;
    line-height: 25px;
    color: #363636;
}

.single-service-bg img {
	width: 100%;
}

.helpline-section {
	background: #020E28;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.helpline-section h4 {
	color: #fff;
	margin-top: 15px;
}

.helpline-section button {
	margin-top: 15px;
}

/* Single Blog Page  
============== */

.blog-page .blog-meta {
	margin: 0;
}

.blog-meta span i {
	color: #007aff;
	font-size: 20px;
	margin-right: 10px;
}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}


/* Contact Page  
============== */

/*.contact-us-area {
	background-image: url(/img/contact-bg-1.jpg);
	background-size: cover;
	position: relative;
	z-index: 1;
}*/

.contact-us-wrapper {
	background: #fff;
	position: relative;
}

.contact-us-inner {
	text-align: center;
	padding: 20px 25px;
}

.contact-us-inner:nth-last-child(4) {
	border-right: none;
}

.contact-us-inner h5 {
	margin: 20px 0 10px;
}

.contact-us-inner a {
	text-transform: uppercase;
	color: #007aff;
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 10px;
}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

#contact-us .info-i i:before {
	font-size: 36px;
	color: #007aff;
}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}
/*
.contact-section {
	background-image: url(/img/contact-bg.jpg);
}
*/
.contact-section .section-title h2 {
	color: #000;
}

.contact-form .main-btn {
	border-radius: 0;
	border: none;
	margin: 40px 0;
}
.contact-us-area .section-title h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1d2143;
}
/* services animation effect 
----------------------------------*/

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

/*=========================
	移动端，点击子菜单能显示下拉
===========================*/
@media (max-width: 768px) {
  .navbar-toggler {
    display: block;
  }

  .navbar-nav {
    display: none;
    list-style: none;
    padding: 0;
  }
.navbar-nav li {
        position: relative;
        display: list-item;
    }
  .navbar-nav .sub-menu {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .sub-menu li {
    width: 100%;
  }

  .navbar-nav .active .sub-menu {
    display: block;
  }
}
/*=========================
	Hz  CSS
===========================*/
.header-top .contact-info a {
    color: #fff;
	font-size: 15px;
}
.header-top .contact-info a:hover {
    color: #007aff;
}
.blog_form h3 {
	text-align:center;
	padding:20px 0;
	font-size:26px !important;
	}
.sidebar .service-list a:hover {
    background: #007aff;
    color: #fff;
	}
.sidebar .service-list ul {
	display:grid;
	}
.sidebar .popular-tag span:hover {
	padding: 8px 15px;
    background: #00283F;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 15px;
	}
.cat-list {
	padding:50px 0 80px;
	}
.cat-list .cat-title {
	margin-bottom:-30px;
	}
.error .error_content p{
	padding:20px 0;
	}
.success {
	text-align:center;
	}
#sticky-wrapper {
    /*box-shadow: rgb(208 206 206) 0px 3px 16px -2px;*/
	}
.mt-60 {
    margin-top: 60px;
}
.sea-bg {
    background-image: url(../image/a1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.air-bg {
    background-image: url(../image/b1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ware-bg {
    background-image: url(../image/c1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-bg {
    background-image: url(../image/d1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services.orange-bg h2{
    color: #fff;
    font-size: 32px;
    margin-top: 0;
}
.services.orange-bg p{
    color: #fff;
}
.services p{
    color: #000;
}
.services.tex-center h2 {
    margin: 0 0 15px;
}
.services.tex-center p {
    margin: 0;
    
}
.tex-center .tex-float .section-title {
    position: unset;
}
.tex-center .tex-float {
	position:relative;
}
.tex-center .tex-float .tex-bottom{
	position:absolute;
	bottom:0;
}

.services .service-img {
    border-radius: 15px;
}
.sea-bg .container {
    position: relative;
}
.sea-bg .img-float {
    right: 0;
    position: absolute;
    top: 105px;
}
.air-bg .container {
    position: relative;
}
.air-bg .img-float {
    right: 0;
    position: absolute;
    top: -60px;
}
.ware-bg .container {
    position: relative;
}
.ware-bg .img-float {
    right: 0;
    position: absolute;
    top: 70px;
}
.custom-bg .container {
    position: relative;
}
.custom-bg .img-float {
    right: 0;
    position: absolute;
    top: 10px;
}
.ware-five {
    padding: 50px 0; 
}
.ware-five .logistic-service-area h4 {
    color: #1d2143;
    margin: 15px 0;
}
.ware-five .logistic-service-area {
    text-align: left;
    height: auto;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: -2px 0px 11px 6px rgb(42 42 42 / 18%);
    text-align: center;
}
.ware-five p {
    color: #000;
    text-align: left;
    font-weight: 600;
}
.ware-last {
    padding: 50px 0; 
}
.ware-last h2 {
    margin-top: 0;
}
.ware-last h3 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 5px;
}
.ware-last .last-orange {
    display: grid;
}
.ware-last .last-orange span {
    border-radius: 10px;
}
.custom-3 h4 {
    text-align: left;
}
.custom-last .tex-last p {
    font-weight: 600;
    font-size: 17px;
}
/*=========================
	Freight Css
===========================*/
.fre-sea-bg {
    background-image: url(../image/e1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: bottom;
    width: auto;
    height: 500px;
}
.fre-air-bg {
    background-image: url(../image/f1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: bottom;
    width: auto;
    height: 500px;
}
.fre-truck-bg {
    background-image: url(https://www.caflash.com/img/service/g1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fre-express-bg {
    background-image: url(https://www.caflash.com/img/service/h1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fre-sea-bg h2 {
    color: #000;
    text-align: center;
}
.fre-sea-bg p {
    color: #000;
}
.fre-sea-3 {
    border-top:none;
}
.fre-sea-3 .feature-content h5 {
    margin-bottom: 20px;
}
.fre-sea-more .orange h2,.img-center .orange h2 {
    color: #007aff;
    margin: 0 0 15px;
    padding-bottom: 10px;
    font-size: 36px;
    text-align: center;
}
.fre-sea-more p {
    margin: 0;
    padding: 6.7px 0;
    font-size: 18px;
    font-weight: 600;
}
.img-center .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
.fre-air-3 {
    border-top:none;
}
.fre-air-3 .feature-content h5 {
    margin-bottom: 20px;
    line-height: 2;
}
/*.index-first {
    background-image: url(/img/home-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/
.index-first h3 span {
    color: #007aff;
}
.index-first .main-btn {
    border: 1px solid #007aff;
    text-transform: uppercase;
    padding: 12px 25px;
    font-size: 22px;
    color: #eee;
}
.index-first .main-btn:hover {
    color: #007aff;
}
.index-shili {
}
.index-shili .row {
    box-shadow: 1px 1px 11px 5px #57649142;;
    border-radius: 15px;
    background: #fff;
    overflow: auto;
}
.index-shili .single-counter-box .counter-number span {
    font-size: 38px;
    font-weight: 800;
    color: #000;
    margin: 30px 0 20px;
}
.index-shili .single-counter-box p.counter-number {
    font-size: 38px;
    color: #000;
    width: 100%;
}
.index-shili .single-counter-box {
    text-align: center;
    padding: 50px 15px;
}
.index-shili .single-counter-box h6 {
    color: #363636;
    font-size: 14px;
    font-weight: 400;
}
.index-shili .col-lg-3.col-md-6.col-sm-6:nth-child(odd) {
    background: #f5f5f5;
}
.index-works {
}
.index-works .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 80px 50px;
}
.index-works .section-title h2 {
    font-size: 39px;
    line-height: 1;
}
.index-works .section-title h2 span {
    display: block;
    color: #007aff;
}
.index-works .tex-float {
    padding-left: 30px;
}
.index-works .tex-float .section-title {
    position: unset;
}
.index-works .tex-float .section-title p {
    font-size: 17px;
    color: #000;
    line-height: 1.7;
}
.index-works .tex-float .tex-bottom {
    position: absolute;
    bottom: 60px;
    width: 80%;
}
.index-works .tex-bottom a {
    text-transform: uppercase;
    padding: 12px 25px;
    font-size: 22px;
    color: #eee;
    border: 1px solid #007aff;
}
.index-works .text-right {
    text-align: left !important;
}
.index-works .text-right .a1 {
    position: relative;
}
.index-works .text-right .a2 {
    position: relative;
}
.index-works .text-right .a3 {
    position: relative;
}
.index-works .text-right .left {
    width: 20%;
}
.index-works .text-right .right {
    width: 80%;
}
.index-works .text-right .right h3 {
    font-size: 25px;
    font-weight: 600;
}
.index-works .text-right .right p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #323232;
    margin-top: 5px;
}
.index-works .text-right .left img{
    position: absolute;
    bottom: 30px;
}
.index-works .text-right .a1 {
    background-image: url(../image/works-11.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 10px 30px 30px;
    margin-bottom: 10px;
    display: -webkit-box;
}
.index-works .text-right .a2 {
    background-image: url(../image/works-21.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 10px 30px 30px;
    margin-bottom: 10px;
    display: -webkit-box;
}
.index-works .text-right .a3 {
    background-image: url(../image/works-31.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 10px 30px 30px;
    margin-bottom: 10px;
    display: -webkit-box;
}
.index-kaihui .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 70px 50px;
}
.index-kaihui .img img {
    margin-left: -130px;
    border-radius: 20px;
    width: 120%;
    height: 100%;
    max-width: max-content;
}
.index-kaihui .section-title h2  {
    color: #007aff;
    font-size: 30px;
}
.index-kaihui .section-title .tex-bottom p {
    color: #000;
    font-size: 17px;
    line-height: 1.7;
}
.index-kaihui .tex-bottom a {
    text-transform: uppercase;
    padding: 12px 25px;
    font-size: 22px;
    color: #eee;
    border: 1px solid #007aff;
}
.index-kaihui .tex-bottom .main-btn:hover {
    color: #007aff;
    background: #fff;
    border: 1px solid #007aff;
}
.home-about .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 70px 50px 30px;
}
.home-about .img img {
    margin-right: -130px;
    border-radius: 20px;
    width: 125%;
    height: auto;
    max-width: max-content;
}
.home-about .text {
    padding: 0px 0px 0;
}
.home-about .text p{
    font-size: 17px;
    color: #000;
    line-height: 1.5;
}
.home-about .section-title img {
    border-radius: 20px;
}
.home-about .section-title h2  {
    color: #007aff;
    font-size: 70px;
    margin: 0 0 20px;
}
.home-about .section-title .tex-bottom p {
    color: #000;
    font-size: 22px;
    line-height: 1.35;
}
.home-about .tex-bottom a {
    text-transform: uppercase;
    padding: 12px 25px;
    font-size: 22px;
    color: #eee;
    border: 1px solid #007aff;
}
.home-about .tex-bottom .main-btn:hover {
    color: #007aff;
    background: #fff;
    border: 1px solid #007aff;
}
.home-why {
    background: #f5f5f5;
}
.home-why .section-title {
    text-align: center;
}
.home-why .section-title h2 {
    font-size: 70px;
    color: #007aff;
}
.home-why .tex-float {
    padding: 30px 15px;
}
.home-why .tex-float .title {
    padding: 15px;
    margin-left: 20px;
}
.home-why .tex-float .title span {
    font-size: 25px;
    font-weight: 800;
    padding-left: 25px;
}
.home-why .tex-float .text p {
    font-size: 17px;
    color: #000;
    line-height: 1.7;
    margin-top: 10px;
}
.pr-80 {
    padding-right: 80px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.tex-bottom .main-btn:hover {
    color: #007aff;
    background: #fff;
    border: 1px solid #007aff;
}
.index-service {
    margin-bottom: -125px;
}
.index-service .section-title h2 {
    text-align: left;
    font-size: 45px;
    color: #007aff;
}
.index-service .logistic-service-area {
    text-align: left;
    height: 320px;
    padding: 20px 50px;
    border-radius: 25px;
    box-shadow: 0 0 8px 5px #cfcfcf;
    text-align: center;
}
.index-service .logistic-service-area h4 {
    color: #1d2143;
    margin: 38px 0;
    height: 50px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.index-service .logistic-service-area .read-more {
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #007aff;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
}
.index-service .logistic-service-area .read-more:hover {
    background: #007aff;
    color: #fff;
}
.index-about {
    background-image: url(https://www.caflash.com/img/index-about.jpg);
    position: relative;
}
.index-about .container {
    padding: 100px 0 30px;
}
.index-about .text h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.index-about .text p {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
}
.index-about .float img {
    position: absolute;
    right: 30px;
    bottom: -50px;
}
.index-feature h2 {
    color: #007aff;
}
.index-feature h3 {
    margin-bottom: 5px;
}
/*.index-join {
    background-image: url(/img/home-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/
.index-join {
    margin-top: -550px;
    padding-top: 0;
    padding-bottom: 100px;
}
.index-join .float{
}
.index-join h2 {
    color: #000;
    font-size: 30px;
    line-height: 1.3;
}
.index-join p {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}
.home-service .section-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
}
.home-service.tex-center p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
}
.home-service .section-title h2 span {
    display: block;
    color: #007aff;
}
.home-service .tex-bottom {
    bottom: 15px !important;
}
.home-service .tex-bottom a {
    text-transform: uppercase;
    padding: 12px 25px;
    font-size: 22px;
    color: #eee;
    border: 1px solid #007aff;
}
.home-service .tex-bottom .main-btn:hover {
    color: #007aff;
    background: #fff;
    border: 1px solid #007aff;
}
.home-form .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 40px 60px;
}
.home-form .section-title h2 span {
    background: #007aff;
    color: #fff;
    border-radius: 20px;
    padding: 8px 10px;
    margin-left: -10px;
    margin-top: 5px;
}
.home-form .section-title .tex-bottom p {
    font-size: 17px;
    color: #000;
    /* font-weight: 600; */
    line-height: 1.6;
}
.home-form .form {
    top: 30px;
    height: 405px;
}
.home-form .form .tach {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    display: block;
    width: 128%;
    box-shadow: 1px 1px 15px 3px #c3c3c3;
}

.home-form .form .inquiry-title p {
    color: #007aff;
    font-weight: 900;
    font-size: 18px;
}
.home-form .form .hz-aaa .row {
    padding: 0;
    background: none;
}
.home-form .form .hz-aaa .form-group {
    margin-bottom: 0;
}
.home-form .form .hz-aaa input,.home-form .form .hz-aaa textarea  {
    border-radius: 10px;
}
.home-form .form .hz-aaa textarea {
    height: 120px !important;
}
.home-form .form .hz-aaa .hz-frome-submit button {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}
.home-form .form .hz-aaa .hz-frome-submit button {
    border: 1px solid #007aff;
}
.home-form .form .hz-aaa .hz-frome-submit button:hover {
    border: 1px solid #000;
}
.home-form .form .hz-aaa .hz-frome-submit button:hover input {
    color: #000;
}
.service-sea {
    position: relative;
}
.service-sea .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 40px 60px;
}
.service-sea .float .img-float {
    position: absolute;
    bottom: 20px;
    right: 385px;
}
.service-sea .section-title h2 {
    font-size: 39px;
    text-transform: uppercase;
}
.service-sea .section-title h2 span {
    color: #007aff;
}
.service-sea .section-title .tex-bottom p {
    color: #000;
}
.service-sea .section-title .tex-bottom a {
    margin-bottom: 60px;
    border: 1px solid #007aff;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 6px;
}
.service-sea .section-title .tex-bottom a:hover {
    color: #007aff;
    background: #fff;
    border: 1px solid #007aff;
}
.service-sea-two {
    padding-top: 0;
}
.service-sea-two .section-title h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}
.service-sea-two .section-title h2 span {
    color: #007aff;
}
.service-sea-two .section-title p {
    color: #000;
}
.service-sea-th .lex {
    width: 20%;
}
.service-sea-th .lex h4 {
    font-size: 20px;
    display: grid;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 15px;
}
.service-sea-th .lex h4 span:first-child {
    color: #007aff;
}
.service-sea-th .lex img {
    padding: 35px 0 0;
}
.service-sea-four .section-title h2 {
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 50px;
}
.service-sea-four .section-title h2 span {
    color: #007aff;
}
.service-sea-four .tex-float .title span {
    font-size: 25px;
    text-transform: uppercase;
}
.service-sea-four .tex-float .title {
    padding: 15px 0 15px;
    margin-left: 20px;
}
.service-sea-five .section-title h2 {
    font-size: 30px;
}
.service-sea-six .section-title h2 {
    font-size: 30px;
}
.service-sea-six .row {
    background: none;
    padding: 0 0 100px;
}
.service-air .float .img-float {
    position: absolute;
    bottom: 50px;
    right: 300px;
}
.service-air-five img {
    margin-top:-80px;
}
.service-ware .float .img-float {
    position: absolute;
    bottom: -20px;
    right: 385px;
}
.service-ware-two {
    padding: 100px 0;
}
.service-ware-two .section-title h2 {
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
}
.service-ware-two .section-title h2 span {
    color: #007aff;
}
.service-ware-two .logistic-service-area {
    text-align: left;
    height: auto;
    padding: 10px 25px;
    border-radius: 25px;
    box-shadow: -2px 0px 11px 6px rgb(42 42 42 / 18%);
    text-align: center;
    margin-bottom: 35px;
    display: inline-grid;
}
.service-ware-two .logistic-service-area h4 {
    color: #1d2143;
    margin: 5px 0;
}
.service-ware-two .logistic-service-area .num {
    float: left;
    font-size: 50px;
    color: #007aff;
    font-weight: 800;
    padding: 20px 0 0;
    text-align: left;
}
.service-ware-two .latest {
    margin: 0 auto;
}
.service-ware-four .row {
    height: 500px;
}
.service-ware-four .tex-bottom .tex {
    margin: 0;
    line-height: 1.8;
}

.service-custom-two {
    padding: 100px 0;
}
.service-custom-two .container{
    background-image: url(../image/b1.png);
    background-position: 100% 65%;
    background-repeat: no-repeat;
    width: 100%;
}
.service-custom-two .section-title h2 {
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    text-align: left;
}
.service-custom-two .section-title h2 span {
    color: #007aff;
}
.service-custom-two .logistic-service-area {
    text-align: left;
    height: auto;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: -2px 0px 11px 6px rgb(42 42 42 / 18%);
    text-align: center;
    background: #fff;
}
.service-custom-two h4 {
    color: #007aff !important;
    margin: 15px 0 5px !important;
    text-align: left;
}
.service-custom-th .tex-float .title.a {
    padding: 15px 0 15px;
    margin-left: 20px;
    display: flex;
}
.service-custom-th .tex-float .title.a span {
    line-height: 1;
}
.service-custom-four .img img {
    width: 135%;
    max-width: unset;
    margin-top: 20px;
}
.service-custom-five p {
    font-size: 18px;
    font-weight: 700;
}
.contact-page .section-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-grid;
    background: none;
}
.contact-page .section-title h2 span {
    background: none;
}
.contact-page .section-title .tex-bottom a {
    margin-bottom: 60px;
    border: 1px solid #007aff;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 6px;
}
.contact-page .section-title .tex-bottom a:hover {
    color: #007aff;
    background: #fff;
    border: 1px solid #007aff;
}
.contact-page .max-h {
    max-height: 410px;
}
.contact-us-area .section-title h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#007aff;
    margin: 5px 0;
}
.contact-us-area .section-title h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1d2143;
}
.contact-us-area .area{
    text-align: center;
}
.contact-us-area .contact-us-inner {
    padding: 15px;
    border-radius: 20px;
    box-shadow: 1px 1px 15px 3px #c3c3c3;
    }
.contact-us-area .contact-us-inner p {
    min-height: 63px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    justify-content: center;
    padding: 10px 0;
}
.contact-us-area .contact-us-inner a {
    text-transform: uppercase;
    color: #007aff;
    font-size: 17px;
    font-weight: 500;
    margin: 0px 0 10px;
}
.freight .float .img-float {
    position: absolute;
    bottom: -10px;
    right: 430px;
}
.freight-two {
    background: none;
}
.freight-th {
    padding-top:60px;
}
.freight-th .section-title p {
    color: #000;
    padding-top: 10px;
}

.freight-four .section-title .tex-bottom p {
    color: #1d2143;
    margin-bottom: 10px;
    font-size: 17px;
}
.freight-four .section-title p {
    color: #1d2143;
    margin-bottom: 10px;
    font-size: 17px;
}
.freight-four .tex-float .title {
    font-weight: 700;
}
.freight-four .tex-float .tex-bottom {
    margin-top: 30px;
}
.freight-five {
    padding-top:0;
}
.freight-five .row {
    border-radius: 0;
    background: none;
    padding: 0;
}
.freight-five .section-title p {
    color: #1d2143 !important;
    margin-bottom: 10px;
    font-size: 17px;
}
.freight-five .tex-float .title {
    font-weight: 700;
}
.freight-five .tex-float .tex-bottom {
    margin-top: 30px;
}


.freight-air .float .img-float {
    position: absolute;
    bottom: -60px;
    right: 360px;
}
.freight-air-two .tex-float {
    padding: 25px 37px;
    border: 1px solid #eee;
    border-radius: 30px;
    box-shadow: -2px 0px 11px 6px rgb(42 42 42 / 18%);
    margin: 25px 0;
}
.freight-air-six {
    padding-bottom: 100px;
}
.footer-bottom a {
    color: #0593f0;
}
.index-join .section-title .tex-bottom a {
    margin-bottom: 60px;
    border: 1px solid #007aff;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 6px;
}
.index-join .section-title .tex-bottom a:hover {
    color: #007aff;
    background: #fff;
    border: 1px solid #007aff;
}
.hz-video {
    width: 35%;
    text-align: center;
    margin: 0 auto;
    margin-top: -360px;
    z-index: 1;
    position: relative;
}
@media (max-width: 768px) {
.header-top,footer {
    display: none;
}
.footer-bottom .container .col-lg-8.col-md-8.col-sm-12 {
	display:none;
	}
.header-area .logo {
	padding: 5px 0;
}
.navbar .navbar-toggler {
	padding:12px;
	}
#contact-page, .contact-us-area {
    padding: 20px 0;
}
.breadcroumb-area {
    height: auto !important;
	}
.breadcroumb-title ul {
	display:none;
	}
.breadcroumb-title h1 {
	font-size:20px !important;
	margin-top:0 !important;
    padding-left: 20px !important;
	}
.breadcroumb-title {
	padding: 50px 0 !important;
}
.cat-list .section-title h2 {
    font-size: 22px;
    line-height:1;
	margin:0;
}
.cat-list .text-right {
	text-align:left !important;
	}
.cat-list .text-right span a {
	line-height:1;
	}
.blog-area a.read-more {
	display:none;
	}
.blog-content {
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 6%);
    padding: 10px 15px;
}
.blog-area .blog-content h5 {
	display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
}
.error .error_content h2 {
	font-size:30px;
	}
.header-area li.nav-item .nav-link i {
    display: none;
}
.services.img-center .img-float {
    display: none;
}
.single-slide-item h3 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: -50px;
}
.single-slide-item p {
    width: 95%;
}
.hz-video {
    width: 100%;
    margin-top: -60px;
    padding: 0 15px;
}
.index-works .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 20px 15px;
    margin: 0 10px;
}
.index-works .tex-float .tex-bottom {
    position: initial;
    bottom: 60px;
    width: 100%;
}
.index-works .tex-float {
    padding-left: 0;
}
.index-works .tex-bottom a {
    text-transform: uppercase;
    padding: 12px 25px;
    font-size: 22px;
    color: #eee;
    border: 1px solid #007aff;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.index-works .section-title h2 {
    font-size: 30px;
    line-height: 1;
}
.index-shili .single-counter-box .counter-number span {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    margin: 30px 0 20px;
}
.index-shili .single-counter-box {
    text-align: center;
    padding: 15px 15px 25PX;
}
.index-kaihui .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 50px 15px;
}
.index-kaihui .img img {
    margin-left: 0px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    max-width: 100%;
}


.index-kaihui .section-title .tex-bottom p {
    color: #000;
    font-size: 17px;
    line-height: 1.7;
    padding: 0 0 15px 0;
}
.index-kaihui .section-title h2 {
    color: #007aff;
    font-size: 26px;
}
.home-service.tex-center p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    padding-top: 15px;
}
.home-service .section-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
}
.tex-center .tex-float .tex-bottom {
    position: static;
    margin: 30px 0 0px;
}
.home-service.tex-center p {
    padding-top: 15px;
}
.index-works .text-right .left img {
    position: initial;
}
.index-works .text-right .left {
    width: 20%;
    margin-left: -10px;
    margin-right: 10px;
}
.index-works .text-right .right {
    width: 90%;
}
.index-works .text-right .a1,.index-works .text-right .a2,.index-works .text-right .a3 {
    background-image: none;
    padding: 30px 10px 10px 0px;
}
.index-works .text-right {
    margin-top: 50px;
}
.home-about .section-title h2 {
    color: #007aff;
    font-size: 38px;
    margin: 0 0 20px;
    text-align: center;
}
.home-about .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 50px 10px 30px;
}
.home-about .img img {
    margin-right: -130px;
    border-radius: 20px;
    width: 100%;
    height: auto;
    max-width: max-content;
    margin-top: 30px;
}
.home-why .section-title h2 {
    font-size: 38px;
    color: #007aff;
}
.home-why .tex-float {
    padding: 30px 0px;
}
.home-why .pr-80 {
    padding-right: 0 !important;
    padding-bottom: 0;
}
.home-why .pl-80 {
     padding-left: 0 !important;
     padding-bottom: 0;
}
.home-why .tex-float .title {
    display: flex;
}
.home-why .tex-float .title span {
    margin: auto;
    line-height: 1.1;
}
.faq-section .section-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0;
    color: #1d2143;
    line-height: 1.1;
}
.home-form .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 40px 15px;
}
.home-form .pt-100 {
    padding-top: 36px;
}
.home-form .form .tach {
    width: 100%;
}
.index-service {
    padding-top: 180px;
}
.index-service .mb-50 {
    margin-bottom: 20px;
}
.index-service .section-title h2 {
    text-align: center;
    font-size: 36px;
}
.index-join {
        margin-top: -50px;
        padding-top: 0;
        padding-bottom: 60px;
        text-align: center;
}
.index-service .logistic-service-area h4 {
    margin: 18px 0;
    
}
.about-page .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 30px 15px 30px !important;
}
.about-page .tex-float {
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page .section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-grid;
    background: none;
    margin: 0;
}
.contact-page .form {
    top: 30px;
    height: auto;
    margin-bottom: 30px;
}
.contact-page .section-title .tex-bottom a {
    margin-bottom: 20px;
    border: 1px solid #007aff;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 6px;
}
.contact-page .max-h {
    max-height: max-content;
    padding: 40px 0;
}
.service-sea .row {
    border-radius: 39px;
    background: #f5f5f5;
    padding: 40px 0px;
}
.service-sea .section-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 200PX;
}
.service-sea .section-title .tex-bottom a {
    margin-bottom: 20px;
}
.service-sea-th .lex {
    width: 100%;
    text-align: center;
}
.service-sea-th .lex h4 {
    font-size: 30px;
}
.service-sea-th .lex img {
    padding: 0 0 35px 0;
    width: 100%;
}
.service-sea-four .pr-60 {
    padding-right: 0 !important;
    padding: 5px;
}
.service-sea-four .pl-60 {
    padding-left: 0 !important;
    padding: 5px;
}
.service-sea-four .tex-float .title span {
    line-height: 1;
}
.service-sea-five .pt-50 {
    padding-top: 20px !important;
}
.service-sea-five h2 {
    margin-top: 0 !important;
}
.service-sea-six {
    margin-bottom: 50px;
}
.service-sea-six h2 {
    margin-top: 0 !important;
}
.service-sea .float .img-float {
    top: 0;
    right: 0;
    padding: 15px;
    position: absolute;
    bottom: 0;
}
.service-air .float .img-float {
    top: 0;
    right: 0;
    padding: 15px;
    position: absolute;
    bottom: 0;
}
.service-sea .section-title .tex-bottom p {
    color: #000;
    padding-bottom: 15px;
}
.service-air h2 {
    margin-top: 80px !important;
}
.service-sea-four .section-title h2 {
    font-size: 32px;
}
.service-air-five .pt-50 {
    padding-top: 20px;
    padding-bottom: 0 !important;
}
.service-air-five img {
    margin-top: 0;
}
.service-ware .section-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 300PX;
}
.service-ware-two {
    padding: 20px 0 50px;
}
.service-ware-two .section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}
.service-ware-two .pr-40 {
    padding-right: 15px !important;
}
.service-ware-two .pl-40 {
    padding-left: 15px !important;
}
.service-ware-two .logistic-service-area .num {
    float: left;
    font-size: 50px;
    color: #007aff;
    font-weight: 800;
    padding: 20px 0 10px;
    text-align: left;
}
.service-ware-two .logistic-service-area h4 {
    color: #1d2143;
    margin: 5px 0;
    margin-top: -30px;
}
.service-ware-two .logistic-service-area {
    margin-bottom: 15px;
}
.service-ware-four h2 {
    margin-top: 0 !important;
}
.service-ware-four .row {
    height: auto;
}
.service-ware-four .pt-50 {
    padding-top: 10px;
}
.service-custom .section-title h2 {
    margin-top: 150PX;
}
.service-custom-two {
    padding: 30px 0 60px;
}
.service-custom-two .section-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.service-custom-four {
    padding-bottom: 0;
    margin-bottom: 0;
}
.service-custom-four .row {
    padding-bottom: 0;
}
.service-custom-four .pt-50 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.service-custom-four .img img {
    width: 100%;
    max-width: unset;
    margin-top: 0;
}
.service-custom-five .row {
    padding-top: 15px;
}
.freight h2 {
    margin-top: 250px !important;
}
.freight-two {
    padding-top: 10px;
}
.freight-two h2{
    margin-bottom: 20px !important;
}
.freight-five h2 {
    margin-top: 0px !important;
}
.freight-air h2 {
    margin-top: 150px !important;
}
.freight-air-two {
    padding-top:10px;
}
}


.home-cate{ padding:60px 0px;}
.home-icon{background:#0593f0;text-align:center;text-transform:uppercase;margin-bottom:10px;width:30px;height:3px;display:flex}
.home-about{ background:#f5f5f5; padding:60px 0px;}
.home-about .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.home-about .aboutinfo{width:50%}
.home-about .aboutinfo .home-title{text-align:left; font-size:40px; line-height:32px;}
.home-about .aboutinfo p{margin:1em 0;color:var(--introcolor);}
.home-about .aboutinfo .more{font-size:var(--fontsize18);font-weight:var(--fontbold5);height:50px;color:var(--color);display:inline-flex;align-items:center;margin-top:10px;border-radius:10px;transition:all .2s linear}
.home-about .aboutinfo .more:hover{background:var(--color);padding:0 20px;color:#fff}
.home-about .aboutinfo .more em{margin-left:10px;width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;background:var(--color)}
.home-about .aboutimg{flex:1;padding-left:3%}
.home-about .aboutimg img{transition:all .1s linear}
.home-about .aboutimg img:hover{transform:scale(1.02) rotate(1deg)}
.home-about .aboutinfo p{margin:1em 0;color:var(--introcolor);}
.home-about .aboutinfo .more{font-size:var(--fontsize18); background:#1a2a77;font-weight:var(--fontbold5);height:50px;color:#fff; padding:0px 15px;display:inline-flex;align-items:center;margin-top:10px;border-radius:10px;transition:all .2s linear}
.home-about .aboutinfo .more:hover{background:#0593f0;padding:0 20px;color:#fff}
.home-about .aboutinfo .more em{margin-left:10px;width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;background:var(--color)}



.home-about{background:#fafafa}
.home-about .l-wrap{display:flex;flex-wrap:wrap}
.home-about .l-wrap>div{width:50%}
.home-about .aboutinfo{padding-right:3%}
.home-about .aboutinfo .home-title{text-align:left;margin-bottom:1em}
.home-about .aboutinfo p{margin-bottom:1em;color:var(--introcolor)}

.home-choose{z-index:1; margin-bottom:40px;}
.home-choose::before{content:"";position:absolute;left:0;top:0;width:100%;background:#fff;max-width:620px;height:360px;z-index:-1}
.home-choose .l-wrap{display:flex;flex-wrap:wrap}
.home-choose .l-wrap>div{width:50%}
.home-choose .chooseimg img{width:100%}
.home-choose .chooseinfo{padding-left:5%}
.home-choose .chooseinfo .home-title{text-align:left;font-size: 38px;font-weight: bold;}
.home-choose .chooseinfo .text{color:var(--introcolor);font-size:16px; line-height:21px;}
.home-choose .chooseinfo ul{width:100%;list-style:none;margin-top:30px}
.home-choose .chooseinfo ul li{width:100%;display:flex;align-items:flex-start;margin-bottom:1em}
.home-choose .chooseinfo ul li:last-child{margin-bottom:0}
.home-choose .chooseinfo ul li .icon{width:50px;height:50px;background:#0593f0;border-radius:50%;display:flex;align-items:center;justify-content:center}
.home-choose .chooseinfo ul li .icon img{transition:all .2s linear}
.home-choose .chooseinfo ul li .info{flex:1;padding-left:20px}
.home-choose .chooseinfo ul li .info .p1{font-size:var(--fontsize18);font-weight:var(--fontbold6);line-height:0; color:#000; font-weight:bold;}
.home-choose .chooseinfo ul li:hover .icon img{transform:rotateY(180deg)}


.home-about .l-wrap{display:flex;flex-wrap:wrap}
.home-about .l-wrap>div{width:50%}
.home-about .chooseimg img{width:100%}
.home-about .chooseinfo{padding-left:0%}
.home-about .chooseinfo .home-title{text-align:left; font-size:38px; font-weight:bold;}
.home-about .chooseinfo .text{color:var(--introcolor); font-size:16px; line-height:21px;}
.home-about .chooseinfo ul{width:100%;list-style:none;margin-top:30px}
.home-about .chooseinfo ul li{width:100%;display:flex;align-items:flex-start;margin-bottom:1em}
.home-about .chooseinfo ul li:last-child{margin-bottom:0}
.home-about .chooseinfo ul li .icon{width:50px;height:50px;background:#0593f0;border-radius:50%;display:flex;align-items:center;justify-content:center}
.home-about .chooseinfo ul li .icon img{transition:all .2s linear}
.home-about .chooseinfo ul li .info{flex:1;padding-left:20px}
.home-about .chooseinfo ul li .info .p1{font-size:var(--fontsize18);font-weight:var(--fontbold6);line-height:0; font-weight:bold; color:#000}
.home-about .chooseinfo ul li:hover .icon img{transform:rotateY(180deg)}

.home-service{background:no-repeat top}
.home-service .home-des,.home-service .home-title{color:#FFFFFF}

.contactlist{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;max-width:1200px;margin:0 auto}
.contactlist li{width:32%;list-style:none;display:flex;align-items:center}
.contactlist li .icon{margin-right:10px}
.contactlist li .icon em{font-size:var(--fontsize40);color:var(--color)}
.contactlist li .info{flex:1}
.contactlist li .info .p1{font-weight:600;font-size:14px;color:silver}
.contactlist li .info .p2{font-weight:600;font-size:var(--fontsize16);color:#8d8d8d;line-height:1.4}
.contactlist li .info .p2 a{color:#8d8d8d}
.contactbox{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative}
.contactbox>div{padding:5% 0;width:50%;z-index:1}
.contactbox .contactimg{color:#FFFFFF;padding-right:10%}
.contactbox .contactimg::before{content:"";position:absolute;top:0;right:50%;width:960px;height:100%;background-color:#0b1b2b;z-index:-1}
.contactbox .contactimg .p1{font-weight:600;font-size:14px}
.contactbox .contactimg .p2{font-weight:600;font-size:var(--fontsize40);position:relative;line-height:1.4;padding-bottom:20px;margin-bottom:20px}
.contactbox .contactimg .p2::after{content:"";position:absolute;bottom:0;left:0;width:66px;height:1px;background:#f8f9fb}
.contactbox .contactimg .p2 span{color:var(--color)}
.contactbox .contactimg .list{margin-top:3em}
.contactbox .contactimg .list li{list-style:none;margin-bottom:20px;display:flex;align-items:flex-start}
.contactbox .contactimg .list li em{font-size:var(--fontsize26);color:var(--color);line-height:1.2;width:35px}
.contactbox .contactimg .list li p{flex:1}
.contactbox .contactimg .list li p a{color:#FFFFFF}
.contactbox .contactfeedback{padding-left:30px}
.contactbox .contactfeedback::before{content:"";position:absolute;top:0;left:50%;width:960px;height:100%;background-color:#f3f3f3;z-index:-1}

.singgle-main .banner-inner{ line-height:50px;}
.banner-inner .banner-content{background:#FFFFFF;height:50px;font-weight:var(--fontbold5);font-size:var(--fontsize14);border-bottom:1px solid #e5e5e5}
.banner-inner .banner-title-h1{font-size:var(--fontsize20);font-weight:var(--fontbold6);text-transform:capitalize;color:var(--color);margin:0; float:left; line-height:50px;}
.pagetitle-h1{font-weight:var(--fontbold5);text-transform:capitalize;color:var(--fontcolor);font-size:var(--fontsize28)}
.banner-inner .banner-breadcrumbs{position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:#555; float:right;}
.banner-inner .banner-breadcrumbs h1{font-size:inherit;display:inline;font-weight:inherit}
.banner-inner .banner-breadcrumbs em{margin-right:5px}
.banner-inner a:hover{color:var(--color)}

.page-main{padding:50px 0}

.wmkcfeedback .inquiry-form{display:flex;flex-wrap:wrap;justify-content:space-between}
.wmkcfeedback .inquiry-form>*{width:49%}
.wmkcfeedback .wmkcfb-fileupload,.wmkcfeedback input,.wmkcfeedback textarea{outline:0;border-radius:5px;border:none;background-color:#FFFFFF;height:48px;padding:10px;margin-bottom:1em;font-family:inherit;border:1px solid #eaeaea;font-size:var(--fontsize14);transition:all .1s linear;font-size:16px}
.wmkcfeedback input::placeholder,.wmkcfeedback textarea::placeholder{color:#999}
.wmkcfeedback input:focus,.wmkcfeedback textarea:focus{border-color:var(--color,#26609e)!important}
.wmkcfeedback input.input-error,.wmkcfeedback textarea.input-error{border-color:#e00}
.wmkcfeedback textarea{width:100%!important;flex:none!important;height:140px;resize:none}
.wmkcfeedback .send-btn{margin:0 auto;min-width:250px;height:48px;border-radius:5px;font-size:var(--fontsize16);background:var(--color);color:#FFFFFF;font-weight:var(--fontbold4);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;outline:0;padding:0 20px;transition:all .1s linear;position:relative;overflow:hidden}
.wmkcfeedback .send-btn:hover{background:#111}
.wmkcfeedback .send-btn[disabled]{background:#eee!important;color:#999!important}
.wmkcfeedback .send-btn[disabled]::before{content:none!important}
.wmkcfeedback .send-btn:hover::after{transform:translate(-50%,-50%) scale(1)}
.wmkcfeedback .select-menu{position:relative;margin-bottom:15px;width:49%}
.wmkcfeedback .select-menu input{margin:0!important;width:100%!important;cursor:pointer}
.wmkcfeedback .select-menu .select-menu-div em{margin-right:5px;position:absolute;right:32px;top:50%;transform:translateY(-50%);transition:all .4s ease}
.wmkcfeedback .select-menu .select-menu-div em.select-menu-i{transform:rotateX(180deg)}
.wmkcfeedback .select-menu .select-menu-div em::after,.wmkcfeedback .select-menu .select-menu-div em::before{content:"";width:10px;height:2px;background:#999;position:absolute;top:50%;left:0;transform:rotate(45deg)}
.wmkcfeedback .select-menu .select-menu-div em::after{transform:rotate(-45deg);left:6px}
.wmkcfeedback .select-menu .select-menu-ul{box-shadow:0 1px 15px 0 rgba(15,19,39,.1);list-style:none;display:none;width:100%;text-align:left;border:1px solid #ddd;background:#FFFFFF;position:absolute;z-index:9}
.wmkcfeedback .select-menu .select-menu-ul li{color:#000;padding:0 20px;line-height:2.5;cursor:pointer;font-size:13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.wmkcfeedback .select-menu .select-menu-ul li:hover{background:#f2faea}
.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n){background:#f5f4f4}
.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n):hover{background:#f2faea}
.wmkcfeedback .select-menu .select-menu-ul li.select-this{background:#f2faea}
.wmkcfeedback .select-menu .select-menu-ul li.select-this:hover{background:#f2faea!important}
.wmkcfeedback .loading{position:relative;width:18px;height:18px;margin-left:8px;border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:feedbacksenloading infinite .75s linear}
@keyframes feedbacksenloading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.wmkcfeedback .feed-verification{position:relative;margin-bottom:15px;width:100%;max-width:300px}
.wmkcfeedback .feed-verification input{width:100%!important;margin:0!important}
.wmkcfeedback .feed-verification img{position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer}
.wmkcfeedback .wmkcfb-fileupload{display:flex;align-items:center;color:#999}
.wmkcfb-fileupload{background-image:url(https://img01.v15cdn.com/choose-file.webp);background-repeat:no-repeat;background-position:right;background-size:auto 55%;cursor:pointer}
@media(max-width:1024px){
.wmkcfeedback .feed-verification{max-width:100%}
.wmkcfeedback .select-menu{width:100%}}
@media(max-width:768px){
.wmkcfeedback .wmkcfb-fileupload,.wmkcfeedback input{width:100%!important;margin:0 0 10px!important;flex:none!important;height:45px!important;font-size:var(--fontsize16)!important}
.wmkcfeedback textarea{margin-bottom:10px!important;font-size:var(--fontsize16)!important}
.wmkcfeedback .send-btn{width:100%}}




.about2{position:relative;z-index:1;color:#FFFFFF}
.about2::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:0;width:1920px;height:100%;background-color:#0b1b2b;z-index:-1}
.about2 .page-title{color:#FFFFFF}
.about2 .list{margin-top:40px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
.about2 .list li{width:21%;text-align:center;list-style:none}
.about2 .list li:hover img{transform:scale(.95)}
.about2 .list li img{transition:all .2s linear}
.about2 .list li .p1{font-size:var(--fontsize24);margin:30px 0 10px;font-weight:600}

.about3 ul{ margin:25PX 0PX;}
.about3 ul li{ width:31%; float:left; margin-right:2%}
.about3 ul li:nth-child(3n){margin-right:0%}

.about3 .page-title{text-align:left}
.about3 .about3swipertop{margin-top:20px}
.about3 .about3swipertop .swiper-slide{display:flex;flex-wrap:wrap;justify-content:space-between}
.about3 .about3swipertop .swiper-slide .left{width:53%;padding-right:5%}
.about3 .about3swipertop .swiper-slide .left .title{color:var(--color);font-size:60px;font-weight:600}
.about3 .about3swipertop .swiper-slide .left ul{color:#666666;padding-left:0px}
.about3 .about3swipertop .swiper-slide .left ul li{list-style:disc}
.about3 .about3swipertop .swiper-slide .right{flex:1}
.about3 .about3swipertop .swiper-slide .right img{width:100%}
.about3 .about3swiperbottom{margin-top:3em;padding-top:20px}
.about3 .about3swiperbottom .swiper-slide{font-size:var(--fontsize30);color:#d4d5d8;border-top:3px solid #e2e1e1;padding-top:20px;text-align:center;cursor:pointer;position:relative}
.about3 .about3swiperbottom .swiper-slide::after{content:"";position:absolute;left:50%;transform:translateX(-50%);top:-8px;width:70px;height:0;background:var(--color);z-index:1;transition:all .2s linear}
.about3 .about3swiperbottom .swiper-slide.swiper-slide-thumb-active{color:var(--color)}
.about3 .about3swiperbottom .swiper-slide.swiper-slide-thumb-active::after{height:14px}
.application1 .page-title{position:relative;padding-bottom:15px;margin-bottom:15px}
.application1 .page-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:70px;height:4px;background:var(--color)}
.application1 .des{max-width:560px;margin:0 auto;text-align:center;color:#666}
.application1 .list{list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between}
.application1 .list li{width:24%;margin-bottom:1em;background:#FFFFFF;box-shadow:0 0 10px 0 rgba(40,40,40,.2);border-radius:10px;padding:15px;transition:all .2s linear}
.application1 .list li:hover{background:var(--hovercolor)}
.application1 .list li:hover img{transform:scale(1.01)}
.application1 .list li:hover .info{border-color:#142a3f}
.application1 .list li:hover .info .p1{color:var(--color)}
.application1 .list li:hover .info .p2{color:#FFFFFF}
.application1 .list li img{transition:all .1s linear}
.application1 .list li .info{border-top:1px solid #EEEEEE;padding-top:20px;margin-top:10px;text-align:center;transition:all .2s linear}
.application1 .list li .info .p1{font-weight:600;font-size:var(--fontsize22);line-height:1.4;transition:all .2s linear}
.application1 .list li .info .p2{color:#666666;margin-top:10px;transition:all .2s linear}

.home-footintro{padding:5% 0;text-align:center;background:url(https://css02.v15cdn.com/m434/imgs/cap.webp) no-repeat bottom;background-size:cover}
.home-footintro .home-title{margin-bottom:10px;text-transform:inherit}
.home-footintro .home-more{margin-top:3em;border-radius:30px;text-transform:inherit}
@media (max-width:500px){
.home-footintro{padding:30px 0 40px}
.home-footintro .home-more{margin-top:1em}}


.case1{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}
.case1 .left{width:460px;margin-right:100px}
.case1 .left .p1{font-size:var(--fontsize18);margin-bottom:10px}
.case1 .left .p2{font-size:var(--fontsize36);font-weight:600;line-height:1.4;position:relative;padding-bottom:40px}
.case1 .left .p2::after{content:"";position:absolute;left:0;bottom:0;width:70px;height:4px;}
.case1 .right{color:#666666;width:600px}
.case2{display:flex;flex-wrap:wrap;justify-content:space-between}
.case2 li{margin-bottom:2em;width:32%;list-style:none;position:relative;overflow:hidden}
.case2 li:hover .opacity{opacity:1;transform:none}
.case2 li img{width:100%;height:100%;object-fit:cover}
.case2 li .opacity{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;color:#FFFFFF;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;transform:translateY(50%);opacity:0;transition:all .2s linear}
.case2 li .opacity .p2{font-size:var(--fontsize22);font-weight:600}
.case2 li .opacity::after{content:"";opacity:.8;background:var(--color);width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1}
.case1{position:relative;z-index:1;color:#FFFFFF; padding:30px 0px;}
.case1::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:0;width:1920px;height:100%;background-color:#0b1b2b;z-index:-1}



.team1{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between; margin:40px auto;}
.team1 .left{width:50%}
.team1 .right{flex:1;padding-left:50px}
.team1 .right .home-title{text-align:left; font-size:40px;}
.team1 .list{list-style:none;margin-top:20px}
.team1 .list li{margin-bottom:5px}
.team1 .list li em{color:var(--color);margin-right:10px}
.team2 .list{display:flex;flex-wrap:wrap;margin-top:20px}
.team2 .list li{width:50%;display:flex;background:#FAFAFA}
.team2 .home-title{ font-size:40px; text-align:center;}
.team2 .list li:nth-child(n+3){flex-direction:row-reverse}
.team2 .list li>div{width:50%;aspect-ratio:1/1}
.team2 .list li .img img{width:100%;height:100%;object-fit:cover}
.team2 .list li .info{padding:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:var(--fontsize14)}
.team2 .list li .info .p1{font-size:var(--fontsize18);font-weight:var(--fontbold6)}
.team2 .list li .info .p2{color:var(--color);padding:6px 0px}
.team2 .list li .info .p4{display:flex;flex-wrap:wrap;align-items:center;margin-top:20px}
.team2 .list li .info .p4 a{margin-right:10px;color:var(--fontcolor);text-decoration:none}
.team2 .list li .info .p4 a:first-child,.team2 .list li .info .p4 a:hover{color:var(--color)}
.team3{position:relative;z-index:1;padding:4% 0px}
.team3::before{content:"";position:absolute;left:50%;top:0px;transform:translateX(-50%);width:1920px;height:380px;background:#131313;z-index:-1}

.team3-3{position:relative;z-index:1;}
.team3-3::before{content:"";position:absolute;left:50%;top:0px;transform:translateX(-50%);width:1920px;height:567px;background:#f9f9f9;z-index:-1;}
.team3-3 .container{padding:4% 0}

.team3 .home-title{color:#FFFFFF}
.team3 .list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:40px}
.team3 .list li{width:32%;background:#FAFAFA;padding:70px 30px}
.team3 .list li .author{display:flex;align-items:center;justify-content:flex-start;margin-top:30px}
.team3 .list li .author .info{padding-left:20px}
.team3 .list li .author .p1{font-size:var(--fontsize20);font-weight:var(--fontbold6)}
.about1 .list{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background:#FFFFFF;box-shadow:0px 10px 40px 0px rgba(0,0,0,.1);list-style:none;padding:40px 5%}
.about1 img{ width:100%;}

.cus1{display:flex;flex-wrap:wrap;justify-content:space-between}
.cus1 .left{width:40%;position:relative}
.cus1 .left>img{width:100%;height:100%;object-fit:cover}
.cus1 .left .info{position:absolute;bottom:0;left:0;width:100%;background:var(--color);padding:20px;text-align:center;color:#fff}
.cus1 .left .info .p1{font-size:var(--fontsize20)}
.cus1 .left .info .p2{font-size:var(--fontsize12);}
.cus1 .right{flex:1;margin-left:30px}
.cus1 .right .list{display:flex;flex-wrap:wrap;justify-content:space-between;height:100%;list-style:none}
.cus1 .right .list li{width:48%;height:48%;background:#f7f7f7;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:20px 30px}
.cus1 .right .list li:nth-child(1),.cus1 .right .list li:nth-child(2){margin-bottom:2%}
.cus1 .right .list li .p1{font-size:var(--fontsize18);font-weight:var(--fontbold6);margin-top:10px}
.cus2{padding:30px 0}
.cus2 .list{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none}
.cus2 .list li{background:#fff;box-shadow:0 20px 50px 0 rgba(0,0,0,.1);border-radius:4px;width:32%;display:flex;align-items:center;justify-content:center;padding:2% 4%;border-top:3px solid var(--color);position:relative}
.cus2 .list li .icon em{color:var(--color);font-size:50px}
.cus2 .list li .num{position:absolute;left:50%;transform:translateX(-50%);bottom:-25px;width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:var(--fontbold6)}
.cus4 #cusTestimonials{padding:30px 20px}
.cus4 .swiper-slide:hover .box{background:var(--color);color:#fff;}
.cus4 .swiper-slide:hover .box::after{opacity:1}
.cus4 .swiper-slide:hover .box .icon{color:#cbcbcb}
.cus4 .swiper-slide .box{background:#fff;box-shadow:0 10px 30px 0 rgba(0,0,0,.1);border-radius:4px;padding:15px;position:relative;z-index:1;color:var(--introcolor);transition:all .1s linear}
.cus4 .swiper-slide .box::after{content:"";position:absolute;left:0;bottom:-17px;width:0;height:0;border-style:solid;opacity:0;border-width:20px 20px 0 0;border-color:var(--color) transparent transparent transparent;transition:all .1s linear}
.cus4 .swiper-slide .box .icon{position:absolute;bottom:10px;right:10px;font-size:200px;font-weight:var(--fontbold6);color:#f3f3f3;line-height:1;width:120px;height:100px;font-family:cursive;z-index:-1;transition:all .1s linear}
.cus4 .swiper-slide .author{display:flex;align-items:center;margin-top:30px}
.cus4 .swiper-slide .author .img{width:50px;height:50px;border:1px solid #fff;box-shadow:0 10px 30px 0 rgba(0,0,0,.1);border-radius:50%}
.cus4 .swiper-slide .author .img img{width:100%;height:100%;object-fit:cover}
.cus4 .swiper-slide .author .info{flex:1;padding-left:10px;line-height:1.4}
.cus4 .swiper-slide .author .info .p1{font-size:var(--fontsize18);font-weight:var(--fontbold6)}
.cus4 .swiper-slide .author .info .p2{color:var(--introcolor)}
.cus4 .cusTestimonials-pagination{text-align:center;margin-top:40px}
.cus4 .cusTestimonials-pagination .swiper-pagination-bullet{opacity:1;background:#1c1c1c}
.cus4 .cusTestimonials-pagination .swiper-pagination-bullet-active{background:var(--color)}
.cus5{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative;z-index:1;padding:3% 0}
.cus5::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:0;width:1920px;height:100%;background:#f7f7f7;z-index:-1}
.cus5 .home-title{text-align:left}
.cus5 .left{max-width:500px}
.cus3{position:relative}
.cus3::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:0;width:1920px;height:100%;background:url(https://css02.v15cdn.com/m433/imgs/cus3.webp) no-repeat center;background-size:cover}
.page-title{text-align:center;font-size:var(--fontsize28);font-weight:600;color:var(--fontcolor);line-height:1.4}
.home-title{text-align:center;font-size:var(--fontsize28);font-weight:600;color:var(--fontcolor);line-height:1.4}
.home-des{ text-align:center;}

.wmpage05-wrapper .wmpage-lwrap{padding-bottom:0}
.wmpage05-wrapper .wmpage05-title h5{text-align:center;margin-bottom:15px;font-size:var(--wmpage-font34);color:var(--color);line-height:1.5}
.wmpage05-wrapper .wmpage05-title p{width:100%;max-width:1113px;text-align:center;margin:0 auto;color:var(--wmpage-color7,#555)}
.wmpage05-wrapper .wmpage05-title{margin-bottom:30px}
.wmpage05-wrapper .wmpage05-section{display:flex;justify-content:space-between;align-items:center;padding-left:0;padding-right:0}
.wmpage05-sec-left{padding-right:3%;width:40%}
.wmpage05-sec-right{flex:1}
.wmpage05-sec-contant{display:flex;align-items:center;padding:35px;padding-right:0;background:#f2f2f2;position:relative;z-index:1}
.wmpage05-sec-contant::after{content:"";position:absolute;left:0;top:0;width:1000px;height:100%;background:#f2f2f2;z-index:-1}
.wmpage05-sec-box{display:none}
.wmpage05-taber{display:flex;align-items:center}
.wmpage05-mml-text{margin-left:35px;flex:1}
.wmpage05-sec-list a{margin:0 20px;font-size:var(--wmpage-font18);font-weight:var(--fontbold5);color:var(--wmpage-color2,#555);border-bottom:3px solid transparent;padding-bottom:8px;text-decoration:none;transition:all .3s ease-in-out}
.wmpage05-sec-list{padding:30px 0}
.wmpage05-wrapper-text{color:#fff}
.wmpage05-wrapper-text .home-title{text-align:left}
.wmpage05-wrapper-text p{margin:10px 0}
.wmpage05-wrapper-text p a{color:var(--color);border-bottom:1px solid transparent;text-decoration:none}
.wmpage05-sec-list .active{color:var(--color);border-color:var(--color)}
.wmpage05-sec-list:hover a{text-decoration:unset}
.wmpage05-sec-list a:hover{color:var(--color)}
.wmpage05-mml-title{font-size:var(--wmpage-font24);margin-bottom:25px;line-height:1.2}
.wmpage05-mml-text p{color:var(--wmpage-color7,#555);margin:10px 0}
.wmpage05-mml-image img{display:block;width:100%}
.wmpage05-mml-image{width:50%}
@media (max-width:1420px){.wmpage05-sec-left{padding:20px 35px 30px 50px}
.wmpage05-sec-contant{padding:30px}
.wmpage05-mml-text{margin-left:25px}
.wmpage05-mml-title{margin-bottom:10px}
.wmpage05-sec-list{padding:20px 0}
}
@media (max-width:1024px){.wmpage05-sec-list{display:flex;justify-content:space-between}
.wmpage05-section{flex-direction:column}
.wmpage05-sec-left{padding:25px 25px 0;width:100%}
.wmpage05-sec-list{padding:15px 25px}
.wmpage05-sec-contant{padding:20px}
}
@media (max-width:768px){.wmpage05-mml-title{font-size:var(--wmpage-font22)}
.wmpage05-sec-left{padding:0}
.wmpage05-sec-contant::after{left:50%;transform:translateX(-50%)}
}
@media (max-width:650px){.wmpage05-taber{flex-direction:column}
.wmpage05-mml-image{width:100%}
.wmpage05-mml-text{margin-left:0;margin-top:20px}
}
@media (max-width:500px){.wmpage05-sec-list{display:flex;flex-wrap:wrap;padding:10px;justify-content:space-evenly}
.wmpage05-sec-list a{width:45%;margin:0;display:block;text-align:center;padding:10px;margin-bottom:10px;font-size:var(--wmpage-font16)}
.wmpage05-sec-contant{padding:0}
.wmpage05-taber{flex-direction:column}
.wmpage05-mml-image{width:100%}
.wmpage05-mml-text{margin-left:0;margin-top:15px}
}
.wmpage05-mml-image img{display:block;width:100%}
.wmpage05-mml-image{width:50%}


.wmpage05-sec-list .active{color:var(--color);border-color:var(--color)}
.wmpage05-sec-list:hover a{text-decoration:unset}
.wmpage05-sec-list a:hover{color:var(--color)}

.top-about .about3::before{content:"";position:absolute;left:50%;top:0px;transform:translateX(-50%);width:1920px;height:100%;background:#191919;z-index:-1}
.top-about .about3{position:relative;z-index:1;color:#FFFFFF; padding:45px 0px;}
.top-about .home-title{ color:#fff}




.wmpage-lwrap{padding-left:0;padding-right:0;}
.wmpage73-page1-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.wmpage73-page1-img{position:relative;padding:10px 3% 0 0;width:50%}
.wmpage73-page1-img img{width:100%}
.wmpage73-page1-info{padding-top:30px;width:50%}
.wmpage73-page1-des{text-align:left;color:#fff; font-size:20px;margin-bottom:10px}
.wmpage73-page1-list{margin-top:20px}
.wmpage73-page1item{border-bottom:1px solid #eee}
.wmpage73-page1-link{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:20px 0}
.wmpage73-page1-link p{margin:0;font-weight:var(--fontbold7);font-size:var(--fontsize18);color:#fff}
.wmpage73-page1-link em{font-weight:var(--fontbold7);transition:all .2s linear;transform:rotateX(180deg)}
.wmpage73-page1-content{margin-bottom:20px;display:none;line-height:24px; color:#fff;}
.wmpage73-page1-open .wmpage73-page1-link em{transform:rotateX(0)}
@media (max-width:1024px){.wmpage73-page1-wrap{flex-direction:column}
.wmpage73-page1-img{padding:0;width:100%}
.wmpage73-page1-info{width:100%}
}
@media (max-width:768px){.wmpage73-page1-link{padding:15px 0}
}.wmpage73-page2-des{text-align:center;color:var(--color)}
.wmpage73-page2 .wmpage-title{text-align:center}
.wmpage73-page2-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px}
.wmpage73-page2-item{width:23%;background:#fff;margin-bottom:20px}
.wmpage73-page2-info{transition:all .2s linear;box-shadow:0 6px 13px 0 rgba(19,20,21,.2);text-align:center;padding:20px}
.wmpage73-page2-info p{margin-bottom:5px}
.wmpage73-page2-info p:nth-of-type(1){font-size:var(--fontsize22);font-weight:var(--fontbold7)}
.wmpage73-page2-info p:nth-of-type(2){color:var(--introcolor)}
.wmpage73-page2-links{display:flex;align-items:center;justify-content:center;margin-top:20px}
.wmpage73-page2-links a{width:34px;height:34px;background:#fff;border:1px solid #dcdcdc;border-radius:50%;color:#ababab;display:inline-flex;align-items:center;justify-content:center;margin:0 5px;transition:all .2s linear;text-decoration:none}
.wmpage73-page2-links a em{font-size:var(--fontsize16);width:var(--fontsize16)}
@media (max-width:1366px){.wmpage73-page2-info{padding:15px}
.wmpage73-page2-info p:nth-of-type(1){font-size:var(--wmpage-font20)}
}
@media (max-width:1024px){.wmpage73-page2-info p:nth-of-type(2){font-size:var(--wmpage-font14)}
}
@media (max-width:768px){.wmpage73-page2-list{margin-top:25px}
.wmpage73-page2-item{width:49%}
.wmpage73-page2-item img{width:100%}
}
@media (max-width:500px){.wmpage73-page2-info{padding:10px}
.wmpage73-page2-info p:nth-of-type(1){font-size:var(--wmpage-font16)}
.wmpage73-page2-links{margin-top:10px}
.wmpage73-page2-links a{width:30px;height:30px}
.wmpage73-page2-links a em{font-size:var(--wmpage-font14);width:14px}
}.wmpage73-page3-number{width:100%;margin:0 auto;background:var(--color);display:flex;flex-wrap:wrap;justify-content:space-between;padding:4% 6%}
.wmpage73-page3-item{text-align:center}
.wmpage73-page3-item p{color:#fff;margin:0;font-weight:var(--fontbold7)}
.wmpage73-page3-item p:nth-child(1){font-size:var(--wmpage-font36)}
.wmpage73-page3-bg{background:no-repeat center;background-size:cover;width:100%;height:500px;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:-1}
.wmpage73-page3-des{text-align:center;color:var(--color);margin-bottom:10px; font-size:28px;}
.wmpage73-page3-took .wmpage-title{color:#fff;text-align:center}
.wmpage73-page3-took{position:relative;padding:10% 0 0;margin-top:-80px}
#wmpage73-page3-Swiper{margin-top:50px;padding:0 20px 80px;overflow:hidden}
.wmpage73-page3-name{position:absolute;bottom:10px;left:10px;color:#fff;font-size:var(--fontsize20);z-index:1}
.wmpage73-page3-took.swiper-slide::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(19,20,21,0);z-index:0;transition:all .2s linear;cursor:pointer}
#wmpage73-page3-Swiper .swiper-pagination .swiper-pagination-bullet{width:28px;height:8px;background:var(--color);opacity:.3;border-radius:0}
#wmpage73-page3-Swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}
@media (max-width:1024px){.wmpage73-page3-number{padding:2% 3%}
.wmpage73-page3-item p:nth-child(1){font-size:var(--wmpage-font28);line-height:1;margin-bottom:8px}
.wmpage73-page3-item p{font-size:var(--wmpage-font14)}
#wmpage73-page3-Swiper{margin-top:20px;padding:0 20px 55px}
.wmpage73-page3-name{font-size:var(--wmpage-font14)}
}
@media (max-width:768px){.wmpage73-page3-took{padding:30px 0 0;margin-top:0}
.wmpage73-page3-bg{height:360px}
}
@media (max-width:500px){.wmpage73-page3-number{padding:26px 3%}
.wmpage73-page3-item p:nth-child(1){font-size:var(--wmpage-font22)}
.wmpage73-page3-item p{font-size:var(--wmpage-font12)}
#wmpage73-page3-Swiper{padding:0}
.wmpage73-page3-item{width:50%}}

.wmpage73-page1{position:relative;z-index:1;padding:4% 0px}
.wmpage73-page1::before{content:"";position:absolute;left:50%;top:0px;transform:translateX(-50%);width:1920px;height:555px;background:#131313;z-index:-1}


#teams

#teams .wmpage73-page1{position:relative;z-index:1;padding:4% 0px}
#teams .wmpage73-page1::before{content:"";position:absolute;left:50%;top:0px;transform:translateX(-50%);width:1920px;height:555px;background:#131313;z-index:-1}