@import url(font-icon.css);
@import url(owl.css);

.gradinat {
    background: #f17e01;
    background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
    background: linear-gradient(to left, #d16d00, #f17e01)
}

.dis_img {
    display: block;
    width: 100%;
    height: 100%
}

.background_fix {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.overal_absolute {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.input_style input,
.input_style select,
.input_style textarea {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    background-color: #fff;
    color: #225809;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s
}

    .input_style input:focus,
    .input_style select:focus,
    .input_style textarea:focus {
        border-color: #f17e01
    }

.input_style textarea {
    height: 140px
}

.input_style .submit-btn {
    display: table;
    margin: auto;
    padding: 10px 30px;
    background-color: #fec20a;
    color: #212121;
    border-radius: 32px;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s
}

    .input_style .submit-btn:hover {
        background-color: #e69012
    }

.input_style .btn {
    cursor: pointer;
    display: table;
    margin: 0 auto
}

.input_style label {
    display: block;
    margin-bottom: 5px;
    color: #fec20a;
    font-weight: 700
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

button,
input,
select,
textarea {
    font-family: vazir;
    direction: rtl;
    outline: 0;
    resize: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

b,
strong {
    font-weight: 700
}

*,
::after,
::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

/*@font-face {
    font-family: vazir;
    src: url(fonts/vazir.eot);
    src: url(fonts/vazir.eot?#iefix) format('embedded-opentype'), url(fonts/vazir.woff2) format('woff2'), url(fonts/vazir.woff) format('woff'), url(fonts/vazir.ttf) format('truetype'), url(fonts/vazir.svg#vazir) format('svg');
    font-weight: 400;
    font-style: normal
}*/

@font-face {
    font-family: 'vazirFa';
    src: url('fonts/AnjomanFaNum-Regular.eot');
    src: url('fonts/AnjomanFaNum-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AnjomanFaNum-Regular.woff2') format('woff2'), url('fonts/AnjomanFaNum-Regular.woff') format('woff'), url('fonts/AnjomanFaNum-Regular.ttf') format('truetype'), url('fonts/AnjomanFaNum-Regular.svg#AnjomanFaNum-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vazir';
    src: url('fonts/Anjoman-Regular.eot');
    src: url('fonts/Anjoman-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Anjoman-Regular.woff2') format('woff2'), url('fonts/Anjoman-Regular.woff') format('woff'), url('fonts/Anjoman-Regular.ttf') format('truetype'), url('fonts/Anjoman-Regular.svg#Anjoman-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vazir';
    src: url('fonts/Anjoman-Bold.eot');
    src: url('fonts/Anjoman-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Anjoman-Bold.woff2') format('woff2'), url('fonts/Anjoman-Bold.woff') format('woff'), url('fonts/Anjoman-Bold.ttf') format('truetype'), url('fonts/Anjoman-Bold.svg#Anjoman-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

::selection {
    background: #f17e01;
    color: #fff
}

::-moz-selection {
    background: #f17e01;
    color: #fff
}

.has-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 1
}

.ripple-animate {
    -webkit-animation: ripple;
    -o-animation: ripple;
    animation: ripple
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

.ziehharmonika .title-accord {
    background: #e69012;
    color: #fff;
    text-align: right;
    border-radius: 4px;
    padding: 14px 12px 14px 40px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 9px;
    transition: .25s all;
    position: relative
}

    .ziehharmonika .title-accord.active {
        margin-bottom: 21px;
        background: #fec20a
    }

    .ziehharmonika .title-accord::before {
        content: attr(data-prefix);
        font-size: 18px;
        margin-left: 9px
    }

    .ziehharmonika .title-accord.alignLeft {
        padding-left: 35px
    }

.ziehharmonika > div {
    display: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    padding: 21px 23px;
    margin-bottom: 9px
}

.ziehharmonika .arrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0;
    border-color: #272e35 transparent transparent;
    position: absolute;
    bottom: 0;
    right: 40px;
    transition: .25s all;
    opacity: 0
}

.ziehharmonika .active .arrowDown {
    bottom: -13px;
    border-color: #fec20a transparent transparent;
    opacity: 1
}

.ziehharmonika .collapseIcon {
    position: absolute;
    left: 20px;
    top: 45%;
    font-size: 25px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

    .ziehharmonika .collapseIcon.alignLeft {
        right: initial;
        left: 20px
    }

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 9
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px
    }

.mean-container .mean-nav {
    width: 100%;
    background: #0c1923;
    margin-top: 44px
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none
    }

        .mean-container .mean-nav ul li {
            position: relative;
            width: 100%
        }

            .mean-container .mean-nav ul li a {
                display: block;
                width: 90%;
                padding: 1em 5%;
                margin: 0;
                text-align: right;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255, 255, 255, .5);
                text-decoration: none;
                text-transform: uppercase
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 1em 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255, 255, 255, .25);
                opacity: .75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: 0;
                margin-bottom: 0
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 1em 15%
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20%
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25%
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255, 255, 255, .1)
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 24px;
                height: 25px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                line-height: 23px;
                left: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255, 255, 255, .1);
                border: 0 !important;
                border-right: 1px solid rgba(255, 255, 255, .4) !important;
                border-bottom: 1px solid rgba(255, 255, 255, .2) !important
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(0, 0, 0, .9)
                }

.mean-container .mean-push {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    margin: 0;
    background: #f17e01;
    background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
    background: linear-gradient(to left, #d16d00, #f17e01);
    display: flex;
    justify-content: center;
    align-items: center
}

    .loader-wrapper .center {
        width: 90px;
        height: 90px;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

        .loader-wrapper .center .dot {
            width: 8px;
            animation: dot 1200ms cubic-bezier(.91, 1.42, .87, .99);
            animation-fill-mode: both;
            animation-iteration-count: infinite;
            height: 8px;
            border-radius: 50%;
            background-color: #fff;
            margin: 1px
        }

            .loader-wrapper .center .dot.dot-two {
                animation-delay: 150ms
            }

            .loader-wrapper .center .dot.dot-three {
                animation-delay: 300ms
            }

            .loader-wrapper .center .dot.dot-four {
                animation-delay: 450ms
            }

            .loader-wrapper .center .dot.dot-five {
                animation-delay: 600ms
            }

@keyframes dot {
    0% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    direction: rtl;
    font-family: vazir;
    line-height: 1.85;
    font-size: 14px;
    overflow-x: hidden !important
}

.clear {
    clear: both
}

.container {
    width: 88%;
    margin: auto;
    max-width: 1500px;
}

    .container::after {
        content: '';
        display: block;
        clear: both
    }

.width_16 {
    width: 16.666%
}

.width_25 {
    width: 25%
}

.width_33 {
    width: 33.333%
}

.width_41 {
    width: 41.666%
}

.width_50 {
    width: 50%
}

.width_59 {
    width: 58.333%
}

.width_66 {
    width: 66.666%
}

.width_75 {
    width: 75%
}

.width_80 {
    width: 80%
}

.width_100 {
    width: 100%
}

.fl_left {
    float: left
}

.fl_right {
    float: right
}

.ltr-text {
    display: inline-block;
    direction: ltr;
    letter-spacing: 1px;
    font-family: 'vazirFa';
}

.flexDis {
    display: flex;
    justify-content: space-between
}

.flot {
    float: right;
    padding: 10px
}

.btn {
    display: inline-block;
    white-space: normal;
    padding: 8px 40px;
    border-radius: 32px;
    color: #f17e01;
    background-color: transparent;
    font-size: 1.05em;
    margin: 5px;
    text-shadow: 0 0 2px #fff;
    box-shadow: 0 4px 20px rgba(255, 255, 255, .3);
    border: 2px solid #f17e01;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    cursor: pointer;
}

    .btn:hover {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        color: #fff;
        background-color: #f17e01
    }

.wrapper {
    padding: 75px 0
}

    .wrapper .title_up {
        display: table;
        position: relative;
        text-align: center;
        margin: auto auto 40px;
        font-weight: 700;
        font-size: 2.5em;
        background: #f17e01;
        background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
        background: linear-gradient(to left, #d16d00, #f17e01);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .wrapper .wrapper-btn {
        display: table;
        margin: 50px auto auto;
        background-color: #f17e01;
        color: #fff;
        box-shadow: 0 4px 20px rgba(0, 44, 143, .5)
    }

        .wrapper .wrapper-btn:hover {
            background-color: #fec20a;
            color: #212121;
            box-shadow: 0 4px 20px rgba(174, 197, 86, .5)
        }

.text-center {
    margin: auto;
    text-align: center
}

.owl-item {
    touch-action: auto;
    -ms-touch-action: auto
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    padding-top: 30px
}

    .navbar .menu-content li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px
    }

        .navbar .menu-content li a {
            color: rgb(255, 255, 255);
            display: block;
            font-size: 1.15em;
            border-bottom: 1px solid transparent;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s
        }

            .navbar .menu-content li a:hover {
                border-bottom-color: #fff;
                text-shadow: 0 0 6px #fff
            }

        .navbar .menu-content li:last-child {
            float: left;
            margin-left: 0
        }

            .navbar .menu-content li:last-child a {
                padding: 2px 20px;
                border-radius: 32px;
                border: 1px solid #fff;
                margin-top: -4px
            }

                .navbar .menu-content li:last-child a:hover {
                    background-color: #fff;
                    color: #f17e01
                }

            .navbar .menu-content li:last-child.active a {
                background-color: #fff;
                color: #f17e01
            }

                .navbar .menu-content li:last-child.active a:hover {
                    background-color: transparent;
                    color: #fff
                }

        .navbar .menu-content li.active a {
            border-bottom-color: #fff;
            text-shadow: 0 0 6px #fff
        }

        .navbar .menu-content li ul {
            position: absolute;
            right: 0;
            top: 100%;
            width: 180px;
            background-color: #fff;
            border-radius: 4px;
            box-shadow: 0 0 15px rgba(0, 0, 0, .2);
            display: none
        }

            .navbar .menu-content li ul li {
                display: block;
                margin: 0;
                font-size: 12.5px
            }

                .navbar .menu-content li ul li a {
                    transition: all .4s;
                    -moz-transition: all .4s;
                    -webkit-transition: all .4s;
                    -o-transition: all .4s;
                    display: block;
                    padding: 5px 10px;
                    color: #121238;
                    border-bottom: 0
                }

                    .navbar .menu-content li ul li a:hover {
                        background-color: #f17e01;
                        color: #fff
                    }

                .navbar .menu-content li ul li ul {
                    top: 0;
                    right: 100%
                }

                    .navbar .menu-content li ul li ul a {
                        color: #121238
                    }

                .navbar .menu-content li ul li:last-child {
                    float: unset
                }

                    .navbar .menu-content li ul li:last-child a {
                        padding: 5px 10px;
                        border-radius: 0;
                        border: 0;
                        margin: 0
                    }

                        .navbar .menu-content li ul li:last-child a:hover {
                            background-color: #f17e01;
                            color: #fff
                        }

        .navbar .menu-content li:hover > ul {
            display: block
        }

    .navbar .logo {
        float: left
    }

.welcome-main {
    min-height: 100vh;
    height: auto;
    position: relative
}

    .welcome-main .welcome-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    /*.welcome-main .welcome-bg::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: .75;
            background: #f17e01;
            z-index: 1
        }

        .welcome-main .welcome-bg img {
            position: absolute;
            width: 100%;
            height: auto;
            bottom: -1px;
            left: 0;
            right: 0;
            z-index: 2
        }

        .welcome-main .welcome-bg::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 50%;
            bottom: 0;
            left: 0;
            right: 0;
            background: 0 0;
            z-index: 3
        }*/

    .welcome-main .welcome-content {
        position: absolute;
        width: 100%;
        top: 20%;
        left: 0;
        z-index: 4;
        color: #fff
    }

        .welcome-main .welcome-content .width_41 {
            margin-right: 8%
        }

        .welcome-main .welcome-content .icon-list li {
            width: 25%;
            float: right;
            margin-bottom: 20px;
            text-align: center
        }

        .welcome-main .welcome-content .title {
            font-size: 2em;
            letter-spacing: .5px;
            margin-bottom: 15px;
            font-weight: bold;
        }

        .welcome-main .welcome-content .btn {
            margin-top: 30px;
            background-image: unset;
            border: 2px solid #fff;
            color: #fff
        }

            .welcome-main .welcome-content .btn:hover {
                color: #f17e01;
                background-color: #fff
            }

        .welcome-main .welcome-content .welcome-logo {
            max-height: 220px
        }

            .welcome-main .welcome-content .welcome-logo img {
                animation: welcome-animate infinite 2.5s;
                -moz-animation: welcome-animate infinite 2.5s;
                -webkit-animation: welcome-animate infinite 2.5s;
                -o-animation: welcome-animate infinite 2.5s
            }

@keyframes welcome-animate {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
}

.shoar-wrapper {
    position: relative;
    z-index: 5
}

    /*.shoar-wrapper .shoar-lists {
        margin-top: -150px;
    }*/

    .shoar-wrapper .shoar-lists::after {
        content: '';
        display: block;
        clear: both
    }

    .shoar-wrapper .shoar-lists .shoar-item {
        position: relative;
        border-radius: 25px 25px 5px;
        overflow: hidden;
        padding: 25px;
        text-align: left;
        direction: ltr;
        box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        color: #555;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s
    }

        .shoar-wrapper .shoar-lists .shoar-item::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            background: #f17e01;
            background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
            background: linear-gradient(to left, #d16d00, #f17e01);
            opacity: 0;
            z-index: -1;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s
        }

        .shoar-wrapper .shoar-lists .shoar-item .title {
            font-size: 1.15em;
            margin-bottom: 4px;
            font-weight: 700;
            letter-spacing: .5px;
            text-transform: capitalize;
            display: inline-block;
            vertical-align: middle;
        }

        .shoar-wrapper .shoar-lists .shoar-item .icon {
            font-size: 2em;
            line-height: 1;
            display: inline-block;
            margin-right: 6px;
        }

        .shoar-wrapper .shoar-lists .shoar-item a {
            color: #555;
        }

        .shoar-wrapper .shoar-lists .shoar-item:hover {
            color: #fff
        }

            .shoar-wrapper .shoar-lists .shoar-item:hover a {
                color: #fff
            }

            .shoar-wrapper .shoar-lists .shoar-item:hover::before {
                opacity: 1
            }

    .shoar-wrapper .shoar_text {
        text-align: justify
    }

        .shoar-wrapper .shoar_text .title {
            font-size: 1.5em;
            color: #f17e01;
            font-weight: 700;
            margin-bottom: 6px
        }

        .shoar-wrapper .shoar_text .btn {
            float: left;
            margin: 30px 0 0
        }

.features-wrapper {
    background: url(../images/bg-top.svg) center top no-repeat #f4f8fb;
    background-size: contain
}

    .features-wrapper li {
        overflow: hidden;
        margin-bottom: 15px
    }

        .features-wrapper li::after {
            content: '';
            display: block;
            clear: both
        }

        .features-wrapper li .count {
            float: right;
            width: 68px;
            min-height: 140px;
            background: url(../images/features-bg.svg) center bottom no-repeat
        }

            .features-wrapper li .count span {
                display: block;
                width: 37px;
                height: 37px;
                line-height: 37px;
                text-align: center;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                margin: auto;
                border: 1px solid #f17e01;
                font-weight: 600;
                font-size: 15px;
                color: #f17e01;
                transition: all .4s;
                -moz-transition: all .4s;
                -webkit-transition: all .4s;
                -o-transition: all .4s
            }

        .features-wrapper li .text {
            float: right;
            width: calc(100% - 68px);
            padding-right: 15px;
            text-align: justify;
            color: #6F8BA4
        }

            .features-wrapper li .text .title {
                margin-top: 5px;
                margin-bottom: 10px;
                font-size: 1.15em;
                color: #225809
            }

        .features-wrapper li:hover .count span {
            background: #f17e01;
            color: #fff
        }

.archive-wrapper .post-content {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    border-radius: 15px
}

    .archive-wrapper .post-content .post_image {
        height: 260px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

        .archive-wrapper .post-content .post_image img {
            opacity: .7;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s
        }

    .archive-wrapper .post-content .post_title {
        margin: 20px 20px 10px;
        font-size: 1.25em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

        .archive-wrapper .post-content .post_title a {
            color: #f17e01;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s
        }

            .archive-wrapper .post-content .post_title a:hover {
                color: #212121
            }

    .archive-wrapper .post-content .post_desc {
        text-align: justify;
        padding: 20px;
        padding-top: 0
    }

        .archive-wrapper .post-content .post_desc .btn {
            padding: 2px 20px;
            display: table;
            margin: auto;
            border-width: 1px
        }

        .archive-wrapper .post-content .post_desc .time {
            font-weight: 700;
            color: #225809;
            margin-bottom: 10px
        }

        .archive-wrapper .post-content .post_desc .post_bar {
            margin-top: 20px
        }

    .archive-wrapper .post-content .product-color {
        display: block;
        position: absolute;
        top: 285px;
        left: 0;
        width: 150px;
        height: 15px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transform: translateX(-90px);
        -webkit-transform: translateX(-90px);
        -o-transform: translateX(-90px);
        -ms-transform: translateX(-90px);
        transform: translateX(-90px)
    }

    .archive-wrapper .post-content:hover .post_image img {
        opacity: 1
    }

    .archive-wrapper .post-content:hover .product-color {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

.btn-wrapper {
    position: relative;
    background: #f17e01;
    background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
    background: linear-gradient(to left, #d16d00, #f17e01);
    color: #fff
}

    .btn-wrapper .btn_txt,
    .btn-wrapper .icon {
        display: inline-block;
        vertical-align: middle
    }

    .btn-wrapper .icon {
        font-size: 4em;
        line-height: 1
    }

    .btn-wrapper .btn_txt {
        padding-right: 20px;
        text-shadow: 0 0 6px rgba(0, 0, 0, .7)
    }

        .btn-wrapper .btn_txt strong {
            font-size: 1.25em;
            letter-spacing: 1px
        }

    .btn-wrapper .btn {
        background-color: transparent;
        color: #fff;
        border-color: #fff
    }

        .btn-wrapper .btn:hover {
            background-color: #fff;
            color: #f17e01
        }

.links-wrapper .link-items {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

    .links-wrapper .link-items .title {
        position: relative;
        padding: 8px 12px;
        background: #f17e01;
        background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
        background: linear-gradient(to left, #d16d00, #f17e01);
        color: #fff;
        font-size: 1.15em
    }

        .links-wrapper .link-items .title a {
            color: #fff
        }

        .links-wrapper .link-items .title .icon {
            position: absolute;
            left: 15px;
            top: 8px;
            line-height: 1;
            font-size: 2em;
            color: #fff
        }

    .links-wrapper .link-items ul {
        padding: 15px 0
    }

        .links-wrapper .link-items ul li {
            position: relative;
            padding: 8px 15px;
            margin-bottom: 5px
        }

            .links-wrapper .link-items ul li::before {
                position: relative;
                z-index: 2;
                font-family: Ionicons;
                content: "\f1a0";
                float: right;
                margin-top: 5px;
                line-height: 1;
                font-size: 1.25em;
                color: #225809;
                margin-left: 10px
            }

            .links-wrapper .link-items ul li::after {
                content: '';
                display: block;
                position: absolute;
                right: -100%;
                top: 0;
                background-color: #fec20a;
                width: 100%;
                height: 100%;
                z-index: 1;
                transition: all .4s;
                -moz-transition: all .4s;
                -webkit-transition: all .4s;
                -o-transition: all .4s
            }

            .links-wrapper .link-items ul li a {
                display: block;
                position: relative;
                z-index: 2;
                color: #225809
            }

            .links-wrapper .link-items ul li:hover::after {
                right: 0
            }

.footer {
    position: relative;
    z-index: 2;
    background-color: #eef3f6;
    color: #6F8BA4;
    text-align: justify
}

    .footer .width_25:first-child {
        margin-left: 8%
    }

    .footer a {
        color: #6F8BA4
    }

    .footer.wrapper {
        padding: 40px 0
    }

    .footer .title {
        font-weight: 700;
        color: #3B566E;
        margin-bottom: 1rem
    }

    .footer ul li {
        margin-bottom: 4px
    }

        .footer ul li::before {
            font-family: Ionicons;
            content: "\f282";
            display: inline-block;
            vertical-align: middle;
            line-height: 1.5;
            font-size: 1.25em;
            margin-left: 8px
        }

        .footer ul li a {
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s
        }

            .footer ul li a:hover {
                color: #f17e01
            }

    .footer .contact-box {
        position: relative;
        padding-right: 50px;
        margin-bottom: 1rem
    }

        .footer .contact-box .icon {
            position: absolute;
            line-height: 1.5;
            font-size: 1.5em;
            color: #6F8BA4;
            top: 0;
            right: 0;
            width: 50px;
            text-align: center
        }

.event-modal {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 2, 3, 0.90);
    display: table;
    text-align: center;
    top: 0;
    right: 0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .event-modal .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .event-modal .close-btn {
        position: absolute;
        left: 3%;
        top: 4%;
        color: #fff;
        font-size: 3em;
        line-height: 1;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

        .event-modal .close-btn:hover {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

        .event-modal img {
            max-height: 75%;
        }

    .event-modal.hide {
        visibility: hidden;
        opacity: 0;
    }

    .copyright {
        background-color: #eef3f6;
        border-top: 1px solid #c9d6ef;
        text-align: center;
        padding: 20px 0;
        color: #6F8BA4
    }

    .copyright a {
        color: #f17e01;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s
    }

        .copyright a:hover {
            color: #fec20a
        }

.page-title {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff
}

    .page-title::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f17e01;
        background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
        background: linear-gradient(to left, #d16d00, #f17e01);
        opacity: .75;
        z-index: 1
    }

    .page-title .container {
        position: relative;
        z-index: 2
    }

    .page-title .title {
        font-size: 2.5em;
        font-weight: bold;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .page-title .breadcrumb {
        display: table;
        margin: auto
    }

        .page-title .breadcrumb li {
            font-size: 1.15em;
            display: inline-block;
            vertical-align: middle;
            letter-spacing: .5px
        }

            .page-title .breadcrumb li::after {
                display: inline-block;
                vertical-align: middle;
                font-family: Ionicons;
                content: "\f117";
                margin: 0 15px
            }

            .page-title .breadcrumb li:last-child::after {
                display: none
            }

            .page-title .breadcrumb li a {
                color: #fff;
                border-bottom: 1px dashed transparent
            }

            .page-title .breadcrumb li.active a {
                border-bottom-color: #fff
            }

        .page-title .breadcrumb .icon {
            display: inline-block;
            vertical-align: middle;
            font-size: 1.5em;
            line-height: 1.5
        }

.pagination-wrapper {
    text-align: center;
    margin: 40px auto;
}

.pagination {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-radius: 35px;
    background-color: #eee
}

@media only screen and (max-width:1199px) {
    .pagination {
        height: 50px;
        margin-top: 50px;
        padding: 0 10px;
        border-radius: 25px
    }
}

.page-numbers {
    display: block;
    padding: 0 25px;
    float: right;
    transition: 400ms ease;
    color: #595959;
    font-size: 18px;
    line-height: 70px
}

    .page-numbers.current,
    .page-numbers:hover {
        background-color: #f17e01;
        color: #fff
    }

    .page-numbers.next:hover,
    .page-numbers.prev:hover {
        background-color: transparent;
        color: #f17e01
    }

@media only screen and (max-width:1199px) {
    .page-numbers {
        padding: 0 15px;
        font-size: 16px;
        line-height: 50px
    }
}

@media only screen and (min-width:120px) and (max-width:1024px) {
    .page-numbers {
        padding: 0 14px;
        display: none
    }

        .page-numbers:nth-of-type(2) {
            position: relative;
            padding-right: 50px
        }

            .page-numbers:nth-of-type(2)::after {
                content: '...';
                position: absolute;
                font-size: 25px;
                top: 0;
                left: 45px
            }

        .page-numbers:nth-child(-n+3),
        .page-numbers:nth-last-child(-n+3) {
            display: block
        }

        .page-numbers:nth-last-child(-n+4) {
            padding-right: 14px
        }

            .page-numbers:nth-last-child(-n+4)::after {
                content: none
            }
}

.post-wrapper {
    position: relative;
    z-index: 2;
    text-align: justify;
    overflow: hidden
}

    .post-wrapper .sidebar {
        position: relative;
        width: 360px;
        height: 100%
    }

        .post-wrapper .sidebar img {
            border-radius: 20px 20px 5px;
            opacity: .8;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s
        }

            .post-wrapper .sidebar img:hover {
                opacity: 1
            }

        .post-wrapper .sidebar .fix-contact {
            width: 340px;
            border-radius: 6px;
            padding: 25px;
            color: #fff;
            text-align: justify;
            background: #f17e01;
            background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
            background: linear-gradient(to left, #d16d00, #f17e01)
        }

            .post-wrapper .sidebar .fix-contact .btn {
                display: block;
                text-align: center;
                background-color: transparent;
                border: 1px solid #fff;
                margin-top: 25px;
                color: #fff
            }

                .post-wrapper .sidebar .fix-contact .btn:hover {
                    background-color: #fff;
                    color: #f17e01
                }

            .post-wrapper .sidebar .fix-contact.active {
                position: fixed;
                top: 20px;
                margin-top: 0
            }

    .post-wrapper .content {
        width: calc(100% - 360px)
    }

        .post-wrapper .content p {
            text-align: justify;
            margin-bottom: 10px;
        }

    .post-wrapper ul {
        margin: 20px 15px
    }

        .post-wrapper ul li {
            display: inline-block;
            width: 49%;
            vertical-align: top;
            position: relative;
            padding-right: 30px;
            margin-bottom: 10px
        }

            .post-wrapper ul li::before {
                content: '';
                position: absolute;
                width: 20px;
                height: 20px;
                background: url(../images/drop-icon.png) no-repeat;
                background-size: 100% 100%;
                top: 0;
                filter: hue-rotate(160deg);
                -webkit-filter: hue-rotate(160deg);
                -moz-filter: hue-rotate(160deg);
                right: 0
            }

    .post-wrapper .content table {
        display: table;
        width: 100%;
        background-color: #2C3845;
        text-align: right;
        color: #d0d7de;
        margin: 30px 0
    }

        .post-wrapper .content table thead {
            display: table-header-group
        }

        .post-wrapper .content table th {
            background-color: #202932;
            color: #fff;
            text-align: center;
            border: 1px solid #202932
        }

        .post-wrapper .content table tr {
            display: table-row;
            margin-bottom: 10px
        }

            .post-wrapper .content table tr:nth-child(2n+2) td {
                background-color: #242e39
            }

        .post-wrapper .content table td,
        .post-wrapper .content table th,
        .post-wrapper .content table tr {
            padding: 10px
        }

        .post-wrapper .content table tfoot {
            display: table-footer-group
        }

        .post-wrapper .content table tbody {
            display: table-row-group
        }

        .post-wrapper .content table td {
            border: 1px solid #28333f
        }

    .post-wrapper .content h2,
    .post-wrapper .content h3,
    .post-wrapper .content h4,
    .post-wrapper .content h5,
    .post-wrapper .content h6 {
        font-weight: 900;
        font-size: 1.5em;
        margin-bottom: 12px;
    }

    .post-wrapper .content b,
    .post-wrapper .content strong {
        font-weight: 700
    }

    .post-wrapper .content em {
        font-style: italic
    }

    .post-wrapper .content u {
        border-bottom: 1px solid #0f1824
    }

    .post-wrapper .content blockquote {
        font-size: 1.1em;
        margin: 30px auto;
        color: #444;
        padding: 1.2em 75px 1.2em 30px;
        border-right: 6px solid #f17e01;
        position: relative;
        background: #EDEDED
    }

        .post-wrapper .content blockquote:before {
            font-family: Arial;
            content: "\201C";
            color: #f17e01;
            font-size: 5em;
            position: absolute;
            right: 20px;
            top: 20px;
            line-height: 1
        }

        .post-wrapper .content blockquote p {
            margin-bottom: 3px;
        }

    .post-wrapper .content img {
        transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        outline: transparent solid 3px;
        outline-offset: 0
    }

        .post-wrapper .content img:hover {
            opacity: .9;
            outline-color: #fff;
            outline-offset: -15px
        }

.contact-page-wrapper .google-map {
    position: relative;
    height: 380px
}

    .contact-page-wrapper .google-map iframe {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1
    }

    .contact-page-wrapper .google-map .contact-info {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 10%;
        width: 350px;
        height: 380px;
        padding: 40px 30px;
        background: #f17e01;
        background: -webkit-linear-gradient(to left, #d16d00, #f17e01);
        background: linear-gradient(to left, #d16d00, #f17e01);
        color: #fff
    }

        .contact-page-wrapper .google-map .contact-info .contact-box {
            position: relative;
            padding-right: 35px;
            margin-bottom: .8rem
        }

            .contact-page-wrapper .google-map .contact-info .contact-box .icon {
                position: absolute;
                line-height: 1;
                font-size: 1.5em;
                right: 0;
                top: 3px
            }

.contact-page-wrapper .social {
    display: table;
    margin: auto;
    text-align: center
}

    .contact-page-wrapper .social li {
        display: inline-block;
        vertical-align: middle
    }

        .contact-page-wrapper .social li a {
            display: block;
            font-size: 2.25em;
            color: #fff;
            margin: 0 10px;
            opacity: .7;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s
        }

            .contact-page-wrapper .social li a:hover {
                opacity: 1
            }

        .contact-page-wrapper .social li .icon {
            line-height: 1.25
        }

.contact-page-wrapper .form-wrapper {
    padding-top: 50px;
    color: #6F8BA4
}

    .contact-page-wrapper .form-wrapper input,
    .contact-page-wrapper .form-wrapper select,
    .contact-page-wrapper .form-wrapper textarea {
        display: block;
        width: 100%;
        padding: 12px 16px;
        font-size: 14px;
        background-color: #fff;
        color: #225809;
        border: 1px solid #ddd;
        border-radius: 5px;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        font-family: 'vazirFa';
    }

        .contact-page-wrapper .form-wrapper input:focus,
        .contact-page-wrapper .form-wrapper select:focus,
        .contact-page-wrapper .form-wrapper textarea:focus {
            border-color: #f17e01
        }

    .contact-page-wrapper .form-wrapper textarea {
        height: 140px
    }

    .contact-page-wrapper .form-wrapper .submit-btn {
        display: table;
        margin: auto;
        padding: 10px 30px;
        background-color: #fec20a;
        color: #212121;
        border-radius: 32px;
        font-size: 1.1em;
        border: none;
        cursor: pointer;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s
    }

        .contact-page-wrapper .form-wrapper .submit-btn:hover {
            background-color: #e69012
        }

    .contact-page-wrapper .form-wrapper .btn {
        cursor: pointer;
        display: table;
        margin: 0 auto
    }

    .contact-page-wrapper .form-wrapper label {
        display: block;
        margin-bottom: 5px;
        color: #fec20a;
        font-weight: 700
    }

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.title_addGallery {
    font-size: 2em;
    color: #0c1923;
    font-weight: bold;
    text-align: right;
    width: 88%;
    margin: auto;
    max-width: 1500px;
    margin-bottom: 20px;
}

.addgallery {
    background-color: #fff;
}

    .addgallery:nth-child(even) {
        background-color: #f5f5f5;
    }

    .addgallery .owl-nav {
        display: none;
    }

    .addgallery .owl-dots {
        margin-top: 20px;
    }

@media (max-width:993px) {
    .contact-page-wrapper .google-map .contact-info {
        right: 6%;
        padding: 30px 25px
    }

        .contact-page-wrapper .google-map .contact-info .contact-box {
            margin-bottom: 1rem
        }

    .post-wrapper ul li {
        width: 99%
    }
}

@media (max-width:769px) {
    .shoar-wrapper .shoar-lists {
        margin-top: 0 !important
    }

        .shoar-wrapper .shoar-lists .width_50 {
            width: 50%
        }

    .shoar-wrapper .shoar_text {
        margin-top: 20px !important
    }

    .shoar-wrapper .width_41,
    .shoar-wrapper .width_50 {
        width: 100%
    }

    .welcome-main .welcome-content {
        top: 15px
    }

        .welcome-main .welcome-content [class^=width_] {
            width: 100%
        }

        .welcome-main .welcome-content .width_41 {
            margin-right: 0
        }

    .features-wrapper .text-center img {
        max-width: 250px
    }

    .features-wrapper [class^=width_] {
        width: 100%
    }

    .archive-wrapper .width_33 {
        width: 50%
    }

    .wrapper {
        padding: 50px 0
    }

    .btn-wrapper [class^=fl_] {
        float: unset;
        display: block;
        text-align: center
    }

    .btn-wrapper .btn {
        margin-top: 20px
    }

    .links-wrapper .container {
        width: 98%
    }

    .footer .width_25 {
        width: 50%
    }

        .footer .width_25:first-child {
            margin-left: 0;
            width: 100%
        }

    .footer .width_41 {
        width: 50%
    }

    .post-wrapper .content,
    .post-wrapper .sidebar {
        width: 100%
    }

        .post-wrapper .sidebar .fix-contact {
            display: table;
            margin: auto
        }

            .post-wrapper .sidebar .fix-contact.active {
                position: static;
                top: 0
            }

    .contact-page-wrapper .google-map {
        height: auto
    }

        .contact-page-wrapper .google-map iframe {
            height: 340px
        }

        .contact-page-wrapper .google-map .contact-info {
            position: relative;
            clear: both;
            width: 100%;
            height: auto;
            right: 0
        }

    .page-title {
        padding-top: 70px;
        padding-bottom: 40px
    }

    .contact-page-wrapper .form-wrapper {
        padding-top: 40px
    }

        .contact-page-wrapper .form-wrapper [class^=width_] {
            width: 100%
        }

    .container {
        width: 92%;
    }

    .shoar-lists.pages .width_33 {
        width: 50%;
    }
}

@media (max-width:577px) {
    .container {
        width: 96%
    }

    .shoar-lists.pages .width_33 {
        width: 100%;
    }

    .archive-wrapper .width_33 {
        width: 100%
    }

    .links-wrapper .container {
        width: 94%
    }

    .links-wrapper .width_50 {
        width: 100%
    }

    .event-modal img {
        max-height: 95%;
    }
}

@media (max-width:480px) {
    .shoar-wrapper .shoar-lists .width_50 {
        width: 100%
    }

    .features-wrapper li .text {
        padding-right: 5px
    }

    .footer .width_25,
    .footer .width_41,
    .post-wrapper .sidebar .fix-contact {
        width: 100%
    }
}
