:root {
    --main_font: "29LT Bukra";
    --second_font: "sans-serif";
    --third_font: "Open Sans";
    --forth_font: "Raleway";
    --fa_font: "Font Awesome 5 Free";
    --color_porcelain_approx: #ecf0f1;
    --color_very_light_grey: #cacaca;
    --color_martini_approx: #9a9a9a;
    --color_minsk_approx: #41307c;
    --white: #fff;
    --color_science_blue_approx: #0071e3;
    --color_mine_shaft_approx: #2a2a2a;
    --black_5: rgba(0, 0, 0, 0.05);
    --black: #000;
    --color_science_blue_25_approx: rgba(0, 113, 227, 0.25);
    --color_titan_white_approx: #f2f2ff;
    --color_deep_sapphire_approx: #092270;
    --color_torea_bay_approx: #102694;
    --color_cerulean_blue_approx: #274bdb;
    --color_shark_approx: #212529;
    --color_curious_blue_approx: #3393c7;
    --white_29: rgba(255, 255, 255, 0.29);
    --color_governor_bay_50_approx: rgba(46, 57, 201, 0.5);
    --color_governor_bay_approx: #2e39c9;
    --white_80: rgba(255, 255, 255, 0.8);
    --color_mariner_approx: #2971e3;
    --white_10: rgba(255, 255, 255, 0.1);
    --concrete: #f2f2f2;
    --color_gun_powder_approx: #3c3c61;
    --color_dodger_blue_approx: #2e7bff;
    --color_maverick_approx: #cdcbcd;
    --color_dodger_blue_27_approx: rgba(33, 150, 243, 0.27);
    --color_blue_bell_7_approx: rgba(143, 134, 195, 0.07);
    --color_trout_approx: #515867;
    --black_7: rgba(0, 0, 0, 0.07);
    --black_6: rgba(0, 0, 0, 0.06);
    --color_iron_approx: #dee2e6;
    --color_blue_haze_approx: #b7bacf;
    --white_15: rgba(255, 255, 255, 0.15);
    --color_zircon_approx: #f2f6ff;
    --color_fiord_5_approx: rgba(64, 74, 105, 0.05);
    --color_ship_cove_approx: #7991ae;
    --color_catalina_blue_approx: #091c7a;
    --color_bunting_approx: #121f4e;
    --color_science_blue_24_approx: rgba(0, 113, 227, 0.24);
    --color_science_blue_70_approx: rgba(0, 113, 227, 0.7);
    --white_35: rgba(255, 255, 255, 0.35);
    --black_70: rgba(0, 0, 0, 0.7);
    --color_science_blue_42_approx: rgba(0, 113, 227, 0.42);
    --color_azure_radiance_approx: #0095ff;
    --black_8: rgba(0, 0, 0, 0.08);
    --color_alto_approx: #dadada;
    --color_dove_gray_approx: #616161;
    --color_denim_approx: #1072bf;
    --color_mischka_approx: #cecfd7;
    --alto: #dbdbdb;
    --black_50: rgba(0, 0, 0, 0.5);
    --color_cod_gray_7_approx: rgba(30, 30, 30, 0.07);
    --color_manatee_approx: #8992a3;
    --color_regent_gray_9_approx: rgba(138, 147, 157, 0.09);
    --color_malibu_approx: #80bdff;
    --color_silver_approx: #ccc;
    --black_60: rgba(0, 0, 0, 0.6);
    --black_80: rgba(0, 0, 0, 0.8);
    --color_cardinal_approx: #c9182b;
    --color_cinnabar_approx: #f03838;
    --color_revolver_approx: #331d35;
    --black_20: rgba(0, 0, 0, 0.2);
    --color_jacarta_approx: #37296a;
    --color_mercury_approx: #e6e6e6;
    --color_wild_sand_approx: #f6f6f6;
    --black_11: rgba(0, 0, 0, 0.11);
    --color_salem_approx: #15a048;
    --color_storm_gray_approx: #747487;
    --color_blue_zodiac_approx: #11223f;
    --color_picton_blue_approx: #379fe3;
    --color_link_water_approx: #f7f9fc;
    --color_athens_gray_approx: #e4e9f2;
    --color_cloud_burst_approx: #222b45;
    --color_seagull_approx: #82c0e8;
    --color_tonys_pink_approx: #ef9288;
    --color_de_york_approx: #7bcd9e;
    --color_light_wisteria_approx: #c19ad2;
    --yellow: #ffff00;
    --black_30_8: rgba(0, 0, 0, 0.308);
    --color_cloud_burst_55_5_approx: rgba(34, 43, 69, 0.5);
    --color_cerulean_approx: #00acee;
    --color_allports_approx: #0e76a8
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -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(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;
    -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 {
    -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: -webkit-grab;
    cursor: grab
}

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

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

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

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    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 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

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

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

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    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;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

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

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: var(--color_maverick_approx)
}

.owl-nav i {
    font-size: 16px;
    padding-top: 0;
    color: var(--color_science_blue_approx)
}

.owl-nav .owl-prev,.owl-nav .owl-next {
    position: absolute;
    border-radius: 4px;
    width: 39px;
    height: 39px;
    border: 1px solid var(--color_dodger_blue_27_approx) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.owl-nav .owl-prev {
    top: -90px
}

.owl-nav .owl-next {
    top: -90px
}
