
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

/** Magnific Popup CSS @v1.1.0 | Author: Dmitry Semenov | License: MIT */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small, .mfp-figure .small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /** Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Owl Carousel - Core */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

.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; /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

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

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

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    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-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.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 {
    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;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
    animation-duration: 1000ms;
    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 Carousel - Auto Height Plugin */
.owl-height {
    transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

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

/* Owl Carousel - Video Plugin */
.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("../images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

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

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

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

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

@font-face {
    font-family: 'Ikon-Crypto';
    src: url("../fonts/Ikon-Crypto.ttf?h952os") format("truetype"), url("../fonts/Ikon-Crypto.woff?h952os") format("woff"), url("../fonts/Ikon-Crypto.svg?h952os#Ikon-Crypto") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ikon { /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Ikon-Crypto' !important;
    speak: none;
    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;
}

.ikon-btc:before {
    content: "\e92b";
}

.ikon-monero:before {
    content: "\e92c";
}

.ikon-dash:before {
    content: "\e92d";
}

.ikon-eth:before {
    content: "\e92e";
}

.ikon-ltc:before {
    content: "\e92f";
}

.ikon-xrp:before {
    content: "\e930";
}

.ikon-currency:before {
    content: "\e928";
}

.ikon-lock:before {
    content: "\e929";
}

.ikon-question:before {
    content: "\e92a";
}

.ikon-cash-2:before {
    content: "\e923";
}

.ikon-cloud-org:before {
    content: "\e924";
}

.ikon-shield-5:before {
    content: "\e925";
}

.ikon-wallet-2:before {
    content: "\e926";
}

.ikon-wallet-org:before {
    content: "\e927";
}

.ikon-connect-alt:before {
    content: "\e918";
}

.ikon-data-server-alt:before {
    content: "\e919";
}

.ikon-document-3:before {
    content: "\e91a";
}

.ikon-paricle-3:before {
    content: "\e91b";
}

.ikon-paricle-4:before {
    content: "\e91c";
}

.ikon-shiled-3:before {
    content: "\e91d";
}

.ikon-shiled-4:before {
    content: "\e91e";
}

.ikon-user-chat:before {
    content: "\e91f";
}

.ikon-wallet-crypto:before {
    content: "\e920";
}

.ikon-wallet-digital:before {
    content: "\e921";
}

.ikon-wallet:before {
    content: "\e922";
}

.ikon-car:before {
    content: "\e914";
}

.ikon-clip-board:before {
    content: "\e915";
}

.ikon-user-bubble:before {
    content: "\e916";
}

.ikon-user-setting:before {
    content: "\e917";
}

.ikon-icon:before {
    content: "\e912";
}

.ikon-cash-1:before {
    content: "\e913";
}

.ikon-bulb:before {
    content: "\e90f";
}

.ikon-bulb-2:before {
    content: "\e90e";
}

.ikon-id-card:before {
    content: "\e901";
}

.ikon-globe:before {
    content: "\e90d";
}

.ikon-donught:before {
    content: "\e90c";
}

.ikon-document:before {
    content: "\e909";
}

.ikon-document-2:before {
    content: "\e910";
}

.ikon-cloud:before {
    content: "\e90a";
}

.ikon-cash:before {
    content: "\e90b";
}

.ikon-safety:before {
    content: "\e911";
}

.ikon-shiled:before {
    content: "\e900";
}

.ikon-shiled-alt:before {
    content: "\e905";
}

.ikon-paricle:before {
    content: "\e902";
}

.ikon-paricle-alt:before {
    content: "\e907";
}

.ikon-target:before {
    content: "\e903";
}

.ikon-connect:before {
    content: "\e904";
}

.ikon-user:before {
    content: "\e906";
}

.ikon-data-server:before {
    content: "\e908";
}

/** Themify Font @v1.0 | Author: Themify.me | License: MIT */
@font-face {
    font-family: 'themify';
    src: url("../fonts/themify.eot");
    src: url("../fonts/themify.eot?#iefix") format("embedded-opentype"), url("../fonts/themify.woff") format("woff"), url("../fonts/themify.ttf") format("truetype"), url("../fonts/themify.svg?#themify") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-unlink:before {
    content: "\e604";
}

.ti-trash:before {
    content: "\e605";
}

.ti-thought:before {
    content: "\e606";
}

.ti-target:before {
    content: "\e607";
}

.ti-tag:before {
    content: "\e608";
}

.ti-tablet:before {
    content: "\e609";
}

.ti-star:before {
    content: "\e60a";
}

.ti-spray:before {
    content: "\e60b";
}

.ti-signal:before {
    content: "\e60c";
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.ti-shopping-cart-full:before {
    content: "\e60e";
}

.ti-settings:before {
    content: "\e60f";
}

.ti-search:before {
    content: "\e610";
}

.ti-zoom-in:before {
    content: "\e611";
}

.ti-zoom-out:before {
    content: "\e612";
}

.ti-cut:before {
    content: "\e613";
}

.ti-ruler:before {
    content: "\e614";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-ruler-alt:before {
    content: "\e616";
}

.ti-bookmark:before {
    content: "\e617";
}

.ti-bookmark-alt:before {
    content: "\e618";
}

.ti-reload:before {
    content: "\e619";
}

.ti-plus:before {
    content: "\e61a";
}

.ti-pin:before {
    content: "\e61b";
}

.ti-pencil:before {
    content: "\e61c";
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.ti-paint-roller:before {
    content: "\e61e";
}

.ti-paint-bucket:before {
    content: "\e61f";
}

.ti-na:before {
    content: "\e620";
}

.ti-mobile:before {
    content: "\e621";
}

.ti-minus:before {
    content: "\e622";
}

.ti-medall:before {
    content: "\e623";
}

.ti-medall-alt:before {
    content: "\e624";
}

.ti-marker:before {
    content: "\e625";
}

.ti-marker-alt:before {
    content: "\e626";
}

.ti-arrow-up:before {
    content: "\e627";
}

.ti-arrow-right:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e62a";
}

.ti-lock:before {
    content: "\e62b";
}

.ti-location-arrow:before {
    content: "\e62c";
}

.ti-link:before {
    content: "\e62d";
}

.ti-layout:before {
    content: "\e62e";
}

.ti-layers:before {
    content: "\e62f";
}

.ti-layers-alt:before {
    content: "\e630";
}

.ti-key:before {
    content: "\e631";
}

.ti-import:before {
    content: "\e632";
}

.ti-image:before {
    content: "\e633";
}

.ti-heart:before {
    content: "\e634";
}

.ti-heart-broken:before {
    content: "\e635";
}

.ti-hand-stop:before {
    content: "\e636";
}

.ti-hand-open:before {
    content: "\e637";
}

.ti-hand-drag:before {
    content: "\e638";
}

.ti-folder:before {
    content: "\e639";
}

.ti-flag:before {
    content: "\e63a";
}

.ti-flag-alt:before {
    content: "\e63b";
}

.ti-flag-alt-2:before {
    content: "\e63c";
}

.ti-eye:before {
    content: "\e63d";
}

.ti-export:before {
    content: "\e63e";
}

.ti-exchange-vertical:before {
    content: "\e63f";
}

.ti-desktop:before {
    content: "\e640";
}

.ti-cup:before {
    content: "\e641";
}

.ti-crown:before {
    content: "\e642";
}

.ti-comments:before {
    content: "\e643";
}

.ti-comment:before {
    content: "\e644";
}

.ti-comment-alt:before {
    content: "\e645";
}

.ti-close:before {
    content: "\e646";
}

.ti-clip:before {
    content: "\e647";
}

.ti-angle-up:before {
    content: "\e648";
}

.ti-angle-right:before {
    content: "\e649";
}

.ti-angle-left:before {
    content: "\e64a";
}

.ti-angle-down:before {
    content: "\e64b";
}

.ti-check:before {
    content: "\e64c";
}

.ti-check-box:before {
    content: "\e64d";
}

.ti-camera:before {
    content: "\e64e";
}

.ti-announcement:before {
    content: "\e64f";
}

.ti-brush:before {
    content: "\e650";
}

.ti-briefcase:before {
    content: "\e651";
}

.ti-bolt:before {
    content: "\e652";
}

.ti-bolt-alt:before {
    content: "\e653";
}

.ti-blackboard:before {
    content: "\e654";
}

.ti-bag:before {
    content: "\e655";
}

.ti-move:before {
    content: "\e656";
}

.ti-arrows-vertical:before {
    content: "\e657";
}

.ti-arrows-horizontal:before {
    content: "\e658";
}

.ti-fullscreen:before {
    content: "\e659";
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.ti-arrow-top-left:before {
    content: "\e65b";
}

.ti-arrow-circle-up:before {
    content: "\e65c";
}

.ti-arrow-circle-right:before {
    content: "\e65d";
}

.ti-arrow-circle-left:before {
    content: "\e65e";
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

.ti-angle-double-up:before {
    content: "\e660";
}

.ti-angle-double-right:before {
    content: "\e661";
}

.ti-angle-double-left:before {
    content: "\e662";
}

.ti-angle-double-down:before {
    content: "\e663";
}

.ti-zip:before {
    content: "\e664";
}

.ti-world:before {
    content: "\e665";
}

.ti-wheelchair:before {
    content: "\e666";
}

.ti-view-list:before {
    content: "\e667";
}

.ti-view-list-alt:before {
    content: "\e668";
}

.ti-view-grid:before {
    content: "\e669";
}

.ti-uppercase:before {
    content: "\e66a";
}

.ti-upload:before {
    content: "\e66b";
}

.ti-underline:before {
    content: "\e66c";
}

.ti-truck:before {
    content: "\e66d";
}

.ti-timer:before {
    content: "\e66e";
}

.ti-ticket:before {
    content: "\e66f";
}

.ti-thumb-up:before {
    content: "\e670";
}

.ti-thumb-down:before {
    content: "\e671";
}

.ti-text:before {
    content: "\e672";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-stats-down:before {
    content: "\e674";
}

.ti-split-v:before {
    content: "\e675";
}

.ti-split-h:before {
    content: "\e676";
}

.ti-smallcap:before {
    content: "\e677";
}

.ti-shine:before {
    content: "\e678";
}

.ti-shift-right:before {
    content: "\e679";
}

.ti-shift-left:before {
    content: "\e67a";
}

.ti-shield:before {
    content: "\e67b";
}

.ti-notepad:before {
    content: "\e67c";
}

.ti-server:before {
    content: "\e67d";
}

.ti-quote-right:before {
    content: "\e67e";
}

.ti-quote-left:before {
    content: "\e67f";
}

.ti-pulse:before {
    content: "\e680";
}

.ti-printer:before {
    content: "\e681";
}

.ti-power-off:before {
    content: "\e682";
}

.ti-plug:before {
    content: "\e683";
}

.ti-pie-chart:before {
    content: "\e684";
}

.ti-paragraph:before {
    content: "\e685";
}

.ti-panel:before {
    content: "\e686";
}

.ti-package:before {
    content: "\e687";
}

.ti-music:before {
    content: "\e688";
}

.ti-music-alt:before {
    content: "\e689";
}

.ti-mouse:before {
    content: "\e68a";
}

.ti-mouse-alt:before {
    content: "\e68b";
}

.ti-money:before {
    content: "\e68c";
}

.ti-microphone:before {
    content: "\e68d";
}

.ti-menu:before {
    content: "\e68e";
}

.ti-menu-alt:before {
    content: "\e68f";
}

.ti-map:before {
    content: "\e690";
}

.ti-map-alt:before {
    content: "\e691";
}

.ti-loop:before {
    content: "\e692";
}

.ti-location-pin:before {
    content: "\e693";
}

.ti-list:before {
    content: "\e694";
}

.ti-light-bulb:before {
    content: "\e695";
}

.ti-Italic:before {
    content: "\e696";
}

.ti-info:before {
    content: "\e697";
}

.ti-infinite:before {
    content: "\e698";
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hummer:before {
    content: "\e69a";
}

.ti-home:before {
    content: "\e69b";
}

.ti-help:before {
    content: "\e69c";
}

.ti-headphone:before {
    content: "\e69d";
}

.ti-harddrives:before {
    content: "\e69e";
}

.ti-harddrive:before {
    content: "\e69f";
}

.ti-gift:before {
    content: "\e6a0";
}

.ti-game:before {
    content: "\e6a1";
}

.ti-filter:before {
    content: "\e6a2";
}

.ti-files:before {
    content: "\e6a3";
}

.ti-file:before {
    content: "\e6a4";
}

.ti-eraser:before {
    content: "\e6a5";
}

.ti-envelope:before {
    content: "\e6a6";
}

.ti-download:before {
    content: "\e6a7";
}

.ti-direction:before {
    content: "\e6a8";
}

.ti-direction-alt:before {
    content: "\e6a9";
}

.ti-dashboard:before {
    content: "\e6aa";
}

.ti-control-stop:before {
    content: "\e6ab";
}

.ti-control-shuffle:before {
    content: "\e6ac";
}

.ti-control-play:before {
    content: "\e6ad";
}

.ti-control-pause:before {
    content: "\e6ae";
}

.ti-control-forward:before {
    content: "\e6af";
}

.ti-control-backward:before {
    content: "\e6b0";
}

.ti-cloud:before {
    content: "\e6b1";
}

.ti-cloud-up:before {
    content: "\e6b2";
}

.ti-cloud-down:before {
    content: "\e6b3";
}

.ti-clipboard:before {
    content: "\e6b4";
}

.ti-car:before {
    content: "\e6b5";
}

.ti-calendar:before {
    content: "\e6b6";
}

.ti-book:before {
    content: "\e6b7";
}

.ti-bell:before {
    content: "\e6b8";
}

.ti-basketball:before {
    content: "\e6b9";
}

.ti-bar-chart:before {
    content: "\e6ba";
}

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

.ti-back-right:before {
    content: "\e6bc";
}

.ti-back-left:before {
    content: "\e6bd";
}

.ti-arrows-corner:before {
    content: "\e6be";
}

.ti-archive:before {
    content: "\e6bf";
}

.ti-anchor:before {
    content: "\e6c0";
}

.ti-align-right:before {
    content: "\e6c1";
}

.ti-align-left:before {
    content: "\e6c2";
}

.ti-align-justify:before {
    content: "\e6c3";
}

.ti-align-center:before {
    content: "\e6c4";
}

.ti-alert:before {
    content: "\e6c5";
}

.ti-alarm-clock:before {
    content: "\e6c6";
}

.ti-agenda:before {
    content: "\e6c7";
}

.ti-write:before {
    content: "\e6c8";
}

.ti-window:before {
    content: "\e6c9";
}

.ti-widgetized:before {
    content: "\e6ca";
}

.ti-widget:before {
    content: "\e6cb";
}

.ti-widget-alt:before {
    content: "\e6cc";
}

.ti-wallet:before {
    content: "\e6cd";
}

.ti-video-clapper:before {
    content: "\e6ce";
}

.ti-video-camera:before {
    content: "\e6cf";
}

.ti-vector:before {
    content: "\e6d0";
}

.ti-themify-logo:before {
    content: "\e6d1";
}

.ti-themify-favicon:before {
    content: "\e6d2";
}

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

.ti-support:before {
    content: "\e6d4";
}

.ti-stamp:before {
    content: "\e6d5";
}

.ti-split-v-alt:before {
    content: "\e6d6";
}

.ti-slice:before {
    content: "\e6d7";
}

.ti-shortcode:before {
    content: "\e6d8";
}

.ti-shift-right-alt:before {
    content: "\e6d9";
}

.ti-shift-left-alt:before {
    content: "\e6da";
}

.ti-ruler-alt-2:before {
    content: "\e6db";
}

.ti-receipt:before {
    content: "\e6dc";
}

.ti-pin2:before {
    content: "\e6dd";
}

.ti-pin-alt:before {
    content: "\e6de";
}

.ti-pencil-alt2:before {
    content: "\e6df";
}

.ti-palette:before {
    content: "\e6e0";
}

.ti-more:before {
    content: "\e6e1";
}

.ti-more-alt:before {
    content: "\e6e2";
}

.ti-microphone-alt:before {
    content: "\e6e3";
}

.ti-magnet:before {
    content: "\e6e4";
}

.ti-line-double:before {
    content: "\e6e5";
}

.ti-line-dotted:before {
    content: "\e6e6";
}

.ti-line-dashed:before {
    content: "\e6e7";
}

.ti-layout-width-full:before {
    content: "\e6e8";
}

.ti-layout-width-default:before {
    content: "\e6e9";
}

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

.ti-layout-tab:before {
    content: "\e6eb";
}

.ti-layout-tab-window:before {
    content: "\e6ec";
}

.ti-layout-tab-v:before {
    content: "\e6ed";
}

.ti-layout-tab-min:before {
    content: "\e6ee";
}

.ti-layout-slider:before {
    content: "\e6ef";
}

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

.ti-layout-placeholder:before {
    content: "\e6f4";
}

.ti-layout-menu:before {
    content: "\e6f5";
}

.ti-layout-menu-v:before {
    content: "\e6f6";
}

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

.ti-layout-menu-full:before {
    content: "\e6f8";
}

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

.ti-layout-media-right:before {
    content: "\e6fa";
}

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

.ti-layout-media-left:before {
    content: "\e6ff";
}

.ti-layout-media-center-alt:before {
    content: "\e700";
}

.ti-layout-media-center:before {
    content: "\e701";
}

.ti-layout-list-thumb:before {
    content: "\e702";
}

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

.ti-layout-list-post:before {
    content: "\e704";
}

.ti-layout-list-large-image:before {
    content: "\e705";
}

.ti-layout-line-solid:before {
    content: "\e706";
}

.ti-layout-grid4:before {
    content: "\e707";
}

.ti-layout-grid3:before {
    content: "\e708";
}

.ti-layout-grid2:before {
    content: "\e709";
}

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

.ti-layout-cta-right:before {
    content: "\e70b";
}

.ti-layout-cta-left:before {
    content: "\e70c";
}

.ti-layout-cta-center:before {
    content: "\e70d";
}

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

.ti-layout-column4:before {
    content: "\e710";
}

.ti-layout-column3:before {
    content: "\e711";
}

.ti-layout-column2:before {
    content: "\e712";
}

.ti-layout-accordion-separated:before {
    content: "\e713";
}

.ti-layout-accordion-merged:before {
    content: "\e714";
}

.ti-layout-accordion-list:before {
    content: "\e715";
}

.ti-ink-pen:before {
    content: "\e716";
}

.ti-info-alt:before {
    content: "\e717";
}

.ti-help-alt:before {
    content: "\e718";
}

.ti-headphone-alt:before {
    content: "\e719";
}

.ti-hand-point-up:before {
    content: "\e71a";
}

.ti-hand-point-right:before {
    content: "\e71b";
}

.ti-hand-point-left:before {
    content: "\e71c";
}

.ti-hand-point-down:before {
    content: "\e71d";
}

.ti-gallery:before {
    content: "\e71e";
}

.ti-face-smile:before {
    content: "\e71f";
}

.ti-face-sad:before {
    content: "\e720";
}

.ti-credit-card:before {
    content: "\e721";
}

.ti-control-skip-forward:before {
    content: "\e722";
}

.ti-control-skip-backward:before {
    content: "\e723";
}

.ti-control-record:before {
    content: "\e724";
}

.ti-control-eject:before {
    content: "\e725";
}

.ti-comments-smiley:before {
    content: "\e726";
}

.ti-brush-alt:before {
    content: "\e727";
}

.ti-youtube:before {
    content: "\e728";
}

.ti-vimeo:before {
    content: "\e729";
}

.ti-twitter:before {
    content: "\e72a";
}

.ti-time:before {
    content: "\e72b";
}

.ti-tumblr:before {
    content: "\e72c";
}

.ti-skype:before {
    content: "\e72d";
}

.ti-share:before {
    content: "\e72e";
}

.ti-share-alt:before {
    content: "\e72f";
}

.ti-rocket:before {
    content: "\e730";
}

.ti-pinterest:before {
    content: "\e731";
}

.ti-new-window:before {
    content: "\e732";
}

.ti-microsoft:before {
    content: "\e733";
}

.ti-list-ol:before {
    content: "\e734";
}

.ti-linkedin:before {
    content: "\e735";
}

.ti-layout-sidebar-2:before {
    content: "\e736";
}

.ti-layout-grid4-alt:before {
    content: "\e737";
}

.ti-layout-grid3-alt:before {
    content: "\e738";
}

.ti-layout-grid2-alt:before {
    content: "\e739";
}

.ti-layout-column4-alt:before {
    content: "\e73a";
}

.ti-layout-column3-alt:before {
    content: "\e73b";
}

.ti-layout-column2-alt:before {
    content: "\e73c";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-google:before {
    content: "\e73e";
}

.ti-github:before {
    content: "\e73f";
}

.ti-flickr:before {
    content: "\e740";
}

.ti-facebook:before {
    content: "\e741";
}

.ti-dropbox:before {
    content: "\e742";
}

.ti-dribbble:before {
    content: "\e743";
}

.ti-apple:before {
    content: "\e744";
}

.ti-android:before {
    content: "\e745";
}

.ti-save:before {
    content: "\e746";
}

.ti-save-alt:before {
    content: "\e747";
}

.ti-yahoo:before {
    content: "\e748";
}

.ti-wordpress:before {
    content: "\e749";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-tumblr-alt:before {
    content: "\e74c";
}

.ti-trello:before {
    content: "\e74d";
}

.ti-stack-overflow:before {
    content: "\e74e";
}

.ti-soundcloud:before {
    content: "\e74f";
}

.ti-sharethis:before {
    content: "\e750";
}

.ti-sharethis-alt:before {
    content: "\e751";
}

.ti-reddit:before {
    content: "\e752";
}

.ti-pinterest-alt:before {
    content: "\e753";
}

.ti-microsoft-alt:before {
    content: "\e754";
}

.ti-linux:before {
    content: "\e755";
}

.ti-jsfiddle:before {
    content: "\e756";
}

.ti-joomla:before {
    content: "\e757";
}

.ti-html5:before {
    content: "\e758";
}

.ti-flickr-alt:before {
    content: "\e759";
}

.ti-email:before {
    content: "\e75a";
}

.ti-drupal:before {
    content: "\e75b";
}

.ti-dropbox-alt:before {
    content: "\e75c";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}

/* DataTables 1.10.18 */
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
}

/** NioKit @v1.0 | Author: Arkefi.com */
.no-pd, .pd-0 {
    padding: 0 !important;
}

.no-pdt, .no-pdy, .pdy-0, .pdt-0 {
    padding-top: 0 !important;
}

.no-pdb, .no-pdy, .pdy-0, .pdb-0 {
    padding-bottom: 0 !important;
}

.no-pdl, .no-pdx, .pdx-0, .pdl-0 {
    padding-left: 0 !important;
}

.no-pdr, .no-pdx, .pdx-0, .pdr-0 {
    padding-right: 0 !important;
}

.no-mg, .mg-0 {
    margin: 0 !important;
}

.no-mgt, .no-mgy, .mgy-0, .mgt-0 {
    margin-top: 0 !important;
}

.no-mgb, .no-mgy, .mgy-0, .mgb-0 {
    margin-bottom: 0 !important;
}

.no-mgl, .no-mgx, .mgx-0, .mgl-0 {
    margin-left: 0 !important;
}

.no-mgr, .no-mgx, .mgx-0, .mgr-0 {
    margin-right: 0 !important;
}

.no-bg {
    background: none !important;
}

.no-bg-color {
    background-color: transparent !important;
}

.no-bg-image {
    background-image: none;
}

.no-bd {
    border-width: 0 !important;
}

.no-bdt {
    border-top-width: 0 !important;
}

.no-bdb {
    border-bottom-width: 0 !important;
}

.no-bdl {
    border-left-width: 0 !important;
}

.no-bdr {
    border-right-width: 0 !important;
}

.no-bdrs, .no-circle {
    border-radius: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.animated, .animate.key {
    animation-duration: 0.6s;
    z-index: 9;
    visibility: hidden;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

.animate-down, .animate-up, .animate-left, .animate-right, .animate-fade {
    position: relative;
    opacity: 0;
    transition: all .4s;
}

.animate-mid {
    transition: all .8s;
}

.animate-long {
    transition: all 1.2s;
}

.animate-down {
    top: -30px;
}

.animate-down-mid {
    top: -60px;
}

.animate-down-long {
    top: -120px;
}

.animate-up {
    bottom: -30px;
}

.animate-up-mid {
    bottom: -60px;
}

.animate-up-long {
    bottom: -120px;
}

.animate-left {
    right: -30px;
}

.animate-left-mid {
    right: -60px;
}

.animate-left-long {
    right: -120px;
}

.animate-right {
    left: -30px;
}

.animate-right-mid {
    left: -60px;
}

.animate-right-long {
    left: -120px;
}

.delay-1ms {
    transition-delay: 0.1s;
}

.delay-2ms {
    transition-delay: 0.2s;
}

.delay-3ms {
    transition-delay: 0.3s;
}

.delay-4ms {
    transition-delay: 0.4s;
}

.delay-5ms {
    transition-delay: 0.5s;
}

.delay-6ms {
    transition-delay: 0.6s;
}

.delay-7ms {
    transition-delay: 0.7s;
}

.delay-8ms {
    transition-delay: 0.8s;
}

.delay-9ms {
    transition-delay: 0.9s;
}

.delay-10ms {
    transition-delay: 1s;
}

.delay-11ms {
    transition-delay: 1.1s;
}

.delay-12ms {
    transition-delay: 1.2s;
}

.delay-13ms {
    transition-delay: 1.3s;
}

.delay-14ms {
    transition-delay: 1.4s;
}

.delay-15ms {
    transition-delay: 1.5s;
}

.delay-16ms {
    transition-delay: 1.6s;
}

.delay-17ms {
    transition-delay: 1.7s;
}

.delay-18ms {
    transition-delay: 1.8s;
}

.delay-19ms {
    transition-delay: 1.9s;
}

.delay-20ms {
    transition-delay: 2s;
}

.active.owl-item .animate-down, .active.owl-item .animate-up, .active.owl-item .animate-left, .active.owl-item .animate-right, .active.owl-item .animate-fade {
    opacity: 1;
}

.active.owl-item .animate-down {
    top: 0;
}

.active.owl-item .animate-up {
    bottom: 0;
}

.active.owl-item .animate-left {
    right: 0;
}

.active.owl-item .animate-right {
    left: 0;
}

.delay-removed {
    transition-delay: 0 !important;
}

.index-1 {
    z-index: 1;
}

.index-2 {
    z-index: 2;
}

.index-3 {
    z-index: 3;
}

.index-4 {
    z-index: 4;
}

.index-5 {
    z-index: 5;
}

.index-6 {
    z-index: 6;
}

.index-7 {
    z-index: 7;
}

.index-8 {
    z-index: 8;
}

.index-9 {
    z-index: 9;
}

.index-10 {
    z-index: 10;
}

.index-11 {
    z-index: 11;
}

.index-12 {
    z-index: 12;
}

.index-13 {
    z-index: 13;
}

.index-14 {
    z-index: 14;
}

.index-15 {
    z-index: 15;
}

.index-16 {
    z-index: 16;
}

.index-17 {
    z-index: 17;
}

.index-18 {
    z-index: 18;
}

.index-19 {
    z-index: 19;
}

.index-20 {
    z-index: 20;
}

.index-21 {
    z-index: 21;
}

.index-22 {
    z-index: 22;
}

.index-23 {
    z-index: 23;
}

.index-24 {
    z-index: 24;
}

.index-25 {
    z-index: 25;
}

.index-26 {
    z-index: 26;
}

.index-27 {
    z-index: 27;
}

.index-28 {
    z-index: 28;
}

.index-29 {
    z-index: 29;
}

.index-1 {
    z-index: 1 !important;
}

.index-2 {
    z-index: 2 !important;
}

.index-3 {
    z-index: 3 !important;
}

.index-4 {
    z-index: 4 !important;
}

.index-5 {
    z-index: 5 !important;
}

.index-6 {
    z-index: 6 !important;
}

.index-7 {
    z-index: 7 !important;
}

.index-8 {
    z-index: 8 !important;
}

.index-9 {
    z-index: 9 !important;
}

.index-10 {
    z-index: 10 !important;
}

.index-11 {
    z-index: 11 !important;
}

.index-12 {
    z-index: 12 !important;
}

.index-13 {
    z-index: 13 !important;
}

.index-14 {
    z-index: 14 !important;
}

.index-15 {
    z-index: 15 !important;
}

.index-16 {
    z-index: 16 !important;
}

.index-17 {
    z-index: 17 !important;
}

.index-18 {
    z-index: 18 !important;
}

.index-19 {
    z-index: 19 !important;
}

.index-20 {
    z-index: 20 !important;
}

.index-21 {
    z-index: 21 !important;
}

.index-22 {
    z-index: 22 !important;
}

.index-23 {
    z-index: 23 !important;
}

.index-24 {
    z-index: 24 !important;
}

.index-25 {
    z-index: 25 !important;
}

.index-26 {
    z-index: 26 !important;
}

.index-27 {
    z-index: 27 !important;
}

.index-28 {
    z-index: 28 !important;
}

.index-29 {
    z-index: 29 !important;
}

.tc-genitian {
    color: #122272 !important;
}

.tc-genitian-alt {
    color: #1940b0 !important;
}

.tc-genitian-dark {
    color: #0c195a !important;
}

.tc-genitian-dark-alt {
    color: #132582 !important;
}

.tc-azalea {
    color: #0f1932 !important;
}

.tc-azalea-alt {
    color: #1c2640 !important;
}

.tc-azalea-dark {
    color: #090e1b !important;
}

.tc-azalea-dark-alt {
    color: #030610 !important;
}

.tc-zinnia {
    color: #fe4350 !important;
}

.tc-zinnia-alt {
    color: #ff6c3f !important;
}

.tc-zinnia-dark {
    color: #0c195a !important;
}

.tc-zinnia-dark-alt {
    color: #132582 !important;
}

.tc-salvia {
    color: #3c1c94 !important;
}

.tc-salvia-alt {
    color: #6e19c2 !important;
}

.tc-salvia-dark {
    color: #0c195a !important;
}

.tc-salvia-dark-alt {
    color: #132582 !important;
}

.tc-lungwort {
    color: #6757d4 !important;
}

.tc-lungwort-alt {
    color: #190a85 !important;
}

.tc-lungwort-dark {
    color: #0c195a !important;
}

.tc-lungwort-dark-alt {
    color: #132582 !important;
}

.tc-jasmine {
    color: #eaeff6 !important;
}

.tc-jasmine-alt {
    color: #dde5f1 !important;
}

.tc-jasmine-dark {
    color: #223b55 !important;
}

.tc-jasmine-dark-alt {
    color: #3e5770 !important;
}

.tc-jasmine {
    color: #eaeff6 !important;
}

.tc-jasmine-alt {
    color: #dde5f1 !important;
}

.tc-jasmine-dark {
    color: #223b55 !important;
}

.tc-jasmine-dark-alt {
    color: #3e5770 !important;
}

.tc-muscari {
    color: #3455ff !important;
}

.tc-muscari-alt {
    color: #1c35b0 !important;
}

.tc-muscari-dark {
    color: #0c195a !important;
}

.tc-muscari-dark-alt {
    color: #132582 !important;
}

.tc-lavender {
    color: #5d46e8 !important;
}

.tc-lavender-alt {
    color: #3d1fbc !important;
}

.tc-lavender-dark {
    color: #0c195a !important;
}

.tc-lavender-dark-alt {
    color: #132582 !important;
}

.tc-azure {
    color: #086ddf !important;
}

.tc-azure-alt {
    color: #290075 !important;
}

.tc-azure-dark {
    color: #0c195a !important;
}

.tc-azure-dark-alt {
    color: #132582 !important;
}

.tc-classic {
    color: #08091b !important;
}

.tc-classic-alt {
    color: #2c3657 !important;
}

.tc-classic-dark {
    color: #0c195a !important;
}

.tc-classic-dark-alt {
    color: #132582 !important;
}

.bg-genitian {
    background-color: #122272 !important;
}

.bg-genitian-alt {
    background-color: #1940b0 !important;
}

.bg-genitian-dark {
    background-color: #0c195a !important;
}

.bg-genitian-dark-alt {
    background-color: #132582 !important;
}

.bg-genitian-grad {
    background-image: linear-gradient(90deg, #122272 0%, #1940b0 100%) !important;
}

.bg-genitian-grad-alt {
    background-image: linear-gradient(90deg, #1940b0 0%, #122272 100%) !important;
}

.bg-azalea {
    background-color: #0f1932 !important;
}

.bg-azalea-alt {
    background-color: #1c2640 !important;
}

.bg-azalea-dark {
    background-color: #090e1b !important;
}

.bg-azalea-dark-alt {
    background-color: #030610 !important;
}

.bg-azalea-grad {
    background-image: linear-gradient(90deg, #0f1932 0%, #1c2640 100%) !important;
}

.bg-azalea-grad-alt {
    background-image: linear-gradient(90deg, #1c2640 0%, #0f1932 100%) !important;
}

.bg-zinnia {
    background-color: #fe4350 !important;
}

.bg-zinnia-alt {
    background-color: #ff6c3f !important;
}

.bg-zinnia-dark {
    background-color: #0c195a !important;
}

.bg-zinnia-dark-alt {
    background-color: #132582 !important;
}

.bg-zinnia-grad {
    background-image: linear-gradient(135deg, #fe4350 0%, #ff6c3f 100%) !important;
}

.bg-zinnia-grad-alt {
    background-image: linear-gradient(135deg, #ff6c3f 0%, #fe4350 100%) !important;
}

.bg-salvia {
    background-color: #3c1c94 !important;
}

.bg-salvia-alt {
    background-color: #6e19c2 !important;
}

.bg-salvia-dark {
    background-color: #0c195a !important;
}

.bg-salvia-dark-alt {
    background-color: #132582 !important;
}

.bg-salvia-grad {
    background-image: linear-gradient(45deg, #3c1c94 0%, #6e19c2 100%) !important;
}

.bg-salvia-grad-alt {
    background-image: linear-gradient(45deg, #6e19c2 0%, #3c1c94 100%) !important;
}

.bg-lungwort {
    background-color: #6757d4 !important;
}

.bg-lungwort-alt {
    background-color: #190a85 !important;
}

.bg-lungwort-dark {
    background-color: #0c195a !important;
}

.bg-lungwort-dark-alt {
    background-color: #132582 !important;
}

.bg-lungwort-grad {
    background-image: linear-gradient(135deg, #6757d4 0%, #190a85 100%) !important;
}

.bg-lungwort-grad-alt {
    background-image: linear-gradient(135deg, #190a85 0%, #6757d4 100%) !important;
}

.bg-jasmine {
    background-color: #eaeff6 !important;
}

.bg-jasmine-alt {
    background-color: #dde5f1 !important;
}

.bg-jasmine-dark {
    background-color: #223b55 !important;
}

.bg-jasmine-dark-alt {
    background-color: #3e5770 !important;
}

.bg-jasmine-grad {
    background-image: linear-gradient(-135deg, #eaeff6 0%, #dde5f1 100%) !important;
}

.bg-jasmine-grad-alt {
    background-image: linear-gradient(-135deg, #dde5f1 0%, #eaeff6 100%) !important;
}

.bg-lobelia {
    background-color: #0a1992 !important;
}

.bg-lobelia-alt {
    background-color: #000537 !important;
}

.bg-lobelia-dark {
    background-color: #0c195a !important;
}

.bg-lobelia-dark-alt {
    background-color: #132582 !important;
}

.bg-lobelia-grad {
    background-image: linear-gradient(-45deg, #0a1992 0%, #000537 100%) !important;
}

.bg-lobelia-grad-alt {
    background-image: linear-gradient(-45deg, #000537 0%, #0a1992 100%) !important;
}

.bg-muscari {
    background-color: #3455ff !important;
}

.bg-muscari-alt {
    background-color: #1c35b0 !important;
}

.bg-muscari-dark {
    background-color: #0c195a !important;
}

.bg-muscari-dark-alt {
    background-color: #132582 !important;
}

.bg-muscari-grad {
    background-image: linear-gradient(45deg, #3455ff 0%, #1c35b0 100%) !important;
}

.bg-muscari-grad-alt {
    background-image: linear-gradient(45deg, #1c35b0 0%, #3455ff 100%) !important;
}

.bg-lavender {
    background-color: #5d46e8 !important;
}

.bg-lavender-alt {
    background-color: #3d1fbc !important;
}

.bg-lavender-dark {
    background-color: #0c195a !important;
}

.bg-lavender-dark-alt {
    background-color: #132582 !important;
}

.bg-lavender-grad {
    background-image: linear-gradient(45deg, #5d46e8 0%, #3d1fbc 100%) !important;
}

.bg-lavender-grad-alt {
    background-image: linear-gradient(45deg, #3d1fbc 0%, #5d46e8 100%) !important;
}

.bg-azure {
    background-color: #086ddf !important;
}

.bg-azure-alt {
    background-color: #290075 !important;
}

.bg-azure-dark {
    background-color: #0c195a !important;
}

.bg-azure-dark-alt {
    background-color: #132582 !important;
}

.bg-azure-grad {
    background-image: linear-gradient(-45deg, #086ddf 0%, #290075 100%) !important;
}

.bg-azure-grad-alt {
    background-image: linear-gradient(-45deg, #290075 0%, #086ddf 100%) !important;
}

.bg-classic {
    background-color: #08091b !important;
}

.bg-classic-alt {
    background-color: #2c3657 !important;
}

.bg-classic-dark {
    background-color: #0c195a !important;
}

.bg-classic-dark-alt {
    background-color: #132582 !important;
}

.bg-classic-grad {
    background-image: linear-gradient(45deg, #08091b 0%, #2c3657 100%) !important;
}

.bg-classic-grad-alt {
    background-image: linear-gradient(45deg, #2c3657 0%, #08091b 100%) !important;
}

[dir="rtl"], .has-rtl {
    text-align: right !important;
}

.has-rtl .text-left, .has-rtl .text-start, .has-rtl .mfp-content {
    text-align: right !important;
}

.has-rtl .text-right, .has-rtl .text-end {
    text-align: left !important;
}

.has-rtl .mr-1, .has-rtl .me-1 {
    margin-right: 0 !important;
    margin-left: .25rem !important;
}

.has-rtl .mr-2, .has-rtl .me-2 {
    margin-right: 0 !important;
    margin-left: .5rem !important;
}

.has-rtl .mr-3, .has-rtl .me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

.has-rtl .mr-4, .has-rtl .me-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
}

.has-rtl .mr-5, .has-rtl .me-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
}

.has-rtl .mr-auto, .has-rtl .me-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

.has-rtl .ml-1, .has-rtl .ms-1 {
    margin-left: 0 !important;
    margin-right: .25rem !important;
}

.has-rtl .ml-2, .has-rtl .ms-2 {
    margin-left: 0 !important;
    margin-right: .5rem !important;
}

.has-rtl .ml-3, .has-rtl .ms-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

.has-rtl .ml-4, .has-rtl .ms-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
}

.has-rtl .ml-5, .has-rtl .ms-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
}

.has-rtl .ml-auto, .has-rtl .ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

@media (min-width: 576px) {
    .has-rtl .text-sm-left, .has-rtl .text-sm-start {
        text-align: right !important;
    }

    .has-rtl .text-sm-right, .has-rtl .text-sm-end {
        text-align: left !important;
    }

    .has-rtl .mr-sm-1, .has-rtl .me-sm-1 {
        margin-right: 0 !important;
        margin-left: .25rem !important;
    }

    .has-rtl .mr-sm-2, .has-rtl .me-sm-2 {
        margin-right: 0 !important;
        margin-left: .5rem !important;
    }

    .has-rtl .mr-sm-3, .has-rtl .me-sm-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important;
    }

    .has-rtl .mr-sm-4, .has-rtl .me-sm-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important;
    }

    .has-rtl .mr-sm-5, .has-rtl .me-sm-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important;
    }

    .has-rtl .mr-sm-auto, .has-rtl .me-sm-auto {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .has-rtl .ml-sm-1, .has-rtl .ms-sm-1 {
        margin-left: 0 !important;
        margin-right: .25rem !important;
    }

    .has-rtl .ml-sm-2, .has-rtl .ms-sm-2 {
        margin-left: 0 !important;
        margin-right: .5rem !important;
    }

    .has-rtl .ml-sm-3, .has-rtl .ms-sm-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }

    .has-rtl .ml-sm-4, .has-rtl .ms-sm-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }

    .has-rtl .ml-sm-5, .has-rtl .ms-sm-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important;
    }

    .has-rtl .ml-sm-auto, .has-rtl .ms-sm-auto {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

@media (min-width: 768px) {
    .has-rtl .text-md-left, .has-rtl .text-md-start {
        text-align: right !important;
    }

    .has-rtl .text-md-right, .has-rtl .text-md-end {
        text-align: left !important;
    }

    .has-rtl .mr-md-1, .has-rtl .me-md-1 {
        margin-right: 0 !important;
        margin-left: .25rem !important;
    }

    .has-rtl .mr-md-2, .has-rtl .me-md-2 {
        margin-right: 0 !important;
        margin-left: .5rem !important;
    }

    .has-rtl .mr-md-3, .has-rtl .me-md-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important;
    }

    .has-rtl .mr-md-4, .has-rtl .me-md-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important;
    }

    .has-rtl .mr-md-5, .has-rtl .me-md-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important;
    }

    .has-rtl .mr-md-auto, .has-rtl .me-md-auto {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .has-rtl .ml-md-1, .has-rtl .ms-md-1 {
        margin-left: 0 !important;
        margin-right: .25rem !important;
    }

    .has-rtl .ml-md-2, .has-rtl .ms-md-2 {
        margin-left: 0 !important;
        margin-right: .5rem !important;
    }

    .has-rtl .ml-md-3, .has-rtl .ms-md-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }

    .has-rtl .ml-md-4, .has-rtl .ms-md-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }

    .has-rtl .ml-md-5, .has-rtl .ms-md-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important;
    }

    .has-rtl .ml-md-auto, .has-rtl .ms-md-auto {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

@media (min-width: 992px) {
    .has-rtl .text-lg-left, .has-rtl .text-lg-start {
        text-align: right !important;
    }

    .has-rtl .text-lg-right, .has-rtl .text-lg-end {
        text-align: left !important;
    }

    .has-rtl .mr-lg-1, .has-rtl .me-lg-1 {
        margin-right: 0 !important;
        margin-left: .25rem !important;
    }

    .has-rtl .mr-lg-2, .has-rtl .me-lg-2 {
        margin-right: 0 !important;
        margin-left: .5rem !important;
    }

    .has-rtl .mr-lg-3, .has-rtl .me-lg-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important;
    }

    .has-rtl .mr-lg-4, .has-rtl .me-lg-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important;
    }

    .has-rtl .mr-lg-5, .has-rtl .me-lg-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important;
    }

    .has-rtl .mr-lg-auto, .has-rtl .me-lg-auto {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .has-rtl .ml-lg-1, .has-rtl .ms-lg-1 {
        margin-left: 0 !important;
        margin-right: .25rem !important;
    }

    .has-rtl .ml-lg-2, .has-rtl .ms-lg-2 {
        margin-left: 0 !important;
        margin-right: .5rem !important;
    }

    .has-rtl .ml-lg-3, .has-rtl .ms-lg-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }

    .has-rtl .ml-lg-4, .has-rtl .ms-lg-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }

    .has-rtl .ml-lg-5, .has-rtl .ms-lg-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important;
    }

    .has-rtl .ml-lg-auto, .has-rtl .ms-lg-auto {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1200px) {
    .has-rtl .text-xl-left, .has-rtl .text-xl-start {
        text-align: right !important;
    }

    .has-rtl .text-xl-right, .has-rtl .text-xl-end {
        text-align: left !important;
    }

    .has-rtl .mr-xl-1, .has-rtl .me-xl-1 {
        margin-right: 0 !important;
        margin-left: .25rem !important;
    }

    .has-rtl .mr-xl-2, .has-rtl .me-xl-2 {
        margin-right: 0 !important;
        margin-left: .5rem !important;
    }

    .has-rtl .mr-xl-3, .has-rtl .me-xl-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important;
    }

    .has-rtl .mr-xl-4, .has-rtl .me-xl-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important;
    }

    .has-rtl .mr-xl-5, .has-rtl .me-xl-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important;
    }

    .has-rtl .mr-xl-auto, .has-rtl .me-xl-auto {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .has-rtl .ml-xl-1, .has-rtl .ms-xl-1 {
        margin-left: 0 !important;
        margin-right: .25rem !important;
    }

    .has-rtl .ml-xl-2, .has-rtl .ms-xl-2 {
        margin-left: 0 !important;
        margin-right: .5rem !important;
    }

    .has-rtl .ml-xl-3, .has-rtl .ms-xl-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }

    .has-rtl .ml-xl-4, .has-rtl .ms-xl-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }

    .has-rtl .ml-xl-5, .has-rtl .ms-xl-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important;
    }

    .has-rtl .ml-xl-auto, .has-rtl .ms-xl-auto {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

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

    .container-xxl {
        max-width: 1490px;
    }
}

.container-fluid, .container-mb, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12, .col-mb, .col-mb-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
}

/* jQuery FlexSlider v2.7.2 https://www.woocommerce.com/flexslider/ Copyright 2012 WooThemes Free to use under the GPLv2 and later license. http://www.gnu.org/licenses/gpl-2.0.html Contributing author: Tyler Smith (@mbmufffin) */
/* ==================================================================================================================== FONT-FACE ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url("../fonts/flexslider-icon.eot");
    src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ==================================================================================================================== RESETS ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
    outline: none;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ==================================================================================================================== BASE STYLES ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ==================================================================================================================== DEFAULT THEME ====================================================================================================================*/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/* ==================================================================================================================== RESPONSIVE ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
