@charset "utf-8";

.baise{
	color: #000 !important;
}
.brand-one {
	position: relative;
	display: block;
	padding: 30px 0;
	
	/*background: #1b1825;*/
	
	background: #eef3f7;
	
	/* background: url(../images/bg1.jpg) center no-repeat;
	background-size: cover; */
}

.section-title {
	margin-bottom: 50px;
}

.section-title__tagline {
	display: inline-flex;
	color: #666;
	font-size: 18px;
	align-items: center;
	line-height: 30px;
	margin-bottom: 2px;
	font-weight: 500;
	
	text-transform: uppercase;
}

.section-title__tagline::before {
	content: '';
	background-color: #0b857e;
	width: 10px;
	height: 2px;
	margin-right: 10px;
}


.section-title__title {
	margin: 0;
	font-weight: 800;
	color: #1b1825;
	font-size: 40px;
	line-height: 60px;
}

.index_case {
	height: auto;
	margin: 30px auto;
	position: relative;
}


.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.case_mian {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;

}

.case_mian img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	/* border: 1px solid #eee; */
	box-sizing: border-box;
	
	box-sizing: border-box;
	border-radius: 10px;
}
.case_mian:hover span{
	background: #0b857e;
	color: #fff;
}
.case_mian span {
	
	display: none;
	
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #1b1825;
	font-size: 16px;
	background: #eee;
}

.swiper-button {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 60%;
	cursor: pointer;
	z-index: 9;
}


.swiper-button-prev {
	background: url(../images/jtl02.png) no-repeat center;
	left: 15px;
	cursor: pointer;
}

.swiper-button-prev:hover {
	background: url(../images/jtl03.png) no-repeat center;
}

.swiper-button-next {
	background: url(../images/jtr02.png) no-repeat center;
	right: 15px;
	cursor: pointer;
}

.swiper-button-next:hover {
	background: url(../images/jtr03.png) no-repeat center;
}

.swiper-diandian {
	/* display: none; */
}



.swiper-button-prev_ziyou {
	background: url(../images/jtl02.png) no-repeat center;
	left: 15px;
	cursor: pointer;
}

.swiper-button-prev_ziyou:hover {
	background: url(../images/jtl03.png) no-repeat center;
}

.swiper-button-next_ziyou {
	background: url(../images/jtr02.png) no-repeat center;
	right: 15px;
	cursor: pointer;
}

.swiper-button-next_ziyou:hover {
	background: url(../images/jtr03.png) no-repeat center;
}


.brand-two {
	position: relative;
	display: block;
}



.ziyou_single {
	position: relative;
	/* display: flex; */
	align-items: flex-start;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
	border-radius: 8px;
	padding: 40px;
	margin: 10px 15px 50px 15px;
	cursor: pointer;
}

.ziyou_single_icon {
	float: left;
	width: 100%;
	margin: 0px auto;
}

.ziyou_single_icon:hover img {
	transform: scale(1.9);
	color: #0b857e;
}

.ziyou_single_text {
	width: 100%;
	float: left;
}



/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
	position: relative;
	display: block;
	padding: 100px 0;
}



.jjfa_nav {
	position: absolute;
	width: 30px;
	height: auto;
	overflow: hidden;
}

.jjfa_nav ul li {
	float: left;
	list-style: none;
}

.jjfa_nav li {
	width: 30px;
	height: 80px;
	margin-bottom: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.jjfa_nav li:nth-child(1) {
	background-color: #0b857e;
	margin-left: 0;
}

.jjfa_nav li:nth-child(2) {
	background-color: #008006;
}

.jjfa_nav li:nth-child(3) {
	background-color: #927906;
}
.jjfa_nav li:nth-child(4) {
	background-color: #00bbc9;
}


.about-one__left {
	position: relative;
	display: block;
	margin-left: 50px;
}

.about-one__img-box {
	position: relative;
	display: block;
}

/* .about-one__img-box:before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 30px;
    height: 200px;
    background-color: #0b857e;
    content: "";
    border-radius: 8px;
}

.about-one__img-box:after {
    position: absolute;
    top: 220px;
    left: -50px;
    width: 30px;
    height: 200px;
    background-color: #0b857e;
    content: "";
    border-radius: 8px;
} */

.about-one__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.about-one__img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
}

.about-one__img:hover:before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.about-one__img>img {
	width: 100%;
	border-radius: 8px;
}

.about-one__small-img {
	position: absolute;
	bottom: -90px;
	left: -120px;
	z-index: 2;
}

.about-one__small-img>img {
	border-radius: 8px;
}

.about-one__right {
	position: relative;
	display: block;
}

.about-one__right .section-title {
	margin-bottom: 28px;
}

.about-one__text {
	margin: 0;
}

.about-one__points-box {
	position: relative;
	display: block;
	margin-left: 21px;
	margin-top: 32px;
}

.about-one__points-box:before {
	position: absolute;
	top: 5px;
	bottom: 2px;
	left: -21px;
	content: "";
	background-color: #0b857e;
	width: 2px;
}

.about-one__points {
	position: relative;
	display: block;
}

.about-one__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.about-one__points li+li {
	margin-top: 6px;
}

.about-one__points li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.about-one__points li .icon span {
	font-size: 20px;
	color: #0b857e;
}

.about-one__points li .text {
	margin-left: 16px;
}

.about-one__points li .text p {
	color: #1b1825;
	margin: 0;
}

.about-one__it-solutions {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid #dae3e9;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 25px;
}

.about-one__it-solutions-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.about-one__it-solutions-icon span {
	font-size: 70px;
	color: #0b857e;
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}

.about-one__it-solutions:hover .about-one__it-solutions-icon span {
	transform: rotateY(360deg);
}

.about-one__it-solutions-text-box {
	margin-left: 20px;
}

.about-one__it-solutions-text {
	font-weight: 600;
	color: #1b1825;
	margin: 0;
	line-height: 30px;
}



canvas {
	display: block;
}

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	background-color: #0b857e;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 40px 18px;
	border-radius: 8px;
	transition: all 0.3s linear;
	overflow: hidden;
	letter-spacing: 0.2em;
	z-index: 1;
}

.thm-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #1b1825;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 1;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.thm-btn:hover:after {
	opacity: 1;
	transform: scaleY(1.0);
}

.thm-btn:hover {
	color: #fff;
}




/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    background-color: #f8f9fa;
	/* background: url(../images/an99.png) no-repeat center;
	background-size: cover; */
    padding: 50px 0;
}

.services-one .row {
    --bs-gutter-x: 15px;
}

.services-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 8px;
    /* padding: 50px 60px 50px; */
    text-align: center;
    margin-bottom: 30px;
    transition: all 500ms ease;
    z-index: 2;
	cursor:pointer;
}

.services-one__single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}

.services-one__icon {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 65px;
    color: #0b857e;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 500ms ease;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 2;
}
.services-one__icon img{
	width: 100%;
}
.services-one__icon span{
	display: block;
	color: #0b857e;
	font-size: 20px;
	text-align: center;
	margin-top: -10px;
	font-weight: 600;
	letter-spacing: 1px;
}

.zhezhao{
	opacity: 0;
	
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	transition: all 500ms ease;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

.services-one__icon .xiangxi{
	opacity: 0;
	z-index: 3;
	
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	font-weight: 500;
	height: 40px;
	width: 140px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: url(../images/ljty2.png) center no-repeat;
	transform: translate(-50%,-50%);
	
	transition: all 500ms ease;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
	
}


.services-one__single:hover .services-one__icon .xiangxi{
	opacity: 1;
}
.services-one__single:hover .services-one__icon .zhezhao{
	opacity: 1;
}


/* 图标调控 */
/* 
.services-one__single:hover .services-one__icon {
    background-color: #0b857e;
    color: #fff;
} */

/* .services-one__single img.baise{
	display: none;
}
.services-one__single:hover img.baise{
	display: block;
}
.services-one__single:hover img.lanse{
	display: none;
} */

/* .services-one__icon:before {
    position: absolute;
    top: -20px;
    bottom: -17px;
    left: 61px;
    content: "";
    width: 2px;
    background-color: #0b857e;
    z-index: -1;
}

.services-one__icon:after {
    position: absolute;
    top: -15px;
    bottom: -22px;
    right: 61px;
    content: "";
    width: 2px;
    background-color: #0b857e;
    z-index: -1;
}

.services-one__icon:before,
.services-one__icon:after {
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__icon:before,
.services-one__single:hover .services-one__icon:after {
    transform: rotate(45deg);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
} */

.services-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 16px;
}

.services-one__title a {
    color: #1b1825;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a{
    color: #0b857e;
}
.services-one__single:hover .services-one__text{
	color: #0b857e;
}

.services-one__text {
    margin: 0;
    padding: 20px;
	font-size: 16px;
	height: 150px;
	text-align: left;
}

.services-one__arrow {
    position: relative;
    display: block;
}

.services-one__arrow a {
    position: relative;
    height: 63px;
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #1b1825;
    background-color: #eef3f7;
    margin: 0 auto;
    transition: all 500ms ease;
    z-index: 1;
}

.services-one__single:hover .services-one__arrow a {
    background-color: #0b857e;
    color: #fff;
}



/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
	position: relative;
	display: block;
	padding: 50px 0;
	background-color: #eef3f7;
}

.project-one .container {
	/* width: 100%; */
	padding: 50px 0 0;
}

.project-one__carousel {
	position: relative;
	display: block;
}


.project-one__single {
	position: relative;
	display: block;
	margin-bottom: 50px;
	cursor:pointer;
}

.project-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	z-index: 1;
}

.project-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(27, 24, 37, .30);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: top center;
	border-radius: 8px;
	z-index: 1;
}

.project-one__single:hover .project-one__img:before {
	transform: scale(1, 1);
	transform-origin: bottom center;
}

.project-one__img img {
	width: 100%;
	border-radius: 8px;
	transform: scale(1);
	transition: transform 500ms ease;
}

.project-one__single:hover .project-one__img img {
	transform: scale(1.05);
}

.project-one__content {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
	border-radius: 8px;
	padding: 20px 10px;
	margin-top: -40px;
	margin-left: 30px;
	margin-right: 30px;
	overflow: hidden;
	transition: all 500ms ease;
	z-index: 2;
}

.project-one__content:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #0b857e;
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
	transition: all 500ms ease;
	opacity: 1;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	border-radius: 8px;
	z-index: -1;
}

.project-one__single:hover .project-one__content:after {
	opacity: 1;
	transform: scaleY(1.0);
}

.project-one__tagline {
	font-size: 18px;
	font-weight: 800;
	margin: 0;
	line-height: 27px;
	transition: all 500ms ease;
}

.project-one__title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	transition: all 500ms ease;
}

.project-one__title a {
	color: #1b1825;
	transition: all 500ms ease;
}

.project-one__arrow {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

.project-one__arrow a {
	color: #1b1825;
	font-size: 20px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 500ms ease;
}

.project-one__single:hover .project-one__tagline,
.project-one__single:hover .project-one__title a {
	color: #fff;
}

.project-one__single:hover .project-one__arrow a {
	color: #0b857e;
}




/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
	position: relative;
	display: block;
	padding: 50px 0;
}

.news-page {
	padding-bottom: 120px;
}

.news-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-one__img {
	position: relative;
	display: block;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	overflow: hidden;	
}

.news-one__img img {
	width: 100%;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	transition: all 500ms ease;
	transform: scale(1);
}

.news-one__single:hover .news-one__img img {
	transform: scale(1.05);
}

.news-one__img>a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(27, 24, 37, 0.3);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30%);
}

.news-one__img>a>span {
	position: relative;
}

.news-one__img>a>span::before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 500ms ease;
}

.news-one__img>a>span::after {
	content: '';
	transition: all 500ms ease;
	width: 2px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news-one__img>a:hover>span::before,
.news-one__img>a:hover>span::after {
	background-color: #0b857e;
}

.news-one__single:hover .news-one__img>a {
	visibility: visible;
	transform: translateY(0%);
	opacity: 1;
}

.news-one__date-box {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 10px 20px;
	border-top-right-radius: 5px;
}

.news-one__date-box p {
	font-size: 14px;
	color: #1b1825;
	font-weight: 800;
	margin: 0;
	line-height: 17px;
	text-align: center;
}

.news-one__content {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
	padding: 15px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 3px solid transparent;
	transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
	border-bottom: 3px solid #0b857e;
}

.news-one__meta {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
}

.news-one__meta li+li {
	margin-left: 10px;
}

.news-one__meta li a {
	color: #7b7981;
	font-size: 14px;
	transition: all 500ms ease;
}

.news-one__meta li a:hover {
	color: #0b857e;
}

.news-one__meta li a i {
	color: #0b857e;
}

.news-one__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
}

.news-one__title a {
	color: #1b1825;
	transition: all 500ms ease;
}

.news-one__single:hover .news-one__title a {
	color: #0b857e;
}

.news-one__text {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	padding-top: 13px;
	padding-bottom: 8px;
}

.news-one__read-more-btn {
	font-size: 16px;
	font-weight: 600;
	color: #1b1825;
	display: inline-block;
	transition: all 500ms ease;
}

.news-one__read-more-btn:hover {
	color: #0b857e;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	background-color: #1b1825;
}

.site-footer__top {
	position: relative;
	display: block;
	background-color: #1b1825;
}

.site-footer__top-inner {
	position: relative;
	display: block;
	padding: 80px 0;
	z-index: 1;
}

.site-footer-map {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -42px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.04;
	z-index: -1;
}

.footer-widget__about {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	font-size: 16px;
	color: #ada8ba;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 30px;
	padding-right: 30px;
}

.footer-widget__about-social {
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.footer-widget__about-social a {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background-color: #100d16;
	border-radius: 50%;
	font-size: 13px;
	height: 45px;
	width: 45px;
	transform: rotate(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.footer-widget__about-social a:hover {
	color: #1b1825;
	transform: rotate(360deg);
}

.footer-widget__about-social a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #fff;
	border-radius: 50%;
	transform: scale(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.footer-widget__about-social a:hover:before {
	transform: scaleX(1.0);
}

.footer-widget__about-social a+a {
	margin-left: 10px;
}

.footer-widget__title {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 30px;
}

.footer-widget__links {
	position: relative;
	display: block;
}

.footer-widget__links-list {
	position: relative;
	display: block;
	float: left;
}



.footer-widget__links-list li+li {
	margin-top: 0px;
}

/* .list-unstyled li{
	float: left;
	width: 50%;
} */
.footer-widget__links-list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #ada8ba;
	transition: all 500ms ease;
	line-height: 34px;
}

.footer-widget__links-list li a::after {
	content: '';
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scale(0, 1);
	transform-origin: left center;
	background-color: currentColor;
	transition: transform 500ms ease;
}

.footer-widget__links-list li:hover>a::after {
	transform: scale(1, 1);
	transform-origin: right center;
}

.footer-widget__links-list li a:hover {
	color: #fff;
}

.footer-widget__links-list-two {
	margin-right: 0px;
}

.footer-widget__contact {
	position: relative;
	display: block;
}

.footer-widget__contact-text {
	font-size: 16px;
	color: #ada8ba;
	margin: 0;
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 3px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	display: flex;
}

.footer-widget__contact-list li .icon {
	display: flex;
	align-items: center;
	position: relative;
	top: 2px;
}

.footer-widget__contact-list li .icon span {
	font-size: 13px;
	color: #0b857e;
}

.footer-widget__contact-list li .text {
	margin-left: 10px;
}

.footer-widget__contact-list li .text p {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 30px;
}

.footer-widget__contact-list li .text p a {
	color: #fff;
	transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
	color: #0b857e;
}

.footer-widget__newsletter {
	position: relative;
	display: block;
}

.footer-widget__newsletter-text {
	font-size: 16px;
	color: #ada8ba;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
	padding-bottom: 23px;
	padding-top: 5px;
}

.footer-widget__newsletter-text img {
	max-width: 130px;
}

.footer-widget__newsletter-form {
	position: relative;
	display: block;
}

.footer-widget__newsletter-input-box {
	position: relative;
	display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
	font-size: 12px;
	color: #7b7981;
	font-weight: 500;
	text-transform: capitalize;
	height: 60px;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 8px;
	padding-right: 95px;
	outline: none;
	padding-left: 20px;
}

.footer-widget__newsletter-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0b857e;
	border: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #fff;
	transition: all 500ms ease;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .2em;
}

.footer-widget__newsletter-btn:hover {
	background-color: #0b857e;
}

.site-footer__bottom {
	position: relative;
	display: block;
	z-index: 2;
}

.site-footer__bottom-container {
	position: relative;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #100d16;
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0;
}

.site-footer__bottom-text {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: #ada8ba;
}

.site-footer__bottom-text a {
	color: #ada8ba;
	transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
	color: #fff;
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__bottom-menu li+li {
	margin-left: 12px;
}

.site-footer__bottom-menu li a {
	color: #ada8ba;
	font-size: 16px;
	display: inline-block;
	transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
	color: #fff;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {



	.services-one__icon img{
		width: 100%;
	}
	.services-one__icon span{
		display: block;
		color: #0b857e;
		font-size: 20px;
		text-align: center;
		margin-top: -10px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	.zhezhao{
		opacity: 0;
		
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		
		transition: all 500ms ease;
		-webkit-transition-delay: 100ms;
		-moz-transition-delay: 100ms;
		-ms-transition-delay: 100ms;
		-o-transition-delay: 100ms;
		transition-delay: 100ms;
	}
	
	.services-one__icon .xiangxi{
		opacity: 0;
		z-index: 3;
		
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 18px;
		font-weight: 500;
		height: 40px;
		width: 140px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background: url(../images/ljty2.png) center no-repeat;
		transform: translate(-50%,-50%);
		
		transition: all 500ms ease;
		-webkit-transition-delay: 100ms;
		-moz-transition-delay: 100ms;
		-ms-transition-delay: 100ms;
		-o-transition-delay: 100ms;
		transition-delay: 100ms;
		
	}
	
	
	.services-one__single:hover .services-one__icon .xiangxi{
		opacity: 1;
	}
	.services-one__single:hover .services-one__icon .zhezhao{
		opacity: 1;
	}
	
	

.footer-widget__newsletter {
	position: relative;
	display: block;
	text-align: center;
    width: 80%;
    margin: 50px;
    height: 100px;
}
	
	.brand-one {
		position: relative;
		display: block;
		padding: 10px 0;
	}


	.section-title {
		margin-bottom: 10px;
	}



	.section-title__title {
		font-size: 30px;
		line-height: 40px;
	}


	.about-one {
		position: relative;
		display: block;
		padding: 10px 0 0;
	}


	.feature-one__single {
		padding: 41px 20px 41px;
	}


	.jjfa_nav {
		position: absolute;
		width: 100%;
		height: auto;
		overflow: hidden;
		top: -50px;
	}

	.jjfa_nav ul li {
		float: left;
		list-style: none;
	}

	.jjfa_nav li {
		width: calc(100% / 5 );
		height: 30px;
		margin: 0px 2%;
		border-radius: 8px;
	}

	.jjfa_nav li:nth-child(1) {
		background-color: #0b857e;
	}

	.jjfa_nav li:nth-child(2) {
		background-color: #008006;
	}

	.jjfa_nav li:nth-child(3) {
		background-color: #927906;
	}
	
	.jjfa_nav li:nth-child(4) {
		background-color: #00bbc9;
	}
	


	.about-one__left {
		margin-left: 0;
	}

	.about-one__img-box:before {
		display: none;
	}

	.about-one__img-box:after {
		display: none;
	}

	.about-one__small-img {
		display: none;
	}

	.about-one__right {
		margin-top: 50px;
	}

	.services-one__single {
		/* padding: 50px 25px 50px; */
	}

	.share-the-joy__img {
		display: none;
	}

	.share-the-joy__title {
		font-size: 30px;
		line-height: 40px;
	}

	.share-the-joy__trusted {
		position: relative;
		top: 50px;
		left: 0;
	}

	.share-the-joy__inner {
		padding: 105px 0 170px;
	}

	.share-the-joy__shape-1 {
		display: none;
	}

	.project-one__title {
		font-size: 20px;
		line-height: 30px;
	}

	.project-one__content {
		padding: 32px 25px 39px;
	}

	.project-one__arrow {
		right: 5px;
	}

	.improve-one__left {
		padding-top: 0px;
		margin-top: 0;
	}

	.improve-one__right {
		padding-bottom: 110px;
		margin-left: 0;
		margin-right: 0;
	}

	.improve-one__project-complete {
		display: none;
	}

	.improve-one__img img {
		border-top-left-radius: 16px;
	}

	.project-one {
		padding: 0 0 30px;
	}

	.news-one__content {
		padding: 20px 20px 30px;
	}

	.news-one__title {
		font-size: 23px;
	}

	.cta-one__title br {
		display: none;
	}

	.cta-one__title {
		font-size: 40px;
		line-height: 50px;
	}

	.footer-widget__newsletter {
		margin-top: 35px;
	}

	.footer-widget__contact {
		margin-top: 31px;
	}

	.footer-widget__links {
		margin-top: 10px;
	}

	.site-footer__bottom-inner {
		flex-direction: column;
	}

	.business-growth__left .section-title {
		margin-bottom: 25px;
	}

	.business-growth__right {
		margin-bottom: 48px;
	}

	.business-growth__content {
		padding: 44px 20px 44px;
	}

	.business-growth__text {
		font-size: 15px;
	}

	.welcome-one__left {
		margin-right: 0;
	}

	.welcome-one__img-box:before {
		display: none;
	}

	.welcome-one__certified {
		right: 0px;
		border-top-right-radius: 0;
	}

	.welcome-one__funded {
		flex-direction: column;
		align-items: inherit;
	}

	.welcome-one__funded-content {
		margin-left: 0;
		margin-top: 20px;
	}

	.welcome-one {
		padding: 0 0 147px;
	}

	.video-one__title br {
		display: none;
	}

	.video-one__title {
		font-size: 40px;
		line-height: 50px;
	}

	.help__single {
		max-width: 100%;
	}

	.help__single:before {
		display: none;
	}

	.help__single:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		height: 1px;
		background-color: var(--thm-bdr-color);
	}

	.help__single:nth-child(1):after {
		display: none;
	}

	.help__single:nth-child(4):after {
		display: none;
	}

	.help__box-one-content {
		border-top-right-radius: 8px;
	}

	.help__box-last .help__box-two-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.help__box-two-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.project-two .project-one__arrow {
		right: 5px;
	}

	.industries-we-serve__left {
		margin-right: 0;
	}

	.industries-we-serve__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.industries-we-serve__boxes li {
		max-width: 100%;
	}

	.industries-we-serve__boxes li:nth-child(2) {
		margin-left: 0;
	}

	.industries-we-serve__boxes li:nth-child(3) {
		margin-bottom: 10px;
	}

	.industries-we-serve__boxes li:nth-child(4) {
		margin-left: 0;
		margin-bottom: 0;
	}

	.why-choose__left {
		margin-left: 0;
	}

	.why-choose__img img {
		border-radius: 8px;
	}

	.why-choose__right {
		padding-top: 60px;
		margin-left: 0;
	}

	.news-two__right {
		margin-right: 0;
	}

	.news-two__carousel.owl-theme .owl-nav {
		display: none;
	}

	.news-two__left {
		margin-right: 0;
	}

	.news-two__text {
		padding-bottom: 41px;
	}

	.why-choose__right-text-box {
		margin-right: 0;
	}

	.cta-two__inner {
		flex-direction: column;
		text-align: center;
	}

	.cta-two__title br {
		display: none;
	}

	.cta-two__title {
		margin-bottom: 30px;
		font-size: 42px;
		line-height: 52px;
	}

	.about-two__left {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.about-two__right {
		margin-left: 0;
	}

	
	
	.project-details__details-info li+li {
		margin-left: 0px;
	}

	.project-details__details-info li:nth-child(3) {
		margin-left: 0px;
	}

	.project-details__details-info li {
		display: block;
	}

	.project-details__details-info {
		text-align: center;
	}

	.project-details__details-info li:nth-child(4) {
		position: inherit;
		display: block;
		align-items: inherit;
		justify-content: inherit;
		margin-top: 5px;
		z-index: 1;
	}

	.project-details__social-list {
		justify-content: center;
	}

	.project-details__details-box {
		padding: 38px 15px 30px;
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.news-details__bottom {
		flex-direction: column;
	}

	.news-details__social-list {
		margin-top: 30px;
	}

	.news-details__pagenation li+li {
		margin-left: 0;
		margin-top: 20px;
	}

	.news-details__pagenation li {
		font-size: 20px;
		line-height: 34px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.comment-one__single {
		flex-direction: column;
	}

	.comment-one__content {
		margin-left: 0;
		margin-top: 25px;
	}

	.comment-one__btn {
		position: relative;
		top: 20px;
	}

	.sidebar__post {
		padding: 45px 25px 43px;
	}

	.sidebar__tags {
		padding: 47px 20px 50px;
	}

	.contact-page__left {
		margin-bottom: 50px;
	}

	.contact-details__single {
		margin-bottom: 30px;
	}

	.contact-details__single-2 {
		margin-left: 0;
	}

	.contact-details__single-3 {
		margin-left: 0;
		margin-bottom: 0px;
	}

	.contact-details__content h5 {
		font-size: 15px;
	}

	.testimonial-one__carousel.owl-theme .owl-nav {
		display: none;
	}

	.testimonial-one__single {
		padding: 60px 20px 50px;
	}

	.testimonial-one__quote {
		right: 20px;
	}

	.testimonial-one__quote span {
		font-size: 55px;
	}

	.testimonial-one__client-details {
		margin-left: 10px;
	}

	.cta-two__container {
		padding: 0 0;
	}

	.page-header-shape {
		display: none;
	}

	.page-header__inner h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.why-choose-shape-1 {
		display: none;
	}




	/*--------------------------------------------------------------
	# Site Footer
	--------------------------------------------------------------*/
	.site-footer {
		position: relative;
		display: block;
		background-color: #1b1825;
	}

	.site-footer__top {
		position: relative;
		display: block;
		background-color: #1b1825;
	}

	.site-footer__top-inner {
		position: relative;
		display: block;
		padding: 80px 0;
		z-index: 1;
	}

	.site-footer-map {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -42px;
		height: 566px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0.04;
		z-index: -1;
	}

	.footer-widget__about {
		position: relative;
		display: block;
	}

	.footer-widget__about-text {
		font-size: 16px;
		color: #ada8ba;
		margin: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		line-height: 30px;
		padding-right: 0;
	}

	.footer-widget__about-social {
		position: relative;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}

	.footer-widget__about-social a {
		position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		background-color: #100d16;
		border-radius: 50%;
		font-size: 13px;
		height: 45px;
		width: 45px;
		transform: rotate(0);
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		z-index: 1;
	}

	.footer-widget__about-social a:hover {
		color: #1b1825;
		transform: rotate(360deg);
	}

	.footer-widget__about-social a:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		background-color: #fff;
		border-radius: 50%;
		transform: scale(0.0);
		transform-origin: center;
		transform-style: preserve-3d;
		transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
		z-index: -1;
	}

	.footer-widget__about-social a:hover:before {
		transform: scaleX(1.0);
	}

	.footer-widget__about-social a+a {
		margin-left: 10px;
	}

	.footer-widget__title {
		font-size: 20px;
		color: #fff;
		font-weight: 800;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.footer-widget__links {
		position: relative;
		display: none;
	}

	.footer-widget__links-list {
		position: relative;
		display: block;
		float: left;
	}

	.footer-widget__links-list li+li {
		margin-top: 0px;
	}

	.footer-widget__links-list li a {
		position: relative;
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		color: #ada8ba;
		transition: all 500ms ease;
		line-height: 34px;
	}

	.footer-widget__links-list li a::after {
		content: '';
		position: absolute;
		top: 90%;
		left: 0;
		width: 100%;
		height: 1px;
		transform: scale(0, 1);
		transform-origin: left center;
		background-color: currentColor;
		transition: transform 500ms ease;
	}

	.footer-widget__links-list li:hover>a::after {
		transform: scale(1, 1);
		transform-origin: right center;
	}

	.footer-widget__links-list li a:hover {
		color: #fff;
	}

	.footer-widget__links-list-two {
		margin-right: 0px;
	}

	.footer-widget__contact {
		position: relative;
		display: block;
	}

	.footer-widget__contact-text {
		font-size: 16px;
		color: #ada8ba;
		margin: 0;
		line-height: 30px;
		margin-bottom: 20px;
		padding-top: 3px;
	}

	.footer-widget__contact-list {
		position: relative;
		display: block;
	}

	.footer-widget__contact-list li {
		display: flex;
	}

	.footer-widget__contact-list li .icon {
		display: flex;
		align-items: center;
		position: relative;
		top: 2px;
	}

	.footer-widget__contact-list li .icon span {
		font-size: 13px;
		color: #0b857e;
	}

	.footer-widget__contact-list li .text {
		margin-left: 10px;
	}

	.footer-widget__contact-list li .text p {
		font-size: 16px;
		font-weight: 500;
		margin: 0;
		line-height: 30px;
	}

	.footer-widget__contact-list li .text p a {
		color: #fff;
		transition: all 500ms ease;
	}

	.footer-widget__contact-list li .text p a:hover {
		color: #0b857e;
	}

	.footer-widget__newsletter {
		position: relative;
		display: block;
	}

	.footer-widget__newsletter-text {
		font-size: 16px;
		color: #ada8ba;
		font-weight: 500;
		line-height: 26px;
		margin: 0;
		padding-bottom: 23px;
		padding-top: 5px;
	}

	.footer-widget__newsletter-text img {
		max-width: 150px;
	}

	.footer-widget__newsletter-form {
		position: relative;
		display: block;
	}

	.footer-widget__newsletter-input-box {
		position: relative;
		display: block;
	}

	.footer-widget__newsletter-input-box input[type="email"] {
		font-size: 12px;
		color: #7b7981;
		font-weight: 500;
		text-transform: capitalize;
		height: 60px;
		width: 100%;
		background: #fff;
		border: none;
		border-radius: 8px;
		padding-right: 95px;
		outline: none;
		padding-left: 20px;
	}

	.footer-widget__newsletter-btn {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 85px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0b857e;
		border: 0;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		color: #fff;
		transition: all 500ms ease;
		padding: 0;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: .2em;
	}

	.footer-widget__newsletter-btn:hover {
		background-color: #0b857e;
	}

	.site-footer__bottom {
		position: relative;
		display: block;
		z-index: 2;
	}

	.site-footer__bottom-container {
		position: relative;
		display: block;
		max-width: 1595px;
		width: 100%;
		margin: 0 auto;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		background-color: #100d16;
	}

	.site-footer__bottom-inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 35px 0;
	}

	.site-footer__bottom-text {
		font-size: 16px;
		font-weight: 500;
		margin: 0;
		color: #ada8ba;
	}

	.site-footer__bottom-text a {
		color: #ada8ba;
		transition: all 500ms ease;
	}

	.site-footer__bottom-text a:hover {
		color: #fff;
	}

	.site-footer__bottom-menu {
		position: relative;
		display: flex;
		align-items: center;
	}

	.site-footer__bottom-menu li+li {
		margin-left: 12px;
	}

	.site-footer__bottom-menu li a {
		color: #ada8ba;
		font-size: 16px;
		display: inline-block;
		transition: all 500ms ease;
	}

	.site-footer__bottom-menu li a:hover {
		color: #fff;
	}


	/*--------------------------------------------------------------
	# Site Footer
	--------------------------------------------------------------*/


}




/* 内页 */



/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 150px 0;
	z-index: 1;
	background-color: #1b1825;
}


@media (max-width: 768px) {
    .page-header {
    	padding: 100px 0;
    }
}


.page-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*mix-blend-mode: luminosity;
	opacity: 0.3;*/
}


.page-header-shape {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 570px;
	background-repeat: no-repeat;
}

.page-header__inner {
	position: relative;
	display: block;
	text-align: left;
}

.page-header__inner h2 {
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	font-weight: 900;
	text-transform: uppercase;
}
.page-header__inner h2 span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	margin: 40px 0 0 0;
}
.thm-breadcrumb {
	position: relative;
	display: block;
	text-transform: uppercase;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: #ddd;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li+li {
	margin-left: 5px;
}

.thm-breadcrumb li a {
	color: #ddd;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:hover {
	color: #fff;
}

.thm-breadcrumb li:hover a {
	color: #fff;
}





/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 50px 0px;
}

.about-two__left {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
}

.about-two__img img {
    width: 100%;
    border-radius: 8px;
}

.about-two__right {
    position: relative;
    display: block;
}

.about-two__right .section-title {
    margin-bottom: 28px;
}

.about-two__text-1 {
    margin: 0;
	line-height: 30px;
}

.about-two__progress {
    display: flex;
    align-items: center;
    line-height: 0;
}

.about-two__progress-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}


.about-two__text-1 video{
	width: 100%;
}

@media (min-width: 768px) {
    .about-two__progress-wrap {
        grid-template-columns: repeat(2, 290px);
    }
}

.about-two__progress-box {
    position: relative;
    display: inline-block;
}

.about-two__progress-box canvas {
    transform: rotate(90deg);
}

.about-two__progress-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translateY(-50%) translateX(-50%);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #1b1825;
}

.about-two__progress h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #1b1825;
    width: 120px;
    margin-left: 20px;
}


/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/


.project-two {
  position: relative;
  display: block;
  padding: 50px 0px;
}







/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 50px 0px;
}

.service-details__right {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
}

.service-details__img img {
    width: 100%;
    border-radius: 8px;
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 29px;
}

.service-details__title {
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
	
	
	.service-details__title {
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 34px;
	    margin-bottom: 24px;
	}
	
}


.service-details__text {
    margin: 0;
	line-height: 35px;
}
.service-details__text img{
	max-width: 100%;
}



.service-details__benefits {
    position: relative;
    display: block;
    margin-top: 51px;
    margin-bottom: 60px;
}

.service-details__benefits-img {
    position: relative;
    display: block;
}

.service-details__benefits-img img {
    width: 100%;
}

.service-details__benefits-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 36px;
    margin-top: -11px;
}

.service-details__benefits-text {
    font-size: 20px;
    margin: 0;
    color: #0b857e;
}

.service-details__benefits-list {
    position: relative;
    display: block;
    margin-top: 33px;
}

.service-details__benefits-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__benefits-list li+li {
    margin-top: 6px;
}

.service-details__benefits-list li .icon {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
}

.service-details__benefits-list li .icon span {
    font-size: 12px;
    color: #0b857e;
}

.service-details__benefits-list li .text {
    margin-left: 10px;
}

.service-details__benefits-list li .text p {
    font-size: 18px;
    margin: 0;
    color: #333;
    font-weight: 500;
}

.service-details__faq {
    position: relative;
    display: block;
}



.service-details__sidebar {
    position: relative;
    display: block;
}

.service-details__sidebar-service {
    position: relative;
    display: block;
    background: #eef3f7;
    padding: 10px 25px 36px;
    border-radius: 8px;
}

.service-details__sidebar-title {
    font-size: 20px;
    font-weight: 800;
    padding-left: 25px;
    margin-bottom: 18px;
	background-color: #0b857e;
	height: 80px;
	line-height: 80px;
	border-radius: 8px;
	color: #fff;
}

.service-details__sidebar-service-list {
    margin: 0;
}

.service-details__sidebar-service-list li+li {
    margin-top: 6px;
}

.service-details__sidebar-service-list li a {
    color: #7b7981;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 10px 25px;
    border-radius: 8px;
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li:hover a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
    color: #1b1825;
}

.service-details__sidebar-service-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #1b1825;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li:hover a span {
    color: #1b1825;
    transform: translateY(-50%) scale(1);
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 50px 50px 43px;
    margin-top: 30px;
    text-align: center;
    border-radius: 8px;
    z-index: 1;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    border-radius: 8px;
    z-index: -1;
}

.service-details__need-help-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(11,133,126, .90);
    border-radius: 8px;
    z-index: -1;
}

.service-details__need-help-icon {
    height: 75px;
    width: 75px;
    background-color: #fff;
    color: #0b857e;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 22px;
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background-color: #1b1825;
    color: #fff;
}

.service-details__need-help-text-box {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 33px;
}

.service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 28px;
}

.service-details__need-help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
    color: #1b1825;
}

.service-details__need-help-contact p {
    font-size: 14px;
    color: #cce5ff;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}





/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
	
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
	padding: 20px;
	
}

.news-details__img {
    position: relative;
    display: block;
    margin-bottom: 20px;
	
	
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}

.news-details__img img {
    width: 100%;
}

.news-details__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 20px;
    border-top-right-radius: 8px;
}

.news-details__date-box p {
    font-size: 14px;
    color: #1b1825;
    font-weight: 800;
    margin: 0;
    line-height: 17px;
    text-align: center;
}

.news-details__content {
    position: relative;
    display: block;
}

.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

.news-details__meta li+li {
    margin-left: 10px;
}

.news-details__meta li a {
    color: #7b7981;
    font-size: 14px;
    transition: all 500ms ease;
}

.news-details__meta li a:hover {
    color: #0b857e;
}

.news-details__meta li a i {
    color: #0b857e;
}

.news-details__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	
	
	.news-details__title {
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 34px;
	    margin-bottom: 24px;
	}
	
}




.news-details__text-1 {
    margin: 0;
    padding-bottom: 37px;
	line-height: 35px;
}
.news-details__text-1  img{
	max-width: 100%;
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 51px;
    border-top: 1px solid #333;
}

.news-details__bottom p {
    margin: 0;
}

.news-details__tags span {
    color: #1b1825;
    font-weight: 800;
    font-size: 20px;
    margin-right: 16px;
}

.news-details__tags a {
    position: relative;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    background-color: #0b857e;
    display: inline-block;
    padding: 3px 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: #1b1825;
    color: #fff;
}

.news-details__tags a+a {
    margin-left: 6px;
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__social-list a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #1b1825;
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.news-details__social-list a:hover {
    color: #fff;
    transform: rotate(360deg);
}

.news-details__social-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #0b857e;
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.news-details__social-list a:hover:before {
    transform: scaleX(1.0);
}

.news-details__social-list a+a {
    margin-left: 10px;
}

.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 51px;
}

.news-details__pagenation {
    position: relative;
    display: block;
}

.news-details__pagenation li {
    position: relative;
    float: left;
    font-size: 22px;
    color: #1b1825;
    background-color: #eef3f7;
    font-weight: 700;
    line-height: 36px;
    padding: 51px 0px;
    border-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
}

.news-details__pagenation li+li {
    margin-left: 30px;
}

.news-details__pagenation li:hover {
    background-color: #0b857e;
    color: #fff;
}





/*--------------------------------------------------------------
# Improve One
--------------------------------------------------------------*/
.improve-one {
    position: relative;
    display: block;
    padding: 50px 0;
    z-index: 1;
}

.improve-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}


.improve-one-bg.jarallax div div {
    background-color: #1b1825;
    background-blend-mode: luminosity;
}

.improve-one__left {
    position: relative;
    display: block;
}

.improve-one__img-box {
    position: relative;
    display: block;
}

.improve-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.improve-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.improve-one__img-box:hover .improve-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.improve-one__img img {
    width: 100%;
    border-radius: 16px;
}

.improve-one__project-complete {
    position: absolute;
    top: 170px;
    left: -230px;
    transform: rotate(-90deg);
    background-color: #333;
    padding: 13px 58px 13px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.improve-one__project-complete p {
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.2em;
    margin: 0;
    text-transform: uppercase;
}

.improve-one__right {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;	
}

.improve-one__right .section-title {
    margin-bottom: 30px;
}

.improve-one__right .section-title__tagline {
    color: #ada8ba;
}

.improve-one__right .section-title__title {
    color: #333;
}

.improve-one__right .section-title__title span{
	float: right;
	text-align: center;
}
.improve-one__right .section-title__title span a{
	font-size: 16px;
	display: block;
	background: #0b857e;
	color: #fff;
	border-radius: 8px;
	width: 150px;
}

.improve-one__right img{
	max-width: 100%;
}

.improve-one__points{
	line-height: 35px;
	color: #666;
}

.product_content{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
	
	-webkit-box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
	-moz-box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
	-o-box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
	
	padding: 30px;
	
}

.product_content img{
	max-width: 100%;
}