/*
Theme Name: mehrazravan
Theme URI: mehrazravan.com
Author: Reza Komasi - Devix
Description: reza komasi - Devix
Author URI: https://devix.ir
Version: 3
*/
@font-face {
    font-family: devix;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/eot/iranyekanwebregularfanum.eot);
    src: url(fonts/eot/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"), url(fonts/woff/iranyekanwebregularfanum.woff) format("woff"), url(fonts/ttf/iranyekanwebregularfanum.ttf) format("truetype")
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    color: #fff;
    background: #f18022;
}

body {
    margin: 0 !important;
    background-color: #f4f5f7;
}

a {
    text-decoration: none !important
}

div, a, i, p, time, input, button, textarea, label, section, select, ul, b, strong, h1, h2, h3, h4, h5, h6 {
    font-family: devix, serif !important;
    margin: 0
}

#devix span {
    font-family: devix, serif;
}

.clear {
    clear: both
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.pp {
    padding: 0 !important
}

.pl {
    padding-left: 0 !important
}

.pr {
    padding-right: 0 !important
}

.container, .container-fluid {
    width: 100%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto
}

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

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

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

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

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1676px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2)
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (max-width: 575px) {
    .hidden-xs {
        display: none
    }
}

@media (min-width: 576px) {
    .hidden-sm {
        display: none
    }

    .col-sm {
        flex: 1 0 0
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 991px) {
    .hidden-md {
        display: none
    }

    .col-md {
        flex: 1 0 0
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .hidden-lg {
        display: none
    }

    .col-lg {
        flex: 1 0 0
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display: none
    }

    .col-xl {
        flex: 1 0 0
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1400px) {
    .hidden-xxl {
        display: none
    }

    .col-xxl {
        flex: 1 0 0
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

@media (min-width: 576px) {
    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }
}

@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }
}

@media (min-width: 1200px) {
    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }
}

@media (min-width: 1400px) {
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }
}

.p-full {
    padding: 0 12px;
}

/*//////////////////////
/        header       /
////////////////////*/
.header-style {
    background: #fff;
    border-radius: 20px;
    align-items: center;
    padding: 20px 35px;
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*header-logo*/
.header-logo a {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    color: rgb(51 51 51 / 64%);
    font-size: 2em;
    font-weight: bold;
}
.header-logo a img{
    margin-left: 10px;
}
/*search-box*/
.search-box-style{
    width: 60%;
}
.search-box form {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 20px 10px 0;
    border-radius: 10px;
    background: #f0ebff;
}

.search-box form input {
    color: #939393;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
}

.search-box form button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    line-height: 0;
}

.search-box form button svg {
    width: 30px;
    fill: #939393;
}

/*contact-us-login*/
.responsive-search-button, .responsive-call-button {
    display: none;
    position: relative;
}
.responsive-search-button svg , .responsive-call-button svg{
    width: 22px;
    fill: #7657fd;
}
.responsive-search-button.ope:before{
	content: "+";
	position: absolute;
	left: 6px;
	font-size: 22px;
	transform: rotate(45deg);
	top: 15px;
}
.contact-us-login {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.contact-us-button {
    display: inline-block;
    background-color: #7657FD;
    color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 0 0 0 15px;
}

.contact-us-login .contact-us-button:hover {
    background: #f0ebff;
    box-shadow: #7657fd 0 0 1px 1px;
    color: #7657fd;
}

.contact-us-login .login-button {
    display: flex;
    align-items: center;
    border: solid 1px #7657FD;
    padding: 15px 25px;
    border-radius: 12px;
    transition: all 0.3s;
}

.contact-us-login .login-button:hover {
    background: #f0ebff;
}

.contact-us-login svg {
    width: 22px;
    fill: #7657fd;
}

.contact-us-login span {
    color: #7657fd;
    margin: 0 7px 0 0;
}
/*menu-r*/
.menu-style {
    background: #7657fd;
    padding: 0 35px;
    border-radius: 0 0 20px 20px;
    margin: 0 0 50px 0;
}

.back-c {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 2;
    overflow-x: hidden;
    transition: 0.3s;
}

.bazsho {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 3;
}

.baz {
    cursor: pointer;
    display: none;
}

.menu-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.menu-top ul > li{
    position: relative;
}
.menu-top ul > li.sub-menu>a{
    position: relative;
}
.menu-top ul > li.sub-menu>a:before{
    content: url(img/down-arrow-15.svg);
    position: absolute;
    left: -1px;
    top: 27px;
    width: 13px;
}
.menu-top ul > li > a {
    font-size: 14px;
    padding: 25px 20px;
    margin-left: 5px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
}

.menu-top ul > li > a:hover {
    color: #f8c200;
}

.menu-top ul > li > ul {
    display: none;
    position: absolute;
    width: 250px;
    right: 0;
    margin: 0 auto;
    background-color: #f0ebff;
    border: solid 1px #7657fd;
    border-top: none;
    padding: 7px;
    border-radius: 0 0 20px 20px;
    top: 69px;
}

.menu-top ul > li > ul > li {
    float: none;
}

.menu-top ul > li > ul > li > a {
    display: block;
    padding: 17px 10px;
    color: #7d7d7d;
    border-bottom: solid 1px #7d7d7d1c;
    transition: 0.3s;
}

.menu-top ul > li > ul > li > a:hover {
    color: #7657fd;
}

.menu-top ul > li > ul > li:last-child > a {
    border: none;
}

.menu-top ul > li:hover > ul {
    display: block;
    z-index: 5;
}

.menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-mobile ul > li {
    position: relative;
}

.menu-mobile ul > li > a{
    font-size: 1rem;
    line-height: 1.571;
    color: #757575;
    padding: 14px 14px 14px 58px;
    position: relative;
    display: block;
}

.menu-mobile ul > li > a.t:before {
    content: "+";
    color: #d8d8d8;
    position: absolute;
    left: 25px;
    top: 11px;
    font-size: 24px;
}

.menu-mobile ul > li > a.b:before {
    content: "-";
    color: #d8d8d8;
    position: absolute;
    left: 25px;
    top: 11px;
    font-size: 24px;
}

.menu-mobile ul > li > ul, .menu-mobile ul > li > ul > li > ul, .menu-mobile ul > li > ul > li > ul > li > ul {
    display: none;
}

.menu-mobile ul > li > ul {
    background-color: #fafafa;
}

.menu-mobile ul > li > ul > li > ul {
    background-color: #eeeeee;
}

.menu-mobile ul > li > ul > li > ul > li > ul {
    background-color: #e2e2e2;
}

.fbaste {
    position: absolute;
    left: 21px;
    top: 19px;
    font-size: 17px;
    color: #ccc;
}

/*//////////////////////
/         main        /
////////////////////*/
.main-style-row {
    justify-content: space-between;
}

.col-lg-3-aside {
    flex: 0 0 auto;
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*bio-box*/
.bio-box {
    border: solid 1px #e6e6e6;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 25px 0;
    align-items: center;
    text-align: center;
}

.bio-box img {
    border-radius: 50%;
}

.bio-box span {
    color: #7657fd;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 25px;
}

.bio-box p {
    color: #333;
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 14px;
}
.bio-box .contact-us-button{
	    margin: 10px 0 0 0;
    padding: 10px 35px;
    font-size: 14px;
}
.bio-box .contact-us-button:hover{
	opacity:0.5;
}
/*main-part-right*/
.main-part-right {
    border: solid 1px #e6e6e6;
    padding: 20px;
    border-radius: 15px;
}

.main-part-right-title {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 35px 0;
    transition: all 0.3s;
}

.main-part-right-title svg {
    width: 30px;
    fill: #67BAA7;
    transition: all 0.3s;
}

.main-part-right-title h2 {
    font-size: 20px;
    color: #67BAA7;
    margin: 0 8px 0 0;
    transition: all 0.3s;
}

/*main-part-item*/
.main-part-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0;
    background: #fff;
    border-radius: 15px;
    padding: 10px 5px;
    transition: all 0.3s;
}

.main-part-item svg {
    width: 85px;
    background: #fff;
    border-radius: 50%;
    border-left: solid 2px #67baa7;
    margin-left: 5%;
}

.main-part-item img {
    border-radius: 50%;
    margin-left: 5%;
    border-left: solid 2px #67baa7;
}

.main-part-item span {
    font-size: 15px;
    color: #7657fd;
    font-weight: bold;
    display: inline-block;
}

.main-part-item:hover {
    transform: scale(1.1);
}
.main-part-right>div{
	cursor: pointer;
}
.box-section-sub-menu{
	text-align:
	center;
	display: none;
}
.main-part-right>div.open .box-section-sub-menu{
	display: block;
}
.box-section-sub-menu a{
	display: block;
	font-size:14px;
	padding:8px;
	color: #333;
	background: rgba( 255, 255, 255, 0.2 );
    box-shadow: 0 8px 32px 0 rgb(225 225 230 / 37%);
    border-radius: 10px;
	transition:0.3s;
	margin: 2px 0;
	line-height:22px;
}
.box-section-sub-menu a:hover{
	color:#7657fd;
}
/*slider-one*/
.slider-img {
    display: block;
    width: 100%;
}

.slider-img img {
    border-radius: 20px;
    transition: 0.3s;
    width: 100%;
}

.slider-img img:hover {
    filter: brightness(100%);
}

.swiper-container {
    width: 100%;
    height: auto;
}

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

.main-contant hr {
    border: none;
    border-bottom: solid 3px #f0ebff;
    padding: 10px 0;
}

.main-articles-style {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.col-lg-4-article {
    flex: 0 0 auto;
    width: 32%;
}

.article-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
    transition: all 0.3s;
}

.article-title svg {
    width: 50px;
    fill: #67baa7;
    margin: 0 0 0 10px;
    transition: all 0.3s;
}

.article-title span, .article-title h1 {
    color: #69bba8;
    font-size: 25px;
    font-weight: bold;
    transition: all 0.3s;
}

.main-articles {
    background: #fff;
    display: block;
    padding: 8px 9px;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    margin: 0 0 20px 0;
}

.main-articles:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.main-articles figure {
    width: 100%;
    margin: 0;
}

.main-articles figure img {
    border-radius: 5px;
    width: 100%;
    height: 149px;
    display: block;
}

.main-articles h2 {
    font-size: 18px;
    line-height: 30px;
    color: #1b278b;
    padding: 30px 0 24px 0;
    height: 114px;
}

.info-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/*data-part*/
.data-part {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.data-part svg {
    width: 20px;
    fill: #798ead;
    margin: 0 0 0 5px;
}

.data-part span {
    font-size: 11px;
    color: #798ead;
}
/*show-more*/
.show-more {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background: #7657fd;
    padding: 6px;
    border-radius: 4px;
}

.show-more svg {
    width: 20px;
    fill: #fff;
    margin: 0 5px 0 0;
}

.show-more span {
    font-size: 11px;
    color: #fff;
}

/*call-us-box, turn-ratings*/
.call-us-box, .turn-ratings {
    border: solid 1px #e6e6e6;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 23px 0;
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
}

.call-us-box:hover, .turn-ratings:hover {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.call-us-box svg, .turn-ratings svg {
    width: 100px;
}

.call-us-box span, .turn-ratings {
    color: #7657fd;
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0;
}
.call-us-box span:nth-child(odd){
	font-size: 12px;
	color: #333;
	margin: 0;
}
/*contact-us-box-left*/
.contact-us-box-left {
    background: #fff;
    border: solid 1px #e6e6e6;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 0 0 0;
    justify-content: space-between;
}
.contact-us-box-left>div{
    width: 100%;
}
.contact-us-box-left h5 {
    color: #7657fd;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
}

.contact-us-box-left .contact-us-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px 0;
	font-size:14px;
}

.contact-us-box-left .contact-us-data div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.contact-us-box-left svg {
    fill: #7657fd;
    width: 25px;
    margin: 0 0 0 8px;
    transition: 0.3s;
}

.contact-us-box-left .contact-us-data div span {
    color: #333;
    transition: 0.3s;
    font-weight: bold;
}

.contact-us-box-left .contact-us-data span {
    color: #333;
    transition: 0.3s;
}

.contact-us-data.location-part {
    justify-content: flex-start;
}

.contact-us-box-left strong {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    display: block;
    background-color: #7758fd;
    text-align: center;
    padding: 10px;
    border-radius: 13px;
}

.contact-us-data:hover span, .contact-us-data:hover div span, .contact-us-data:hover div svg {
    color: #f8c200;
    fill: #f8c200;
}

.social-pic {
    border-radius: 15px;
    width: 60%;
    height: auto;
}

/*//////////////////////
/        footer       /
////////////////////*/
.footer-index {
    background: #7657fd;
    position: relative;
    margin-top: 50px;
}

.footer-index:before, .footer-index:after {
    content: '';
    position: absolute;
    height: 30px;
    background: url(img/wave.png) repeat-x center;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    top: -29px !important;
    bottom: initial !important;
}

/*footer-item*/
.footer-item {
    padding: 65px 0 30px 0;
}
.row-footer-style{
    justify-content: space-between;
}
.col-footer-logo{
	flex: 0 0 auto;
    width: 10%;
}
.col-footer-text{
	flex: 0 0 auto;
    width: 35%;
}
.col-footer-link{
	flex: 0 0 auto;
    width: 10%;
}
.col-footer{
    flex: 0 0 auto;
    width: 35%;
}

.footer-item p {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}

.footer-item ul {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.footer-item ul a {
    display: inline-block;
    color: #fff;
    transition: .3s;
}

.footer-item ul a:hover {
    padding: 0 10px 0 0;
}
/*contact*/
.contact{
    text-align: center;
}

.contact a:nth-child(1){
    line-height: 30px;
}
.contact a {
    display: flex;
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 0.3s;
    font-weight: bold;
}

.contact span:last-child {
    direction: ltr;
}

.contact a:hover {
    color: #f8c200;
}

/*owner*/
.owner p {
    color: #fff;
    margin-bottom: 5px;
}

.owner p a {
    color: #f8c200;
    transition: 0.3s;
}

.owner a:hover {
    color: #fff;
}

.copy-r {
    margin-top: 50px;
    border-top: 1px solid rgb(255 255 255 / 7%);
    padding-top: 32px;
}

.copy-rr a {
    display: inline-block;
    line-height: 0;
    float: left;

}

.copy-rr svg {
    width: 45px;
    fill: #fff;
    margin: 0 0 0 25px;
    transition: 0.3s;
}

.copy-rr svg:hover {
    fill: #f8c200;
}
/**/
.article-single{
    box-shadow: -3px 3px 9px #e7e7e7;
    background-color: #fff;
    border-radius: 11px;
    padding: 12px;
    margin-bottom: 35px;
}
.article-single h1{
    margin: 23px 0;
    font-size: 21px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
}
.figure-single img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
#matn-single{
    border-top: 1px solid #ececec;
    margin-top: 20px;
}
#matn-single p,#matn-single h2,#matn-single a,#matn-single p a,#matn-single p h2,#matn-single h2 a,#matn-single p h2 a,#matn-single ul{
    line-height: 32px;
    color: #555;
    margin: 12px 0;
    font-size: 15px;
    text-align: justify;
}
#matn-single a{
    transition: all 0.5s ease;
    color: #7657fd !important;
    font-weight: bold;
}
#matn-single a:hover,#matn-single h2 a:hover,#matn-single p a:hover{
    border-bottom: 1px solid #67baa7;
}
#matn-single img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    border-radius: 4px;
}
#matn-single h2{
    font-size: 25px;
}
#matn-single h3{
    font-size: 23px;
}
#matn-single h4{
    font-size: 21px;
}
#matn-single h5{
    font-size: 19px;
}
#matn-single h6{
    font-size: 17px;
}
::selection {
    color: #fff;
    background: #ccc;
}
#matn-single input[type=text]{
    border: 2px solid #dedede;
    border-radius: 5px;
}
#matn-single input[type=submit]{
    display: inline-block;
    background-color: #7657FD;
    color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 0 0 0 15px;
    border: none;
}
#matn-single textarea{
    border: 2px solid #dedede;
    border-radius: 5px;
}
/**/
.page-pa{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    margin: 20px auto;
    text-align: center;
    line-height: 25px;
    width: 100%;
}
.page-pa .current{
    background: rgb(77 57 166) none repeat scroll 0 0 !important;
    color: rgb(255, 255, 255) !important;
}
.page-pa .page-numbers{
    background: #7657fd;
    padding: 3px 12px;
    margin: 7px 5px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    transition: all 0.5s ease;
    display: inline-block;
}
.page-pa .page-numbers:hover , .page-pa .page-numbers:focus{
    background: #ced4da none repeat scroll 0 0;
}
/*location-user*/
.location-user {
    margin: 7px 0 35px 0;
    color: #7657fd;
    font-size: 13px;
    line-height: 27px;
}

.location-user a {
    color: #beafff;
    font-size: 13px;
    padding: 0 2px;
    transition: color .5s;
}

.location-user span {
    color: #7657fd;
    font-weight: bold;
}

.location-user a:hover {
    color: #ffc107;
}

.location-user a:nth-child(1) {
    padding-right: 0;
}
/*Comment Output*/
#didghah {
    background: #fff;
    overflow: hidden;
    margin: 32px 0;
    border-radius: 15px;
    box-shadow: -3px 3px 9px #e7e7e7;
}

.tit-did {
    margin-bottom: 20px;
    padding: 12px 10px;
    border-bottom: 1px solid #dbe2e8;
}

.tit-did h5 {
    float: right;
    font-size: 21px;
    font-weight: normal;
    color: #404040;
    padding-top: 6px;
}

.tit-did i {
    font-size: 28px;
    color: #dbe2e8;
    float: right;
    padding: 10px 15px;
}

.did-add {
    float: left;
    color: #ff394f;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 7px 20px;
    border: 1px solid #ff394f;
}

#commentform {
    padding: 10px 2%;
}

#commentform input {
    border: none;
    background-color: #f7f7f7;
    text-align: center;
    padding: 10px 0;
    float: right;
    width: 31.2%;
    margin: 0 1% 15px 1%;
    border-radius: 5px;
    color: #888;
}

#commentform textarea {
    border: none !important;
    background-color: #f7f7f7;
    padding: 5px 1%;
    width: 97.76%;
    margin-right: 1%;
    resize: none;
    border-radius: 6px;
    font-family: devixl, serif;
}

#commentform .Cbutton {
    background-color: #00e07f;
    box-shadow: none;
    color: #ffffff;
    width: 97.76%;
    margin-right: 1%;
    margin-top: 8px;
    padding: 10px 0;
    cursor: pointer;
}

#commentform input:focus,
#commentform textarea:focus,
#commentform .Cbutton:focus {
    outline: none;
}

.commentlist li ul.children {
    width: 90%;
    margin: 0 auto;
}

.commentlist li ul.children li.comment {
    border: 1px dashed #ebeef0;
    margin-bottom: 20px;
    border-width: 1px 3px 1px 1px;
}

.commentlist .vcard cite.fn {
    font-size: 14px;
    float: right;
    font-style: normal;
}

.commentlist .vcard img.photo {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -o-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    background: #fff;
    width: 10%;
    height: auto;
    float: right;
    margin: 0 0 5px 15px;
}

.commentlist .vcard cite.fn a.url {
    color: #7657fd;
    font-weight: normal;
    font-style: normal;
}

.commentlist .commentmetadata a {
    color: #a9bac5;
    margin-right: 18px;
    font-size: 12px;
}

.commentlist .comment {
    width: 100%;
    float: right;
    background-color: #fdfdfd;
    border-top: 1px dashed #ced4da;
}

.commentlist .comment-author span {
    display: none
}

.commentlist {
    list-style: none;
    padding: 0 0 50px 0;
    margin: 0 !important;
}

.commentlist #comments ol.comment-list li img.avatar {
    position: absolute;
    top: 0;
    right: -56px;
    left: auto;
    width: 65px;
    border: none;
    border-radius: 3px;
    padding: 0;
    z-index: 999;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -o-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    background: #fff;
}

.commentlist li .comment-body {
    border: none;
    margin: 0 15px;
    border-radius: 4px;
    padding: 16px 16px 0;
}

.commentlist .children {
    padding: 0;
    width: 100%;
    list-style: none;
}

.commentlist li p,
.commentlist li p a {
    margin: 10px 0;
    color: #333;
    font-weight: 100;
    font-size: 15px;
    line-height: 27px;
}

.commentlist li ul.children li.bypostauthor {
    background-color: #fafafa;
    float: right;
    width: 100%;
    padding: 10px 0;
    margin: 25px 0 !important;
    border: 3px solid #39b54a;
    border-radius: 15px;
}

.commentlist li ul.children li.bypostauthor .reply a {
    background-color: #ced4da;
    color: #ffffff;
}

.commentlist .reply a {
    background-color: #ced4da;
    padding: 4px 3%;
    color: #ffffff;
    float: left;
    transition: all 0.5s ease;
    margin-bottom: 15px;
}

.commentlist .reply a:hover {
    background-color: #5f6a71;
    color: #ffffff;
}

#cancel-comment-reply-link {
    text-align: center;
    display: block;
    margin: 10px;
    background-color: #a8cb6b;
    border-radius: 15px;
    padding: 12px;
    color: #fff;
}

.comment-awaiting-moderation {
    margin: 0 21px;
    font-size: 12px;
    font-style: normal;
    color: #f25656;
}
/**/
.article-i{}
.article-i h2{
    color: #7657fd;
}
.article-i a{
    display: inline-block;
    background-color: #7657fd;
    color: #Fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}
/*c404*/
.c404{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c404 img{}
.c404 p{
    margin: 15px 0;
    font-size: 18px;
}
.c404 a{
    display: inline-block;
    background-color: #7657fd;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
/*payment*/
.payment-main{
    max-width: 921px;
    margin: 25px auto 12px auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 7px;
}
.payment-main .col-1, .payment-main .col-2{
    flex: 0 0 100%;
    width: 100% !important;
    padding: 0;
}
.payment-title h1{
    font-size: 35px;
    font-weight: bold;
    color: #51c0b0;
    margin: 19px 0 0 0;
    text-align: center;
}
.payment-main .woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 24px -1px;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.payment-main table.cart td, .payment-main table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle  !important;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1)  !important;
    padding: 9px 12px !important;
    vertical-align: middle !important;
    line-height: 1.5em !important;
    font-size: 15px;
}
.woocommerce table.shop_table .product-quantity{
    width: 100px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
}
.payment-main img {
    border-radius: 5px;
    width: 50px;
    height: 50px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: left  !important;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: right;
}
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
    display: none;
}
.payment-main table.cart td.actions .coupon .input-text {
    width: 180px;
}
.payment-main button{
    border-radius: 7px;
    outline: none;
    transition: all .3s ease;
    padding: 9px 32px;
    border: none;
    cursor: pointer;
    background-color: #0669e1;
    color: #fff;
}
.payment-main .coupon button {
    background-color: #0669e1 !important;
    color: #fff !important;
}
.payment-main table.cart td.actions .coupon .input-text, .payment-main table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: right;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 8px 6px 8px;
    margin: 0 0 0 4px;
    outline: 0;
    border-radius: 7px;
}
.payment-main button.button:disabled, .payment-main button.button:disabled[disabled] {
    background-color: #CCC;
    box-shadow: 0 2px 12px rgba(204,204,204,0.6);
    color: #878787  !important;
}
.payment-main .product-name a{
    color: #0669e1 !important;
}
.payment-main .qty{
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 8px 6px 8px;
    margin: 0 0 0 4px;
    outline: 0;
    border-radius: 7px;
    text-align: center !important;
}
.payment-main .cart_totals{
    width: 100% !important;
}
.payment-main .cart_totals h2{
    font-size: 26px;
    padding: 25px 0 15px 0;
    color: #333;
}
.payment-main .cart_totals td{
    border-top: none !important;
}
.payment-main .cart_totals .cart-subtotal th , .payment-main .cart_totals .cart-subtotal td{
    border-bottom: 1px solid #e5e5e5;
}
.payment-main .checkout-button , .payment-main .place-order button{
    display: inline-block !important;
    background-color: #ff394f !important;
    border-radius: 7px !important;
    text-align: center;
    box-shadow: 0 2px 12px rgba(255, 57, 79, 0.45) !important;
    color: #fff !important;
    outline: none;
    transition: all .3s ease;
    padding: 14px 0 !important;
    font-weight: bold !important;
    margin: 9px 5% 30px 5% !important;
    width: 90% !important;
}
.payment-main .place-order button{
    width: 90%;
    margin: 15px 2% 15px 2%;
}
.payment-main .checkout-button:hover , .payment-main .place-order button:hover{
    background-color: #d0353f;
}
.woocommerce .woocommerce-info {
    font-family: devixl, serif;
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    border: none;
    border-radius: 5px;
    background: #0669e1;
    color: #ffffff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #000 !important;
}
.woocommerce-info::before ,.woocommerce-info a{
    top: 19px !important;
    color: #fff !important;
}
.payment-main h3{
    font-size: 21px;
    color: #333;
    margin: 15px 0 21px 0;
}
.payment-main form .form-row label {
    line-height: 2;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
.payment-main form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: visible;
}
.payment-main form p{
    padding: 10px 0;
}
.payment-main form input , .payment-main form textarea , .select2-container--default .select2-selection--single{
    width: 100%;
    direction: rtl;
    text-align: right !important;
    outline: none;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    padding: 9px 15px;
}
.payment-main form input[type="checkbox"],.payment-main form input[type="radio"]{
    width: auto !important;
}
.select2-container--default .select2-selection--single{
    height: 49px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px !important;
}
.select2-search__field{
    text-align: right !important;
    outline: none;
    border: 1px solid #BBB;
    border-radius: 7px;
    padding: 9px 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #56b0f2 !important;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] , .select2-container--default .select2-results>.select2-results__options{
    outline: none;
}
.wc_payment_method {
    margin-bottom: 18px !important;
}
.woocommerce-error{
    position: relative;
    border: none;
    border-radius: 5px;
    background: #f46733;
    color: #ffffff;
    padding: 9px 63px 9px 9px;
    margin-bottom: 21px;
}
.woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
}
.woocommerce-error li{
    font-size: 15px;
    line-height: 31px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #fb414e;
}
.payment-main tfoot th{
    border-top: 1px solid rgba(0,0,0,.1);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb !important;
    border-radius: 5px !important;
    margin-bottom: 30px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
    content: ' ';
    display: table;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: right;
    margin: 0;
    font-weight: 400;
}
#add_payment_method #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after {
    clear: both;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px .5em 0 0;
    padding: 0;
    position: relative;
    box-shadow: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid transparent;
    border-bottom-color: #dfdcde;
    position: absolute;
    top: -.75em;
    right: 0;
    margin: -1em 2em 0 0;
}
.payment-main .woocommerce-form-coupon{
    border: none !important;
    background: #f1f1f1;
    padding: 15px !important;
    border-radius: 7px !important;
}
.payment-main .woocommerce-form-coupon button{
    background-color: #0669e1;
    color: #fff;
    box-shadow: 0 2px 12px rgb(6 105 225 / 37%);
}
.woocommerce .woocommerce-message , .woocommerce-notice ,.return-to-shop .wc-backward{
    background: #00da6d;
    color: #fff !important;
    list-style: none outside;
    width: auto;
    line-height: 40px !important;
    border: none !important;
    margin-bottom: 15px !important;
    padding: 0 8px;
    border-radius: 5px;
}
.return-to-shop .wc-backward{
    display: inline-block !important;
    padding: 6px 15px !important;
    background-color: #eb088d !important;
}
.payment-main .woocommerce-order-overview{
    border: none;
    background: #0669e1;
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 25px;
    list-style: none;
}
.payment-main .woocommerce-order h2{
    font-size: 23px;
    color: #333;
    margin: 40px 0 12px 0;
}
.payment-main .download-product a , .order_item a{
    color: #337ab7;
}
.download-file a{
    background-color: #ff404f;
    display: block;
    padding: 7px 0;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
}
.order-again a{
    background-color: #06bffa;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 4px;
    margin-bottom: 25px !important;
    display: inline-block;
}
.payment-main .woocommerce-customer-details address{
    border: none;
    background: #f1f1f1;
    color: #333;
    font-size: 15px;
    line-height: 31px;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 25px;
    font-style: normal;
}
.wc-forward , .restore-item{
    color: #fff;
}
.woocommerce-remove-coupon{
    color: #ff394f;
}
.woocommerce-MyAccount-navigation{
    text-align: center;
    margin-bottom: 25px;
}
.woocommerce-MyAccount-navigation ul li{
    display: inline-block;
}
.woocommerce-MyAccount-navigation ul li a{
    background-color: #0669e1;
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 9px 15px;
    border-radius: 4px;
    transition: opacity .3s;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a:hover{
    opacity: .5;
}
.woocommerce-MyAccount-content{
    border: 1px solid #edeff1;
    border-radius: 10px;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 25px;
    line-height: 29px;
    font-size: 15px;
}
.woocommerce-MyAccount-content a{
    color: #0669e1;
}
.woocommerce-MyAccount-content h2{
    margin: 18px 0;
}
.woocommerce-Address{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
#customer_login .u-column1{
    flex: 0 0 48%;
    max-width: 48%;
    float: right;
    margin: 0 1%;
}
#customer_login .u-column2{
    border-radius: 10px;
    flex: 0 0 48%;
    max-width: 48%;
    float: right;
    background-color: #ebeef0;
    margin: 0 1%;
    padding: 0;
    margin-bottom: 30px;
}
#customer_login .u-column1 h2{text-align: center;background-color: #eceff1;color: #333;border-radius: 10px 10px 0 0;padding: 10px 0;}
#customer_login .u-column2 h2{
    text-align: center;
    background-color: #ff394f;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}
#customer_login .register{
    padding: 10px 15px;
}
#customer_login .login{
    padding: 10px 15px;
    border: 1px solid #eceff1;
    margin-bottom: 30px;
}
#customer_login #rememberme{width: 5%;float: right;margin: 10px 0 0 5px;}
.woocommerce-LostPassword{
    display: none;
}
.dig_popmessage , .woocommerce-MyAccount-content{
    font-family: devix,serif!important;
}
#wpast-filter .wpast-btn-secondary{
    width: 12% !important;
    text-align: center !important;
}
@media only screen and (max-width: 768px) {
    #customer_login .u-column1 , #customer_login .u-column2{
        flex: 0 0 98%;
        max-width: 98%;
    }
    .payment-main {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead , .product-remove:before , .actions:before{
        display: none;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: right;
        margin-left: 5px;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
    }
    .woocommerce table.shop_table .product-quantity {
        width: 100%;
    }
    .woocommerce .quantity .qty{
        width: 21%;
        margin: 0;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0,0,0,.025);
    }
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
        width: 49%;
        box-sizing: border-box;
    }
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: none;
        padding-bottom: .5em;
    }
    .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
        display: block;
        width: 100%;
    }
    .payment-main .cart_totals {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: block;
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }
    .download-file a {
        display: inline-block;
        padding: 7px 12px;
    }
    .payment-title h1 {
        font-size: 30px;
    }
}
.woocommerce-verification-required{
    text-align: center;
    background-color: #fec907;
    padding: 15px 5px;
    color: #313131;
    border-radius: 5px;
}
.reset_variations{
    display: none !important;
}
.in-stock{
    display: inline-block;
    background-color: rgba(13,191,102,.08);
    color: #0dbf66;
    padding: 2px 7px;
    border-radius: 4px;
    margin: 17px 0 0 0;
    font-size: 15px;}
.archive-post{
    display: flex;
    flex-wrap: wrap;
}
.archive-post .post-tab{
    margin: 0 0 18px 0;
}
.m-btn{
	display: none;
}
/*////////////////////////////
/           mobile          /
//////////////////////////*/
@media (max-width: 1700px) {
    .search-box-style{
        width: 50%;
    }
    .main-articles h2 {
        font-size: 16px;
        padding: 20px 0 25px 0;
    }
    .info-section {
        flex-direction: column;
    }
    .data-part {
        margin: 0 0 15px 0;
    }
    .show-more {
        justify-content: center;
        width: 100%;
    }
    .contact-us-box-left img{
        width: 60%;
        display: inline-block;
    }
	.col-footer-text{
		width: 30%;
	}
	.col-footer{
		width: 35%;
	}
	.contact-us-box-left .contact-us-data{
		font-size: 13px;
	}
	.contact-us-box-left strong {
    font-size: 12px;
}
}

@media (max-width: 1400px) {
    .col-lg-4-article {
        width: 48%;
    }

    .bio-box p {
        font-size: 14px;
    }

    .contact-us-box-left img {
        width: 50%;
    }
    .contact{
        font-size: 14px;
    }
	
	.col-footer{
		width: 35%;
	}
	.bio-box span {
    font-size: 18px;
}
	.contact-us-box-left .contact-us-data {
    flex-direction: column;
    align-items: center;
}
	.contact-us-box-left .contact-us-data div {
    margin:0 0 5px 0;
}
	.main-part-right-title h2 {
    font-size: 16px;
}
}
@media (max-width: 1200px) {
    .header-logo h1{
        font-size: 22px;
    }
    .contact-us-login .contact-us-button, .contact-us-login .login-button {
        padding: 10px 15px;
        border-radius: 8px;
    }
    .main-part-right-title h2 {
        font-size: 14px;
    }
    .main-part-right-title svg {
        width: 25px;
    }
    .call-us-box span, .turn-ratings {
        font-size: 18px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .contact-us-box-left {
        flex-direction: column;
		padding: 15px;
    }
    .contact-us-box-left img {
        width: 100%;
        margin: 45px 0 0 0;
    }
	.contact-us-box-left>div{
		width: 100%;
	}
	.col-footer-text{
		width: 25%;
	}
	.col-footer{
		width: 40%;
	}
	.search-box-style {
    width: 40%;
}

	.main-part-item span {
    font-size: 13px;
}
}
@media (max-width: 991px) {
    .search-box form, .contact-us-login .contact-us-button, .contact-us-login span {
        display: none;
    }
	.search-box form {
		padding: 10px 20px;
		border-radius: 0;
	}
	.search-box form button {
		float: left;
		width: 15%;
	}
	.search-box form input {
    	width: 85%;
	}
    .search-box-style{
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .responsive-search-button , .responsive-call-button{
        display: inline;
    }
    .contact-us-login .login-button {
        border: none;
        padding: 0;
    }
    .contact-us-login{
        line-height: 0;
    }
    .contact-us-login svg{
        width: 30px;
        margin: 0 12px 0 0;
    }
    .menu-style{
        background: none;
        padding: 0;
        margin: 0;
    }
    .menu-style .baz svg{
        width: 30px;
        fill: #7657FD;
    }
    .col-lg-3-aside{
        width: 48%;
        justify-content: normal;
    }
    .main-part-right-title h2 {
        font-size: 22px;
    }
    .main-part-right-title svg {
        width: 30px;
    }
    .footer-item {
            padding: 25px 0 0 0;
    }
    .copy-r {
        justify-content: center;
        padding: 10px 12px;
    }
    #asli{
        display: none;
    }
    .main-style-row {
        margin-top: 15px;
    }
	.col-footer-logo{
		display:none;
	}
	.col-footer-text{
		width:100%;
	}
	.col-footer-link{
		width:30%;
		margin: 40px 0 0 0;
	}
	.col-footer{
		width:70%;
		margin: 40px 0 0 0;
	}
	.contact-us-box-left .contact-us-data {
    flex-direction: row;
}
	.main-part-item span {
    font-size: 15px;
}
	.main-part-item{
		height:135px;
	}
	.m-btn{
		display: block;
	}
	.m-btn a{
		animation: menuLastForwardBack 1s ease-in-out infinite;
		transform-origin: center;
		text-align: center;
		display: block;
		background-color: #7657fd;
		color: #fff;
		padding: 12px;
		width: 80%;
		margin: 15px auto 0 auto;
		border-radius: 8px;
	}
}
@media (max-width: 767px) {
    .header-logo h1 {
        display: none;
    }
    .footer-item ul{
        margin: 0 30px 0 0;
    }
	.contact-us-box-left .contact-us-data {
    flex-direction: column;
}
		.main-part-right-title {
    flex-direction: column;
}
	.main-part-right-title h2 {
    font-size: 20px;
		margin:5px 0 0 0;
}
}
@media (max-width: 510px) {
    .col-lg-4-article{
        width: 100%;
        text-align: center;
    }
    .header-logo a span{
        display: none;
    }
    .bio-box {
        padding: 7px;
    }
    .bio-box p,.contact-us-box-left .contact-us-data span{
        display: none;
    }
    .bio-box span {
        font-size: 13px;
        margin: 10px 0;
    }
    .main-part-right-title {
        justify-content: center;
		flex-direction: column;
    }
    .main-part-right,.call-us-box, .turn-ratings {
        padding: 7px;
    }
    .main-part-right-title h2 {
        font-size: 14px;
        margin-top: 15px;
    }
    .call-us-box svg, .turn-ratings svg {
        width: 125px;
    }
    .main-part-item span {
        font-size: 16px;
    }
    .call-us-box span, .turn-ratings {
        font-size: 13px;
    }
	.contact-us-box-left .contact-us-data {
		display: inline-block;
		width: auto;
	 }
	.contact-us-box-left h5 {
    	font-size: 15px;
	}

	.footer-item p {
		font-size: 12px;
	}
	.contact a {
		    font-size: 12px;
    flex-direction: column;
    line-height: 25px;
	}
	.col-footer-link{
		width:48%;
	}
	.col-footer{
		width:48%;
	}
	.main-part-item span {
    font-size: 13px;
}
	

}

di
}
@media (max-width: 456px) {
    .contact-us-data span{
        font-size: 14px;
    }
	.main-part-item {
    flex-direction: column;
}
	.main-part-item span {
    margin: 7px 0 0 0;
}
}

.menu-top ul > li:last-child {
    animation: menuLastForwardBack 1s ease-in-out infinite;
    transform-origin: center;
}

@keyframes menuLastForwardBack {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}
.menu-top ul > li:last-child a{
	color: #f8c200
}