/*!
Theme Name: garmanoor
Theme URI: http://underscores.me/
Author: bytegroup
Author URI: https://bytegroup.ir/
Description: website development by ByteGroup including:     - UI/UX And Responsive Design     - optimized backend development using frameworks     - SEO optimized coding
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: garmanoor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

garmanoor is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: "iranSans";
    font-weight: bold;
    src: url(./css/fonts/IRANSansWeb_Bold.ttf);
}
@font-face {
    font-family: "iranSans";
    font-weight: normal;
    src: url(./css/fonts/IRANSansWeb_Light.ttf);
}
@font-face{
    font-family:"iransans";
    font-style:normal;
    font-weight:bold;
    src:url('./css/fonts/IRANSansWeb(FaNum)_Bold.ttf');
}

@font-face{
    font-family:"iransans";
    font-style:normal;
    font-weight:normal;
    src:url('./css/fonts/IRANSansWeb(FaNum).ttf');
}
.textSize-16{
    font-size: 16px;
}
.proBgV2{
	opacity: 0.5;
	top: -160px;
}
.toggleSize{
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.product-infoV2{
	margin-top: 1rem !important;
}

#vidLoader::-webkit-media-controls {
  display: none !important;
	opacity: 0 !important;
}

#vidLoader::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

#vidLoader::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
#vidLoader::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
#vidLoader::-webkit-media-controls-start-playback-button {
  display: none !important;
}
* {
    padding: 0;
    margin: 0;
}
html , body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    scrollbar-color: #920a0e #d1d1d1;
    scrollbar-width: thin;
}
body {
    background-color: #f8f8f8 !important;
}
.wpcf7-response-output {
    font-family:"iransans";
}
.w-90{
	width: 90%;
}
/* SCROLL-BAR Not FireFox */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #d1d1d1;
}
::-webkit-scrollbar-thumb {
background: #920a0e;
border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
background: #920a0e;
}
/* SCROLL-BAR Not FireFox */

body {
    position: relative;
}

p, h1, h2, h3, h4, h5, h6, a, ul li, span, ol li {
    font-family: "iranSans";
}

h1, h2, h3 {
    font-weight: bold !important;
}

/* LOADER */
.loader-container {
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 100%;
    justify-content: center;
    z-index: 1000000;
    align-items: center;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
.loader-container .loader {
    text-align: center;
    margin-top: -4rem;
}
.loader-container .loader video {
    width: 300px !important;
    margin: 0 auto;
}
.loader-container .loader .loader-text {
    display: grid;
    place-items: center;
    font-family: "iranSans";
    margin-top: -4rem;
	width: 100%;
}
.loader-container .loader .loader-text .typing {
    width: 22ch;
	animation: typing 2.5s steps(22), blink .5s step-end alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid transparent;
    font-size: 1rem;
    font-family: "iranSans";
    color: #ce181e;
}
@keyframes typing {
    from {
        width: 0;
    }
}
@keyframes blink {
    50% {
        border-color: transparent;
    }
}
/* LOADER */

/* header */
.text-red{
    color: #ce181e;
}
.spinner{ 
    animation: spinner 1.2s ease-in-out forwards;
    transform: rotate(0);
}
.spinnerReverse{ 
    animation: spinnerReverse 1.2s ease-in-out forwards;
    transform: rotate(0);
}
@keyframes spinner {
    from{
        transform: rotate(0);
        opacity: 0;
    }to{
        transform: rotate(360deg);
        opacity: 1;
    }
}
@keyframes spinnerReverse {
    from{
        transform: rotate(0);
        opacity: 0;
    }to{
        transform: rotate(-360deg);
        opacity: 1;
    }
}
.header{
	/* overflow: hidden; */
}
.header .top-nav {
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}
nav.navbar {
    padding-top: 1.8rem !important;
    box-shadow: none;
    z-index: 1000;
    width: 100%;
    top: 0;
}
.navbar-nav .nav-item {
    padding: 0 0.5rem;
}
.navbar-brand-lg img {
    width: 65px;
    margin-top: 0.5rem;
}
.navbar-brand {
    position: absolute;
    width: 90px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    text-align: center;
    top: -31px;
    z-index: 15;
}
.navbar-brand img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-top: 0.5rem;
}
.drop-down-flags .dropdown-toggle {
    box-shadow: none;
}
.drop-down-flags img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 3px;
}
.location i {
    font-size: 1rem;
    color: #888;
	transition: 0.2s ease-in-out;
}
.location p {
    font-size: 0.7rem;
    margin: 0;
    color: #888;
    width: max-content;
	transition: 0.2s ease-in-out;
}
.location:hover i {
	color: #ce181e;
}
.location:hover p {
	color: #ce181e;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(206, 24, 30, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.nav-btn {
    font-family: "iranSans";
    width: 100%;
    border-radius: 20px;
    background-color: #ce181e;
    color: #fff;
    border: none;
    padding: 0.5rem 0.5rem;
    position: relative;
    box-shadow: inset 0px 0px 10px #5e4e4e;
    transition: 0.2s ease-in-out;
}
.nav-btn a {
    position: relative;
    display: block;
    z-index: 10;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease-in-out;
    font-size: 0.85rem;
}
.nav-btn:hover {
    box-shadow: inset 5px 5px 10px #5e4e4e;
}
.navbar-fixed {
    background-color: #fff !important;
    box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.2) !important;
    position: fixed !important;
    z-index: 15 !important;
}
.navbar-fixed .top-nav {
	background-color: #f7f7f7;
}
.navbar-nav {
    justify-content: space-around;
    width: 45%;
	align-items: center;
}
.nav-item {
    transition: all 0.2s ease-in-out;
    z-index: 10;
}
.menu-customers-hover {
    display: flex !important;
    background-color: #f7f7f7;
    visibility: hidden;
    opacity: 1;
    position: absolute;
    width: 100% !important;
    top: 45px;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.2);
}
.menu-customers-hover-active {
    z-index: 2;
    visibility: visible;
}
.nav-item::after {
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    background-color: #cf181e;
    margin: 0 auto;
    transition: 0.2s ease-in-out;
}
.nav-item:hover::after {
    width: 90%;
}
.nav-link {
    color: #888 !important;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.nav-item:hover .nav-link {
    color: #000 !important;
}
.navbar-nav .active::after {
    width: 90%;
}
.navbar-nav .active a.nav-link {
    color: #000 !important;
}
.main-page .header {
    padding: 0;
}
.main-page .header .header-slider-parent {
	margin-top: -2rem;
}
.main-page .header .header-slider-parent .product-bg {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -2rem;
}
/* .main-page .header .header-slider-parent .product-bg div.bg {
    position: absolute;
    overflow: hidden;
    height: 450px;
    background: url(./img/product-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    width: 100%;
} */
.main-page .header .header-slider-parent .product-bg img {
    /* width: 500px;
    height: 450px; */
    position: relative;
    z-index: -1;
    aspect-ratio: 1 / 1;
    width: 120% !important;
    margin-right: -10%;
    object-fit: contain;
}
.main-page .header .header-slider-parent .product-bg div.bg {
    background: radial-gradient(circle at center,rgb(248, 248, 248, 0)30%, rgba(248, 248, 248) 40%);
    /* background-size: 100% 100%; */
    background-position: 50%;
    background-repeat: no-repeat;
    width: 120%;
    height: 100%;
    position: absolute;
    margin-right: -10%;
    z-index: 0;
    border-radius: 50%;
    top: 0px;
    background-size: 400% 400%;
}
.main-page .header .header-slider-parent .product-bg div.bg.Product-bg-Opacity { 
    animation: Product-bg-Opacity 1000ms infinite cubic-bezier(.26,.64,.31,.84);
    /* opacity: 0.7; */
}
@-webkit-keyframes Product-bg-Opacity {
    0% {
        background-size: 400% 400%;
    }
    50% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 400% 400%;
    }
}
.main-page .header .header-slider-parent .header-slider {
    margin: 0 auto;
}
.main-page .header .header-slider-parent .header-slider img{
    width: 100%;
    position: relative;
    z-index: 10;
	object-fit: contain;
	aspect-ratio: 1/1;
}
.main-page .header .header-slider-parent .product-info {
    width: 85%;
    margin: 1.5rem auto 0 auto;
    direction: rtl !important;
}
.main-page .header .header-slider-parent .product-info h1 {
    font-size: 1.7rem;
    font-weight: bold;
	white-space: nowrap;
}
.rule {
    margin: 0.5rem 0;
    background-color: #a51015;
    color: #a51015;
    height: 2px;
    border-radius: 10px;
    opacity: 0.9;
}
.rule-big {
    margin: 0.5rem 0;
    background-color: #a51015;
    color: #a51015;
    height: 3.5px !important;
    border-radius: 10px;
    opacity: 0.9;
}
.main-page .header .header-slider-parent .product-info .samples-parent .samples {
    position: relative;
}
.main-page .header .header-slider-parent .product-info .samples-parent .samples img {
    width: 100%;
    border-radius: 10px;
	object-fit: cover;
	height: 95px;
}
.main-page .header .header-slider-parent .product-info .samples-parent .samples .samples-more {
    position: absolute;
    top: 45%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.main-page .header .header-slider-parent .product-info .samples-parent .last-sample img {
    filter: brightness(45%);
}
.main-page .header .header-slider-parent .product-info .samples-parent .samples .samples-more h6 {
    color: #fff;
    font-size: 0.8rem;
}
.main-page .header .header-slider-parent .product-info .samples-parent .samples .samples-more i {
    color: #fff;
    padding-right: 0.25rem;
    font-size: 1rem;
}

/* contact-us button */
.adminActions {
	position: fixed;
	bottom: 35px;
	right: 35px;
	animation: float 1.2s ease-in-out infinite;
	z-index: 50;
	width: max-content;
}
.adminActions .top {
    position: absolute;
    top: -20px;
    right: -15px;
    width: 90px;
    z-index: -1;
}
.adminActions .bottom {
    position: absolute;
    bottom: -20px;
    right: -15px;
    width: 90px;
    z-index: -1;
}
.adminActions:hover {
    transform: translatey(-5px) !important;
    animation-play-state: paused;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-5px);
	}
	100% {
		transform: translatey(0px);
	}
}
.btn-submit-parent {
	box-shadow: none !important;
	background-color: transparent !important;
	top: 10px;
}
.adminButton {
    height: 60px;
    width: 60px;
    background: radial-gradient(circle,#ff6771 0%,#aa1721 63%,#ff0000 100%);
/*    background: radial-gradient(circle, rgba(50,166,59,1) 0%, rgba(5,140,16,1) 63%, rgba(0,64,5,1) 100%);*/
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.adminButton i {
    font-size: 22px;
}
.adminButtons {
    position: absolute;
    width: 100%;
    bottom: 110%;
    text-align: center;
    padding: 0.5rem;
    display: none;
}
.adminButtons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px 0 0;
    line-height: 1.15;
    color: #fff;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}
.adminButtons a:hover {
    transform: scale(1.05);
}
.adminButtons a {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    transition: opacity .2s ease-in-out .3s,transform .15s ease-in-out;
}
.adminButtons a i {
    color: #505050;
    transition: 0.2s ease-in-out;
}
.adminButtons .green-btn:hover {
    background-color: #169520;
}
.adminButtons .red-btn:hover {
    background-color: #ce181e;
}
.adminButtons a:hover i {
    color: #fff;
}
.adminButtons .title {
    position: absolute;
    right: 50px;
    width: 100px;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 25px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}
.adminButtons a:hover .title {
    visibility: visible;
    opacity: 1;
}
.adminButtons .title h6 {
    color: #505050;
    font-size: 0.9rem;
    margin: 0;
}
.adminActions a i {
    position: absolute;
    top: 50%; 
	left: 50%;
    transform: translate(-50%, -50%);
}
.adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; 
	right: 0;
    margin: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

/* contact-us button */

.contact-us-icon {
    float: right;
    width: 50px;
    padding: 10px;
    background: #058c15;
    position: relative;
    border-radius: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-us-icon .top {
    position: absolute;
    top: -25px;
    right: -20px;
    width: 90px;
    z-index: -1;
}
.contact-us-icon .bottom {
    position: absolute;
    bottom: -25px;
    right: -20px;
    width: 90px;
    z-index: -1;
}
.contact-us-icon a {
    height: 25px;
}
.contact-us-icon a {
    text-decoration: none;
}
.contact-us-text a {
    text-decoration: none;
}
.contact-us-text p {
    font-family: "iranSans";
    color: black;
    margin-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact-us-icon i {
    color: #fff;
    font-size: 25px;
    transform: scaleX(-1);
    display: inline-block !important;
}
.contact-us-text {
    background-color: #fff;
    width: 189px;
    border-radius: 10px;
}
.contact-us {
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    transform: translatey(0px);
    animation: float 1.2s ease-in-out infinite;
    transition: .3s ease;
    z-index: 10;
    right: 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.contact-us:hover{
    transform: translatey(-5px) !important;
    animation-play-state: paused;
}
.home-page-header-slider {
    display: flex;
    justify-content: center;
}
.dropdown-menu {
    width: max-content !important;
    padding: 0 !important;
    min-width: 0 !important;
	left: 2px;
}
.dropdown-menu > li {
    width: max-content !important;
}
.dropdown-item {
    padding: .35rem 0.5rem !important;
    color: #212529 !important;
    width: max-content !important;
}
/* header */

/* Main-page */

/*-------------------------/* Section 1 */
.main-page .sec-1 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.main-page .sec-1 .background {
    width: 100%;
    height: 300px;
    filter: brightness(40%);
}
.main-page .sec-1 .sec-1-layer {
    position: absolute;
}
.main-page .sec-1 .overlay::after {
    content: url(./img/sec-1-layer-right.png);
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
}
.main-page .sec-1 .overlay::before {
    content: url(./img/sec-1-layer-left.png);
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
}
.main-page .sec-1 .sec-1-title {
    position: absolute;
    top: 28%;
    width: 100%;
    height: max-content;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.main-page .sec-1 .sec-1-title h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.8rem;
}
.main-page .sec-1 .sec-1-title h4 {
    font-size: 1.6rem;
    font-weight: normal;
    color: #888;
    margin-top: 0.8rem;
}
#carouselExampleIndicators{
    direction: rtl;
}
.carousel-control-prev-icon::after , .carousel-control-next-icon::after {
    content: " " !important;
}
.header-slider-parent .home-page-header-slider .slick-track{
	padding: 0 !important;
}
.slick-dots {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
	bottom: -33px;
}
.slick-dots li {
    margin: 0 3px !important;
}
.slick-track {
    direction: ltr !important;
}
[dir="rtl"] .slick-slide {
    float: left !important;
}
.header-slider-parent .carousel-control-next, .header-slider-parent .carousel-control-prev {
    top: -15rem !important;
}
.header-slider-parent .carousel-control-next {
    left: auto !important;
    right: -7rem !important;
}
.header-slider-parent .carousel-control-prev {
    right: auto !important;
    left: -7rem !important;
}

.header-slider-parent .slider-next-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.header-slider-parent .slider-prev-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.header-slider-parent .slick-slide {
    float: left !important;
}

/*-------------------------/* Section 1 */

/*-------------------------/* Section 2 */
.main-page .sec-2 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.title{
    text-align: center;
}
.title h4{
    font-size: 2rem;
    font-weight: bold;
}
.title h2, .title h4 {
    position: relative;
    text-align: center;
    margin-top: -2rem
}
.title-bg {
    display: flex;
    justify-content: center;
    position: relative;
}
.title-bg > div {
    background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 0%,rgb(248, 248, 248)0%), url("./img/sec-2-title.png") 100%;
    background-size: contain;
    width: 295px;
    height: 145px;
    background-repeat: no-repeat;
    animation: TitleText-Opacity 2.5s infinite;
    opacity: 0;
}
@-webkit-keyframes TitleText-Opacity {
    0% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 0%,rgb(248, 248, 248)0%), url("./img/sec-2-title.png")100%;
        opacity: 0;  
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat;
    }
    10% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)40%), url("./img/sec-2-title.png")100%;
        opacity: 0.2;   
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat; 
    }
    20% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)80%), url("./img/sec-2-title.png")100%; 
        opacity: 0.4;   
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat;
    }
    30% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)120%), url("./img/sec-2-title.png")100%;
        opacity: 0.6;    
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat;
    }
    40% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)160%), url("./img/sec-2-title.png")100%;
        opacity: 0.8;   
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat; 
    }
    50% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)200%), url("./img/sec-2-title.png")100%;
        opacity: 1;    
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat;
    }
    60% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 0%,rgb(248, 248, 248)160%), url("./img/sec-2-title.png")100%; 
        opacity: 0.8;  
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat; 
    }
    70% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)120%), url("./img/sec-2-title.png")100%;
        opacity: 0.6;
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat;    
    }
    80% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)80%), url("./img/sec-2-title.png")100%; 
        opacity: 0.4;   
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat;
    }
    90% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)40%), url("./img/sec-2-title.png")100%; 
        opacity: 0.2;  
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat; 
    }
    100% {
        background: radial-gradient(circle at bottom, rgba(248, 248, 248, 0) 10%,rgb(248, 248, 248)0%), url("./img/sec-2-title.png")100%;  
        opacity: 0; 
        background-size: contain;
        width: 295px;
        height: 145px;
        background-repeat: no-repeat; 
    }
}
.title h2 span, .title h4 span {
    color: #ce181e;
}
.product-slider {
    margin-top: 0 !important;
}
.product-slider .carousel-control-next, .product-slider .carousel-control-prev {
    bottom: -3rem !important;
}
.product-slider .carousel-control-next {
    right: -6rem !important;
    left: auto;
}
.product-slider .carousel-control-prev {
    left: -6rem !important;
    right: auto;
}
.product-slider .slider-next-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.product-slider .slider-prev-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.single-product-slider {
    margin-top: 0 !important;
}
.single-product-slider .carousel-control-next, .single-product-slider .carousel-control-prev {
    bottom: -3rem !important;
}
.single-product-slider .carousel-control-next {
    right: -6rem !important;
    left: auto;
}
.single-product-slider .carousel-control-prev {
    left: -6rem !important;
    right: auto;
}
.single-product-slider .slider-next-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.single-product-slider .slider-prev-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.main-product-slider {
    margin-top: 0 !important;
}
.main-product-slider .carousel-control-next, .main-product-slider .carousel-control-prev {
    bottom: -3rem !important;
}
.main-product-slider .carousel-control-next {
    right: -6rem !important;
    left: auto;
}
.main-product-slider .carousel-control-prev {
    left: -6rem !important;
    right: auto;
}
.main-product-slider .slider-next-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.main-product-slider .slider-prev-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.single-product-parent {
    text-decoration: none;
    padding: 9rem 2.5rem 0rem 2.5rem;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.single-product-parent:hover {
    transform: translateY(-50px) scale(1.02);
}
.single-product-parent .single-product {
    position: relative;
    padding: 0;
}
.single-product-parent .single-product::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0 20px -5px #9491916b;
    z-index: -1;
    border-radius: 40px;
    left: 0;
    right: 0;
}
.wp-block-cover p{
    padding: 10px;
    background: #ffffff82;
    border-radius: 15px;
}
.wp-block-cover .has-background-dim:not([class*=-background-color]){
    background-color: #2e0202;
}
.single-product-parent .single-product img {
    height: 190px;
    margin: 0 auto;
    margin-top: -3.5rem;
    width: 100%;
	object-fit: contain;
}
.single-product-parent .single-product.big img {
    height: 300px;
    margin-top: -6.5rem;
}
.main-page.products-archive .sec-3{
    padding-top: 10rem !important;
}
.main-page.products-archive .single-product-parent{
    padding-top: 0px !important;
}
.rule-gray {
    background-color: #e9e9e9;
    opacity: 1;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
.single-product-parent .single-product h4 {
    text-align: center;
    color: #000;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    transition: all 0.2s ease-in-out;
    padding: 0 0 0.5rem 0;
	direction: rtl;
}
.single-product-parent .product-btn-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    text-decoration: none;
    margin-top: -1rem;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.single-product-parent:hover .product-btn-parent {
    opacity: 1;
}
.slick-center .single-product-parent .product-btn-parent {
    opacity: 1;
}
.slick-center .single-product-parent {
    transform: translateY(-50px) scale(1.02);
}
.single-product-parent .product-btn-parent .product-btn {
    background-color: #fff;
    box-shadow: 0px 0 10px 0px #9491916b;
    border-radius: 20px;
    display: flex;
    padding: 0.25rem;
    justify-content: center;
    align-items: center;
}
.single-product-parent .product-btn-parent .product-btn span {
    font-size: 0.9rem;
    margin: 0;
    padding: 0.25rem;
    color: #ce181e;
}
.single-product-parent .product-btn-parent .product-btn i {
    color: #ce181e;
}
.single-product-parent .product-btn-parent .product-btn-bg {
    padding: 0;
    margin-top: -3.5rem;
    position: relative;
    z-index: -5;
}
.single-product-parent .product-btn-parent .product-btn-bg img{
    width: 100%;
}

/*-------------------------/* Section 2 */

/*-------------------------/* Section 3 */

.main-page .sec-3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.product-feutures-parent {
    text-decoration: none;
}
.product-feutures {
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    border-radius: 50px;
}
.product-feutures svg {
    display: block;
    width: 5rem;
    height: 5rem;
    z-index: 2;
    position: relative;
    transition: all 0.35s ease-in-out;
    margin: 0.5rem auto 0 auto;
    object-fit: contain;
    fill: #858585;
}
.product-feutures-parent:hover svg {
    fill: #f4f4f4;
}
.product-feutures img {
    width: 50px;
    height: 50px;
    transition: 0.2s ease-in-out;
    object-fit: contain;
}
.product-feutures h6 {
    text-align: center;
    margin: 0.5rem 0 0.25rem 0;
    transition: 0.2s ease-in-out;
    color: #000;
    font-size: 0.9rem;
}
.product-feutures::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100;
    height: 100%;
    background-color: #ce181e;
    z-index: -1;
    bottom: -120px;
    left: 0;
    right: 0;
    clip-path: polygon(100.00% 35%, 100% 100%, 0% 100%, 0% 60%);
    opacity: 1;
    transition: all 0.35s ease-in-out;
}
.product-feutures::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100;
    height: 100%;
    background-color: #c01218;
    z-index: -1;
    top: -120px;
    left: 0;
    right: 0;
    clip-path: polygon(100% 0%, 100% 45%, 0% 70%, 0% 0%);
    opacity: 1;
    transition: all 0.35s ease-in-out;
}
.product-feutures-parent:hover .product-feutures::after {
    top: -5px;
}
.product-feutures-parent:hover .product-feutures::before {
    bottom: -5px;
}
.product-feutures-parent:hover .product-feutures img {
    filter: brightness(0) invert(1);
}
.product-feutures-parent:hover .product-feutures h6 {
    color: #fff;
}
.product-feutures-btn-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -0.5rem 0 0 0 !important;
    padding: 0;
    width: 100%;
    text-decoration: none;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.product-feutures-parent:hover .product-feutures-btn-parent {
    opacity: 1;
}
.product-feutures-btn {
    background-color: #fff;
    box-shadow: 0px 0 10px 0px #9491916b;
    border-radius: 20px;
    display: flex;
    padding: 0.25rem;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}
.product-feutures-btn h6 {
    margin: 0;
    color: #ce181e;
}
.product-feutures-btn span{
    font-size: .8rem;
    margin: 0;
    color: #ce181e;
}
.product-feutures-btn i {
    padding-left: 0.3rem;
    color: #ce181e;
    font-size: .8rem;
}

/*-------------------------/* Section 3 */


/*-------------------------/* Section 4 */
.main-page .sec-4 {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.project-parent {
    margin-top: 1.5rem;
}
.project-parent .project-menu {
    font-family: "iranSans";
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    margin: 0;
    border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    padding: 0;
}
.project-parent .project-menu .project-menu-item {
    font-family: "iranSans";
    width: max-content;
    text-align: center;
    margin: 0 0.35rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    position: relative;
}
.project-parent .project-menu .project-menu-item a {
    text-decoration: none;
    color: #000 !important;
    padding: 0.2rem 0;
    display: block;
    width: 100%;
    border: none !important;
    background-color: transparent !important;
    font-size: 0.8rem;
}
.project-parent .project-menu .project-menu-item::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2.5px;
    width: 0;
    background-color: #ce181e;
    bottom: -3px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.project-parent .project-menu .project-menu-item:hover::after {
    width: 100%;
}
.project-parent .project-menu .active::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2.5px;
    width: 100%;
    background-color: #ce181e;
    bottom: -3px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
.project-card {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 0 20px -5px rgba(0,0,0,0.2);
    flex-wrap: wrap;
    margin: 1rem auto;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.project-card:hover {
    color: #000;
    transform: translateY(-10px);
    box-shadow: 0px 0 30px -2px rgba(0,0,0,0.2);
}
.project-card:hover .location {
    color: #ce181e;
}
.project-card:hover img {
    filter: brightness(100%);
}
.project-card img {
    width: 100%;
    border-radius: 25px;
    filter: brightness(80%);
    transition: all 0.2s ease-in-out;
	max-height: 220px;
	object-fit: cover;
}
.project-card .project-card-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem 0.5rem 1rem;
    list-style-type: none;
    margin: 0;
    position: relative;
    flex-direction: column;
}
.project-card .project-card-info li {
    font-size: 1rem;
    display: flex;
    align-items: center;
    align-self: flex-start;
}
.project-card .project-card-info li span {
    font-size: 0.75rem;
    margin: 0;
    padding: 0;
}
.project-card .project-card-info .before::before {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ce181e;
    right: 10px;
}
.project-card .location {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 2rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
}
.project-card i {
    position: absolute;
    right: 9px;
    font-size: 1.2rem;
    color: #ce181e;
}
.project-card .project-card-info .before::before {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ce181e;
    right: 10px;
}
.sec-4 .sec-4-bg-parent {
    position: absolute;
    right: 0;
    margin-top: -17rem;
    z-index: -2;
}
.sec-4 .sec-4-bg-parent .sec-4-bg {
    width: 500px;
	margin-left: auto;
}
.sec-4 .sec-4-bg-parent .sec-4-bg img {
    width: 100%;
}
/*-------------------------/* Section 4 */

/*-------------------------/* Section 5 */
.main-page .sec-5 {
    margin-top: 4rem;
    margin-bottom: 0rem;
}
.main-page .sec-5 .title .text p{
    font-size: 1.1rem;
    margin: 0;
    padding: 0.5rem;
}
.customers-slider .customers-logo {
    display: block;
    background-color: #fff;
    box-shadow: 0px 1px 15px -5px #9491916b;
    border-radius: 25px;
    margin: 0.5rem;
    padding: 0.5rem;
    transition: 0.2s ease-in-out;
}
.customers-slider .customers-logo:hover {
    transform: translateY(-15px);
    box-shadow: 0px 10px 30px -3px #9491916b;
}
.customers-slider .customers-logo img {
    width: 100%;
    border-radius: 25px;
    filter: grayscale(1);
    transition: 0.2s ease-in-out;
}
.customers-slider .customers-logo:hover img {
    filter: grayscale(0);
}
.customers-slider .slick-slide {
    display: block;
    margin: 0.8rem 0.25rem !important;
	height: auto;
}
.customers-slider .carousel-control-next, .customers-slider .carousel-control-prev {
    bottom: 0 !important;
}
.customers-slider .carousel-control-next {
    right: -6rem !important;
    left: auto;
}
.customers-slider .carousel-control-prev {
    left: -6rem !important;
    right: auto;
}
.customers-slider .slider-next-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.customers-slider .slider-prev-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

/*-------------------------/* Section 5 */

/*-------------------------/* Section 6 */
.main-page .sec-6 {
    margin-top: 2rem;
    margin-bottom: 0rem;
}
.accordion-header span {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    color: #fff !important;
}
.accordion-header {
    padding: 0.25rem;
    border-radius: 35px;
    margin: 0.5rem 0 !important;
}
.accordion-button::after {
    position: absolute;
    left: 25px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") !important;
    content: " " !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") !important;
}
.accordion-body {
    font-family: "iranSans";
    padding-right: 2.5rem !important;
    position: relative !important;
    text-align: justify !important;
}
.accordion-button, .accordion-button:focus, .accordion-collapse {
    box-shadow: none !important;
}
.accordion-body::before {
    content: " ";
    display: block;
    position: absolute;
    right: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ce181e;
    margin-top: 0.5rem;
}
.accordion-borderless .accordion-item .accordion-button {
    border-radius: 35px !important;
    background: rgb(128,63,66) !important;
    background: linear-gradient(90deg, rgba(128,63,66,1) 0%, rgba(91,82,82,1) 50%, rgba(85,85,85,1) 100%) !important; 
    background-size: 200% 100% !important;
    background-position: 100% 0% !important;
    transition: all 1.2s ease-in-out !important;
    padding: 1rem !important;
}
.accordion-borderless .accordion-item .accordion-button::before {
    opacity: 0;
}
.accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
    background: rgb(128,63,66) !important;
    background: linear-gradient(90deg, rgba(128,63,66,1) 0%, rgba(91,82,82,1) 50%, rgba(85,85,85,1) 100%) !important;
    background-size: 200% 100% !important;
    background-position: 30% 0% !important;
    transition: all 1.2s ease-in-out !important;
    position: relative !important;
    padding: 1rem !important;
}
.accordion-borderless .accordion-item .accordion-button:not(.collapsed)::before {
    content: " ";
    display: block;
    position: absolute;
    width: 101.5%;
    height: 120%;
    right: -5px;
    padding: 0.5rem;
    border: 1px solid #ce181e;
    top: -6px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.sec-6 .sec-6-bg-parent {
    position: absolute;
    left: 0;
    margin: 0;
    margin-top: 0px;
    margin-top: -10rem;
    z-index: -2;
}
.sec-6 .sec-6-bg-parent .sec-6-bg {
    width: 500px;
	margin-right: auto;
}
.sec-6 .sec-6-bg-parent .sec-6-bg img {
    width: 100%;
}

/*-------------------------/* Section 6 */

/*-------------------------/* Section 7 */
.main-page .sec-7 {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.title a {
    color: #ce181e;
    position: relative;
    transition: 0.2s ease-in-out;
}
.title a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ce181e;
    left: 0;
    bottom: 3px;
    transition: 0.2s ease-in-out;
}
.title a:hover {
    color: #777777;
}
.title a:hover::after {
    background-color: #777777;
}
.blog-slider {
    margin-top: 2rem;
}
.single-blog-parent {
    text-decoration: none;
    padding: 1.5rem;
    transition: 0.2s ease-in-out;
    cursor: default;
}
.single-blog-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 0 20px -5px #9491916b;
    flex-wrap: wrap;
    margin: 1rem auto;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.single-blog-card img {
    width: 100%;
    height: 220px;
    object-position: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    filter: brightness(60%);
    transition: all 0.2s ease-in-out;
	min-height: 220px;
	object-fit: cover;
}
.single-blog-card .single-blog-card-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem 0rem 1rem;
    list-style-type: none;
    margin: 0;
    position: relative;
    direction: rtl;
}
.single-blog-card .single-blog-card-info li h3, .single-blog-card .single-blog-card-info li h2 {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
}
.single-blog-card p {
    font-size: 0.9rem;
    color: #000;
    margin: 0;
    text-align: justify;
    direction: rtl;
    padding: 0 1rem;
}
.single-blog-card .single-blog-card-info .before h2::before {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ce181e;
    right: 15px;
}
.single-blog-card .single-blog-card-btn {
    display: flex;
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-decoration: none;
}

.page_content img{
	max-width: 100%;
}
.single-blog-card .single-blog-card-btn i {
    padding-left: 0.5rem;
    color: #ce181e;
    transition: all 0.2s ease-in-out;
}
.single-blog-card .single-blog-card-btn span {
    font-size: 0.8rem;
    color: #000;
    transition: all 0.2s ease-in-out;
}
.single-blog-card:hover img {
    filter: brightness(100%);
}
.single-blog-card:hover {
    transform: translateY(-15px);
    box-shadow: 0px 10px 30px -3px #9491916b;
}
.blog-slider .slick-center .single-blog-card  {
    transform: translateY(-15px);
    box-shadow: 0px 10px 30px -3px #9491916b;
}
.blog-slider .slick-center .single-blog-card img  {
    filter: brightness(100%);
}
.single-blog-card:hover .single-blog-card-btn h6 {
    color: #ce181e !important;
}
.blog-slider .carousel-control-next, .blog-slider .carousel-control-prev {
    bottom: -3rem !important;
}
.blog-slider .carousel-control-next {
    right: -7rem !important;
    left: auto;
}
.blog-slider .carousel-control-prev {
    left: -7rem !important;
    right: auto;
}
.blog-slider .slider-next-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.blog-slider .slider-prev-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

/*-------------------------/* Section 7 */

/* Main-page */

/* Footer */

.footer {
    margin-top: 10rem;
    position: relative;
}
.footer .footer-bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 24.5rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100%;
}
.footer-body {
    padding: 5rem 5rem 0 5rem;
}
.footer .footer-body .footer-right-box .footer-items i {
    padding-left: 0.5rem;
    font-size: 1.2rem !important;
    color: #ce181e;
}
.footer .footer-body .footer-right-box .footer-items a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease-in-out;
	direction: ltr;
	text-align: center;
}
.footer .footer-body .footer-right-box .footer-items a:hover {
    color: #ce181e;
}
.footer .footer-body .footer-right-box .footer-items p {
    margin: 0;
    color: #fff;
}
.footer .footer-body .footer-logo {
    width: 100%;
}
.footer .footer-body .footer-logo .logo-parent {
    position: absolute;
    top: -11.7rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.footer .footer-body .footer-logo .logo-parent a {
    width: max-content;
    display: block;
    margin: 0 auto;
}
.footer .footer-body .footer-logo .logo-parent img {
    width: 130px;
}
.footer .footer-body .footer-center-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.footer .footer-body .footer-center-box a {
    width: 100%;
}
.footer .footer-body .footer-center-box a i{
    font-size: 1.5rem;
    color: #fff;
    padding: 0.5rem;
    transition: 0.2s ease-in-out;
}
.footer .footer-body .footer-center-box a:hover i {
    color: #ce181e;
}
.footer .footer-body .footer-center-box h3 {
    width: 100%;
    color: #ce181e;
    text-align: center;
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
}
.footer .footer-body .footer-center-box h4{
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
}
.footer .footer-body .footer-left-box h6 {
    color: #fff;
    font-weight: bold;
	font-size: 1.1rem;
}
.footer .footer-body .footer-left-box p {
    color: #cccaca;
}
.form-outline {
    font-family: "iranSans" !important;
}
.form-outline .form-label  {
    font-family: "iranSans" !important;
}
.form-outline .form-control {
    font-family: "iranSans";
    padding: .45em .75em !important;
    color: #fff !important;
}
.form-outline .form-control ~ .form-notch .form-notch-leading {
    border-radius: 0 20px 20px 0 !important;
    width: 20px !important;
}
.form-outline .form-control ~ .form-notch .form-notch-trailing {
    border-radius: 20px 0 0 20px !important;
}
.form-outline .form-control ~ .form-label {
    margin-right: 12px !important;
    color: #828282 !important;
}
.form-outline #agancyForm14 + label{
    margin-right: 1.5rem !important;
}
.form-outline #agancyForm14:focus + label{
    margin-right: 12px !important;
}
.wpcf7-form .btn-submit > input.text-white{
    color: #ffffff !important;
}
.form-outline .form-control:focus ~ .form-label {
    color: #ce181e !important;
  }
.form-outline .form-control:focus ~ .form-notch .form-notch-leading {
    border-top: .125rem solid #ce181e !important;
    border-bottom: .125rem solid #ce181e !important;
    border-right: .125rem solid #ce181e !important;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-middle {
    border-color: #ce181e !important;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
    border-top: .125rem solid #ce181e !important;
    border-bottom: .125rem solid #ce181e !important;
    border-left: .125rem solid #ce181e !important;
}
.select-arrow {
    color: #fff !important;
}
.wpcf7-form .btn-submit,
.wpcf7-form .btn-submit2,
.btn-submit {
    font-family: "iranSans" !important;
    background-color: #ce181e;
    width: 100%;
    font-size: 0.9rem;
    color: #fff;
    padding: 0.5rem;
    border: 1px solid #ffffff54;
    text-align: center;
    background-size: 300% 100%;
    border-radius: 30px;
    box-shadow: inset 0px 0px 10px #4c2323;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.wpcf7-form .btn-submit{
    position: relative;
    padding: 0 !important;
}
.wpcf7-form .btn-submit::before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 0.5rem;
    font-size: 1.1rem;
}
.wpcf7-form .btn-submit > input{
    border: 0;
    padding: 0.41rem;
}
.wpcf7-form .btn-submit > input:focus{
    color: white;
}
.wpcf7-form .btn-submit > span{
    position: absolute;
	right: auto;
	background-color: #991015;
	box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.6);
	width: 24px !important;
	left: -14px;
}
.myAlert {
	color: #000 !important;
	background-color: #f8f8f8 !important;
	padding: 0.75rem 1rem !important;
	border-radius: 10px !important;
}
.btn-submit span {
    width: 100%;
}
.btn-submit i {
    font-size: 1.1rem;
}
.btn-submit:hover {
    background-image: radial-gradient( circle at -200%,#aa1116 0%, #aa1116 25%, #ffd2d4  26%, #aa1116 27%, #ffd2d4  28%, #aa1116 29%, #ffd2d4  30%, #9e191d 31%, #ce181e 60%, #82191c 80%, #aa1116 100%);
    animation: Btn-Animation 5s ease-in-out infinite;
}
@-webkit-keyframes Btn-Animation {
    0% {
        background-position: 100% 0;
    }
    50% {
        background-position: 300% 100%;
    }
    100% {
        background-position: 100% 0;
    }
}
.btn-submit-green {
    background-color: #048c14 !important;
    box-shadow: inset 0px 0px 10px #014c0a !important;
}
.btn-submit-green:hover {
    background-image: radial-gradient( circle at -200%,#057a13 0%, #057a13 25%, #86c18d  26%, #057a13 27%, #86c18d  28%, #057a13 29%, #86c18d  30%, #048c14 31%, #048c14 60%, rgb(4, 113, 16) 80%, #057a13 100%) !important;
    animation: Btn-Animation 5s ease-in-out infinite;
}
.cpr {
    margin: 0 auto;
    margin-top: 2rem;
}
.cpr p {
    margin: 0;
    padding: 0.5rem;
    font-size: 0.9rem;
    color: #fff;
    text-align: justify;
    text-align-last: center;
}
.cpr-btm {
    text-align: center;
    width: max-content;
    margin: 0 auto;
    background-color: #000000bd;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 0.5rem;
    box-shadow: 0px -3px 15px 0px #39393947;
}
.cpr-btm p {
    padding: 0.75rem 2rem 0.5rem 2rem;
    margin: 0;
    color: #cacaca;
}
.cpr-btm p span a {
    color: #ce181e;
    transition: 0.2s ease-in-out;
    position: relative;
    display: inline-block;
}
.cpr-btm p span a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 1.5px;
    border-radius: 10px;
    background-color: #ce181e;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -3px;
    transition: 0.2s ease-in-out;
}
.cpr-btm p span a:hover::after {
    width: 100%;
}
.submenu-products{
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    padding: 6px 0 0;
    background: transparent;
}
.submenu-products-container{
    background-color: white;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.1);
}
.card{
    font-family: 'iransans';
}
.submenu-products .submenu-products-inner{
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    list-style-type: none;
}
.submenu-products .submenu-products-inner::after {
    content: " ";
    display: block;
    position: absolute;
    width: 50%;
    height: 2.5px;
    background-color: #ce181e;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -1.5px;
    border-radius: 20px;
}
.submenu-products .submenu-products-inner > li{
    width: 33.3%;
    padding: 1rem;
}
.submenu-products .submenu-products-inner > li:nth-of-type(1),
.submenu-products .submenu-products-inner > li:nth-of-type(2),
.submenu-products .submenu-products-inner > li:nth-of-type(4),
.submenu-products .submenu-products-inner > li:nth-of-type(5){
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}
.submenu-products .submenu-products-inner > li:nth-of-type(3),
.submenu-products .submenu-products-inner > li:nth-of-type(6){
    border-bottom: 1px solid #cacaca;
}
.submenu-products .submenu-products-inner > li:nth-of-type(4),
.submenu-products .submenu-products-inner > li:nth-of-type(5),
.submenu-products .submenu-products-inner > li:nth-of-type(7),
.submenu-products .submenu-products-inner > li:nth-of-type(8){
    border-left: 1px solid #cacaca;
}
.submenu-products .submenu-products-inner > li > a{
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
}
.submenu-products .submenu-products-inner > li > a:hover {
    box-shadow: -3px 3px 20px -11px rgba(0,0,0,0.1);
}
.submenu-products .submenu-products-inner > li > a:hover .title{
    color: #ce181e;
}
.submenu-products .submenu-products-inner > li > a:hover .title {
    -webkit-mask-image: linear-gradient(-75deg, rgba(206,24,30,.5) 30%, #850d11 50%, rgba(206,24,30,.5) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
        
    to {
        -webkit-mask-position: -50%;
    }
}
.submenu-products .submenu-products-inner > li > a > img{
    display: block;
    width: 100%;
	object-fit: contain;
	height: 150px
}
.submenu-products .submenu-products-inner > li > a > .title {
    padding: 0.5rem;
    font-size: 0.9rem;
    color: #000;
    transition: 0.2s ease-in-out;
}
.submenu-customers {
    display: none;
    position: absolute;
    width: max-content;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    padding: 6px 0 0;
    background: transparent;
}
.submenu-customers .submenu-customers-inner {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
	flex-direction: column;
    width: max-content;
    margin: 0;
    background-color: white;
    padding: 0;
    border-radius: 20px;
    list-style-type: none;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.1);
    overflow-y: hidden;
}
.submenu-customers .submenu-customers-inner > li {
    width: 100%;
}
.submenu-customers .submenu-customers-inner > li > a {
    color: #000;
    display: block;
    width: 100%;
    font-size: 1rem;
}
.submenu-customers .submenu-customers-inner > li > a > .title {
    font-size: 0.8rem;
    padding: 17px 20px;
    transition: 0.2s ease-in-out;
}
.submenu-customers .submenu-customers-inner > li > a:hover .title {
    background-color: #ebebeb;
}
.submenu-projects{
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    padding: 6px 0 0;
    background: transparent;
}
.submenu-projects .submenu-projects-inner{
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    background-color: white;
    padding: 1.5rem;
    border-radius: 20px;
    list-style-type: none;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.1);
}
.submenu-projects .submenu-projects-inner::after {
    content: " ";
    display: block;
    position: absolute;
    width: 50%;
    height: 2.5px;
    background-color: #ce181e;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -1.5px;
    border-radius: 20px;
}
.submenu-projects .submenu-projects-inner > li{
    width: 10rem;
    padding: 1rem;
}
.submenu-projects .submenu-projects-inner > li > a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 0.75rem;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.submenu-projects .submenu-projects-inner > li > a:hover {
    box-shadow: -3px 3px 20px -11px rgba(0,0,0,0.1);
}
.submenu-projects .submenu-projects-inner > li > a::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100;
    height: 100%;
    background-color: #dadada;
    z-index: -1;
    bottom: -120px;
    left: 0;
    right: 0;
    clip-path: polygon(100.00% 35%, 100% 100%, 0% 100%, 0% 60%);
    opacity: 1;
    transition: all 0.35s ease-in-out;
    z-index: 0;
}
.submenu-projects .submenu-projects-inner > li > a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100;
    height: 100%;
    background-color: #c8c7c7;
    z-index: -1;
    top: -120px;
    left: 0;
    right: 0;
    clip-path: polygon(100% 0%, 100% 45%, 0% 70%, 0% 0%);
    opacity: 1;
    transition: all 0.35s ease-in-out;
    z-index: 0;
}
.submenu-projects .submenu-projects-inner > li > a:hover::before {
    bottom: -5px;
}
.submenu-projects .submenu-projects-inner > li > a:hover::after {
    top: -5px;
}
.submenu-projects .submenu-projects-inner > li > a:hover img {
    filter: brightness(130%) invert(1);
}
.submenu-projects .submenu-projects-inner > li > a > img{
    display: block;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    position: relative;
    transition: 0.35s ease-in-out;
    margin: 0.5rem auto 0 auto;
    object-fit: contain;
}
.submenu-projects .submenu-projects-inner > li > a > svg {
    display: block;
    width: 5rem;
    height: 5rem;
    z-index: 2;
    position: relative;
    transition: all 0.35s ease-in-out;
    margin: 0.5rem auto 0 auto;
    object-fit: contain;
    fill: #858585;
}
.submenu-projects .submenu-projects-inner > li > a > svg path {
    transition: all 0.35s ease-in-out;
}
.submenu-projects .submenu-projects-inner > li > a:hover svg {
    fill: #505050;
}
.submenu-projects .submenu-projects-inner > li > a > .title {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #000;
    z-index: 2;
    position: relative;
    transition: 0.35s ease-in-out;
}
.page_content .wp-block-image img, .page_content p>img{
    display: block;
    margin: 30px auto;
    padding: 10px;
    border-radius: 20px;
    background: #d5d5d5fa;
}
.page_content{
    color: #222222;
}
.page_content li{
    margin: 10px 0px;
}
.page_content h3, .page_content h2, .page_content h4, .page_content h5{
    margin-bottom: 15px;
    margin-top: 30px;
}
.page_content .title h4{
    background-color: #fff !important;
}
/* Footer */

/* Product-page */

.product-page .sec-1 {
    margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.product-page .product-about-parent {
    padding: 1.5rem 2rem;
    background-color: #fafafa;
    border-radius: 25px;
    box-shadow: 0 0 7px -2px rgba(0,0,0,0.1);
    position: relative;
}
.product-page .product-about-parent .product-about-bg {
    position: absolute;
    left: 0;
    padding: 0;
    top: 0;
}
.product-page .product-about-parent .product-about-bg img{
    width: 100%;
}
.product-page .product-about-parent .breadcrumb h6 {
    font-size: 0.9rem;
}
.product-page .product-about-parent .product-about h1 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #000;
    position: relative;
}
.product-page .product-about-parent .product-about h1::before {
    content: " ";
    display: block;
    position: absolute;
    width: 80px;
    height: 18px;
    background-color: #ce181e;
    right: -85px;
    top: 6px;
    border-radius: 15px;
}
.product-page .product-about-parent .product-about h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #000;
}
.product-page .product-about-parent .product-about h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #424242;
}
.product-page .product-about-parent .product-about .product-feuture {
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
}
.product-page .product-about-parent .product-about .product-feuture li {
    width: max-content;
    text-align: center;
    padding: 0.5rem;
    margin: 0;
}
.product-page .product-about-parent .product-about .product-feuture a {
    display: block;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    width: max-content;
    margin: 0 auto;
}
.product-page .product-about-parent .product-about .product-feuture a svg {
    display: block;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    position: relative;
    transition: all 0.35s ease-in-out;
    margin: 0.5rem auto 0 auto;
    object-fit: contain;
    fill: #858585;
}
.product-page .product-about-parent .product-about .product-feuture img {
    width: 70px;
    object-fit: contain;
    height: 60px;
}
.product-page .product-about-parent .product-about .product-feuture .title {
    margin-top: 0.5rem;
    font-size: 0.8rem;
}
.product-page .product-about-img {
    position: relative;
    z-index: 1;
}
.pAboutImg{
    max-height: 100%;
    object-fit: contain;
}
.post-type-archive-products .project-card img{
    object-fit: contain;
}
.product-page .product-about-img img {
    width: 100%;
    min-height: 200px;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}
.product-page .product-details p {
    text-align: justify;
    line-height: 2;
    margin-top: 1rem;
}
.product-page .sec-2 {
  margin-top: 1rem !important;
  margin-bottom: 2rem !important;
}
.product-page .product-sec-2-bg-parent {
    position: absolute;
    left: 0;
    margin: 0;
    margin-top: 0px;
    margin-top: -23rem;
    z-index: -2;
}
.product-page .product-sec-2-bg-parent .product-sec-2-bg {
    width: 500px;
	margin-right: auto;
}
.product-page .sec-4 .title-bg {
    margin-bottom: -1.5rem;
}
.product-page .sec-4 .title h2, .product-page .title h4 {
    display: inline-block;
    background-color: #f8f8f8;
    margin: 0 auto;
    padding: 0 1rem;
}
.product-page .product-property-bordered {
/*     border: 2px solid #fae7e8; */
	border: 2px solid #ce181e33;
    margin-top: -4rem;
    padding: 2rem 2.5rem;
    border-radius: 25px;
}
.product-page .product-property-parent {
    background-color: #ffffff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    border-radius: 25px;
    padding: 2rem 0;
}
.product-page .product-property-parent .product-property .product-property-item {
    display: flex;
    border-radius: 35px;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    align-items: center;
    margin: 0.75rem 0;
    background: linear-gradient(90deg, rgba(128,63,66,1) 0%, rgba(91,82,82,1) 50%, rgba(85,85,85,1) 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    transition: all 1.2s ease-in-out;
    position: relative;
    animation: Property-Animation 4s ease-in-out infinite;
}
@-webkit-keyframes Property-Animation {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 60% 0%;
    }
    100% {
        background-position: 0% 0;
    }
}
.product-page .sec-3 {
    overflow: hidden;
}
.product-page .product-property-parent .product-property .product-property-item img {
    width: 22px;
    height: auto;
    object-fit: contain;
    display: block;
}
.product-page .product-property-parent .product-property .product-property-item h5 {
    margin: 0;
    font-size: 1rem;
    width: 100%;
    padding-right: 1rem;
    color: #fff;
}
.product-page .sec-4 {
	margin-top : 2rem !important;
	margin-bottom : 1rem !important;
}
.product-page .sec-5 {
	margin-top : 3rem !important;
	margin-bottom : 1rem !important;
}
.contact-us-form .form-outline label.form-label{
    color: #888888 !important;
}
.product-page .sec-5 .contact-us-bg img {
    width: 100%;
    height: 360px;
    filter: brightness(25%);
	object-fit: cover;
}
.product-page .sec-5 .contact-us-form {
    width: max-content;
    height: max-content;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.ov-hidden{
    overflow: hidden !important;
}
.contact-us-form .wpcf7-form-control:not(.wpcf7-submit){
    color: #444444;
    border-color: #c0c0c0;
    
}
.contact-us-form label{
    color: #444444;
}
.product-page .sec-5 .contact-us-form h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #b72626;
    margin-bottom: 0.8rem;
}
.product-page .sec-5 .contact-us-form h4 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #888;
    margin-top: 0.8rem;
}
.wpcf7-form-control {
    width: 100%;
    font-family: "iranSans";
    padding: 0.4rem 0.5rem;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: transparent;
    outline: 0;
    color: #fff;
    font-size: 1rem;
    transition: 0.15s ease-in-out;
    margin: 0;
}
.wpcf7-form-control:Focus {
    border: 2px solid #ce181e;
    color: #ce181e;
    box-shadow: none;
}
.product-page .sec-6 {
    margin-top: 2rem !important;
	margin-bottom : 2rem !important;
}
.product-page .sec-6 .technical-table {
    scrollbar-color: #ce181e #e8e8e8;
    scrollbar-width: thin;
}
.product-page .sec-6 .technical-table .table-container .table {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-radius: 25px;
}
.product-page .sec-6 .technical-table .table-container .table thead tr {
    border: none;

}
.product-page .sec-6 .technical-table .table-container .table thead tr th{
    border: none;
    outline: none;
    background: linear-gradient(to bottom, rgb(85, 85, 85) 0%, rgb(91, 82, 82) 60%, rgb(128, 63, 66) 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    vertical-align: middle;
    color: #fff;
    border-color: #000 !important;
    border-width: 2px !important;
    padding: 0.75rem;
}   
.product-page .sec-6 .technical-table .table-container .table thead {
    border-bottom: 2px solid #000;
}
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(3),
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(4) {
    background: linear-gradient(to bottom, rgb(85, 85, 85) 0%, rgb(91, 82, 82) 100%);
}
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(2) th{
    background: linear-gradient(to bottom, rgb(91, 82, 82) 10%, rgb(128, 63, 66) 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
}
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(1),
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(2),
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(3),
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(4),
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(2) th:nth-child(3),
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(2) th:nth-child(5) {
    border-left: 1px solid;
}
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(1){
    border-top-right-radius: 20px;
}
.product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(5){
    border-top-left-radius: 20px;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr td {
    background-color: #f7f7f7;
    border-color: #000 !important;
    border-width: 2px !important;
    border-bottom: none !important;
    border-top: none !important;
    transition: 0.2s ease-in-out;
    vertical-align: middle;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr:last-of-type td:first-child {
    border-bottom-right-radius: 25px;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr:last-of-type td:last-child {
    border-bottom-left-radius: 25px;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr:hover td {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: #ce181e;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr:hover td:first-child {
    border-bottom-right-radius: 20px;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr:hover td:last-child {
    border-bottom-left-radius: 20px;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr:nth-of-type(1),
.product-page .sec-6 .technical-table .table-container .table tbody tr:nth-of-type(2),
.product-page .sec-6 .technical-table .table-container .table tbody tr:nth-of-type(3),
.product-page .sec-6 .technical-table .table-container .table tbody tr:nth-of-type(4) {
    border-top: none;
    border-bottom: none;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr td:nth-of-type(1) {
    border-right: none;
}
.product-page .sec-6 .technical-table .table-container .table tbody tr td:nth-of-type(8) {
    border-left: none;
}
table, th, td, tr {
	font-family: "iranSans";
	border-collapse: collapse;
	text-align: center;
	font-weight: bold !important;
	font-size: 1.15rem !important;
	border-top: none;
	border-bottom: none;
}

/* Product-page */

/* Agency-page */
.agency-page .sec-1 {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.agency-page .sec-1 .header-bg {
    width: 100%;
    filter: brightness(60%);
    height: 100%;
    min-height: 300px;
    max-height: 500px;
    object-position: top;
    object-fit: cover;
}
.agency-page .sec-1 .layer-bg-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
}
.agency-page .sec-1 .layer-bg-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
}
.agency-page .sec-1 .agency-header-content {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.agency-page .sec-1 .agency-header-content img {
    width: 130px;
}
.agency-page .sec-1 .agency-header-content a {
    margin: 0.5rem 1rem;
    transition: 0.2s ease-in-out;
}
.agency-page .sec-1 .agency-header-content a:hover i {
    color: #ce181e;
}
.agency-page .sec-1 .agency-header-content a i {
    transition: 0.2s ease-in-out;
}
.agency-page .sec-1 .agency-header-content a i {
    font-size: 1.7rem;
    color: #fff;
}
.agency-page .sec-1 .agency-header-content h3, .agency-page .sec-1 .agency-header-content h4,
.agency-page .sec-1 .agency-header-content h5 {
    color: #fff;
}
.agency-page .sec-2 {
    margin-top: 0;
}
.agency-page .sec-2 .agency-form-parent {
    margin-top: -9rem;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 1.5rem 4rem;
}
.agency-page .sec-2 .agency-form-parent hr.big {
    height: 5px !important;
}
.agency-page .sec-2 .agency-form-parent .form-outline .form-control ~ .form-label {
    font-size: 0.9rem;
}
.agency-page .sec-2 .agency-form-parent .form-outline .form-control {
    color: #000 !important;
}
.agency-page .sec-2 .agency-form-parent .form-outline .form-control ~ .form-label {
    color: #757575 !important;
    padding: 0.5rem 0 !important;
}
.agency-page .sec-2 .agency-form-parent .form-outline .form-control:focus ~ .form-label {
    color: #ce181e !important;
}
.agency-page .sec-2 .agency-form-parent .wpcf7-form-control {
    border: 1.5px solid #bdbdbd;
    color: #757575;
    font-size: 0.9rem;
    padding-right: 1.5rem;
}
.wpcf7-textarea{
    max-height: 150px;
}
.agency-page .sec-2 .agency-form-parent .wpcf7-form-control option {
    font-size: 0.8rem;
}
.agency-page .sec-2 .agency-form-parent .wpcf7-form-control:focus {
    border: 1.5px solid #ce181e;
    color: #ce181e;
}
.agency-page .sec-2 .agency-form-parent .upload-file-parent h5 {
    color: #000;
    font-size: 1rem;
    margin: 0;
}
.agency-page .sec-2 .agency-form-parent .upload-file-parent h6 {
    color: #757575;
    font-size: 0.9rem;
    margin: 0;
}

/* Agency-page */

/* Blog-page */
.blog-page .sec-1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.blog-page .sec-1 .blog-card-parent {
    padding: 1rem 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}
.blog-page .sec-1 .blog-card-parent img {
    width: 100%;
    border-radius: 25px;
    filter: brightness(60%);
    transition: all 0.2s ease-in-out;
	min-height: 240px;
	object-fit: cover;
}
.blog-page .sec-1 .blog-card-parent .blog-card-text {
    padding: 0.5rem;
}
.blog-page .sec-1 .blog-card-parent .blog-card-text h1 {
    position: relative;
    font-size: 1.5rem;
    margin: 0;
    padding-right: 2.5rem;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
.blog-page .sec-1 .blog-card-parent .blog-card-text h1::before {
    content: " ";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ce181e;
    right: 10px;
}
.blog-page .sec-1 .blog-card-parent .blog-card-text p {
    margin: 0;
    margin-top: 1rem;
    text-align: justify;
    line-height: 2;
    color: #757575;
    font-size: 0.95rem;
}
.blog-page .sec-1 .blog-card-parent .blog-card-text .blog-card-btn {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
.blog-page .sec-1 .blog-card-parent .blog-card-text .blog-card-btn i {
    color: #ce181e;
}
.blog-page .sec-1 .blog-card-parent .blog-card-text .blog-card-btn h6 {
    padding: 0 0.5rem;
    margin: 0;
    color: #757575;
    transition: all 0.2s ease-in-out;
}
.blog-page .sec-1 .blog-card-parent:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.blog-page .sec-1 .blog-card-parent:hover img {
    filter: brightness(100%);
}
.blog-page .sec-1 .blog-card-parent:hover .blog-card-btn h6 {
    color: #ce181e;
}
.blog-page .sec-2 .pagination {
    display: flex;
    justify-content: center;
    direction: ltr;
}
.blog-page .sec-2 .pagination .page-link {
    border-radius: 7px !important;
    color: #000 !important;
}
.blog-page .sec-2 .pagination .page-link:hover {
    color: #fff !important;
}
.blog-page .sec-2 .pagination .page-link:hover {
    background-color: #ce181e !important;
    border-color: #ce181e !important;
}
.playIcon{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -60%);
    opacity: 0.5;
    cursor: pointer;
}
.mejs-overlay-button{
    display: none;
}
.mejs-container, video{
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
}
video:hover, .mejs-container:hover{
    box-shadow: 0px 0px 20px 0px #00000096;
}
.homeVideo{
}
/* Blog-page */

/* Single-Blog-page */

.single-blog-page .sec-1 {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.single-blog-page.postid-358 .wp-block-table td, .single-blog-page.postid-358 .wp-block-table th {
	border: none !important;
}
.wp-block-cover{
    border-radius: 15px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.wp-block-cover .wp-block-cover__inner-container p{
    text-align: center !important;
}
.wp-block-cover .wp-block-cover__inner-container{
    width: 80%;
}
.single-blog-page .sec-1 img.header {
    width: 100%;
    height: 550px;
    filter: brightness(80%);
	object-fit: cover;
    object-position: top;
}
.single-blog-page .sec-1 .bg-layer {
    position: absolute;
    left: 0;
    padding: 0 !important;
    bottom: -22rem;
    width: 450px;
}
.single-blog-page .sec-1 .bg-layer img {
    width: 100%;
}
.single-blog-page .sec-2 {
    margin-top: -9rem;
    margin-bottom: 0rem;
    position: relative;
    overflow: hidden;
}
.single-blog-page .sec-2 .single-blog-title {
    background-color: #fff;
    padding: 1.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.single-blog-page .sec-2 .single-blog-title h1 {
    font-size: 1.5rem;
    margin: 0;
}
.single-blog-page .sec-2 .single-blog-content {
    background-color: #fff;
    padding: 3rem 6rem;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.single-blog-page .sec-2 .single-blog-content p {
    line-height: 2.1;
    text-align: justify;
}
.single-blog-page .sec-2 .single-blog-content h2 {
    font-size: 1.5rem;
    position: relative;
    margin: 0;
    padding-right: 0.5rem;
    margin: 1.5rem -3rem 1.5rem 0;
}
.single-blog-page .sec-2 .single-blog-content h2::before {
    content: " ";
    display: block;
    position: absolute;
    width: 80px;
    height: 18px;
    background-color: #ce181e;
    right: -85px;
    top: 6px;
    border-radius: 15px;
}
.single-blog-page .sec-2 .single-blog-content .blog-img-parent {
    width: 100%;
    border-radius: 15px;
}
.single-blog-page .sec-2 .single-blog-content .blog-img-parent img {
    width: 100%;
    border-radius: 15px;
}  
.single-blog-page .sec-3 {
    margin-top: -6rem !important;
    margin-bottom: 0rem !important;
}
.single-blog-page .sec-3 .comment-parent {
    transition: all 0.2s ease-in-out;
}
.single-blog-page .sec-3 .comment-parent .comment-title {
    background-color: #ce181e;
    text-align: center;
    border-radius: 20px;
    padding: 5rem 0.75rem 1.5rem 0.75rem;
}
.single-blog-page .sec-3 .comment-parent .comment-title h4 {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent {
    background-color: #fbfbfb;
    border-radius: 15px;
    padding: 1rem 0.75rem 0 0.75rem;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
.comment-content-parent-hover:hover .comment-content-parent:not(:hover) {
    filter: blur(3px);
}
.comment-content-parent:hover {
    transform: scale(1.05);
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .user-comment {
    padding: 1rem;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .user-comment .info h6 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #858585;
    margin: 0;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .user-comment .info p {
    font-size: 1rem;
    color: #858585;
    text-align: center;
    margin: 0;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .user-comment .info p span {
    color: #cacaca;
    font-size: 1.4rem;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .user-comment .comment  p {
    font-size: 1rem;
    color: #000;
    text-align: justify;
    margin: 0;
    padding-right: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .user-comment .comment p::before {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ce181e;
    right: 0;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .admin-comment {
    background-color: #f3f3f3;
    padding: 1rem 1.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .admin-comment .admin-logo-parent {
    background-color: #ce181e;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .admin-comment .admin-logo-parent img {
    width: 100%;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .admin-comment h6 {
    padding-right: 1rem;
    color: #000;
    font-weight: bold;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .admin-comment p {
    margin: 0;
    color: #000;
    font-size: 1rem;
    text-align: justify;
}
.single-blog-page .sec-3 .comment-parent .comment-content-parent .admin-comment-before::before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    border-radius: 30px;
    left: 0;
}
.single-blog-page .sec-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.blog-send-comment {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}
.blog-send-comment h5 {
    color: #000;
    font-weight: bold;
    text-align: center;
}
#reply-title{
    color: #000;
    font-size: 1rem;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
}
#reply-title > a{
    color: #858585;
    margin-right: 5px;
    
}
#cancel-comment-reply-link{
    color: #ce181e;
    font-size: 1rem;
    float: left;
    margin-left: 10px;
}
.blog-send-comment .wpcf7-form-control {
    color: #858585 !important;
}
.blog-send-comment .wpcf7-form-control:focus {
    color: #000 !important;
}
.blog-send-comment .form-outline .form-control ~ .form-label {
    color: #858585 !important;
}
.blog-send-comment .form-outline .form-control:focus ~ .form-label {
    color: #ce181e !important;
}
.blog-send-comment .form-outline .form-control {
    color: #000 !important;
}
.wpcf7-textarea {
    border-radius: 20px !important;
    border: 1px solid #aeaeae;
}
.single-blog-page .sec-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
/* Single-Blog-page */

/* Contact-Us-page */

.contact-us-page .sec-1 {
    margin-top: 1rem !important;
    margin-bottom: 0rem !important;
}
.contact-us-page .sec-1 .mapouter {
    position: relative;
    text-align: center;
    height: 350px;
    width: 100%;
    border-radius: 30px;
}
.contact-us-page .sec-1 .mapouter .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 350px;
    width: 100%;
    border-radius: 30px;
}
.contact-us-page .sec-1 .mapouter .gmap_canvas iframe{
    width: 100%;
    border-radius: 30px;
}
.contact-us-page .sec-1 .blog-send-comment {
    margin-top: -7rem;
    z-index: 2;
    position: relative;
}
.contact-us-page .sec-1 .contact-us-info {
    padding: 1.5rem 1rem 1rem 1rem;
}
.contact-us-page .sec-1 .contact-us-info p {
    margin: 0;
    font-size: 0.9rem;
    padding-right: 1rem;
    text-align: justify;
    color: #000;
    transition: 0.2s ease-in-out;
}
.contact-us-page .sec-1 .contact-us-info h6 {
    margin: 0;
    font-size: 0.9rem;
    padding-right: 1rem;
    color: #000;
    transition: 0.2s ease-in-out;
    font-weight: normal;
}
.contact-us-page .sec-1 .contact-us-info i {
    font-size: 1.5rem;
    color: #ce181e;
    width: 20px;
    height: 20px;
}
.contact-us-page .sec-1 .contact-us-info a {
    text-decoration: none;
    color: #000;
    transition: 0.2s ease-in-out;
}
.contact-us-page .sec-1 .contact-us-info a:hover h6 {
    color: #ce181e;
} 
.contact-us-page .sec-2 p {
    margin: 0;
    text-align: justify;
    text-align-last: center;
    line-height: 2.2;
}
.contact-us-page .sec-3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.contact-us-page .sec-3 .contact-us-bg-parent-right {
    position: absolute;
    right: 0;
    width: 500px;
    top: -4rem;
}
.contact-us-page .sec-3 .contact-us-bg-parent-right img {
    width: 100%;
}
.contact-us-page .sec-3 .contact-us-bg-parent-left {
    position: absolute;
    left: 0;
    width: 500px;
    bottom: 4rem;
}
.contact-us-page .sec-3 .contact-us-bg-parent-left img {
    width: 100%;
}
.team-slider .carousel-control-next, .team-slider .carousel-control-prev {
    bottom: 12rem !important;
}
.team-slider .carousel-control-next {
    right: -4rem !important;
    left: auto;
}
.team-slider .carousel-control-prev {
    left: -4rem !important;
    right: auto;
}
.team-slider .slider-next-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.team-slider .slider-prev-icon {
    width: 2rem !important;
    height: 2rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.team-slider .single-team-parent {
    transition: 0.2s ease-in-out;
    padding: 5rem 2.5rem 1rem 2.5rem;
}
.team-slider .single-team-parent img {
    border-radius: 50px;
    width: 100%;
    padding: 0;
    filter: brightness(60%);
    transition: 0.2s ease-in-out;
}
.team-slider .single-team-parent:hover img {
    filter: brightness(100%);
}
.team-slider .slick-center .single-team-parent {
    transform: scale(1.3) translateY(-25px);
}
.team-slider .slick-center .single-team-parent img {
    filter: brightness(100%);
}
.team-slider .slick-center .team-info {
    visibility: visible;
    opacity: 1;
}
.team-slider .slick-list {
    padding-bottom: 3rem !important;
}
.team-slider .team-info {
    position: relative;
    display: block;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    margin: 1rem -5rem;
}
.team-slider .team-info h3 {
    margin: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}
.team-slider .team-info h4 {
    margin: 0.5rem 0;
    font-size: 1.3rem;
    color: #ce181e;
}
.team-slider .team-info h5 {
    margin: 0.5rem 0;
    font-size: 1.3rem;
    color: #000;
}
.team-slider .team-info p {
    margin: 0.5rem 0;
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
    color: #757575;
    position: relative;
    text-align: justify;
    text-align-last: center;
}
.team-slider .team-info p::before {
    content: " ";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ce181e;
    right: -10px;
    top: 40px;
}
.team-slider .team-info p::after {
    content: " ";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ce181e;
    left: -10px;
    top: 40px;
}
.contact-us-page .sec-4 {
    margin-top: 0rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
.contact-us-page .sec-4 img.contact-img {
    width: 100%;
    filter: brightness(60%);
    border-radius: 20px;
    min-height: 200px;
	object-fit: cover;
}
.contact-us-page .sec-4 .attributes {
    padding: 0.5rem 0.5rem 2rem 0.5rem;
}
.contact-us-page .sec-4 .attributes .attributes-img-parent  {
    padding: 1rem;
    width: max-content;
    margin: 0 auto;
}
.contact-us-page .sec-4 .attributes img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.contact-us-page .sec-4 .attributes h4 {
    margin: 0;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ce181e;
}
.contact-us-page .sec-4 .attributes p {
    margin: 0;
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #000;
    text-align: justify;
    text-align-last: center;
}
/* Contact-Us-page */

/* Projects-page */

.projects-page .sec-1 {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.projects-page .sec-1 img {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    border-radius: 30px;
    filter: brightness(40%);
}
.projects-page .sec-1 .projects-header-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}
.projects-page .sec-1 .projects-header-title h1 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
}
.projects-page .sec-2 {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.projects-page .sec-3 {
    margin-top: 3rem !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.projects-page .sec-3 .menu-project {
    padding: 0.5rem;
}
.projects-page .sec-3 .menu-project h3 {
    margin: 0.5rem 0 1.5rem 0;
    color: #000;
    text-align: center;
    font-size: 1.7rem;
}
.projects-page .sec-3 .menu-project ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1rem;
}
.projects-page .sec-3 .menu-project ul li {
    width: 100%;
    margin: 0.25rem 0;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 2.5rem 0.5rem 0.5rem;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
}
.projects-page .sec-3 .menu-project ul li::before {
    content: " ";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ce181e;
    right: 10px;
}
.projects-page .sec-3 .menu-project ul li:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.projects-page .sec-3 .menu-project ul li:hover .title {
    color: #ce181e;
}
.projects-page .sec-3 .menu-project ul li:hover img {
    filter: invert(24%) sepia(72%) saturate(6745%) brightness(82%);
}
.projects-page .sec-3 .menu-project ul li.active {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.projects-page .sec-3 .menu-project ul li.active .title {
    color: #ce181e;
}
.projects-page .sec-3 .menu-project ul li.active img {
    filter: invert(24%) sepia(72%) saturate(6745%) brightness(82%);
}
.projects-page .sec-3 .menu-project ul li a img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}
.projects-page .sec-3 .menu-project ul li a svg {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
    fill: #858585;
}
.projects-page .sec-3 .menu-project ul li:hover a svg {
    fill: #ce181e;
}
.projects-page .sec-3 .menu-project ul li.active a svg {
    fill: #ce181e;
}
.projects-page .sec-3 .menu-project ul li a .title {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000;
    transition: all 0.2s ease-in-out;
    font-size: 0.9rem;
}
.projects-page .sec-3 .single-project-info .single-project-title {
    padding: 0 1.5rem;
}
.projects-page .sec-3 .single-project-info .single-project-title img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.projects-page .sec-3 .single-project-info .single-project-title svg {
    width: 55px;
    height: 55px;
    object-fit: contain;
    fill: #858585;
}
.projects-page .sec-3 .single-project-info .single-project-title h2 {
    display: inline-block;
    padding-right: 1rem;
    font-size: 1.7rem;
    color: #ce181e;
}
.projects-page .sec-3 .single-project-info p {
    margin: 0;
    font-size: 1rem;
    line-height: 2.1;
    text-align: justify;
}

.comment-reply > a{
    color: #000;
    transition: 0.2s ease;
    font-size: .9rem;
}
.comment-reply > i{
    vertical-align: middle;
    transition: 0.2s ease;
    font-size: .9rem;
    color: #000;
    margin-left: 5px;
}
.comment-reply:hover > a,
.comment-reply:hover > i {
    color: #ce181e;
}
/* Projects-page */
.main-page .lb-nav a.lb-next , .main-page .lb-nav a.lb-prev {
	opacity: 0.6;
}
.main-page .lb-nav a.lb-next:hover , .main-page .lb-nav a.lb-prev:hover {
	opacity: 1;
}
/* Warranty-page */
.main-page .warranty-page .sec-2 .content-parent {
    background-color: #fff;
    margin-top: -4rem;
    position: relative;
    padding: 2rem 3rem;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.main-page .warranty-page .sec-2 .content-parent p {
    text-align: justify;
}

.page_content table td, .page_content table th{
    border: 1px solid #bebcbc;
    padding: 10px 10px;
    font-size: 14px !important;
}
.page_content table td{
    font-weight: normal;
}
.page_content table th{
    font-weight: bold;
    background: #ce181e;
    color: #fff !important;
    padding: 15px 10px;
}
.page_content table{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px #00000045;
    border: 1px solid #000;
    margin: 20px 0px;
}

/* Warranty-page */

/* Services-page */
.main-page .services-page .sec-2 .content-parent {
    background-color: #fff;
    margin-top: -4rem;
    position: relative;
    padding: 2rem 3rem;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.main-page .services-page .sec-2 .content-parent p {
    text-align: justify;
}

/* Services-page */
.contact-map{
	display: block;
}
.contact-map > img{
	object-fit: cover;
}
.home-page-header-slider .slick-list{
    overflow: hidden;
}

/* html .single-post :where(img[class*="wp-image-"]){
	max-width: unset;
} */
/* LTR Style */
/* *:lang(en-US) {
	direction: ltr !important;
} */
*:lang(en-US) .submenu-products .submenu-products-inner > li {
	border: none;
}
*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(1),
*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(2),
*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(3) {
    border-bottom: 1px solid #cacaca;
}
*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(2),
*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(3),
*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(5),
*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(6) {
    border-left: 1px solid #cacaca;
}
*:lang(en-US) .product-feutures-btn i {
	transform: rotate(-180deg);
}
*:lang(en-US) .project-card .project-card-info {
	padding: 1rem 1rem 0.5rem 2rem;
}
*:lang(en-US) .project-card .project-card-info .before::before {
	right: auto;
	left: 10px;
}
*:lang(en-US) .project-card .location {
	padding-right: 0;
	padding-left: 2rem;
}
*:lang(en-US) .project-card i {
	right: auto;
	left: 9px;
}
*:lang(en-US) .accordion-button::after {
	right: 25px;
	left: auto;
}
/* *:lang(en-US) .wpcf7-form .btn-submit::before {
	right: auto;
	left: 0.5rem;
	transform: rotate(-180deg);
} */
*:lang(en-US) .text-start {
	text-align: left !important;
}
*:lang(en-US) .text-end {
	text-align: right !important;
}
*:lang(en-US) .footer .footer-body .footer-right-box .footer-items i {
	padding-left: 0;
	padding-right: 0.5rem;
}
*:lang(en-US) .adminActions {
	right: auto;
	left: 35px;
}
*:lang(en-US) .adminButtons .title {
	right: auto;
	left: 50px;
	width: auto;
	white-space: nowrap;
	padding: 0.6rem 1.25rem;
}
*:lang(en-US) .sec-4 .sec-4-bg-parent {
	margin: -17rem 0 0 0;
}
*:lang(en-US) .sec-4 .sec-4-bg-parent .sec-4-bg img {
	transform: rotateY(180deg);
}
*:lang(en-US) .sec-6 .sec-6-bg-parent .sec-6-bg img {
	transform: rotateY(180deg);
}
*:lang(en-US) .adminToggle {
	right: auto;
	left: 0;
}
*:lang(en-US) .adminActions .top {
	right: auto;
	left: -15px;
}
*:lang(en-US) .adminActions .bottom {
	right: auto;
	left: -15px;
}
*:lang(en-US) .product-page .product-about-parent .product-about-bg {
	right: 0;
	left: auto;
}
*:lang(en-US) .product-page .product-about-parent .product-about-bg img {
	transform: rotatey(180deg);
}
*:lang(en-US) .product-page .product-about-parent .product-about h1::before {
	right: auto;
	left: -85px;
}
*:lang(en-US) .product-page .product-sec-2-bg-parent {
	right: 0;
	left: auto;
}
*:lang(en-US) .product-page .product-sec-2-bg-parent .product-sec-2-bg img {
	transform: rotateY(180deg);
}
*:lang(en-US) .product-page .product-property-parent .product-property .product-property-item h5 {
	padding-right: 0;
	padding-left: 1rem;
}
*:lang(en-US) .single-product-parent .product-btn-parent .product-btn {
	flex-direction: row-reverse;
}
*:lang(en-US) .single-product-parent .product-btn-parent .product-btn i {
	transform: rotate(-180deg);
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(1) {
	border-top-right-radius: 0;
	border-top-left-radius: 20px;
	border-left: none;
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(1),
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(2),
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(3),
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(4),
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(2) th:nth-child(3),
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(2) th:nth-child(5) {
	border-right: 1px solid;
	border-left: none;
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table thead tr:nth-of-type(1) th:nth-child(5) {
	border-top-right-radius: 20px;
	border-top-left-radius: 0;
	border-right: none;
	border-left: 1px solid;
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table tbody tr td:nth-of-type(1) {
	border-left: none;
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table tbody tr td:nth-of-type(8) {
	border-right: none;
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table tbody tr:last-of-type td:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 25px;
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table tbody tr:last-of-type td:first-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 25px;
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table tbody tr:hover td:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 20px;
}
*:lang(en-US) .product-page .sec-6 .technical-table .table-container .table tbody tr:hover td:first-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
}
*:lang(en-US) .projects-page .sec-3 .menu-project ul li {
	padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
*:lang(en-US) .projects-page .sec-3 .menu-project ul li::before {
	right: auto;
	left: 10px;
}
*:lang(en-US) .blog-page .sec-1 .blog-card-parent .blog-card-text .blog-card-btn i {
	transform: rotate(-180deg);
}
*:lang(en-US) .blog-page .sec-1 .blog-card-parent .blog-card-text h1 {
	padding-right: 0;
	padding-left: 2.5rem;
}
*:lang(en-US) .blog-page .sec-1 .blog-card-parent .blog-card-text h1::before {
	right: auto;
	left: 10px;
}
*:lang(en-US) .single-blog-card .single-blog-card-btn i {
	transform: rotateY(-180deg);
}
*:lang(en-US) .blog-slider .single-blog-card .single-blog-card-btn {
	flex-direction: row-reverse;
}
*:lang(en-US) .single-blog-card .single-blog-card-info {
	padding: 1rem 1rem 0rem 2rem;
	justify-content: left;
}
*:lang(en-US) .single-blog-card .single-blog-card-info .before h2::before {
	right: auto;
	left: 15px;
}
*:lang(en-US) .single-blog-card p {
	direction: ltr;
}
*:lang(en-US) .contact-us-page .sec-1 .contact-us-info h6 {
	padding-right: 0;
	padding-left: 1rem;
}
*:lang(en-US) .contact-us-page .sec-1 .contact-us-info p {
	padding-right: 0;
	padding-left: 1rem;
}
*:lang(en-US) .projects-page .sec-3 .menu-project h3 {
	text-align: left;
}
*:lang(en-US) .form-outline .form-control ~ .form-notch {
	direction: ltr;
}
*:lang(en-US) .form-outline .form-control ~ .form-notch .form-notch-leading {
	border-radius: 20px 0px 0px 20px !important;
	border-left: 1px solid #bdbdbd;
	border-right: none;
}
*:lang(en-US) .form-outline .form-control ~ .form-notch .form-notch-trailing {
	border-radius: 0px 20px 20px 0px !important;
	border-right: 1px solid #bdbdbd;
	border-left: none;
}
*:lang(en-US) .form-outline .form-control ~ .form-label {
	margin-left: 0 !important;
	margin-right: 0;
	right: auto;
}
*:lang(en-US) .form-outline .form-control:focus ~ .form-label {
	margin-left: 12px !important;
}
*:lang(en-US) .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
	border-right: none !important;
	border-left: .125rem solid #ce181e !important;
	box-shadow: none !important;
}
*:lang(en-US) .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
	border-left: none !important;
	border-right: .125rem solid #ce181e !important;
	box-shadow: none !important;
}
*:lang(en-US) .form-outline .form-control:focus ~ .form-notch .form-notch-middle {
	box-shadow: none !important;
	border-top: 1px solid transparent !important;
	border-bottom: 2px solid #ce181e !important;

}
*:lang(en-US) .agency-page .sec-2 .agency-form-parent .wpcf7-form-control {
	padding-left: 0.6rem;
	direction: ltr;
}
*:lang(en-US) .agency-page .sec-2 .upload-file-parent {
	flex-direction: row-reverse;
}
*:lang(en-US) .single-blog-page .sec-1 .bg-layer {
	left: auto;
	right: 0;
}
*:lang(en-US) .single-blog-page .sec-1 .bg-layer img {
	transform: rotateY(-180deg); 
}
*:lang(en-US) .single-blog-page .sec-2 .single-blog-content h2 {
	margin: 1.5rem 0rem 1.5rem -3rem;
	padding-left: 0.5rem;
	padding-right: 0;
}
*:lang(en-US) .single-blog-page .sec-2 .single-blog-content h2::before {
	right: auto;
	left: -85px;
}
*:lang(en-US) 
.single-blog-page .sec-3 .comment-parent .comment-content-parent .admin-comment-before::before {
	right: 0;
	left: auto;
	
}
*:lang(en-US) .single-blog-page .sec-3 .comment-parent .comment-content-parent .admin-comment h6 {
	padding-left: 1rem;
	padding-right: 0;
}
*:lang(en-US) .single-blog-page .sec-3 .comment-parent .comment-content-parent .user-comment .comment p {
	padding-right: 0;
	padding-left: 1.5rem;
}
*:lang(en-US) .single-blog-page .sec-3 .comment-parent .comment-content-parent .user-comment .comment p::before {
	right: auto;
	left: 0;
}
*:lang(en-US) .footer .footer-body .footer-right-box .footer-items a {
	direction: rtl;
}
*:lang(en-US) .btn-submit i {
	transform: rotateY(-180deg);
}
*:lang(en-US) .wpcf7-form-control {
	direction: ltr;
}
*:lang(en-US) .single-blog-card .single-blog-card-info li h3, *:lang(en-US) .single-blog-card .single-blog-card-info li h2 {
	text-align: left;
}
/* *:lang(en-US) .wpcf7-form .btn-submit > span {
  position: absolute;
  left: auto;
  background-color: #991015;
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.6);
  width: 24px !important;
  right: -14px;
} */
@font-face {
    font-family: "Poppins";
    font-weight: normal;
    src: url(./css/fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: "Poppins";
    font-weight: bold;
    src: url(./css/fonts/Poppins-Bold.ttf);
}
*:lang(en-US) *:not(.fa) {
	font-family: "Poppins";
}
*:lang(en-US) body , *:lang(en-US) html {
	font-family: "Poppins";
}
*:lang(en-US) .accordion-body {
	padding-right: 1.5rem;
	padding-left: 2.5rem;
}
*:lang(en-US) .accordion-body::before {
	right: auto;
	left: 20px;
}
*:lang(en-US) .accordion-header span {
	font-size: 1.1rem !important;
	padding-right: 2.5rem;
}
*:lang(en-US) .navbar-nav .nav-item {
	font-size: 0.8rem;
}
*:lang(en-US) .btn-submit-parent {
	box-shadow: none !important;
	background-color: transparent !important;
	top: 3px;
}
*:lang(en-US) .header .location {
	justify-content: start !important;
}
*:lang(en-US) .single-product-parent .single-product h4 {
	padding: 0 0.5rem 0.5rem 0.5rem;
	
}
*:lang(en-US) .myAlert {
	text-align: start !important;
	direction: ltr;
}
*:lang(en-US) .agency-page .sec-1 .agency-header-content {
	top: 10%;
}
*:lang(en-US) .sec-4 .sec-4-bg-parent .sec-4-bg {
	margin-right: auto;
	margin-left: 0;
}
*:lang(en-US) .sec-6 .sec-6-bg-parent .sec-6-bg {
	margin-left: auto;
	margin-right: 0;
}
*:lang(en-US) .product-page .product-sec-2-bg-parent .product-sec-2-bg {
	margin-left: auto;
	margin-right: 0;
}
*:lang(en-US) .footer-call-form {
	direction: ltr;
}
*:lang(en-US) .req-counseling {
	direction: ltr;
}
/* LTR Style */
.pdp-default{
	margin-top: -2.5rem;
}



/*----------------------------------------------------------------------------------------------------------
>>> Media Queries
------------------------------------------------------------------------------------------------------------
/* min width 1920px
--------------------------------------------- */
@media only screen and (min-width:1920px){
	.main-page .header .header-slider-parent .product-info {
        margin: 11rem auto 0 auto;
    }
}
/* min width 1600px
--------------------------------------------- */
@media only screen and (min-width:1600px){
    .main-page .header .header-slider-parent .product-info {
        margin: 1.5rem auto 0 auto;
    }
}
/* Max width 1420px
--------------------------------------------- */
@media only screen and (max-width:1480px){
	*:lang(en-US) .header .location p {
		width: 120px;
	}
}
/* Max width 1350px
--------------------------------------------- */
@media only screen and (max-width:1350px){
   

}
/* Max width 1260px
--------------------------------------------- */
@media only screen and (max-width:1260px){
    
}

/* Max width 1200px
--------------------------------------------- */
@media only screen and (max-width:1200px){
	.footer-body {
        padding: 5rem 1rem 0 1rem;
    }
	.navbar-nav .nav-item .nav-link {
		font-size: 0.8rem;
	}
}

/* Max width 1100px
--------------------------------------------- */
@media only screen and (max-width:1100px){
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}

/* Max width 991px
--------------------------------------------- */
@media only screen and (max-width:991px){
	.main-page .sec-1 .background{
		height: 300px;
	}
	.navbar-fixed .top-nav .submenu-products-inner,
	.navbar-fixed .top-nav .submenu-customers-inner,
	.navbar-fixed .top-nav .submenu-projects-inner {
		background-color: #fff;
	}
	.main-page .sec-1 .sec-1-title {
		top: 35%;
	}
	:lang(en-US) .footer .btn-submit-parent .btn-submit {
		width: 212px !important;
		padding: 0.8rem 0rem !important;
	}
	:lang(en-US) .adminActions {
		width: 14.3rem;
	}
    .submenu-customers,
    .submenu-products,
    .submenu-projects{
        padding: 0;
        border-radius: 20px;
        overflow: hidden;
    }
    .submenu-products .submenu-products-inner,
    .submenu-projects .submenu-projects-inner{
        border-radius: 0;
    }
    #navbarSupportedContent{
        max-height: 80vh;
        overflow-y: auto;
    }
    nav.navbar {
        padding-top: 0 !important;
    }
    .header .top-nav {
        margin: 0 auto;
        border-radius: none;
        background-color: none;
    }
    .top-nav-lg {
        background-color: transparent;
        border-radius: 20px;
        padding: 0rem;
        text-align: center;
    }
    .navbar-nav {
        justify-content: space-around;
        width: 100%;
    }
    .margin-0-auto {
        margin: 0 auto !important;
    }
    .product-slider .carousel-control-next {
        right: 0 !important;
        width: max-content;
    }
    .product-slider .carousel-control-prev {
        left: 0 !important;
        width: max-content;
    }
	.main-product-slider .carousel-control-next {
		right: 0 !important;
		width: max-content;
	}
	.main-product-slider .carousel-control-prev {
		left: 0 !important;
		width: max-content;
	}
	.single-product-slider .carousel-control-next {
		right: 0 !important;
		width: max-content;
	}
	.single-product-slider .carousel-control-prev {
		left: 0 !important;
		width: max-content;
	}
    .blog-slider .carousel-control-next {
        right: -5rem !important;
    }
    .blog-slider .carousel-control-prev {
        left: -5rem !important;
    }
    .footer-body {
        padding: 1rem 1rem 0 1rem;
    }
    .footer .footer-body .footer-logo .logo-parent {
        top: -6.6rem;
    }
    .footer .footer-body .footer-logo .logo-parent img {
        width: 110px;
    }
    .product-feutures img {
        width: 60px;
        height: 60px;
    }
    .product-feutures {
        padding: 1rem 1rem;
    }
    .main-page .sec-1 .sec-1-title h3 , .main-page .sec-1 .sec-1-title h4 {
        font-size: 1.35rem;
    }
    .project-parent .project-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .project-parent .project-menu .project-menu-item {
        margin: 0 1rem;
    }
	.nav-item {
		width: 100%;
	}
    .navbar-nav .nav-item:hover::after {
        width: 20%;
    }
	.navbar-nav .active::after {
  		width: 20%;
	}
    .submenu-products , .submenu-customers , .submenu-projects {
        z-index: 10;
        background-color: #fff;
        position: relative;
    }
    .nav-btn {
        margin-top: 0.5rem;
    }
    .navbar-brand-lg img {
        width: 50px;
        margin-top: 0.5rem;
    }
    .submenu-products .submenu-products-inner::after {
        content: none;
    }
    .submenu-products .submenu-products-inner {
        box-shadow: none;
        background-color: #f8f8f8;
    }
    .submenu-products .submenu-products-inner > li > a {
        background-color: transparent;
    }
    .submenu-products .submenu-products-inner > li > a:hover {
        box-shadow: none;
    }
    .submenu-products .submenu-products-inner > li > a:hover .title{
        color: #ce181e;
    }
    .submenu-products .submenu-products-inner > li > a:hover .title {
        -webkit-mask-image: none;
        -webkit-mask-size: 0%;
        animation: none;
    }
    .submenu-customers .submenu-customers-inner {
        box-shadow: none;
        background-color: #f8f8f8;
        border-radius: 0;
    }
    .submenu-customers .submenu-customers-inner > li > a:hover .title {
        background-color: none;
    }
    .submenu-projects .submenu-projects-inner {
        box-shadow: none;
        background-color: #f8f8f8;
    }
    .submenu-projects .submenu-projects-inner > li > a {
        background-color: transparent;
    }
    .sec-4 .sec-4-bg-parent {
        margin-top: -19rem;
    }
    .sec-6 .sec-6-bg-parent {
        margin-top: -14rem;
    }
    .main-page .sec-1 {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
    .main-page .sec-2 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .main-page .sec-3 {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .main-page .sec-4 {
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
    .main-page .sec-5 {
        margin-top: 6rem;
        margin-bottom: 2rem;
    }
    .main-page .sec-6 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .main-page .sec-7 {
        margin-top: 6rem;
    }
    .footer {
        background-color: #252525;
    }
    .footer-body {
        z-index: 2;
    }
    .footer-bg-left {
        position: absolute;
        width: 400px;
        left: 0;
        top: 0;
    }
    .footer-bg-right {
        position: absolute;
        width: 400px;
        right: 0;
        bottom: 0;
    }
    .product-page .product-about-parent .product-about h1 {
        width: max-content;
        margin: 0 auto 1.5rem auto;
    }
    .agency-page .sec-1 {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .agency-page .sec-1 .header-bg {
        min-height: 350px;
    }
    .agency-page .sec-1 .agency-header-content {
        top: 5%;
    }
    .agency-page .sec-1 .agency-header-content h3 {
        font-size: 1.3rem;
    }
    .agency-page .sec-1 .agency-header-content h4 {
        font-size: 1.2rem;
    }
    .agency-page .sec-1 .agency-header-content img {
        width: 95px;
    }
    .agency-page .sec-2 .agency-form-parent {
        padding: 1.5rem 2rem;
    }
    .single-blog-page .sec-1 {
        margin-top: 0.5rem !important;
        margin-bottom: 0 !important;
    }
    .single-blog-page .sec-1 img {
        height: 450px;
    }
    .single-blog-page .sec-2 {
        margin-top: -12rem;
        margin-bottom: 0rem;
    }
    .single-blog-page .sec-2 .single-blog-content {
        padding: 2rem 4rem;
    }
    .single-blog-page .sec-2 .single-blog-content h2 {
        margin: 1.5rem -1rem 1.5rem 0;
    }
    .projects-page .sec-3 .menu-project ul li {
        width: max-content;
        min-width: 16rem;
        padding: 0.5rem 2rem 0.5rem 0.5rem;
    }
    .projects-page .sec-3 .menu-project ul li a .title {
        padding-right: 0.5rem;
    }
	.header .navbar .navbar-toggler {
		padding-left: 0;
	}
	.header .navbar .navbar-toggler-text {
		display: inline;
		font-family: "iranSans";
		font-size: 0.9rem;
		vertical-align: text-bottom;
	}
	.submenu-products {
		padding: 0;
	}
	.submenu-products .submenu-products-inner {
		padding : 0.5rem;
	}
	.submenu-products .submenu-products-inner > li{
		padding: 0;
	}
	.submenu-projects {
		padding: 0;
	}
	.navbar-nav .nav-item .nav-link {
  		font-size: 1rem;
	}
	.submenu-projects .submenu-projects-inner::after {
		display: none;
	}
	.product-page .sec-5 .contact-us-bg img {
		height: 260px;
	}
	.product-page .sec-5 .contact-us-form {
		top: 25%;
		width: 80%;
	}
	*:lang(en-US) .dropdown-menu {
		left: auto;
		right: 2px;
	}
	.adminActions {
		width: 11rem;
	}
	.adminButtons .title {
		opacity: 1;
		visibility: visible;
	}
	*:lang(en-US) .single-blog-page .sec-2 .single-blog-content h2 {
		margin: 1.5rem 0 1.5rem -1rem;	
	}

}

/* Max width 900px
--------------------------------------------- */
@media only screen and (max-width:900px){
    
  
}
/* Max width 768px
--------------------------------------------- */
@media only screen and (max-width:768px){
	.main-page .sec-1 .background{
		height: 150px;
	}
    .product-feutures {
        width: 100%;
    }
    .product-feutures {
        padding: 1rem 10px;
    }
    .project-card .project-card-info li {
        font-size: 0.9rem;
    }
    .project-card .location {
        font-size: 0.9rem;
    }
    .product-feutures-btn h6 {
        font-size: 0.9rem;
    }
    .product-feutures-btn i {
        font-size: 0.9rem;
    }
    .sec-4 .sec-4-bg-parent .sec-4-bg {
        width: 400px;
    }
    .sec-6 .sec-6-bg-parent .sec-6-bg {
        width: 400px;
    }
    .sec-4 .sec-4-bg-parent {
        margin-top: -14rem;
    }
    .sec-6 .sec-6-bg-parent {
        margin-top: -10rem;
    }
    .main-page .sec-5 {
        margin-top: 6rem;
    }
    .main-page .sec-7 {
        margin-top: 6rem;
    }
    .product-page .sec-5 .contact-us-form h3 {
        font-size: 1.35rem;
    }
    .product-page .sec-5 .contact-us-form h4 {
        font-size: 1.15rem;
        padding: 0 1.5rem;
        text-align: justify;
        text-align-last: center;
    }
    table, th, td, tr {
        font-size: 0.9rem !important;
    }
    .agency-page .sec-1 .layer-bg-left ,.agency-page .sec-1 .layer-bg-right {
        width: 330px;
    }
    .blog-page .sec-1 .blog-card-parent .blog-card-text h1 {
        font-size: 1.2rem;
    }
    .single-blog-page .sec-2 .single-blog-title h1 {
        font-size: 1.2rem;
    }
    .single-blog-page .sec-2 .single-blog-content {
        padding: 2rem 2rem;
    }
    .single-blog-page .sec-2 .single-blog-content h2 {
        margin: 1.5rem 6rem 1.5rem 0;
    }
    .contact-us-page .sec-3 .contact-us-bg-parent-right , .contact-us-page .sec-3 .contact-us-bg-parent-left {
        width: 290px;
    }
    .team-slider .carousel-control-next {
        right: -2rem !important;
        left: auto;
    }
    .team-slider .carousel-control-prev {
        left: -2rem !important;
        right: auto;
    }
    .projects-page .sec-1 img {
        width: 100%;
        min-height: 250px;
        max-height: 250px;
    }
    .projects-page .sec-1 .projects-header-title h1 {
        font-size: 2rem;
    }
    .projects-page .sec-3 .single-project-info .single-project-title h2 {
        font-size: 1.5rem;
    }
	.navbar-nav .nav-item:hover::after {
        width: 25%;
    }
	.navbar-nav .active::after {
  		width: 25%;
	}
	.main-page .sec-1 .background {
		height: 240px;
	}
	.main-page .sec-1 .overlay::before , .main-page .sec-1 .overlay::after {
		top: -35px;
	}
	.header .navbar .navbar-toggler-text {
		font-size: 0.8rem;	
	}
	.product-page .product-about-parent .product-about h1 {
		width: 100%;
		padding-right: 6rem;
	}
	.product-page .product-about-parent .product-about h1::before {
		right: 5px;
	}
	*:lang(en-US) .product-page .product-about-parent .product-about h1::before {
		left: 5px;
	}
	*:lang(en-US) .product-page .product-about-parent .product-about h1 {
		width: 100%;
		padding-left: 6rem;
		padding-right: 0;
	}
		*:lang(en-US) .single-blog-page .sec-2 .single-blog-content h2 {
			margin: 1.5rem 0 1.5rem 6rem;	
	}
}

/* Max width 700px
--------------------------------------------- */
@media only screen and (max-width:700px){

}

	/* Max width 600px
--------------------------------------------- */
@media only screen and (max-width:600px){
    .blog-slider .carousel-control-next {
        right: -2rem !important;
    }
    .blog-slider .carousel-control-prev {
        left: -2rem !important;
    }
    .single-product-parent {
        padding: 6rem 5rem 0rem 5rem;
    }
    .single-product-parent:hover {
        transform: translateY(-20px) scale(1.02);
    }
    .product-slider .carousel-control-next {
        right: 2rem !important;
        width: max-content;
    }
    .product-slider .carousel-control-prev {
        left: 2rem !important;
        width: max-content;
    }
	.main-product-slider .carousel-control-next {
		right: 2rem !important;
		width: max-content;
	}
	.main-product-slider .carousel-control-prev {
		left: 2rem !important;
		width: max-content;
	}
	.single-product-slider .carousel-control-next {
		right: 2rem !important;
		width: max-content;
	}
	.single-product-slider .carousel-control-prev {
		left: 2rem !important;
		width: max-content;
	}
    .slick-center .single-product-parent .product-btn-parent {
        opacity: 1;
    }
    .slick-center .single-product-parent {
        transform: translateY(-20px) scale(1.02);
    }
    .team-slider .team-info {
        margin: 2rem 0rem;
    }
    .home-page-header-slider .slick-dots {
        bottom: -40px !important;
    }
    .customers-slider .slick-dots {
        bottom: -60px !important;
    }
    .blog-slider .slick-dots {
        bottom: -30px !important;
    }
    .team-slider .slick-dots {
        bottom: 0px !important;
    }
    .customers-slider .slick-center .customers-logo {
        transform: translateY(-15px);
        box-shadow: 0px 10px 30px -3px #9491916b;
    }
    .customers-slider .slick-center .customers-logo img {
        filter: grayscale(0);
	}
	.main-page .header .header-slider-parent .product-info .samples-parent .samples img {
		height: 85px;
	}
}

/* Max width 576px
--------------------------------------------- */
@media only screen and (max-width:576px){
	.main-page .sec-1 .sec-1-title {
		top: 28%;
	}
	.product-page .product-about-parent .product-about .product-feuture{
		justify-content: center;
		margin-bottom: 1.5rem;
	}
	
	.loader-container .loader .loader-text .typing {
		width: 15ch;
	}
	.header .navbar .navbar-toggler-icon {
		font-size: 0.9rem;
	}
	.main-page .header .header-slider-parent {
		margin-top: 0rem;
	}
	.main-page .header .header-slider-parent .product-info .samples-parent .samples img {
		height: 75px;
	}
    .accordion-header span {
        font-size: 0.92rem !important;
		width: 100%;
		padding-left: 3rem;
    }
    .accordion-body {
        font-size: 0.85rem !important;
    }
    .accordion-borderless .accordion-item .accordion-button:not(.collapsed)::before {
        content: none;
    }
    .accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
        border: 2px solid #ce181e;
        transition: all 0.4s ease-in-out !important;
    }
    .accordion-borderless .accordion-item .accordion-button {
        transition: all 0.4s ease-in-out !important;
        border: 2px solid transparent;
    }
    .single-blog-card .single-blog-card-info li h3, .single-blog-card .single-blog-card-info li h2 {
      font-size: 0.95rem;
    }
    .single-blog-card p {
      font-size: 0.8rem;
    }
    .footer .footer-body .footer-center-box h3 {
        font-size: 1.1rem;
    }
    .footer .footer-body .footer-center-box h4 {
        font-size: 0.95rem;
    }
    .main-page .sec-5 .title .text p {
        font-size: 0.95rem;
    }
    .main-page .sec-1 .sec-1-title h3 , .main-page .sec-1 .sec-1-title h4 {
        font-size: 1rem;
    }
    .nav-btn {
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }
    .navbar-brand-lg img {
        width: 40px;
        margin-top: 0rem;
    }
    .submenu-products .submenu-products-inner > li {
        width: 50%;
    }
    .submenu-products .submenu-products-inner > li:nth-of-type(1),
    .submenu-products .submenu-products-inner > li:nth-of-type(3),
    .submenu-products .submenu-products-inner > li:nth-of-type(5) {
        border-left: 1px solid #cacaca;
    }
    .submenu-products .submenu-products-inner > li:nth-of-type(1),
    .submenu-products .submenu-products-inner > li:nth-of-type(2),
    .submenu-products .submenu-products-inner > li:nth-of-type(3),
    .submenu-products .submenu-products-inner > li:nth-of-type(4) {
        border-bottom: 1px solid #cacaca;
    }
    .submenu-products .submenu-products-inner > li:nth-of-type(2) {
        border-left: 0;
    }
    .submenu-products .submenu-products-inner > li:nth-of-type(4) {
        border-left: 0;
    } 
    .submenu-products .submenu-products-inner > li > a {
        padding: 0;
    }
    .product-slider .carousel-control-next, .product-slider .carousel-control-prev {
        bottom: 2rem !important;
    }
	.main-product-slider .carousel-control-next, .main-product-slider .carousel-control-prev {
		bottom: 2rem !important;
	}
	.single-product-slider .carousel-control-next, .single-product-slider .carousel-control-prev {
		bottom: 2rem !important;
	}
    .project-card .project-card-info li {
        font-size: 0.85rem;
    }
    .product-feutures h6 {
        font-size: 0.85rem;
    }
    .product-feutures-btn h6 {
        font-size: 0.8rem;
    }
    .product-feutures-btn i {
        font-size: 0.8rem;
    }
    .header .btn-submit {
        font-size: 0.8rem;
    }
    .submenu-projects .submenu-projects-inner > li {
        width: 50%;
    }
    .project-parent .project-menu .project-menu-item a {
        font-size: 0.8rem;
    }
    .main-page .sec-1 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .main-page .sec-2 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .main-page .sec-3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .main-page .sec-4 {
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
    .main-page .sec-5 {
        margin-top: 8rem;
        margin-bottom: 1rem;
    }
    .main-page .sec-6 {
        margin-top: 1rem;
        margin-bottom: 4rem;
    }
    .main-page .sec-7 {
        margin-top: 8rem;
    }
    .product-page .sec-6 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .product-page .sec-7 {
        margin-top: 1rem;
    }
    .footer-bg-left, .footer-bg-right {
        width: 300px;
    }
    .product-page .sec-1 .product-about-parent .product-about .product-feuture img {
        width: 50px;
        object-fit: contain;
        height: 40px;
    }
    .product-page .sec-5 .contact-us-form {
        position: absolute;
        top: 13%;
        width: 85%;
        height: 100%;
    }
	.product-page .sec-5 .contact-us-form h4 {
		padding: 0 0.5rem;
	}
    .product-page .product-about-parent .product-about h1 {
        font-size: 1.4rem;
    }
    .product-page .product-about-parent .product-about .product-feuture li {
        width: max-content;
        text-align: center;
        padding: 0;
        margin: 0.25rem;
        height: auto;
    }
	.product-page .product-about-parent .product-about .product-feuture a{
		padding: 0.4rem 0.75rem;
	}
	.product-page .product-about-parent .product-about .product-feuture a svg{
		width: 4rem;
		height: 4rem;
	}
	.product-page .product-about-parent .product-about .product-feuture .title{
		margin-top: 0;
		font-size: 0.75rem;
	}
    .product-page .product-about-parent .product-about h4 {
        font-size: 1rem;
		text-align: center;
    }
    .product-page .product-about-parent .product-about h5 {
        font-size: 0.9rem;
		text-align: center;
    }
    .agency-page .sec-1 {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .single-blog-parent {
        padding: 0 1.5rem;
    }
    .single-blog-page .sec-1 img {
        height: 360px;
    }
    .single-blog-page .sec-2 {
        margin-top: -7rem;
        margin-bottom: 0rem;
    }
    .single-blog-page .sec-2 .single-blog-content h2 {
        margin: 1.5rem 5rem 1.5rem 0;
    }
    .projects-page .sec-1 img {
        width: 100%;
        min-height: 200px;
        max-height: 200px;
    }
    .projects-page .sec-1 .projects-header-title h1 {
        font-size: 1.6rem;
    }
    .project-card .project-card-info li {
        font-size: 0.85rem;
    }
    .project-card .location {
        font-size: 0.85rem;
    }
    .single-blog-page .sec-1 img.header {
        height: 350px;
    }
	.main-page .header .header-slider-parent .product-info .samples-parent .samples .samples-more h6 {
		font-size: 0.7rem;

	}
	.main-page .header .header-slider-parent .product-info .samples-parent .samples .samples-more i {
		font-size: 0.7rem;
	}
	.navbar-nav .nav-item:hover::after {
        width: 35%;
    }
	.navbar-nav .active::after {
  		width: 35%;
	}
	.adminActions {
  		bottom: 15px;
		right: 15px; 
	}
		.main-page .sec-1 .background {
		height: 110px;
	}
	.main-page .sec-1 .overlay::before , .main-page .sec-1 .overlay::after {
		top: -90px;
	}
	.submenu-products .submenu-products-inner > li{
		padding: 0.35rem;
	}
	.project-card {
		padding: 0.25rem;
		margin: 0.5rem 0;
	}
	.project-card .project-card-info {
		padding: 1rem 0.75rem 0.5rem 0.25rem;	
	}
	.project-card .project-card-info .before::before {
		width: 7px;
		height: 7px;
		right: 0;
 	}
	.project-card img {
		height: 130px;
	}
	.project-card i {
		font-size: 1rem;
	}
	.project-card .location {
		padding-right: 1.5rem;
	}
	.single-product-parent .single-product h4 {
		font-size: 0.9rem;
	}
	.product-feutures {
		padding: 0.25rem 5px 0.5rem 5px;
		border-radius: 25px;
	}
	.product-feutures svg {
		margin: 0.25rem auto 0 auto;
	}
	.product-page .product-about-parent {
		padding: 1.5rem 0rem;
	}
	.product-page .product-property-bordered {
		border: none;
		margin-top: -1rem;
		padding: 0rem 0.5rem;
	}
	.submenu-projects .submenu-projects-inner {
		padding: 0.5rem 0.25rem;
	}
	.submenu-projects .submenu-projects-inner > li {
		width: 30%;
		padding: 0 0.15rem;
	}
	.submenu-projects .submenu-projects-inner > li > a {
		padding: 0 0.25rem;
		border-radius: 25px;
	}
	.product-page .sec-5 .contact-us-bg img {
		height: 250px;
	}
	*:lang(en-US) .adminActions {
		right: auto;
		left: 15px;
		bottom: 15px;
	}
	*:lang(en-US) .submenu-products .submenu-products-inner > li {
		border: none;
	}
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(1),
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(2),
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(3),
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(4) {
		border-bottom: 1px solid #cacaca;
	}
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(2),
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(4),
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(6) {
		border-left: 1px solid #cacaca;
	}
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(3),
	*:lang(en-US) .submenu-products .submenu-products-inner > li:nth-of-type(5) {
		border-left: none;
	}
	*:lang(en-US) .project-card .project-card-info .before::before {
	    right: auto;
	    left: 0px;
	}
	*:lang(en-US) .project-card .project-card-info {
	    padding: 1rem 0.25rem 0.5rem 0.75rem;
	}
	*:lang(en-US) .project-card .location {
		padding-right: 0;
		padding-left: 1.5rem;
	}
	*:lang(en-US) .accordion-header span {
		padding-right: 3rem;
		padding-left: 0;
		text-align: left;
	}
	*:lang(en-US) .single-blog-page .sec-2 .single-blog-content h2 {
		margin: 1.5rem 0 1.5rem 5rem;
	}
	.contact-us-page .sec-4 img.contact-img {
		height: 175px;
		min-height: auto;
	}
	*:lang(en-US) .main-page .sec-1 .sec-1-title {
		top: 25%;
	}
	
	
}
/* Max width 500px
--------------------------------------------- */
@media only screen and (max-width:500px){
    .main-page .header .header-slider-parent .product-bg div.bg{
        width: 100%;
        margin-right: 0px;
    }
    .main-page .header .header-slider-parent .product-bg img{
        width: 100% !important;
        margin-right: 0px !important;
    }
}
/* Max width 400px
--------------------------------------------- */
@media only screen and (max-width:400px){
	.main-page .header .header-slider-parent .product-info {
		margin: 3.5rem auto 0 auto;
	}
	.main-page .header .header-slider-parent {
		margin-top: -1rem;
	}
	.main-page .header .header-slider-parent .product-info h1 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.product-feutures svg {
		width: 4rem;
		height: 4rem;
	}
    .single-product-parent {
        padding: 6rem 3rem 0rem 3rem;
    }
	.main-product-slider .carousel-control-next {
		right: 1.5rem !important;
	}
	.main-product-slider .carousel-control-prev {
		left: 1.5rem !important;
	}
	.customers-slider .customers-logo {
		border-radius: 15px;
		padding: 0.3rem;
	}
	.team-slider .single-team-parent img {
		border-radius: 30px;
	}
	.product-page .sec-5 .contact-us-form {
		top: 11%;
	}
	.contact-us-page .sec-4 img.contact-img {
		height: 150px;
		min-height: auto;

	}
	.single-product-parent .single-product img {
		max-height: 140px;
	}
}

/* Max width 375px
--------------------------------------------- */
@media only screen and (max-width:375px){
	.submenu-projects .submenu-projects-inner > li > a > svg {
		width: 3.5rem;
		height: 3.5rem;
	}
	.submenu-projects-inner > li > a:hover::before {
		bottom: -4px;
	}
}
