html {
	scroll-behavior: smooth;
}

@import url("css2.css");

@font-face {
	font-family: Crimsonroman;
	font-weight: 400;
	src: url("../font/CrimsonText-Roman.woff")
}

em {
	font-style: inherit
}

.col-md-offset-right-1,
.col-lg-offset-right-1 {
	margin-right: 8.33333333%
}

a {
	text-decoration: none;
	transition: all .3s ease-in-out
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0
}

body {
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	height: 100%;
	color: #979797;
	background: #f5f9ff;
}

:focus {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #131313
}

i:before {
	margin-left: 0 !important
}

button:focus {
	outline: 0
}

@media(min-width:1200px) {
	.container {
		max-width: 1200px
	}

	.hspan1 {
		padding-left: 48px;
	}
}



.body_wrapper {
	overflow: hidden
}

.sec_pad {
	padding: 100px 0
}

.bg_color {
	background: #f3f2f9
}

.section_title {
	margin-bottom: 56px
}

.section_title h6 {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #8b8b8b;
	margin-bottom: 5px
}

.section_title h2 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: .72px;
	margin-bottom: 0
}

.section_title i {
	color: #8781bd;
	font-size: 24px;
	padding-top: 16px
}

.color_w h6 {
	color: #d7d7d7
}

.color_w h2 {
	color: #fff
}

.color_w2 h6,
.color_w2 h2 {
	color: #fff
}

.theme_btn {
	font-size: 13px;
	line-height: 28px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 4.16px;
	text-transform: uppercase;
	padding: 13px 30px 12px;
	min-width: 230px;
	color: #fff;
	background: #1259a8;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	border: 1px solid #1259a8;
	transition: background .4s linear, color .3s linear;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.theme_btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: "";
	background: #fff;
	transition: all .3s linear 0s;
	transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.theme_btn:hover {
	color: #131313;
	border-color: #fff
}

.theme_btn:hover:after {
	opacity: 1;
	height: 500%
}

.theme_w_btn {

	border: 1px solid #fff;
	display: inline-block;
	padding: 13px 20px 10px;
	letter-spacing: 4.16px;
	min-width: 120px;
	text-align: center;
	color: #131313;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 29px 10px 29px;
}

.theme_w_btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 500%;
	opacity: 1;
	z-index: -1;
	content: "";
	background: #fff;
	transition: all .3s linear 0s;
	transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.theme_w_btn:hover {
	color: #fff
}

.theme_w_btn:hover:after {
	height: 0
}

.border_btn {
	background: transparent;
	color: #fff
}

.border_btn:after {
	height: 50%;
	opacity: 0
}

.border_btn:hover {
	color: #131313
}

.border_btn:hover:after {
	height: 500%;
	opacity: 1
}

.ctn-preloader {
	align-items: center;
	cursor: default;
	display: flex;
	background: #fff;
	height: 100%;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100
}

header .logo {
	width: 200px;
	height: 57px;
}

header+div,
header+section {}

.header_top {
	background: #8781bd;
	padding: 9px 0
}

.header_top p {
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	color: #e8e7f4;
	margin-bottom: 0;
	letter-spacing: .12px
}

.header_top p span {
	color: #fff;
	font-weight: 500
}

.header_social_icon a {
	width: 30px;
	height: 30px;
	font-size: 12px;
	color: #ccc9e9;
	line-height: 28px;
	border: 1px solid #ccc9e9;
	display: inline-block;
	text-align: center;
	transition: all .2s linear;
	border-radius: 50%
}

.header_social_icon a:hover {
	background: #a9a5d1;
	border-color: #a9a5d1;
	color: #fff
}

.header_social_icon a+a {
	margin-left: 11px
}

.navbar {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.menu>.nav-item {
	padding: 32px 0;
	transition: all .2s linear
}

.menu>.nav-item>.nav-link {
	font-size: 13px;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-weight: 600;
	line-height: 36px;
	padding: 0;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	position: relative;
	transition: color .3s linear
}

.menu>.nav-item>.nav-link:after {
	display: none
}

.menu>.nav-item.submenu .dropdown-menu {
	border: 0;
	margin: 0;
	border-radius: 0;
	left: -30px;
	min-width: 180px;
	padding: 20px 0;
	background: #fff;
	box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05)
}

@media(min-width:992px) {
	.menu>.nav-item.submenu .dropdown-menu {
		transform: translateY(20px);
		transition: all .3s ease-in;
		opacity: 0;
		visibility: hidden;
		display: block
	}
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 0 30px;
	position: relative
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
	padding: 0;
	white-space: nowrap;
	font: 500 13px/36px "Poppins", sans-serif;
	display: block;
	color: #212028;
	transition: color .2s linear
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
	display: none
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
	color: #8781bd
}

.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
	transition: all .3s ease-in;
	padding: 0
}

@media(min-width:992px) {
	.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
		position: absolute;
		left: 100%;
		top: -25px;
		opacity: 0;
		display: block;
		visibility: hidden;
		transform: translateY(20px);
		transition: all .3s ease-in
	}
}

.menu>.nav-item.active .nav-link,
.menu>.nav-item.active .mobile_dropdown_icon {
	color: #1259a8;
	opacity: 1
}

.menu>.nav-item:hover .nav-link {
	color: #1259a8
}

@media(min-width:992px) {
	.menu>.nav-item:hover .dropdown-menu {
		opacity: 1;
		transform: translateY(0);
		visibility: visible
	}
}

@media(min-width:992px) and (min-width:992px) {
	.menu>.nav-item:hover .dropdown-menu>.nav-item:hover .dropdown-menu {
		transform: scaleY(1);
		opacity: 1;
		visibility: visible
	}
}

.menu>.nav-item+.nav-item {
	margin-left: 65px
}

.menu>.nav-item .mobile_dropdown_icon {
	position: absolute;
	top: 8px;
	right: 0;
	opacity: .8;
	font-size: 15px
}

@media(min-width:992px) {
	.menu>.nav-item .mobile_dropdown_icon {
		display: none
	}
}

.navright {
	margin-left: 50px
}

.navright li a {
	font-size: 14px;
	color: #212028
}

.navbar-toggler {
	position: relative;
	height: 20px;
	width: 30px;
	top: 0;
	border: 0;
	padding: 0;
	margin-top: 22px;
	margin-bottom: 25px;
	margin-left: 30px
}

.navbar-toggler span {
	height: 2px;
	width: 30px;
	display: block;
	background: #131313;
	cursor: pointer;
	transition: background .3s linear;
	position: absolute;
	left: 0;
	top: 50%
}

.navbar-toggler[aria-expanded="true"] span {
	background: transparent
}

.navbar-toggler.collapsed span {
	background: #131313;
}

.navbar-toggler span:before {
	content: "";
	height: 2px;
	width: 30px;
	display: block;
	background: #131313;
	left: 0;
	top: -8px;
	position: absolute;
	transition: top .3s .3s
}

.navbar-toggler span:after {
	content: "";
	height: 2px;
	width: 30px;
	display: block;
	background: #131313;
	left: 0;
	bottom: -8px;
	position: absolute;
	transition: bottom .2s .3s
}

.navbar-toggler[aria-expanded="true"] span:before {
	transform: rotate(45deg);
	top: 0;
	transition: top .3s 0s, transform .3s .3s
}

.navbar-toggler[aria-expanded="true"] span:after {
	transform: rotate(-45deg);
	bottom: 0;
	transition: bottom .3s 0s, transform .3s .3s
}



.navbar_fixed .menu>.nav-item {
	padding: 19px 0
}

.main_slider_area {
	position: relative
}

.main_slider_area .main_slider {
	position: relative;
	height: 1075px;
	z-index: 1;
	margin-bottom: 0 !important
}

.main_slider_area .main_slider .slick-list,
.main_slider_area .main_slider .slick-track {
	height: 100%
}

.main_slider_area .main_slider .slick-list .slider_item,
.main_slider_area .main_slider .slick-track .slider_item {
	display: flex;
	align-items: center;
	background-size: cover !important;
	background-position: center 0 !important
}

.main_slider_area .main_slider .slick-list .slider_item .one,
.main_slider_area .main_slider .slick-track .slider_item .one {
	opacity: .4
}

.main_slider_area .main_slider .slick-list .slider_item .two,
.main_slider_area .main_slider .slick-track .slider_item .two {
	opacity: .25
}

.main_slider_area .main_slider .slick-list .slider_item .three,
.main_slider_area .main_slider .slick-track .slider_item .three {
	opacity: .3
}

.main_slider_area .main_slider .slider_text h2 {
	font-size: 100px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 5px
}

.main_slider_area .main_slider .slider_text h2 span {
	color: #8781bd
}

.main_slider_area .main_slider .slider_text h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-style: italic
}

.main_slider_area .main_slider .slider_text .slider_btn {
	margin-top: 40px
}

.main_slider_area .main_slider .slider_text .theme_w_btn {
	margin: 0 15px
}

.main_slider_area .main_slider .slider_text.slider_text_two {
	padding-top: 245px
}

.main_slider_area .main_slider .slider_text.slider_text_three .theme_w_btn {
	color: #8781bd
}

.main_slider_area .main_slider .slider_text.slider_text_three .theme_w_btn:hover {
	color: #fff
}

.main_slider_area .main_slider .slider_text.slider_text_four h2 {
	font-size: 80px;
	line-height: 92px;
	margin-bottom: 0;
	padding-bottom: 12px
}

.main_slider_area .main_slider .slider_text.slider_text_four h2 strong {
	font-weight: 600;
	display: block
}

.main_slider_area .main_slider .slider_text ul {
	padding-top: 18px
}

.main_slider_area .main_slider .slider_text ul li {
	font-size: 30px;
	color: #fff;
	font-style: italic;
	position: relative;
	padding-left: 28px
}

.main_slider_area .main_slider .slider_text ul li i {
	font-size: 20px;
	color: #8781bd;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px
}

.main_slider_area .main_slider .slider_text ul li+li {
	margin-top: 28px
}

.main_slider_area .left_arrow,
.main_slider_area .right_arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: all .2s linear;
	opacity: 0;
	cursor: pointer
}

.main_slider_area .left_arrow:hover,
.main_slider_area .right_arrow:hover {
	background: #fff;
	color: #131313
}

.main_slider_area .left_arrow {
	left: 0
}

.main_slider_area .right_arrow {
	right: 0
}

.main_slider_area:hover .left_arrow {
	left: 30px;
	opacity: 1
}

.main_slider_area:hover .right_arrow {
	right: 30px;
	opacity: 1
}

.phone_mockup {
	position: relative;
	margin-left: -200px
}

.phone_mockup .phone_two {
	position: absolute;
	right: 0
}

.about_content {
	padding-left: 50px
}

.about_content h6 {
	font-size: 18px;
	color: #8b8b8b;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 20px
}

.about_content h2 {
	font-size: 36px;
	letter-spacing: .72px;
	font-weight: 400;
	margin-bottom: 32px
}

.about_content h2 span {
	font-weight: 700
}

.about_content p {
	margin-bottom: 28px
}

.about_content .theme_btn {
	margin-top: 22px
}

.about_content .theme_btn:hover {
	background: transparent;
	border-color: #8781bd;
	color: #8781bd
}

.about_content .theme_btn:hover:after {
	background: transparent
}

.about_area_two .about_content {
	padding-left: 0
}

.about_item {
	text-align: center;
	border: 2px solid #f3f2f9;
	padding: 45px 30px 30px;
	margin: 15px 0
}

.about_item h5 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500
}

.process_img {
	height: 600px;
	margin-left: 70px
}

.precess_item {
	cursor: pointer
}

.precess_item .icon {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	background: #c4c2d3;
	border-radius: 50%;
	color: #fff;
	margin-right: 30px;
	transition: all .2s linear
}

.precess_item .media-body h6 {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 14px;
	transition: color .2s linear
}

.precess_item .media-body h6:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #8781bd;
	bottom: 0
}

.precess_item .media-body p {
	margin-bottom: 0;
	padding-top: 15px
}

.precess_item:hover .icon {
	background: #8781bd
}

.precess_item:hover h6 {
	color: #8781bd
}

.precess_item+.precess_item {
	margin-top: 50px
}

.promo_area {
	position: relative;
	padding: 280px 0;
	z-index: 1
}

.promo_area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #212028;
	opacity: .6;
	z-index: -1
}

.promo_content h2 {
	font-size: 72px;
	color: #fff;
	margin-bottom: 40px
}

.promo_content h2 span {
	font-weight: 300
}

.promo_content p {
	font-style: italic;
	font-size: 24px;
	color: #fff;
	margin-bottom: 50px
}

.promo_content .theme_w_btn {
	margin: 0 10px
}

.promo_content_two p {
	margin-bottom: 12px
}

.promo_content_two .line {
	width: 70px;
	height: 1px;
	background: #717171;
	margin: 0 auto 30px
}

.mockup_frame_area {
	padding-top: 100px;
	overflow: hidden
}

.mockup_box {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: -7px
}

.mockup_box .frame_one,
.mockup_box .frame_three {
	position: absolute;
	bottom: -80px;
	z-index: -1
}

.mockup_box .frame_one {
	left: 0
}

.mockup_box .frame_three {
	right: 0
}

.theme_promo_area {
	background: #8781bd;
	text-align: center;
	padding: 115px 0
}

.theme_promo_area h2 {
	font-size: 60px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: italic;
	letter-spacing: .6px;
	color: #fff;
	margin-bottom: 36px
}

.breadcrumb_area {
	position: relative;
	z-index: 1;
	padding: 97px 0
}

.breadcrumb_area .overlay_bg {
	opacity: .8
}

.bread_content {
	text-align: center
}

.bread_content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 48px;
	letter-spacing: 2.4px
}

.mission_content {
	margin-bottom: -26px
}

.mission_content p {
	margin-bottom: 26px
}

.sevice_promo_area .row {
	margin-bottom: -55px
}

.service_promo_item {
	text-align: center;
	padding: 0 30px;
	cursor: pointer;
	margin-bottom: 55px
}

.service_promo_item .round {
	width: 100px;
	height: 100px;
	text-align: center;
	background: #8781bd;
	border: 1px solid #8781bd;
	font-size: 30px;
	color: #fff;
	line-height: 100px;
	margin: 0 auto 30px;
	border-radius: 50%;
	transition: all .2s linear
}

.service_promo_item h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 18px
}

.service_promo_item p {
	margin-bottom: 0;
	font-family: "Roboto", sans-serif
}

.service_promo_item:hover .round {
	background: transparent;
	color: #8781bd
}

.sevice_promo_area_two .row {
	margin-bottom: -55px
}

.sevice_promo_area_two .service_promo_item .round {
	background: transparent;
	color: #8781bd
}

.sevice_promo_area_two .service_promo_item:hover .round {
	background: #8781bd;
	color: #fff
}

.service_faq_inner .section_title {
	margin-bottom: 35px
}

.service_faq_info .card {
	border: 1px solid #dbd9e7;
	border-radius: 0;
	margin-bottom: 15px
}

.service_faq_info .card .card-header {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent
}

.service_faq_info .card .card-header button {
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	color: #131313;
	font-weight: 500;
	text-decoration: none;
	padding: 12px 55px 12px 30px;
	position: relative
}

.service_faq_info .card .card-header button span {
	position: absolute;
	right: -1px;
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #dbd9e7;
	background: #8781bd;
	height: 50px;
	text-align: center;
	top: -1px
}

.service_faq_info .card .card-header button .pluse {
	display: none
}

.service_faq_info .card .card-header button .minus {
	display: inline-block;
	background: #dbd9e7;
	color: #fff
}

.service_faq_info .card .card-header button.collapsed .pluse {
	display: inline-block
}

.service_faq_info .card .card-header button.collapsed .minus {
	display: none
}

.service_faq_info .card .card-body {
	border-top: 1px solid #dbd9e7;
	padding: 20px 30px 25px
}

.service_tab {
	border: 0
}

.service_tab .nav-item {
	font: 500 16px "Poppins", sans-serif;
	color: #505050;
	background: #f1f0f9;
	border-radius: 0;
	min-width: 175px;
	padding: 10px 29px;
	transition: all .2s linear;
	margin-bottom: 0;
	border-bottom: 0
}

.service_tab .nav-item.active {
	padding: 10px 49px;
	margin-bottom: -1px
}

.service_tab .nav-item+.nav-item {
	margin-left: 1px
}

.service_tab_content {
	padding: 30px;
	border: 1px solid #dbd9e7;
	background: #fff
}

.service_tab_content p {
	margin-bottom: 0
}

.service_tab_content p img {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 2px
}

.clients_logo_area {
	background: #8781bd
}

.clients_logo_area_black {
	background: #212028
}

.c_logo_item {
	display: block;
	text-align: center
}

.c_logo_item img {
	opacity: .6;
	transition: opacity .3s linear
}

.c_logo_item:hover img {
	opacity: 1
}

.skill_item {
	text-align: center;
	padding: 0 10px
}

.skill_item .count_main {
	width: 150px;
	height: 150px;
	position: relative;
	margin: 0 auto 28px
}

.skill_item .count_main .counter_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #8781bd;
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	line-height: 100px;
	color: #fff
}

.skill_item h6 {
	font-size: 18px;
	letter-spacing: .5px;
	font-weight: 500;
	margin-bottom: 20px
}

.skill_item p {
	margin-bottom: 0
}

.features_area {
	position: relative;
	z-index: 1;
	padding-top: 100px;
	background: url("../image/features_bg.jpg") no-repeat scroll center 0/cover
}

.features_area .overlay_bg {
	background: #8781bd;
	opacity: .4
}

.features_area .color_w h6 {
	color: #fff
}

.features_area .precess_item {
	margin-bottom: 50px
}

.features_area .precess_item .icon {
	background: transparent;
	border: 1px solid #e4a6ff
}

.features_area .precess_item .media-body h6 {
	padding-bottom: 18px
}

.features_area .precess_item .media-body h6:before {
	width: 30px
}

.features_area .precess_item .media-body h6,
.features_area .precess_item .media-body p {
	color: #fff
}

.offer_item {
	cursor: pointer
}

.offer_item img {
	transition: all .3s linear;
	position: relative;
	z-index: -1
}

.offer_item .content {
	padding-top: 27px
}

.offer_item .content h6 {
	font-size: 16px;
	letter-spacing: .8px;
	margin-bottom: 20px
}

.offer_item:hover .img_hover img {
	transform: scale(1.09)
}

.offer_item:hover .img_hover:before {
	opacity: .9
}

.offer_item:hover h6 {
	color: #8781bd
}

.core_features_inner_one {
	text-align: right
}

.core_features_inner_one .core_features_item .media {
	flex-direction: row-reverse
}

.core_features_inner_one .core_features_item .media .icon {
	margin-left: 25px;
	margin-right: 0
}

.core_features_item {
	margin-bottom: 60px
}

.core_features_item .media {
	align-items: center;
	padding-bottom: 8px
}

.core_features_item .media .icon {
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	color: #8781bd;
	border: 1px solid #8781bd;
	text-align: center;
	border-radius: 50%;
	margin-right: 25px
}

.core_features_item .media a {
	font-size: 18px;
	letter-spacing: .9px;
	font-weight: 500;
	color: #131313;
	font-family: "Poppins", sans-serif;
	transition: color .2s linear
}

.core_features_item .media a:hover {
	color: #8781bd
}

.video_area {
	position: relative;
	z-index: 1;
	padding: 196px 0
}

.video_content .video_icon {
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 22px;
	background: #8781bd;
	color: #fff;
	line-height: 100px;
	margin: 0 auto 28px;
	display: block;
	border-radius: 50%
}

.video_content .video_icon:hover {
	background: #fff;
	color: #8781bd
}

.video_content h2 {
	font-size: 36px;
	font-weight: 300;
	color: #fff
}

.video_content h2 span {
	font-weight: 600
}

.video_content p {
	font-style: italic;
	font-size: 24px;
	color: #fff;
	margin-bottom: 0
}

.portfolio_area {
	padding-left: 160px;
	padding-right: 160px;
	background: #212028
}

.portfolio_slider {
	margin-left: -7px;
	margin-right: -7px
}

.portfolio_slider .item {
	padding: 0 7px
}

.p_slider_inner {
	position: relative
}

.p_slider_inner .prev,
.p_slider_inner .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	line-height: 58px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	transition: all .2s linear;
	font-size: 18px
}

.p_slider_inner .prev:hover,
.p_slider_inner .next:hover {
	background: #fff;
	color: #131313
}

.p_slider_inner .prev {
	left: -100px
}

.p_slider_inner .next {
	right: -100px
}

.pr_slider_item {
	cursor: pointer
}

.pr_slider_item img {
	max-width: 100%;
	transition: all .2s linear;
	z-index: -1;
	position: relative
}

.pr_slider_item .item_content {
	background: #fff;
	text-align: center;
	padding: 27px 10px 18px
}

.pr_slider_item .item_content h4 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .3px;
	margin-bottom: 7px;
	transition: color .2s linear
}

.pr_slider_item .item_content h4:hover {
	color: #8781bd
}

.pr_slider_item .item_content p {
	font-size: 18px;
	color: #505050;
	font-style: italic;
	margin-bottom: 0
}

.pr_slider_item:hover .img img {
	transform: scale(1.1) rotate(4deg)
}

.pr_slider_item:hover .img:before {
	opacity: .9
}

.pr_slider_item:hover .img .icon {
	transform: scale(1)
}

.img_hover {
	position: relative;
	overflow: hidden;

}

.img_hover:before {
	content: "";
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;

	opacity: 0;
	transition: opacity 1.2s linear
}

.img_hover img {
	transition: all .5s linear;
	position: relative;
	z-index: -1
}

.img_hover .icon {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #212028;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	transform: scale(0);
	transition: all .3s linear
}

.img_hover .icon:hover {
	background: #fff;
	color: #8781bd
}

.portfolio_area_two .row {
	margin-bottom: -30px
}

.portfolio_item {
	position: relative;
	z-index: 1;
	cursor: pointer;
	margin-bottom: 30px
}

.portfolio_item .hover_content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center
}

.portfolio_item .hover_content h5 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .9px;
	margin-bottom: 5px;
	transition: all .2s linear
}

.portfolio_item .hover_content p {
	font-size: 18px;
	font-style: italic;
	transition: all .3s linear
}

.portfolio_item .hover_content h5,
.portfolio_item .hover_content p {
	color: #fff;
	transform: translateY(15px);
	opacity: 0
}

.portfolio_item .hover_content .icon {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 8px;
	margin-left: 0;
	display: inline-block;
	border: 1px solid #d5d5d5;
	background: transparent
}

.portfolio_item .hover_content .icon:hover {
	background: #212028;
	border-color: #212028
}

.portfolio_item:hover img {
	transform: scale(1.06)
}

.portfolio_item:hover:before {
	opacity: .9
}

.portfolio_item:hover h5,
.portfolio_item:hover p {
	transform: translateY(0);
	opacity: 1
}

.portfolio_item:hover .icon {
	transform: scale(1)
}

.portfolio_inner_four .pr_slider_item {
	margin-bottom: 30px
}

.portfolio_inner_four .pr_slider_item .item_content {
	background: #f3f2f9
}

.demos_area .row {
	margin-bottom: -70px
}

.demo_item {
	display: inline-block;
	margin-bottom: 70px
}

.demo_item img {
	max-width: 100%;
	border-radius: 4px
}

.demo_item h5 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .9px;
	transition: color .2s linear;
	margin-top: 35px;
	margin-bottom: 0
}

.demo_item:hover h5 {
	color: #8781bd
}

.p_filter_info {
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px
}

.p_filter_info h5 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #131313;
	margin-bottom: 0
}

.p_filter_info .portfolio_filter .work_portfolio_item {
	display: inline-block;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #8b8b8b;
	cursor: pointer;
	margin-left: 40px
}

.p_filter_info .portfolio_filter .work_portfolio_item.active {
	color: #8781bd
}

.portfolio_gallery .pr_slider_item {
	margin-top: 30px
}

.portfolio_gallery .pr_slider_item .item_content {
	border: 1px solid #f3f2f9
}

.portfolio_gallery .p_title {
	font-size: 36px;
	font-weight: 400
}

.details_content {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px
}

.details_content .details_text {
	width: 73%;
	padding-right: 60px;
	border-right: 1px solid #e6e6e6
}

.details_content .details_text h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 32px
}

.details_content .details_text p {
	margin-bottom: 0
}

.details_content .p_details_info {
	width: 27%;
	padding-left: 70px
}

.details_content .p_details_info .item {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #131313
}

.details_content .p_details_info .item p {
	font-family: "Roboto", sans-serif;
	font-style: italic;
	color: #505050;
	font-size: 18px;
	margin-bottom: 0
}

.details_content .p_details_info .item p a {
	color: #505050
}

.details_content .p_details_info .item+.item {
	padding-top: 25px
}

.p_social_icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.p_social_icon h5 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
	color: #505050
}

.p_social_icon a {
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #bababa;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #bababa;
	margin-left: 15px
}

.p_social_icon a:hover {
	background: #8781bd;
	border-color: #8781bd;
	color: #fff
}

.portfolio_details_area .portfolio_detail_img {
	margin-bottom: 30px
}

.portfolio_details_area .portfolio_gallery {
	margin-top: 90px
}

.testimonial_area .container {
	max-width: 890px
}

.testimonial_slider {
	text-align: center
}

.testimonial_slider .item {
	padding-left: 50px;
	padding-right: 50px
}

.testimonial_slider .item .testimonial_content {
	border: 1px solid #f3f2f9;
	padding: 50px 40px;
	position: relative
}

.testimonial_slider .item .testimonial_content .icon {
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	background: #8781bd;
	right: -50px;
	top: 0
}

.testimonial_slider .item .testimonial_content p {
	font-size: 22px;
	line-height: 36px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0
}

.testimonial_thumbnil {
	text-align: center;
	max-width: 490px;
	margin: 0 auto
}

.testimonial_thumbnil .slick-list {
	padding: 0 !important
}

.testimonial_thumbnil .item {
	transform: scale(0.6);
	transition: all .2s linear;
	text-align: center;
	position: relative;
	padding-top: 40px;
	cursor: pointer
}

.testimonial_thumbnil .item .round_img {
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 50%;
	border: 3px solid transparent;
	text-align: center;
	overflow: hidden;
	position: relative
}

.testimonial_thumbnil .item .round_img:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #212028;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5
}

.testimonial_thumbnil .item .round_img img {
	width: 100%
}

.testimonial_thumbnil .item .content {
	padding-top: 20px;
	opacity: 0
}

.testimonial_thumbnil .item .content h6 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .5px;
	margin-bottom: 2px
}

.testimonial_thumbnil .item .content p {
	margin-bottom: 0;
	font-style: italic;
	margin-bottom: 0
}

.testimonial_thumbnil .item.slick-current {
	transform: scale(1)
}

.testimonial_thumbnil .item.slick-current .round_img {
	border-color: #8781bd
}

.testimonial_thumbnil .item.slick-current .round_img:before {
	opacity: 0
}

.testimonial_thumbnil .item.slick-current .content,
.testimonial_thumbnil .item.slick-current::before,
.testimonial_thumbnil .item.slick-current:after {
	opacity: 1
}

.testimonial_thumbnil .item::before,
.testimonial_thumbnil .item:after {
	opacity: 0
}

.testimonial_thumbnil .item:before {
	content: "";
	width: 28px;
	height: 28px;
	background: #fff;
	border-bottom: 1px solid #f3f2f9;
	border-right: 1px solid #f3f2f9;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: rotate(45deg);
	margin-left: -14px
}

.testimonial_thumbnil .item:after {
	content: "";
	position: absolute;
	width: 0;
	top: 0;
	left: 50%;
	margin-left: -6px;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #8781bd
}

.testimonial_slider_two .testimonial_content {
	border: 0;
	background: #fff
}

.testimonial_area_four {
	position: relative;
	z-index: 1
}

.testimonial_area_four .overlay_bg {
	background: #8781bd;
	opacity: .9
}

.testimonial_area_four .container {
	max-width: 890px
}

.testimonial_area_four .testimonial_slider .item .testimonial_content {
	background: rgba(135, 129, 189, 0.5);
	border-color: #9590c8
}

.testimonial_area_four .testimonial_slider .item .testimonial_content p {
	color: #fff
}

.testimonial_area_four .testimonial_thumbnil .item:before {
	background: rgba(135, 129, 189, 0.5);
	border-color: #9590c8
}

.testimonial_area_four .testimonial_thumbnil .item:after {
	border-top-color: #fff
}

.testimonial_area_four .testimonial_thumbnil .item .round_img:before {
	background: #8781bd
}

.testimonial_area_four .testimonial_thumbnil .item .content h6,
.testimonial_area_four .testimonial_thumbnil .item .content p {
	color: #fff
}

.testimonial_area_four .testimonial_thumbnil .item.slick-current .round_img {
	border-color: #fff
}

.fun_fact_area {
	display: flex;
	flex-wrap: wrap
}

.fun_fact_area .fact_item {
	width: calc(100% / 5);
	background: #8781bd;
	text-align: center;
	padding: 148px 0 133px
}

.fun_fact_area .fact_item:nth-child(even) {
	background: #8d87c1
}

.fun_fact_area .fact_item .counter,
.fun_fact_area .fact_item p {
	color: #fff
}

.fun_fact_area .fact_item .counter {
	font-size: 48px;
	line-height: 55px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	margin-bottom: 18px
}

.fun_fact_area .fact_item p {
	font-size: 18px;
	letter-spacing: .9px;
	font-weight: 500;
	font-family: "Poppins", sans-serif
}

.team_area .row {
	margin-bottom: -30px
}

.team_item {
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer
}

.team_item .tema_content {
	padding: 26px 0 0;
}

.team_item .tema_content h6 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 2px;
	transition: color .2s linear
}

.team_item .tema_content h6:hover {
	color: #8781bd
}



.team_item:hover .img_hover::before {
	opacity: .9
}

.team_item:hover .img_hover .icon {
	transform: scale(1)
}

.team_social_icon {
	border: 1px solid #f3f2f9;
	padding: 4px 0;
	margin-top: 5px
}

.team_social_icon a {
	width: 30px;
	height: 30px;
	font-size: 14px;
	border: 1px solid #bababa;
	color: #bababa;
	display: inline-block;
	border-radius: 50%;
	margin: 5px;
	transition: all .2s linear
}

.team_social_icon a:hover {
	background: #8781bd;
	color: #fff;
	border-color: #8781bd
}

.h_price_item {
	text-align: center;
	border: 1px solid #f3f2f9;
	padding-bottom: 50px;
	cursor: pointer;
	transition: all .3s linear
}

.h_price_item .price_head .p_top {
	background: #212028;
	padding: 29px 0 31px
}

.h_price_item .price_head .p_top h6 {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .9px;
	color: #fff;
	margin-bottom: 0
}

.h_price_item .price_head .p_top h6:before {
	margin-right: 25px
}

.h_price_item .price_head .p_top h6:after {
	margin-left: 25px
}

.h_price_item .price {
	font-size: 60px;
	line-height: 66px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	background: #8781bd;
	color: #fff;
	padding: 31px 0 37px
}

.h_price_item .price sup {
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	top: -0.8em;
	margin-left: 5px
}

.h_price_item .price span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	margin-top: 8px
}

.h_price_item ul {
	padding: 25px 40px;
	margin-bottom: 0
}

.h_price_item ul li {
	padding: 20px 0 10px
}

.h_price_item ul li h6 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
	transition: color .2s linear
}

.h_price_item:hover,
.h_price_item.active {
	background: #8781bd
}

.h_price_item:hover ul li,
.h_price_item.active ul li {
	border-color: #9791ca
}

.h_price_item:hover ul li h6,
.h_price_item:hover ul li p,
.h_price_item.active ul li h6,
.h_price_item.active ul li p {
	color: #fff
}

.h_price_item:hover .theme_btn,
.h_price_item.active .theme_btn {
	border-color: #fff;
	color: #131313
}

.h_price_item:hover .theme_btn::after,
.h_price_item.active .theme_btn::after {
	height: 500%;
	opacity: 1
}

.h_blog_post_area {
	background: #212028
}

.h_blog_post_area .theme_w_btn {
	margin-top: 60px
}

.h_blog_post_item .post_img {
	display: block;
	overflow: hidden
}

.h_blog_post_item .post_img img {
	transition: all .2s linear
}

.h_blog_post_item .post_content {
	padding-top: 21px
}

.h_blog_post_item .post_content h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 12px;
	color: #fff;
	transition: color .2s linear
}

.h_blog_post_item .post_content .h_post_info {
	border-top: 1px solid #2e2d36;
	padding-top: 10px
}

.h_blog_post_item:hover .post_img img {
	transform: scale(1.09)
}

.h_blog_post_item:hover .post_content h3 {
	color: #8781bd
}

.h_post_date {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: #c2c2c2
}

.h_post_date:hover {
	color: #8781bd
}

.h_post_info a {
	font-size: 16px;
	color: #7f7f7f;
	font-family: "Roboto", sans-serif;
	transition: color .2s linear
}

.h_post_info a i {
	font-size: 14px;
	margin-right: 6px
}

.h_post_info a:hover {
	color: #8781bd
}

.h_post_info a+a {
	margin-left: 50px
}

.h_blog_post_area_two .h_blog_post_item .post_content .h_post_date {
	color: #8b8b8b
}

.h_blog_post_area_two .h_blog_post_item .post_content h3 {
	color: #131313
}

.h_blog_post_area_two .h_blog_post_item .post_content .h_post_info {
	border-color: #f2f2f2
}

.h_blog_post_area_two .h_blog_post_item .post_content .h_post_info a {
	color: #8b8b8b
}

.h_blog_post_area_two .h_blog_post_item .post_content .h_post_info a:hover {
	color: #8781bd
}

.h_blog_post_area_two .h_blog_post_item:hover h3 {
	color: #8781bd
}

.theme_b_btn {
	margin-top: 60px;
	border-color: #131313;
	color: #131313
}

.theme_b_btn:after {
	background: #8781bd
}

.theme_b_btn:hover {
	border-color: #8781bd;
	color: #fff
}

.blog_info .theme_b_btn {
	margin-top: 30px
}

.blog_item {
	margin-bottom: 60px
}

.blog_item .h_post_date {
	color: #8b8b8b
}

.blog_item .h_post_date:hover {
	color: #8781bd
}

.blog_item .post_content h3 {
	color: #131313;
	margin-bottom: 29px
}

.blog_item .post_content .h_post_info {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0
}

.blog_item .post_content .h_post_info a {
	font-size: 16px;
	color: #8b8b8b
}

.blog_item .post_content .h_post_info a:hover {
	color: #8781bd
}

.blog_details_info .blog_details_content .blog_d_img {
	margin-bottom: 45px;
	display: block
}

.blog_details_info .blog_details_content .h_post_info {
	padding-bottom: 25px
}

.blog_details_info .blog_details_content h2 {
	font-size: 36px;
	letter-spacing: .3px;
	font-weight: 400
}

.blog_details_info .blog_details_content p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 28px
}

.blog_details_info .blog_details_content ul {
	display: flex;
	flex-wrap: wrap
}

.blog_details_info .blog_details_content ul li {
	width: 50%;
	padding-left: 40px
}

.blog_details_info .blog_details_content ul li a {
	font-size: 18px;
	color: #979797;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	transition: all .2s linear
}

.blog_details_info .blog_details_content ul li a:before {
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	background: #8781bd;
	position: absolute;
	height: 1px;
	opacity: 0;
	transition: all .2s linear
}

.blog_details_info .blog_details_content ul li a i {
	font-size: 11px;
	color: #8781bd;
	top: -2px;
	margin-right: 6px;
	position: relative
}

.blog_details_info .blog_details_content ul li a:hover {
	color: #8781bd
}

.blog_details_info .blog_details_content ul li a:hover:before {
	opacity: 1
}

.blog_details_info blockquote {
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	color: #131313;
	padding-left: 40px
}

.blog_details_info blockquote .name {
	font-size: 18px;
	color: #8781bd;
	font-style: normal
}

.blog_details_info .text img {
	float: left;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 20px
}

.share_link {
	padding-top: 20px
}

.share_link a {
	border: 1px solid #e7e6ef;
	font-size: 16px;
	color: #8b8b8b;
	display: inline-block;
	width: 100px;
	height: 100px;
	padding: 20px 0;
	text-align: center
}

.share_link a.like {
	width: 170px
}

.share_link a i {
	font-size: 30px;
	color: #c4c2d3;
	display: block;
	margin-bottom: 5px
}

.share_link a:hover {
	background: #8781bd;
	border-color: #8781bd;
	color: #fff
}

.share_link a:hover i {
	color: #fff
}

.share_link a+a {
	margin-left: 27px
}

.related_title {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 35px
}

.related_post {
	margin-top: 85px
}

.related_post .row {
	margin-left: -5px;
	margin-right: -5px
}

.related_post .row .col-lg-4 {
	padding-left: 5px;
	padding-right: 5px
}

.related_post .related_item {
	position: relative;
	z-index: 1;
	cursor: pointer
}

.related_post .related_item:hover:before {
	opacity: .9
}

.related_post .related_item:hover .icon {
	transform: scale(1)
}

.s_comment_list {
	margin-top: 85px
}

.s_comment_list .theme_w_btn {
	margin-top: 10px
}

.s_comment_list_inner .s_comment .media {
	padding: 30px 0;
	border-bottom: 1px solid #f3f2f9
}

.s_comment_list_inner .s_comment .media img {
	margin-right: 30px
}

.s_comment_list_inner .s_comment .media .media-body h4 {
	font-size: 16px;
	color: #131313;
	letter-spacing: .7px;
	margin-bottom: 0
}

.s_comment_list_inner .s_comment .media .media-body .date {
	color: #8b8b8b;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-style: italic
}

.s_comment_list_inner .s_comment .media .media-body p {
	line-height: 30px;
	padding-top: 8px
}

.s_comment_list_inner .s_comment .media .media-body .date_rep a {
	font-size: 16px;
	color: #8b8b8b
}

.s_comment_list_inner .s_comment .media .media-body .date_rep a i {
	font-size: 14px
}

.s_comment_list_inner .s_comment .media .media-body .date_rep a+a {
	margin-left: 35px
}

.s_comment_list_inner .s_comment ul .replay_comment {
	margin-left: 100px;
	border: 0;
	padding-top: 30px !important
}

.s_comment_list_inner .s_comment ul li+li .replay_comment {
	border-top: 1px solid #f3f2f9
}

.s_comment_list_inner .s_comment:first-child .media {
	border-top: 0;
	padding-top: 0
}

.s_comment_list_inner .s_comment:last-child .media {
	border-top: 1px solid #f3f2f9
}

.comment_area {
	margin-top: 85px
}

.s_comment_inner .form-group {
	margin-bottom: 20px
}

.s_comment_inner .form-group .form-control {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	border: 1px solid #efeff5;
	background: #fbfbfb;
	border-radius: 0;
	height: 60px;
	color: #131313;
	padding-left: 30px;
	box-shadow: none;
	transition: all .2s linear
}

.s_comment_inner .form-group .form-control.placeholder {
	color: #7f7f7f
}

.s_comment_inner .form-group .form-control:-moz-placeholder {
	color: #7f7f7f
}

.s_comment_inner .form-group .form-control::-moz-placeholder {
	color: #7f7f7f
}

.s_comment_inner .form-group .form-control::-webkit-input-placeholder {
	color: #7f7f7f
}

.s_comment_inner .form-group .form-control:focus {
	border-color: #8781bd;
	background: #fff
}

.s_comment_inner .form-group textarea.form-control {
	height: 200px;
	padding-top: 14px
}

.s_comment_inner .theme_btn:hover {
	background: transparent;
	border-color: #8781bd;
	color: #8781bd
}

.blog_sidebar {
	background: #212028;
	padding: 45px 50px
}

.sidebar_widget .f-title {
	color: #fff;
	margin-bottom: 26px
}

.sidebar_widget h5,
.sidebar_widget a {
	color: #a1a1a1;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400
}

.sidebar_widget ul {
	overflow: hidden;
	margin-bottom: 0
}

.sidebar_widget.f_link_widget ul {
	margin-bottom: -24px
}

.sidebar_widget.f_link_widget .meta_tag li {
	width: 100%
}

.sidebar_widget .recent_post_gallery {
	padding-top: 10px
}

.sidebar_widget .slider_info {
	position: relative;
	padding-top: 10px
}

.sidebar_widget .slider_info .blog_slider_nav .left,
.sidebar_widget .slider_info .blog_slider_nav .right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #fff;
	opacity: .4;
	cursor: pointer;
	transition: all .2s linear
}

.sidebar_widget .slider_info .blog_slider_nav .left:hover,
.sidebar_widget .slider_info .blog_slider_nav .right:hover {
	opacity: 1
}

.sidebar_widget .slider_info .blog_slider_nav .left {
	left: 25px
}

.sidebar_widget .slider_info .blog_slider_nav .right {
	right: 25px
}

.sidebar_widget+.sidebar_widget {
	margin-top: 45px
}

.h_contact_area {
	position: relative;
	z-index: 1
}

.h_contact_area .error {
	color: #fff
}

.overlay_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: -1
}

.h_contact_form .form-group {
	margin-bottom: 30px
}

.h_contact_form .form-group .form-control {
	background: transparent;
	border: 1px solid #8e8c8a;
	border-radius: 0;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: #fff;
	box-shadow: none;
	outline: 0;
	padding: 0 30px;
	height: 60px;
	transition: all .2s linear
}

.h_contact_form .form-group .form-control.placeholder {
	color: #d7d7d7
}

.h_contact_form .form-group .form-control:-moz-placeholder {
	color: #d7d7d7
}

.h_contact_form .form-group .form-control::-moz-placeholder {
	color: #d7d7d7
}

.h_contact_form .form-group .form-control::-webkit-input-placeholder {
	color: #d7d7d7
}

.h_contact_form .form-group .form-control:focus {
	border-color: #fff
}

.h_contact_form .form-group textarea.form-control {
	height: 200px;
	padding-top: 15px
}

.h_contact_form .form-group:last-child {
	margin-bottom: 0
}

.h_contact_area_two .h_contact_form .form-group .form-control {
	background: #f8f8f9;
	border-color: #e5e4ef;
	color: #505050
}

.h_contact_area_two .h_contact_form .form-group .form-control.placeholder {
	color: #7f7f7f
}

.h_contact_area_two .h_contact_form .form-group .form-control:-moz-placeholder {
	color: #7f7f7f
}

.h_contact_area_two .h_contact_form .form-group .form-control::-moz-placeholder {
	color: #7f7f7f
}

.h_contact_area_two .h_contact_form .form-group .form-control::-webkit-input-placeholder {
	color: #7f7f7f
}

.h_contact_area_two .h_contact_form .form-group .form-control:focus {
	border-color: #8781bd;
	background: #fff
}

.h_contact_area_two .h_contact_form .form-group .theme_btn:after {
	background: #8781bd;
	opacity: .1
}

.h_contact_area_two .h_contact_form .form-group .theme_btn:hover {
	background: transparent;
	border-color: #8781bd;
	color: #8781bd
}

.contact_area h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 50px
}

.contact_inner .contact_form .form-group {
	margin-bottom: 30px
}

.contact_inner .contact_form .form-group .form-control {
	height: 60px;
	padding-left: 30px;
	font-size: 16px;
	border: 1px solid #efeff5;
	background: #fbfbfb;
	color: #131313;
	box-shadow: none;
	border-radius: 0;
	transition: all .2s linear
}

.contact_inner .contact_form .form-group .form-control.placeholder {
	color: #7f7f7f
}

.contact_inner .contact_form .form-group .form-control:-moz-placeholder {
	color: #7f7f7f
}

.contact_inner .contact_form .form-group .form-control::-moz-placeholder {
	color: #7f7f7f
}

.contact_inner .contact_form .form-group .form-control::-webkit-input-placeholder {
	color: #7f7f7f
}

.contact_inner .contact_form .form-group .form-control:focus {
	border-color: #8781bd;
	background: #fff
}

.contact_inner .contact_form .form-group textarea.form-control {
	height: 200px;
	padding-top: 15px
}

.contact_inner .contact_form .form-group .theme_btn:hover {
	background: transparent;
	border-color: #8781bd;
	color: #8781bd
}

.contact_info_right .c_info_item .icon {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border: 1px solid #8781bd;
	color: #8781bd;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	margin-right: 30px
}

.contact_info_right .c_info_item .media-body h5 {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.contact_info_right .c_info_item .media-body h5:after {
	content: "";
	width: 70px;
	height: 1px;
	background: #f2f1f9;
	position: absolute;
	left: 0;
	bottom: 0
}

.contact_info_right .c_info_item .media-body p {
	font-size: 16px;
	line-height: 30px;
	color: #505050
}

.contact_info_right .c_info_item .media-body p span {
	display: block
}

.contact_info_right .c_info_item .media-body p a {
	color: #505050
}

.contact_info_right .c_info_item .media-body p a:hover {
	color: #8781bd
}

.contact_info_right .c_info_item+.c_info_item {
	margin-top: 20px
}

#success,
#error {
	position: relative;
	top: 10px;
	right: 0;
	left: 0;
	bottom: -15px;
	display: none;
	font-weight: 600
}

#success {
	color: lawngreen
}

#error {
	color: orangered
}

.map_area {
	height: 500px
}

.map_area .mapBox1 {
	height: 100%;
	position: relative;
	z-index: 1
}

.map_area .mapBox1:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	background: #8781bd;
	opacity: .9
}

.footer_top {
	background: #2a2931;
	padding: 100px 0
}

.f-title {
	font-size: 20px;
	font-weight: 500
}

.f_widget h5,
.f_widget a {
	color: #a1a1a1;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400
}

.f_widget .f-title {
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 54px
}

.f_latest_widget .f_latest_item {
	align-items: center;
	border-top: 1px solid #32313a;
	padding-top: 22px;
	padding-bottom: 22px
}

.f_latest_widget .f_latest_item .img_hover {
	position: relative;
	z-index: 1;
	margin-right: 20px;
	overflow: hidden
}

.f_latest_widget .f_latest_item .img_hover img {
	transition: all .3s linear
}

.f_latest_widget .f_latest_item .img_hover i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -9px;
	color: #fff;
	font-size: 16px;
	transform: scale(0);
	transition: all .2s linear
}

.f_latest_widget .f_latest_item .media-body h5 {
	margin-bottom: 0;
	line-height: 28px;
	transition: color .2s linear
}

.f_latest_widget .f_latest_item .media-body h5:hover {
	color: #fff
}

.f_latest_widget .f_latest_item .media-body .l_date {
	font-size: 13px;
	color: #686868;
	font-family: "Roboto", sans-serif;
	transition: color .2s linear
}

.f_latest_widget .f_latest_item .media-body .l_date:hover {
	color: #8781bd
}

.f_latest_widget .f_latest_item:first-child {
	padding-top: 0;
	border: 0
}

.f_latest_widget .f_latest_item:last-child {
	padding-bottom: 0
}

.f_latest_widget .f_latest_item:hover .img_hover img {
	transform: scale(1.09)
}

.f_latest_widget .f_latest_item:hover .img_hover i {
	transform: scale(1)
}

.f_latest_widget .f_latest_item:hover .img_hover:before {
	opacity: .9
}

.f_link_widget ul {
	overflow: hidden;
	margin-bottom: -20px
}

.f_link_widget ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px
}

.f_link_widget ul li a {
	display: inline-block;
	transition: all .2s linear
}

.f_link_widget ul li a i {
	font-size: 11px;
	margin-right: 8px;
	top: -2px;
	position: relative;
	transition: all .2s linear
}

.f_link_widget ul li a:hover {
	color: #fff
}

.f_link_widget ul li a:hover i {
	color: #8781bd
}

.recent_post_gallery {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
	margin-right: -3px
}

.recent_post_gallery li {
	width: calc(100% / 3);
	padding: 3px
}

.recent_post_gallery li a {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.recent_post_gallery li a:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #8781bd;
	position: absolute;
	opacity: 0;
	z-index: 0;
	transition: all .2s linear
}

.recent_post_gallery li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -9px;
	color: #fff;
	font-size: 16px;
	transform: scale(0);
	transition: all .2s linear
}

.recent_post_gallery li a img {
	max-width: 100%;
	transition: all .2s linear;
	position: relative;
	z-index: -1
}

.recent_post_gallery li a:hover img {
	transform: scale(1.08)
}

.recent_post_gallery li a:hover i {
	transform: scale(1)
}

.recent_post_gallery li a:hover::before {
	opacity: .9
}

.f_tag_widget ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -2px
}

.f_tag_widget ul li {
	padding: 5px
}

.f_tag_widget ul li a {
	font-size: 16px;
	border: 1px solid #32313c;
	display: inline-block;
	padding: 1px 15px 2px;
	transition: all .2s linear
}

.f_tag_widget ul li a:hover {
	border-color: #8781bd;
	background: #8781bd;
	color: #fff
}

.footer_bottom {
	background: #212028;
	padding: 34px 0
}

.footer_bottom p,
.footer_bottom a {
	margin-bottom: 0;
	font-size: 14px;
	color: #8b8b8b
}

.footer_bottom p a {
	color: #8781bd
}

.footer_bottom .f_menu {
	text-align: right;
	margin-bottom: 0
}

.footer_bottom .f_menu li {
	display: inline-block
}

.footer_bottom .f_menu li a:hover {
	color: #8781bd
}

.footer_bottom .f_menu li+li {
	margin-left: 40px
}

.box1-title {
	max-width: 1200px;
	height: 158px;
	margin: 0 auto;
}

.lj-text {
	color: #1259a8;
	margin-top: 27px;
}

.lj-text2 {
	color: #2d2d2d;
	margin-top: 27px;
	font-size: 35px;
	font-weight: bold;
	float: left;

}

.text2-border {
	border-bottom: #1259a8 4px solid;
}

.lj-text3 {
	color: #3ca13e;
	float: right;
	font-weight: bold;
	font-size: 20px;
	line-height: 83px;

}

.fw-text3 {
	color: #7f8284;
	float: right;
	font-size: 16px;
	width: 366px;

}

.box1-box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.lj-box {
	padding: 0;
	height: 100%;

}

.lj-box-box-1 {
	width: 100%;
	height: 619px;

}

.box-show {
	width: 100%;
	height: 100%;
	box-shadow: inset -34px -114px 122px 0px #000102;
	position: inherit;
	text-align: right;
	/* height: 619px; */
}

.show2 {
	width: 100%;
	height: 100%;
	box-shadow: inset -34px -114px 122px 0px #000102;
	position: inherit;
	text-align: right;
	/* height: 375px; */
}

.show-img {
	/* height: 100%; */
	/* position:absolute; */
	left: 0px;
	z-index: -1;
	width: 100%;
}

.ljbox-title-box {
	right: 0;
	bottom: 0;
	position: absolute;
}

.ljbox-title-box2 {
	right: 0;
	bottom: 0;
	position: absolute;
}

.ljbox-title-box-text1 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 30px;
}

.ljbox-title-box-text2 {
	font-size: 16px;
	color: #ffffff;
	padding-right: 30px;
}

.ljbox-title-box-anniu {
	width: 120px;
	text-align: center;
	border: 1px solid #ffffff;
	line-height: 40px;
	color: #ffffff;
	float: right;
	margin-right: 30px;
}

.anniu :hover {
	background: #ffffff;
	color: #1259a8;

}

.ljbox-title-box3 {
	text-align: left;
	bottom: 0;
	position: absolute;

}

.ljbox-title-box-text3 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 30px;
}

.ljbox-title-box-text4 {
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
}

.ljbox-title-box-anniu2 {
	width: 120px;
	text-align: center;
	border: 1px solid #ffffff;
	line-height: 40px;
	color: #ffffff;
	float: left;
	margin-left: 30px;
}

.ljbox-title-box4 {
	text-align: left;
	bottom: 0;
	position: absolute;

}

.slider_nav {
	top: -600px;
	z-index: 1;
}

.kh-box {
	width: 100%;
	height: 613px;
	background: url(./.././../images/kh-bg.png);
	margin-top: 20px;
	text-align: center;
}

.kh-box-img {
	left: 0px;
	z-index: 1;
	width: 100%;
	position: absolute;
}

.kh-text1 {
	font-size: 16px;
	color: #ffffff;
	padding-top: 50px;
	line-height: 20px;
}

.kh-text-box {
	z-index: 2;
	text-align: center;
}

.kh-text2 {
	font-size: 38px;
	color: #ffffff;
	padding-top: 30px;
	line-height: 40px;
	font-weight: bold;
}

.kh-line {
	width: 120px;
	height: 3px;
	margin: 0 auto;
	background: #1259a8;

}

.kh-line2 {
	width: 120px;
	height: 3px;
	margin: 0 auto 30px auto;
	background: #21993e;

}

.kh-line3 {
	width: 49px;
	height: 3px;
	margin: 0 0 14px 20px;
	background: #21993e;

}

.kh-anbox {
	width: 143px;
	height: 46px;
	background: #ffffff;
	margin: 300px auto 0 auto;
	text-align: center;
	padding-top: 10px;

}

.an-text {
	color: #3d8a1f;
}

.zx-box {
	width: 1187px;
	margin: 0 auto 20px auto;
}

.news-box1 {
	width: 96%;

	background-color: #1259a89e;
	position: absolute;
	bottom: 0;

}

.news-tp {
	z-index: -1;


}

.news-tp2 {}

.dabox {
	margin-bottom: 35px;
}

.news-rq1 {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

.news-bt1 {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 20px;
	float: left;
}

.newsbox {}

.newsbox3 {}

.newsbox4 {}

.newsbox2 {
	background: #ffffff;
	width: 100%;
	height: 179px;
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);

}

.news-rq2 {


	line-height: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

.news-bt2 {

	color: #000;
	line-height: 30px;

	padding: 20px 20px 0 20px;
}

.zx-an {
	float: right;
	width: 30px;
	margin-right: 20px;
	bottom: 10px;
	position: absolute;
	right: 0px;

}

.lx-box {
	width: 100%;
	height: 637px;
	background: url(./.././../images/dt.png  );
	background-size: 100%;
	margin-top: 20px;
}

.lx-box2 {
	width: 796px;
	background: #243a4dcc;
	height: 637px;
}

.lx-box3 {
	width: 350px;
	height: 637px;
	float: right;

}

.hspan2 {
	padding-left: 53px;
}

.carousel-inner {
	min-height: 230px;
}




@media(max-width:750px) {
	.lx-box3 {
		width: 350px;
		height: 637px;
		float: right;
		right: 390px;

	}
}

.lx-text1 {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
}

.lx-text2 {
	text-align: center;

}

.dz-box {
	margin-bottom: 20px;
	width: 100%;

}

.lx-icon {
	width: 32px;
	float: left;
	margin: 11px;

}

.lx-text3 {
	line-height: 54px;
	color: #e3e3e3;

}

.lx-text4 {

	color: #e3e3e3;

}

.lx-an {
	width: 161px;
	height: 50px;
	background: #21993e;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}

.ft-box {
	width: 100%;
	height: 300px;
}

.jsfw-tab {
	background: #1259a8;
	color: #ffffff;

	border-radius: 50px;
	width: 200px;
	text-align: center;
}

.jsfw-title {
	color: #ffffff;
	padding-left: 5px;
	font-size: 24px;
	font-weight: bold;
}

.jsfw-row {
	text-align: center;
	color: #1259a8;
	height: 120px;
}

.jsfw-row p {
	line-height: 120px;
}

.jsfw-box {

	flex: 1;

}

.jsfw-box2 {
	width: 750px;
	height: 900px;
	padding-top: 360px;
	margin: 0 auto;
	z-index: 2;
}

@media(max-width:750px) {
	.jsfw-box2 {
		width: 100%;
		height: 834px;
		padding-top: 360px;
		margin: 0 auto;
		z-index: 2;
	}
}

.jsfw-bh {
	font-size: 200px;
	font-weight: normal;
	color: #00010200;
	-webkit-text-stroke: 1px #fff;
	line-height: 220px;
	text-align: center;
}

.jsfw-tab2 {
	background: #1259a8;
	color: #ffffff;
	font-size: 16px;
	border-radius: 50px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: -18px auto;
	position: absolute;
	z-index: 2;
	left: 42%;
}

@media(max-width:750px) {
	.jsfw-tab2 {
		background: #1259a8;
		color: #ffffff;
		font-size: 16px;
		border-radius: 50px;
		width: 300px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin: -18px auto;
		position: absolute;
		z-index: 2;
		left: 15%;
	}
}


.jsfw-box6 {
	background-color: rgb(252, 252, 252);
	box-shadow: 0px 5px 5.52px 0.48px rgba(51, 50, 40, 0.1);
	position: absolute;
	width: 756px;
	height: 237px;
	margin: 0 auto;
	z-index: 1;
}

@media(max-width:750px) {
	.jsfw-box6 {
		background-color: rgb(252, 252, 252);
		box-shadow: 0px 5px 5.52px 0.48px rgba(51, 50, 40, 0.1);
		position: absolute;
		width: 100%;
		height: 237px;
		margin: 0 auto;
		z-index: 1;
	}
}

.box6-text {
	text-align: center;
	line-height: 46px;
	margin-top: 72px;
}

.jsfw-jjbox {
	width: 1090px;
	height: 408px;
	margin: 20px auto;
	position: relative;
	display: block;

}

.jjbox-1 {
	position: absolute;
	top: 30px;
	width: 497px;
	padding: 20px;
	min-height: 315px;
	float: left;
	background: #fff9;
	box-shadow: 0px 5px 5.52px 0.48px rgba(51, 50, 40, 0.1);
}

.jjbox-2 {
	width: 654px;
	height: 406px;
	float: right;
}

@media(max-width:750px) {
	.jjbox-2 {
		width: 654px;
		height: 406px;
		float: left;
	}
}

.jjbox1-title {
	font-size: 24px;
	font-weight: bold;
	color: #000102;
	padding-top: 25px;
	padding-left: 20px;
}

.jjbox1-ms {
	font-size: 14px;
	color: #000102;
	padding-top: 10px;
	padding-left: 20px;
}

.jjbox-1-2 {
	position: absolute;
	top: 30px;
	width: 497px;
	padding: 20px;
	min-height: 315px;
	right: 0;
	background: #fff9;
	box-shadow: 0px 5px 5.52px 0.48px rgba(51, 50, 40, 0.1);
}

@media(max-width:750px) {
	.jjbox-1-2 {
		position: absolute;
		width: 100%;

		left: 0;
		background: #fffffff0;
		box-shadow: 0px 5px 5.52px 0.48px rgba(51, 50, 40, 0.1);
	}

}

.jjbox-2-2 {
	width: 654px;
	height: 406px;
	float: left;
}

@media(max-width:750px) {
	.jjbox-2-2 {
		width: 100%;
		height: auto;
		float: none;
	}
}

@media(max-width:750px) {
	.jjbox-1 {
		position: absolute;

		width: 654px;
		height: 406px;
		float: left;
		background: #fffffff0;
		box-shadow: 0px 5px 5.52px 0.48px rgba(51, 50, 40, 0.1);
	}

}

@media(max-width:750px) {
	.jjbox-2 {
		width: 654px;
		height: 406px;
		float: left;
	}
}

.jsfw-anniu-box {
	width: 230px;
	height: 56px;
	margin: 20px auto;
	text-align: center;
}

.lx-box-liuyan {
	margin: 0 auto;
}

.zhixian {
	width: 59%;
	height: 1px;
	background: #2120282b;
	margin: 24px auto 0 auto;
}

.zhixian2 {
	float: left;
}

.xyzp {
	background: url(../../images/xyzp.png) no-repeat;
}

.shzp {
	background: url(../../images/shzp.png) no-repeat;
}

.zpbox {
	width: 100%;
	height: 482px;
	text-align: center;
	color: #ffffff;
	padding-top: 20%;
}

.zpbox p {
	padding: 0 10px 0 10px;
	background: #1259a8;
	border-radius: 50px;
	width: 100px;
	margin: 0 auto;
}

.zpbox h2 {
	color: #ffffff;
	margin-top: 20px;
}

.zx-lb {
	border-top: 1px solid 1px solid #00010214;
	padding-top: 20px;
}

.riqiliebiao {
	width: 100%;
	height: 40px;
	list-style: none;
}

.liebiaotext {
	color: #212028;
}

.ceshiyixia {}

.carousel-control-next2 {
	right: 200px;
}

.carousel-control-prev2 {
	left: 20px;
}

.carousel-control-next2,
.carousel-control-prev2 {
	position: absolute;

	bottom: -50;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	color: #fff;
	text-align: center;

	transition: opacity .15s ease;
	width: 50px;
	height: 50px;
	background: #1259a8;
	border-radius: 80px;
}

.xwrq {
	color: #212028;
	line-height: 80px;
}

.liebiao {

	border-bottom: 1px solid #00010221;
}

.hd-title {
	text-align: center;
}

.hd-title2 {
	text-align: center;
	margin-top: 50px;
}

.bannertext {
	color: #ffffff;
}

.ab-logo {
	padding-top: 70px;
}

.ab-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ab-txt {
	width: 100%;
}

.lanse {
	background: #e4e9ef;
	border: 0;
}

.baise {
	border: 0;
}

.fz-riqi {
	color: #1259a8;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	margin: 0;
	text-align: center;
}

.fz-txt {
	color: #131313;
	line-height: 32px;
	font-size: 16px;
	margin: 0;
	line-height: 45px;

}

.tiao {
	width: 100px;
	height: 2px;
	background: #1259a8;
	margin: 10px auto;
}

.ry-left li {
	border-bottom: #00010212 1px solid;
	line-height: 50px;
}

.tema-name {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.tema-txt {
	font-size: 16px;
}

.shuzi-box {
	text-align: center;

}

.xiao {
	font-size: 16px;
}

.jiange {
	padding-bottom: 15px;
}

.wenhuabox {
	width: 100%;
	height: 800px;
	background: #294d88;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 78%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 78%, 0% 100%);
	margin-top: 100px;
	border-bottom: 5px solid #1259a8;

}

.wenhuabox2 {
	width: 100%;
	height: 800px;
	background: #eff6fe;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 78%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 100%);
	margin-top: 100px;


}

.wenhua-txt {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-top: 120px;
}

.carousel-indicators2 {
	/*position: absolute;*/
	right: 0;
	/* bottom: 0; */
	left: 50%;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators2 li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;

	height: 60px;
	margin-right: 3px;
	margin-left: 3px;
	/*text-indent: -999px;*/
	cursor: pointer;
	width: 33.333%;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	transition: opacity .6s ease;
	font-size: 18px;
}

.ab-logo-txt {
	padding-top: 70px;
}

.lc-td {
	color: #1259a8;
	line-height: 32px;
}

.zltx-box {
	background: url(../../images/zltxback.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 2672px;
	margin-top: 100px;
}

.zlfz {
	width: 120px;
	margin-top: 160px;
	margin-bottom: 50px;
	background: #1259a8;
	border-radius: 20px;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
}

.hengxian {
	width: 100px;
	height: 1px;

}

.zltx-txt {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.zltx-txt1 {
	color: #ffffff;
}

.zllb-1 {
	width: 93px;

	margin-bottom: 50px;
	background: #ffffff;
	border-radius: 20px;

	text-align: center;
	color: #333;
}

.zllb-2 {
	width: 93px;

	margin-bottom: 50px;
	background: #ffffff94;
	border-radius: 20px;

	text-align: center;
	color: #333;
}

.zhixianjs {
	border-bottom: 1px solid #1259a89e;
}

.bdyz3box {
	width: 100%;
	background: url(../../images/bdyz3.png);
	height: 586px;
	margin-top: 80px;
}

.bdyzbox3-1 {
	text-align: center;
	margin-top: 50px;
}

.bdbz {
	font-size: 40px;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
	width: 40px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.bdbz2 {
	font-size: 40px;
	color: #1259a8;
	border-bottom: 2px solid #1259a8;
	font-weight: bold;
	width: 40px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.bdtxt {
	padding-top: 30px;
	color: #ffffff;
}

.dtback {
	width: 578px;
	height: 400px;
	background: url(../../images/dtback1.png);
	text-align: center;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;

}

.dtback2 {
	width: 578px;
	height: 400px;
	background: url(../../images/dtback2.png);
	float: right;
	text-align: center;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
}

.dtback-tl {
	width: 200px;
	margin: 0 auto;
	background: #1259a8;
	border-radius: 50px;
	color: #ffffff;
	margin-bottom: 30px;

}

.bannertxt1 {
	padding-left: 50px;
	font-size: 16px;
	color: #144580;
	padding-top: 85px;
}

.bannertxt2 {
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 50px;
	padding-top: 42px;
}

.bannertxt3 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 50px;
	padding-right: 105px;
	padding-top: 42px;
}

.dhbox {
	padding: 0;
}

.kuaisu {
	list-style: none;
}

.kuaisu a {
	padding: 0;
	color: #000102;
}

/*产品展示*/
.pro-center .title {
	font-size: 34px;
	text-align: center;
	padding-bottom: 5px;
	color: #333333;
	letter-spacing: 1px;
}

.pro-center .sub-title {
	font-size: 20px;
	text-align: center;
	color: #333333;
}

.pro-center .sub-title span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: auto;
}

.pro-center .sub-title span.text {
	padding: 0 10px;
}

/*产品展示左侧*/
.pro-left {
	float: left;
	width: 240px;
	box-sizing: border-box;
	box-shadow: 0px 10px 10px #f7f7f7;
}

.pro-content {
	width: 100%;
	padding-top: 40px;
}

.pro-left .left-title {
	background: #317fff;
	height: 110px;
	line-height: 110px;
	text-align: center;
}

.pro-left .left-title span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

.pro-left .left-title span.text {
	padding: 0 10px;
}

.pro-left .left-contact {
	margin-top: 37px;
	margin-bottom: 37px;
	text-indent: 70px;
	background: url(../images/tel.png) left 20px center no-repeat;
}

.pro-left .left-contact p {
	color: #317fff;
	font-size: 14px;
}

.pro-left .left-contact p.tel {
	font-size: 20px;
	padding-top: 10px;
}

/*产品展示右侧*/
.pro-right {
	display: none;
}

.pro-right ul li {
	float: left;
	width: 300px;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 35px;
	transition: all .3s linear;
}

.pro-right ul li:nth-child(3n) {
	margin-right: 0;
}

.pro-right ul li .img {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.pro-right ul li img {
	width: 100%;
}

.pro-right ul li p {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.pro-right.active {
	display: block;
}

.pro-right ul li:hover {
	box-shadow: 0px 0px 15px #c6c6c6;
	transition: all .2s linear;
}

.xiayiye {
	width: 50px;
	height: 50px;
	background: #e6e6e6;
	border-radius: 50%;
	color: #666;
	text-align: center;
	line-height: 50px;
	margin-top: 50px;

}

.xiayiye :hover {
	width: 50px;
	height: 50px;
	background: #1259a8;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}

.yeshu {
	font-size: 24px;
	line-height: 50px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 50px;
}

.pzback1 {
	width: 100%;
	height: 896px;
	background: url(../../images/pzback1.png);
}

.pzback2 {
	width: 100%;
	height: 896px;
	background: url(../../images/zltxback2.png);
}

.pzback3 {
	width: 100%;
	height: 896px;
	background: url(../../images/zltxback3.png);
}

.bdyzbox3-2 {
	text-align: center;
	margin-top: 50px;
	flex: 0 0 19.666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.bdyzbox3-3 {
	text-align: center;
	margin-top: 50px;
	flex: 0 0 24.666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.fazlicheng li:nth-child(even) {
	background: #fff;
}

@media(max-width:750px) {

	.bannertxt1 {
		margin: 160px 0px 0 0;
		background: #144580;
		color: #fff;
		padding: 0;
		padding-left: 10px;
	}

	.bannertxt2 {
		padding: 0;
		font-size: 18px;
		margin-top: 40px;
	}

	.bannertxt3 {
		padding: 0 0px 0 0;
	}

	.lj-text {
		display: none;
	}

	.box1-title {
		height: auto;
		padding: 0 3%;
		overflow: hidden;
	}

	.lj-text2 {
		font-size: 22px;
	}

	.lj-text3 {
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
		margin-top: 25px;
	}

	.img_hover {
		margin-bottom: 15px;
		height: auto;
	}

	.img_hover img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.border_btn {
		height: 35px;
		padding-top: 3px;
		font-size: 14px;
	}

	.fw-text3 {
		float: none;
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
		clear: both;
		color: #666;
	}

	section {
		position: 0 !important;
		margin-bottom: 0 !important;
	}

	section #app {
		height: 300px !important;
		padding: 0;
	}

	.ui-big-images {
		position: section;
	}

	#app .ui-content {
		position: section !important;
	}

	.ui-paragraph {
		font-size: 14px !important;
	}

	.ui-paragraph2 {
		font-size: 20px !important;
	}

	.ui-heading {
		font-size: 24px !important;
	}

	.ui-paragraph3 {
		font-size: 12px !important;
		width: 250px !important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.anniuyuan {
		width: 30px !important;
		height: 30px !important;
	}

	.anniuicon {
		width: 15px !important;
		margin-top: 2px !important;
	}

	.kh-text2 {
		font-size: 22px;
		padding-top: 10px;
	}

	.banner2txt2 {
		font-size: 24px !important;
		line-height: 1.6;
	}

	.banner3txt3 {
		width: 90% !important;
	}

	.banner3txt2 {
		font-size: 24px !important;
		line-height: 1.6;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.zx-box {
		width: 100%;
	}

	.news-box1 {
		width: 92%;
		bottom: 15px;
	}

	.news-bt1 {
		font-size: 18px;
	}

	.zx-an {
		position: absolute;
		width: 25px;
		bottom: 15px;
		right: 0px;
	}

	.dabox {
		margin: 20px 0 0 0;
	}

	.newsbox {
		margin-bottom: 20px;
	}

	.lx-box {
		background-size: auto 100%;
	}

	.lx-box2 {
		width: 100%;
		height: auto;
		left: 0;
		bottom: 0;
		position: absolute;
	}

	.mapbox2 {
		width: 100%;
		bottom: 0;
		left: 0;
	}

	#map {
		height: 500px !important;
		margin-top: -70px !important;
	}

	.lx-box3 {
		height: 310px !important;
		width: 100%;
		right: 0;
		float: none;
	}

	.lx-text1 {
		position: 15px 0 0px;
		margin-top: 20px;
	}

	.dz-box {
		height: 25px;
		margin-bottom: 5px;
		padding: 0 6%;
	}

	.dz-boxdz {
		height: 45px;
	}

	.hspan2 {
		padding-left: 25px;
	}

	.lx-text3 {
		line-height: 20px;
	}

	.lx-icon {
		margin: 0 5px 0 0;
		height: 20px;
		width: auto;
	}

	.kh-line2 {
		margin-bottom: 15px;
	}

	.lx-an {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		width: 110px;
	}

	.ft-box {
		margin-top: 15px !important;
		height: auto;
	}

	.col-sm-3 img {
		display: block;
		margin: 0 auto 20px auto;
		width: 150px;
	}

	.ft-box p {
		font-size: 14px;
		line-height: 1.6;
		margin: 0 0 5px 0;
		text-align: center;
	}

	.ft-box .col-sm-3:nth-child(3) {
		display: NONE;
	}

	.ft-box .col-sm-3:nth-child(4) {
		display: NONE;
	}

	.lx-text2 {
		color: #fff;
	}

	.lx-text3 a {
		color：#fff;
	}

	section {
		position: relative;
	}

	.news-scroll li p {
		font-size: 18px;
	}


	/*关于我们*/
	.main_slider_area .main_slider .slider_text.slider_text_two {
		margin-top: -60px;
	}

	.jsfw-row {
		height: 80px;
		overflow: auto;
	}

	.jsfw-row p {
		line-height: 80px;
		font-size: 12px;
	}

	.ab-logo {
		padding-top: 0px;
	}

	.ab-logo img {
		display: block;
		width: 180px;
		margin: 0 auto;
	}

	.ab-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.ab-txt {
		width: 100% !important;
		font-size: 14px;
		line-height: 1.6;
	}

	.hd-title h2 {
		font-size: 24px;
	}

	.pro-new {
		padding: 40px 0 !important;
	}

	.pro-new-show .pro-list {
		margin-top: 0 !important;
	}

	.pro-new-show .arrow a.prev {
		width: 25px;
		height: 60px !important;
		background-size: 100% 100% !important;
		margin-top: -30px !important;
	}

	.pro-new-show .arrow a.next {
		width: 25px;
		height: 60px !important;
		background-size: 100% 100% !important;
		margin-top: -30px !important;
	}

	.pro-new2 {
		padding: 40px 0 !important;
	}

	.container img {
		max-width: 100%;
	}

	.jiange {
		width: 50%;
		float: left;
	}

	.wenhuabox {
		height: auto;
		padding: 0 0 80px;
		margin-top: 50px;
	}

	.hd-title {
		margin-top: 50px !important;
	}

	.carousel-indicators2 {
		position: static;
		margin-left: 1%;
		margin-right: 1%;
	}

	.carousel-indicators2 li {
		font-size: 14px;
		line-height: 1;
		text-indent: 0px;
		color: #fff;
		height: auto;
	}

	.wenhua-txt {
		margin-top: 20px;
		font-size: 16px;
		padding: 0 2%;
	}

	/*技术服务*/

	.jsfw-box2 {
		padding-top: 100px;
		height: 195px;
		background-size: cover;
		margin-bottom: 170px;
	}

	.box6-text {
		margin-top: 20px;
		line-height: 1.6;
	}

	.jsfw-bh {
		font-size: 50px;
		line-height: 80px;
	}

	.jsfw-box6 {
		width: 94%;
		position: static;
		padding: 15px;
		height: auto;
	}

	.moop1 {
		height: 197px;
	}

	.jjbox-1 {
		height: auto;
		bottom: 50px;
	}

	.jsfw-jjbox {
		width: 100%;
		height: auto !important;
		display: inline-block;
	}

	.jsfw-jjbox p {
		font-size: 14px;
		line-height: 1.6;
		padding: 0 3%
	}

	.jjbox-1 {
		width: 100%;
	}

	.jsfw-jjbox p.jjbox1-title {
		font-size: 20px;
		margin-top: 20px;
	}


	.jjbox-2 {
		height: auto;
		width: 100%;
	}

	.jjbox-1-2 {
		width: 100%;
	}

	.slider_btn {}





	/*联系我们*/
	.xyzp {
		margin-bottom: 15px;
		height: 270px;
	}

	.shzp {
		height: 270px;
	}

	.contact_inner .contact_form .form-group {
		margin-bottom: 15px;
		te
	}

	.contact_inner .contact_form .form-group .form-control {
		border: 1px solid #ddd;
	}

	.theme_btn {
		width: 140px !important;
		height: 35px;
		font-size: 14px;
		padding: 0;
		line-height: 33px;
		min-width: auto;
	}

	.flex-row-reverse {
		margin-top: 0 !important;
		clear: both;
		width: 100%;
		margin: 0;
	}

	.x-box-liuyan {
		width: 100%;
	}

	/*新闻动态*/
	.xwrq {
		line-height: 30px;
		padding: 0;
		margin: 0;
		font-size: 14px;
	}

	.liebiao {
		padding: 15px 3%
	}

	.xwlb {
		margin: 0;
	}

	.xiayiye {
		margin-top: 30px;
	}

	.pc-banner {
		float: none;
	}


	/*质量体系*/
	.xjbox1 {
		margin-top: -50px;
	}

	.pzback1 {
		height: 500px;
		margin-top: 40px;
	}

	.zlfz {
		margin: 40px 0 20px;
	}

	.zltx-txt {
		font-size: 20px;
	}

	.zltx-txt1 {
		font-size: 14px;
		line-height: 1.6;
	}

	.pzback2 {
		height: 500px;
	}

	.pzback3 {
		height: 500px;
	}

	.xjbox2 {
		float: none;
		overflow: hidden;
		clear: both;
	}

	#demo .col-sm-2 {
		float: left;
		width: 50%;
	}

	.carousel-item {
		padding: 10px 3%;
	}

	.carousel-item p {
		font-size: 14px;
		line-height: 1.6;
		color: rgba(255, 255, 255)
	}

	#header {
		width: 100%;
		position: fixed;
		background: #fff;
		left: 0;
		top: 0;
	}

	.navbar-collapse {
		background: #fff;
		padding: 0 5%;
	}

	.menu>.nav-item:hover .nav-link {
		color: #333;
	}

	.menu>.nav-item>.nav-link {
		color: #333;
	}

	.zhiliangchengnuo .col-sm-2 {
		width: 33.333% !important;
	}

	.zhiliangchengnuo .zllb-2 {
		margin-bottom: 15px !important;
	}

	.zhiliangchengnuo .zllb-1 {
		margin-bottom: 15px !important;
	}

	.phoneanniu .col-sm-4 {
		float: left;
		width: auto;
	}

	.yeshu {
		margin-top: 28px;
	}

	.tijiao {
		text-align: center;
	}

	.container {
		margin-top: 15px;
	}

	.hd-title2 {
		margin-top: 35px;
	}

	.banner3 {
		padding-top: 20%;
	}

	.wenhuabox2 {
		height: auto;
		clip-path: inherit;
		-webkit-clip-path: inherit;
	}

	.tijiao {
		text-align: right;
	}

	.bdyzbox3-2 {
		width: 95%;
		margin: 0 auto;
	}

	.dtback,
	.dtback2 {
		width: 100%;
	}

	.bdyzbox3-1 {
		margin-top: 20px;
	}

	.bdyzbox3-3 {
		width: 95%;
		margin: 0 auto;
		flex: auto;
	}

	.bdyz3box {
		height: auto;
	}

	.zhixian {
		display: none;
	}

	.hspan1 {
		padding-left: 41px;
	}
}