/*
 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: 'IRANSansXFaNum';
	src: url('fonts/IRANSansXFaNum-Bold.woff2') format('woff2'), url('fonts/IRANSansXFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANSansXFaNum';
	src: url('fonts/IRANSansXFaNum-Medium.woff2') format('woff2'), url('fonts/IRANSansXFaNum-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #712e6e;
	--bs-primary-rgb: 113, 46, 110;
	--bs-secondary: #e8a63c;
	--bs-secondary-rgb: 232, 166, 60;
	--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: #ac7a2b;
    --bs-link-hover-color-rgb: 172, 122, 43;
	--bs-body-font-family: IRANSansXFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 8px;
	--bs-body-font-size: 15px;
	font-size: 15px;

	--bs-primary-darker: #3F2E71;
	--bs-primary-lighter: #B463B1;
	--bs-primary-subtle: #D8B3D6;

	--bs-secondary-darker: #AC7A2B;
	--bs-secondary-lighter: #EFB75C;
	--bs-secondary-subtle: #F6D8A6;

	--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-dark-4 {
	color: var(--bs-dark-4) !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-dark-4 {
	background: var(--bs-dark-4) !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;
}
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: 18px;
	font-weight: 700;
}
.h2, h2 {
	font-size: 16px;
	font-weight: 700;
}
.h3, h3 {
	font-size: 15px;
	font-weight: 700;
}
.h4, h4 {
	font-size: 15px;
	font-weight: 700;
}
.fs-14 {
	font-size: 14px;
}
.fs-13 {
	font-size: 13px;
}
.fs-12 {
	font-size: 12px;
}
.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: rgba(252, 252, 252, 0.9) !important;
	padding: 0 1rem !important;
	line-height: 56px !important;
	height: 56px !important;
	outline: 0;
	font-family: IRANSansXFaNum !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: var(--bs-primary);
    --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-lighter {
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: var(--bs-secondary-lighter);
    --bs-btn-border-color: var(--bs-secondary-lighter);
    --bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: var(--bs-primary);
    --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 1rem;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	gap: 0.5rem;
}
.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 5px 2px rgb(96, 97, 112, 0.15) !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-primary) !important;
}

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

body ::-webkit-scrollbar {
    width: 3px;
	height: 3px
}
body ::-webkit-scrollbar-track {
    background: #ccc;
	border-radius: 5px;
}
body ::-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;
}

.header-menu {
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
	overflow: hidden;
}
.menu-l1 li a {
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.menu-l1 > li > a {
	color: var(--bs-primary-darker);
	padding: 0.8rem 1rem;
}
.menu-l1 > li.active > a {
	background: var(--bs-secondary-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;
}
.search-holder button {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	height: 24px;
}
.search-holder input {
	height: 38px !important;
	background: #f5f5f5 !important;
	border-radius: 50px !important;
	min-width: 270px;
	padding-right: calc(24px + 1.5rem) !important;
}
#search-results-holder {
	position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    width: 100%;
    background: #fff;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 3;
	font-size: 0.85rem;
}
#search-results-holder img {
    width: 50px;
    border-radius: var(--bs-border-radius);
}
#search-results-holder .result-box {
    max-height: 300px;
	overflow-y: auto;
}
.search-holder form .spinner-border {
	opacity: 0;
	position: absolute;
	left: 0.5rem;
	top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}
.search-holder form .spinner-border.active {
	opacity: 1;
}
.close-search {
    position: relative;
    cursor: pointer;
	width: 16px;
	height: 16px;
}
.close-search:before {
	content: '';
	width: 2px;
	height: 100%;
	background: var(--bs-danger);
	transform: rotate(45deg);
	position: absolute;
    top: 0;
    left: 50%;
}
.close-search:after {
	content: '';
	width: 2px;
	height: 100%;
	background: var(--bs-danger);
	transform: rotate(-45deg);
	position: absolute;
    top: 0;
    left: 50%;
}

.slide-carousel .owl-nav {
	display: flex;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    bottom: 1rem;
    width: 100%;
}
.owl-nav button {
	width: 32px;
	height: 32px;
	background: var(--bs-primary-darker) !important;
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.owl-nav button svg {
	position: relative;
    transition: all 0.3s ease-in-out;
	right: 0;
}
.owl-nav button.owl-next svg {
	transform: rotate(180deg)
}
.owl-nav button.owl-next:hover svg {
	right: 10px;
}
.owl-nav button.owl-prev:hover svg {
	right: -10px;
}
.owl-nav button:hover {
	background: var(--bs-secondary-subtle) !important;
	width: 52px;
}
.owl-nav button:hover svg path {
	fill: var(--bs-primary-darker);
}

.owl-carousel:not(.slide-carousel) .owl-stage-outer {
	margin: 0 -2px;
    padding: 0 2px;
}

.title-banner {
	height: 135px;
	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 a {
	color: #fff;
}
.rank-math-breadcrumb p {
	margin: 0;
	color: #fff;
}
.rank-math-breadcrumb .separator {
	color: #fff;
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-secondary-lighter);
}

.cat-holder {
	transition: all 0.5s ease-in-out;
	height: 275px;
	width: 50%;
}
.cat-holder:hover {
	width: 250%;
}
.cat-img {
	object-fit: cover;
	width: 100%;
	height: 275px;
}
.cat-holder a {
	position: relative;
}
.cat-holder a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #010101;
	opacity: 0.6;
	z-index: 1;
}
.cat-holder a:after {
	content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(-1 0 0 1 28 0)'%3E%3Cg transform='translate(2.625 2.625)'%3E%3Cpath d='M15.1667 0.875C15.1667 1.35825 15.5584 1.75 16.0417 1.75L19.7626 1.75L8.42295 13.0896C8.08124 13.4313 8.08124 13.9853 8.42295 14.327C8.76466 14.6688 9.31868 14.6688 9.66039 14.327L21 2.98744L21 6.70833C21 7.19158 21.3918 7.58333 21.875 7.58333C22.3582 7.58333 22.75 7.19158 22.75 6.70833L22.75 0.875C22.75 0.391751 22.3582 0 21.875 0L16.0417 0C15.5584 0 15.1667 0.391751 15.1667 0.875ZM1.75 12.5417C1.75 7.87026 5.53692 4.08333 10.2083 4.08333C10.6916 4.08333 11.0833 3.69158 11.0833 3.20833C11.0833 2.72508 10.6916 2.33333 10.2083 2.33333C4.57043 2.33333 0 6.90376 0 12.5417C0 18.1796 4.57043 22.75 10.2083 22.75C15.8462 22.75 20.4167 18.1796 20.4167 12.5417C20.4167 12.0584 20.0249 11.6667 19.5417 11.6667C19.0584 11.6667 18.6667 12.0584 18.6667 12.5417C18.6667 17.2131 14.8797 21 10.2083 21C5.53692 21 1.75 17.2131 1.75 12.5417Z' fill='%23FFFFFF' fill-rule='evenodd' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 2;
}
.cat-info {
	z-index: 2;
}
.cat-info .h1, .cat-info .h3 {
	white-space: nowrap;
}
.cat-content {
	padding-left: 3rem;
	opacity: 0;
}
.cat-holder:hover .cat-content {
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

.product-cats {
	padding: 1rem;
	border-radius: var(--bs-border-radius);
	border: 1px solid var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), 0.2);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: center;
}
.product-cats ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.product-cats ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--bs-light-3);
	padding: 0.6rem 1rem;
	color: var(--bs-body-color);
	border-radius: var(--bs-border-radius);
	border-bottom: 1px solid var(--bs-primary-darker);
}
.product-cats ul li.active a {
	color: #fff;
	background: var(--bs-primary);
}
.product-cats ul li a:after {
	content: url("data:image/svg+xml,%3Csvg width='5.5' height='11.5' viewBox='0 0 5.5 11.5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(0 -0)'%3E%3Cpath d='M0.164376 0.281507C0.423133 -0.0419402 0.895103 -0.0943809 1.21855 0.164376L5.75003 3.78956L10.2815 0.164376C10.605 -0.0943809 11.0769 -0.0419397 11.3357 0.281507C11.5944 0.604953 11.542 1.07692 11.2185 1.33568L6.21855 5.33568C5.94463 5.55481 5.55542 5.55481 5.28151 5.33568L0.281506 1.33568C-0.0419402 1.07692 -0.0943811 0.604953 0.164376 0.281507Z' fill='%23313131' fill-rule='evenodd' transform='matrix(-0 1 -1 -0 5.5 0)' /%3E%3C/g%3E%3C/svg%3E");
	height: 24px;
}
.product-cats ul li.active a:after {
	filter: brightness(0) invert(1);
}

ul.product-intro li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	background: var(--bs-light-3);
	border-radius: var(--bs-border-radius);
}
ul.product-intro li span.h2 {
	flex-shrink: 0;
}
.product-contact-box {
	background: url(images/contact-box.jpg) no-repeat center center / cover;
	padding: 1.5rem;
	border-radius: var(--bs-border-radius);
	overflow: hidden;
	position: relative;
}
.product-contact-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(120, 50, 104, 1) 100%);
	opacity: 0.8;
}

.product-tabs .tab-title {
	background: rgba(var(--bs-primary-rgb), 0.2);
	padding: 0.5rem 4rem;
	border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
	border: 1px solid var(--bs-primary);
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.product-tabs .tab-title.active {
	background: var(--bs-primary);
	color: #fff;
}
.product-tabs .tab-content {
	background: rgba(var(--bs-primary-rgb), 0.1);
	padding: 3rem;
	border-radius: var(--bs-border-radius) 0 var(--bs-border-radius) var(--bs-border-radius);
	display: none;
	text-align: justify;
}
.product-tabs .tab-content.active {
	display: block;
}
.wp-block-table thead {
	background: var(--bs-primary-darker);
	border-color: var(--bs-primary-darker) !important;
	color: #fff;
}
.wp-block-table th, .wp-block-table td {
	border-color: var(--bs-primary-darker) !important;
}
.analysis-thumbnail img {
	height: 520px;
	object-fit: cover;
	border-radius: var(--bs-border-radius);
}

.related-products .col {
	width: 20%;
    flex: 0 0 auto;
}

#rank-math-faq .rank-math-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#rank-math-faq .rank-math-list-item {
    border-radius: var(--bs-border-radius);
	background: rgba(var(--bs-primary-rgb), 0.2);
	padding: 1rem;
	transition: all 0.3s ease-in-out;
}
#rank-math-faq .rank-math-list-item.active {
	background: var(--bs-primary);
	color: #fff;
}
#rank-math-faq .rank-math-list-item .rank-math-question {
    margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-weight: bold;
}
#rank-math-faq .rank-math-list-item .rank-math-question:after {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(-0 -1 1 -0 0 40)'%3E%3Cg transform='translate(15.417 10.417)'%3E%3Cpath d='M0.27396 0.469177C0.705222 -0.0699005 1.49184 -0.157302 2.03091 0.27396L9.58338 6.31593L17.1358 0.273961C17.6749 -0.157301 18.4615 -0.0698996 18.8928 0.469178C19.3241 1.00826 19.2367 1.79487 18.6976 2.22613L10.3642 8.8928C9.90773 9.25801 9.25904 9.25801 8.80251 8.8928L0.469177 2.22613C-0.0699005 1.79487 -0.157302 1.00825 0.27396 0.469177Z' fill='%23000000' fill-rule='evenodd' transform='matrix(-0 1 -1 -0 9.167 0)' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	height: 30px;
	transition: all 0.3s ease-in-out;
}
#rank-math-faq .rank-math-list-item.active .rank-math-question:after {
    filter: brightness(0) invert(1);
	transform: rotate(180deg);
}
#rank-math-faq .rank-math-list-item .rank-math-answer {
    display: none;
}
#rank-math-faq .rank-math-list-item .rank-math-answer p {
    margin: 1rem 0 0;
}

.about-content-1:before {
	content: '';
	width: 2rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: var(--bs-border-radius);
	background: linear-gradient(180deg, var(--bs-primary-darker) 0%, rgba(113,46,110,0) 100%);
}
.history {
	background: url(images/history-bg.jpg) no-repeat center center / cover;
}
.history-items {
	min-height: 250px;
	overflow: hidden;
}
.history-item {
	position: absolute;
	right: 0;
	top: -100%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.history-item.active {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
}
.history-years, .history-year {
	position: relative;
}
.history-year {
	cursor: pointer;
}
.history-years:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--bs-secondary-subtle);
	position: absolute;
	top: -1rem;
	right: 0;
}
.history-year:before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: calc(-1rem - 8px);
	left: 50%;
	transform: translateX(-50%);
	background: var(--bs-light-1);
	transition: all 0.3s ease-in-out;
}
.history-year.active:before {
	background: var(--bs-secondary);
}
.history-year:hover:before {
	background: var(--bs-secondary-lighter);
}

.goals-items {
	height: 350px;
	overflow: hidden;
}
.goal-item {
	position: absolute;
	right: 0;
	top: -100%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	height: 100%;
	overflow-y: auto;
}
.goal-item.active {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
}
.goal-title {
	background: rgba(var(--bs-primary-rgb), 0.2);
	color: var(--bs-body-color);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.goal-title.active {
	background: var(--bs-primary);
	color: #fff;
}
.goals-img-1 {
	position: absolute;
	left: 0;
	top: 0;
}
.goals-img-2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.ceo-message {
	background: url(images/ceo-bg.jpg) no-repeat center center / cover;
}

.customers .row {
	background: url(images/customers-bg.png) no-repeat center bottom / cover;
}
.circle-outer {
	height: 600px;
	position: relative;
}
.circle-inner {
	--num-images: 8;
    --circle-radius: 250px;
    --image-size: 120px;
    position: relative;
    width: calc(var(--circle-radius) * 2);
    height: calc(var(--circle-radius) * 2);
    border-radius: 50%;
    transform: rotate(0deg);
	transition: all 1s ease-in-out;
}
.customer-holder {
	position: absolute;
    width: var(--image-size);
    height: var(--image-size);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(calc(360deg / var(--num-images) * (var(--i) + 1))) translate(var(--circle-radius)) rotate(calc(0deg / var(--num-images) * (var(--i) - 1)));
    overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.customer-holder:nth-child(1) { --i: 1; }
.customer-holder:nth-child(2) { --i: 2; }
.customer-holder:nth-child(3) { --i: 3; }
.customer-holder:nth-child(4) { --i: 4; }
.customer-holder:nth-child(5) { --i: 5; }
.customer-holder:nth-child(6) { --i: 6; }
.customer-holder:nth-child(7) { --i: 7; }
.customer-holder:nth-child(8) { --i: 8; }

.customer-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	transform: rotate(-90deg);
	transition: all 1s ease-in-out;
	filter: grayscale(1);
}
.customer-holder.active img {
	filter: grayscale(0)
}
.customer-center-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	height: 250px;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.customer-center-logo.active {
	opacity: 1;
}

.address-icon {
	position: absolute;
	left: 2rem;
	bottom: 0;
}

.contact-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0.5rem;
	width: 100%;
	border-radius: var(--bs-border-radius);
	padding: 0 0.5rem;
	height: 130px;
	position: relative;
	overflow: hidden;
}
.contact-box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(63, 46, 113, 0.8);
}
.cb1 {
	background: url(images/contact-box-1.jpg) no-repeat center center / cover;
}
.cb2 {
	background: url(images/contact-box-2.jpg) no-repeat center center / cover;
}
.cb3 {
	background: url(images/contact-box-3.jpg) no-repeat center center / cover;
}
.cb4 {
	background: url(images/contact-box-4.jpg) no-repeat center center / cover;
}
.contact-form {
	background: url(images/contact-form.jpg) no-repeat center center / cover;
	overflow: hidden;
	position: relative;
}
.import-request-form {
	background: url(images/import-request-form.jpg) no-repeat center center / cover;
	overflow: hidden;
	position: relative;
}
.contact-form:before, .import-request-form:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.import-request-form:before {
	background: rgba(0, 0, 0, 0.75);
}

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

.gallery-holder {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: var(--bs-border-radius);
}
.gallery-holder:before, .gallery-item:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(102,102,102,0) 40%, rgba(0,0,0,0.8) 100%);
}
.gallery-info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 2rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.galleries img {
	width: 100%;
	object-fit: cover;
}
.galleries .col-5 img, .galleries .col-7 img {
	height: 390px;
}
.galleries .col-4 img {
	height: 570px;
}
.gallery-featured-img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}
.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: var(--bs-border-radius);
	display: block
}
.gallery-item img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}
.gallery-item svg {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}

.post-content figure {
	text-align: center;
}
.post-content img {
	border-radius: var(--bs-border-radius);
	height: auto;
}

.related-article {
	background: transparent;
	transition: all 0.3s ease-in-out;
}
.related-article:hover {
	background: rgba(var(--bs-primary-rgb), 0.2);
}
.related-article img {
	width: 95px;
	height: 95px;
	border-radius: var(--bs-border-radius);
}
.related-article .fs-14 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 180px;
}


.sticky-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
	height: 390px;
}
.sticky-grid .item {
	position: relative;
	overflow: hidden;
	border-radius: var(--bs-border-radius);
	overflow: hidden;
}
.sticky-grid .item:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.9;
}
.sticky-grid .item-1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}
.sticky-grid .item-2 {
    grid-column-start: 1;
    grid-row-start: 1;
}
.sticky-grid .item-3 {
    grid-row-start: 2;
}
.sticky-grid .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sticky-grid .item a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

        

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

.section-bg-holder {
	position: relative;
	overflow: hidden;
}
.section-bg-holder:before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0 0 25px 0;
	background: rgba(var(--bs-primary-rgb), 0.2);
	z-index: -1;
}
.slider-post-holder {
	border: 1px solid var(--bs-primary-darker);
	height: 100%;
}
.slider-post-holder:before {
	content: '';
	width: 45px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: var(--bs-light-1);
	transition: all 0.3s ease-in-out;
	border-radius: 10px 10px 0 0;
}
.slider-post-holder:hover:before {
	background: var(--bs-primary-darker);
}
.slider-post-holder.cat-post {
	border: none;
	box-shadow: 0 0 5px 1px rgba(96, 97, 112, 0.15);
}
.blog-carousel .owl-stage {
    left: 100px;
	display: flex;
}
.slider-post-holder img {
	height: 200px;
	object-fit: cover;
}

.icon-holder {
	background: var(--bs-secondary-subtle);
	width: 80px;
	height: 80px;
	border-radius: var(--bs-border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px 2px rgba(96, 97, 112, 0.2);
}

footer {
	background: url(images/footer-bg.jpg) no-repeat center center / cover;
	position: relative;
}
footer:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
}
.footer-title {
	padding-right: 1.5rem;
	position: relative;
}
.footer-title:before {
	content: '';
    width: 5px;
    height: 80%;
    border-radius: 5px 0 0 5px;
    background: var(--bs-secondary-subtle);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
footer ul li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
footer ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}
footer a {
	color: #fff
}
footer a:hover {
	color: var(--bs-secondary-lighter);
}
.social-item {
	background: rgba(63, 46, 113, 0.5);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-social.social-item {
	background: var(--bs-primary-darker);
}

@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: 70%;
		height: 100%;
        right: -70%;
        padding: 1rem;
        background: var(--bs-primary);
        top: 0;
		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: 0;
	}
	.menu-l1 > li > a {
		padding: 5px 1rem;
		justify-content: space-between;
		color: #fff !important;
		border-radius: var(--bs-border-radius);
		background: rgba(255,255,255,0.3);
	}
	.menu-l1 > li.active > a {
		color: var(--bs-primary-darker) !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;
	}
	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;
	}
	.search-holder input {
		min-width: 200px;
	}
	.header-menu {
		border: 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;
	}
	.rank-math-breadcrumb {
		text-align: center;
	}

	.sticky-grid {
		display: flex;
		flex-direction: column;
		height: 600px;
	}
	.related-article .d-flex {
		flex-grow: 1;
	}

	.customers {
		overflow: hidden;
	}
	.circle-outer {
		height: 600px;
		position: relative;
	}
	.circle-inner {
		--circle-radius: 150px;
		--image-size: 70px;
	}
	
	.customer-center-logo {
		width: 150px;
		height: 150px;
	}

	.blog-carousel .owl-stage {
		left: 25px;
		display: flex;
	}
	.address-icon {
		position: relative;
		text-align: center;
		bottom: -10rem;
		margin-top: -14rem;
		left: 0;
	}
	.address-icon svg {
		width: 80%;
	}
	.cat-holder, .cat-img {
		height: 200px;
	}
	.cat-holder .h3 {
		font-size: 12px;
	}
	.product-tabs .tab-title {
		padding: 0.5rem 2rem;
	}
	.product-tabs .tab-content {
		padding: 1rem;
	}
	.related-products .col {
		width: 50%;
	}

	#map {
		height: 200px !important;
	}

	.history-items {
		min-height: 400px;
	}
	.goal-item {
		padding-left: 1rem !important
	}
	.about-imgs-2 {
		height: 300px !important;
	}
	.about-imgs-2 img {
		height: 65% !important;
		object-fit: cover;
	}
}

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