/*!
Theme Name: Step by Step Removals
Theme URI: https://starlitdevs.com/
Author: Starlit Devs
Author URI: https://starlitdevs.com/
Description: Custom Wordpress Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: removals
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EMEP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
	--primary-color: #fdb338;
	--secondery-color: #09355c;
	--white-color: #ffffff;
    --black-color: #000000;
	--section-bg: #eef4fa;
	
    --body-font: "Area Normal", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--body-font);
	line-height: 1.9;
	font-size: 15px;
	font-weight: 100;
	color: var(--black-color);
	word-break: break-word;
}
.btn, .menu-btn a {
	font-size: 15px;
	padding: 18px 36px;
	font-weight: 700;
	border-radius: 0;
	border: 1px solid var(--white-color);
	color: var(--white-color);
	background-color: transparent;
	transition: all .4s ease-out;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: var(--body-font);
	line-height: 1;
}
.btn:hover{
	background-color: var(--primary-color);
	color: var(--white-color);
}
.btn-primary{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.btn-primary:hover{
	background-color: transparent;
	color: var(--white-color);
	border-color: var(--white-color);
}
.menu-btn {
	background-color: var(--secondery-color);
	border-color: var(--secondery-color);
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
h1 {
	font-size: 63px;
	line-height: 1.43;
	font-weight: 400;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 21px;
}
.title strong{
	font-weight: 800;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 12px;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 20px 35px !important;
	color: var(--black-color);
	background: var(--white-color);
	font-size: 15px !important;
	font-weight: 100;
}
input, select, textarea {
	height: 55px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--black-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section-bg{
	background-color: var(--section-bg);
}
.p-100{
	padding: 100px 0;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.container{
	transition: .4s;
	max-width: 1248px;
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}
.section-title h2{
	margin-bottom: 20px;
}
.card-btn {
	margin-top: 30px;
}

/* Header */
.header-sec {
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 40px 0;
	position: fixed;
	background-color: var(--secondery-color);
	transition: .2s;
}
.page-id-12 .header-sec {
	background-color: transparent;
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 180px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 40px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-sec.sticky-active {
	background: var(--secondery-color);
	padding: 24px 0;
}
.header-cover {
	max-width: 1216px;
}

/* mmenu */
.mm-page {
	min-height: unset;
}
.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}
/* banner */
.banner-area {
	padding-top: 258px;
	padding-bottom: 160px;
}
/* .banner-content h1 {
	display: inline;
	background-image: linear-gradient(to right, rgba(9, 53, 92, .9), rgba(9, 53, 92, .92));
	background-size: 100% 86%;
	background-repeat: no-repeat;
	background-position: 2px 100%;
	padding: 10px 0px;
} */
.banner-content h1 span{
	background-image: linear-gradient(to right, rgba(9, 53, 92, .9), rgba(9, 53, 92, .92));
	display: inline-block;
	line-height: 1;
	padding: 5px 20px 20px; 
}
.banner-area::before {
	content: "";
	position: absolute;
	background-color: var(--black-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .5;
}
.banner-content strong {
	color: var(--primary-color);
	font-weight: 800;
}
.banner_title {
	margin-bottom: 50px;
}
.banner-content p {
	max-width: 630px;
}
.banner_badge {
	width: 243px;
	position: absolute;
	bottom: -32px;
	right: 0;
}
.info-area {
	background-color: var(--secondery-color);
}
.info_text {
	padding: 50px 0;
	max-width: 360px;
	width: 100%;
}
.info_text:nth-child(2) {
	max-width: 480px;
	background-color: #0e416e;
}
.info_text:first-child{
	text-align: start !important;
}
.info_text:last-child{
	text-align: end !important;
	background-color: #145288;
}
.info_cover{
	max-width: 1200px;
}
.info-area::before {
	content: "";
	position: absolute;
	background-color: #145288;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
}
/* pricing */
.pricing_wrapp {
	display: flex;
}
.pricing_content {
	width: 50%;
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pricing_details {
	width: 50%;
}
.pricing_list {
	display: flex;
	align-items: center;
	background-color: var(--secondery-color);
	padding: 40px 60px;
}
.pricing_list:nth-child(2) {
	background-color: #0e416e;
}
.pricing_list:nth-child(3) {
	background-color: #145288;
}
.pricing_list_item img {
	height: 57px;
	width: 57px;
	object-fit: cover;
	border-radius: 100px;
	margin-right: 8px;
}
.pricing_list_item {
	font-size: 19px;
	margin-right: 32px;
}
.price_details {
	font-size: 24px;
	font-weight: 800;
	margin-left: 32px;
}
.pricing_content::before {
	content: "";
	position: absolute;
	background-color: var(--secondery-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .9;
}
.pricing_content *{
	position: relative;
}
.pricing_area::before, .testimonials-section::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/07/bg.svg);
	height: 100%;
	width: 50%;
	top: -100px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .2;
}
/* what-else */
.what_else_area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	padding-bottom: 60px;
}
.what_else_content {
	max-width: 824px;
}
.what_else_details {
	flex: 1;
}
.what_else_icon {
	height: 127px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: start;
	padding: 24px 0;
	background-color: var(--primary-color);
}
.what_else_list {
	border-top: 2px solid var(--primary-color);
}
.what_else_details {
	flex: 1;
	padding-top: 28px;
	padding-left: 32px;
}
.what_else_details h3 {
	margin-bottom: 8px;
}
.what_else_area::after, .job_area::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/07/right_shape.png);
	height: 317px;
	width: 121px;
	bottom: -159px;
	right: 0;
	background-repeat: no-repeat;
}
.job_area::before {
	background-image: url(/wp-content/uploads/2025/07/left_shape.png);
	right: unset;
	left: 0;
	width: 127px;
}

/* job area */
.devide-content {
	column-gap: 12px;
	row-gap: 32px;
}
.content-devider {
	width: 32.6%;
}
.sc-list-content {
	background-color: var(--secondery-color);
}
.sc-thumb-img img {
	aspect-ratio: 1/.7;
	object-fit: cover;
	transition: 1s;
}
.sc-list-content:hover .sc-thumb-img img {
	transform: scale(1.2);
}
.sc-btn {
	background-color: var(--secondery-color);
	padding: 30px 20px;
	transition: .4s;
}
.sc-list-content:hover .sc-btn {
	background-color: var(--primary-color);
}
.splide__pagination {
	bottom: -50px;
	gap: 10px;
}
.splide__pagination__page {
	background: #0e416e;
	height: 10px;
	opacity: 1;
	width: 10px;
	border-radius: 100px;
}
.splide__pagination__page.is-active {
	background: var(--primary-color);
	transform: unset;
}
/* why-choose */
.commercial-content {
	max-width: 575px;
	margin: auto;
}
.why_choose_us {
	background-color: var(--secondery-color);
}
.why_choose_us .sc-btn {
	background-color: #0e416e;
}
.wc-area {
	max-width: 1248px;
	padding: 0 24px;
}
/* testimonials */
.testimonials_slider .splide__arrow--prev {
	left: 30px;
}
.testimonials_slider .splide__arrow--next {
	right: 30px;
}
.testimonials_content {
	padding: 50px 60px;
}
.client_info {
	padding: 40px 60px;
	border-top: 2px solid var(--primary-color);
}
.testimonials_slider .splide__arrow {
	background: var(--secondery-color);
}
.client_name {
	font-weight: 700;
}
.google_badge {
	display: flex;
}
.testimonials_shadow::before {
	content: "";
	position: absolute;
	background: linear-gradient(270deg,rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
	height: 100%;
	width: 210px;
	top: 0;
	left: 0;
	z-index: 1;
}
.testimonials_shadow::after {
	content: "";
	position: absolute;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
	height: 100%;
	width: 210px;
	top: 0;
	right: 0;
}
.testimonials-section::before {
	height: 60%;
	width: 45%;
	top: -15px;
	left: -100px;
	transform: scaleY(-1);
	background-position: bottom;
}
/* faq */
.faq-question {
	padding: 20px;
	padding-left: 0;
	cursor: pointer;
	line-height: 1.5;
}
.faq-item{
	border-bottom: 1px solid #d0d7d8; 
}
.faq-answer {
	display: none;
	padding: 15px;
	padding-left: 0;
	padding-top: 0;
	text-align: start;
}
.faq-item h4 {
	font-size: 16px;
	font-weight: 800;
}
.faq-area::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/07/bg.svg);
	height: 100%;
	width: 50%;
	bottom: -190px;
	right: -230px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .2;
	transform: scaleX(-1);
}
/* array */
.splide__arrow {
	background: var(--primary-color);
	height: 50px;
	opacity: 1;
	width: 50px;
}
.splide__arrow--prev {
	left: -60px;
}
.splide__arrow--next {
	right: -60px;
}
.splide__arrow svg {
	fill: var(--white-color);
	height: 20px;
	width: 20px;
}
/* contact-form */
textarea {
	height: 130px;
	border-radius: 0;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 200px;
	text-transform: uppercase;
	font-size: 15px !important;
	letter-spacing: 2px;
	transition: .4s;
	border-radius: 0;
	border: none;
	background-color: var(--primary-color);
	color: var(--white-color);
	margin-top: 40px;
	font-weight: 800;
	padding: 0 !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: var(--secondery-color);
	color: var(--white-color);
}
.wpcf7-spinner {
	display: none;
}
.contact-shortcode p {
	margin: 0 !important;
}
.contact-form-info p {
  line-height: 1.2;
}
.contact-form-info a {
  color: var(--black-color);
}
.contact-details {
	padding: 90px 70px;
	border-radius: 30px;
}
.contact_title p {
	max-width: 315px;
}
.contact-form-info {
  width: 50%;
}
.contact-shortcode {
  width: 50%;
}
.contact-cover {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.contact-form-info h3 {
	margin-top: 8px;
}
.contact-shortcode .col-md-6, .contact-shortcode .col-12 {
	padding: 0 4px;
}
.contact-form-area::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/07/bg.svg);
	height: 100%;
	width: 50%;
	bottom: -100px;
	right: -17px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .2;
	transform: rotate(180deg);
}
/* footer */
.footer_logo {
	width: 175px;
	margin-left: auto;
	margin-right: auto;
}
.footer-link a {
	color: var(--primary-color);
	font-size: 24px;
}
.footer-link a:hover {
	color: var(--white-color);
}
.footer_content {
	padding: 70px 0 100px 0;
}
.footer-link{
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer_text {
	max-width: 840px;
}
.copyright-cover {
	background-color: #0e416e;
}
.footer_area {
	background-color: var(--secondery-color);
}
.footer_img img {
	aspect-ratio: 1/.2;
	object-fit: cover;
}
.footer_area::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/07/footer_shape.png);
	height: 317px;
	width: 333px;
	bottom: -155px;
	right: -100px;
}
/* default page */
.single-content h2, .single-content h3 {
	margin-bottom: 16px;
	margin-top: 40px;
}
.single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 16px;
	margin-top: 30px;
}
.single-content h4{
	font-size: 20px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.wp-block-image {
	margin: 24px 0;
}
.single-content img {
	width: 100%;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul {
	margin-bottom: 16px;
}
.default-page-area, .error-404-page {
	padding-top: 230px;
}

/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--body-font);
}

/* responsive */
@media all and (max-width: 1399.98px){
	.info_text {
		padding: 50px 20px;
	}
	.pricing_list {
		padding: 40px 50px;
	}
	.what_else_area {
		background-position: 35% 50%;
	}
	.splide__arrow--prev {
		left: -20px;
	}
	.splide__arrow--next {
		right: -20px;
	}

}

@media all and (max-width: 1199.98px){
	h1 {
		font-size: 48px;
		line-height: 1.7;
	}
	.banner-content p {
		max-width: 520px;
	}
	.banner-area {
		padding-top: 200px;
		padding-bottom: 130px;
	}
	.default-page-area, .error-404-page {
		padding-top: 200px;
	}
	h3 {
		font-size: 20px;
	}
	.info_text {
		width: 33.33%;
	}
	.pricing_list_item {
		font-size: 18px;
		margin-right: 16px;
	}
	.price_details {
		font-size: 20px;
		margin-left: 16px;
	}
	.pricing_list {
		padding: 30px 40px;
	}
	.what_else_area {
		background-position: 20% 50%;
	}
	.content-devider {
		width: 32.4%;
	}
	.testimonials_shadow::before, .testimonials_shadow::after {
		width: 150px;
	}
	.footer_area::before {
		bottom: -220px;
	}
	.testimonials-section::before {
		height: 30%;
		width: 55%;
	}

	
}

@media all and (max-width: 991.98px){
	h1 {
		font-size: 42px;
		line-height: 1.6;
	}
	h3{
		font-size: 20px;
	}
	.p-100{
		padding: 80px 0;
	}
	.pt-100{
		padding-top: 80px;
	}
	.pb-100{
		padding-bottom: 80px;
	}
	.header-sec {
		padding: 30px 0;
	}
	.header-sec.sticky-active {
		padding: 20px 0;
	}
	.banner-content p {
		margin: auto;
	}
	.banner_badge {
		width: 200px;
		bottom: -220px;
		right: 50%;
		transform: translateX(50%);
	}
	.banner-area {
		padding-top: 160px;
		padding-bottom: 300px;
	}
	.default-page-area, .error-404-page {
		padding-top: 160px !important;
	}
	.banner_title {
		margin-bottom: 32px;
	}
	.banner-btn {
		margin-top: 32px;
	}
/* 	.banner-content h1 {
		padding: 6px 0px;
	} */
	.info_text:first-child, .info_text:last-child{
		text-align: center !important;
	}
	.info_text {
		padding: 40px 16px;
	}
	.info_text h3 {
		font-size: 16px;
	}
	.info-area::before{
		display: none;
	}
	.contact-cover {
		flex-direction: column;
	}
	.contact-form-info, .contact-shortcode {
		width: 100%;
	}
	.wpcf7-form-control.wpcf7-submit.has-spinner {
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}
	.what_else_area {
		background: none !important;
		padding-top: 0 !important;
		padding-bottom: 40px;
	}
	.what_else_area::before {
		content: "";
		position: absolute;
		background-image: url(/wp-content/uploads/2025/07/Layer-93.jpg);
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
	}
	.what_else_content {
		max-width: 100%;
	}
	.what_else_details {
		padding-top: 16px;
		padding-left: 24px;
	}
	.content-devider {
		width: 49.1%;
	}
	.splide__arrow--prev {
		left: 20px;
	}
	.splide__arrow--next {
		right: 20px;
	}
	.wc-area {
		max-width: 1248px;
		padding: 0;
	}
	.client_info {
		padding: 30px 40px;
	}
	.testimonials_content {
		padding: 40px;
	}
	.testimonials_shadow::before, .testimonials_shadow::after {
		width: 100px;
	}
	.footer_img img {
		aspect-ratio: 1/.3;
	}
	.faq-area::before {
		width: 80%;
		height: 70%;
	}
	.testimonials-section::before {
		display: none;
	}
	.what_else_area::after, .job_area::before {
		height: 186px;
		width: 71px;
		bottom: -80px;
		right: 0;
		background-size: contain;
	}
	.job_area::before {
		right: unset;
		left: 0;
	}

/* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--secondery-color) !important;
	}
	.mm-panel ul li a {
		font-size: 13px;
		color: var(--black-color) !important;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 3px;
	}
	.mm-navbar .btn {
		color: var(--secondery-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--white-color);
	}
	.menu-close-btn {
		position: absolute;
		right: 10px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--secondery-color) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 14px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
	.menu-trigger a {
		display: flex;
		flex-direction: column;
		row-gap: 6px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		background-color: transparent;
		border-radius: 0;
	}
	.menu-trigger span {
		display: block;
		height: 3px;
		width: 28px;
		background-color: var(--white-color);
		margin-left: auto;
	}
	.main-menu {
		display: none;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--white-color) !important;
	}
	.menu-btn {
		margin: 20px;
		text-align: center;
	}
	.mm-panel ul li.menu-btn a:hover{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a:hover{
		background-color: var(--secondery-color) !important;
	}
	.menu-btn::after{
		display: none;
	}
	.h-btn {
		gap: 16px;
	}
	/* menu-end */
	.pricing_content {
		padding: 30px 20px;
	}
	.pricing_list {
		padding: 24px 16px;
		height: 33.33%;
	}
	.pricing_list_item {
		font-size: 16px;
		margin-right: 12px;
	}
	.price_details {
		font-size: 16px;
		margin-left: 0px;
	}
	.pricing_list_item img {
		height: 50px;
		width: 50px;
	}

}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
}

@media all and (max-width: 767.98px){
	h1 {
		font-size: 30px;
		line-height: 1.7;
	}
	h3{
		font-size: 18px;
	}
	.p-100{
		padding: 60px 0;
	}
	.pt-100{
		padding-top: 60px;
	}
	.pb-100{
		padding-bottom: 60px;
	}
	.header-btn {
		display: none !important;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.banner_title {
		margin-bottom: 30px;
	}
	.info_text {
		width: 100%;
		max-width: 100% !important;
	}
	.info_cover {
		flex-direction: column;
	}
	.pricing_list {
		justify-content: center;
	}
	.pricing_details {
		width: 100%;
	}
	.pricing_content {
		width: 100%;
		text-align: center;
	}
	.pricing_wrapp {
		flex-direction: column;
	}
	.pricing_list_item img {
		height: 40px;
		width: 40px;
		margin-right: 5px;
	}
	.pricing_area::before, .testimonials-section::before {
		width: 90%;
		top: 0;
	}
	.contact-shortcode .col-md-6, .contact-shortcode .col-12 {
		padding: 0 12px;
	}
	.contact-cover {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	textarea, input, select {
		padding: 10px 20px !important;
	}
	input, select {
		height: 50px;
	}
	.contact-form-area::before {
		height: 30%;
		width: 100%;
		bottom: -2px;
		right: -144px;
		background-size: cover;
	}
	.what_else_details {
		padding-top: 12px;
		padding-left: 20px;
	}
	.testimonials_slider {
		padding: 0 24px;;
	}
	.testimonials_content {
		padding: 24px 20px;
	}
	.client_info {
		padding: 24px;
	}
	.testimonials_slider .splide__arrow--prev {
		left: 5px;
	}
	.testimonials_slider .splide__arrow--next {
		right: 5px;
	}
	.testimonials_slider .splide__arrow {
		height: 36px;
		width: 36px;
	}
	.testimonials_slider .splide__arrow svg {
		fill: var(--white-color);
		height: 16px;
		width: 20px;
	}
	.testimonials_shadow::before, .testimonials_shadow::after {
		display: none;
	}
	.footer_logo {
		width: 180px;
	}
	.copyright-area {
		flex-direction: column;
		gap: 10px !important;
	}
	.footer-link {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer_img img {
		aspect-ratio: 1/.5;
	}
	.faq-area::before {
		width: 100%;
		height: 56%;
	}
	.what_else_area::after {
		height: 135px;
		bottom: -68px;
		right: 0;
		width: 52px;
	}
	.header-logo {
	width: 150px;
}
	.contact-form-info h3 {
	font-size: 16px;
}
	.client_info {
	flex-direction: column;
	gap: 12px;
	text-align: center;
}
	.footer_area::before {
	bottom: -240px;
}
	.footer_content {
	padding: 70px 0 80px 0;
}
	h1 {
		font-size: 27px;
		line-height: 1.9;
	}
	.banner-content h1 span {
		padding: 5px 15px 12px;
	}
	.banner-area {
		background: none !important;
	}
	.banner_mb_img img {
		object-fit: cover;
		height: 100%;
	}
	.banner_mb_img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
	}

}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}

@media (max-width: 576.98px) {
	.card-btn {
		margin-top: 30px !important;
		flex-direction: column !important;
	}
	.card-btn .btn {
		width: 100%;
	}
}
