@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;
}

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;
}

.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;
}

@media (max-width: 1199px) {
	.h2, h2 {
		font-size: 36px;
		line-height: 1.3;
	}
	
	.h3, h3 {
		font-size: 30px;
	}
	
	.h5, h5 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.h2, h2 {
		font-size: 34px;
		line-height: 1.3;
	}
	
	.h3, h3 {
		font-size: 26px;
	}
	
	.h5, h5 {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.h2, h2 {
		font-size: 28px;
	}
}

@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;
	}
}

.fs-16 {
	font-size: 16px;
}

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;
}

.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);
}

.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;
}

.sec-title.sec-title3 span {
	display: inline-block;
	position: relative;
	color: var(--theme-color);
}

.sec-title.sec-title3 span:after {
	content: "";
	height: 10px;
	width: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='151' height='14' viewBox='0 0 151 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12C26.8483 4.45376 91.036 -6.11096 149 12' stroke='url(%23paint0_linear_1691_869)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1691_869' x1='27.7593' y1='7.09091' x2='148.987' y2='5.79345' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235484FF'/%3E%3Cstop offset='0.85' stop-color='%23642CDC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: 100% 100%;
	background-repeat: repeat-x;
	position: absolute;
	bottom: -7px;
	left: 0;
	-webkit-animation: titleFill 3s linear infinite;
	animation: titleFill 3s linear infinite;
}

.title-area {
	margin-bottom: calc(var(--section-title-space) - 10px);
	position: relative;
	z-index: 2;
}

.title-area .sec-title {
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
	.title-area, .sec-title {
		--section-title-space: 60px;
	}
}

@media (max-width: 991px) {
	.title-area, .sec-title {
		--section-title-space: 50px;
	}
}

.z-index-common {
	position: relative;
	z-index: 3;
}

.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);
}

.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;
}

@-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%;
	}
}

@-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);
	}
}

@-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);
}

.breadcumb-wrapper {
	background-color: var(--title-color);
	padding: 160px 0;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 1199px) {
	.breadcumb-wrapper {
		padding: 140px 0;
	}
}

@media (max-width: 991px) {
	.breadcumb-wrapper {
		padding: 120px 0;
	}
}

@media (max-width: 767px) {
	.breadcumb-wrapper {
		padding: 100px 0;
	}
}

@-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);
	}
}

@-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%;
	}
}

.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);
}

.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%);
}

@media (max-width: 1199px) {
	p.mb-40 {
		margin-bottom: 35px;
	}
	
	p.mb-45 {
		margin-bottom: 38px;
	}
}

.fs-20 {
	font-size: 20px;
}

.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;
}

.mb-38 {
	margin-bottom: 38px;
}