@charset "UTF-8";

@use "sass:math";

:root {
	--theme-color: #684df4;
	--theme-color2: #684df4;
	--theme-color3: #ff8139;
	--title-color: #141d38;
	--body-color: #737887;
	--smoke-color: #f5f5f5;
	--smoke-color2: #e2e8fa;
	--smoke-color3: #eff1f9;
	--black-color: #000;
	--black-color2: #080e1c;
	--gray-color: #bdbdbd;
	--white-color: #fff;
	--light-color: #72849b;
	--yellow-color: #ffb539;
	--success-color: #28a745;
	--error-color: #dc3545;
	--th-border-color: #e0e0e0;
	--title-font: "Barlow", sans-serif;
	--body-font: "Roboto", sans-serif;
	--icon-font: "Font Awesome 6 Pro";
	--main-container: 1220px;
	--container-gutters: 24px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 60px;
	--ripple-ani-duration: 5s;
}

html, body {
	scroll-behavior: auto !important;
}

body {
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--body-color);
	line-height: 26px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body.theme2 {
	--theme-color: #5484ff;
	--theme-color2: #642cdc;
}

iframe {
	border: none;
	width: 100%;
}

.slick-slide:focus, button:focus, a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
	outline: none;
}

input:focus {
	outline: none;
	box-shadow: none;
}

img:not([draggable]), embed, object, video {
	max-width: 100%;
	height: auto;
}

ul {
	list-style-type: disc;
}

a {
	color: var(--theme-color);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

a:hover {
	color: var(--title-color);
}

a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0;
}

button {
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

img {
	border: none;
	max-width: 100%;
}

span.ajax-loader:empty, p:empty {
	display: none;
}

p {
	font-family: var(--body-font);
	margin: 0 0 18px 0;
	color: var(--body-color);
	line-height: 1.75;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: none;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

.h1, h1 {
	font-size: 48px;
	line-height: 1.208;
}

.h2, h2 {
	font-size: 40px;
	line-height: 1.25;
}

.h3, h3 {
	font-size: 36px;
	line-height: 1.278;
}

.h5, h5 {
	font-size: 24px;
	line-height: 1.417;
}

.h6, h6 {
	font-size: 20px;
	line-height: 1.5;
}

@media (max-width: 1199px) {
	.h1, h1 {
		font-size: 44px;
		line-height: 1.3;
	}
	
	.h2, h2 {
		font-size: 36px;
		line-height: 1.3;
	}
	
	.h3, h3 {
		font-size: 30px;
	}
	
	.h5, h5 {
		font-size: 20px;
	}
	
	.h6, h6 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.h1, h1 {
		font-size: 40px;
	}
	
	.h2, h2 {
		font-size: 34px;
		line-height: 1.3;
	}
	
	.h3, h3 {
		font-size: 26px;
	}
	
	.h5, h5 {
		font-size: 18px;
	}
	
	.h6, h6 {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.h1, h1 {
		font-size: 34px;
		line-height: 1.35;
	}
	
	.h2, h2 {
		font-size: 28px;
	}
}

@media (max-width: 375px) {
	.h1, h1 {
		font-size: 32px;
	}
}

@media (max-width: 1399px) {
	:root {
		--main-container: 1250px;
	}
}

@media only screen and (min-width: 1300px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: calc(var(--main-container) + var(--container-gutters));
		padding-left: calc(var(--container-gutters) / 2);
		padding-right: calc(var(--container-gutters) / 2);
	}
	
	.th-container4 {
		--main-container: 1380px;
	}
}

.gy-24 {
	--bs-gutter-y: 24px;
}

.gy-30 {
	--bs-gutter-y: 30px;
}

.gy-40 {
	--bs-gutter-y: 40px;
}

.gy-50 {
	--bs-gutter-y: 50px;
}

.gy-80 {
	--bs-gutter-y: 80px;
}

@media (max-width: 1199px) {
	.gy-80 {
		--bs-gutter-y: 60px;
	}
}

@media (max-width: 991px) {
	.gy-80 {
		--bs-gutter-y: 40px;
	}
}

@media (max-width: 991px) {
	.gy-50 {
		--bs-gutter-y: 40px;
	}
}

select, .form-control, .form-select, textarea, input {
	height: 56px;
	padding: 0 25px 0 25px;
	padding-right: 45px;
	border: 1px solid transparent;
	color: var(--body-color);
	background-color: var(--smoke-color);
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	font-family: var(--body-font);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--theme-color);
	background-color: var(--smoke-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
	color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: var(--body-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
	color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	color: var(--body-color);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
	color: var(--body-color);
}

select::placeholder, .form-control::placeholder, .form-select::placeholder, textarea::placeholder, input::placeholder {
	color: var(--body-color);
}

.form-select, select {
	display: block;
	width: 100%;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 26px center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

textarea.form-control, textarea {
	min-height: 154px;
	padding-top: 16px;
	padding-bottom: 17px;
}

.form-group {
	margin-bottom: var(--bs-gutter-x);
	position: relative;
}

.form-group > i {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 19px;
	font-size: 16px;
	color: var(--body-color);
}

.form-group > i.fa-envelope {
	padding-top: 1px;
}

[class*="col-"].form-group > i {
	right: calc(( var(--bs-gutter-x) / 2 ) + 25px);
}

option:checked, option:focus, option:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="checkbox"] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	display: none;
	vertical-align: middle;
	width: 0;
	height: 0;
}

input[type="checkbox"]:checked ~ label:before {
	content: "";
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: block;
}

input[type="checkbox"] ~ label:before {
	content: "";
	font-family: var(--icon-font);
	font-weight: 700;
	position: absolute;
	left: 0px;
	top: 3.5px;
	background-color: var(--white-color);
	border: 1px solid var(--th-border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}

input[type="radio"] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	display: none;
	vertical-align: middle;
	width: 0;
	height: 0;
}

input[type="radio"] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
}

input[type="radio"] ~ label::before {
	content: "";
	position: absolute;
	font-family: var(--icon-font);
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	padding-left: 0;
	font-size: .6em;
	line-height: 19px;
	text-align: center;
	border: 1px solid var(--theme-color);
	border-radius: 100%;
	font-weight: 700;
	background: var(--white-color);
	color: transparent;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

input[type="radio"]:checked ~ label::before {
	border-color: var(--theme-color);
	background-color: var(--theme-color);
	color: var(--white-color);
}

label {
	margin-bottom: .5em;
	margin-top: -.3em;
	display: block;
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 16px;
}

.form-messages {
	display: none;
}

.th-slider.has-shadow {
	padding-left: 12px;
	padding-right: 12px;
	margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
	padding: 25px 0;
}

.slider-area {
	position: relative;
}

.th-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	width: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
	opacity: 0;
	visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
	padding-bottom: 30px;
	padding-top: 40px;
	display: block;
	text-align: center;
	background-color: var(--smoke-color2);
}

.th-menu-wrapper .th-menu-toggle {
	border: none;
	font-size: 22px;
	font-size: 18px;
	position: absolute;
	right: -16.5px;
	top: 25px;
	padding: 0;
	line-height: 1;
	line-height: 35px;
	width: 33px;
	height: 33px;
	z-index: 1;
	color: var(--white-color);
	background-color: var(--theme-color);
	border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
	background-color: var(--title-color);
	color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
	width: 100%;
	max-width: 310px;
	background-color: #fff;
	border-right: 3px solid var(--theme-color);
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	z-index: 1;
}

.th-mobile-menu {
	overflow-y: scroll;
	max-height: calc(100vh - 200px);
	padding-bottom: 40px;
	margin-top: 33px;
	text-align: left;
}

.th-mobile-menu ul {
	margin: 0;
	padding: 0 0;
}

.th-mobile-menu ul li {
	border-bottom: 1px solid #fdedf1;
	list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
	border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--title-color);
	padding-left: 18px;
}

.th-mobile-menu ul li a:before {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 10px;
	display: inline-block;
}

.th-mobile-menu ul li ul li {
	padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
	border-bottom: none;
}

.th-mobile-menu > ul {
	padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
	border-bottom: none;
}

.th-menu-toggle {
	width: 56px;
	height: 56px;
	padding: 0;
	font-size: 20px;
	border: none;
	background-color: var(--theme-color);
	color: var(--white-color);
	display: inline-block;
	border-radius: 4px;
}

.th-menu-toggle:hover {
	background-color: var(--title-color);
}

@media (max-width: 400px) {
	.th-menu-wrapper .th-menu-area {
		width: 100%;
		max-width: 270px;
	}
	
	.th-mobile-menu > ul {
		padding: 0 20px;
	}
}

@-webkit-keyframes characters {
	0%, 75%, 100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	
	25%, 50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes characters {
	0%, 75%, 100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	
	25%, 50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

.th-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-family: var(--body-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 20.5px 20px;
	min-width: 144px;
	border-radius: 4px;
}

.th-btn:before, .th-btn:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--title-color);
	z-index: -1;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	border-radius: 99px;
	-webkit-transform: scaleY(1.1);
	-ms-transform: scaleY(1.1);
	transform: scaleY(1.1);
}

.th-btn:before {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.th-btn:after {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.th-btn:hover, .th-btn.active {
	color: var(--white-color);
	box-shadow: none;
}

.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
	border-radius: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.th-btn.btn-gradient2 {
	font-size: 16px;
	text-transform: capitalize;
	padding: 18px 20px;
	background-color: var(--theme-color);
	background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2), var(--theme-color), var(--theme-color2));
	background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2), var(--theme-color), var(--theme-color2));
	background-size: 300% 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.th-btn.btn-gradient2:hover {
	background-position: 100% 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.th-btn.btn-gradient2:hover:before, .th-btn.btn-gradient2:hover:after {
	display: none;
}

.th-btn.style-radius {
	border-radius: 100px;
	padding: 18px 40px;
}

@media (max-width: 375px) {
	.th-btn.style-radius {
		padding: 18px 25px;
	}
}

.th-btn.btn-fw {
	width: 100%;
}

.th-btn.btn-fw:before, .th-btn.btn-fw:after {
	display: none;
}

.th-btn.btn-fw:hover {
	background-color: var(--title-color);
}

.play-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.play-btn > i {
	display: inline-block;
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	line-height: var(--icon-size, 60px);
	text-align: center;
	background-color: var(--white-color);
	color: var(--theme-color);
	font-size: var(--icon-font-size, 1.1em);
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.play-btn:after, .play-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.play-btn:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.play-btn:hover:after, .play-btn:hover::before, .play-btn:hover i {
	background-color: var(--theme-color);
	color: var(--white-color);
}

.line-btn {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	line-height: .8;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: -1px;
	text-transform: uppercase;
	color: var(--theme-color);
}

.line-btn i {
	margin-left: 5px;
	font-size: .9rem;
}

.line-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--theme-color);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.line-btn:hover {
	color: var(--title-color);
}

.line-btn:hover::before {
	background-color: var(--title-color);
	width: 45px;
}

.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.scroll-top:after {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: var(--theme-color);
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	z-index: 1;
	border: 2px solid var(--theme-color);
	box-shadow: none;
	border-radius: 50%;
}

.scroll-top svg {
	color: var(--theme-color);
	border-radius: 50%;
	background: var(--white-color);
}

.scroll-top svg path {
	fill: none;
}

.scroll-top .progress-circle path {
	stroke: var(--theme-color);
	stroke-width: 20px;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.sec-title {
	margin-bottom: calc(var(--section-title-space) - 10px);
	margin-top: -.32em;
	text-transform: capitalize;
}

.sub-title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color);
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: -.34em;
}

.sub-title:has(img) {
	margin-top: 0;
}

.box-title {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 700;
	margin-top: -.32em;
}

.box-title a {
	color: inherit;
}

.box-title a:hover {
	color: var(--theme-color);
}

.title-area {
	margin-bottom: calc(var(--section-title-space) - 10px);
	position: relative;
	z-index: 2;
}

.title-area .sec-title {
	margin-bottom: 15px;
}

.title-area.mb-0 .sec-title {
	margin-bottom: -.41em;
}

@media (max-width: 1199px) {
	.sub-title {
		margin-bottom: 20px;
	}
	
	.title-area, .sec-title {
		--section-title-space: 60px;
	}
	
	.title-area.mb-45, .sec-title.mb-45 {
		margin-bottom: 36px;
	}
	
	.title-area.mb-50, .sec-title.mb-50 {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.title-area, .sec-title {
		--section-title-space: 50px;
	}
	
	.title-area.mb-45, .sec-title.mb-45 {
		margin-bottom: 35px;
	}
}

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.th-social a {
	display: inline-block;
	width: var(--icon-size, 46px);
	height: var(--icon-size, 46px);
	line-height: var(--icon-size, 46px);
	background-color: var(--white-color);
	color: var(--body-color);
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
}

.th-social a:last-child {
	margin-right: 0;
}

.th-social a:hover {
	background-color: var(--theme-color);
	color: var(--white-color);
}

.btn-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.icon-masking {
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
}

.background-image, [data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.text-theme {
	color: var(--theme-color) !important;
}

.text-white {
	color: var(--white-color) !important;
}

.text-inherit {
	color: inherit;
}

.text-inherit:hover {
	color: var(--theme-color);
}

[data-overlay] {
	position: relative;
	z-index: 2;
}

[data-overlay] [class^="col-"], [data-overlay] [class*="col-"] {
	z-index: 1;
}

[data-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

[data-overlay="theme"]:before {
	background-color: var(--theme-color);
}

[data-overlay="title"]:before {
	background-color: var(--title-color);
}

[data-overlay="white"]:before {
	background-color: var(--white-color);
}

[data-overlay="black"]:before {
	background-color: var(--black-color);
}

[data-overlay="overlay1"]:before {
	background-color: #080e1c;
}

[data-opacity="1"]:before {
	opacity: .1;
}

[data-opacity="2"]:before {
	opacity: .2;
}

[data-opacity="3"]:before {
	opacity: .3;
}

[data-opacity="4"]:before {
	opacity: .4;
}

[data-opacity="5"]:before {
	opacity: .5;
}

[data-opacity="6"]:before {
	opacity: .6;
}

[data-opacity="7"]:before {
	opacity: .7;
}

[data-opacity="8"]:before {
	opacity: .8;
}

[data-opacity="9"]:before {
	opacity: .9;
}

[data-opacity="10"]:before {
	opacity: 1;
}

.ripple-animation, .play-btn:after, .play-btn:before, .testi-box_quote:after, .testi-box_quote:before, .testi-grid_quote:after, .testi-grid_quote:before, .faq-img4 .faq-shape:after, .faq-img4 .faq-shape:before, .service-grid_icon:after, .service-grid_icon:before, .process-card_number:after, .process-card_number:before, .process-card .pulse:after, .process-card .pulse:before {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: var(--ripple-ani-duration);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple;
	animation-name: ripple;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	30% {
		opacity: .4;
	}
	
	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	30% {
		opacity: .4;
	}
	
	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
}

@-webkit-keyframes ripple2 {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 1;
	}
	
	50% {
		opacity: .4;
	}
	
	100% {
		-webkit-transform: scale(1.9);
		transform: scale(1.9);
		opacity: 0;
	}
}

@keyframes ripple2 {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 1;
	}
	
	50% {
		opacity: .4;
	}
	
	100% {
		-webkit-transform: scale(1.9);
		transform: scale(1.9);
		opacity: 0;
	}
}

@-webkit-keyframes morph {
	0% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	}
	
	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
	}
	
	100% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	}
}

@keyframes morph {
	0% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	}
	
	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
	}
	
	100% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	}
}

.movingX {
	-webkit-animation: movingX 8s linear infinite;
	animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes movingX {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes moving {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes moving {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.jump {
	-webkit-animation: jumpAni 7s linear infinite;
	animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes jumpAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes jumpReverseAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes jumpReverseAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes titleFill {
	0% {
		width: 0;
	}
	
	80% {
		width: 100%;
	}
	
	100% {
		width: 100%;
	}
}

@keyframes titleFill {
	0% {
		width: 0;
	}
	
	80% {
		width: 100%;
	}
	
	100% {
		width: 100%;
	}
}

@-webkit-keyframes swing {
	0%, 100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	25% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}

@keyframes swing {
	0%, 100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	25% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}

@-webkit-keyframes dance {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes dance {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes dance2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	50% {
		-webkit-transform: translate3d(15px, -15px, 0);
		transform: translate3d(15px, -15px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, -15px, 15px);
		transform: translate3d(0, -15px, 15px);
	}
}

@keyframes dance2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	50% {
		-webkit-transform: translate3d(15px, -15px, 0);
		transform: translate3d(15px, -15px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, -15px, 15px);
		transform: translate3d(0, -15px, 15px);
	}
}

@-webkit-keyframes bgColor {
	0% {
		background-color: #f2ba4c;
	}
	
	25% {
		background-color: #81f24c;
	}
	
	50% {
		background-color: #41f27d;
	}
	
	75% {
		background-color: #0500ff;
	}
	
	100% {
		background-color: #f2ba4c;
	}
}

@keyframes bgColor {
	0% {
		background-color: #f2ba4c;
	}
	
	25% {
		background-color: #81f24c;
	}
	
	50% {
		background-color: #41f27d;
	}
	
	75% {
		background-color: #0500ff;
	}
	
	100% {
		background-color: #f2ba4c;
	}
}

@-webkit-keyframes footerLine {
	0% {
		left: 40px;
	}
	
	50% {
		left: 0;
	}
	
	100% {
		left: 40px;
	}
}

@keyframes footerLine {
	0% {
		left: 40px;
	}
	
	50% {
		left: 0;
	}
	
	100% {
		left: 40px;
	}
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0;
	}
}

@keyframes animate-positive {
	0% {
		width: 0;
	}
}

@-webkit-keyframes cloudAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	
	50% {
		-webkit-transform: translateY(-300px);
		transform: translateY(-300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes cloudAni {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	
	50% {
		-webkit-transform: translateY(-300px);
		transform: translateY(-300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		-webkit-transform: translateX(calc(-100% - var(--gap)));
		transform: translateX(calc(-100% - var(--gap)));
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		-webkit-transform: translateX(calc(-100% - var(--gap)));
		transform: translateX(calc(-100% - var(--gap)));
	}
}

@-webkit-keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
		transform: translateX(180px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
		transform: translateX(180px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes slideindown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideindown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes slideinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px) translateY(120px);
		transform: translateX(120px) translateY(120px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(120px) translateY(120px);
		transform: translateX(120px) translateY(120px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@-webkit-keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes dance {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes dance2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	50% {
		-webkit-transform: translate3d(15px, -15px, 0);
		transform: translate3d(15px, -15px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, -15px, 15px);
		transform: translate3d(0, -15px, 15px);
	}
}

.widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_archive ul, .widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a {
	display: block;
	background-color: var(--white-color);
	margin: 0 0 10px 0;
	padding: 16px 45px 19px 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.313;
	color: var(--body-color);
	border-radius: 4px;
}

.widget_nav_menu a::before, .widget_meta a::before, .widget_pages a::before, .widget_archive a::before, .widget_categories a::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 17px;
	font-family: var(--icon-font);
	font-weight: 600;
	color: var(--theme-color);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_archive li, .widget_categories li {
	display: block;
	position: relative;
}

.widget_nav_menu li:last-child a, .widget_meta li:last-child a, .widget_pages li:last-child a, .widget_archive li:last-child a, .widget_categories li:last-child a {
	border-bottom: none;
}

.widget_nav_menu a:hover, .widget_meta a:hover, .widget_pages a:hover, .widget_archive a:hover, .widget_categories a:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
}

.widget_nav_menu a:hover:before, .widget_meta a:hover:before, .widget_pages a:hover:before, .widget_archive a:hover:before, .widget_categories a:hover:before {
	color: var(--white-color);
}

.widget_nav_menu a:hover ~ span, .widget_meta a:hover ~ span, .widget_pages a:hover ~ span, .widget_archive a:hover ~ span, .widget_categories a:hover ~ span {
	color: var(--white-color);
	background-color: var(--theme-color);
}

.widget_nav_menu a, .widget_meta a, .widget_pages a {
	padding-right: 20px;
}

.widget {
	padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
	background-color: var(--smoke-color);
	margin-bottom: 40px;
	position: relative;
	border-radius: 5px;
}

.widget[data-overlay]:before {
	z-index: -1;
}

.widget .th-social a {
	box-shadow: 0px 2px 14px rgba(4, 6, 66, .1);
}

.widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	line-height: 1em;
	margin: -.12em 0 28px 0;
}

@media (max-width: 1199px) {
	.widget {
		--widget-padding-y: 30px;
		--widget-padding-x: 30px;
	}
	
	.widget_title {
		font-size: 22px;
		margin: -.12em 0 24px 0;
	}
}

@media (max-width: 991px) {
	.widget {
		--widget-padding-y: 40px;
		--widget-padding-x: 40px;
	}
}

@media (max-width: 767px) {
	.widget {
		padding: 35px 20px;
	}
}

.footer-widget {
	margin-bottom: 50px;
}

.footer-widget, .footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: transparent;
	box-shadow: none;
}

.footer-widget .widget_title {
	max-width: 270px;
	color: var(--white-color);
	font-weight: 600;
	text-transform: uppercase;
	margin: -.12em 0 35px 0;
	padding: 0 0 17px 0;
}

.footer-widget .widget_title:before {
	content: "";
	height: 2px;
	width: 100px;
	background-color: var(--theme-color);
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer-widget .widget_title:after {
	content: "";
	height: 10px;
	width: 10px;
	background-color: var(--white-color);
	position: absolute;
	bottom: -4px;
	left: 96px;
	border-radius: 99px;
	border: 2px solid var(--theme-color);
}

.footer-widget .widget_title.style2 {
	color: var(--white-color);
}

.footer-widget .widget_title.style2:before, .footer-widget .widget_title.style2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 61px;
	height: 2px;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
}

.footer-widget .widget_title.style2:after {
	width: 16px;
	border: 2px solid var(--black-color);
	height: 10px;
	background: transparent;
	bottom: -3px;
	left: 40px;
	-webkit-animation: footerLine 7s linear infinite;
	animation: footerLine 7s linear infinite;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
	margin-top: -5px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 20px;
	margin-bottom: 21px;
	font-family: var(--body-font);
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-right: 0;
	background-color: transparent;
	border-bottom: none;
	position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
	content: "";
	font-weight: 600;
	left: 0;
	top: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	font-size: .9em;
	background-color: transparent;
	border: none;
	color: inherit;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
	background-color: transparent;
	color: var(--theme-color);
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
	color: var(--theme-color);
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.footer-widget .widget_title {
		margin-bottom: 35px;
	}
}

.th-header {
	position: relative;
	z-index: 41;
}

.header-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sticky-wrapper {
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

@-webkit-keyframes stickyAni {
	0% {
		-webkit-transform: translate3d(0, -40px, 0) scaleY(.8);
		transform: translate3d(0, -40px, 0) scaleY(.8);
		opacity: .7;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1;
	}
}

@keyframes stickyAni {
	0% {
		-webkit-transform: translate3d(0, -40px, 0) scaleY(.8);
		transform: translate3d(0, -40px, 0) scaleY(.8);
		opacity: .7;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1;
	}
}

.main-menu a {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	color: var(--title-color);
	font-family: var(--title-font);
	text-transform: uppercase;
}

.main-menu a:hover {
	color: var(--theme-color);
}

.main-menu > ul > li {
	margin: 0 14px;
}

.main-menu > ul > li > a {
	padding: 47px 0;
}

.main-menu > ul > li > a:hover {
	color: var(--theme-color);
}

.main-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
	content: "";
	position: relative;
	font-family: var(--icon-font);
	margin-left: 4px;
	font-weight: 600;
	top: 0;
	font-size: 1em;
}

.main-menu ul li:last-child {
	margin-right: 0 !important;
}

.main-menu ul li:first-child {
	margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9;
}

.main-menu ul.sub-menu, .main-menu ul.mega-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	left: -14px;
	background-color: var(--white-color);
	visibility: hidden;
	min-width: 190px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 7px;
	opacity: 0;
	z-index: -1;
	border: 0;
	box-shadow: 0px 4px 15px rgba(1, 15, 28, .06);
	border-radius: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.main-menu ul.sub-menu a, .main-menu ul.mega-menu a {
	font-size: 16px;
	line-height: 30px;
}

.main-menu ul.sub-menu {
	padding: 18px 20px 18px 18px;
	left: -27px;
}

.main-menu ul.sub-menu li {
	display: block;
	margin: 0 0;
	padding: 0px 9px;
}

.main-menu ul.sub-menu li a {
	position: relative;
	padding-left: 23px;
	text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	font-family: var(--icon-font);
	width: 11px;
	height: 11px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: .9em;
	line-height: 1;
	color: var(--theme-color);
	font-weight: 500;
}

.main-menu.style2 > ul > li {
	margin: 0 6px;
}

.main-menu.style2 > ul > li > a {
	padding: 2px 16px;
	border-radius: 100px;
	background-color: transparent;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.main-menu.style2 > ul > li > a:hover {
	background-color: rgba(64, 102, 242, .1);
}

.main-menu.style2 ul.sub-menu {
	padding: 18px 20px 18px 18px;
	left: -27px;
	margin-top: 15px;
}

.header-button {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.header-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 575px) {
	.header-logo {
		max-width: 150px;
	}
}

@media (max-width: 1199px) {
	.main-menu > ul > li > a {
		padding: 37px 0;
	}
}

.header-layout23 .menu-area {
	max-width: 1380px;
	display: block;
	margin: auto;
	background: #eff1f9;
	border-radius: 80px;
	border-radius: 50px;
	padding: 22px 15px;
	margin-top: 24px;
}

@media (max-width: 375px) {
	.header-layout23 .menu-area {
		padding: 16px 15px;
	}
}

.header-layout23 .main-menu.style2 > ul > li {
	margin: 0 4px;
}

.header-layout23 .main-menu > ul > li > a {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}

.header-layout23 .main-menu > ul > li > a:hover {
	color: var(--theme-color) !important;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.header-layout23 .main-menu > ul > li > a:hover:before {
	opacity: .1;
}

.header-layout23 .main-menu > ul > li > a:hover:after {
	color: var(--theme-color) !important;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.header-layout23 .main-menu ul li.menu-item-has-children > a:after {
	content: "+";
	font-size: 12px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.header-layout23 .main-menu ul li.menu-item-has-children > a:hover:after {
	content: "";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-layout23 .header-button .th-btn {
	padding: 17px 40px;
}

@media (max-width: 1199px) {
	.header-layout23 .header-button .th-btn {
		display: none;
	}
}

.header-layout23 .th-menu-toggle {
	border-radius: 50%;
}

.footer-wrapper {
	--border-color: rgba(255, 255, 255, .3);
	position: relative;
	z-index: 2;
}

.footer-wrapper .th-social a {
	background-color: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.footer-wrapper .th-social a:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.footer-menu {
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
	.footer-menu {
		text-align: center;
	}
}

.footer-menu li {
	display: inline-block;
	margin-right: 30px;
}

@media (max-width: 575px) {
	.footer-menu li {
		margin-right: 5px;
	}
}

.footer-menu li a {
	position: relative;
	font-weight: 400;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 24px;
	color: var(--white-color);
	text-transform: capitalize;
}

@media (max-width: 575px) {
	.footer-menu li a {
		font-size: 14px;
	}
}

.footer-menu li a:hover {
	color: var(--theme-color);
}

.footer-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 170px;
	margin-top: -.4rem;
	margin-bottom: 0;
}

.footer-info:not(:last-child) {
	margin-top: 0;
	margin-bottom: 10px;
}

.copyright-wrap {
	padding: 22px 0;
	background-size: 100% auto;
}

.copyright-text {
	margin: 0;
}

@media (max-width: 991px) {
	.copyright-text {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.copyright-wrap {
		background-size: cover;
	}
}

.footer-layout5 {
	background-color: #f7f8fb;
}

.footer-layout5 .widget_title {
	font-weight: 600;
	color: var(--title-color);
}

.footer-layout5 .th-social a {
	--icon-size: 40px;
}

.footer-layout5 .th-social a:not(:hover) {
	background: var(--white-color);
	color: var(--title-color);
	box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, .06);
}

.footer-layout5 .copyright-wrap {
	padding: 18px 0;
	background-size: 100% auto;
	background-color: transparent;
	border-top: 1px solid rgba(121, 129, 150, .35);
}

.footer-layout5 .copyright-wrap .copyright-text {
	color: var(--title-color);
}

.footer-layout12 {
	background-color: #000c2c;
	border-radius: 30px 30px 0 0;
	--body-color: #797e88;
}

.footer-layout12 .footer-widget .widget_title {
	text-transform: none;
}

.footer-layout12 .footer-widget.widget_nav_menu a {
	margin-bottom: 14px;
}

.footer-layout12 .copyright-wrap {
	background-color: transparent;
}

.footer-layout12 .copyright-wrap .copyright-text {
	color: var(--white-color);
}

.footer-layout12 .th-social a {
	border: none;
}

.footer-layout12 .th-social a:not(:hover) {
	background: var(--white-color);
	box-shadow: 0px 9px 20px rgba(0, 0, 0, .06);
	border-radius: 100px;
	color: var(--title-color);
}

.footer-layout21 {
	background-color: #16181d;
	border-radius: 0;
}

.footer-layout21 .footer-widget .widget_title.style2:after {
	border: 2px solid #16181d;
}

.footer-layout21 .copyright-wrap {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.th-hero-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.hero-title {
	font-size: 74px;
	font-weight: bold;
	line-height: 1.135;
	margin-bottom: 0;
}

.hero-title:last-of-type {
	margin-bottom: 21px;
}

.hero-1 {
	overflow: hidden;
}

@media (max-width: 1400px) {
	.hero-title {
		font-size: 68px;
	}
}

@media (max-width: 1199px) {
	.hero-title {
		font-size: 60px;
	}
}

@media (max-width: 991px) {
	.hero-title {
		font-size: 54px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	.hero-title {
		font-size: 48px;
	}
}

@media (max-width: 575px) {
	.hero-title {
		font-size: 38px;
		line-height: 1.24;
	}
	
	.hero-title:last-of-type {
		margin-bottom: 16px;
	}
}

@media (max-width: 390px) {
	.hero-title {
		font-size: 34px;
		line-height: 1.3;
	}
}

@media (max-width: 330px) {
	.hero-title {
		font-size: 30px;
	}
}

.hero-2 {
	overflow-x: hidden;
}

@-webkit-keyframes heroripple {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: .2;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4);
	}
}

@keyframes heroripple {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: .2;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4);
	}
}

.hero-3 {
	background-color: #f7f8fd;
	overflow-x: hidden;
}

.hero-4 {
	background-color: #f0f4ff;
}

@media (max-width: 767px) {
	.hero-title {
		font-size: 48px;
	}
}

@media (max-width: 575px) {
	.hero-title {
		font-size: 38px;
		line-height: 1.24;
	}
	
	.hero-title:last-of-type {
		margin-bottom: 16px;
	}
}

.hero-6 {
	position: relative;
	overflow: hidden;
}

.hero-7 {
	position: relative;
	padding: 202px 0 120px;
}

@media (max-width: 1199px) {
	.hero-7 {
		padding: 170px 0 120px;
	}
}

@media (max-width: 991px) {
	.hero-7 {
		padding: 170px 0 80px;
	}
}

.hero-8 {
	position: relative;
	padding: 140px 0 40px;
}

@media (max-width: 1299px) {
	.hero-8 {
		padding: 160px 0 100px;
	}
}

@media (max-width: 1199px) {
	.hero-8 {
		padding: 200px 0 40px;
	}
}

@media (max-width: 991px) {
	.hero-8 {
		padding: 170px 0 40px;
	}
}

.hero-9 {
	margin: 0 100px;
	border-radius: 50px;
}

@media (max-width: 1699px) {
	.hero-9 {
		margin: 0 50px;
	}
}

@media (max-width: 1500px) {
	.hero-9 {
		margin: 0;
	}
}

@-webkit-keyframes lineBg {
	0% {
		background-position: 0% 0%;
	}
	
	20% {
		background-position: 50% 0%;
	}
	
	40% {
		background-position: 50% 50%;
	}
	
	60% {
		background-position: -100% 100%;
	}
	
	80% {
		background-position: 50% 100%;
	}
	
	100% {
		background-position: 0% 0%;
	}
}

@keyframes lineBg {
	0% {
		background-position: 0% 0%;
	}
	
	20% {
		background-position: 50% 0%;
	}
	
	40% {
		background-position: 50% 50%;
	}
	
	60% {
		background-position: -100% 100%;
	}
	
	80% {
		background-position: 50% 100%;
	}
	
	100% {
		background-position: 0% 0%;
	}
}

.hero-11 {
	margin: 60px 60px 0 60px;
	border-radius: 50px;
}

@media (max-width: 1699px) {
	.hero-11 {
		margin: 0 50px;
	}
}

@media (max-width: 1500px) {
	.hero-11 {
		margin: 0;
	}
}

.hero-12 {
	background-position: left center;
}

.hero-14 {
	position: relative;
	padding: 245px 0;
}

@media (max-width: 1299px) {
	.hero-14 {
		padding: 180px 0;
	}
}

@media (max-width: 1199px) {
	.hero-14 {
		padding: 120px 0;
	}
}

.hero-16 {
	border-radius: 0 0 50px 50px;
	margin-bottom: -50px;
}

.hero-17 {
	margin: 0 100px;
	border-radius: 30px;
}

@media (max-width: 1699px) {
	.hero-17 {
		margin: 0 50px;
	}
}

@media (max-width: 1500px) {
	.hero-17 {
		margin: 0;
	}
}

.hero-18 {
	position: relative;
	background-color: #eff1f9;
}

.hero-18:before, .hero-18:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 808px;
	height: 917px;
	z-index: 1;
	z-index: 1;
	background: #b7c7ff;
	mix-blend-mode: normal;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hero-18:before {
	left: 0%;
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-clip-path: polygon(100% 1%, 100% 100%, 40% 50%);
	clip-path: polygon(100% 1%, 100% 100%, 40% 50%);
}

.hero-18:after {
	right: 0%;
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-clip-path: polygon(0% 0%, 60% 50%, 0% 100%);
	clip-path: polygon(0% 0%, 60% 50%, 0% 100%);
	z-index: -1;
}

.hero-22 {
	background-position: left;
	border-radius: 0 0 50px 50px;
}

@media (max-width: 767px) {
	.hero-22 {
		border-radius: 0;
	}
}

.hero-23 .hero-weapp {
	position: relative;
}

.hero-23 .hero-client-box {
	position: absolute;
	top: -10%;
	right: 10%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	background: rgba(255, 255, 255, .5);
	border: 2px solid #fff;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 48px;
	padding: 15px 24px;
}

@media (max-width: 480px) {
	.hero-23 .hero-client-box {
		padding: 10px 18px;
	}
}

.hero-23 .cilent-box {
	position: absolute;
	left: 5%;
	bottom: 4%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
	gap: 10px;
}

@media (max-width: 1199px) {
	.hero-23 .cilent-box {
		left: 0;
	}
}

@media (max-width: 991px) {
	.hero-23 .cilent-box {
		left: -13%;
	}
}

@media (max-width: 767px) {
	.hero-23 .cilent-box {
		position: relative;
		left: 0;
	}
}

@media (max-width: 480px) {
	.hero-23 .cilent-box {
		position: relative;
	}
}

.hero-23 .cilent-box .hero-wrapp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17px;
}

@media (max-width: 320px) {
	.hero-23 .cilent-box .hero-wrapp {
		display: block;
	}
}

.hero-23 .discount-wrapp {
	position: absolute;
	bottom: 10%;
	right: -6%;
	display: inline-block;
	z-index: 1;
}

@media (max-width: 1499px) {
	.hero-23 .discount-wrapp {
		bottom: 3%;
		right: 5%;
	}
}

@media (max-width: 480px) {
	.hero-23 .discount-wrapp {
		position: relative;
		right: unset;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.hero-23 .discount-wrapp .play-btn {
	position: absolute;
	top: 46%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-23 .discount-wrapp .play-btn:before, .hero-23 .discount-wrapp .play-btn:after {
	display: none;
}

.hero-23 .discount-wrapp .play-btn > i {
	--icon-size: 90px;
	font-size: 25px;
	background: -webkit-linear-gradient(.04deg, #5484ff 17.55%, #642cdc 87.6%);
	background: linear-gradient(89.96deg, #5484ff 17.55%, #642cdc 87.6%);
	color: var(--white-color);
}

.hero-23 .discount-tag {
	display: inline-block;
	min-height: 150px;
	min-width: 150px;
	border-radius: 50%;
	z-index: 1;
	font-size: 18px;
	font-family: var(--title-font);
	font-weight: 600;
	color: var(--title-color);
	text-align: center;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	animation: spin 10s infinite alternate-reverse;
}

@media (max-width: 1499px) {
	.hero-23 .discount-tag {
		color: var(--white-color);
	}
}

@media (max-width: 767px) {
	.hero-23 .discount-tag {
		color: var(--title-color);
	}
}

.hero-23 .discount-tag span {
	--rotate-letter: 13deg;
	min-height: 85px;
	position: absolute;
	min-width: 85px;
	left: 18px;
	top: -3px;
	text-transform: uppercase;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: rotate(var(--rotate-letter));
	-ms-transform: rotate(var(--rotate-letter));
	transform: rotate(var(--rotate-letter));
}

.hero-style23 {
	padding: 262px 0 128px 0;
}

@media (max-width: 767px) {
	.hero-style23 {
		padding: 200px 0 120px 0;
	}
}

.hero-style23 .hero-title {
	font-size: 88px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

@media (max-width: 1299px) {
	.hero-style23 .hero-title {
		font-size: 74px;
	}
}

@media (max-width: 991px) {
	.hero-style23 .hero-title {
		font-size: 64px;
	}
}

@media (max-width: 767px) {
	.hero-style23 .hero-title {
		font-size: 54px;
	}
}

@media (max-width: 575px) {
	.hero-style23 .hero-title {
		font-size: 40px;
	}
}

.hero-24 {
	position: relative;
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-26 {
	border-radius: 0px 0px 80px 80px;
}

@media (max-width: 1199px) {
	.hero-26 {
		border-radius: 0;
	}
}

.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, .95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--theme-color);
	background-color: transparent;
	font-size: 22px;
	border-radius: 50%;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
	color: var(--body-color);
	background-color: #fff;
	border-color: transparent;
	border-color: transparent;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.popup-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding-bottom: 40px;
	cursor: auto;
	width: 100%;
	max-width: 700px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform ease .4s;
	transition: -webkit-transform ease .4s;
	transition: transform ease .4s;
	transition: transform ease .4s, -webkit-transform ease .4s;
}

@media (max-width: 1199px) {
	.popup-search-box form {
		max-width: 600px;
	}
}

.popup-search-box form input {
	font-size: 18px;
	height: 70px;
	width: 100%;
	border: 2px solid var(--theme-color);
	background-color: transparent;
	padding-left: 30px;
	color: #fff;
	border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
	color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
	color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
	color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
	color: #fff;
}

.popup-search-box form input::placeholder {
	color: #fff;
}

.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: transparent;
	border: none;
	color: #fff;
	color: var(--white-color);
	font-size: 24px;
	right: 12px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001);
}

.popup-search-box form button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.about-feature {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-feature-wrap {
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px;
	padding-bottom: 35px;
	border-bottom: 1px solid var(--th-border-color);
	margin-bottom: 40px;
}

.about-feature_title {
	font-size: 20px;
	margin-bottom: 7px;
}

@media (max-width: 575px) {
	.about-feature-wrap {
		grid-template-columns: auto;
		padding-bottom: 25px;
		margin-bottom: 35px;
	}
}

.client-thumb-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 375px) {
	.client-thumb-group {
		margin-bottom: 20px;
	}
}

.btn-group.style3 {
	gap: 30px;
}

.about-feature-wrap.style5 {
	gap: 76px;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

@media (max-width: 1299px) {
	.about-feature-wrap.style5 {
		display: block;
	}
}

.about-feature-wrap.style5 .btn-group {
	border-top: 1px solid #dbdbdb;
	margin-top: 30px;
	padding-top: 50px;
}

.about-feature.style5 {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-feature.style5:not(:last-child) {
	margin-bottom: 20px;
}

.about-feature.style5 .about-feature_title {
	font-size: 24px;
	font-weight: 500;
}

@media (max-width: 375px) {
	.about-feature.style5 .about-feature_title {
		font-size: 20px;
	}
}

.brand-item {
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	min-height: 40px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

@media (max-width: 1199px) {
	.brand-item {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.brand-item.style3 {
	border-radius: 20px;
	border: 1px solid #edf0f4;
	background: -webkit-linear-gradient(top, #edf0f4 0%, rgba(237, 240, 244, 0) 100%);
	background: linear-gradient(180deg, #edf0f4 0%, rgba(237, 240, 244, 0) 100%);
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 90px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.brand-item a {
	overflow: hidden;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.brand-item a .original {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	visibility: hidden;
}

.brand-item a .gray {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
}

.brand-item a:hover .original {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	opacity: 3;
	visibility: visible;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.brand-item a:hover .gray {
	display: block;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.checklist ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-bottom: 0;
}

.checklist li {
	color: var(--title-color);
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.checklist li:not(:last-child) {
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	p.mb-40 {
		margin-bottom: 35px;
	}
	
	p.mb-45 {
		margin-bottom: 38px;
	}
}

.faq-img7 {
	position: relative;
}

@media (max-width: 1199px) {
	.faq-img7 {
		margin-bottom: 100px;
	}
}

.faq-img7 .img1 {
	border: 1px solid var(--theme-color);
	padding: 25px;
	padding-bottom: 70px;
	border-radius: 20px;
}

@media (max-width: 375px) {
	.faq-img7 .img1 {
		padding-bottom: 25px;
	}
}

.faq-img7 .img2 {
	position: absolute;
	left: 5%;
	bottom: -15%;
}

@media (max-width: 375px) {
	.faq-img7 .img2 {
		display: none;
	}
}

.faq-img7 .img2 img {
	box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, .2);
	border-radius: 10px;
}

.faq-img7 .img3 {
	position: absolute;
	right: 20%;
	bottom: -5%;
}

@media (max-width: 375px) {
	.faq-img7 .img3 {
		display: none;
	}
}

.faq-img7 .img3 img {
	box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, .2);
	border-radius: 10px;
}

.service_card2 {
	position: relative;
	background-color: #eff1f9;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	z-index: 2;
}

@media (max-width: 1399px) {
	.service_card2 {
		padding: 30px 20px;
	}
}

.service_card2:before, .service_card2:after {
	content: "";
	position: absolute;
	border-radius: inherit;
	-webkit-transition: .6s ease;
	transition: .6s ease;
}

.service_card2:before {
	width: 100%;
	height: 100%;
	background-color: #eff1f9;
	top: 0;
	left: 0;
	z-index: -1;
}

.service_card2:after {
	inset: 0;
	background: rgba(62, 101, 243, .8);
	z-index: -2;
}

.service_card2 .box-icon {
	position: relative;
	width: 90px;
	height: 90px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--white-color);
	border: 5px solid #7d9aff;
	display: block;
	margin: auto auto 22px auto;
	z-index: 2;
}

.service_card2 .box-icon:before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	background-color: var(--theme-color);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	transition: all .5s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1;
}

.service_card2 .box-icon img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.service_card2 .box-title {
	font-size: 22px;
	font-weight: 600;
}

.service_card2 .box-title a {
	color: inherit;
}

.service_card2_text {
	margin-bottom: 12px;
}

.service_card2 .line-btn {
	text-transform: capitalize;
}

.service_card2:hover:before {
	width: 0;
}

.service_card2:hover .box-title {
	color: var(--white-color);
}

.service_card2:hover .box-icon {
	border: 5px solid var(--white-color);
}

.service_card2:hover .box-icon:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.service_card2:hover .box-icon img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.service_card2:hover .service_card2_text {
	color: var(--white-color);
}

.service_card2:hover .line-btn {
	color: var(--white-color);
}

.service_card2:hover .line-btn:before {
	background-color: var(--white-color);
}

.process-card {
	position: relative;
	box-shadow: 0px 10px 15px rgba(8, 14, 28, .06);
	border-radius: 10px;
	background-color: var(--white-color);
	text-align: center;
	padding: 30px 20px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.process-card-area {
	position: relative;
}

.process-card-wrap {
	padding: 30px 0 0 30px;
}

.process-card-wrap:has(.pulse) {
	padding: 0 12px;
}

.process-card-wrap:has(.pulse):nth-child(even) {
	padding-top: 60px;
}

.process-card:has(.pulse) {
	margin-top: 52px;
}

.process-card_number, .process-card .pulse {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: var(--theme-color);
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 2;
	font-size: 36px;
	font-weight: 700;
	color: var(--white-color);
}

.process-card_number:after, .process-card_number:before, .process-card .pulse:after, .process-card .pulse:before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--theme-color);
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.process-card_number:after, .process-card .pulse:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.process-card .pulse {
	width: 16px;
	height: 16px;
	position: absolute;
	top: -52px;
	left: calc(50% - 8px);
}

.process-card .pulse:before, .process-card .pulse:after {
	-webkit-animation-name: ripple2;
	animation-name: ripple2;
}

.process-card_icon {
	margin-bottom: 24px;
}

.process-card_text {
	margin-bottom: -.53em;
	font-size: 14px;
}

@media (max-width: 1199px) {
	.process-card-wrap:has(.pulse):nth-child(even) {
		padding-top: 30px;
	}
	
	.process-card:has(.pulse) {
		margin-top: 8px;
	}
	
	.process-card .pulse {
		top: -8px;
	}
}

@media (max-width: 575px) {
	.process-card-wrap:has(.pulse):nth-child(even) {
		padding-top: 0;
	}
}

@media (max-width: 1199px) {
	.choose-image4 {
		margin-bottom: 50px;
	}
}

.choose-image4 .img1 {
	position: relative;
	width: 100%;
	border-radius: 100px 20px 150px 20px;
	z-index: 2;
}

.choose-image4 .img1 img {
	width: 100%;
	border-radius: 100px 20px 150px 20px;
}

.choose-image4 .img1:before {
	content: "";
	position: absolute;
	inset: 0;
	right: -25px;
	background-color: #eff1f9;
	border-radius: 100px 20px 100px 20px;
	z-index: -1;
}

.feature-image7 {
	margin: 0 -80px 0 50px;
}

@media (max-width: 1199px) {
	.feature-image7 {
		margin: 50px 0 0 0;
	}
}

.feature-image7 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.checklist.style10 ul li {
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--title-color);
}

@media (max-width: 1299px) {
	.checklist.style10 ul li {
		font-size: 18px;
		line-height: 28px;
	}
}

.checklist.style10 ul li:not(:last-child) {
	margin-bottom: 20px;
}

.checklist.style10 ul li img {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 10px;
	background: #eff1f9;
	border: 1.5px solid #dfdfdf;
	border-radius: 14px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-n4 {
	margin-top: -1.5rem;
}

.mb-38 {
	margin-bottom: 38px;
}