/*
 Theme Name: iransite
 Theme URI: https://iransite.com/
 Author: IRANSITE
 Author URI: mailto:info@iransite.com
 Description: Powered by IRANSITE company
 Version: 1.0
 License: Free
 Text Domain: iransite
*/
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Bold.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Regular.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Light.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #a27726;
	--bs-secondary: #2c3e50;
	--bs-body-font-size: 15px;
	--bs-body-color: #313131;
	--bs-body-color-rgb: 49, 49, 49; 
	--bs-light-rgb: 236, 227, 213;
	--bs-dark-rgb: 10, 5, 1;
	--bs-primary-rgb: 162, 119, 38;
	--bs-secondary-rgb: 44, 62, 80;
	--bs-link-color: #a27726;
	--bs-link-color-rgb: 162, 119, 38;
	--bs-link-hover-color: #2c3e50;
    --bs-link-hover-color-rgb: 44, 62, 80;
	--bs-body-font-family: YekanBakhFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 10px;
	--bs-danger: #FF0404;
	--bs-danger-rgb: 255, 4, 4;
	font-size: 15px;
}
body {
	line-height: 2;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.link-primary:focus, .link-primary:hover {
	color: #000 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
	color: #1e1e1e;
	font-weight: bold;
}
.text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6,
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #fff;
}
.h1, h1 {
	font-size: 18px;
}
.h2, h2, .h3, h3 {
	font-size: 17px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: var(--bs-border-radius) !important;
	border: none !important;
	background: #E6E6E6;
	padding: 0 1rem !important;
	line-height: 48px !important;
	height: 48px !important;
	font-family: YekanBakhFaNum !important;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 72px !important;
	line-height: 2em !important;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-secondary {
	--bs-btn-color: #000;
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-black {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-body-color);
    --bs-btn-border-color: var(--bs-body-color);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-body-color-rgb), 0.7);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-white {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-bg: #fff;
    --bs-btn-border-color: transparent;
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: transparent;
}
.btn, button {
	padding: 0 30px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
}
.btn-small {
	height: 30px !important;
	font-size: 12px !important;
}

.shadow {
	box-shadow: 0px 2px 5px 0px rgba(var(--bs-secondary-rgb), 0.20) !important;
}

.icon-64 {
	width: 64px;
	height: 64px;
}
.icon-56 {
	width: 56px;
	height: 56px;
}
.icon-48 {
	width: 48px;
	height: 48px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-18 {
	width: 18px;
	height: 18px;
}

.main ::-webkit-scrollbar {
    width: 5px;
	height: 5px
}
.main ::-webkit-scrollbar-track {
    background: #D9D9D9;
	border-radius: 5px;
}
.main ::-webkit-scrollbar-thumb {
    background: #8C6720;
	border-radius: 5px;
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

.is-layout-flex {
    display: flex;
	flex-direction: row;
    row-gap: 1rem;
    column-gap: 1rem;
}
.filter-white {
	filter: brightness(0) invert(1);
}
.border-gradient {
	background-image: linear-gradient(white, white), linear-gradient(135deg, #A27726 0%, #634713 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	border: 1px solid transparent !important;
}

header {
	position: relative;
	z-index: 1000;
}
body:not(.home) header {
	background: #010102;
	box-shadow: 0px 15px 15px 0px rgba(var(--bs-secondary-rgb), 0.40);
}
body.home header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(10px);
}
body.home.admin-bar header {
	top: 32px;
}

header .header-btn {
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	padding: 0 30px;
	display: inline-block;
	transition: all .3s ease-in-out;
}
header .header-btn-1 {
	background: rgb(162,119,38);
	background: linear-gradient(90deg, rgba(162,119,38,1) 0%, rgba(99,71,19,1) 100%);
}
header .header-btn-2 {
	border: 1px solid var(--bs-primary);
}
header .header-btn:hover {
	background: var(--bs-secondary);
	border-color: transparent;
}

header .main-menu .menu-l1 {
	display: flex;
	flex-direction: row;
}
header .main-menu .menu-l1 > li > a {
	color: #fff;
	padding: 25px 1rem;
	position: relative;
	font-size: 14px;
}
header .main-menu .menu-l1 > li > a.dropdown {
	padding-left: 1.6rem;
}
header .main-menu .menu-l1 > li > .menu-l2 {
	position: absolute;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	right: -999em;
    opacity: 0;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    top: 80%;
	min-width: 200px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
header .main-menu .menu-l1 > li:hover > .menu-l2 {
	right: 0;
	top: 100%;
	opacity: 1;
}
header .main-menu .menu-l1 > li > .menu-l2 li a {
	padding: 0.75rem 2rem;
}
header .main-menu .menu-l1 > li > .menu-l2 li:not(:last-child) {
	border-bottom: 1px solid rgba(var(--bs-secondary-rgb), 0.2);
}
header .main-menu .menu-l1 > li > a.dropdown:before {
	content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.46967 0.96967C0.762563 0.676777 1.23744 0.676777 1.53033 0.96967L6 5.43934L10.4697 0.96967C10.7626 0.676777 11.2374 0.676777 11.5303 0.96967C11.8232 1.26256 11.8232 1.73744 11.5303 2.03033L6.53033 7.03033C6.38968 7.17098 6.19891 7.25 6 7.25C5.80109 7.25 5.61032 7.17098 5.46967 7.03033L0.46967 2.03033C0.176777 1.73744 0.176777 1.26256 0.46967 0.96967Z' fill='white'/%3E%3C/svg%3E%0A");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

body:not(.home, .page-id-6031) .main:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 40rem;
	background: #0A0501;
	background: linear-gradient(0deg, #0A0501 0%, #010102 100%);
	z-index: -1;
}
body.page-id-6031 {
	background: url(images/satisfied-users-bg.png) repeat center center var(--bs-primary);
}
body.page-id-6031 .fluentform_wrapper_4 {
	padding: 1.5rem;
	border-radius: var(--bs-border-radius);
	background: rgba(10,5,1,0.25);
	color: #fff;
}

.rank-math-breadcrumb p {
	margin: 0;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rank-math-breadcrumb a {
	color: #fff;
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-link-color);
}
.rank-math-breadcrumb .separator {
	content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 17L10 12L15 7' stroke='%23E6E6E6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.hero {
	min-height: 120vh;
	background: url(images/hero.jpg) no-repeat center center;
	background-size: cover;
}
#fluentform_4 .ff-el-input--label label, #fluentform_4 {
	color: #fff;
}
#fluentform_4 .step-nav .ff-btn-prev {
	background-color: var(--bs-secondary) !important;
	border: none !important;
}
#fluentform_4 .step-nav .ff-btn-next {
	background-color: var(--bs-primary) !important;
	border: none !important;
}
#fluentform_4 .ff-el-section-title {
	color: #fff;
}
#fluentform_4 .ff-step-titles span {
	color: #fff;
}
#fluentform_4 .ff-step-titles li.active span {
	color: #fff;
}
#fluentform_4 .ff-step-titles li.ff_active:before, #fluentform_4 .ff-step-titles li.ff_completed:before {
	color: #fff;
	background: var(--bs-primary);
}
#fluentform_4 .ff-step-titles li:after {
	background: rgba(255, 255, 255, 0.3);
}
.portfolio-video-holder {
	padding-top: 10rem;
	padding-bottom: 10rem;
	background: url(images/portfolio-video-cover.jpg) no-repeat center center;
	background-size: cover;
}
.portfolio-video-holder:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
}
.clients-carousel img {
	width: auto !important;
	margin: 0 auto;
}
.home-service {
	height: 25rem;
}
.home-service .front {
	transition: opacity .3s ease-in-out;
	opacity: 1;
}
.home-service .back {
	transition: opacity .3s ease-in-out;
	opacity: 0;
}
.home-service:hover .back {
	opacity: 1;
}
.home-service:hover .front {
	opacity: 0;
}

body.home .about-us .about-text {
	max-height: 470px;
    overflow-y: auto;
}

.package-content ul {
	margin: 0;
	padding: 0;
	height: 25rem;
	overflow-y: auto;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.package-content ul li {
	display: flex;
	justify-content: center;
	margin-bottom: 0.5rem;
}
.package-content ul li:before {
	content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 7L9.92857 17L6.5 13' stroke='%23A27726' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	margin-left: 0.25rem;
	height: 24px;
}
.text-white .package-content ul li:before {
	filter: brightness(0) invert(1);
}

.slide-info {
	position: absolute;
    bottom: 0;
    transform: translateY(calc(100% - 4rem));
    width: 100%;
    transition: all .3s ease-in-out;
}
.slide-info.info-hide {
    transform: translateY(100%);
}
.slide-holder:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: all .3s ease-in-out;
	mix-blend-mode: multiply;
}
.slide-holder:hover .slide-info {
	transform: translateY(0);
}
.slide-holder:hover:before {
	background: var(--bs-primary);
}
.packages-img-holder:before {
	content: '';
	width: 300px;
	height: calc(100% - 4rem);
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: var(--bs-border-radius);
	background: #AB8441;
}
.page-desc .right-offset {
	overflow-y: auto;
}

.leaflet-popup-content b {
	font-family: YekanBakhFaNum, Arial, tahoma;
}
.ff_submit_btn_wrapper {
	margin-bottom: 0 !important;
	display: flex;
	justify-content: end;
}
.ff_submit_btn_wrapper button {
	padding-right: 4rem;
	padding-left: 4rem;
}

.faq-row .faq-question  {
	cursor: pointer;
}
.faq-row .faq-question:after  {
	content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5303 0.969669C11.2374 0.676776 10.7626 0.676777 10.4697 0.96967L6 5.43934L1.53033 0.96967C1.23744 0.676777 0.762563 0.676777 0.46967 0.96967C0.176777 1.26256 0.176777 1.73744 0.46967 2.03033L5.46967 7.03033C5.61032 7.17098 5.80109 7.25 6 7.25C6.19891 7.25 6.38968 7.17098 6.53033 7.03033L11.5303 2.03033C11.8232 1.73744 11.8232 1.26256 11.5303 0.969669Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
	height: 27px;
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(180deg);
}
.faq-row .faq-answer  {
	display: none;
}

.gallery-holder {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	height: 300px;
}

.gallery-item-1 { grid-area: 1 / 1 / 3 / 3; }
.gallery-item-2 { grid-area: 1 / 3 / 2 / 4; }
.gallery-item-3 { grid-area: 1 / 4 / 2 / 5; }
.gallery-item-4 { grid-area: 2 / 3 / 3 / 4; }
.gallery-item-5 { grid-area: 2 / 4 / 3 / 5; }

.about-video video {
	object-fit: cover;
}
.play-btn {
	cursor: pointer;
}
.about-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-text ul li {
	margin-bottom: 1rem;
}
.about-text ul li:before {
	content: '';
    padding: 5px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: inline-block;
    background: var(--bs-primary);
    box-shadow: 0 0 0 1px var(--bs-primary);
    position: relative;
    top: 4px;
    margin-left: 0.5rem;
}
.about-video:before {
    content: '';
    width: 100%;
    height: 65%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/satisfied-users-bg.png) repeat center center var(--bs-primary);
    z-index: 0;
}

.place-featured-img {
	height: 300px;
	object-fit: cover;
}

.blog-post-img {
	height: 16rem;
	object-fit: cover;
}
.side-box .post-holder img {
	width: 90px;
	height: 90px;
}
.post-sidebar {
	top: 1rem;
}
body.admin-bar .post-sidebar {
	top: calc(1rem + 32px);
}
.post-content img {
	display: block;
	margin: 0 auto;
	border-radius: var(--bs-border-radius);
	height: auto;
}
.toc-list li span {
	cursor: pointer;
}
.toc-list li {
	display: flex;
	align-items: baseline;
	margin-bottom: 0.5rem;
}
.toc-list li:last-child {
	margin-bottom: 0;
}
.toc-list li:before {
	content: '';
	width: 7px;
	height: 7px;
	background: var(--bs-primary);
	border-radius: 50%;
	margin-left: 0.5rem;
	flex-shrink: 0;
}
.toc-list li a {
	color: var(--bs-text-body);
}
.toc-list li a:hover, .toc-list li a:focus {
	color: var(--bs-primary);
}

textarea#comment {
	height: 150px !important;
}
.comment-field-holder input, .comment-field-holder textarea {
	background: #fff !important;
	border: 1px solid #ECE3D5 !important;
	outline: 0;
}
.form-submit {
	display: flex;
	justify-content: end;
	margin-top: 1rem;
	text-align: left;
	margin-bottom: 0;
}
.comments-list, .comments-list .children {
	margin: 0;
	padding: 0;
}
.comments-list > .comment, .comments-list .children > .comment {
	padding: 1rem;
	border: 1px solid var(--bs-primary);
	border-radius: var(--bs-border-radius);
	list-style: none;
	margin: 0;
	position: relative;
}
.comments-list .children > .comment {
	margin-right: 2rem;
	margin-top: 1rem;
}
.comment-author {
	margin-bottom: 0.5rem;
}
.comment-meta {
	display: none;
}
.comment .reply {
	position: absolute;
	left: 1rem;
	top: 1rem;
}
.comment .says {
	display: none;
}
.comment cite {
	font-weight: bold;
	font-style: normal;
}

footer {
	overflow: hidden;
}
footer:before {
	content: '';
    width: 100%;
    height: 100%;
    background: #634713;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: skewX(30deg);
    left: -40%;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer a {
	color: #fff;
}
footer .ff-el-group {
	margin: 0 !important;
}
footer .fluentform {
	position: relative;
}
footer .fluentform input[type=email] {
	text-align: right;
	direction: rtl;
}
footer .ff_submit_btn_wrapper {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%)
}
footer .ff_submit_btn_wrapper button {
	border: none;
	padding: 0;
	background: none;
}
footer .phone-numbers a {
	position: relative;
}
footer .phone-numbers a:not(:last-child):before {
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

footer .fixed-contact {
	position: fixed;
    right: 1rem;
    bottom: 1rem;
	z-index: 10001;
}
footer .tel-icon {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: var(--bs-primary);
	cursor: pointer;
	position: relative;
}
footer .tel-icon:before {
	content: url(images/icons/tel-white.svg);
	position: absolute;
	width: 25px;
	height: 25px;
	left: 50%;
	top: 50%;
	transform: rotateY(180deg) translate(50%, -50%);
}
footer .contact-info {
	opacity: 0;
	position: absolute;
	right: 999rem;
	bottom: 4rem;
	width: 175px;
	transition: opacity .3s ease-in-out;
}
footer .fixed-contact.active .contact-info {
	opacity: 1;
	right: 0;
}
footer .fixed-contact.active .tel-icon {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}
footer .fixed-instagram {
	position: fixed;
    right: 1rem;
    bottom: 5.5rem;
	z-index: 10001;
}
footer .instagram-icon {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: #833ab4;
	background: linear-gradient(45deg, #833ab4 0%,#fd1d1d 50%,#fcb045 100%); 
	cursor: pointer;
	position: relative;
}
footer .instagram-icon:before {
	content: url(images/social/instagram.svg);
	position: absolute;
	width: 23px;
	height: 23px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	filter: brightness(0) invert(1);
}
@-webkit-keyframes tada{
    0%{
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
    10%,20%{
        -webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);
        transform:scale3d(.9,.9,.9) rotate(-3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);
        transform:scale3d(1.1,1.1,1.1) rotate(3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
    }
    to{
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
}
@keyframes tada{
    0%{
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
    5%,10%{
        -webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);
        transform:scale3d(.9,.9,.9) rotate(-3deg)
    }
    15%,25%,35%,45%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);
        transform:scale3d(1.1,1.1,1.1) rotate(3deg)
    }
    20%,30%,40%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
    }
    60%{
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
}
.animate__tada{
	-webkit-animation: tada 2s linear infinite;
	-moz-animation: tada 2s linear infinite;
	-ms-animation: tada 2s linear infinite;
	-o-animation: tada 2s linear infinite;
	animation: tada 2s linear infinite;
}

@media only screen and (max-width: 767px) {
	.is-layout-flex {
		flex-direction: column;
	}
	body.home header {
		position: relative;
	}
	header {
		background-color: var(--bs-primary);
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	body header {
		background: #010102 !important;
		box-shadow: 0px 15px 15px 0px rgba(var(--bs-secondary-rgb), 0.40);
		position: relative !important;
        top: unset !important;
		padding: 0;
		backdrop-filter: none !important;
	}
	header .logo img {
		
	}
	header .main-menu:before {
		display: none;
	}
	header .search {
		border: none;
	}
	header .search svg {
		filter: brightness(0) invert(1);
	}

	#desktop-menu-toggler {
		display: none;
	}

	header .main-menu, header .logo-holder {
		width: 100%;
	}

	header #mobile-menu-toggler {
		width: 30px;
	}
	header #mobile-menu-toggler .toggler-bar {
		width: 100%;
		height: 2px;
		background: #fff;
		border-radius: 10px;
		display: block;
		margin-bottom: 8px;
	}
	header #mobile-menu-toggler .toggler-bar:nth-child(2) {
		width: 50%;
	}
	header #mobile-menu-toggler .toggler-bar:last-child {
		margin: 0;
		width: 75%
	}

	body.mobile-menu-active {
		overflow-y: hidden;
	}
	.mobile-menu-header {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#close-main-menu {
		position: absolute;
		left: 1.5rem;
		top: 1.5rem;
		transform: rotate(45deg);
	}
	header .main-menu {
		padding: 0;
	}
	header .main-menu .main-menu-holder {
		position: fixed;
		right: -100%;
		width: 100%;
		height: 100%;
		z-index: 100;
		transition: all .3s ease-in-out;
		background: var(--bs-primary);
		padding: 3rem 0 1rem;
		display: flex;
		flex-direction: column;
		height: 100%;
		top: 0;
	}
	body.admin-bar header .main-menu .main-menu-holder {
		background: #010100;
	}
	header .main-menu .main-menu-holder.menu-active {
		right: 0;
	}
	.main-menu .menu-l1 {
		flex-direction: column;
		background: none;
		border-radius: 0;
		margin: 0 1rem;
		border-top: 1px solid #D7EAED;
		flex-grow: 1;
	}
	.main-menu ul.menu-l1 > li {
		display: block;
		border-bottom: 1px solid #D7EAED;
	}
	.main-menu ul.menu-l1 > li > a {
		padding: 10px !important;
		color: #fff !important;
		padding: 1rem 1.5rem !important;
		font-weight: bold;
		justify-content: space-between;
	}
	.main-menu ul.menu-l1 > li.dropdown > a:after {
		content: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00022 12.2802L1.65355 7.93355C1.14022 7.42021 1.14022 6.58021 1.65355 6.06688L6.00022 1.72021' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	}
	.main-menu .menu-l1 > li.active > a, .main-menu .menu-l1 > li:hover > a {
		background: rgba(255,255,255,0.1);
	}
	.main-menu ul.menu-l1 > li > .dropdown {
		display: flex;
		justify-content: space-between;
	}
	header .main-menu .menu-l1 > li > .menu-l2 {
		position: relative;
		right: unset;
		opacity: 1;
		top: unset !important;
		border-radius: 0;
		background: rgba(255, 255, 255, 0.08);
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease-in-out;
	}
	header .main-menu .menu-l1 > li > .menu-l2 li a {
		color: #fff;
	}
	.main-menu ul.menu-l1 > li > a:before {
		display: none;
	}

	header .contact-btns {
		width: 100%;
	}
	header .logo-holder {
		text-align: center;
	}

	.home-service {
		height: 12rem;
	}

	.packages-img-holder {
		margin-right: calc(calc(100vw - 400px) / 2);
	}
	.right-offset {
		padding-left: 1rem !important;
        margin-right: 1rem !important;
	}

	.gallery-holder {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
		height: 450px;
	}
	
	.gallery-item-1 { grid-area: 1 / 1 / 2 / 3; }
	.gallery-item-2 { grid-area: 2 / 1 / 3 / 2; }
	.gallery-item-3 { grid-area: 2 / 2 / 3 / 3; }
	.gallery-item-4 { grid-area: 3 / 1 / 4 / 2; }
	.gallery-item-5 { grid-area: 3 / 2 / 4 / 3; }

	footer:before {
		transform: skewX(5deg);
	}

}

@media (min-width: 576px) {
	.right-offset {
		margin-right: calc(calc(100vw - 720px) / 2);
	}
}

@media (min-width: 768px) {
	.right-offset {
		margin-right: calc(calc(100vw - 720px) / 2);
	}
}

@media (min-width: 992px) {
	.right-offset {
		margin-right: calc(calc(100vw - 960px) / 2);
	}
}

@media (min-width: 1200px) {
	.right-offset {
		margin-right: calc(calc(100vw - 1140px) / 2);
	}
}

@media (min-width: 1400px) {
	.right-offset {
		margin-right: calc(calc(100vw - 1320px) / 2);
	}
}

@media (min-width: 1500px) {
	.right-offset {
		margin-right: calc(calc(100vw - 1400px) / 2);
	}
}