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

@font-face {
	font-family: sans;
	src: url(asset/fonts/IRANSansWeb.woff2);
}

@font-face {
	font-family: sans-light;
	src: url(asset/fonts/IRANSansWeb_Light.woff2);
}

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

@font-face {
	font-family: yekan-light;
	src: url(asset/fonts/YekanBakh-Regular.woff);
}

@font-face {
	font-family: icon;
	src: url(asset/icons/bootstrap-icons.woff);
}

html , body {
	font-family: yekan !important;
	font-size: 15px;
}

a {
	text-decoration: none !important;
}

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

input[type=search] {
	border: 1px solid #ddd;
	font-family: yekan-light;
}

input[type=submit] {
	font-size: 13px;
	background-color: #cc443a;
	color: #fff;
	border: 0;
	font-family: yekan-light;
}

.m20 {
    margin: 20px 30px !important;
}

/*------------ HEADER -------------*/

header.site-header .top-header {
	background-color: #eee;
	background-image: url('../../uploads/top-bar.jpg');
	background-repeat: repeat;
}

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

header.site-header .top-header .social-links a {
	font-size: 0;
}

header.site-header .top-header .social-links a::before {
	font-family: icon;
	vertical-align: middle;
	margin-left: 7px;
	font-size: 20px;
	background-color: #fff;
	padding: 4px;
	border-radius: 6px;
}

header.site-header .top-header .social-links a.telegram::before{
	content: '\F5B3';
	color: #34ABE3;
}

header.site-header .top-header .social-links a.whatsapp::before {
	content: '\F618';
	color: #39E05C;
}

header.site-header .top-header .social-links a.rubika::before {
	content: '';
	background-image: url('../../uploads/rubika.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
}

header.site-header .top-header .social-links a.eita::before {
	content: '';
	background-image: url('http://localhost/steel/wp-content/uploads/eita2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size:40px;
}

header.site-header .top-header .address {
	font-family: yekan;
	font-size: 13px;
}

header.site-header .top-header .address p::before {
	content: '\F3E8';
	font-family: icon;
	vertical-align: middle;
	color: #333;
	margin-left: 6px;
	font-size: 20px;
}

.middle-header .nav {
	display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

.middle-header .nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.middle-header .nav ul li {
	display: inline-block;
	padding: 4px 12px;
	text-align: center;
	position: relative;
	border-bottom: 2px solid transparent;
	transition: 0.3s;
	border-radius: 9px;
}

.middle-header .nav ul li:hover {
	/*border-bottom-color: #9D281F;*/
	background-color: #ddd;
	border-radius: 9px;
	transition: 0.3s;
}

.middle-header .nav ul ul {
	position: absolute;
	top: 100%;
	right: 0;
} 

.middle-header .nav ul ul li {
	display: block;
	width: 200px;
	padding: 4px 12px;
}

.middle-header .nav ul li a {
	color: #555;
	font-size: 14px;
}

.middle-header .nav ul li::before {
    vertical-align: middle;
    font-family: icon;
    margin-left: 6px;
}

/*home*/
.middle-header .nav ul li.menu-item-20::before {
    content: '\F425';
}


/*products*/
.middle-header .nav ul li.menu-item-56::before {
    content: '\F5F8';
}

/*articles*/
.middle-header .nav ul li.menu-item-104::before {
    content: '\F224';
}

/*aboutus*/
.middle-header .nav ul li.menu-item-22::before {
    content: '\F4D0';
}

/*contact*/
.middle-header .nav ul li.menu-item-21::before {
    content: '\F414';
}

.product-menu {
	padding-top: 10px;
	box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.1);
	position: relative;
	background-color: rgb(241, 241, 241);
}

#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge {
	text-align: right !important;
	padding: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	right: 100% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	float: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-size: 16px !important;
}

.product-menu a.moshavere {
	display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #333;
    color: #fff;
    padding: 15px 35px;
	height: auto;
	transition: 0.3s;
    /* border-radius: 10px;*/
}

.product-menu a.moshavere:hover {
	background-color: #777;
	transition: 0.3s;
}

.product-menu a.moshavere::after {
	vertical-align: middle;
	font-family: icon;
	content: '\F5C1';
	margin-right: 8px;
}

.product-menu a.logo {
	display: none;
	position: absolute;
	left: 215px;
	top: 8px;
}

/*-------------- MIDDLE HEADER ---------------*/

.middle-header {
	transition: 0.3s;
	padding: 10px 30px;
	box-shadow: 0px 16px 31px 0px rgba(0,0,0,0.1);
}

.fixed-header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	padding: 0;
	transition: 0.3s;
	
}

.middle-header .req-btn {
    padding: 7px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.middle-header a.call-center {
	font-family: yekan-light;
	position: relative;
	padding: 12px 35px;
	background-color: #32a852;
	color: #fff;
	border-radius: 12px;
	transition: 0.3s;
}

.middle-header .req-btn section.widget_text::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 20px;
	background-color: yellow;
}

.middle-header a.call-center:hover {
	background-color: #cc443a;
	color: #fff;
	transition: 0.3s;
}

.middle-header a.call-center::after {
	content: '\F5C1';
	vertical-align: middle;
	font-family: icon;
	font-size: 18px;
	color: #fff;
	margin-right: 6px;
}


/*-------------- SLIDER ---------------*/

.slider {
    border-radius: 15px !important;
    overflow: hidden !important;
}

/*-------------- ABOUT US ---------------*/

.aboutus .aboutus-txt {
	display: flex;
	align-items: center;
	padding: 25px;
}

.aboutus .aboutus-txt a.more-about {
	padding: 4px 12px;
	border-radius: 9px;
	transition: 0.3s;
	color: #fff;
	background-color: #972119;
}

.aboutus .aboutus-txt a.more-about:hover {
    background-color: #cc443a;
    color: #fff;
	transition: 0.3s;
}

.aboutus .aboutus-txt a.more-about::after {
        font-family: icon;
        vertical-align: middle;
        margin-right: 6px;
        content: '\F12F';
}

/*-------------- PRODUCTS ---------------*/

.products {
    /* background-image: url('../../uploads/footer-bg.jpg');
    background-repeat: repeat;
	background-color: #333; */
}

.pcp-carousel-wrapper .sp-pcp-carousel {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


.products .products-title {
	text-align: center;
	background-color: #222;
}

.products .products-title h2 {
	color: #fff;
	font-size: 21px;
	display: none;
}

.products .products-title h2 section p::before {
	content: '\F1C7';
	font-family: icon;
	vertical-align: middle;
	color: #fff;
	margin-left: 7px;
}

.products .items {
	padding: 20px;
	display: flex;
    flex-direction: row;
    gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products .items section {
	border: 3px solid transparent;
	transition: 0.3s;
	border-radius: 10px;
}

.products .items section img {
	border-radius: 10px;
}

.products .items section:hover {
	border-bottom-color: #cc443a;
	transition: 0.3s;
}
/*-------------- FEATURES ---------------*/

.features {
	background-color: #eee;
}

.features .items {
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.features .items section {
	text-align: center;
	padding: 15px;
}

.features .items section img {
	border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    transition: 0.3s;
	cursor: pointer;
}

.features .items section:hover img {
	border-color: #f12f21;
	transition: 0.3s;
	transform: scale(1.1);
}

/*-------------- MY TEAM ---------------*/

.my-team {
	padding: 30px;
}

.my-team .my-team-title {
	display: flex;
	align-items: flex-start;
	/* padding: 60px 0; */
}

.my-team .my-team-title h2 {
	background-color: #972119;
	color: #fff;
	padding: 4px;
	border-radius: 7px;
	font-size: 23px;
	text-align: center;
}

.my-team .my-team-title h2::before {
	content: '\F801';
	vertical-align: middle;
	margin-left: 5px;
	font-family: icon;
}

.my-team .my-team-items .sp-pcp-post-thumb-area img {
	border-radius: 10px !important;
}


/*-------------- LAST BLOGS ---------------*/

.last-blogs {
	padding: 30px;
	text-align: center;
}

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

.last-blogs-title h2 {
	border-bottom: 1px solid #ddd;
}

.last-blogs-title h2 section p::before {
	font-family: icon;
	content: '\F43C';
	margin-left: 10px;
	vertical-align: middle;
}

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

.last-blogs H2.sp-pcp-title ,
.last-blogs .sp-pcp-post-content {
	padding: 12px;
}

.last-blogs .sp-pcp-post-thumb-area img {
	height: 205px;
}

.last-blogs a.more-blogs {
	padding: 8px 20px;
	background-color: #9D281F;
	color: #fff;
	border-radius: 10px;
	transition: 0.3s;
}

.last-blogs a.more-blogs:hover {
	background-color: #cc443a;
	transition: 0.3s;
}

.last-blogs a.more-blogs::after {
	content: '\F64D';
	font-family: icon;
	vertical-align: middle;
	margin-right: 5px;
}

/*-------------- TESTIMONIALS	 ---------------*/


.testimonials {
	background-image: url('../../uploads/bg-testi.jpg');
	background-position: center;
	background-repeat: repeat;
	text-align: center;
	padding: 40px 0;
}

.testimonials .testimonials-title h2 {
	margin-bottom: 30px;
}

/*-------------- PARTNERS ---------------*/

.partners {
	padding: 30px 0;
}

.partners .partners-title h2 {
	text-align: center;
	margin-bottom: 30px;
}

/*-------------- FOOTER ---------------*/

footer {
	clear: both;
	color: #fff;
	background-image: url('../../uploads/footer-bg.jpg');
	background-position: center;
	background-repeat: repeat;
	padding: 45px 0;
}

footer a {
	color: #fff !important;
	transition: 0.3s;
}

footer h2 {
	color: #ccc;
	font-size: 18px;
	border-bottom: 1px solid #999;
	position: relative;
}

footer h2::before {
	position: absolute;
	right: 0;
	bottom: -2px;
	height: 3px;
	background-color: #972119;
	content: '';
}

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

footer .footer-about h2::before {
	width: 53px;
}

footer .footer-links a:hover {
	color: #cc443a !important;
	transition: 0.3s;
}

footer .footer-links h2::before {
	width: 100px;
}

footer .footer-contact h2::before {
	width: 100px;
}

footer .footer-contact p::before {
	vertical-align: middle;
	font-family: icon;
	margin-left: 5px;
}

footer .footer-contact p.phone::before {
	content: '\F5C1';
}

footer .footer-contact p.mobile::before {
	content: '\F4E7';
}

footer .footer-contact p.email::before {
	content: '\F32F';
}

footer p {
	font-family: yekan-light;
}

.copy {
	text-align: center;
	padding: 4px;
	font-family: yekan-light;
}


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

.blogs {
	padding: 40px 0;
}

.blogs h1.page-title {
    font-family: yekan;
    font-weight: normal;
	font-size: 19px !important;
    /* background-color: #eee; */
    border-bottom: 2px solid #ddd;
    border-radius: 7px 7px 0 0;
	padding: 7px 0;
    margin: 10px auto;
    position: relative;
}

.blogs h1.page-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 94px;
    height: 2px;
    background-color: #972119;

}


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

.blogs h2.entry-title {
    font-weight: normal;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	font-size: 17px;
}

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

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

.blogs .entry-content {
    font-family: sans-light;
    font-size: 14px;
}

.blogs article img.attachment-post-thumbnail {
	width: 100%;
	height: 200px;
	border-radius: 6px;
}

.blogs a.more-link {
    display: none;
}

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

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


.blog-content {
	padding: 25px 0;
}

.blog-content h1.entry-title {
    font-weight: normal;
    display: block;
}

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

.blog-content .post-thumbnail img {
	width: 100%;
    height: auto;
    margin-bottom: 35px;
    border-radius: 8px;
}

.blog-content h1.entry-title {
	/*box-shadow: 0px 10px 57px -3px rgb(0 0 0 / 10%);
	border-bottom: 1px solid #ddd; */
    border-radius: 8px;
    margin: 7px auto;
    background-color: #eee;
    padding: 4px 7px;
}

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

.blog-content .entry-content {
	text-align: justify;
	font-size: 15px;
    font-family: yekan-light;
}

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

.blog-content .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    transition: 0.2s;
}


.blog-content .navigation .nav-previous {
    padding: 5px;
    padding-right: 2px;
    border-radius: 7px;
}

.blog-content .navigation .nav-next {
    padding: 5px;
	padding-right: 2px;
    border-radius: 7px;
}

.blog-content .nav-previous span.nav-subtitle {
    border-radius: 7px;
    padding: 4px 15px;
    margin-left: 12px;
    border: 1px solid #fff;
}

.blog-content .nav-previous span.nav-subtitle::before {
    content: '\F285';
    margin-left: 7px;
    font-family: icon;
    vertical-align: middle;
    color: #fff;
}

.blog-content .nav-next span.nav-subtitle {
    border-radius: 7px;
    border: 1px solid #fff;
    padding: 4px 8px;
    margin-left: 12px;
}

.blog-content .nav-next span.nav-subtitle::after {
    content: '\F284';
    font-family: icon;
    vertical-align: middle;
    color: #fff;
    margin-right: 7px;
}

.blog-content .navigation a {
	color: #fff;
    text-decoration: dashed !important;
}

.blog-content .comments-area {
	padding: 12px;
    /* box-shadow: 0px 10px 57px -3px rgb(0 0 0 / 10%); */
    border: 1px solid #eee;
    background-color: #f1f1f1;
    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%;
	border-radius: 7px;
    margin: 4px auto;
}

.blog-content form.comment-form input[type=submit] {
	padding: 7px 15px !important;
	border: 0 !important;
    width: 100%;
	font-family: yekan-light;
	background-color: #EF394E !important;
	color: #fff !important; 
	border-radius: 8px !important;
	transition: 0.5s !important;
}

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



.blog-content .prd-cat-links {
	background-color: #a82b3a;
	padding: 10px 30px;
	margin: 25px auto;
	border-radius: 15px;
}

.blog-content .prd-cat-links .title {
	color: #fff;
	font-size: 20px;
}

.blog-content .prd-cat-links .prd-links {
	text-align: left;
}

.blog-content .prd-cat-links .prd-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-content .prd-cat-links .prd-links ul li {
	padding: 2px 20px;
	margin: 5px;
	border-radius: 15px;
	background-color: #eee;
	display: inline-block;
	transition: 0.3s;
}

.blog-content .prd-cat-links .prd-links ul li:hover {
	background-color: rgb(218, 185, 40);
	transition: 0.3s;
}

.blog-content .prd-cat-links .prd-links ul li a {
	color: #333;
}

.blog-content .prd-cat-links .row {
	align-items: center;
}

a.sp-pcp-thumb img {
	border-radius: 12px;
}
/*================ BLOGS SIDEBAR ==================*/

.sidebar-blogs {
    padding-top: 12px;
   border: 1px solid #eee;
   border-radius: 10px;
    text-align: center;
} 

.sidebar-blogs h2.widget-title {
    font-weight: normal;
    font-size: 18px;
    color: #333;
   border-bottom: 1px solid #EF394E;
    padding: 8px 2px;
}

.sidebar-blogs #category-posts-2-internal .cat-post-thumbnail .cat-post-crop img {
    border-radius: 7px;
}
.sidebar-blogs #category-posts-2-internal .cat-post-item .cat-post-title {
    font-family: sans-light;
    color: #333;
}


.header-login-box li:first-child {
    border-left: 2px solid #f2f2f2;
}
.header-login-box li {
    display: inline-block;
}
.basket .badge {
    height: 20px !important;
    background: red !important;
    padding: 0px 10px !important;
    color: #fff;
}

footer.entry-footer {
	display: none !important;
}

/*============== ABOUT AND CONTACT ==============*/

article#post-15 .entry-footer,
article#post-15 h1.entry-title ,
article#post-17 .entry-footer,
article#post-17 h1.entry-title {
    display: none;
}

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

.about-contact .page-main-title {
    background-color: #eee;
    padding: 25px;
    color: #333;
    font-size: 23px;
    height: 270px;
    z-index: 10;
    border-radius: 7px;
}

.about-contact .page-main-image {
    width: 90%;
    margin: auto;
}

.about-contact .page-main-image img {
    margin-top: -180px;
    border-radius: 7px;
    box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
}

.about-contact .page-main-text {
    text-align: right;
    width: 90%;
    margin: 10px auto;
    padding: 20px 10px;
    border-radius: 7px;
    font-family: sans-light;
    background-color: #F9FAFB;
    border: 1px solid #eee;
}

.about-contact .page-main-text a {
    color: #333;
}

.about-contact .page-main-address {
    padding: 20px;
    display: flex;
    width: 90%;
    margin: auto;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}

.about-contact .page-main-address .time ,
.about-contact .page-main-address .phone,
.about-contact .page-main-address .location {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 7px 15px;
    text-align: right;
    transition: 0.4s;
    cursor: pointer;
}

.about-contact .page-main-address .time:hover ,
.about-contact .page-main-address .phone:hover ,
.about-contact .page-main-address .location:hover {
    background-color: #eee;
    transition: 0.4s;
} 

.about-contact .page-main-address p:nth-child(1) {
    vertical-align: middle;
}

.about-contact .page-main-address p img {
    vertical-align: middle;
}

.about-contact .page-main-address .location p.address-ico::before {
	content: '\F3E8';
	font-family: icon;
	vertical-align: middle;
	margin-left: 5px;
}

.about-contact .page-main-address .phone p.phone-ico::before {
	content: '\F5C1';
	font-family: icon;
	vertical-align: middle;
	margin-left: 5px;
}

.about-contact .page-main-address .time p.email-ico::before {
	content: '\F32F';
	font-family: icon;
	vertical-align: middle;
	margin-left: 5px;
}


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

@media screen and (max-width: 1024px) {

	.product-menu {
		background-color: #fff;
		margin-top: 80px;
	}

	a.moshavere ,
	a.logo {
		display: none !important;
	}

	.site-header {
		height: 80px;
		background-color: #fff;
		box-shadow: 0px 16px 31px 0px rgba(0,0,0,0.1);
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 999;
	}

	.top-header ,
	.middle-header {
		display: none;
	}

	.site-header .mobile .logo-top {
		position: fixed;
		left: 12px;
		top: 5px;
	}

	.slider {
		margin-top: 145px !important;
	}
	
	.mega-menu-toggle {
	    border-radius: 7px !important;
	}

	/* .products {
		margin-top: 130px;
	} */

	.products .items {
		justify-content: center;
	}

	.aboutus .aboutus-txt a.more-about {
		display: block;
		text-align: center;
	}

	.aboutus .aboutus-txt a.more-about {
		padding: 8px 20px;
	}

	.features .items {
		flex-wrap: wrap;
	}

	.my-team .my-team-title {
		padding: 20px;
	}

	.last-blogs {
		padding: 20px;
	}

	footer {
		padding: 20px;
	}

	

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

	.about-contact ,
	.blog-content ,
	.blogs {
		padding: 20px;
		margin-top: 130px;
	}

	.blogs article.post {
		width: 49%;
	}

	.blog-content h1.entry-title {
		font-size: 20px;
	}

	.about-contact .page-main-address {
		flex-wrap: wrap;
		flex-direction: column;
	}

}

@media screen and (max-width: 578px) { 

	.features .items {
		flex-direction: column;
	}
	
	.blogs article.post {
		width: 100%;
	}

	.blogs h1.page-title {
		padding: 15px;
	}

	.blogs article {
		padding: 15px;
	}

	.about-contact .page-main-title {
		height: 210px;
		font-size: 20px;
	}

	.about-contact .page-main-address {
		padding: 0;
	}

	.about-contact .page-main-text {
		width: 100%;
	}
}