/*
Theme Name: SnPardaz 
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: 'seomind';
	src: url('fonts/iransansdnweblight.woff') format('woff');
}

body,
html {
	font-family: 'seomind';
	font-size: 14px;
	background-color: #f7f8fc;
}

:root {
	--sm-dark: #515151;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
select {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background-color: #f5f2f2;
	margin: 2px 0;
	border-radius: 4px;
}

form button,
form input[type="submit"] {
	width: auto;
	height: 40px;
	background-color: #f5f2f2;
	color: var(--sm-dark);
	text-align: center;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 4px;
}

textarea {
	width: 100%;
	border: 1px solid #f3eeee;
	height: 100px;
	padding: 10px;
	background-color: #f5f2f2;
	resize: none;
	margin: 2px 0;
	border-radius: 4px;
}

.main-header{
	position: sticky;
    top: 0;
    z-index: 10;
}

.header-section {
	height: 95px;
	background-color: #fff;
}

@keyframes logo-animate{
	0%{
		opacity: 0.9;
	}
	50%{
		opacity:0.3;
	}
	100%{
		opacity:0.9;
	}
}

.logo-box img {
	max-width: 100%;
    height: 87px;
    object-fit: contain;
    margin: 5px 0;
    opacity: 0.9;
    padding-right: 0;
    animation: logo-animate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.header-section .menu-box ul {
	margin: 0;
	padding: 0;
}

.header-section .menu-box ul li {
	display: inline-block;
	margin: 0 0 0 18px;
	position: relative;
}

.header-section .menu-box ul li a {
	display: inline-block;
	padding: 39px 0;
	color: var(--sm-dark);
}

.header-section .menu-box ul li ul {
	position: absolute;
	width: 220px;
	right: 0;
	top: 96px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	z-index: 10;
	background-color: #fff;
}

.header-section .menu-box ul li:hover>ul {
	padding: 10px 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
}

.header-section .menu-box ul li ul li {
	display: block;
	margin: 0;
}

.header-section .menu-box ul li ul li a {
	display: block;
	padding: 8px 15px 8px 8px;
	position: relative;
	right: 0;
	transition: all 0.4s ease;
}

.header-section .menu-box ul li ul li a:hover {
	right: 8px;
	transition: all 0.4s ease;
}

.header-section .menu-box ul li ul li a::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 3px;
	width: 0;
	height: 1px;
	background-color: var(--sm-dark);
	transition: all 0.4s ease;
}

.header-section .menu-box ul li ul li a:hover::after {
	width: 5px;
	transition: all 0.4s ease;
}

.header-section .menu-box ul li ul li ul {
	right: 100%;
	top: -11px;
}

.header-section .responsive-menu-box ul li a {
	font-size: 20px;
	padding: 35px;
}

.responsive-menu-body ul li {
	position: relative;
}

.responsive-menu-body ul li a {
	display: block;
	padding: 9px 0;
	border-bottom: 1px solid #eee;
	color: var(--sm-dark);
}

.responsive-menu-body ul li span.responsive-menu-span {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #eee;
	cursor: pointer;
	z-index: 5;
}

.responsive-menu-body ul li ul {
	display: none;
}

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

.text-justify {
	text-align: justify;
}

span.scroll-to-top {
	left: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	bottom: 70px;
	cursor: pointer;
	display: none;
	z-index: 12;
}

.widget_wp_statistics_widget-box{
	color: #faf4f4;
    padding: 22px 0;
}

.widget_wp_statistics_widget-box ul{
	padding:0;
	margin:0;
}

.widget_wp_statistics_widget-box ul li{
	line-height:2.5;
}

.footer-menu ul{
	padding:0;
	margin:0;
}

.footer-menu ul li{
	display:inline-block;
	margin:0 0 0 8px;
}

.footer-menu ul li a{
	display:inline-block;
	padding:8px 0;
	color:#faf4f4;
}

span.footer-call {
	width: 40px;
	height: 40px;
	bottom: 120px;
	left: 20px;
	line-height: 40px;
	z-index: 12;
}

span.footer-call::before {
	content: "تماس";
	position: absolute;
	width: 50px;
	height: 24px;
	background: #414141;
	top: -31px;
	right: -5px;
	border-radius: 2px;
	color: #fff;
	line-height: 24px;
	font-size: 12px;
}

span.footer-call::after {
	content: "";
	position: absolute;
	border-top: 5px solid #414141;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -8px;
	right: 14px;
}

.fixed-contact{
	bottom:45px;
	right: 20px;
	z-index: 3;
}

.introduce-bg,
.shape-bg {
	z-index: 1;
}

.introduce-bg::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	top: 0;
	left: 0;
	background-image: url('img/dotted-background.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.75;
	z-index: -1;
}

.panel-service-wrap figure {
	border-radius: 8px;
	width: 50px;
	height: 50px;
	z-index: 2;
}

.panel-service-wrap figure .social-item-bg {
	z-index: -1;
}

.panel-service-wrap i {
	top: 8px;
}

.iso-slider-item img{
	height: 80px;
    object-fit: contain;
}

.border-light {
	border-color: #f3f5f7 !important;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.avatar-mini {
	height: 40px;
	object-fit: contain;
}

.blog-item img.blog-item-pic {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.social-box a {
	width: 35px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	transition:all 0.3s ease;
}
.social-box a:hover{
	background:var(--bs-yellow);
	opacity:1 !important;
	transition:all 0.3s ease;
}
.crsr-p {
	cursor: pointer;
}

.faq-wrap .faq-item-text {
	display: none;
}

.posts-main-content h1,
.posts-main-content h2,
.posts-main-content h3,
.posts-main-content h4,
.posts-main-content h5,
.posts-main-content h6 {
	margin: 0;
	padding: 0;
}

.posts-main-content p {
	line-height: 2;
    text-align: justify;
    color: #201f1f;
    font-size: 16px;
	margin: 1rem 0;
}

.posts-main-content li {
	line-height: 1.8;
	font-size: 13px;
	list-style: square;
}

.posts-main-content img{
	margin:0 auto;
	display:table;
}

.pagination-box a,
.pagination-box span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--bs-info);
	color: #eee;
	border-radius: 4px;
}

.pagination-box span {
	background-color: transparent;
	color: #919191;
}

span.title-span::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #c1b9b9;
	top: 7px;
	right: 0px;
	box-shadow: 0 0 5px #6c6464c9;
	border-radius: 50%;
}


/* rating */

.rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.rating>input {
	display: none
}

.rating>label {
	position: relative;
	width: 1em;
	font-size: 20px;
	color: #717171;
	cursor: pointer
}

.rating>label::before {
	content: "\2605";
	position: absolute;
	opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
	opacity: 1 !important
}

.rating>input:checked~label:before {
	opacity: 1
}

.rating:hover>input:checked~label:before {
	opacity: 0.4
}

.vh-70 {
	min-height: 75vh;
}

.bg-primary{
	background-color:#335bad !important;
}

.text-primary{
	color:#335bad !important;
}


@media only screen and (max-width:991px) {
	.reverse-min-md {
		flex-direction: column-reverse;
	}
}