/*
 Theme Name: iransite
 Theme URI: https://iransite.com/
 Author: IRANSITE
 Author URI: mailto:info@iransite.com
 Description: Powered by IRANSITE company
 Version: 1.0
 License: Free
 Text Domain: iransite
*/
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Regular.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Bold.woff') format('woff2'), url('fonts/YekanBakhFaNum-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #498CFF;
	--bs-secondary: #FFBC49;
	--bs-body-font-size: 14px;
	--bs-body-color: #303030;
	--bs-light-rgb: 248, 248, 248;
	--bs-dark-rgb: 0, 0, 0;
	--bs-primary-rgb: 73, 140, 255;
	--bs-secondary-rgb: 255, 188, 73;
	--bs-body-font-family: YekanBakhFaNum, Arial, tahoma;
	--bs-box-shadow: none;
	--bs-border-radius: 5px;
}
body {
	line-height: 2;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.link-primary:focus, .link-primary:hover {
	color: #000 !important;
}
.h1, h1 {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2em;
}
.h2, h2 {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2em;
}
.h3, h3 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 2em;
	
}
input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: var(--bs-border-radius) !important;
	border: 1px solid transparent !important;
	background: rgb(var(--bs-light-rgb));
	padding: 0 10px !important;
	line-height: 50px !important;
	height: 50px !important;
	font-family: YekanBakhFaNum !important;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 150px !important;
	line-height: 2em !important;
}
input:focus, textarea:focus {
	background: rgb(var(--bs-light-rgb)) !important;
	border-color: rgba(var(--bs-primary-rgb), 0.5) !important;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-bg: #FF8B15;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: #FF8B15;
    --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: transparent;
	border-radius: var(--bs-border-radius);
	border-width: 0; 
	padding: 0 0.8rem 0 0.8rem;
	height: 45px;
	line-height: 45px;
	transition: all .3s ease-in-out;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
.btn-primary:after {
	content: '';
	background: url(images/icons/arrow-left.svg) no-repeat center center #FF8B15;
	width: 22px;
	height: 22px;
	border-radius: var(--bs-border-radius);
	margin-right: 0.8rem;
}
.btn-primary.btn-small {
	font-size: 0.85rem;
	height: 35px;
	line-height: 35px;
}

video {
	max-width: 100%;
}

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

.slider-nav button {
	border: none;
	outline: 0 !important;
	height: 30px;
	width: 30px;
	padding: 0;
	border-radius: 50%;
	background: var(--bs-primary);
	margin-right: 0.7rem;
}

.main-menu ul {
	list-style: none;
}
.main-menu ul.menu-l1 > li {
	display: inline-block;
}
.main-menu ul.menu-l1 > li > a {
	padding: 20px 10px;
	font-weight: 700;
	transition: all .3s ease-in-out;
	position: relative;
	color: #fff;
}
.main-menu ul.menu-l1 > li.active > a, .main-menu ul.menu-l1 > li:hover > a {
	color: var(--bs-secondary);
}
.main-menu ul.menu-l1 > li > a.dropdown:after {
	content: url(images/icons/chevron-bottom.svg);
	margin-right: 5px;
}
.main-menu .menu-l2.dropdown-box {
	position: absolute;
	background: #fff;
	border-radius: 6px;
	padding: 10px 15px;
	min-width: 160px;
	top: 100%;
	right: -999em;
	opacity: 0;
    box-shadow: var(--bs-box-shadow);
	transition: opacity 0.3s ease-in-out;
}
.main-menu .menu-l2.dropdown-box li:not(:last-child) {
	margin-bottom: 10px;
}
.main-menu .menu-l2.dropdown-box li a {
	font-size: 1rem;
}
.main-menu .menu-l2.dropdown-box li a:before {
	content: url(images/icons/chevron-left.svg);
	margin-left: 5px;
}
.main-menu .menu-l2.dropdown-box li:hover a {
	color: #000;
}
.main-menu li.dropdown:hover .dropdown-box {
	right: 0;
	opacity: 1;
}

header #mobile-menu-toggler {
	width: 35px;
}
header #mobile-menu-toggler .toggler-bar {
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 10px;
	display: block;
	margin-bottom: 10px;
}
header #mobile-menu-toggler .toggler-bar:last-child {
	margin: 0;
}

.navigation-bar {
	width: calc(100% - 2rem);
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}
.mobile-navbar-item {
	flex-basis: 20%;
	padding: 0 5px;
}
.mobile-navbar-text {
	    font-size: 0.65rem;
    line-height: 1.5em;
}
.goto-home {
	width: 3.8rem;
	height: 3.8rem;
	background: var(--bs-primary);
	border-radius: 50%;
	margin: 0 auto;
	line-height: 3.8rem;
	border: 3px solid rgba(var(--bs-dark-rgb));
    box-shadow: 0 0 0 2px var(--bs-primary);
    box-sizing: content-box;
}
.goto-home img {
	height: 45px;
	filter: brightness(0) invert(1);
}
.mobile-navbar-icon img {
	filter: brightness(0) invert(1);
	height: 40px;
	margin-bottom: 0.3rem;
}

.services-btn a {
	padding: 20px 10px;
}
.services-btn a span {
	width: 17px;
	height: 2px;
	background: var(--bs-primary);
}
.services-btn a span:before,
.services-btn a span:after {
	content: '';
    width: 17px;
    height: 2px;
    background: var(--bs-primary);
    position: absolute;
    display: inline-block;
}
.services-btn a span:before {
	top: -5px;
}
.services-btn a span:after {
	top: 5px;
}

.breadcrumbs p {
	margin: 0;
}

.main-slide .img-holder:before {
	content: '';
	position: absolute;
	left: 45%;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 25rem;
	height: 25rem;
	border-radius: 50%;
	background: #91BAFF;
	box-shadow: 0 0 0 3.5rem rgba(164, 197, 255, 0.3), 0 0 0 7rem rgba(164, 197, 255, 0.3);
}

.work-step {
	width: 27%;
	border-right: 5px solid var(--bs-primary);
}

.service-item > a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(73,140,255);
	background: -moz-linear-gradient(0deg, rgba(73,140,255,0.9) 0%, rgba(160,160,160,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(73,140,255,0.9) 0%, rgba(160,160,160,0) 100%);
	background: linear-gradient(0deg, rgba(73,140,255,0.9) 0%, rgba(160,160,160,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#498cff",endColorstr="#a0a0a0",GradientType=1);
	border-radius: var(--bs-border-radius);
}
.service-content {
	position: absolute;
	left: 5%;
    bottom: 10px;
    width: 90%;
}
.service-content .service-title {
	font-size: 1rem;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.service-content .service-excerpt {
	font-size: 0.8rem;
	text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.service-content .service-link {
	bottom: -10px;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.service-content .service-title-excerpt {
	bottom: -60px;
	transition: all .3s ease-in-out;
}
.service-content .service-excerpt {
	opacity: 0;
	transition: all .3s ease-in-out;
}
.service-content img {
	filter: grayscale(0);
	transition: all .3s ease-in-out;
}

.service-item:hover .service-link {
	bottom: 0;
	opacity: 1;
}
.service-item:hover .service-title-excerpt {
	bottom: 10px;
}
.service-item:hover .service-excerpt {
	opacity: 1;
}
.service-item:hover img {
	filter: grayscale(1);
}

.fields-of-activity p {
	margin-bottom: 0.5rem;
}
.duties-holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
	flex-direction: column;
}
.duties-holder ul li {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.duties-holder ul li:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: 0.5rem;
	background: var(--bs-secondary);
}
.duties-holder ul li:not(:last-child) {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.accuracy-holder {
	padding: 0 5%;
}
.accuracy-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: var(--bs-primary);
}

.company-or-person .box {
	padding: 1.5rem 2.2rem;
}

.accordion-button:not(.collapsed) {
	background: transparent;
}
.accordion-button:after {
	display: none !important;
}
.accordion-body-inner {
	height: 4em;
	overflow-y: auto;
}
.accordion-body p:last-child {
	margin: 0;
}

.featured-img-holder:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgb(73,140,255);
	background: -moz-linear-gradient(-90deg, rgba(73,140,255,1) 0%, rgba(160,160,160,0) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(73,140,255,1) 0%, rgba(160,160,160,0) 100%);
	background: linear-gradient(-90deg, rgba(73,140,255,1) 0%, rgba(160,160,160,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#498cff",endColorstr="#a0a0a0",GradientType=1);
}
.featured-img-holder .page-content-holder {
	position: absolute;
	width: calc(50% - 2rem);
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
}

.danger-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.contact-container .ff-t-column-2 .ff-el-group {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.contact-container .ff-t-column-2 .ff-el-group .ff-el-input--content {
	flex-grow: 1;
    display: flex;
}

.contacts-line > div:before {
	content: '';
	width: 7px;
	height: 7px;
	background: var(--bs-secondary);
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
}

.single-content img {
	border-radius: var(--bs-border-radius);
	height: auto;
}
.single-content * {
	max-width: 100% !important;
}
.aligncenter {
	margin: 0 auto;
}

.paginate .page-numbers {
	color: var(--bs-primary);
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 5px;
}
.paginate .page-numbers.current, .paginate .page-numbers:hover {
	background-color: var(--bs-secondary);
	color: #fff;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
footer ul li, footer .footer-phone-numbers a {
	flex-basis: 50%;
	padding: 0.5rem 0;
}
footer .footer-phone-numbers {
	flex-wrap: wrap;
}
footer a {
	color: #fff !important;
}
footer a:hover {
	color: var(--bs-secondary);
}
footer .social-item {
	display: inline-block;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
}
footer .consult-24:after {
	content: url(images/icons/headset.svg);
	padding-right: 1rem;
	border-right: 1px solid var(--bs-body-color);
	height: 35px;
}
footer .consult-24 {
	padding: 0.8rem;
}
footer form fieldset {
	display: flex;
}
footer form fieldset .ff-el-group {
	margin-bottom: 0 !important;
}
footer form fieldset .ff-el-form-hide_label {
	flex-grow: 1;
	margin-left: 1rem;
}
footer form fieldset button {
	height: 50px;
}
footer form input {
	background: var(--bs-secondary) !important;
	color: var(--bs-body-color) !important;
}


@media only screen and (max-width: 767px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	body.mobile-menu-active {
		overflow-y: hidden;
	}
	header .main-menu, header .header-btns {
		flex-basis: 40%;
	}
	header .logo {
		flex-basis: 20%
	}
	.mobile-menu-header {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#close-main-menu {
		transform: rotate(45deg);
	}
	header .main-menu .main-menu-holder {
		position: fixed;
		right: -100%;
		width: 70%;
		height: 100%;
		z-index: 100;
		transition: all .3s ease-in-out;
		background: rgb(var(--bs-dark-rgb));
		padding: 1rem 0;
		top: 0;
	}
	body.admin-bar .main-menu .main-menu-holder {
		top: 46px;
	}
	header .main-menu .main-menu-holder.menu-active {
		right: 0;
	}
	.main-menu ul.menu-l1 > li {
		display: block;
	}
	.main-menu ul.menu-l1 > li > a {
		padding: 10px 25px !important;
	}
	.main-menu ul.menu-l1 > li > .dropdown {
		display: flex;
		justify-content: space-between;
	}
	.main-menu .menu-l2.dropdown-box {
		position: relative;
		opacity: 1;
		right: unset;
		top: unset;
		border-radius: 10px;
		box-shadow: none;
		padding: 15px;
		margin: 0 25px;
		overflow: hidden;
		background: #f5f5f5;
	}
	.main-menu ul.menu-l1 > li > a:before {
		display: none;
	}
	.main-slide .img-holder:before {
		left: 50%;
		top: 50%;
		width: 15rem;
		height: 15rem;
		box-shadow: 0 0 0 2.5rem rgba(164, 197, 255, 0.3), 0 0 0 5rem rgba(164, 197, 255, 0.3);
	}
	
	.featured-img-holder:before {
		display: none;
	}
	.featured-img-holder .page-content-holder {
		position: relative;
		width: 100%;
		right: unset;
		top: unset;
		transform: none;
		color: var(--bs-body-color) !important;
		margin-top: 1rem;
	}
	.danger-icon {
		display: none;
	}
	
	.work-step {
		width: 100%;
	}
	.work-step:not(:last-child) {
		margin-bottom: 1rem;
	}
	.duties-holder ul li {
		align-items: baseline;
		padding: 1rem 0;
	}
	.accuracy-bg {
		height: 100% !important;
	}
	footer .bg-light {
		padding-bottom: 6.5rem !important;
	}
}