@import url(../../../../fonts.googleapis.com/css�family=Montserrat_500,600,700_Open+Sans_400,600.css0');

body {
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}

.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #181818;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 54px;
}

h3 {
	font-size: 54px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	margin-bottom: 0px;
	font-size: 24px;
	color: #666666;
	line-height: 45px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

/*====== BUTTON CSS ======*/
.button {
	border: 1px solid #1e90ff;
	background-color: transparent;
	padding: 12px 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	z-index: 5;
}

.button-bg {
	border-color: #1e90ff;
	position: relative;
	z-index: 5;
}

.button-bg::before,
.button::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1e90ff;
	z-index: -1;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.button-bg::before {
	background-color: #1e90ff;
	width: 100%;
	right: 0;
	left: auto;
}

.button:hover {
	color: #fff;
}

.button:hover::before {
	width: 100%;
}

.button-bg:hover::before {
	width: 0%;
}

/*====== ALL SECTION TITLE BUTTON ======*/
.section_title {
	margin-top: 110px;
}

.section_title h3 {
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #FFFFFF;
}

.section_title p {
	color: #FFFFFF;
}

/*====== PREALODER ======*/
.preloader {
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.graph {
	width: 108px;
	height: 50px;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.graph .layer {
	position: absolute;
	bottom: 0px;
	width: 20px;
	top: 45px;
}

.graph .layer-1 {
	left: 0px;
	top: 30px;
	-webkit-animation: graph1 1s infinite;
	animation: graph1 1s infinite;
}

.graph .layer-2 {
	left: 22px;
	top: 10px;
	-webkit-animation: graph2 1s infinite;
	animation: graph2 1s infinite;
}

.graph .layer-3 {
	left: 44px;
	top: 20px;
	-webkit-animation: graph3 1s infinite;
	animation: graph3 1s infinite;
}

.graph .layer-4 {
	left: 66px;
	top: 30px;
	-webkit-animation: graph4 1s infinite;
	animation: graph4 1s infinite;
}

.graph .layer-5 {
	left: 88px;
	-webkit-animation: graph5 1s infinite;
	animation: graph5 1s infinite;
}

@-webkit-keyframes graph1 {
	20% {
		top: 0px;
	}

	80% {
		top: 30px;
	}
}

@keyframes graph1 {
	20% {
		top: 0px;
	}

	80% {
		top: 30px;
	}
}

@-webkit-keyframes graph2 {
	30% {
		top: 0px;
	}

	80% {
		top: 10px;
	}
}

@keyframes graph2 {
	30% {
		top: 0px;
	}

	80% {
		top: 10px;
	}
}

@-webkit-keyframes graph3 {
	40% {
		top: 0px;
	}

	80% {
		top: 20px;
	}
}

@keyframes graph3 {
	40% {
		top: 0px;
	}

	80% {
		top: 20px;
	}
}

@-webkit-keyframes graph4 {
	50% {
		top: 0px;
	}

	80% {
		top: 30px;
	}
}

@keyframes graph4 {
	50% {
		top: 0px;
	}

	80% {
		top: 30px;
	}
}

@-webkit-keyframes graph5 {
	60% {
		top: 0px;
	}

	80% {
		top: 45px;
	}
}

@keyframes graph5 {
	60% {
		top: 0px;
	}

	80% {
		top: 45px;
	}
}

.color-1 {
	background-color: #1f8fff;
}

.color-2 {
	background-color: #242424;
}

/*===========================    2.NAVBAR css ===========================*/
.h5-show{
	display: none;
}
.web-show{
	display: block;
}
.navbar {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

.navbar-nav li {
	width: 140px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-nav li a {
	color: #333333;
	font-size: 24px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}

.navbar-nav li.active a {
	font-weight: 600;
	color: #178DFF;
}

.navbar-nav li.active,
.navbar-nav li:hover {
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.navbar-nav li a.active::before,
.navbar-nav li:hover a::before {
	width: 100%;
}

.navbar.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(255, 255, 255);
	z-index: 99;
}

.navbar .navbar-toggler {
	padding: 2px 7px;
}

.navbar .navbar-toggler .icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #666666;
	margin: 5px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.navbar .navbar-toggler.active .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}

.navbar .navbar-toggler.active .icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar .navbar-toggler.active .icon-bar:nth-child(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -8px;
}

/*===========================    3.SLIDER PART css ===========================*/
.slider_part {
	overflow: hidden;
}

.slider_part .singel_slider {
	width: 100%;
	height: 810px;
}

.slider_part .singel_slider .caption {
	z-index: 5;
	position: relative;
	padding: 20px 0;
}

.slider_part .singel_slider .caption h4 {
	color: #1d91ff;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 50px;
}

.slider_part .singel_slider .caption h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}

.slider_part .singel_slider .caption p {
	color: #fff;
}

.slider_part .singel_slider .caption ul li {
	display: inline-block;
	margin: 0 10px;
}

.slider_part .singel_slider .caption ul li a {}

.slider_part .slick-dots {
	bottom: 130px;
}

.slider_part .slick-dots li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background: #ddd;
}

.slider_part .slick-dots li.slick-active {
	background-color: #006ed9;
}

.slider_part.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*===========================        4.ABOUT css ===========================*/
.about_text span {
	font-size: 36px;
	color: #1f8ffd;
	text-transform: uppercase;
}

.about_text h3 {
	margin-bottom: 40px;
	padding-top: 30px;
}

.about_text_one {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about_text {
	margin-left: 80px;
	height: 100%;
	max-width: 520px;
}

.about_text_item {
	width: 100%;
}

.about_text_item_one {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.about_text .nav.nav-tabs {
	border: 0;
}

.about_text .nav.nav-tabs li {
	margin-right: 20px;
}

.about_text .nav.nav-tabs li a {
	font-size: 16px;
	font-weight: 700;
	color: #aeaeae;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
}

.about_text .nav.nav-tabs li a::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	background-color: #006ed9;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.about_text .nav.nav-tabs li a.active,
.about_text .nav.nav-tabs li:hover a {
	color: #181818;
}

.about_text .nav.nav-tabs li a.active::before,
.about_text .nav.nav-tabs li a:hover::before {
	width: 100%;
}

.about_video {
	position: relative;
}

.about_video img {
	width: 100%;
	display: block;
}

.video_icon {
	position: absolute;
	left: 50%;
	top: 58%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
}

.video_icon a {
	position: relative;
}

.about_video a::after,
.about_video a::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #3fa0ff;
	border-radius: 50%;
	z-index: -1;
	top: 0;
	left: 0;
}

.about_video a::after {
	width: 60px;
	height: 60px;
	background: #1e90ff;
	left: -5px;
	top: -5px;
	opacity: 0.6;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		opacity: 0;
	}
}

.video_icon a i {
	font-size: 22px;
	color: #fff;
	text-align: center;
	z-index: 6;
	line-height: 50px;
	width: 50px;
	height: 50px;
}

.panel {
	width: 100%;
	padding: 1.875rem 0;
	margin-top: -4.25rem;
	background-color: #F8F8F8;
	display: flex;
	margin: 0 auto;
	position: relative;
	margin-top: -5.625rem;
}

.panel::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.375rem;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	left: 0;
	bottom: 0;
}

.panel-item {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 16px 0;
}

.panel-item:last-child {
	border: none;
}

.panel-num-1 {
	width: 9.625rem;
	height: 2.6875rem;
}

.panel-num-2 {
	width: 7.625rem;
	height: 2.6875rem;
}

.panel-num-3 {
	width: 5.5625rem;
	height: 2.6875rem;
}

.panel-item-text {
	font-size: 24px;
	color: #666666;
	margin-top: 22px;
	width: 100%;
	text-align: center;
}

.about_bottom {
	width: 100%;
}

.about_icon {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.about_icon_1 {
	width: 40px;
	height: 20px;
}

.about_icon_2 {
	width: 40px;
	height: 20px;
	margin-left: 18px;
}

.about_panel {
	background-color: #F3F3F3;
	padding: 53px 0;
	font-size: 21px;
	font-weight: 500;
	color: #158FFF;
	margin-top: 40px;
	position: relative;
	text-align: center;
}

.about_panel::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	left: 0;
	bottom: 0;
}

.about-bg {
	background-image: url(../img/about/10.png);
	height: 7.75rem;
	display: flex;
	align-items: flex-end;
}

.about-btn {
	width: 15rem;
	height: 5rem;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	border-radius: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-img {
	width: 30.625rem;
	height: 26.875rem;
}

.about-color {
	width: 27.5rem;
	height: 23.75rem;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	margin-top: -21.875rem;
	margin-left: 5rem;
}

/*===========================    5.SERVICES css ===========================*/
.singel_services {
	border: 1px solid #006ed9;
	border-radius: 5px;
	padding: 20px 15px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.services_icon {
	padding-bottom: 15px;
}

.services_icon img {
	width: 80px;
}

.services_content {}

.services_content h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.services_content p {}

.singel_services:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.services_bottom {
	margin-top: 65px;
}

.services_btn {
	width: 240px;
	line-height: 80px;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	box-shadow: 0px 5px 18px 0px rgba(22, 143, 255, 0.3);
	border-radius: 40px;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.services_img {
	width: 180px;
	height: 200px;
	margin-left: 30px;
	margin-top: 30px;
	display: none;
}

/*===========================    6.BECOME css ===========================*/
.become {
	background-attachment: fixed;
}

.become_contant {
	position: relative;
	z-index: 5;
}

.become_contant h5 {
	color: #1d91ff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

.become_contant h2 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 32px;
}

.price_table {
	background-image: url(../img/about/9.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.flex-lr {
	display: flex;
	justify-content: space-between;
}

.product_table {
	background-image: url(../img/services/5.png);
	background-size: 100% 27.5rem;
	background-repeat: no-repeat;
}

.product_item {
	padding: 0 1.875rem;
	max-width: 22.5rem;
	padding-top: 3.125rem;
	height: 27.5rem;
	position: relative;
	background-size: 100% 100%;
	position: relative;
}

.product_icon_1 {
	width: 0.75rem;
	height: 2.5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3.75rem;
}

.product_icon_2 {
	width: 0.75rem;
	height: 6.25rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -7.5rem;
}

.product_2 {
	transform: translateY(-60px);
}

.product_3 {
	transform: translateY(-120px);
}

.product_1 {
	background-image: url(../img/services/6.png);
}

.product_2 {
	background-image: url(../img/services/7.png);
}

.product_3 {
	background-image: url(../img/services/8.png);
}

.product_item::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	left: 0;
	bottom: 0;
}

.product_box {
	margin-top: 3.75rem;
}

.product_btn {
	line-height: 3.125rem;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	border-radius: 1.5625rem;
	padding: 0 1.75rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
	width: 16.25rem;
	margin: 0 auto;
}

.product_title {
	font-size: 1.5rem;
	color: #FFFFFF;
	margin-top: 1.25rem;
	line-height: 2.25rem;
}

.product_text {
	font-size: 1.25rem;
	color: #FFFFFF;
	opacity: 0.6;
	margin-top: 0.625rem;
	line-height: 1.875rem;
}

/*===========================    7.OUR TEAM css ===========================*/
.team_slide {
	text-align: center;
}

.singel_team {
	width: 95%;
	background-color: #f1f1f1;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	display: inline-block;
}

.singel_team:hover {
	-webkit-box-shadow: 0px 3px 30px -5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 30px -5px rgba(0, 0, 0, 0.25);
}

.singel_team .team_img {
	overflow: hidden;
}

.singel_team .team_img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.singel_team:hover .team_img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.singel_team .team_content {
	padding: 20px;
}

.singel_team .team_content span {
	font-size: 14px;
	color: #006ed9;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.singel_team .team_content h4 {
	font-weight: 700;
	margin-bottom: 0px;
}

.singel_team .team_content p {
	margin-bottom: 20px;
}

.singel_team .team_content ul li {
	display: inline-block;
	margin: 0 3px;
}

.singel_team .team_content ul li a {
	font-size: 14px;
	color: #9b9faa;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.singel_team .team_content ul li:hover a {
	color: #fff;
	background-color: #006ed9;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.team_slide .slick-arrow {
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #006ed9;
	color: #006ed9;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 5;
}

.team_slide .fa-angle-right.slick-arrow {
	left: auto;
	right: -30px;
}

.team_slide .slick-arrow:hover {
	color: #fff;
	background-color: #006ed9;
	border-color: #006ed9;
}

/*===========================    8.PRICE TABLE css ===========================*/
.singel_price {
	padding: 60px 0;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background-color: rgba(0, 0, 0, 0.3);
	max-height: 400px;
	max-width: 280px;
}

.singel_icon {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
}

.singel_icon_a {
	display: none;
}

.singel_title {
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 20px;
	margin-top: 30px;
}

.singel_title::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	background: #FFFFFF;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.singel_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
}

.singel_price.active,
.singel_price:hover {
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	border-bottom: 6px solid #FFFFFF;
}

.singel_price:hover .singel_icon {
	display: none;
}

.singel_price:hover .singel_icon_a {
	display: block;
}

.singel_price h5 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.singel_price h2 {
	font-size: 58px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

.singel_price h2 sup {
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: -14px;
	color: #818284;
}

.singel_price h2 span {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.singel_price ul li {
	font-size: 16px;
	color: #6e6e6e;
	line-height: 50px;
	border-bottom: 1px solid #dddddd;
}

.singel_price ul li:last-child {
	border-bottom: 0;
}

.singel_price a:hover {
	color: #006ed9;
}

/*===========================    9.CLIENT css ===========================*/
.singel_client {
	padding: 20px;
	background-color: #f1f1f1;
}

.singel_client .client_image {
	margin-top: -80px;
	margin-bottom: 15px;
	display: inline-block;
}

.singel_client .client_image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 6px solid #fff;
}

.singel_client .client_text h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.singel_client .client_text span {
	display: block;
	color: #656565;
	font-size: 14px;
	margin-bottom: 15px;
}

.singel_client .client_text i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #4777f3;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
}

.client-slied .slick-arrow {
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #006ed9;
	color: #006ed9;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 5;
}

.client-slied .fa-angle-right.slick-arrow {
	left: auto;
	right: -30px;
}

.client-slied .slick-arrow:hover {
	color: #fff;
	background-color: #006ed9;
	border-color: #006ed9;
}

/*===========================    10.PROJECT css ===========================*/
.project_menu ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
	color: #353535;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
}

.project_menu ul li::before {
	content: '';
	position: absolute;
	left: -13px;
	top: 4px;
	width: 1px;
	height: 16px;
	background-color: #353535;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.project_menu ul li:first-child::before {
	display: none;
}

.project_menu ul li.active,
.project_menu ul li:hover {
	color: #1e90ff;
}

.project .singel_items {
	position: relative;
}

.project .singel_items .items_img {
	position: relative;
	overflow: hidden;
}

.project .singel_items .items_img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 144, 255, 0.7);
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.project .singel_items:hover .items_img::before {
	opacity: 1;
}

.project .singel_items .items_img img {
	width: 100%;
}

.project .singel_items .items_cont {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding-left: 25px;
	padding-bottom: 25px;
}

.project .singel_items .items_cont h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	opacity: 0;
}

.project .singel_items .items_cont a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 0;
}

.project .singel_items .items_cont a i {
	margin-left: 8px;
}

.project .singel_items:hover .items_cont,
.project .singel_items:hover .items_cont h3,
.project .singel_items:hover .items_cont a {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;
}

.project-icon {
	width: 69.5%;
	margin: 0 auto;
	margin-top: -70px;
	display: block;
}

.project_title {
	z-index: 2;
}

.project_title h3 {
	color: #333333;
	margin-bottom: 40px;
}

.project_title p {
	color: #666666;
}

.cooperate_title h3 {
	color: #333333;
	margin-bottom: 70px;
}

.cooperate-icon {
	width: 100%;
}

.col-item-box {
	position: relative;
}

.col-bg {
	position: absolute;
	width: 100%;
	height: 1.25rem;
	background-image: url(../img/project/7.png);
	background-size: 100% 100%;
	top: 4.0625rem;
	left: 0;
}

.col-item {
	position: relative;
	z-index: 1;
	width: 25%;
}

.col-item:hover .col-text {
	color: #178DFF;
}

.col-item:hover .col-box::before {
	display: block;
}

.col-item:hover .col-box-img-1 {
	display: none;
}

.col-item:hover .col-box-img-2 {
	display: block;
}

.col-item img {
	width: 9.375rem;
	height: 9.375rem;
	display: block;
	margin: 0 auto;
}

.col-item .col-box-img-2 {
	display: none;
}

.col-box {
	padding-bottom: 3.125rem;
	position: relative;
}

.col-box::before {
	position: absolute;
	content: '';
	width: 1.875rem;
	height: 0.375rem;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: none;
}

.col-text {
	margin-top: 1.875rem;
	text-align: center;
}

.flex-lr-verticality {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*===========================    11.JOIN css ===========================*/
.join {
	background-image: url(../img/join/2.png);
}

.join_title h3 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.join_box {
	width: 240px;
	line-height: 80px;
	background: #FFFFFF;
	border-radius: 40px;
	font-size: 36px;
	font-weight: bold;
	color: #178DFF;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.join_btn {
	width: 312px;
	line-height: 80px;
	position: absolute;
	background-image: url(../img/join/1.png);
	background-size: 100% 100%;
	right: -362px;
	top: 0;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	display: none;
}

.chain {
	position: relative;
	padding-bottom: 0.375rem;
	width: 58%;
}

.chain::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.375rem;
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
	left: 0;
	bottom: 0;
}
.chain-item{
	position: relative;
}
.chain-text{
	height: 52%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 17, 37, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
}
.chain-text .chain-box{
	color: #FFFFFF;
	padding: 1.875rem;
}

.aviation {
	padding: 2.5rem;
	width: 42%;
	background-color: #FFFFFF;
	position: relative;
	flex-wrap: wrap;
}

.aviation::before {
	position: absolute;
	content: '';
	width: 2.25rem;
	height: 5rem;
	left: -2.25rem;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/join/7.png);
	background-size: 100% 100%;
}

.aviation-item {
	display: flex;
	align-items: center;
	padding: 1.0625rem 0 1.0625rem 2.9375rem;
	flex: 1;
}
.aviation-active{
	background: linear-gradient(90deg, #00A9FF 0%, #178DFF 100%);
}
.aviation-active .aviation-box p{
	color: #FFFFFF!important;
}
.aviation-item img {
	width: 6.625rem;
	height: 6.625rem;
	margin-right: 2.9375rem;
}

.aviation-box {
	flex: 1;
}

.aviation-box p:first-child {
	color: #333333;
	margin-top: 0;
}

.aviation-box p:last-child {
	color: #666666;
}

/*===========================    12.BRAND css ===========================*/
.brand {
	background-color: #f1f1f1;
}

.brand .singel_brand {
	padding: 0 15px;
}

.brand .singel_brand img {
	width: 100%;
}

/*===========================    13.CONTACT css ===========================*/
.contact_form textarea,
.contact_form input {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 16px;
	padding: 15px;
	font-size: 14px;
}

.contact_form textarea {
	height: 160px;
	resize: inherit;
}

.contact_form button:hover {
	color: #1e90ff;
}

p.form-message.success,
p.form-message.error {
	font-size: 16px;
	color: #353535;
	background: #ddd;
	padding: 10px 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

/*===========================    14.FOOTER css ===========================*/
.footer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-text {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.6;
	text-align: right;
}

.title h4 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.footer .info {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .info p {
	margin-bottom: 20px;
	color: #a9a9a9;
}

.footer .info ul .info-box {
	display: inline-block;
	padding-right: 72px;
}

.info-box-ul {
	display: flex;
	align-items: center;
}

.footer .info ul .info-box a {
	color: #FFFFFF;
}

.info-box-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 40px;
}

.info-box-text {
	margin-bottom: 22px;
	height: 36px;
}

.info-box-text a {
	font-size: 24px;
	opacity: 0.6;
}

.contact {
	padding-left: 65px;
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact a {
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.qrcode {
	padding-left: 60px;
}

.qrcode-text {
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 24px;
	text-align: center;
}

/*====== 15.COPYRIGHT css ======*/
.copyright {
	background-color: #333;
}

.copyright p {
	font-size: 16px;
	color: #9a9a9a;
}

.copyright p span {
	text-transform: uppercase;
	color: #1e90ff;
	font-weight: 700;
}

/*====== BACK TO TOP ======*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	background-color: #1e90ff;
	text-align: center;
	border-radius: 50%;
	z-index: 9;
	display: none;
}

.back-to-top:hover {
	background-color: #333;
	color: #fff;
}

/* DYNAMIC PART START */

.dynamic-title{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 28upx;
}

.dynamic-row{
	padding: 28px 0;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
}

.dynamic-cover{
	width: 328px;
	height: 188px;
	border-radius: 10px;
	position: relative;
	margin-right: 33px;
}

.dynamic-cover-img{
	width: 100%;
	height: 100%;
}

.dynamic-cover-icon{
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.dynamic-describe{
	flex: 1;
}

.dynamic-describe-title{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.dynamic-describe-time{
	font-size: 18px;
	font-weight: 500;
	color: #666666;
	line-height: 1;
	margin-top: 18px;
}

.dynamic-describe-info{
	font-size: 18px;
	color: #666666;
	margin-top: 30px;
	line-height: 1;
}