* {
	padding: 0;
	margin: 0;
	line-height: 2;
	box-sizing: border-box;
}



p {
	margin-bottom: 0 !important;
}

a {
	text-decoration: none !important;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}



.post, .page , p, .widget {
	margin-bottom: 0 !important;
}

@font-face {
	font-family: iransans;
	src: url('asset/fonts/YekanBakh-Medium.woff');
	font-display: swap;
}

@font-face {
	font-family: booticon;
	src: url('asset/icons/bootstrap-icons.woff');
	font-display: swap;
}

body {
	font-family: iransans !important;
	font-size: 15px;
}

.site-header {
	box-shadow: 0px 14px 20px -5px rgba(0,0,0,0.1);
}

.top-header {
	padding: 0;
	/*background-color: #f4f4f4;*/
	border-bottom: 1px solid #eee;
}


.top-header .social {
	text-align: left;
}

.social-mobile {
	text-align: right;
}

.social-mobile a,
.top-header a {
	font-size: 0;
}

.social-mobile a::before ,
.top-header a::before {
	font-family: booticon;
	font-size: 24px;
	vertical-align: middle;
	margin-left: 6px;
	background-color: #eee;
	padding: 3px;
	border-radius: 12px;
	border: 1px solid #ddd;
	color: #333;
}

.social-mobile a::before {
	background-color: transparent;
	border: 1px solid #3d3b3b;
	box-shadow: 0px 0px 26px 15px rgba(0,0,0,0.1);
}

/* Telegram */
.social-mobile a.telegram::before,
.top-header .social a.telegram::before {
    content: '\F5B3';
    color: #33AAE2 !important;

}


/* Instagram */
.social-mobile a.instagram::before,
.top-header .social a.instagram::before {
    content: '\F437';
    color: #F601CE !important;

	
}

/* Whatsapp */
.social-mobile a.whatsapp::before,
.top-header .social a.whatsapp::before {
    content: '\F618';
    color: #00D25C !important;

	
}

.top-header .title {
	padding: 13px 20px 0 0;
	color: #444;
	font-size: 13px;
	font-weight: lighter !important;
}

.top-header .title p::before {
	font-family: booticon;
	vertical-align: middle;
	margin-left: 6px;
	content: '\F713';
}

.top-header .title a {
	font-size: 12px;
	color: #333 !important;
}

.fixed-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    box-shadow: 0px 14px 20px -5px rgb(0 0 0 / 10%);
    
}

.nav {
    padding: 0 20px;
	display: flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	z-index: 999;
}

.nav ul li {
	display: inline-block;
	padding: 20px 9px;
	border-bottom: 2px solid transparent;
	transition: 0.3s;
}

.nav ul li:hover {
    background-color: orange;
    transition: 0.3s;
}

.nav ul li:hover a {
	color: #fff;
}

.nav ul li a {
	color: #504d4d;
}

nav ul li a:hover {
	color: orange;
}

.nav ul {
	padding-right: 0 !important;
}

.nav ul li a::before {
	vertical-align: middle;
	margin-left: 6px;
	font-family: booticon;
	color: inherit;
}

.nav li.menu-item-17 a::before {
	content: '\F425';
}

.nav li.menu-item-133 a::before {
	content: '\F683';
}

.nav li.menu-item-83 a::before {
	content: '\F225';
}

.nav li.menu-item-16 a::before {
	content: '\F8C9';
}

.nav li.menu-item-15 a::before {
	content: '\F4D3';
}

nav li.current_page_item  {
	background-color: orange !important;
}

.nav a.call {
	background: orange;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
	transition: 0.3s;
}

.nav a.call:hover {
	background-color: orangered;
	box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.1);
	transition: 0.3s;
}

.nav a.call::after {
	vertical-align: middle;
	content: '\F414';
	font-family: booticon;
	margin-right: 6px;
}

.fixed-header {
	background-color: #fff;
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	width: 100% !important;
}

/*=================== SLIDER =====================*/

.slider {
	background-color: white;
}

/*=================== CONSOLE =====================*/

.console {
	background-color: orange;
	color: black;
	padding: 20px;
}

.console .text {
	font-size: 20px;
}

.console .text  {
	vertical-align: middle;
	font-family: booticon;
	margin-left: 6px;
	content: '\F800';
}

.console .text a {
    border-radius: 12px;
	color: white;
	float: left;
	background-color: brown;
	padding: 0 28px;
	font-size: 18px;
	transition: ease-in-out 0.2s;
}

.console .text a:hover {
	background-color: orange;
	color: #fff;
	transition: ease-in-out 0.2s;
}

.console .text a::after {
	content: '\F5C1';
	font-family: booticon;
	margin-right: 8px;
	vertical-align: middle;
}

/*=================== OUR SERVICES && LAST BLOGS  =====================*/

.our-services {
	padding: 20px;
}

.our-services .sp-pcp-post {
    text-align: center;
}

.projects-title h2 ,
.customers-title h2 ,
.testimonials-title h2 ,
.last-blogs-title h2 ,
.our-services-title h2 {
    position: relative;
	font-size: 26px;
	border-bottom: 1px solid orange;
	margin: 20px auto;
	text-align: center;
	position: relative;
	
}

.projects-title h2::after ,
.customers-title h2::after ,
.testimonials-title h2::after ,
.last-blogs-title h2::after ,
.our-services-title h2::after {
    position: absolute;
    width: 17% !important;
    height: 4px;
    right: 0;
    left: 0;
    bottom: -2px;
    content: "";
    background-color: orange;
    margin: auto;
}


.last-blogs .pcp-carousel-wrapper .sp-pcp-carousel,
.our-services .pcp-carousel-wrapper .sp-pcp-carousel {
	padding: 0;
}

.last-blogs .sp-pcp-post-content p ,
.our-services .sp-pcp-post-content p {
	color: #504d4d;
	font-weight: lighter !important; 
	font-size: 14px;
}

.last-blogs .sp-pcp-title {
    text-align: center;
}

.our-services section {
    overflow: hidden;
}

.our-services .sp-pcp-post {
    position: relative;
    
}

.our-services .sp-pcp-post .sp-pcp-title {
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 50%;
    background-color: rgba(0,0,0,0.65);
    padding: 13px 15px;
    border-radius: 12px 0 0 0;
}

.our-services .sp-pcp-post .sp-pcp-title a {
    color: #fff !important;
}

.our-services .sp-pcp-post .sp-pcp-post-thumb-area img {
    border-radius: 15px !important;
    height: 240px;
}

.our-services .sp-pcp-post .sp-pcp-post-thumb-area img:hover {
    transform: scale(1.1);
    transition: 0.3s
}



/*=================== ABOUT US =====================*/

.aboutus {
	text-align: right;
	padding: 20px 20px 0 20px;
}

.text-aboutus h2 {
	font-size: 23px;
	color: #f79558;
}

.text-aboutus h2: {
	font-family: booticon;
	vertical-align: middle;
	content: '\F3A1';
	margin-left: 6px;
}

.text-aboutus {
	text-align: justify;
	display: flex;
	align-items: center;
}

.text-aboutus p {
	color: #504d4d;
	font-size: 16px;
	padding: 15px 0;
}

.text-aboutus a {
	color: white;
	background-color: orange;
	padding: 4px 9px;
	transition: ease-in-out 0.4s;
}

.aboutus img {
    border-radius:25px;
}

.text-aboutus a:hover {
	background-color: #8d8a8a;
	color: white;
}

/*=================== PROMISE =====================*/

.promise {
	padding: 20px;
	background-image: url('../../uploads/prl2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.promise .txt-promise {
	height: auto;
	padding: 30px 25px;
	font-size: 25px;
	text-align: center;
	color: #f79558;
}

.promise .txt-promise p::after {
	vertical-align: middle;
	font-family: booticon;
	content: '\F6B0';
	margin-right: 10px;
	font-size: 55px;
}


/*=================== LAST BLOGS =====================*/

.last-blogs .sp-pcp-post .sp-pcp-post-thumb-area img {
	border-radius: 12px;
	height: 225px !important;
}

.pages .sp-pcp-post .sp-pcp-post-thumb-area img {
    height: 235px !important;
	border-radius: 12px;
}

/*=================== TESTIMONIALS =====================*/

.testimonials {
	padding: 60px 20px;
	text-align: center;
}

.testimonials h3.author-name {
	color: #504d4d !important;
}

.testimonials .tss-wrapper .tss-layout3 .item-content-wrapper:before, .tss-wrapper .tss-isotope1 .item-content-wrapper:before, .tss-wrapper .tss-video1 .item-content-wrapper:before, .tss-wrapper .tss-carousel3 .item-content-wrapper:before{
	content: "\F10D";
    color: #eaeaea;
    position: absolute;
    left: 5px;
    top: -38px;
    font-family: "tss-font", serif;
    font-size: 43px;
}

/*=================== CUSTOMERS  =====================*/

.customers {
	padding: 20px;
	text-align: center;
}

.customers div#logo-carousel-free-77.logo-carousel-free .sp-lc-logo {
	border: none !important;
}

.customers div#logo-carousel-free-77.logo-carousel-free .sp-lc-logo img {
	filter: grayscale(100%);
	transition: 0.3s;
	cursor: pointer;
}

.customers div#logo-carousel-free-77.logo-carousel-free .sp-lc-logo img:hover {
	filter: grayscale(0);
	transition: 0.3s;
}
/* 
.customers div#logo-carousel-free-77.logo-carousel-free .sp-lc-logo img {
	width: 70px;
	height: 70px;
} */





/*=================== FOOTER =====================*/

.site-footer {
	clear: both;
	padding: 60px 20px;
	background-image: url('../../uploads/footer_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	font-size: 14px;
}

.site-footer h2 {
	font-size: 19px;
	border-bottom: 1px solid #f79558;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.site-footer a {
	color: white;
	transition: all 0.4s;
}

.site-footer a:hover {
	color: #8d8a8a;
}

.site-footer .footer-about {
	font-weight: lighter;
	padding-left: 30px;
	text-align: justify;
}


.site-footer .footer-links p ,
.site-footer .footer-contact p {
	margin-bottom: 10px !important;
}

.copyrights {
	background-color: #333;
	color: #f79558;
	text-align: center;
	font-size: 13px;
}

/*=================== PAGES =====================*/

.entry-header h1.entry-title {
	background-color: #f8f8f8;
	padding: 5px;
	margin: 30px auto;
	border-right: 5px solid orange;
	font-size: 32px;
}

.post-thumbnail img {
	max-width: 100%;
	height: auto;
	margin: 15px auto;
	border-radius: 12px;
}

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

/*=================== ARTICLES =====================*/

.page-header h1.page-title {
	background-color: #f8f8f8;
	padding: 5px;
	margin: 30px auto;
	border-right: 5px solid orange;
	font-size: 32px;
}

/*================= BLOGS PAGE ===================*/

.blogs h1.page-title {
	background-color: #f8f8f8;
	padding: 5px;
	margin: 30px auto;
	border-right: 5px solid orange;
	font-size: 32px;
}

.blogs article.post {
	width: 32%;
	margin-right: 1%;
	float: right;
	margin-bottom: 40px !important;
}

.blogs h2.entry-title {
	height: 75px;
	border-bottom: 2px solid orange;
	margin-bottom: 15px;
	font-size: 19px;
}

.blogs h2.entry-title a {
	color: #333 !important; 
}

.blogs .entry-footer ,
.blogs .entry-meta {
	display: none;
}

.blogs article img.attachment-post-thumbnail {
	width: 100%;
	height: 215px;
	margin-bottom: 10px;
}

/*================== BLOG CONTENT ===================*/

.blog-content {
	padding: 20px;
}

.blog-content article.post {
	box-shadow: 0px 10px 57px -3px rgb(0 0 0 / 10%);
	padding: 5px 15px 10px;
	margin-bottom: 30px;
}

.blog-content .post-thumbnail img {
	width: 100% !important;
    height: 400px;
    margin-bottom: 35px;
}

.blog-content h1.entry-title {
	background-color: #f8f8f8;
	padding: 5px;
	margin: 30px auto;
	border-right: 5px solid orange;
	font-size: 32px;
}

.blog-content .entry-footer ,
.blog-content .entry-meta {
	display: none;
}

.blog-content .entry-content {
	text-align: justify;
	font-size: 16px;
}

.blog-content .navigation {
	background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px 10px 57px -3px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.blog-content .navigation .nav-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-content .navigation .nav-previous {
    background-color: orange;
    padding: 5px 35px;
    padding-right: 2px;
	border-radius: 5px;
}

.blog-content .navigation .nav-next {
    background-color: orange;
    padding: 5px 35px;
	padding-right: 2px;
	border-radius: 5px;
}

.blog-content .nav-previous span.nav-subtitle {
	background-color: orange;
    padding: 4px 15px;
    margin-left: 12px;
	border-radius: 5px;
}

.blog-content .nav-next span.nav-subtitle {
	background-color: orange;
    padding: 4px 15px;
    margin-left: 12px;
	border-radius: 5px;
}

.blog-content .navigation a {
	color: #fff;
}

.blog-content .comments-area {
	padding: 12px;
    box-shadow: 0px 10px 57px -3px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.blog-content .comments-area .comment-respond {
	padding: 12px;
	border-radius: 8px;
}

.blog-content .comments-area h3.comment-reply-title {
	font-size: 22px;
	border-bottom: 1px solid #ddd;
}

.blog-content form.comment-form input[type=text],
.blog-content form.comment-form input[type=email],
.blog-content form.comment-form input[type=url],
.blog-content form.comment-form input[type=tel],
.blog-content form.comment-form textarea {
	border: 1px solid #ddd;
	padding: 7px;
	width: 100%;
}

.blog-content form.comment-form input[type=submit] {
	padding: 7px 20px !important;
	border: 0 !important;
	background-color: orange !important;
	color: #fff !important; 
	transition: 0.5s !important;
}

.blog-content form.comment-form input[type=submit]:hover {
	background-color: #333 !important;
	color: white !important;
}

.entry-footer {
	display: none;
}

@media screen and (min-width: 1025px)  {
	.mobile-header {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.top-header,
	.nav {
		display: none;
	}

	.mobile-header {
		padding-left: 8px;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		height: 80px;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		background-color: orange;
		z-index: 999;
	}

	.mobile-header .mobile-logo {
		text-align: left;
	}

	.mobile-header .mobile-logo img {
		max-width: 100%;
		height: auto;
	}

	.slider {
		margin-top: 80px;
	}

	.promise .txt-promise {
		padding: 25px;
		font-size: 18px;
	}

	.console {
		max-height: 200px;
	}

	.console p ,
	.console a {
		display: block;
		width: 100%;
		text-align: center;
	}

	.console .text a {
	    border-radius: 10px;
		width: 70%;
		padding: 8px 20px;
		float: none;
		margin: auto;
	}

	.aboutus img {
		width: 100%;
		margin: 15px auto;
	}

	.our-services ,
	.last-blogs {
		text-align: center;
	}

	.site-footer {
		padding: 20px;
	}

	.footer-about ,
	.footer-links {
		margin-bottom: 15px;
	}

	.blogs ,
	.pages ,
	.blog-content {
		margin-top: 100px;
		padding: 0;
	}

	.not-found {
		margin-top: 80px;
	}

	.entry-header h1.entry-title ,
	.blogs h1.page-title ,
	.blog-content h1.entry-title {
		font-size: 27px;
	}

}

@media screen and (max-width:768px) {
	.blogs article.post {
		width: 48%;
	}
}

@media screen and (max-width:478px) {
	.console .text a {
		width: 100%;
	}

	.blogs article.post {
		width: 100%;
		margin-right: 0;
	}
}