/*
 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: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Bold.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Medium.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Regular.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #c8b464;
	--bs-primary-rgb: 200, 180, 100;
	--bs-secondary: #a3a3a3;
	--bs-secondary-rgb: 163, 163, 163;
	--bs-body-color: #000000;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-link-color: #c8b464;
	--bs-link-color-rgb: 200, 180, 100;
	--bs-link-hover-color: #676767;
    --bs-link-hover-color-rgb: 103, 103, 103;
	--bs-body-font-family: AnjomanFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 8px;
	--bs-body-font-size: 16px;
	font-size: 16px;

	--bs-primary-darker: #ac9641;
	--bs-primary-lighter: #e2d69a;
	--bs-primary-subtle: #756e52;

	--bs-secondary-darker: #676767;
	--bs-secondary-lighter: #d1d1d1;
	--bs-secondary-subtle: #282828;

	--bs-dark-1: #313131;
	--bs-dark-2: #444444;
	--bs-dark-3: #606060;
	--bs-dark-4: #6f6f6f;

	--bs-light-1: #e0e0e0;
	--bs-light-2: #fcfcfc;
	--bs-light-3: #f5f5f5;
}

.bg-primary-darker {
	background: var(--bs-primary-darker) !important;
}
.bg-primary-lighter {
	background: var(--bs-primary-lighter) !important;
}
.bg-primary-subtle {
	background: var(--bs-primary-subtle) !important;
}
.text-primary-darker {
	color: var(--bs-primary-darker) !important;
}
.text-primary-lighter {
	color: var(--bs-primary-lighter) !important;
}
.text-primary-subtle {
	color: var(--bs-primary-subtle) !important;
}

.bg-secondary-darker {
	background: var(--bs-secondary-darker) !important;
}
.bg-secondary-lighter {
	background: var(--bs-secondary-lighter) !important;
}
.bg-secondary-subtle {
	background: var(--bs-secondary-subtle) !important;
}
.text-secondary-darker {
	color: var(--bs-secondary-darker) !important;
}
.text-secondary-lighter {
	color: var(--bs-secondary-lighter) !important;
}
.text-secondary-subtle {
	color: var(--bs-secondary-subtle) !important;
}

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

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

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

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

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

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: 20px;
	font-weight: 700;
}
.h2, h2 {
	font-size: 18px;
	font-weight: 700;
}
.h3, h3 {
	font-size: 17px;
	font-weight: 700;
}
.h4, h4 {
	font-size: 16px;
	font-weight: 700;
}
.fs-14 {
	font-size: 14px;
}
.title {
	font-size: 25px;
	font-weight: bold;
}

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: #e3e3e3 !important;
	padding: 0 1rem !important;
	line-height: 56px !important;
	height: 56px !important;
	outline: 0;
	font-family: AnjomanFaNum !important;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 90px !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: var(--bs-body-color);
	--bs-btn-bg: var(--bs-primary-lighter);
    --bs-btn-border-color: var(--bs-primary-lighter);
	--bs-btn-hover-color: var(--bs-body-color);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
	--bs-btn-active-color: var(--bs-body-color);
    --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: 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: #157347;
    --bs-btn-border-color: #157347;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #13653f;
    --bs-btn-hover-border-color: #13653f;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #13653f;
    --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: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
}
.btn-small {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
}

a.arrow {
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
}
a.arrow:after {
	content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M7.29289 16.7078C6.90237 16.3172 6.90237 15.6841 7.29289 15.2935L12.6262 9.96021C13.0168 9.56969 13.6499 9.56969 14.0404 9.96021C14.431 10.3507 14.431 10.9839 14.0404 11.3744L10.4142 15.0007L24 15.0007C24.5523 15.0007 25 15.4484 25 16.0007C25 16.5529 24.5523 17.0007 24 17.0007L10.4142 17.0007L14.0404 20.6269C14.431 21.0174 14.431 21.6506 14.0404 22.0411C13.6499 22.4316 13.0168 22.4316 12.6262 22.0411L7.29289 16.7078Z' fill='%23756E52'/%3E%3Cpath d='M7.29289 15.2932C6.90237 15.6837 6.90237 16.3169 7.29289 16.7074L12.6262 22.0408C13.0168 22.4313 13.6499 22.4313 14.0404 22.0408C14.431 21.6502 14.431 21.0171 14.0404 20.6266L9.37233 16.0037L14.0404 11.3741C14.431 10.9836 14.431 10.3504 14.0404 9.95989C13.6499 9.56936 13.0168 9.56936 12.6262 9.95989L7.29289 15.2932Z' fill='%23756E52'/%3E%3C/svg%3E%0A");
	height: 32px;
}

.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-20 {
	width: 20px;
	height: 20px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}
.icon-48 {
	width: 48px;
	height: 48px;
}
.icon-72 {
	width: 72px;
	height: 72px;
}
.icon-100 {
	width: 100px;
	height: 100px;
}

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;
}

header {
	position: relative;
	z-index: 1000;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
	background: #fff;
}

body.home header {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
}
body.home header.fixed {
	position: fixed;
	bottom: unset;
	top: 0;
}
body.home.admin-bar header.fixed {
	top: 32px;
}

.menu-l1 li a {
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.menu-l1 > li > a {
	color: var(--bs-body-color);
	padding: 10px 0;
	font-size: 17px;
}
.menu-l1 > li > a:hover, .menu-l1 > li.active > a {
	color: var(--bs-primary-subtle);
}
.nav-link.dropdown:after, .submenu-title a:after {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' 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: 22px;
	transition: all 0.3s ease-in-out;
}
.menu-item:hover .nav-link.dropdown:after, .submenu-title.closed a:after {
	transform: rotateX(180deg);
}
.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% + 2rem);
	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;
}

.owl-stage-outer {
	margin: 0 -2px;
    padding: 0 2px;
}
.owl-nav button {
	width: 28px;
	height: 28px;
	background: rgba(var(--bs-primary-rgb), 0.15) !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-shape {
	position: relative;
	padding-right: 2.5rem;
}
.icon-shape span {
	z-index: 2;
	position: relative;
}
.icon-shape:before {
	content: '';
	width: 133px;
	height: 151px;
	background: url(images/shape.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-35deg);
	z-index: 1;
}
.icon-shape.icon-small:before {
	content: '';
	width: 55px;
	height: 62px;
	opacity: 0.3;
}

.hero {
	position: relative;
}
.hero:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.hero-img {
	height: 100vh;
	object-fit: cover;
}
body.admin-bar .hero-img {
	height: calc(100vh - 32px);
}
.hero-title-slider {
	height: 72px;
	overflow: hidden;
	margin-bottom: 86px;
}
.hero-title {
	font-size: 36px;
	font-weight: 500;
}
.hero-title-inner {
	transition: all 0.5s ease-in-out;
	transform: translateY(0);
}
.hero-title-inner.step-2 {
	transform: translateY(-72px);
}

body.home .product-tab .product-cat-box {
	font-size: 14px;
}
body.home .product-tab .app-title {
	font-size: 13px;
}
body.home .product-tab .product-app-box {
	background: var(--bs-secondary);
	aspect-ratio: 1;
}
body.home .product-tab .product-app-box .app-info .product-count {
	font-size: 11px;
	padding: 1rem 0 0 !important;
}
body.home .product-tab .tab-content {
	height: 600px;
}

.jamson-logo {
	position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: calc(100% + 10rem);
}

.home-blog-1 {
	height: 290px;
	object-fit: cover;
}
.home-blog-2 {
	width: 256px;
	height: 256px;
	aspect-ratio: 1;
	object-fit: cover;
}

.title-banner {
	height: 185px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-transform: uppercase;
}
.title-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(0, 0, 0, 0.6);
}

.rank-math-breadcrumb {
	font-size: 17px;
}
.rank-math-breadcrumb a {
	color: #fff;
}
.rank-math-breadcrumb p {
	margin: 0;
	color: var(--bs-primary-lighter);
	unicode-bidi: isolate-override;
}
.rank-math-breadcrumb .separator {
	color: #fff;
}
.page-banner .rank-math-breadcrumb p, .page-banner .rank-math-breadcrumb a {
	color: #fff;
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-primary-lighter);
}

.contact-info-holder {
	margin-top: -175px;
}
.contact-info {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
	padding: 2rem 4rem;
	z-index: 2;
    position: relative;
}
.form-holder {
	border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}

.ff_submit_btn_wrapper {
	display: flex;
	justify-content: end;
	margin: 0 !important;
}

.about-section-2 {
	padding: 4rem 0 20rem;
}
.about-video {
	margin-top: -18rem;
}
.products-listing {
	overflow-y: auto;
}
.certificates-carousel .owl-stage {
	margin-right: -75px;
}

.certificates-box {
	margin-bottom: -250px;
}
.popup {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem 0;
    overflow-y: auto;
    z-index: 1000;
	cursor: pointer;
}
body.admin-bar .popup {
    top: 32px;
	height: calc(100% - 32px);
}

.product-cat-box {
	border-radius: 16px;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	aspect-ratio: 1;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
}

.product-app-box {
	border-radius: 16px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	text-align: center;
	background: var(--bs-secondary-lighter);
	color: var(--bs-body-color);
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.app-info {
	padding: 1rem;
	background: var(--bs-primary-lighter);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.product-app-box:hover .app-info {
	opacity: 1;
}
.app-info .product-count {
	transition: all 0.3s ease-in-out;
	padding: 0;
	font-weight: normal;
}
.product-app-box:hover .app-info .product-count {
	padding: 1rem 0;
}

.products-header, .product-row {
	display: flex;
	align-items: center;
	padding: 1rem 0.5rem;
	gap: 0.25rem;
	font-size: 14px;
	text-align: center;
}
.counter {
	width: 5%;
}
.product-col-1 {
	width: 15%;
}
.product-col-2 {
	width: 15%;
}
.product-col-3 {
	width: 10%;
}
.product-col-4 {
	width: 10%;
}
.product-col-5 {
	width: 15%;
}
.product-col-6 {
	width: 10%;
}
.product-col-7 {
	width: 10%;
}
.product-col-8 {
	width: 10%;
}
.products-table .product-row:nth-child(even) {
	background: #fff;
}
.products-table .product-row:nth-child(odd) {
	background: var(--bs-secondary-lighter);
}
.products-table a {
	color: #1565BC;
}
#search-products {
	padding-right: calc(2rem + 24px) !important;
}
.search-icon {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.product-tab {
	background: #d9d9d9;
	border-radius: var(--bs-border-radius);
	overflow: hidden;
}
.product-tab .tab-titles {
	background: #f0f0f0;
	position: relative;
}
.product-tab .tab-title {
	padding: 1rem 2rem;
	background: #d9d9d9;
	font-weight: bold;
	position: relative;
	border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
	position: relative;
}
.product-tab .tab-title.active {
	background: var(--bs-secondary-darker);
	color: #fff;
}
.product-tab .tab-content {
	padding: 1.5rem;
	background: #d9d9d9;
	height: 500px;
}
.product-tab .tab-titles:before {
	content: '';
	position: absolute;
	right: -90px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 64px solid #d9d9d9;
	border-left: 90px solid transparent;
	background: #f0f0f0;
}
.product-tab .tab-titles:after {
	content: '';
	position: absolute;
	left: -90px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 64px solid #d9d9d9;
	border-right: 90px solid transparent;
	background: #f0f0f0;
}
.product-tab .tab-title:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	bottom: 0;
	border-bottom: 58px solid #d9d9d9;
	border-right: 10px solid transparent;
	background: #f0f0f0;
}
.product-tab .tab-title:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: -10px;
	bottom: 0;
	border-bottom: 58px solid #d9d9d9;
	border-left: 10px solid transparent;
	background: #f0f0f0;
	z-index: 10;
}
.product-tab .tab-title.active:before, .product-tab .tab-title.active:after {
	border-bottom-color: var(--bs-secondary-darker);
	z-index: 20;
}
.cat-gallery {
	border-radius: 12px;
	height: 245px;
	object-fit: cover;
}

/* GALLERY TEMPLATE 1 */
.gallery-row-1 .gallery-inner:before {
	content: '';
	width: 100%;
	height: 80%;
	background: var(--bs-secondary-lighter);
	border-radius: var(--bs-border-radius);
	position: absolute;
	top: 0;
	right: 0;
}
.gallery-template-1-1 {
	height: 400px;
	object-fit: cover;
}

/* GALLERY TEMPLATE 2 */
.gallery-template-2-1 {
	height: 600px;
	object-fit: cover;
}
.gallery-template-2-2 {
	aspect-ratio: 1;
    width: 450px;
    object-fit: cover;
    position: absolute;
    top: 1.5rem;
    right: -225px;
    border: 5px solid #f0f0f0;
}

/* GALLERY TEMPLATE 3 */
.gallery-template-3-1, .gallery-template-3-2, .gallery-template-3-3 {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.gallery-template-3-4 {
	height: calc(400px + 1rem);
	object-fit: cover;
	width: 100%;
}

/* GALLERY TEMPLATE 4 */
.gallery-template-4 {
	height: 240px;
	aspect-ratio: 1;
	object-fit: cover;
}

/* GALLERY SINGLE */
.gallery-single-inner {
	margin-top: -225px;
}
.gallery-single-2, .gallery-single-3 {
	height: 300px;
	object-fit: cover;
}
.gallery-single-1 {
	height: 475px;
	object-fit: cover;
}
.gallery-single-4 {
	height: calc(600px + 1rem);
	object-fit: cover;
}
.gallery-bottom {
	height: 400px;
	object-fit: cover;
}

.blog-featured {
	height: 330px;
	object-fit: cover;
}
.blog-normal {
	height: 350px;
	object-fit: cover;
}

.recent-blogs img {
	width: 128px;
	height: 128px;
	object-fit: cover;
	border-radius: var(--bs-border-radius);
}
.toc-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.toc-list li a {
	font-size: 14px;
	color: var(--bs-body-color);
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
}
.toc-list li a:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--bs-body-color);
}
.desktop-toc {
	position: sticky;
	top: 1rem;
}
body.admin-bar .desktop-toc {
	top: calc(32px + 1rem);
}

.paginate span, .paginate a {
	width: 40px;
	height: 40px;
	border-radius: var(--bs-border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-secondary)
}
.paginate a {
	background: #fff;
	color: var(--bs-secondary);
}
.paginate span {
	background: var(--bs-secondary);
	color: #fff;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
footer a {
	color: #fff
}
footer a:hover {
	color: var(--bs-primary-lighter);
}
.footer-brand {
	background: linear-gradient(270deg, #282828, #a3a3a3);
	background-size: 600% 600%;
	-webkit-background-clip: text;
	color: transparent;
    animation: gradientMove 6s ease infinite;
	font-size: 3vw;
    line-height: 1.75;
}

@keyframes gradientMove {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

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

	body.overlay {
		overflow: hidden;
	}

	header {
		z-index: 1001;
	}
	#mobile-menu-toggler {
		width: 16px;
	}
	.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: 100%;
		height: 100%;
        right: -50%;
        padding: 1rem;
        background: #00114b;
        top: 0;
        transform: translateX(50%);
		transition: all 0.3s ease-in-out;
		z-index: 10000;
		overflow-y: auto;
	}
	body.admin-bar .main-menu-holder {
		top: 46px;
		height: calc(100% - 46px);
	}
	.main-menu-holder.menu-active {
        right: 50%;
	}
	.menu-l1 > li > a {
		padding: 5px 0;
		justify-content: space-between;
		color: #fff !important;
	}
	.menu-item.dropdown .dropdown-box {
		padding: 1rem;
		background: var(--bs-primary-subtle);
		box-shadow: none;
	}
	.menu-item.dropdown:hover .dropdown-box {
		position: relative;
	}
	.menu-item svg {
		transition: all 0.3s ease-in-out;
	}
	.menu-item.active a svg {
		transform: rotate(45deg);
	}
	header .border-bottom {
		border-bottom: 1px dashed var(--bs-border-color) !important;
	}

	body.home .nav-link.dropdown:after {
		filter: none;
	}
	.menu-item.dropdown:hover:after {
		display: none;
	}

	/* GALLERY TEMPLATE 1 */
	.gallery-template-1-1 {
		height: 200px;
		object-fit: cover;
	}
	.gallery-row-1 .gallery-inner:before {
		height: 50%;
	}

	/* GALLERY TEMPLATE 2 */
	.gallery-template-2-1 {
		height: 350px;
	}
	.gallery-template-2-2 {
		width: 200px;
		height: 200px;
		top: -1.5rem;
		right: 1.5rem;
	}

	/* GALLERY TEMPLATE 3 */
	.gallery-template-3-1, .gallery-template-3-2, .gallery-template-3-3 {
		height: 75px;
	}
	.gallery-template-3-4 {
		height: calc(150px + 1rem);
	}

	/* GALLERY TEMPLATE 4 */
	.gallery-row-4 .gallery-inner .col {
		flex-basis: 50%;
	}
	.gallery-row-4 .gallery-inner .col:nth-child(3) {
		flex-basis: 100%;
	}
	.gallery-template-4 {
		height: 200px;
	}
}

@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);
	}
}