/*!
Theme Name: IA Drywall Inc.
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ia-drywall-inc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
    # Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
	color: var(--body-text);
	font-size: 16px;
	line-height: 26px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.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(--transition);
	position: relative;
	color: var(--white-color);
	font-weight: 500;
	line-height: 1.5;
}

.main-navigation li.menu-item-has-children.current_page_item>a::after,
.main-navigation li.current_page_item>a:not(.main-navigation ul ul li.current_page_item>a) {
	color: var(--primary-color);
}

/*========== Fonts CSS Start ==========*/
@font-face {
	font-family: 'Outfit';
	src: url('assets/fonts/Outfit-Bold.eot');
	src: url('assets/fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Outfit-Bold.woff2') format('woff2'),
		url('assets/fonts/Outfit-Bold.woff') format('woff'),
		url('assets/fonts/Outfit-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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

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

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

@font-face {
	font-family: 'Zilla Slab';
	src: url('assets/fonts/ZillaSlab-Bold.eot');
	src: url('assets/fonts/ZillaSlab-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ZillaSlab-Bold.woff2') format('woff2'),
		url('assets/fonts/ZillaSlab-Bold.woff') format('woff'),
		url('assets/fonts/ZillaSlab-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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

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

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
.form-element i {
	position: absolute;
	top: 16px;
	right: 15px;
	font-size: 16px;
	color: var(--primary-color);
	pointer-events: none;
}

.wpcf7-form-control-wrap {
	margin-bottom: 23px;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
	color: var(--body-text);
	opacity: 0.7;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
	color: var(--body-text);
	opacity: 0.7;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: var(--body-text);
	opacity: 0.7;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: var(--body-text);
	opacity: 0.7;
}

.form-input::placeholder,
.input-text::placeholder {
	color: var(--body-text);
	opacity: 0.7;
}

select option {
	color: #000;
}

select {
	color: var(--input-color) !important;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
	width: 100%;
	height: 55px;
	border: 1px solid var(--body-text);
	outline: none !important;
	padding: 0 12px;
	font-size: 18px;
	line-height: 1.7;
	color: var(--body-text);
	background: var(--alternate-white);
	border-radius: var(--radius-8);
	-webkit-appearance: none;
	appearance: none;
}

select,
select.form-input {
	padding-right: 30px;
}

.form-input.wpcf7-textarea {
	height: 180px;
	resize: none;
	padding: 12px;
	display: block;
}

.submit-btn:not(.main-seo-content .submit-btn, .seo-contact-form .submit-btn) {
	text-align: center;
	display: block;
}

.submit-btn .sec-btn {
	width: 101px;
	height: 51px;
	font-size: 16px;
	line-height: 1.2;
}

.wpcf7 form.validate .wpcf7-response-output {
	border-color: var(--red-color);
	color: var(--red-color);
	font-size: 16px;
	border-width: 1px;
}

.wpcf7 .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	margin: 0 0 0 55px;
	background-color: var(--black-color);
}

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(--primary-color);
	z-index: 1;
}

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

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(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white-color);
	opacity: 0;
	transition: var(--transition);
	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: 0;
}

.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: transparent;
	color: var(--white-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	background: var(--dark-color);
	border-radius: 3px;
}

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

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(--red-color);
	opacity: 0.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(--red-color) !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(--black-color);
	margin-bottom: var(--gutter);
}

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

.form-input-file p {
	color: var(--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(--input-color);
	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(--gutter);
	height: 1px;
	background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon::after {
	width: 1px;
	height: var(--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(--black-color);
	font-weight: 600;
	margin-left: 3px;
}

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

/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/
:root {
	--primary-color: #FDD212;
	--secondary-color: #F5B93F;
	--dark-color: #141F33;
	--body-text: #4D4D4D;
	--white-color: #ffffff;
	--alternate-white: #F4F4F4;
	--black-color: #000000;
	--black-700: #2E2E2E;
	--black-800: #1F1F1F;
	--black-900: #121212;
	--red-color: #ff0000;
	--input-color: #555555;
	--yellow-color: #ddcb62;
	--radius-6: 6px;
	--radius-8: 8px;
	--radius-16: 16px;
	--box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	--card-shadow: 0px 5px 5px 0px rgba(8, 17, 50, 0.04), 0px 12px 7px 0px rgba(8, 17, 50, 0.03), 0px 21px 8px 0px rgba(8, 17, 50, 0.01), 0px 33px 9px 0px rgba(8, 17, 50, 0), 0px -1px 1px 0px rgba(8, 17, 50, 0.05);
	--space-80: 80px;
	--body-font: 'Outfit';
	--title-font: 'Zilla Slab';
	--transition: .3s;
	--gutter: 30px;
}

body {
	font-size: 18px;
	line-height: 1.7;
	color: var(--body-text);
	font-family: var(--body-font);
}

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

.learn-more {
	color: var(--primary-color);
	font-weight: 600;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	gap: 13px;
	letter-spacing: 0.02em;
	transition: var(--transition);
}

.learn-more .mask-img.arrow {
	width: 8px;
	height: auto;
	bottom: 0;
	position: relative;
	aspect-ratio: 0.66666667/1;
	flex: 0 0 auto;
	background: var(--primary-color);
	transition: var(--transition);
}

.learn-more:hover {
	gap: 16px;
	text-decoration: underline !important;
	color: var(--primary-color);
}

.learn-more:hover span.arrow {
	background: var(--primary-color);
}

p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 40px;
}

.body-l {
	font-size: 20px;
	line-height: 1.6;
}

.body-l>* {
	font-size: inherit;
	line-height: inherit;
}

.body-xl {
	font-size: 22px;
	line-height: 1.5;
}

.body-xl>* {
	font-size: inherit;
	line-height: inherit;
}

.body-s {
	font-size: 16px;
	line-height: 1.5;
}

.body-s>* {
	font-size: inherit;
	line-height: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: var(--black-700);
	font-family: var(--title-font);
}

p a,
a {
	color: var(--primary-color);
	text-decoration: underline !important;
	transition: var(--transition);
}

a {
	text-decoration: none !important;
}

p a:hover,
a:hover {
	color: var(--dark-color);
}

.h1-title {
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.03em;
	margin-bottom: 26px;
}

.h1-title span {
	display: block;
}

.h2-title {
	font-size: 52px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 40px;
}

.h3-title {
	font-size: 42px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.h4-title {
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	margin-bottom: 13px;
}

.h6-title {
	font-family: var(--body-font);
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.play-btn {
	width: 60px;
	height: 60px;
	color: var(--primary-color);
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 3px;
	box-shadow: var(--box-shadow);
	transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

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

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

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

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

.main-navigation ul ul li {
	display: block;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.main-navigation ul ul li a {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 26px;
	color: var(--black-700);
	transition: var(--transition);
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	width: 205px;
	height: 70px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-6);
	font-size: 18px;
	line-height: 1.2;
	color: var(--black-800);
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.02em;
	padding: 5px;
	cursor: pointer;
	outline: none !important;
	transition: var(--transition);
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	appearance: none;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.sec-btn.dark-btn {
	background: var(--black-900);
	border-color: var(--black-900);
	color: var(--primary-color);
}

.sec-btn.dark-btn:hover {
	background: var(--white-color);
	border-color: var(--white-color);
	color: var(--black-900);
}

.sec-btn.primary-outline {
	background: transparent;
	border-color: var(--primary-color);
	color: var(--black-800);
}

.sec-btn.primary-outline:hover {
	background: var(--primary-color);
}

.sec-btn.white-btn:hover {
	color: var(--dark-color);
}

.sec-btn.lg-btn {
	width: 265px;
}

.sec-btn.sm-btn {
	width: 157px;
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-content {
	background: var(--white-color);
	-webkit-mask-image: -webkit-radial-gradient(var(--white-color), var(--black-color));
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 30px rgba(60, 140, 244, 0.16);
}

.popup-title {
	position: relative;
	padding: 10px 65px 10px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
}

button.close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background: var(--primary-color);
	opacity: 1 !important;
	text-shadow: none;
	color: var(--white-color);
	border-radius: 0;
	outline: none !important;
	z-index: 2;
	transition: var(--transition);
}

button.close:hover {
	background: var(--primary-color);
	color: var(--dark-color);
}

.modal-dialog {
	max-width: 700px;
}

.common-popup-overflow {
	padding: 10px 0px;
}

.common-popup-text::-webkit-scrollbar-thumb {
	background: var(--primary-color);
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider CSS Start ==========*/
.slick-dots {
	--dots: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	height: calc(var(--dots) * 2);
}

.slick-arrow {
	position: relative;
	--slick-arrow-size: 56px;
	bottom: 0;
	left: 0;
	border: 1px solid var(--primary-color) !important;
	width: var(--slick-arrow-size);
	height: var(--slick-arrow-size);
	background: var(--primary-color);
	color: var(--white-color);
	border-radius: 50%;
}

.slick-arrow:hover {
	background: var(--black-800);
	border-color: var(--black-800) !important;
}

.slide-arrow.prev-arrow {
	background: transparent;
	border-color: var(--black-800) !important;
}

.slide-arrow.prev-arrow:hover {
	background: var(--black-800);
}

.slide-arrow.next-arrow.slick-arrow {
	left: auto;
	right: 0;
}

.slick-dots li button {
	width: var(--dots);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 50%;
	background: rgba(31, 31, 31, 0.4);
	transition: var(--transition);
}

.slick-dots li button:hover {
	background: var(--primary-color);
}

.slick-dots li.slick-active button {
	--dots: 16px;
	background: var(--primary-color);
}

.slider-controller .slick-dots {
	position: relative;
	order: 2;
	flex: 1 0;
	margin-left: 8px;
}

.slick-arrow svg {
	transition: var(--transition);
}

.slick-arrow:hover svg {
	filter: brightness(0) invert(1);
}

.slider-controller .slide-arrow {
	order: 4;
}

/*==========Slider CSS End==========*/

/*==========Header CSS Start==========*/

.site-header {
	position: fixed;
	width: 100%;
	top: calc(var(--wp-admin--admin-bar--height, 0));
	left: 0;
	z-index: 100;
}

.site-header::before {
	content: "";
	position: absolute;
	width: 1920px;
	height: 81px;
	background-color: var(--black-800);
	-webkit-mask-image: url('assets/images/navigation_bg.svg');
	-webkit-mask-position: top center;
	mask-position: top center;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	top: 0;
	left: 0;
}

.site-branding {
	position: relative;
	margin-top: 10px;
}

.header-mobile-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 48px;
	margin-top: 16px;
}

.header-btn .sec-btn {
	width: 231px;
	height: 51px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.header-btn .sec-btn:hover {
	border-color: var(--primary-color);
}

.menu-header-menu-container>ul {
	display: inline-flex;
	align-items: center;
	gap: calc(clamp(1.875rem, 2.778vw - 0.208rem, 3.125rem));
	/* 50 to 30 = 991 to 375 */
}

@media screen and (min-width: 1921px) {
	.site-header::before {
		width: 2560px;
		height: 110px;
	}
}

@media screen and (max-width:1399px) {
	.menu-header-menu-container>ul {
		gap: 25px;
	}
}

/*==========Header CSS End==========*/

/*==========Main Banner CSS Start==========*/
.main-banner {
	position: relative;
	padding-top: 193px;
	background-color: var(--black-900);
	overflow: hidden;
}

.banner-bottom-mask {
	position: absolute;
	bottom: 0;
	left: 0;
}

.body-xl p {
	font-size: 22px;
	line-height: 1.5;
}

.banner-text p {
	font-weight: 500;
}

.banner-content .body-xl {
	max-width: 753px;
	margin: 0 auto;
}

.blog-banner .banner-content .body-xl {
	max-width: unset;
	color: var(--white-color);
}

.banner-btn {
	margin-top: 48px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.banner-btn .sec-btn+.sec-btn .callus {
	margin-left: 3px;
}

.banner-btn .sec-btn:hover {
	background: transparent;
	border-color: var(--primary-color);
	color: var(--white-color);
}

.banner-btn .sec-btn.primary-outline {
	color: var(--white-color);
}

.banner-btn .sec-btn.primary-outline:hover {
	background: var(--primary-color);
	color: var(--black-800);
}

@media screen and (min-width: 1200px) {
	.banner-btn .sec-btn.primary-outline {
		width: 207px;
	}
}

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

@media (max-width: 991px) {
	.main-banner {
		padding-top: calc(clamp(7.5rem, 9.74vw + 5.217rem, 11.25rem));
		/* 180 to 120 = 991 to 375*/
	}

	.banner-btn {
		display: flex;
		margin-top: 48px;
	}

	.banner-content {
		margin: 0;
	}

	.banner-content .body-xl {
		max-width: 100%;
		font-size: 18px;
	}
}

@media screen and (max-width: 575px) {
	.banner-btn .sec-btn {
		width: 100%;
	}

	.main-banner {
		--gutter: 33px;
	}
}

@media screen and (max-width: 359px) {
	.main-banner {
		--gutter: 30px;
	}
}


/*==========Main Banner CSS End==========*/

/*==========Tiles CSS Start==========*/
.banner-tiles {
	--top_position: 127px;
	position: relative;
	margin-top: var(--top_position);
}

.tiles-wp {
	--gap: 16px;
	display: grid;
	grid-template-columns: 32% 36% 32%;
	gap: 0 var(--gap);
	align-items: center;
	justify-content: center;
	height: calc(100vh - 75px);
	position: relative;
}

.banner-tiles .mask-img-top {
	width: 100%;
	aspect-ratio: 1/0.4040;
	background-color: var(--black-800);
	position: absolute;
	top: -225px;
	left: 0;
}

.banner-tiles .banner-shape {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	aspect-ratio: 1/0.3104;
	background: var(--white-color);
	pointer-events: none;
	top: auto;
}

.small-tile {
	flex: 1;
}

.sub-tile {
	display: flex;
	gap: var(--gap);
	align-items: center;
	position: relative;
	z-index: 2;
}

.tiles-wp [class*="tile"] .back-img {
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}

.medium-tile .back-img {
	aspect-ratio: 1/1;
	flex: 0 0 auto;
}

.small-tile .back-img {
	aspect-ratio: 1/1.6;
}

.large-tile .back-img {
	height: 100%;
}

.medium-tile {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	flex: 0 0 52.83%;
}

.large-tile.banner_center_tile {
	z-index: 2;
	position: relative;
}

@media screen and (max-width: 1199px) {
	.banner-tiles {
		--top_position: 30px;
	}
}

@media (max-width: 991px) {
	.banner-tiles {
		--top_position: 76px;
	}

	.tiles-wp {
		--gap: 6px;
		grid-template-columns: 55% 55% 55%;
		height: auto;
		padding-bottom: 69px;
	}

	.mask-img.banner-mob-shape {
		--banner-mob-shape-value: calc(clamp(0.25rem, 1.623vw - 0.13rem, 0.875rem));
		/* 14 to 4 = 991 to 375 */
		width: 100%;
		aspect-ratio: 1/1.03899721448468;
		position: absolute;
		bottom: calc(var(--banner-mob-shape-value)*-1);
		left: 0;
		background-color: var(--white-color);
	}

	.large-tile.banner_center_tile {
		min-height: 71.67vw;
		height: 50vh;
		max-height: 29.12vh;
	}

	.banner-tiles .banner-shape {
		bottom: -10px;
		width: 1920px;
		aspect-ratio: 1 / 0.31563;
		background: var(--white-color);
	}

	.banner_right_tile .medium-tile .back-img {
		aspect-ratio: 1/1.0764;
	}

	.banner_right_tile .medium-tile .back-img+.back-img {
		aspect-ratio: 1 / 1.0888;
	}

	.mask-banner-mob-shape {
		position: absolute;
		width: 1923px;
		background-color: var(--black-800);
		bottom: 0;
		left: 0;
		aspect-ratio: 1/0.5;
		-webkit-mask-size: cover;
		mask-size: cover;
	}
}

@media (max-width: 575px) {
	.tiles-wp {
		grid-template-columns: 85% 53% 85%;
	}

	.mask-banner-mob-shape {
		bottom: 148px;
		aspect-ratio: 1/0.30213;
		mask-position: top;
		-webkit-mask-size: 100%;
		mask-size: 100%;
	}
}

@media (min-height: 1100px) {
	.banner-tiles {
		--top_position: 100px;
	}
}

/*==========Tiles CSS End==========*/

/*==========About Us CSS Start==========*/
.about-us {
	padding: 323px 0 319px;
}

.about-text {
	margin-bottom: 39px;
}

.about-us-image {
	position: relative;
	text-align: right;
}

.about-us-image .mask-img {
	position: absolute;
	bottom: -75px;
	left: 50%;
	width: 907px;
	height: 316px;
	background-color: var(--primary-color);
	transform: translate(-50%, 0);
	margin-left: 44px;
}

.about-us-image img {
	position: relative;
	height: 515px;
	object-fit: cover;
	border-radius: var(--radius-16);
	z-index: 1;
}

.why-choose-content {
	padding-top: 169px;
}

.why-choose-content .title .h4-title {
	color: var(--black-900);
}

.why-choose-content .title p {
	font-weight: 500;
}

.why-choose-list-content h5 {
	font-family: var(--body-font);
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
	color: var(--black-800);
	margin-bottom: 15px;
}

.why-choose-list-box img {
	width: auto;
	margin-bottom: 16px;
}

.why-choose-list-wp {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1101px;
	margin-inline: auto;
	gap: 60px 100px;
	margin-top: 72px;
}

@media screen and (min-width: 992px) {
	.about-us-image:not(.page-template-template-about .about-us-image) {
		max-width: 540px;
		margin-left: auto;
	}
}

@media screen and (min-width: 1400px) {
	.home .about-us-image {
		left: 19px;
	}

	.page-template-template-about .about-us-image .mask-img {
		margin-left: 143px;
	}

	.page-template-template-about .about-us-image {
		left: 20px;
	}
}

@media screen and (max-width: 1680px) {
	.about-us-image img {
		height: auto;
	}
}

@media screen and (max-width: 1399px) {
	.about-us-image .mask-img {
		width: 770px;
	}
}

@media screen and (max-width: 1199px) {
	.about-us {
		padding: 150px 0 200px;
	}

	.why-choose-content {
		padding-top: 80px;
	}

	.about-us-image .mask-img {
		width: 630px;
		bottom: -110px;
	}
}

@media screen and (max-width: 991px) {
	.about-us {
		padding: 0 0 calc(clamp(8rem, 29.545vw + 1.075rem, 19.375rem));
		/* 310 to 128 = 991 to 375 */
	}

	.about-text {
		margin-bottom: 24px;
	}

	.about-us-content .sec-btn.sm-btn {
		width: 100%;
	}

	.about-us-image:not(.page-template-template-about .about-us-image) {
		max-width: 100%;
		aspect-ratio: 1/0.9512;
		margin-top: 40px;
	}

	.about-us-image img {
		height: auto;
	}

	.home .about-us-image img {
		aspect-ratio: 1/0.9512;
	}

	.about-us-image .mask-img {
		width: 100vw;
		aspect-ratio: 1 / 0.34777;
		bottom: auto;
		top: 50%;
		height: auto;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 35px 0 0 30px;
	}

	.why-choose-content {
		padding-top: calc(clamp(2.5rem, 3.247vw + 1.739rem, 3.75rem));
		/* 60 to 40 = 991 to 375 */
	}

	.why-choose-list-wp {
		gap: 32px;
		grid-template-columns: 1fr;
		text-align: center;
		margin-top: calc(clamp(1.875rem, 3.247vw + 1.114rem, 3.125rem));
		/* 50 to 30 = 991 to 375 */
	}

	.why-choose-list-content h5 {
		font-size: 18px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 575px) {
	.about-us {
		--gutter: 33px;
	}
}

@media screen and (max-width: 480px) {
	.about-us-image .mask-img {
		width: 555px;
	}
}

@media screen and (max-width: 359px) {
	.about-us {
		--gutter: 30px;
	}
}

/*==========About Us CSS End==========*/

/*==========Home Services CSS Start==========*/
.home-services {
	position: relative;
	background-color: var(--black-900);
	padding: 49px 0 223px;
}

.home-services .bottom-shape,
.home-services .top-shape {
	position: absolute;
	width: 100%;
	aspect-ratio: 1/0.0762;
	background-color: var(--black-900);
	bottom: calc(100% - 1px);
	left: 0;
}

.home-services .top-shape {
	transform: scale(-1);
}

.home-services .bottom-shape {
	bottom: -1px;
	background-color: var(--primary-color);
	transform: scale(-1, -1);
}

.home-services .sec-title .h1-title {
	letter-spacing: -0.02em;
	color: var(--primary-color);
}

.home-services .sec-title .body-xl p {
	font-weight: 500;
}

.service-img {
	overflow: hidden;
	border-radius: var(--radius-16);
	max-width: 605px;
	height: 600px;
	margin: 0 0 0 auto;
}

.service-img .back-img {
	height: 100%;
	width: 100%;
}

.services-wp {
	position: relative;
	margin-top: 125px;
	display: grid;
	gap: 160px;
	overflow: hidden;
}

.services-wp .middle-shape {
	position: absolute;
	width: 1920px;
	aspect-ratio: 1 / 0.7286458;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	margin-top: -130px;
	background-color: var(--black-800);
}

.services-content p {
	opacity: 0.7;
}

.sub-service-list {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 39px;
}

.services-content .h2-title {
	margin-bottom: 13px;
}

.services-content .learn-more {
	margin-bottom: 24px;
}

.sub-service-list a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	padding: 15px 23px;
	letter-spacing: 0.02em;
	border: 1px solid var(--white-color);
	border-radius: var(--radius-6);
	color: var(--white-color);
	transition: var(--transition);
}

.sub-service-list a:hover {
	background: var(--white-color);
	color: var(--black-800);
}

.home-services .service-top-img {
	height: var(--service-top);
	background: var(--primary-color);
	top: calc(var(--service-top) * -1);
}

.services-sec {
	position: relative;
	margin-bottom: 160px;
}

.services-sec:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.services-sec:nth-child(even) .services-content {
		margin-left: auto;
	}

	.home .services-wp {
		overflow: hidden;
	}

	.home .services-sec .row {
		background-color: var(--black-900);
		padding-block: 30px;
	}

	.services-sec:nth-child(even) .service-img {
		margin: 0 0 0 0;
	}

	.services-content {
		max-width: 605px;
	}
}

@media screen and (min-width: 1500px) {
	.home .services-content {
		margin-top: -23px;
	}

	.home .services-sec:nth-child(even) .services-content {
		margin-top: -18px;
	}

	.home .services-sec:nth-child(3) .services-content .h2-title {
		margin-bottom: 25px;
	}

	.home .services-sec:nth-child(3) .services-content .sub-service-list {
		margin-top: 40px;
	}
}

@media screen and (min-width: 1921px) {

	.home-services .bottom-shape,
	.home-services .top-shape {
		bottom: calc(100% - 2px);
	}

	.service-img {
		max-width: 100%;
	}

	.home-services .bottom-shape {
		bottom: -2px;
	}
}

@media (max-width: 1399px) {
	:root {
		--service-top: 200px;
	}

	.service-img {
		height: 500px;
	}
}

@media (max-width: 1199px) {
	.sub-service-list a {
		padding: 10px 14px;
		font-size: 16px;
	}

	.services-wp {
		margin-top: 40px;
		gap: 80px;
	}
}

@media (max-width: 991px) {
	.home-services {
		--height: calc(clamp(3.25rem, 14.422vw + 0.005rem, 8.938rem));
		margin-top: var(--height);
		padding: 0 0 140px 0;
	}

	.home-services .sec-title .h1-title {
		margin-bottom: 15px;
	}

	.home-services .service-top-img {
		top: calc(var(--height) * -1);
		width: auto;
		height: var(--height);
		aspect-ratio: 6.95652173/1;
	}

	.home-services .sec-title {
		max-width: 100%;
		text-align: left;
	}

	.sub-service-list a {
		padding: 13px 17px;
		font-weight: 400;
		font-size: 14px;
	}

	.services-sec {
		margin-bottom: 29px;
	}

	.services-wp {
		margin-top: 34px;
		padding-bottom: calc(clamp(6.813rem, 27.76vw + 0.306rem, 17.5rem));
		/* 280 to 109 = 991 to 375 */
	}

	.sub-service-list {
		margin-top: 33px;
		margin-bottom: 0;
	}

	.services-content p {
		font-size: 16px;
	}

	.home-services .bottom-shape,
	.home-services .top-shape {
		aspect-ratio: 1 / 0.4027777777777778;
		-webkit-mask-size: cover;
		mask-size: cover;
	}

	.service-img {
		max-width: 100%;
		height: auto;
		aspect-ratio: 1/0.9757575757575758;
		margin-top: 46px;
	}

	.services-content .learn-more {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.services-wp .middle-shape {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 575px) {
	.home-services {
		padding: 25px 0 calc(clamp(3.125rem, 32.558vw - 4.201rem, 7.5rem)) 0;
		/*120 to 50 from 575px to 360px*/
	}
}

/*==========Home Services CSS End==========*/

/*========== Our Locations CSS Start ==========*/
.maps {
	max-width: 721px;
	height: 560px;
	margin-left: auto;
	overflow: hidden;
	border-radius: var(--radius-8);
	box-shadow: var(--card-shadow);
}

.maps iframe {
	width: 100%;
	height: 100%;
}

.location-item .location-item-content {
	--padding: 18px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
	gap: 10px;
	cursor: pointer;
	transition: var(--transition);
}

.location-item-list-box .body-l {
	color: var(--white-color);
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
	padding-bottom: 18px;
}

.location-item {
	display: flex;
	flex-direction: column;
	padding: 18px 15px 0 12px;
	height: 536px;
}

.location-item .location-item-content .location-name {
	flex: 1 0 auto;
	max-width: 70%;
	font-size: 20px;
	line-height: 1.6;
	color: var(--white-color);
	font-weight: 500;
	padding: var(--padding) 0 var(--padding) 23px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: var(--transition);
}

.location-item-content.active .location-name,
.location-item .location-item-content:hover .location-name {
	color: var(--black-800);
}

.location-item-content .learn-more {
	font-size: 16px;
	padding: var(--padding) 16px var(--padding) 0;
}

.location-item .location-item-content:hover .learn-more,
.location-item-content.active .learn-more {
	color: var(--black-800);
	text-decoration: none !important;
}

.location-item-content.active .learn-more .mask-img.arrow,
.location-item .location-item-content:hover .learn-more .mask-img.arrow {
	background-color: var(--black-800);
}

.location-item .location-item-content .location-icon {
	display: inline-block;
	width: 20px;
	height: 27px;
	margin: 0px 11px -5px 0;
	background: var(--primary-color);
	transition: var(--transition);
}

.location-item .location-item-content:hover .location-icon,
.location-item-content.active .location-icon {
	background: var(--black-800);
}

.location-list {
	background: var(--black-800);
	overflow: hidden;
	border-radius: var(--radius-16);
	padding: 24px 10px 0 0;
	height: 100%;
}

.location-item-list-box {
	margin-bottom: 18px;
}

.location-item-list-box:last-of-type {
	margin-bottom: 0;
}

.our-locations {
	position: relative;
	padding: 63px 0;
	background-color: var(--primary-color);
}

.location-bottom-shape {
	width: 100%;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	background-color: var(--primary-color);
	aspect-ratio: 1/0.0762;
	z-index: 1;
}

.our-locations .sec-title {
	margin-bottom: 48px;
}

.our-locations .sec-title .h2-title,
.our-locations .sec-title p {
	color: var(--black-800);
}

.our-locations .sec-title .h2-title {
	margin-bottom: 23px;
}

.location-item::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 132px;
	pointer-events: none;
	background: linear-gradient(to top, #1E1E1E 0, rgba(30, 30, 30, 0) 100%);
	z-index: 1;
}

.location-item .location-item-content:hover,
.location-item-content.active {
	background-color: var(--primary-color);
}

.location-item .simplebar-track {
	height: calc(100% - 24px);
	width: 5px;
	border: 7px;
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--black-700);
}

.location-item .simplebar-track .simplebar-scrollbar {
	width: 100%;
	margin-top: -2px;
}

.location-item .simplebar-content {
	padding-bottom: 132px !important;
}

@media screen and (min-width: 1921px) {
	.maps {
		max-width: 752px;
	}
}

@media (max-width: 1399px) {
	.maps {
		max-width: calc(100% - 30px);
	}

	.location-item .location-item-content .location-name {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.location-item .location-item-content {
		--padding: 14px;
	}

	.location-item .location-item-content .location-name {
		padding: var(--padding) 0 var(--padding) 10px;
	}
}

@media (max-width: 991px) {
	.maps {
		max-width: 100%;
		margin-top: 16px;
		height: auto;
		aspect-ratio: 1 / 0.969696969696;
	}

	.our-locations .sec-title {
		margin-bottom: 36px;
	}

	.location-item::before {
		height: calc(clamp(2.75rem, 8.117vw + 0.848rem, 5.875rem));
		/* 94 to 44 = 991 to 375 */
		pointer-events: none;
		width: calc(100% + 10px);
	}

	.our-locations {
		padding: 5px 0 calc(clamp(2.563rem, 9.578vw + 0.318rem, 6.25rem));
		/* 100 to 41 = 991 to 375 */
	}

	.location-item .simplebar-content {
		padding-bottom: 0 !important;
	}

	.location-item-list-box {
		margin-bottom: 11px;
	}

	.location-item-list-box .body-l {
		font-size: 16px;
		line-height: 1.3;
		padding-bottom: 11px;
	}

	.location-item .location-item-content {
		--padding: 11px;
	}

	.location-item .location-item-content .location-name {
		font-size: 16px;
		line-height: 1.3;
		padding-left: 5px;
	}

	.location-item .location-item-content .location-icon {
		width: 15.17px;
		height: 21.17px;
		margin: 0px 7px -5px 0;
	}

	.location-item-content .learn-more {
		font-weight: 500;
		line-height: 1.5;
		gap: 9px;
		letter-spacing: 0;
	}

	.location-item-content .learn-more:not(.location-item .location-item-content:hover .learn-more, .location-item-content.active .learn-more) {
		padding-right: 0;
	}

	.location-list {
		border-radius: 4px;
	}

	.location-item {
		padding: 9px 18px 0 12px;
		height: 344px;
	}

	.location-bottom-shape {
		-webkit-mask-position: left;
		mask-position: left;
		aspect-ratio: 1/0.0755208333333;
		width: 1920px;
	}
}

@media (max-width: 575px) {
	.maps {
		height: auto;
		aspect-ratio: 1/0.97265;
	}

	.location-list {
		border-radius: 4px;
	}

	.location-item {
		height: calc(clamp(21.5rem, 89.302vw + 1.407rem, 33.5rem));
		/*536 to 344 from 575px to 360px*/
	}

	.location-item .location-item-content .location-name {
		font-size: 16px;
		max-width: 100%;
		padding: var(--padding) 0 var(--padding) 6px;
	}

	.location-item-content .learn-more {
		padding: var(--padding) 16px var(--padding) 0;
	}

	.location-item .location-item-content .location-icon {
		width: 15px;
		margin: 0px 9px -8px 0;
	}

	.location-item .location-item-content {
		--padding: 11px;
		gap: 14px;
	}
}

@media screen and (max-width: 359px) {

	.location-item .location-item-content .location-name,
	.location-item-content .learn-more {
		font-size: 14px;
	}

	.location-item .location-item-content .location-icon {
		margin: 0px 5px -8px 0;
	}

	.location-item .location-item-content .location-icon {
		width: 12px;
	}
}

/*========== Our Locations CSS Start ==========*/

/*========== Testimonial slider CSS Start ==========*/
.testimonials {
	position: relative;
	--height: 440px;
	padding: 203px 0 209px;
	background-color: var(--alternate-white);
}

.review-star {
	margin-bottom: 18px;
}

.testimonial-authors .back-img {
	width: 72px;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 50%;
	outline: 6px solid var(--white-color);
	box-shadow: var(--card-shadow);
	margin-left: -12px;
}

.testimonial-authors .back-img:first-child {
	margin: 0;
}

.testimonial-authors {
	display: inline-flex;
	margin-left: 0;
	margin-bottom: 32px;
}

.star-rating-wp {
	display: block;
}

.star-rating {
	--width: 103px;
	--height: 15px;
	position: relative;
	display: inline-block;
}

.home-testimonials .star-rating {
	--width: 161px;
	--height: 32px;
}

.star-rating:before {
	content: "";
	display: block;
	-webkit-mask-image: url("assets/images/star.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 100%;
	background-color: #e5e7e9;
	width: var(--width);
	height: var(--height);
}

.home-testimonials .star-rating:before {
	-webkit-mask-image: url("assets/images/star-2.svg");
}

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

.star-rating__fill:before {
	content: "";
	display: block;
	-webkit-mask-image: url("assets/images/star.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 100%;
	width: var(--width);
	height: var(--height);
	background-color: var(--primary-color);
}

.home-testimonials .star-rating__fill:before {
	background-color: var(--yellow-color);
	-webkit-mask-image: url("assets/images/star-2.svg");
}

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

.testimonial-box {
	height: 100%;
	max-height: var(--height);
	background-color: var(--black-800);
	overflow: hidden;
	border-radius: var(--radius-16);
	padding: 59px 60px 57px;
	text-align: center;
	max-width: 536px;
}

.testimonial-box .h3-title {
	color: var(--white-color);
	max-width: 266px;
	margin-inline: auto;
	margin-bottom: 33px;
}

.testimonial-slider {
	margin-left: 32px;
}

.testimonial-content p {
	color: var(--white-color);
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 9px;
}

.testimonial-content .learn-more {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}

.testimonial-platform:not(.testimonial-slide-box .testimonial-platform):not(.locations-testimonial-wp .testimonial-platform) img {
	height: 42px;
	width: auto;
}

.testimonial-platform {
	margin-bottom: 22px;
}

.home-testimonials .testimonial-platform {
	display: none;
}

.testimonial-box .testimonial-link {
	flex-direction: column;
	gap: 34px;
}

.testimonial-source {
	background-color: var(--white-color);
	overflow: hidden;
	border-radius: 4px;
	padding: 4px 8px;
	margin-top: -16px;
}

.testimonials:not(.home-testimonials) .testimonial-source {
	display: none;
}

.slider-controller {
	display: flex;
	flex-wrap: wrap;
	gap: 19px 12px;
	align-items: center;
}

.testimonial-slider {
	margin-left: 32px;
}

.testimonial-slider-wp {
	height: 100%;
}

.testimonial-slide {
	min-height: calc(var(--height) - 2px);
	padding: 72px 44px 24px;
}

.home-testimonials .testimonial-slide {
	padding: 64px 44px 40px;
	text-align: center;
}

.textimonial-text {
	margin-top: 16px;
	height: 67px;
}

.testimonial-author {
	margin-top: 19px;
	padding-top: 28px;
	border-top: 1px solid var(--alternate-white);
}

.testimonial-author h6 {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--body-text);
	margin-bottom: 12px;
}

.testimonial-author span {
	font-size: 16px;
	line-height: 1.5;
	color: var(--body-text);
}

.home-testimonials .testimonial-author {
	margin-top: 26px;
	padding: 0;
	border: 0;
}

.testimonial-slider .slick-list {
	order: 1;
	border-radius: var(--radius-16);
	background-color: var(--white-color);
	border: 1px solid var(--alternate-white);
	box-shadow: var(--card-shadow);
}

.slider-controller .slick-list {
	order: 1;
	width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 1921px) {
	.testimonial-box {
		max-width: 100%;
	}
}

@media (max-width: 1399px) {
	.testimonial-box {
		padding: 30px;
	}
}

@media screen and (max-width: 1199px) {
	.textimonial-text {
		height: 80px;
	}
}

@media (max-width: 991px) {
	.testimonials {
		padding: 145px 0 calc(clamp(5.438rem, 4.87vw + 4.296rem, 7.313rem));
		/* 117 to 87 = 991 to 375 */
	}

	.testimonial-box {
		max-width: 100%;
		padding: 63px 24px;
		min-height: unset;
	}

	.testimonial-content .learn-more {
		font-size: 18px;
		gap: 10px;
	}

	.testimonial-slider-wp {
		display: none;
	}

	.testimonial-box .h3-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 359px) {
	.testimonial-authors .back-img {
		width: 65px;
	}

	.testimonial-content .learn-more {
		font-size: 14px;
	}
}

/*========== Testimonial slider CSS End ==========*/

/*========== Blog CSS Start ==========*/
.blog-sec {
	position: relative;
	padding: 79px 0 177px;
}

.blog-shape {
	width: 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	aspect-ratio: 1/0.0762;
	background-color: var(--white-color);
	transform: scale(-1, -1);
}

.blog-sec .row {
	--gutter: 32px;
	gap: var(--gutter) 0;
}

.blog-sec .sec-header {
	margin-bottom: 64px;
}

.blog-btn .sec-btn {
	width: 127px;
}

.blog-sec .sec-header .h2-title {
	color: var(--black-800);
	margin-bottom: 24px;
}

.blog-item {
	display: grid;
	grid-template-columns: 260px 1fr;
	align-items: center;
	gap: 24px;
}

.blog-img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.84615384;
	overflow: hidden;
	border-radius: var(--radius-8);
}

.blog-img .back-img {
	height: 100%;
	width: 100%;
	transition: var(--transition);
}

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

.blog-tag {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	color: var(--primary-color);
	font-weight: 500;
	padding: 2px 12px;
	margin-bottom: 8px;
	overflow: hidden;
	border-radius: 4px;
	background: rgb(46 55 92 / 15%);
}

.blog-categories .blog-item .h5-title,
.blog-title {
	font-family: var(--body-font);
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	font-weight: 700;
	color: var(--black-800);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 58px;
	overflow: hidden;
	margin-bottom: 16px;
}

.blog-categories .blog-item .h5-title a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

.blog-categories .blog-item .h5-title a:hover,
.blog-title:hover {
	text-decoration: underline !important;
}

.blog-content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 64px;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.blog-btn {
		position: absolute;
		top: 47px;
		right: 15px;
	}
}

@media screen and (max-width: 1199px) {
	.blog-sec {
		padding: 60px 0 100px;
	}

	.blog-item {
		grid-template-columns: 180px 1fr;
	}
}

@media screen and (max-width: 991px) {
	.blog-shape {
		width: 1920px;
		aspect-ratio: 1 / 0.07;
		left: -23px;
		/* -webkit-mask-size: 100% 90px;
		mask-size: 100% 90px; */
	}

	.blog-item {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.blog-img {
		aspect-ratio: 1/0.6727;
		border-radius: var(--radius-8);
	}

	.blog-title {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.blog-sec .sec-header {
		margin-bottom: calc(clamp(1.188rem, 4.221vw + 0.198rem, 2.813rem));
		/* 45 to 19 = 991 to 375 */
	}

	.blog-sec .sec-header .h2-title {
		margin-bottom: calc(clamp(0.75rem, 1.299vw + 0.446rem, 1.25rem));
		/* 20 to 12 = 991 to 375 */
	}

	.blog-sec {
		padding: calc(clamp(0.188rem, 5.195vw - 1.03rem, 2.188rem)) 0 195px;
		/* 35 to 3 = 991 to 375 */
	}

	.blog-btn {
		margin-top: calc(clamp(1.25rem, 1.623vw + 0.87rem, 1.875rem));
		/* 30 to 20 = 991 to 375 */
	}

	.blog-btn .sec-btn {
		width: 100%;
	}
}

/*========== Blog CSS End ==========*/

/*==========Footer CSS Start==========*/
.site-footer {
	position: relative;
	background-color: var(--black-800);
}

.top-footer {
	position: relative;
	padding: 44px 0 0;
}

.footer-top-shape {
	position: absolute;
	width: 1920px;
	background-color: var(--black-800);
	bottom: 100%;
	left: 0;
	aspect-ratio: 1/0.0135416666666667;
}

.footer-ia-shape {
	position: absolute;
	width: 100%;
	background-color: var(--black-900);
	bottom: 0;
	left: 0;
	-webkit-mask-position: bottom;
	mask-position: bottom;
	aspect-ratio: 1/0.37;
}

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

.footer-text {
	max-width: 259px;
	margin-bottom: 18px;
}

.footer-bottom-box {
	position: relative;
	padding: 49px 0 75px;
}

.footer-text p {
	font-size: 16px;
	line-height: 1.5;
}

.contact-link li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 17px;
}

.contact-link li:last-child {
	align-items: flex-start;
	margin-bottom: 0;
}

.contact-link li .icon {
	min-width: 24px;
	text-align: center;
}

.contact-link li .text {
	color: var(--white-color);
	font-size: 16px;
	line-height: 1.5;
}

.contact-link li a.text:hover {
	color: var(--primary-color);
}

.contact-link li:nth-child(2) .text {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}

.footer-link-title {
	font-weight: 500;
	color: var(--primary-color);
	display: block;
	margin-bottom: 20px;
}

.footer-link {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 251px;
	grid-gap: 5px;
	padding-top: 109px;
}

.footer-link ul li:not(:last-child) {
	margin-bottom: 11px;
}

.footer-link ul li a {
	font-size: 16px;
	line-height: 1.5;
	color: var(--white-color);
}

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

.social-link li a {
	font-size: 26px;
	color: var(--primary-color);
	line-height: 1;
}

.social-link ul {
	display: flex;
	gap: 15px;
}

.social-link li a:hover {
	color: var(--secondary-color);
}

.footer-bottom-text {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	padding-top: 28px;
}

.copy-right {
	display: flex;
	align-items: center;
	gap: 32px;
}

.copy-right li a,
.copy-right p,
.footer-other-link p {
	font-size: 14px;
	line-height: 24px;
	color: var(--alternate-white);
	letter-spacing: 0.02em;
	margin-bottom: 0;
}

.copy-right li a:hover {
	color: var(--primary-color);
}

.copy-right ul {
	display: flex;
	gap: 32px;
}

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

.footer-bottom-link ul {
	font-size: 0;
	line-height: 1;
	list-style: none;
	margin: 0;
}

.footer-bottom-link ul li {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid var(--body-text);
}

.footer-bottom-link ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.footer-bottom-link ul li a {
	font-size: 14px;
	line-height: 24px;
	color: var(--body-text);
	transition: var(--transition);
}

.footer-bottom-link ul li a:hover {
	color: var(--primary-color);
}

.footer-other-link p a {
	color: var(--primary-color);
	font-weight: bold;
	transition: var(--transition);
}

.footer-other-link p a:hover {
	color: var(--dark-color);
}

.footer-other-link p i {
	color: var(--primary-color);
}

@media screen and (min-width: 992px) {
	.social-link {
		position: absolute;
		top: 28px;
		right: 16px;
	}

	.contact-link li .text span {
		display: block;
	}
}

@media screen and (min-width: 1921px) {
	.footer-top-shape {
		width: 2560px;
		bottom: calc(100% - 1px);
	}

	.footer-ia-shape {
		aspect-ratio: 1 / 0.27;
	}
}

@media screen and (max-width: 1399px) {
	.footer-link {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 10px;
	}
}

@media screen and (max-width: 1199px) {
	.footer-link {
		grid-gap: 30px;
	}

	.footer-bottom-box {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 991px) {
	.top-footer {
		padding: 20px 0 0;
	}

	.footer-top-shape {
		mask-position: left;
	}

	.footer-logo {
		width: 110px;
	}

	.footer-text {
		max-width: 100%;
		margin-bottom: 21px;
	}

	.contact-link li {
		margin-bottom: 10px;
	}

	.top-footer .contact-link {
		margin-bottom: 36px;
	}

	.footer-link-title.body-l {
		font-size: 20px;
	}

	.footer-link {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 15px;
		padding-top: calc(clamp(1.563rem, 2.435vw + 0.992rem, 2.5rem));
		/* 40 to 25 = 991 to 375 */
	}

	.footer-link ul li:not(:last-child) {
		margin-bottom: 15px;
	}

	.copy-right ul {
		justify-content: center;
		gap: 12px;
	}

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

	.footer-mob-shape {
		position: absolute;
		width: 100%;
		background-color: var(--black-900);
		aspect-ratio: 1/1;
		bottom: 0;
		left: 0;
		mask-position: bottom;
	}

	.menu-privacy-policy-menu-container {
		margin-top: 9px;
	}
}

@media screen and (max-width: 575px) {
	.footer-mob-shape {
		aspect-ratio: 1/1.41111;
	}

	.footer-link {
		padding-inline: 2px;
	}
}

@media screen and (max-width: 359px) {
	.footer-link {
		padding-inline: 0;
		grid-template-columns: repeat(1, 1fr);
	}

	.copy-right ul {
		gap: 4px;
		flex-direction: column;
	}
}

/*==========Footer CSS End==========*/

/*==========Single SEO Location Start==========*/
.single-location-sec {
	position: relative;
	padding: 200px 0 143px;
	background-color: var(--black-900);
}

.seperator {
	position: absolute;
	width: 100%;
	background-color: var(--white-color);
	bottom: -1px;
	left: 0;
	aspect-ratio: 1 / 0.0473;
}

.location-info-sec {
	position: relative;
	padding: 100px 0 101px;
}

.location-info-content .h4-title {
	color: var(--black-color);
	margin-bottom: 31px;
}

.location-info-text p {
	color: var(--black-color);
}

.location-infor-img .back-img {
	width: 100%;
	height: 100%;
	border-radius: var(--radius-16);
}

.location-infor-img {
	aspect-ratio: 1/0.348837209302;
}

.location-info-text {
	margin-bottom: 31px;
}

.single-repeated-sec {
	position: relative;
	background-color: var(--alternate-white);
	padding: 186px 0 147px;
}

.single-repeated-title {
	margin-bottom: 159px;
}

.location-seperator,
.location-seperator-rtl {
	position: absolute;
	background-color: var(--white-color);
	top: -1px;
	left: 0;
	aspect-ratio: 1 / 0.0473;
	width: 1920px;
}

.location-seperator-rtl {
	transform: scale(-1);
}

.single-repeated-title .h1-title {
	letter-spacing: -0.03em;
	margin-bottom: 32px;
}

.main-services-sec .service-text p {
	color: var(--black-color);
}

.main-services-sec .services-content .h2-title {
	margin-bottom: 24px;
}

.main-services-sec .services-sec:not(:last-child) {
	margin-bottom: 120px;
}

.main-services-sec .services-sec:nth-child(odd) .service-img {
	margin: 0;
}

.repair-sec .main-services-sec .services-sec.bottom-content:last-child .row>* {
	width: 100%;
	max-width: 100%;
}

.repair-sec .main-services-sec .services-sec.bottom-content .row .service-text p {
	opacity: 1;
}

.repair-sec .main-services-sec .services-sec:last-child .services-content {
	max-width: 100%;
	margin-left: 0 !important;
}

.repair-sec {
	position: relative;
	padding: 101px 0 59px;
}

.repair-sec .main-services-sec .service-text p {
	color: var(--body-text);
}

.repair-sec .location-seperator {
	top: auto;
	bottom: calc(100% - 1px);
}

.request-estimate-sec {
	position: relative;
	background-color: var(--primary-color);
	padding: 263px 0 144px;
}

.nagative-shape {
	transform: scale(-1);
}

.request-estimate-shape {
	position: absolute;
	width: 100%;
	top: -1px;
	left: 0;
	background-color: var(--white-color);
	aspect-ratio: 1 / 0.0762;
}

.request-estimate-content {
	max-width: 1170px;
	margin-inline: auto;
}

.request-estimate-text p {
	font-family: var(--title-font);
	font-size: 24px;
	line-height: 1.4;
	color: var(--dark-color);
	font-weight: 500;
	letter-spacing: -0.02em;
}

.request-estimate-text {
	margin-bottom: 39px;
}

@media screen and (min-width: 992px) {
	.main-services-sec .services-sec:nth-child(even) .services-content {
		margin-left: 0;
	}

	.single-repeated-sec .main-services-sec .services-sec:nth-child(odd) .services-content {
		margin-left: 0;
	}

	.single-repeated-sec .main-services-sec .services-sec:nth-child(odd) .service-img,
	.repair-sec .main-services-sec .services-sec:nth-child(odd) .services-content,
	.repair-sec .services-sec:nth-child(even) .service-img,
	.single-repeated-sec .services-sec:nth-child(even) .service-img {
		margin-left: auto;
	}
}

@media screen and (min-width: 1200px) {
	.single-repeated-sec .main-services-sec .services-sec:nth-child(odd) .services-content {
		margin-top: -34px;
	}

	.single-repeated-title .h1-title {
		margin-bottom: 32px;
	}
}

@media screen and (min-width: 1921px) {
	.seperator {
		bottom: -2px;
	}

	.request-estimate-shape {
		top: -2px;
	}
}

@media screen and (max-width: 1399px) {
	.single-repeated-title {
		margin-bottom: 100px;
	}

	.request-estimate-sec {
		padding: 210px 0 144px;
	}
}

@media screen and (max-width: 991px) {
	.request-estimate-sec {
		padding: calc(clamp(10rem, 6.494vw + 8.478rem, 12.5rem)) 0 calc(clamp(5.625rem, 4.87vw + 4.484rem, 7.5rem));
		/* 200 to 160, 120 to 90 = 991 to 375 */
	}

	.request-estimate-shape {
		width: 1920px;
	}

	.single-location-sec {
		padding: 170px 0 110px;
	}

	.seperator {
		width: 1920px;
	}

	.location-info-sec {
		padding: calc(clamp(3.125rem, 3.247vw + 2.364rem, 4.375rem)) 0;
		/* 70 to 50 = 991 to 375 */
	}

	.single-repeated-sec {
		padding: calc(clamp(7.5rem, 6.494vw + 5.978rem, 10rem)) 0 calc(clamp(6.25rem, 3.247vw + 5.489rem, 7.5rem));
		/* 160 to 120, 120 to 100 = 991 to 375 */
	}

	.location-infor-img {
		aspect-ratio: 1 / 0.34782;
	}

	.single-repeated-title .h1-title {
		margin-bottom: calc(clamp(1.438rem, 0.487vw + 1.323rem, 1.625rem));
	}

	.single-repeated-title {
		margin-bottom: 40px;
	}

	.main-services-sec .services-sec:nth-child(odd) .service-img,
	.main-services-sec .services-sec .service-img {
		margin: 0 0 40px;
	}

	.location-info-content .h4-title {
		margin-bottom: 17px;
	}

	.repair-sec {
		padding: calc(clamp(3.125rem, 4.058vw + 2.174rem, 4.688rem)) 0 60px;
		/* 75 to 50 = 991 to 375 */
	}

	.main-services-sec .services-content .h2-title {
		margin-bottom: 15px;
	}

	.main-services-sec .services-sec:not(:last-child) {
		margin-bottom: calc(clamp(3.75rem, 4.87vw + 2.609rem, 5.625rem));
		/* 90 to 60 = 991 to 375 */
	}

	.request-estimate-text p {
		font-size: calc(clamp(1.125rem, 0.649vw + 0.973rem, 1.375rem));
		/* 22 to 18 = 991 to 375 */
	}

	.request-estimate-text {
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 575px) {
	.location-infor-img .back-img {
		border-radius: var(--radius-8);
	}

	.single-location-sec {
		padding: 140px 0 90px;
	}
}

/*==========Single SEO Location End==========*/

/*==========About Us Page CSS Start==========*/
.page-template-template-about .about-us-content {
	max-width: 517px;
}

.inner-banner .mask-img-top {
	position: absolute;
	width: 100%;
	background-color: var(--black-800);
	bottom: 0;
	left: 0;
	aspect-ratio: 1/0.43773;
}

.inner-banner .banner-shape {
	position: absolute;
	width: 100%;
	aspect-ratio: 1/0.2104166666666667;
	top: 100%;
	left: 0;
	background-color: var(--white-color);
}

.main-services-details .services-sec:nth-child(even) {
	background-color: var(--alternate-white);
	padding: 148px 0 146px;
}

.inner-service-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: var(--white-color);
	aspect-ratio: 1 / 0.046875;
}

.page-template-template-about .main-services-details .services-sec:last-child .inner-service-bottom {
	display: none;
}

.page-template-template-about .main-services-details .services-sec:last-child {
	padding-bottom: 88px;
}

.banner-bottom-shape {
	position: absolute;
	bottom: -65px;
	left: 0;
	width: 100%;
	aspect-ratio: 1/0.2123;
	background-color: var(--white-color);
}

.main-services-details .inner-service-top {
	width: 100%;
	position: absolute;
	top: -49px;
	left: 0;
	background-color: var(--white-color);
	aspect-ratio: 1 / 0.09827;
	z-index: 1;
	transform: scale(-1);
}

.main-services-details {
	position: relative;
	padding: 61px 0;
}

.page-template-template-about .main-services-details {
	padding-bottom: 0;
}

.main-services-details .services-sec:not(:last-child) {
	margin-bottom: 56px;
}

@media screen and (min-width: 992px) {
	.page-template-template-about .h1-title {
		letter-spacing: -0.03em;
		margin-bottom: 41px;
	}

	.page-template-template-about .about-us-content {
		padding-top: 37px;
	}

	.main-services-details .services-sec:nth-child(odd) .service-img {
		margin-left: 0;
	}

	.main-services-details .services-sec:nth-child(odd) .services-content {
		margin-left: auto;
	}

	.main-services-details .services-sec:nth-child(even) .service-img {
		margin-left: auto;
	}

	.main-services-details .services-sec:nth-child(even) .services-content {
		margin-left: 0;
	}

	.main-services-details .services-content .h2-title {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 1400px) {
	.page-template-template-about .main-services-details .services-sec:nth-child(odd) .services-content {
		padding-top: 25px;
	}

	.page-template-template-about .main-services-details .services-sec:nth-child(even) .services-content {
		margin-top: -13px;
	}
}

@media screen and (min-width: 1921px) {
	.banner-bottom-shape {
		bottom: -88px;
	}

	.main-services-details .inner-service-top {
		top: -67px;
	}
}

@media screen and (max-width: 1199px) {
	.banner-bottom-shape {
		bottom: -41px;
	}
}

@media screen and (max-width: 991px) {
	.page-template-template-about .about-us-content {
		max-width: 100%;
	}

	.banner-bottom-shape {
		bottom: -65px;
		width: 1920px;
		aspect-ratio: 1 / 0.21041;
	}

	.main-services-details .inner-service-top {
		width: 1920px;
		top: -50px;
	}

	.inner-service-bottom {
		width: 1920px;
	}

	.main-services-details .services-sec:nth-child(even) {
		padding: calc(clamp(6.25rem, 4.545vw + 5.185rem, 8rem)) 0 100px;
		/* 128 to 100 = 991 to 375 */
	}

	.main-services-details {
		padding-top: 30px;
	}

	.main-services-details .services-sec:not(:last-child) {
		margin-bottom: 35px;
	}
}

/*==========About Us Page CSS End==========*/

/*==========Services Page CSS Start==========*/
.request-estimate-content h5 {
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	font-weight: 500;
	margin-bottom: 40px;
	color: var(--dark-color);
}

.page-template-template-services .request-estimate-content .h1-title {
	color: var(--dark-color);
	margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
	.page-template-template-services .h1-title {
		margin-bottom: 40px;
	}

	.page-template-template-services .about-us-content {
		padding-top: 30px;
	}

	.page-template-template-services .main-banner.inner-banner {
		padding-bottom: 260px;
	}
}

@media screen and (min-width: 1400px) {
	.page-template-template-services .about-us-image {
		left: 1em;
	}

	.page-template-template-services .request-estimate-content .h1-title {
		max-width: 971px;
		margin-inline: auto;
	}
}

@media screen and (min-width: 1921px) {
	.page-template-template-services .main-banner.inner-banner {
		padding-bottom: 350px;
	}
}

@media screen and (max-width: 1199px) {
	.main-services-details .service-img {
		height: 400px;
	}
}

@media screen and (max-width: 991px) {
	.main-services-details .service-img {
		height: auto;
	}

	.request-estimate-content .h1-title {
		font-size: calc(clamp(2.25rem, 3.084vw + 1.527rem, 3.438rem));
		/* 55 to 36 = 991 to 375 */
		margin-bottom: calc(clamp(1.438rem, 0.487vw + 1.323rem, 1.625rem));
	}

	.request-estimate-content h5 {
		font-size: calc(clamp(1rem, 0.974vw + 0.772rem, 1.375rem));
		/* 22 to 16 = 991 to 375 */
		margin-bottom: calc(clamp(1.5rem, 0.974vw + 1.272rem, 1.875rem));
		/* 30 to 24 = 991 to 375 */
	}

}

/*==========Services Page CSS End==========*/

/*==========Contact Page CSS Start==========*/
.main-contact-content .sec-title .h2-title {
	color: var(--primary-color);
	margin-bottom: 24px;
}

.main-contact-content .sec-title p {
	color: rgba(255, 255, 255, 0.7);
}

.contact-form form label:has(+.wpcf7-form-control-wrap) {
	font-size: 16px;
	line-height: 1.5;
	color: var(--primary-color);
	margin-bottom: 7px;
	display: block;
}

.main-contact-content {
	position: relative;
	max-width: 768px;
	margin-inline: auto;
}

.contact-form {
	--gutter: 24px;
}

.main-contact-content .sec-title {
	margin-bottom: 45px;
}

.contact-banner .banner-bottom-shape {
	transform: scale(-1, 1);
}

.contact-option-content .h2-title {
	margin-bottom: 24px;
}

.contact-option-link .body-xl {
	font-weight: 500;
	margin-bottom: 6px;
}

.contact-option-link .body-s {
	margin-bottom: 8px;
}

.contact-option-link li .icon {
	--contact-option-icon-size: 32px;
	width: var(--contact-option-icon-size);
	height: var(--contact-option-icon-size);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 17px;
}

.contact-option-link li .text {
	color: var(--black-700);
}

.contact-option-link li .text {
	display: block;
}

.contact-option-link li:nth-child(2) .text {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
}

.contact-option-link li .text:hover {
	color: var(--primary-color);
}

.contact-option-link li {
	margin-bottom: 37px;
}

.contact-option-link li:last-child {
	margin-bottom: 0;
}

.contact-option-map iframe {
	width: 100%;
	height: 100%;
	border-radius: 28px;
}

.contact-option-map {
	height: 568px;
}

.contact-option-content {
	margin-bottom: 103px;
}

.contact-option-sec {
	position: relative;
	padding: 68px 0 106px;
}

@media screen and (min-width: 992px) {
	.contact-banner .submit-btn {
		margin-top: 18px;
	}
}

@media screen and (min-width: 1400px) {
	.main-banner.inner-banner.contact-banner {
		padding: 211px 0 303px;
	}
}

@media screen and (max-width: 1199px) {
	.contact-option-content {
		margin-bottom: 60px;
	}

	.main-banner.inner-banner.contact-banner {
		padding: 130px 0 210px;
	}
}

@media screen and (max-width: 991px) {

	.contact-option-content .h2-title,
	.main-contact-content .sec-title .h2-title {
		margin-bottom: 15px;
	}

	.main-contact-content .sec-title {
		margin-bottom: 35px;
	}

	.contact-option-content {
		margin-bottom: 30px;
	}

	.contact-option-map {
		height: auto;
		aspect-ratio: 1/1;
		margin-top: 60px;
	}

	.contact-option-link li {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 575px) {
	.contact-option-sec {
		padding: 35px 0 106px;
	}
}

/*==========Contact Page CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scrolltop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	border: none;
	color: var(--white-color) !important;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	padding: 13px 0;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	display: none;
	z-index: 50;
	transition: var(--transition);
}

.scrolltop:hover {
	background: var(--dark-color);
	color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*========== Inner Page CSS Start ==========*/
.main-banner.inner-banner {
	position: relative;
	padding: 186px 0 250px;
}

.main-banner.inner-banner.common-banner {
	padding-bottom: 300px;
}

.inner-page-text {
	padding: var(--space-80) 0;
}

.privacy-content h2,
.entry-content h2 {
	font-size: 35px;
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
	transition: var(--transition);
	color: var(--body-text);
	text-decoration: underline !important;
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
	color: var(--primary-color);
}

.entry-content .list-disk li {
	list-style: decimal;
}

/*========== Inner Page CSS End ==========*/

/*========== Thank You Page CSS Start ==========*/
.thank-text h6 {
	font-size: 24px;
	line-height: 30px;
	text-transform: capitalize;
	color: var(--dark-color);
}

.thank-text p a {
	text-decoration: underline !important;
	color: var(--body-text);
	transition: var(--transition);
}

.thank-text p a:hover {
	color: var(--primary-color);
}

/*========== Thank You Page CSS End ==========*/

/*==========Site Map CSS Start==========*/
.site-map li a {
	color: var(--body-text);
}

.site-map li::marker {
	color: var(--body-text);
}

.site-map li a:hover {
	color: var(--primary-color);
}

/*==========Site Map CSS End==========*/

/*========== View All Services CSS Start ==========*/
.footer-last .text,
.menu-seo-menu-container ul li a {
	font-size: 14px;
	line-height: 14px;
	color: var(--primary-color);
	cursor: pointer;
	transition: var(--transition);
}

.menu-seo-menu-container ul li a {
	color: rgba(255, 255, 255, 0.8);
}

.menu-seo-menu-container ul li a:hover {
	color: var(--primary-color);
}

.footer-last .text:hover {
	text-decoration: underline !important;
}

.menu-seo-menu-container ul li {
	margin-bottom: 12px;
}

.menu-seo-menu-container ul li a {
	display: block;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid var(--white-color);
	transition: var(--transition);
}

.menu-seo-menu-container ul li a:hover {
	color: var(--primary-color);
}

/*========== View All Services CSS End ==========*/

/*========== SEO Page CSS Start ==========*/
.seo-testimonial-banner {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-top: 40px;
}

.seo-testimonial-banner .testimonial-authors {
	margin-bottom: 0;
}

.seo-contact-form {
	background-color: var(--black-700);
	padding: 30px;
	border-radius: var(--radius-16);
}

.main-seo-content {
	position: relative;
	padding: var(--space-80) 0;
}

.excerpt-content p a {
	color: var(--primary-color);
	transition: var(--transition);
}

.excerpt-content p a:hover {
	color: var(--primary-color);
}

.excerpt-content h2 {
	font-size: 26px;
	margin-bottom: 14px;
}

.excerpt-content h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 14px;
}

.excerpt-content h4 {
	font-size: 22px;
	margin-bottom: 14px;
}

.excerpt-content h5 {
	font-size: 20px;
	margin-bottom: 14px;
}

.main-seo-content .excerpt-content ul {
	margin: 0 0 1.5rem 1em;
	padding: 0 0 0 1em;
	list-style: disc;
}

.main-seo-content .excerpt-content ol {
	margin: 0 0 1.5rem 1em;
	padding: 0 0 0 1em;
	list-style: decimal;
}

.main-seo-content .excerpt-content {
	max-height: 325px;
	position: relative;
}

.main-seo-content .excerpt-content:not([style*="max-height: unset;"]):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 120px;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, white, transparent);
	pointer-events: none;
}

@media screen and (max-width: 991px) {
	.seo-banner-content {
		text-align: center;
		margin-bottom: 50px;
	}

	.seo-banner-content .banner-btn {
		display: flex;
		margin-top: 35px;
	}

	.excerpt-content h2 {
		font-size: 24px;
	}

	.excerpt-content h3 {
		font-size: 22px;
	}

	.excerpt-content h4 {
		font-size: 20px;
	}

	.excerpt-content h5 {
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.seo-contact-form {
		padding: 30px 15px;
	}
}

/*========== SEO Page CSS End ==========*/

/*========== Blog CSS Start ==========*/
.blog-banner-text p,
.blog-banner-text,
.blog-banner-text>* {
	color: rgba(255, 255, 255, 0.7);
}

.primary-blog .blog-item {
	grid-template-columns: 1fr;
}

.blog-front {
	padding-top: 58px;
}

.primary-blog .blog-img {
	border-radius: 12px;
	aspect-ratio: 1/0.63493;
}

.primary-blog .blog-title {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--white-color);
	-webkit-line-clamp: 2;
	max-height: 90px;
	margin-bottom: 11px;
}

.primary-blog .blog-content p {
	color: rgba(255, 255, 255, 0.7);
}

.primary-blog .learn-more {
	font-size: 16px;
	line-height: 1.2;
}

.sidebar-list .blog-img {
	aspect-ratio: 1/1;
	border-radius: var(--radius-8);
}

.sidebar-list .blog-item {
	grid-template-columns: 150px 1fr;
}

.sidebar-list .blog-title {
	color: var(--white-color);
	margin-bottom: 8px;
}

.sidebar-list .learn-more {
	font-size: 16px;
	line-height: 1.2;
}

.sidebar-list .blog-item:not(:last-child) {
	margin-bottom: 32px;
}

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

.blog-banner .banner-bottom-shape {
	transform: scale(-1, 1);
}

.blog-categories .blog-item {
	grid-template-columns: 1fr;
}

.blog-categories .blog-img {
	aspect-ratio: 1/0.65853658536;
	border-radius: var(--radius-8);
}

.blog-categories .blog-content p {
	line-height: 1.8;
	color: var(--body-text);
}

.blog-categories .blog-content .post-date {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin-top: 16px;
}

.category-list-box .row {
	gap: 59px 0;
}

.load-more-btn .sec-btn.primary-outline {
	width: 151px;
}

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

.load-more-btn {
	position: relative;
}

.load-more-btn i {
	position: absolute;
	top: 28px;
	right: -34px;
	color: var(--black-800);
}

.blog-categories {
	position: relative;
	padding: 84px 0 169px;
}

.blog-post-banner {
	padding: 183px 0 55px;
}

.post-thumbnail img {
	border-radius: var(--radius-8);
}

.blog-all-post ul li {
	margin-bottom: 19px;
}

.blog-all-post ul li a {
	position: relative;
	line-height: 1.5;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--black-800);
}

.blog-all-post ul li a:hover {
	text-decoration: underline !important;
	gap: 24px;
}

.blog-all-post ul li a::before {
	content: "";
	display: inline-flex;
	width: 8px;
	height: 14px;
	-webkit-mask-image: url("assets/images/arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 100%;
	background: var(--black-800);
	transform: scale(-1, 1);
	transition: var(--transition);
}

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

.blog-category-wp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
}

.blog-category ul {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.blog-category ul li a {
	background-color: rgba(46, 55, 92, 0.15);
	color: var(--black-700);
	padding: 3px 8px 4px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	transition: var(--transition);
}

.blog-category ul li a:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
}

.blog-time ul li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog-social ul {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog-social ul li a {
	--social-icon-box-size: 32px;
	background-color: var(--alternate-white);
	border-radius: 50%;
	width: var(--social-icon-box-size);
	height: var(--social-icon-box-size);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--black-800);
	transition: var(--transition);
}

.blog-social ul li a:hover {
	background-color: var(--secondary-color);
}

.blog-social-wp {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
}

.single-blog-img {
	border-radius: 12px;
	height: auto;
	aspect-ratio: 1/0.58139534;
	margin-top: 40px;
}

.blog-author-learn-more {
	margin-top: 14px;
}

.blog-author-text p {
	font-size: 16px;
	line-height: 1.6;
}

.blog-time .time-icon {
	font-size: 14px;
}

.blog-author-info {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 15px;
}

.blog-author-wrapper .blog-author-info {
	padding: 15px 20px;
	border-radius: var(--radius-8);
	margin-bottom: 0;
}

.blog-author-box {
	margin-top: 20px;
}

.blog-author-box .written-title {
	margin-bottom: 5px;
}

.blog-author-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.blog-author-img {
	--icon: 80px;
	flex: 0 0 auto;
	max-width: var(--icon);
	height: var(--icon);
	overflow: hidden;
	border-radius: 50%;
}

.blog-author-meta span {
	font-size: 14px;
	line-height: 1.1;
	display: block;
}

.blog-author-meta .h5-title {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 4px;
}

.blog-author-info-wp {
	background: var(--alternate-white);
	padding: 24px;
	margin-top: 60px;
	border-radius: 16px;
	scroll-margin-top: 150px;
}

.blog-author-info-wp .blog-author-box {
	margin-top: 0;
}

.blog-author-meta {
	padding-top: 14px;
}

.blog-author-meta p {
	font-size: 16px;
	line-height: 1.6;
}

.blog-author-meta p a {
	text-wrap: nowrap;
	color: var(--body-text);
	text-decoration: underline !important;
}

.blog-author-meta p a:hover {
	color: var(--primary-color);
}

.blog-request-box {
	background-color: var(--alternate-white);
	padding: 36px 32px 32px;
	border-radius: 12px;
	max-width: 464px;
	margin-left: auto;
}

.posted-on a {
	text-decoration: underline !important;
}

.blog-request-img {
	height: 247px;
	border-radius: var(--radius-8);
	margin-bottom: 31px;
}

.blog-request-box h6 {
	font-size: 20px;
	margin-bottom: 16px;
}

.blog-request-box p {
	margin-bottom: 28px;
}

.blog-request-btn {
	display: flex;
	flex-direction: column;
}

.blog-request-btn .sec-btn {
	width: 100%;
	height: 60px;
	margin-bottom: 16px;
}

.blog-request-btn a:last-child {
	margin-bottom: 0;
}

.blog-intro-sec {
	padding-bottom: 220px;
}

.blog-sec.blog-common-post {
	background-color: var(--alternate-white);
	padding-bottom: 110px;
}

.blog-sec.blog-common-post .blog-shape {
	background-color: var(--alternate-white);
}

.blog-common-post .blog-item {
	grid-template-columns: 1fr;
}

.blog-intro-content p a,
.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
	transition: var(--transition);
	color: var(--body-text);
	text-decoration: underline !important;
}

.blog-intro-content p a:hover,
.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
	color: var(--primary-color);
}

.entry-footer span a {
	color: var(--primary-color);
}

.entry-footer span a:hover {
	color: var(--primary-color);
	text-decoration: underline !important;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 15px;
}

.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(--black-color);
	font-size: 16px;
	outline: none;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 1px solid var(--primary-color);
	padding: 13px 95px 12px 20px;
	-webkit-appearance: none;
	appearance: none;
}

.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(--white-color);
	position: absolute;
	right: 0;
	bottom: 0;
	outline: none;
	border: none;
	cursor: pointer;
	background: var(--primary-color);
	flex: 1;
	transition: var(--transition);
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
	background: var(--dark-color);
	color: var(--primary-color);
}

.comments-area textarea {
	resize: none;
	height: 180px;
	border-radius: 0;
	box-shadow: none;
	background: var(--black-color);
	border: 1px solid var(--body-text);
	outline: none;
	padding: 15px;
}

.comments-area p input {
	width: 100%;
	height: 46px;
	border-radius: 0;
	background: var(--black-color);
	border: 1px solid var(--body-text);
	outline: none;
	box-shadow: none;
	padding: 15px;
}

.form-submit .submit {
	width: 170px;
	height: 46px;
	background: var(--primary-color);
	color: var(--white-color);
	font-weight: bold;
	border: none;
	border-radius: 40px;
	outline: none !important;
	transition: var(--transition);
}

.form-submit .submit:hover {
	background: var(--dark-color);
	color: var(--primary-color);
}

.avatar.photo {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.wp-block-latest-comments__comment-meta a:hover {
	color: var(--dark-color);
}

.comment-meta .url,
.comment-content a {
	color: var(--body-text);
}

.comment-meta .url:hover,
.comment-content a:hover {
	color: var(--primary-color);
	text-decoration: none !important;
}

.comment-metadata a {
	color: var(--body-text);
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	text-decoration: underline !important;
}

.reply a {
	color: var(--body-text);
	display: inline-block;
	margin-bottom: 10px;
	transition: var(--transition);
}

.comment-reply-title {
	font-size: 30px;
	margin-bottom: 20px;
}

.comment-reply-title small a:hover {
	color: var(--dark-color);
}

.comment-form-comment .form-submit #submit {
	padding: 0;
	line-height: 42px;
}

.comments-area {
	margin-top: 60px;
}

.comments-title {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
}

.comment-body {
	margin-bottom: 30px;
}

.comment-form-url {
	margin-right: 0;
}

.single-post .widget-area {
	margin-top: 0;
}

.nav-previous a,
.nav-next a {
	color: var(--primary-color);
	transition: var(--transition);
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
	--pagination-size: 50px;
	width: var(--pagination-size);
	height: var(--pagination-size);
	background: var(--white-color);
	box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
	border-radius: 10px;
	color: var(--dark-color);
	font-size: 20px;
	z-index: 10;
	transition: var(--transition);
}

.result-pagination a:hover,
.result-pagination .current {
	background: var(--primary-color);
	color: var(--white-color);
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
	width: 50px;
	height: 50px;
	background: var(--body-text);
	box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
	border-radius: 8px;
	border: none;
	outline: none;
	color: var(--white-color);
	font-size: 18px;
	z-index: 10;
	transition: var(--transition);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 3px;
}

.page-numbers li {
	margin: 0 5px;
}

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

@media screen and (min-width: 992px) {
	html:has(body.single-post) {
		overflow: unset !important;
	}

	.blog-intro-sec>.container>.row>.col-lg-5 {
		align-self: start;
		position: sticky;
		top: 90px;
		left: 0;
	}
}

@media screen and (min-width: 1400px) {
	.blog-front-content {
		--gutter: 32px;
	}

	.main-banner.inner-banner.blog-banner {
		padding-bottom: 268px;
		padding-top: 225px;
	}

	.blog-banner .h1-title {
		margin-bottom: 41px;
	}
}

@media screen and (max-width: 1399px) {
	.blog-intro-content {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1199px) {
	.blog-sec .sec-header {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.blog-sec .sec-header {
		margin-bottom: 20px;
	}

	.primary-blog {
		margin-bottom: 50px;
	}

	.blog-front {
		padding-top: 30px;
	}

	.load-more {
		margin-top: 50px;
	}

	.blog-categories {
		padding: 80px 0 110px;
		padding: calc(clamp(2.5rem, 6.494vw + 0.978rem, 5rem)) 0 calc(clamp(5.625rem, 3.247vw + 4.864rem, 6.875rem));
		/* 80 to 40, 110 to 90 = 991 to 375 */
	}

	.category-list-box .row {
		gap: calc(clamp(2.5rem, 1.623vw + 2.12rem, 3.125rem)) 0;
		/* 50 to 40 = 991 to 375 */
	}

	.blog-request-box {
		max-width: 100%;
		margin-top: 25px;
	}

	.blog-intro-content {
		margin-right: 0;
	}

	.blog-intro-sec {
		padding-bottom: calc(clamp(6.25rem, 6.494vw + 4.728rem, 8.75rem));
		/* 140 to 100 = 991 to 375 */
	}

	.blog-request-btn .sec-btn {
		height: 51px;
	}

	.blog-title-wp .h1-title {
		margin-bottom: calc(clamp(1.438rem, 0.487vw + 1.323rem, 1.625rem));
	}

	.blog-post-banner {
		padding: calc(clamp(7.5rem, 4.058vw + 6.549rem, 9.063rem)) 0 calc(clamp(1.563rem, 3.247vw + 0.802rem, 2.813rem));
		/* 145 to 120, 45to 25 = 991 to 375 */
	}
}

@media screen and (max-width: 575px) {
	.sidebar-list .blog-item {
		grid-template-columns: 80px 1fr;
	}

	.sidebar-list .blog-title {
		font-size: 16px;
	}

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

	.blog-author-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.blog-author-wrapper .blog-author-info {
		padding-inline: 0;
	}

	.blog-all-post ul li a {
		gap: 10px;
	}

	.blog-all-post ul li a:hover {
		gap: 15px;
	}
}

@media screen and (max-width: 400px) {
	.blog-request-box {
		padding: 30px 15px;
	}

	.blog-author-info-wp {
		padding: 24px 15px;
	}
}

/*========== End of Blog CSS ==========*/

/*==========Responsive Start==========*/
@media screen and (min-width: 992px) {
	.header-mob-shape {
		display: none !important;
	}

	.error-404 img {
		width: 50%;
	}

	.header-menu {
		text-align: right;
	}

	.main-navigation li:hover>a {
		color: var(--primary-color);
	}

	.main-navigation ul li.menu-item-has-children>a {
		padding-right: 22px;
		position: relative;
	}

	.main-navigation ul ul li.menu-item-has-children {
		padding-right: 0;
	}

	.main-navigation ul li.menu-item-has-children:hover>a::after {
		color: var(--primary-color);
		transform: translate(0, -50%) rotate(-180deg);
	}

	.main-navigation ul ul li:hover>a {
		background: var(--primary-color);
		color: var(--black-700);
	}

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

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

	/***** If Dropdown Menu CSS Avaliable Than Remove This CSS Start *****/
	.main-navigation ul li.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(--transition) linear 1;
	}

	/***** If Dropdown Menu CSS Avaliable Than Remove This CSS End *****/

	.main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
		position: absolute;
		top: 100%;
		left: -999em;
		float: none;
		width: 260px;
		background: var(--white-color);
		box-shadow: 0 0 10px rgba(60, 140, 244, 0.15);
		text-align: left;
		padding-left: 0;
		display: none;
		opacity: 0;
	}

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

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

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

	.main-navigation ul ul li.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.menu-item-has-children:hover::after,
	.main-navigation ul ul li.menu-item-has-children::after {
		transform: translate(0, -50%) rotate(-90deg);
	}
}

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

	.home .h1-title {
		font-size: 90px;
		line-height: 1;
		letter-spacing: -0.023em;
	}
}

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

@media screen and (max-width: 1499px) {}

@media screen and (max-width: 1199px) {

	body,
	p {
		font-size: 16px;
	}

	p {
		margin-bottom: 13px;
	}

	.header-btn .sec-btn {
		width: 200px;
	}

	.header-mobile-menu {
		gap: 25px;
		margin-top: 8px;
	}

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

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

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

	.sec-btn,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button {
		width: 194px;
		height: 56px;
	}
}

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

	.site-branding {
		position: fixed;
		top: 10px;
		left: 30px;
		width: 145px;
		margin-top: 0;
		z-index: 1;
	}

	.menu-toggle {
		--menu-toggle-rotate: 45deg;
		--menu-toggle-space: 10px;
		position: fixed;
		top: 19px;
		right: 30px;
		border: none;
		outline: none !important;
		background: transparent;
		width: 40px;
		padding: 0;
		z-index: 105;
	}

	.menu-toggle span {
		display: block;
		width: 100%;
		height: 4px;
		background: var(--white-color);
		margin-bottom: 6px;
		border-radius: 0;
		position: relative;
		top: 0;
		opacity: 1;
		transition: var(--transition);
	}

	.menu-toggle span:last-child {
		margin: 0;
	}

	.toggled .menu-toggle span:nth-child(1) {
		transform: rotate(var(--menu-toggle-rotate));
		top: var(--menu-toggle-space);
	}

	.toggled .menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.toggled .menu-toggle span:nth-child(3) {
		transform: rotate(calc(var(--menu-toggle-rotate)*-1));
		top: calc(var(--menu-toggle-space)*-1);
	}

	.toggled .menu-toggle span {
		background: #353B4D;
	}

	.header-mobile-menu {
		display: block;
		background: var(--white-color);
		padding: 16.3vh 30px 30px 30px;
		margin: 0;
	}

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

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

	.header-mobile-menu::after {
		content: "";
		position: absolute;
		width: 1920px;
		height: 81px;
		background-color: var(--alternate-white);
		-webkit-mask-image: url('assets/images/navigation_bg.svg');
		-webkit-mask-position: top center;
		mask-position: top center;
		-webkit-mask-size: cover;
		mask-size: cover;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		top: 0;
		left: 0;
		position: fixed;
	}

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

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

	.main-navigation ul li:first-child:not(.main-navigation ul ul li:first-child) {
		display: none;
	}

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

	.main-navigation ul li.menu-item-has-children {
		padding-right: 15px;
	}

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

	.main-navigation ul li a {
		font-size: 18px;
		line-height: 1.5;
		padding: 0;
		color: #353B4D;
	}

	.main-navigation ul li.menu-item-has-children>a {
		padding-right: 0;
	}

	.main-navigation ul li.menu-item-has-children>a::after {
		top: 50%;
		right: -25px;
		transform: translate(0, -50%);
		margin-top: 1px;
		font-size: 11px;
		line-height: 1;
		pointer-events: none;
		overflow: hidden;
		color: #353B4D;
		cursor: pointer;
		transition: var(--transition);
	}

	.main-navigation ul li.menu-item-has-children.active-child-menu>a::after,
	.main-navigation ul li.menu-item-has-children.active-sub-menu>a::after {
		transform: translate(0, -50%) rotate(-180deg);
	}

	.main-navigation ul ul {
		display: block;
		top: 0;
		left: 15px !important;
		position: relative;
		opacity: 1;
		animation: none;
		background: transparent;
		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;
		line-height: 1;
		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;
		line-height: 1.2;
	}

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

	.footer-bottom-text,
	.copy-right,
	.footer-other-link,
	.footer-bottom-link {
		display: block;
		text-align: center;
	}

	.footer-bottom-link {
		margin: 15px 0;
	}

	.h1-title {
		font-size: calc(clamp(2.5rem, 3.247vw + 1.739rem, 3.75rem));
		/* 60 to 40 = 991 to 375 */
		letter-spacing: -0.02em;
		margin-bottom: calc(clamp(1.438rem, 0.487vw + 1.323rem, 1.625rem));
		/* 26 to 23 = 991 to 375 */
	}

	.h2-title {
		font-size: calc(clamp(2.25rem, 1.623vw + 1.87rem, 2.875rem));
		/* 46 to 36 = 991 to 375 */
		margin-bottom: 15px;
	}

	.sec-btn,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button {
		width: 190px;
		height: 51px;
		font-size: 16px;
	}

	.body-xl p {
		font-size: 18px;
	}

	.h3-title {
		font-size: calc(clamp(2rem, 1.299vw + 1.696rem, 2.5rem));
		/* 40 to 32 = 991 to 375 */
	}

	.h4-title {
		font-size: calc(clamp(1.625rem, 0.649vw + 1.473rem, 1.875rem));
		/* 30 to 26 = 991 to 375 */
		margin-bottom: 17px;
	}

	.body-l {
		font-size: 18px;
	}

	.header-btn .sec-btn {
		width: 231px;
	}

	.header-btn {
		margin-top: 38px;
	}

	.header-menu-open::before {
		background-color: var(--alternate-white);
		z-index: 6;
	}

	.header-mob-shape {
		width: 1920px;
		position: fixed;
		aspect-ratio: 1 / 0.205;
		bottom: 0;
		left: 50%;
		-webkit-mask-position: top;
		mask-position: top;
		background-color: var(--alternate-white);
		transform: translate(-50%, 0);
		margin-left: -140px;
		pointer-events: none;
	}

	.header-mobile-logo.for-mob {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.main-banner.inner-banner {
		padding: calc(clamp(7.813rem, 4.87vw + 6.671rem, 9.688rem)) 0 calc(clamp(8.75rem, 9.74vw + 6.467rem, 12.5rem));
		/* 155 to 125, 200 to 140 = 991 to 375 */
	}

	.form-input,
	.input-text,
	.select2-container--default .select2-selection--single .select2-selection__rendered,
	select {
		height: 46px;
		font-size: 16px;
	}

	.form-input.wpcf7-textarea {
		height: 150px;
	}

	.main-banner.inner-banner.common-banner {
		padding-bottom: 230px;
	}
}

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

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

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

	.main-navigation ul ul,
	.main-navigation ul li.menu-item-has-children:hover ul {
		left: 10px !important;
		margin-top: 10px;
	}

	.site-branding {
		width: 80px;
		top: 24px;
	}

	.menu-toggle {
		--menu-toggle-space: 5px;
		width: 18px;
		top: 35px;
	}

	.menu-toggle span {
		margin-bottom: 3px;
		height: 2px;
	}

	.body-xl {
		font-size: 18px;
	}
}

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

	.menu-toggle {
		right: 19px;
	}

	.form-input,
	.input-text,
	.select2-container--default .select2-selection--single .select2-selection__rendered,
	select {
		padding: 0 15px;
	}

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

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

	.popup-title {
		padding: 10px 65px 10px 15px;
	}
}

/*==========Responsive End==========*/