﻿/* Generated by less 2.5.1 */

@charset "utf-8";
body {
    font-family: 'iranyekan';
    background-color: #fff;
}

.pos-relative {
    position: relative;
}

:root {
    --gray-color: #868686;
    --hover-color: #00a0ea;
    --base-color: #6e00ff;
}

.contact-contactus .map {
    width: 100%;
    margin-top: 65px;
    height: 100%;
    margin-bottom:40px;
    min-height:400px;
}

.dragscroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.dragscroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.swiper-pagination-main{
    text-align:center;
}
.swiper-pagination-bullet {
    width: 30px;
    border-radius: 0;
    height: 5px;
}
.swiper-pagination-bullet-active {
    background-color: #5d5d5d;
}

.col-same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    direction:ltr;
}

    .col-same-height [class*="col-"] {
        display: flex;
        flex-direction: column;
        direction:rtl;
    }

.p-6 > div {
    padding: 0 3px;
}

.p-6 {
    margin: 0 -3px;
}

.p-10 > div {
    padding: 0 10px;
}

.p-10 {
    margin: 0 -10px;
}

.p-16 > div {
    padding: 0 16px;
}

.p-16 {
    margin: 0 -16px;
}

.p-22 > div {
    padding: 0 22px;
}

.p-22 {
    margin: 0 -22px;
}

/***** header *****/

.site-header {
    padding: 20px 0 0 0;
    position: sticky;
    top: 0px;
    z-index: 1000000;
    background-color: #fff;
}

    .site-header .container {
        border-bottom: 1px solid #5d5d5d42;
        padding-bottom: 8px;
    }

    .site-header .logo img {
        width: 150px;
        height: 40px;
        position:relative;
        top:10px;
    }

    .site-header nav {
        margin-left: 50px;
        margin-top: 21px;
    }

        .site-header nav > ul li {
            padding: 0 7px 0 8px;
            border-left: 1px solid #002662;
            margin-left: 0px;
            display: inline-block;
        }

            .site-header nav > ul li a {
                padding: 0 4px;
                transition: all 0.3s ease-in-out;
                color: #5d5d5d;
                font-size: 14px;
                font-weight: 600;
            }

                .site-header nav > ul li a:hover {
                    color: #002662;
                }

                .site-header nav > ul li a i {
                    vertical-align: middle;
                    font-size: 10px;
                    padding-right: 5px;
                }

            .site-header nav > ul li.parent-menu {
                position: relative;
            }

            .site-header nav > ul li .menu2-level {
                box-shadow: 0 8px 24px rgba(100, 110, 122, 0.81);
                border-radius: 5px 5px 5px 5px;
                height: auto;
                background-color: #fff;
                position: absolute;
                right: -250px;
                padding: 47px 50px 20px 50px;
                z-index: 99;
                top: 39px;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                text-align: center;
                width: 1000px;
            }

            .site-header nav > ul li.parent-menu:hover .menu2-level {
                opacity: 1;
                visibility: visible;
            }

            .site-header nav > ul li .menu2-level .cat-pro {
                margin-bottom: 20px;
            }

                .site-header nav > ul li .menu2-level .cat-pro .bg-cat {
                    background-color: rgba(64, 93, 122, 1);
                }

                .site-header nav > ul li .menu2-level .cat-pro span {
                    color: #888b92;
                    font-size: 14px;
                    font-weight: 600;
                    margin-top: 10px;
                    display: inline-block;
                }

                .site-header nav > ul li .menu2-level .cat-pro img {
                    /*! margin-bottom: 10px; */
                    filter: grayscale(20);
                    opacity: 0.5;
                    transition: all 0.3s ease-in-out;
                }

                .site-header nav > ul li .menu2-level .cat-pro:hover img {
                    filter: grayscale(0);
                    opacity: 1;
                }

    /*.site-header .search {
    width: 50%;
    float: right;
}

.site-header .search form {
    position: relative;
    width: 100%;
    margin-top: 15px;
}   

.site-header .search form input {
    border: 1px solid #fff;
    font-size: 14px;
    color: #4a6681;
    width: 100%;
    padding: 5px 10px 8px 10px;
    box-shadow: 0 0 20px rgba(56, 56, 56, 0.1);
    border-radius: 3px;
}   

.site-header .search form button {
    position: absolute;
    left: 4px;
    border: none;
    background-color: #fff;
    top: 8px;
    font-size: 19px;
    color: #4a6681;
} */

    .site-header .language {
        float: left;
        position: relative;
        text-align: left;
    }

        .site-header .language strong {
            display: inline-block;
            text-align: left;
            margin-top: 21px;
            color: #5d5d5d;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
            cursor: pointer;
            padding: 0 15px 11px 10px;
        }

            .site-header .language strong i {
                vertical-align: middle;
                font-size: 15px;
                display: inline-block;
                margin-top: -3px;
            }

                .site-header .language strong i.oricon2-internet1 {
                    font-size: 20px;
                    margin-top: -5px;
                }

            .site-header .language strong em {
                font-size: 12px;
                margin-left: 12px;
            }

            .site-header .language strong b {
                font-weight: 600;
                padding-right: 15px;
            }

.tooltip-language {
    width: 123px;
    height: 88px;
    box-shadow: 0 0 8px rgba(94, 94, 94, 0.43);
    border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;
    padding: 2px 12px 2px 12px;
    position: absolute;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    top: 53px;
}

    .tooltip-language li {
        padding: 10px 10px 10px 10px;
        color: #5d5d5d;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
    }

        .tooltip-language li:first-child {
            border-bottom: 1px solid #eee;
        }

        .tooltip-language li:hover {
            color: #002662;
        }

        .tooltip-language li span {
            display: block;
            text-align: right;
        }

            .tooltip-language li span i {
                float: left;
            }

.site-header .language strong:hover .tooltip-language {
    opacity: 1;
    visibility: visible;
}

.site-header-border {
    border-bottom: 1px solid #e6e6e6;
}


/****** footer ******/

.site-footer .footer-top {
    border-top: 1px solid #5d5d5d42;
    padding-top: 35px;
    padding-bottom: 35px;
}

    .site-footer .footer-top .row > div {
        border-right: 1px solid #002662;
        padding-right: 23px;
    }

        .site-footer .footer-top .row > div:first-child {
            border-right: none;
        }

.site-footer .adress {
    margin-top: 5px;
}

    .site-footer .adress h2 {
        color: #002662;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

        .site-footer .adress h2 i {
            vertical-align: middle;
            padding-left: 6px;
            font-size: 19px;
            color: #002662;
        }

    .site-footer .adress p {
        color: #5d5d5d;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 24px;
    }

        .site-footer .adress p:last-child {
            margin-bottom: 0px;
        }

    .site-footer .adress b {
        color: #002662;
        padding: 0 8px;
    }

    .site-footer .adress a {
        transition: all 0.3s ease-in-out;
    }
        .site-footer .adress a i {
            vertical-align: middle;
            padding-right: 0px;
            font-size: 17px;
            margin-top: -7px;
        }

        .site-footer .adress a:hover {
            color: #002662;
        }

    .site-footer .adress p span {
        display: inline-block;
        padding-left: 10px;
    }

.site-footer .blog h2 {
    /*! text-align: center; */
    margin-bottom: 20px;
}

    .site-footer .blog h2 span {
        color: #002662;
        font-size: 16px;
        font-weight: 600;
        position: relative;
    }

/*.site-footer .blog h2 span:after {
    content: '';
    ! position: absolute;
    background-color: #002662;
    width: 42px;
    height: 1px;
    left: 130px;
    top: 56%;
} 

.site-footer .blog h2 span:before {
    content: '';
    position: absolute;
    background-color: #002662;
    width: 100px;
    height: 1px;
    right: 132px;
    top: 56%;
}

.site-footer .blog ul {
}*/

.site-footer .blog ul li {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
}

    .site-footer .blog ul li:hover {
        color: #002662;
        padding-right: 7px;
    }

    .site-footer .blog ul li a {
        height: 33px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .site-footer .blog ul li a i {
            vertical-align: middle;
            font-size: 8px;
            padding-left: 10px;
        }

.site-footer .social-media .logo-footer {
    margin-bottom: 10px;
    text-align: center;
}

.site-footer .social-media .social {
    margin-bottom: 13px;
    text-align: center;
    padding-top: 4px;
}

    .site-footer .social-media .social a {
        margin-right: 9px;
        font-size: 10px;
        font-weight: 600;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        color: #4a6681;
    }

        .site-footer .social-media .social a i {
            vertical-align: middle;
            padding-right: 0px;
            font-size: 17px;
            display: inline-block;
            margin-top: -5px;
        }

        .site-footer .social-media .social a:hover {
            color: #002662;
        }

.site-footer .social-media form p {
    position: relative;
    margin: auto;
}

    .site-footer .social-media form p input {
        border: 1px solid #bfbfbf;
        color: #5d5d5d;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        width: 100%;
        line-height: 40px;
        padding: 0 20px;
    }

    .site-footer .social-media form p button {
        border: none;
        background-color: #002662;
        color: #fff;
        font-family: 'iranyekan';
        position: absolute;
        left: 4px;
        padding: 5px 20px 4px 20px;
        top: 4px;
        font-size: 14px;
        font-weight: 600;
    }

.site-footer .footer-buttom {
    padding: 10px 0;
    border-top: 1px solid #5d5d5d42;
}

.behunker-company h2 span {
    color: #5d5d5d;
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    margin-right: 19px;
}

.orod-company {
    text-align: left;
    color: #ccc;
}

    .orod-company h2 a span {
        font-size: 12px;
        font-weight: 600;
        display: block;
        color: #5d5d5d;
    }

    .orod-company h2 a i {
        padding-right: 10px;
        font-size: 25px;
        display: block;
        margin-top: -3px;
        color: #5d5d5d;
        margin-bottom: 7px;
        margin-left: 15px;
    }

/****** footer-end ******/

/****** index ******/

.main-slider {
    margin-bottom: 50px;
    overflow:hidden;
}

    .main-slider img {
        width: 100%;
    }

.behunker-information {
    margin-bottom: 50px;
}

    .behunker-information header h2 {
        text-align: center;
        margin-bottom: 50px;
    }

        .behunker-information header h2 span {
            position: relative;
            color: #002662;
            font-size: 15px;
            font-weight: 600;
            display: block;
            width: 317px;
            margin: 15px auto 0 auto;
        }

        .behunker-information header h2 img {
            margin-bottom: 5px;
        }

        .behunker-information header h2 span:after {
            content: '';
            position: absolute;
            background: url(../img/header-af.png) no-repeat;
            width: 132px;
            height: 95px;
            left: -190px;
            top: -105px;
        }

        .behunker-information header h2 span:before {
            content: '';
            position: absolute;
            background: url(../img/header-bf.png) no-repeat;
            width: 213px;
            height: 93px;
            right: -261px;
            top: -105px;
        }

    .behunker-information p {
        font-size: 14px;
        font-weight: 600;
        color: #5d5d5d;
        line-height: 31px;
        text-align: justify;
        margin-bottom: 30px;
    }

    .behunker-information h5 {
        text-align: center;
    }

        .behunker-information h5 a {
            color: #002662;
            font-size: 15px;
            font-weight: 600;
        }

.behunker-part {
    margin-bottom: 50px;
    position: relative;
}

    .behunker-part article {
        margin-bottom: 20px;
        position: relative;
    }

        .behunker-part article img {
            width: 100%;
            height: 275px;
        }

        .behunker-part article .content-part {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: rgb(153, 153, 153);
            color: #fff;
            padding: 50px 35px 50px 35px;
            transition: all 0.3s ease-in-out;
        }

            .behunker-part article .content-part:hover {
                background-color: rgba(0, 25, 128, 0.7);
            }

        .behunker-part article h1 {
            font-size: 15px;
            font-weight: 900;
            margin-bottom: 22px;
            color: #fc0;
        }

        .behunker-part article p {
            font-size: 14px;
            line-height: 28px;
            text-align: justify;
            margin-bottom: 20px;
            height: 112px;
            overflow: hidden;
            font-weight: 500;
        }

/*.behunker-part article a {
    transition: all 0.3s ease-in-out;
}

.behunker-part article a:hover {
    color: #002662;
}*/

.behunker-support {
    margin-bottom: 50px;
}

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

        .behunker-support .behunker-support-text img {
            margin-top: 43px;
            margin-bottom: 13px;
        }

        .behunker-support .behunker-support-text span {
            color: #002662;
            display: block;
        }

    .behunker-support .behunker-support-slider {
        padding: 30px 0;
    }

.behunker-support-slider-info {
    position: relative;
    padding: 0 0px 0 95px;
}

.behunker-support-slider {
    overflow: hidden;
}

.support-next {
    position: absolute;
    left: 35px;
    top: 70px;
    font-size: 25px;
    color: #7b8286;
    transition: all .3s ease-in-out;
    font-weight: 100;
    padding: 4px 9px 0 8px;
}

.support-prev {
    position: absolute;
    left: 35px;
    top: 44px;
    font-size: 25px;
    color: #7b8286;
    transition: all .3s ease-in-out;
    font-weight: 100;
    padding: 4px 9px 0 8px;
}

    .support-next:hover,
    .support-prev:hover {
        color: #002662;
    }

.slider-brand {
    box-shadow: 0 0 16px rgba(152, 152, 152, 0.4);
    background-color: #ffffff;
    text-align: center;
    width: 87px;
    height: 87px;
}

    .slider-brand img {
        margin-top: 19px;
        width: 50px;
        height: 50px;
    }


/***** contact *****/

/*.block-contact {
    margin-top: 50px;
}*/

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

    .contact-info h2 {
        color: #002662;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px;
    }

    .contact-info p {
        color: #5d5d5d;
        font-size: 14px;
        font-weight: 600;
        line-height: 32px;
        text-align: justify;
        margin-bottom: 35px;
    }

    .contact-info img {
        margin-bottom: 50px;
    }
/*
.contact-contactus {
    margin-bottom: 50px;
}*/

.contact-contactus .adress-contact {
    margin-top: 65px;
}

    .contact-contactus .adress-contact h2 {
        color: #002662;
        font-size: 16px;
        font-weight: 900;
        margin-bottom: 15px;
    }

        .contact-contactus .adress-contact h2 i {
            padding-left: 10px;
            vertical-align: middle;
            font-size: 20px;
        }

    .contact-contactus .adress-contact p {
        color: #5d5d5d;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 30px;
        margin-right: 10px;
    }

    .contact-contactus .adress-contact .social {
        margin-right: 10px;
    }

    .contact-contactus .adress-contact p span {
        padding: 0 10px;
    }

    .contact-contactus .adress-contact .social a {
        font-size: 14px;
        font-weight: 600;
        color: #5d5d5d;
        display: inline-block;
        margin: 0 10px;
    }

        .contact-contactus .adress-contact .social a:hover {
            color: #002662;
        }

        .contact-contactus .adress-contact .social a i {
            display: inline-block;
            padding-right: 5px;
        }

.contact-form {
    margin-bottom: 20px;
    margin-top: 25px;
    border-top: 1px solid #5d5d5d42;
    padding-top: 25px;
}

    .contact-form form input {
        border: 1px solid #d7d7d7;
        color: #5d5d5d;
        font-size: 14px;
        font-weight: 600;
        padding: 11px 22px 14px 22px;
        width: 100%;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .contact-form form textarea {
        border: 1px solid #d7d7d7;
        color: #5d5d5d;
        font-size: 14px;
        font-weight: 600;
        padding: 11px 22px 14px 22px;
        width: 100%;
        margin-bottom: 20px;
        resize: none;
    }

    .contact-form form button {
        background-color: #002662;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        font-family: 'iranyekan';
        border: none;
        padding: 9px 25px 12px 25px;
        float: left;
        position: absolute;
        z-index: 1000;
        left: 15px;
        bottom: 30px;
    }

        .contact-form form button i {
            font-size: 19px;
            vertical-align: middle;
            display: inline-block;
            padding-right: 30px;
        }


/***** about *****/

.block-about {
    margin-top: 50px;
}

.about-info h2 {
    color: #002662;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.about-info p {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 50px;
}

.team-info {
    margin-bottom: 50px;
    border-top: 1px solid #5d5d5d42;
    padding-top: 22px;
}

    .team-info h2,
    .timeline-info h2 {
        color: #002662;
        font-size: 19px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 28px;
    }

    .team-info article {
        margin-bottom: 30px;
    }

        .team-info article img {
            float: right;
            width: 170px;
            margin-left: 30px;
            height: 188px;
        }

        .team-info article div.team-info-fl {
            float: left;
            width: calc(100% - 200px);
            margin-top: 10px;
        }

        .team-info article div h3 {
            font-size: 15px;
            font-weight: 700;
            color: #002662;
            margin-bottom: 12px;
        }

        .team-info article div span {
            display: block;
            color: #4a6681;
            margin-bottom: 5px;
            font-weight: 900;
        }

        .team-info article div p {
            color: #4a6681;
            text-align: justify;
            line-height: 28px;
            height: 86px;
            overflow: hidden;
            margin-bottom: 8px;
        }

        .team-info article div.team-info-fl .social-team a {
            color: #4a6681;
            font-size: 17px;
            padding: 0 10px;
        }

            .team-info article div.team-info-fl .social-team a:hover {
                color: #002662;
            }

.timeline-info {
    margin-bottom: 50px;
    border-top: 1px solid #5d5d5d42;
    padding-top: 22px;
}




.status-process ul {
    text-align: center;
    justify-content: center;
    display: flex;
    position: relative;
    min-width: 1024px;
    top: 50px;
}

    .status-process ul li {
        float: right;
        text-align: center;
        width: 115px;
        position: relative;
        cursor:pointer;
    }

        .status-process ul li i {
            display: block;
            font-size: 36px;
            color: #c5c5c5;
        }

        .status-process ul li span {
            display: block;
            color: #c5c5c5;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: -0.24px;
            margin-top: 10px;
        }

        .status-process ul li em {
            display: block;
            width: 20px;
            height: 20px;
            background-color: #c5c5c5;
            margin: auto;
            border-radius: 50px;
            position: relative;
        }

            .status-process ul li em:before {
                position: absolute;
                width: 65px;
                left: 10px;
                content: '';
                height: 2px;
                background-color: #c5c5c5;
                top: 50%;
                transform: translate(0, -50%);
            }

        .status-process ul li:first-child em:before {
            content: none;
        }

        .status-process ul li em:after {
            position: absolute;
            width: 65px;
            right: 10px;
            content: '';
            height: 2px;
            background-color: #c5c5c5;
            top: 50%;
            transform: translate(0, -50%);
        }

        .status-process ul li:last-child em:after {
            content: none;
        }

        .status-process ul li span.year-discript {
            color: #4a6681;
        }

        .status-process ul li.pass em {
            background-color: #4a6681;
        }

            .status-process ul li.pass em:after,
            .status-process ul li.pass em:before {
                background-color: #4a6681;
            }


        .status-process ul li.curent em {
            background-color: #4b2885;
        }

            .status-process ul li.curent em:before,
            .status-process ul li.curent em:after {
                background-color: #4a6681;
            }

        .status-process ul li.curent span.year {
            background-color: #4a6681;
            color: #fff;
            position: absolute;
            padding: 4px 0 4px;
            width: 65px;
            top: -57px;
            transform: translate(-50%);
            left: 50%;
        }

        .status-process ul li.curent span.year-discript {
            top: 26px;
            position: relative;
            font-weight: 900;
        }

        .status-process ul li.curent span.year:after {
            content: "";
            position: absolute;
            top: 24px;
            border-width: 8px;
            border-style: solid;
            border-color: #4a6681 transparent transparent transparent;
            opacity: 1;
            left: 50%;
            transform: translate(-50%);
        }

        .status-process ul li.curent b {
            width: 26px;
            height: 26px;
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: -4px;
            border-radius: 50px;
            color: #fff;
            border: 2px solid #002662;
            transform: translate(50%);
        }

            .status-process ul li.curent b strong {
                display: block;
                width: 18px;
                height: 18px;
                background-color: #4a6681;
                margin: auto;
                border-radius: 50px;
                position: relative;
                top: 2px;
            }

.status-process {
    margin-bottom: 60px;
    overflow: scroll;
    height: 140px;
}

.slide-time {
    background-color: rgba(64, 93, 122, 1);
    margin-top: 27px;
}


    .slide-time img {
        filter: grayscale(20);
        opacity: 0.5;
        transition: all 0.3s ease-in-out;
        height: 200px;
    }


.slide-time-show {
    margin-bottom: 20px;
    position: relative;
}

    .slide-time-show img {
        width: 100%;
        height: 250px;
        z-index: 1000;
        position: relative;
    }

    .slide-time-show strong {
        position: absolute;
        bottom: 20px;
        z-index: 999999;
        right: 20px;
    }

    .slide-time-show span {
        background-color: #002662;
        width: 32px;
        height: 29px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        display: inline-block;
        cursor: pointer;
        padding-top:3px;
    }

.slide-time-descript .year-slide-time {
    float: right;
    width: 115px;
    margin-left: 15px;
    margin-top: 30px;
    text-align:center;
}

    .slide-time-descript .year-slide-time span {
        color: #4a6681;
        font-size: 17px;
        font-weight: 700;
        display: block;
        text-align: center;
        margin-bottom: 7px;
    }

    .slide-time-descript .year-slide-time em {
        color: #4a6681;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

.slide-time-descript .yeardes-slide-time {
    width: calc(100% - 130px);
    float: right;
}

    .slide-time-descript .yeardes-slide-time p {
        font-size: 14px;
        font-weight: 600;
        color: #5d5d5d;
        text-align: justify;
        line-height: 26px;
    }

.border-red {
    width: 100%;
    height: 250px;
    border: 2px solid #002662;
    position: absolute;
    top: -7px;
    left: -8px;
    z-index: 999;
}

















/***** modal-comment *****/

.remodal {
    border-radius: 10px;
    padding: 20px;
}

    .remodal header {
        font-size: 15px;
        font-weight: 900;
        margin-bottom: 30px;
        color: #5d5d5d;
        margin-top: 40px;
    }

        .remodal header i {
            vertical-align: middle;
            font-size: 24px;
        }

    .remodal form input {
        font-size: 12px;
        font-weight: 300;
        color: #363636;
        padding: 8px 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 7px;
        width: 49%;
        box-shadow: 0 -1px 7px rgba(127, 137, 148, 0.18);
    }

    .remodal form textarea {
        font-size: 12px;
        font-weight: 300;
        color: #363636;
        padding: 17px 20px 5px 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 17px;
        width: 98%;
        box-shadow: 0 -1px 7px rgba(127, 137, 148, 0.18);
    }

    .remodal form button {
        font-size: 15px;
        font-weight: 900;
        color: #fff;
        background-color: #6bc918;
        padding: 4px 30px 7px 30px;
        border: none;
        border-radius: 5px;
        margin-bottom: 5px;
        font-family: iranyekan;
    }

    .remodal .other-modal button {
        width: 36px;
        height: 36px;
        border-radius: 100%;
        background: url(../img/bg-icon.png) no-repeat;
        position: absolute;
        left: 20px;
        bottom: 15px;
        padding-top: 10px;
        text-align: center;
        font-size: 15px;
        color: #363636;
        top: 13px;
    }

    .remodal h5 {
        text-align: center;
        color: #b3b3b3;
        font-size: 14px;
        font-weight: 600;
    }

/***** modal-comment-end *****/


/***** modal-slider *****/

.product-slider-modal {
    overflow: hidden;
    padding: 50px 0px 50px 0px;
}

    .product-slider-modal h2 {
        margin-bottom: 40px;
        color: #00933c;
    }

    .product-slider-modal .main-product-slider {
        margin-bottom: 40px;
    }

    .product-slider-modal footer img {
        border-radius: 6px;
        border: 1px solid #d1d1d1;
    }


/***** modal-slider-end *****/


/*****  404  *****/

.error-404 {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.error-404-content img {
    margin-bottom: 40px;
}

.error-404-content h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 15px;
    background-color: #000;
    width: 302px;
    border-radius: 32px;
    padding: 7px 26px 10px 10px;
    position: relative;
}

    .error-404-content h3:after {
        content: "";
        position: absolute;
        bottom: -9px;
        border-width: 10px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
        opacity: 1;
        left: 36px;
        transform: translate(-50%, 50%);
    }

.error-404-content form {
    margin-top: 80px;
}

    .error-404-content form input {
        box-shadow: 2px 0 2px rgba(162, 162, 162, 0.25);
        background-color: #f0f4f5;
        width: 93%;
        padding: 12px 20px 12px 20px;
        border-radius: 6px;
        color: #717994;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 35px;
        overflow: hidden;
    }

.error-404-content form {
    position: relative;
    overflow: hidden;
}

    .error-404-content form button {
        border: 1px solid #f0f4f5;
        border-radius: 6px 50% 50% 6px;
        width: 58px;
        height: 44px;
        position: absolute;
        left: 25px;
        color: #8187a0;
        font-size: 15px;
        box-shadow: 2px 0 2px rgba(162, 162, 162, 0.25);
        background-color: #f0f4f5;
    }

.error-404-content nav ul li {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    float: right;
    transition: 0.3s;
    margin-bottom: 5px;
}

    .error-404-content nav ul li:hover {
        color: #00933c;
    }

    .error-404-content nav ul li a {
        padding: 0 9px;
    }

    .error-404-content nav ul li b {
        padding: 0 10px;
        color: #ccc;
    }

.error-404-content .logo-404 {
    text-align: center;
}

    .error-404-content .logo-404 .tell-company {
        color: #00933c;
        font-size: 14px;
        font-weight: 600;
        display: block;
        text-align: center;
    }

/*****  404-end  *****/



/***** question *****/

.block-question {
    margin: 50px 0 0px 0;
}

    .block-question h2.title {
        color: #002662;
        margin-bottom: 50px;
        text-align: center;
    }

        .block-question h2.title span {
            display: block;
            margin-bottom: 10px;
        }

.question {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #4a6681;
    padding: 11px 12px;
    cursor: pointer;
}

    .question .number {
        background: url(../img/qn.png) no-repeat;
        width: 43px;
        height: 40px;
        /*! display: inline-block; */
        text-align: center;
        color: #fff;
        font-size: 23px;
        float: left;
        cursor: pointer;
    }

    .question span {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding-top: 8px;
        display: inline-block;
        padding-right: 25px;
    }

    .question i {
        float: left;
        color: #89be32;
        font-size: 20px;
        padding-top: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

.answer {
    margin-bottom: 40px;
}

    .answer p {
        color: #777777;
        font-size: 14px;
        font-weight: 600;
        line-height: 32px;
        margin-right: 60px;
        text-align: justify;
        margin-left: 60px;
    }

        .answer p span {
            color: #5d5d5d;
            font-size: 17px;
            padding-left: 5px;
        }

.q-popular {
    margin-bottom: 50px;
}

/***** question-end *****/


.dis-header-none {
    display: none;
}

.dis-header-none2 {
    display: inline-block;
}

.menuresponsive {
    display: none;
    margin-right: 20px;
    padding: 0 5px;
    font-size: 22px;
}

    .menuresponsive:hover {
        color: #002662;
    }

/*.mm-menu.mm-offcanvas.mm-right{
    z-index: 999;
}*/


.select2 {
    height: 43px;
    width: 100% !important;
    margin-bottom:25px;
}


    .select2 .select2-selection {
        height: 49px;
        padding-top: 7px;
        text-align: right;
        padding-right: 5px;
        border: 1px solid #d7d7d7 !important;
        color: #555 !important;
        border-radius: 0px;
    }

        .select2 .select2-selection .select2-selection__arrow {
            height: calc(100% + 4px);
            left: 2px;
            width: 30px;
            border-right: 1px solid #ddd !important;
        }

.select2-container {
    z-index: 10000;
}

    .select2-container .select2-dropdown {
        border: 1px solid #ddd !important;
        top: -2px;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 700;
}
/***** respansive *****/
@media screen and (max-width: 1199px) {
    .site-footer .social-media .social a {
        margin-right: 18px;
        font-size: 14px;
    }

        .site-footer .social-media .social a i {
            padding-right: 3px;
            font-size: 17px;
        }

    .site-header nav > ul li .menu2-level {
        width: 860px;
    }

    .site-footer .footer-top .row > div:last-child {
        margin-top: 20px;
    }

    .site-footer .blog {
        display: none;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
}

@media screen and (max-width: 991px) {
    .site-header nav {
        margin-left: 0;
    }

        .site-header nav > ul li .menu2-level {
            width: 700px;
            right: -200px;
            padding-top: 15px;
        }

            .site-header nav > ul li .menu2-level .cat-pro {
                margin-bottom: 10px;
            }

    .contact-contactus .adress-contact {
        margin-top: 15px;
    }

        .contact-contactus .adress-contact .social a {
            margin: 0 8px;
        }

            .contact-contactus .adress-contact .social a i {
                padding-right: 0;
            }

        .contact-contactus .adress-contact .social {
            margin-bottom: 30px;
        }

    .slide-time {
        display: none;
    }

    .timeline-info {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 767px) {

    .container {
        padding: 0 15px;
    }

    .dis-header-none {
        display: inline-block;
    }

    .dis-header-none2 {
        display: none;
    }

    .site-header nav > ul li .menu2-level {
        width: 627px;
        right: -102px;
        padding: 5px 15px 10px 17px;
    }

        .site-header nav > ul li .menu2-level .cat-pro {
            margin-bottom: 5px;
        }

    .contact-form form input {
        margin-left: 15px;
    }

    .site-footer .footer-top .row > div:last-child {
        margin-top: 30px;
        border-right: none;
    }
    .contact-contactus .map{
        margin-top:30px;
    }
}

@media screen and (max-width: 640px) {
    .behunker-part article .content-part {
        padding: 30px 20px 45px 20px;
    }

    .behunker-part article img {
        height: 250px;
    }

    .site-header nav > ul li .menu2-level {
        width: 470px;
    }

    .contact-info p {
        font-size: 12px;
        line-height: 25px;
    }

    .contact-info h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .w-600-full {
        width: 100%;
    }

    .behunker-information header h2 {
        margin-bottom: 25px;
    }

    .behunker-information p {
        font-size: 12px;
        line-height: 26px;
    }



    .orod-company {
        text-align: center;
        margin-top: 20px;
    }

    .site-footer .footer-buttom {
        text-align: center;
    }

    .contact-form form input,
    .contact-form form textarea {
        width: 100%;
        margin-left: 0;
    }

    .contact-form form button {
        margin-left: 10px;
    }

    .about-info p {
        font-size: 12px;
        line-height: 25px;
    }

    .about-info h2 {
        font-size: 16px;
    }

    .answer p {
        font-size: 12px;
        line-height: 25px;
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 480px) {
    .w-full-480 {
        width: 100%;
    }

    .menuresponsive {
        position: relative;
        top: 15px;
        margin-right: 0px;
        float: right;
        display: block;
    }
    .site-header .logo {
        display: block !important;
        width: calc(100% - 40px) !important;
        float: right !important;
    }

    .dis-none-menu {
        display: none;
    }

    .behunker-support-slider-info {
        padding: 0;
    }

    .support-next {
        display: none;
    }

    .support-prev {
        display: none;
    }

    .behunker-company h2 span {
        margin-right: 0;
    }

    .behunker-company h2 span {
        margin-right: 0;
    }

    .team-info article img {
        float: none !important;
        margin: 0 auto !important;
    }

    .team-info article div.team-info-fl {
        float: none;
        width: 100%;
    }

    .team-info article {
        text-align: center;
    }

    .team-info h2,
    .timeline-info h2 {
        margin-bottom: 50px;
    }
    .site-footer .social-media .social a {
        width: 40%;
        margin-bottom: 10px;
        display: inline-block;
    }
}

@media screen and (max-width: 400px) {
    .w-full-400 {
        width: 100%;
    }

    .slide-time-descript .year-slide-time {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .slide-time-descript .yeardes-slide-time {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .w-full-360 {
        width: 100%;
    }

    .behunker-information header h2 span {
        font-size: 14px;
    }
}
