/*=========================================================
Template Name:consulti- Consulting Business HTML Template
https://www.templatemonster.com/authors/techtime/
Description: Description
Version: 1.0.0
Text Domain: consulti
Tags: 	agency, Business Agency, Business Consultant, business optimization, company website, consultancy, consulting, Consulting Firm, corporate solutions, digital agency, financial analysis, market trends analysis, Strategic insights
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. consulti Header Top Menu Area Css
02. consulti Nav Menu Area Css 
03. consulti Slider Area Css
04. consulti Section Title Css
05. consulti Service Area css
06. consulti About Area Css
07. consulti Counter Area Css
08. consulti Testimonial Area Css
09. consulti Process Area Css
10. consulti Team Area Css
11. consulti Faq Area Css
12. consulti Call Do Section Css
13. consulti Form Box Css
14. consulti Blog Area Css
15. consulti footer Area Css
16. consulti Subscribe Area Css
17. consulti Prossess Ber Css
18. consulti Scrollup Section
19. consulti Breadcumb Area Css
20. consulti abouts_areas Css
21. consulti Pricing Section Css
22. consulti Contact  US Css
23. consulti Blog Sidber Widget CSS
24. consulti Search Box Css
25. consulti Loader Css
=======================*/




/*==================================================
 <-- consulti Header Top Menu Area Css-->
===================================================*/

.consulti-topbar-area {
	background: #010212;
	padding: 17px 0;
}

.topbar-info span {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
}

.topbar-info span i {
	color: #0154F7;
	margin-right: 5px;
}

.topbar-social-item {
	text-align: right;
}

.topbar-social-item h4 {
	color: var(--white-color-white, #FFF);
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 0;
	display: inline-block;
	margin-right: 12px;
}

.topbar-social-item ul {
	list-style: none;
	display: inline-block;
}

.topbar-social-item ul li {
	display: inline-block;
	margin-left: 5px;
}

.topbar-social-item ul li a i {
	height: 24px;
	width: 24px;
	line-height: 27px;
	display: inline-block;
	background: #FFF;
	text-align: center;
	font-size: 13px;
	border-radius: 50%;
	color: #0154F7;
	position: relative;
	transition: .5s;
	z-index: 1;
}

.topbar-social-item ul li a:hover i {
	color: #ffffff;
}

.topbar-social-item ul li a i::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0154F7;
	border-radius: 50%;
	transform: scale(0);
	transition: .5s;
	z-index: -1;
}

.topbar-social-item ul li a i:hover::after {
	transform: scale(1.1);
}

.topbar-social-item ul li.active a i {
	color: #0154F7;
	transition: .5s;
}

.topbar-social-item ul li.active a:hover i {
	color: #fff;
}


/*==================================================
 <-- consulti Header Area Css-->
===================================================*/
.consulti-header-area {
	position: relative;
	z-index: 9;
}

.consulti-menu ul {
	list-style: none;
}

.consulti-menu ul li {
	display: inline-block;
	margin-right: 45px;
}

.consulti-menu ul li a {
	display: inline-block;
	color: #141422;
	font-family: Jost;
	font-size: 16px;
	font-weight: 500;
	padding: 38px 0;
	text-decoration: none;
	position: relative;
	transition: .5s;
}

.consulti-menu ul li a:hover {
	color: #0154F7;
}

.consulti-menu ul li a::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 0;
	left: 0;
	right: 0;
	top: 70px;
	background: #0154F7;
	margin: auto;
	transition: .5s;
}

.consulti-menu ul li a:hover::before {
	width: 100%;
}

.consulti-menu ul li a i {
	font-size: 12px;
	margin-left: 4px;
}

.consulti-search-button {
	text-align: right;
}

.consulti-social-menu {
	display: inline-block;
}

.consulti-social-menu ul li {
	display: inline-block;
	margin-left: 10px;
}

.consulti-social-menu ul li a i {
	font-size: 18px;
	color: #666;
}

a.handbag {
	position: relative;
}

a.handbag:before {
	position: absolute;
	content: "0";
	font-size: 11px;
	color: #fff;
	font-weight: 500;
	background: #0154F7;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 100%;
	left: 11px;
	top: -8px;
}

/* sticky nav */

.sticky-nav {
	left: 0;
	margin: auto;
	top: 0;
	right: 0;
	width: 100%;
	position: fixed !important;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	transition: 0.5s !important;
	background: #ffff !important;
	z-index: 9999 !important;
	animation-name: slideInDown;
	padding: 0 30px;
}

.sticky-nav .header-logo {
	margin-top: -8px;
}

.header-container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 3%;
}


/* sticky menu */

/* header style two sticky nav */
.sticky-menu {
	left: 0;
	margin: auto;
	top: 0;
	right: 0;
	width: 100%;
	position: fixed !important;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	transition: 0.5s !important;
	background: #010212 !important;
	z-index: 9999 !important;
	animation-name: slideInDown;
	padding: 0 30px;
}


/* sub menu */

.consulti-menu ul .sub-menu {
	background: #fff;
	position: absolute;
	top: 125%;
	border-radius: 5px;
	width: 217px;
	text-align: left;
	margin: 0;
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	transition: .5s;
	visibility: hidden;
	border-top: 2px solid #0154F7;
	opacity: 0;
	z-index: 11;
}

.consulti-menu ul .sub-menu ul li {
	display: inline-block;
	margin-left: 0;
	width: 100%;
}

.consulti-menu ul .sub-menu ul li a {
	padding: 5px 12px;
	text-align: left;
	width: 100%;
	display: inline-block;
	visibility: inherit !important;
	color: #141422;
	margin: 0;
	font-size: 16px;
}

.consulti-menu ul .sub-menu ul li a:hover {
	margin-left: 7px !important;
	color: #0154F7;
}

.consulti-menu ul .sub-menu ul li a::before {
	display: none;
}

.consulti-menu ul li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 99%;
}

/* mobile menu area */

.mobile-menu-area {
	display: none;
}

/* home menu thumb */

.consulti-menu ul .home-menu {
	background: #f9f9f9f9;
	position: absolute;
	top: 125%;
	left: 27%;
	width: 1090px;
	text-align: left;
	margin: 0;
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	transition: .5s;
	visibility: hidden;
	border-top: 4px solid #0154F7;
	padding: 38px 20px 0px;
	opacity: 0;
}

.consulti-menu ul li:hover .home-menu {
	visibility: visible;
	opacity: 1;
	top: 99%;
}

.home-items {
	margin-bottom: 30px;
}

.home-menu-thumb {
	position: relative;
}

.home-menu-thumb img {
	width: 100%;
}

.home-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	transition: 0.4s;
	transition: .5s;
}

.home-menu-thumb:hover .home-btn {
	bottom: 30%;
	opacity: 1;
}

.home-btn a.menu-btn {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	z-index: 9;
	background: #0154F7;
	color: #fff;
	transition: .5s;
}

.home-btn a.menu-btn:hover {
	background: #010212;
}

.consulti-menu ul li .home-menu-title h4 {
	text-align: center;
	margin-top: 10px;
}

.consulti-menu ul li .home-menu-title h4 a {
	font-size: 20px;
	padding: 0px 0;
	font-weight: 500;
	color: #141422;
}

.consulti-menu ul li .home-menu-title h4 a:hover {
	color: #0154F7;
}

.consulti-menu ul li .home-menu-title h4 a::before {
	display: none;
}

/*==================================================
 <-- consulti All Btn Css-->
===================================================*/

.consulti-btn {
	display: inline-block;
	margin-left: 52px;
	margin-top: -26px;
}

.consulti-btn a {
	background: #0154F7;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding: 13px 30px;
	border-radius: 35px;
	z-index: 1;
}

.menu-now {
	font-size: 18px;
	font-weight: 500;
}

.header-button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 250px;
	margin: auto;
	bottom: -13px;
}

.header-button :hover {
	color: #fff;
}

.header-button span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #232323;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 1 !important;
}

.header-button:hover span {
	width: 225%;
	height: 562.5px;
}

.header-button:active {
	background-color: #141422;
}

a.header-button:hover {
	color: #fff;
}

/* slider btn */

.consulti-btn.slider {
	margin-left: 0;
}

/* slider style two */

.consulti-btn.slider2 {
	margin-left: 0;
	margin-top: 40px;
}

/* slider style three */

.consulti-btn.slider.three {
	margin-top: 32px;
}

/* contact us btn */

.consulti-btn.contact-us {
	margin-left: 0;
	margin-top: 0;
}

.consulti-btn.contact-us a {
	padding: 13px 42px;
}


.consulti-btn.contact-us2 {
	margin-top: 0;
	margin-left: 0;
}

.consulti-btn.contact-us2 a {
	background: #fff;
	color: #0154F7;
	padding: 13px 42px;
}

/* contact style two btn */

.consulti-btn.contact {
	margin-left: 0;
}

.consulti-btn.contact a {
	padding: 13px 35px;
}

/* pricing btn */

.consulti-btn.pircing {
	margin-left: 0;
	margin-top: 19px;
}

/* service style three btn */

.consulti-btn.service {
	margin-left: 0;
}

.consulti-btn.service a {
	background: #010212;
	padding: 10px 30px;
}

/* about style five btn */

.consulti-btn.about5 {
	margin-left: 0;
}

/*==================================================
 <-- consulti Slider Area Css-->
===================================================*/

/* Banner Slider */
.banner-section {
	position: relative;
}

.banner-carousel .slide-item {
	position: relative;
	overflow: hidden;
	/* min-height: 900px; */
	min-height: 1080px;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

/* slide content */

.slider-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 39%;
}

.slider-content-yz {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46%;
}

.slider-content-background {
	width: 95%;
	padding: 30px;
	background-color: #000000;
	opacity: 0.5;
	border-radius: 10px;
}

.slider-content-background2 {
	width: 120%;
	padding: 50px 40px;
	background-color: #000000;
	opacity: 0.5;
	border-radius: 10px;
}


.slider-sub-title h4 {
	color: #1A1A1A;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	background: #FFF;
	display: inline-block;
	padding: 12px 73px 13px 8px;
	border-radius: 40px;
	margin-bottom: 25px;
}

.slider-sub-title span {
	background: #0154F7;
	padding: 5px 8px 5px;
	color: #fff;
	border-radius: 40px;
	margin-right: 14px;
}

.slider-main-title h1 {
	color: #FFF;
	font-family: Jost;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 75px;
}

.slider-main-title h2 {
	color: #FFF;
	font-family: Jost;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
}

.slider-discripton p {
	color: #FFF;
	font-family: Jost;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 22px 10px 0px;
	width: 86%;
}

.slider-shape {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.slider-shape2 {
	position: absolute;
	top: 53%;
	right: 263px;
}

.slider-box {
	position: absolute;
	right: 64px;
	top: 50%;
	width: 195px;
	height: 195px;
	background: #0154F7;
	text-align: center;
	padding: 30px 0 0;
	border: 12px solid #fff;
	border-radius: 50%;
}

.slider-title h2 {
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	line-height: 50px;
	text-transform: capitalize;
}

.slider-title span {
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 50px;
}

/* slide video */

video.video-background {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}


/* slider nav */

.banner-section .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 32px;
}

.banner-section .owl-prev {
	background: #FFF;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #000;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.banner-section .owl-prev:hover {
	color: #fff;
}

.banner-section .owl-prev::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0154F7;
	border-radius: 50%;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
}

.banner-section .owl-prev:hover::before {
	transform: scale(1.1);
}

.banner-section .owl-next {
	background: #FFF;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #000;
	margin-top: 12px;
	position: relative;
	z-index: 1;
	transition: .5s
}

.banner-section .owl-next:hover {
	color: #fff;
}

.banner-section .owl-next::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0154F7;
	border-radius: 50%;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
}

.banner-section .owl-next:hover::before {
	transform: scale(1.1);
}

/*==================================================
 <-- consulti Video Page Css-->
===================================================*/

.slider-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -99;
}

.slider-video iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/*==================================================
 <-- consulti Section Title Css-->
===================================================*/

.section-sub-title h4 {
	color: #0154F7;
	font-size: 29px;
	font-weight: 500;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.section-main-title {
	margin-bottom: 44px;
}

.section-main-title h2 {
	color: #010212;
	font-size: 50px;
	font-weight: 600;
	line-height: 65px;
	margin-top: 0;
}

/* team section title */

.section-main-title.team {
	margin-bottom: -32px;
}

/* salse report section title */

.section-main-title.sales {
	margin-bottom: 20px;
}

/* contact section title */

.section-main-title.contact h2 {
	color: var(--neutral-10, #FFF);
}

/* choose section title */

.section-sub-title.choose h4 {
	font-size: 20px;
	margin-bottom: 18px;
	font-weight: 400;
	text-transform: capitalize;
}

.section-main-title.choose {
	margin-bottom: 23px;
}

.section-main-title.choose h2 {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	line-height: 58px;
}

/* about section title style three */

.section-sub-title.about3 h4 {
	font-size: 22px;
}

.section-main-title.about3 {
	margin-bottom: 0;
}

.section-main-title.about3 h2 {
	font-size: 45px;
	line-height: 55px;
}

/* work process section title */

.section-main-title.work {
	margin-bottom: 47px;
}

/* contact us style three sectin titile */

.section-sub-title.contact-thrree h4 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.section-main-title.contact-thrree {
	margin-bottom: 17px;
}

.section-main-title.contact-thrree h2 {
	font-size: 45px;
}

/*==================================================
 <-- consulti About Area Css-->
===================================================*/

.about-area {
	padding: 120px 0 122px;
}

.about-thumb {
	position: relative;
	transition: .5s;
}

.about-thumb img {
	width: 90%;
	transition: .5s;
}

.about-thumb img:hover {
	transform: perspective(300px) rotateX(2deg) rotateY(2deg);
}

.about-shape {
	position: absolute;
	bottom: -53px;
	right: -10px;
}

.about-sub-title h4 {
	color: #0154F7;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.about-main-title {
	margin-bottom: 36px;
}

.about-main-title h2 {
	color: #010212;
	font-size: 45px;
	font-weight: 600;
	line-height: 72px;
	margin-top: 0;
}

.about-discribtion p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	margin: 0 0 35px;
}

.about-title h4 {
	color: #010212;
	font-family: Jost;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

.about-single-box {
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
	padding: 30px 50px 25px;
}

.about-icon {
	margin-bottom: 15px;
}

.about-icon i {
	font-size: 26px;
	color: #0154F7;
}

.about-text h4 {
	color: #010212;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
}



/*==================================================
 <-- consulti Contact Us Area Css-->
===================================================*/

.contact-us-area {
	background: url(../images/resource/contact-us-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 56px 0 70px;
}

.contact-us-items.two {
	margin-left: 40px;
}

.contact-us-content h4 {
	color: #FFF;
	font-family: Heebo;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 8px;
}

.contact-us-content h2 {
	color: #FFF;
	font-family: Jost;
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	line-height: 49px;
	margin-top: 0;
	margin-bottom: 10px;
}

/*==================================================
 <-- consulti Service Area Css-->
===================================================*/

.service-area {
	padding: 105px 0 93px;
}

.service-single-box {
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.10);
	padding: 67px 25px 64px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.service-single-box::before {
	position: absolute;
	content: "";
	height: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #0154F7;
	z-index: -1;
	transition: .5s;
}


.service-single-box:hover::before {
	height: 100%;
}

.service-icon {
	margin-bottom: 23px;
}

.service-icon img {
	transition: .5s;
}

.service-single-box:hover .service-icon img {
	filter: brightness(0)invert(1);
}

.service-title h4 a {
	color: #20292F;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	transition: .5s;
}

.service-single-box:hover .service-title h4 a {
	color: #FFF;
}

.serivice-discription p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 43px 0 0;
	transition: .5s;
}

.service-single-box:hover .serivice-discription p {
	color: #FFF;
}

.underline .br-line {
	position: relative;
	overflow: hidden;
	height: 2px;
	width: 57px;
	background: #0154F7;
	left: 0;
	top: 20px;
	z-index: 1;
	transition: .5s;
}

.service-single-box:hover .underline .br-line {
	background: #FFF;
}

.br-line:after,
.br-line:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 3px;
	height: 3px;
	left: 0;
	z-index: -1;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
	transition: .5s;
}

.service-single-box:hover .br-line:after,
.br-line:before {
	background: #0154F7;
}

@keyframes MOVE-BG {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(60px);
		transform: translateX(60px)
	}
}


/*==================================================
 <-- consulti Project Area Css-->
===================================================*/

.project-area {
	padding: 103px 0 90px;
	background: #F5F9FF;
}

/* Create four equal columns that sits next to each other */
.column {
	-ms-flex: 25%;
	flex: 25%;
	max-width: 32%;
	padding: 0 16px;
}

.column img {
	vertical-align: middle;
	width: 100%;
}

.project-thumb {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	perspective: 800px;
	perspective-origin: 0 0;
}

.project-thumb img {
	transition: .5s;
}

.project-thumb img:hover {
	transform: scale(1.1);
}

.portfolio-content {
	position: absolute;
	bottom: 0;
	background: rgba(1, 84, 247, 0.7);
	width: 314px;
	height: 178px;
}

.portfolio-content {
	position: absolute;
	bottom: 30px;
	background: rgba(1, 84, 247, 0.7);
	width: 314px;
	height: 178px;
	transform-origin: 0%;
	left: 0;
	border-radius: 5px;
	right: 0;
	margin: auto;
	padding: 26px 40px 0;
	opacity: 0;
	transform: rotateY(83deg)perspective(400px);
	transition: .5s;
}

.project-thumb:hover .portfolio-content {
	opacity: 1;
	transform: rotateY(0deg)perspective(400px);
}

.portfolio-content h6 {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 40.5px;
	text-transform: uppercase;
}

.portfolio-content h3 {
	margin-top: 0;
}

.portfolio-content h3 a {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
}


/*==================================================
 <-- consulti Team Area Css-->
===================================================*/

.team-area {
	padding: 110px 0 110px;
	position: relative;
}

.team-thumb {
	position: relative;
}

.team-thumb img {
	width: 100%;
}

/*team social icon*/
.team-socail-icon {
	position: absolute;
	right: 0;
	background: #0154F7;
	padding: 17px 19px;
	transition: .5s;
	opacity: 0;
	transition: .5s;
	bottom: -100px;
}

.team-socail-icon a {
	list-style: none;
	display: block;
	margin-top: 13px;
	color: #fff;
	font-size: 20px;
}

.team-icon {
	position: absolute;
	right: 13px;
	bottom: -78px;
	z-index: 2;
}

.team-icon span {
	width: 45px;
	height: 45px;
	line-height: 50px;
	background: #0154F7;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.team-share-social .team-socail-icon.active {
	bottom: 0;
	opacity: 1;
}

.team-content {
	background: #FFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	padding: 17px 15px 20px;
}

.team-title h4 {
	margin-bottom: 8px;
}

.team-title h4 a {
	color: #102039;
	font-family: Jost;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
}

.team-title span {
	color: #666;
	font-size: 16px;
	font-weight: 400;
}

/* team shape */

.team-shape1 {
	position: absolute;
	top: 30px;
	left: 0;
}

.team-shape2 {
	position: absolute;
	top: 30px;
	right: 0;
}

/*==================================================
 <-- consulti Faq Area Css-->
===================================================*/

.faq-area {
	padding: 0 0 110px;
	width: 1980px;
	background: url(../images/resource/group2.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

/*阅动力*/
.zhuyingyewu-area {
	height: 64rem;
	width: 100%;
	background: url(../images/resource/group2.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
}

.zhuyingyewu-content {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;

}

.zhuyingyewu-cleft {
	height: 100%;
	width: 25%;
	margin-right: 2%;
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.zhuyingyewu-cleft-item {
	padding: 30px 100px 30px 60px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	background: url(../images/resource/Rectangle223.png);
	background-size: 100% 100%;
}

.zhuyingyewu-cleft-item:hover {
	padding: 30px 100px 30px 60px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	background: url(../images/resource/Rectangle222.png);
	background-size: 100% 100%;
}

.zhuyingyewu-cright {
	height: 100%;
	width: 73%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 0px 15px 0px 15px;
}

.zhuyingyewu-cright-content {
	padding: 10px 10px 20px 10px;
	color: #fff;
	text-align: left;
	font-weight: 300;
	font-size: 24px;
	line-height: 48px;
}

.zhuyingyewu-cright-img {}

.chuizhilingyu-area {
	height: 64rem;
	width: 100%;
	background: url(../images/resource/group3.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
}

.accordion {
	width: 100%;
	height: 700px;
	display: flex;
	justify-content: space-between;
}

.accordion-item {
	max-height: 700px;
	display: flex;
	background-color: #00000000;
}

.accordion-item-left {
	width: 240px;
	padding: 0px;
	display: flex;
	align-items: center;
	flex-direction: column;

}

.accordion-item-left-title {
	flex-grow: 0;
	padding: 80px 0px 20px 0px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
}

.accordion-item-left-content {
	padding: 20px 30px 40px 30px;
	flex-grow: 1;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	line-height: 48px;
}

.accordion-item-right {
	background-color: #efefef;
	/* 设置要过渡的属性 设置多个属性过渡 需要使用，隔开 */
	transition-property: width, opacity;
	/* 设置过渡持续时间 */
	transition-duration: 0.4s, 0.4s;
	display: flex;
	align-items: center;
	flex-direction: column;
	overflow-y: hidden;
}

.accordion-item-right-title {
	flex-grow: 0;
	width: 100%;
	padding: 80px 100px 20px 100px;
	color: #333;
	text-align: left;
	font-weight: 500;
	font-size: 30px;
}

.accordion-item-right-content {
	width: 100%;
	padding: 20px 100px 0px 100px;
	flex-grow: 1;
	color: #666;
	text-align: left;
	font-weight: 300;
	font-size: 24px;
	line-height: 48px;
}

.accordion-item-right-icons {
	width: 100%;
	flex-grow: 1;
	display: flex;
	padding: 0px 100px 80px 100px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.accordion-item-right-icons-item {
	padding: 9px 24px 6px 24px;
	color: #333;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	border: 0.125rem solid #aaaaaa;
	margin-right: 15px;
	margin-bottom: 15px;
}

.accordion-image1 {
	background: url(../images/jiancai.png);
	background-size: cover;
}

.accordion-image2 {
	background: url(../images/jiaotong.png);
	background-size: cover;
}

.accordion-image3 {
	background: url(../images/nengyuan.png);
	background-size: cover;
}

.jiejuefangan-area {
	height: 64rem;
	width: 100%;
	background: url(../images/resource/group4.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
}

.jiejuefangan-content {
	background-color: #800080cc;
	height: 85%;
	width: 100%;
	border-radius: 20px;
	margin-top: -50px;
	padding: 40px 80px 40px 80px;
	display: flex;
	flex-direction: column;
}

.jiejuefangan-line {
	height: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.jiejuefangan-item {
	height: 100%;
	width: 30%;
	display: flex;
	flex-direction: column;
}

.jiejuefangan-img {
	flex-grow: 1;
	border-radius: 15px;
}

.jiejuefangan-item-content {
	width: 100%;
	padding: 10px 0px 10px 0px;
	color: #fff;
	text-align: left;
	font-weight: 300;
	font-size: 24px;
	line-height: 48px;
}

.fan-image1 {
	background: url(../images/Logo11.png);
	background-size: 100% 100%;
}

.fan-image2 {
	background: url(../images/Logo22.png);
	background-size: 100% 100%;
}

.fan-image3 {
	background: url(../images/Logo33.png);
	background-size: 100% 100%;
}

.fan-image4 {
	background: url(../images/Logo44.png);
	background-size: 100% 100%;
}

.fan-image5 {
	background: url(../images/Logo55.png);
	background-size: 100% 100%;
}

.fan-image6 {
	background: url(../images/Logo66.png);
	background-size: 100% 100%;
}

.content-title {
	flex-grow: 0;
	width: 100%;
	padding: 100px 0px 20px 0px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 48px;
}

.content {
	flex-grow: 1;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left-menu {
	max-height: 0;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* video icon */

.single-video {
	text-align: center;
}

.video-icon a {
	height: 105px;
	width: 105px;
	background: #0154F7;
	text-align: center;
	display: inline-block;
	line-height: 115px;
	border-radius: 100%;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	-webkit-transition: .5s;
}

.video-icon a i {
	color: #ffffff;
	font-size: 76px;
}

/* accrodion css */

.tab_container {
	margin-top: 112px;
}

.accordion li {
	list-style: none;
	position: relative;
	z-index: 1;
	margin-bottom: 27px;
	border-radius: 3px;
}

.accordion li a {
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 0px 35px 0px;
	text-decoration: none;
	margin-bottom: 11px;
	border: 1px solid rgba(221, 221, 221, 0.45);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.accordion li a span {
	color: #fff;
}

.accordion li a i {
	width: 56px;
	height: 56px;
	background: rgba(0, 0, 0, 0.45);
	display: inline-block;
	text-align: center;
	line-height: 56px;
	margin-right: -35px;
	color: #fff;
}

.accordion a.active {
	background: rgba(0, 0, 0, 0.45);
	border: none;
}

.accordion a.active i {
	color: #fff;
	background: #0154F7;
	border: none;
	margin-bottom: 0;
	transform: rotate(90deg);
}

.accordion li p {
	display: none;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	padding: 11px 38px 28px;
	width: 100%;
	margin: 0;
	position: relative;
	top: -11px;
}

.accordion a.active:before {
	display: none;
}

a.active {
	color: #1c1632;
}

ul.accordion ul li a span {
	color: #fff;
}


/*==================================================
 <-- consulti Sales Report Area Css-->
===================================================*/

.sales-report-area {
	padding: 90px 0 120px;
}

.sales-discription p {
	color: #747474;
	font-size: 16px;
	font-weight: 500;
	margin: 0px 0 40px;
	width: 80%;
}

.sales-list span {
	display: block;
	margin-bottom: 15px;
	color: #010212;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.sales-list span i {
	background: #0154F7;
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 7px;
}

.sales-thumb img {
	width: 100%;
}

.row.sales {
	border-radius: 8px;
	background: #0154F7;
	padding: 12px 25px 16px;
}

.sales-title h5 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}

.sales-price {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.sales-price span {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
}

.sales-price h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
}

.sales-years {
	display: flex;
	align-items: center;
}

.sales-years span {
	color: #E1E1E1;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
}

.sales-years span i {
	font-size: 15px;
}

.sales-years h4 {
	color: #F0F0F0;
	font-size: 14px;
	font-weight: 400;
}

/*==================================================
 <-- consulti Counter Area Css-->
===================================================*/

.counter-area {
	/* background: url(../images/resource/counter-bg.png);*/
	background-color: #efefef;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 0 100px;
	position: relative;
}

.counter-title {
	color: #113366;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}

.counter {
	margin-top: 100px;
}

.counter-single-box {
	text-align: center;
}

.counter-numbar h4 {
	color: #113366;
	text-align: center;
	font-family: Jost;
	font-size: 55px;
	font-weight: 600;
	display: inline-block;
}

.counter-numbar span {
	color: #113366;
	font-size: 55px;
	font-weight: 500;
}

.counter-content h5 {
	color: #113366;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 28px;
	margin: 15px 0 6px;
}

.counter-content p {
	color: #113366;
	font-size: 16px;
	font-weight: 400;
}

.counter-shape {
	position: absolute;
	top: 72px;
	left: 50%;
	transform: translateX(-50%);
}

.friends-area {
	background-color: #efefef;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 0 60px;
	position: relative;
}

.friends-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*==================================================
 <-- consulti Testimonial Area Css-->
===================================================*/

.testimonial-area {
	padding: 117px 0 114px;
}

.testi-single-box {
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
	padding: 46px 27px 40px;
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.testi-single-box::before {
	position: absolute;
	content: "";
	width: 418px;
	height: 6px;
	background: #0154F7;
	top: 0;
	right: -5px;
	transform: skewX(40deg);
	transition: .5s;
}

.testi-single-box:hover::before {
	width: 0;
}

.testi-single-box::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 100%;
	background: #0154F7;
	top: 0;
	right: 0;
	opacity: 0;
	transition: .5s;
}

.testi-single-box:hover::after {
	height: 0;
	opacity: 1;
}

.testi-thumb {
	float: left;
	margin-right: 21px;
	margin-top: 10px;
}

.testi-title h4 {
	color: #18191D;
	font-family: Jost;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	transition: .5s;
}

.testi-single-box:hover .testi-title h4 {
	color: #0154F7;
}

.testi-title span {
	color: #0154F7;
	font-size: 16px;
	font-weight: 400;
}

.testi-discription p {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 25px 0 0;
}

.testi-icon-thumb {
	position: absolute;
	top: 60px;
	right: 60px;
}

.testi-rating i {
	color: #FFC107;
	margin-right: 5px;
	font-size: 17px;
}

/* owlcarousel css */


.testimonial-area .owl-dots {
	text-align: center;
	margin-top: 31px;
}

.testimonial-area .owl-dot {
	margin-right: 9px;
	height: 25px;
	width: 25px;
	border: 2px solid #0154F7;
	border-radius: 50%;
	display: inline-block;
}

.testimonial-area .owl-dot.active {
	height: 25px;
	width: 25px;
	background: #0154F7;
	border-radius: 50%;
}


/*==================================================
 <-- consulti Blog Area Css-->
===================================================*/

.blog-area {
	background: #F5F9FF;
	padding: 116px 0 116px;
	position: relative;
}

.blog-single-box {
	background: #FFF;
	box-shadow: 0px 4px 30px 0px #E3E3E2;
	padding: 43px 30px 46px;
	position: relative;
	z-index: 1;
}

.blog-single-box::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../images/blog/blog-hover.png);
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: .5s;
}

.blog-single-box:hover::before {
	opacity: 1;
}

.blog-title h4 a {
	color: #010212;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px;
	margin-bottom: 30px;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.blog-single-box:hover .blog-title h4 a {
	color: #fff;
}

.blog-meta {
	margin-bottom: 20px;
}

.blog-meta span {
	color: #747474;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin-right: 15px;
	transition: .5s;
}

.blog-single-box:hover .blog-meta span {
	color: #fff;
}

.blog-meta span i {
	margin-right: 10px;
	font-size: 17px;
	color: #0154F7;
	transition: .5s;
}

.blog-single-box:hover .blog-meta span i {
	color: #fff;
}

.blog-discription p {
	color: #747474;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	border-bottom: 1px solid #DDD;
	padding: 0px 0 30px;
	margin-bottom: 30px;
	transition: .5s;
}

.blog-single-box:hover .blog-discription p {
	color: #fff;
}

.blog-bottom-shape {
	display: inline-block;
	margin-right: 10px;
}

.blog-bottom-shape img {
	border-radius: 50%;
}

.blog-bottom-title {
	display: inline-block;
	margin-right: 130px;
}

.blog-bottom-title h4 {
	color: #010212;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	transition: .5s;
}

.blog-single-box:hover .blog-bottom-title h4 {
	color: #fff;
}

.blog-btn {
	display: inline-block;
}

.blog-btn a {
	color: #010212;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.blog-single-box:hover .blog-btn a {
	color: #fff;
}

.blog-btn a i {
	color: #000000;
	transition: .5s;
}

.blog-single-box:hover .blog-btn a i {
	color: #fff;
}

.blog-shape1 {
	position: absolute;
	top: 52px;
	left: 0;
}

.blog-shape2 {
	position: absolute;
	right: 0;
	bottom: 0;
}


/*==================================================
 <-- consulti Footer Area Css-->
===================================================*/

.footer-area {
	/* background: url(../images/footer/foooter-bg.jpg); */
	background-color: #111111;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 104px 0 0px;
	position: relative;
}

.footer-wiget-text h4 {
	margin: 28px 0 24px;
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.footer-shape-title h3 {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 23px;
}

.footer-wiget-shape {
	display: inline-block;
	margin-right: 10px;
}

.footer-wiget-title h4 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	line-height: 34px;
	font-weight: 600;
	padding: 0 0 18px;
	transition: .5s;
}

.footer-wiget-title h6 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	padding: 0 0 24px;
}

.footer-wiget-menu ul {
	list-style: none;
}

.footer-wiget-menu ul li {
	list-style: none;
	margin-top: 10px;
}

.footer-wiget-menu ul li a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	transition: .5s;
	margin: 0;
}

.footer-wiget-menu ul li a:hover {
	color: #0154F7;
	margin-left: 10px;
}

.footer-wiget-icon ul li {
	list-style: none;
	display: inline-block;
	margin-right: 19px;
	margin-bottom: 25px;
}

.footer-wiget-icon ul li a i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-size: 16px;
	transition: .5s;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.footer-wiget-icon ul li a:hover i {
	color: #fff;
}

.footer-wiget-icon ul li a i::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	right: 0;
	bottom: 0;
	background: #0154F7;
	transform: scale(0);
	border-radius: 50%;
	z-index: -1;
	transition: .5s;
}

.footer-wiget-icon ul li a i:hover::after {
	transform: scale(1);
}

.footer-widget-contct-menu ul {
	list-style: none;
}

.footer-widget-contct-menu ul li.line {
	margin-bottom: 20px;
	border-bottom: 1px solid #252424;
	padding: 0px 0 13px;
}

.footer-widget-contct-menu ul li a {
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	margin: 5px 0 4px;
	transition: .5s;
	text-decoration: none;
}

.copyright-text p {
	color: #999;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.copyright-text p a {
	color: #fff;
}

.footer-condition {
	text-align: right;
}

.footer-condition ul {
	list-style: none;
}

.footer-condition ul li {
	display: inline-block;
}

.footer-condition ul li a {
	display: inline-block;
	margin-right: 28px;
	color: #FFF;
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	text-decoration: none;
	transition: .5s;
}

.footer-condition ul li a:hover {
	color: #0154F7;
}


/*===========================================================================================
            /*===============================================================
                            <-- consulti All Inner Page Css-->
            =================================================================*/
/*===========================================================================================*/


/*===============================================================
<-- consulti Breatcome Area Css-->
=================================================================*/

.breatcome-area {
	background: url(../images/resource/breatcome-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 154px 0;
}

.breatcome-content {
	text-align: center;
}

.breatcome-title h1 {
	color: #FFF;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 16px;
}

.bratcome-text ul {
	list-style: none;
}

.bratcome-text ul li {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	font-weight: 600;
	transition: .5s;
}

.bratcome-text ul li a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

.bratcome-text ul li a::before {
	position: absolute;
	content: "/";
	left: 54px;
	font-size: 25px;
}


/*===============================================================
<-- consulti About Inner Page Css-->
=================================================================*/

/* about area */

.about-area.inner-page {
	padding: 120px 0 122px;
}



/*==================================================
 <-- consulti Service Inner Page Css-->
===================================================*/


.service-items-two {
	margin-bottom: 30px;
}

.service-two-thumb {
	overflow: hidden;
}

.service-two-thumb img {
	width: 100%;
	transition: .5s;
}

.service-items-two:hover .service-two-thumb img {
	transform: scale(1.1);
}

.service-two-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0px 0px 40px;
}

.service-two-title h4 a {
	color: #010212;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: none;
	transition: .5s;
}

.service-items-two:hover .service-two-title h4 a {
	color: #0154f6;
}

.service-two-icon-thumb {
	height: 104px;
	width: 104px;
	background: #0154F6;
	line-height: 104px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.service-two-icon-thumb::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: #010212;
	color: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
	z-index: -1;
	transition: .5s;
}

.service-items-two:hover .service-two-icon-thumb::before {
	width: 100%;
}

.service-two-btn {
	border-radius: 0px 0px 4px 4px;
	background: var(--bg-color-02, #F5F5F5);
	padding: 25px 40px;
}

.service-two-btn a {
	color: #010212;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	transition: .5s;
}

.service-items-two:hover .service-two-btn a {
	color: #0154f6;
}

.service-two-btn a i {
	color: #0154F6;
	margin-left: 5px;
}




/*==================================================
 <-- consulti Service Detials  Inner Page Css-->
===================================================*/

.service-details-area {
	padding: 120px 0 100px;
}


.service-details-content h4 {
	margin: 28px 0 20px;
}

.service-details-content h4 a {
	color: #18191D;
	font-size: 30px;
	font-weight: 500;
	line-height: 45px;
	text-decoration: none;
	transition: .5s;
}

.service-details-content h4 a:hover {
	color: #0154F7;
}

/* widget search box */

.widget_search.box {
	padding: 29px 22px 30px;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #F5F5F5;
}

.widget_search form {
	position: relative;
}

.widget_search input {
	border-radius: 4px;
	padding-left: 20px;
	height: 60px;
	width: 100%;
	position: relative;
	color: #606060;
	font-weight: 400;
	border: 1px solid #0154F7;
}

.widget_search input::placeholder {
	color: #0154F7;
	font-size: 16px;
	font-weight: 500;
}

button.icons {
	border: 0;
	font-size: 18px;
	color: #fff;
	padding: 1px 15px;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	background: #0154F7;
	border-radius: 0 3px 3px 0;
}

/* widget catagories box */

.widget-categories-box {
	padding: 29px 30px 40px;
	margin-bottom: 30px;
	background: #F8F8F8;
}

.widget-catagories-title h4 {
	color: #18191D;
	font-family: Rubik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 45px;
	position: relative;
}

.widget-catagories-title h4::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 58px;
	background: #0154F7;
	left: 0;
	bottom: -10px;
}

.widget-categories-menu ul li {
	list-style: none;
	padding: 15px;
	position: relative;
	margin-bottom: 17px;
	background: #fff;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.widget-categories-menu ul li::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.5s linear 0s;
	background-color: #0154F7;
	content: "";
	z-index: -1;
}

.widget-categories-menu ul li:hover::after {
	width: 100%;
}

.widget-categories-menu ul li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #18191D;
	font-size: 17px;
	transition: .5s;
	font-weight: 500;
}

.widget-categories-menu ul li:hover a {
	color: #fff;
}

.widget-categories-menu ul li a span {
	float: right;
}

/* widget tag */

.widget-tags a {
	display: inline-block;
	text-decoration: none;
	padding: 7px 13px;
	background: #fff;
	border-radius: 3px;
	color: #0154F7;
	font-size: 15px;
	font-style: normal;
	margin: 11px 5px;
	font-weight: 400;
	position: relative;
	transition: .5s;
	z-index: 1;
}

.widget-tags a:hover {
	color: #fff;
}

.widget-tags a:before {
	position: absolute;
	content: "";
	left: -2px;
	top: 0px;
	height: 102%;
	width: 0%;
	right: 0;
	margin: auto;
	background: #0154F7;
	z-index: -1;
	border-radius: 3px;
	transition: .5s;
}

.widget-tags a:hover:before {
	width: 104%;
}


/*==================================================
 <-- consulti Team Area  Inner Page Css-->
===================================================*/

.team-items-box.inner-page {
	margin-bottom: 30px;
}


.team-itmes-content {
	background: #FFF;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
	padding: 19px 20px 27px;
}

.team-itmes-content h4 a {
	text-decoration: none;
	line-height: 32px;
	transition: .5s;
	color: #010212;
	font-size: 24px;
	font-weight: 500;
}

.team-items-box:hover .team-itmes-content h4 a {
	color: #0154F7;
}

.team-itmes-content span {
	line-height: 24px;
	color: #747474;
	font-size: 16px;
	font-weight: 400;
}

.team-items-thumb {
	position: relative;
}

.team-items-thumb::before {
	position: absolute;
	content: "";
	width: 263px;
	height: 4px;
	background: #010212;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
}

.team-items-box:hover .team-items-thumb::before {
	width: 0;
	background: #0154F7;
}

.team-items-thumb img {
	width: 100%;
}

.team-main-icon {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 99;
}

.team-main-icon a {
	height: 40px;
	width: 40px;
	background: #18191D;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	position: relative;
	z-index: 1;
}

.team-main-icon a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0154F7;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
}

.team-items-box:hover .team-main-icon a::before {
	transform: scale(1);
}

.team-main-icon a i {
	transition: .5s;
}

.team-items-box:hover .team-main-icon a i {
	color: #fff;
}

.team-sub-icon {
	position: absolute;
	right: 20px;
	transition: .5s;
	bottom: 30px;
	opacity: 0;
}

.team-items-box:hover .team-sub-icon {
	bottom: 170px;
	opacity: 1;
}

.team-sub-icon ul {
	list-style: none;
	background: #0154F7;
	padding: 3px 12px 11px;
}

.team-sub-icon ul li {
	margin-top: 10px;
	text-align: center;
	line-height: 32px;
	color: #0154F7;
}

.team-sub-icon ul li a i {
	font: 17px;
	color: #fff;
}


/*==================================================
 <-- consulti brand Innerp Page Css-->
===================================================*/

.brand-area {
	padding: 0 0 100px;
}



/*==================================================
 <-- consulti Team Details Innerp Page Css-->
===================================================*/

.team-details-area {
	padding: 118px 0 118px;
}

.ba-team-details-author-skill-area {
	margin-bottom: 30px;
}

.team-details-author-img img {
	width: 100%;
}

.team-details-author-name {
	margin-bottom: 14px;
}

.team-details-author-name h4 {
	font-size: 24px;
	line-height: 60px;
	color: #292930;
	font-weight: 600;
}

.team-details-author-name span {
	font-size: 16px;
	line-height: 36px;
	color: #434141;
	font-weight: 400;
}

.team-details-author-experience ul li {
	list-style: none;
	margin-bottom: 25px;
}

.team-details-author-experience ul li .label {
	min-width: 152px;
	float: left;
	font-size: 16px;
	color: #434141;
	font-weight: 500;
}

.team-details-author-experience ul li .value {
	overflow: hidden;
	display: block;
}

.team-details-author-experience ul li .value {
	overflow: hidden;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #434141;
}

.team-card-box-social a {
	display: inline-block;
	margin-right: 15px;
	height: 40px;
	width: 40px;
	background: #f3f3f3;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.team-card-box-social a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0154F7;
	border-radius: 50%;
	transform: scale(0);
	transition: .5s;
	z-index: -1;
}

.team-card-box-social a:hover::before {
	transform: scale(1);
}

.team-card-box-social a i {
	transition: .5s;
}

.team-card-box-social a:hover i {
	color: #ffffff;
}

/* progressbar css */

.team-details-area .process-ber-plugin {
	padding: 36px 0 0;
}

.team-details-area span.process-bar {
	font-size: 16px;
	color: #1c1632;
	font-weight: 500;
	position: relative;
}

.team-details-area .barfiller {
	width: 100%;
	height: 10px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 11px;
	border-radius: 3px;
	background-color: #c9ccd2;
}

.team-details-area .barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	z-index: 1;
}

.team-details-area .barfiller .tipWrap {
	display: none;
}

.team-details-area .barfiller .tip {
	font-size: 16px;
	color: #1c1632;
	font-weight: 500;
	top: -37px;
	padding: 1px 6px;
	left: 0px;
	position: absolute;
}

.team-details-area .stat-bar:nth-of-type(1) .stat-bar-rating {
	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
}

.team-details-area span.fill {
	background: #0154F7 !important;
	border-radius: 3px;
}

.team-details-content {
	margin-top: 30px;
}

.team-details-title h4 {
	font-size: 35px;
	margin-bottom: 20px;
}

/* form box css */

.contact-box.inner.team {
	margin-top: 30px;
}

.contact-title.inner.team h4 {
	border-bottom: 1px solid #dddddd;
	padding: 0px 0 13px;
	margin-bottom: 28px;
}

.form-box.team input {
	width: 100%;
	height: 58px;
	border-radius: 5px;
	background: #F6F6F6;
	outline: 0;
	border: 0;
	margin-bottom: 15px;
	padding: 0 20px;
}

.form-box.team textarea {
	width: 100%;
	height: 141px;
	border-radius: 5px;
	background: #F6F6F6;
	outline: 0;
	border: 0;
	margin-bottom: 15px;
	padding: 15px 20px;
}

.form-box-button.team {
	margin-left: 0;
}


/*==================================================
 <-- consulti project Details Area inner page Css-->
===================================================*/

.project-details-area {
	padding: 120px 0 120px;
}

.projetct-details-image {
	margin-bottom: 30px;
}

.project-details-title h5 {
	font-size: 35px;
	font-weight: 500;
	line-height: 45px;
}

.project-detials-discriopton p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 17px 0 25px;
}

.project-details-area .info li {
	display: flex;
	padding: 6px 0;
}

.project-details-area .info li h6 {
	font-weight: 700;
	text-transform: capitalize;
	width: 30%;
}

.project-details-area .info li h6 span {
	margin-left: 50px;
}

.project-details-area .info li p {
	position: relative;
	top: 10px;
}

.project-rating {
	margin-top: 11px;
	margin-bottom: 39px;
}

.project-rating i {
	margin: 12px 5px 30px;
	color: #0154F7;
}

.project-details-area .title h4 {
	font-size: 29px;
	line-height: 44px;
	text-transform: capitalize;
	font-weight: 700;
}

.project-details-area .desc-list {
	padding-top: 20px;
}

.project-details-area .desc-list li {
	position: relative;
	padding: 5px 0 5px 30px;
	list-style: none;
}

.project-details-area .desc-list li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #0154F7;
}


.project-btn a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	background: #0154F7;
	padding: 14px 28px;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
}

.project-btn a:hover {
	color: #0154F7;
}

.project-btn a::before {
	position: absolute;
	content: "";
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	background: #fff;
	content: "";
	top: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.project-btn a:hover::before {
	top: -40%;
}

.project-btn a i {
	margin-left: 4px;
	font-size: 17px;
}


/*==================================================
 <-- consulti Blog Innerp Page Css-->
===================================================*/

.blog-single-box.style-two.inner-page {
	margin-bottom: 30px;
}


/*==================================================
 <-- consulti Blog Standard  Inner Page Css-->
===================================================*/

.blog-standard-area {
	padding: 120px 0 120px;
}

/* blog quote css */

.blog-quote-box {
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
	padding: 42px 40px 37px;
}

.blog-quote-conent i {
	font-size: 30px;
	color: #0154F7;
}

.blog-quote-conent p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 10px 0 15px;
}

.blog-quote-conent h4 {
	color: #0154F7;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	margin-left: 50px;
}

.blog-quote-conent h4::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 40px;
	background: #0154F7;
	top: 14px;
	left: -50px;
}


/* blog standard box css */

.blog-standard-thumb {
	position: relative;
}

.blog-single-video {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}

.blog-video-icon a {
	height: 90px;
	width: 90px;
	background: #fff;
	color: #0154F7;
	text-align: center;
	font-size: 50px;
	display: inline-block;
	line-height: 94px;
	border-radius: 100%;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	-webkit-transition: .5s;
}

.blog-standard-meta {
	margin: 30px 0 24px;
}

.blog-standard-meta span {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	margin-right: 30px;
	position: relative;
	transition: .5s;
}

.blog-standard-meta span:hover {
	color: #0154F7;
}

.blog-standard-meta span::before {
	position: absolute;
	content: "/";
	right: -20px;
}

.blog-standard-meta span.meta::before {
	display: none;
}

.blog-standard-content h4 a {
	font-size: 35px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.blog-standard-content h4 a:hover {
	color: #0154F7;
}

.blog-standard-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 20px 0 30px;
}


/* blog standard owl carousel */

.blog-standard-area .owl-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.blog-standard-area .owl-next {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.blog-standard-area .owl-prev i {
	background: inherit;
	font-size: 70px;
	color: #0154F7;
}

.blog-standard-area .owl-prev i::after {
	display: none;
}

.blog-standard-area .owl-next i {
	background: inherit;
	font-size: 70px;
	color: #0154F7;
}

.blog-standard-area .owl-next i::after {
	display: none;
}

/* pagination css */

.as-pagination {
	margin-top: 18px;
}

.as-pagination ul {
	list-style: none;
}

.as-pagination ul li {
	display: inline-block;
}

.as-pagination ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #C8C8C8;
	;
	height: 41px;
	width: 41px;
	line-height: 41px;
	text-align: center;
	border-radius: 50%;
	margin-left: 5px;
	transition: .5s;
	text-decoration: none;
	position: relative;
	transition: .5s;
}

.as-pagination ul li a:hover {
	color: #ffffff;
}

.as-pagination ul li a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0154F7;
	transform: scale(0);
	border-radius: 50%;
	z-index: -1;
	transition: .5s;
}

.as-pagination ul li a:hover::before {
	transform: scale(1);
}

/* recent post css */

.recent-widget-thumb {
	float: left;
	margin-right: 22px;
}

.recent-widget-thumb img {
	border-radius: 50%;
}

.recent-widget-meta span {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-right: 30px;
}

.recent-widget-meta span i {
	margin-right: 5px;
	color: #0154F7;
}

.recent-widget-title h4 a {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
	transition: .5s;
}

.recent-widget-title h4 a:hover {
	color: #0154F7;
}


/*==================================================
 <-- consulti Blog Details Inner Page Css-->
===================================================*/

.blog-details-area {
	padding: 122px 0 120px;
}

.blog-details-thumb img {
	width: 100%;
}

.blog-detaile-title h4 {
	margin: 35px 0 33px;
}

.blog-detaile-title h4 a {
	font-size: 35px;
	font-weight: 500;
	text-decoration: none;
}

.blog-details-meta {
	margin-bottom: 26px;
}

.blog-details-meta span {
	font-size: 16px;
	font-weight: 400;
	margin-right: 20px;
}

.blog-details-meta span i {
	color: #0154F7;
	margin-right: 5px;
}

.blog-details-discription p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

/* blog list css */

.blog-details-list ul li {
	list-style: none;
	margin-bottom: 23px;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	font-weight: 600;
	transition: .5s;
}

.blog-details-list ul li:hover {
	color: #0154F7;
}

.blog-details-list ul li.active {
	color: #0154F7;
}

.blog-details-list ul li i {
	font-size: 22px;
	padding-right: 8px;
}


.row.line {
	border-top: 1px solid rgba(227, 227, 227, 1);
	border-bottom: 1px solid rgba(227, 227, 227, 1);
	padding: 36px 0 37px;
}

.blog-details-tag h6 {
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	margin-right: 36px;
}

.blog-details-tag a {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #F8F8F8;
	border-radius: 3px;
	color: #102039;
	font-size: 15px;
	font-style: normal;
	margin-right: 15px;
	font-weight: 500;
	position: relative;
	transition: .5s;
	z-index: 1;
}

.blog-details-tag a:hover {
	color: #FFf;
}

.blog-details-tag a:before {
	position: absolute;
	content: "";
	left: -2px;
	top: 0px;
	height: 102%;
	width: 0%;
	right: 0;
	margin: auto;
	background: #0154F7;
	z-index: -1;
	border-radius: 3px;
	transition: .5s;
}

.blog-details-tag a:hover::before {
	width: 100%;
}

.ba-blog-details-social-icons {
	text-align: right;
}

.ba-blog-details-social-icons.two {
	text-align: left;
}

.ba-blog-details-social-icons a {
	margin-left: 6px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #0154F7;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #0154F7;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.ba-blog-details-social-icons a:hover {
	color: #FFF;
}

.ba-blog-details-social-icons a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0154F7;
	border-radius: 50%;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
}

.ba-blog-details-social-icons a:hover::before {
	transform: scale(1.1);
}

/* blog team css */

.blog-details-team-item {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
	padding: 0px 0px 42px;
}

.blog-team-thumb {
	float: left;
	margin-right: 42px;
}

.blog-team-content h4 a {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
}

.blog-team-content p {
	margin: 18px 0 16px;
}

/* blog items css */

.blog-details-item {
	background: #F8F8F8;
	padding: 57px 30px 30px;
}

.blog-details-item.two {
	text-align: right;
}

.blog-item-thumb {
	float: left;
	margin-right: 24px;
	margin-top: -21px;
}

.blog-item-thumb.two {
	float: right;
	margin-left: 24px;
}

.blog-item-content h4 a {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
}

.blog-details-area .owl-prev {
	position: absolute;
	top: 21px;
	left: 146px;
}

.blog-details-area .owl-prev i {
	background: none;
	color: #0154F7;
	margin-right: 0px;
	font-size: 16px;
}

.blog-details-area .owl-prev i::after {
	display: none;
}

.blog-details-area .owl-next {
	position: absolute;
	top: 24px;
	right: 170px;
}

.blog-details-area .owl-next i {
	background: none;
	color: #0154F7;
	margin-left: 5px;
	font-size: 16px;
}

.blog-details-area .owl-next i::after {
	display: none;
}

/* blog details comment */

.blog-details-comment h5 {
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	position: relative;
	margin-bottom: 36px;
}

.blog-details-comment h5::after {
	position: absolute;
	bottom: -10px;
	width: 70px;
	height: 3px;
	background: #0154F7;
	content: "";
	left: 0;
}

.blog-comment-list ul li {
	list-style: none;
	margin-bottom: 0;
}

.blog-comment-box {
	position: relative;
}

.blog-comment-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #E4E4E4;
	bottom: -30px;
}

.blog-comment-box.inner {
	margin-left: 50px;
}

.blog-comment-box.inner::before {
	display: none;
}

.blog-comment-thumb {
	float: left;
	margin-right: 24px;
	margin-top: 12px;
}

.blog-comment-thumb img {
	border-radius: 4px;
}

.blog-comment-list .title {
	margin-bottom: 5px;
	margin-left: -12px;
}

.blog-comment-list h6.title {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.blog-comment-list span.date {
	margin-left: -13px;
}

.content-main p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 10px 0 0;
}

.text-sm-end a {
	display: inline-block;
	text-decoration: none;
	padding: 7px 13px;
	background: #EFEFEF;
	border-radius: 3px;
	color: #102039;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	transition: .5s;
	z-index: 1;
}

.text-sm-end a:hover {
	color: #fff;
}

.text-sm-end a::before {
	position: absolute;
	content: "";
	left: -2px;
	top: 0px;
	height: 102%;
	width: 0%;
	right: 0;
	margin: auto;
	background: #0154F7;
	z-index: -1;
	border-radius: 3px;
	transition: .5s;
}

.text-sm-end a:hover::before {
	width: 100%;
}

/* blog contact box */

.blog-contact-title h4 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 54px;
	position: relative;
}

.blog-contact-title h4::before {
	position: absolute;
	bottom: -10px;
	width: 70px;
	height: 3px;
	background: #0154F7;
	content: "";
	left: 0;
}

/* contact form */

.form-box input {
	width: 100%;
	height: 55px;
	background: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 0 17px;
	margin-bottom: 25px;
}

.form-box input::placeholder {
	color: #B1B1B1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.form-box textarea {
	width: 100%;
	height: 145px;
	background: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 5px 17px;
	margin-bottom: 25px;
}

.form-box textarea::placeholder {
	color: #B1B1B1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.form-box-button button {
	width: 210px;
	height: 60px;
	border-radius: 3px;
	background-color: #0154F7;
	border: 0;
	outline: 0;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.form-box-button button::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	transform: scale(0.0, 1);
	opacity: 0;
	border-radius: 3px;
	z-index: -1;
	transition: .5s;
}

.form-box-button button:hover::before {
	background: #18191D;
	opacity: 1;
	transform: scale(1, 1);
}

.form-box-button.details {
	margin-left: 0;
}


/*===============================================================
<-- consulti Contact Css-->
=================================================================*/


.contact-inner-page {
	padding: 118px 0 0;
	margin-bottom: -250px;
	position: relative;
}

.contact-inner-box {
	text-align: center;
	position: relative;
}

.contact-inner-box::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 201px;
	background: rgba(205, 205, 205, 0.45);
	right: 0;
}

.contact-inner-box.two::before {
	display: none;
}

.contact-inner-icon i {
	font-size: 40px;
	color: #0154F7;
}

.contact-content h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin: 14px 0 13px;
}

.contact-content span {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	display: block;
}

.contact-box.inner {
	margin-top: 0;
	border-radius: 10px;
	background: var(--white, #FFF);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
	padding: 63px 55px 82px;
}

.contact-title {
	margin-bottom: 63px;
}

.contact-title h2 {
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px;
}

.form-box-button.inner {
	text-align: center;
}

/*===============================================================
<-- consulti Arror Area Css-->
=================================================================*/

.error-area {
	padding: 25px 0 124px;
}

.consulti-btn.error {
	margin-left: 0;
}


/*===============================================================
<-- consulti Sidebar Css-->
=================================================================*/

.sidebar-textwidget .contact-info ul {
	padding: 0;
}

.sidebar-group .widget-heading {
	position: absolute;
	top: 55px;
	right: 32px;
}

.sidebar-group .sidebar-widget {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 480px;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #010212;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
	opacity: 1;
	visibility: visible;
	right: 0;
}

.sidebar-textwidget {
	padding: 40px 32px;
}

.close-side-widget i {
	color: #fff;
	font-size: 30px;
	display: block;
}

.sidebar-widget-container {
	position: relative;
	top: 150px;
	opacity: 0;
	visibility: hidden;
	/*-webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
	top: 0px;
	opacity: 1;
	visibility: visible;
	/*-webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sidebar-logo {
	margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
	width: 50%;
}

.sidebar-group .about-box h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}

.sidebar-group .about-box p {
	display: inline-block;
	color: #fff;
	padding: 15px 0 0;
}

.sidebar-group .contact-info {
	margin-top: 60px;
}

.sidebar-group .contact-info h2 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600;
}

.sidebar-group ul.list-style-one li {
	display: block;
	list-style: none;
	color: #fff;
	margin-top: 8px;
	overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
	font-size: 20px;
	font-weight: 600;
	color: #0154F7;
	margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
	margin: 58px 0 0;
	padding: 0;
}

.sidebar-group ul.social-box li {
	display: inline-block;
	list-style: none;
	margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	color: var(--primary-color);
	text-decoration: none;
	transition: .5s;
	font-size: 18px;
	border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
	background: var(--primary-color);
	color: #0154F7;
}


/* sidebar menu */

.sidebar-menu {
	position: absolute;
	right: 27px;
	top: 23px;
	display: none;
}

.sidebar-menu a {
	width: 52px;
	height: 52px;
	background: #0154F7;
	line-height: 52px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 26px;
}

.sidebar-widget-menu {
	position: relative;
}

.sidebar-widget-menu ul li {
	list-style: none;
	margin-top: 10px;
	padding: 0 0 14px;
}

.sidebar-widget-menu ul li .home-menu-title h4 {
	text-align: center;
	margin-top: 10px;
}

.sidebar-widget-menu ul li .home-menu-title h4 a {
	font-size: 20px;
	padding: 0px 0;
	font-weight: 500;
	color: #141422;
}

.sidebar-widget-menu ul li .home-menu-title h4 a:hover {
	color: #0154F7;
}

.sidebar-widget-menu ul li .home-menu-title h4 a::before {
	display: none;
}



/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, 0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.search-popup {
	width: 100%;
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #0154F7;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #0154F7;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.flaticon-multiply:before {
	content: inherit;
}

button.close-search i {
	font-size: 25px;
	color: #fff;
	display: inline-block;
}

span.flaticon-multiply i {
	display: inline-block;
	color: #0154F7;
}




/*
<!-- ============================================================== -->
<!-- consulti Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
	position: relative;
	z-index: 999;
}

.scroll-area .go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 30px;
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
	background-image: -webkit-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
	z-index: 9999;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
	border-radius: 10px;
}

.scroll-area .go-top i {
	position: absolute;
	top: 50%;
	left: -4px;
	right: 0;
	margin: 0 auto;
	font-size: 15px;
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.scroll-area .go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #0154F7 0%, #0154F7 100%);
	background-image: -ms-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
	color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
	opacity: 1;
	visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.scroll-area .go-top.active {
	top: 95%;
	-webkit-transform: translateY(-98%);
	-moz-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
	border-radius: 0;
	right: 30px;
	border-radius: 100%;
}

.top-wrap {
	position: relative;
}

.top-wrap .go-top-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	top: 3px;
	z-index: 1;
	background: #0154F7;
}

.top-wrap .go-top-button i {
	font-size: 20px;
	font-weight: 700;
	padding-left: 4px;
	color: #fff;
}

.top-wrap .go-top-button::after {
	z-index: -1;
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 45px;
	height: 45px;
	-webkit-animation: ripple 1.6s ease-out infinite;
	-moz-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	opacity: 0;
	background-image: -moz-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
	background-image: -webkit-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
	border-radius: 100%;
}

.top-wrap .go-top-button:hover {
	background-color: #0154F7;
	color: #fff;
}

/** shuzi-content */
.shuzi-content {
	display: flex;
	flex-direction: column;
	background-color: #DFE3F1;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.shuzi-content .szline-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-bottom: 30px;
}

.shuzi-content .szline-normal {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: row;
	margin-bottom: 20px;
	width: 65%;
}

.shuzi-content .sztitle1 {
	color: #234588;
	font-size: 32px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}

.shuzi-content .sztitle2 {
	color: #234588;
	font-size: 24px;
	font-weight: 400;
	padding-left: 10px;
}

.shuzi-content .szcontent {
	color: #234588;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	width: 65%;
}

.shuzi-content .szcontentn {
	color: #234588;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	width: 65%;
}

.shuzi-content .szcontentb {
	color: #234588;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	width: 65%;
}

.shuzi-content .szdot {
	width: 10px;
	height: 10px;
	background-color: #234588;
	border-radius: 50%;
	display: inline-block;
}

.shuzi-content .szimage {
	margin-bottom: 30px;
}

/** yingyong */
.yingyong-content {
	display: flex;
	flex-direction: column;
	background-color: #DFE3F1;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.yingyong-content .yyline-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-bottom: 30px;
}

.yingyong-content .yyline-normal {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: row;
	margin-bottom: 20px;
	width: 65%;
}

.yingyong-content .yytitle1 {
	color: #234588;
	font-size: 32px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}

.yingyong-content .yytitle2 {
	color: #234588;
	font-size: 24px;
	font-weight: 400;
	padding-left: 10px;
}

.yingyong-content .yycontentT {
	color: #234588;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	width: 94%;
}

.yingyong-content .yycontent {
	color: #234588;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	width: 65%;
}

.yingyong-content .yyct1 {
	color: #6B8FC0;
}

.yingyong-content .yyct2 {
	color: #234588;
}

.yingyong-content .yycontentn {
	color: #234588;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	width: 65%;
}

.yingyong-content .yycontentb {
	color: #234588;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	width: 65%;
}

.yingyong-content .yydot {
	width: 10px;
	height: 10px;
	background-color: #234588;
	border-radius: 50%;
	display: inline-block;
}

.yingyong-content .yyimage {
	width: 65%;
	margin-bottom: 30px;

}

.yingyong-content .yyTwoLineLayout {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	padding-left: 1%;
	width: 65%;
}

.yingyong-content .yycontentTL {
	color: #234588;
	font-size: 20px;
	font-weight: 400;
	width: 46%;
	text-align: justify;
	line-height: 50px;
	margin-left: 30px;
}

.yingyong-content .yyMainLayout {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-image: url("../images/yingyong/yym-bg.png");
	margin-bottom: 30px;
	padding: 40px 90px 100px 90px;
	width: 1800px;
	height: 1338px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.yingyong-content .yyLeftPicLayout1 {
	margin-right: 10px;
	width: 237px;
	height: 1098px;
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../images/yingyong/yym2.png");
	padding: 120px 68px;
}

.yingyong-content .yyLeftPicLayout2 {
	margin-right: 10px;
	width: 237px;
	height: 1098px;
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../images/yingyong/yym1.png");
	padding: 120px 68px;
}

.yingyong-content h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
}

.yingyong-content h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-top: 50px;
}

.yingyong-content .arror {
	padding: 25px;
}

.yingyong-content .table-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 1098px;
	flex-grow: 1;
}

.yingyong-content .table-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("../images/yingyong/yym-ibg.png");
	width: 313px;
	height: 354px;
	padding: 1px 15px 28px 15px;
	margin: 0px 24px 30px 24px;
}

.yingyong-content .table-image{
	width: 283px;
	height: 203px;
}

.yingyong-content .table-desc{
	width: 283px;
	height: 122px;
	padding:20px 28px 20px 28px
}

.yingyong-content .table-t1{
	color: #234588;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 11px;
}

.yingyong-content .table-t2{
	color: #6B8FC0;
	font-size: 14px;
	font-weight: 400;
}

@-webkit-keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}

@keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}


@keyframes loader {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

/*===========================
<-- consulti Loader Css -->
=============================*/

.loader_bg {
	position: fixed;
	z-index: 9999;
	background: #1f1f1f;
	width: 100%;
	height: 100%;
}

.loading-title {
	position: absolute;
	top: calc(50vh - 25px);
	left: calc(50vw - 40px);
	z-index: 1;
	font-size: 22px;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 3px;
}

.loader {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: absolute;
	top: calc(50vh - 75px);
	left: calc(50vw - 75px);
}

.loader:before,
.loader:after {
	content: '';
	border: 1em solid #0154F7;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	animation: loader 2s linear infinite;
	opacity: 0;
}

.loader:before {
	animation-delay: .5s;
}