/*
Theme Name: قالب ساوآرک
Theme URI: https://seo90.ir/
Author: گروه برنامه نویسی سئو 90
Author URI: https://seo90.ir/
Description: قالب اختصاصی وردپرس طراحی شده توسط گروه طراحی و برنامه نویسی سئو 90
Version: 1.0
License URI: https://seo90.ir/
Text Domain: my-custom-theme
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

@font-face {
	font-family: 'Zamp_';
	src: url("fonts/PeydaFaNum-Medium.ttf");
}

body,
html {
	font-family: 'Zamp_';
	font-size: 16px;
}

.tooltip-inner {
	font-family: 'Zamp_';
	font-size: 14px;
}

:root {
	--Color-b: #3b5fff;
	--Color-y: #c7a26b;
	--Color-d: #121212;
	--Color-w: #fff;
	--Color-e: #e5e1e1;
	--Color-el: #f1f1f1;
	--plyr-color-main: var(--Color-y);
}

.Color-b {
	color: var(--Color-b);
}

.Color-y {
	color: var(--Color-y);
}

.Color-d {
	color: var(--Color-d);
}

.Color-w {
	color: var(--Color-w);
}

.Color-e {
	color: var(--Color-e);
}

.Color-el {
	color: var(--Color-el);
}

.Bg-b {
	background-color: var(--Color-b);
}

.Bg-y {
	background-color: var(--Color-y);
}

.Bg-d {
	background-color: var(--Color-d);
}

.Bg-w {
	background-color: var(--Color-w);
}

.Bg-e {
	background-color: var(--Color-e);
}

.Bg-el {
	background-color: var(--Color-el);
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.text-justify {
	text-align: justify !important;
}

.rounded-8 {
	border-radius: 8px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.lh-44 {
    line-height: 44px;
}

.invert-1 {
    filter: invert(1);
}

.line-clamp-2 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 2;
	height: 55px;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.GradientText {
	background: -webkit-linear-gradient(var(--Color-w) , transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.crsr-p {
    cursor: pointer;
}

/* Form Elements */

::placeholder {
	font-size: 15px;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select {
	background-color: var(--Color-w);
	height: 45px;
	padding: 0 12px;
	color: var(--Color-d);
	width: 100%;
	margin: 2px 0;
	border: 1px solid var(--Color-d);
}

form button,
form input[type="submit"] {
	width: auto;
	height: 45px;
	border: 0;
	background-color: var(--Color-d);
	color: var(--Color-w);
	text-align: center;
	font-size: 14px;
	padding: 0 20px;
}

textarea {
	width: 100%;
	background-color: var(--Color-w);
	height: 100px;
	padding: 10px;
	resize: none;
	margin: 2px 0;
	border: 1px solid var(--Color-d);
}

label {
	cursor: pointer;
}

input[type="checkbox"]{
	width: 0;
    height: 0;
    position: relative;
}	

input[type="checkbox"]::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #cdc8c8;
    background-color: var(--Color-w);
    position: absolute;
    border-radius: 3px;
    right: 0;
    top: -13px;
    transition: all 0.4s ease;
}

input[type="checkbox"]:checked::before{
    background-color: var(--Color-d);
    border-color: transparent;
    transition: all 0.4s ease;
}

.search-form-site form {
	height: 45px;
}

.search-form-site input,
.search-form-site button {
	background-color: var(--Color-e);
}

.search-form-site input,
.search-form-site button {
	color: var(--Color-d);
}

.search-form-button {
	font-size: 19px;
	line-height: 51px;
}

.btn-close:focus {
	box-shadow: none !important;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Nav Menu */

.nav-menu nav ul {
	padding: 0;
	margin: 0;
}

.nav-menu nav ul li {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	color: var(--Color-d);
	transition: all 0.2s ease;
}

.nav-menu > nav > ul > li span.position-absolute {
	top: 35px;
    margin-right: 6px;
    font-size: 10px;
    color: var(--Color-w);
	transition: all 0.2s ease;
}

.nav-menu > nav > ul > li:hover span.position-absolute {
	top: 39px;
	transition: all 0.4s ease;
}

.nav-menu nav ul>li:hover>ul+span {
	color: var(--Color-y) !important;
	transition: all 0.4s ease;
}

.nav-menu nav ul li a {
	display: inline-block;
	position: relative;
	padding: 29px 0;
	color: var(--Color-w);
	font-size: 16px;
	transition: all 0.4s ease;
}

.nav-menu nav ul li:hover > a , .Sticky_Mn .nav-menu nav ul li:hover > a  {
	color: var(--Color-y) !important;
	transition: all 0.4s ease;
}

.nav-menu nav ul li ul {
	position: absolute;
	width: 220px;
	right: 20px;
	top: 82px;
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	background-color: #121212eb;
    padding: 12px;
	padding-left: 0;
    margin: 0;
	transition: all 0.4s ease;
}

.nav-menu nav ul li:hover>ul {
	right: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
}

.nav-menu nav ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav-menu > nav > ul > li > ul > li span.position-absolute {
	top: 13px !important;
	left: 12px;
    transform: rotate(90deg) !important;
    margin-right: 0;
	color: var(--Color-w);
}

.nav-menu > nav > ul > li > ul > li:hover span.position-absolute {
	top: 13px !important;
}

.nav-menu nav ul li ul li::before {
	background-color: transparent;
}

.nav-menu nav ul li ul li a {
	display: block;
	padding: 10px 15px 10px 15px;
	color: var(--Color-w);
	font-size: 15px;
}

.nav-menu nav ul li ul li a:hover {
	color: var(--Color-y);
}

.nav-menu nav ul>li>ul>li>ul {
	right: calc(100% + 12px) !important;
	top: -12px !important;
}

.nav-menu nav ul>li>ul>li:hover>ul {
	right: calc(100%) !important;
}

/* nav-menu-internal */

.nav-menu-internal nav ul li a{
	color: var(--Color-d);
}

.nav-menu-internal > nav > ul > li span.position-absolute {
	color: var(--Color-d);
}

/* Responsive Menu */

.offcanvasExample_ReM i {
	top: 3px;
	font-size: 23px;
}

.responsive-menu-body ul li {
	position: relative;
}

.responsive-menu-body ul li a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #c7a26b54;
	color: var(--Color-w);
	opacity: 0.9;
	transition: all 0.3s ease-in-out;
	position: relative;
	font-size: 15px;
}

.responsive-menu-body ul li a:hover {
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

.responsive-menu-body>ul>li:last-child>a {
	border-color: transparent !important;
}

.responsive-menu-body>ul>li>:last-child a {
	border-bottom: 0;
}

.responsive-menu-body ul li span.responsive-menu-span {
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    color: var(--Color-w);
    width: 40px;
    height: 40px;
    line-height: 58px;
    cursor: pointer;
    z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.responsive-menu-body ul li ul {
	display: none;
}

.offcanvas .btn-close {
    filter: invert(1);
}

.Mini-Avatars img {
    object-fit: contain;
	filter: grayscale(1);
}

.Mini-Avatars img:first-child {
	height: 75px;
}

.Mini-Avatars img:last-child {
	height: 55px;
	position: relative;
	right: -12px;
}

/* sub_Pr */

.sub_Pr {
	width: 280px;
}

/* portfoli-nav */

.portfoli-nav {

}

.portfoli-nav::-webkit-scrollbar {
	display: none;
}

.portfoli-nav ul {
	padding: 0;
	margin: 0;
}

.portfoli-nav > ul > li {
	display: inline-block;
    padding: 0 14px;
    position: relative;
    color: var(--Color-d);
    transition: all 0.4s ease;
}

.portfoli-nav > ul > li::before {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    height: 70%;
    width: 2px;
    background-color: var(--Color-d);
    opacity: 0.75;
}

.portfoli-nav ul li a {
	font-size: 1.25rem;
	color: var(--Color-d);
	position: relative;
	padding: 18px 0;
	transition: all 0.4s ease;
}

.portfoli-nav ul li:hover > a , .portfoli-nav ul li a:hover  {
	color: var(--Color-y);
	transition: all 0.4s ease;
}

.portfoli-nav ul li ul {
    position: absolute;
    width: 200px;
    right: 0;
    top: 26px;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    background-color: var(--Color-w);
    padding: 12px;
	padding-top: 16px;
    margin: 0;
    transition: all 0.4s ease;
}

.portfoli-nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.portfoli-nav ul li ul li a{
	display: block;
	padding: 8px;
	font-size: 16px;
}

.portfoli_I figure {
	height: 320px;
	background-color: var(--Color-w);
}

.portfoli_I figure img{
	height: 320px;
	object-fit: cover;
	transition: all 0.4s ease;
}

.portfoli_I figure figcaption {
	background-color: #ffffff93;
	transition: all 0.4s ease;
	opacity: 0;
}

.portfoli_I figure:hover figcaption {
	background-color: var(--Color-w);
	transition: all 0.4s ease;
	opacity: 0.85;
}

.s-portfoli__d li {
	border-bottom: 1px solid var(--Color-e);
}

.s-portfoli__d li:last-child {
	border-bottom: 1px solid transparent;
}

.swiper-button-next, .swiper-button-prev {
    color: #c8d1db;
}

/* Srvcs */

.Srvcs-th {
	min-height: 150px;
}

.Srvcs-th::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 25px;
	background-color: var(--Color-y);
}

.Srvcs .container-xxl .row .sr-th:nth-child(even) .Srvcs-th::before {
    background-color: var(--Color-d);
}

.Srvcs-th::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2px;
	background-color: var(--Color-y);
}

.Srvcs .container-xxl .row .sr-th:nth-child(even) .Srvcs-th::after {
    background-color: var(--Color-d);
}

.Srvcs-th .row .col-sm-8 > div {
    height: 66px;
}

.Srvcs-th div.d-flex span {
    width: 10px;
    height: 10px;
    background-color: var(--Color-y);
    transition: all 0.4s ease;
    border-radius: 3px;
}

.Srvcs .container-xxl .row .sr-th:nth-child(even) .Srvcs-th div.d-flex span {
    background-color: var(--Color-d);
}

.Srvcs-th div.d-flex {
    height: 30px !important;
}

.Srvcs-th:hover div.d-flex span {
    width: 14px;
    height: 14px;
    transition: all 0.4s ease;
}

.Srvcs-th .Srvcs-th-icon {
	font-size: 35px;
}

.Srvcs .container-xxl .row .sr-th:nth-child(odd) .Srvcs-th .Srvcs-th-icon {
    color: var(--Color-y);
}

.Srvcs .container-xxl .row .sr-th:nth-child(even) .Srvcs-th .Srvcs-th-icon {
    color: var(--Color-d);
}

/* About */

.title-dot::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--Color-y);
    top: 8px;
    right: 0;
    border-radius: 3px;
}

.title-dot::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--Color-d);
    top: 16px;
    right: 4px;
    border-radius: 2px;
}

.title-line {
	padding-right: 75px;
}

.title-line::before{
	content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--Color-d);
    bottom: 13px;
    right: 0;
    opacity: 0.25;
}

/* faq */

.faq-main .faq-holder p {
	display: none;
}

.faq-main .faq-holder:first-child p {
	display: block;
}

.faq-main .faq-holder h4{
	cursor: pointer;
}

.faq-holder-active {
	border-color: var(--Color-y) !important;
}

/* Reviews */

.Reviews .owl-dots {
	text-align: left;
	padding-left: 8px;
}

.Customer_reviews_item > .Bg-w {
	border: 2px solid var(--Color-e);
}

.Customer_reviews_item > .Bg-w::after{
    content: "";
    position: absolute;
    right: 13px;
    bottom: -15px;
    border-top: 7px solid var(--Color-e);
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}

.Customer_reviews_item .Avatar-Mini {
    height: 40px;
    filter: grayscale(0.7);
    outline: 2px solid var(--Color-e);
    outline-offset: 3px;
}

.Customer_reviews_item .Customer_reviews_meta::before{
	content: "";
    position: absolute;
    right: -15px;
    width: 6px;
    top: 7px;
    height: 6px;
    background-color: var(--Color-d);
    border-radius: 50%;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background-color: var(--Color-y);
}

/* team */

@media only screen and (min-width:992px){
	.team-main .container-xxl .row .col-lg-2:nth-child(even) {
		margin-top: 100px !important;
	}
	.team-main::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 30%;
		top: 40%;
		right: 0;
		z-index: -1;
		border-top: 2px dashed var(--Color-d);
        border-bottom: 2px dashed var(--Color-e);
	}
}

.team-main .team-center figure {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.team-main .container-xxl .row .col-lg-2:nth-child(even) figure , .team-main .container-xxl .row .col-lg-2:nth-child(even) figure img {
	width: 125px;
	height: 125px;
}

.team-main .team-center figure img {
	height: 150px;
    width: 150px;
    object-fit: cover;
    filter: grayscale(0.7);
    outline: 8px solid var(--Color-e);
    outline-offset: 11px;
}

.team-main .team-center figure::before {
	content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    right: -8px;
    border: 4px solid var(--Color-e);
    border-radius: 50%;
}

.team-main .team-center span.mx-auto {
	height: 12px;
	position: relative;
	top: 6px;
}

.team-main .container-xxl .row .col-lg-2:nth-child(odd) .team-center figure::before {
    border-color: var(--Color-y) !important;
	opacity: 0.25;
}

/* footer */

.scrollTop {
	transform: rotate(-90deg);
    bottom: 135px;
    left: -6px;
    z-index: 5;
    color: #8f8d8d;
    opacity: 0.5;
    cursor: pointer;
    padding: 6px 0;
    font-weight: bold;
	display: none;
}

.scrollTop i {
	position: relative;
    top: 4px;
    margin-left: 6px;
    font-size: 20px;
}

/* TextArea_Text */

.TextArea_Text h1,
.TextArea_Text h2,
.TextArea_Text h3,
.TextArea_Text h4,
.TextArea_Text h5,
.TextArea_Text h6,
.TextArea_Text p {
	margin: 0;
	padding: 0;
	margin: 8px 0;
	color: var(--Color-y);
	line-height: 1.8;
}

.TextArea_Text p {
	color: var(--Color-d);
	font-size: 16px;
    text-align: justify;
}

.TextArea_Text p:last-of-type {
	margin-bottom: 0;
}

.TextArea_Text ul , .TextArea_Text ol {
	margin: 0;
	padding: 0;
	margin: 8px 0;
	margin-right: 16px;
	display: inline-block;
	width: 100%;
}

.TextArea_Text ul li , .TextArea_Text ol li {
	list-style-type: disclosure-open;
	line-height: 1.8;
	opacity: 0.8;
}

.TextArea_Text ol li {
	list-style: decimal;
}

.TextArea_Text table {
	margin: 0;
	padding: 0;
    margin: 16px 0;
}

.TextArea_Text img {
	display: table;
    margin: 16px auto;
}

.TextArea_Text blockquote {
    margin: 16px 0;
    border: 2px dashed var(--Color-d);
    padding: 16px;
	padding-right: 36px;
    text-align: justify;
	position: relative;
}

.TextArea_Text blockquote::before {
    content: "\f191";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 13px;
    right: 8px;
    font-size: 23px;
    color: var(--Color-d);
}

/* plyr */

.video-plyr::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100%;
    height: 100%;
    background-color: var(--Color-y);
	opacity: 0.5;
    z-index: -1;
}

.video-plyr::after {
	content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 70px;
    height: 70px;
    background-image: url(img/video-fast-forward.svg);
    z-index: 7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.plyr--video .plyr__controls {
    background: linear-gradient(#0000, #00000040);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #00000040));
}

.plyr__video-wrapper {
	background-color: transparent;
}


/* swiper__Main */

.swiper__Main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000036;
    top: 0;
    right: 0;
    z-index: 2;
}

.swiper__Main {
	min-height: 100vh;
	z-index: 1;
}

.swiper__Main img{
	height: 100vh;
	object-fit: cover;
}

/* blog */

.blog-card-1 {
	height: 233px;
}

.blog-card-1 h3 {
	height: 40px;
}

.blog-card-1 .blog-card-1-meta , .blog-card-2 .blog-card-2-meta {
	height: 43px;
}

.blog-card-1 .blog-card-1-meta i {
	position: relative;
	top: 2px;
}

.blog-card-1 .blog-card-1-meta a:hover , .blog-card-2 .blog-card-2-meta a:hover {
	color: var(--Color-w);
	opacity: 0.85;
}

.blog-card-1 .blog-card-1-meta a i , .blog-card-2 .blog-card-2-meta a i {
	position: relative;
	top: 3px;
}

.blog-card-2-archive {
	height: 233px;
}

.blog-card-2 img {
	object-fit: cover;
}

.blog-card-2 figure figcaption {
	background-color: #1212128f;
}

.h-40 {
	height: 40px;
    line-height: 39px;
    font-size: 14px;
}

img.hero-1-top {
    z-index: 0;
    height: 30px;
}

img.hero-1-bottom {
    transform: rotate(180deg);
    z-index: 0;
    height: 30px;
}

/* Paginatino */

.Paginatino-Box span,
.Paginatino-Box a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	background-color: var(--Color-e);
	color: var(--Color-d);
	font-size: 19px;
}

.Paginatino-Box span {
	color: var(--Color-e);
	background-color: var(--Color-d);
}

.TAG_BLOG {
    height: 32px;
    padding-top: 2px;
    transition: all 0.4s ease;
}

/* comments */

ul.Comments-Rules-Cond {
	display: none;
    padding-right: 12px;
}

ul.Comments-Rules-Cond li{
	list-style: none;
}

.Avatar-Mini {
	height: 45px;
    object-fit: contain;
    filter: grayscale(1);
    border-radius: 30%;
}

/* swiper-form */

.swiper-form {
	overflow: auto;
}

.swiper-form::-webkit-scrollbar {
	display: none;
}

.swiper-form figure {
	width: 90px;
	height: 90px;
	background-color: var(--Color-e);
	border-radius: 50%;
	margin: 0;
}

.swiper-form img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 50%;
}

@media only screen and (max-width:575px) {
	.swiper-form figure {
		width: 70px;
		height: 70px;
	}
	
	.swiper-form img {
		width: 70px;
		height: 70px;
	}
}


.imgstyle, .nextstep{
	cursor: pointer;
}


.price-title{
	min-height: 72px;
}

.price-box {
	min-height: 400px;
}