/*
Theme Name: mwd-company
Theme URI: https://http://mihanwebdesign.com/
Author: mihanwebdesign
Author URI: https://http://mihanwebdesign.com/

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

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body, html {
    font-family: 'IRANSans' !important;
    margin: 0;
    padding: 0;
    font-size: 12px
}

body {
    position: relative
}

a {
    text-decoration: none !important
}

.swiper-slide img {
    width: 100%
}

.rtl {
    direction: rtl !important
}

.p-15 {
    padding: 15px
}

.svg {
    width: 40px
}

@media (max-width: 991px) {
    .svg {
        width: 20px
    }

    .top-b {
        font-size: 10px;
        float: left;
        padding-left: 30px;
        padding-top: 10px;
    }
}

.navbar-inverse {
    background: #032f60 !important;
    font-size: 14px !important
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fbcc04
}

.navbar-inverse .navbar-nav > li > a {
    color: #f1efef
}

.navbar-left select {
    margin: 15px;
    color: #e6d0d0;
    background: #1054a0;
    font-size: 12px;
    border-radius: 5px
}

@media (min-width: 768px) {
    .navbar-brand {
        display: none
    }
    #menu-main-menu>li> .sub-menu .sub-menu{
            right: unset;
    left: -100%;
    top: 0;
    }
    html[lang=en-US] #menu-main-menu>li> .sub-menu .sub-menu{
            left: unset;
    right: -100%;
    top: 0;
    }
    .sub-menu li{
            position: relative;
    }
}
.sub-menu li{
        position: relative;
}
html[lang=en-US]  .sub-menu{
    left:0;right:unset;
}

.swiper-button-next, .swiper-button-prev {
    border: 2px solid rgba(255, 255, 255, .5);
    padding: 10px;
    background-size: 50%;
    border-radius: 5px;
    width: 40px;
    height: 40px
}

@media (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px
    }

    .navbar-nav {
        text-align: right
    }
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, .3);
    transition: all .5s ease-out;
    background-size: 45%
}

.summry-us p {
    font-size: 13px;
    line-height: 25px;
    text-align: justify
}

.m-t-20 {
    margin-top: 20px
}

video {
    cursor: pointer;
    background: url(img/poster.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.p-t-30 {
    padding-top: 30px
}

.titr {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.titr:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 3px;
    background: #fbcc04;
    right: 0;
    bottom: 0
}

ul {
    list-style-type: none;
    padding-right: 5px
}

.sec-svg {
    width: 15px
}

.summry-us ul li {
    margin-bottom: 10px
}

.summry-us .container {
    padding: 30px 15px
}

.product {
    background: url(img/H6-Parallax-1.jpg) center center no-repeat;
    background-size: cover;
    padding: 30px 15px;
    font-size: 13px
}

.float-left {
    float: left
}

.clear {
    clear: both
}

hr {
    border-top: 1px solid #d0c9c9
}

img {
    max-width: 100%
}

.pro1 {
    width: 55%
}

.product img {
    height: auto !important
}

.info {
    background: #142342;
    color: #fff;
    padding: 30px
}

.btn.ghost {
    color: #fff;
    border: 1px solid #fbc946;
    transition: all .7s ease-out
}

.btn.ghost:hover {
    background: rgba(255, 255, 255, .8);
    color: #142342;
    font-weight: 700
}

.text-center .titr:before {
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
    width: 20%
}

.blog {
    padding: 30px 15px
}

.blog img {
    max-width: 100%
}

.blog .img-holder {
    position: relative
}

.blog .titr-blog {
    position: absolute;
    bottom: -16px;
    background: #043061;
    z-index: 125;
    left: 0;
    padding: 10px;
    padding-left: 30px;
    padding-right: 0
}

.blog .titr-blog a {
    color: #fff
}

.blog .titr-blog h3 {
    font-size: 13px;
    margin: 0;
    position: relative
}

.blog .titr-blog h3 i.fa {
    color: #f0ad4e;
    position: absolute;
    left: -20px
}

.blog .titr-blog h3:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 25px solid #043061;
    border-bottom: 17px solid transparent;
    top: -10px;
    right: -25px
}

.blog .text-holder {
    padding-top: 23px
}

.blog .text-holder a {
    color: #043061;
    font-weight: 700
}

.customers {
    margin-top: 40px;
    padding: 30px 15px;
    background-color: #f0f0f0
}

.swiper-container.sec img {
    width: 80%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .7s ease-out
}

.swiper-container.sec img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.newsletter {
    padding: 30px 15px;
    background-color: #272b2e;
    color: #f5f5f5
}

.newsletter .input-group {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px
}

.newsletter .input-group input, .newsletter .input-group .btn {
    background-color: #3e3e42;
    color: #fff
}

.newsletter .input-group input {
    border: 0
}

.newsletter .input-group .btn {
    position: relative;
    direction: ltr;
    text-align: left;
    padding-left: 10px
}

.newsletter .input-group .btn:before {
    position: absolute;
    content: '';
    height: 80%;
    top: 5%;
    width: 2px;
    background: #f0ad4e;
    right: -5px
}

.mapdiv {
    padding: 0
}

footer {
    background-color: #1b1c1f;
    padding: 40px 15px;
    color: #9d9da0;
    font-size: 12px
}

footer h4 {
    color: #fff;
    font-size: 14px;
    text-align: center
}

.social li {
    display: inline-block;
    padding: 15px;
    font-size: 15px
}

.social li a {
    color: #fff;
    transition: all .7s ease-out
}

.social li a:hover {
    color: #eea236
}

footer .adress li {
    margin-bottom: 10px
}

.contact .form-control {
    height: 26px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5px;
    background: #3e3e42;
    color: #fff;
    border: 0
}

.contact textarea.form-control {
    height: 60px;
    resize: none
}

.contact .btn {
    margin-top: 10px;
    font-size: 12px
}

.gotop {
    display: none;
    position: fixed;
    height: 25px;
    width: 40px;
    background-color: #474546;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    z-index: 10000;
    color: #fff
}

.gotop i {
    font-size: 100%
}

.breadDiv {
    background: url(img/page-title.jpg) center right no-repeat;
    background-size: cover;
    padding: 110px 0;
    margin-top: -30px;
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1,Direction=90,Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#000000')
}

.breadcrumb {
    direction: rtl;
    background: transparent;
    padding: 0 20px;
    margin-bottom: 0
}

.breadcrumb a {
    color: #fff
}

.pages {
    padding: 40px 15px
}

.page-titr {
    font-size: 20px;
    position: relative;
    display: inline-block;
    color: #032f60
}

.page-titr:after {
    position: absolute;
    content: '';
    height: 22px;
    width: 30px;
    background: url(img/right.png);
    top: 0;
    background-size: cover;
    right: -35px
}

.page-titr:before {
    position: absolute;
    content: '';
    height: 22px;
    width: 30px;
    background: url(img/left.png);
    top: 0;
    background-size: cover;
    left: -35px
}

.about-page p {
    text-align: justify;
    line-height: 28px;
    font-size: 13px
}

.blog .wow {
    margin-bottom: 15px
}

.pagination > li > a, .pagination > li > span {
    border-radius: 15px;
    margin: 5px;
    background: #eee;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08)
}

.pagination > li > a:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16), 0 0 0 2px rgba(0, 0, 0, 0.08)
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #f0ad4e;
    background-color: #032f60;
    border-color: #031f3d;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08)
}

.news-single h1 {
    font-size: 18px;
    color: #032f60;
    position: relative;
    margin-right: 30px;
    margin-bottom: 25px
}

.news-single h1:before {
    position: absolute;
    content: '';
    background: url(img/left1.png) center center no-repeat;
    height: 20px;
    width: 30px;
    background-size: cover;
    right: -35px;
    top: 0
}

.pages {
    background: #f5f5f5
}

.well {
    background: #fff
}

.pages .text-holder {
    background: #fff;
    padding: 5px;
    padding-top: 23px
}

.pages .blog .col-md-4:hover .titr-blog a {
    color: #eaaa4e;
    transition: all .7s ease-out
}

.mask {
    display: none;
    color: #f5f5f5;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 3;
    text-align: center;
    padding-top: 25%
}

.mask img {
    width: 30px;
    margin: 10px
}

.maskinsider {
    position: relative;
    overflow: hidden
}

.pages .blog .col-md-4:hover .mask {
    display: block;
    transition: all .7s ease-out
}

.date-meta {
    color: #c7c4c4;
    display: block;
    margin-bottom: 15px
}

.date-meta a {
    color: #c7c4c4;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    display: inline-block
}

.news-single .img-holder {
    margin-bottom: 15px
}

.date-meta .sec-svg {
    width: 25px
}

.date-meta .eqheight {
    padding: 2.5px 15px
}

@media (min-width: 768px) {
    .date-meta .col-md-4 {
        border-left: 1px solid
    }

    .date-meta .col-md-4.last {
        border-left: 0
    }
}

.date-meta hr {
    margin-top: 10px
}

.news-single .tags a {
    line-height: 30px;
    transition: all .7s ease-out;
    opacity: .8;
    margin: 15px 10px;
    font-size: 11px;
    padding: 5px;
    background: #032f60;
    color: #fff;
    position: relative;
    padding-left: 10px
}

.news-single .tags a:before, .news-single .tags a:after {
    content: "";
    float: left;
    position: absolute
}

.news-single .tags a:after {
    bottom: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff
}

.news-single .tags a:before {
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-color: transparent #032f60 transparent transparent;
    border-style: solid;
    border-width: 14px 9px 14px 0
}

.news-single .tags a:hover {
    opacity: 1
}

.news-single .tags {
    margin-top: 20px;
    margin-bottom: 20px
}

.view-sec {
    margin-top: 50px;
    font-size: 14px;
    margin-bottom: 15px
}

.view-sec .counting {
    font-weight: 700;
    font-size: 20px;
    color: #0696c8
}

textarea.form-control {
    resize: none
}

@media (max-width: 767px ) {
    .comments .col-sm-4 {
        margin-bottom: 15px
    }
}

.list-group .list-group-item {
    background-color: transparent;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #c7c4c4;
    border-radius: 0;
    padding: 0
}

.list-group .list-group-item:last-child {
    border-bottom: 0;
    margin-bottom: 30px
}

.list-group .list-group-item .row-picture, .list-group .list-group-item .row-action-primary {
    display: inline-block;
    padding-left: 16px
}

.list-group-item-heading {
    font-size: 13px
}

.list-group .list-group-item .row-picture {
    float: right
}

.list-group .list-group-item .row-content {
    display: inline-block;
    width: calc(100% - 92px);
    min-height: 66px
}

.list-group .list-group-separator {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px
}

.list-group .cm-date {
    float: left;
    color: #c7c4c4;
    font-weight: 400;
    font-size: 11px
}

@media (max-width: 768px) {
    .sidebar {
        padding-top: 60px
    }
     .navbar-collapse.in{
         overflow-y: unset!important;
}
.navbar-nav .sub-menu{
    width:100%;
}
}
.menu-item:hover .sub-menu, .sub-menu:hover{
    z-index:999;
}
.sidetitr {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 22px;
    position: relative
}

.sidetitr:before {
    position: absolute;
    content: '';
    width: 64px;
    height: 40px;
    background: url(img/r1.png);
    background-size: cover;
    left: 0;
    top: -12px
}

.sidetitr:after {
    position: absolute;
    content: '';
    width: 64px;
    height: 40px;
    background: url(img/r2.png);
    background-size: cover;
    right: 0;
    top: -12px
}

.sidebar ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c4c4;
    margin-bottom: 15px;
    position: relative
}

.sidebar ul li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 5px
}

.sidebar ul li img {
    margin-left: 15px
}

.sidebar a {
    color: #032f60
}

.sidebar ul li span {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 10px;
    color: #c7c4c4
}

.sidebar .tag a {
    border: 1px solid #ddd !important;
    color: #857E7E !important;
    padding: 10px;
    margin: 5px 2px;
    transition: all .7s ease-out;
    display: inline-block;
    font-size: 11px
}

.sidebar .tag a:hover {
    color: #1c84c6 !important;
    border: 1px solid #1c84c6 !important
}

.ekko-lightbox .modal-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: 0 0 !important
}

.ekko-lightbox .modal-header {
    border: 0 !important
}

.ekko-lightbox {
    text-align: right;
    direction: rtl;
    color: #fff
}

.gallery .col-sm-4 {
    margin: 15px 0
}

.m-t-2 {
    margin-top: -11px
}

.gallery a {
    display: inline-block
}

.customer-cm {
    background: linear-gradient(270deg, #babcbe, #032f60);
    background-size: 400% 400%;
    color: #fff
}

.prorow {
    margin-top: 30px
}

.prorow .contain:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.prorow .contain {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #ddd
}

.prorow .contain img {
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.proname {
    text-align: center;
    font-weight: 700
}

.proname a {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px solid;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #275384;
    background: #FFF;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #275384;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s
}

.proname a:hover {
    box-shadow: inset 100px 0 0 0 #275384;
    color: #fff
}

.sel-inline {
    width: auto;
    display: inline
}

.gallery-thumbs {
    height: 100px !important
}

.gallery-top {
    height: 400px !important
}

#detailtab {
    font-size: 13px;
    line-height: 25px
}

#detail .active a {
    background: #eee !important
}

#fani .table-responsive {
    margin-top: 30px
}

#fani .table-responsive th {
    text-align: center;
    background: #000;
    color: #f5f5f5
}

.pro-sim {
    background: url(img/bg_4.png);
    margin-bottom: 15px;
    padding: 15px
}

.pro-sim .contain {
    overflow: hidden;
    text-align: center;
    position: relative
}

.pro-sim .masking {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: rgba(84, 138, 138, 0.39);
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.pro-sim h4 {
    border-bottom: 2px solid #f0ad4e;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.navbar-left select, .navbar-left select option {
    outline: none;
    border: 0px;
}

.svg {
    width: 40px
}

.svg2 img {
    width: 40px;
    float: right;
}

.pagination li span.pages {
    display: none;
}

.pagination li span.current {
    color: #f0ad4e;
    background-color: #032f60;
    border-color: #031f3d;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.pagination li:hover span.current {
    color: #f0ad4e;
    background-color: #032f60;
    border-color: #031f3d;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.breadcrumb {
    direction: rtl !important;
    background: transparent !important;
    padding: 0 20px !important;
    margin-bottom: 0 !important;
}

.select-category {
    display: inline !important;
    width: 50% !important;
}

.container-fluid .navbar-nav .collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: auto !important;
    margin-top: auto !important;
    overflow: visible !important;
}

/*.gallery-thumbs .swiper-slide{*/
/*background-repeat: no-repeat;*/
/*background-size: contain;*/
/*background-origin: padding-box;*/
/*background-position: center;*/
/*}*/

.gallery-top .swiper-slide {
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: padding-box;
    background-position: center;
}

.ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('img/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    text-align: center;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.wdpajax-error {
    border: 1px solid #ff6137;
    padding: 5px;
    order-radius: 5px;
    color: #ff6137;
    border-radius: 5px;
}

.wdpajax-success {
    border: 1px solid #009853;
    padding: 6px;
    color: #009853;
    border-radius: 5px;
}

.index-slider .swiper-container {
    width: 100%;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

label.error {
    float: none !important;
    padding-left: 5px;
    color: #ff6137;
}

.page-error404 {
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #f5f5f5;
}

.pageError-container404 {
    min-height: 468px;
    padding: 20px 20px;
    padding-bottom: 60px;
    margin: 0 auto;
    width: 402px;
}

@media (min-width: 769px) {
    .pageError-container404 {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
}

.page-container404 {
    position: relative;
    padding: 20px 20px;
    padding-bottom: 60px;
}

@media (min-width: 769px) {
    .page-content {
        display: table-row;
    }
}

@media (min-width: 769px) {
    .content-wrapper404 {
        display: table-cell;
        vertical-align: top;
    }
}

.content-wrapper404 {
    width: 100%;
}

.content-group {
    margin-bottom: 20px !important;
}

.text-center {
    text-align: center;
}

.error-title404 {
    color: #fff;
    font-size: 200px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 300;
    display: block;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

/*#menu-main-menu {*/
/*    height: 50px;*/
/*}*/

.sub-menu {
    display: none;
    padding: 0px;
    margin: 0px;
    background-color: #03356d;
    box-shadow: #0A1414 2px 2px 2px !important;    position: absolute;
    right: 0;
    top: 100%;
    width: 150px;
}

.menu-item {
    /*z-index: 999;*/
}

 li.menu-item:hover>.sub-menu, .sub-menu:hover {
    display: block;
}
#menu-main-menu>li>.sub-menu .menu-item-has-children:after{
    position: absolute;
    left: 3px;
    color: #c9c6c6;
    content: '\f0d9';
    font: normal normal normal 13px/1 FontAwesome;
    top: 16px;
}
html[lang=en-US] #menu-main-menu>li>.sub-menu .menu-item-has-children:after{
    position: absolute;
    right: 3px;
    color: #c9c6c6;
    content: '\f0da';
    font: normal normal normal 13px/1 FontAwesome;
    top: 16px; left:unset;
}

.menu-item a {
    background-color: #032f60;
    -webkit-transition: width 2s;
    -moz-transition: width 2s;
    transition: width 2s;
}

.menu-item a:hover {
    background-color: #03356d !important;
}

.menu-item a:hover .sub-menu {
    background-color: yellow !important;
}

.sub-menu img {
    float: right;
    margin-right: 14px;
}

.sub-menu a {
    display: block;
}

.sub-menu li {
    font-size: 13px;
    padding: 10px 0;
}

.sub-menu li:hover {
    background: #0e498c
}

.sub-menu li:hover a {
    background-color: transparent !important
}

.sub-menu li a {
    line-height: 25px;
    background: transparent;
    color: #fff;    padding-right: 5px;
    padding-left: 5px
}

@media (min-width: 768px) {
    .menu-item.menu-item-wpml-ls-3-fa {
        position: absolute !important;
        left: 0;
    }

    .sub-menu .menu-item-wpml-ls-3-fa {
        position: relative !important;
        left: unset;
    }
}

.menu-item.menu-item-wpml-ls-3-en {
    position: absolute !important;
    left: 0;
}

.sub-menu .menu-item-wpml-ls-3-en {
    position: relative !important;
    left: unset;
}

}
@media (max-width: 768px) {
    #menu-main-menu {
        width: 100%;
        height: unset;
        margin: 0;

    }
}

html[lang=en-US] .cm-date {
    position: absolute;
    right: 0px;
    left: auto;
}

html[lang=en-US] .sidebar ul {
    padding-left: 0px;
}

html[lang=en-US] .sidebar ul img {
    margin-right: 10px;
}

html[lang=en-US] .text-left a {
    float: right;
}

html[lang=en-US] .fa-long-arrow-left::before {
    content: "ðŸ ²";
}

html[lang=en-US] .summry-us .titr::before {
    position: absolute;
    content: '';
    width: 31%;
    height: 3px;
    background: #fbcc04;
    right: auto;
    bottom: 0;
    left: 0;
}

html[lang=en-US] .blog .text-holder {
    overflow: auto;
}

.ltr {
    direction: ltr !important;
}

html[lang=en-US] .news-single h1:before {
    position: absolute;
    content: '';
    background: none;
}

.title img {
    display: none;
}

html[lang=en-US] .title img {
    display: inline;
    float: left;
    height: 20px;
    width: 30px;
}

.summry-content {
    text-align: justify;
}

.about-page p {
    text-align: justify !important;
}

.gallery-item img {
    /*width: 200px;*/
}

.tml input[type=button], .tml input[type=submit] {
    background: #5cb85c;
    color: #fff;
    display: block;
    padding: 8px 10px !important;
    text-align: center;
    width: auto;
    text-decoration: none;
    border-radius: 5px;
}

.tml input[type=text]:focus, .tml input[type=email]:focus, .tml input[type=number]:focus, .tml input[type=password]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.tml input[type=text], .tml input[type=email], .tml input[type=number], .tml input[type=password] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.pst-head-wrap {
    background: #032f60 !important;
}

html[lang=en-US] .pho-user-asign {
    margin-left: 40px;
}

.phoen_ticket_aria textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.pst-user-list h3 {
    border-bottom: 0px !important;
}

.phoen_ticket_aria textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.pst-user-list span.glyphicon {

    font-size: 13px;
    padding-right: 10px;
    vertical-align: middle;
    margin: 0px 10px;

}

.pst-user-list span.ticket-number {
    background: #a7a7a7;
    border-radius: 40px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin-left: 5px;
    padding: 4px 6px;
    margin: 0px 10px;
}

.pst-user-panel .pnt-submit-new-ticket a {
    background: #5cb85c;
    color: #fff;
    display: block;
    margin-top: 20px;
    padding: 8px 0;
    text-align: center;
    width: 80%;
    text-decoration: none;
    border-radius: 5px;
}

.pst-head-wrap {
    background: #3F7FE9;
    padding: 7px;
    padding-right: 7px;
    padding-left: 7px;
    border-radius: 6px;
}

.pst-inbox-msg .pst-inbox-title {
    display: inline-block;
    padding-right: 4px;
    vertical-align: middle;
    width: 130px;

}

.pst-inbox-msg .pst-inbox-title h5 {
    margin-right: 15px !important;
}

.pst-msg-wrap .mail-subject {
    margin-right: 10px;
}

.pho-tik-system .pnt-new-tik {
    padding-top: 0px;
    margin: 10px;
}

.pho-tik-system .form-control {
    border-radius: 6px !important;
}

.pnt-new-tik .glyphicon-arrow-right {
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
}

.pnt-new-tik .glyphicon-arrow-right:hover {
    background: #e4e5e6;
}

.pho-tik-system button:hover, .pho-tik-system html input[type="button"]:hover, .pho-tik-system input[type="reset"]:hover, .pho-tik-system input[type="submit"]:hover {
    border-radius: 4px;
}

.pho-tik-system button, .pho-tik-system html input[type="button"], .pho-tik-system input[type="reset"], .pho-tik-system input[type="submit"] {
    border-radius: 4px !important;
}

.pho-user-asign select {
    padding-top: 0px !important;
}

.pnt-left-icon .pho-user-asign .assign-user {
    margin-right: 10px;
}

.pnt-left-icon .pho-user-asign {
    margin-right: 10px !important;
}

.pho-tik-system .pho-user-asign select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 6px !important;
    color: #555;
    height: 32px;
    line-height: 15px;
    padding-right: 19px;
    width: auto;
}

.ticket-details .msg_subject {
    margin: 10px 0px !important;
}

.ticket-details .customer-name {
    display: inline !important;
    font-size: 15px !important;
    margin-right: 10px !important;
}

.notes-wrap .user-note {
    width: calc(90% - 60px) !important;
    margin-right: 10px !important;
}

.pnt-left-icon a {
    float: left;
}

.pnt-new-tik .pnt-left-icon a {
    float: left !important;
    position: absolute !important;
    left: 15px !important;
    top: 10px;
}

.phoen_ticket_aria textarea {
    width: 100%;
    height: 100px;
    resize: none;
    overflow: auto;
}

.pst-user-list span.ticket-number {
    background: #ff4d50 !important;
    border-radius: 18px !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    padding: 0px 7px !important;
}

.pnt-main {
    border: 1px solid #ccc !important;
    margin-top: 0px !important;
    border-radius: 10px !important;
}

.pst-ticket-system-wrap .pst-inbox-msg {
    background: #fff none repeat scroll 0 0;
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 1px 0;
    box-shadow: -4px 5px 7px #ccc !important;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    position: relative;
    border-radius: 5px;
    margin: 3px;
}

.notes-wrap .user-note {
    padding: 15px 0px 0px 0px !important;
}

.pst-single-msg .pst-msg-wrap .mail-subject {
    vertical-align: bottom !important;
}

html[lang=en-US] #menu-main-menu {
     direction: ltr;
    padding-left: 0;
}

html[lang=en-US] .navbar-nav {
    text-align: left;
    margin: 0;
}

html[lang=en-US] .menu-item.menu-item-wpml-ls-3-en {
    position: absolute !important;
    left: auto;
    right: 0 !important;
}

 @media (min-width: 768px){
     html[lang=en-US] .navbar-nav > li {
    float: left;
}
 html[lang=en-US] .navbar-nav {
    float: left!important;
    margin: 0;
}


 }


 html[lang=en-US] .titr{
     text-align:left;    overflow: hidden;
 }
  html[lang=en-US] .titr:before{
         right: unset;
    left: 0;
 }
 html[lang=en-US],html[lang=en-US] body{font-family:sans-serif!important;}
ul.image-gallery img.attachment-thumbnail{
    width: 158px;
    height: 150px;
}
 html[lang=en-US] p{
    text-align: left;
    direction: ltr;
}
 html[lang=en-US] .float-left {
    float: right;
}
.wpml-ls-current-language .sub-menu{
    width: 100%;
    text-align: center;
}
.wpml-ls-current-language .sub-menu li{
    padding: 0;
}
.wpml-ls-current-language .sub-menu li img{
        margin: 0 auto;
    float: none;
}
.index-slider{max-height:500px;overflow: hidden;}

@media (max-width: 1024px){

.index-slider{max-height:300px;overflow: hidden;}
}
@media (max-width: 768px){
    .navbar-nav {
    margin:0!important;
    }
.index-slider{max-height:200px;overflow: hidden;}
}
@media (max-width: 500px){

.index-slider{max-height:150px;overflow: hidden;}
}
.metaslider .flexslider .flex-direction-nav li a{transform: translateY(-50%);
    top: 35%!important;}
.summry-content{line-height:25px}
section{overflow: hidden;}
#mc_embed_signup{    font-family: iransans!important;}
.navbar-inverse{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.sidetitr:before,.sidetitr:after{
display:none}
.ml-slider.nav-hidden{    overflow: hidden}

/* call us */
#callUs {
  display: none;
}

@media screen and (max-width: 768px) {
  #callUs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000 !important;
    bottom: 0px;
    left: 0px;
    width: 110px;
    height: 110px;
    visibility: visible;
    cursor: pointer;
    background: transparent;
  }

  #callUs div {
    position: relative;
    background: rgba(0 , 175, 242, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }

  #callUs-phone {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 14px;
    top: 14px;
  }
}
.well .gallery-thumbs.swiper-container,.well .swiper-button-next,.well .swiper-button-prev{
    display:none!important;
}

.pro-sim .masking{background:transparent!important;}
#detailtab div{width:100%!important;}
#detailtab div{    padding: 0;
    margin: 0;}
    
    span.woocommerce-Price-currencySymbol {
    font-size: 20px;
}

.product_meta {
    margin: 10px 0;
}
ul.tabs.wc-tabs li {
    margin-left: 10px;
    display: inline;
    font-size: 15px;
  
}

ul.tabs.wc-tabs li a {
   color:#000;
  
}

nav.woocommerce-breadcrumb {
    margin: 15px 0;
}
div#tab-description {
    padding: 15px;
}

div#tab-reviews {
    padding: 15px;
}
textarea#comment {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

button.single_add_to_cart_button.button.alt {
    margin: 10px 0;
    padding: 15px;
}
input#quantity_603dde98bdc1b {
    padding: 5px;
    font-size: 14px;
}

/*-----mwd-css-------*/

#primary .site-main .products .product{
    float: right;
    width: 32%;
    text-align: center;
    margin-left: 5px;
    margin-bottom:5px;
    background: #f0f0f0!important;
    border-radius: 5px;
     transition: all .4s ease-in-out;
}

#primary .site-main .products .product:hover{
    /*transform: scale(1.01);*/
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transform: translateY(-5px);
}


#primary .site-main .products .product a h2{
    font-size: 17px!important;
    color: #000!important;
    height: 50px;
    overflow: hidden;
    line-height: 1.5;
    text-align:right;
}

#main > ul > li.product.type-product > a.button.product_type_simple{
     color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;   
    float: right;
}
#main > ul > li.product.type-product > a.button.product_type_simple.add_to_cart_button{
    color: green!important;
    border: 1px solid green!important;
    background: #f0f0f0;
    float: left;
}
#main > ul > li.product.type-product > a.button.product_type_simple:hover{
    background:#de952e!important;
}


@media(max-width:991px) and (min-width:767px){
    #primary .site-main .products .product{
        width:33%important;
    }
}


@media(max-width:768px) and (min-width:534px){
    #primary .site-main .products .product{
        width:49%!important;
    }
    #primary .site-main .products .product a h2{
        font-size:16px!important;
    }
}

@media(max-width:533px){
    #primary .site-main .products .product{
        width:100%!important;
    }
     #primary .site-main .products .product a h2{
        font-size:16px!important;
    }
}

#main .woocommerce-ordering .orderby{
    background: #f0f0f0!important;
    border: 1px solid #e4dfdf!important;
    border-radius: 3px!important;
    padding: 5px 15px!important;
}

#main > ul.products{
    display: inline-block;
    margin-bottom: 50px;
}

#main > ul > li.product.type-product > a.button.product_type_simple.add_to_cart_button:hover{
    color: white!important;
    border: 1px solid green!important;
    background: #008000!important;
}


