@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot?#') format('eot'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf') format('truetype');
}
body, h1, h2, h3, h4, h5, h6, div, a, p, input, label {
    font-family: "IRANSansWeb" !important;
}
*{
 font-family: 'IRANSansWeb' !important;
}
body, .row{
    direction: rtl;
	text-align : center;
}
#menu-menu_main,.menu{
    list-style: none;
}
#menu-menu_main li,
.menu li{
    display: inline-block;
    float:left;
}
#menu-menu_main li a,
.menu li a{
    color: #575757;
    font-weight:700;
}
.rev_slider_wrapper, .rev_slider_wrapper *{direction:rtl;}
.mobile-menu{
 position: fixed;
 top:-1200px;
 width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.7);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}
.menu-wrapper span{
    width: 28px;
    height: 2px;
    background-color: #56a79c;
    display: block;
    margin-top: 6px;
    -webkit-transition: -webkit-transform 250ms,opacity 250ms;
    -moz-transition: -moz-transform 250ms,opacity 250ms;
    transition: transform 250ms,opacity 250ms;
}
.menu-wrapper.open  span:nth-child(1) {
    -webkit-transform: rotateZ(-45deg) translateX(-5px) translateY(6px);
    -moz-transform: rotateZ(-45deg) translateX(-5px) translateY(6px);
    -ms-transform: rotateZ(-45deg) translateX(-5px) translateY(6px);
    -o-transform: rotateZ(-45deg) translateX(-5px) translateY(6px);
    transform: rotateZ(-45deg) translateX(-5px) translateY(6px)
}
.menu-wrapper.open  span:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg)
}
.menu-wrapper.open  span:nth-child(3) {
    -webkit-transform: rotateZ(45deg) translateX(-5px) translateY(-6px);
    -moz-transform: rotateZ(45deg) translateX(-5px) translateY(-6px);
    -ms-transform: rotateZ(45deg) translateX(-5px) translateY(-6px);
    -o-transform: rotateZ(45deg) translateX(-5px) translateY(-6px);
    transform: rotateZ(45deg) translateX(-5px) translateY(-6px)
}
.mobile-menu.show{
    visibility: visible !important;
    opacity: 1 !important;
    top: 80px !important;
    z-index: 99999;
}
#menu-menu_main li ul,.menu ul{
    display:none;
}
.no-pad-left{
    padding-left: 0;
}
.no-pad-right {
    padding-right: 0;
}
.tp-caption{
    background-color: rgba(0,0,0,0.4);
    padding: 30px !important;
    min-height:90px !important;
    display: flex !important;
    align-items: center !important;

}
header .logo-wrapper img{
    max-height: 75px;
}
header{
    border-bottom: 1px solid #00A79D;
    background-color: #FFF;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
}
#header{
    height:80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header:before,
#header:after{
    display: none;
}
#about{
    padding:45px 0;
    background-color: #f9f9f9;
}
.bg-wrapper{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
#about .title-home{
    margin-bottom: 8px !important;
}
.content-wrapper{
    background-color: #FFF;
    color:#575757;
    padding:33px 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    border-left:0 !important;
    height:390px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-wrapper.page{
    height:auto !important;
    margin-bottom:45px;
    border-radius:5px;
    border-left:border: 1px solid rgba(34,36,38,.15) !important;
}
.content-wrapper.page h2{
    color:#DA1751 !important;
    margin-bottom:30px;
    text-align: right;
    font-weight: bold;
}
.content-wrapper.page ul li{
    list-style-image: url('../imgs/LOGO-Border15.png');
    margin-bottom:8px;
    color: #4b4b4b;
}
.content-wrapper h2{
    font-size:19px;
}
.content-wrapper h2:after{
    position:absolute;
}
.content-wrapper p{
    font-size: 16px;
    line-height: 1.6rem;
    text-align: justify;
}
#products{
    padding:50px 0;
}
.item-wrapper{
    box-shadow:0 2px 5px 0 rgba(34,36,38,.15);
    border-radius:5px;
    border: 1px solid #00A79D;
}
.item-wrapper h3{
    color: #565656;
    font-size: 17px;
    font-weight:bold;
    border-bottom:1px solid #707576;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.item-wrapper span{
    color:#DA1751;

}
.img-wrapper img{
    transition: all .2s ease-in-out;
}
.img-wrapper:hover img{
    transform:scale(1.1);
}
.img-wrapper{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow:hidden;
}
.item-wrapper p{
    font-size:14px;
    margin-bottom:5px;
    color:#DA1751;
}
.content-wrapper-product{
    padding: 15px;
    min-height:171px;
}
.content-wrapper-product.category-content{
    padding: 15px;
    min-height:100px !important;
}
.product_categories{
    margin:0;
    list-style: none;
}
.product_categories li{
    padding-right:12px;
}
.product_categories li::before {
    content: "\2022";
    color: #00A79D;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 13px;
}
.product_categories li a{
    font-size:14px;
    color:#565656;
    transition: all 0.2s ease-in-out;
}
.product_categories li a:hover{
    color:#00A79D;
}
.title-home{
    margin-bottom: 35px;
    color:#DA1751;
    font-size:22px;
    font-weight: 700;
    text-align:center;
    position:relative;
    z-index:2;
}
.title-home:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 2px #00A79D;
    z-index:-1;
}
.line-center{
    margin:0;padding:0 35px;
    background:#fff;
    display:inline-block;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top:15px;
}
.owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dot span {
    width: 8px;
    height: 8px;
    margin: 10px 5px;
    background: #bbbbbb;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.owl-dot.active span {
    background-color: #DA1751;
}
#quotes{
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 350px;
    display: flex;
    align-items: center;
}
#quotes h4{
    background-color:rgba(0,0,0,0.4);
    color:#FFF;
    padding: 30px;
    text-align: center;
    font-size:24px;
    border-radius:5px;
}
#quotes2{
    background-repeat:no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    min-height: 350px;
    display: flex;
    align-items: center;
}
#quotes2 h4{
    background-color:rgba(0,0,0,0.4);
    color:#FFF;
    padding: 30px;
    text-align: center;
    font-size:24px;
    border-radius:5px;
}
#footer{
    width:100%;
    min-height: 250px;
    background:url('../imgs/footer.jpg');
    background-size: cover;
    padding: 30px 0;
    color:#FFF;
}
#footer p{
	margin-bottom: .5rem
}
.wpcf7-form input[type="text"]{
    max-width: 48% !important;
    display:inline-block !important;
    float:right;
	z-index:9999;
}
.wpcf7-form input[type="email"]{
    max-width: 48% !important;
    display:inline-block !important;
    float:left;
		z-index:9999;
}
.bg-outer{
    height: 390px;
}
textarea{
    max-height:150px;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],textarea.wpcf7-form-control.wpcf7-textarea{
    background:none !important;
    text-align:right;
}
::-webkit-input-placeholder { /* Edge */
    color: #fff!important;
}
:-ms-input-placeholder { /* Internet Explorer */
    color: #fff!important;
}
#partners{
    padding:50px 0;
}
.partner-wrapper{
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    border-radius:5px;
}
input[type=submit]{
    background-color: rgba(246,123,103,1);
    border-color: rgba(246,123,103,1);
    border-radius:5px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    border-width:0;
}
.cover{
   width: 100%;
    position: relative;
    height: 500px;
    margin-top: 55px;
    background-size: cover !important;
    padding: 15px;
    margin-bottom: 35px;
    background-attachment: fixed !important;
}
.img-wrapper.category{
    width:100%;
    height:225px;
    overflow: hidden;
}
.item-outer{
    margin-top: 30px;
    margin-bottom: 30px;
}
.products-more:hover{
    opacity: 0.9;
    color:#FFF;
}
.products-more{
    width:100%;
    display: block;
    border-radius:5px;
    margin: 0 auto;
    padding: 0 30px;
    height:45px;
    color:#FFF;
    line-height: 45px;
    font-size: 15px;
    text-align:center;
    background-color: #56a79c;
}
.img-wrapper.cat-page{
    height:175px;
    width:100%;
    overflow: hidden;
}
.content-wrapper.page h2{
    margin:30px 0;
}
.content-wrapper-product.category-page-content{
    min-height: auto !important;
}
.about-img-wrapper{
 width:100%;
    background-size: cover !important;
    background-position: bottom;
 min-height: 330px;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    border-radius:5px;
}
.about-list-wrapper{
    min-height: 330px;
    margin-right:30px;
}
.product-desc{
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    border-radius:5px;
    color: #464646;
    padding: 30px;
    font-size:20px;
    font-weight: bold;
    line-height: 1.6rem;
    margin-bottom:45px;
    background-color: #f9f9f9;
	text-align: justify;
}
@media only screen and (max-width: 768px){
    *{
        background-attachment:unset !important;
    }
    .no-pad-left{
        padding-left:15px !important;
    }
    .no-pad-right {
        padding-right: 15px !important;
    }
    .content-wrapper{
        height:auto !important;
        margin-top:-80px;
        border-radius:5px !important;
    }
    .bg-outer{
        border-radius:5px !important;
    }
    .mobile-menu ul li{
        display: block;
        text-align: center;
        width:100%;
        margin:15px 0;
    }
	.content-wrapper{
		height:auto !important;
	}
}
.wpcf7-form-control-wrap{
	z-index:9999;
}
.news-item-outer h3{
    color:#da1751;
    text-align: right;
    min-height: 60px;
}
.news-item-outer p{
    color:#565656;
    text-align: right;
}
.news-more:hover{
    opacity: 0.9;
    color:#FFF;
}
.news-more{
    width:120px;
    border-radius:5px;
    margin: 0 auto;
    padding:8px 15px;
    height:45px;
    color:#FFF;
    line-height: 45px;
    font-size: 15px;
    text-align:center;
    background-color: #56a79c;
}
.cart-item{
	float : unset !important;
	display:inline-block !important;
	vertical-align : top ;
}