/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
#wrapper {
    overflow: hidden;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    backface-visibility: hidden;
    -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);
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    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;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none !important;
}
.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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
}
.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    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;
    backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-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;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/* --------------------
    Bootstrap
-------------------- */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
/* --------------------
    Css Reset (Mayerweb)
-------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    margin-left: -7px;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
    overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 13px;
    width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}
li {
    list-style: none;
}
/* --------------------
    Fonts & Icons
-------------------- */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    font-family: yekanbakh;
    src: url("assets/fonts/Yekan Bakh FaNum 04 Regular.eot");
    src: url("assets/fonts/Yekan Bakh FaNum 04 Regular.eot") format("embedded-opentype"),
    url("assets/fonts/Yekan Bakh FaNum 04 Regular.ttf") format("truetype"),
    url("assets/fonts/Yekan Bakh FaNum 04 Regular.woff") format("woff");
}
@font-face {
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
    font-family: yekanbakh-bold;
    src: url("assets/fonts/Yekan Bakh FaNum 06 Bold.eot");
    src: url("assets/fonts/Yekan Bakh FaNum 06 Bold.eot") format("embedded-opentype"),
    url("assets/fonts/Yekan Bakh FaNum 06 Bold.ttf"),
    url("assets/fonts/Yekan Bakh FaNum 06 Bold.woff") format("woff");
}
@font-face {
    font-family: "icomoon";
    src: url("assets/fonts/icomoon.eot?lr6w1l");
    src: url("assets/fonts/icomoon.eot?lr6w1l#iefix") format("embedded-opentype"),
    url("assets/fonts/icomoon.ttf?lr6w1l") format("truetype"),
    url("assets/fonts/icomoon.woff?lr6w1l") format("woff"),
    url("assets/fonts/icomoon.svg?lr6w1l#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-akoric:before {
    content: "\e92a";
}
.icon-menu:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-whatsapp:before {
    content: "\e902";
}
.icon-location:before {
    content: "\e903";
}
.icon-email:before {
    content: "\e904";
}
.icon-phone:before {
    content: "\e905";
}
.icon-click-effect:before {
    content: "\e906";
}
.icon-call:before {
    content: "\e907";
}
.icon-ruler:before {
    content: "\e908";
}
.icon-cube:before {
    content: "\e909";
}
.icon-telegram:before {
    content: "\e90a";
}
.icon-logo:before {
    content: "\e90b";
}
.icon-after-title:before {
    content: "\e90c";
}
.icon-before-title:before {
    content: "\e90d";
}
.icon-arrow-line-right:before {
    content: "\e90e";
}
.icon-arrow-line-left:before {
    content: "\e90f";
}
.icon-arrow-line-up:before {
    content: "\e910";
}
.icon-arrow-line-down:before {
    content: "\e911";
}
.icon-bookmark:before {
    content: "\e912";
}
.icon-bookmarked:before {
    content: "\e913";
}
.icon-search:before {
    content: "\e914";
}
.icon-arrow-down:before {
    content: "\e915";
}
.icon-arrow-left:before {
    content: "\e916";
}
.icon-arrow-up:before {
    content: "\e917";
}
.icon-arrow-right:before {
    content: "\e918";
}
.icon-before-after:before {
    content: "\e919";
}
.icon-mobile:before {
    content: "\e91a";
}
.icon-close-circle:before {
    content: "\e91b";
}
.icon-printer:before {
    content: "\e91c";
}
.icon-email-2:before {
    content: "\e91d";
}
.icon-tick-circle:before {
    content: "\e91e";
}
.icon-reply:before {
    content: "\e91f";
}
.icon-twitter:before {
    content: "\e920";
}
.icon-telegram-2:before {
    content: "\e921";
}
.icon-facebook:before {
    content: "\e922";
}
.icon-share:before {
    content: "\e923";
}
.icon-clock:before {
    content: "\e924";
}
.icon-messages:before {
    content: "\e925";
}
.icon-download:before {
    content: "\e926";
}
.icon-advice:before {
    content: "\e927";
}
.icon-star:before {
    content: "\e929";
}
.icon-star-full:before {
    content: "\e928";
}
/* --------------------
    Config
-------------------- */
:root {
    --color1: #1b3a6a;
    --color2: #93b0a7;
    --color3: #cccbc4;
    --bg_light: #f4f4f4;
    --border_light: #f4f4f4;
    --bg_body: #f4f4f4;
    --bg_footer: #414142;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #28a745;
    --bg_success: #f4fff3;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --main_font: yekanbakh;
    --bold_font: yekanbakh-bold;
    --heading_h1_fontsize: 28px;
}
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}
::selection {
    color: #fff;
    background: var(--color1);
}
body {
    direction: rtl;
    text-align: right;
    font-family: var(--main_font), Arial;
    font-size: 16px;
    color: var(--color1);
    line-height: 2;
    background: var(--bg_body);
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.bg-primary {
    background-color: #007bff !important;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.container-full > .row {
    margin: 0;
}
.sidebar {
    position: sticky;
    top: 0;
}
.w-100 {
    width: 100%;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row > [class*="col-"],
.row > [class*="col"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#wrapper .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#wrapper .no-gutters > .col,
#wrapper .no-gutters > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.text-center {
    text-align: center !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: var(--bold_font), Arial;
}
input {
    font-family: var(--main_font), Arial;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
img {
    max-width: 100%;
    height: auto;
}
video {
    width: 100%;
}
a {
    transition: 0.3s;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--main_font);
}
a:hover {
    text-decoration: none;
    color: var(--color2);
}
.form-control.ltr {
    direction: ltr;
    text-align: left;
}
.inner-pages .site-main {
    padding: 50px 0;
}
.owl-carousel.space-nav .owl-nav button.owl-prev,
.owl-carousel.space-nav .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 20px;
    line-height: 1;
    width: 34.5px;
    height: 34.5px;
    transform: translateY(-50%) rotate(45deg);
    color: var(--color2);
    border: 1px solid var(--color2);
    border-radius: 2px;
}
.owl-carousel.space-nav .owl-nav button.owl-prev i,
.owl-carousel.space-nav .owl-nav button.owl-next i {
    transform: rotate(-45deg);
    font-size: 14px;
}
.owl-carousel.space-nav .owl-nav button.owl-prev {
    right: -59px;
}
.owl-carousel.space-nav .owl-nav button.owl-next {
    left: -59px;
}
.owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.owl-carousel.space-nav .owl-nav button.owl-prev:hover,
.owl-carousel.space-nav .owl-nav button.owl-next:hover {
    background-color: var(--color2);
}
.owl-carousel.space-nav .owl-nav button.owl-prev:hover i,
.owl-carousel.space-nav .owl-nav button.owl-next:hover i {
    color: white;
}
/* --------------------
   GENERAL SETTING
-------------------- */
.inner-page .site-main {
    margin-top: 30px;
    margin-bottom: 50px;
}
.title-part.inner-title h1 {
    font-size: var(--heading_h1_fontsize);
}
.title-part.inner-title {
    margin-bottom: 20px;
}
.title-site h1 {
    font-size: var(--heading_h1_fontsize);
}
.title-site h4,
.title-site h2 {
    font-size: calc(var(--heading_h1_fontsize) - 2px);
}
.title-site h5 {
    font-size: calc(var(--heading_h1_fontsize) - 4px);
}
.title-site-center {
    text-align: center;
    justify-content: center;
}
.title-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* --------------------
    Animation Pulse
-------------------- */
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
        box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
        box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
    }
}
/* --------------------
    Mini card
-------------------- */
.parent_item_cart {
    margin-right: 10px;
}
.product-quantity .quantity input {
    background: none;
}
.parent_item_cart .sub_part {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: white;
    border-radius: 4px;
    padding: 20px;
    transition: 0.4s;
    min-height: 100px;
    border: 1px solid #f0f0f0;
}
.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
    font-size: 13px;
    padding-right: 25px;
    color: var(--color2);
    flex-wrap: wrap;
}
.woocommerce-mini-cart .mini_cart_item a.remove:hover {
    background: var(--danger);
    color: var(--bg_danger);
}
.woocommerce-mini-cart .mini_cart_item a.remove {
    color: var(--danger);
    font-size: 22px;
    transition: 0.3s;
    background: var(--bg_danger);
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    padding-right: 0 !important;
    border: 1px solid var(--danger);
    right: 0;
}
.woocommerce-mini-cart .mini_cart_item a {
    display: flex;
    align-items: center;
}
.woocommerce-mini-cart-item.mini_cart_item img {
    height: auto;
    margin-left: 20px;
    border: 1px solid #eee;
    flex: 0 0 50px;
    max-width: 70px;
    margin: 0 10px;
}
.woocommerce-mini-cart dl.variation {
    display: none;
}
.woocommerce-mini-cart span.detail-mini {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-mini-cart__total.total strong {
    color: #aaa;
}
.woocommerce-mini-cart__total.total span {
    font-size: 20px;
    color: var(--color1);
}
.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.woocommerce-mini-cart__total.total {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
/* --------------------
    Alerts
-------------------- */
#wrapper .cart-empty.woocommerce-info,
.wpcf7-response-output.wpcf7-validation-errors,
.woocommerce-error,
.woocommerce-mini-cart__empty-message,
.comment-awaiting-moderation.waiting_pm,
.stock.out-of-stock {
    background: var(--bg_danger);
    color: var(--danger);
    border: 1px solid var(--danger);
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    display: block;
}
.woocommerce-error li a {
    color: var(--color1);
}
.woocommerce-message,
.woocommerce-success,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: var(--success);
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background: var(--bg_success);
    border: 1px solid var(--success);
    border-radius: 5px;
}
.woocommerce-info:not(.woocommerce-message) a:hover {
    color: var(--color1);
}
.woocommerce-info:not(.woocommerce-message) {
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid var(--color1);
    color: var(--color1);
}
/* --------------------
    Menu Mobile
-------------------- */
#mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    background: var(--bg_light);
    font-family: var(--bold_font);
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
    overflow-y: auto;
}
#menumobile img {
    /*! filter: brightness(0)invert(1); */
    max-width: 130px;
}
#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: var(--danger);
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    color: #fff;
    font-size: 11px;
    align-items: center;
    justify-content: center;
}
.tel-mm a {
    background: var(--bg_footer);
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}
.tel-mm a:before {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 10px;
    background: var(--color2);
    display: inline-block;
    border-radius: 100%;
    animation: pulse 2s infinite;
    position: relative;
    top: -1px;
}
.come-menumobile {
    right: 0 !important;
}
.title-mm {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-mm img {
    user-select: none;
}
.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}
.btn-mm a {
    display: flex;
}
.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-flow: row-reverse;
}
.title-sub-head strong {
    font-family: var(--bold_font);
}
.main-mm {
    padding: 5px 20px;
    height: calc(100% - 135px);
}
.main-mm ul li a {
    color: #222;
    display: block;
    padding: 8px 0;
    position: relative;
    width: 80%;
}
.main-mm ul li a:hover {
    color: var(--color2);
}
.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: var(--bg_light);
    right: -250px;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
}
.childer i {
    position: absolute;
    cursor: pointer;
    top: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}
.childer {
    position: absolute;
    left: -25%;
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: var(--bg_footer);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.come-submenu {
    right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: var(--color2);
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-closer i {
    cursor: pointer;
    top: -1px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -1px;
}
.title-subcome {
    color: var(--color2);
    font-weight: normal;
    position: relative;
    top: 2px;
}
/* --------------------
    Button
-------------------- */
#sidebar button[type="submit"],
#cancel-comment-reply-link,
.button,
.acf-button {
    user-select: none;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: var(--color1);
    color: #fff;
    border-radius: 2px;
    z-index: 1;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid var(--color1);
    cursor: pointer;
    font-family: var(--main_font);
}
#sidebar button[type="submit"]:hover,
#cancel-comment-reply-link:hover,
.button:hover,
.acf-button:hover {
    /*color: var(--color1);*/
    color: white;
    border: 1px solid var(--color2);
}
#sidebar button[type="submit"]:after,
#cancel-comment-reply-link:after,
.button:after,
.acf-button:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    height: 0;
    /*background: #fff;*/
    background: var(--color2);
    z-index: -2;
    border-radius: 100%;
    transform: scale(1.5);
}
#sidebar button[type="submit"]:hover:after,
#cancel-comment-reply-link:hover:after,
.button:hover:after,
.acf-button:hover:after {
    height: 100%;
}
#sidebar button[type="submit"]:hover:before,
#cancel-comment-reply-link:hover:before,
.button:hover:before,
.acf-button:hover:before {
    background: var(--color1);
    top: -10px;
    right: -10px;
}
.button.button2 {
    background: transparent;
    color: var(--color1);
}
.button.button2:after {
    background: var(--color1);
}
.button.button2:before {
    background: var(--color1);
}
.button.button2:hover {
    color: #fff;
    border-color: var(--color1);
}
.button.button3 {
    background: var(--color1);
    color: white;
    border-color: var(--color1);
}
.button.button3:after {
    background: var(--color2);
}
.button.button3:before {
    background: var(--color2);
}
.button.button3:hover {
    color: #fff;
    border-color: var(--color2);
}
/* --------------------
    FAQ CSS
-------------------- */
.faq-cat-container {
    background: rgba(0, 127, 126, 0.03);
    border-radius: 6px;
    padding: 16px 42px;
    margin-bottom: 56px;
}
.faq-cat {
    text-align: center;
    border-radius: 6px;
    transition: 0.3s ease;
    margin: 2px;
    padding: 16px 15px 15px;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    line-height: 1.5;
    background-color: white;
    color: var(--bg_footer);
}
.faq-cats a:after {
    content: "";
    width: 0px;
    height: 3px;
    display: inline-block;
    border-radius: 5px;
    background: var(--color2);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: all 0.3s;
}
.faq-cat img {
    width: auto !important;
    margin: 0 auto 10px;
}
.faq-cat.active a {
    color: white;
}
.faq-cat.active {
    background-color: var(--color2);
    color: white;
}
.faqs-content .faqs-question {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 9px 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
}
.faqs-content .faqs-question > span {
    margin-top: 14px;
}
.faqs-content .faqs-item {
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid rgba(2, 128, 130, 0.3);
    border-radius: 4px;
}
.accordion-content {
    display: none;
}
.faqs-item .faqs-answer {
    border-radius: 0 0 10px 10px;
    padding: 0 105px 0 67px;
}
.faqs-item .faqs-answer p {
    color: #666;
}
.faqs-question .faq-num {
    font-size: 16px;
    display: inline-flex;
    width: 63px;
    height: 63px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    z-index: 1;
    margin-left: 16.8px;
    min-width: 63px;
    line-height: 0;
}
.faqs-question .faq-num::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    display: inline-block;
    background: rgba(2, 128, 130, 0.5);
    border-radius: 3px;
    transform: rotate(45deg);
    z-index: -1;
    transition: 0.3s;
}
.faq-section.shop-page .faqs-question .faq-num {
    color: var(--color2);
}
.faq-section.shop-page .faqs-question .faq-num::before {
    content: url("assets/img/faq-num-shop.svg");
    transform: unset;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.faqs-content .faqs-question i {
    margin-right: auto;
    transition: 0.3s;
    margin-top: 20px;
}
.faqs-item.active .faqs-question i {
    transform: rotate(180deg);
}
.faqs-item.active .faqs-question .faq-num::before {
    background-color: var(--color2);
}
.faqs-item.active .faqs-question {
    color: var(--color2);
}
.faqs-item.active .faqs-question i {
    color: var(--color2);
    transform: rotate(180deg);
}
.faq-section.shop-page .faqs-item.active .faqs-question .faq-num::before {
    background: none;
}
.error-page .error-wrap {
    margin: 64px 0 15px;
}
.error-404-btn {
    margin-top: 26px;
}
/* --------------------
    TAB CSS
-------------------- */
.tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.tab-content.active {
    display: block;
}
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* --------------------
   header
-------------------- */
/****/
.position-relative {
    position: relative;
}
#header {
    background: rgba(0, 0, 0, 0.58);
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
}
#header.home_header {
    position: absolute;
    top: 0;
}
.home #header .top-menu .header-menu > li > a {
    color: white;
    transition: 0.4s;
    font-family: var(--main_font);
}
#header .top-menu .header-menu > li > a {
    color: var(--color1);
    transition: 0.4s;
    font-family: var(--bold_font);
}
.home #header .top-menu .header-menu > li > a:hover {
    color: var(--color2);
    transition: 0.4s;
}
#header .top-menu .header-menu > li > a:hover {
    color: white;
    transition: 0.4s;
}
#header .top-menu .header-menu > li > a:hover::after {
    border-color: var(--color2) !important;
    transition: 0.4s;
}
#header .top-menu .header-menu > li > a:hover::after {
    border-color: white !important;
    transition: 0.4s;
}
.navtop-right {
    display: flex;
    align-items: center;
}
.navtop-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-menu {
    display: none;
}
.header-menu > li > a {
    padding: 15px 7.5px;
    margin: 0 5px;
    display: inline-block;
}
.header-menu > li:first-child > a {
    margin-right: 0;
    padding-right: 0;
}
.header-logo {
    display: block;
    margin-left: 32px;
}
.parent_item_cart.item_has_sub .sub_part {
    width: 320px;
}
.item_has_sub {
    position: relative;
}
.sub_part {
    position: absolute;
    width: 100%;
    right: auto;
    left: 0;
    top: 90%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    z-index: 9;
    pointer-events: none;
    transform: translateY(60px) scale(0.9);
    transform-origin: right top;
    padding: 15px;
}
.item_has_sub:hover .sub_part {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.header-mm {
    display: flex;
    margin-right: 15px;
    width: 35px;
    height: 26px;
    position: relative;
    text-align: center;
    align-items: center;
}
.head_account i {
    font-size: 20px;
}
.navtop-left > .button {
    width: 37px;
    padding: 0 10px;
}
.home #header .bookmarks {
    color: white;
}
#header .bookmarks {
    color: var(--color1);
    margin-left: 24px;
}
.home #header .bookmarks:hover {
    color: var(--color3);
}
#header .bookmarks:hover {
    color: white;
}
#header .bookmarks .icon {
    position: relative;
    line-height: 1;
    margin-left: 3px;
}
#header .bookmarks .icon i {
    font-size: 22px;
}
#header .bookmarks .icon .badge {
    position: absolute;
    background: var(--color1);
    color: white;
    box-shadow: -3px 21px 17px -12px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
    top: -9px;
    right: -3px;
    line-height: 1;
    padding: 2px 4.3px 2px;
    font-size: 12px;
}
#header .bookmarks:hover .icon .badge {
    background-color: white;
    color: var(--color1);
}
/* --------------------
   Contact Mode
-------------------- */
#contactaccordion .card {
    margin-bottom: 20px;
    border: 1px solid var(--color1);
    padding: 10px 20px;
    border-radius: 5px;
}
#contact-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fafafa;
    margin-bottom: 25px;
}
#contact-tab a {
    padding: 15px;
    display: inline-block;
}
#contact-tab .active a {
    color: var(--color2);
}
.acf-form .acf-fields > .acf-field {
    border: none;
}
.websima-contact-form .input-cform {
    line-height: 1;
    padding: 0 !important;
    clear: none !important;
    width: 100%;
}
.websima-contact-form textarea {
    min-height: 230px;
}
.input-cform .acf-input,
.input-cform .acf-label,
.text-cform .acf-label,
.text-cform .acf-input {
    line-height: 1;
}
.websima-contact-form .text-cform {
    padding: 8px 0 !important;
    width: 100%;
    order: 1;
}
.websima-contact-form .acf-field textarea,
.websima-contact-form .acf-field input[type="text"],
.websima-contact-form .acf-field input[type="email"] {
    padding: 10px 20px;
}
.websima-contact-form #message {
    text-align: center;
    border: 1px solid var(--success);
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.websima-contact-form .acf-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 23px;
}
.websima-contact-form {
    margin: 104px 0 15px;
}
.acf-form-submit {
    text-align: center;
    margin-top: 46px;
    position: relative;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 35px;
    margin-top: -80px;
    z-index: 12;
    gap: 16px;
    position: absolute;
    width: 100%;
}
.websima-map {
    z-index: 11;
}
.contact-info li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 18%;
    flex-grow: 1;
    flex-shrink: 1;
    background: white;
    border-radius: 4px;
    flex-direction: column;
    padding: 20px;
}
.contact-info li i {
    font-size: 32px;
    margin-bottom: 12px;
    color: var(--color2);
}
.contact-info li .title {
    font-size: 16px;
    line-height: 34px;
    color: #989898;
}
.contact-info li .content {
    font-size: 16px;
    line-height: 25px;
    color: var(--bg_footer);
    text-align: center;
}
.contact-info li .content:hover {
    color: var(--color2);
}
.contact-dir-button {
    text-align: center;
}
.contact-dir-button .button {
    margin: 16px 6.5px;
}
.social-links {
    margin-top: 330px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.social-links > span {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 32px;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
}
.social-links > span i {
    font-size: 45px;
    color: var(--color2);
}
.social-links > span i:first-child {
    transform: rotate(180deg);
}
.social-links .social-items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    column-gap: 55px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.social-links .social-items a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links .social-items a i {
    color: var(--color2);
    font-size: 31px;
    position: relative;
    margin-left: 21px;
}
.social-links .social-items a i::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(0, 127, 126, 0.06);
    border-radius: 1.80675px;
    transform: rotate(-45deg);
    left: -7px;
    bottom: -7px;
}
.social-links .social-items a div {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.social-links .social-items a .title {
    font-size: 18px;
    color: var(--color2);
    line-height: 28px;
}
.social-links .social-items a .subtitle {
    color: #a8a8a8;
    font-size: 16px;
    line-height: 25px;
}
.input-cform,
.text-cform {
    border: 1px solid rgba(2, 128, 130, 0.3) !important;
    border-radius: 10px;
    transition: 0.3s;
}
.input-cform:focus-within,
.text-cform:focus-within {
    border: 1px solid var(--color2) !important;
}
.input-cform .acf-label,
.text-cform .acf-label {
    position: absolute !important;
    background: var(--bg_body);
    padding: 0 10px !important;
    top: -16px;
    right: 23px;
    z-index: 10;
}
.input-cform .acf-label label,
.text-cform .acf-label label {
    padding: 0 10px !important;
    margin: 0 !important;
    color: var(--color2);
    position: relative;
    right: unset;
    top: unset;
}
.input-cform input,
.text-cform textarea {
    background: transparent !important;
    border: none !important;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 32px !important;
    height: 61px !important;
    padding: 10px 33px !important;
}
.request-btn {
    background: var(--color1);
    border-radius: 16px;
    border: 8px solid rgba(255, 255, 255, 0.85);
    color: white;
    position: fixed;
    display: flex;
    right: 70px;
    bottom: 70px;
    z-index: 15;
    padding: 20px;
    cursor: pointer;
    font-size: 48px;
}
/* --------------------
   Footer Style
-------------------- */
#footer {
    background: var(--color1);
    color: white;
    padding: 30px 0;
    position: relative;
    margin-top: 150px;
}
#footer.home-page {
    margin-top: 51px;
}
#footer::after {
    content: "";
    background-color: var(--color2);
    border-top-right-radius: 6px;
    height: 12px;
    width: 70%;
    display: block;
    left: 0;
    position: absolute;
    top: -12px;
}
#footer.icon-akoric:before {
    position: absolute;
    left: -426px;
    top: 58%;
    transform: translateY(-50%);
    color: rgb(147 176 167 / 40%);
    z-index: 0;
    font-size: 590px;
}
#footer .container:before {
    content: "";
    width: 160px;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, #1b3a6a29, transparent);
    top: 0;
}
#footer .go-top {
    position: absolute;
    left: 38px;
    background: #ffffff;
    box-shadow: -3px 8px 17px -7px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
    color: var(--color2);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 26px 30.5px;
    top: -50px;
    z-index: 1;
}
@keyframes downtop {
    0% {
        top: -50px;
    }
    50% {
        top: -40px;
    }
    100% {
        top: -50px;
    }
}
#footer .go-top:hover {
    background-color: var(--color2);
    color: white;
    animation-name: downtop;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
#footer a {
    color: white;
    transition: 0.4s;
}
#footer a:hover {
    color: var(--color2);
    transition: 0.4s;
    /*color: white;*/
}
.wrap-ft-menu {
    padding: 0 5px;
}
.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}
.footer-contact.footer-contact-phone li {
    justify-content: space-between;
}
.footer-contact .title-phone {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--main_font);;
}
.footer-contact .title-phone i {
    font-size: 16px;
    margin-left: 4px;
}
.footer-contact li i {
    margin-left: 8px;
    font-size: 18px;
}
.footer-contact li a {
    font-size: 18px;
}
.footer-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    font-size: 18px;
    font-family: var(--bold_font);
    line-height: 42px;
}
.footer-title i {
    color: white;
    font-size: 36px;
}
.footer-sub-menu .menu-item a {
    font-size: 18px;
    line-height: 42px;
    position: relative;
}
.footer-sub-menu .menu-item a:before {
    content: "";
    position: absolute;
    right: -14px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--color2);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
}
.footer-sub-menu .menu-item a:hover::before {
    opacity: 1;
}
.copy-right {
    background: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eaeaea;
    padding: 22px 5px 14px;
}
.copy-right p {
    font-family: var(--main_font);
}
.newsletter {
    display: block;
    background: rgb(255 255 255 / 0.05);
}
.footer-newsletter {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
}
.footer-newsletter input[type="email"] {
    width: 100%;
    margin-bottom: 12px;
    height: 40px;
}
.newsletter p {
    text-align: center;
    margin-bottom: 10px;
}
#footer .footer_about {
    border-bottom: 1px solid var(--color3);
    margin-bottom: 45px;
}
#footer .footer_about p {
    font-family: var(--main_font);
    font-size: 18px;
    line-height: 36px;
}
/* --------------------
  Breadcrumb Style
-------------------- */
#breadcrumbs {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-top: 30px;
}
#breadcrumbs a:after {
    content: "-";
    display: inline-block;
    margin: 0 12px;
    width: 5px;
    height: 5px;
}
/* --------------------
 Single Style
-------------------- */
.help-heading {
    margin-bottom: 14px;
    padding: 16px;
    background: rgba(0, 127, 126, 0.02);
    border-radius: 6px;
}
.help-heading > span {
    display: block;
    background: white;
    padding: 21px;
    font-size: 20px;
    line-height: 30px;
    color: var(--color2);
    border-radius: 6px;
    margin-bottom: 8px;
}
.help-heading > ul {
    background: white;
    border-radius: 6px;
    padding: 24px;
}
.help-heading a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #8e8e8e;
}
.help-heading li::before {
    content: "";
    display: inline-block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color2);
    margin-left: 12px;
    margin-top: 10px;
}
.help-heading li {
    padding: 16px 0;
    display: flex;
    border-bottom: 1px solid #ededed;
}
.help-heading li:hover a {
    color: var(--color2);
}
.help-heading li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.help-heading li:first-child {
    padding-top: 0;
}
.access-post > a {
    display: block;
    background: rgba(0, 127, 126, 0.02);
    border-radius: 6px;
    margin: 14px 0;
    padding: 16px;
}
.access-post > a span {
    background-color: white;
    display: block;
    border-radius: 6px;
    padding: 24px;
    text-align: center;
}
.socials-share {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
}
.socials a {
    display: inline-flex;
    margin: 0 5px;
    font-size: 18px;
}
.socials a i {
    font-size: 24px;
}
.socials-share .date {
    font-size: 14px;
    color: #8e8e8e;
}
.socials-share .date i {
    color: #717171;
    margin-left: 9px;
    font-size: 20px;
}
.thumbnail-post-img {
    text-align: center;
}
.post .socials a i {
    font-size: 18px;
    color: #8e8e8e;
    transition: 0.3s;
}
.post .socials a:hover i {
    color: var(--color2);
}
.post .socials .share-icon > span i {
    color: var(--color2);
    font-size: 24px;
}
.thumbnail-img {
    float: none;
    max-width: 100%;
    margin: 0;
    display: inline-flex;
    overflow: hidden;
    border-radius: 3px;
}
.tags_post a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tags_post {
    border-top: 1px solid #dadada;
    padding-top: 10px;
    margin-top: 15px;
}
.tags_post .items {
    gap: 12px;
}
.tags_post .items a {
    color: #989898;
    font-size: 16px;
    line-height: 32px;
}
.tags_post .items a:hover {
    color: var(--color2);
}
/* --------------------
 comment Style
-------------------- */
.commentlist ul.children {
    padding-right: 20%;
    position: relative;
}
.commentlist ul.children:before {
    content: "\e91f";
    font-family: "icomoon";
    position: absolute;
    width: 40px;
    right: 10%;
    writing-mode: tb-rl;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: var(--color2);
}
.editor-content .commentlist {
    margin-bottom: 100px;
}
#review_form_wrapper form,
#commentform {
    margin-bottom: 20px;
}
.form-submit {
    text-align: center !important;
    margin: 0 0 20px;
    flex: 0 0 100%;
    order: 1;
}
#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.editor-content .comment-notes,
.editor-content .comment-form-mobile {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    border: 1px solid var(--color2);
    border-radius: 6px;
    padding: 0 10px;
    color: var(--color2);
    margin-bottom: 40px;
}
.editor-content .comment-form-author,
.editor-content .comment-form-email,
.comment-form-comment {
    flex: 0 0 49%;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    border: 1px solid rgba(2, 128, 130, 0.3);
    border-radius: 10px;
    transition: 0.3s;
}
.editor-content .comment-form-author:focus-within,
.editor-content .comment-form-email:focus-within,
.comment-form-comment:focus-within {
    border-color: var(--color2);
}
.editor-content .comment-form .field-ltr {
    text-align: left;
    direction: ltr;
}
.comment-form-comment {
    flex: 0 0 100%;
}
.editor-content #commentform input,
.editor-content #commentform textarea {
    background: var(--bg_body);
    margin-bottom: 0;
    border: none;
}
.editor-content label,
.comment-form label {
    position: relative;
    display: inline-block;
    color: var(--color2);
    font-family: var(--bold_font);
    position: absolute;
    padding: 0 10px;
    top: -20px;
    background-color: var(--bg_body);
    font-size: 16px;
    line-height: 30px;
    right: 33px;
}
.comment-awaiting-moderation {
    color: var(--color1);
    text-align: center;
    display: block;
    background: var(--bg_danger);
}
.commentlist .comment_container {
    border: 1px solid rgba(2, 128, 130, 0.4);
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.comment-list .children .comment_container {
    width: 89%;
    margin: 20px 0;
    margin-right: 112px;
}
.head-comment {
    background: rgba(0, 127, 126, 0.1);
    border-radius: 10px;
    padding: 15px;
    color: var(--color1);
    font-family: var(--bold_font);
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.comment_container .editor-content p {
    padding: 0 24px 0 110px;
    margin-bottom: 0;
}
.editor-content a.comment-reply-link {
    color: var(--color2);
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-family: var(--bold_font);
    margin-left: 24px;
    transition: 0.3s;
}
.editor-content a.comment-reply-link:hover {
    color: var(--color1);
}
.comment-reply-link i {
    font-size: 11px;
    font-weight: bold;
    transition: 0.3s;
}
.comment-reply-link:hover i {
    margin-left: -10px;
    padding-right: 10px;
}
.item-comment {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgb(242, 240, 247);
    padding: 18px;
    position: relative;
}
.text_comment p {
    font-size: 13px;
    padding: 10px 0px;
}
.commentlist #reply-title {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    font-size: 16px;
}
.commentlist .children .comment_container {
    flex: 0 0 90%;
}
.editor-content .commentlist li {
    position: relative;
    margin: 32px 0;
}
.head-comment .time_comment {
    color: var(--color1);
    display: flex;
    align-items: center;
}
.head-comment > span {
    display: inline-flex;
    align-items: center;
}
.head-comment > span > img {
    max-width: 100px;
}
.byadmin .comment_container {
    background: rgba(2, 128, 130, 0.1);
    border: 1px solid #028082;
    border-radius: 10px;
}
.byadmin .head-comment {
    background: none;
}
.comment-custom-field {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}
/* --------------------
    Search Simple
-------------------- */
.header-searchsimple form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.4s;
    padding: 0 7px;
    justify-content: flex-end;
}
.home .header-searchsimple i {
    color: white;
}
.header-searchsimple i {
    color: var(--color1);
    font-size: 26px;
    transition: 0.3s;
}
.header-searchsimple:focus-within i,
.header-searchsimple i.has-color {
    color: var(--color2);
}
.home .header-searchsimple #search-text {
    color: white;
}
.header-searchsimple #search-text {
    width: 55px;
    text-align: right;
    border: none;
    background: none;
    color: var(--color1);
    font-size: 14px;
    padding: 6.85px;
    transition: 0.4s;
}
.home .header-searchsimple #search-text::placeholder {
    color: white;
}
.header-searchsimple #search-text::placeholder {
    opacity: 0.7;
    color: var(--color1);
}
.search-results-box {
    position: absolute;
    background-color: white;
    z-index: 20;
    border-radius: 2px;
    left: 10px;
    right: 10px;
    text-align: center;
}
.search-results-box .noresults {
    font-size: 12px;
    padding: 15px 10px;
    display: block;
}
#search-text.has-text {
    width: 100%;
}
.search-detail h3 {
    text-align: right;
    padding-right: 12px;
    width: calc(100% - 50px);
}
.search-detail {
    display: flex;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    align-items: center;
}
.search-image {
    display: block;
    width: 50px;
    border-radius: 2px;
    overflow: hidden;
}
.header-searchsimple {
    position: relative;
}
.header-searchsimple .search-close {
    color: white;
    font-size: 32px;
    line-height: 1;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s;
}
.header-searchsimple .search-close:hover {
    color: var(--danger);
}
.header-searchsimple:focus-within #search-text {
    width: 100%;
}
/* --------------------
    Search Popup
-------------------- */
.bottom-head-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-search {
    display: inline-flex;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    order: 2;
    padding: 7px;
}
.header-search > span {
    margin-left: 5px;
    display: none;
}
.search-pup-up {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000de;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: white;
    overflow: hidden;
    overflow-y: visible;
    padding-bottom: 50px;
    display: none;
}
.fd-outer {
    width: 30px;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
}
.fd-inner {
    width: 30px;
    text-align: center;
}
.fd-inner:before,
.fd-inner:after {
    position: absolute;
    content: "";
    height: 2px;
    width: inherit;
    background: white;
    right: 0;
    transition: all 0.3s ease-in;
}
.fd-inner:after {
    bottom: 48%;
    transform: rotate(-45deg);
}
.fd-inner:before {
    top: 48%;
    transform: rotate(45deg);
}
.fd-outer label {
    font-size: 0.8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease-in;
    opacity: 0;
    cursor: pointer;
}
.fd-outer:hover .fd-inner:before,
.fd-outer:hover .fd-inner:after {
    transform: rotate(0);
    background: var(--color1);
}
.fd-outer:hover .fd-inner:before {
    top: 0;
}
.fd-outer:hover .fd-inner:after {
    bottom: 0;
}
.fd-outer:hover label {
    opacity: 1;
}
.form-wrap {
    padding-top: 140px;
}
.search-pup-up #search-text {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}
.search-form:after {
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(
            to right,
            transparent,
            var(--color2),
            transparent
    );
    display: block;
}
.search-title {
    font-size: 16px;
    padding: 5px;
    display: block;
    background-color: var(--color1);
    color: white;
}
.lds-dual-ring {
    display: inline-block;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    margin: 0px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.search-pup-up .search-form {
    transform: scale(0);
    opacity: 0;
    transition-duration: 0.6s;
    transition-delay: 0.5s;
}
.search-pup-up.popup-search-active .search-form {
    transform: scale(1);
    opacity: 1;
}
.search-detail h3 a {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
}
.search-results-box .button {
    width: 100%;
}
.search-pup-up .icons-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
.search-pup-up .icons-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
/* --------------------
    END Search Popup
-------------------- */
.search-remove,
.search-loading {
    display: none;
}
/* --------------------
    Product
-------------------- */
.product-item {
    transition: 0.4s;
    overflow: hidden;
    position: relative;
}
.product-item .product-item-top {
    position: absolute;
    z-index: 2;
    top: 20px;
}
.product-item .product-item-top .on-new {
    color: white;
    background-color: var(--color2);
    padding: 8px 18px 4px;
    border-radius: 4px 0px 0px 4px;
    font-family: var(--main_font);
}
.product-image {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.product-item h2 a {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    line-height: 1.5;
    font-family: var(--main_font);
}
.product-item .price del,
.product-item .price ins {
    display: block;
    text-align: center;
}
.product-item .price {
    display: block;
    padding: 0 30px;
    padding-top: 30px;
    position: relative;
}
.product-item .price del {
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.woocommerce-Price-currencySymbol {
    font-size: 12px;
}
.product-item .price del .woocommerce-Price-currencySymbol {
    display: none;
}
.product-item .price > .woocommerce-Price-amount > bdi,
.product-item .price ins {
    padding: 5px 0;
    background: #f8f8f8;
    border-radius: 5px 5px 0 0;
    color: var(--color2);
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    display: block;
    text-align: center;
}
.product-item:hover .price ins {
    background: var(--color2);
    color: #fff;
}
.product-item h2 a {
    font-size: 20px;
}
.btn-sale {
    text-align: center;
    margin-top: 30px;
}
.on-sale {
    color: white;
    background: var(--color2);
    border-radius: 3px;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-tax-desc {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    position: relative;
    right: 100%;
    transform: translateX(100%);
    margin-bottom: 15px;
}
.items-sub-category {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.item-sub-category {
    padding: 5px 10px;
    border: 1px solid #a8a8a8;
    margin: 5px 5px;
    display: inline-block;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    flex-direction: row-reverse;
}
ul.page-numbers {
    margin-top: 3rem;
}
.page-numbers li {
    margin: 0 5px;
}
.page-numbers li a,
.page-numbers li span {
    padding: 8px;
    line-height: 1;
    font-size: 18px;
}
.page-numbers li span.current {
    color: var(--color2);
}
.page-numbers .prev,
.page-numbers .next {
    border: 1px solid var(--color2);
    border-radius: 2px;
    transform: rotate(45deg);
}
.page-numbers .prev:hover,
.page-numbers .next:hover {
    background-color: var(--color2);
    color: white;
}
.page-numbers .prev i,
.page-numbers .next i {
    font-size: 14px !important;
    color: var(--color2);
    transform: rotate(-45deg);
}
.page-numbers .prev:hover i,
.page-numbers .next:hover i {
    color: white;
}
.faq-section {
    margin-top: 104px;
}
.faq-section > .faq-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-heading {
    column-gap: 12px;
}
.title-heading i {
    color: var(--color2);
    font-size: 36px;
}
.post-item h2 {
    margin-top: 20px;
    min-height: 64px;
}
.post-item h2 a {
    line-height: 1;
    font-family: var(--bold_font);
    font-size: 16px;
}
/* sidebar && shop_sidebar*/
.widget-side {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: rgba(0, 127, 126, 0.02);
    border-radius: 6px;
    padding: 16px;
}
.widget-title,
.wc-block-attribute-filter__title {
    transition: 0.4s;
    background: #fff;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    border-radius: 6px;
    padding: 20px 24px;
    font-size: 20px;
    line-height: 31px;
    color: var(--color2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.widget-title::after,
.wc-block-attribute-filter__title::after {
    content: "\e917";
    color: var(--color2);
    font-size: 16px;
    font-family: "icomoon";
    transition: 0.3s;
}
.widget-title.hide::after,
.wc-block-attribute-filter__title.hide::after {
    transform: rotate(180deg);
}
.wc-block-attribute-filter {
    margin-bottom: 0 !important;
}
.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
    margin-top: 0;
}
.widget-side > ul,
.wc-block-attribute-filter.style-list ul {
    background-color: white;
    border-radius: 6px;
    padding: 20px 24px;
}
.widget-side li,
.wc-block-attribute-filter li {
    padding: 24px 0;
    line-height: 1;
}
.widget-side li:first-child,
.wc-block-attribute-filter li:first-child {
    padding-top: 0;
}
.widget-side li:last-child,
.wc-block-attribute-filter li:last-child {
    padding-bottom: 0;
}
.widget-side li > a {
    font-family: var(--bold_font);
}
#sidebar .widget-side li.current-cat > a {
    color: var(--color2) !important;
}
.widget-side > ul .children {
    padding: 24px 10px 0 0;
    display: none;
}
.widget-side > ul > li:not(:last-of-type),
.wc-block-attribute-filter > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
}
.wc-block-components-filter-reset-button {
    margin-top: 10px !important;
    border-radius: 4px;
    background: var(--color2);
    color: white;
    transition: 0.3s;
    padding: 0px 5px;
    font-size: 14px;
    border: 1px solid var(--color2);
    text-decoration: none !important;
}
.wc-block-components-filter-reset-button:hover {
    background: white;
    color: var(--color2) !important;
}
.cat-parent {
    position: relative;
}
.children .cat-item {
    font-size: 16px;
    border: none;
    padding: 13px 0;
}
.children .cat-item a {
    color: #8e8e8e !important;
}
.caticon {
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    top: 12px;
    transition: 0.3s;
}
.caticon.active {
    transform: rotate(180deg);
    top: 20px;
}
.caticon:before {
    position: absolute;
    right: 11px;
    top: 50%;
    content: "";
    border: solid #adadad;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 1px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    height: 10px;
    z-index: 0;
    transition: 0.3s;
}
.cat-parent.active > .caticon,
.cat-parent.current-cat > .caticon {
    transform: rotate(-180deg) translateY(-50%);
    border-color: var(--color1);
}
.children .caticon {
    top: 2px;
}
.cat-parent.active > a,
.cat-parent.current-cat > a,
.cat-parent.current-cat-parent > a {
    color: var(--color2) !important;
}
.cat-parent.current-cat > .children,
.cat-parent.current-cat-parent .children,
.cat-parent.current-cat-ancestor .children {
    display: block;
}
#sidebar {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    z-index: 12;
    background: var(--bg_body);
    overflow-y: auto;
}
#sidebar a:hover {
    color: var(--color2) !important;
}
.sidebar-btn {
    display: flex;
    position: fixed;
    text-align: center;
    padding: 5px;
    margin: 20px auto;
    border: 1px solid var(--color2);
    color: white;
    cursor: pointer;
    bottom: 130px;
    right: 40px;
    width: 104px;
    height: 104px;
    border-radius: 10px;
    font-size: 20px;
    z-index: 10;
}
#sidebar.active {
    right: 0;
}
#sidebar .sidebar-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    position: relative;
    background: var(--danger);
    text-align: center;
    margin: 10px auto 10px 0;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    border-radius: 50%;
}
#sidebar a:hover {
    color: var(--color2);
}
#sidebar input[type="search"] {
    border: 1px solid #a3a3a3;
    padding: 10px 20px;
    border-radius: 15px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: right;
}
.widget-side form {
    padding: 0 20px 20px;
    text-align: center;
}
#sidebar .select2-container--default .select2-selection--single {
    border: 1px solid #fafafa;
    background: #fafafa;
    padding: 10px 20px;
    border-radius: 15px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}
#sidebar
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    left: 11px !important;
    width: 20px;
}
.price_slider_wrapper {
    position: relative;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #d4d4d4;
    border: 0;
    position: relative;
    margin: 65px 0 60px;
    height: 2px;
    text-align: right;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: ew-resize;
    outline: 0;
    top: -6px;
    margin-left: -5px;
    background: var(--color1);
    border-radius: 100%;
    position: absolute;
    transition: all 0.3s;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:after {
    content: "";
    z-index: 2;
    width: 10px;
    height: 10px;
    cursor: ew-resize;
    top: 2px;
    background: var(--color1);
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    transition: all 0.3s;
    right: 2px;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
    background: var(--color2);
}
.price_slider_wrapper .ui-slider .ui-slider-handle:hover:after {
    background: var(--color2);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: var(--color1);
}
.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: 0.5em;
    margin-left: 0.5em;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: 0.8751em;
}
.price_slider_wrapper .price_slider_amount {
    position: relative;
    margin-top: 52px;
    margin-bottom: 10px;
    line-height: 2.4;
    text-align: center !important;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 1px;
    background-color: var(--color1);
}
.price_label {
    font-size: 0;
}
.price_label .from,
.price_label .to {
    position: absolute;
    font-size: 13px;
    font-family: var(--bold_font);
    color: #74706a;
}
.price_label .from {
    left: -5px;
    top: -108px;
}
.price_label .to {
    right: -7px;
    top: -53px;
}
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"] {
    border: 1px solid var(--color2);
    border-radius: 4px;
    width: 16px;
    height: 16px;
    min-width: unset;
    min-height: unset;
    background: #fff;
    transition: 0.3s;
}
.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"]:checked {
    border-color: var(--color2);
    background: var(--color2) !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    display: none !important;
}
.widget_layered_nav_filters li.chosen a:hover {
    color: var(--danger) !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
    line-height: 1;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    font-family: var(--bold_font);
    flex-direction: column;
}
.wc-filter-element-label-list-count::before,
.wc-filter-element-label-list-count::after,
.wc-filter-element-label-list-count span:first-child {
    display: none;
}
.wc-filter-element-label-list-count .screen-reader-text {
    height: unset;
    width: unset;
    clip-path: unset;
    position: relative !important;
    display: block;
    color: var(--color2);
    font-size: 12px;
}
li.woocommerce-widget-layered-nav-list__item a {
    display: flex;
    align-items: center;
}
li.woocommerce-widget-layered-nav-list__item a:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid var(--color2);
    border-radius: 4px;
    top: 1px;
    margin-left: 9px;
    transition: 0.3s;
}
li.woocommerce-widget-layered-nav-list__item.chosen a,
li.woocommerce-widget-layered-nav-list__item a:hover {
    color: var(--color1);
}
li.woocommerce-widget-layered-nav-list__item a:hover:before,
li.woocommerce-widget-layered-nav-list__item.chosen a:before {
    background: var(--color2);
}
.widget_layered_nav_filters li.chosen {
    display: inline-block;
    padding: 0;
    border-bottom: none !important;
}
.widget_layered_nav_filters li.chosen a {
    display: flex;
    align-items: center;
    margin-left: 7px;
}
.widget_layered_nav_filters li.chosen a::before {
    content: "\e91b";
    font-family: "icomoon";
    font-size: 14px;
    margin-left: 5px;
    color: var(--danger);
}
/* --------------------
    Modules Css
-------------------- */
.section-base {
    padding: 30px 0;
    position: relative;
}
.countdown-wrapper {
    direction: ltr;
}
.countdown-wrapper span {
    display: inline-block;
    margin: 0 5px;
}
/* --------------------
    Modal bootstrap Css
-------------------- */
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 50%);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    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%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    color: #fff;
    overflow: hidden;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px;
    text-align: center;
}
.modal-footer {
    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;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.modal-header .close {
    padding: 0.5rem 1rem;
    margin: -1rem auto -1rem -1rem;
    background: transparent;
    border: none;
    color: var(--danger);
    font-size: 29px;
}
/* category design two */
.cat-design-two [class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
}
.cat-design-two {
    display: flex;
    width: 100%;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.categories-carousel .owl-nav {
    height: 0;
}
.owl-next {
    left: 0;
}
.owl-prev {
    right: 0;
}
.owl-nav button {
    color: var(--color1);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: 0.4s;
}
.owl-nav button:hover {
    color: var(--color2) !important;
}
.owl-nav button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.section-content .title-site::before {
    position: absolute;
    color: rgb(147 176 167 / 15%);
    top: 44%;
    z-index: -10;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 29rem;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 40px;
}
.owl-dots .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color1);
    transition: 0.4s;
}
.owl-dots .owl-dot.active span {
    background-color: var(--color3);
}
#more-tax-desc {
    border: 1px solid var(--color2);
    border-radius: 6px;
    padding: 48px 48px 40px;
    position: relative;
    margin-top: 104px;
}
#more-tax-desc::before {
    content: "\e92a";
    font-family: "icomoon" !important;
    font-size: 95px;
    color: var(--color2);
    position: absolute;
    top: -72px;
    background-color: var(--bg_body);
    padding: 50px 10px;
}
/* test */
.owl_wrapper {
    width: 100vw;
    overflow: hidden;
}
.owl_content {
    padding-left: 12%;
}
.owl_wrapper .owl-item {
    opacity: 0;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    transition: all 0.2s;
    -webkit-transform: all 0.2s;
    z-index: 1;
}
.owl_wrapper .active {
    opacity: 0.5;
}
.owl_wrapper .active.middle_beside {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0.8;
    margin: 0 -1%;
    z-index: 2;
}
.owl_wrapper .active.middle {
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    z-index: 3;
}
.owl_wrapper .active.next_to_mid {
    margin-left: -1%;
}
.owl_wrapper .active.prev_to_mid {
    margin-right: -1%;
}
/*===== Navigation =====*/
.owl_wrapper .prev,
.owl_wrapper .next {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #777;
    cursor: pointer;
    z-index: 5;
}
.owl_wrapper .next {
    left: calc(100% - 100px);
}
.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.post-item .post-item-image {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.post-item .post-item-image .over {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-100%);
    transition: 0.4s;
}
.post-item .post-item-image .over img {
    max-width: 190px;
}
.post-item:hover .over {
    transform: translateY(0);
}
.post-item:hover h2 a {
    color: var(--color2);
}
.post-item p {
    font-family: var(--main_font);
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.post-item .footer {
    font-family: var(--main_font);
    margin-top: 16px;
}
.post-item .footer a {
    font-family: var(--bold_font);
    column-gap: 8px;
}
.post-item:hover .footer a {
    color: var(--color2);
}
.product-footer .bookmark {
    font-size: 21px;
}
.product-footer .categories a {
    opacity: 0.5;
    line-height: 1.5;
}
.product-footer .categories a:hover {
    opacity: 1;
}
.product-image .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px;
    transform: translateY(-100%);
    transition: 0.4s;
}
.product-item:hover .overlay {
    transform: translateY(0);
}
.product-item:hover h2 a,
.product-item:hover .product-footer .categories a {
    color: var(--color2);
    opacity: 1;
}
.section-products-home {
    position: relative;
}
.section-products-home .title-heading {
    column-gap: 12px;
}
.section-products-home .title-heading i {
    color: var(--color2);
}
.section-products-home .show-more {
    font-family: var(--bold_font);
}
/*.section-products-home::before {*/
/*    color: rgba(146, 145, 145, 0.1);*/
/*    font-size: 500px;*/
/*    position: absolute;*/
/*    left: -150px;*/
/*    top: -50px;*/
/*    transform: rotate(180deg);*/
/*    z-index: -1;*/
/*}*/
.contact-dir-button {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 12;
}
.team-item .team-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.team-item .team-img .overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 128, 130, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: 0.3s;
}
.team-item:hover .team-img .overlay {
    transform: translateY(0);
}
.teams-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 92px;
    transform: rotate(45deg);
}
.teams-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    max-width: 40px;
    max-height: 40px;
    background-color: white;
    color: var(--color2);
    font-size: 15px;
    border-radius: 3px;
}
.teams-social a i {
    transform: rotate(-45deg);
}
.teams-social a:hover {
    color: white;
    background-color: var(--color2);
}
.team-content .name {
    margin-top: 16px;
    font-size: 24px;
    line-height: 40px;
}
.team-content .post {
    font-size: 14px;
    line-height: 40px;
    color: #989898;
}
.team-item:hover .name,
.team-item:hover .post {
    color: var(--color2);
}
.single-post.two-col-3 .thumbnail-post-img {
    margin-bottom: 40px;
}
.single-post .thumbnail-post-img img {
    border-radius: 2px;
    width: 100%;
}
.single-post.two-col-3 .thumbnail-post-img img,
.single-post.two-col-2 .thumbnail-post-img img {
    max-height: 171px;
}
.single-post .single-top .title-heading {
    font-size: 26px;
    line-height: 37px;
    color: var(--bg_footer);
    margin-bottom: 8px;
}
.post .category_post {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}
.post .category_post a {
    font-size: 16px;
    line-height: 32px;
    color: #8e8e8e;
}
.post .category_post a:hover {
    color: var(--color2);
}
#pro-related,
#news-related,
#comments-single {
    margin-top: 104px;
    width: 100%;
}
.section-comment > .title-site {
    justify-content: center;
}
.comment-reply-title {
    display: none;
}
.award-img {
    background-image: radial-gradient(
            circle at 100% 100%,
            transparent 4px,
            var(--bg_body) 4px,
            var(--bg_body) 5px,
            transparent 5px
    ),
    linear-gradient(to right, var(--bg_body), var(--bg_body)),
    radial-gradient(
            circle at 0% 100%,
            transparent 4px,
            var(--bg_body) 4px,
            var(--bg_body) 5px,
            transparent 5px
    ),
    linear-gradient(to bottom, var(--bg_body) 60%, var(--color2)),
    radial-gradient(
            circle at 0% 0%,
            transparent 4px,
            var(--color2) 4px,
            var(--color2) 5px,
            transparent 5px
    ),
    linear-gradient(to left, var(--color2), var(--color2)),
    radial-gradient(
            circle at 100% 0%,
            transparent 4px,
            var(--color2) 4px,
            var(--color2) 5px,
            transparent 5px
    ),
    linear-gradient(to top, var(--color2), var(--bg_body) 40%);
    background-size: 5px 5px, calc(100% - 10px) 1px, 5px 5px,
    1px calc(100% - 10px);
    background-position: top left, top center, top right, center right,
    bottom right, bottom center, bottom left, center left;
    background-repeat: no-repeat;
    width: 100%;
    padding: 16px 51px;
}
.award_title {
    font-size: 16px;
    line-height: 40px;
    margin-top: 12px;
    transition: 0.3s;
    color: #989898;
}
.award-item:hover .award_title {
    color: var(--color2);
}
.banner-item .content {
    padding: 16px 24px;
    background: var(--bg_footer);
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    right: 24px;
    left: 24px;
    margin-top: -48px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.banner_title {
    color: var(--color1);
    font-size: 24px;
    line-height: 40px;
    font-family: var(--bold_font);
}
.banner_desc {
    font-size: 14px;
    line-height: 26px;
}
.banner-item .content a {
    background: var(--color1);
    border-radius: 2px;
    color: white;
    border: 1px solid var(--color1);
    font-size: 11.5px;
    line-height: 30px;
    padding: 0 26px;
}
.banner-item .content a:hover {
    background-color: var(--bg_footer);
    color: var(--color1);
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
#btn-fix-view {
    display: none;
    width: 55%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    z-index: 100000;
}
#btn-fix-view .close {
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
    cursor: pointer;
    color: white;
    transition: 0.3s;
}
#btn-fix-view .close i {
    display: inline-block;
}
#btn-fix-view .close:hover {
    color: red;
}
#btn-fix-view .btn-fix-content {
    background-color: white;
    border-radius: 5px;
    padding: 48px 109px;
}
#btn-fix-view .btn-fix-content .top-title {
    margin-bottom: 16px;
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    font-family: var(--bold_font);
    color: var(--color2);
}
#btn-fix-view .btn-fix-content .contact-phone {
    margin-bottom: 64px;
    width: 100%;
}
#btn-fix-view .btn-fix-content .contact-phone span {
    text-align: center;
}
#btn-fix-view .btn-fix-content .contact-phone .phones {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    width: 100%;
    padding: 15px 0;
    background: rgba(2, 128, 130, 0.06);
    border-radius: 2px;
}
#btn-fix-view .btn-fix-content .contact-phone .phones a {
    color: var(--color2);
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
#btn-fix-view .btn-fix-content form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#btn-fix-view .btn-fix-content form .inputs {
    -moz-column-gap: 14px;
    column-gap: 14px;
}
#btn-fix-view .btn-fix-content form .input-container {
    position: relative;
    border: 1px solid var(--color1);
    border-radius: 50px;
    min-width: 270px;
}
#btn-fix-view .btn-fix-content form .input-container label {
    position: absolute;
    right: 26px;
    top: -15px;
    background: white;
    padding: 0 4px;
}
#btn-fix-view .btn-fix-content form .input-container label.error {
    color: red;
}
#btn-fix-view .btn-fix-content form .input-container input {
    font-size: 14px;
    color: var(--color1);
    padding: 12px 30px;
}
#btn-fix-view .btn-fix-content form .submit {
    margin-top: 33px;
}
#btn-fix-view .btn-fix-content form .alert {
    margin-top: 15px;
    border-radius: 10px;
    color: white;
}
#btn-fix-view .btn-fix-content form .alert.bg-primary {
    background-color: var(--color2) !important;
}
#btn-fix-view .btn-fix-content form .alert.bg-success {
    background-color: var(--color2) !important;
}
#btn-fix-view .btn-fix-content form .form-group {
    border: 1px solid var(--color2);
    border-radius: 10px;
    position: relative;
    flex-grow: 1;
    padding: 14px 32px;
}
#btn-fix-view .btn-fix-content form .form-row {
    column-gap: 30px;
}
#btn-fix-view .btn-fix-content form .form-group label:first-child {
    position: absolute;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1;
    color: var(--color2);
    top: -10px;
    right: 18px;
    background-color: white;
}
#btn-fix-view .btn-fix-content form .form-group label.error {
    color: red;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -20px;
}
#btn-fix-view .btn-fix-content form .form-group input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: var(--color1);
    font-size: 16px;
    line-height: 32px;
    width: 100%;
}
.ltr-phone {
    direction: ltr;
    text-align: right;
}
.title-site {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.two-col-1 .thumbnail-post-img {
    margin-bottom: 20px;
}
.header-menu li:hover > .sub-menu li {
    margin-bottom: 7px;
}
.header-menu li:hover > .sub-menu li:last-child {
    margin-bottom: 0;
}
.header-menu li:hover > .sub-menu a {
    color: #999999;
    border-radius: 4px;
}
.header-menu li:hover > .sub-menu a::after {
    border-color: var(--color1);
}
.header-menu li:hover > .sub-menu a:hover {
    color: var(--color2);
}
.header-menu li:hover > .sub-menu a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 5px;
    background-color: var(--color2);
    transition: 0.2s;
}
.header-menu li:hover > .sub-menu a:hover::before {
    width: 5px;
    margin-left: 9px;
}
.header-menu li:hover > .sub-menu a:hover::after {
    border-color: var(--color2);
}
.wished {
    color: var(--color2);
}
.wishlist-remove {
    text-align: left;
    user-select: none;
    position: absolute;
    top: 0;
    left: 10px;
    padding: 0 10px;
    transition: all 0.3s ease;
}
.wishlist-remove a {
    color: white;
    font-size: 22px;
    transition: 0.3s;
    background: var(--danger);
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    padding-bottom: 10px;
    cursor: pointer;
}
.wishlist-remove a:hover {
    background: var(--danger);
    color: #fff;
}
.wishlist-remove a i {
    position: relative;
    top: 5px;
}
.wishlist-product-card:hover .wishlist-remove {
    transform: translateY(-100%);
}
.wishlist-link i {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: 2px;
}
.wishlist-title {
    column-gap: 12px;
    font-size: 24px;
}
.wishlist-title i {
    font-size: 36px;
    color: var(--color2);
}
.major-order-detail .title {
    font-size: 28px;
    line-height: 43px;
    margin-bottom: 12px;
}
.major-order-detail .cta {
    margin-top: 24px;
}
.major-order-detail .cta i {
    font-size: 30px;
    padding: 9px;
    background-color: var(--color3);
    border-radius: 6px;
    box-shadow: 8.75px 8.75px 17.5px rgba(0, 0, 0, 0.25);
    margin-left: 26px;
    color: white;
}
.major-order-detail .cta .title {
    font-size: 20px;
    line-height: 31px;
    color: #323232;
    margin-bottom: 3px;
}
.major-order-detail .cta .phone {
    margin-bottom: 0;
    color: #999;
    font-size: 20px;
    line-height: 31px;
}
@keyframes rington {
    0% {
        transform: rotate(0);
    }
    2% {
        transform: rotate(-3deg);
    }
    4% {
        transform: rotate(3deg);
    }
    6% {
        transform: rotate(-3deg);
    }
    8% {
        transform: rotate(3deg);
    }
    10% {
        transform: rotate(-3deg);
    }
    12% {
        transform: rotate(0);
    }
    90% {
    }
    92% {
        transform: rotate(0);
    }
    94% {
        transform: rotate(-3deg);
    }
    96% {
        transform: rotate(3deg);
    }
    98% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0);
    }
}
.major-order-detail .cta:hover i {
    animation-name: rington;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.form_shortcode {
    margin-top: 72px;
}
.form_shortcode .form_title {
    column-gap: 12px;
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 56px;
}
.form_shortcode .form_title i {
    color: var(--color2);
    font-size: 36px;
}
.form_shortcode .acf-form .acf-fields > .acf-field.af-field-type-text {
    border: 1px solid rgba(2, 128, 130, 0.3) !important;
    border-radius: 10px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(2, 128, 130, 0.3) !important;
    margin-bottom: 10px;
    padding: 0 !important;
    width: 48.3%;
    display: inline-block;
}
.form_shortcode
.acf-form
.acf-fields
> .acf-field.af-field-type-text:nth-child(odd) {
    margin-left: 30px;
}
.form_shortcode .acf-field.af-field-type-text .acf-label {
    position: absolute;
    font-size: 16px;
    line-height: 32px;
    color: var(--color2);
    top: -16px;
    background: var(--bg_body);
    padding: 0 4.6px 0 6.4px;
    right: 22px;
}
.form_shortcode .acf-field.af-field-type-text input {
    background: transparent;
    border: none;
    font-size: 16px !important;
    line-height: 32px !important;
    padding: 14px 26px 12px !important;
}
.form_shortcode .af-field-type-repeater {
    padding: 0 !important;
}
.form_shortcode .af-field-type-repeater .acf-table thead,
.form_shortcode .af-field-type-repeater .acf-actions,
.form_shortcode .af-field-type-repeater .acf-repeater .acf-row td:first-child {
    display: none;
}
.form_shortcode .af-field-type-repeater .acf-repeater .acf-table {
    border-collapse: separate;
    border-spacing: 0 25px;
    background: transparent;
    border: none;
}
.acf-fields.-left > .acf-field > .acf-label {
    position: absolute;
    top: -20px;
    color: var(--color2);
    background: var(--bg_body);
    padding: 0 10px !important;
    right: 21px;
    font-size: 16px;
    line-height: 32px;
    width: auto !important;
}
.form_shortcode .af-field-type-repeater .acf-repeater .acf-table .acf-fields {
    border: 1px solid rgba(2, 128, 130, 0.3);
    border-radius: 10px;
    padding: 5px !important;
    background: transparent;
}
.acf-fields.-left > .acf-field::before {
    display: none !important;
}
.acf-fields.-left > .acf-field > .acf-input {
    width: 100% !important;
    padding: 0 !important;
}
.acf-fields.-left > .acf-field > .acf-input input {
    background: transparent;
    border: none;
    font-size: 16px;
    line-height: 32px;
    padding: 9px 30px 8px;
}
.acf-repeater .acf-row {
    position: relative !important;
}
.acf-repeater .acf-row-handle.remove {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    padding: 0;
    margin: 0;
    border: none !important;
}
.acf-repeater .acf-row-handle {
    width: unset !important;
    column-gap: 5px;
}
.acf-repeater .acf-row-handle .acf-icon {
    position: relative !important;
    margin: 0 !important;
    padding: 0;
    background-color: var(--bg_body);
    border: 2px solid var(--color2);
    border-radius: 6px;
    width: 21.5px;
    height: 21.5px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.acf-repeater .acf-row-handle .acf-icon::before {
    line-height: 0;
    width: 0;
    height: 0;
}
.acf-icon.-plus,
.acf-icon.-minus {
    display: none;
}
.acf-repeater .acf-row .acf-icon.-plus {
    display: inline-flex !important;
}
.acf-icon.-plus::before {
    content: "+" !important;
    left: 13.5px;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
}
.acf-icon.-duplicate {
    display: none !important;
}
.acf-icon.-minus::before {
    content: "-" !important;
    left: 11px;
    position: absolute;
    top: 36%;
}
.af-success {
    border: 1px solid var(--color2);
    border-radius: 6px;
    padding: 5px;
    color: var(--color2);
}
.af-success p {
    color: var(--color2);
}
.acf-icon.-cancel::before {
    content: "+" !important;
    transform: rotate(45deg);
    line-height: 0.8;
    margin-top: 2px;
}
.acf-notice {
    margin-bottom: 30px !important;
    border-radius: 6px;
}
.acf-field .acf-notice {
    position: absolute;
    bottom: -30px;
    padding: 0;
    margin: 0 !important;
    background: transparent !important;
    border: none;
    font-size: 12px;
}
.acf-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}
form > .acf-notice {
    display: none;
}
.mapp-container .mapp-footer .triggers.left {
    right: 1rem;
    top: -160%;
    left: unset !important;
}
.come-submenu li a:after {
    display: none !important;
}
/* --------------------
    Responsive Mode
-------------------- */
@media screen and (max-width: 1400px) {
    .contact-info li {
        flex-basis: 19%;
    }
}
@media screen and (min-width: 1200px) {
    .header-search > span {
        font-size: inherit;
    }
}
@media screen and (max-width: 1200px) {
    .header-logo {
        margin-left: 20px;
    }
    .header-menu > li > a {
        padding: 15px 10px !important;
    }
    #header .bookmarks {
        margin-left: 10px;
    }
    .request-btn {
        right: 40px;
        bottom: 40px;
    }
    .form_shortcode .acf-form .acf-fields > .acf-field.af-field-type-text {
        width: 47.9%;
    }
}
@media screen and (min-width: 992px) {
    .header-search > span {
        font-size: 12px;
    }
    .header-mm {
        display: none;
    }
    .header-menu {
        display: flex;
        align-items: center;
    }
    .head_item_cart i {
        margin-left: 8px;
    }
    .head_account i {
        margin-left: 5px;
    }
    .navtop-left .button {
        width: auto;
        padding: 0 20px;
    }
    #header {
        padding-top: 0;
    }
    .footer-newsletter {
        max-width: 55%;
        flex: 0 0 55%;
    }
    .footer-newsletter input[type="email"] {
        width: 75%;
    }
    .modal-lg {
        max-width: 800px;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --heading_h1_fontsize: 26px;
    }
    #header {
        padding: 15px 0;
    }
    .top-menu {
        display: none;
    }
    .owl-nav {
        z-index: 1 !important;
    }
    .header-mm {
        order: 1;
        flex-grow: 1;
    }
    .header-mm i {
        color: white;
        font-size: 30px;
    }
    .header-logo {
        order: 5;
        margin-left: 0 !important;
        max-width: 120px;
    }
    .bookmarks {
        order: 4;
    }
    .header-searchsimple {
        order: 3;
    }
    .cta {
        display: none;
    }
    #footer {
        margin-top: 100px;
    }
    .footer-title {
        margin-bottom: 10px;
    }
    .widget-title {
        font-size: 18px;
    }
    .acf-repeater .acf-row .acf-icon.-minus {
        display: inline-flex !important;
    }
    .form_shortcode .acf-form .acf-fields > .acf-field.af-field-type-text {
        width: 47.7%;
    }
    .contact-info li {
        flex-basis: 26%;
    }
    #btn-fix-view .btn-fix-content {
        padding: 35px;
    }
    .request-btn {
        right: 15px;
        bottom: 15px;
        padding: 15px;
    }
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 550px;
    }
    #sidebar a {
        color: var(--color1);
    }
    #sidebar a:hover {
        color: var(--color1);
    }
    .sidebar-btn {
        display: none;
    }
    #sidebar {
        position: unset;
        right: auto;
        overflow-y: unset;
        background: transparent;
    }
    #sidebar .sidebar-close {
        display: none;
    }
    .thumbnail-img {
        max-width: 40%;
        float: right;
        margin-left: 30px;
    }
    .newsletter {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-newsletter {
        max-width: 55%;
        flex: 0 0 55%;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .newsletter p {
        text-align: right;
        margin-bottom: 0;
    }
    .footer-newsletter input[type="email"] {
        width: 69%;
        margin-left: 8px;
        margin-bottom: 0;
    }
    .websima-contact-form .text-cform {
        float: left;
        width: 100%;
        padding: 8px 0 !important;
    }
    .websima-contact-form .input-cform {
        width: 48%;
        clear: none !important;
    }
    .websima-contact-form .acf-fields {
        display: blck;
    }
    .websima-contact-form .input-cform[data-name="email_cform"] {
        float: left;
    }
    .websima-contact-form .input-cform[data-name="name_cform"] {
        float: right;
    }
}
@media screen and (max-width: 768px) {
    :root {
        --heading_h1_fontsize: 24px;
    }
    #footer::before {
        display: none;
    }
    #footer .go-top {
        padding: 20px 23px;
        top: -30px;
    }
    .socials a,
    .socials a i {
        font-size: 16px;
    }
    .socials a i {
        margin-bottom: 4px;
    }
    .copy-right {
        font-size: 13px;
    }
    .form-wrap {
        padding-top: 80px;
    }
    .fd-inner {
        width: 25px;
    }
    .fd-outer {
        width: 25px;
        top: 10px;
        right: 20px;
    }
    .owl-dots {
        margin-top: 20px !important;
    }
    .contact-info {
        position: relative;
        margin-top: 20px;
        padding: 0;
    }
    .social-links,
    .social-links .social-items {
        margin-top: 30px;
    }
    .websima-contact-form {
        margin: 30px 0 0;
    }
    .owl-gallery {
        width: 100% !important;
    }
    .editor-content blockquote {
        padding: 15px 30px 0 !important;
        margin-top: 75px !important;
    }
    #pro-related,
    #news-related,
    #comments-single {
        margin-top: 50px;
    }
    .editor-content .commentlist {
        margin-bottom: 30px;
    }
    .comment_container .editor-content p {
        padding: 0 5px;
    }
    .editor-content .commentlist li {
        margin: 10px 0;
    }
    .commentlist ul.children::before {
        right: 0;
    }
    .commentlist ul.children {
        padding-right: 10%;
    }
    .form_shortcode .acf-form .acf-fields > .acf-field.af-field-type-text {
        width: 100%;
        margin-right: 0;
    }
    .form_shortcode
    .acf-form
    .acf-fields
    > .acf-field.af-field-type-text:nth-child(odd) {
        margin-bottom: 25px;
    }
    .acf-form-submit {
        margin-top: 10px;
    }
    #sidebar {
        z-index: 99999;
    }
    .contact-info li {
        flex-basis: 47%;
    }
    #btn-fix-view .btn-fix-content form .form-row {
        flex-direction: column;
        row-gap: 36px;
    }
}
@media screen and (min-width: 576px) {
    .header-search > span {
        display: block;
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
    .header-searchsimple form {
        max-width: 407px;
    }
    .head-comment {
        display: flex;
        padding: 12px 24px;
    }
}
@media screen and (max-width: 576px) {
    .footer-logo {
        max-width: 70%;
    }
    #btn-fix-view {
        width: 90%;
    }
    #btn-fix-view .btn-fix-content {
        padding: 10px;
    }
    #btn-fix-view .btn-fix-content form .input-container {
        min-width: unset !important;
        max-width: 200px;
    }
    .type-product .summary.entry-summary .cart,
    .variations_form .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }
    .quantity {
        margin-bottom: 20px;
    }
    :root {
        --heading_h1_fontsize: 20px;
    }
    .footer-sub-menu .menu-item a,
    .footer-contact li a {
        font-size: 16px;
    }
    #footer .footer_about {
        margin-bottom: 15px;
    }
    .footer-title {
        line-height: 1;
    }
    .footer-title {
        margin-bottom: 0;
    }
    .post-item .post-item-image img {
        width: 100%;
    }
    #more-tax-desc {
        margin-top: 72px;
        padding: 38px 38px 20px;
    }
    .faq-section {
        margin-top: 65px;
    }
    #footer {
        margin-top: 65px;
    }
    .faqs-item .faqs-answer {
        padding: 10px 0;
    }
    .faqs-question .faq-num::before {
        width: 30px;
        height: 30px;
    }
    .faqs-content .faqs-question {
        padding-right: 0;
        padding-left: 5px;
    }
    .faqs-question .faq-num {
        margin-left: 8px;
        min-width: 40px;
    }
    .social-links > span {
        font-size: 18px;
    }
    .single-post .single-top .title-heading {
        font-size: 22px;
    }
    .title-heading {
        column-gap: 6px;
    }
    .title-heading i {
        font-size: 20px;
    }
    .request-btn {
        right: 25px;
        bottom: 25px;
        padding: 15px;
        font-size: 35px;
    }
    .sidebar-btn {
        width: 81px;
        height: 81px;
        right: 25px;
        bottom: 93px;
    }
    .product-image img {
        width: 100%;
        object-fit: cover;
        max-height: 300px;
    }
    .team-content .name {
        font-size: 18px;
    }
    .editor-content .comment-form-author,
    .editor-content .comment-form-email,
    .comment-form-comment {
        flex: 0 0 100%;
    }
    .contact-info li {
        flex-basis: 100%;
    }
    .product-carousel {
        margin-right: -15px;
        width: calc(100% + 30px);
        padding-right: 10px;
    }
    .product-carousel .owl-stage {
        margin: 0 auto;
    }
}
@media screen and (max-width: 450px) {
    .products-per-page {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
    .woocommerce-ordering {
        margin-right: 10px;
    }
}
@media screen and (max-width: 425px) {
    .product-meta-top > div {
        width: 100%;
        margin: 5px 0;
        justify-content: space-around;
    }
    .product-meta-right a:first-child:after {
        content: unset;
    }
    .type-product .summary .price ins:before {
        font-size: 16px;
    }
    .faqs-content .faqs-question {
        font-size: 16px;
    }
    #more-tax-desc {
        padding: 28px 28px 0;
    }
    .contact-dir-button .button {
        margin: 5px;
        padding: 12px;
        height: 35px;
    }
    .socials-share {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .commentlist ul.children::before {
        font-size: 25px;
    }
    .banner_title {
        font-size: 22px;
    }
    .banner-item .content {
        padding: 12px;
    }
    .banner-item .content a {
        padding: 0 16px;
    }
    .commentlist ul.children {
        padding-right: 13%;
    }
    .head-comment {
        padding: 10px;
    }
    .head-comment > span {
        line-height: 1;
    }
}
.text-white {
    color: white;
}
div#breadcrumbs {
    font-size: 18px;
}
.product-code {
    font-size: 18px;
}
/*the container must be positioned relative:*/
.products-per-page,
.woocommerce-ordering {
    position: relative;
    font-family: var(--bold_font);
}
.products-per-page select,
.woocommerce-ordering select {
    display: none; /*hide original SELECT element:*/
}
.woocommerce-ordering .select-selected {
    min-width: 245px;
}
.select-selected {
    background-color: white;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "\e917";
    font-family: "icomoon";
    top: 45%;
    left: 20px;
    width: 0;
    height: 0;
    transition: 0.3s;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%) rotate(180deg);
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    transform: rotate(0);
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: var(--color2);
    padding: 5px 15px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
}
.select-selected {
    border-radius: 15px;
    position: relative;
    padding-left: 35px;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover,
.same-as-selected {
    background-color: var(--color2);
    color: white !important;
}
.about-page .owl-gallery {
    width: 100% !important;
}
div[data-name="major-order-product-name"] .select2-selection {
    border: none;
    background: transparent;
}
div[data-name="major-order-product-name"] .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    border-color: rgba(2, 128, 130, 0.3) !important;
    background-color: var(--bg_body) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 3px;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default
.select2-results__option--highlighted[data-selected] {
    background-color: var(--color3) !important;
}
.catalog-card {
    display: flex;
    align-items: center;
    column-gap: 12px;
    background-color: white;
    border-radius: 4px;
    padding: 28px 24px 28px 28px;
}
.catalog-card .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 127, 126, 0.06);
    transition: 0.3s;
    overflow: hidden;
}
.catalog-card .icon i {
    font-size: 30px;
    color: var(--color2);
    transition: 0.3s;
}
.catalog-card .title {
    font-size: 18px;
    line-height: 28px;
    color: #414142;
    font-family: var(--bold_font);
    transition: 0.3s;
    display: flex;
    align-items: center;
    min-height: 56px;
}
.catalog-card:hover {
    background-color: var(--color2);
}
.catalog-card:hover .title {
    color: white;
}
.catalog-card:hover .icon {
    background: rgba(255, 255, 255, 0.2);
}
.catalog-card:hover .icon i {
    color: white;
}
.faq-page .editor-content p {
    font-size: 18px;
}
/****/
#header:not(.home #header) {
    background: rgb(147 176 167 / 0.58);
}
/*.home .header-logo img {*/
/*    filter: brightness(1.5);*/
/*}*/
.home .header-menu > .menu-item-has-children > a:after {
    border-color: white !important;
}
.header-menu > .menu-item-has-children > a:after {
    border-color: var(--color1) !important;
}