/*
 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-Regular.woff2') format('woff2'), url('fonts/IRANSansXFaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

:root {
	--bs-primary: #a78a6b;
	--bs-primary-rgb: 167, 138, 107;
	--bs-secondary: #a90021;
	--bs-secondary-rgb: 169, 0, 33;
	--bs-body-font-size: 16px;
	--bs-body-color: #313131;
	--bs-body-color-rgb: 49, 49, 49;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-dark: #515151;
	--bs-dark-rgb: 81, 81, 81;
	--bs-link-color: #a90021;
	--bs-link-color-rgb: 169, 0, 33;
	--bs-link-hover-color: #a78a6b;
	--bs-link-hover-color-rgb: 167, 138, 107;
	--bs-body-font-family: IRANSansXFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	--bs-border-radius: 10px;
	--bs-success: #009262;
	--bs-success-rgb: 0, 146, 98;
	--bs-danger: #c33025;
	--bs-danger-rgb: 195, 48, 37;
	--bs-warning: #e48900;
	--bs-warning-rgb: 228, 137, 0;
	font-size: 16x;

	--bs-primary-light1: #a78a6b;
	--bs-primary-light2: #B8A188;
	--bs-primary-light3: #CAB8A6;
	--bs-primary-light4: #D3C4B5;
	--bs-primary-light5: #E4DBD2;
	--bs-primary-light6: #F6F3F0;
	--bs-primary-dark1: #B8A188;
	--bs-primary-dark2: #80654D;
	--bs-primary-dark3: #6A533F;
	--bs-primary-dark4: #554231;
	--bs-primary-dark5: #2E2218;
	--bs-primary-dark6: #1C140D;

	--bs-body-color1: #1E1E1E;
	--bs-body-color2: #313131;
	--bs-body-color3: #444444;
	--bs-body-color4: #595959;
	--bs-body-color5: #B4B4B4;
	--bs-body-color6: #CDCDCD;
	--bs-body-color7: #E6E6E6;
}

.text-primary-light1 {
	color: var(--bs-primary-light1);
}

.text-primary-light2 {
	color: var(--bs-primary-light2);
}

.text-primary-light3 {
	color: var(--bs-primary-light3);
}

.text-primary-light4 {
	color: var(--bs-primary-light4);
}

.text-primary-light5 {
	color: var(--bs-primary-light5);
}

.text-primary-light6 {
	color: var(--bs-primary-light6);
}

.bg-primary-light1 {
	background: var(--bs-primary-light1);
}

.bg-primary-light2 {
	background: var(--bs-primary-light2);
}

.bg-primary-light3 {
	background: var(--bs-primary-light3);
}

.bg-primary-light4 {
	background: var(--bs-primary-light4);
}

.bg-primary-light5 {
	background: var(--bs-primary-light5);
}

.bg-primary-light6 {
	background: var(--bs-primary-light6);
}

.text-primary-dark1 {
	color: var(--bs-primary-dark1);
}

.text-primary-dark2 {
	color: var(--bs-primary-dark2);
}

.text-primary-dark3 {
	color: var(--bs-primary-dark3);
}

.text-primary-dark4 {
	color: var(--bs-primary-dark4);
}

.text-primary-dark5 {
	color: var(--bs-primary-dark5);
}

.text-primary-dark6 {
	color: var(--bs-primary-dark6);
}

.bg-primary-dark1 {
	background: var(--bs-primary-dark1);
}

.bg-primary-dark2 {
	background: var(--bs-primary-dark2);
}

.bg-primary-dark3 {
	background: var(--bs-primary-dark3);
}

.bg-primary-dark4 {
	background: var(--bs-primary-dark4);
}

.bg-primary-dark5 {
	background: var(--bs-primary-dark5);
}

.bg-primary-dark6 {
	background: var(--bs-primary-dark6);
}

.text-body1 {
	color: var(--bs-body-color1);
}

.text-body2 {
	color: var(--bs-body-color2);
}

.text-body3 {
	color: var(--bs-body-color3);
}

.text-body4 {
	color: var(--bs-body-color4);
}

.text-body5 {
	color: var(--bs-body-color5);
}

.text-body6 {
	color: var(--bs-body-color6);
}

.text-body7 {
	color: var(--bs-body-color7);
}

body {
	line-height: 2;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

.h1,
h1 {
	font-size: 40px;
	line-height: 2;
}

.h2,
h2 {
	font-size: 32px;
	line-height: 2;
}

.h3,
h3 {
	font-size: 24px;
	line-height: 1.3;
}

.h4,
h4 {
	font-size: 20px;
	line-height: 1.4;
}

.fs-18 {
	font-size: 18px;
}

.fs-14 {
	font-size: 14px;
}

.fs-12 {
	font-size: 12px;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
select,
textarea {
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid #CDCDCD !important;
	background: transparent;
	padding: 0 !important;
	line-height: 45px !important;
	height: 45px !important;
	outline: 0;
	font-family: IRANSansXFaNum !important;
}

textarea {
	display: block;
	height: auto !important;
	min-height: 150px !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-bg: var(--bs-secondary);
	--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-secondary {
	--bs-btn-color: #fff;
	--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-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-primary-light {
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: var(--bs-primary-light3);
	--bs-btn-border-color: var(--bs-primary-light3);
	--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-primary-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary-dark3);
	--bs-btn-border-color: var(--bs-primary-dark3);
	--bs-btn-hover-bg: var(--bs-secondary);
	--bs-btn-hover-color: #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;
}

.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #009262;
	--bs-btn-border-color: #009262;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #1B6E53;
	--bs-btn-hover-border-color: #1B6E53;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #1B6E53;
	--bs-btn-active-border-color: #1B6E53;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #aaa;
	--bs-btn-disabled-border-color: #aaa;
}

.btn,
button {
	padding: 0 30px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}

.btn.btn-small {
	height: 36px;
	font-size: 14px;
	padding: 0 10px;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1864px;
	}
}

.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-40 {
	width: 40px;
	height: 40px;
}

.icon-64 {
	width: 64px;
	height: 64px;
}

.icon-black {
	filter: brightness(0);
}

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

a.text-body:hover svg {
	stroke: var(--bs-primary)
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-pointer.active svg,
.cursor-pointer:hover svg {
	stroke: var(--bs-primary)
}

.cursor-pointer span,
.cursor-pointer span {
	color: var(--bs-body-color)
}

.cursor-pointer.active span,
.cursor-pointer:hover span {
	color: var(--bs-primary)
}

.main {
	z-index: 1;
	position: relative;
}
body.mobile-menu-active .main:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.main ::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

.main ::-webkit-scrollbar-track {
	background: #D9D9D9;
	border-radius: 5px;
}

.main ::-webkit-scrollbar-thumb {
	background: var(--bs-primary);
	border-radius: 5px;
}

.main.dashboard {
	height: calc(100vh - 100px);
}

body.admin-bar .main.dashboard {
	height: calc(100vh - 132px);
}

body.home.show-video:before {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 99997;
}
body.home.video-ended:before {
	display: none;
}
.intro-video-holder video {
	position: fixed;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	right: 0;
	z-index: 99998;
}

.status-light {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.request-notes {
	position: fixed;
	right: -999em;
	top: -999em;
	opacity: 0;
	width: 50%;
	max-height: 400px;
	overflow-y: auto;
}
.request-notes.active {
	opacity: 1;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 10002;
}

.tox-tinymce,
.mce-content-body {
	font-family: IRANSansXFaNum !important;
}

header {
	height: 100px;
	overflow: hidden;
	z-index: 10001;
}
header.dashboard-header {
	overflow: inherit;
	z-index: 9999;
}

header .header-row {
	height: 100px;
}

header>.container {
	transition: transform 0.3s ease-in-out;
	transform: translateY(0);
}

header>.container.show-menu {
	transform: translateY(-100px);
}

header>.container.show-search {
	transform: translateY(-200px);
}

#mobile-menu-toggler .toggler {
	height: 10px;
	width: 16px;
	border-top: 1px solid var(--bs-body-color);
	border-bottom: 1px solid var(--bs-body-color);
}

#mobile-menu-toggler:hover .toggler {
	border-color: var(--bs-primary)
}

#search-box input {
	border: none !important;
	background: #fff;
	padding: 0 1rem !important;
	outline: 0;
}
.project-search input {
	border: none !important;
	background: #f5f5f5;
	padding: 0 1rem !important;
	outline: 0;
	height: 64px !important;
}

#search-box button, .project-search button {
	background: var(--bs-primary-dark3);
	height: 35px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 0 1rem;
}

.project-search button {
	height: 44px;
	top: 10px;
	left: 10px;
}

.main-menu-holder .menu-l1 li a {
	color: var(--bs-body-color)
}

.main-menu-holder .menu-l1 li:hover a {
	color: var(--bs-primary)
}

.user-menu {
	position: absolute;
    top: -999em;
    left: 0;
    background: var(--bs-light);
    width: 150px;
    text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.user-menu.active {
	opacity: 1;
    top: 65px;
}

.rank-math-breadcrumb {
	margin-bottom: 2rem;
}

.rank-math-breadcrumb p {
	margin: 0;
	color: var(--bs-text-body);
	display: flex;
	gap: 0.25rem;
}

.rank-math-breadcrumb p>a:first-child {
	font-size: 0;
	display: flex;
}

.rank-math-breadcrumb p>a:first-child: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='M12 18V15' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0693 2.82L3.13929 8.37C2.35929 8.99 1.85929 10.3 2.02929 11.28L3.35929 19.24C3.59929 20.66 4.95929 21.81 6.39929 21.81H17.5993C19.0293 21.81 20.3993 20.65 20.6393 19.24L21.9693 11.28C22.1293 10.3 21.6293 8.99 20.8593 8.37L13.9293 2.83C12.8593 1.97 11.1293 1.97 10.0693 2.82Z' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.rank-math-breadcrumb a {
	color: var(--bs-text-body);
}
.event-banner .rank-math-breadcrumb a,
.project-banner .rank-math-breadcrumb a,
.text-white .rank-math-breadcrumb a {
	color: #fff;
}

.rank-math-breadcrumb a:hover {
	color: var(--bs-primary)
}

.event-banner .rank-math-breadcrumb p,
.project-banner .rank-math-breadcrumb p {
	color: #fff;
}

.event-banner .rank-math-breadcrumb p>a:first-child:after,
.project-banner .rank-math-breadcrumb p>a:first-child:after,
.text-white .rank-math-breadcrumb p>a:first-child: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='M12 18V15' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0693 2.82L3.13929 8.37C2.35929 8.99 1.85929 10.3 2.02929 11.28L3.35929 19.24C3.59929 20.66 4.95929 21.81 6.39929 21.81H17.5993C19.0293 21.81 20.3993 20.65 20.6393 19.24L21.9693 11.28C22.1293 10.3 21.6293 8.99 20.8593 8.37L13.9293 2.83C12.8593 1.97 11.1293 1.97 10.0693 2.82Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sup-title {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.sup-title:before {
	content: '';
	width: 40px;
	height: 1px;
	background: #595959;
}

.sup-title.text-white:before {
	background: #fff;
}

figure.aligncenter {
	text-align: center
}

.paginate a,
.paginate span {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
	color: var(--text-body);
	transition: all 0.3s ease-in-out;
}

.paginate a.next,
.paginate a.prev {
	background: rgba(var(--bs-primary-rgb), 0.25);
}

.paginate a.next:hover svg path,
.paginate a.prev:hover svg path {
	fill: #fff;
}

.paginate a:hover,
.paginate span {
	background: var(--bs-primary);
	color: #fff;
}

.event-holder img {
	height: 250px;
	object-fit: cover;
}
.project-holder img {
	height: 550px;
	object-fit: cover;
}

.post-date:before {
	content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1.5V3.75' stroke='%23595959' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.5V3.75' stroke='%23595959' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.625 6.81738H15.375' stroke='%23595959' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 6.375V12.75C15.75 15 14.625 16.5 12 16.5H6C3.375 16.5 2.25 15 2.25 12.75V6.375C2.25 4.125 3.375 2.625 6 2.625H12C14.625 2.625 15.75 4.125 15.75 6.375Z' stroke='%23595959' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7713 10.2751H11.778' stroke='%23595959' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7713 12.5251H11.778' stroke='%23595959' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.99686 10.2751H9.00359' stroke='%23595959' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.99686 12.5251H9.00359' stroke='%23595959' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.22049 10.2751H6.22723' stroke='%23595959' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.22049 12.5251H6.22723' stroke='%23595959' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 18px
}

.project-bg {
	height: 60rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.project-bg:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.featured-projects-carousel .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: flex;
	align-items: end;
	gap: 0.5rem
}
.featured-projects-carousel .owl-dots button {
	width: 6px;
	height: 2rem;
	background: var(--bs-primary-light5);
	transition: all 0.3s ease-in-out;
}
.featured-projects-carousel .owl-dots button.active {
	height: 3.5rem;
	background: var(--bs-primary);
}

.featured-projects-carousel .owl-nav > button {
	width: 91px;
	height: 80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.featured-projects-carousel .owl-nav > .owl-prev {
	left: 2rem;
}
.featured-projects-carousel .owl-nav > .owl-prev span {
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform:translateY(-50%)
}
.featured-projects-carousel .owl-nav > .owl-next {
	right: 2rem;
}
.featured-projects-carousel .owl-nav > .owl-next span {
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%)
}

.icon-holder {
	background: #f5f5f5;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.project-form-button {
	min-width: 220px;
}

.tab-item {
	background: var(--bs-primary-light4);
	color: #fff;
	padding: 0.5rem 2rem;
	transition: all 0.3s ease-in-out;
	cursor: pointer
}
.tab-item.active, .tab-item:hover {
	background: var(--bs-primary);
}
.services-tabs .tab-item.active {
	border-bottom: 1px solid var(--bs-primary);
	font-weight: bold;
}
.tab-content {
	background: #f5f5f5;
	opacity: 0;
	display: none;
}
.tab-content.active {
	opacity: 1;
	display: block;
}
.city-link {
	color: var(--bs-body-color);
	padding: 0 0.5rem;
	transition: all 0.3s ease-in-out;
}
.city-link:hover, .city-link.active {
	color: #fff;
	background: var(--bs-primary);
}

.filter-item {
	border: 1px solid var(--bs-body-color);
	color: var(--bs-body-color);
	padding: 0 1rem;
	height: 45px;
}
.filter-item:hover {
	border-color: var(--bs-primary);
	color: var(--bs-primary);
}
.filter-item:hover svg {
	stroke: var(--bs-primary);
}

.project-form-holder {
	position: absolute;
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	opacity: 0;
	padding: 2rem 4rem;
	background: rgba(0,0,0,0.75);
	z-index: 2;
	transition: all 0.3s ease-in-out;
}
.project-holder:hover .project-form-holder {
	top: 0;
	opacity: 1;
}
.project-form-holder > div {
	width: 100%;
}
.project-form-holder label {
	color: #fff;
}
.project-form-holder input {
	border: 1px solid #fff !important;
	padding: 0 1rem !important;
	color: #fff !important;
}

#fluentform_8_errors .error.text-danger {
    background: var(--bs-danger);
    padding: 0.5rem;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-short-info {
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(25px);
}
.project-listing-info {
	background: rgba(68, 68, 68, 0.50);
	backdrop-filter: blur(25px);
}

.operation-2-service {
	margin-top: -5rem;
}
.service-counter {
	font-size: 200px;
	line-height: 1;
	font-weight: bold;
	color: var(--bs-primary-light4);
	position: absolute;
	right: -20px;
	top: 60%;
	transform: translateY(-50%);
}

.leaflet-popup-content {
	font-family: IRANSansXFaNum, Arial, tahoma;
}

.facility-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--bs-primary-light4);
}

.pie-holder {
	height: 225px;
}
.pie-wrapper:before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.pie {
	transform: rotate(-90deg);
}

.pie-wrapper {
	height: 450px;
	width: 450px;
	position: relative;
	margin: 0 auto;
}

.pie-wrapper .label {
	border-radius: 50%;
	display: block;
	line-height: calc(450px * 0.2);
	font-size: 20px;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 35%;
	transform: translateX(-50%);
	z-index: 10;
}

.pie-wrapper .pie {
	height: 100%;
	width: 100%;
	clip: rect(0, 450px, 450px, 225px);
	left: 0;
	position: absolute;
	top: 0;
}

.pie-wrapper .pie.more-than-50 {
	clip: rect(auto, auto, auto, auto);
}

.pie-wrapper .pie .half-circle {
	height: 100%;
	width: 100%;
	border: 80px solid var(--bs-primary);
	border-radius: 50%;
	clip: rect(0, 225px, 450px, 0);
	left: 0;
	position: absolute;
	top: 0;
}

.pie-wrapper .shadow-border {
	height: 100%;
	width: 100%;
	border: 80px solid #f0f0f0;
	border-radius: 50%;
}

.future-vision {
	font-weight: 300;
	font-size: 56px;
	line-height: 1.5;
}

.future-vision span {
	font-weight: bold;
	font-size: 70px;
	color: var(--bs-primary-light3)
}

ul#comments-list,
ul#comments-list ul {
	list-style: none;
}

.comment-reply-link {
	color: var(--bs-primary);
	display: flex;
	align-items: center;
	gap: 0.5rem
}

.comment-reply-link: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='M9 17L4 12L9 7' stroke='%23A78A6B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 18V16C20 14.9391 19.5786 13.9217 18.8284 13.1716C18.0783 12.4214 17.0609 12 16 12H4' stroke='%23A78A6B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 24px;
}

.form-submit {
	margin-top: 1.5rem;
	display: flex;
	justify-content: end;
}

.comment-form-comment #comment {
	height: 150px !important;
}

.is-layout-flex {
	display: flex;
	gap: 1rem;
}

.are-vertically-aligned-center {
	align-items: center;
}

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

.main-slideshow .owl-nav button,
.home-event-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	background: rgba(var(--bs-primary-rgb), 0.4) !important;
}

.main-slideshow .owl-nav .owl-prev {
	left: 2rem;
}

.main-slideshow .owl-nav .owl-next {
	right: 2rem;
}

.home-event-carousel .owl-nav .owl-prev {
	left: 0;
}

.home-event-carousel .owl-nav .owl-next {
	right: 0;
}

.main-slideshow .owl-dots {
	position: absolute;
	width: calc(100% - 4rem);
	left: 2rem;
	bottom: 3rem;
	display: flex;
	gap: 1rem;
}

.main-slideshow .owl-dots button {
	height: 2px;
	width: 100%;
	background: #B4B4B4;
	transition: all 0.3s ease-in-out;
}

.main-slideshow .owl-dots button.active {
	background: var(--bs-primary);
}

#slider-mouse {
	width: 48px;
	height: 80px;
	border-radius: 100px;
	border: 1px solid #fff;
	position: absolute;
	bottom: 5rem;
	right: 50%;
	transform: translateX(50%);
	z-index: 10;
	cursor: pointer;
}

#slider-mouse:before {
	content: '';
	width: 4px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	top: 10px;
	right: 50%;
	transform: translateX(50%);
	background: #fff;
	animation: mouse-scroll 3s infinite ease-in-out;
}

@keyframes mouse-scroll {
	0% {
		top: 10px;
		opacity: 1;
	}

	50% {
		top: 60px;
		opacity: 0;
	}

	85% {
		top: 10px;
		opacity: 0;
	}
}

.our-partners {
	padding: 100px 0 0;
}

.partners-logo {
	width: 551px;
}

.title-banner {
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.title-banner.event-banner {
	height: 700px;
}

.title-banner.event-banner:before,
.title-banner.project-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) -20%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.6;
}

.title-banner.project-banner:before {
	background: #000;
	opacity: 0.5;
}

.title-banner.project-banner {
	height: 850px;
}

.title-banner .rank-math-breadcrumb {
	margin-bottom: 10rem;
}

.post-content img {
	height: auto;
	display: block;
	margin: 0 auto;
}


.page-content img {
	height: auto;
}

.post-content h2 {
	font-size: 18px;
}

.post-content h3 {
	font-size: 16px;
}

.section-title {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.section-title:after {
	content: '';
	height: 1px;
	flex-grow: 1;
	background: #B4B4B4;
}

.event-carousel .owl-stage {
	margin-right: -150px;
}

.event-carousel .owl-prev {
	position: absolute;
	left: 0;
	top: -46px;
	height: 24px;
}

.event-carousel .owl-next {
	position: absolute;
	left: 30px;
	top: -46px;
	height: 24px;
}
.home-event-carousel .owl-stage {
	display: flex;
}

.tags-list a {
	display: inline-flex;
	padding: 0.4rem 2rem;
	background: #e6e6e6;
	color: var(--bs-body-color4);
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.tags-list a:hover {
	background: var(--bs-secondary);
	color: #fff
}

.contact-row-title {
	width: 5rem;
}

#map {
	height: 160px;
}

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

.navigation-btns a {
	transition: all 0.3s ease-in-out;
}

.navigation-btns a:hover {
	background: var(--bs-primary-light3);
	color: var(--bs-body-color) !important;
}

.ff-el-group.file-upload {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	border-bottom: 1px solid #CDCDCD;
}

.ff-el-group.file-upload:before,
.ff-el-group.file-upload:after {
	display: none !important;
}

.ff-el-group.file-upload .ff-el-input--label {
	margin: 0;
}

.ff-el-group.file-upload .ff-el-input--label label {
	color: #868e96;
	display: flex;
	align-items: center;
}

.ff-el-group.file-upload .ff-el-input--label label: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='M5.99935 11.3334V7.33337L4.66602 8.66671' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.33337L7.33333 8.66671' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6673 6.66671V10C14.6673 13.3334 13.334 14.6667 10.0007 14.6667H6.00065C2.66732 14.6667 1.33398 13.3334 1.33398 10V6.00004C1.33398 2.66671 2.66732 1.33337 6.00065 1.33337H9.33398' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6673 6.66671H12.0007C10.0007 6.66671 9.33398 6.00004 9.33398 4.00004V1.33337L14.6673 6.66671Z' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 24px;
	width: 24px;
}

.ff-el-group.file-upload .ff-uploaded-list {
	margin: 0 !important;
}

.ff-el-group.file-upload .ff_upload_btn.ff-btn {
	padding: 2px 1rem;
	background: var(--bs-primary);
	color: #fff;
}

.ff-default .ff-el-form-control:focus {
	background: transparent !important;
}

.form-white input,
.form-white textarea {
	border-color: #fff !important;
	color: #fff !important;
}

.form-white input::placeholder,
.form-white textarea::placeholder {
	color: rgba(255, 255, 255, 0.4) !important;
}

.text-col-2 {
	column-count: 2;
	column-gap: 2rem;
}

.missions-carousel {
	padding-left: 3.5rem;
}

.missions-carousel .owl-dots {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 0.5rem
}

.missions-carousel .owl-dots button {
	width: 2rem;
	height: 6px;
	background: var(--bs-primary-light5);
	transition: all 0.3s ease-in-out;
}

.missions-carousel .owl-dots button.active {
	width: 3.5rem;
	background: var(--bs-primary);
}

.section-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.terms ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.terms ul li {
	text-decoration: underline;
	text-decoration-color: #CDCDCD;
	padding: 0.5rem 0;
	margin: 0.5rem 0;
}

.rotate-holder {
	width: 350px;
	height: 350px;
}

.rotate-holder-small {
	width: 200px;
	height: 200px;
}

.rotating-img {
	animation: spin 20s linear infinite;
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.login-page-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.login-form {
	width: 50%;
}

.stats p {
	margin: 0;
}

.comments-carousel .owl-dots {
	display: flex;
	gap: 0.25rem;
	justify-content: center;
}

.comments-carousel .owl-dots button {
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: var(--bs-primary-light5);
	transition: all 0.3s ease-in-out;
}

.comments-carousel .owl-dots button.active {
	width: 2rem;
	background: var(--bs-primary);
}


.side-menu {
	background-image: url(images/dashboard-side-bg-min.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.side-menu ul li a {
	color: var(--bs-body-color1);
	padding: 0.75rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.side-menu ul li a span {
	flex-grow: 1;
}

.side-menu>ul>li>a:hover,
.side-menu>ul>li>a.active {
	background: var(--bs-primary-light1);
}

.side-menu>ul>li>a.dropdown:after {
	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='M10.0332 13.2797L5.68654 8.93306C5.1732 8.41973 5.1732 7.57973 5.68654 7.06639L10.0332 2.71973' stroke='%231E1E1E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 16px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}

.side-menu>ul>li>a.dropdown.active:after {
	transform: rotate(-90deg)
}

.side-menu ul.menu-l2 {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.dashboard-menu li {
	margin: 0 0 1rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid var(--bs-primary)
}

.dashboard-menu li:last-child {
	margin: 0;
}

.my-articles ul li a {
	color: var(--bs-body-color4);
}

.my-articles ul li a.active {
	color: var(--bs-body-color1);
}

.my-articles .tabs .tab-content {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.my-articles .tabs .tab-content.active {
	display: block;
	opacity: 1;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: var(--bs-primary) !important;
}

footer a:hover svg {
	fill: var(--bs-primary);
}

.digits_secure_modal_box, .digits_ui, .digits_secure_modal_box *, .digits_ui *, .digits_font, .dig_ma-box, .dig_ma-box input, .dig_ma-box input::placeholder, .dig_ma-box ::placeholder, .dig_ma-box label, .dig_ma-box button, .dig_ma-box select, .dig_ma-box * {
	font-family: IRANSansXFaNum, Arial, tahoma !important;
}
.digits-form_heading {
	margin-bottom: 0;
	font-size: 24px;
}
.digits-form_tab-bar .digits-form_tab-item {
	font-size: 16px;
    border-bottom-width: 2px;
}
.digits-form_border.digits-row_active, .digits-form_input input:focus, .digits-form_input textarea:focus {
	border: none !important;
}
.digits2_box .digits-form_input input.mobile_field {
	direction: ltr;
}
.digits-form_input input {
	color: var(--bs-text-body) !important;
}
.digits-form_input input:focus {
	border: none !important;
	border-bottom: 1px solid var(--bs-primary) !important;
}
.dig_login_signup_bar {
	font-size: 1rem;
}

@media only screen and (max-width: 991px) {
	header > .container {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	:root {
		--bs-body-font-size: 14px;
		font-size: 14px;
	}

	body {
		padding-bottom: 87px;
	}

	.h1,
	h1 {
		font-size: 24px;
	}

	.h2,
	h2 {
		font-size: 21px;
	}
	.h3,
	h3 {
		font-size: 18px;
	}
	.h4,
	h4 {
		font-size: 16px;
	}

	.fs-18 {
		font-size: 16px;
	}

	.mobile-menu-holder {
		top: 100px;
	}
	header>.container.show-menu {
		transform: translateY(0);
	}
	header>.container.show-search {
		transform: translateY(-100px);
	}
	.fixed-links {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.fixed-links a:hover svg  {
		stroke: #fff !important;
	}

	.project-holder img {
		height: 420px;
	}

	.our-partners {
		padding: 220px 0 0;
	}
	.partners-logo {
		width: 302px;
	}

	.future-vision {
		font-size: 35px;
		line-height: 1.5;
	}
	.future-vision span {
		font-size: 40px;
	}

	.login-form {
		width: 80%;
	}

	.title-banner.project-banner {
		height: 400px;
	}
	.project-bg {
		height: 50rem;
	}

	.project-form-holder {
		overflow-y: auto;
		padding: 2rem;
	}
	.project-form-holder .ff_columns_total_2 {
		flex-direction: row;
		display: flex;
		gap: 1rem
	}

	.operation-2-service {
		margin-top: -2rem;
	}

	.services-tabs .tab-items {
		overflow-y: auto;
		padding-bottom: 1rem;
	}
	.services-tabs .tab-item {
		flex-shrink: 0;
		padding: 0.5rem 1rem;
	}

	.pie-holder {
		height: 225px;
	}
	
	.pie-wrapper {
		height: 350px;
		width: 350px;
	}
	
	.pie-wrapper .label {
		line-height: calc(350px * 0.2);
	}
	
	.pie-wrapper .pie {
		clip: rect(0, 350px, 350px, 175px);
	}
	
	.pie-wrapper .pie .half-circle {
		clip: rect(0, 175px, 350px, 0);
	}

	.title-banner {
		height: 250px;
	}
	.title-banner .rank-math-breadcrumb {
		margin-bottom: 4rem;
	}

	.title-banner.event-banner {
		height: 300px;
	}

	.event-carousel .owl-stage {
		margin-right: 0;
	}

	.text-col-2 {
		column-count: 1;
	}

	.missions-carousel {
		padding: 0;
	}

	.rotate-holder {
		width: 250px;
		height: 250px;
	}

	.is-layout-flex {
		flex-direction: column;;
	}
}