/*
theme name: web design seetheme
theme URL: https://kiantheme.com/
Author: the 2sweb team
Description: طراحی شده توسط شرکت توس وب
Version: 1.0
License URI: https://kiantheme.com/
*/
@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
html {
    font-size: 15px;
}
body {
    font-family:'2sweb', Tahoma, Geneva, sans-serif;
    line-height:30px;
    color:#3c3c3c;
    direction: rtl;
}
.w-80{
    width: 80%;
    margin: 0 auto;
}
.w-90{
    width: 90%;
    margin: 0 auto;
}
.m-top40{
    margin-top: 40px;
}
.m-top10{
    margin-top: 10px;
}
.padd0{
    padding: 0;
}
/*********************header**************/
.header-site ,.fixnav{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.logo-part > div, .logo-part img{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0;
}
.logo-part{
    display: inline-flex;
    align-items: center;
}
.logo-part > div.part-picture{
    width: 150px;
    float: right;
}
.logo-part > div.Dis-logo{
    width: 70%;
}
.logo-part > div h1 , .logo-part > div h3{

    font-size: 14px;
    padding-right: 7px;
}
.logo-part > div h2 ,.logo-part > div h4{
    font-weight: 600;
    font-size: 16px;
    margin:0 14px;
}
.social-net li {
    display: inline-block;
    margin: 10px 6px;
}
@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
.social-net li:hover {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
.top-header{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.top-header > div{
    float: left;
}
.tell-part ul li{
    display: inline-block;
    margin: 10px 5px;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}
.tell-part ul li:after{
    width: 25px;
    height: 25px;
    font-family: 'icon-font';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    color: #888888;
}
.tell-part li.icon-tell:after{
    content: '\f098 ';
}
.tell-part li.icon-email:after{
    content: '\f0e0 ';
}
.fixnav {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999;
    width: 100%;
    right: 0;
}
/******search*****/
.btn-src{
    background: transparent;
    border-color: transparent;
    margin-top: 8px;
    color: #888888fa;
    font-size: 23px;
    width: 40px;
}
.icon-cart{
    position: relative;
}
.icon-cart a{
    background: transparent;
    border-color: transparent;
    margin-top: 8px;
    font-size: 35px;
    width: 40px;
    color: #a94ccd;
}
.icon-cart a i{
    padding-top: 15px;
}
.icon-cart a .number{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00c1cf;
    color: #fdfdfd;
    font-size: 12px;
    display: inline-flex;
    position: absolute;
    top: 4px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    right: 2px;
}
.icon-cart a:hover i{
    color: #00c1cf ;
}
.icon-cart a:hover .number{
    background: #a94ccd;
}
.serch {
    display: inline-flex!important;
    align-items: center;
    justify-content: flex-end;
}
#search {
    clear: both;
    border-top: solid 1px #ccc;
    text-align: right;
}
#search .navbar-form {
    width: 500px;
    margin: 20px auto;
    max-width: 100%;
}
#search .navbar-form .input-group {
    display: table;
}
#search .navbar-form .input-group .input-group-btn {
    white-space: nowrap;
    width: 1%;
}
#search .navbar-form .input-group .form-control {
    width: 100%;
    height: 40px;
}
#search .navbar-form .btn-primary{
    height: 40px;
}
/*
=nav
--------------------------------------------------------*/
.b-top{
    border-top: 1px solid #ccc;
}
#menu>ul>li:first-child:before{
    content: '\f015 ';
    width: 25px;
    height: 25px;
    font-family: 'icon-font';
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 25px;
    color: #888888;
}
#menu >ul >li:first-child{
    padding-right: 22px;
}
.navbar-nav-custom li ul.sub-menu .caret{
    transform: rotate(90deg);
    left: 16px;
    position: absolute;
    top: 25px;
}
.tw_nav {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
}
.tw_nav:after,
.tw_nav:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    right: 0;
}
.tw_nav:before {
    top: 0px;
}
.tw_nav:after {
    bottom: 0px;
}
#tw_nav ul ul ul.dropdown-menu {
    top: 0 !important;
    right: 100%;
}
.tw_nav ul li a {
    padding: 15px;
    font-size: 18px;
    color: #808080;
    font-family: '2sweb'!important;
}
.tw_nav ul li a:hover {
    color: #444;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #428bca;
    background-color: #fff;
    color: #444;
}

.tw_nav .navbar-collapse {
    padding-right: 5px;
}
.tw_nav .navbar-toggle {
    padding: 8px 10px 0;
    background-color: #8663c7;
}
.tw_nav .navbar-toggle i {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
}
/********************About*******************/
.about-us{
    background: url(images/003.png) no-repeat;
    background-size: contain;
    min-height: 810px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background-position: right;
}
.part-left-about{
    position: relative;
    min-height: 620px;
}
.part-left-about:before{
    content: '';
    background: url(images/001.png) no-repeat;
    width: 360px;
    height: 360px;
    display: inline-block;
    position: absolute;
    top: -110px;
    z-index: 1;
    right: -44px;
}
.part-left-about:after{
    content: '';
    background: url(images/002.png) no-repeat;
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
    bottom: -15%;
    z-index: 1;
    left: -45px;
}
.details-about{
    padding: 15px;
}
.about-us .img-about img{
    width: 100%;
}
.about-us .content-about{
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    z-index: 10;
}
.part-right-about > div{
    margin-bottom: 15px;
}
.part-right-about img{
    margin: 0 auto;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.part-right-about > div:hover img{
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.part-right-about h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.services_page:hover{
    color:#00c1cf!important;
}
.part-right-about p{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    text-align: right;
    color: #5e5e5e;
    margin-top: 10px;
    height: 125px;
    overflow: hidden;
    text-align: justify;
}
.content-about p{
    font-size: 14px;
    font-weight: 600;
    line-height: 2.2;
    max-height: 215px;
    overflow: hidden;
}
.title-section h1,.title-section h3{
    color: #7f5ac4;
    font-weight:600;
    font-size: 22px;
    line-height: 2;
    margin: 10px 0;
}
.more-about{
    background: url("images/backAbout.png") no-repeat right;
}
.head-section span{
    color: #999999;
    font-weight: 600;
    font-size: 16px;
}
.more-about a{
    font-weight: 600;
    display: block;
    padding-top: 10px;
}

/*Links*/
.list-links{
    margin: 50px auto;
}
.list-links li{
    display: inline-block;
    margin: 15px;
}
.list-links li a{
    padding: 15px 0;
    font-weight: 600;
    width: 250px;
    display: block;
    border-radius: 5px;
    box-shadow: 0 3px 20px 2px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.list-links li:hover a{
    opacity: .8;
}
.list-links li.Link-one a{
    background: #ffc0c0;
}
.list-links li.Link-two a{
    background: #e1eaff;
}
.list-links li.Link-three a{
    background: #c9ffd3;
}
.list-links li.Link-four a{
    background: #f0c4ff;
}

/***********work-portfolio***************/
.part-portfolio{
    width: 420px;
    max-width: 100%;
    display: inline-block;
    margin: 15px auto 0;
}
@media only screen and (max-width: 1500px) {
    .part-portfolio {
        width: 390px;
    }

}
.content-portfolio{
    width: 285px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
    box-shadow: 0 3px 20px 2px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border: 1px solid #ded9d9;
}
.content-portfolio .over-port{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    left: 0;
    background: #000000c4;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.content-portfolio:hover .over-port{
    opacity: 1;
}
.part-portfolio a > img{
    margin: 0 auto;
    width: 100%;
}
.title-section{
    position: relative;
}
.title-section a{
    position: absolute;
    left: 70px;
    top: 10px;
}
.over-port{
    padding: 10px;
}
.over-port img{
    margin: 10px auto 0;
    max-width: 135px;
}
.over-port h4{
    color: #fff;
    font-size: 15px;
    font-weight:bold;
    margin-top: 25px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.over-port p{
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    height: 160px;
    overflow: hidden;
    margin-top: 25px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.content-portfolio:hover .over-port p , .content-portfolio:hover .over-port h4{
    margin-top: 0;
}
/*last-qaleb*/
.last-qaleb{
    background: #f8f8f8;
}
.last-qaleb:after{
    background: url("images/backQaleb.png");
    background-size: cover;
    width: 100%;
    height: 100px;
    margin-top: 40px;
}
.part-qaleb .wrapp-qaleb{
    width: 100%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 15px auto;
    padding: 0 10px;
    border-radius: 10px;
    min-height: 300px;
    box-shadow:0 3px 20px 2px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important
}
.wrapp-qaleb > div{
    width: 50%;
    line-height: 3;
}
.pert-right-qaleb{
    position: relative;
    width: 270px!important;
    max-width: 100%;
}
.back-qaleb{
    background: url(images/backArticle.png) no-repeat;
    width: 100%;
    height: 312px;
    background-size: contain;
    padding: 12px;
    position: absolute;
    top: -25px;
    right:0;
    z-index: 2;
}
.pert-right-qaleb img{
    width: 96%;
    position: relative;
    top: 0;
    right: 3px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -o-transition: all 4s;
    -ms-transition: all 4s;
    transition: all 4s;
}
.figur-img{
    overflow: hidden;
    height: 140px;
    margin-top: -14px;
}
.wrapp-qaleb:hover img{
    -webkit-transform: translateY(calc(-100% + 140px));
    -moz-transform: translateY(calc(-100% + 140px));
    -o-transform: translateY(calc(-100% + 140px));
    transform: translateY(calc(-100% + 140px));
    top: 0;
}
.chose-buy ,.edd-submit.button.blue{
    border-color: transparent;
    background: #7f5ac4;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    min-height:44px;
    min-width: 150px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(left, #00c1cf 0%, #8d6dc4 50%,#00c1cf 100%)!important;
    background-image: linear-gradient(to right, #00c1cf 0%, #8d6dc4 50%,#00c1cf 100%)!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%!important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.chose-buy:hover , .edd-submit.button.blue:hover{
    color: #fff;
    background-color: #8d6dc4!important;
    border: none;
    background-position: 100% 0!important;
    min-height:44px;
}
.more-demo{
    color: #7f5ac4;
    font-size: 15px;
    font-weight:600;
}
/*content-article*/
.picture-article{
    box-shadow:0 3px 20px 2px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 15px;
}
.content-article img{
    margin: 0 auto;
    width: 100%;
    border-radius: 15px;
}
.picture-article{
    position: relative;
    overflow: hidden;
}
.big-img .picture-article .over-article{
    position: absolute;
    width: 85%;
    color: #fff;
    top: 65%;
    right: 0;
    left: 0;
    background: #000000c4;
    padding: 10px;
}
.small-img .picture-article .over-article{
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: -150px;
    right: 0;
    left: 0;
    background: #000000c4;
    padding: 10px;
    max-height: 150px;
    overflow: hidden;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.small-img .picture-article:hover .over-article{
    bottom: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.small-img .picture-article .over-article p{
    line-height: 1.8;
}
.over-article h2 ,.over-article h4{
    font-size: 17px;
}
.small-img >div{
    margin: 0 auto 25px;
}
.small-img img{
    max-height: 250px;

}
.big-img img{
    max-height: 525px;
}
.list-support li{
    display: inline-block;
}
.list-support li a {
    display: inline-flex;
    align-items: center;
    background: #f6f7f8;
    margin: 10px;
    padding: 20px 10px;
    color: #5f778e;
    border-radius: 4px;
}
.list-support li:hover a{
    background: #5fe80938;
    box-shadow: 0 3px 20px 2px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;

}
.list-support li a div{
    margin: 0 5px;
}
/*customer-us*/
.customer-us{
    min-height:700px;
    background: url(images/backCustomer.jpg) no-repeat -80px 100px;
}
.item-comment{
    width: 500px;
    max-width:100%;
    margin: 0 auto;
    background: #faf9f2;
    padding: 15px;
}
.customer-us .owl-buttons{
    position: relative;
}
.customer-us .comment-customer .owl-buttons .owl-next {
    left: 150px;
    transform: rotate(180deg);
}
.customer-us .comment-customer .owl-buttons .owl-prev{
    right: 150px;
}
.customer-us .comment-customer .owl-buttons .owl-prev ,.customer-us .comment-customer .owl-buttons .owl-next {

    background: url(images/arrow-icon.png) #8663c7 3px 2px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -140px;
}
.owl-pagination{
    direction: ltr;
}
.list-customer .part-customer{
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.part-customer li img{
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
}
.part-customer li:hover img{
    filter: grayscale(1) !important;
    -webkit-filter: grayscale(1) !important;
}
.list-customer .part-customer ul{
    text-align: center;
}
.list-customer .part-customer ul li{
    display: inline-block;
    margin: 10px;
}
/*footer-part*/
.footer-part .content-footer{
    background: #333333;
    margin-top: -110px;
    float: right;
    width: 100%;
}
.footer-part .content-footer > div > div:last-child{
    padding: 0;
}
.footer-part:before{
    content: '';
    background: url("images/backFooter.png");
    background-size: cover!important;
    width: 100%;
    height: 200px;
}
.level-footer ul li ,.level-footer ul li a , .link-social ul li a{
    color: #dddddd;
}
.level-footer ul li >span{
    font-weight: bold;
}
.link-social ul li{
    display: inline-block;
    margin: 3px 10px;
    width: 95%;
}
.link-social ul li a{
    display: inline-block;
    width: 100%;
}
.link-social ul li a i{
    float: right;
    margin-top: 10px;
}
.link-social ul li a div{
    padding-right: 33px;
    vertical-align: middle;
}
.link-social ul li a div p {
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
}
.title-footer h4{
    font-size: 18px;
}
.title-footer h4 ,.letter-part p{
    color: #dddddd;
}
.form-letter{
    margin-top: 15px;
}
.form-letter input , .form-letter span{
    display: inline-block;
}
.form-letter span{
    min-width: 35px;
    margin-left: -5px;
}
.form-letter span img{
    padding-top: 6px;
}
.form-letter span ,.form-letter input[type=text]{
    width: 86%;
    border:0;
    padding: 0;
    vertical-align: middle;
    height: 40px!important;
}
.gform_wrapper .gform_footer{
    position: relative;
}
#wpcf7-f344-o1 p{
    position:relative;
}
#gform_5 > div{
    display: inline-block;
    vertical-align: middle;
}
#gform_5  div.gform_body{
    width: 75%;
}
#gform_5 div.gform_footer{
    width: 17%;
}
body .gform_wrapper ul li.gfield , body .gform_wrapper .top_label div.ginput_container{
    margin-top: 0!important;
    padding-left: 2px!important;
}
.form-letter input[type=text]{
    background: #3e3e3e!important;
    border: 2px solid #1f1f1f!important;
    width: 100%!important;
    font-size: 12px!important;
    color: #fff!important;
    text-align: right!important;
}
.form-letter input[type=submit]{
    background: #5cb85c!important;
    border: 0!important;
    padding: 0px 9px!important;
    color: #fff!important;
    margin-right: -4px!important;
    height: 37px!important;
    position: absolute;
    left: 0;
    top: 0;
}

.Copy-right p{
    color: #dddddd;
    text-align: center;
    padding: 15px 0;
}
.last-Content ul li{
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #484848;
}
.last-Content ul li:last-child{
    border-bottom: 0;
}
/********************************page-Archive**********************/
.border-t{
    border-top: 1px solid #ddd;
    margin: 0 auto;
}
.breadcrumb-page ul li{
    display: inline-block;
    margin: 5px 10px;
    position: relative;
    color: #7f5ac4;
}
.breadcrumb-page ul{
    margin: 5px 0;
}
.breadcrumb-page ul li a{
    color: #555555;
}
.breadcrumb-page ul li a:after{
    content: "\f104";
    width: 16px;
    height: 17px;
    font-family: 'icon-font';
    position: absolute;
    top: 2px;
    left: -27px;
    font-size: 18px;
    color: #7f5ac4;
}
.archive-content .portfolio ,.all-qaleb{
    border: 1px solid #ddd;
    padding:5px 0 20px;
}
.archive-content .part-portfolio {
    width: 335px;
}
.wrapp-sidbare{
    border: 1px solid #ddd;
    padding: 10px;
    background: #fafafa;
    margin-bottom: 15px;
}
.aw_title {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.wrapp-sidbare ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 3px;
}
.wrapp-sidbare ul li:last-child {
    border-bottom: 0;
}
.wrapp-sidbare ul li a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #555;
}
.wrapp-sidbare ul li a:before {
    content: "\f14a";
    position: absolute;
    right: 5px;
    top: 0;
    width: 16px;
    height: 17px;
    font-family: 'icon-font';
    color: #7f5ac7;
}
.wrapp-sidbare ul li:hover{
    background: #7f5ac7 ;
    transition: .5s;
}
.wrapp-sidbare ul li:hover a ,.wrapp-sidbare ul li:hover a:before{
    color: #fff;
}
/*
=archive
--------------------------------------------*/
.arichive_item {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}
.arichive_item .thumb_archive {
    display: block;
    float: right;
    margin-left: 10px;
}
.arichive_item .thumb_archive img {
    width: 150px;
    height: 120px;
    padding: 4px;
    border: 1px solid #ddd;
}
.archive_caption {
    padding-top: 5px;
}
.archive_caption a:last-child{
    float: left;
    padding-left: 20px;
}
.archive_caption h3 {
    line-height: 26px;
    height: 35px;
}
.archive_caption h3 a {
    float: right!important;
    display: block;
    font-size: 16px;
    color: #444;
    margin-bottom: 4px;
    font-weight: bold;
}
.archive_caption p a {
    display: inline-block;
    font-size: 13px;
    color: #428bca;
    font-family: IRANSans-web-Medium, tahoma, sans-serif;
}
.archive_caption h3 a:hover,.archive_caption p a:hover {
    text-decoration: none;
}
.archive_page .header_page {
    width: 100%;
}
.archive_page .header_page .title_page {
    text-align: right;
    border-bottom-color: #ddd;
}
.archive_page .title_section {
    border-bottom: 1px solid #eee;
    color: #7f5ac4;
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.archive_page.portfolio_themes {
    margin-top: 0;
}
/*
=sidebar
-------------------------------------*/
.inner_sidebar {
    padding: 0;
}
.inner_page .widget .widg_content {
    padding: 15px;
}
.inner_page .widget .widg_content img{
    margin:0 auto;
}
.inner_page .widget .widg_title {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 1px;
    background-color: #7f5ac4;
    border-radius: 5px;
}
.archive_sidebar .widget .widg_title {
    background: #fe5e3e;
}
.inner_page .widget .widg_content ul li {
    border-top: 1px solid #eee;
}
.inner_page .widget .widg_content ul li a {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #666;
    line-height: 25px;
    padding: 5px 15px 5px 3px;
}
.inner_page .widget .widg_content ul li a:before {
    top: 12px;
}
.inner_page .thumb_list .widg_thumbnail ul li {
    float: right;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.archive_caption h3 a:hover ,.inner_page .widget .widg_content ul li a:hover{
    color: #7f5ac4;
}
.inner_page .thumb_list .widg_thumbnail {
    padding: 15px 10px;
}
.inner_page .thumb_list .widg_thumbnail ul li .thumb {
    display: block;
    float: right;
    margin-left: 8px;
}
.inner_page .thumb_list .widg_thumbnail ul li .thumb img {
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
}
.inner_page .thumb_list .widg_thumbnail .caption h4 {
    line-height: 20px;
}
.inner_page .thumb_list .widg_thumbnail .caption h4 a {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}
.inner_page #searchform input[type="submit"] {
    border: 0;
    border-radius: 1px;
    padding: 4px 10px;
    background: #7f5ac4 url(images/search_icon2.png) no-repeat center!important;
    color: #fff;
    font-size: 12px;
    width: 40px;
    height: 30px;
    line-height: 20px;
    text-indent: -9999px;
    margin-right:-5px;
}
.inner_page #searchform > div{
    text-align: center;
}
.inner_page #searchform input[type="text"] {
    border: 0;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 3px 4px;
    width: 176px;
    height: 30px;
    color: #555;
    font-size: 12px;
    border-left: 0;
    max-width: 100%;
}
.inner_page #searchform label {
    display: none;
}
/*
= pagenavi
--------------------------------------------------*/
.paginatArshive{
    margin: 25px 0;
    clear: both;
    text-align: center;
}
.wp-pagenavi {
    display: table;
    margin:5px auto;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger , .paginatArshive ul li {
    display: inline-block;
    color: #333;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    margin: 8px 2px;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.paginatArshive ul li a{
    padding:3px 10px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover , .paginatArshive ul li:hover  , .paginatArshive ul li:hover a{
    background:#428bca;
    color: #fff;

}
.wp-pagenavi span.pages {
    background: #fff;
    color: #333;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 0 8px;
    margin:8px 2px;
}
.paginatArshive ul li.active_page a{ color: #fff;}
.wp-pagenavi span.current ,.paginatArshive ul li.active_page {
    display: inline-block;
    color: #fff;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #428bca;
    border: 1px solid #428bca;
    font-size: 11px;
    border-radius: 2px;
    margin:8px 2px;
}
a.nextpostslink,a.previouspostslink {

    display: inline-block;
    padding: 0 4px;
}
/*
=single
--------------------------------*/
.inner_page {
    margin:25px auto 50px;
}
.page_title h1 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    color: #7f5ac4;
    font-weight: bold;
}
.content_right {
    text-align: justify;
    line-height: 30px;
    font-size: 15px;
    color: #555;
}
.content_right ul li{
    list-style: inside;
}
#masthead.header_page {
    min-height: 280px;
}
#masthead.header_page .slogan_header {
    padding-bottom: 40px;
    font-size: 42px;
}
.subtitle_page {
    text-align: center;
    color: #eee;
    font-size: 26px;
}
.meta_info {
    padding: 15px 10px;
}
.meta_info li,.btn_linktheme li a,.btn_linktheme li a span{
    font-family:'2sweb', Tahoma, Geneva, sans-serif;
}
.meta_info li:before {
    top: 9px;
}
.image_theme img.center-block {
    margin-bottom: 35px;
}
.btn_linktheme {
    display: table;
    margin: auto;
}
.btn_linktheme li{
    float: right;
}
.btn_linktheme li a {
    display: block;
    color: #fff;
    padding: 6px 20px;
    line-height: 28px;
    min-height: 43px;
    border-radius: 3px;
}
.btn_linktheme li.view_theme a {
    background: #7cbb52;
    margin-left: 10px;
    margin-top: 10px;
}
.btn_linktheme li.view_theme a:hover {
    background: #5fa62f;
}
.btn_linktheme li.install_theme a.edd-add-to-cart {
    background: #fe5e3e;
}
.btn_linktheme li.install_theme a.edd-add-to-cart:hover {
    background: #e43b19;
}
.entry_content {
    margin-top: 20px;
    margin-bottom: 40px;
}
.entry_content p {
    color: #555;
    line-height: 30px;
}
.meta_list {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.meta_list ul li {
    float: right;
}
.meta_list ul li a {
    display: inline-block;
    padding: 0 2px;
    font-size: 13px;
    color: #555;
}
.meta_list ul li a:hover {
    color: #fe5e3e;
}
.meta_footer_post{
    box-shadow: 0 0 7px #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}
.meta_footer_post .social_network{
    float: right;
    width: 100%;
}
.meta_footer_post .social_network ul {
    display: block;
    float: right;
    width: 100%;
}
.related_themes {
    background: #fff;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
    text-align: center;
}
.related_themes .title_section {
    margin-bottom: 20px;
}
.related_posts .rel_itm {
    width: 47%;
    padding: 10px 5px;
    background: #f7f7f7;
    border-right: 5px solid #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 7px;
}
.related_posts .rel_itm .rel_img {
    display: block;
    float: right;
    margin-left: 10px;
}
.related_posts .rel_itm .rel_img img {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.related_posts .rel_itm .rel_cap h3 {
    line-height: 25px;
}
.related_posts .rel_itm .rel_cap h3 a {
    font-size: 16px;
}
.related_posts .rel_itm .rel_cap h3 a:hover {
    color: #fe5e3e;
}
.related_posts .rel_itm .rel_cap {
    padding-top: 8px;
}
.related_posts .rel_itm .rel_cap p {
    font-size: 13px;
    color: #666;

    height: 160px;
    overflow: hidden;
}
.social_network ul {
    display: table;
    margin: 10px auto;
}
.social_network ul li {
    float: right;
    margin: 5px 3px;
}
.social_network ul li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
}
.social_network ul li a:hover {
    opacity: .8;
}
.social_network ul li.facebook_icon a,.share_post li.facebook_icon a {
    background-color: #5779a8;
}
.social_network ul li.twitter_icon a,.share_post li.twitter_icon a {
    background-color: #0f9dd4;
}
.social_network ul li.linkdin_icon a,.share_post li.linkdin_icon a {
    background-color: #4e7aa3;
}
.social_network ul li.instagram_icon a,.share_post li.instagram_icon a {
    background-color: #ed145b;
}
.social_network ul li.google_icon a,.share_post li.google_icon a {
    background-color: #ca4738;
}
.social_network ul li.telegram_icon a,.share_post li.telegram_icon a {
    background-color: #2ca5e0;
}

#kt_links ul li a:before, .meta_info li:before, .inner_page .widget .widg_content ul li a:before {
    content: "\f00c";
    position: absolute;
    right: -5px;
    top: 3px;
    width: 11px;
    height: 10px;
    font-family: 'icon-font';
    color: #7f5ac4;
}
.meta_info li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #111;
    padding: 0 15px 12px 1px;
}

/*
=portfolio_themes
-----------------------------------*/
.portfolio_themes {
    padding-top: 25px;
    background: #f8f8f8;
}
.portfolio_themes .template_item {
    margin-bottom: 30px;
}
.portfolio_themes .template_item .wrap_item {
    width: 306px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfolio_themes .template_item .wrap_item img {
    width: 100%;
    border: 1px solid #43b09c;
}
.portfolio_themes .template_item .wrap_item .overlay_item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.9);
    z-index: 2;
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.portfolio_themes .template_item .wrap_item .overlay_item p {
    color: #eee;
    font-size: 16px;
    line-height: 35px;
    margin-top: 25px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.portfolio_themes .template_item .wrap_item .overlay_item p strong {
    color: #fff;
    font-size: 20px;
}
.portfolio_themes .price_item {
    position: absolute;
    text-align: center;
    top: 50%;
    color: #fff;
    left: 0;
    margin: auto;
    right: 0;
    font-size: 20px;
    display: block;
}
.portfolio_themes .btn_buy {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 150px;
    text-align: center;
    margin: 10px auto 35px;
}
.portfolio_themes .btn_buy:hover {
    background: #27AE60;
}
.portfolio_themes .template_item:hover .overlay_item {
    visibility: visible;
    opacity: 1;
}
.portfolio_themes .template_item:hover .overlay_item p {
    margin-top: 0;
}
.portfolio_themes .template_item .title_item a{
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #555;
}
.portfolio_themes .template_item .title_item a:hover {
    color: #7f5ac4;
}
.portfolio_themes .all_themes {
    margin-top: 0;
}
.btn_orange {
    display: table;
    margin: 30px auto 15px;
    background: #7f5ac4;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.portfolio_themes .btn_buy {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 170px;
    text-align: center;
    margin: 10px auto 35px;
}
.title_section {
    font-size: 28px;
    text-align: center;
}
.related_themes .title_section {
    margin-bottom: 40px;
}
/*
=contact form 7 styles
-----------------------------------------------------*/
.wpcf7 {
    float: right;
    width: 100%;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 input[type="url"],
.wpcf7 input[type="number"],.wpcf7 input[type="date"],.wpcf7 textarea,.wpcf7 select{
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    width: 300px;
    max-width: 100%;
    height: 38px;
    line-height: 38px;
    color: #555;
    padding: 0 5px;
    font-size: 14px;
}
.wpcf7 input[type="email"],.wpcf7 input[type="tel"] {
    text-align:left;
}
.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus{
    border-color: #3498DB;
}
.wpcf7 p {

    margin-bottom: 10px;
}
.wpcf7  .parent_txta {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
}
.wpcf7 textarea {
    width: 500px;
    height: 200px;
    resize: none;
}
.wpcf7 input[type="radio"],.wpcf7 input[type="checkbox"] {
    margin: 4px;
}
.wpcf7 input[type="submit"] {
    background-color: #3498DB;
    border: 0;
    border-radius: 2px;
    padding: 5px 30px;
    clear: both;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wpcf7 input[type="submit"]:hover {
    opacity: .8;
}
@media screen and (max-width:768px) {
    .wpcf7 p,.wpcf7 p label {
        width: 100%;
        max-width: 100%;
        clear: both;
    }
    .wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 input[type="url"],
    .wpcf7 input[type="number"],.wpcf7 input[type="date"],.wpcf7 textarea,.wpcf7 select {
        width: 100%;
    }
}


/*
=comment style
---------------------------------------------------*/
#commentbox {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f2f2f2;
    padding: 25px 0;
    float: right;
}
#commentbox .navigation{
    display: none;
}
#commentform {
    margin-top: 35px;
}
.input_line {
    float: right;
    width: 254px;
    max-width: 100%;
    margin: 5px 10px;
}
.comm_txt {
    width: 100%;
    float: right;
    clear: both;
}
#commentbox ol,#commentbox li {
    list-style: none;
}
#commentbox h3.titlt-section-single,h3#comments {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}

h3#comments  {
    margin-bottom: 20px;
    font-size: 17px;
    color: #555;
}
#respond span {
    display:inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
#commentbox input[type="text"]:focus {
    background: #fff;
}
#commentbox input#email:focus {
    text-align: left;
}

#commentbox textarea:focus {
    background: #fff;
}

#commentbox #commentform label {
    max-width: 100%;
    width: 200px;
}
#commentbox #commentform label.cptch_label {
    width: auto !important;
}
.cptch_block {
    width: 300px !important;
    float: right;
}
span.cptch_reload_button_wrap {
    display: inline-block;
    margin-top: 15px !important;
    color: #346702;
}
@-moz-document url-prefix() {
    span.cptch_reload_button_wrap {
        margin-top: 20px !important;
    }
}
span.cptch_title {
    font-size: 16px !important;
    margin: 0 !important;
    margin-top: 8px !important;
    margin-left: 10px !important;
    float: right;
}
#commentbox #commentform p.comment-inp {
    float: right;
    width: 250px;
    margin-left: 10px;
    max-width: 100%;
}
#commentbox #commentform input[type="text"] {
    height: 35px;
    line-height: 35px;
}
#commentbox #commentform input[type="text"],#commentbox #commentform textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 5px;
    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
    background: #fcfcfc;
    line-height: 25px;
    color: #777;
    font-size: 13px;
}
#commentbox .sec_title span i {
    font-size: 29px;
    vertical-align: middle;
    padding-left: 4px;
}
#commentbox #commentform input[type="text"]:focus,#commentbox #commentform textarea:focus {
    background: #fff;
    border-color: #aaa;
}
#commentbox #commentform textarea {
    width: 70%;
    height: 170px;
    max-width: 99%;
    font-size: 14px;
    resize: none;
}
#commentbox code {
    white-space: normal;
}
.inp_sumi {
    float: right;
    clear: both;
}
#commentbox #commentform input[type="submit"] {
    border: 0;
    border-radius: 2px;
    padding: 4px 25px;
    font-size: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    margin-top: 5px;
    background:#a94ccd;
    border: 0;
}
#commentbox #commentform input[type="submit"]:hover {
    opacity: .8;
}
.says {
    display: none;
}
cite.fn {
    display: inline-block;
    position: relative;
    color: #a94ccd;
    font-size: 14px;
    margin-top: 5px;
}
cite.fn:after {
    content: ":";
    position: absolute;
    left: -7px;
    top: 1px;
}
.comment-meta.commentmetadata {
    float: left;
}
.comment-meta.commentmetadata a {
    color: #777;
    font-size: 12px;
}
h3.titr_comm {
    margin-bottom: 15px;
}
h3.titr_comm span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
h3.titr_comm span:before {
    content: "\f14b";
    font-family: FontAwesome;
    position: absolute;
    font-weight: normal;
    right: 0;
    top: -1px;
    font-size: 20px;
    color: #a94ccd;
}
#commentbox .comment-author .avatar {
    float: right;
    margin-left: 10px;
    border: 3px solid #ddd;
    border-radius: 100%;
}
#commentbox li.comment {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 8px;
}
#commentbox li.comment p {
    line-height: 25px;
    margin: 10px 0;
    color: #666;
    font-size: 13px;
}
#commentbox li.comment .comment-reply-link {
    background: #a94ccd;
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    font-size: 12px;
}
#commentbox li.comment .comment-reply-link:hover {
    opacity: .7;
}
#commentbox li.comment ul.children li {
    border: 1px solid #ddd;
    margin-top: 15px;
    background: #fcfcfc;
    border-radius: 2px;
}
#commentbox li.comment ul.children li ul.children li {
    background: #fff;
}
/*****************************page-all-qaleb***************************/
.all-qaleb .back-qaleb {
    width: 100%;
    height: 230px;
    top: -30px;
    right: 0;
}
.all-qaleb .pert-right-qaleb img {
    width: 96%;
    position: relative;
    top: -20px;
    right: 3px;
}
.all-qaleb .last-qaleb {
    background: transparent;
}
/*=cart-page
 -------------------------------------*/
.cart-page #box-shoping-cart {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
}
.container-full .woocommerce table.shop_table {
    text-align: center !important;
    overflow: hidden;
    width: 100%;
}
.container-full .woocommerce table.shop_table td {
    border: 1px solid #ccc;
    padding: 10px 0;
}
.container-full .woocommerce table.shop_table td .quantity {
    position: relative;
    float: none;
    display: inline-block;
}
.container-full .woocommerce table.shop_table thead {
    background: #7f31b7c2;

}
.container-full .woocommerce table.shop_table td .quantity input{
    text-align: right!important;
}
.container-full .woocommerce table.shop_table th {
    text-align: center !important;
    font-weight: normal;
    padding: 10px;
    color: #fff;
}
.container-full .woocommerce .cart-collaterals table th {
    color:#777;
}
.container-full .woocommerce table.shop_table img {
    border: 1px solid #eee;
    width: 80px;
    padding: 3px;
    margin: auto;
}
.container-full .woocommerce label {
    font-weight: normal;
    color: #888
}
div.wc-proceed-to-checkout{
    padding: 20px 0;
}
div.woocommerce .product-remove a {

    width: 15px;
    height: 15px;
    margin: auto;
    line-height: 13px;
    color: #fff!important;
    border-radius: 100%;
    font-size: 20px;
    background: #ef3f3e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
div.woocommerce ins {
    text-decoration:none;
}
del,del span.amount {
    color:red;
}
span.amount {
    color:green;
}
.product-remove a:hover {
    opacity: .7;
}
.title-cart h1 span {
    display: inline-block;
    background: #2980B9;
    color: #fff;
    font-weight: normal;
    padding:10px;
    font-size: 16px;
}
.container-full .woocommerce table.shop_table td.actions input[type="submit"] {
    border: 0;
    color: #555;
    box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    -moz-box-shadow: 0 0 2px #666;
    -o-box-shadow: 0 0 2px #666;
    background: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px;
}
.container-full .woocommerce table.shop_table td.actions input[type="submit"]:hover {
    background: #ddd;
}
.woocommerce .cart-collaterals .cart_totals {
    width:100% !important;
}
.container-full .woocommerce table.shop_table td.actions input[type="text"] {
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    color: #aaa;
}
.container-full .woocommerce .cart-collaterals {
    margin-top: 20px;
}
.container-full .woocommerce .cart-collaterals h2 {
    font-size: 16px;
    text-align: center;
}
.container-full .woocommerce .cart-collaterals table {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;

}
.container-full .woocommerce .cart-collaterals table tr {
    border-bottom: 1px solid #ccc;
}
.container-full .woocommerce .cart-collaterals table td,.container-full .woocommerce .cart-collaterals table th {
    text-align: center;
    font-family: toosweb-yekan;
    padding: 8px;
    border-left: 1px solid #ccc;
}
.container-full .woocommerce .cart-collaterals table tr:nth-child(even) {
    background: #eee;
}
div.wc-proceed-to-checkout a.checkout-button {
    text-align: center;
    display: block;
    background: #27AE60 !important;
    color: #fff;
    width: 200px;
    padding: 5px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 3px;
    margin: auto;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
div.wc-proceed-to-checkout a.checkout-button:hover {
    opacity:.8;
}
/*
=checkout-page
-------------------------------------*/
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
    width: 100%;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th {
    padding: 10px;
    width: 65%;
    background: #ddd;
    border-bottom: 1px solid #777;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tr{
    border-bottom: 1px solid #777;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td{
    padding: 10px;
    border: 1px solid #777;
}

.checkout-page .woocommerce-checkout-review-order {
    padding: 10px;
    margin-top: 38px;
    background: #fff;
    clear: both;
}
.checkout-page h3#ship-to-different-address,.woocommerce-billing-fields h3 {
    font-size: 17px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #46A349;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.checkout-page .shipping_address,.woocommerce-billing-fields {
    padding: 20px;
}
.checkout-page #billing_email,.checkout-page #billing_phone {
    width: 100%;
}
.checkout-page #billing_address_1,.checkout-page #shipping_address_1 {
    margin-bottom: 25px;
}
.checkout-page #payment {
    padding: 20px;
}
.checkout-page #payment #place_order {
    border: 0;
    background: #E74C3C;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
}
.checkout-page #payment #place_order:hover {
    background: #C0392B;

}

.section_list {
    width: 100%;
    float: right;
    background: #fff;
    margin: 10px 0 2px;
}
.section_list ul li {
    float: right;
}
.section_list ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    background: #ef3f3e;
    border-left: 1px solid #fff;
}
.section_list ul li a:hover {
    opacity: .8;
}
.products_list .col_archive {
    margin: 0 0 5px;
    padding: 0;
}

@media screen and (min-width:1200px) {
    .products_list .col_archive {
        /* 		width: 20% */
    }
}
.title_page {
    font-size: 26px;
    color: #444;
    margin-bottom: 15px;
}
/*
=login
-----------------------------------*/
.login-page .post-content {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 4px #ccc;
}
.woocommerce .col2-set form {
    margin-top: 25px;
}
.woocommerce .col2-set form label {
    font-weight: normal;
    color: #555;
}
.woocommerce .col2-set form input[type="submit"] {
    border: 0;
    border-radius: 2px;
    padding: 3px 20px;
    margin-top: 50px;
    line-height:30px;
    float: left;
    background: #2980B9;
    color: #fff;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.woocommerce .col2-set form input[type="submit"]:hover {
    background: #3498DB;

}
.woocommerce .col2-set .col-1{
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce .col2-set .col-2 {
    float: right;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce .col2-set .col-1 input[type="text"],.woocommerce .col2-set .col-1
input[type="password"],.col2-set .col-1 .woocommerce input[type="email"],
.woocommerce .col2-set .col-2 input[type="text"],.woocommerce .col2-set .col-2
input[type="password"],.woocommerce .col2-set .col-2 input[type="email"],
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea
{
    width: 100%;
    padding: 3px 10px;
    color: #919191;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 28px !important;
}
.select2-container--default .select2-selection--single {
    height:38px !important;
    border-radius:2px !important;
    color:#777 !important;
    border-color:#ddd !important;
}

.woocommerce .col2-set h2 {
    font-size: 17px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #666;
    font-weight: 700;
}
.woocommerce .col2-set h2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 30%;
    height: 2px;
    background: #3498DB;
}
.commentlist .avatar {
    float: right;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-left: 15px;
}
.woocommerce-MyAccount-navigation ul {
    display: table;
    margin: 10px auto;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 6px;
    float: right;
    margin: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #7f31b7;
    border-color: #7f31b7;
    text-align: center;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #8d46b7;
}
.container-full .woocommerce table.shop_table img.track-button {
    width:35px;
    height:35px;
    border:0;
    display: inline-block;
}
div.woocommerce table.my_account_orders .button.track-button {
    margin-left:10px !important;
}
.ywot_order_details {
    background: #fafafa;
    text-align: center;
    margin-bottom: 10px;
    color: green;
    font-size: 15px;
    padding: 10px;
}
.woocommerce h3 {
    text-align: center;
    padding: 10px;
    color: #46A349;
}
#customer_details {
    border: 1px solid #999;
    width: auto;
    padding: 10px;
    border-radius: 5px;
    background: #F5F5F5;
}
.meta_text i {
    width: 25px;
    height: 25px;
    background: #3498DB;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    line-height: 25px;
    text-align: center;
}

.meta_text i {
    width: 25px;
    height: 25px;
    background: #3498DB;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.leftPage .meta_text span {
    color: #3498DB;
    font-size: 15px;
    padding-left: 3px;
}
.wpcf7 input:not([type="submit"]), .wpcf7 textarea {
    line-height: 25px;
    border: 1px solid #d5d5d5;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 13px;
    background: #fefefe;
    transition: all .3s;
}

.wpcf7 p label {
    color: #a49494bf !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.wpcf7 label span input {
    width: 120%;
}
.wpcf7 label span textarea{
    width: 150%;
}

.wpcf7 input[type="submit"] {
    border: 0;
    padding: 5px 20px;
    border-radius: 2px;
    color: #fff;
    background: #36c0d1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
ul.social_about_page {
    margin: 20px auto 10px;
}
ul.social_about_page li {
    float: left;
    margin: 5px 0;
    width: 50%;
    list-style: none !important;
}
ul.social_about_page li img {
    -wbkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}
.more-about p{
    font-size: 14px;
    line-height: 2;
    color: #555555;
    text-align: justify;
}
.pert-left-qaleb h2 {
    font-size: 15px;
    line-height: 2;
    color: #555555;
    font-weight: 600;
}
.more-about a , .list-links li a , .title-section p , .title-section a , .pert-left-qaleb h4 , .pert-left-qaleb p,.pert-left-qaleb span{
    font-size: 14px;
    line-height: 2;
    color: #555555;
}
.title-section a ,.title-section p, .pert-left-qaleb h4 , .pert-left-qaleb p,.pert-left-qaleb span ,.title-footer h4{
    font-weight: 600;
}

/*
=max mega menu
--------------------------------*/
#mega-menu-wrap-main_menus #mega-menu-main_menus, #mega-menu-wrap-main_menus #mega-menu-main_menus ul.mega-sub-menu, #mega-menu-wrap-main_menus #mega-menu-main_menus li.mega-menu-item, #mega-menu-wrap-main_menus #mega-menu-main_menus a.mega-menu-link ,#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-item{
    text-align:right !important;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    float:right!important;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus a.mega-menu-link{
    /*color: #2980B9!important;*/
    margin-bottom: 5px!important;
    border-radius: 6px;
    line-height: 23px;
    vertical-align: middle !important;
    padding: 2px 5px !important;
    font-weight: normal !important;
    font-size: 15px !important;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main_menus #mega-menu-main_menus[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
    margin-top: 0!important;
}
#mega-menu-main_menus li.mega-menu-item-type-taxonomy ul li a.mega-menu-link{
    color: #666!important;
}
#mega-menu-main_menus li> ul> li> a.mega-menu-link{
    color: #2980B9!important;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-item > a.mega-menu-link{
    padding: 0 15px!important;
    font-size: 16px!important;
    color: #808080!important;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding:4px 5px 4px 0!important;
    font-size:12px !important;
    color:#333!important;
    position:relative;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color:#E74C3C !important;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    right: -9px;
    font-size:12px;
    color:#E74C3C;
}
#mega-menu-wrap-main_menus {
    clear: none!important;
    border-radius: 4px !important;
    padding-top: 5px;
}
.navbar-header {
    float: right;
    margin-left: 15px;
    z-index: 99;
    position: relative;
    padding: 5px;
}
.navbar-header img {
    max-width:200px;
    max-height:90px;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-item > a.mega-menu-link {
    height:auto!important;
    font-family: '2sweb';
}
#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-megamenu > ul.mega-sub-menu {
}
#mega-menu-wrap-main_menus #mega-menu-main_menus li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main_menus #mega-menu-main_menus li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-item-has-children > a.mega-menu-link:after {
    vertical-align:middle!important;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
    float:left!important;
}
#mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left:auto!important;
    right:100%;
}
.widget_media_image img {
    margin:auto;
}
@media screen and (max-width:992px) {
    #mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        text-align:right !important;
    }
    #mega-menu-wrap-main_menus {
        padding-top:2px!important;
        float:right!important;
        width:100% !important;
    }
    #mega-menu-wrap-main_menus .mega-menu-toggle .mega-toggle-block-right {
        padding-left:10px;
    }
    .navbar-header {
        margin-left:0;
    }
    #mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-item > a.mega-menu-link {
        padding:0 15px !important;
    }
}
#mega-menu-wrap-main_menus .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block{
    direction: ltr;
}
#edd_checkout_cart .edd_cart_header_row th ,#edd_checkout_cart td{
    text-align: right!important;
}
#edd_final_total_wrap{
    margin-bottom: 15px;
}
/*checkout*/
.edd-cart-meta.edd_subtotal, .edd-cart-meta.edd_total {
    border: 1px solid #eee;
    padding: 4px;
    margin-bottom: 5px
}

.edd-cart-number-of-items {
    font-style: italic;
    color: #fff !important;
    background: #8bc34a;
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center
}

#edd_checkout_cart_form td, #edd_checkout_cart_form th {
    text-align: center !important;
    border: 1px solid #ddd;
    padding: 10px 0
}

#edd_checkout_cart td img {
    float: right !important
}

#edd_checkout_cart .edd_cart_remove_item_btn {
    position: relative
}

#edd_checkout_cart .edd_cart_remove_item_btn:before {
    content: "\f057";
    font-family: FontAwesome;
    position: absolute;
    color: #E74C3C;
    top: -2px;
    right: -20px;
    font-size: 16px
}

#edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=tel], #edd_checkout_form_wrap textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px !important;
    display: block
}

#edd_checkout_form_wrap #edd-discount {
    display: inline
}

#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap #edd-domain {
    text-align: left !important
}

#edd_checkout_form_wrap label {
    font-size: 13px !important;
    margin: 10px 0 5px !important
}

.post-content ol li, .post-content p {
    font-family: IRANSans_normal;
    font-size: 14px;
    line-height: 28px
}

#edd_final_total_wrap {
    margin-top: 10px;
    margin-bottom: 10px
}

.edd_terms_links {
    padding: 10px
}

.edd-terms-agreement {
    margin-top: 10px;
    color: #666
}

input.edd-submit.button.blue {
    background: #8663c7 !important;
    color: #fff;
    padding: 6px 30px !important;
    border-radius: 2px !important;
    border: 0 !important;
}
#edd_purchase_form input.edd-submit.button.blue{
    min-height: 32px!important;
    margin: 0!important;
}
input.edd-apply-discount {
    padding: 0 30px !important
}

#edd-purchase-button {
    padding: 8px 40px;
    margin-bottom: 10px
}

.edd-submit.button.blue {
    max-width: 100%;
    border-radius: 2px;
    padding: 10px 7px;
    font-size: 12px
}

.edd_purchase_submit_wrapper {
    margin: 0 0 10px 0;
}


#edd_checkout_form_wrap fieldset#edd_checkout_user_info {
    border: 0 !important;
    background: #f5f5f5;
    border-radius: 4px
}

#edd_checkout_form_wrap fieldset#edd_checkout_user_info p {
    float: right;
    width: 50%;
    height: 98px
}

#edd_checkout_form_wrap fieldset#edd_checkout_user_info p span.edd-description {
    display: none
}

#edd_checkout_form_wrap legend {
    border-bottom: 0 !important;
    background: #8663c7;
    text-align: center;
    padding: 10px !important;
    color: #fff;
    font-size: 15px !important;
    border-radius: 2px
}

.edd-add-to-cart, .edd_go_to_checkout {
    background: #8bc34a !important;
    border: 0 !important;
    color: #fff !important
}

.edd-add-to-cart:hover, .edd_go_to_checkout:hover {
    background: #f89a1e !important
}

table#edd_checkout_cart {
    width: 100%;
    max-width: 100%;
    margin-top: 15px
}

table#edd_purchase_receipt, table#edd_purchase_receipt_products {
    width: 100%;
    max-width: 100%
}

table#edd_purchase_receipt tr:nth-child(even) {
    background-color: #f7f7f7
}

table#edd_purchase_receipt td, table#edd_purchase_receipt_products td {
    text-align: center !important;
    border: 1px solid #eee;
    vertical-align: middle;
    padding: 10px 0
}

table#edd_purchase_receipt th, table#edd_purchase_receipt_products th {
    text-align: center !important;
    vertical-align: middle;
    background-color: #8663c7;
    color: #fff;
    padding: 10px 0
}

.inner_page .theme_content .wrapper_content ul li.edd_download_file {
    display: table;
    margin: auto !important
}

.inner_page .theme_content .wrapper_content ul li.edd_download_file:before {
    content: "\f0ed";
    font-family: FontAwesome;
    position: absolute;
    font-weight: 400;
    right: 5px;
    top: 12px;
    font-size: 25px;
    color: #fff
}

a.edd_download_file_link {
    background: #00b894;
    padding: 10px 40px 10px 10px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: auto;
    margin-top: 10px
}

a.edd_download_file_link:hover {
    color: #fff;
    background: #8bc34a
}

.edd_price_options.edd_multi_mode li {
    float: right;
    width: 100%
}

.edd_price_options.edd_multi_mode li input[type="checkbox"] {
    float: right;
    margin-left: 3px
}

.edd_price_options.edd_multi_mode li span {
    float: right
}

.edd_download_purchase_form .edd_price_options li {
    float: right;
    width: 50%
}

#edd_checkout_cart td img {
    width: 80px
}

.edd_checkout_cart_item_title {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px
}

#edd_checkout_wrap {
    clear: both
}

/*************************responsive***************************************/
/*************************responsive***************************************/
@media only screen and (max-width: 1400px) {
    .part-portfolio {
        width: 370px;
    }
    .big-img img {
        max-height: 500px;
    }
}
@media only screen and (max-width: 1350px) {
    .part-portfolio {
        width: 340px;
    }
    .form-letter input[type=text] {
        width: 160px;
    }
    #mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-item > a.mega-menu-link{
        padding: 0 9px;
    }
}
@media only screen and (max-width: 1250px) {
    .part-portfolio {
        width: 310px;
    }

}
@media only screen and (max-width: 1200px) {
    .customer-us .comment-customer .owl-buttons .owl-prev {
        right: 50px;
    }
    .customer-us .comment-customer .owl-buttons .owl-next {
        left: 50px;
    }
    .figur-img {
        height: 125px;
    }
}
@media only screen and (max-width: 990px) {
    .figur-img {

        margin-top: -32px;
    }
    .tw_nav .navbar-collapse{
        max-height: 100%!important;
    }
    .logo-part > div.part-picture{
        width: auto;
    }
    .part-qaleb .wrapp-qaleb {
        min-height: 335px;
    }
    .back-qaleb {
        top: -43px;
    }
    .pert-right-qaleb img {
        width: 93%;
        top: -33px;
        right: 10px;
    }
    .inner_page > section , .inner_page > aside{
        float: none!important;
    }
    .inner_page > aside ,  .inner_sidebar{
        margin-top: 25px;
        padding: 0;
    }
    .slide-text{
        top:0;
    }
    .small-img img {
        max-height: 100%;
    }
    .small-img .picture-article .over-article{
        bottom: 0;
    }
    .big-img .picture-article .over-article{
        width: 100%;
        top: auto;
        bottom: 0;
    }
}
@media only screen and (max-width: 900px) {
    #mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-main_menus #mega-menu-main_menus > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
        padding:0;
    }
    .customer-us .comment-customer .owl-buttons .owl-prev {
        right: 0;
    }
    .customer-us .comment-customer .owl-buttons .owl-next {
        left: 0;
    }
    .tw_nav {

        max-height: 500px;
        overflow: auto;
    }
}
@media only screen and (max-width: 768px) {
    .single-article{
        float:none!important;
    }

    #search-not-mobile , #menu{
        display: block !important;
    }
    .part-left-about:after ,.part-left-about:before ,.about-us ,.customer-us{
        background: none!important;
    }
    .part-left-about{
        clear: both;
    }
    .navbar-nav-custom li ul.sub-menu .caret {
        top: 13px;
    }
    #menu .navbar-nav {
        margin: 0;
        width: 100%;
    }
    .about-us .content-about ,.part-left-about:after{
        position: relative;
    }
    .part-right-about p{
        height: auto;
    }
    .part-left-about:after{
        height: 0;
    }
    .more-about{
        margin-top: 0;
    }
    .list-support li{
        width: 100%;
    }
    .list-support li a{
        width: 100%;
        margin: 10px auto;
    }
    .list-links{
        margin: 0 auto;
    }
    .tw_nav ul li a{
        color: #fff;
    }
    .item-comment {
        width: 400px;
    }
    .customer-us .comment-customer .owl-buttons .owl-prev , .customer-us .comment-customer .owl-buttons .owl-next  {
        top: -35px;
    }
    .small-img img {
        min-height: auto;
    }
    .single-article > div{
        width: 100%;
    }
    .related_posts .rel_itm {
        width: 98%;
    }
    .slide-text>h1, .slide-text>h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 570px) {
    .over-article p{
        display: none;
    }
    .over-article h2 ,.over-article h4{
        font-size: 14px;
    }
    .pert-right-qaleb{
        min-height: 230px;
        padding: 10px;
    }
    .pert-right-qaleb {
        margin: 35px auto 0;
    }
    .back-qaleb, .all-qaleb .back-qaleb {
        width: 90%;
        height: 210px;
        top: 0;
        right: 15px;
        margin: 0 auto;
    }
    .pert-right-qaleb img ,.all-qaleb .pert-right-qaleb img {
        top: 0;
        width: 93%;
        right: 10px;
    }
    .wrapp-qaleb > div.pert-left-qaleb{
        margin-bottom: 30px;
    }
    .wrapp-qaleb > div {
        width: 100%;
    }
    .part-qaleb .wrapp-qaleb{
        display: inline-block;
        margin: 15px auto;
    }
    .w-90{
        width: 98%;
    }
    .figur-img {

        height: 130px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 460px) {
    .link-social ul li {
        width: 95%;
    }
    .title-section a{
        position: relative;
        left: auto;
        color: red;
    }
}
@media (max-width: 480px){
    .slide-text {
        display: none;
    }
    .form-letter input[type=submit]{
        position:relative;
    }
    .title-footer h4{
        color:#8663c7 ;
    }
}

@media only screen and (max-width: 375px) {
    .logo-part{
        text-align: center;
    }
    .logo-part > div.part-picture {
        margin: 0 auto;
        float: none;
    }
    .logo-part > div.Dis-logo {
        width: 100%;
    }
    .form-letter {
        text-align: center;
    }
    .form-letter input[type=text]{
        width: 80%;
    }
    .form-letter input[type=submit]{
        margin-top: 15px;
    }
}
/*********** custom css edd **********/
input.edd-submit.button.blue ,#edd_checkout_form_wrap legendtable#edd_purchase_receipt th, table#edd_purchase_receipt_products th{
    background-color: #7f5ac4;
}
.edd-loading, a.edd-add-to-cart .edd-add-to-cart-label{
    color:white;
}
.more-about a:hover , .title-section a:hover ,.title-footer h4{
    color: #7f5ac4;
}
