/*
 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: 'Sahel';
	src: url('fonts/Sahel-Bold.woff2') format('woff2'), url('fonts/Sahel-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sahel';
	src: url('fonts/Sahel-SemiBold.woff2') format('woff2'), url('fonts/Sahel-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sahel';
	src: url('fonts/Sahel-Regular.woff2') format('woff2'), url('fonts/Sahel-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANYekanFaNum';
	src: url('fonts/IRANYekanBoldFaNum.woff2') format('woff2'), url('fonts/IRANYekanBoldFaNum.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANYekanFaNum';
	src: url('fonts/IRANYekanMediumFaNum.woff2') format('woff2'), url('fonts/IRANYekanMediumFaNum.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #000000;
	--bs-primary-rgb: 0, 0, 0;
	--bs-secondary: #9e9e9e;
	--bs-secondary-rgb: 158, 158, 158;
	--bs-body-color: #313131;
	--bs-body-color-rgb: 49, 49, 49;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-link-color: #0063f7;
	--bs-link-color-rgb: 0, 99, 247;
	--bs-link-hover-color: #5b8def;
    --bs-link-hover-color-rgb: 91, 141, 239;
	--bs-body-font-family: IRANYekanFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 8px;
	--bs-body-font-size: 14px;
	font-size: 14px;

	--bs-primary-2: #161616;
	--bs-primary-3: #484848;
	--bs-primary-4: #636363;
	--bs-primary-5: #808080;

	--bs-secondary-2: #DEDEDE;
	--bs-secondary-3: #BEBEBE;

	--bs-body-color-1: #313131;
	--bs-body-color-2: #444444;
	--bs-body-color-3: #606060;
	--bs-body-color-4: #6F6F6F;
}

.bg-primary-2 {
	background: var(--bs-primary-2) !important;
}
.bg-primary-3 {
	background: var(--bs-primary-3) !important;
}
.bg-primary-4 {
	background: var(--bs-primary-4) !important;
}
.bg-primary-5 {
	background: var(--bs-primary-5) !important;
}

.bg-secondary-2 {
	background: var(--bs-secondary-2) !important;
}
.bg-secondary-3 {
	background: var(--bs-secondary-3) !important;
}

.text-body-2 {
	color: var(--bs-body-color-2) !important;
}
.text-body-3 {
	color: var(--bs-body-color-3) !important;
}
.text-body-4 {
	color: var(--bs-body-color-4) !important;
}

.rounded-16 {
	border-radius: 16px;
}
.rounded-20 {
	border-radius: 20px;
}
.rounded-30 {
	border-radius: 30px;
}

body {
	line-height: 2;
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}
.h1, h1 {
	font-size: 18px;
	font-weight: 700;
}
.h2, h2 {
	font-size: 16px;
	font-weight: 500;
}
.h3, h3 {
	font-size: 15px;
	font-weight: 500;
}
.fs-13 {
	font-size: 13px;
}
.fs-12 {
	font-size: 12px;
}

.sahel {
	font-family: Sahel, IRANYekanFaNum, Arial, tahoma;
}
h1.sahel, .h1.sahel {
	font-size: 40px;
	font-weight: 700;
}
h2.sahel, .h2.sahel {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.5px;
}
h3.sahel, .h3.sahel {
	font-size: 30px;
	font-weight: 600;
}
h4.sahel, .h4.sahel {
	font-size: 30px;
	font-weight: 400;
}

input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: 10px !important;
	border: none !important;
	background: #E0E0E0 !important;
	padding: 0 1rem !important;
	line-height: 40px !important;
	height: 40px !important;
	outline: 0;
	font-family: IRANYekanFaNum !important;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 80px !important;
	line-height: 2em !important;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}
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-color: var(--bs-primary);
    --bs-btn-hover-bg: #fff;
    --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;
	box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16) !important;
}
.btn-secondary {
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --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-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #06c270;
    --bs-btn-border-color: #06c270;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #999;
}
.btn-white {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: #efefef;
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #999;
}
.btn, button {
	padding: 0 2rem;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
}
.btn-small {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
}

.mb-6 {
	margin-bottom: 6rem;
}
.py-6 {
	padding: 6rem 0;
}

.shadow {
	box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16) !important;
}

.icon-16 {
	width: 16px;
	height: 16px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}
.icon-56 {
	width: 56px;
	height: 56px;
}
.icon-64 {
	width: 64px;
	height: 64px;
}
.icon-72 {
	width: 72px;
	height: 72px;
}
.icon-80 {
	width: 80px;
	height: 80px;
}

a.text-body:hover {
	color: var(--bs-secondary) !important;
}

.filter-white {
	filter: brightness(0) invert(1);
}
.cursor-pointer {
	cursor: pointer;
}

.main ::-webkit-scrollbar {
    width: 3px;
	height: 3px
}
.main ::-webkit-scrollbar-track {
    background: #ccc;
	border-radius: 5px;
}
.main ::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
	border-radius: 5px;
}

.top-ribbon {
	height: 48px;
	background: url(images/header-ribbon.jpg) no-repeat center center / cover;
}
header {
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 1000;
}
body.admin-bar header {
	top: calc(32px + 48px);
}
.header-inner {
	box-shadow: 0px 2px 8px 0px rgba(40, 41, 61, 0.04), 0px 16px 24px 0px rgba(96, 97, 112, 0.16);
	border-radius: 50px;
	padding: 0 2rem;
	background: #fff;
}
body.home .header-inner {
	background: rgba(197, 197, 197, 0.50);
	backdrop-filter: blur(25px);
}

.menu-l1 li a {
	font-weight: bold;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.menu-l1 > li > a {
	color: var(--bs-body-color);
	padding: 22px 0;
}
body.home .menu-l1 > li > a {
	color: #fff
}
.nav-link.dropdown:after {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10L12.7071 15.2929C12.3166 15.6834 11.6834 15.6834 11.2929 15.2929L6 10' stroke='%23808080' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	height: 24px;
	transition: all 0.3s ease-in-out;
}
.menu-item:hover .nav-link.dropdown:after {
	transform: rotateX(180deg);
}
body.home .nav-link.dropdown:after {
	filter: brightness(0) invert(1);
}
.menu-item.dropdown:hover:after {
	content: '';
	width: 100%;
	height: calc(100% + 2rem);
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 0;
}
.dropdown-box {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	padding: 0.5rem;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: absolute;
	right: -9999em;
	top: calc(100% + 1rem);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 1;
	box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}
.menu-item.dropdown:hover .dropdown-box {
	right: 0;
	min-width: 175px;
	opacity: 1;
}
.menu-item.dropdown:hover .dropdown-box > li {
	position: relative;
}
.menu-item.dropdown:hover .dropdown-box > li > a {
	padding: 5px 10px;
	border-radius: 5px;
}
.menu-item.dropdown:hover .dropdown-box > li:hover > a {
	background: var(--bs-primary);
	color: #fff;
}

body.home .header-icon svg {
	filter: brightness(0) invert(1);
}

#header-phone {
	stroke: var(--bs-primary);
	fill: none;
}
#show-search {
	fill: var(--bs-primary)
}
#header-phone:hover {
	stroke: var(--bs-secondary);
}
#show-search:hover {
	fill: var(--bs-secondary);
}

.rank-math-breadcrumb {
	margin-bottom: 3rem;
}
.rank-math-breadcrumb a {
	color: var(--bs-body-color);
}
.rank-math-breadcrumb p {
	margin: 0;
	color: var(--bs-body-color);
	display: flex;
	align-items: center;
    gap: 0.5rem;
}
.project-banner .rank-math-breadcrumb a, .project-banner .rank-math-breadcrumb p,
.landing-banner .rank-math-breadcrumb a, .landing-banner .rank-math-breadcrumb p {
	color: #fff;
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-primary);
}
.project-banner .rank-math-breadcrumb a:hover,
.landing-banner .rank-math-breadcrumb a:hover {
	color: var(--bs-secondary);
}
.rank-math-breadcrumb .separator {
	font-size: 0;
}
.rank-math-breadcrumb .separator:before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3335 10.9256V5.07438C11.3335 4.30259 10.4963 3.82172 9.82963 4.2106L4.81426 7.13623C4.15275 7.52211 4.15275 8.47791 4.81426 8.86379L9.82963 11.7894C10.4963 12.1783 11.3335 11.6974 11.3335 10.9256Z' stroke='%23313131' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pattern-big:before {
	content: '';
	width: 293px;
	height: 224px;
	position: absolute;
	background: url(images/pattern-big.svg) no-repeat center center / contain;
	position: absolute;
	top: 0;
	z-index: -1;
}
.pattern-small:before {
	content: '';
	width: 79px;
	height: 109px;
	position: absolute;
	background: url(images/pattern-small.svg) no-repeat center center / contain;
	position: absolute;
	top: 0;
	z-index: -1;
}
.pattern-start:before {
	right: 0;
}
.pattern-end:before {
	left: 0;
	transform: rotateY(180deg);
}

.intro-video video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.intro-video h1 {
	position: absolute;
	right: 5rem;
	bottom: 10rem;
}
.services:before, .home-about:before {
	content: '';
	width: 612px;
	height: 612px;
	border-radius: 50%;
	position: absolute;
	background: radial-gradient(50% 50% at 50% 50%, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%);
	z-index: -1;
}
.services:before {
	left: -306px;
	top: -306px;
}
.home-about:before {
	right: -306px;
	top: -306px;
}
.clients-carousel-1 .owl-stage, .clients-carousel-2 .owl-stage {
	padding-top: 1px;
	padding-bottom: 1px;
}
.clients-carousel-1 {
	margin-bottom: 20px;
}
.client-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}
.client-holder img {
	border: 1px solid #efefef;
	border-radius: var(--bs-border-radius);
}
.stats {
	background: url(images/stats-bg.jpg) no-repeat center center / cover;
	height: 200px;
}
.home-testimonials-holder {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 70%;
	display: flex;
	align-items: center;
	padding: 0 6rem;
}
.testimonials-carousel {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.testimonials-carousel .owl-dots {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}
.testimonials-carousel .owl-dots button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid var(--bs-secondary-3);
	transition: all 0.3s ease-in-out;
}
.testimonials-carousel .owl-dots button.active {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
}

.project-holder > a:before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.project-testimonial {
	background: url(images/project-testimonial.jpg) no-repeat center center / cover;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-holder video {
	height: 500px;
	object-fit: cover;
}
.video-holder svg {
	cursor: pointer;
}
.project-img {
	height: 400px;
	object-fit: cover;
}

.main > :not(.pt-0):first-child {
	padding-top: 114px !important;
}

.landing-banner {
	height: 300px;
}

.faq-row {
	background: #ffffff;
	box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16);
}
.faq-row .faq-question  {
	cursor: pointer;
	padding: 8px;
}
.faq-row .faq-question:after  {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.75 6C12.75 5.58579 12.4142 5.25 12 5.25C11.5858 5.25 11.25 5.58579 11.25 6V11.25H6C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H11.25V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V12.75H18C18.4142 12.75 18.75 12.4142 18.75 12C18.75 11.5858 18.4142 11.25 18 11.25H12.75V6Z' fill='%23808080'/%3E%3C/svg%3E%0A");
    height: 24px;
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(-45deg);
}
.faq-row .faq-answer {
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}
.faq-row .faq-answer .answer-inner {
	padding: 10px;
}
.faq-row.active .faq-answer {
	max-height: 8rem;
}
.faq-row .faq-answer p  {
	margin: 0;
}
.landing-contact {
	height: 200px;
	background: url(images/landing-contact.jpg) no-repeat center center / cover;
}
.landing-content {
	height: 350px;
    overflow-y: auto;
}
.toc-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.toc-list a {
	color: var(--bs-body-color-3);
}
.toc-list a:hover {
	color: var(--bs-primary);
}

.project-banner {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.blog-img {
	height: 300px;
	object-fit: cover;
}
.post-content img {
	border-radius: 30px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.post-content > * {
	max-width: 100%;
}
.position-sticky {
	top: 1rem;
}
body.admin-bar .position-sticky {
	top: calc(1rem + 32px);
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1.5rem;
	background: var(--bs-light);
	border-radius: 30px;
}
.comment-form .comment-notes {
	width: 100%;
	order: 1;
}
.comment-form .comment-fields {
	width: calc(50% - 0.5rem);
	order: 2;
}
.comment-form .comment-field {
	width: calc(50% - 0.5rem);
	order: 3;
	display: flex;
    flex-direction: column;
}
.comment-form .comment-field textarea  {
	flex-grow: 1;
}
.comment-form .form-submit {
	order: 4;
	display: flex;
	justify-content: end;
	width: 100%;
}
.comment-text p {
	margin: 0;
}
.comment-avatar img {
	border-radius: 50%;
}
.comment-reply-link {
	color: var(--bs-body-color-3);
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.comment-reply-link:before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75293 12.2067H10.0863C11.9263 12.2067 13.4196 10.7134 13.4196 8.87337C13.4196 7.03337 11.9263 5.54004 10.0863 5.54004H2.75293' stroke='%23606060' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.28674 7.20667L2.58008 5.5L4.28674 3.79333' stroke='%23606060' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 16px;
}
#comments-list ul.children {
	list-style: none;
}

.contact-side {
	background: url(images/contact-side.jpg) no-repeat center center;
	background-size: cover;
}
.ff_submit_btn_wrapper {
	margin: 0 !important;
	display: flex;
	justify-content: end;
}

.about-img-content-2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
}
.about-img-content-2 .content-holder {
	padding: 52px 64px;
	border-radius: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(25px);
	color: #fff;
}
.about-img-content-2 .content-holder p {
	margin: 0;
}

footer {
	margin-top: 5rem;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: var(--bs-secondary);
}
footer .btn-googglemap {
	color: var(--bs-body-color) !important;
}
footer ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}
footer svg:hover {
	opacity: 0.8;
}

.search-holder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	right: 0;
	background-color: var(--bs-body-bg);
	z-index: 1111;
	transition: all 0.7s ease-in-out;
}
.search-holder.active {
	top: 0;
}
#search-form button {
	border: none;
	background: none;
	outline: 0;
	padding: 0;
}
[data-bs-theme="dark"] #search-form button {
	filter: brightness(0) invert(1);
}
#search-form .search-input {
	font-family: Sahel, IRANYekanFaNum, tahoma, arial !important;
	font-size: 18px;
	background: none !important;
}
#close-search {
	position: absolute;
	right: 5rem;
	top: 5rem;
}
#close-select-mode {
	position: absolute;
	top: 2rem;
	right: 2rem;
}

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

	body:before {
		content: '';
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		transition: opacity 0.3s ease-in-out;
		opacity: 0;
		background: rgba(0,0,0,0.8);
	}
	body.overlay:before {
		right: 0;
		opacity: 1;
	}

	h1.sahel, .h1.sahel {
		font-size: 30px;
		font-weight: 700;
	}
	h2.sahel, .h2.sahel {
		font-size: 24px;
		font-weight: 600;
	}
	h3.sahel, .h3.sahel {
		font-size: 20px;
		font-weight: 500;
	}
	h4.sahel, .h4.sahel {
		font-size: 18px;
		font-weight: 600;
	}
	h5.sahel, .h5.sahel {
		font-size: 16px;
		font-weight: 400;
	}
	.top-ribbon {
		height: 25px;
	}
	header {
		z-index: 1001;
		top: 25px;
	}
	body.admin-bar header {
		top: calc(46px + 25px);
	}
	.header-inner {
		padding: 0.5rem 2rem;
	}
	#mobile-menu-toggler {
		width: 30px;
	}
	.toggler-bar {
		height: 2px;
		background: var(--bs-body-color);
	}
	.bg-white .toggler-bar {
		height: 2px;
		background: var(--bs-primary-darker);
	}
	.main-menu-holder {
		position: fixed;
        width: calc(100% - var(--bs-gutter-x));
        right: -50%;
        padding: 1rem 2rem;
        background: var(--bs-body-bg);
        top: calc(25px + 82px);
        transform: translateX(50%);
		transition: all 0.3s ease-in-out;
		border-radius: 30px;
	}
	body.admin-bar .main-menu-holder {
		top: calc(46px + 25px + 82px)
	}
	body.home.admin-bar .main-menu-holder {
		top:  calc(82px - 1rem)
	}
	.main-menu-holder.menu-active {
        right: 50%;
	}
	.menu-l1 > li > a {
		padding: 5px 0;
		justify-content: space-between;
	}
	.menu-item.dropdown .dropdown-box {
		padding: 1rem;
		background: var(--bs-primary-subtle);
		box-shadow: none;
	}
	.menu-item.dropdown:hover .dropdown-box {
		position: relative;
	}

	body.home .menu-l1 > li > a {
		color: var(--bs-body-color)
	}
	body.home .nav-link.dropdown:after {
		filter: none;
	}
	.menu-item.dropdown:hover:after {
		display: none;
	}

	.home-testimonials-holder {
		position: static;
		width: 100%;
		padding: 1.5rem;
	}
	.intro-video video {
		height: 40vh;
	}
	.intro-video h1 {
		right: 1rem;
		bottom: 2rem;
	}
	.stats {
		height: auto;
	}
	.stats .col-12 {
		margin: 1rem 0;
	}
	.video-holder video {
		height: 250px;
	}
	.project-img {
		height: 200px;
	}
	.comment-form {
		flex-direction: column;
	}
	.comment-form .comment-field, .comment-form .comment-fields {
		width: 100%;
	}
	.about-img-content-2 .content-holder {
		padding: 30px;
	}
	.contact-side {
		height: 400px;
	}

	.whatsapp-fixed img {
		width: 60px;
	}
	#close-search {
		right: 1rem;
		top: 2rem;
	}
}

@media (max-width: 575px) {
	.offset-padding-right {
		padding-right: 1.5rem;
	}
	.offset-padding-left {
		padding-left: 1.5rem;
	}
}

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

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

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

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