/*--------------------------------------------------------------
#0.3 hero slider
--------------------------------------------------------------*/
body {
	letter-spacing: 2px;
}

.hero-slider {
	width: 100%;
	height: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-slider {
		height: 600px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		height: 500px;
	}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: var(--white-color);
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	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;
	text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: rgba(255, 255, 255, 0.1);
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 991px) {

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: var(--boder-color);
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
	background: var(--main-color);
}

.hero-slider .swiper-button-prev:hover:before,
.hero-slider .swiper-button-next:hover:before {
	color: var(--white-color);
}

@media screen and (max-width: 1024px) {
	.industry-hero-address {
		margin-right: 110px;
	}
}

@media screen and (max-width: 991px) {
	.industry-hero-address {
		margin-top: 0;
		margin-right: 0;
		width: 100%;
	}
}

.hero-slider .swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 20px;
	color: var(--white-color);
}

.hero-slider .swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 20px;
	color: var(--white-color);
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
	top: auto;
	bottom: 100px;
}

.hero-slider .swiper-button-next {
	right: 65px;
}

.hero-slider .swiper-button-prev {
	left: auto;
	right: 150px;
}

.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
	position: absolute;
	content: "";
	height: 65px;
	width: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 2px solid var(--boder-color);
	border-bottom: 2px solid var(--boder-color);
}

.hero-slider .swiper-button-next:after {
	border-right: 2px solid var(--boder-color);
	right: -7px;
}

.hero-slider .swiper-button-prev:after {
	border-left: 2px solid var(--boder-color);
	left: -7px;
}

.hero-slider .swiper-button-next:hover:after,
.hero-slider .swiper-button-prev:hover:after {
	border-color: var(--main-color);
}

.hero-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: rgba(255, 255, 255, 0.5);
	display: none;
}

.hero-slider .swiper-pagination-bullet-active {
	color: var(--white-color);
	background: #ff5e14;
}

.hero-slider .slide-subtitle span {
	background-color: var(--white-color);
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	color: #687187;
	padding: 8px 15px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.hero-slider .slide-subtitle span {
		padding: 5px 12px;
		letter-spacing: 2px;
	}
}

@media (max-width: 991px) {
	.hero-slider .slide-subtitle {
		text-align: center;
	}
}

.hero-slider .slide-title {
	max-width: 750px;
	min-height: 350px;
}

.hero-slider .slide-title p {
	position: relative;
	padding-left: 80px;
	font-size: 18px;
	color: #545454;
}

.hero-slider .slide-title p:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

@media (max-width: 991px) {
	.hero-slider .slide-title {
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
}

.hero-slider .slide-title>span {
	color: var(--main-color);
	font-weight: 700;
	font-family: "Barlow Condensed";
	font-size: 35px;
}

.hero-slider .slide-title h2 {
	font-size: 77px;
	color: var(--white-color);
	margin: 30px 0;
	font-family: Barl ow Condensed;
	font-weight: 700;
	padding-top: 45px;
}

.hero-slider .slide-title p {
	font-size: 22px;
	font-family: Heebo;
	font-weight: 600;
	margin-bottom: 40px;
}

.hero-slider .slide-title h2 span {
	color: var(--main-color);
}

@media screen and (max-width: 768px) {
	.hero-slider .slide-title p {
		font-size: 15px;
	}
}

@media screen and (max-width: 458px) {
	.hero-slider .slide-title p {
		font-size: 13px;
	}
}

.banner_span_0 {
	color: var(--white-color) !important;
}

.banner_span_2 {
	font-size: 35px;
}

.banner_span_1 {
	padding-left: 15px;
}

.text-color-dark .slide-title p,
.text-color-dark .slide-title h2 {
	color: var(--white-color);
}

.text-color-light .slide-title p,
.text-color-light .slide-title h2 {
	color: #000;
}

.theme-btn,
.theme-btn-s2,
.submit-btn {
	font-family: "Heebo";
	background: var(--main-color);
	font-size: 14px;
	color: var(--white-color);
	display: inline-block;
	border: 1px solid var(--main-color);
	text-transform: uppercase;
	position: relative;
	min-width: 195px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-weight: 700;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.submit-btn:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.submit-btn:focus,
.theme-btn:active,
.theme-btn-s2:active,
.submit-btn:active {
	background: transparent;
	border: 1px solid var(--main-color);
	color: var(--main-color);
}

@media (max-width: 991px) {
	.hero-slider .slide-title h2 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.hero-slider .slide-title h2 {
		font-size: 35px;
	}
}

.hero-slider .slide-text {
	max-width: 660px;
}

@media (max-width: 991px) {
	.hero-slider .slide-text {
		margin: 0 auto;
		text-align: center;
	}
}

.hero-slider .slide-text p {
	font-size: 18px;
	color: var(--white-color);
	margin: 0 0 2em;
}

@media (max-width: 767px) {
	.hero-slider .slide-text p {
		font-size: 16px;
	}
}

.hero-slider .slide-btns>a:first-child {
	margin-right: 15px;
}

@media (max-width: 991px) {
	.hero-slider .slide-btns {
		margin: 0 auto;
		text-align: center;
	}
}

.container {
	max-width: 100%;
	padding-left: 15%;
	padding-top: 0px !important;
}

.companysince {
	color: var(--main-color) !important;
	font-weight: 700 !important;
	font-family: "Barlow Condensed" !important;
	font-size: 35px !important;
}

.slideInTop {
	animation-name: slideInTop;
	/*动画名称*/
	animation-duration: 1s;
	/*动画持续时间*/
	animation-timing-function: ease-out;
	/*动画速度曲线*/
}

.banner0 {
	background-image: url("/Company/Lib/Img/banner/section-21.jpg");
}

.banner1 {
	background-image: url("/Company/Lib/Img/banner/section-22.jpg");
}

@keyframes slideInTop {
	from {
		transform: translateY(-100px);
		/*起始位置*/
		opacity: 0;
		/*起始不透明度*/
	}

	to {
		transform: translateY(0);
		/*结束位置*/
		opacity: 1;
		/*结束不透明度*/
	}
}

.slideInLeft {
	animation-name: slideInLeft;
	/*动画名称*/
	animation-duration: 1s;
	/*动画持续时间*/
	animation-timing-function: ease-out;
	/*动画速度曲线*/
}

@keyframes slideInLeft {
	from {
		transform: translateX(-100%);
		/*起始位置*/
		opacity: 0;
		/*起始不透明度*/
	}

	to {
		transform: translateX(0);
		/*结束位置*/
		opacity: 1;
		/*结束不透明度*/
	}
}

.slideInBottom {
	animation-name: slideInBottom;
	/*动画名称*/
	animation-duration: 1s;
	/*动画持续时间*/
	animation-timing-function: ease-out;
	/*动画速度曲线*/
}

@keyframes slideInBottom {
	from {
		transform: translateY(200%);
		/*起始位置*/
		opacity: 0;
		/*起始不透明度*/
	}

	to {
		transform: translateY(0);
		/*结束位置*/
		opacity: 1;
		/*结束不透明度*/
	}
}


.section-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}

.section-padding-t {
	padding-top: 50px;
	padding-bottom: 100px;
}

.section-padding-b {
	padding-top: 100px;
	padding-bottom: 50px;
}

.section-padding-t150 {
	padding-top: 150px;
	padding-bottom: 100px;
}

.section-padding-t25050 {
	padding-top: 220px;
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	.section-padding {
		padding: 90px 0;
	}
}

@media (max-width: 767px) {
	.section-padding {
		padding: 80px 0;
	}
}

.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.display-flex-title {
	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;
	padding-bottom: 25px;
}

/* #0.4 Start Service info Section
--------------------------------------------------------------*/
.arkit-service-info-single {
	border: 1px solid #e4eaff;
	padding: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	transition: border-color 0.5s ease-out;
}

.arkit-service-info-single:hover {
	border-color: var(--main-color);
	background: #ffffff;
	border-radius: 5px;
}

.arkit-service-info-single:hover:before {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.arkit-service-info-single span {
	color: var(--main-color);
	font-size: 12px;
	font-weight: 700;
	font-family: "Heebo";
	background: #e7ecff;
	max-width: 300px;
	height: 30px;
	line-height: 35px;
	text-align: left;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background 0.5s ease-out;
}

.arkit-service-info-single:hover span {
	background: var(--main-color);
	color: #ffffff;
}

/* #0.5 Start about Section
--------------------------------------------------------------*/
.arkit-about {
	background: url("/Company/Lib/Img/about/about-bg.jpeg") no-repeat center center / cover;
	position: relative;
}

.arkit-about:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(52, 84, 209, 0.8);
}

.arkit-about-inner>span {
	font-size: 20px;
	font-weight: 600;
	font-family: "Barlow Condensed";
	color: #ffffff;
	margin-bottom: 3px;
	display: inline-block;
}

.arkit-about-inner .contact-number {
	background: #282828;
	color: #ffffff;
	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;
	padding: 48px;
	margin-top: 50px;
}

.arkit-about-inner .contact-number span {
	font-size: 16px;
	font-weight: 500;
	font-family: "Heebo";
	text-transform: capitalize;
	margin-bottom: 15px;
	display: inline-block;
}

.arkit-about-inner .contact-number h4 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	font-family: "Barlow Condensed";
}

.arkit-about-inner .contact-number .icon img {
	width: 85px;
}

.arkit-service-info-single h2 {
	font-size: 45px;
	font-weight: 700;
	font-family: "Barlow Condensed";
}

.arkit-service-info-single h1 {
	font-size: 30px;
	padding: 5px;
	margin-bottom: 5px;
}

.arkit-service-ss {
	position: relative;
}

.arkit-service-ss .section-icon {
	position: absolute;
	left: 49%;
	top: 100px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #eff2f7;
	text-align: center;
	transition: box-shadow 1s ease-out;
}

.arkit-service-ss:hover .section-icon {
	box-shadow: 0px 0px 20px 2px #3454d1;
}

.arkit-service-ss .section-icon .icon {
	line-height: 50px;
	font-size: 16px;
	color: #666666;
	position: relative;
	z-index: 3;
}


.arkit-service-ss .section-icon::after {
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	display: block;
	background: #fff;
	border: 1px solid #dcdfe4;
}

.arkit-service-info-single p {
	color: #5c5c5c;
	font-size: 14px;
	font-family: "Heebo";
	padding: 5px !important;
}

.arkit-about-inner p {
	color: #fff;
	font-size: 14px;
	text-indent: 15px;
}

.arkit-about-inner h2 {
	font-size: 45px;
	font-family: "Barlow Condensed";
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 25px;
}

.arkit-about-inner .contact-number span {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	font-family: "Barlow Condensed";
}

/* ## Section title
-----------------------------*/

.section-title>span,
.section-title>h2 {
	font-family: "Barlow Condensed";
}

.section-title>span,
.section-title>h2>span {
	color: var(--main-color);
}

.section-title>span {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	display: inline-block;
}

.section-title .section-subtitle {
	font-family: "Playfair Display", serif;
	font-style: italic;
	text-align: center;
	font-size: 16px;
	color: #999999;
}

.section-title span::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	height: 10px;
	width: 100%;
	z-index: -1;
	opacity: 0.1;
	background: var(--main-color);
}

.section-title>h2 {
	font-size: 30px;
	font-weight: 700;
	color: #282828;
	margin: 0px;
}

@media screen and(max-width: 1024px) {
	.section-title>span {
		margin-bottom: 15px;
	}

	.section-title>h2 {
		font-size: 32px;
	}

	.industry-about .section-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
	.section-title>h2 {
		font-size: 35px;
		line-height: 1.3;
	}
}

.shadow {
	padding: 15px;
	box-shadow: inset 0px 0px 0px 0px #ffffff !important
}


/* #0.8 Start Status Section
--------------------------------------------------------------*/
.arkit-status {
	background: url(/Company/Lib/Img/status/bg.png) no-repeat left center / cover;
	position: relative;
}

.arkit-status:before {
	position: absolute;
	content: "";
	background: url(/Company/Lib/Img/status/status-right-img.jpg) no-repeat center center / cover;
	top: 0;
	right: 7%;
	height: 100%;
	width: 40%;
}

.arkit-status .single-status {
	text-align: center;
	background: #ffffff;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}

.arkit-status .single-status:hover {
	background: var(--main-color);
}

.arkit-status .single-status .icon img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.arkit-status .single-status:hover .icon img.normal,
.arkit-status .single-status .icon img.hover {
	display: none;
}

.arkit-status .single-status:hover .icon img.hover {
	display: inline-block;
}

.arkit-status .single-status h3 {
	font-size: 35px;
	font-weight: 700;
	font-family: "Barlow Condensed";
	color: #282828;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 15px 0 5px 0;
}

.arkit-status .single-status:hover h3 {
	color: #fff;
}

.arkit-status .single-status h3 .plus {
	font-size: 25px;
	line-height: 25px;
}

.arkit-status .single-status p {
	font-size: 17px;
	font-weight: 600;
	color: #5c5c5c;
	font-family: "Heebo";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.arkit-status .single-status:hover p {
	color: #c8cde1;
}

.arkit-status-padding {
	padding: 50px 0;
}

.status-note {
	background: var(--main-color);
	padding: 30px;
	max-width: 400px;
	width: 100%;
	position: absolute;
	left: 55%;
	bottom: 60px;
}

.status-note .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.status-note .bottom .icon {
	width: 75px;
}

.status-note h3 {
	font-size: 42px;
	font-weight: 700;
	font-family: "Barlow Condensed";
	color: #fff;
}

.status-note .bottom .read-more-btn {
	color: #ffffff;
	font-family: "Heebo";
	font-weight: 700;
	font-size: 12px;
}

.status-note .bottom .read-more-btn:hover {
	color: var(--main-color);
	border-color: #fff;
}

.status-note .read-more-btn:before,
.status-note .read-more-btn:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	border-color: #fff;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.status-note .read-more-btn:hover:before,
.status-note .read-more-btn:hover:after {
	width: 50%;
}

.status-note .read-more-btn:before {
	-webkit-transform-origin: left;
	transform-origin: left;
	left: 0;
}

.status-note .read-more-btn:after {
	-webkit-transform-origin: right;
	transform-origin: right;
	right: 0;
}

.play-btn a {
	height: 130px;
	width: 130px;
	background: #1b1b1b;
	opacity: 0.8;
	border-radius: 50%;
	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;
	color: #ffffff;
	font-size: 55px;
}

.status-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding-top: 110px;
}

sup {
	top: -10px;
}

.cs-box {
	width: 165px;
}

.section-title>.hzhb-t {
	padding-bottom: 5px;
}

.section-title>.hzhb {
	color: var(--font-color);
	font-size: 18px;
}

/* #10 Testimonial Section
--------------------------------------------------------------*/

.testimonial {
	background: #fff;
}

.testimonial-slider {
	padding: 40px 0;
}

.testimonial-inner {
	position: relative;
	padding-left: 50px;
}

.testimonial-inner:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--font-color);
}

.single-testimonial {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
}

.single-testimonial .info {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	width: 200px;
	text-align: center;
	margin: 15px;
	border: 1px solid #ddd;
	transition: box-shadow 0.5s ease-out;
}

.single-testimonial .info:hover {
	box-shadow: 0px 0px 10px 2px rgb(52 84 209 / 50%);
	border-radius: 5px;
}

.single-testimonial .info img {
	max-width: 100%;
}

.single-testimonial .info h4 {
	color: #808080;
	font-size: 20px;
	font-weight: 700;
	font-family: "Barlow Condensed";
	margin: 0 0 5px 0;
}

.single-testimonial .info p {
	font-size: 16px;
	color: var(--main-color);
	font-family: "Heebo";
}

.single-testimonial .feedback .quote img {
	width: 50px;
	margin-bottom: 30px;
}

.single-testimonial .feedback {
	padding: 0 50px;
}

.single-testimonial .feedback p {
	line-height: 30px;
	color: #ffffff;
	font-family: "Heebo";
}

.testimonial-slider .owl-nav {
	display: none;
}

.testimonial-slider.owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	left: 46.5%;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
	background: #ffffff;
	border-radius: 0;
	cursor: pointer;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--main-color);
}

.design-arrow {
	width: 1px;
	height: 5px;
	background: #dddddd;
	position: relative;
	margin: 10px auto;
}

.design-arrow:after {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	border: 2px solid var(--main-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 100%;
	left: -5px;
}

.container-fluid {
	padding-bottom: 100px !important;
}

/* #12 Blog Section
--------------------------------------------------------------*/

.single-blog {
	margin-bottom: 30px;
	border-radius: 5px;
	transition: box-shadow 0.5s ease-out;
}

.single-blog:hover {
	box-shadow: 0px 0px 20px 2px rgb(52 84 209 / 50%) !important;
}

.single-blog img {
	max-width: 100%;
	border-radius: 5px 0 0 5px;
}

.single-blog .date {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 700;
	font-family: "Heebo";
}

.single-blog h3 {
	margin-bottom: 30px;
}

.single-blog h5 a {
	font-size: 15px;
	font-weight: 700;
	color: #282828;
	font-family: "Barlow Condensed";
}

.qywf-item h5 {
	height: 75px;
	margin-bottom: 15px;
	padding-right: 5px;
}

.single-blog-r {
	padding: 35px;
}

.service-service-section {
	background: url(/Company/Lib/Img/banner/section-23.jpg) center no-repeat;
	background-size: cover;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}

.service-icon {
	background: none;
	width: 82px;
	height: 82px;
	border: none;
	float: left;
	border: 4px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	transition: background-color 0.8s ease-out;
}

.service-item:hover .service-icon {
	background-color: var(--main-color);
}

.service-icon .icon {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 64px;
	color: #85a7ff;
	transition: color 0.8s ease-out;
}

.service-item:hover .icon {
	color: #fff;
}

.service-service-section .service-item {
	padding: 40px 0 20px;
	max-width: 300px;
	margin: 0 auto;
}

.card-nav {
	display: flex;
	width: 200px;
	height: auto;
	margin-top: 10px;
	padding-left: 25px;
}

.card-li {
	float: left;
	font-size: 13px;
	line-height: 1.1;
	margin: 5px 5px;
}

.card-li a {
	color: #fff;
	font-size: 12px;
	font-weight: 100;
}

.media-body h5 {
	color: #fff;
	padding-left: 110px;
}