/*!
Theme Name: Soho Air
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soho-air
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.

Soho Air 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/
*/

/* CSS Custom Properties - Must be defined first */
:root {
	--72px: 3.75vw;
	--52px: 2.708vw;
	--56px: 2.917vw;
	--32px: 1.667vw;
	--23px: 1.198vw;
	--20px: 1.042vw;
	--19px: 0.99vw;
	--17px: 0.885vw;
	--font-family: Assistant;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fade-in {
	opacity: 0;
	animation: fadeIn 1s ease-in-out forwards;
}

.fade-out {
	opacity: 1;
	animation: fadeOut 1s ease-in-out forwards;
}

.fade-in-title,
.fade-in-text-en {
	animation-delay: 0s;
}

.fade-in-text,
.fade-in-button,
.fade-in-title-two {
	animation-delay: 0.5s;
}

.fade-in-box-1 {
	animation-delay: 0.5s;
}

.fade-in-box-2 {
	animation-delay: 0.7s;
}

.fade-in-box-3 {
	animation-delay: 1s;
}

.search-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.search-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.search-popup-content .form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

.search-popup-content .search-button {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: rgba(1, 143, 152, 0.9);
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}

.search-popup-content .search-button:hover {
	background-color: rgba(1, 143, 152, 0.5);
}

.search-popup.show {
	display: block;
	opacity: 1;
}

.search-popup.show .search-popup-content {
	transform: translate(-50%, -50%) scale(1);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: rgba(1, 143, 152, 0.9);
	border-color: rgba(1, 143, 152, 0.9);
}

.container {
	max-width: 1600px;
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

.header-section p.header-top-text {
	text-align: center !important;
	font-family: Assistant, sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #fff;
	line-height: 40px;
}

.tml-4 {
	margin-left: 4px;
}

.txt-l {
	text-align: left;
}

.header-section .black-bg {
	background-color: #000;
}

.header-section .header-logo {
	width: 190px;
	height: 63px;
	object-fit: cover;
}

.header-section .social-icons {
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin-top: 0;
}

.navbar-light .navbar-toggler {
	outline: none;
	border: none !important;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-section li.nav-item {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	color: #161616;
	padding-right: 10px;
	padding-left: 10px;
}

.header-section .navbar-light .navbar-nav .nav-link {
	color: unset;
}

.header-section .bg-light {
	background-color: #fff !important;
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.header-section .black-bg p {
	margin: unset;
}

section.header-section.header-section-mobile .navbar-collapse {
	position: absolute;
	left: 0;
	right: 0;
	top: 78px;
	background: #fff;
	z-index: 9999;
}

section.header-section.header-section-mobile .navbar-collapse ul {
	padding: 16px;
	margin: 0 !important;
}

section.header-section.header-section-mobile .navbar-collapse li {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(203, 203, 203, 1);
}

.header-section h1.nav-link {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
}

.header-section .fa-shopping-cart:before {
	background-image: url(/wp-content/uploads/2024/05/cart-soho.svg);
	background-size: 40px 40px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat !important;
	cursor: pointer;
	content: "";
}

.header-section .fa-search:before {
	background-image: url(/wp-content/uploads/2024/05/search-soho.svg);
	background-size: 40px 40px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat !important;
	cursor: pointer;
	content: "";
}

.header-section ul.navbar-nav.mx-auto {
	padding-right: 0px !important;
}

.header-section-mobile {
	display: none;
}

.social-icons .nav-link {
	padding: 0;
	width: 40px;
	height: 40px;
}

.banner-section {
	position: relative;
	/*height:711px;*/
	height: 66vh;
	/*background-size:contain;*/
	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 100px;
	overflow: hidden;
	margin-top: 120px;
}

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

.banner-section .background {
	background-size: contain;
	background-repeat:no-repeat;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -2;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.banner-text {
	color: #fff;
	position: relative;
	z-index: 10;
}

.btn-banner {
	background-color: #007bff;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	position: relative;
	z-index: 12;
}

.banner-section .banner-text h1 {
	font-family: Assistant, sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 72px;
	text-align: right;
}

.banner-section .banner-btn-style {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	color: #fff;
	display: block;
}

.banner-section .banner-btn-style {
	background: #019ea7;
	width: 216px;
	height: 52px;
	border-radius: 40px 40px 40px 40px;
}

.banner-section .mobile-btn-style {
	display: none;
}

.banner-section .mobile-btn-style {
	display: none;
}

.scroll-down-image .circle {
	display: flex;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

.scroll-down-image .circle svg {
	position: absolute;
	top: calc(50% + 2px);
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.destination-of-use-sec .destination-of-use-txt {
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
	line-height: 21px;
	margin-top: 53px !important;
	color: #161616;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.destination-of-use-sec h2.destination-of-use-heading {
	font-family: Assistant, sans-serif;
	font-size: 56px;
	font-weight: 300;
	line-height: 73.25px;
	text-align: center;
	color: #161616;
	margin-bottom: 30px;
}

.destination-of-use-sec .column {
	display: block;
	height: 670px;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	overflow: hidden;
	transition: 0.5s ease all;
}

.destination-of-use-sec .column .overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: unset;
	color: #fff;
	padding: 10px;
}

.destination-of-use-sec .arrow-img {
	position: relative;
	top: -10px !important;
	left: -12px !important;
	transition: 0.5s ease all;
}

.destination-of-use-sec .btn-overlay {
	margin: 0 18px 18px 0;
}

.destination-of-use-sec .destination-btn-style {
	background: #019ea7;
	width: 125px;
	height: 39px;
	border-radius: 20px 20px 20px 20px;
	display: block;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 9;
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 400;
	padding: 0;
	text-transform: uppercase;
}

.destination-desktop-text {
	font-size: 52px;
	font-weight: 600;
	color: #fff;
}

.destination-mobile-text {
	display: none;
}

.soha-air-section {
	height: 700px;
	background-size: cover;
	background-position: top center;
	display: flex;
	justify-content: start;
	align-items: start;
	color: #fff;
	padding-top: 100px;
	margin-top: 100px;
	position: relative;
}

section.soha-air-section .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%);
	pointer-events: none;
	transition: 0.5s ease all;
}

section.soha-air-section .container {
	z-index: 1;
	position: relative;
}

.soha-air-section .why-soho-text {
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 20.4px;
	text-align: center;
}

.soha-air-section h2.why-soho-heading {
	font-family: Assistant, sans-serif;
	font-size: 56px;
	font-weight: 300;
	line-height: 73.25px;
	text-align: center;
	color: #fff;
	margin-bottom: 200px;
}

.soha-air-section .soho-card-txt {
	font-family: Assistant, sans-serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 30.08px;
	text-align: center;
	padding-top: 39px !important;
}

.soha-air-section .soho-card-heading {
	font-family: Assistant, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.testimonials-section-sty {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 84px 60px;
}

.testimonials-section-sty h2.testimonial-text-sty {
	font-family: Lato, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 20.4px;
	text-align: center;
	color: #161616;
}

.testimonials-section-sty h2.testimonial-heading-sty {
	font-family: Assistant, sans-serif;
	font-size: 56px;
	font-weight: 300;
	line-height: 73.25px;
	text-align: center;
	color: #161616;
}

.testimonials-section-sty .d-flex.align-items-center {
	flex-direction: column;
}

.testimonials-section-sty .card {
	border: 1px solid #f6f6f6;
	background: #f6f6f6;
	height: 266px;
}

.testimonials-section-sty .slider-card-desc {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 28px;
	text-align: right;
	padding-top: 24px;
	color: #161616;
	height: 170px;
}

.testimonials-section-sty .slider-card-name {
	font-family: Assistant, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: right;
	color: #161616;
}

.owl-carousel {
	display: block !important;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover {
	background: unset !important;
	outline: none;
	border: none;
}

.card-body .mr-3 img {
	margin-right: -70px !important;
}

.technical-detail .h1 {
	text-align: center;
	font-size: 72px;
	line-height: 79.2px;
	font-weight: 300;
	font-family: Assistant;
	padding-top: 118px;
	padding-bottom: 77px;
}

.custom-video-image {
	position: relative;
}

.image-video {
	display: block;
	width: 110px;
	height: 110px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #000000b8;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.image-video svg {
	position: absolute;
	top: 50%;
	left: calc(50% + 3px);
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.image-video:hover {
	background: #000;
}

.side-bar {
	padding-top: 0px !important;
}

.toggle-section {
	padding: 0px !important;
}

.main-head-class {
	padding: 0px !important;
}

.modal-header {
	border: 0px !important;
}

.toggle-btn button.close {
	color: #fff;
	font-size: 30px;
}

.modal-content {
	background-color: transparent;
	border: none !important;
}

.rating-area {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.rating-area .google {
	max-width: 18px;
	margin-right: 12px;
}

.rating-area img {
	max-width: 18px;
	margin-right: 12px;
}

.rating-area .rating-stars {
	display: flex;
	align-items: center;
	border-left: 1px solid rgba(129, 129, 129, 1);
	padding-left: 14px;
	padding-right: 14px;
}

.rating-area .rating-stars i {
	color: #019ea7;
}

.rating-area .rating-score {
	font-weight: 700;
}

.img-responsive {
	width: 100% !important;
}

section.testimonials-section-sty .owl-nav {
	display: block !important;
}

footer {
	background-color: rgba(0, 0, 0, 1);
	padding: 20px 0;
	overflow: hidden;
	padding-top: 68px;
	z-index: 99999;
	position: relative;
}

.footer-column .h3 {
	margin-bottom: 15px;
}

.footer-column .social-icons a {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(1, 158, 167, 1);
	padding: 10px;
	border-radius: 100px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.footer-column .social-icons a {
	font-size: 20px;
}

.footer-column .social-icons a:last-child {
	margin-right: 0;
}

footer .h3 {
	color: #fff;
	text-align: right;
	font-size: 19px !important;
	line-height: 28px !important;
	font-weight: 400;
}

footer ul.list-unstyled {
	color: #fff;
	text-align: right;
	font-family: Assistant, sans-serif;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

footer ul.list-unstyled li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

footer p {
	color: white !important;
	font-size: 16px !important;
	text-align: right;
	line-height: 10px;
	font-weight: 400;
}

.container-footer-desktop .h5 {
	text-align: justify;
	color: #fff;
	margin-bottom: 16px;
}

.social-icons {
	text-align: right;
	padding: 0px !important;
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.container-fluid .h3 {
	font-family: "Assistant";
	font-size: 17px !important;
	color: #fff;
	padding-top: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 23px !important;
	max-width: 164px;
	margin: 0 auto;
}

.imagebox-class {
	width: 48% !important;
	text-align: center;
}

.center-image {
	text-align: center;
}

.center-image img {
	max-width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 16px;
}

.container-main {
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.container-main h2 {
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
}

.container-main h3 {
	color: rgba(255, 255, 255, 1);
	font-size: 15px;
	text-align: center;
}

.container-main span.inline-text {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-weight: 400;
}

.accordion {
	display: none;
}

.icons-mobile {
	display: none;
}

.social-mobile {
	display: none;
}

.imagebox-class {
	padding-top: 60px;
}

.mobile-social-icons {
	display: none;
}

.footer-mob-top-sec {
	display: none;
}

.footer-button-section-mob {
	display: none;
}

.footer-btn-mob-section {
	display: none;
}

.banner-section-about-us {
	margin-top: 120px;
	position: relative;
	height: 556px;
	background-size: cover;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center center;
}

.banner-section-about-us h1.banner-text {
	font-family: Assistant, sans-serif;
	font-size: 72px;
	font-weight: 300;
	line-height: 79.2px;
	text-align: center;
	color: #fff;
	padding-top: 50px;
}

.banner-section-about-us h1.banner-description {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	width: 662px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.about-us-second-sec-sty .custom-section {
	padding: 50px 0;
}

.about-us-second-sec-sty .custom-section img {
	max-width: 100%;
	height: auto;
}

.about-us-second-sec-sty h2.about-second-sec-heading {
	text-align: right;
	font-family: Assistant, sans-serif;
	font-size: 56px;
	font-weight: 300;
	line-height: 73.25px;
	text-align: right;
	color: #161616;
}

.about-second-sec-txt {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	padding-top: 10px;
	width: 70%;
}

.about-second-sec-txt .text-column {
	padding-top: 50px !important;
}

.about-us-second-sec-sty h2.about-second-sec-heading {
	padding-top: 50px !important;
}

.about-us-third-sec-sty .custom-section {
	padding: 50px 0;
}

.about-us-third-sec-sty .custom-section .video {
	position: relative;
}

.about-us-third-sec-sty .custom-section img {
	max-width: 100%;
	height: auto;
}

.about-us-third-sec-sty h2.about-second-sec-heading {
	text-align: right;
	font-family: Assistant, sans-serif;
	font-size: 56px;
	font-weight: 300;
	line-height: 73.25px;
	text-align: right;
	color: #161616;
}

.about-second-third-txt {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	padding-top: 10px;
	width: 514px;
}

.about-second-third-txt .text-column {
	padding-top: 50px !important;
}

.about-us-third-sec-sty .text-column {
	padding-right: 170px;
}

.about-us-third-sec-sty h2.about-second-sec-heading {
	padding-top: 50px;
}

.shadow-img {
	position: relative;
	left: -40px;
}

.about-us-third-sec-sty .shadow-img1 {
	position: absolute;
	right: -15px;
	bottom: 20px;
}

.about-us-fourth-sec-sty {
	padding-top: 30px;
}

.about-us-fourth-sec-sty .custom-section {
	padding: 50px 0;
	justify-content: center;
}

.about-us-fourth-sec-sty .custom-section img {
	max-width: 100%;
	height: auto;
}

.about-us-fourth-sec-sty h2.about-second-sec-heading {
	text-align: right;
	font-family: Assistant, sans-serif;
	font-size: 56px;
	font-weight: 300;
	line-height: 73.25px;
	text-align: right;
	color: #161616;
}

.about-second-third-txt {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	padding-top: 10px;
	width: 514px;
}

.about-second-third-txt .text-column {
	padding-top: 50px !important;
}

.about-us-fourth-sec-sty h2.about-second-sec-heading {
	padding-top: 50px;
}

.about-us-fourth-sec-sty .card-header {
	background-color: #f6f6f6 !important;
	border: unset !important;
	margin-top: 12px !important;
	padding-left: 5px;
}

.about-us-fourth-sec-sty button.btn.btn-link {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	color: #161616;
	outline: none !important;
}

.about-us-fourth-sec-sty button.btn.btn-link:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.about-us-fourth-sec-sty button.btn.btn-link .cross,
.about-us-fourth-sec-sty button.btn.btn-link .plus {
	transition: all 0.3s ease;
}

.about-us-fourth-sec-sty button.btn.btn-link .cross {
	display: none;
}

.about-us-fourth-sec-sty button.btn.btn-link[aria-expanded="true"] .cross {
	display: block;
}

.about-us-fourth-sec-sty button.btn.btn-link[aria-expanded="true"] .plus {
	display: none;
}

.about-us-fourth-sec-sty .card-body {
	font-family: Assistant, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	color: #161616;
	background: #f6f6f6;
}

nav.soho-breadcrumb {
	position: absolute;
	top: 25px;
}

nav.soho-breadcrumb ol {
	margin: 0;
	background: transparent;
	color: #fff;
}

nav.soho-breadcrumb ol li {
	color: #fff;
}

nav.soho-breadcrumb ol li a {
	color: #fff;
}

nav.soho-breadcrumb ol li.breadcrumb-item.active {
	color: #fff;
}

nav.soho-breadcrumb ol li + nav.soho-breadcrumb ol li {
	font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	content: "\f053";
	font-family: FontAwesome;
	font-weight: 900;
	font-size: 10px;
}

nav.soho-breadcrumb.alternate ol li a {
	color: #000;
}

nav.soho-breadcrumb.alternate ol li.breadcrumb-item.active {
	color: #000;
}

nav.soho-breadcrumb.alternate .breadcrumb-item + .breadcrumb-item::before {
	color: #000 !important;
}

.technical-detail {
	margin-top: 120px;
	position: relative;
}

.about-us-fourth-sec-sty .card span {
	position: absolute;
	right: 20px;
}

.card-header {
	border: none;
}

.card {
	border: none;
}

.fa-minus:before {
	content: "\f00d";
	color: #019ea7;
}

.fa-plus:before {
	content: "\f067";
	color: #019ea7;
}

.collapsed .fa-plus:before {
	content: "\f067";
}

.fa-plus:before {
	content: "\f00d";
}

.collapsed .fa-minus:before {
	content: "\f067";
	color: #019ea7;
}

.banner-section-contact-us {
	position: relative;
	height: 910px;
	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 120px;
}
.banner-section-contact-us .texts {
	font-size: 20px;
	color: #fff;
	text-align: right;
	padding-right: 40px;
}
.banner-section-contact-us .texts a {
	color: #fff;
}

.banner-section-contact-us .soho-card-txt {
	font-family: Assistant, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 30.08px;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	margin: 0;
}

.banner-section-contact-us .soho-card-heading {
	font-family: Assistant, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

.banner-section-contact-us .form-heading {
	font-family: Assistant, sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 39.2px;
	text-align: right;
	color: #fff;
}

.text-muted {
	color: #fff !important;
	font-family: Assistant, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28.78px;
	text-align: right;
}

.form-control {
	display: block;
	width: 100%;
	height: 52px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-align: right;
}

.form-group {
	margin-bottom: 18px;
}

label {
	display: none;
}

.banner-section-contact-us .row {
	justify-content: center;
}
.banner-section-contact-us .row-2 {
	align-items: flex-end;
}

.banner-section-contact-us .img-fluid {
	max-height: 60px;
}

.banner-section-contact-us .form-btn-style {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	width: 276px;
	height: 52px;
	top: 679px;
	left: 1184px;
	padding: 10px 10px 10px 10px;
	gap: 0;
	border-radius: 900px;
	background-color: #019ea7;
	border: 1px solid #019ea7;
	float: left;
}

.banner-section-contact-us #message {
	height: 126px;
}

.banner-section-contact-us .left-text-col {
	padding: 2em 0em;
}

.banner-section-contact-us .right-form-col {
	max-width: 450px;
}

.banner-section-404-page {
	position: relative;
	height: 759px;
	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(22, 22, 22);
}

.banner-section-404-page .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.banner-section-404-page .text404 {
	font-family: Assistant, sans-serif;
	font-size: 140px;
	font-weight: 300;
	line-height: 154px;
	text-align: center;
	color: #fff;
}

.description404 {
	font-family: Assistant, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 28.78px;
	text-align: center;
	color: #fff;
}

.banner-section-404-page .btn.btn-link {
	font-family: Assistant, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: #0f0f0f;
	background-color: #fff;
	height: 52px;
	padding: 10px 50px 10px 50px;
	border-radius: 900px;
	margin-top: 20px;
	text-decoration: none;
}

.banner-section-404-page .btn.btn-link:hover {
	background: #019ea7;
	color: #fff;
}

.sticky-sidebutton .mobile-btn-style .tel {
	font-family: Assistant;
	font-size: 19px;
	font-weight: 600;
	line-height: 18.31px;
	text-align: right;
	position: relative;
	right: 9px;
	top: -1px;
}

.sticky-sidebutton .mobile-btn-style span.text {
	position: relative;
	top: -3px;
	right: 10px;
}

.sticky-sidebutton button.mobile-btn-style.btn.btn-banner {
	background-color: #0f0f0f;
	width: 190px;
	height: 70px;
	padding: 5px 52px 5px 25px;
	border-top-left-radius: 900px;
	border-bottom-left-radius: 900px;
}

.sticky-sidebutton .mobile-btn-style {
	display: inline-block;
	font-family: Assistant;
	font-size: 14px;
	font-weight: 600;
	line-height: 18.31px;
	text-align: right;
	border: 1px solid #fff;
}

.sticky-sidebutton button.mobile-btn-style.btn.btn-banner.sticky-button:hover {
	color: white !important;
}

.sticky-sidebutton .photo {
	position: absolute;
	right: 8px;
}

.sticky-button {
	position: fixed;
	right: 0;
	top: calc(60% + 100px) !important;
}

.mobile-btn-style.btn.btn-bannertwo.sticky-buttontwo {
	position: fixed;
	right: 0;
	padding: 0;
	top: 60% !important;
	border: none;
	outline: none;
}

.sticky-sidebutton {
	position: relative;
	z-index: 9999;
}

.footer-menu a {
	color: #fff;
}

.footer-menu span {
	padding: 0 10px;
}

.footer-menu span:after {
	content: "|";
	padding-right: 10px;
}

.footer-menu span:last-child:after {
	content: "";
}

.footer-menu {
	display: flex;
	align-items: center;
	justify-content: start;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: #000;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	z-index: 999999;
	border: 1px solid #fff;
	transition: 0.5s ease all;
}

.back-to-top:hover {
	background: #000;
}

.back-to-top a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}

.px-8 {
	padding-left: 80px;
	padding-right: 80px;
}

.cart-block.mini-cart-open:hover i:before {
	background: url(/wp-content/uploads/2024/05/cart-soho-hover.svg);
}

.header-section .navbar-light .navbar-nav .nav-link:hover {
	font-weight: 600;
	transition: 0.3s ease all;
}

.banner-section .banner-btn-style:hover,
.destination-of-use-sec .destination-btn-style:hover,
.banner-section-contact-us .form-btn-style:hover {
	background: rgba(1, 143, 152, 0.9);
	color: #fff;
}

.destination-of-use-sec .column:hover .arrow-img {
	left: -42px !important;
}

.destination-of-use-sec .column:hover {
	background-size: 110% 110%;
}

.owl-carousel .owl-nav button.owl-prev:hover svg path,
.owl-carousel .owl-nav button.owl-next:hover svg path {
	stroke: #019ea7;
}

.Gallery-section-style .gallery-bottom-btn-style.btn.btn-banner:hover {
	background: #000 !important;
	color: #fff !important;
}

.footer-column .social-icons a:hover {
	border-color: #fff;
}

footer ul.list-unstyled li {
	margin-bottom: 8px;
}

footer ul.list-unstyled li:last-child {
	margin-bottom: 0;
}

footer ul.list-unstyled li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	display: block;
	margin-top: 0;
	right: 0;
	background: #fff;
	transition: width 0.2s ease;
	-webkit-transition: width 0.2s ease;
}

footer ul.list-unstyled li a:hover:after {
	width: 100%;
	left: 0;
	background: #fff;
}

section.banner-section {
	margin-bottom: 0;
}

.scroll-down-image {
	position: absolute;
	bottom: 90px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: bounce-1;
	animation-timing-function: linear;
	cursor: pointer;
	z-index: 15;
}

@keyframes bounce-1 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-16px);
	}

	100% {
		transform: translateY(0);
	}
}

section.banner-section:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	width: 1px;
	height: 75px;
}

section.banner-section:before {
	content: "";
	position: absolute;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	width: 1px;
	height: 48px;
}

.custom-modal {
	background: rgba(0, 0, 0, 0.62);
}

.custom-modal .modal-dialog {
	max-width: 80%;
	max-height: 80%;
	height: 80%;
}

.custom-modal .modal-dialog img {
	height: 800px;
	object-fit: cover;
	object-position: top;
}

.custom-modal .modal-content {
	justify-content: start;
	align-items: end;
	height: 100%;
}

.custom-modal .modal-dialog button.close {
	text-align: left;
	margin-left: -45px;
	float: left;
}

.custom-modal .modal-dialog .modal-body {
	height: 100%;
	width: 100%;
	background: url(/wp-content/uploads/2024/05/image-15.jpg);
}

.modal {
	z-index: 9999999999;
}

section#destination {
	padding-top: 50px;
	position: relative;
}

section#destination:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	width: 1px;
	height: 48px;
}

#bg-video {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	user-select: none;
	pointer-events: none;
}

.banner-video,
.banner-video-phone {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.banner-video video,
.banner-video-phone video {
	object-fit: cover;
	object-position: top;
	background-color: #000;
	pointer-events: none;
	user-select: none;
}
.banner-text {
	color: #fff;
	padding-top: 100px;
}

.page-id-22 .Gallery-section-style {
	padding-top: 0;
}

.page-id-22 .testimonials-section-sty {
	padding-bottom: 0;
}

footer {
	z-index: 10;
}

span.inline-text {
	color: #fff !important;
}

.custom-modal .modal-dialog .modal-body {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.gallery-content {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
}

.page-id-266 .col-md-6.text-column {
	direction: rtl;
	text-align: right;
}

#product-chart img {
	width: 100%;
	max-width: 800px;
}

.product .product-blocks .gallery {
	display: block !important;
	height: 0;
	transition: opacity 0.8s;
}

.product .product-blocks .gallery.active {
	height: auto;
}

@keyframes down {
	0% {
		transform: translate(-50%, 0);
	}

	20% {
		transform: translate(-50%, 15px);
	}

	40% {
		transform: translate(-50%, 0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(-50%, 0);
	}

	20% {
		transform: translate(-50%, 15px);
	}

	40% {
		transform: translate(-50%, 0);
	}
}

.woocommerce-page #main {
	min-height: calc(100vh - 1000px);
}

@media (max-width: 1430px) {
	.header-section li.nav-item {
		font-size: 15px;
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media (max-width: 1800px) {
	.mobile-btn-style.btn.btn-bannertwo.sticky-buttontwo {
		bottom: 136px !important;
		top: unset !important;
		width: 70px;
	}

	.back-to-top {
		width: 50px;
		height: 50px;
	}

	.back-to-top a {
		width: 50px;
		height: 50px;
	}

	.sticky-button {
		top: unset !important;
		bottom: 80px;
	}

	.sticky-sidebutton .photo {
		width: 32px;
	}

	.sticky-sidebutton .mobile-btn-style .tel {
		font-size: 15px;
	}

	.sticky-sidebutton button.mobile-btn-style.btn.btn-banner {
		width: 162px;
		height: 58px;
		padding: 5px 43px 3px 16px;
	}
}

@media (max-width: 1200px) {
	.about-second-sec-txt {
		width: 90%;
	}

	.about-us-third-sec-sty .text-column {
		padding-right: 10%;
	}

	.about-us-third-sec-sty .about-second-sec-txt {
		width: 100%;
	}

	.custom-modal .modal-dialog {
		max-width: 100%;
		max-height: unset;
		margin-top: 20px;
	}

	.custom-modal .modal-dialog button.close {
		margin-left: 20px;
		margin-bottom: 10px;
	}
}

@media (max-width: 992px) {
	.best-of-all-times .item .images img {
		height: auto !important;
	}
	.custom-modal .modal-dialog img {
		height: auto;
	}

	.header-section-mobile {
		display: block;
	}

	.about-us-third-sec-sty .text-column p {
		text-align: right;
	}

	.header-section-desktop {
		display: none !important;
	}

	.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
		background-image: url(/wp-content/uploads/2024/05/close-menu.svg);
		background-size: 20px 20px;
	}
}

.footer-payment-method {
	display: none;
}

@media (max-width: 1460px) {
	.banner-section-about-us h1.banner-text,
	.technical-detail .h1,
	.banner-section-contact-us .form-heading,
	.banner-section .banner-text h1 {
		font-size: 60px;
	}

	destination-of-use-sec h2.destination-of-use-heading,
	.about-us-second-sec-sty h2.about-second-sec-heading,
	.soha-air-section h2.why-soho-heading,
	.testimonials-section-sty h2.testimonial-heading-sty,
	.about-us-fourth-sec-sty h2.about-second-sec-heading {
		font-size: 50px;
	}

	.destination-desktop-text {
		font-size: 42px;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-lg {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 1640px) {
	.testimonials-section-sty .owl-carousel .owl-nav button.owl-prev {
		right: 20px;
	}

	.testimonials-section-sty .owl-carousel .owl-nav button.owl-next {
		left: 20px;
	}

	.testimonials-section-sty .owl-carousel .owl-nav button svg {
		width: 20px;
		height: 30px;
	}

	.testimonials-section-sty .owl-carousel .owl-nav button.owl-prev {
		right: -24px;
		top: 43%;
	}

	.testimonials-section-sty .owl-carousel .owl-nav button.owl-next {
		left: -24px;
		top: 43%;
	}
}

.banner-poster-desktop,
.banner-poster-mobile,
.banner-video-delayed {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center top !important;
}

@media (min-width: 768px) {
	.hide-desk {
		display: none !important;
	}

	.banner-poster-mobile {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hide-phone {
		display: none !important;
	}

	.banner-poster-desktop {
		display: none !important;
	}

	.scroll-down-image .circle {
		width: 52px;
		height: 52px;
	}

	.scroll-down-image .circle svg {
		width: 18px;
	}

	.footer-payment-method {
		display: block;
		text-align: center;
		margin: 30px auto 20px auto;
		max-width: 231px !important;
	}

	.custom-modal .modal-dialog {
		max-width: 100%;
		max-height: 60%;
		margin-top: 20px;
	}

	.footer-mob-top-sec img {
		margin-bottom: -30px;
		float: left;
	}

	.footer-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.footer-mob-top-sec .col-md-7 {
		width: 100%;
	}

	.footer-mob-top-sec .col-md-5 {
		width: 40%;
	}

	.back-to-top a {
		width: 27px;
		height: 27px;
	}

	.back-to-top a svg {
		width: 9px;
		margin-top: -1px;
		transition: 0.5s ease all;
	}

	.back-to-top a:hover svg {
		margin-top: -5px;
	}

	section.header-section.header-section-mobile .navbar-collapse ul {
		height: calc(100vh - 185px);
		overflow-y: scroll;
	}

	section.banner-section-about-us {
		background-image: url(/wp-content/uploads/2024/05/about-mobile.jpg) !important;
		background-position: center 45px;
	}

	body {
		padding-bottom: 50px !important;
	}

	.back-to-top {
		bottom: 100px !important;
		width: 28px;
		height: 28px;
	}

	.sticky-sidebutton {
		display: none;
	}

	nav.soho-breadcrumb {
		background: #fff;
		left: 0;
		right: 0;
		top: 0;
	}

	.header-section-mobile .custom-logo-link img {
		max-width: 144px;
		height: auto;
	}

	nav.soho-breadcrumb ol li {
		color: #000 !important;
	}

	nav.soho-breadcrumb ol li a {
		color: #000;
	}

	.breadcrumb-item + .breadcrumb-item::before {
		color: #000 !important;
	}

	.side-bar {
		padding-right: 0;
		padding-top: 0px !important;
		padding-bottom: 50px;
	}

	.technical-detail .h1 {
		text-align: center;
		font-size: 32px;
		line-height: 36px;
		font-weight: 300;
		font-family: Assistant;
		padding-top: 90px;
		padding-bottom: 57px;
	}

	.technical-detail-sec {
		margin-top: -50px;
	}

	.main-head-class {
		padding-top: 20px !important;
		padding-right: 20px !important;
	}

	.modal-header {
		border: 0px !important;
	}

	section.soha-air-section .overlay {
		background: rgba(15, 15, 15, 0.5);
	}

	.toggle-btn span {
		width: 0px !important;
		color: white !important;
	}

	.owl-carousel .owl-nav button.owl-prev {
		position: absolute;
		right: -15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.owl-carousel .owl-nav button.owl-next {
		position: absolute;
		left: -15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.banner-section .mobile-btn-style {
		display: block;
	}

	.banner-section .mobile-btn-style {
		display: inline-block;
		font-family: Assistant, sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 18.31px;
		text-align: right;
		border: 1px solid #fff;
	}

	.banner-section .mobile-btn-style .tel {
		font-family: Assistant, sans-serif;
		font-size: 19px;
		font-weight: 600;
		line-height: 18.31px;
		text-align: right;
		position: relative;
		right: 47px;
		top: -18px;
	}

	.banner-section .mobile-btn-style span.text {
		position: relative;
		top: -8px;
	}

	section.testimonials-section-sty .card-body > .d-flex {
		align-items: center !important;
	}

	.testimonials-section-sty .owl-dots {
		margin-top: 25px;
	}

	.banner-section button.mobile-btn-style.btn.btn-banner {
		display: none;
		background-color: #0f0f0f;
		width: 190px;
		height: 52px;
		top: 449px;
		left: 92px;
		padding: 5px 8px 4px 25px;
		gap: 0;
		border-radius: 900px;
		opacity: 0;
	}

	.banner-section img.mobile-banner-btn-image {
		margin-left: 12px !important;
	}

	.banner-section {
		position: relative;
		height: calc(100vh - 186px);
		background-size: cover;
		background-position: center;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
		margin-top: 100px;
	}

	.banner-text {
		padding-top: 0;
	}

	.banner-section .banner-text h1 {
		font-family: Assistant, sans-serif;
		color: #fff;
		font-weight: 300;
		font-size: 38px !important;
		text-align: center;
		padding-top: 50px;
	}

	.banner-section .banner-btn-style {
		display: none !important;
	}

	.destination-of-use-sec .destination-of-use-txt {
		text-align: center;
		font-family: Lato, sans-serif;
		font-weight: 400 !important;
		font-size: 14px;
		line-height: 21px;
		margin-top: 53px !important;
		color: #161616;
	}

	.destination-of-use-sec h2.destination-of-use-heading {
		font-family: Assistant, sans-serif;
		font-size: 32px;
		font-weight: 400;
		line-height: 41px;
		text-align: center;
		color: #161616;
		padding-bottom: 10px;
	}

	.destination-of-use-sec .col-md-6 {
		width: 50% !important;
	}

	.destination-of-use-sec .row .col-md-6:first-child {
		padding-left: 8px;
	}

	.destination-of-use-sec .row .col-md-6:last-child {
		padding-right: 8px;
	}

	.destination-of-use-sec .column {
		height: 161px;
		background-size: 100% 100%;
		background-position: center;
		position: relative;
		overflow: hidden;
	}

	.destination-of-use-sec .destination-btn-style {
		display: none;
	}

	.destination-of-use-sec h1 {
		font-family: Assistant, sans-serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 23.54px;
		text-align: right;
		margin-top: 12px;
	}

	.destination-desktop-text {
		display: none;
	}

	.destination-of-use-sec .arrow-img {
		position: unset;
	}

	.destination-of-use-sec img.black-arrow-img.destination-mobile-text {
		display: block;
	}

	.destination-mobile-text {
		display: block;
		text-align: right;
		margin-top: 10px;
		font-weight: 600;
		font-size: 18px;
	}

	.soha-air-section .why-soho-text {
		font-family: Lato, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 20.4px;
		text-align: center;
		text-transform: uppercase;
	}

	.soha-air-section h2.why-soho-heading {
		font-family: Assistant, sans-serif;
		font-size: 32px;
		font-weight: 300;
		line-height: 73.25px;
		text-align: center;
		color: #fff;
		margin-bottom: 30px;
	}

	.soha-air-section .soho-card-heading {
		display: none;
	}

	.soha-air-section .soho-card-txt {
		font-family: Assistant, sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 30.08px;
		text-align: center;
		padding-top: 10px !important;
	}

	.soha-air-section .col-md-4 {
		width: 33%;
	}

	.soha-air-section {
		height: 400px;
		padding-top: 50px;
		margin-top: 70px;
	}

	.soha-air-section img {
		max-width: 50px;
	}

	.col-md-4.px-8 {
		padding: 0 20px;
	}

	.testimonials-section-sty {
		padding: 40px 25px;
	}

	.testimonials-section-sty h2.testimonial-text-sty {
		font-family: Lato, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 20.4px;
		text-align: center;
		color: #161616;
	}

	.testimonials-section-sty h2.testimonial-heading-sty {
		font-family: Assistant, sans-serif;
		font-size: 32px;
		font-weight: 300;
		line-height: 41px;
		text-align: center;
		color: #161616;
	}

	.testimonials-section-sty .card {
		border: 1px solid #f6f6f6;
		background: #f6f6f6;
		height: 266px;
		padding-top: 24px;
		margin-right: 20px !important;
		margin-left: 20px !important;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 16px;
		height: 16px;
		margin: 5px;
		background: #d6d6d6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity 0.2s ease;
		border-radius: 0;
	}

	.card-body .mr-3 img {
		margin-right: 0px !important;
	}

	.testimonials-section-sty h2.slider-card-name {
		font-family: Assistant, sans-serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		text-align: center;
	}

	.testimonials-section-sty .slider-card-desc {
		font-family: Assistant, sans-serif;
		font-size: 19px;
		font-weight: 400;
		line-height: 28px;
		text-align: center;
		padding-top: 24px;
		color: #161616;
		height: 150px;
	}

	.testimonials-section-sty .slider-card-name {
		font-family: Assistant, sans-serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		text-align: center;
		padding-top: 35px;
	}

	.testimonials-section-sty .card {
		border: 1px solid #f6f6f6;
		background: #f6f6f6;
		height: 310px;
		padding-top: 24px;
		margin-right: 20px !important;
		margin-left: 20px !important;
	}

	.card-body .mr-3 img {
		margin-right: 35px !important;
	}

	.footer .row {
		flex-direction: column-reverse;
	}

	.footer-column {
		text-align: center;
	}

	.imagebox-class h3 {
		font-size: 17px !important;
	}

	footer .h3 {
		text-align: center;
	}

	footer ul.list-unstyled {
		text-align: center;
	}

	.container-main h2 {
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		color: rgba(255, 255, 255, 1);
		font-weight: 400;
	}

	.footer button.collapse-button {
		background-color: #000;
		color: white !important;
		width: 100% !important;
		border: navajowhite;
	}

	.container-footer-desktop {
		display: none;
	}

	.accordion {
		display: block;
	}

	div#footerAccordion .h5 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		font-size: 24px !important;
		font-family: "Assistant";
		font-weight: 400;
		color: #fff;
	}

	div#footerAccordion .card-header {
		padding: 16px 12px 16px 0;
		border-radius: 0 !important;
		border: 0;
	}

	div#footerAccordion .h5 svg {
		width: 20px;
		height: 10px;
	}

	.imagebox-class img {
		height: 46px;
	}

	.imagebox-class .col-md-3.col-xs-6.footer-column {
		width: 50% !important;
		padding-bottom: 20px;
	}

	.imagebox-class .col-md-3:nth-child(2n + 1) {
		padding-left: 8px;
	}

	.imagebox-class .col-md-3:nth-child(2n) {
		padding-right: 8px;
	}

	.imagebox-class {
		width: 100% !important;
		text-align: center;
		padding: 70px 30px 30px 30px;
	}

	footer-column .dropdown-menu {
		min-width: 200px;
	}

	.collapse-button {
		cursor: pointer;
		border: none;
		background: none;
		outline: none;
	}

	.mobile-footer .col-md-12.footer-column.mobile-foot {
		text-align: right;
		padding-right: 40px;
		border: 1px solid rgba(201, 204, 207, 1);
		padding-top: 20px;
		padding-bottom: 20px !important;
	}

	.mobile-footer ul.list-unstyled {
		text-align: right;
		color: white !important;
	}

	.mobile-foot a {
		color: white !important;
	}

	.icons-mobile i.fab.fa-facebook {
		border: 1px solid rgba(1, 158, 167, 1);
		padding: 10px;
		border-radius: 20px;
		color: #fff;
	}

	.icons-mobile i.fab.fa-instagram {
		border: 1px solid rgba(1, 158, 167, 1);
		padding: 10px;
		border-radius: 20px;
		color: #fff;
	}

	.icons-mobile {
		display: block !important;
	}

	.icons-mobile {
		text-align: center;
		padding: 0px !important;
		margin-right: -11px;
	}

	.card {
		background-color: #000;
	}

	.accordion button.btn.btn-link {
		color: #fff;
		width: 100% !important;
		text-align: right;
		font-size: 24px !important;
		font-family: "Assistant";
		font-weight: 400;
		text-decoration: none;
	}

	.accordion li {
		text-align: justify;
		font-size: 16px !important;
		padding-right: 0;
	}

	.accordion > .card:not(:first-of-type) {
		border-radius: 0;
	}

	.accordion button.btn.btn-link.collapsed {
		width: 100% !important;
		text-align: justify;
	}

	.card-body {
		padding-right: 30px;
		padding-top: 0;
	}

	.card {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-radius: 0;
	}

	.fa-chevron-down:before {
		content: "\f078";
		position: absolute;
		left: 0;
		top: 16px;
		padding-left: 10px;
		font-size: 16px;
	}

	.social-mobile {
		display: block;
	}

	.mobile-social-icons .social-icons {
		text-align: center;
		padding: 0px !important;
		margin-right: 0;
		justify-content: center;
		gap: 10px;
		margin-top: 0;
	}

	.mobile-social-icons {
		display: block;
		margin-bottom: 40px;
	}

	.copyright-row .row {
		border: none !important;
	}

	.copyright-row .row .col-md-4:first-child {
		display: none;
	}

	.footer-mob-top-sec {
		display: block;
	}

	.footer-mob-top-sec .Col-md-6 {
		width: 50% !important;
	}

	.footer-mob-top-sec {
		display: flex;
		padding: 0 10px 20px 10px;
		flex-direction: column-reverse;
	}

	.footer-mob-top-sec .h3 {
		text-align: right;
	}

	.footer-mob-txt-1 {
		font-family: Assistant, sans-serif;
		font-size: 24px;
		font-weight: 400;
		line-height: 24px;
		text-align: right;
	}

	.footer-mob-txt-2 {
		font-family: Assistant, sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 28px;
		text-align: right;
	}

	.footer-mob-txt-2 {
		font-family: Assistant, sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 28px;
		text-align: right;
	}

	footer {
		background-color: rgba(0, 0, 0, 1);
		padding: 20px 0 20px 0;
		overflow: hidden;
	}

	.container-image {
		display: none;
	}

	footer .social-icons i {
		border: 1px solid rgba(1, 158, 167, 1);
		padding: 20px;
		border-radius: 50px;
		color: #fff;
		margin-right: 5px;
		width: 58px;
		height: 58px;
		font-size: 20px;
	}

	.footer-button-section-mob {
		display: block;
	}

	.footer-btn-mob-section .right-col-text {
		font-family: Assistant, sans-serif;
		font-size: 16px;
		font-weight: 600;
		line-height: 15px;
		text-align: center;
		color: #fff;
		background-color: #019ea7;
		margin-bottom: 0;
	}

	.footer-btn-mob-section .left-col-text {
		font-family: Assistant, sans-serif;
		font-size: 16px;
		font-weight: 600;
		line-height: 15px;
		text-align: center;
		color: #fff;
		background-color: #323232;
		margin-bottom: 0;
	}

	.footer-btn-mob-section .right-col-text a,
	.footer-btn-mob-section .left-col-text a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 15px;
	}

	.footer-button-section-mob {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.footer-btn-mob-section {
		display: block;
		background-color: #000;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
	}

	.footer-btn-mob-section .right-col-btn {
		width: 50% !important;
	}

	.footer-btn-mob-section .left-col-btn {
		width: 50%;
	}

	.right-col-btn .btn-icon {
		width: 36px;
		height: 36px;
		padding-left: 5px;
	}

	.left-col-btn .btn-icon {
		width: 36px;
		height: 36px;
		padding-left: 5px;
	}

	.card-header {
		border-bottom: unset;
	}

	.banner-section-about-us h1.banner-text {
		font-family: Assistant, sans-serif;
		font-size: 32px;
		font-weight: 300;
		line-height: 41px;
		text-align: center;
		color: #fff;
		padding-top: 50px;
	}

	.banner-section-about-us h1.banner-description {
		font-family: Assistant, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		text-align: center;
		width: 100% !important;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}

	.banner-section-about-us {
		height: 300px;
	}

	.about-us-second-sec-sty h2.about-second-sec-heading {
		text-align: right;
		font-family: Assistant, sans-serif;
		font-size: 22px;
		font-weight: 600;
		line-height: unset;
		text-align: right;
		color: #161616;
	}

	.about-second-sec-txt {
		font-family: Assistant, sans-serif;
		font-size: 19px;
		font-weight: 400;
		line-height: 24px;
		text-align: right;
		padding-top: 10px;
		width: 100%;
	}

	.shadow-img {
		position: unset;
		display: none;
	}

	.shadow-img1 {
		position: unset;
		display: none;
	}

	.about-us-second-sec-sty .custom-section {
		padding: 0 0;
	}

	.about-us-second-sec-sty h2.about-second-sec-heading {
		padding-top: 30px !important;
	}

	.about-us-third-sec-sty h2.about-second-sec-heading {
		text-align: right;
		font-family: Assistant, sans-serif;
		font-size: 22px;
		font-weight: 600;
		text-align: right;
		color: #161616;
		line-height: unset;
	}

	.about-us-third-sec-sty .text-column {
		padding-right: 20px;
	}

	.about-us-third-sec-sty .custom-section {
		padding: 0 0;
		flex-direction: column-reverse;
	}

	.about-us-fourth-sec-sty h2.about-second-sec-heading {
		padding-top: 0;
	}

	.about-us-fourth-sec-sty .card {
		background-color: transparent;
	}

	.about-us-fourth-sec-sty .card span {
		position: absolute;
		right: 20px;
		width: 280px;
	}

	.about-us-fourth-sec-sty h2.about-second-sec-heading {
		text-align: right;
		font-family: Assistant, sans-serif;
		font-size: 22px;
		font-weight: 600;
		line-height: unset;
		text-align: right;
		color: #161616;
	}

	#accordion {
		margin-bottom: 30px;
	}

	.about-us-fourth-sec-sty .custom-section {
		padding: 0 0;
	}

	.about-us-fourth-sec-sty {
		padding-top: 60px;
		margin-bottom: -40px;
	}

	.banner-section-contact-us {
		background-image: url(/wp-content/uploads/2024/05/Group-1000003842.jpg) !important;
	}

	.banner-section-contact-us .left-text-col {
		display: none;
	}

	.banner-section-contact-us .right-form-col {
		padding-left: 20px;
	}

	.banner-section-contact-us .form-btn-style {
		width: 100%;
	}

	.banner-section-contact-us {
		position: relative;
		background-size: cover;
		background-position: center;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 80px;
		padding-bottom: 50px;
		height: unset;
	}

	.banner-section-contact-us .form-heading {
		font-family: Assistant, sans-serif;
		font-size: 56px;
		font-weight: 300;
		line-height: 79.2px;
		text-align: right;
		color: #fff;
	}

	.banner-section-404-page .text404 {
		font-family: Assistant, sans-serif;
		font-size: 110px;
		font-weight: 300;
		line-height: 154px;
		text-align: center;
		color: rgb(255, 255, 255);
	}

	.form-group {
		margin-bottom: 10px;
	}

	.form-group p {
		margin: 0;
	}

	.form-group p br {
		display: none;
	}

	.container-fluid .h3 {
		font-size: 14px !important;
	}

	.image-video {
		width: 82px;
		height: 82px;
	}

	.image-video svg {
		width: 22px;
	}

	.banner-section-contact-us .texts {
		margin-top: 30px;
		padding-right: 0;
	}
}

@media (min-width: 900px) {
	.best-of-all-times .block-heading,
	.testimonials-section-sty h2.testimonial-heading-sty,
	.Gallery-section-style .gallery-heading-sty,
	.destination-of-use-sec h2.destination-of-use-heading,
	.category .title-2,
	.section-quality .title,
	.about-us-third-sec-sty h2.about-second-sec-heading,
	.about-us-second-sec-sty h2.about-second-sec-heading,
	.about-us-fourth-sec-sty h2.about-second-sec-heading,
	.product .title {
		font-size: var(--56px) !important;
	}

	.destination-desktop-text,
	.soha-air-section h2.why-soho-heading {
		font-size: var(--52px) !important;
	}

	.banner-section-contact-us .form-heading {
		font-size: var(--32px) !important;
	}

	.soha-air-section .soho-card-txt {
		font-size: var(--23px) !important;
	}
	.soha-air-section .soho-card-heading {
		font-size: var(--20px) !important;
	}

	.Gallery-section-style .gallery-txt-sty,
	.testimonial-text-sty.element-to-animate.fade-in-text-en,
	.block-txt.element-to-animate.fade-in-text-en.fade-in,
	.soha-air-section .why-soho-text {
		font-size: var(--17px) !important;
	}

	div#product-chart {
		width: 55vw !important;
	}

	.item img {
		height: 450px;
		object-fit: contain;
		mix-blend-mode: darken;
	}

	.about-us-third-sec-sty .shadow-img1,
	.shadow-img {
		display: none;
	}

	.about-us-third-sec-sty .custom-section {
		padding: 0 !important;
	}
}

body {
	font-family: var(--font-family) !important;
}

.product .single_filters .atribute-block {
	padding-bottom: 15px !important;
	margin-bottom: 25px !important;
	display: flex;
	justify-content: space-between;
	padding: 0 !important;
}

.banner-section-contact-us .left-text-col {
	padding: 2em 0em;
}

.destination-of-use-sec .column::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 20%);
	pointer-events: none;
	transition: 0.5s ease all;
}

.Gallery-section-style .gallery-btn-style.btn.btn-banner {
	position: absolute;
	right: 6%;
	bottom: 1.5rem;
	width: 88%;
	max-width: 88%;
	background: #070606cc;
	padding: 5px 30px 5px 30px;
	gap: 10px;
	border-radius: 30px 30px 30px 30px;
	font-family: Assistant, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 22.24px;
	color: #fff;
}

.category-banner {
	height: auto !important;
	background-color: white !important;
}

/* Responsive category banner backgrounds */
.category-banner--responsive {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Mobile background */
@media (max-width: 767.98px) {
	.category-banner--responsive {
		background-image: var(--mobile-bg, none);
	}
}

/* Desktop background */
@media (min-width: 768px) {
	.category-banner--responsive {
		background-image: var(--desktop-bg, none);
	}
}

.category #breadcrumbs span,
#breadcrumbs i,
#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
	color: black !important;
}

.nice-select shipping_method .single-option .nice-select:after,
.woocommerce-checkout-review-order
	.nice-select
	shipping_method
	.single-option
	.nice-select:after {
	display: none !important;
}

/* Responsive thank-you backgrounds */
.thank-you--responsive {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Mobile background */
@media (max-width: 767.98px) {
	.thank-you--responsive {
		background-image: var(--mobile-bg, none) !important;
	}
}

/* Desktop background */
@media (min-width: 768px) {
	.thank-you--responsive {
		background-image: var(--desktop-bg, none) !important;
	}
}


.site-popup-overlay {
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-popup-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}
.site-popup-content img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.close-popup-btn {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #000;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: transform 0.2s;
}
.close-popup-btn:hover { transform: scale(1.1); }
