@font-face {
    font-family: "IRANSansBold";
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansMedium";
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansLight";
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansUltraLight";
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb.woff') format('woff'), url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

body {
    font-family: "IRANSansLight";
}

a {
    transition: all 0.2s;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation .9s infinite;
    -moz-animation: flickerAnimation .9s infinite;
    -o-animation: flickerAnimation .9s infinite;
    animation: flickerAnimation .9s infinite;
}

.header {
}


.heading-one {
    font-size: 14px;
}

.header-phone i {
    font-size: 24px;
    padding: 0 5px;
}

span.phone-value a {
    text-decoration: none;
    direction: ltr;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

span.phone-label {
    padding-right: 30px;
    display: block;
}

.header-phone {
    height: 100%;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

button.btn-search {
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 27px;
}

.header-search {
    height: 100%;
}

.main-menu {
    padding: 0;
    margin: 0;
}

    .main-menu > li:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
    }

    .main-menu > li:hover:after {
        width: 100%;
        background: #d0a96a;
    }

    .main-menu > li {
        display: inline-block;
        position: relative;
    }

        .main-menu > li > a {
            display: block;
            text-decoration: none;
            padding: 15px 10px;
            padding-right: 0px;
            padding-left: 20px;
        }



    .main-menu li ul {
        position: absolute;
        right: 0;
        top: 57px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
        z-index: 3;
    }

        .main-menu li ul li ul {
            transition: all 0.2s;
            position: absolute;
            right: 100%;
            top: 0;
            padding: 0;
            margin: 0;
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            z-index: 3;
        }

    .main-menu li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    .main-menu li ul li {
        display: block;
        position: relative;
    }

        .main-menu li ul li a {
            display: block;
            width: 100%;
            padding: 10px;
            text-decoration: none;
            font-size: 13px;
        }



    .main-menu > li > a:before {
        content: '';
        color: #fff;
        padding-left: 3px;
        font-family: 'FontAwesome';
        position: absolute;
        left: 6px;
        font-size: 7px;
        top: 23px;
    }

    .main-menu > li > ul > li a:before {
        content: '';
        font-family: 'FontAwesome';
        font-size: 10px;
        color: #fff;
        padding-left: 3px;
        position: absolute;
        left: 10px;
        top: 13px
    }

    .main-menu > li > a:only-child:before,
    .main-menu > li > ul > li a:only-child:before {
        content: ''
    }

.owl-nav button {
    font-size: 50px !important;
    position: absolute;
    top: 40%;
    z-index: 2;
}

.owl-prev {
    left: 22px;
}

.owl-next {
    right: 21px;
}


.owl-nav button {
    opacity: .5;
}

    .owl-nav button:hover {
        opacity: 1;
    }

.image-slider {
    position: relative;
}

.caption a {
    display: block;
    color: #fff;
    background: #ccc;
    max-width: 200px;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
}



.section-seperator {
    padding: 50px 0;
    margin: 30px 0;
}

.section-seperator-no-margin {
    padding: 50px 0;
}

.page-title .title {
    display: block;
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

    .page-title .title:after {
        content: '';
        width: 74px;
        height: 2px;
        border-radius: 1px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        /* text-align: center; */
        bottom: -18px;
    }

.page-title .description {
    text-align: center;
}

.service-box {
    padding: 5px;
    border: 1px dashed;
    margin-bottom: 15px;
}

.service-title a {
    text-decoration: none;
}

.service-title {
    font-size: 17px;
    display: block;
    text-align: center;
    margin: 15px auto;
}

    .service-title a {
        font-weight: bold;
        display: block;
    }

.service-image {
    display: block;
    margin: auto;
}

.about-content {
    text-align: justify;
    line-height: 30px;
}

    .about-content h2,
    .about-content h3 {
        font-weight: bold;
    }

.social-box {
    text-align: center;
}

    .social-box a {
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        border-radius: 100%;
        border: 1px solid;
        padding: 8px;
        font-size: 36px;
        max-width: 80px;
        height: 65px;
        max-width: 65px;
        margin: auto;
    }

    .social-box span.title {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

.social-title {
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

    .social-title:hover {
        text-decoration: none;
    }

.logo a img {
    max-height: 50px;
}

.blog-card-image {
    position: relative;
}

.category-name {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 5px 12px;
    border-radius: 34px;
    font-size: 13px;
}

.blog-heading .title {
    font-size: 17px;
    font-weight: bold;
    margin: 15px auto;
    padding-bottom: 10px;
}

    .blog-heading .title a:hover {
        text-decoration: none;
    }

.blog-footer {
    text-align: center;
}

.blog-card {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.blog-link {
    color: #323232;
    font-weight: bold;
}

    .blog-link:hover {
        text-decoration: none;
    }

.blog-card-info {
    font-size: 13px;
    text-align: right;
}

span.blog-date {
    padding: 0 5px;
    color: #6b6b6b;
}

.mx-200 {
    max-width: 200px;
}

.widget-box {
    text-align: center;
}

    .widget-box p {
        line-height: 30px;
        font-size: 14px;
    }



    .widget-box .title a:hover {
        text-decoration: none;
    }

    .widget-box .title a, .widget-box .title {
        text-decoration: none;
        font-weight: bold;
    }

#concil {
    padding: 30px 0;
    color: #fff;
}

    #concil h2 {
        font-weight: bold;
    }

.footer {
    min-height: 200px;
    padding-top: 30px;
}

#widget {
    margin-top: 50px;
}

.bottom-footer {
    min-height: 100px;
}

.footer-about {
    color: #fff;
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
}

.footer-link {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

    .footer-link ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .footer-link ul li a i {
            padding-left: 5px;
            font-size: 10px;
        }

        .footer-link ul li a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
        }

.footer-address {
    font-size: 14px;
    color: #ccc;
}

    .footer-address li {
        margin-top: 10px;
    }

        .footer-address li i {
            padding-left: 5px;
        }

        .footer-address li span a {
            letter-spacing: 1px;
            font-size: 14px;
        }

.footer-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    margin: auto;
}

    .footer-social li {
        display: inline-block;
        margin-right: 20px;
        font-size: 22px;
    }


.page-header {
    min-height: 100px;
}

.heading-tow .title {
    font-weight: bold;
    font-size: 20px;
    padding-top: 34px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
    padding-left: 5px;
}

.breadcrumb {
    background-color: #e6e6e6 !important;
}

.breadcrumb-item a {
    color: #323232;
}

.page-breadcrumb {
    padding-top: 20px;
}

.page-container {
    min-height: 300px;
    margin: 15px auto;
    border-top: 2px solid;
    border-radius: 3px;
    padding: 15px;
}

.page-content h3 {
    font-size: 19px;
    font-weight: bold;
}

.page-content h4 {
    font-size: 16px;
    font-weight: bold;
}

.page-content h2 {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 25px;
}


.page-content p {
    font-size: 15px;
    line-height: 30px;
    padding-right: 10px;
    color: #000;
}

.page-content li {
    margin-top: 10px;
}

.page-content img {
    max-width: 100% !important;
    height: auto !important;
    border: 7px solid #fff;
    box-shadow: -2px -1px 7px 0px #d2d2d2;
    margin: 15px auto;
}

.page-content a:hover {
    color: #323232;
    text-decoration: none;
    border-bottom: 2px solid #323232;
}

.page-content a {
    font-weight: bold;
    FONT-SIZE: 16px;
    color: #e83939;
    border-bottom: 2px solid #e83939;
}

.sidebar {
    min-height: 300px;
    border-radius: 3px;
    margin-top: 15px;
    padding: 15px 0;
}

.sidebar-box {
    background-color: #fbfbfb;
    padding: 15px 0;
    margin-bottom: 15px;
}

    .sidebar-box .title {
        font-weight: bold;
        border-bottom: 2px solid;
        display: inline-block;
        /* width: 95%; */
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: 15px;
        margin-right: 15px;
        font-size: 18px;
    }

.category-list li a {
    color: #323232;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    font-weight: bold;
}

    .category-list li a:hover {
        padding-right: 10px;
    }

ul.category-list {
    padding-right: 30px;
}

.last-article-list li a:hover {
    color: #ccc;
}

.last-article-list li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.last-article-list li {
    margin-bottom: 15px;
}

.last-article-list {
    list-style-type: circle;
    padding-right: 30px;
}

.post-slider .owl-nav {
    display: none !important;
}

.post-slide-item .title a {
    color: #fff;
    text-decoration: none;
}

.post-slide-item .title {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: #2b2b2b;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
}

.post-slide-item {
    position: relative;
}

.post-slider-section {
    margin-top: 30px;
}

.category-section .title {
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

    .category-section .title a {
        text-decoration: none;
    }

.category-section {
    padding: 30px 0;
}

.post-view {
    margin-top: 30px;
}

.mobile-contact {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    width: 90%;
    display: none;
}

.button-ring {
    background-color: #25d366;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    font-size: 28px;
    padding-top: 8px;
    border: 0 !important;
    outline: 0 !important;
}

span.call-us {
    background: rgb(37, 211, 102);
    background: linear-gradient(231deg, rgba(37, 211, 102, 1) 0%, rgba(24, 173, 80, 1) 100%);
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    position: relative;
    top: -5px;
    right: 3px;
}

.mobile-contact-info {
    background-color: #323232;
    padding: 15px;
    background: rgb(37, 211, 102);
    background: linear-gradient(231deg, rgba(37, 211, 102, 1) 0%, rgba(24, 173, 80, 1) 100%);
    border-radius: 3px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    display: none;
}

    .mobile-contact-info li:last-child a {
        border-bottom: none;
    }

    .mobile-contact-info li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #23cd62;
        font-weight: bold;
    }

    .mobile-contact-info li {
        list-style-type: none;
        color: #fff;
    }

        .mobile-contact-info li span {
            display: block;
            text-align: center;
            font-weight: bold;
            font-size: 20px;
            border-bottom: dashed 2px #fff;
            padding-bottom: 10px;
        }

.gallery-image {
    border: 0px solid #fff;
    box-shadow: 1px 1px 12px 0 rgba(0,0,0,.16);
    margin: 7px auto;
    display: block;
}

.logo {
    padding-top: 10px;
    margin-bottom: 6px;
}

.video-object {
    max-width: 100%;
    min-width: 100%;
}

.rate-secteion {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
    margin: 15px auto;
    border: 1px solid #929292;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.video-box:after {
    content: "\f1c8";
    padding-left: 3px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 6px;
    font-size: 7px;
    top: 4px;
    z-index: 99;
    font-size: 50px;
    color: #5f5f5f;
}

.video-box {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}

    .video-box h2, .video-box p {
        padding-right: 50px;
    }

video {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.home-page-text-content {
    text-align: justify;
    line-height: 30px;
    color: #323232;
    background-image: linear-gradient(to right, #ffffff, #fafafa, #f6f6f6, #f1f1f1, #ededed);
    padding: 15px;
}


    .home-page-text-content img {
        max-width: 100%;
    }

.product-category-content {
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    text-align: justify;
}

    .product-category-content h2 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 5px;
    }

.category-link {
    color: #323232;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
}

.category-link-icon {
    vertical-align: middle;
    padding-left: 10px;
}

.category-heading {
    background: #fff;
    margin: 10px auto;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.customer-logo-image {
    width: 100px;
}

.breadcrumb li:after {
    content: '/';
    position: relative;
    right: 4px;
    font-size: 12px;
}

.breadcrumb li a {
    color: #646464;
}

.breadcrumb li {
    padding-left: 8px;
}

    .breadcrumb li:last-child:after {
        content: '';
    }

.video-player {
    max-width: 100%;
    min-width: 100%;
    margin: 30px 0;
}
