/*
theme name: Negarin Theme
version: 1.0
Author: سی تم
Author URI: http://see-theme.com
Desctiption:
*/
@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;
    font-size: 100%;
    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: 'yekan-font', arial, tahoma;
    font-size: 100%;
    color:#3c3c3c;
    direction: rtl;
}
a:hover , a:focus{
    text-decoration: none;
    outline: none;
}
.m-top10{
    margin-top: 10px;
}
.padd0{
    padding: 0;
}
.paddL0{
    padding-left: 0;
}
.paddR0{
    padding-right: 0;
}
/**************Startslide**************/
.Logo img{
    width: 170px;    margin-top: 13px;
}
.Slide{
    width: 100%;
    height: 100vh;
    position: relative;
}
.Slide img{
    max-width: 100%;
    width: 100%;
    height: 100vh;
}
.border{
    border:1px solid #a49493;
    position: absolute;
    width: 86%;
    height: 80%;
    top:11vh;
    right: 7%;
    left: 7%;
}
.BackSlider{
    background-size: cover;
    max-width: 100%;
    height: 100vh;
    position: absolute;
    background-repeat: repeat-x;
    animation: animatedBackground 20s linear infinite;
    width: 100%;
}
@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position:  100% 0; }
}

/*************HeaderPage**************/
.Logo h1 ,.Logo h2 , .Logo h3 , .Logo h4{
    display: none;
}
.HeaderPage{
    position: absolute;
    top:30px;
    z-index: 1;
    width: 100%;
    background: #00000047;
}
.w-80{
    width:80%;
    margin:0 auto;
}
.MenuTop{
    border-bottom: 1px solid #808080;
    padding-bottom:10px
}
.MainMenu{
    padding-top: 5px;
}
.MenuTop ul li{
    display: inline-block;
    color: #fff;
    margin: 0 10px;
    font-size: 13px;
    font-family: IRANSans-number;
}
#menu-first{    float: right!important;}
.MenuTop ul li a , .MainMenu .navbar-default ul li a{
    color: #fff;
}
.ChangeLan ul li{
    margin: 0 2px;
}
.MainMenu .navbar-default ,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: transparent;
    border-color: transparent;
}
.MainMenu .navbar-default ul li{
    vertical-align: middle;
}
.MainMenu .navbar-default ul li a{
    padding: 10px;
    font-size: 14px;
}
.MainMenu .navbar-default ul>li:hover>a ,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    color: #fcb813!important;
}
.MainMenu .navbar-left .dropdown-menu {
    right: 0!important;
    left: auto!important;
    background-color: #e0dde0;
}
.dropdown-menu li a{
    color: #000!important;
    padding: 5px!important;
    font-size: 12px!important;
}
/***********--search--************/
.MainMenu .navbar-default ul li .icon-search span{
    background: #fcb813;
    color: #fff;
    padding: 6px;
    cursor: pointer;
}
.search{
    position: relative;
    display: inline-block;
    float: left;
    padding: 10px 0;
	color: wheat;
}
.search_form{
    position:absolute;
    z-index:9999;
    left:0;
    top:15px;
    overflow: hidden;
    width: 20px;
    height:0;
    background:#fcb813;
    transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
    opacity:0;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
}
.search_form input[type='text']{
    width: 370px;
    padding: 5px;
    outline: none;
    font-size: 12px;
    color:#fff;
    border: 1px solid #fff;
    background: none;
    height: 100%;
}
.search_form input[type='text']::-webkit-input-placeholder{
    color:#fff !important;
}
.search_form input[type='submit']{
    outline: none;
    background: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 5px 28px;
    height: 100%;
}
.search_form input[type='submit']:hover{
    background:#fff;
    border:1px solid #fff;
    color:#212121;
}
.search_box{
    visibility: hidden;
}
.search_box:checked~.search_form{
    width: 500px;
    height: 54px;
    padding: 5px 15px;
    top: 40px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
    opacity:1;
    transition:0.3s all ease-out 0.5s;
    -webkit-transition:0.3s all ease-out 0.5s;
    height: 100%;
}
/*--//search--*/
/*************HeaderPage**************/
.IconMove{
    text-align: center;
    position: absolute;
    top: 80%;
    z-index: 10;
    width: 100%;
}
/*******Scroll Down******/
.IconMove a:before {
    -webkit-animation: scrollDown 1.5s ease-out 0s infinite;
    -moz-animation: scrollDown 1.5s ease-out 0s infinite;
    -o-animation: scrollDown 1.5s ease-out 0s infinite;
    animation: scrollDown 1.5s ease-out 0s infinite;
    content: " ";
    display: inline-block;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    height: 30px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg) translate(-22px, 22px);
        opacity: 0
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg) translate(-22px, 22px);
        opacity: 0
    }
}
/*******Scroll Down******/
/**************endslide**************/

/************aboutUs**********/
.PartAbout h2 , .TitlePart h3{
    font-size: 23px;
    font-weight: 600;
    padding: 20px 0;
}
.PartAbout img{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}
.titlepart{
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
}
.HeadLink{
    padding: 0 10px;
}
.PartAbout p{
    line-height: 2;
    font-size: 15px;
    font-weight: 500;
    color: #828282;
}
.TxtAbout ,.LinkNews{
    border: 1px solid #d8d8d8;
    padding: 10px;
    position: relative;
}
.TxtAbout ,.LinkNews ul li{
      line-height: 2;
}
.TxtAbout:after, .TxtAbout:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.TxtAbout:after {
    border-color: rgba(247, 239, 237, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.TxtAbout:before {
    border-color: rgba(216, 227, 222, 0);
    border-bottom-color: #c1c3c2;
    border-width: 16px;
    margin-left: -16px;
}
.LinkNews{
    margin-top: 80px;
}
.ServiceCompany{
    background: url("images/backService.jpg");
    padding-top: 25px;
    background-attachment: fixed!important;
}
.LinkNews ul li a{
    color: #828282;
    font-size: 15px;
    line-height: 1.7;
}
/***************TitleService**********/
.TitleService{
    position: relative;
    padding-bottom: 15px;
    min-height: 80px;
}
.DisService h3 a{
    color: #666666;
    font-weight: 600;
    font-size: 1.2em;
}
.TextPart h4 , .TextPart h4 a{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}
.TextPart h4:hover a , .DisService h3:hover a{
    color: #ed7006;
}
.TextPart{
    padding: 10px;
}
.numService{
    text-align: center;
    border:1px solid #dedede;
    background: #fff;
    margin-bottom: 25px;
}
.ServiceCompany .numService img{
    margin: 10px auto 0;
    max-width: 80px;
}
.DisService p{
    line-height: 1.7;
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 10px 0;
    height: 125px;
    overflow: hidden;
}
.TitleService h2{
    background: #f8ffff;
    font-size: 1.5em;
    position: absolute;
    width: 30%;
    left: 35%;
    right: 35%;
    padding: 1px 10px;
    z-index: 2;
    top:10px;
}
.TitleService hr:nth-child(2){
    color: #fbbb1e;
    border-top: 2px solid #fbbb1e;
    position: absolute;
    width: 96%;
    top:10px;
    max-width: 100%;
}
.TitleService hr:nth-child(3){
    color: #fbbb1e;
    border-top: 1px solid #fbbb1e;
    position: absolute;
    width: 96%;
    top:15px;
    max-width: 100%;
}
/***************NewsArticle**************/
.ImgArticle{
    position: relative;
}
.ImgArticle img{
    margin: 0 auto;
}
.DateNews{
    width: 50px;
    height: 41px;
    position: absolute;
    top: 14px;
    right: 14px;
}
.DateNews span{
    color: #fff;
    display: block;
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}
.TitleNewsArticle h2{
    font-size: 30px;
    padding: 25px 0;
}
.ContinueNews{
    color: #000;
    font-weight:600;
    font-size: 14px;
    text-align: center;
}
.MoreArshive {
    margin:0 0 20px 0;
    text-align: center;
}
.MoreArshive a{
    color: #fff;
    font-size: 18px;
}
.MoreArshive span{
    color: #828282;
    font-weight: 600;
}
.color-Y , .MoreArshive a:hover ,.LinkNews ul li:hover a{
    color: #fcb813;
}
/**********StartPartOurTeam-Customer********/
.membersUs{
    width: 49.5%;
    display: inline-block;
    margin: 10px 0 0;
}
.members img{
    width: 175px;
    height: 160px;
    margin: 5px auto;
}
.membersUs p ,.membersUs span{
    color: #606060;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.OurTeam {
    position: relative;
    padding-bottom: 60px;
}
.Costumer{
    position: relative;
    padding-bottom: 40px;
}
.OurTeam-Customer .lSSlideWrapper ,.OurTeam-Customer .lSSlideOuter {
    direction: ltr!important;
    position: unset;
}
.OurTeam-Customer .lSAction > .lSPrev {
    left: 43%;
}
.OurTeam-Customer .lSAction > .lSNext {
    right: 43%;
}
.OurTeam .lSSlideOuter .lSPager.lSpg  ,.Costumer .lSSlideOuter .lSPager.lSpg{
    display: none;
}
.OurTeam .lSAction > .lSNext:after ,.Costumer .lSAction > .lSNext:after{
    content: "\f105";
}
.OurTeam .lSAction > .lSPrev:after ,.Costumer .lSAction > .lSPrev:after{
    content: "\f104";
}
.OurTeam-Customer .lSAction{
    top: 96%;
    position: absolute;
    width: 100%;
}
.OurTeam .lSAction a:after ,.Costumer .lSAction a:after{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    top: 0;
    font-size: 35px;
    line-height: 30px;
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
}
.CostumerUs{
    width: 32%;
    display: inline-block;
    margin: 15px 0 0;
}
/**********OrderService***********/
.OrderService{
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.txtOrder{
    text-align: center;
    padding: 25px;
}
.txtOrder h2{  
    color: #fff;
    font-size: 1.7em;}
.txtOrder p{
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    padding-top: 25px;
}
.txtOrder p:nth-child(2){
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    padding-top: 25px;
}
.txtOrder button{
    background: #ed7006;
    color: #fff;
    padding:3px 10px;
    margin-top: 25px ;
}
/********ProductUs******/
.slick-center .ProductDis{
    display: block;
    text-align: center;
}
.slick-center .ProductDis ul li:first-child a{
    color: #555555;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0 10px;
    display: block;
}
.slick-center .ProductDis ul li:last-child span del span{
    color: #ff0000;
    text-decoration: line-through;
}
.ProductDis{
    text-align: center;
    display: none;
}
.ProductUs .lSPager{
    display: none;
}


/*************/
.slider {
    direction: ltr;
    margin: 30px auto;
}
.slick-list{
    direction: ltr;
}
.ProductUs .slick-slide img {
    width: 80%;
    border: 3px solid #888888;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}
.slick-slide.slick-center img{
    width: 100%;
    border: 3px solid #ed7006;
}

.slick-prev:before,
.slick-next:before {
    color: black;
	right: -2px!important;
    top: 0;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .4;
}
.slick-current {
    opacity: 1;
}
/*************/
/*********Footer*****/
.FooterSite{
    background: #373737;
}
.mnuFooter ul{
    text-align: center;
}
.mnuFooter ul li , .mainFooter ul li , .Socila_net ul li ,.mnuFooter p{
    display: inline-block;
    padding: 10px;
}
.Socila_net li{
    cursor: pointer;
    font-size: 20px!important;
}
.mnuFooter ul li a , .mainFooter ul li , .mainFooter p ,.mnuFooter p{
    color: #e6e6e6;
    font-size: 13px;
}
.TellPhone i , .mainFooter p i{
    color: #95a5a5;
    padding:0 5px;
}
.mnuFooter ul li:hover a , .color-O{
    color: #ed7006;
}
.mainFooter{
    background: #2c2c2c;
    padding: 25px 0 10px;
    border-top: 2px solid #95a5a5;
}
.CopyRight{
    border-bottom: 2px solid #95a5a5;
}
.mnuFooter p{
    font-size: 12px;
}
@-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);
    }
}
.Socila_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;
}

#go-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ed7006;
    display: none;
    cursor: pointer;
    transition: all .4s;
    text-align: center;
    border-radius: 50%;
}
#go-top i {
    color: #fff;
    padding: 10px;
}
/********pageSingle********************/
.MainSingle{
    background: #eeeeee;
    padding-bottom: 30px;
}
.HeadPageSingle{
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 15px;
}
.HeadPageSingle .navbar{
    margin-bottom: 5px;
}
.MenuPage{
    padding: 15px 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li span{
	    display: block;
    width: 100%;
    white-space: nowrap;
}
.breadcrumb a {
    position: relative;
    padding: 0 4px 0 15px;
    color: #727272;
}
.breadcrumb {
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 6px #fff;
    padding: 10px 15px;
}
.breadcrumb a:after {
     content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
    top: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.SinglePage .wrapper-content {
    float: right;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
}
.SinglePage .wrapper-content .content {
    float: right;
    width: 100%;
}
.SinglePage .wrapper-content .content-body{
    padding:0 10px;
}
.meta-head-post{
    padding: 10px;
}
.SinglePage .wrapper-content .content header .title-post {
    font-size: 18px;
    color: #555;
    padding-bottom: 10px;
}
.SinglePage .wrapper-content .meta-head-post ul li {
    position: relative;
    float: right;
    padding: 5px 22px 5px 15px;
    color: #777;
    font-size: 12px;
}
.SinglePage .wrapper-content .meta-head-post ul li.comment_count:before {
    content: "\f086";
}
.SinglePage .wrapper-content .meta-head-post ul li:before, .SinglePage .wrapper-content .meta-head-post ul li.share-post span:before {
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    color: #888;
}
.SinglePage .wrapper-content .meta-head-post ul li.publish-post:before {
    content: "\f133";
}
.SinglePage .wrapper-content .content-body {
    width: 100%;
}
.SinglePage .wrapper-content .content-body ul li{
        list-style: inside;
}
.SinglePage .wrapper-content .content-body p {
    color: #666;
}
.SinglePage .footer_meta {
    background-color: #f5f5f5;
    padding: 5px;
    width: 100%;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
}
.SinglePage .footer_meta .cat_link_post, .SinglePage .footer_meta .tag_link_post {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.SinglePage .footer_meta .cat_link_post li {
    display: inline-block;
    padding-left: 4px;
}
.SinglePage .footer_meta i {
    vertical-align: middle;
}
.SinglePage a{
    color: #555;
}
.single_post_social {
    float: right;
    width: 100%;
}
.single_post_social li {
    float: right;
    margin: 0 5px;
}
.single_post_social li a i {
    font-size: 22px;
}
.single_post_social li.facebook_ico a i {
    color: #3b5998;
}
.single_post_social li.google_ico a i {
    color: #f63e28;
}
.single_post_social li.twitter_ico a i {
    color: #2daae1;
}
.single_post_social li.telegram_ico a i {
    color: #28a0d9;
}
.single_post_social li.linkdin_ico a i {
    color: #3283AC;
}
.single_post_social li.instagram_ico a i {
    color: #640a9d;
}
.single_post_social li a:hover {
    opacity: .7;
}
/*****wordpress-Comment****/
ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.commentlist li {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin:  10px;
    padding: 8px 7px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
ol.commentlist .comment-body {
    overflow: hidden;
}
ol.commentlist li div.vcard {
    overflow: hidden;
    width: 310px;
    float: right;
    max-width: 100%;
}
ol.commentlist li div.comment-meta {
    float: left;
    margin: 15px 0;
}
ol.commentlist li div.vcard img.avatar {
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    float: right;
    margin: 0 0 10px 10px;
    border-radius: 100%;
}
cite.fn {
    position: relative;
    display: inline-block;
    margin-top: 7px;
}
ol.commentlist li p {
    margin-bottom: 12px;
    float: right;
    clear: both;
}
ol.commentlist li div.reply {
    background: #e4e4e4;
    line-height: 1.5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding:0 4px;
    text-align: center;
    float: left;
    clear: both;
    font-size: .9em;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
}
ol.commentlist li div.reply a{
    color: #000;
}
#comments, #respond {
    padding: 0 10px;
}
#respond h3 {
    margin-bottom: 8px;
}
#commentform p {
    color: #919191;
    margin-bottom: 16px;
}
#commentbox input[type=text] {
    background: #fff;
    display: block;
    padding: 0 6px;
    height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #666;
    border-radius: 1px;
    width: 40%;
    border: 1px solid #aaa;
    font-family: twosweb-font;
}
#commentbox textarea {
    background: #fff;
    display: block;
    padding: 0 6px;
    font-size: 14px;
    color: #555;
    border-radius: 1px;
    width: 80%;
    height: 150px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}
.cancel-comment-reply a , #respond h3 span a{
    color: #000;
}
ol.commentlist ul.children li.odd {
    background: #f7f7f7;
}
h3#comments {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 15pX 10PX;
    direction: ltr;
}
#commentbox .navigation{display: none;}
/********pageSingle********************/
/********pageArshive********************/
.ArshiveArticle img{
    margin: 0 auto;
}
.sidebar-inner .widget ,.sidebar-inner .sidebox , .section_comment{
    float: right;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    margin-bottom: 15px;
}
.sidebar-inner .widget .widg-title:before,.sidebar-inner .sidebox .widg-title:before , .relateproduct h3:before  {
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
}
.sidebar-inner .widget .widg-content,.sidebar-inner .sidebox .widg-content {
    padding: 10px;
}
.sidebar-inner .widget .widg-title ,.sidebar-inner .sidebox .widg-title,.SinglePage .wrapper-content .content header .title-post,.t_section , .DisProduct h3 , .relateproduct h3 , .TitleHeadCart{
    position: relative;
    font-size: 16px;
    padding: 4px 28px 4px 5px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
}
.t_section:before{
    content: "\f086";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
}

.sidebar-inner .widget ul li {
    width: 100%;
    margin-bottom: 5px;
}
.sidebar-inner .widget ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 5px 17px 5px 5px;
    color: #555;
}
.sidebar-inner .widget ul li:hover a{
    color: #2c3c4c;
    font-weight: 600;
}
.sidebar-inner .widget ul li a:before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 13px;
    color: #777;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li {
    float: right;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #d5d3d3;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li a.thumb {
    display: block;
    float: right;
    margin: 5px 0 5px 5px;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content h4 a {
    font-size: 13px;
    color: #555;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content {
    margin-top: 10px;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li a.thumb img {
    width: 90px;
    height: 80px;
    padding: 3px;
    border: 1px solid #ddd;
}

/*****pageArshive********/
.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;
    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 {
    font-family: tahoma;
    display: inline-block;
    padding: 0 4px;
}
/**************************galleyPage****************************/
.galleyPage{
    float: right;
    width: 100%;
}
.galleyPage .TextPart h4 a {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}
.galleyPage .price_label{
    padding: 5px;
    border-top: 1px solid #cbcaca;
    margin-top: 5px;
}
.galleyPage .price_label del,.galleyPage .price_label del span , .product_price del span {
    color: red !important;
    font-size: 12px;
    padding-left: 4px;
}
.galleyPage .price_label ins,.galleyPage .price_label .amount , .product_price ins {
    color: #444;
    font-family: 'IRANSans-m', tahoma;
    background-color: transparent;
}
.galleyPage .price_label .amount span.woocommerce-Price-currencySymbol{padding:0 3px;}
.galleyPage .numService .ImgArticle{
    position: relative;
    height: 260px;
    width: 260px;
     margin: 0 auto;
    max-width: 100%;
}
.galleyPage .numService .ImgArticle img{
    width: 100%;
}
.numService .TextPart h2{
    height: 35px;
    overflow: hidden;
}
.CaptioDiv{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0,0,0,.7);
    display: inline-flex;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    opacity: 0;
}
.galleyPage .numService:hover .CaptioDiv{
    opacity: 1;
}
.CaptioDiv a{
    color: #fbc813;
    font-size: 15px;
    padding: 8px 10px;
    border: 1px solid #ed7006;
    border-radius: 5px;
}
.CaptioDiv a:hover{
    background: #ed7006;
    transition: all .4s;
    color: #fff;
}
.product_thumb img {
    max-height: 500px;
    border: 1px solid #eee;
    margin: 0 auto;
}
/****************************detailsProduct****************************************/
.DitailsProduct{
    padding-top: 10px;
}
.NewsArticle h1{    font-size: 23px;
    padding: 30px 30px 0;}
.container_block:last-child {
    border-bottom: 0;
}
.container_block {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c3c3;
}
.block_counter .count_title {
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}
.quantity {
    position: relative;
    float: right;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.quantity input:focus {
    outline: 0;
}
.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ccc;
    width: 22px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: fantasy;
    line-height: 21px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color:#2980B9;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 21px;
    top: 0;
    border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 21px;
    line-height: 18px;
}

.single_add_to_cart_button {
    border: 0;
    padding: 10px 80px 10px 10px;
    line-height: 25px;
    background: #fcb813;
    height: 47px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 1px;
    display: table;
    position: relative;
    clear: both;
    margin-top: 15px;
    float: right;
}
.single_add_to_cart_button:hover {
    background:#027c2e;
}
.single_add_to_cart_button:before {
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 44px;
    height: 100%;
    text-align: center;
    width: 50px;
    font-size: 25px;
    color: #fff;
    background: #05a73f;
}
.product_price .title_price {
    padding-left:3px;
}
.product_price del,.product_price del span {
    color:red!important;
    font-size: 13px;
}
.price_label {
    text-align: center;
    padding: 0 5px;
}
.price_label ins {
    text-decoration:none;
}
.DisProduct p{
    padding: 10px 15px;
}
.relateproduct{
    margin-bottom: 15px;
}
.relateproduct .ProductUs{
    background: #fff;
}
.slick-next {
    right: 0!important;
    z-index: 100;
    top: 30%;
}
.slick-prev {

    z-index: 100;
    top: 30%;
}

/******************tableme************************/
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align:right;
        display: inline-block;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}
/**************************Cart********************/
table caption {
    padding: .5em 0;
}

@media screen and (max-width: 767px) {
    table caption {
        border-bottom: 1px solid #ddd;
    }
}
.tableCart{
    margin-bottom: 0!important;

}
.tableCart tr td{
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle!important;
}
.tableCart thead tr th{
    text-align: center;
}
.tableCart tr:nth-child(even) td {
    background: #f0f0f0;
}
.tableCart thead tr th {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e9e9e9, #e4e4E4) repeat scroll 0 0;
    color: /*#5d513e*/#aaa;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}
.ListFactor li{
    float: right;
    width: 100%;
}
.ListFactor li div:last-child{
    border: 1px solid #dddddd;
}
.Factor{
    background: #f0f0f0;
    font-size: 13px;
    padding: 20px 10px;
}
.totalFac {
    background: #fcb813;
    border: 0 solid #fcb813;
    color: #fafafa;
    border-radius: 2px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    margin: 0 ;
}

.TitleHeadCart:before{
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #fbc813;
}
.CartShopping{
    margin: 10px 0;
}
/**********************tableme******************/

 /*-------------------------------------*/
.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;
}
.wrapper-content .woocommerce table.shop_table {
    text-align: center !important;
    overflow: hidden;
    width: 100%;
}
.wrapper-content .woocommerce table.shop_table td {
    border: 1px solid #ccc;
    padding: 10px 0;
}
.wrapper-content .woocommerce table.shop_table td .quantity {
    position: relative;
    float: none;
    display: inline-block;
}
.wrapper-content .woocommerce table.shop_table thead {
    background: #121212;

}
.wrapper-content .woocommerce table.shop_table td .quantity input{
    text-align: right!important;
}
.wrapper-content .woocommerce table.shop_table th {
    text-align: center !important;
    font-weight: normal;
    padding: 10px;
    color: #fff;
}
.wrapper-content .woocommerce .cart-collaterals table th {
    color:#777;
}
.wrapper-content .woocommerce table.shop_table img {
    border: 1px solid #eee;
    width: 80px;
    padding: 3px;
    margin: auto;
}
.wrapper-content .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;
}
.wrapper-content .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;
}
.wrapper-content .woocommerce table.shop_table td.actions input[type="submit"]:hover {
    background: #ddd;
}
.woocommerce .cart-collaterals .cart_totals {
    width:100% !important;
}
.wrapper-content .woocommerce table.shop_table td.actions input[type="text"] {
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    color: #aaa;
}
.wrapper-content .woocommerce .cart-collaterals {
    margin-top: 20px;
}
.wrapper-content .woocommerce .cart-collaterals h2 {
    font-size: 16px;
    text-align: center;
}
.wrapper-content .woocommerce .cart-collaterals table {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;

}
.wrapper-content .woocommerce .cart-collaterals table tr {
    border-bottom: 1px solid #ccc;
}
.wrapper-content .woocommerce .cart-collaterals table td,.wrapper-content .woocommerce .cart-collaterals table th {
    text-align: center;
    font-family: toosweb-yekan;
    padding: 8px;
    border-left: 1px solid #ccc;
}
.wrapper-content .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
-----------------------------------*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea, .woocommerce form .form-row select {


}
.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;
}
.wrapper-content .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;
}

/**************************Responsive****************************/
/**************************Responsive****************************/
@media only screen and (max-width: 1200px) {
    .MainMenu .navbar-default ul li a {
        padding: 10px 5px;
    }
    .container {
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #menu-first {
        width: 100%;
    }
    .padd0 {
        padding: 15PX;
    }
    .paddL0 {
        padding-left: 15px;
    }
    .BackSlider , .Slide{
        height: 50vh;
    }
    .ProductUs .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ed7006;
        font-size: 13px;
    }
    .ProductUs{
        margin-bottom: 15px;
    }
    .search_form {
        position: relative;
        z-index: 0;
        left: 0;
        top: auto!important;
        overflow: hidden;
        width: 100%!important;
        height: auto!important;
        padding: 5px;
    }
    .search_form input[type='text'] {
        width: 75%!important;
        padding: 6px;
    }
    .search_form input[type='submit'] {
        padding: 8px 9px;
    }
    .icon-search{
        float: left;
        opacity: 0;
    }
    .search {
        width: 100%;
        text-align: center;
        z-index: 999;
    }
    .search_form form{
        opacity: 1;
    }
    .vjs-default-skin .vjs-big-play-button {
        left: 42%;
        top: 48%;
    }
    .HeaderPage {
        position: relative;
        top: 0;
        background: #000000a3;
    }
}

@media only screen and (max-width: 560px) {
     .HeaderPage .w-80{
        width:100%;
        padding:0;
    }
    .Logo img{
        margin:0 auto;
    }
    .TitleService hr:nth-child(2) ,  .TitleService hr:nth-child(3){
        width: 90%;
    }
    .slick-slide.slick-center img {
        width: 80%;
    }
    .OurTeam-Customer .lSAction > .lSPrev {
        left: 40%;
    }
    .OurTeam-Customer .lSAction > .lSNext {
        right: 40%;
    }
    .TitleService h2 {
        font-size: 1.2em;
        width: 38%;
        left: 31%;
        right: 31%;
        top: 15px;
    }
    #commentbox input[type=text] {
        width: 100%;
        height: 40px;
    }
    #commentbox textarea{
        width: 100%;
    }
    .vjs-default-skin .vjs-big-play-button {
        left: 30%;
        top: 48%;
    }
    .playVideo{
        padding-bottom:25px;
    }
}
@media only screen and (max-width: 400px) {
    .MenuTop > ul > li {
        display: block;
        margin-bottom: 10px;
    }
    .MainMenu{
        float:right;
          width: 100%;
         position: relative;
    }
    .MenuTop{
        float:left;
    }
    .MainMenu .navbar-header{
        float: right;
        position: absolute;
        top: -70px;
    }
  
    .OurTeam-Customer .lSAction > .lSPrev {
        left: 35%;
    }
    .OurTeam-Customer .lSAction > .lSNext {
        right: 35%;
    }
}
blockquote {
    background: #eee;
    border-right: 3px solid #b3b3b3;
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
}