/*!
Theme Name: website
Theme URI: https://geekwebsolution.com/
Author: Geek Web Solution
Author URI: https://geekwebsolution.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: website
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
body,button,input,select,optgroup,textarea,p {
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-5);
}

.grecaptcha-badge {
	display: none !important;
}

.main-navigation {
	clear: both;
	display: inline-block;
	float: none;
	width: auto;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: none;
	display: inline-block;
	position: relative;
}

.main-navigation li a {
	transition: var(--theme-transition-1);
	position: relative;
}

.main-navigation ul li.menu-item-has-children:after {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	color: var(--theme-color-4);
	transition: var(--theme-transition-1);
}

@keyframes swip_up {
	from {
		top: calc(100% + 20px);
		opacity: 0;
	}

	to {
		top: 100%;
		opacity: 1;
	}
}

.main-navigation ul ul li {
	display: block;
	margin: 0;
}

.main-navigation ul ul li a {
	display: block;
	padding: 8px 10px;
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: var(--theme-color-4);
	border-radius: var(--theme-border-radius-10);
	transition: var(--theme-transition-1);
}

.main-navigation ul ul li.mega-sub-menu.current_page_item>a {
	background: 0 0 !important;
	color: var(--theme-color-2) !important;
}

.main-navigation ul.menu>li:not(.mega-sub-menu).menu-item-has-children:hover>a,.main-navigation ul.menu>li>a:hover,.main-navigation ul.menu>li.current-menu-item>a,.main-navigation ul.menu>li.current-menu-parent>a,.main-navigation ul.menu>li.current-menu-ancestor>a,.main-navigation ul.menu>li.current-menu-item.menu-item-has-children:after,.current-menu-item>a {
	color: var(--theme-color-2);
}

.main-navigation ul li.menu-item-has-children:hover:after,.main-navigation ul li.menu-item-has-children:focus:after {
	color: var(--theme-color-2);
}

@media screen and (min-width:992px) {
	.site-header.sticky_head {
		--theme-header-height: 90px;
		box-shadow: 0 3px 15px rgba(0,0,0,.06);
		background-color: var(--theme-white-color);
	}

	.site-header .container-fluid .header-row-wp {
		border-bottom: 1px solid var(--theme-color-6);
	}

	.site-header.sticky_head .container-fluid .header-row-wp {
		border-color: transparent;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul li:not(.mega-sub-menu).menu-item-has-children {
		padding-right: 22px;
		position: relative;
	}

	.main-navigation ul ul li:not(.mega-sub-menu).menu-item-has-children {
		padding-right: 0;
	}

	.main-navigation ul li:not(.mega-sub-menu).menu-item-has-children:hover:after {
		color: var(--theme-color-2);
		transform: translate(0,-50%) rotate(-180deg);
	}

	.main-navigation li.current-menu-ancestor.menu-item-has-children:not(.sub-menu li.current-menu-ancestor.menu-item-has-children):after {
		color: var(--theme-color-2);
	}

	.main-navigation li.current-menu-ancestor ul li.current_page_item>a,.main-navigation ul ul li:not(.mega-sub-menu):hover>a {
		background: var(--theme-color-1);
		color: var(--theme-white-color);
	}

	.main-navigation li.current-menu-ancestor.menu-item-has-children:not(.sub-menu li.current-menu-ancestor.menu-item-has-children):after {
		color: var(--theme-color-2);
	}

	.main-navigation ul ul li.current-menu-ancestor:after {
		color: var(--theme-white-color);
	}

	.main-navigation ul li:not(.mega-sub-menu).menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
		display: block;
		top: 100%;
		left: 0;
		opacity: 1;
		animation: swip_up var(--theme-transition-1) linear 1;
		z-index: 2;
	}

	.main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
		position: absolute;
		top: 100%;
		left: -999em;
		float: none;
		width: 323px;
		background: var(--theme-white-color);
		text-align: left;
		padding-left: 0;
		display: none;
		opacity: 0;
		border-radius: var(--theme-border-radius-10);
		overflow: hidden;
		padding: 7px;
		border: 1px solid #5757572E;
		box-shadow: 0px 0px 5px -1px #0000001A;
	}

	.main-navigation ul .mega-menu>.sub-menu {
		width: auto !important;
	}

	.main-navigation ul li:not(.mega-sub-menu).menu-item-has-children:hover .dropdown-menu-wp {
		display: block;
		opacity: 1;
	}

	.main-navigation .dropdown-menu-wp ul li:not(.mega-sub-menu).menu-item-has-children {
		padding-block: 4px;
	}

	.main-navigation ul ul li:not(.mega-sub-menu).menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
		top: 0;
		left: 100%;
		animation: unset;
	}

	.main-navigation ul ul li:not(.mega-sub-menu).menu-item-has-children:hover:after,.main-navigation ul ul li:not(.mega-sub-menu).menu-item-has-children:after {
		transform: translate(0,-50%) rotate(-90deg);
	}

	.mega-sub-menu {
		min-width: 170px;
		padding: 10px 0;
		padding-left: 15px;
	}

	.mega-sub-menu>ul.sub-menu {
		position: relative !important;
		opacity: 1;
	}

	.main-navigation ul .sub-menu .mega-sub-menu>ul.sub-menu {
		position: relative !important;
		opacity: 1;
		display: block !important;
		left: initial;
		top: initial;
		right: initial;
		bottom: initial;
		width: auto;
		box-shadow: none;
		padding: 0;
		margin-top: 10px;
		border: none;
	}

	.mega-menu>.sub-menu {
		grid-template-columns: auto auto auto;
		display: grid !important;
		gap: 10px;
	}

	.main-navigation ul li.mega-sub-menu:after {
		content: none !important;
	}

	.main-navigation ul ul li.mega-sub-menu>a {
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
		position: relative;
		padding: 0;
		padding-bottom: 4px;
	}

	.main-navigation ul ul li.mega-sub-menu>a:hover {
		color: var(--theme-color-2) !important;
	}

	.main-navigation ul ul li.mega-sub-menu>a:after {
		position: absolute;
		left: 0;
		width: 42px;
		height: 2px;
		background: var(--theme-color-2);
		content: '';
		bottom: 0;
	}
}

@media screen and (min-width:1200px) {
	.main-navigation ul .sub-menu .mega-sub-menu>ul.sub-menu {
		margin-top: 20px;
	}

	.main-navigation ul ul li.mega-sub-menu>a {
		font-size: 18px;
	}
}

@media screen and (max-width:991px) {
	.main-navigation ul ul li.menu-item-has-children:hover>a,.main-navigation ul ul li.menu-item-has-children:focus>a,.main-navigation ul ul li.menu-item-has-children:hover:after,.main-navigation ul ul li.menu-item-has-children:focus:after,.main-navigation ul ul li a:hover,.main-navigation ul ul li a:focus {
		color: var(--theme-color-2);
	}

    .header-mobile-menu .site-branding {
        display: block !important;
    }
}

@font-face {
	font-family:"Rubik";src:url(../../themes/default/assets/fonts/Rubik-Bold.eot);src:url(../../themes/default/assets/fonts/Rubik-Bold.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Rubik-Bold.woff2) format("woff2"),url(../../themes/default/assets/fonts/Rubik-Bold.woff) format("woff"),url(../../themes/default/assets/fonts/Rubik-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
	font-family:"Rubik";src:url(../../themes/default/assets/fonts/Rubik-SemiBold.eot);src:url(../../themes/default/assets/fonts/Rubik-SemiBold.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Rubik-SemiBold.woff2) format("woff2"),url(../../themes/default/assets/fonts/Rubik-SemiBold.woff) format("woff"),url(../../themes/default/assets/fonts/Rubik-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap;
}

@font-face {
	font-family:"Rubik";src:url(../../themes/default/assets/fonts/Rubik-Medium.eot);src:url(../../themes/default/assets/fonts/Rubik-Medium.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Rubik-Medium.woff2) format("woff2"),url(../../themes/default/assets/fonts/Rubik-Medium.woff) format("woff"),url(../../themes/default/assets/fonts/Rubik-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap;
}

@font-face {
	font-family:"Rubik";src:url(../../themes/default/assets/fonts/Rubik-Regular.eot);src:url(../../themes/default/assets/fonts/Rubik-Regular.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Rubik-Regular.woff2) format("woff2"),url(../../themes/default/assets/fonts/Rubik-Regular.woff) format("woff"),url(../../themes/default/assets/fonts/Rubik-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:"Exo 2";src:url(../../themes/default/assets/fonts/Exo2-Bold.eot);src:url(../../themes/default/assets/fonts/Exo2-Bold.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Exo2-Bold.woff2) format("woff2"),url(../../themes/default/assets/fonts/Exo2-Bold.woff) format("woff"),url(../../themes/default/assets/fonts/Exo2-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
	font-family:"Exo 2";src:url(../../themes/default/assets/fonts/Exo2-SemiBold.eot);src:url(../../themes/default/assets/fonts/Exo2-SemiBold.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Exo2-SemiBold.woff2) format("woff2"),url(../../themes/default/assets/fonts/Exo2-SemiBold.woff) format("woff"),url(../../themes/default/assets/fonts/Exo2-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap;
}

@font-face {
	font-family:"Exo 2";src:url(../../themes/default/assets/fonts/Exo2-Medium.eot);src:url(../../themes/default/assets/fonts/Exo2-Medium.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Exo2-Medium.woff2) format("woff2"),url(../../themes/default/assets/fonts/Exo2-Medium.woff) format("woff"),url(../../themes/default/assets/fonts/Exo2-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap;
}

@font-face {
	font-family:"Exo 2";src:url(../../themes/default/assets/fonts/Exo2-Regular.eot);src:url(../../themes/default/assets/fonts/Exo2-Regular.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Exo2-Regular.woff2) format("woff2"),url(../../themes/default/assets/fonts/Exo2-Regular.woff) format("woff"),url(../../themes/default/assets/fonts/Exo2-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	font-family:"Onest";src:url(../../themes/default/assets/fonts/Onest-Bold.eot);src:url(../../themes/default/assets/fonts/Onest-Bold.eot?#iefix) format("embedded-opentype"),url(../../themes/default/assets/fonts/Onest-Bold.woff2) format("woff2"),url(../../themes/default/assets/fonts/Onest-Bold.woff) format("woff"),url(../../themes/default/assets/fonts/Onest-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap;
}

.form-element i {
	position: absolute;
	top: 22px;
	right: 30px;
	font-size: 16px;
	color: var(--theme-color-5);
	pointer-events: none;
}

.wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: block;
	position: relative;
}

.form-input::-webkit-input-placeholder,.input-text::-webkit-input-placeholder {
	color: var(--theme-color-5);
	opacity: 1;
}

.form-input::-moz-placeholder,.input-text::-moz-placeholder {
	color: var(--theme-color-5);
	opacity: 1;
}

.form-input:-ms-input-placeholder,.input-text:-ms-input-placeholder {
	color: var(--theme-color-5);
	opacity: 1;
}

.form-input::-ms-input-placeholder,.input-text::-ms-input-placeholder {
	color: var(--theme-color-5);
	opacity: 1;
}

.form-input::placeholder,.input-text::placeholder {
	color: var(--theme-color-5);
	opacity: 1;
}

select option {
	color: #000;
}

select {
	color: var(--theme-color-5) !important;
	padding-right: 30px !important;
}

.form-input,.input-text,.select2-container--default .select2-selection--single .select2-selection__rendered,select {
	width: 100%;
	height: 60px;
	background: var(--theme-white-color);
	outline: none;
	padding: 16px 30px;
	resize: none;
	appearance: none;
	font-size: 16px;
	line-height: 1.3;
	color: var(--theme-black-color);
	border: 1px solid var(--theme-color-6);
	border-radius: 100px;
	transition: .3s all;
}

.form-input:hover,.input-text:hover,.select2-container--default .select2-selection--single .select2-selection__rendered:hover,select:hover {
	border-color: var(--theme-color-2);
}

.form-input:focus,.input-text:focus,.select2-container--default .select2-selection--single .select2-selection__rendered:focus,select:focus {
	border-color: var(--theme-black-color);
}

select,select.form-input {
	padding-right: 50px !important;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-input.wpcf7-textarea {
	height: 120px;
	resize: none;
	display: block;
	border-radius: 25px;
}

.submit-btn {
	text-align: left;
	position: relative;
}

.submit-btn * {
	width: 100% !important;
}

.wpcf7 .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	margin: 0;
	width: 25px !important;
	z-index: 1;
}

.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7-form.invalid .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 3px 10px;
	border: 1px solid var(--theme-color-8);
	color: var(--theme-color-8);
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
	border-color: #46b450;
}

span.wpcf7-list-item-label:before,.woocommerce-form__label-for-checkbox span:before,.comment-form-cookies-consent label:before {
	--radio-label-size: 20px;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: var(--radio-label-size);
	height: var(--radio-label-size);
	border-radius: calc(var(--radio-label-size));
	border: 2px solid var(--theme-color-1);
	z-index: 1;
}

.comment-form-cookies-consent label:before {
	border-radius: 0;
	border-width: 1px;
	border-color: var(--theme-color-2);
}

span.wpcf7-list-item-label:after,.woocommerce-form__label-for-checkbox span:after,.comment-form-cookies-consent label:after {
	--radio-label-inner-size: 12px;
	content: "";
	position: absolute;
	top: 2px;
	left: 4px;
	width: var(--radio-label-inner-size);
	height: var(--radio-label-inner-size);
	border-radius: calc(var(--radio-label-inner-size) * 0.5);
	background: var(--theme-color-1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--theme-white-color);
	opacity: 0;
	transition: var(--theme-transition-1);
	z-index: 0;
}

.wpcf7-radio span.wpcf7-list-item-label:after {
	top: 6px;
}

.comment-form-cookies-consent label:after {
	left: 0;
}

input[type=radio]:checked~span:after {
	opacity: 1;
}

.woocommerce-form__label-for-checkbox span:before,.checkbox-wp .wpcf7-list-item-label:before,.comment-form-cookies-consent label:before {
	border-radius: 5px;
}

.wpcf7-checkbox span.wpcf7-list-item-label:after,.checkbox-wp .wpcf7-list-item-label:after,.woocommerce-form__label-for-checkbox span:after,.comment-form-cookies-consent label:after {
	--checkbox-label-size: 20px;
	content: "\f00c";
	width: var(--checkbox-label-size);
	height: var(--checkbox-label-size);
	background: 0 0;
	color: var(--theme-white-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	background: var(--theme-color-2);
	border-radius: 3px;
}

.wpcf7-checkbox span.wpcf7-list-item-label:after {
	left: 0;
	background: var(--theme-color-1);
}

input[type=checkbox]:checked~span:before,input[type=checkbox]:checked~span:after,input[type=checkbox]:checked~span.wpcf7-list-item-label:after,input[type=checkbox]:checked~span.wpcf7-list-item-label:before,input[type=checkbox]:checked~label:after {
	opacity: 1;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
	border-color: var(--theme-color-8);
	opacity: .7;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

.wpcf7-not-valid,.wpcf7-not-valid .wpcf7-list-item-label:before {
	border-color: var(--theme-color-8) !important;
}

.wpcf7-list-item {
	margin: 0 20px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item:last-child,.wpcf7-radio .wpcf7-list-item:last-child {
	margin: 0;
}

.form-input-file {
	position: relative;
	height: 48px;
	background: 0 0;
	border-radius: 0;
	border: 1px solid var(--theme-black-color);
	margin-bottom: var(--theme-gutter);
}

.form-box.form-input-file {
	height: auto;
	border: 0;
}

.form-input-file p {
	color: var(--theme-black-color);
	line-height: 1;
	margin-bottom: 0;
}

.form-box.form-input-file p {
	line-height: inherit;
}

.form-input-file .wpcf7-form-control-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
	position: relative;
}

.form-input-file [type=file] {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}

.form-box.form-input-file input[type=file] {
	width: 76px;
	height: 73px;
	line-height: 1;
}

.form-input-file .icon-label {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 15px;
}

.form-box.form-input-file .input-file-icon {
	position: absolute;
	top: 30px;
	left: 0;
	width: 76px;
	height: 73px;
	background: var(--theme-color-5);
	border-radius: 13px;
	display: inline-block;
	cursor: pointer;
	z-index: 0;
}

.form-box.form-input-file .input-file-icon:before,.form-box.form-input-file .input-file-icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: var(--theme-gutter);
	height: 1px;
	background-color: var(--theme-black-color);
}

.form-box.form-input-file .input-file-icon:after {
	width: 1px;
	height: var(--theme-gutter);
}

.form-input-file .icon-label label {
	font-weight: inherit;
	font-size: 14px;
	line-height: 22px;
}

.form-input-file .icon-label label span {
	color: var(--theme-black-color);
	font-weight: 600;
	margin-left: 3px;
}

.form-input-file .input-file-text {
	color: var(--theme-black-color);
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 3px;
	font-size: 14px;
	line-height: 24px;
}

.form-field {
	display: block;
	position: relative;
	font-size: 0;
	line-height: 1;
	margin-bottom: 20px;
}

@media screen and (max-width:1199px) {
	.wpcf7-form-control-wrap {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:991px) {
	.form-input,.input-text,.select2-container--default .select2-selection--single .select2-selection__rendered,select {
		height: auto;
		padding: 15px 20px;
	}

	.form-element i {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	select,select.form-input {
		padding-right: 40px !important;
	}

	.form-field,.wpcf7-form-control-wrap {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:400px) {
	.form-input,.input-text,.select2-container--default .select2-selection--single .select2-selection__rendered,select {
		padding: 15px;
		font-size: 14px !important;
	}

	.form-input.wpcf7-textarea {
		padding: 15px;
	}

	.form-element i {
		right: 15px;
		font-size: 14px;
	}
}

.form-input::placeholder,.input-text::placeholder {
	color: var(--theme-color-5);
	opacity: 1;
}

:root {
	--theme-color-1: #0056b3;
	--theme-color-2: #009dea;
	--theme-color-3: #00d4ff;
	--theme-color-4: #011049;
	--theme-color-5: #666;
	--theme-color-6: #c4c4c4;
	--theme-color-7: #f4f8ff;
	--theme-color-8: red;
	--theme-color-9: #d8dde1;
	--theme-color-10: #ffc107;
	--theme-color-11: #100c2e;
	--theme-white-color: #fff;
	--theme-black-color: #000;
	--theme-white-color-rgb: 255,255,255;
	--theme-color-1-rgb: 0,86,179;
	--theme-gradient-color-1: linear-gradient(90deg,#0056b3 0%,#009dea 50%,#00d4ff 100%);
	--theme-border-radius-8: 8px;
	--theme-border-radius-10: 10px;
	--theme-border-radius-20: 20px;
	--theme-border-radius-40: 40px;
	--theme-border-radius-full: 50%;
	--theme-box-shadow-1: 10px 14px 60px -1px rgb(0 0 0/20%);
	--theme-box-shadow-2: 0 4px 30px rgb(0 0 0/10%);
	--theme-box-shadow-3: 0 4px 60px -1px rgb(0 0 0/10%);
	--theme-box-shadow-4: 0 4px 20px rgb(0 86 179/20%);
	--theme-box-shadow-5: 0px 0px 16px 0px rgba(0,0,0,.1);
	--theme-box-shadow-6: 0 0 20px rgba(0,0,0,.16);
	--theme-body-font: "Rubik";
	--theme-title-font: "Exo 2";
	--theme-title-secondary-font: "Onest";
	--theme-transition-1: .3s;
	--theme-transition-2: .5s;
	--theme-gutter: 24px;
	--theme-header-height: 114px;
	--theme-pading-y-100: 100px;
	--theme-pading-y-110: 110px;
	--theme-pading-y-120: 120px;
	--theme-pading-y-130: 130px;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html,body {
	overflow-x: hidden !important;
	margin: 0;
}

img::selection {
	background: 0 0;
}

img {
	height: auto;
	max-width: 100%;
	border-style: none;
}

.sec-wp {
	position: relative;
	z-index: 4;
}

.back-img {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.mask-img {
	-webkit-mask-position: center;
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
}

.white-text p,.white-text span,.white-text h1,.white-text h2,.white-text h3,.white-text h4,.white-text h5,.white-text h6,.white-text a:not(.sec-btn),.white-text ul li {
	color: var(--theme-white-color);
}

html.with-fancybox body.hide-scrollbar {
	--fancybox-scrollbar-compensate: 0;
}

.sec-title-row {
	margin-bottom: 40px;
}

.sec-title-row .sec-title {
	margin-bottom: 0;
}

.sec-title-row .sec-title-row-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

[data-fancybox] {
	cursor: pointer;
}

.fixed-position-cls {
	position: fixed !important;
	top: 0;
	left: 0;
}

.gradients-bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.gradients-bg-shape .bg-gradient-1 {
	position: absolute;
	transform: rotate(-24deg);
	width: calc(clamp(9.25rem, 9.25vw + 7.4rem, 18.5rem));
	height: auto;
	aspect-ratio: 1/1.53378378378;
	z-index: 1;
	filter: blur(62px);
	opacity: .5;
}

.gradients-bg-shape .bg-gradient-2 {
	position: absolute;
	width: calc(clamp(8.125rem, 4.563vw + 7.213rem, 12.688rem));
	height: auto;
	aspect-ratio: 1/1.11822660099;
	z-index: 1;
	filter: blur(97px);
}

.gradients-bg-shape .bg-gradient-3 {
	position: absolute;
	width: calc(clamp(6.25rem, 3.75vw + 5.5rem, 10rem));
	height: auto;
	aspect-ratio: 1/0.8625;
	z-index: 1;
	filter: blur(30px);
}

.gradients-bg-shape .bg-gradient-4 {
	position: absolute;
	width: calc(clamp(8.75rem, 7.438vw + 7.263rem, 16.188rem));
	height: auto;
	aspect-ratio: 1/0.66409266409;
	z-index: 1;
	filter: blur(50px);
}

.gradients-bg-shape .bg-gradient-5 {
	position: absolute;
	width: calc(clamp(6.25rem, 5.125vw + 5.225rem, 11.375rem));
	height: auto;
	aspect-ratio: 1/0.93956043956;
	z-index: 1;
	filter: blur(35px);
}

.gradients-bg-shape .small-line-shape {
	position: absolute;
	width: calc(clamp(21.875rem, 21.25vw + 17.625rem, 43.125rem));
	height: auto;
	aspect-ratio: 1/1.01014492754;
	z-index: 1;
	opacity: .2;
}

.gradients-bg-shape .wave-shape {
	position: absolute;
	width: calc(clamp(13.125rem, 34.625vw + 6.2rem, 47.75rem));
	height: auto;
	aspect-ratio: 1/0.5222513089;
	z-index: 1;
	opacity: .6;
}

.load-more-btn {
	margin-top: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	font-size: 22px;
	margin-left: 10px;
	color: var(--theme-color-1);
}

.loader-wp {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	color: var(--theme-color-1);
	z-index: 5;
	display: none;
}

.loader-wp:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--theme-white-color);
	opacity: .8;
	z-index: -1;
}

.sec-bg-blue {
	position: relative;
	background-color: var(--theme-color-7);
}

.sec-bg-half-blue {
	position: relative;
}

.sec-bg-half-blue:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 50%;
	background-color: var(--theme-color-7);
	z-index: -1;
}

.common-list-style ul li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-5);
	margin-bottom: 14px;
}

.common-list-style ul li strong {
	color: var(--theme-color-4);
	font-weight: 700;
}

.common-list-style ul li:last-child {
	margin-bottom: 0;
}

.common-list-style ul li:before {
	content: "";
	--size: 20px;
	position: absolute;
	top: 3px;
	left: 0;
	width: var(--size);
	height: var(--size);
	background: var(--theme-color-1);
	--mask-image: url(/wp-content/themes/default/assets/images/circle-check-icon.svg);
	-webkit-mask-image: var(--mask-image);
	mask-image: var(--mask-image);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.sec-title.center {
	text-align: center;
}

.sec-title.mb-30 {
	margin-bottom: 30px;
}

.sec-content-btn.mt-30 {
	margin-top: 30px;
}

.common-content>.p3 {
	margin-bottom: 30px;
}

.common-content>*:last-child {
	margin-bottom: 0 !important;
}

.common-image-box {
	border-radius: var(--theme-border-radius-20);
	overflow: hidden;
}

.common-image-box .back-img {
	width: 100%;
	height: 100%;
}

.order-6 {
	order: 6 !important;
}

@media (min-width:576px) {
	.order-sm-6 {
		order: 6 !important;
	}
}

@media screen and (min-width:992px) {
	.common-content {
		max-width: 610px;
	}

	.common-content.common-content-right {
		margin-left: auto;
	}

	.for-mob {
		display: none !important;
	}
}

@media screen and (max-width:1199px) {
	:root {
		--theme-pading-y-110: 100px;
		--theme-pading-y-120: 100px;
		--theme-pading-y-130: 110px;
	}
}

@media screen and (max-width:991px) {
	:root {
		--theme-pading-y-100: 80px;
		--theme-pading-y-110: 80px;
		--theme-pading-y-120: 80px;
		--theme-pading-y-130: 80px;
	}

	.for-des {
		display: none !important;
	}

	.sec-title.mb-30 {
		margin-bottom: 20px;
	}

	.sec-content-btn.mt-30 {
		margin-top: 20px;
	}

	.common-content>.p3 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:575px) {
	:root {
		--theme-pading-y-100: 60px;
		--theme-pading-y-110: 60px;
		--theme-pading-y-120: 60px;
		--theme-pading-y-130: 60px;
	}

	.spinner {
		font-size: 18px;
	}
}

body {
	font-size: 16px;
	line-height: 26px;
	font-family: var(--theme-body-font);
	color: var(--theme-color-5);
}

p {
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-5);
	margin-bottom: 20px;
}

p>* {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
}

p:last-of-type {
	margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--theme-title-font);
	color: var(--theme-color-4);
	font-weight: 700;
	margin: 0;
}

a {
	background-color: transparent;
	text-decoration: none !important;
	outline: none !important;
	transition: var(--theme-transition-1);
	color: var(--theme-color-4);
}

a:hover {
	color: var(--theme-color-2);
}

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.h1-title {
	font-size: 65px;
	line-height: 75px;
}

.h2-title {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 12px;
}

.h3-title {
	font-size: 32px;
	line-height: 42px;
}

.h4-title {
	font-size: 24px;
	line-height: 34px;
}

.h5-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.h6-title {
	font-size: 16px;
	line-height: 26px;
}

.sub-title {
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	font-family: var(--theme-title-font);
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--theme-color-1);
}

.p1 {
	font-size: 24px;
	line-height: 34px;
	color: var(--theme-color-5);
}

.p2 {
	font-size: 18px;
	line-height: 28px;
	color: var(--theme-color-5);
}

.p3 {
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-5);
}

.p4 {
	font-size: 15px;
	line-height: 25px;
	color: var(--theme-color-5);
}

.p5 {
	font-size: 12px;
	line-height: 22px;
	color: var(--theme-color-5);
}

.p1>*,.p2>*,.p3>*,.p4>*,.p5>* {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
}

.underline-title {
	position: relative;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: var(--theme-color-4);
	padding-bottom: 5px;
	margin-bottom: 0;
}

.underline-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 1px;
	background-color: var(--theme-color-2);
}

@media screen and (max-width:1399px) {
	.h1-title {
		font-size: 55px;
		line-height: 1.2;
	}
}

@media screen and (max-width:1199px) {
	.h1-title {
		font-size: 48px;
	}

	.h2-title {
		font-size: 38px;
	}

	.h3-title {
		font-size: 28px;
		line-height: 38px;
	}

	.h4-title {
		font-size: 20px;
		line-height: 30px;
	}

	.h5-title {
		font-size: 16px;
		line-height: 26px;
	}

	.sub-title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.p1 {
		font-size: 22px;
		line-height: 32px;
	}

	.p2 {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:991px) {
	p {
		margin-bottom: 16px;
	}

	.h1-title {
		font-size: 46px;
	}
}

@media screen and (max-width:767px) {
	.h1-title {
		font-size: 36px;
	}
}

@media screen and (max-width:575px) {
	.h1-title {
		font-size: 32px;
	}

	.h2-title {
		font-size: 26px;
	}

	.h3-title {
		font-size: 22px;
		line-height: 32px;
	}

	.h4-title {
		font-size: 18px;
		line-height: 28px;
	}

	.h6-title {
		font-size: 14px;
		line-height: 24px;
	}

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

	.underline-title {
		font-size: 22px;
		line-height: 32px;
	}
}

.my-100 {
	margin-block: var(--theme-pading-y-100);
}

.mt-100 {
	margin-top: var(--theme-pading-y-100);
}

.mb-100 {
	margin-bottom: var(--theme-pading-y-100);
}

.my-110 {
	margin-block: var(--theme-pading-y-110);
}

.mt-110 {
	margin-top: var(--theme-pading-y-110);
}

.mb-110 {
	margin-bottom: var(--theme-pading-y-110);
}

.my-120 {
	margin-block: var(--theme-pading-y-120);
}

.mt-120 {
	margin-top: var(--theme-pading-y-120);
}

.mb-120 {
	margin-bottom: var(--theme-pading-y-120);
}

.my-130 {
	margin-block: var(--theme-pading-y-130);
}

.mt-130 {
	margin-top: var(--theme-pading-y-130);
}

.mb-130 {
	margin-bottom: var(--theme-pading-y-130);
}

.py-100 {
	padding-block: var(--theme-pading-y-100);
}

.pt-100 {
	padding-top: var(--theme-pading-y-100);
}

.pb-100 {
	padding-bottom: var(--theme-pading-y-100);
}

.py-110 {
	padding-block: var(--theme-pading-y-110);
}

.pt-110 {
	padding-top: var(--theme-pading-y-110);
}

.pb-110 {
	padding-bottom: var(--theme-pading-y-110);
}

.py-120 {
	padding-block: var(--theme-pading-y-120);
}

.pt-120 {
	padding-top: var(--theme-pading-y-120);
}

.pb-120 {
	padding-bottom: var(--theme-pading-y-120);
}

.py-130 {
	padding-block: var(--theme-pading-y-130);
}

.pt-130 {
	padding-top: var(--theme-pading-y-130);
}

.pb-130 {
	padding-bottom: var(--theme-pading-y-130);
}

.container {
	position: relative;
	z-index: 5;
}

@media (min-width:1921px) {
	.container {
		max-width: 1400px;
	}
}

@media (max-width:575px) {
	.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
		--bs-gutter-x: 60px;
	}
}

@media (max-width:400px) {
	.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
		--bs-gutter-x: 30px;
	}
}

.sec-btn,.form-submit .submit,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
	width: auto;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: var(--theme-border-radius-40);
	font-family: var(--theme-title-font);
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-white-color);
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 35px;
	cursor: pointer;
	outline: none !important;
	transition: var(--theme-transition-1);
	overflow: hidden;
	position: relative;
	background: var(--theme-gradient-color-1);
	background: linear-gradient(90deg,#0056b3 0%,#009dea 25%,#00d4ff 50%,#009dea 75%,#0056b3 100%);
	background-size: 200% 100%;
	background-position: left center;
	-webkit-appearance: none;
	border: none;
	appearance: none;
	z-index: 1;
}

.sec-btn:hover,.form-submit .submit:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
	background-position: right center;
	color: var(--theme-white-color);
}

.sec-btn span {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
	gap: 10px;
}

.sec-btn span:after {
	--size: 16px;
	content: "";
	position: relative;
	left: 0;
	display: block;
	width: var(--size);
	height: var(--size);
	background: currentColor;
	--mask-image: url(/wp-content/themes/default/assets/images/right-arrow-icon.svg);
	-webkit-mask-image: var(--mask-image);
	mask-image: var(--mask-image);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.sec-btn.secondary-btn {
	background: rgba(var(--theme-color-1-rgb),.1);
	color: var(--theme-color-1);
}

.sec-btn.secondary-btn:hover {
	background: rgba(var(--theme-color-1-rgb),1);
	color: var(--theme-white-color);
}

.rotate-btn {
	width: 196px;
	aspect-ratio: 1/1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	line-height: 1;
	background-color: var(--theme-color-4);
	color: var(--theme-white-color);
	border-radius: var(--theme-border-radius-full);
	box-shadow: var(--theme-box-shadow-1);
	transition: var(--theme-transition-1);
}

.rotate-btn:hover {
	color: rgba(var(--theme-white-color-rgb),.7);
}

.rotate-btn:before {
	content: attr(title);
	--size: 178px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: var(--size);
	height: var(--size);
	--mask-image: url(/wp-content/themes/default/assets/images/curved-text.svg);
	-webkit-mask-image: var(--mask-image);
	mask-image: var(--mask-image);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--theme-white-color);
	animation: rotate_360 60s linear infinite;
	transition: var(--theme-transition-1);
}

.rotate-btn:hover:before {
	background-color: rgba(var(--theme-white-color-rgb),.7);
}

@keyframes rotate_360 {
	from {
		transform: translate(-50%,-50%) rotate(0deg);
	}

	to {
		transform: translate(-50%,-50%) rotate(360deg);
	}
}

.play-btn {
	width: 60px;
	height: 60px;
	color: var(--theme-color-1);
	background: var(--theme-white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 3px;
	box-shadow: var(--theme-box-shadow);
	transition: .8s cubic-bezier(.22,.78,.45,1.02);
}

.play-btn:hover {
	background: var(--theme-color-1);
	color: var(--theme-white-color);
}

.swiper-btn-wp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.swiper-btn {
	position: relative;
	--size: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--size);
	height: var(--size);
	font-size: 20px;
	color: var(--theme-color-4);
	border: 1px solid var(--theme-color-4);
	border-radius: var(--theme-border-radius-full);
	transition: var(--theme-transition-1);
	z-index: 1;
}

.swiper-btn:hover {
	color: var(--theme-white-color);
	border-color: transparent;
}

.swiper-btn:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: var(--theme-gradient-color-1);
	opacity: 0;
	visibility: hidden;
	border-radius: var(--theme-border-radius-40);
	transition: var(--theme-transition-1);
	z-index: -1;
}

.swiper-btn:hover:before {
	opacity: 1;
	visibility: visible;
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	--size: 10px;
	width: var(--size);
	height: var(--size);
	transform: unset !important;
	opacity: 1 !important;
	margin: 0 5px !important;
	background: var(--theme-color-2);
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--theme-color-1);
}

.swiper-pagination-lock {
	display: block !important;
}

@media screen and (max-width:1399px) {
	.rotate-btn {
		width: 176px;
		font-size: 30px;
	}

	.rotate-btn:before {
		--size: 158px;
	}
}

@media screen and (max-width:1199px) {
	.rotate-btn {
		width: 156px;
		font-size: 28px;
	}

	.rotate-btn:before {
		--size: 138px;
	}
}

@media screen and (max-width:991px) {
	.rotate-btn {
		width: 136px;
		font-size: 24px;
	}

	.rotate-btn:before {
		--size: 118px;
	}

	.swiper-btn {
		--size: 40px;
		font-size: 16px;
	}

	.swiper-pagination-bullet {
		--size: 8px;
	}
}

@media screen and (max-width:767px) {
	.rotate-btn {
		width: 106px;
		font-size: 20px;
	}

	.rotate-btn:before {
		--size: 98px;
	}
}

@media screen and (max-width:575px) {
	.rotate-btn {
		width: 96px;
		font-size: 18px;
	}

	.rotate-btn:before {
		--size: 88px;
	}
}

@media screen and (max-width:400px) {
	.rotate-btn {
		width: 86px;
		font-size: 16px;
	}

	.rotate-btn:before {
		--size: 72px;
	}
}

[data-simplebar=init] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	scrollbar-color: transparent transparent;
	max-height: 180px;
}

[data-simplebar=init].simplebar-scrolling:after {
	height: 0 !important;
}

.simplebar-track.simplebar-vertical {
	width: 3px;
	background: var(--theme-color-6);
	border-radius: 100vmax;
}

.simplebar-scrollbar:before {
	opacity: 1 !important;
	background: var(--theme-color-1);
	border-radius: 100vmax;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.simplebar-wrapper {
	margin-right: -10px !important;
}

.simplebar-wrapper .simplebar-content {
	padding-right: 10px !important;
}

.simplebar-track.simplebar-horizontal {
	height: 7px;
	background: var(--theme-color-9);
}

.site-header {
	position: fixed;
	height: var(--theme-header-height);
	width: 100%;
	top: calc(var(--wp-admin--admin-bar--height, 0px));
	left: 0;
	z-index: 99;
	background-color: var(--theme-color-7);
	transition: var(--theme-transition-1);
}

.site-header .container-fluid {
	padding-inline: 60px;
}

.site-header .container-fluid,.site-header .container-fluid .header-row-wp,.site-header .container-fluid .header-row-wp .row,.site-header .container-fluid .header-row-wp .row>* {
	height: 100%;
}

.site-branding {
	display: flex;
	align-items: center;
	width: 230px;
	height: 100%;
	max-width: 100%;
}

.site-branding a {
	display: inline-block;
}

.header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.header-mobile-menu {
	display: flex;
	align-items: center;
	gap: 24px;
}

.header-mobile-menu .site-branding {
    display: none;
    transform: none;
    top: 80px;
    height: auto;
    width: 100%;
    z-index: 10;
}

.main-navigation {
	width: 100%;
}

.main-navigation ul {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 50px;
}

.main-navigation ul>li>a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--theme-color-4);
}

.header-btn .sec-btn span:after {
	--size: 18px;
	--mask-image: url(/wp-content/themes/default/assets/images/customer-support-icon.svg);
}

@media screen and (min-width:992px) {
	.header-mobile-menu .menu-header-menu-container {
		flex: 1;
	}

	.header-btn {
		flex: 0 0 auto;
	}
}

@media screen and (max-width:1599px) {
	.main-navigation ul {
		gap: 40px;
	}
}

@media screen and (max-width:1399px) {
	.site-header {
		--theme-header-height: 100px;
	}

	.main-navigation ul {
		gap: 24px;
	}

	.header-btn .sec-btn {
		padding-inline: 15px;
	}
}

@media screen and (max-width:1199px) {
	.site-header .container-fluid {
		padding-inline: 30px;
	}

	.main-navigation ul {
		gap: 15px;
	}

	.header-mobile-menu {
		gap: 15px;
	}

	.header-btn .sec-btn {
		font-size: 14px;
	}

	.main-navigation ul>li>a {
		font-size: 14px;
		line-height: 25px;
	}

	.main-navigation ul li.menu-item-has-children:after {
		font-size: 14px;
	}

	.main-navigation ul li:not(.mega-sub-menu).menu-item-has-children {
		padding-right: 20px;
	}

	.main-navigation ul ul li a {
		padding: 8px 10px;
		font-size: 15px;
		line-height: 25px;
	}
}

@media screen and (max-width:991px) {
	.site-header {
		--theme-header-height: 80px;
	}

	.site-header.sticky_head {
		box-shadow: 0 3px 15px rgba(0,0,0,.06);
		background-color: var(--theme-white-color);
	}

	.site-header .container-fluid {
		padding-inline: 15px;
	}

	.site-header .container-fluid,.site-header .container-fluid .header-row-wp,.site-header .container-fluid .header-row-wp .row,.site-header .container-fluid .header-row-wp .row>* {
		height: auto;
	}

	.site-header .header-mob-bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(47,47,57,.6);
		backdrop-filter: blur(7px);
		z-index: 90;
		display: none;
		transition: .3s all;
	}

	.site-branding {
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		left: 30px;
		width: 180px;
	}

	.menu-toggle {
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		right: 30px;
		display: block;
		width: 30px;
		height: 30px;
		background: 0 0;
		border: none;
		outline: none !important;
		border-radius: 0;
		z-index: 110;
	}

	.menu-toggle span {
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 50%;
		background: var(--theme-color-1);
		transform: translate(0,-50%);
		transition: opacity .3s .3s;
	}

	.menu-toggle:before,.menu-toggle:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		background: var(--theme-color-1);
		transition: transform .3s,top .3s .3s,bottom .3s .3s;
	}

	.menu-toggle:before {
		top: 6px;
	}

	.menu-toggle:after {
		bottom: 6px;
	}

	.toggled .menu-toggle span {
		opacity: 0;
		transition: opacity .3s;
	}

	.toggled .menu-toggle:before,.toggled .menu-toggle:after {
		background-color: var(--theme-color-2);
	}

	.toggled .menu-toggle:before {
		top: calc(50% - 1px);
		transform: rotate(45deg);
	}

	.toggled .menu-toggle:after {
		bottom: calc(50% - 1px);
		transform: rotate(-45deg);
	}

	.toggled .menu-toggle:before,.toggled .menu-toggle:after {
		transition: top .3s,bottom .3s,transform .3s .3s;
	}

	.header-menu {
		--menu-width: 450px;
	}

	.main-navigation:before {
		content: "";
		position: absolute;
		background-color: var(--theme-color-7);
		left: auto;
		right: -500px;
		top: 0;
		opacity: 0;
		height: var(--theme-header-height);
		width: var(--menu-width);
		max-width: 100%;
		z-index: 109;
		transition: var(--theme-transition-2);
	}

	.toggled.main-navigation:before {
		right: 0;
		opacity: 1;
		pointer-events: unset;
	}

	.header-mobile-menu {
		display: block;
		position: fixed;
		top: calc(var(--wp-admin--admin-bar--height, 0px));
		right: -500px;
		width: var(--menu-width);
		max-width: 100%;
		height: 100vh;
		overflow: auto;
		opacity: 0;
		scrollbar-width: none;
		background: var(--theme-color-7);
		padding: 16.3vh 30px 30px;
		transition: var(--theme-transition-2);
		z-index: 101;
	}

	.toggled .header-mobile-menu {
		right: 0;
		opacity: 1;
	}

	.header-mobile-menu::-webkit-scrollbar {
		width: 3px;
	}

	.header-mobile-menu::-webkit-scrollbar-thumb {
		background: var(--theme-color-2);
	}

	.header-mobile-menu::-webkit-scrollbar-track {
		background: var(--theme-white-color);
	}

	.main-navigation ul {
		text-align: left;
		display: inline-block;
	}

	.main-navigation ul li {
		display: block;
		margin-left: 0;
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 4vh;
	}

	.main-navigation ul li:not(.mega-sub-menu).menu-item-has-children {
		padding-right: 15px;
	}

	.main-navigation ul li:last-child {
		margin-bottom: 0;
	}

	.main-navigation ul li a {
		font-size: 20px;
		line-height: 28px;
		color: var(--theme-color-4);
	}

	.main-navigation ul.menu>li.current-menu-item>a,.main-navigation ul.menu>li.current-menu-parent>a,.main-navigation ul.menu>li.active-sub-menu>a,.main-navigation ul.menu>li.current-menu-ancestor>a,.main-navigation ul.menu>li.current-menu-item.menu-item-has-children:after {
		color: var(--theme-color-2);
	}

	.main-navigation ul li.menu-item-has-children:after {
		font-size: 16px;
		top: 3px;
		transform: translate(0,0);
		color: var(--theme-color-4);
	}

	.main-navigation ul li.mega-sub-menu.current-menu-item:after {
		color: var(--theme-color-2) !important;
	}

	.main-navigation ul li.menu-item-has-children.active-child-menu:after,.main-navigation ul li.menu-item-has-children.active-sub-menu:after {
		transform: translate(0) rotate(-180deg);
		color: var(--theme-color-2);
	}

	.main-navigation ul.menu>li.current-menu-ancestor:after {
		color: var(--theme-color-2);
	}

	.main-navigation ul li.current-menu-ancestor ul.sub-menu>li.current-menu-ancestor>a,.main-navigation ul li.current-menu-ancestor ul li.current-menu-item>a {
		color: var(--theme-color-2);
	}

	.main-navigation ul ul {
		display: block;
		top: 0;
		left: 15px !important;
		position: relative;
		opacity: 1;
		animation: none;
		background: 0 0;
		box-shadow: none;
		width: 100%;
		display: none;
		margin-top: 15px;
	}

	.main-navigation ul ul ul {
		padding-left: 0;
	}

	.main-navigation ul ul li {
		border-bottom: none;
		margin-bottom: 10px;
	}

	.main-navigation ul ul li:last-child {
		margin-bottom: 0;
	}

	.main-navigation ul ul li a {
		display: inline-block;
		border: 0;
		padding: 0;
		font-size: 16px;
	}

	.main-navigation ul ul ul li a {
		font-size: 16px;
	}

	.header-btn {
		margin-top: 4vh;
	}

	.header-btn .sec-btn {
		width: 100%;
		padding-inline: 35px;
	}
}

@media screen and (max-width:575px) {
	:root {
		--space-80: 60px;
	}

	.site-header {
		--theme-header-height: 70px;
	}

	.header-mobile-menu {
		padding: 16.3vh 20px 30px;
	}

	.site-branding {
		width: 150px;
	}

	.main-navigation ul li,.main-navigation ul li a {
		font-size: 18px;
		line-height: 24px;
	}

	.main-navigation ul ul li,.main-navigation ul ul li a {
		font-size: 16px;
	}

	.main-navigation ul li.menu-item-has-children:after {
		top: 5px;
		font-size: 15px;
	}

	.main-navigation ul ul li:not(.mega-sub-menu).menu-item-has-children:after {
		font-size: 13px;
	}

	.main-navigation ul ul,.main-navigation ul li:not(.mega-sub-menu).menu-item-has-children:hover ul {
		margin-top: 10px;
	}
}

@media screen and (max-width:400px) {
	.site-branding {
		left: 15px;
	}

	.menu-toggle {
		right: 15px;
	}

	.form-input.wpcf7-textarea {
		padding: 15px;
	}

	.form-element i {
		right: 15px;
	}
}

.main-banner {
	position: relative;
	padding-top: 197px;
	z-index: 2;
}

.main-banner .gradients-bg-shape {
	height: calc(100% + 10%);
	background-color: var(--theme-color-7);
}

.main-banner .gradients-bg-shape .bg-gradient-1 {
	top: 296px;
	left: -6.9%;
}

.main-banner .gradients-bg-shape .bg-gradient-2 {
	top: 270px;
	right: -5.4%;
}

.main-banner .gradients-bg-shape .small-line-shape {
	bottom: -19.7%;
	right: 4.9%;
	transform: translate(50%,0%);
}

.main-banner .banner-content .h1-title {
	font-size: 90px;
	line-height: 100px;
	color: var(--theme-black-color);
}

.banner-content .p2 {
	max-width: 748px;
	margin-top: 30px;
}

.banner-content .banner-btn {
	margin-top: 30px;
}

.banner-image-box-wp {
	margin-top: 100px;
	position: relative;
}

.main-banner .banner-image-box {
	position: relative;
	width: 100%;
	aspect-ratio: 1/0.487654321;
}

.main-banner .banner-image-box .back-img {
	position: absolute;
	right: 0;
	left: auto;
	--width: 16.3542vw;
	width: calc(100% + var(--width));
	height: 100%;
	border-radius: 0 var(--theme-border-radius-20) var(--theme-border-radius-20) 0;
}

.banner-image-box-wp .rotate-btn {
	position: absolute;
	top: 47%;
	transform: translate(0,-50%);
	right: -7.2%;
}

@media only screen and (max-width:1499px) and (min-width:1400px) {
	.banner-image-box-wp {
		margin-right: calc(clamp(0rem, -48.485vw + 45.424rem, 3rem));
	}
}

@media only screen and (max-width:1299px) and (min-width:1200px) {
	.banner-image-box-wp {
		margin-right: calc(clamp(0rem, -48.485vw + 39.364rem, 3rem));
	}
}

@media only screen and (max-width:1092px) and (min-width:992px) {
	.banner-image-box-wp {
		margin-right: calc(clamp(0rem, -48vw + 32.76rem, 3rem));
	}
}

@media only screen and (max-width:840px) and (min-width:768px) {
	.banner-image-box-wp {
		margin-right: calc(clamp(0rem, -43.056vw + 22.604rem, 1.938rem));
	}
}

@media only screen and (max-width:625px) and (min-width:576px) {
	.banner-image-box-wp {
		margin-right: calc(clamp(0rem, -42.857vw + 16.741rem, 1.313rem));
	}
}

@media screen and (min-width:1921px) {
	.main-banner .banner-image-box {
		aspect-ratio: 1/0.587654;
	}

	.main-banner .banner-image-box .back-img {
		--width: 23.2542vw;
	}
}

@media screen and (max-width:1399px) {
	.main-banner .banner-content .h1-title {
		font-size: 78px;
		line-height: 88px;
	}
}

@media screen and (max-width:1199px) {
	.main-banner {
		padding-top: 162px;
	}

	.main-banner .gradients-bg-shape {
		height: calc(100% + 15%);
	}

	.main-banner .banner-content .h1-title {
		font-size: 64px;
		line-height: 74px;
	}

	.banner-image-box-wp {
		margin-top: 80px;
	}
}

@media screen and (max-width:991px) {
	.main-banner {
		padding-top: 142px;
	}

	.main-banner .gradients-bg-shape {
		height: calc(100% + 15%);
	}

	.main-banner .banner-content .h1-title {
		font-size: 48px;
		line-height: 58px;
	}

	.banner-content .p2 {
		max-width: 100%;
		margin-top: 20px;
	}

	.banner-content .banner-btn {
		margin-top: 20px;
	}

	.banner-image-box-wp {
		margin-top: 60px;
	}

	.main-banner .banner-image-box {
		aspect-ratio: 1/0.587654;
	}

	.banner-image-box-wp .rotate-btn {
		right: -9.9%;
	}
}

@media screen and (max-width:767px) {
	.main-banner .gradients-bg-shape {
		height: calc(100% + 15%);
	}

	.main-banner .gradients-bg-shape .bg-gradient-1 {
		left: -11.9%;
	}

	.main-banner .gradients-bg-shape .bg-gradient-2 {
		right: -8.5%;
	}

	.main-banner .banner-content .h1-title {
		font-size: 38px;
		line-height: 48px;
	}
}

@media screen and (max-width:575px) {
	.main-banner {
		padding-top: 110px;
	}

	.main-banner .gradients-bg-shape {
		height: calc(100% + 10%);
	}

	.main-banner .gradients-bg-shape .bg-gradient-1 {
		left: -32.9%;
		top: 310px;
	}

	.main-banner .gradients-bg-shape .bg-gradient-2 {
		right: -23.5%;
		top: 250px;
	}

	.main-banner .banner-content .h1-title {
		font-size: 35px;
		line-height: 45px;
	}

	.banner-image-box-wp {
		margin-top: 50px;
		margin-right: calc(clamp(0.25rem, 9.195vw - 2.055rem, 1.25rem));
	}

	.main-banner .banner-image-box {
		aspect-ratio: 1/0.687654;
	}
}

@media screen and (max-width:400px) {
	.main-banner .banner-content .h1-title {
		font-size: 30px;
		line-height: 40px;
	}

	.banner-image-box-wp {
		margin-top: 40px;
		margin-right: calc(clamp(0.875rem, 10vw - 1.125rem, 1.375rem));
	}

	.main-banner .banner-image-box {
		aspect-ratio: 1/0.787654;
	}
}

.our-experiences-content-wp {
	margin-top: 8px;
}

.technology-box-wp {
	padding: 40px;
	border-radius: var(--theme-border-radius-20);
	border: 1px solid var(--theme-color-6);
	background-color: var(--theme-color-7);
	margin-bottom: 40px;
}

.technology-progress-bar-box:not(:last-child) {
	margin-bottom: 35px;
}

.technology-progress-bar-title {
	display: flex;
	justify-content: space-between;
}

.technology-progress-bar {
	width: 100%;
	height: 10px;
	border-radius: var(--theme-border-radius-10);
	position: relative;
}

.technology-progress-bar:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	height: 100%;
	background: var(--theme-color-2);
	border-radius: var(--theme-border-radius-10);
	opacity: .15;
}

.technology-progress-bar-inr {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 0;
	max-width: 100%;
	height: 100%;
	background: var(--theme-color-2);
	border-radius: var(--theme-border-radius-10);
}

.our-experiences-title-wp {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}

.experiences-count-box {
	padding: 8px 24px;
	display: inline-block;
	border-radius: var(--theme-border-radius-40);
	background-color: var(--theme-color-1);
	color: var(--bs-white);
	margin-left: 5px;
}

.our-experiences-content-btn {
	margin-top: 30px;
}

.about-content-box .sec-title {
	margin-bottom: 40px;
}

.about-image-box {
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.88207547169;
}

@media screen and (max-width:991px) {
	.about-content-box {
		margin-bottom: 50px;
	}

	.about-image-box {
		aspect-ratio: 1/0.5;
	}

	.about-content-box .sec-title {
		margin-bottom: 30px;
	}

	.our-experiences-content-wp {
		margin-top: 0;
	}

	.technology-box-wp {
		padding: 30px;
		margin-bottom: 30px;
	}

	.our-experiences-title-wp {
		margin-bottom: 20px;
	}

	.experiences-count-box {
		padding: 6px 20px;
	}
}

@media screen and (max-width:575px) {
	.about-content-box {
		margin-bottom: 40px;
	}

	.technology-box-wp {
		padding: 20px;
		margin-bottom: 20px;
	}

	.technology-progress-bar {
		height: 8px;
	}

	.our-experiences-title-wp {
		gap: 10px;
	}

	.experiences-count-box {
		padding: 6px 14px;
	}
}

.about-counter-sec {
	position: relative;
	overflow: hidden;
}

.about-counter-row {
	position: relative;
	padding: 55px 70px 62px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 24px;
}

.about-counter-row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	border-radius: var(--theme-border-radius-20);
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background-color: var(--theme-color-4);
	z-index: -1;
}

.about-counter-row:after {
	content: "";
	position: absolute;
	bottom: -96%;
	right: -72%;
	transform: translate(-50%,0);
	width: calc(clamp(21.875rem, 21.25vw + 17.625rem, 43.125rem));
	height: auto;
	aspect-ratio: 1/1.01014492754;
	background: var(--theme-white-color);
	--mask-image: url(/wp-content/themes/default/assets/images/small-line-shape-white.svg);
	-webkit-mask-image: var(--mask-image);
	mask-image: var(--mask-image);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mix-blend-mode: overlay;
	opacity: .9;
	z-index: -1;
}

.about-counter-box .h2-title {
	margin-bottom: 14px;
}

@media screen and (max-width:1399px) {
	.about-counter-row:after {
		right: -62%;
	}
}

@media screen and (max-width:1199px) {
	.about-counter-row {
		padding: 35px 50px 42px;
	}
}

@media screen and (max-width:991px) {
	.about-counter-row {
		padding: 36px 30px 42px;
	}

	.about-counter-box .h2-title {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:767px) {
	.about-counter-row {
		padding: 30px 10px 10px 30px;
		gap: 20px var(--gapX);
		--gapX: 24px;
	}

	.about-counter-box-wp {
		margin-bottom: 20px;
		width: calc(50% - calc(var(--gapX)/2));
	}
}

@media screen and (max-width:400px) {
	.about-counter-row:after {
		bottom: -30%;
	}

	.about-counter-row {
		padding: 25px 10px 5px 25px;
		gap: 20px var(--gapX);
	}

	.about-counter-box .p2 {
		font-size: 15px;
	}
}

.what-we-do-sec {
	position: relative;
}

.what-we-do-sec .gradients-bg-shape .bg-gradient-3 {
	top: 45%;
	left: 50%;
	transform: translateX(855px);
}

.what-we-do-sec .gradients-bg-shape .wave-shape {
	bottom: 0;
	left: 0;
}

.what-we-do-content {
	max-width: 390px;
}

.services-box-wp {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0;
	margin-top: 12px;
}

.services-box-wp:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--theme-color-7);
	pointer-events: none;
}

.services-box {
	padding: 30px;
	border: 1px solid var(--theme-color-6);
	margin-top: -1px;
	margin-left: -1px;
}

.services-box .services-box-icon {
	--size: 70px;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--theme-box-shadow-2);
	border-radius: var(--theme-border-radius-full);
	background-color: var(--theme-white-color);
	margin-bottom: 25px;
}

.services-box .services-box-icon img {
	max-width: 33px;
	max-height: 30px;
	transition: var(--theme-transition-1);
}

.services-box .h4-title {
	margin-bottom: 25px;
}

@media screen and (min-width:768px) {
	.services-box:nth-child(-n+2) {
		padding-top: 0;
		border-top: none;
	}

	.services-box:nth-last-child(-n+2) {
		padding-bottom: 0;
	}
}

@media screen and (max-width:1199px) {
	.services-box .services-box-icon {
		margin-bottom: 15px;
	}

	.services-box .h4-title {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:991px) {
	.what-we-do-sec .gradients-bg-shape .wave-shape {
		transform: translate(-50%,0);
	}

	.what-we-do-content {
		max-width: 100%;
		margin-bottom: 50px;
	}

	.services-box-wp {
		margin-top: 0;
	}
}

@media screen and (max-width:767px) {
	.services-box-wp {
		grid-template-columns: repeat(1,1fr);
	}

	.services-box-wp:before {
		content: none;
	}

	.services-box {
		margin-top: 0;
		margin-left: 0;
		border-bottom: none;
	}

	.services-box:first-child {
		padding-top: 0;
		border-top: none;
	}

	.services-box:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}

@media screen and (max-width:575px) {
	.what-we-do-sec .gradients-bg-shape .bg-gradient-3 {
		top: 38%;
		right: -18%;
	}

	.what-we-do-content {
		margin-bottom: 40px;
	}

	.services-box {
		padding: 20px;
	}
}

.why-choose-us-image {
	display: flex;
	justify-content: end;
}

.why-choose-us-tabbing .why-choose-us-tab-buttons {
	margin-bottom: 30px;
}

.why-choose-us-tab-buttons ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.why-choose-us-tab-buttons ul li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-5);
	font-family: var(--theme-title-font);
	font-weight: 700;
	padding: 6px 29px;
	border: 1px solid var(--theme-color-6);
	border-radius: var(--theme-border-radius-40);
	cursor: pointer;
	transition: var(--theme-transition-1);
	z-index: 1;
}

.why-choose-us-tab-buttons ul li:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: var(--theme-gradient-color-1);
	opacity: 0;
	visibility: hidden;
	border-radius: var(--theme-border-radius-40);
	transition: var(--theme-transition-1);
	z-index: -1;
}

.why-choose-us-tab-buttons ul li.why-choose-us-tab-active,.why-choose-us-tab-buttons ul li:hover {
	color: var(--theme-white-color);
	border-color: transparent;
}

.why-choose-us-tab-buttons ul li.why-choose-us-tab-active:before,.why-choose-us-tab-buttons ul li:hover:before {
	opacity: 1;
	visibility: visible;
}

.why-choose-us-tab-panel-content ul {
	margin-top: 30px;
}

.why-choose-us-tab-panel-content.common-list-style ul li {
	font-weight: 700;
	font-family: var(--theme-title-font);
	color: var(--theme-color-4);
	margin-bottom: 24px;
}

.why-choose-us-tab-panel-content.common-list-style ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.why-choose-us-image-box {
		margin-bottom: 50px;
	}

	.why-choose-us-image {
		justify-content: center;
		max-width: 450px;
	}

	.why-choose-us-tabbing .why-choose-us-tab-buttons {
		margin-bottom: 20px;
	}

	.why-choose-us-tab-panel-content ul {
		margin-top: 20px;
	}

	.common-list-style ul li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:575px) {
	.why-choose-us-tab-buttons ul {
		gap: 14px;
	}

	.why-choose-us-image-box {
		margin-bottom: 30px;
	}
}

.trusted-by-sec .trusted-by-title-wp .sec-title {
	display: inline-block;
	background-color: var(--theme-white-color);
	padding-inline: 10px;
	margin-bottom: -10px;
}

.trusted-by-slider-wp {
	margin-top: -14px;
	padding: 39px 55px 32px;
	border: 1px solid var(--theme-color-6);
	border-radius: var(--theme-border-radius-8);
}

.trusted-by-slider .trusted-by-slider-image-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.trusted-by-slider .trusted-by-slider-image-box img {
	max-width: 150px;
	max-height: 73px;
	object-fit: contain;
}

@media screen and (max-width:767px) {
	.trusted-by-slider-wp {
		padding: 39px 25px 32px;
	}
}

@media screen and (max-width:400px) {
	.trusted-by-slider .trusted-by-slider-image-box img {
		max-width: 110px;
		max-height: 53px;
	}
}

.how-it-works-sec .sec-title {
	margin-bottom: 55px;
}

.how-it-works-box-row {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 62px;
	padding-inline: 20px;
	counter-reset: strategy-number;
}

.how-it-works-box .how-it-works-box-top {
	--box-space: 70px;
	margin-bottom: 20px;
}

.how-it-works-box {
	position: relative;
}

.how-it-works-box .how-it-works-box-top:before {
	content: "";
	position: absolute;
	top: 2px;
	right: calc(var(--box-space) * -0.4);
	transform: translate(50%,0%) rotate(-36.06deg);
	width: 124px;
	height: auto;
	aspect-ratio: 1/0.54032258064;
	background: var(--theme-color-9);
	--mask-image: url(/wp-content/themes/default/assets/images/curved-arrow.svg);
	-webkit-mask-image: var(--mask-image);
	mask-image: var(--mask-image);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	z-index: -1;
}

.how-it-works-box:last-child .how-it-works-box-top:before {
	content: none;
}

.how-it-works-box:nth-child(even) .how-it-works-box-top:before {
	top: 95px;
	transform: translate(50%,0%) rotate(36.06deg) scale(1,-1);
}

.how-it-works-box .how-it-works-box-icon {
	--size: 165px;
	position: relative;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--theme-border-radius-full);
	box-shadow: var(--theme-box-shadow-3);
	margin-inline: auto;
	background-color: var(--theme-white-color);
}

.how-it-works-box .how-it-works-box-icon img {
	max-width: 50px;
	max-height: 53px;
}

.how-it-works-box-icon .how-it-works-box-number {
	--size: 50px;
	width: var(--size);
	height: var(--size);
	color: var(--theme-white-color);
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	font-family: var(--theme-title-font);
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--theme-box-shadow-4);
	border-radius: var(--theme-border-radius-full);
	background: var(--theme-gradient-color-1);
}

.how-it-works-box-icon .how-it-works-box-number:before {
	counter-increment: strategy-number;
	content: counter(strategy-number);
}

.how-it-works-box .how-it-works-box-text {
	text-align: center;
}

.how-it-works-box .how-it-works-box-text .h4-title {
	margin-bottom: 20px;
}

@media screen and (max-width:1399px) {
	.how-it-works-box-row {
		gap: 46px;
		padding-inline: 0;
	}

	.how-it-works-box .how-it-works-box-icon {
		--size: 145px;
	}

	.how-it-works-box:nth-child(even) .how-it-works-box-top:before {
		top: 75px;
	}
}

@media screen and (max-width:1199px) {
	.how-it-works-sec .sec-title {
		margin-bottom: 45px;
	}

	.how-it-works-box-row {
		gap: 30px 24px;
	}

	.how-it-works-box .how-it-works-box-icon {
		--size: 125px;
	}

	.how-it-works-box .how-it-works-box-icon img {
		max-width: 40px;
		max-height: 43px;
	}

	.how-it-works-box:nth-child(even) .how-it-works-box-top:before {
		top: 55px;
	}

	.how-it-works-box-icon .how-it-works-box-number {
		--size: 40px;
		font-size: 16px;
		line-height: 26px;
	}

	.how-it-works-box .how-it-works-box-top:before {
		width: 100px;
		right: calc(var(--box-space) * -0.2);
	}
}

@media screen and (max-width:991px) {
	.how-it-works-sec .sec-title {
		margin-bottom: 35px;
	}

	.how-it-works-box-row {
		grid-template-columns: repeat(2,1fr);
	}

	.how-it-works-box .how-it-works-box-top {
		margin-bottom: 15px;
	}

	.how-it-works-box .how-it-works-box-text .h4-title {
		margin-bottom: 15px;
	}

	.how-it-works-box .how-it-works-box-top:before {
		content: none;
	}
}

@media screen and (max-width:991px) {
	.how-it-works-box .how-it-works-box-icon {
		--size: 100px;
	}

	.how-it-works-box-icon .how-it-works-box-number {
		--size: 30px;
	}

	.how-it-works-box .how-it-works-box-icon img {
		max-width: 35px;
	}
}

@media screen and (max-width:767px) {
	.how-it-works-box-row {
		grid-template-columns: repeat(1,1fr);
	}

	.how-it-works-box-icon .how-it-works-box-number {
		font-size: 14px;
	}
}

@media screen and (max-width:575px) {
	.how-it-works-box .how-it-works-box-icon img {
		max-width: 30px;
	}

	.how-it-works-box-icon .how-it-works-box-number {
		top: -3px;
		right: -3px;
	}

	.how-it-works-box .how-it-works-box-icon {
		--size: 75px;
	}

	.how-it-works-box .how-it-works-box-text .h4-title {
		margin-bottom: 5px;
	}
}

.our-portfolio-sec .container-fluid {
	padding-inline: 51px;
}

.our-portfolio-sec .sec-title .h2-title {
	margin-bottom: 0;
}

.our-portfolio-button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.our-portfolio-slider-wp {
	margin-top: 25px;
}

.our-portfolio-slider-box {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1.13559322034;
	border-radius: var(--theme-border-radius-20);
	overflow: hidden;
	transition: var(--theme-transition-2);
}

.our-portfolio-slider-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	background-color: var(--theme-color-4);
	opacity: 0;
	z-index: 1;
	transition: var(--theme-transition-2);
}

.our-portfolio-slider-box:hover:before {
	opacity: .1;
}

.our-portfolio-slider-box .our-portfolio-slider-image {
	width: 100%;
	height: 100%;
	transition: var(--theme-transition-2);
}

.our-portfolio-slider-box:hover .our-portfolio-slider-image {
	transform: scale(1.1) rotate(3deg);
}

.our-portfolio-slider-text {
	--inner-space: 30px;
	position: absolute;
	left: 50%;
	bottom: var(--inner-space);
	transform: translate(-50%,0);
	width: calc(100% + var(--inner-space) * -2);
	padding: 22px 29px;
	border-radius: var(--theme-border-radius-8);
	opacity: 0;
	visibility: hidden;
	margin-bottom: -144px;
	background-color: var(--theme-white-color);
	transition: var(--theme-transition-2);
	z-index: 2;
}

.our-portfolio-slider-box:hover .our-portfolio-slider-text {
	opacity: 1;
	visibility: visible;
	margin-bottom: 0;
}

.our-portfolio-slider-text span {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-1);
	margin-bottom: 10px;
}

.our-portfolio-main-sec .sec-title {
	margin-bottom: 50px;
}

.our-portfolio-sec .load-more {
	margin-top: 30px;
}

.our-portfolio-main-sec .our-portfolio-slider-text {
	--inner-space: 20px;
}

.our-portfolio-main-sec .our-portfolio-slider-box {
	box-shadow: var(--theme-box-shadow-2);
}

@media screen and (max-width:1399px) {
	.our-portfolio-slider-text .h4-title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1199px) {
	.our-portfolio-sec .container-fluid {
		padding-inline: 30px;
	}

	.our-portfolio-slider-text {
		--inner-space: 20px;
		padding: 12px 20px;
	}

	.our-portfolio-slider-text span {
		margin-bottom: 5px;
	}

	.our-portfolio-slider-text .h4-title {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:991px) {
	.our-portfolio-main-sec .sec-title {
		margin-bottom: 40px;
	}

	.our-portfolio-sec .sec-title {
		text-align: center;
	}

	.our-portfolio-slider-wp {
		margin-top: 35px;
		margin-bottom: 25px;
	}

	.our-portfolio-slider {
		overflow: visible;
	}

	.our-portfolio-button {
		justify-content: center;
	}
}

@media screen and (max-width:767px) {
	.our-portfolio-slider-text .h4-title {
		font-size: 16px;
		line-height: 26px;
	}

	.our-portfolio-slider-text {
		--inner-space: 10px;
	}

	.our-portfolio-slider-box {
		border-radius: var(--theme-border-radius-10);
	}
}

@media screen and (max-width:575px) {
	.our-portfolio-main-sec .sec-title {
		margin-bottom: 30px;
	}
}

.industries-we-serve-box-wp {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0;
	position: relative;
	overflow: hidden;
}

.industries-we-serve-box-wp:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--theme-white-color);
	pointer-events: none;
}

.industries-we-serve-box {
	padding: 30px 24px 24px;
	text-align: center;
	border: 1px solid var(--theme-color-6);
	margin-bottom: -1px;
	margin-left: -1px;
}

.industries-we-serve-box:nth-child(-n+3) {
	padding-top: 0;
}

.industries-we-serve-box:nth-last-child(-n+3) {
	padding-bottom: 0;
}

.industries-we-serve-box .industries-we-serve-box-icon {
	margin-bottom: 10px;
}

.industries-we-serve-box .industries-we-serve-box-icon img {
	max-width: 50px;
	max-height: 30px;
}

.industries-we-serve-box .h5-title {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.industries-we-serve-content {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:575px) {
	.industries-we-serve-content {
		margin-bottom: 40px;
	}

	.industries-we-serve-box {
		padding: 20px 14px 14px;
	}

	.industries-we-serve-box .industries-we-serve-box-icon img {
		max-width: 40px;
		max-height: 20px;
	}
}

@media screen and (max-width:400px) {
	.industries-we-serve-box {
		padding: 10px 8px 8px;
	}

	.industries-we-serve-box .industries-we-serve-box-icon {
		margin-bottom: 6px;
	}

	.industries-we-serve-box .h5-title {
		font-size: 14px;
		line-height: 24px;
	}
}

.newsletter-sec {
	overflow: hidden;
}

.newsletter-sec .gradients-bg-shape {
	z-index: -1;
}

.newsletter-sec .gradients-bg-shape .bg-gradient-4 {
	right: -8%;
	top: 47%;
	transform: translate(0,-50%) rotate(-121.25deg);
}

.newsletter-box {
	position: relative;
	padding-top: 12px;
	padding-right: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.newsletter-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	border-radius: var(--theme-border-radius-20);
	background-color: var(--theme-color-11);
	z-index: -1;
}

.newsletter-box:after {
	content: "";
	position: absolute;
	bottom: -13%;
	left: -42.5%;
	width: calc(clamp(24.813rem, 18.75vw + 21.063rem, 43.563rem));
	height: auto;
	aspect-ratio: 1/1.08464849354;
	background: var(--theme-white-color);
	--mask-image: url(/wp-content/themes/default/assets/images/small-line-shape-white.svg);
	-webkit-mask-image: var(--mask-image);
	mask-image: var(--mask-image);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mix-blend-mode: overlay;
	opacity: 1;
	z-index: -1;
}

.newsletter-box .newsletter-content-text {
	max-width: 636px;
	padding-block: 8px 20px;
}

.newsletter-content-text .sub-title {
	color: var(--theme-color-2);
}

.newsletter-form {
	margin-top: 25px;
}

.input-field-wp {
	position: relative;
}

.newsletter-form .input-field-wp .input-field {
	font-family: var(--theme-body-font);
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-white-color);
	display: block;
	width: 100%;
	height: 50px;
	border-radius: var(--theme-border-radius-40);
	padding: 10px 207px 10px 40px;
	border: 1px solid var(--theme_color3);
	appearance: none;
	background: rgba(var(--theme-white-color-rgb),.1);
	border: 1px solid rgba(var(--theme-white-color-rgb),.5);
	outline: none;
	--webkit-appearance: none;
}

.newsletter-form .input-field-wp .input-field::placeholder {
	color: var(--theme-white-color);
}

.newsletter-form .mc4wp-response {
	margin-top: 10px;
}

.newsletter-form .mc4wp-alert.mc4wp-error p {
	color: #dc3232;
}

.newsletter-form .mc4wp-alert.mc4wp-success p {
	color: #46b450;
}

.newsletter-form .input-field-wp .sec-btn {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0,-50%);
	z-index: 2;
	height: 40px;
}

.newsletter-image-box {
	align-self: end;
}

.newsletter-image-box img {
	max-width: 431px;
}

@media screen and (max-width:1199px) {
	.newsletter-box {
		padding-right: 50px;
	}

	.newsletter-image-box img {
		max-width: 371px;
	}
}

@media screen and (max-width:991px) {
	.newsletter-box {
		flex-direction: column;
		padding: 30px 30px 0 0;
		gap: 50px;
	}

	.newsletter-box .newsletter-content-text {
		max-width: 100%;
		padding-block: 0;
	}

	.newsletter-form {
		margin-top: 20px;
	}

	.newsletter-image-box {
		align-self: center;
	}

	.newsletter-image-box img {
		max-width: 100%;
	}

	.sec-btn,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
		height: auto;
		padding: 10px 30px;
	}
}

@media screen and (max-width:575px) {
	.newsletter-form .input-field-wp .input-field {
		padding: 10px 24px;
		margin-bottom: 15px;
	}

	.newsletter-box {
		gap: 40px;
	}

	.newsletter-form .input-field-wp .sec-btn {
		position: relative;
		top: 0;
		transform: unset;
		right: 0;
	}

	.sec-btn,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
		height: auto;
		padding: 10px 25px;
		font-size: 14px;
		line-height: 22px;
	}

	.sec-btn span:after {
		--size: 14px;
	}
}

.our-technologies-sec {
	position: relative;
}

.our-technologies-sec.tech-listing-sec .our-tech-tab-panel {
	display: block !important;
}

.our-technologies-tabbing .our-tech-tab-buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.our-technologies-tabbing .our-tech-tab-buttons.simplebar-scrollable-x {
	padding-bottom: 20px;
}

.our-technologies-tabbing .our-tech-tab-buttons ul {
	position: relative;
	display: flex;
	gap: 60px;
	width: fit-content;
	margin: auto;
}

.our-technologies-tabbing .our-tech-tab-buttons ul:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--theme-color-6);
	z-index: -1;
}

.our-technologies-tabbing .our-tech-tab-buttons ul li {
	padding-inline: 5px;
	padding-bottom: 2px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	font-family: var(--theme-title-font);
	color: var(--theme-color-5);
	cursor: pointer;
	transition: var(--theme-transition-1);
	white-space: nowrap;
}

.our-technologies-tabbing .our-tech-tab-buttons ul li.tech-tab-active,.our-technologies-tabbing .our-tech-tab-buttons ul li:hover {
	color: var(--theme-color-1);
}

.our-technologies-tabbing .our-tech-tab-buttons ul li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--theme-color-1);
	transition: var(--theme-transition-1);
	z-index: 1;
}

.our-technologies-tabbing .our-tech-tab-buttons ul li.tech-tab-active:before,.our-technologies-tabbing .our-tech-tab-buttons ul li:hover:before {
	width: 100%;
}

.our-tech-tab-panel .our-tech-tab-panel-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}

.our-tech-tab-panel .our-tech-tab-panel-logos .our-tech-logo {
	width: 195px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: var(--theme-border-radius-20);
	box-shadow: var(--theme-box-shadow-3);
	background-color: var(--theme-white-color);
}

.our-tech-tab-panel .our-tech-tab-panel-logos .our-tech-logo img {
	max-width: 130px;
	max-height: 40px;
}

@media screen and (max-width:1199px) {
	.our-technologies-tabbing .our-tech-tab-buttons ul {
		gap: 50px;
	}

	.our-tech-tab-panel .our-tech-tab-panel-logos .our-tech-logo {
		width: 165px;
	}
}

@media screen and (max-width:991px) {
	.our-technologies-tabbing .our-tech-tab-buttons {
		justify-content: start;
		overflow-x: auto;
	}

	.our-technologies-tabbing .our-tech-tab-buttons ul {
		gap: 40px;
		flex-wrap: nowrap;
	}

	.our-tech-tab-panel .our-tech-tab-panel-logos .our-tech-logo {
		width: 145px;
		height: 70px;
	}

	.our-tech-tab-panel .our-tech-tab-panel-logos .our-tech-logo img {
		max-width: 110px;
		max-height: 30px;
	}
}

@media screen and (max-width:575px) {
	.our-technologies-tabbing .our-tech-tab-buttons ul {
		gap: 30px;
	}

	.our-tech-tab-panel .our-tech-tab-panel-logos {
		gap: 20px;
	}
}

@media screen and (max-width:400px) {
	.our-technologies-tabbing .our-tech-tab-buttons ul {
		gap: 20px;
	}

	.our-technologies-tabbing .our-tech-tab-buttons ul li {
		font-size: 16px;
		line-height: 26px;
	}

	.our-tech-tab-panel .our-tech-tab-panel-logos {
		gap: 12px;
	}

	.our-tech-tab-panel .our-tech-tab-panel-logos .our-tech-logo {
		width: 135px;
		height: 65px;
	}

	.our-tech-tab-panel .our-tech-tab-panel-logos .our-tech-logo img {
		max-width: 100px;
	}
}

.testimonial-sec .sec-title {
	margin-bottom: 40px;
}

.testimonial-slider-wp {
	position: relative;
}

.testimonial-slider {
	--extra-space: 24px;
	padding: var(--extra-space) 12px var(--extra-space);
	margin-inline: -12px;
	margin-block: calc(var(--extra-space) * -1);
}

.testimonial-slider .swiper-slide {
	height: auto;
}

.archive .testimonial-slider-wp {
	padding: 20px !important;
	width: 100%;
	display: inline-block;
}

.archive .testimonial-slider-wp .testimonial-slider-box {
	margin-bottom: 0 !important;
	height: auto !important;
}

.archive .testimonial-section .testimonial-slider-box-wp {
	--gap: 0 !important;
	margin: 0 -20px;
}

.testimonial-slider-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px 30px 36px;
	border-radius: var(--theme-border-radius-20);
	box-shadow: var(--theme-box-shadow-5);
	background-color: var(--theme-white-color);
}

.testimonial-slider-box-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.testimonial-slider-box-top .testimonial-slider-box-quote-wp {
	max-width: 170px;
	flex: 1;
	display: flex;
	align-items: center;
	gap: 10px;
}

.testimonial-slider-box-top .testimonial-slider-box-quote-wp:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--theme-color-1);
	flex: auto;
}

.testimonial-slider-box-quote-wp .testimonial-slider-box-quote-icon {
	--size: 60px;
	flex: 0 0 auto;
	position: relative;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--theme-border-radius-full);
	background-color: var(--theme-color-1);
}

.testimonial-slider-box-quote-wp .testimonial-slider-box-quote-icon:before {
	content: "";
	display: block;
	width: 30px;
	height: auto;
	aspect-ratio: 1/0.75;
	-webkit-mask-image: url(/wp-content/themes/default/./assets/images/quote-icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: 100%;
	background-color: var(--theme-white-color);
}

.star-rating-wp {
	display: block;
	line-height: 1;
}

.star-rating {
	--font: 18px;
	--spacing: 9px;
	margin: 0;
	position: relative;
	display: inline-flex;
}

.star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: var(--theme-color-6);
	letter-spacing: var(--spacing);
	font-size: var(--font);
	line-height: var(--font);
}

.star-rating__fill {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	overflow: hidden;
	animation: fill-star 2s ease-in-out;
	line-height: var(--font);
}

.star-rating__fill:before {
	content: "\f005\f005\f005\f005\f005";
	color: #ffc107;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	letter-spacing: var(--spacing);
	font-size: var(--font);
	line-height: var(--font);
}

@keyframes fill-star {
	0% {
		width: 0;
	}
}

.testimonial-slider-box-content-text {
	max-height: 104px;
	margin-bottom: 20px;
}

.testimonial-slider-box-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: auto;
}

.testimonial-slider-box-name-info .h4-title {
	margin-bottom: 6px;
}

.testimonial-slider-box-logo {
	width: 150px;
	max-width: 100%;
	flex: 0 0 auto;
	display: flex;
	justify-content: end;
}

.testimonial-btn-wp {
	margin-top: 40px;
	text-align: center;
}

@media screen and (min-width:992px) {
	.testimonial-slider-wp .swiper-btn-wp {
		display: block;
	}

	.testimonial-slider-wp .swiper-btn-wp .swiper-btn {
		--outside: 24px;
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		left: calc(calc(var(--outside) + var(--size)) * -1);
		z-index: 2;
	}

	.testimonial-slider-wp .swiper-btn-wp .swiper-btn.swiper-next-btn {
		left: auto;
		right: calc(calc(var(--outside) + var(--size)) * -1);
	}
}

@media screen and (max-width:1470px) {
	.testimonial-slider-wp {
		padding-inline: 74px;
	}

	.testimonial-slider-wp .swiper-btn-wp .swiper-btn {
		--outside: -50px;
	}

	.star-rating {
		--spacing: 5px;
	}
}

@media screen and (max-width:1199px) {
	.testimonial-slider-box {
		padding: 20px 20px 26px;
	}

	.testimonial-slider-box-logo {
		width: 110px;
	}
}

@media screen and (max-width:991px) {
	.testimonial-sec .sec-title {
		margin-bottom: 35px;
	}

	.testimonial-slider-wp {
		padding-inline: 0;
	}

	.testimonial-slider-wp .swiper-btn-wp {
		margin-top: 25px;
	}

	.testimonial-btn-wp {
		margin-top: 30px;
	}

	.star-rating {
		--font: 16px;
	}
}

@media screen and (max-width:767px) {
	.testimonial-slider-box-content-text {
		max-height: 130px;
	}

	.archive .testimonial-slider-wp {
		padding: 10px !important;
	}

	.archive .testimonial-section .testimonial-slider-box-wp {
		margin: 0 -10px;
	}
}

@media screen and (max-width:575px) {
	.testimonial-slider-box-top {
		gap: 12px;
		margin-bottom: 14px;
	}

	.testimonial-slider-box-quote-wp .testimonial-slider-box-quote-icon {
		--size: 40px;
	}

	.testimonial-slider-box-quote-wp .testimonial-slider-box-quote-icon:before {
		width: 20px;
	}

	.testimonial-slider-box-content-text {
		max-height: 150px;
		margin-bottom: 10px;
	}

	.testimonial-slider-box-bottom {
		flex-direction: column;
		align-items: start;
		gap: 12px;
	}

	.testimonial-slider-box-logo {
		width: 80%;
		justify-content: start;
	}

	.star-rating {
		--font: 14px;
	}
}

.marquee-sliders .marquee-slider .swiper-wrapper {
	--swiper-wrapper-transition-timing-function: linear;
}

.marquee-sliders .marquee-slider.marquee-slider-1 {
	margin-bottom: 22px;
}

.marquee-slider .swiper-wrapper .swiper-slide {
	width: auto !important;
}

.marquee-box-content h2 {
	font-size: 64px;
	line-height: 74px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: var(--theme-title-secondary-font);
	color: var(--theme-color-4);
	margin-bottom: 0;
}

.marquee-box-content:nth-child(even) h2 {
	-webkit-text-stroke: 1px var(--theme-color-4);
	color: transparent;
}

.marquee-sliders {
	--gap: 50px;
}

.marquee-slider.marquee-slider-2 {
	grid-column-gap: var(--gap);
	flex: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: auto;
	display: flex;
	animation: slidealt 35s infinite linear;
	animation-direction: reverse;
}

.marquee-slider.marquee-slider-1 {
	grid-column-gap: var(--gap);
	opacity: 1;
	flex: none;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	display: flex;
	animation: slide 35s infinite linear;
}

.marquee-slider-wp {
	grid-column-gap: var(--gap);
	grid-row-gap: var(--gap);
	justify-content: flex-start;
	align-items: center;
	display: flex;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width:1921px) {
	.marquee-box-content h2 {
		font-size: 84px;
		line-height: 94px;
	}
}

@media screen and (max-width:1399px) {
	.marquee-box-content h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

@media screen and (max-width:991px) {
	.marquee-box-content h2 {
		font-size: 44px;
		line-height: 54px;
	}

	.marquee-sliders {
		--gap: 30px;
	}
}

@media screen and (max-width:575px) {
	.marquee-box-content h2 {
		font-size: 34px;
		line-height: 44px;
	}

	.marquee-sliders {
		--gap: 20px;
	}
}

@media screen and (max-width:400px) {
	.marquee-sliders .marquee-slider.marquee-slider-1 {
		margin-bottom: 12px;
	}

	.marquee-box-content h2 {
		font-size: 28px;
		line-height: 38px;
	}
}

@keyframes slide {
	0% {
		transform: translateX(calc(0% + 50px));
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes slidealt {
	0% {
		transform: translateX(calc(0% + 50px));
	}

	100% {
		transform: translateX(-100%);
	}
}

.blog-sec .sec-title {
	margin-bottom: 30px;
}

.blog-box {
	position: relative;
}

body:not(.single-post) .blog-box {
	position: relative;
	border-radius: var(--theme-border-radius-20);
	box-shadow: var(--theme-box-shadow-3);
	overflow: hidden;
	height: 100%;
}

.single-post .blog-box .blog-box-text {
	margin: 20px 0;
}

.single-post .blog-box .blog-box-text h2 {
	font-size: 22px;
	margin: 30px 0 10px;
}

.single-post .blog-box .blog-box-text h3 {
	font-size: 20px;
	margin: 20px 0 10px;
}

.single-post .blog-box .blog-box-text h4:not(.h4-title) {
	font-size: 18px;
	margin: 20px 0 10px;
}

.single-post .blog-box .blog-box-text img:not(.blog-post-info img) {
	margin: 30px 0;
	border-radius: 10px;
}

.single-post .blog-box .blog-box-text img:not(.blog-post-info img):last-child {
	margin-bottom: 0;
}

.single-post .blog-box .blog-box-text ul,.single-post .blog-box .blog-box-text ol {
	list-style: revert-layer;
	padding-left: 18px;
	margin-bottom: 16px;
}

.single-post .blog-box .blog-box-text ul li,.single-post .blog-box .blog-box-text ol li {
	margin-bottom: 5px;
}

.blog-box .blog-image-box {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.64903846153;
	overflow: hidden;
	border-radius: var(--theme-border-radius-20);
}

.blog-box .blog-image-box .back-img {
	width: 100%;
	height: 100%;
	transition: var(--theme-transition-1);
	background-color: var(--bs-dark-bg-subtle);
}

.blog-box:hover .blog-image-box .back-img {
	transform: scale(1.046875);
}

.blog-box .blog-date {
	position: absolute;
	left: 30px;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-white-color);
	padding: 5px 10px;
	border-radius: var(--theme-border-radius-8);
	background-color: var(--theme-color-1);
}

.blog-date-icon {
	--size: 15px;
	display: inline-block;
	width: var(--size);
	height: var(--size);
	background: var(--theme-white-color);
	--mask-image: url(/wp-content/themes/default/assets/images/calendar-icon.svg);
	-webkit-mask-image: var(--mask-image);
	mask-image: var(--mask-image);
	flex: 0 0 auto;
}

body:not(.single-post) .blog-box .blog-box-text {
	padding: 24px 30px 22px;
	background: var(--theme-white-color);
}

.blog-box .blog-box-text .blog-post-info {
	margin-bottom: 12px;
}

.blog-post-info ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 0;
}

.blog-post-info ul li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-right: 19px;
	margin-right: 26px;
}

.blog-post-info ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.blog-post-info ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 1px;
	height: 15px;
	background-color: var(--theme-color-6);
	z-index: 1;
}

.blog-post-info ul li:last-child:after {
	content: none;
}

.blog-post-info ul li a,.blog-post-info ul li p {
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-5);
}

.blog-post-info ul li a,.blog-post-info ul li p span {
	display: inline-block;
}

.blog-post-info ul li a:hover {
	color: var(--theme-color-1);
}

.blog-box .blog-box-text .h4-title {
	margin-bottom: 11px;
}

body:not(.single-post) .blog-box .blog-box-text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 78px;
	overflow: hidden;
}

.blog-row-wp .blog-btn-wp {
	margin-top: 40px;
	text-align: center;
}

.pagination,.posts-navigation {
	margin-top: 20px;
}

.pagination .fz-pagination {
	display: flex;
	gap: 10px;
}

.page-numbers li a,.page-numbers li,span.page-numbers,.page-numbers {
	aspect-ratio: 1/1;
	background: 0 0;
	border: 1px solid var(--theme-color-1);
	color: var(--theme-color-1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 8px;
	width: 50px !important;
	aspect-ratio: 1/1;
	border-radius: var(--theme-border-radius-10);
	transition: .3s all;
}

.page-numbers li a:hover,.page-numbers.current,.page-numbers:hover {
	background: var(--theme-color-1);
	color: var(--theme-white-color);
}

@media screen and (max-width:1399px) {
	.blog-box .blog-box-text .h4-title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:1199px) {
	.blog-box .blog-date {
		left: 20px;
		bottom: 20px;
	}

	body:not(.single-post) .blog-box .blog-box-text {
		padding: 24px 20px 22px;
	}

	.blog-post-info ul li {
		padding-right: 12px;
		margin-right: 12px;
	}

	.blog-box .blog-box-text .h4-title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:991px) {
	.blog-row-wp .blog-btn-wp {
		margin-top: 30px;
	}

	.pagination,.posts-navigation {
		margin-top: 10px;
	}

	.single-post .widget-area,.widget-area {
		margin-top: 30px;
	}
}

@media screen and (max-width:575px) {
	.blog-box .blog-box-text .blog-post-info {
		margin-bottom: 10px;
	}

	.blog-box .blog-box-text .h4-title {
		font-size: 18px;
		line-height: 28px;
	}

	body:not(.single-post) .blog-box .blog-box-text {
		padding: 15px;
	}

	.blog-box .blog-date {
		left: 10px;
		bottom: 10px;
	}

	.blog-sec .sec-title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:400px) {
	.blog-post-info ul li {
		padding-right: 9px;
		margin-right: 9px;
	}
}

.top-footer {
	position: relative;
	background-color: var(--theme-color-4);
	overflow: hidden;
}

.top-footer .gradients-bg-shape .bg-gradient-5 {
	bottom: 166px;
	left: -56px;
}

.top-footer:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -168px;
	width: calc(clamp(21.875rem, 21.25vw + 17.625rem, 43.125rem));
	height: auto;
	aspect-ratio: 1/1.01014492754;
	background: var(--theme-white-color);
	--mask-image: url(/wp-content/themes/default/assets/images/small-line-shape-white.svg);
	-webkit-mask-image: var(--mask-image);
	mask-image: var(--mask-image);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mix-blend-mode: overlay;
	opacity: 1;
	z-index: 1;
}

.footer-logo a {
	display: inline-block;
	width: 192px;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-about-text .h2-title {
	font-size: 65px;
	line-height: 75px;
	margin-bottom: 20px;
}

.footer-about-text .p3 {
	color: rgba(var(--theme-white-color-rgb),.8);
	margin-bottom: 30px;
}

.social-media ul {
	display: flex;
	gap: 10px;
}

.social-media ul li a {
	--size: 40px;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-white-color);
	font-size: 15px;
	border-radius: var(--theme-border-radius-full);
	background-color: rgba(var(--theme-white-color-rgb),.1);
}

.social-media ul li a:hover {
	background-color: rgba(var(--theme-white-color-rgb),1);
	color: var(--theme-color-1);
}

.our-link-box {
	display: block;
	text-align: center;
	width: 100%;
}

.our-link-content {
	text-align: left;
}

.our-link-content ul {
	margin-top: 24px;
	column-gap: 42px;
}

.our-link-content ul li:not(:last-child) {
	margin-bottom: 10px;
}

.our-link-content ul li a {
	color: var(--theme-white-color);
}

.our-link-content ul li a:hover,.our-link-content ul li.current-menu-item>a {
	color: var(--theme-color-3);
}

.our-link-content .underline-title,.contact-info-box .underline-title {
	color: var(--theme-white-color);
}

.contact-info-box .underline-title:before {
	width: 63px;
}

.contact-info-box ul {
	margin-top: 22px;
}

.contact-info-box ul li .contact-icon {
	--size: 40px;
	width: var(--size);
	height: var(--size);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--theme-color-4);
	background: var(--theme-color-3);
}

.contact-info-box ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.contact-info-box ul li.location-box {
	align-items: start;
}

.contact-info-box ul li.location-box .contact-icon {
	margin-top: 3px;
}

.contact-info-box ul li:last-child {
	margin-bottom: 0;
}

.contact-info-box ul li span a {
	color: rgba(var(--theme-white-color-rgb),.8);
	display: block;
	word-break: break-word;
}

.contact-info-box ul li span a:hover {
	color: var(--theme-color-3);
}

.bottom-footer {
	padding: 17px 0 17px;
	background-color: var(--theme-color-1);
}

.footer-bottom-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy-right {
	text-align: left;
}

.copy-right p {
	color: var(--theme-white-color);
	font-size: 15px;
	line-height: 25px;
}

.copy-right p a {
	color: var(--theme-white-color);
	text-decoration: none !important;
}

.copy-right p a:hover {
	text-decoration: underline !important;
}

.footer-bottom-link {
	display: inline-block;
	text-align: right;
}

.footer-bottom-link ul {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.footer-bottom-link ul li {
	display: inline-block;
	padding-left: 19px;
	position: relative;
}

.footer-bottom-link ul li:before {
	--size: 10px;
	content: "";
	height: var(--size);
	width: var(--size);
	position: absolute;
	top: 7px;
	left: 0;
	background: var(--theme-color-3);
	border-radius: var(--theme-border-radius-full);
}

.footer-bottom-link ul li a {
	display: inline-block;
	color: var(--theme-white-color);
}

.footer-bottom-link ul li a:hover,.footer-bottom-link ul .current-menu-item a {
	color: var(--theme-color-3);
}

.footer-about {
	margin-right: 20px;
}

@media screen and (max-width:1399px) {
	.footer-about-text .h2-title {
		font-size: 50px;
		line-height: 60px;
	}

	.top-footer:after {
		top: 100px;
	}
}

@media screen and (max-width:1199px) {
	.footer-about-text .h2-title {
		font-size: 42px;
		line-height: 52px;
	}
}

@media screen and (max-width:991px) {
	.top-footer:after {
		top: auto;
		bottom: 0;
	}

	.footer-about {
		margin-right: 0;
	}

	.our-link-content ul {
		width: max-content;
		max-width: 100%;
	}

	.top-footer .gradients-bg-shape .bg-gradient-5 {
		bottom: auto;
		top: 34%;
		left: -80px;
	}

	.footer-about {
		margin-bottom: 40px;
	}

	.footer-logo {
		margin-bottom: 20px;
	}

	.footer-logo a {
		width: 170px;
	}

	.footer-about-text .p3 {
		margin-bottom: 20px;
	}

	.our-link-box {
		margin-bottom: 40px;
		text-align: left;
	}

	.bottom-footer {
		padding: 30px 0 50px;
	}

	.footer-bottom-box {
		display: block;
		text-align: center;
	}

	.copy-right {
		text-align: center;
	}

	.footer-bottom-link {
		text-align: center;
		margin-top: 10px;
	}

	.footer-bottom-link ul {
		gap: 5px 16px;
		justify-content: center;
	}
}

@media screen and (max-width:575px) {
	.footer-about-text .h2-title {
		font-size: 35px;
		line-height: 45px;
	}

	.footer-logo a {
		width: 150px;
	}
}

@media screen and (max-width:400px) {
	.footer-about-text .h2-title {
		font-size: 30px;
		line-height: 40px;
	}
}

.scrolltop {
	--size: 50px;
	position: fixed;
	bottom: 35px;
	right: 10px;
	width: var(--size);
	height: var(--size);
	background: var(--theme-color-2);
	border: none;
	color: var(--theme-white-color) !important;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	padding: 5px;
	border-radius: var(--theme-border-radius-full);
	box-shadow: var(--theme-box-shadow-6);
	cursor: pointer;
	display: none;
	z-index: 50;
	transition: var(--theme-transition-1);
}

.scrolltop:hover {
	background: var(--theme-color-4);
	color: var(--theme-white-color) !important;
}

@media screen and (max-width:991px) {
	.scrolltop {
		--size: 40px;
		font-size: 16px;
		bottom: 10px;
	}
}

.inner-banner {
	position: relative;
	padding: 200px 0 110px;
	background-color: var(--theme-color-7);
	z-index: 2;
}

.inner-banner .gradients-bg-shape .bg-gradient-1 {
	top: 296px;
	left: -6.9%;
}

.inner-banner .gradients-bg-shape .small-line-shape {
	bottom: -19.7%;
	right: 4.9%;
	transform: translate(50%,0%);
	width: 400px;
}

.inner-banner .banner-content .h1-title {
	color: var(--theme-black-color);
}

@media screen and (max-width:1399px) {
	.inner-banner .gradients-bg-shape .small-line-shape {
		width: 500px;
	}
}

@media screen and (max-width:1199px) {
	.inner-banner .gradients-bg-shape .small-line-shape {
		width: 380px;
	}
}

@media screen and (max-width:991px) {
	.inner-banner {
		padding: 160px 0 120px;
	}

	.inner-banner .gradients-bg-shape .small-line-shape {
		width: 330px;
	}
}

@media screen and (max-width:767px) {
	.inner-banner {
		padding: 150px 0 100px;
	}

	.inner-banner .gradients-bg-shape .small-line-shape {
		width: 300px;
	}
}

@media screen and (max-width:575px) {
	.inner-banner {
		padding: 130px 0 80px;
	}

	.inner-banner .gradients-bg-shape .small-line-shape {
		width: 280px;
	}
}

.who-we-are-image-box {
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.88207547169;
}

.who-we-are-content-description .p3 {
	margin-bottom: 20px;
}

.who-we-are-content-description .h4-title {
	margin-bottom: 20px;
}

@media screen and (max-width:991px) {
	.who-we-are-content-description .p3 {
		margin-bottom: 15px;
	}

	.who-we-are-content-description .h4-title {
		margin-bottom: 15px;
	}
}

.our-journey-box {
	padding: 50px 40px;
	border-radius: var(--theme-border-radius-20);
	background-color: var(--theme-white-color);
	border: 1px solid var(--theme-color-9);
	margin-bottom: 24px;
}

.our-journey-box:last-child {
	margin-bottom: 0;
}

.our-journey-box .our-journey-title {
	margin-bottom: 30px;
}

.our-journey-box .our-journey-box-content {
	display: flex;
	gap: 30px;
}

.our-journey-box .our-journey-box-content .our-journey-box-year {
	font-size: 90px;
	writing-mode: vertical-lr;
	transform: scale(-1);
	align-self: center;
	line-height: .90909090909;
	color: transparent;
	-webkit-text-stroke: 1px rgb(1 16 73/20%);
	margin-left: -12px;
}

.our-journey-box .our-journey-box-content blockquote {
	margin: 20px 0;
	padding: 0;
	padding-left: 15px;
	border-left: 5px solid var(--theme-color-1);
}

@media screen and (min-width:992px) {
	body:has(section .sticky-top-con) {
		overflow-x: unset !important;
	}

	.sticky-top-con {
		--sidebar-top-gap: 170px;
	}

	.sticky-top-con>.row {
		display: block;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.sticky-top-con {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}

	.sticky-top-con>.row>[class*=col-]:first-child {
		float: left;
		display: inline-block;
	}

	.sticky-top-con>.row>[class*=col-]:last-child {
		display: inline-block;
		float: left;
	}

	.sticky-top-con>.row>[class*=col-] {
		position: sticky;
		top: var(--sidebar-top-gap);
		left: 0;
		z-index: 98;
	}
}

@media screen and (max-width:1199px) {
	.our-journey-box {
		padding: 30px;
	}

	.our-journey-box .our-journey-box-content .our-journey-box-year {
		font-size: 70px;
	}

	.our-journey-box .our-journey-box-content {
		gap: 20px;
	}

	.our-journey-box .our-journey-title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:991px) {
	.our-journey-box .our-journey-box-content .our-journey-box-year {
		font-size: 70px;
	}
}

@media screen and (max-width:575px) {
	.our-journey-box {
		padding: 20px;
	}

	.our-journey-box .our-journey-box-content blockquote {
		margin: 15px 0;
	}

	.our-journey-box .our-journey-box-content .our-journey-box-year {
		font-size: 50px;
		writing-mode: initial;
		transform: scale(1);
		margin-right: auto;
		margin-left: 0;
	}

	.our-journey-box .our-journey-box-content {
		flex-direction: column;
	}

	.our-journey-box .our-journey-box-content {
		gap: 10px;
	}

	.our-journey-box .our-journey-title {
		margin-bottom: 10px;
	}
}

.rating-slider {
	--extra-space: 24px;
	padding: var(--extra-space) 12px var(--extra-space);
	margin-inline: -12px;
	margin-block: calc(var(--extra-space) * -1);
}

.rating-slider .swiper-slide {
	height: auto;
}

.rating-slider .swiper-btn-wp {
	margin-top: 25px;
}

.ratings-box {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 30px 36px;
	border-radius: var(--theme-border-radius-20);
	box-shadow: var(--theme-box-shadow-5);
	background-color: var(--theme-white-color);
}

.ratings-box .ratings-box-image {
	margin-bottom: 17px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ratings-box .ratings-box-image img {
	max-width: 100%;
	max-height: 100%;
}

.ratings-box .ratings-box-content {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.ratings-box .ratings-box-bottom-text {
	text-align: center;
}

@media screen and (max-width:1199px) {
	.ratings-box {
		padding: 30px 20px;
	}

	.ratings-box .ratings-box-image {
		height: 35px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:991px) {
	.ratings-box .ratings-box-image {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:575px) {
	.ratings-box .ratings-box-image {
		height: 30px;
	}

	.ratings-box {
		padding: 25px 15px;
	}

	.rating-slider .swiper-btn-wp {
		margin-top: 20px;
	}
}

.our-mission-sec .gradients-bg-shape .bg-gradient-3 {
	top: 25%;
	right: -8%;
	transform: translate(-50%,0);
}

.our-mission-sec .gradients-bg-shape .wave-shape {
	left: 0;
	bottom: 0;
	width: 450px;
}

.our-mission-box {
	text-align: center;
}

.our-mission-box-icon-wp {
	--size: 170px;
	position: relative;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	padding: 20px;
	margin-bottom: 30px;
}

.our-mission-box .our-mission-box-icon-wp:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-top: 6px solid var(--theme-color-1);
	border-right: 6px solid var(--theme-color-1);
	border-bottom: 3px dotted var(--theme-color-1);
	border-left: 3px dotted var(--theme-color-1);
	border-radius: var(--theme-border-radius-full);
	transform: rotate(45deg);
}

.our-mission-box .our-mission-box-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--theme-border-radius-full);
	box-shadow: var(--theme-box-shadow-3);
	margin-inline: auto;
	background-color: var(--theme-white-color);
}

.our-mission-box .our-mission-box-text .h4-title {
	margin-bottom: 20px;
}

.our-mission-box .our-mission-box-icon img {
	max-width: 40%;
}

@media screen and (max-width:1399px) {
	.our-mission-sec .gradients-bg-shape .bg-gradient-3 {
		right: -15%;
	}

	.our-mission-box-icon-wp {
		--size: 150px;
	}
}

@media screen and (max-width:1199px) {
	.our-mission-box-icon-wp {
		--size: 130px;
	}
}

@media screen and (max-width:991px) {
	.our-mission-sec .gradients-bg-shape .wave-shape {
		width: 35vw;
	}

	.our-mission-sec .gradients-bg-shape .bg-gradient-3 {
		right: -22%;
	}

	.our-mission-box .our-mission-box-icon-wp:before {
		border-top-width: 4px;
		border-right-width: 4px;
	}

	.our-mission-box-icon-wp {
		--size: 110px;
		padding: 15px;
		margin-bottom: 20px;
	}

	.our-mission-sec .gradients-bg-shape .bg-gradient-3 {
		right: -28%;
	}

	.our-mission-box .our-mission-box-text .h4-title {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:575px) {
	.our-mission-box-icon-wp {
		--size: 90px;
	}

	.our-mission-box .our-mission-box-icon-wp:before {
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px;
	}

	.our-mission-sec .gradients-bg-shape .bg-gradient-3 {
		right: -50%;
	}

	.our-mission-sec .gradients-bg-shape .wave-shape {
		width: 85vw;
	}
}

.our-team-sec .sec-title {
	margin-bottom: 40px;
}

.team-slider {
	--extra-space: 24px;
	padding: var(--extra-space) 12px 45px;
	margin-inline: -12px;
	margin-block: calc(var(--extra-space) * -1);
}

.team-slider .swiper-slide {
	height: auto;
}

.team-box-image-box {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1.08173076923;
	overflow: hidden;
	border-radius: var(--theme-border-radius-20);
}

.team-box-image-box .back-img {
	width: 100%;
	height: 100%;
}

.team-box .team-box-content-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	border-radius: var(--theme-border-radius-8);
	background: var(--theme-white-color);
	box-shadow: var(--theme-box-shadow-5);
	position: relative;
	margin: -53px 24px 0;
	z-index: 2;
}

.team-social-info-wp {
	position: relative;
	z-index: 1;
}

.share-icon {
	position: relative;
	--size: 40px;
	width: var(--size);
	height: var(--size);
	border-radius: var(--theme-border-radius-full);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: rgba(var(--theme-color-1-rgb),.1);
	color: var(--theme-color-1);
	transition: var(--theme-transition-1);
	z-index: 1;
}

.share-icon:hover {
	background: rgba(var(--theme-color-1-rgb),1);
	color: var(--theme-white-color);
}

.share-icon:hover,.team-social-info-wp:hover .share-icon,.team-social-info-wp.active .share-icon {
	background: rgba(var(--theme-color-1-rgb),1);
	color: var(--theme-white-color);
}

.team-social-info {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%);
	z-index: 0;
	pointer-events: none;
}

.team-social-info-wp:hover .team-social-info {
	pointer-events: auto;
}

.team-social-info li {
	position: relative;
	margin-bottom: 10px;
	transition: var(--theme-transition-2);
	opacity: 0;
}

.team-social-info-wp:hover .team-social-info li {
	opacity: 1;
}

.team-social-info li a {
	--size: 40px;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-white-color);
	font-size: 15px;
	border-radius: var(--theme-border-radius-full);
	background-color: var(--theme-color-2);
}

.team-social-info li a:hover {
	background: var(--theme-color-4);
	color: var(--theme-white-color);
}

.team-social-info li:nth-child(1) {
	top: 150px;
}

.team-social-info li:nth-child(2) {
	top: 100px;
}

.team-social-info li:nth-child(3) {
	top: 50px;
}

.team-social-info-wp.active .team-social-info li:nth-child(1),.team-social-info-wp.active .team-social-info li:nth-child(2),.team-social-info-wp.active .team-social-info li:nth-child(3) {
	top: 0;
}

@media screen and (min-width:992px) {
	.share-icon:hover,.team-social-info-wp:hover .share-icon {
		background: rgba(var(--theme-color-1-rgb),1);
		color: var(--theme-white-color);
	}

	.team-social-info-wp:hover .team-social-info li:nth-child(1),.team-social-info-wp:hover .team-social-info li:nth-child(2),.team-social-info-wp:hover .team-social-info li:nth-child(3) {
		top: 0;
	}
}

@media screen and (max-width:991px) {
	.team-box .team-box-content-text {
		padding: 20px;
	}
}

@media screen and (max-width:767px) {
	.team-box .team-box-content-text {
		padding: 20px;
	}

	.team-box {
		max-width: 360px;
		margin: 0 auto;
	}
}

@media screen and (max-width:575px) {
	.team-slider {
		padding: var(--extra-space) 12px 35px;
	}

	.team-box .team-box-content-text {
		padding: 10px 20px;
	}
}

.gallery-sec .container-fluid {
	padding-inline: 60px;
}

.gallery-tab-panel .gallery-image-boxes {
	position: relative;
}

.gallery-tabbing .gallery-tab-buttons-wp {
	margin: 0 auto 40px;
}

.gallery-tabbing .gallery-tab-buttons ul {
	position: relative;
	display: flex;
	width: fit-content;
	gap: 12px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery-tabbing .gallery-tab-buttons ul li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	font-family: var(--theme-title-font);
	color: var(--theme-color-1);
	background: rgba(var(--theme-color-1-rgb),.1);
	cursor: pointer;
	padding: 10px 26px;
	border-radius: var(--theme-border-radius-40);
	transition: var(--theme-transition-1);
	white-space: nowrap;
}

.gallery-tabbing .gallery-tab-buttons ul li.gallery-tab-active,.gallery-tabbing .gallery-tab-buttons ul li:hover {
	color: var(--theme-white-color);
	background: rgba(var(--theme-color-1-rgb),1);
}

.gallery-image {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: var(--theme-border-radius-20);
}

.gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width:1399px) {
	.gallery-image {
		height: 280px;
	}
}

@media (max-width:1199px) {
	.gallery-sec .container-fluid {
		padding-inline: 50px;
	}
}

@media (max-width:991px) {
	.gallery-sec .container-fluid {
		padding-inline: 30px;
	}

	.gallery-tabbing .gallery-tab-buttons {
		overflow: auto;
		display: block;
		text-align: center;
		white-space: nowrap;
		overflow-x: auto;
		position: relative;
		left: 50%;
		transform: translate(-50%);
		width: 100vw;
		padding: 0 30px;
	}

	.gallery-tabbing .gallery-tab-buttons::-webkit-scrollbar {
		width: 0;
		opacity: 0 !important;
		display: none;
	}

	.gallery-tabbing .gallery-tab-buttons::-webkit-scrollbar-thumb,.gallery-tabbing .gallery-tab-buttons::-webkit-scrollbar-track {
		opacity: 0;
	}

	.gallery-tabbing .gallery-tab-buttons.simplebar-scrollable-x {
		padding-bottom: 20px;
	}

	.gallery-tabbing .gallery-tab-buttons ul {
		flex-wrap: nowrap;
	}
}

@media (max-width:767px) {
	.gallery-tabbing .gallery-tab-buttons-wp {
		width: 100%;
	}

	.gallery-image {
		height: 230px;
		margin-bottom: 20px;
	}
}

@media (max-width:575px) {
	.gallery-tabbing .gallery-tab-buttons ul li {
		font-size: 14px;
		line-height: 20px;
		padding: 8px 15px;
	}

	.gallery-tabbing .gallery-tab-buttons ul {
		gap: 6px;
	}

	.gallery-tabbing .gallery-tab-buttons-wp {
		margin: 0 auto 20px;
	}

	.gallery-sec .container-fluid {
		padding-inline: 15px;
	}

	.gallery-tabbing .gallery-tab-buttons {
		padding: 0 15px;
	}

	.gallery-image {
		height: 180px;
	}

	.gallery-tab-panel .main-gallery-image>.row {
		--bs-gutter-x: 1.2rem;
	}

	.gallery-image {
		border-radius: var(--theme-border-radius-8);
	}
}

@media (max-width:400px) {
	.gallery-tab-panel .main-gallery-image>.row {
		--bs-gutter-x: 1rem;
	}

	.gallery-tabbing .gallery-tab-buttons-wp {
		margin: 0 auto 15px;
	}

	.gallery-image {
		margin-bottom: 15px;
	}

	.gallery-image {
		height: 150px;
	}
}

.services-about-image-box {
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.88207547169;
}

@media (max-width:991px) {
	.services-about-image-box {
		max-width: 450px;
	}
}

.services-benefit-sec {
	position: relative;
}

.services-benefit-sec .gradients-bg-shape .bg-gradient-3 {
	top: 25%;
	right: -8%;
	transform: translate(-50%,0px);
}

.services-benefit-sec .gradients-bg-shape .wave-shape {
	width: 340px;
	left: 0;
	bottom: 0;
}

.services-benefit-box-wp {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.services-benefit-box {
	display: flex;
	gap: 20px;
}

.services-benefit-box .services-benefit-box-icon {
	--size: 80px;
	position: relative;
	width: var(--size);
	height: var(--size);
	margin-top: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: var(--theme-border-radius-full);
	background-color: rgba(var(--theme-color-1-rgb),.1);
}

.services-benefit-box-icon img {
	--size: 40px;
	max-width: var(--size);
	max-height: var(--size);
}

.services-benefit-box-content .h5-title {
	margin-bottom: 10px;
}

@media (max-width:1399px) {
	.services-benefit-sec .gradients-bg-shape .bg-gradient-3 {
		filter: blur(50px);
	}
}

@media (max-width:991px) {
	.services-benefit-sec .gradients-bg-shape,.services-benefit-sec .wave-shape {
		display: none;
	}
}

@media (max-width:480px) {
	.services-benefit-box {
		flex-direction: column;
	}

	.services-benefit-box .services-benefit-box-icon {
		margin-left: 0;
	}
}

.industries-specific-sec .sec-title {
	margin-bottom: 40px;
}

.industries-specific-box {
	padding: 45px 20px;
	text-align: center;
	border-radius: var(--theme-border-radius-20);
	background-color: var(--theme-white-color);
	border: 1px solid var(--theme-color-6);
	overflow: hidden;
	height: 100%;
	transition: var(--theme-transition-2);
}

.industries-specific-box .industries-specific-box-content-wp {
	transition: var(--theme-transition-2);
}

.industries-specific-box-content-wp .industries-specific-box-icon {
	margin-bottom: 15px;
	transition: var(--theme-transition-2);
}

.industries-specific-box-content-wp .industries-specific-box-content {
	margin-top: 12px;
	transition: var(--theme-transition-2);
}

@media (min-width:992px) {
	.industries-specific-box-content-wp .industries-specific-box-content {
		margin-bottom: -28%;
		opacity: 0;
	}

	.industries-specific-box:hover .industries-specific-box-content-wp .industries-specific-box-content {
		opacity: 1;
	}

	.industries-specific-box:hover .industries-specific-box-content-wp .industries-specific-box-icon {
		opacity: 0;
	}

	.industries-specific-box:hover .industries-specific-box-content-wp {
		transform: translateY(-35%);
	}

	.industries-specific-box {
		min-height: 195px;
	}
}

@media (max-width:991px) {
	.industries-specific-box {
		padding: 30px 20px;
	}

	.industries-specific-box-icon img {
		max-width: 40px;
	}

	.industries-specific-sec .sec-title {
		margin-bottom: 30px;
	}
}

@media (max-width:575px) {
	.industries-specific-box {
		padding: 25px 20px;
		max-width: 350px;
		margin: auto;
	}
}

.faq-sec .sec-title {
	margin-bottom: 40px;
}

.faq-accordian .faq-box:not(:last-child) {
	margin-bottom: 24px;
}

.faq-box {
	box-shadow: var(--theme-box-shadow-3);
	border-radius: var(--theme-border-radius-10);
	background-color: var(--theme-white-color);
}

.faq-accordian-title {
	position: relative;
	padding: 15px 30px;
	width: 100%;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.4;
	color: var(--theme-color-4);
	cursor: pointer;
	transition: var(--theme-transition-1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.faq-icon {
	--size: 40px;
	flex: 0 0 auto;
	position: relative;
	width: var(--size);
	height: var(--size);
	border-radius: var(--theme-border-radius-10);
	background-color: rgba(var(--theme-color-1-rgb),.1);
	display: block;
	transition: var(--theme-transition-1);
}

.faq-box.active .faq-icon {
	background-color: var(--theme-color-1);
	flex: 0 0 auto;
}

.faq-icon:before,.faq-icon:after {
	content: "";
	position: absolute;
	height: 14px;
	width: 2px;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	transform: translate(-50%,-50%);
	background-color: var(--theme-color-1);
	transition: var(--theme-transition-1);
}

.faq-icon:after {
	width: 14px;
	height: 2px;
}

.faq-box.active .faq-accordian-title .faq-icon:after,.faq-box.active .faq-accordian-title .faq-icon:before {
	background-color: var(--theme-white-color);
}

.faq-box.active .faq-accordian-title .faq-icon:after {
	transform: translate(-50%,-50%) rotate(90deg);
	opacity: 0;
}

.faq-box.active .faq-accordian-title .faq-icon:before {
	transform: translate(-50%,-50%) rotate(90deg);
}

.faq-box-text {
	border-top: 1px dashed rgba(var(--theme-color-1-rgb),.4);
	padding-block: 22px 23px;
	margin-inline: 30px;
}

.faq-box-text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

@media (max-width:1399px) {
	.faq-accordian-title {
		font-size: 20px;
	}
}

@media (max-width:991px) {
	.faq-accordian-title {
		font-size: 18px;
		padding: 15px 20px;
	}

	.faq-box-text {
		padding-block: 15px 20px;
		margin-inline: 20px;
	}

	.faq-accordian .faq-box:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media (max-width:575px) {
	.faq-accordian-title {
		font-size: 16px;
		padding: 15px;
	}

	.faq-icon {
		--size: 35px;
	}

	.faq-box-text p {
		font-size: 14px;
		line-height: 22px;
	}

	.faq-icon:after {
		width: 12px;
	}

	.faq-icon:before {
		height: 12px;
	}

	.faq-sec .sec-title {
		margin-bottom: 30px;
	}
}

.hire-us-sec {
	overflow: hidden;
	position: relative;
}

.hire-us-sec .hire-us-wp {
	position: relative;
	padding-top: 12px;
	padding-right: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.hire-us-sec .hire-us-wp:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	border-radius: var(--theme-border-radius-20);
	background-color: var(--theme-color-11);
	z-index: -1;
}

.hire-us-sec .hire-us-content {
	padding-bottom: 20px;
}

.hire-us-sec .hire-us-wp .sec-btn {
	margin-top: 20px;
}

.hire-us-sec .hire-us-wp .sub-title {
	color: var(--theme-color-2);
	margin-bottom: 10px;
}

.hire-us-sec .gradients-bg-shape {
	z-index: -1;
}

.hire-us-sec .gradients-bg-shape .bg-gradient-4 {
	right: -8%;
	top: 47%;
	transform: translate(0,-50%) rotate(-121.25deg);
}

.hire-us-sec .hire-us-wp:after {
	content: "";
	position: absolute;
	bottom: -57%;
	left: -42.5%;
	width: calc(clamp(44.813rem, 35.75vw + 41.063rem, 63.563rem));
	height: auto;
	aspect-ratio: 1/1.08464849354;
	background-image: url(/wp-content/themes/default/../../uploads/2025/02/pattern.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: overlay;
	opacity: 1;
	z-index: -1;
}

.hire-us-image-box {
	align-self: end;
}

.hire-us-image-box img {
	max-width: 350px;
}

@media (max-width:1399px) {
	.hire-us-sec .hire-us-wp {
		padding-right: 30px;
	}
}

@media (max-width:991px) {
	.hire-us-image-box {
		display: none;
	}

	.hire-us-sec .hire-us-wp {
		padding: 50px 20px 50px 0;
	}

	.hire-us-sec .hire-us-content {
		padding-bottom: 0;
	}

	.hire-us-sec .hire-us-wp:after {
		width: calc(clamp(4.813rem, 25.75vw + 41.063rem, 63.563rem));
	}
}

@media (max-width:575px) {
	.hire-us-sec .gradients-bg-shape .bg-gradient-4 {
		filter: blur(60px);
	}

	.hire-us-sec .hire-us-wp .sec-btn {
		margin-top: 20px;
	}
}

.inquiry-form-wp {
	padding: 50px 30px;
	background-color: var(--theme-white-color);
	border-radius: var(--theme-border-radius-20);
	box-shadow: var(--theme-box-shadow-3);
	word-break: break-word;
}

.inquiry-content {
	max-width: 560px;
}

.inquiry-form .form-input[type=file] {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	line-height: 1.3;
}

.inquiry-form label.input_file_text_label {
	position: absolute;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	background: 0 0;
	border: 1px solid var(--theme-color-6);
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 30px;
	transition: .3s all;
	border-radius: 100px;
}

.contact-details {
	margin-top: 30px;
}

.contact-details ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-details ul li .contact-icon {
	background-color: var(--theme-color-2);
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	width: 40px;
	font-size: 16px;
	aspect-ratio: 1/1;
}

.contact-details ul li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-details ul li .contact-text a {
	color: var(--theme-color-4);
	display: block;
	font-size: 16px;
}

.contact-details ul li .contact-text a:hover {
	color: var(--theme-color-2);
}

@media screen and (max-width:991px) {
	.contact-details ul li .contact-text a {
		font-size: 15px;
	}

	.inquiry-form-wp {
		padding: 40px 30px;
	}

	.contact-details {
		margin-top: 20px;
	}
}

@media screen and (max-width:575px) {
	.inquiry-form-wp {
		padding: 30px;
	}

	.inquiry-form label.input_file_text_label {
		padding: 15px 20px;
	}

	.contact-details ul {
		gap: 15px;
	}
}

@media screen and (max-width:400px) {
	.inquiry-form-wp {
		padding: 30px 15px;
	}
}

.technology-details .common-image-box {
	background-color: var(--theme-color-7);
}

.technology-details.technology-details-even-section .common-image-box {
	background-color: var(--theme-white-color);
}

.technology-details .common-image-box .back-img {
	background-size: contain;
	background-size: 300px;
	background-repeat: no-repeat;
}

.technology-details .common-content>.p3 {
	margin-bottom: 20px;
}

@media screen and (min-width:992px) {
	.technology-details.technology-details-even-section .common-content {
		margin-left: 0;
		margin-right: auto;
	}
}

@media screen and (max-width:400px) {
	.technology-details .common-image-box .back-img {
		background-size: 200px;
	}
}

.benefits-box {
	background-color: var(--theme-white-color);
	box-shadow: var(--theme-box-shadow-2);
	padding: 10px 15px;
	display: flex;
	align-items: center;
	height: 100%;
	gap: 15px;
	border-radius: var(--theme-border-radius-20);
}

.benefits-box-wp {
	margin-top: 30px;
}

.benefits-box .icon {
	width: 45px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--theme-color-1);
	border-radius: 50%;
	color: var(--theme-white-color);
	font-size: 20px;
	font-weight: 600;
	flex: 0 0 auto;
}

.benefits-box .content .h4-title {
	margin-bottom: 5px;
}

.career-benifits .benefits-box {
	padding: 25px;
	flex-direction: column;
	align-items: start;
	border-radius: var(--theme-border-radius-20);
	border: 1px solid #C1C1C12E;
	box-shadow: 0 4px 30px rgb(0 0 0/0%);
	transition: .3s all;
}

.career-benifits .benefits-box:hover {
	box-shadow: var(--theme-box-shadow-2);
}

.career-benifits .benefits-box .icon {
	width: 50px;
	background-color: transparent;
	color: var(--theme-color-1);
	border: 1px dashed;
}

.career-benifits .benefits-box .icon img {
	max-width: 30px;
}

@media screen and (max-width:1199px) {
	.benifit-section .benefits-box {
		padding: 20px;
		display: flex;
		align-items: start;
		height: 100%;
		gap: 20px;
	}

	.benifit-section .benefits-box .icon {
		width: 50px;
		font-size: 22px;
	}

	.benifit-section .benefits-box {
		padding: 10px;
		gap: 10px;
	}

	.benefits-box-wp {
		margin-top: 20px;
	}

	.benefits-box-wp .benefits-box .h6-title {
		font-size: 15px;
	}

	.benefits-box .icon {
		width: 40px;
		font-size: 18px;
	}

	.career-benifits .benefits-box {
		padding: 25px;
	}
}

@media screen and (max-width:991px) {
	.benefits-box-wp {
		margin-top: 30px;
	}
}

@media screen and (max-width:575px) {
	.benifit-section .benefits-box {
		flex-direction: column;
	}

	.benifit-section .benefits-box {
		gap: 10px;
	}

	.career-benifits .benefits-box {
		padding: 20px;
	}
}

.why-choose-us-career-sec .career-img-wrapper {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	width: 600px;
	aspect-ratio: 1/1;
	max-width: 100%;
	--gap: 5px;
}

.why-choose-us-career-sec .career-img-wrapper .img-wrapper {
	line-height: 0;
}

.why-choose-us-career-sec .career-img-wrapper .career-img-1 img,.why-choose-us-career-sec .career-img-wrapper .career-img-2 img,.why-choose-us-career-sec .career-img-wrapper .career-img-3 img,.why-choose-us-career-sec .career-img-wrapper .career-img-4 img {
	border-radius: var(--theme-border-radius-8);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.why-choose-us-career-sec .career-img-wrapper .career-img-1 {
	width: 100%;
	aspect-ratio: 1/0.3725;
	-webkit-mask-image: url(/wp-content/themes/default/assets/images/mask-img.png);
	mask-image: url(/wp-content/themes/default/assets/images/mask-img.png);
	-webkit-mask-position: center;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	position: absolute;
	bottom: 0;
}

.why-choose-us-career-sec .career-img-wrapper .career-img-2 {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - var(--gap));
	aspect-ratio: 1/1.24;
}

.img-inner-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 72%;
}

.why-choose-us-career-sec .career-img-wrapper .career-img-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - var(--gap));
	height: calc(50% - var(--gap));
}

.why-choose-us-career-sec .career-img-wrapper .career-img-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - var(--gap));
	height: calc(50% - var(--gap));
}

.why-choose-us-career-sec .career-img-wrapper .link-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--white-color);
	padding: 5px 10px;
	border-radius: var(--theme-border-radius-20) var(--theme-border-radius-20) 0px 0px;
	width: max-content;
	max-width: 100%;
}

@media screen and (max-width:575px) {
	.why-choose-us-career-sec .career-img-wrapper .career-img-1 img,.why-choose-us-career-sec .career-img-wrapper .career-img-2 img,.why-choose-us-career-sec .career-img-wrapper .career-img-3 img,.why-choose-us-career-sec .career-img-wrapper .career-img-4 img {
		border-radius: 5px;
	}
}

.job-openings-section .job-card {
	padding: 30px;
	box-shadow: var(--theme-box-shadow-2);
	margin-bottom: 30px;
	border-radius: var(--theme-border-radius-20);
}

.job-openings-section .job-card:last-child {
	margin-bottom: 0;
}

.job-openings-section .lable-wp {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}

.job-openings-section .lable-wp .lable {
	padding: 4px 14px;
	background-color: var(--theme-color-1);
	color: var(--theme-white-color);
	border-radius: var(--theme-border-radius-40);
	font-size: 13px;
	line-height: 1.7;
}

.job-openings-section .job-title {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.job-openings-section .job-details-wp {
	display: flex;
	gap: 10px 30px;
	flex-wrap: wrap;
}

.job-openings-section .job-details-wp .job-details {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--theme-black-color);
	text-align: center;
}

.job-openings-section .job-details-wp .row>*:last-child .job-details {
	border-right: none !important;
}

.job-openings-section .job-details-wp .job-details i {
	color: var(--theme-color-1);
}

@media screen and (min-width:992px) {
	.job-openings-section .apply-now {
		text-align: end;
	}
}

@media screen and (max-width:991px) {
	.job-openings-section .job-card {
		padding: 25px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width:575px) {
	.job-openings-section .job-details-wp .job-details {
		font-size: 14px;
	}

	.job-openings-section .job-details-wp {
		gap: 5px 30px;
	}

	.job-info p {
		font-size: 14px;
	}

	.job-openings-section .job-card {
		padding: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:400px) {
	.job-openings-section .job-details-wp {
		flex-direction: column;
	}
}

.hire-us-box {
	padding: 30px 20px;
	background-color: var(--theme-white-color);
	position: relative;
	box-shadow: var(--theme-box-shadow-4);
	display: flex;
	gap: 10px 20px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	border-radius: var(--theme-border-radius-20);
}

.hire-us-box .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.hire-us-box .content .sec-btn {
	margin-top: auto;
}

.hire-us-box .icon {
	width: 70px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--theme-color-1);
	border-radius: 50%;
	z-index: 1;
	flex: 0 0 auto;
}

.hire-us-box .icon img {
	max-width: 36px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(307deg) brightness(113%) contrast(101%);
	width: 35px;
}

.hire-us-box .icon-wp:before {
	content: '';
	position: absolute;
	width: calc(100% + 10px);
	height: calc(50% + 10px);
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	background-color: #000;
	z-index: 1111111;
}

.hire-us-box .icon-wp {
	transform: translateY(-50%);
	position: absolute;
	top: 0;
	z-index: 1111;
}

@media screen and (max-width:575px) {
	.hire-us-box {
		flex-direction: column;
		gap: 15px;
		padding: 20px;
	}

	.hire-us-box .icon {
		width: 60px;
	}

	.hire-us-box .icon img {
		max-width: 30px;
		min-width: auto;
	}
}

.main-contact-map {
	height: 350px;
}

.main-contact-map iframe {
	height: 100%;
	width: 100%;
}

.contact-us-section .contact-info-box {
	padding: 30px;
	box-shadow: var(--theme-box-shadow-2);
	background-color: var(--theme-white-color);
	margin-bottom: 30px;
	position: relative;
	display: flex;
	gap: 20px;
	border-radius: var(--theme-border-radius-20);
	align-items: center;
}

.contact-us-section .contact-info-box:last-child {
	margin-bottom: 0;
}

.contact-us-section .contact-info-box .contact-content {
	display: inline-flex;
	flex-direction: column;
	align-items: start;
}

.contact-us-section .contact-info-box .conatct-link {
	display: inline-block;
	width: fit-content;
}

.contact-us-section .contact-info-box .icon-wp {
	width: 60px;
	aspect-ratio: 1/1;
	text-align: center;
	flex: 0 0 auto;
}

.contact-us-section .contact-info-box .contact-title {
	margin-bottom: 10px;
}

.contact-us-section .contact-info-box .icon-wp .icon {
	width: 100%;
	aspect-ratio: 1/1;
	background-color: var(--theme-color-1);
	color: var(--theme-white-color);
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

@media screen and (max-width:1199px) {
	.contact-us-section .contact-info-box {
		padding: 20px;
	}
}

@media screen and (max-width:991px) {
	.contact-us-section .contact-info-box {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:575px) {
	.contact-us-section .contact-info-box .icon-wp .icon {
		font-size: 20px;
	}

	.contact-us-section .contact-info-box .icon-wp {
		width: 50px;
	}

	.contact-us-section .contact-info-box {
		gap: 15px;
	}

	.contact-us-section .contact-info-box .contact-title {
		margin-bottom: 5px;
	}

	.contact-us-section .contact-info-box {
		padding: 15px;
	}
}

body:not(.single-post) .blog-card .blog-content {
	padding: 20px;
}

body:not(.single-post) .blog-card {
	box-shadow: 0 4px 60px -1px rgba(0 0 0/.1);
}

.entry-meta>span,.entry-footer .cat-links {
	display: block;
	margin-bottom: 5px;
}

.entry-meta .posted-on .entry-date.published {
	margin-right: 10px;
}

.entry-footer .comments-link {
	margin-right: 10px;
}

.comments-title,.comment-content {
	margin-bottom: 10px;
}

.comment-meta {
	margin: 10px 0;
}

.entry-meta>span a,.entry-footer .cat-links a,.entry-footer .comments-link {
	text-decoration: underline !important;
}

.blog-card .blog-content .entry-title,.comment-reply-title,.editor-styles-wrapper,.entry-content {
	margin-bottom: 10px;
}

.search article {
	margin-bottom: 30px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,.page-content .wp-block-search .wp-block-search__input,.search-form .search-field {
	background: var(--theme-white-color);
	font-size: 16px;
	outline: none;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 1px solid var(--theme-color-1);
	-webkit-appearance: none;
	appearance: none;
	padding: 13px 110px 12px 20px;
	border-radius: 30px;
}

label {
	display: block;
}

.page-content p {
	margin-bottom: 10px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,.page-content .wp-block-search .wp-block-search__button,.search-form .search-submit {
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 0;
	height: 50px;
	color: var(--theme-white-color);
	position: absolute;
	right: 0;
	bottom: 0;
	outline: none;
	border: none;
	cursor: pointer;
	background: var(--theme-color-1);
	flex: 1;
	transition: var(--transition);
	border-radius: 0 30px 30px 0;
}

.comment-form-cookies-consent,.page-content .wp-block-search,.search-form,.widget-area .widget_search .wp-block-search {
	position: relative;
}

.page-links,.widget {
	margin: 0 0 1.5em;
}

.widget ol,.widget ul,.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0;
	list-style: disc;
	padding-left: 15px;
}

.widget ol,.widget ul,.wp-block-latest-posts.wp-block-latest-posts__list li {
	color: var(--theme-color-4);
}

.wp-block-group .wp-block-heading {
	margin-bottom: 15px;
}

footer.wp-block-latest-comments__comment-meta a,.comment-content p a {
	text-decoration: underline !important;
}

.wp-block-search__label {
	display: none;
}

.comment-form label {
	display: block;
	margin-bottom: 5px;
}

.comments-area p input {
	width: 100%;
	height: 46px;
	border-radius: 0;
	background: var(--white-color);
	border: 1px solid var(--theme-color-6);
	outline: none;
	box-shadow: none;
	padding: 15px;
	border-radius: 100px;
}

.woocommerce form .form-row .input-checkbox,.woocommerce-form__input,.wpcf7 input[type=checkbox],.wpcf7 input[type=radio],p.comment-form-cookies-consent>input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: 0 0;
	border: none;
	outline: 0;
	opacity: 0;
	z-index: 5;
	cursor: pointer;
}

.comment-form p {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}

.comment-form-cookies-consent label {
	padding-left: 10px;
}

.single-post .entry-header .entry-title {
	margin-top: 10px;
}

.page-template-default .entry-header .entry-title,.comment-author.vcard {
	margin-bottom: 10px;
}

.type-post .entry-header .entry-meta,.type-post .entry-header .entry-title,.type-post .post-thumbnai {
	margin-bottom: 10px;
}

.type-post .entry-summary,.reply {
	margin: 10px 0;
}

p.comment-form-cookies-consent {
	padding-left: 20px !important;
	margin-left: 15px;
	padding-right: 30px;
}

.comments-area textarea {
	resize: none;
	height: 180px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	background: var(--white-color);
	border: 1px solid var(--theme-color-6);
	outline: none;
	padding: 15px;
	border-radius: 25px;
}

.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.site-main .post-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.comment-navigation .nav-next,.comment-navigation .nav-previous,.post-navigation .nav-next,.post-navigation .nav-previous,.posts-navigation .nav-next,.posts-navigation .nav-previous {
	display: inline-block;
	width: auto;
	float: none;
}

.comment-navigation .nav-next a,.comment-navigation .nav-previous a,.post-navigation .nav-next a,.post-navigation .nav-previous a,.posts-navigation .nav-next a,.posts-navigation .nav-previous a {
	padding: 10px;
	background: var(--theme-color-1);
	color: var(--theme-white-color);
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
}

@media screen and (min-width:992px) {
	aside {
		position: sticky;
		top: 150px;
	}

	.blog,.single-post,.archive,.search {
		overflow: initial !important;
	}

	.blog-card {
		height: 100%;
	}
}

@media screen and (max-width:991px) {
	.comments-area p input {
		padding: 5px 10px;
		height: auto;
	}

	.page-links,.widget {
		margin: 0 0 15px;
	}
}

@media screen and (max-width:575px) {
	.editor-styles-wrapper,.entry-content p {
		font-size: 14px;
	}

	body:not(.single-post) .blog-card .blog-content {
		padding: 15px;
	}

	.comment-form p {
		padding: 0;
	}

	.wp-block-group .wp-block-heading {
		margin-bottom: 10px;
	}
}

.error-404 .error-image {
	max-width: 650px;
	margin: 0 auto 30px;
}

.error-404 .error-404-content .sec-btn {
	margin-top: 15px;
}

.error-404 .error-404-content .h4-title {
	margin-bottom: 15px;
}

@media screen and (max-width:575px) {
	.error-404 .error-404-content .sec-btn {
		margin-top: 10px;
	}

	.error-404 .error-404-content .h4-title {
		margin-bottom: 10px;
	}
}

.thank-text {
	text-align: center;
	position: relative;
}

.thanks-icon {
	width: 100px;
	display: block;
	margin: 0 auto 40px;
}

.thanks-icon .checkmark {
	stroke-dashoffset: 745;
	stroke-dasharray: 745;
	animation: 2.5s linear infinite dash;
	stroke: var(--theme-color-1);
}

.thank-text p a {
	text-decoration: underline !important;
}

@keyframes dash {
	0% {
		stroke-dashoffset: 745;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

.testimonial-section .testimonial-slider-box-wp {
	--gap: 30px;
	column-count: 3;
	gap: var(--gap);
}

.testimonial-section .testimonial-slider-box-wp:after {
	content: '';
	display: block;
	width: 100%;
}

.testimonial-section .testimonial-slider-box-content-text {
	max-height: initial !important;
}

.testimonial-section .testimonial-slider-box {
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: var(--gap);
}

.testimonial-section .testimonial-slider-box .testimonial-slider-box-logo {
	display: inline-block;
	max-width: 100%;
}

.testimonial-section .testimonial-slider-box .testimonial-slider-box-top {
	flex-wrap: wrap;
	gap: 10px;
}

@media screen and (max-width:1199px) {
	.testimonial-section .testimonial-slider-box-wp {
		column-count: 2;
	}
}

@media screen and (max-width:991px) {
	.testimonial-section .testimonial-slider-box-wp {
		--gap: 20px;
	}
}

@media screen and (max-width:575px) {
	.testimonial-section .testimonial-slider-box-wp {
		column-count: 1;
	}

	.testimonial-section .testimonial-slider-box-wp {
		--gap: 15px;
	}
}

.no-results .page-header {
	margin-bottom: 15px;
}

.policy-content h2 {
	font-size: 28px;
	margin: 20px 0 10px;
}

.policy-content ul,.policy-content ol {
	margin-bottom: 10px;
	list-style: disc;
	padding-left: 18px;
}

.policy-content ol {
	list-style: inherit;
}

.policy-content ul li:not(:last-child),.policy-content ol li:not(:last-child) {
	margin-bottom: 10px;
}

@media screen and (max-width:1199px) {
	.policy-content h2 {
		font-size: 26px;
	}
}

@media screen and (max-width:575px) {
	.policy-content h2 {
		font-size: 24px;
		margin-bottom: 6px;
	}
}