﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    display: block
}

body {
    line-height: 1
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: none;
    padding: 0;
    margin: 0
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
/*******/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/IRANSansWeb(FaNum).eot');
    src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),url('fonts/IRANSansWeb(FaNum).woff2') format('woff2'),url('fonts/IRANSansWeb(FaNum).woff') format('woff'),url('fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
/*****/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-phone:before {
    content: "\f095";
}

a {
    color: #a88250;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -ms-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
}

    a, a:hover a:focus, a:active {
        text-decoration: none !important;
        outline: none;
    }

        a:hover, a:focus, a:active, a:not([href]):not([tabindex]):hover {
            color: #333;
        }

.trans {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: right !important;
}

.container-fluid, .container {
    direction: rtl;
    text-align: right;
}

button {
    outline: none !important
}

.bold, strong {
    font-weight: 600
}

textarea {
    resize: vertical;
    height: 150px;
}
/*****/
body {
    color: #000;
    font-size: 14px;
    font-family: IRANSans;
    overflow-x: hidden;
    background: #fff;
    line-height: 2em;
    width: 100%;
}
/*****/
#header-top {
    background-color: #222;
    padding: 5px 0
}

    #header-top a {
        color: #e9e8e9;
        font-size: 0.95em;
    }

        #header-top a:hover, #header-top a i {
            color: #cf7500;
        }
/******/
#header {
    background-color: #000;
}

    #header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header.fix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-animation: fix-anim 0.5s linear forwards;
        animation: fix-anim 0.5s linear forwards;
        -moz-animation: fix-anim 0.5s linear forwards;
        -ms-animation: fix-anim 0.5s linear forwards;
        -o-animation: fix-anim 0.5s linear forwards;
        z-index: 99999
    }

        #header.fix #top-nav > ul > li > a {
            padding: 25px 19px;
        }

        #header.fix #top-phone {
            margin-top: 10px;
        }

        #header.fix #logo {
            visibility: hidden
        }
/*****/
#logo {
    width: 88px
}

#header .left {
    width: calc(100% - 88px);
    padding-right: 15px
}
/*****/
#top-nav {
    float: left;
}

    #top-nav ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #top-nav > ul > li {
        float: right;
        font-size: 1.15em
    }

    #top-nav ul li {
        position: relative;
    }

        #top-nav ul li a {
            color: #fff;
            padding: 40px 19px;
            display: block;
            font-weight: 600
        }

    #top-nav > ul > li:hover > a, #top-nav > ul > li.active > a {
        color: #cf7500;
    }

    #top-nav ul li ul {
        position: absolute;
        right: 0;
        top: 110%;
        width: 200px;
        padding: 0 0;
        z-index: 100;
        background-color: #000;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        list-style: none;
        padding: 0;
        margin: 0
    }

    #top-nav ul li:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1
    }

    #top-nav ul ul li:hover > a {
        background-color: #f0a500;
        color: #fff
    }

    #top-nav ul li ul li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

        #top-nav ul li ul li a {
            position: relative;
            display: block;
            padding: 10px 20px;
            line-height: 24px;
            font-weight: 400;
            font-size: 14px;
            color: #fff;
            text-align: right;
            text-transform: capitalize;
            border-right: 4px solid #f0a500;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            #top-nav ul li ul li a i {
                color: #222;
                position: absolute;
                top: 50%;
                left: 15px;
                margin-top: -7px
            }

    #top-nav ul li ul ul {
        top: 0 !important;
        right: 110%
    }

    #top-nav ul li ul li:hover ul {
        right: 100%
    }

    #top-nav ul li ul ul li {
        border-bottom-color: #fff
    }
/*****/
#top-phone {
    display: block;
    padding: 15px 30px;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    float: left;
    background-color: #222;
    margin: 25px 0 0 0;
    position: relative;
    z-index: 1
}

    #top-phone:before {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: #f0a500;
        -webkit-transform: scale(0,1);
        -ms-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: transform 500ms cubic-bezier(.86,0,.07,1);
        -moz-transition: transform 500ms cubic-bezier(.86,0,.07,1);
        -o-transition: transform 500ms cubic-bezier(.86,0,.07,1);
        transition: transform 500ms cubic-bezier(.86,0,.07,1);
        -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
        -moz-transition-timing-function: cubic-bezier(.86,0,.07,1);
        -o-transition-timing-function: cubic-bezier(.86,0,.07,1);
        transition-timing-function: cubic-bezier(.86,0,.07,1);
        z-index: -1
    }

    #top-phone:hover:before {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
    }
/*****/
#top-slider {
    direction: rtl;
}

    #top-slider img {
        width: 100%
    }

    #top-slider .slick-slide > div, #top-slider .slick-slide figure {
        float: right;
        width: 100%
    }

    #top-slider .slick-arrow {
        cursor: pointer;
        width: 40px;
        height: 40px;
        background-color: #000;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        line-height: 43px;
        margin: -20px 0 0 0;
        font-size: 1.2em;
        z-index: 100;
        border: 0
    }

        #top-slider .slick-arrow.slick-next {
            left: auto;
            right: 0
        }

        #top-slider .slick-arrow:hover {
            background-color: #ccc;
            color: #000
        }
/*****/
#customText {
    color: #ffc800;
    font-size: 1.4em;
    background-color: #222;
    font-weight: bold;
    text-align: center;
    padding: 30px 15px;
    font-size: 16px
}
/********/
#what-we-do {
    position: relative;
    padding: 120px 15px 70px
}

    #what-we-do .sec-title h1 {
        font-size: 2.6em;
        line-height: 1.2em;
        color: #1a1d1f;
        font-weight: 700;
        display: inline-block
    }

    #what-we-do .sec-title h2 {
        display: inline-block;
        margin-left: 7px
    }
/*****/
.sec-title {
    margin-bottom: 50px;
}

    .sec-title .devider {
        position: relative;
        display: inline-block;
        width: 100px;
        padding-top: 18px;
        margin-bottom: 10px;
    }

        .sec-title .devider h2 {
            position: relative;
            display: block;
            font-size: 2.5em;
            line-height: 1.2em;
            color: #1a1d1f;
            font-weight: 700;
        }

        .sec-title .devider:before, .sec-title .devider:after {
            position: absolute;
            left: 0;
            bottom: 0;
            border-bottom: 3px solid #f0a500;
            width: 35px;
            content: "";
        }

        .sec-title .devider:after {
            left: auto;
            right: 0;
        }

.devider span:before {
    position: absolute;
    left: 8px;
    bottom: 9px;
    height: 5px;
    width: 5px;
    background-color: #222;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.devider span {
    position: absolute;
    left: 37px;
    top: 4px;
    height: 25px;
    width: 25px;
    border-top: 3px solid #f0a500;
    border-left: 3px solid #f0a500;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec-title h2 {
    font-size: 2.6em;
    line-height: 1.2em;
    color: #1a1d1f;
    font-weight: 700;
}

#what-we-do .sec-title .text {
    font-size: 18px;
    line-height: 29px;
    color: #555;
    font-weight: 500;
    margin-top: 18px;
}
/******/
.feature-block-three {
    margin-bottom: 50px;
}

    .feature-block-three .inner-box {
        position: relative;
        padding-right: 65px;
    }

    .feature-block-three h3 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 1.2em;
        color: #222;
        font-weight: 600;
        margin-bottom: 14px;
    }

        .feature-block-three h3 a {
            color: #000
        }

            .feature-block-three h3 a:hover {
                color: #cf7500;
            }

    .feature-block-three .text {
        position: relative;
        font-size: 15px;
        line-height: 30px;
        color: #666;
        text-align: justify
    }
/****/
#what-we-do .image-column {
    position: relative;
}

    #what-we-do .image-column .image-box {
        position: relative;
        margin-top: -130px;
    }

    #what-we-do .image-column .image {
        position: absolute;
        left: 0;
        top: 0;
        height: 220px;
        width: 220px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        border: 2px solid #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    #what-we-do .image-column .image-2 {
        left: auto;
        right: 0;
    }

    #what-we-do .image-column img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    #what-we-do .image-column .image-3 {
        right: 0;
        margin: 0 auto;
        top: 150px;
    }

    #what-we-do .image-column figcaption {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        background-color: rgba(0,0,0,.8);
        padding: 70px 20px 0;
    }

    #what-we-do .image-column .image figcaption .icon {
        display: block;
        font-size: 2.5em;
        line-height: 1em;
        color: #f0a500;
        font-weight: 400;
        margin-bottom: 10px;
    }

    #what-we-do .image-column .image figcaption h4 {
        position: relative;
        display: block;
        font-size: 1.15em;
        line-height: 24px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }
/*******/
#item-video {
    background-color: #f5f5f5;
    padding: 120px 0 80px;
}

    #item-video .sec-title .text {
        position: relative;
        font-size: 1.3em;
        line-height: 29px;
        color: #555;
        font-weight: 500;
        margin-top: 18px;
    }

    #item-video .slick-slider .text {
        padding-right: 30px;
    }

        #item-video .slick-slider .text .subj {
            position: relative;
            display: inline-block;
            line-height: 30px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            padding: 0 15px;
            background-color: #f0a500;
            margin-bottom: 20px;
        }

            #item-video .slick-slider .text .subj:before {
                position: absolute;
                top: 0;
                right: 100%;
                border-left: 10px solid transparent;
                border-bottom: 29.5px solid #f0a500;
                content: "";
            }

        #item-video .slick-slider .text h3 a {
            display: block;
            font-size: 1.4em;
            line-height: 1.2em;
            color: #222;
            font-weight: 700;
            margin-bottom: 15px;
        }

            #item-video .slick-slider .text h3 a:hover {
                color: #0056b3
            }

        #item-video .slick-slider .text .date {
            font-size: 1.2em;
            line-height: 30px;
            color: #666;
            font-weight: 400;
            margin-bottom: 30px;
        }

            #item-video .slick-slider .text .date i {
                font-size: 1.4em;
                line-height: 30px;
                color: #cf7500;
                margin-left: 10px;
            }

        #item-video .slick-slider .text .txt {
            text-align: justify;
            font-size: 1.05em;
            line-height: 30px;
            font-weight: 400;
            color: #666;
            margin: 0;
        }

    #item-video .slick-slider .property-info {
        border-top: 1px solid #d7d7d7;
        list-style: none;
        margin: 40px 0 0 0;
        padding: 40px 0 0 0
    }

        #item-video .slick-slider .property-info li {
            position: relative;
            float: right;
            width: 25%;
            margin-bottom: 30px;
            padding: 0 15px;
            line-height: 24px;
            color: #000;
            text-align: center;
        }

            #item-video .slick-slider .property-info li .icon {
                display: block;
                font-size: 3em;
                color: #cf7500;
                line-height: 1em;
                margin-bottom: 0;
            }

            #item-video .slick-slider .property-info li:before {
                position: absolute;
                left: 0;
                top: 15px;
                height: 60px;
                border-left: 1px solid #d7d7d7;
                content: "";
            }

    #item-video .slick-arrow, #agents-section .slick-arrow, #top-article .slick-arrow {
        cursor: pointer;
        display: inline-block;
        height: 40px;
        width: 40px;
        margin-right: 15px;
        border: 1px solid #333;
        background-color: #fff;
        color: #333;
        font-size: 16px;
        line-height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        text-align: center;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: -160px;
    }

        #item-video .slick-arrow.slick-next, #agents-section .slick-arrow.slick-next, #top-article .slick-arrow.slick-next {
            left: 45px
        }

        #item-video .slick-arrow:hover, #agents-section .slick-arrow:hover, #top-article .slick-arrow:hover {
            background-color: #f0a500;
            color: #fff
        }
/*****/
#article {
    padding: 120px 15px 60px;
}
/******/
#call-to-action {
    position: relative;
    background: url(img/2.jpg) no-repeat 0 0/cover;
    padding: 120px 0 110px;
    z-index: 1;
    text-align: center;
    color: #fff
}

    #call-to-action a {
        color: #fff
    }

    #call-to-action .container {
        text-align: center;
    }

    #call-to-action:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        content: "";
        opacity: .85;
        z-index: -1;
        content: ""
    }

    #call-to-action .txt1 {
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 29px;
    }

    #call-to-action .tell {
        font-size: 1.050em
    }

    #call-to-action h2 {
        font-size: 3.5em;
        line-height: 1em;
        margin: 30px 0 40px;
        font-weight: 700
    }

    #call-to-action .btn-box a {
        position: relative;
        font-size: 1.08em;
        line-height: 20px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        overflow: hidden;
        margin: 0 10px 10px;
        display: inline-block;
        z-index: 1;
    }

        #call-to-action .btn-box a span {
            display: block;
            padding: 13px 40px;
            background-color: transparent;
            position: relative;
            z-index: 2
        }

        #call-to-action .btn-box a:nth-child(2n+1) {
            background-color: #f0a500;
            border: none;
            color: #fff;
        }

            #call-to-action .btn-box a:nth-child(2n+1) span {
            }

            #call-to-action .btn-box a:nth-child(2n+1):before {
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                width: 100%;
                content: "";
                background-color: #fff;
                -webkit-transform: scale(0,1);
                -ms-transform: scale(0,1);
                transform: scale(0,1);
                -webkit-transform-origin: top left;
                -ms-transform-origin: top left;
                transform-origin: top left;
                -webkit-transition: transform 500ms cubic-bezier(.86,0,.07,1);
                -moz-transition: transform 500ms cubic-bezier(.86,0,.07,1);
                -o-transition: transform 500ms cubic-bezier(.86,0,.07,1);
                transition: transform 500ms cubic-bezier(.86,0,.07,1);
                -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
                -moz-transition-timing-function: cubic-bezier(.86,0,.07,1);
                -o-transition-timing-function: cubic-bezier(.86,0,.07,1);
                transition-timing-function: cubic-bezier(.86,0,.07,1);
                z-index: 1
            }

            #call-to-action .btn-box a:nth-child(2n+1):hover:before {
                -webkit-transform: scale(1,1);
                -ms-transform: scale(1,1);
                transform: scale(1,1);
                -webkit-transform-origin: bottom right;
                -ms-transform-origin: bottom right;
                transform-origin: bottom right;
            }

        #call-to-action .btn-box a:nth-child(2n):before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            content: "";
            background-color: #fff;
            -webkit-transform: scale(0,1);
            -ms-transform: scale(0,1);
            transform: scale(0,1);
            -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
            transform-origin: top right;
            -webkit-transition: transform 500ms cubic-bezier(.86,0,.07,1);
            -moz-transition: transform 500ms cubic-bezier(.86,0,.07,1);
            -o-transition: transform 500ms cubic-bezier(.86,0,.07,1);
            transition: transform 500ms cubic-bezier(.86,0,.07,1);
            -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
            -moz-transition-timing-function: cubic-bezier(.86,0,.07,1);
            -o-transition-timing-function: cubic-bezier(.86,0,.07,1);
            transition-timing-function: cubic-bezier(.86,0,.07,1);
        }

        #call-to-action .btn-box a:nth-child(2n):hover:before {
            -webkit-transform: scale(1,1);
            -ms-transform: scale(1,1);
            transform: scale(1,1);
            -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            transform-origin: bottom left;
        }

        #call-to-action .btn-box a:nth-child(2n) span {
            border: 2px solid #fff;
        }

        #call-to-action .btn-box a:hover {
            color: #cf7500;
        }
/*****/
#agents-section {
    background-color: #f5f5f5;
    padding: 120px 0 80px;
}

    #agents-section .slick-slide > div {
        padding: 0 15px;
    }

.sec-title .text {
    position: relative;
    font-size: 1.3em;
    line-height: 29px;
    color: #555;
    font-weight: 500;
    margin-top: 18px;
}

.agent-block {
    margin-bottom: 40px;
}

    .agent-block .inner-box {
        position: relative;
        padding-top: 30px;
        padding-right: 30px;
    }

        .agent-block .inner-box:before {
            position: absolute;
            height: 100%;
            right: 0;
            top: 0;
            left: 70px;
            border: 1px solid #959595;
            content: "";
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .agent-block .image-box {
        position: relative;
    }

        .agent-block .image-box .image {
            position: relative;
            overflow: hidden;
            margin: 0;
        }

            .agent-block .image-box .image img {
                display: block;
                width: 100%;
                height: auto;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

    .agent-block .inner-box:hover .image-box .image img, #top-article .item:hover a.img img, #filter-list .item:hover a.img img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .agent-block .info-box {
        /* position: relative;
     */
        padding: 35px 0;
    }

        .agent-block .info-box .name {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 24px;
            color: #333;
            font-weight: 700;
        }

        .agent-block .info-box .designation {
            position: relative;
            display: inline-block;
            font-size: 15px;
            line-height: 30px;
            color: #666;
            font-weight: 400;
        }
/******/
#top-article {
    background: url(img/1.jpg) no-repeat center center/cover;
    padding: 120px 0 80px;
    color: #fff
}

    #top-article .sec-title h2, #top-article .sec-title .text {
        color: #fff
    }

    #top-article a.img, #filter-list .item a.img {
        display: block;
        position: relative;
        overflow: hidden
    }

        #top-article a.img span, #filter-list .item a.img span {
            position: absolute;
            right: 0;
            top: 20px;
            line-height: 30px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            padding: 0 15px;
            z-index: 9;
            background-color: #222;
        }

    #top-article .item:hover a.img span, #filter-list .item:hover a.img span {
        background-color: #f0a500;
    }

    #top-article .bg {
        position: relative;
        padding: 20px 20px;
    }

    #top-article .date i {
        color: #cf7500;
        font-size: 1.15em;
        margin-left: 10px
    }

    #top-article .item h3, #filter-list .item h3 {
        font-size: 1.3em;
        line-height: 1.2em;
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
    }

        #top-article .item h3 a {
            color: #fff
        }

            #top-article .item h3 a:hover {
                color: #cf7500;
            }

    #top-article .item p.txt {
        position: relative;
        color: #fff;
        padding-bottom: 25px;
        margin-bottom: 20px;
        text-align: justify
    }

    #top-article .item {
        background-color: #222;
        border: 1px solid #333;
        border-top: 0;
        height: 100%
    }

    #top-article .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #top-article .slick-slide > div {
        padding: 0 15px;
        height: 100%
    }

    #top-article .slick-slide {
        height: auto;
    }

p, .text {
    font-size: 1.07em;
    line-height: 30px;
    font-weight: 400;
}
/*******/
#forum {
    background-color: #f5f5f5;
    padding: 120px 0;
}

    #forum h3 {
        line-height: 20px;
        color: #cf7500;
        font-weight: 700;
        margin-bottom: 15px;
    }

    #forum .date {
        position: relative;
        font-size: 0.85em;
        line-height: 1em;
        color: #333;
        font-weight: 700;
        margin-bottom: 10px;
    }

        #forum .date i {
            margin-left: 5px;
        }

    #forum .text {
        color: #666;
        margin-bottom: 15px;
    }

    #forum .more {
        color: #ffc107;
        background-color: transparent;
        background-image: none;
        border-color: #ffc107
    }

        #forum .more:hover {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107;
        }

    #forum .slick-dots {
        width: 100%;
        text-align: center;
        margin-top: 25px;
        list-style: none;
        padding: 0
    }

        #forum .slick-dots li {
            display: inline-block
        }

            #forum .slick-dots li button {
                position: relative;
                display: inline-block;
                height: 6px;
                width: 6px;
                background-color: #f0a500;
                margin: 0 4px;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
                border: 0;
                font-size: 0;
                cursor: pointer
            }

            #forum .slick-dots li.slick-active button {
                width: 30px;
                background-color: #333;
            }

    #forum .item {
        padding: 0 15px 15px
    }
/******/
#footer {
    position: relative;
    background: url(img/3.jpg) no-repeat center center/cover;
    padding: 95px 0;
    z-index: 2;
    color: #fff
}

    #footer:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: .7;
        content: "";
        z-index: -1
    }

    #footer .footer-title {
        font-size: 1.3em;
        font-weight: 600;
        color: #fff;
        line-height: 24px;
        margin-bottom: 36px;
        padding-bottom: 20px;
        position: relative;
    }

        #footer .footer-title:before {
            position: absolute;
            right: 0;
            bottom: 0;
            height: 1px;
            width: 60px;
            background-color: #fff;
            content: "";
        }

        #footer .footer-title:after {
            position: absolute;
            right: 0;
            bottom: 0;
            height: 2px;
            width: 20px;
            background-color: #f0a500;
            content: "";
        }

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0
}

    .contact-list i {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        line-height: 36px;
        color: #cf7500;
    }

    .contact-list li {
        padding-right: 30px;
        position: relative
    }

    .contact-list a {
        color: #fff;
        display: inline-block;
        margin-top: 5px;
    }

#insta-link {
    width: 188px;
    display: block;
    margin-top: 30px;
}
/****/
.nav-footer {
    list-style: none;
    padding: 0;
    margin: 0
}

    .nav-footer li a {
        display: block;
        line-height: 36px;
        color: #fff;
        font-weight: 400;
    }

        .nav-footer li a:hover, #btm-footer ul li a:hover {
            color: #cf7500
        }

        .nav-footer li a i {
            color: #cf7500;
            margin: 9px 0 0 7px;
            float: right;
            font-size: 1.3em;
        }
/*****/
#btm-footer {
    background-color: #252525;
    ;
    color: #fff;
    padding: 15px 0
}

    #btm-footer .copyright-text {
        float: right;
        color: #fff
    }

    #btm-footer a {
        color: #fff
    }

    #btm-footer ul {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0
    }

        #btm-footer ul li {
            float: right;
            margin-right: 30px;
        }

            #btm-footer ul li a {
                display: block;
            }
/*****/
#fix-phone {
    background-color: #00c0ff;
    width: 46px;
    height: 50px;
    right: 0;
    position: fixed;
    right: 0;
    top: 25%;
    color: #fff;
    text-align: center;
    z-index: 999999;
    line-height: 50px;
    font-size: 1.3em
}

    #fix-phone i {
        -webkit-animation: fa-spin 2s linear infinite;
        animation: fa-spin 2s linear infinite;
        -moz-animation: fa-spin 2s linear infinite;
        -ms-animation: fa-spin 2s linear infinite;
        -o-animation: fa-spin 2s linear infinite;
    }
/***/
#fix-insta {
    background: #ece8e7a3;
    width: 46px;
    height: 50px;
    right: 0;
    position: fixed;
    right: 0;
    top: 36%;
    color: #fff;
    text-align: center;
    z-index: 999999;
    line-height: 50px;
    font-size: 1.3em
}

    #fix-insta img {
        margin: 10px 0 0 11px
    }
#fix-whatsapp {
    background: #ece8e7a3;
    width: 46px;
    height: 50px;
    right: 0;
    position: fixed;
    right: 0;
    top: 46%;
    color: #fff;
    text-align: center;
    z-index: 999999;
    line-height: 50px;
    font-size: 1.3em
}

    #fix-whatsapp img {
        margin: 10px 0 0 11px
    }
#fix-whatsap img {
        -webkit-animation: fa-spin 2s linear infinite;
        animation: fa-spin 2s linear infinite;
        -moz-animation: fa-spin 2s linear infinite;
        -ms-animation: fa-spin 2s linear infinite;
        -o-animation: fa-spin 2s linear infinite;
    }
#show-number {
    display: block;
    position: fixed;
    left: 1.2%;
    bottom: 6%;
    z-index: 99;
}

    #show-number a {
        width: 290px;
        display: block
    }
/*****/
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 193 7 / 25%)
}
/******/
#bg-consulting {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    overflow: scroll
}

#consulting-modal {
    width: 500px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 9999999;
    margin-left: -250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

    #consulting-modal .header {
        padding: 15px;
        border-bottom: 1px solid #e9ecef;
        margin-bottom: 10px;
    }

        #consulting-modal .header h4 {
            font-size: 1.5rem;
            color: #777
        }

    #consulting-modal .item {
        padding: 10px 15px;
        direction: rtl;
        text-align: right;
    }

        #consulting-modal .item label {
            color: #777;
            display: block;
            margin-bottom: 5px;
        }

    #consulting-modal .footer {
        padding: 10px;
        border-top: 1px solid #e9ecef;
        margin-bottom: 10px;
        margin-top: 15px;
    }
/*****/
#article #buttons {
    text-align: center;
    margin-bottom: 50px;
}

    #article #buttons button {
        background: none;
        cursor: pointer;
        border: 0;
        padding: 0 15px;
        font-weight: 600;
        font-family: IRANSans
    }

        #article #buttons button.active {
            color: #cf7500
        }

#filter-list .item {
    margin-bottom: 30px;
}

    #filter-list .item .bg {
        border: 1px solid #ddd;
        height: 100%
    }

    #filter-list .item:hover .bg {
        box-shadow: 0 0 30px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    }

    #filter-list .item .date {
        margin: 10px 25px 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 6px;
        font-size: 0.8em;
        color: #666;
    }

        #filter-list .item .date i {
            font-size: 1.54em;
            color: #cf7500;
            margin: 0 0 0 10px;
            position: relative;
            top: 1px;
        }

    #filter-list .item h3 {
        margin: 0 25px;
    }

        #filter-list .item h3 a {
            color: #000;
        }

            #filter-list .item h3 a:hover {
                color: #cf7500;
            }

    #filter-list .item p {
        color: #666;
        padding: 15px 25px;
        text-align: justify;
    }

#scroll-to-top {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222;
    line-height: 34px;
    visibility: hidden;
    opacity: 0
}

    #scroll-to-top.act {
        visibility: visible;
        opacity: 1
    }

.d-block {
    display: block !important
}

@media (max-width:767.98px) {
}

.fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-calendar:before {
    content: "\f133"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-award:before {
    content: "\f559"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/fa-brands-400.html);
    src: url(fonts/fa-brands-400d41d.html?#iefix) format("embedded-opentype"),url(fonts/fa-brands-400.woff2) format("woff2"),url(fonts/fa-brands-401.html) format("woff"),url(fonts/fa-brands-402.html) format("truetype"),url(fonts/fa-brands-403.html#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/fa-regular-400.html);
    src: url(fonts/fa-regular-400d41d.html?#iefix) format("embedded-opentype"),url(fonts/fa-regular-400.woff2) format("woff2"),url(fonts/fa-regular-401.html) format("woff"),url(fonts/fa-regular-402.html) format("truetype"),url(fonts/fa-regular-403.html#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(fonts/fa-solid-900.html);
    src: url(fonts/fa-solid-900d41d.html?#iefix) format("embedded-opentype"),url(fonts/fa-solid-900.woff2) format("woff2"),url(fonts/fa-solid-901.html) format("woff"),url(fonts/fa-solid-902.html) format("truetype"),url(fonts/fa-solid-903.html#fontawesome) format("svg")
}

@font-face {
    font-family: Flaticon;
    src: url(fonts/Flaticon.eot);
    src: url(fonts/Flaticon.eot?#iefix) format('embedded-opentype'),url(Ffonts/laticon.woff2) format('woff2'),url(fonts/Flaticon.woff) format('woff'),url(fonts/Flaticon.ttf) format('truetype'),url(fonts/Flaticon.svg#Flaticon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-24-hours:before {
    content: "\f163"
}

.flaticon-communication:before {
    content: "\f1c3"
}

.flaticon-architecture-and-city:before {
    content: "\f1b6"
}

.flaticon-house:before {
    content: "\f1b0"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.flaticon-menu:before {
    content: "\f149"
}

.fa-plus:before {
    content: "\f067"
}

.flaticon-cancel-music:before {
    content: "\f129"
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fix-anim {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width:992px) AND (max-width:1199.98px) {
    #top-nav > ul > li {
        font-size: 1em
    }

        #top-nav > ul > li > a {
            padding: 40px 11px;
        }

    #top-phone {
        padding: 15px 20px;
    }

    #header.fix #top-nav > ul > li > a {
        padding: 25px 11px
    }

    #what-we-do .image-column .image {
        width: 185px;
        height: 185px;
    }

    #what-we-do .image-column .image-3 {
        top: 113px;
    }
}

@media (max-width:991.98px) {
    #open-menu {
        font-size: 2.9em;
        float: left;
        color: #cf7500;
        margin: 14px 22px 0 0;
    }

        #open-menu i {
            font-weight: normal
        }

    #top-nav {
        display: none
    }

    #top-phone {
        margin: 7px 0;
    }

    #what-we-do .image-column .image {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        display: inline-block;
        margin: 0 8px 10px
    }

    #what-we-do .image-column .image-box {
        margin-top: 0;
        text-align: center
    }

    #item-video .img {
        margin-bottom: 15px
    }

    .footer-contact {
        margin-bottom: 30px
    }

    #btm-footer ul li {
        margin-right: 25px
    }

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible
    }

    .mobile-menu-visible {
        overflow: hidden
    }

        .mobile-menu-visible .mobile-menu .menu-box {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }
}

@media (max-width:767.98px) {
    #top-phone {
        padding: 7px 30px;
    }

    #open-menu {
        margin-top: 7px
    }

    #show-number a {
        width: 180px
    }

    #show-number {
        left: 50%;
        margin-left: -90px
    }

    #customText {
        font-size: 0.9em;
        line-height: 31px;
    }

    #what-we-do, #article {
        padding: 70px 15px
    }

    #agents-section {
        padding: 70px 0
    }

    #article #buttons {
        display: none
    }

    #top-article a.img img, #filter-list .item a.img img {
        display: block;
        margin: 0 auto
    }

    .nav-footer {
        margin-bottom: 30px
    }

    #footer {
        padding-bottom: 65px
    }

    #item-video .slick-arrow, #agents-section .slick-arrow, #top-article .slick-arrow {
        top: -51px
    }
}

@media (max-width:550px) {
    #consulting-modal {
        width: 90%;
        margin-left: 0;
        left: 5%
    }
}

@media (max-width:500px) {
    #top-phone {
        padding: 7px 19px;
    }
}

@media (max-width:575.98px) {
    #item-video .slick-slider .property-info li {
        width: 50%
    }
}

.coustomweblog {
    height: 700px;
    margin: 2px;
    padding: 2px;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999999999;
    direction: rtl;
    text-align: right
}

    .mobile-menu .nav-logo {
        position: relative;
        padding: 20px 20px;
        text-align: right
    }

        .mobile-menu .nav-logo img {
            max-width: 200px
        }

    .mobile-menu .menu-box {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        padding: 0 0;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

    .mobile-menu .close-btn {
        position: absolute;
        left: 20px;
        top: 3px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background-color: #f0a500;
        cursor: pointer;
        z-index: 10;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px)
    }

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    padding: 0 20px
}

    .mobile-menu .navigation li {
        position: relative
    }

    .mobile-menu .navigation > li {
        position: relative;
        display: block;
        margin-bottom: 10px
    }

        .mobile-menu .navigation > li > a {
            font-weight: 500;
            box-shadow: 0 0 6px rgba(0,0,0,.05)
        }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        line-height: 20px;
        padding: 10px 20px;
        font-size: 16px;
        color: #404040;
        text-transform: capitalize
    }

    .mobile-menu .navigation li.current > a, .mobile-menu .navigation li:hover > a {
        color: #f0a500
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 12px;
        line-height: 40px;
        border-right: 1px solid #fafafa;
        color: #222;
        cursor: pointer;
        z-index: 5;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
            display: inline-block;
            position: relative;
            content: "\f068" !important;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

    .mobile-menu .mega-menu, .mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
        display: none
    }

        .mobile-menu .mega-menu h3 {
            display: none
        }

.mobile-menu .column {
    width: 100%;
    flex: none;
    max-width: 100%
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .container {
        max-width: 960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: IRANSans
}

    .btn:focus, .btn:hover {
        text-decoration: none
    }

    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .btn.disabled, .btn:disabled {
        opacity: .65
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
            background-image: none
        }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.img-fluid {
    max-width: 100%;
    height: auto
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.modal-open {
    overflow: hidden
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: 0 0;
    border: 0
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.text-danger {
    color: red;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}


.modalError {
    direction: rtl;
    color: red;
    margin-right: 10%;
}

.fix-number {
    /* ReSharper disable once InvalidValue */
    background-color: rgb(0 0 0 / 74%);
    width: 170px;
    height: auto;
    color: #fff;
    direction: rtl;
    font-size: 22px;
    position: fixed;
    left: 5px;
    z-index: 999999;
    transition-duration: 0.5s;
    bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.23);
}

#sp-left {
    width: 0 !important;
}

#sp-component {
    width: 100% !important;
}

div#sp-left {
    width: 0 !important;
}

div#sp-component {
    width: 100% !important;
}

.fix-number h6 {
    color: #fff;
    text-align: center;
    direction: rtl;
    font-size: 15px;
    padding: 10px;
    background-color: #cf7500;
    border-radius: 5px;
}

.fix-number h5 {
    color: #ffa500;
    text-align: center;
    direction: rtl;
    font-size: 14px;
    padding: 10px;
    background-color: #cf7500;
    border-radius: 5px;
}

.fix-number ul {
    padding: 0;
    margin: 0;
}

.fix-number ul li {
    list-style: none;
    text-align: center;
    padding: 5px;
    direction: ltr;
}

.fix-number ul li a {
    color: #fff;
    font-size: 17px;
}

.fix-number ul li a i {
    margin-right: 7px;
}

.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}