html {
    direction: rtl;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    background-color: #fff;
    color: #212529;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

article, aside, footer, header, nav, section {
    display: block
}

figcaption, figure, main {
    display: block
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

figure {
    margin: 0 0 1rem 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    color: #ffcc00;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #be9c11;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

th {
    text-align: right
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container {
    width: 1170px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.d-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.d-if {
    display: inline-flexbox
}

.d-b {
    display: block
}

.d-i {
    display: inline
}

.d-ib {
    display: inline-block
}

.jc-fs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jc-fe {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jc-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jc-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jc-sa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.ai-fs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ai-fe {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.ai-b {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.ai-s {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.col-lg-1_5 .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-lg-1_5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}

.col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (max-width: 1200px) {
    .container {
        width: 1140px
    }

    .col-lg-1 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-2 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-3 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-4 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-5 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-6 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-7 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-8 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-9 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-10 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-11 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-xs-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-xs-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-xs-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xs-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-xs-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-xs-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-xs-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-xs-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-xs-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-xs-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-xs-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-xs-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 992px) {
    .container {
        width: 960px
    }

    .col-md-1 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-2 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-3 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-4 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-5 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-6 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-7 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-8 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-9 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-10 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-11 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-xs-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-xs-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-xs-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xs-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-xs-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-xs-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-xs-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-xs-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-xs-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-xs-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-xs-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-xs-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .container {
        width: 540px
    }

    .col-sm-1 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-2 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-3 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-4 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-5 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-6 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-7 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-8 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-9 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-10 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-11 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-xs-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .col-xs-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .col-xs-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xs-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-xs-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .col-xs-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-xs-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .col-xs-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .col-xs-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-xs-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .col-xs-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .col-xs-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.1
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

.radio.check-control {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    border: 2px solid #5a5a5a;
    display: inline-block
}

.radio.check-control input {
    height: 0;
    width: 0;
    overflow: hidden
}

.radio.check-control:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 0;
    height: 0
}

.radio.check-control.checked:after {
    width: 75%;
    height: 75%;
    background-color: #5a5a5a
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #e9ecef
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #e9ecef
}

.table thead th {
    border-bottom: 2px solid #e9ecef;
    vertical-align: bottom
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes home-sec-outside {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes home-sec-outside {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.home-sec-outside {
    -webkit-animation-name: home-sec-outside;
    animation-name: home-sec-outside
}

@-webkit-keyframes home-sec-inside {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes home-sec-inside {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.home-sec-inside {
    -webkit-animation-name: home-sec-inside;
    animation-name: home-sec-inside
}

/*! ckin v0.0.1 | (c) 2017  | MIT License | git+https://github.com/hunzaboy/ckin.git */
@font-face {
    font-family: ckin;
    src: url(../fonts/ckin.eot?g02cfx);
    src: url(../fonts/ckin.eot?g02cfx#iefix) format("embedded-opentype"), url(../fonts/ckin.ttf?g02cfx) format("truetype"), url(../fonts/ckin.woff?g02cfx) format("woff"), url(../fonts/ckin.svg?g02cfx#ckin) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ckin-"], [class^=ckin-] {
    font-family: ckin !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ckin-compress:before {
    content: "\e901"
}

.ckin-expand:before {
    content: "\e900"
}

.ckin-play:before {
    content: "\ea1c"
}

.ckin-pause:before {
    content: "\ea1d"
}

.ckin-stop:before {
    content: "\ea1e"
}

.ckin-backward:before {
    content: "\ea1f"
}

.ckin-forward:before {
    content: "\ea20"
}

.ckin-volume-high:before {
    content: "\ea26"
}

.ckin-volume-medium:before {
    content: "\ea27"
}

.ckin-volume-low:before {
    content: "\ea28"
}

.ckin-volume-mute:before {
    content: "\ea2a"
}

body {
    font-family: Helvetica Neue, Calibri Light, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .02em
}

video {
    width: 100%;
    height: auto;
    cursor: pointer
}

.ckin__player {
    margin-bottom: 20px;
    font-family: Helvetica Neue, Calibri Light, Roboto, sans-serif;
    letter-spacing: .02em
}

.ckin__player.ckin__fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #000;
    border-radius: 0 !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.ckin__overlay {
    position: relative
}

.ckin__overlay:before {
    background: -webkit-radial-gradient(center, ellipse, transparent 0, rgba(0, 0, 0, 0.65) 100%);
    background: -o-radial-gradient(center, ellipse, transparent 0, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, transparent 0, rgba(0, 0, 0, 0.65) 100%)
}

.ckin__overlay--2:before {
    background: rgba(23, 23, 23, 0.8)
}

.default {
    border: 0 solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer
}

.default:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    visibility: visible
}

.default__title {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic
}

.default__button {
    background: none;
    border: 0;
    line-height: 1;
    color: #00cf7d;
    outline: 0;
    padding: 0;
    cursor: pointer;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-width: 50px
}

.default__button i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.default__button--big {
    background: none;
    border: 0;
    line-height: 1;
    color: #00cf7d;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    font-size: 64px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.default__slider {
    width: 10px;
    height: 30px
}

.default__controls {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.65)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0, transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0, transparent);
    font-size: 32px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 5px 5px
}

.default.is-playing:before {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
}

.default.is-playing .default__button--big, .default.is-playing:before {
    opacity: 0;
    visibility: hidden
}

.default.is-playing .default__controls {
    -webkit-transform: translateY(52px);
    -ms-transform: translateY(52px);
    transform: translateY(52px)
}

.default.is-playing:hover .default__controls {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.default__controls > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.default .progress {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 10px;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 4px
}

.default .progress__filled {
    width: 0;
    background: #00cf7d;
    -ms-flex: 0;
    -webkit-box-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    border-radius: 4px
}

.minimal {
    border: 0 solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer
}

.minimal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    visibility: visible
}

.minimal__title {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic
}

.minimal__button {
    background: none;
    border: 0;
    line-height: 1;
    color: #00cf7d;
    outline: 0;
    padding: 0;
    cursor: pointer;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-width: 50px
}

.minimal__button i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.minimal__button--big {
    background: none;
    border: 0;
    line-height: 1;
    color: #00cf7d;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    font-size: 64px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.minimal__slider {
    width: 10px;
    height: 30px
}

.minimal__controls {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #242424;
    font-size: 32px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 5px 5px
}

.minimal.is-playing:before {
    opacity: 0;
    visibility: hidden
}

.minimal.is-playing .minimal__button--big {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
}

.minimal.is-playing .minimal__controls {
    -webkit-transform: translateY(52px);
    -ms-transform: translateY(52px);
    transform: translateY(52px)
}

.minimal.is-playing:hover .minimal__controls {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.minimal__controls > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.minimal .progress {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 10px;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 4px
}

.minimal .progress__filled {
    width: 0;
    background: #00cf7d;
    -ms-flex: 0;
    -webkit-box-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    border-radius: 4px
}

.compact {
    border: 0 solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer
}

.compact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    visibility: visible
}

.compact__title {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8)
}

.compact__button {
    background: none;
    border: 0;
    line-height: 1;
    color: #00cf7d;
    outline: 0;
    padding: 0;
    cursor: pointer;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-width: 50px
}

.compact__button i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.compact__button--big {
    background: none;
    border: 0;
    line-height: 1;
    color: #00cf7d;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    font-size: 64px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.compact__slider {
    width: 10px;
    height: 30px
}

.compact__controls {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: absolute;
    max-width: 400px;
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #242424;
    font-size: 32px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px;
    -webkit-transform: translateY(-20px) translateX(-50%);
    -ms-transform: translateY(-20px) translateX(-50%);
    transform: translateY(-20px) translateX(-50%);
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-radius: 5px
}

.compact.is-playing:before {
    opacity: 0;
    visibility: hidden
}

.compact.is-playing .compact__button--big {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
}

.compact.is-playing .compact__controls {
    -webkit-transform: translateY(52px) translateX(-50%);
    -ms-transform: translateY(52px) translateX(-50%);
    transform: translateY(52px) translateX(-50%)
}

.compact.is-playing:hover .compact__controls {
    -webkit-transform: translateY(-20px) translateX(-50%);
    -ms-transform: translateY(-20px) translateX(-50%);
    transform: translateY(-20px) translateX(-50%)
}

.compact__controls > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.compact .progress {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 10px;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 4px
}

.compact .progress__filled {
    width: 0;
    background: #00cf7d;
    -ms-flex: 0;
    -webkit-box-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    border-radius: 4px
}

@media (max-width: 480px) {
    .ckin__player button {
        font-size: 18px
    }
}

video::-webkit-media-controls-enclosure {
    display: none !important
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tooltipster-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .4s;
    animation: tooltipster-fading .4s
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .6s;
    animation: tooltipster-rotating .6s
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .6s;
    animation: tooltipster-scaling .6s
}

.ttip {
    cursor: help
}

.tooltipster-follower .tooltipster-box {
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #dcc464;
    background: #2a2a2a;
    font-size: 12px
}

.tooltipster-follower .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-follower.tooltipster-borderless .tooltipster-box {
    border: none;
    background: #1b1b1b;
    background: rgba(10, 10, 10, 0.9)
}

.tooltipster-follower.tooltipster-light .tooltipster-box {
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #ededed
}

.tooltipster-follower.tooltipster-light .tooltipster-content {
    color: #666
}

.tooltipster-follower.tooltipster-noir .tooltipster-box {
    border-radius: 0;
    border: 3px solid #000;
    background: #fff
}

.tooltipster-follower.tooltipster-noir .tooltipster-content {
    color: #000
}

.tooltipster-follower.tooltipster-punk .tooltipster-box {
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #f71169;
    background: #2a2a2a
}

.tooltipster-follower.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1)
}

.tooltipster-follower.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d
}

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/eot/IRANSansWeb_Black.eot");
    src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb_Bold.eot");
    src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb_Medium.eot");
    src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb_Light.eot");
    src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
    src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype")
}

@font-face {
    font-family: Vaziri_Medium;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Vazir-Medium-FD.eot");
    src: url("../fonts/Vazir-Medium-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Medium-FD.woff2") format("woff2"), url("../fonts/Vazir-Medium-FD.woff") format("woff"), url("../fonts/Vazir-Medium-FD.ttf") format("truetype")
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWeb.eot");
    src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype")
}

/*@font-face {*/
/*font-family: "Vaziri_Medium";*/
/*src: url("../fonts/ttf/XEROSANSBOLD.TTF") format("truetype")*/
/*}*/

/*@font-face {*/
/*font-family: "Vaziri_Medium";*/
/*src: url("../fonts/ttf/XTX-FNT-XEROSANS-BLACK.TTF") format("truetype")*/
/*}*/

@-webkit-keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
    to {
        -webkit-box-shadow: 0 0 20px 2px white;
        box-shadow: 0 0 20px 2px white
    }
}

@keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
    to {
        -webkit-box-shadow: 0 0 20px 2px white;
        box-shadow: 0 0 20px 2px white
    }
}

@font-face {
    font-family: "yasrebi";
    src: url("../fonts/yasrebi.eot");
    src: url("../fonts/yasrebi.eot?#iefix") format("embedded-opentype"), url("../fonts/yasrebi.woff") format("woff"), url("../fonts/yasrebi.ttf") format("truetype"), url("../fonts/yasrebi.svg#yasrebi") format("svg");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "yasrebi" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: "yasrebi" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: "\61"
}

.icon-money:before {
    content: "\63"
}

.icon-mail:before {
    content: "\64"
}

.icon-files:before {
    content: "\65"
}

.icon-shake:before {
    content: "\66"
}

.icon-facebook:before {
    content: "\67"
}

.icon-telegram:before {
    content: "\68"
}

.icon-linkedin:before {
    content: "\69"
}

.icon-instagram:before {
    content: "\6a"
}

.icon-zoom:before {
    content: "\6b"
}

.icon-long-arrow-left:before {
    content: "\6c"
}

.icon-close:before {
    content: "\6d"
}

.icon-tooltip:before {
    content: "\6f"
}

.icon-google-plus:before {
    content: "\70"
}

.icon-view-more:before {
    content: "\6e"
}

.icon-twitter:before {
    content: "\71"
}

.icon-left:before {
    content: "\73"
}

.icon-arrow-left:before {
    content: "\62"
}

.icon-arrow-right:before {
    content: "\72"
}

.icon-aparat:before {
    content: "\74"
}

.icon-star-full:before {
    content: "\75"
}

.icon-star-empty:before {
    content: "\76"
}

.icon-star-half:before {
    content: "\77"
}

html {
    font-size: 14px
}

* {
    outline: none
}

body {
    font-family: Vaziri_Medium;
    background-color: #272727;
    line-height: 1.8
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a.no-style {
    color: inherit
}

a.no-style:hover {
    text-decoration: none;
    color: inherit
}

.fg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ta-r {
    text-align: right !important
}

.spinner {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 70px;
    text-align: center;
    direction: ltr;
    font-size: 0
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #dcc464;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    margin-right: 5px
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    margin-right: 5px
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.po-r {
    position: relative
}

.default-header {
    font-family: Vaziri_Medium;
    color: #dcc464
}

h2.default-header {
    font-size: 27px
}

h3.default-header {
    font-size: 22px
}

.light-header {
    font-family: Vaziri_Medium;
    color: #dcc464;
    margin-bottom: 20px;
    text-align: center
}

h2.light-header, h3.light-header, h4.light-header {
    font-size: 27px
}

h2.light-header.smaller, h3.light-header.smaller, h4.light-header.smaller {
    font-size: 18px;
    text-align: inherit;
    margin-top: 10px;
    color: #eadca2
}

.no-padding {
    padding: 0
}

.text-colored {
    color: #dcc464
}

.default-input {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    background-color: #323232;
    border: none;
    padding: 8px;
    color: #c1c1c1;
    font-size: 16px
}

.submit-button, .submit {
    max-width: 140px;
    padding: 8px 20px;
    background-color: #1e1e1e;
    border: none;
    border-radius: 10px;
    color: #dcc464;
    cursor: pointer;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #fff
}

.ckin__player.default {
    direction: ltr
}

.ckin__player.default button {
    color: #dcc464 !important
}

.ckin__player.default .progress__filled {
    background-color: #dcc464 !important
}

.layer-header {
    font-family: Vaziri_Medium;
    color: #1f1f1f;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0;
    font-size: 65px;
    z-index: 17
}

.layer-header.margin-bottom {
    margin-bottom: 30px
}

.layer-header .layer2 {
    color: #dcc464;
    position: absolute;
    font-size: 27px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

a.default-link {
    color: #dcc464;
    font-size: 13px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Vaziri_Medium
}

a.default-link i {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dcc464;
    margin-right: 5px
}

a.default-link:hover {
    text-decoration: none
}

#menu-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    max-height: 100vh;
    overflow: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    display: none
}

#menu-box #nav-menu-close {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: none;
    color: #dcc464;
    padding: 0;
    font-size: 40px;
    cursor: pointer
}

#menu-box img {
    max-width: 100%
}

#menu-box .brand-box {
    padding: 0 10px
}

#menu-box .brand-box a:first-child {
    margin-left: 10px
}

#menu-box .brand-box a:last-child {
    margin-right: 10px
}

#menu-box .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

#menu-box .col a {
    margin-right: 5px;
    color: #fff
}

#menu-box .col a:hover {
    text-decoration: none;
    color: #dcc464
}

#menu-box .col h4 {
    display: block;
    font-family: Vaziri_Medium;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #dcc464;
    padding: 8px
}

#menu-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 100%
}

#menu-box .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

#menu-box .logo a {
    margin: 0;
    display: block
}

.navbar {
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Vaziri_Medium;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20
}

.navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%
}

.navbar .container:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 127px 0 127px;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.navbar .nav-header-img {
    position: relative;
    width: 230px;
    z-index: 10;
    margin: 0 20px
}

.navbar .nav-header-img a {
    position: absolute;
    bottom: -34px;
    left: 105.5px
}

.navbar img {
    width: 100%;
    position: absolute;
    left: 0
}

.navbar .nav-icon {
    height: 25px;
    width: 30px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    display: block;
    padding: 0;
    position: relative;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.navbar .nav-icon i {
    height: 4px;
    width: 100%;
    display: block;
    background-color: #dbc96b;
    position: absolute;
    border-radius: 1px;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.navbar .nav-icon i:first-of-type {
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.navbar .nav-icon i:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.navbar .nav-icon i:nth-of-type(3) {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    bottom: 0;
    left: 0
}

.navbar .search-button {
    color: #dcc464;
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 20px;
    font-size: 25px;
    cursor: pointer
}

.navbar .nav-area {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar .nav-area a {
    color: #fff;
    margin-right: 30px;
    position: relative;
    font-size: 0.97143rem;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.navbar .nav-area a:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -7px;
    width: 0;
    height: 2px;
    background-color: #dbc96b;
    border-radius: 1px;
    -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.navbar .nav-area a.active, .navbar .nav-area a:hover {
    color: #dbc96b;
    text-decoration: none
}

.navbar .nav-area a.active:before, .navbar .nav-area a:hover:before {
    width: 100%
}

.navbar .nav-area.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar .nav-area.left a {
    margin-right: 0;
    margin-left: 30px
}

section.main-sec {
    height: 100vh;
    direction: ltr;
    position: relative
}

section.main-sec .home-sec-outside {
    -webkit-animation-name: home-sec-outside;
    animation-name: home-sec-outside
}

section.main-sec .inside {
    -webkit-animation-name: home-sec-inside;
    animation-name: home-sec-inside
}

section.main-sec .animated {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

section.main-sec .controls {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3
}

section.main-sec .nav-control {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer
}

section.main-sec .nav-control.prev {
    border-left: 2px solid #dcc464;
    border-bottom: 2px solid #dcc464
}

section.main-sec .nav-control.next {
    border-top: 2px solid #dcc464;
    border-right: 2px solid #dcc464
}

section.main-sec .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.main-sec .owl-dot {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    margin: 0 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 3px;
    cursor: pointer
}

section.main-sec .owl-dot span {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #dcc464;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

section.main-sec .owl-dot.active span {
    opacity: 1
}

section.main-sec .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

section.main-sec .slide-text {
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 640px;
    max-width: 100%;
    text-align: center
}

section.main-sec .slide-text a {
    color: inherit;
    text-decoration: none
}

section.main-sec .slide-text a h2, section.main-sec .slide-text a p {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

section.main-sec .slide-text a:hover {
    color: inherit;
    text-decoration: none
}

section.main-sec .slide-text a:hover h2 {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

section.main-sec .slide-text a:hover p {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

section.main-sec h2 {
    color: #dcc464;
    font-family: Vaziri_Medium;
    font-size: 60px;
    letter-spacing: -4px;
    min-width: 400px;
    max-width: 100vw;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.main-sec p {
    font-size: 18px;
    word-spacing: -2px
}

section.main-sec p:before {
    content: '';
    display: inline-block;
    background-image: url(../images/arrow.png);
    width: 12px;
    height: 23px;
    background-size: contain;
    position: relative;
    top: 7px;
    background-repeat: no-repeat
}

section.sec2 {
    width: 100%;
    min-height: 100vh;
    background-color: #272727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    overflow: hidden
}

section.sec2:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 400px 30px 400px;
    border-color: transparent transparent #191919 transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

section.sec2 .catalog {
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #dbc96b;
    z-index: 10;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.sec2 .catalog a {
    margin-left: 10px;
    border: 1px solid #ddd;
    background-color: #191919;
    border-left: none;
    border-top: none;
    border-top-right-radius: 20px;
    width: 140px;
    height: 40px;
    word-spacing: -2px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.sec2 .catalog a:hover {
    color: #fff
}

section.sec2 .catalog a:last-child {
    border: 1px solid #ddd;
    border-right: none;
    border-top: none;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px
}

section.sec2 .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

section.sec2 .line {
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #383838;
    z-index: 5
}

section.sec2 .line .line-fill {
    background-color: #dcc464;
    position: absolute;
    width: 1px;
    top: 10%;
    height: 70px;
    z-index: 6
}

section.sec2 .line:nth-child(2) {
    right: 33.3333%
}

section.sec2 .line:nth-child(2) .line-fill {
    top: 30%
}

section.sec2 .line:nth-child(3) {
    right: 66.6666%
}

section.sec2 .line:nth-child(3) .line-fill {
    top: 30%
}

section.sec2 .line:nth-child(4) {
    right: auto;
    left: 0
}

section.sec2 .line:nth-child(4) .line-fill {
    top: 60%
}

section.sec2 .link-round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 20px
}

section.sec2 .link-round i {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #dcc464;
    font-size: 11px
}

section.sec2 .link-round i:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

section.sec2 .link-round:before {
    content: '';
    width: 45px;
    border-top: 1px dashed #dcc464;
    border-bottom: 1px dashed #dcc464
}

section.sec2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 160px 15px
}

section.sec2 .part1 {
    width: 350px
}

section.sec2 .part1 a {
    float: left
}

section.sec2 .part1 a i:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 2px
}

section.sec2 .part1:after {
    content: "";
    display: table;
    clear: both
}

section.sec2 .part1 a.link-round {
    top: auto;
    margin-bottom: 10px
}

section.sec2 .part2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    padding: 0 50px;
    width: 340px
}

section.sec2 .part2 .img {
    width: 56px;
    height: 39px;
    background-size: contain;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat
}

section.sec2 .part2 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px
}

section.sec2 .part3 {
    width: 350px
}

section.sec2 .part3 img {
    width: 100%
}

section.sec2 .head-wrap {
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

section.sec2 p {
    text-align: justify !important
}

section.sec2 h4 {
    font-size: 13px;
    margin-top: 8px;
    font-family: Vaziri_Medium
}

section.sec2 h3 {
    font-size: 27px;
    margin-bottom: 10px;
    font-family: Vaziri_Medium
}

section.sec2 h2 {
    position: relative;
    font-family: Vaziri_Medium
}

section.sec2 h2 .layer1 {
    color: #4c4c4c;
    font-size: 100px;
    display: block
}

section.sec2 h2 .layer2 {
    color: #dcc464;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    white-space: nowrap;
    font-size: 30px
}

section.sec3 {
    background-color: #272727;
    height: 100vh;
    min-height: 780px;
    width: 100%;
    position: relative;
    overflow: hidden
}

section.sec3:before {
    content: '';
    width: 0;
    height: 0;
    z-index: 5;
    border-style: solid;
    border-width: 220px 130vw 0 130vw;
    border-color: #383838 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

section.sec3:after {
    content: '';
    width: 0;
    height: 0;
    z-index: 43;
    border-style: solid;
    border-width: 235px 138.86363636364vw 0 138.86363636364vw;
    opacity: 0.5;
    border-color: #383838 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

section.sec3 .owl-carousel {
    direction: ltr;
    height: 100%
}

section.sec3 .owl-stage-outer {
    height: 100%
}

section.sec3 .owl-stage {
    height: 100%
}

section.sec3 .owl-item {
    height: 100%
}

section.sec3 .owl-nav .disabled {
    display: none
}

section.sec3 .carousel-slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

section.sec3 .carousel-slide:hover:before {
    opacity: 1
}

section.sec3 .carousel-slide.active:before {
    opacity: 1
}

section.sec3 .carousel-slide.active .content-wrap {
    opacity: 1;
    visibility: visible
}

section.sec3 .carousel-slide.active button {
    opacity: 0;
    visibility: hidden
}

section.sec3 .carousel-slide:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(219, 201, 107, 0.4);
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s
}

section.sec3 .carousel-slide .content-wrap {
    background-color: rgba(220, 196, 100, 0.8);
    padding: 15px 10px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    direction: rtl;
    text-align: justify
}

section.sec3 .carousel-slide .content-wrap h4 {
    font-family: Vaziri_Medium;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px
}

section.sec3 .carousel-slide .content-wrap a {
    font-size: 40px;
    z-index: 10;
    color: rgba(220, 196, 100, 0.75);
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: transparent;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    text-decoration: none
}

section.sec3 .carousel-slide .content-wrap a i {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 4px solid #37352d;
    color: #37352d;
    border-radius: 50%;
    font-size: 25px
}

section.sec3 .carousel-slide .content-wrap a i:before {
    margin-right: 3px
}

section.sec3 .carousel-slide .content-wrap a:after, section.sec3 .carousel-slide .content-wrap a:before {
    content: '';
    width: 50px;
    border-top: 6px dotted #fff
}

section.sec3 .carousel-slide .content {
    height: calc(100vh - 330px);
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    word-spacing: -2px
}

section.sec3 .carousel-slide .content .wrap {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 100%
}

section.sec3 .carousel-slide .content .wrap a {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

section.sec3 .carousel-slide button {
    position: absolute;
    bottom: 100px;
    left: 50%;
    font-size: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    color: rgba(220, 196, 100, 0.75);
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: transparent;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.sec3 .carousel-slide button i {
    margin: 0 5px
}

section.sec3 .carousel-slide button:after, section.sec3 .carousel-slide button:before {
    content: '';
    width: 50px;
    border-top: 6px dotted #fff
}

section.sec3 .owl-next, section.sec3 .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
    color: #fff;
    font-family: Vaziri_Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.sec3 .owl-next:before, section.sec3 .owl-prev:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

section.sec3 .owl-next i, section.sec3 .owl-prev i {
    width: 40px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    display: block
}

section.sec3 .owl-prev {
    left: 50px
}

section.sec3 .owl-prev:before {
    border-top: none;
    border-right: none
}

section.sec3 .owl-prev i {
    margin-right: 10px
}

section.sec3 .owl-next {
    right: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

section.sec3 .owl-next:before {
    border-bottom: none;
    border-left: none
}

section.sec3 .owl-next i {
    margin-left: 10px
}

section.sec3 h2 {
    color: #484848;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    font-size: 90px;
    font-family: Vaziri_Medium;
    white-space: nowrap;
    z-index: 49
}

section.sec3 h2 .layer2 {
    font-size: 35px;
    color: #dbc96b;
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sec4 {
    background-color: #272727;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.sec4 .container {
    position: relative;
    padding: 30px 0
}

.sec4 .top-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 30px;
    font-family: Vaziri_Medium;
    color: #fff;
    position: relative;
    z-index: 10;
    padding-bottom: 10px
}

.sec4 .text2 {
    color: #424242;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10
}

.sec4 .text2 em, .sec4 .text2 h1 {
    color: #737373;
    font-style: inherit;
    font-size: 26px;
    font-family: Vaziri_Medium;
    margin-left: 10px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-top: 0
}

.sec4 .text3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 80px;
    color: #424242;
    font-family: Vaziri_Medium;
    position: relative;
    z-index: 10
}

.sec4 .text3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sec4 .text3 em {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -20px;
    color: #dbc96b;
    font-size: 40px;
    font-family: Vaziri_Medium;
    font-style: inherit
}

.sec4 .parallax-area {
    width: 439px;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.sec4 .parallax-area:before {
    content: '';
    width: calc(100% + 4px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% + 4px);
    border: 8px solid #272727;
    z-index: 2;
    position: absolute
}

.sec4 .parallax-area img {
    display: block
}

.sec4 .parallax-area .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.sec4 .parallax-area .img {
    width: 100%;
    height: 100%
}

.sec4 .parallax-area .img #parallax-sec4 {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    position: absolute;
    background-size: cover;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% + 200px)
}

.sec4 .bottom-link {
    border: 1px solid #ddd;
    background-color: #191919;
    color: #dbc96b;
    border-left: none;
    border-top: none;
    border-top-right-radius: 20px;
    width: 160px;
    height: 40px;
    word-spacing: -3px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    z-index: 10
}

.sec4 .bottom-link:hover {
    color: #fff
}

.sec4 .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sec4 .line {
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #383838;
    z-index: 5
}

.sec4 .line .line-fill {
    background-color: #dcc464;
    position: absolute;
    width: 1px;
    top: 5%;
    height: 70px;
    z-index: 6
}

.sec4 .line:nth-child(2) {
    right: 33.3333%
}

.sec4 .line:nth-child(2) .line-fill {
    top: 80%
}

.sec4 .line:nth-child(3) {
    right: 66.6666%
}

.sec4 .line:nth-child(3) .line-fill {
    top: 10%
}

.sec4 .line:nth-child(4) {
    right: auto;
    left: 0
}

.sec4 .line:nth-child(4) .line-fill {
    top: 50%
}

.sec5 {
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/sec5bg.png);
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 130px
}

.sec5 .sec5out {
    opacity: 0
}

.sec5 .sec5in {
    opacity: 1;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.sec5 .owl-next, .sec5 .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
    color: #fff;
    font-family: Vaziri_Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sec5 .owl-next:before, .sec5 .owl-prev:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sec5 .owl-next:after, .sec5 .owl-prev:after {
    content: '';
    width: 40px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    display: block
}

.sec5 .owl-prev {
    left: 0
}

.sec5 .owl-prev:before {
    border-top: none;
    border-right: none
}

.sec5 .owl-prev i {
    margin-right: 10px
}

.sec5 .owl-next {
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.sec5 .owl-next:before {
    border-bottom: none;
    border-left: none
}

.sec5 .owl-next i {
    margin-left: 10px
}

.sec5 .owl-carousel {
    direction: ltr
}

.sec5 .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sec5 .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    direction: rtl
}

.sec5 .slide-content .right {
    background-color: #ab9444;
    padding: 30px;
    width: 400px;
    height: 400px;
    max-width: 100%;
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.sec5 .slide-content .left {
    position: relative;
    margin-right: 250px
}

.sec5 .slide-content .left .bottom-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px 7px
}

.sec5 .slide-content .date {
    position: absolute;
    right: -1px;
    top: 47px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #717171;
    padding: 4px;
    font-size: 16px
}

.sec5 .slide-content a {
    position: absolute;
    right: 120px;
    bottom: 47px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #717171;
    padding: 4px;
    font-size: 16px;
    color: #fff;
    bottom: 90px;
    z-index: 1000;
    width: 150px;
    text-align: center;
    text-decoration: none;
}
.sec5 .slide-content a:hover {
    text-decoration: underline;
}

.sec5 .slide-content h3 {
    font-family: Vaziri_Medium;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.sec5 .slide-content h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -80px;
    width: 110%;
    height: 1px;
    background-color: #4d4d4d
}

.sec5 .slide-content img {
    width: 650px;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: 100%
}

.sec5 h2 {
    color: rgba(72, 72, 72, 0.75);
    font-size: 100px;
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    font-family: Vaziri_Medium;
    white-space: nowrap
}

.sec5 h2 .layer2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #dcc464
}

.sec6 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec6 h2 {
    color: #484848;
    font-size: 100px;
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    font-family: Vaziri_Medium;
    white-space: nowrap
}

.sec6 h2 .layer2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #dcc464
}

.sec6 .container.lines {
    height: 100%;
    top: 50%;
    z-index: auto
}

.sec6 .container.lines .line .line-fill {
    top: 25%
}

.sec6 .container.lines .line:nth-child(2) .line-fill {
    top: 70%
}

.sec6 .container.lines .line:nth-child(3) .line-fill {
    top: 75%
}

.sec6 .container.lines .line:nth-child(4) .line-fill {
    top: 35%
}

.sec6 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sec6 .map {
    width: 100%;
    padding-top: 49.83%;
    position: relative;
    background-image: url(../images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin: auto 0
}

.sec6 .map .location {
    width: 200px;
    position: absolute;
    left: 45%;
    top: 47%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    padding-bottom: 0;
    z-index: 9;
    word-spacing: -3px
}

.sec6 .map .location .top {
    color: #dcc464;
    display: block;
    font-family: Vaziri_Medium;
    position: relative
}

.sec6 .map .location .top:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: -25px;
    border-style: solid;
    border-width: 0 19.5px 15px 19.5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent
}

.sec6 .map .location .top:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    right: -15px;
    width: 40px;
    background-color: #dcc464
}

.sec6 .map .location .colored {
    color: #dcc464
}

.sec6 .map .location .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.sec6 .map .location .socials a {
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
    margin-top: 25px
}

.sec6 .map .location .socials a:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #dcc464
}

.sec6 .map .location .socials a:hover {
    color: #dcc464;
    text-decoration: none
}

.sec6 .map i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dcc464;
    display: block;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-name: glow;
    animation-name: glow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    position: absolute;
    z-index: 5
}

.sec6 .map i:first-child {
    left: 26%;
    top: 33%
}

.sec6 .map i:nth-child(2) {
    left: 45.7%;
    top: 30%
}

.sec6 .map i:nth-child(3) {
    left: 62%;
    top: 42%
}

.sec6 .map i:nth-child(4) {
    left: 48.4%;
    top: 35.8%
}

.sec6 .map i:nth-child(5) {
    left: 78.4%;
    top: 35.8%
}

.sec6 .map i:nth-child(6) {
    left: 32.4%;
    top: 69.8%
}

.sec6 .map i:nth-child(7) {
    top: 75%;
    left: 53.5%
}

.sec6 .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sec6 .line {
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #383838;
    z-index: 5
}

.sec6 .line .po-r {
    height: 100%;
    width: 100%
}

.sec6 .line .line-fill {
    background-image: url(../images/sec6line.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #dcc464;
    font-size: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 73px;
    top: 30%;
    height: 92px;
    z-index: 6
}

.sec6 .line .icon-shake {
    padding-top: 3px;
    font-size: 38px
}

.sec6 .line:nth-child(2) {
    right: 33.3333%
}

.sec6 .line:nth-child(2) .line-fill {
    top: 50%
}

.sec6 .line:nth-child(3) {
    right: 66.6666%
}

.sec6 .line:nth-child(3) .line-fill {
    top: 30%
}

.sec6 .line:nth-child(4) {
    right: auto;
    left: 0
}

.sec6 .line:nth-child(4) .line-fill {
    top: 60%
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    z-index: 16;
    padding: 40px 0
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer a {
    color: #fff;
    position: relative;
    z-index: 20;
    margin-right: 7px;
    margin-left: 7px
}

footer a:hover {
    color: #dcc464
}

footer img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    display: block
}

footer .link-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer.default-footer {
    background-color: #1a1a1a
}

.header-carousel {
    position: relative;
    direction: ltr
}
.header-carousel * {
    max-height: 450px;
}
.header-carousel:before {
    content: '';
    background-image: -webkit-gradient(linear, left bottom, left top, from(#272727), color-stop(83%, rgba(39, 39, 39, 0.17)), to(#272727));
    background-image: -webkit-linear-gradient(bottom, #272727 0%, rgba(39, 39, 39, 0.17) 83%, #272727 100%);
    background-image: -o-linear-gradient(bottom, #272727 0%, rgba(39, 39, 39, 0.17) 83%, #272727 100%);
    background-image: linear-gradient(0deg, #272727 0%, rgba(39, 39, 39, 0.17) 83%, #272727 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%
}

.header-carousel .owl-next, .header-carousel .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 14;
    width: 20px;
    height: 20px;
    border: 3px solid #dcc464;
    cursor: pointer
}

.header-carousel .owl-next {
    border-bottom: none;
    border-left: none;
    right: 40px
}

.header-carousel .owl-prev {
    border-top: none;
    border-right: none;
    left: 40px
}

.header-carousel .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: rtl;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    z-index: 11
}

.header-carousel .container h1 {
    margin: 0;
    font-size: inherit
}

.header-carousel .container .en {
    color: #dcc464;
    font-family: Vaziri_Medium;
    font-size: 60px;
    direction: ltr
}

.header-carousel .slide-item {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: 50% 50%
}

main {
    color: #fff;
    position: relative
}

#map {
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 20;
    border-top: 2px solid #dcc464
}

#map * {
    font-family: Vaziri_Medium !important
}

.map-overlay {
    position: relative;
    z-index: 20;
    margin-top: 40px
}

.map-overlay .container-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.map-overlay .container-wrap .container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

.map-overlay .container-wrap .address-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(14, 14, 14, 0.6);
    width: 360px;
    max-width: 100%;
    z-index: 30;
    padding: 15px 20px
}

.map-overlay .container-wrap address {
    margin: 0
}

.map-overlay .container-wrap address h2 {
    color: #dcc464;
    margin-bottom: 50px;
    font-size: 27px;
    font-family: Vaziri_Medium
}

.map-overlay .container-wrap address span {
    color: #dcc464
}

.map-overlay .container-wrap address a {
    text-decoration: none;
    color: inherit
}

.map-overlay .container-wrap address a:hover {
    color: #dbc96b
}

.map-overlay .container-wrap:after, .map-overlay .container-wrap:before {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.map-overlay .container-wrap:before {
    background-color: rgba(14, 14, 14, 0.6);
    z-index: 30
}

.container.lines {
    position: absolute;
    left: 50%;
    top: calc(50% - 100px);
    padding: 0;
    height: calc(100% + 200px);
    z-index: 16;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.container.lines .po-r {
    height: 100%;
    width: 100%
}

.container.lines .position {
    width: 100%;
    height: 100%;
    position: absolute
}

.container.lines .tooltip {
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    white-space: nowrap;
    background-color: #000;
    border-bottom: 2px solid #dcc464;
    padding: 7px;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    display: none
}

.container.lines .line {
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #383838;
    z-index: 15
}

.container.lines .line .line-fill {
    background-image: url(../images/sec6line.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #dcc464;
    font-size: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 73px;
    top: 0;
    height: 92px
}

.container.lines .line .line-fill:hover {
    text-decoration: none
}

.container.lines .line .icon-shake {
    padding-top: 3px;
    font-size: 38px
}

.container.lines .line:nth-child(2) {
    right: 33.3333%
}

.container.lines .line:nth-child(2) .line-fill {
    top: 46px
}

.container.lines .line:nth-child(3) {
    right: 66.6666%
}

.container.lines .line:nth-child(3) .line-fill {
    top: 30px
}

.container.lines .line:nth-child(4) {
    right: auto;
    left: 0
}

.container.lines .line:nth-child(4) .line-fill {
    top: 10px
}

.container.content-container {
    position: relative;
    z-index: 17
}

.news-resize {
    margin-top: 10px;
    height: 300px;
    width: 100%;
    padding-right: 10px
}

.news-resize h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px
}

.news-resize .news-item {
    margin-bottom: 30px
}

.brands-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brand-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    position: relative;
    margin-bottom: 30px
}

.brand-box:before {
    content: '';
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 60px;
    width: 1px;
    background-color: #dbc96b
}

.contact-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.contact-area .d-f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-area address {
    min-width: 300px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.contact-area address span {
    color: #dcc464
}

.contact-area address a {
    text-decoration: none;
    color: inherit
}

.contact-area address a:hover {
    color: #dbc96b
}

.contact-area .form {
    width: 700px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-area .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-area input {
    display: block;
    min-width: 250px;
    width: calc(50% - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.contact-area textarea {
    margin-bottom: 5px;
    width: 450px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    resize: none
}

.contact-area .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.contact-area .socials a {
    margin: 0 3px
}

.contact-area .submit {
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 140px;
    min-width: 0;
    padding: 8px 20px;
    background-color: #1e1e1e;
    border: none;
    border-radius: 10px;
    color: #dcc464;
    cursor: pointer;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #fff
}

.header-bg {
    position: relative;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 450px;
}

.header-bg:before {
    content: '';
    background-image: -webkit-gradient(linear, left bottom, left top, from(#272727), color-stop(83%, rgba(39, 39, 39, 0.17)), to(#272727));
    background-image: -webkit-linear-gradient(bottom, #272727 0%, rgba(39, 39, 39, 0.17) 83%, #272727 100%);
    background-image: -o-linear-gradient(bottom, #272727 0%, rgba(39, 39, 39, 0.17) 83%, #272727 100%);
    background-image: linear-gradient(0deg, #272727 0%, rgba(39, 39, 39, 0.17) 83%, #272727 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%
}

.header-bg .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: rtl;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    z-index: 11
}

.header-bg .container h1 {
    margin: 0;
    font-size: inherit
}

.header-bg .container .en {
    color: #dcc464;
    font-family: Vaziri_Medium;
    font-size: 45px;
    direction: ltr
}

.contact-toggle-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.contact-toggle-button:after, .contact-toggle-button:before {
    content: '';
    border-top: 1px dashed #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.contact-toggle-button button {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #dcc464;
    border: 1px solid #dcc464;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.contact-toggle-button button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.contact-toggle-button button.active {
    background-color: transparent
}

.contact-toggle-button button.active:before {
    border-color: #dcc464;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.toggle-item {
    overflow: hidden
}

.contact-toggle-content {
    margin-bottom: 80px;
    overflow: hidden
}

.contact-toggle-content .inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff
}

.contact-toggle-content .inner-row a {
    margin-top: 10px;
    display: block;
    color: #dcc464
}

.contact-toggle-content .inner-row a:hover {
    color: #dcc464
}

.contact-us-form .wrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-us-form textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    resize: none
}

.contact-us-form .select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-us-form .select-wrap select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
    padding: 4px
}

.contact-us-form .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 770px
}

.contact-us-form .row1 .input-wrap {
    padding: 0 15px;
    margin-bottom: 5px
}

.contact-us-form .row1 input {
    width: 100%
}

.contact-us-form .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px
}

.file-input {
    background-color: #fff;
    color: #c1c1c1;
    background-color: #323232;
    padding: 20px
}

.ceo-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
    position: relative;
    padding: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

.ceo-message:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 220px;
    border-bottom: 3px solid #dcc464;
    border-left: 3px solid #dcc464;
    border-radius: 110px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ceo-message img {
    border-radius: 50%;
    display: block;
    width: 200px;
    height: 200px;
    margin-right: 20px;
    min-width: 200px;
}

.ceo-message h2 {
    color: #dcc464;
    font-size: 31px;
    font-weight: Vaziri_Medium;
    margin-bottom: 20px
}

.ceo-message .text {
    display: block
}

.ceo-message p {
    margin: 0;
    font-size: 17px
}

.ceo-message .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 200px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.ceo-message .socials a {
    width: 30px;
    height: 20px;
    z-index: 2;
    font-size: 14px;
    background-color: #dcc464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative
}

.ceo-message .socials a:after {
    content: attr(data-pop);
    position: absolute;
    left: 50%;
    top: -3px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    padding: 7px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid #dcc464;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s
}

.ceo-message .socials a:hover {
    text-decoration: none;
    background-color: #1a1a1a;
    color: #fff
}

.ceo-message .socials a:hover:after {
    visibility: visible;
    opacity: 1
}

.ceo-message .socials a:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.ceo-message .socials a:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 20px
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    z-index: 30;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 50px;
    flex-wrap: wrap;
    margin: 0 auto
}

.service-box {
    width: calc(33.333333% - 3px);
    min-width: 330px;
    position: relative;
    font-size: 11px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 80px;
    display: block
}

.service-box:hover {
    text-decoration: none;
    color: inherit
}

.service-box:hover .inner-image:before {
    opacity: 0
}

.service-box:hover .link {
    background-color: #dcc464;
    color: #000
}

.service-box:hover .mask {
    height: 0
}

.service-box .link {
    width: 25px;
    height: 25px;
    font-size: 13px;
    padding-right: 2px;
    z-index: 3;
    border-radius: 50%;
    background-color: #272727;
    border: 2px solid #dcc464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #dcc464;
    position: absolute;
    bottom: -10px;
    left: 85px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.service-box .mask {
    position: absolute;
    right: -1px;
    bottom: 40px;
    height: 120px;
    width: 1px;
    background-color: #272727;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.service-box:before {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 100%;
    top: 24px;
    background-color: #dcc464
}

.service-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #dcc464;
    right: -1px;
    bottom: -8px;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
}

.service-box ul {
    padding-right: 14px
}

.service-box li {
    list-style: none;
    margin-bottom: 3px
}

.service-box .content {
    padding: 0 10px
}

.service-box .list1 {
    margin-top: 80px
}

.service-box .list1:before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #dcc464;
    margin-left: 7px
}

.service-box .list2 {
    margin-top: 10px;
    margin-bottom: 6px;
    color: #dcc464
}

.service-box .list2:before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    margin-left: 7px
}

.service-box h2 {
    position: absolute;
    margin-bottom: 0;
    font-size: 21px;
    font-family: Vaziri_Medium;
    color: #dcc464;
    top: 240px;
    right: 85px
}

.service-box .img-wrap {
    position: relative
}

.service-box .img-wrap:before {
    content: '';
    position: absolute;
    left: 1px;
    top: -9px;
    width: 100%;
    background-color: #dcc464;
    height: 50px;
    width: calc(100% - 20px);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg)
}

.service-box .img-wrap i {
    display: block;
    position: absolute;
    left: 15px;
    z-index: -1;
    bottom: -10px;
    width: 100%;
    background-color: #4e4e4e;
    height: 50px;
    width: calc(100% - 70px);
    -webkit-transform: rotate(8deg) skew(-20deg);
    -ms-transform: rotate(8deg) skew(-20deg);
    transform: rotate(8deg) skew(-20deg)
}

.service-box .img-wrap i div:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    bottom: -80px;
    background-color: #4e4e4e;
    -webkit-transform: rotate(30deg) skew(20deg);
    -ms-transform: rotate(30deg) skew(20deg);
    transform: rotate(30deg) skew(20deg);
    right: -16px
}

.service-box .img-wrap i div:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    bottom: -80px;
    background-color: #4e4e4e;
    -webkit-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg);
    right: -5px
}

.service-box .image-area {
    width: 100%;
    -webkit-transform: rotate(4deg) skew(5deg);
    -ms-transform: rotate(4deg) skew(5deg);
    transform: rotate(4deg) skew(5deg);
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid #dcc464;
    -webkit-backface-visibility: hidden
}

.service-box .inner-image {
    position: absolute;
    left: 50%;
    top: calc(50% - 16px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transform: rotate(-4deg) skew(-5deg) translate(-50%, -50%);
    -ms-transform: rotate(-4deg) skew(-5deg) translate(-50%, -50%);
    transform: rotate(-4deg) skew(-5deg) translate(-50%, -50%)
}

.service-box .inner-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.7);
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    z-index: 2;
    position: absolute
}

.text-content {
    text-align: justify;
    margin-bottom: 70px
}

.text-content h1, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    color: #dcc464;
    font-family: Vaziri_Medium
}

.members-carousel {
    direction: ltr;
    position: relative
}

.members-carousel .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.members-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.members-carousel .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.members-carousel .owl-dot {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    background-color: #fff;
    margin: 0 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 1px;
    cursor: pointer
}

.members-carousel .owl-dot span {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #dcc464;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.members-carousel .owl-dot.active {
    background-color: transparent;
    border-color: #939393;
    -webkit-transform: scale(1.3) rotate(45deg);
    -ms-transform: scale(1.3) rotate(45deg);
    transform: scale(1.3) rotate(45deg)
}

.members-carousel .owl-dot.active span {
    opacity: 1
}

.members-carousel .carousel-item {
    padding: 50px 0
}

.members-carousel .content {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 400px;
    height: calc(100% + 100px);
    background-color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: rtl;
    font-family: 18px;
    padding: 40px
}

.members-carousel .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.members-carousel p {
    line-height: 2.2;
    text-align: justify
}

.members-carousel h3 {
    color: #dcc464;
    font-family: Vaziri_Medium;
    margin-bottom: 40px
}

.members-carousel small {
    color: #6c6c6c;
    font-size: 20px;
    margin-bottom: 10px;
    display: block
}

.members-carousel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.members-carousel a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.members-carousel a span:after {
    content: '';
    border-top: 1px dashed #dcc464;
    border-bottom: 1px dashed #dcc464;
    width: 20px;
    margin-right: 5px;
    display: block
}

.members-carousel a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border: 2px solid #dcc464;
    border-radius: 50%;
    font-size: 11px;
    padding-right: 4px
}

.members-carousel .image {
    position: relative;
    direction: rtl;
    padding-right: 400px
}

.members-carousel .image img {
    display: block;
    width: 100%;
    height: 500px
}

.members-carousel .image .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 400px);
    padding: 10px 8px;
    background-color: #000;
    opacity: 0.6
}

#member-carousel-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Vaziri_Medium;
    font-family: 16px
}

#member-carousel-position .slash {
    font-size: 30px;
    margin: 0 5px;
    width: 2px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

#member-carousel-position .a {
    position: relative;
    font-size: 20px;
    bottom: 5px
}

#member-carousel-position .b {
    position: relative;
    bottom: -8px
}

.member-nav-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 8
}

.member-nav-control button {
    width: 40px;
    background-color: transparent;
    border: none;
    color: #dcc464;
    cursor: pointer
}

.member-nav-control .nav-next {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.gallery-area .responsive-control {
    min-width: 300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.gallery-area .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery-area .img {
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 3px solid #dcc464;
    border-top: none;
    border-bottom: none
}

.gallery-area .line {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70px;
    width: 1px;
    background-color: #dcc464;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.gallery-area .line .po-r {
    height: 100%;
    width: 100%
}

.gallery-area .line .po-r:after {
    content: '';
    width: 6px;
    height: 20px;
    background-color: inherit;
    position: absolute;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #dcc464
}

.gallery-area h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: Vaziri_Medium;
    position: absolute;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 5;
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #dbc96b;
    color: #272727;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 0;
}

.gallery-area h4 span {
    padding: 4px
}

.gallery-area .img-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden
}

.gallery-area .img-box_wrap {
    position: relative;
    padding-top: 65%
}

.gallery-area .img-box_col {
    margin-bottom: 30px
}

.gallery-area .img-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 23, 23, 0.5);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 2
}

.gallery-area .img-box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s
}

.gallery-area .img-box:hover:before {
    opacity: 0
}

.gallery-area .img-box:hover:after {
    opacity: 1
}

.gallery-area .img-box:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-area .img-box:hover h4 {
    width: auto;
    opacity: 1;
    visibility: visible
}

.gallery-area .img-box:hover .line {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 0
}

.gallery-area .row1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-area .row1 .prow {
    padding: 0 15px;
    width: 33.333333%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.gallery-area .row1 .inner-row1 .img-box:first-child {
    height: 400px
}

.gallery-area .row1 .inner-row1 .img-box:nth-child(2) {
    height: 300px
}

.gallery-area .row1 .inner-row1 .img-box:nth-child(3) {
    height: 250px
}

.gallery-area .row1 .inner-row2 {
    width: 66.6666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery-area .row1 .inner-row2 .inner1 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery-area .row1 .inner-row2 .inner1 .img-box:first-child {
    height: 300px
}

.gallery-area .row1 .inner-row2 .inner1 .img-box:nth-child(2) {
    height: 200px
}

.gallery-area .row1 .inner-row2 .inner2 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery-area .row1 .inner-row2 .inner2 .img-box:first-child {
    height: 250px
}

.gallery-area .row1 .inner-row2 .inner2 .img-box:nth-child(2) {
    height: 300px
}

.gallery-area .row1 .inner-row2 .bottom {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery-area .row1 .inner-row2 .bottom .img-box {
    height: 100%
}

.gallery-area .bottom-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-area .bottom-area .img-box {
    height: 400px
}

.gallery-area .bottom-area > div {
    min-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto
}

.investment-text {
    border-bottom: 2px solid #dcc464;
    text-align: justify;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-family: 17px
}

.invest-box {
    width: 100%;
    position: relative;
    margin-bottom: 80px
}

.invest-box img {
    width: 70%;
    display: block
}

.invest-box .content {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 35%;
    background-color: #303030
}

.invest-box .po-r {
    padding: 30px 20px 20px 30px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 13px 14px 2px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 13px 14px 2px -1px rgba(0, 0, 0, 0.4)
}

.invest-box p {
    margin: 14px 0 14px 0;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify
}

.invest-box a {
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #272727;
    background-color: #dcc464;
    padding: 4px;
    display: block;
    font-family: Vaziri_Medium;
    font-size: 17px
}

.invest-box h2 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 14px;
    width: 100%;
    color: #dcc464;
    font-family: Vaziri_Medium
}

.invest-box h2:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #dcc464;
    width: 70%;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    bottom: 0
}

.invest-box h3 {
    position: absolute;
    font-family: Vaziri_Medium;
    direction: ltr;
    font-size: 50px;
    padding-left: 10px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.invest-box.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.invest-box.reverse .content {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 35%;
    background-color: #303030
}

.invest-box.reverse h3 {
    right: auto;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.invest-box.reverse .po-r {
    -webkit-box-shadow: -13px 14px 6px -1px rgba(0, 0, 0, 0.4);
    box-shadow: -13px 14px 6px -1px rgba(0, 0, 0, 0.4)
}

.yasrebi-team-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #383838;
    margin-bottom: 70px
}

.yasrebi-team-box:after {
    content: '';
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 80%;
    top: 80%;
    max-width: 300px;
    background: #000;
    -webkit-box-shadow: 0 15px 10px #000;
    box-shadow: 0 15px 10px #000;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.yasrebi-team-box .text {
    padding: 20px
}

.yasrebi-team-box h2 {
    color: #dcc464;
    font-family: Vaziri_Medium
}

.yasrebi-team-box img {
    display: block;
    width: 100%
}

.team-content {
    margin-bottom: 40px
}

.team-content h2 {
    color: #dcc464;
    font-family: Vaziri_Medium;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.team-content .join-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-content .item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.team-content .item span {
    color: #dcc464
}

.join-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #383838;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.join-team:before {
    content: '';
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #000;
    -webkit-box-shadow: 0 15px 10px #000;
    box-shadow: 0 15px 10px #000;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.join-team .text {
    padding: 40px;
    background-color: inherit
}

.join-team h2 {
    border-bottom: 1px solid #fff;
    font-family: Vaziri_Medium;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #dcc464
}

.join-team img {
    display: block;
    width: 100%
}

.join-team .col-sm-4.no-padding {
    background-color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.share-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.share-area h4 {
    white-space: nowrap;
    margin: 0;
    margin-left: 8px;
    font-family: Vaziri_Medium;
    color: #dcc464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.share-area h4:before {
    content: '';
    height: 3px;
    background-color: #dcc464;
    width: 50px;
    margin-left: 8px
}

.share-line {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.share-line:before {
    content: '';
    width: 100%;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dcc464;
    position: absolute
}

.share-line a {
    width: 30px;
    height: 20px;
    z-index: 2;
    font-size: 14px;
    background-color: #dcc464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative
}

.share-line a:after {
    content: attr(data-pop);
    position: absolute;
    left: 50%;
    top: -3px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    padding: 7px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid #dcc464;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s
}

.share-line a:hover {
    text-decoration: none;
    background-color: #1a1a1a;
    color: #fff
}

.share-line a:hover:after {
    visibility: visible;
    opacity: 1
}

.share-line a:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.share-line a:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 20px
}

.file-label input {
    pointer-events: none;
    background-color: transparent;
    border: none;
    background-color: #000
}

.invest-form {
    padding-bottom: 70px;
    background-color: #272727
}

.invest-form .icon-tooltip {
    color: #E53935;
    font-size: 20px
}

.invest-form .icon-tooltip.small {
    font-size: 15px
}

.invest-form h2 {
    width: 100%;
    text-align: right
}

.input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.input-box.ai-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.input-box label {
    margin-left: 10px;
    min-width: 140px
}

.input-box label:after {
    content: ':';
    margin-right: 5px
}

.input-box input, .input-box select, .input-box textarea, .comment-form-author input, .comment-form-email input, .comment-form-comment textarea {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    background-color: #323232;
    border: none;
    padding: 8px;
    color: #c1c1c1;
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    width: 0;
    min-width: 200px
}

.input-box textarea {
    height: 100px;
    resize: none
}

.input-box.price-range .price {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-box.price-range .price input {
    margin-left: 5px;
    min-width: 100px
}

.input-box.price-range .price input:last-child {
    margin-left: 0
}

.input-box.price-range .price span {
    margin-left: 3px
}

.form-line {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-line > div {
    margin-left: 20px
}

.radio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.radio-box label {
    width: 20px;
    height: 20px;
    border: 2px solid #4c4c4c;
    position: relative;
    display: block;
    margin-left: 5px;
    border-radius: 50%;
    cursor: pointer
}

.radio-box label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #dcc464;
    width: 0;
    height: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50%
}

.radio-box input:checked + label:after {
    width: 10px;
    height: 10px
}

.check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check-box label {
    width: 20px;
    height: 20px;
    border: 2px solid #4c4c4c;
    position: relative;
    display: block;
    margin-left: 5px;
    cursor: pointer
}

.check-box label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #dcc464;
    width: 0;
    height: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.check-box input:checked + label:after {
    width: 10px;
    height: 10px
}

.no-min-width {
    min-width: 0 !important
}

.form-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

h3.form-text {
    color: #dcc464;
    font-size: 20px
}

.form-hr {
    margin: 30px -15px 30px -15px;
    min-width: 100%;
    border-color: #4c4c4c
}

#investeeTypeDetails, #investTypeDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0;
    overflow: hidden
}

#investeeTypeDetails hr, #investTypeDetails hr {
    width: calc(100% + 30px)
}

#investeeTypeDetails .inner, #investTypeDetails .inner {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#investeeTypeDetails .row, #investTypeDetails .row {
    margin: 0;
    width: 100%
}

#investeeTypeDetails .invest-type-radio-content, #investeeTypeDetails .investee-type-radio-content, #investTypeDetails .invest-type-radio-content, #investTypeDetails .investee-type-radio-content {
    display: none;
    width: 100%
}

#investeeTypeDetails .invest-type-radio-content .inner, #investeeTypeDetails .investee-type-radio-content .inner, #investTypeDetails .invest-type-radio-content .inner, #investTypeDetails .investee-type-radio-content .inner {
    width: 100%
}

#investeeTypeDetails .invest-type-radio-content .row, #investeeTypeDetails .investee-type-radio-content .row, #investTypeDetails .invest-type-radio-content .row, #investTypeDetails .investee-type-radio-content .row {
    width: 100%
}

#investeeTypeDetails .invest-type-radio-content.active, #investeeTypeDetails .investee-type-radio-content.active, #investTypeDetails .invest-type-radio-content.active, #investTypeDetails .investee-type-radio-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.file-label {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    background-color: #323232;
    border: none;
    padding: 8px;
    color: #c1c1c1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.file-label input {
    background-color: #1e1e1e;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    padding: 4px;
    font-size: 11px;
    color: inherit;
    text-align: center;
    direction: ltr
}

.no-margin {
    margin: 0
}

.margin-bottom {
    margin-bottom: 1.42857rem
}

.category-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #2f2f2f;
    margin-bottom: 20px
}

.category-line .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 0;
    font-family: Vaziri_Medium;
    margin: 0 10px
}

.category-line .item.active, .category-line .item:hover {
    background-color: #1d1d1d
}

.category-line .item:after, .category-line .item:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #dcc464;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative
}

.category-line .item:before {
    right: -5px
}

.category-line .item:after {
    left: -5px
}

.pager {
    margin: 0 0 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.pager a, .pager span {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    margin: 0 5px;
    border: 1px solid #353535;
    text-decoration: none
}

.pager a:hover, .pager span:hover {
    background-color: #353535
}

.pager span {
    background-color: #353535
}

.article-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    background-color: #2f2f2f;
    margin-bottom: 50px;
    position: relative
}

.article-list article:after {
    position: absolute;
    width: 80%;
    height: 30%;
    content: ' ';
    left: 22px;
    bottom: -10px;
    background: transparent;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1
}

.article-list .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 300px;
    max-width: 100%;
    padding: 20px
}

.article-list img {
    display: block;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
    min-width: 300px;
    max-width: 100%
}

.article-list p {
    text-align: justify;
    line-height: 1.9;
    font-size: 15px
}

.article-list a {
    margin-top: auto;
    padding: 10px;
    background-color: #dcc464;
    color: #272727;
    font-family: Vaziri_Medium;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.article-list h2 {
    color: #dcc464;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: Vaziri_Medium
}

.article-list h2:after {
    content: '';
    width: calc(100% + 100px);
    height: 2px;
    background-color: #dcc464;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    display: block;
    position: absolute
}

.no-padding-container {
    padding: 0
}

.mobile-nav {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav .search-button {
    color: #dcc464;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
    cursor: pointer
}

.mobile-nav .lang {
    color: #dcc464;
    margin-left: auto;
    margin-right: 7px;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold
}

.mobile-nav img {
    display: block;
    width: 150px
}

.mobile-nav a {
    display: block
}

.mobile-nav .nav-icon {
    height: 25px;
    width: 30px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    display: block;
    padding: 0;
    position: relative
}

.mobile-nav .nav-icon i {
    height: 4px;
    width: 100%;
    display: block;
    background-color: #dbc96b;
    position: absolute;
    border-radius: 1px;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.mobile-nav .nav-icon i:first-of-type {
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.mobile-nav .nav-icon i:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mobile-nav .nav-icon i:nth-of-type(3) {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    bottom: 0;
    left: 0
}

.background {
    background-color: #272727
}

.article-list-carousel {
    direction: ltr;
    padding-bottom: 10px;
    position: relative
}

.article-list-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 25px;
    padding-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-list-carousel .owl-nav:after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 2px;
    background-color: #dcc464
}

.article-list-carousel .owl-next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.article-list-carousel .owl-next, .article-list-carousel .owl-prev {
    color: #dcc464
}

.article-list-carousel .owl-next:hover, .article-list-carousel .owl-prev:hover {
    color: #fff
}

.other-article .col {
    margin-bottom: 25px;
    padding: 10px
}

.other-article .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    background-color: #2f2f2f;
    min-height: 370px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.other-article .box:hover {
    -webkit-box-shadow: 0px 0px 5px 0px black;
    box-shadow: 0px 0px 5px 0px black
}

.other-article img {
    display: block;
    margin-bottom: 10px;
    width: 100%
}

.other-article h3 {
    color: #dcc464;
    font-family: Vaziri_Medium;
    font-size: 20px;
    text-align: center;
    padding: 0 14px
}

.other-article p {
    width: 100%;
    font-size: 12px;
    text-align: justify;
    padding: 0 14px
}

.comment-form {
    margin-bottom: 30px
}

.comment-form label {
    min-width: 60px
}

.comment-form .submit-button {
    width: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.comment-form .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.comment-form .col-sm-8 .input-box {
    width: 100%
}

.comment-section .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-section .comment-box {
    width: 100%;
    margin-bottom: 15px;
    background-color: #2f2f2f
}

.comment-section .comment-box:after {
    content: '';
    display: table;
    clear: both
}

.comment-section .comment-box small {
    white-space: nowrap
}

.comment-section .comment-box .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #353535;
    color: #dcc464;
    font-family: Vaziri_Medium;
    padding: 5px
}

.comment-section .comment-box p {
    padding: 10px 7px
}

.comment-section .admin-answer {
    width: calc(100% - 20px);
    margin-bottom: 20px;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 0;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #2a2a2a
}

.comment-section .admin-answer p {
    padding: 0
}

.comment-section .admin-answer strong {
    background-color: #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    color: #dcc464;
    width: calc(100% + 20px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: -10px;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 10px;
    font-family: Vaziri_Medium
}

.slide-scroll {
    background-color: #fff
}

.galley-ajax-button {
    height: 1px;
    width: 0;
    padding: 0;
    border: 0;
    visibility: hidden;
    opacity: 0
}

.download-item {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    background-color: #323232;
    border: none;
    padding: 8px;
    color: #fff;
    font-size: 12px;
    height: 43px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    width: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.download-item:hover {
    text-decoration: none;
    color: #dcc464
}

.w-100 {
    width: 100%;
    max-width: 100%
}

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

.news-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin-bottom: 40px
}

.news-search button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    background-color: transparent;
    border: none;
    background-color: #dcc464;
    width: 45px
}

.news-search input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #2f2f2f;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 10px
}

.rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rating-wrapper .stars {
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rating-wrapper .star {
    color: #fff
}

.rating-wrapper .js-active {
    color: #dcc464
}

.search-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7000;
    padding: 15px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none
}

.search-overlay .inner {
    margin: auto;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.4);
    max-width: 100%
}

.search-overlay input {
    border: none;
    display: block;
    height: 50px;
    padding: 7px;
    width: 400px
}

.search-overlay button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dcc464;
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s
}

.search-overlay button:hover {
    background-color: #b29628
}

.search-overlay.js-open {
    opacity: 1;
    pointer-events: auto
}

.licence-slider {
    direction: ltr;
    width: 100%
}

.licence-slider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 4px
}

.licence-slider .owl-dot.active {
    background-color: #dcc464
}

.licence-slider .owl-dots {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.licence-page .achivements-slider {
    direction: ltr;
    margin-bottom: 30px;
    position: relative
}

.licence-page .achivements-slider i {
    position: absolute;
    top: 50%;
    color: #dcc464;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.licence-page .achivements-slider .owl-next i {
    left: auto;
    right: 0
}

.licence-page .achivements-slider .owl-next i:before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.licence-page .row > div {
    margin-bottom: 25px
}

.search-result-page {
    padding-bottom: 40px
}

.search-result-page .row {
    margin-bottom: 30px
}

.search-result-page .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

.search-result-page .list-inner h5 {
    font-size: 20px;
    width: 100%;
    color: #dcc464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Vaziri_Medium;
    margin-bottom: 10px
}

.search-result-page .list-inner h5:after {
    content: '';
    height: 1px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    margin-right: 10px
}

.search-result-page .list-inner a {
    color: #eadca2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 7px;
    width: 100%
}

.search-result-page .list-inner a:before {
    content: '';
    height: 1px;
    background: #fff;
    width: 30px;
    margin-top: 4px;
    margin-left: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-result-page .list-inner a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none
}

.search-result-page .list-inner a span {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden
}

.search-result-page h2 {
    font-size: 30px;
    color: #dcc464;
    margin-bottom: 50px;
    font-family: Vaziri_Medium;
    font-weight: bold
}

.search-result-page .result-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 2px 0 rgba(220, 196, 100, 0.1);
    box-shadow: 0 0 2px 0 rgba(220, 196, 100, 0.1)
}

.search-result-page .result-box:hover {
    color: #dcc464
}

.search-result-page .search-text {
    background-color: #353535;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px
}

.search-result-page .search-text h4 {
    font-size: 16px
}

.search-result-page .img-box {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2f2f2f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px
}

.search-result-page .img-box img {
    display: block;
    max-width: 100%
}

.styled-table-search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.styled-table-search input {
    width: 150px;
    max-width: 200px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #fff;
    height: 35px;
    margin-left: 10px;
    padding: 0 7px;
    font-family: xenoSansBlack;
    border: none;
    background-color: #e6e6e6;
    margin-bottom: 15px
}

.styled-table-search button {
    margin-bottom: 15px;
    background-color: #dcc464;
    color: #000;
    height: 35px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: xenoSansBlack;
    border: none
}

.clac-table, .styled-table {
    width: 100%;
    overflow-x: auto;
    margin: 0 auto;
    margin-bottom: 30px
}

.clac-table input, .styled-table input {
    width: 100%;
    height: 100%;
    border: none;
    border-image-repeat: 5px;
    padding: 0 4px;
    text-align: center
}

.clac-table th, .styled-table th {
    background-color: #dcc464;
    font-family: xenoSansBlack;
    color: #000;
    border: none;
    font-size: 17px;
    padding: 10px;
    border: 1px solid #dcc464;
    white-space: nowrap
}

.clac-table td, .styled-table td {
    padding: 5px 10px;
    border: 1px solid #595959;
    background-color: #323232
}

.clac-table table, .styled-table table {
    width: calc(100% - 2px);
    margin: 0 auto
}

.styled-table td, .styled-table th {
    text-align: center
}

.m-Social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-Social a {
    color: #000;
    background-color: #dcc464;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.m-Social a:hover {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

.page-services a {
    text-decoration: none;
    background-color: #dcc464;
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-family: Vaziri_Medium;
    margin-bottom: 15px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s
}

.page-services a:hover {
    background-color: #d3b43a
}

.calc-inputs {
    margin-bottom: 30px;
    margin-top: 15px
}

.calc-inputs > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calc-inputs input {
    font-family: Vaziri_Medium;
    padding: 5px;
    border: none;
    background-color: #fff;
    width: 100%;
    border: 2px solid gray;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 2px 1px 0 #1a1a1a;
    box-shadow: 0 2px 2px 1px 0 #1a1a1a
}

.calc-inputs input[type=submit] {
    background-color: #dcc464;
    border: none;
    cursor: pointer
}

.calc-inputs input[type=submit]:hover {
    background-color: #d7bc4f
}

@media screen and (min-width: 1000px) {
    .members-carousel .inner {
        min-height: 472px;
        width: 100%
    }

    .members-carousel a {
        margin-top: auto
    }
}

@media screen and (max-width: 1500px) {
    .gallery-area .img-box.left .line, .gallery-area .img-box.right .line {
        display: none
    }

    .gallery-area .img-box.left h4, .gallery-area .img-box.right h4 {
        left: 50%;
        top: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 20;
        width: auto;
        height: auto
    }
}

@media screen and (max-width: 1260px) {
    .container.lines {
        display: none
    }

    main {
        overflow: hidden
    }

    .header-carousel h1 {
        text-align: center
    }

    .header-carousel .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section.sec2 .lines {
        display: none
    }

    .sec4 .lines {
        display: none
    }

    .sec5 .slide-content .right {
        right: 180px
    }

    .sec5 .slide-content .left {
        margin-right: 50px
    }

    .sec6 .lines {
        display: none
    }

    .sec5 .slide-content img {
        width: 580px
    }

    .sec5 .slide-content .date {
        top: 17px
    }

    .sec5 .slide-content a {
        bottom: 17px
    }

    .sec4 .parallax-area {
        width: 300px;
        height: 200px
    }
}

@media screen and (max-width: 1100px) {
    .navbar {
        display: none
    }

    .mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    footer img {
        width: 200px
    }
}

@media screen and (max-width: 1069px) {
    section.sec2 .part2 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0
    }

    section.sec2 .part1 {
        padding-left: 10px
    }

    section.sec2 .part3 {
        padding-left: 10px
    }
}

@media screen and (max-width: 1000px) {
    .sec5 .slide-content .right {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 580px;
        height: auto
    }

    .sec5 .slide-content .left {
        margin: 0
    }

    .sec5 .slide-content a {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .sec5 .slide-content .left .bottom-text {
        bottom: 33px
    }

    .sec5 .slide-content .date {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .sec5 .slide-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 60px
    }

    .sec4 .text3 {
        font-size: 50px
    }

    .invest-box .content, .invest-box.reverse .content {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .invest-box, .invest-box.reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .invest-box .content, .invest-box.reverse .content {
        width: auto;
        max-width: 500px;
        min-width: 40%
    }

    .invest-box.reverse h3, .invest-box h3 {
        right: 50%;
        left: auto;
        top: 20px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        font-size: 30px
    }

    .invest-box.reverse img, .invest-box img {
        max-width: 500px;
        min-width: 300px;
        width: 100%
    }

    .invest-box .po-r, .invest-box.reverse .po-r {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.4)
    }

    .members-carousel .content {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .members-carousel .carousel-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .members-carousel .image {
        padding: 0
    }

    .members-carousel .image .text {
        width: 100%
    }

    .members-carousel .content {
        width: 100%
    }

    .members-carousel .image img {
        height: auto
    }

    .members-carousel .carousel-item {
        padding-bottom: 70px
    }

    .member-nav-control {
        bottom: 30px
    }
}

@media screen and (max-width: 900px) {
    .layer-header .layer2 {
        font-size: 20px
    }

    .layer-header .layer1 {
        font-size: 50px
    }

    .map-overlay .container-wrap {
        position: static
    }

    .map-overlay .container-wrap .address-wrap {
        width: 100%
    }

    .map-overlay .container-wrap:after {
        background-color: rgba(14, 14, 14, 0.6);
        z-index: 30
    }

    .ceo-message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ceo-message img {
        margin: 10px auto 10px auto
    }

    .ceo-message h2 {
        font-size: 22px
    }

    .ceo-message .socials {
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }

    .ceo-message:before {
        border-left: none;
        border-radius: 0
    }
}

@media screen and (max-width: 768px) {
    .contact-us-form .row2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .file-label {
        margin-bottom: 15px
    }

    section.main-sec h2 {
        font-size: 20px;
        letter-spacing: -1px
    }

    section.main-sec p {
        font-size: 13px
    }

    section.sec3 h2 {
        font-size: 60px
    }

    section.sec3 h2 .layer2 {
        font-size: 25px
    }

    .sec5 h2 {
        font-size: 60px
    }

    .sec5 h2 .layer2 {
        font-size: 20px
    }

    .sec6 h2 {
        font-size: 60px
    }

    .sec6 h2 .layer2 {
        font-size: 20px
    }

    section.sec3 .owl-next, section.sec3 .owl-prev {
        font-size: 0
    }

    section.sec3 .owl-next i, section.sec3 .owl-prev i {
        display: none
    }

    section.sec3 .owl-next:before, section.sec3 .owl-prev:before {
        width: 20px;
        height: 20px
    }

    .sec4 .text3 {
        margin-top: 20px;
        font-size: 30px
    }

    .sec4 .text3 em {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .team-content .item {
        text-align: center
    }

    .input-box label {
        min-width: 80px
    }

    #menu-box .brand-box {
        display: none
    }

    #menu-box .inner {
        position: static
    }

    footer .link-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-bg .container h1 {
        text-align: center
    }

    .header-bg .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-bg .container .en {
        font-size: 40px
    }

    .header-bg {
        height: 400px
    }
}

@media screen and (max-width: 500px) {
    .members-carousel .content {
        min-height: 500px
    }

    .members-carousel .owl-dots {
        display: none
    }

    .sec6 .map .location .socials a {
        margin-top: 10px
    }

    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer a {
        margin: 0;
        margin-bottom: 10px
    }

    footer img {
        margin: 20px 0 0 0
    }

    .sec6 .map .location {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 165px;
        top: 0;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    .sec6 .map {
        margin-bottom: 150px
    }

    .service-box .content {
        padding: 0 20px
    }

    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .container a {
        margin: 0;
        margin-bottom: 10px
    }

    footer .container img {
        margin: 0
    }

    footer .container .link-list {
        margin-bottom: 20px
    }

    .share-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .share-area h4 {
        margin-bottom: 10px
    }
}
section.main-sec .carousel-item h2.text-fit span, section.main-sec .carousel-item .slide-text p {
    text-shadow: 1px 3px 6px #000;
}