﻿body {
/*    padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Image Frames */
.image-frame {
    position: relative;
    display: block;
    text-decoration: none;
    max-width: 100%;
    z-index: 0;
    /* Image Frames Styles */
}

    .image-frame img {
        position: relative;
        z-index: 1;
    }

    .image-frame .image-frame-wrapper {
        position: relative;
        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;
        height: 100%;
        overflow: hidden;
    }

        .image-frame .image-frame-wrapper > img {
            -webkit-transition: ease transform 300ms;
            transition: ease transform 300ms;
        }

        .image-frame .image-frame-wrapper .image-frame-background {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center;
        }

        .image-frame .image-frame-wrapper .image-frame-inner-border {
            position: absolute;
            top: 13px;
            right: 13px;
            bottom: 13px;
            left: 13px;
            border: solid rgba(255, 255, 255, 0.1);
            border-width: 0;
            z-index: 2;
            -webkit-transition: ease border-width 300ms 200ms;
            transition: ease border-width 300ms 200ms;
        }

        .image-frame .image-frame-wrapper .image-frame-action {
            position: absolute;
            opacity: 0;
            z-index: 2;
            /*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
            -webkit-transition: ease opacity 300ms 100ms;
            transition: ease opacity 300ms 100ms;
            text-align: center;
        }

            .image-frame .image-frame-wrapper .image-frame-action .image-frame-action-icon {
                display: block;
                color: #FFF;
                font-size: 1.2307692308em;
                line-height: 2.9230769231em;
                border: 1px solid rgba(255, 255, 255, 0.85);
                border-radius: 100%;
                width: 2.9230769231em;
                height: 2.9230769231em;
                text-align: center;
                margin: 3.2px;
                margin: 0.2rem;
                margin: 10px auto;
            }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-absolute-center {
                top: 50%;
                left: 50%;
                -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
            }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-style-2 .image-frame-action-icon {
                border: 0;
                background: rgba(28, 31, 33, 0.95);
                border-radius: 0;
            }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon {
                -webkit-transition: ease transform 200ms;
                transition: ease transform 200ms;
            }

                .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon:hover {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-sm .image-frame-action-icon {
                font-size: 0.9230769231em;
            }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-md .image-frame-action-icon {
                font-size: 1.0769230769em;
            }

        .image-frame .image-frame-wrapper .image-frame-info {
            position: absolute;
            width: 100%;
            z-index: 4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            opacity: 0;
            -webkit-transition: ease opacity 300ms 100ms;
            transition: ease opacity 300ms 100ms;
        }

            .image-frame .image-frame-wrapper .image-frame-info.image-frame-info-show {
                opacity: 1;
            }

        .image-frame .image-frame-wrapper .image-frame-info-box-style-1 {
            background: #FFF;
            padding: 10px 20px;
            text-align: center;
            display: block;
            font-family: "Montserrat", sans-serif;
        }

        .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
            max-width: 70%;
            margin: 0 auto;
            -ms-flex-item-align: end;
            align-self: flex-end;
            margin-bottom: 24px;
            margin-bottom: 1.5rem;
        }

            .image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                line-height: 1;
            }

                .image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span {
                    position: relative;
                    font-size: 56px;
                    font-size: 3.5rem;
                    -ms-flex-item-align: end;
                    align-self: flex-end;
                    left: -4px;
                    top: -4px;
                }

                    .image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span:after {
                        content: '';
                        position: absolute;
                        display: block;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        top: 65%;
                        background: #FFF;
                    }

            .image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
                padding: 32px 41.6px 32px;
                padding: 2rem 2.6rem 2rem;
                margin-top: -35.2px;
                margin-top: -2.2rem;
            }

@media (min-width: 992px) and (max-width: 1300px) {
    .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
        max-width: 95%;
    }
}

@media (max-width: 1199px) {
    .image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
        padding: 2rem 0.8rem 1rem;
    }
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #2E3237;
    z-index: 2;
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

    .image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        opacity: 0;
        -webkit-transition: ease opacity 300ms 300ms;
        transition: ease opacity 300ms 300ms;
    }

    .image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action {
        display: block;
        color: #FFF;
        font-size: 1.2307692308em;
        line-height: 2.4615384615em;
        border: 1px solid rgba(72, 72, 72, 0.85);
        border-radius: 100%;
        width: 2.4615384615em;
        height: 2.4615384615em;
        text-align: center;
        margin: 3.2px;
        margin: 0.2rem;
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: ease opacity 300ms 300ms, ease transform 300ms;
        transition: ease opacity 300ms 300ms, ease transform 300ms;
    }

        .image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .image-frame .image-frame-wrapper .image-frame-bottom-bar.image-frame-bottom-bar-style-2 {
        background: -webkit-gradient(linear, left bottom, left top, from(#2E3237), to(rgba(241, 243, 247, 0)));
        background: linear-gradient(to top, #2E3237, rgba(241, 243, 247, 0));
    }

.image-frame:hover .image-frame-info {
    opacity: 1;
}

.image-frame:hover .image-frame-bottom-bar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-info,
    .image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-action {
        opacity: 1;
    }

.image-frame.image-frame-border {
    border: 1px solid rgba(28, 31, 33, 0.1);
}

.image-frame.image-frame-style-1 {
    background-color: #FFF;
}

    .image-frame.image-frame-style-1 .image-frame-wrapper:after {
        content: "";
        position: absolute;
        display: block;
        background: rgba(28, 31, 33, 0.8);
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
        bottom: -4px;
        color: #FFF;
        left: -4px;
        right: -4px;
        top: -4px;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
    }

    .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom:after {
        top: auto;
        height: 30%;
    }

    .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-light:after {
        background: rgba(255, 255, 255, 0.8);
    }

    .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-justify-left {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 30%;
            margin-bottom: -4px;
        }

    .image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper:after {
        opacity: 1;
    }

    .image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper > img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
        border-width: 10px;
        -webkit-transition: ease border-width 300ms 200ms;
        transition: ease border-width 300ms 200ms;
    }

    .image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
        opacity: 1;
    }

    .image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper:after {
        -webkit-transition: ease all 100ms;
        transition: ease all 100ms;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    .image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper .image-frame-action {
        opacity: 0;
        -webkit-transition: ease all 300ms;
        transition: ease all 300ms;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    .image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper .image-frame-action {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

.image-frame.image-frame-style-2:after, .image-frame.image-frame-style-3:after, .image-frame.image-frame-style-4:after {
    content: ' ';
    position: absolute;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
    border: 5px solid #FFF;
    z-index: 3;
}

.image-frame.image-frame-style-3 {
    overflow: hidden;
}

    .image-frame.image-frame-style-3:after {
        bottom: -15px;
    }

    .image-frame.image-frame-style-3 .image-frame-wrapper .image-frame-info {
        padding-top: 15px;
    }

.image-frame.image-frame-style-4 {
    overflow: hidden;
}

    .image-frame.image-frame-style-4:after {
        top: -15px;
    }

    .image-frame.image-frame-style-4 .image-frame-wrapper .image-frame-info {
        padding-bottom: 15px;
    }

.image-frame.image-frame-style-5 {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

    .image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper:after {
        opacity: 1;
    }

    .image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper > img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
        border-width: 10px;
        -webkit-transition: ease border-width 300ms 200ms;
        transition: ease border-width 300ms 200ms;
    }

    .image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
        opacity: 1;
    }

.image-frame.image-frame-style-6 img {
    position: relative;
    z-index: 2;
    border: 4px solid #FFF;
}

.image-frame.image-frame-style-6:before {
    background: #252a2c none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -5px;
    content: " ";
    -webkit-filter: blur(2px);
    filter: blur(2px);
    height: 10px;
    left: -10px;
    opacity: 0.1;
    position: absolute;
    right: -10px;
    z-index: 1;
}

.image-frame.image-frame-style-7 {
    padding: 4px;
    border: 5px solid #777;
    border-radius: 50%;
}

.image-frame.image-frame-style-8 .image-frame-action-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

.image-frame.image-frame-style-8:hover .image-frame-action, .image-frame.image-frame-style-8.show .image-frame-action {
    opacity: 1;
}

.image-frame.image-frame-style-8:hover .image-frame-action-bottom, .image-frame.image-frame-style-8.show .image-frame-action-bottom {
    -webkit-transform: none;
    transform: none;
}

/* Hover Effect 3d */
.hover-effect-3d .image-frame-style-1 {
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

    .hover-effect-3d .image-frame-style-1:hover {
        -webkit-box-shadow: 0px 17px 20px -15px rgba(28, 31, 33, 0.6);
        box-shadow: 0px 17px 20px -15px rgba(28, 31, 33, 0.6);
    }

    .hover-effect-3d .image-frame-style-1 .image-frame-action .image-frame-action-icon {
        pointer-events: none;
    }

/* IE */
html.ie {
    /* Image Frames */
    /* Image Frame Inside Carousel */
}

    html.ie .image-frame {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        html.ie .image-frame .image-frame-wrapper img,
        html.ie .image-frame .image-frame-wrapper a > img {
            width: 100%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

        html.ie .image-frame .image-frame-wrapper .image-frame-info {
            position: relative;
            left: -100%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        html.ie .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
            margin: 0;
        }

        html.ie .image-frame .image-frame-wrapper .image-frame-action {
            position: relative;
            left: -100%;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        html.ie .image-frame .image-frame-wrapper .image-frame-background + .image-frame-info, html.ie .image-frame .image-frame-wrapper .image-frame-background + .image-frame-inner-border + .image-frame-action {
            left: 0;
        }

        html.ie .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action {
            height: 30%;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        html.ie .image-frame.image-frame-effect-2 .image-frame-wrapper .image-frame-action:not(.image-frame-action-style-2) {
            position: absolute;
            left: 0;
            bottom: 0;
        }

    html.ie .owl-carousel .image-frame .image-frame-wrapper img,
    html.ie .owl-carousel .image-frame .image-frame-wrapper a > img {
        z-index: -1;
    }

.hover-effect-3.portfolio-item .image-frame {
    -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
    -webkit-transition: ease box-shadow 300ms;
    transition: ease box-shadow 300ms;
}
.hover-effect-3.portfolio-item:hover .image-frame, .hover-effect-3.portfolio-item.show .image-frame {
    -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}


html .owl-carousel:not(.mirrored) .owl-nav .owl-prev,
html .owl-carousel:not(.mirrored) .owl-nav .owl-next {
    color: #004A99;
}

html .owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span {
    background: #2388ed !important;
}

html .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card,
html .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .testimonial-arrow {
    background: #004A99 !important;
}

html .owl-carousel.rounded-style-1 .owl-stage-outer:before {
    border-color: #004A99;
}

html .owl-carousel.nav-style-5 .owl-nav .owl-prev,
html .owl-carousel.nav-style-5 .owl-nav .owl-next {
    background: #004A99;
    color: #FFF !important;
}

html.ie .owl-carousel .image-frame .image-frame-wrapper img,
html.ie .owl-carousel .image-frame .image-frame-wrapper a > img {
    z-index: -1;
}
/* Carousel */
.owl-carousel {
    /* Rounded Style 1 */
    /* Owl Dots Styles */
    /* Owl Nav Styles */
    /* Nav Colors */
    /* Nav Size */
}

    .owl-carousel.stage-py-1 .owl-stage-outer {
        padding-top: 32px;
        padding-top: 2rem;
        padding-bottom: 32px;
        padding-bottom: 2rem;
    }

    .owl-carousel .owl-item {
        -ms-touch-action: auto !important;
        touch-action: auto !important;
    }

    .owl-carousel .owl-nav {
        top: 50%;
        position: absolute;
        margin-top: -23px;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
            display: inline-block;
            position: absolute;
            width: 30px;
            height: 30px;
            outline: none;
        }

        .owl-carousel .owl-nav .owl-prev {
            left: -5px;
        }

            .owl-carousel .owl-nav .owl-prev:before {
                font: 18px/1 FontAwesome;
                content: "\f053";
                position: relative;
                left: -1px;
                top: 1px;
                font-weight: 900;
            }

        .owl-carousel .owl-nav .owl-next {
            right: -5px;
        }

            .owl-carousel .owl-nav .owl-next:before {
                font: 18px/1 FontAwesome;
                content: "\f054";
                position: relative;
                left: 2px;
                top: 1px;
                font-weight: 900;
            }

        .owl-carousel .owl-nav.disabled + .owl-dots {
            margin-top: 16px;
            margin-top: 1rem;
        }

    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        outline: none;
    }

    .owl-carousel .owl-dots {
        margin-top: 32px;
        margin-top: 2rem;
    }

        .owl-carousel .owl-dots .owl-dot {
            outline: none;
        }

    .owl-carousel.rounded-style-1 .owl-stage-outer {
        border-radius: 100%;
    }

        .owl-carousel.rounded-style-1 .owl-stage-outer:before {
            content: '';
            display: block;
            pointer-events: none;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 4px solid;
            border-color: #CCC;
            border-radius: 100%;
            z-index: 1;
        }

        .owl-carousel.rounded-style-1 .owl-stage-outer:after {
            content: '';
            display: block;
            pointer-events: none;
            position: absolute;
            top: 4px;
            right: 4px;
            bottom: 4px;
            left: 4px;
            border: 6px solid;
            border-color: #FFF;
            border-radius: 100%;
            z-index: 1;
        }

    .owl-carousel.dots-style-1 {
        margin-bottom: 30px;
    }

        .owl-carousel.dots-style-1 .owl-dots .owl-dot span {
            width: 7px;
            height: 7px;
            margin: 4px 4px;
            -webkit-transition: ease background 300ms 100ms;
            transition: ease background 300ms 100ms;
        }

        .owl-carousel.dots-style-1 .owl-dots .owl-dot.active span {
            background: #CCC;
            -webkit-transition: ease background 300ms;
            transition: ease background 300ms;
        }

    .owl-carousel.dots-style-2 .owl-dots {
        position: absolute;
        bottom: 7px;
        right: 10px;
    }

        .owl-carousel.dots-style-2 .owl-dots .owl-dot span {
            width: 7px;
            height: 7px;
            margin: 4px 4px;
        }

        .owl-carousel.dots-style-2 .owl-dots .owl-dot.active span {
            background: #CCC;
        }

    .owl-carousel.dots-style-2.dots-style-2-left .owl-dots {
        right: auto;
        left: 10px;
    }

    .owl-carousel.dots-style-2.dots-style-2-center .owl-dots {
        right: auto;
        left: auto;
        width: 100%;
    }

    .owl-carousel.dots-style-2.dots-style-2-center-more-up .owl-dots {
        bottom: 30px;
        right: auto;
        left: auto;
        width: 100%;
    }

    .owl-carousel.dots-style-3 {
        margin-bottom: 30px;
    }

        .owl-carousel.dots-style-3 .owl-dots {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .owl-carousel.dots-style-3 .owl-dots .owl-dot {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .owl-carousel.dots-style-3 .owl-dots .owl-dot span {
                    width: 4px;
                    height: 4px;
                    -webkit-transition: ease all 300ms 300ms;
                    transition: ease all 300ms 300ms;
                }

                .owl-carousel.dots-style-3 .owl-dots .owl-dot.active span {
                    background: #CCC;
                    -webkit-transition: ease all 300ms;
                    transition: ease all 300ms;
                    -webkit-transform: scale(2);
                    transform: scale(2);
                }

    .owl-carousel.nav-style-1 {
        padding-bottom: 30px;
    }

        .owl-carousel.nav-style-1 .owl-nav {
            left: 50%;
            margin-top: 0;
            position: absolute;
            top: auto;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 65px;
        }

            .owl-carousel.nav-style-1 .owl-nav .owl-prev,
            .owl-carousel.nav-style-1 .owl-nav .owl-next {
                background: transparent;
                color: #CCC;
                font-size: 22.4px;
                font-size: 1.4rem;
            }

                .owl-carousel.nav-style-1 .owl-nav .owl-prev:before {
                    content: '\f104';
                }

                .owl-carousel.nav-style-1 .owl-nav .owl-next:before {
                    content: '\f105';
                }

    .owl-carousel.nav-style-2 .owl-nav .owl-prev,
    .owl-carousel.nav-style-2 .owl-nav .owl-next {
        background: transparent;
        color: #CCC;
        font-size: 22.4px;
        font-size: 1.4rem;
    }

    .owl-carousel.nav-style-2 .owl-nav .owl-prev {
        left: 0;
    }

        .owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
            content: '\f104';
        }

    .owl-carousel.nav-style-2 .owl-nav .owl-next {
        right: 0;
    }

        .owl-carousel.nav-style-2 .owl-nav .owl-next:before {
            content: '\f105';
        }

    .owl-carousel.nav-style-3 .owl-nav .owl-prev,
    .owl-carousel.nav-style-3 .owl-nav .owl-next {
        background: transparent;
        color: #CCC;
        font-size: 28.8px;
        font-size: 1.8rem;
    }

    .owl-carousel.nav-style-3 .owl-nav .owl-prev {
        left: -45px;
    }

        .owl-carousel.nav-style-3 .owl-nav .owl-prev:before {
            content: '\f104';
        }

    .owl-carousel.nav-style-3 .owl-nav .owl-next {
        right: -45px;
    }

        .owl-carousel.nav-style-3 .owl-nav .owl-next:before {
            content: '\f105';
        }

    .owl-carousel.nav-style-4 .owl-nav {
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        margin-top: -20px;
    }

        .owl-carousel.nav-style-4 .owl-nav .owl-prev,
        .owl-carousel.nav-style-4 .owl-nav .owl-next {
            background: rgba(255, 255, 255, 0.6);
            border-radius: 100%;
            color: #666 !important;
            font-size: 22.4px;
            font-size: 1.4rem;
            line-height: 17px;
        }

        .owl-carousel.nav-style-4 .owl-nav .owl-prev {
            left: 3px;
        }

            .owl-carousel.nav-style-4 .owl-nav .owl-prev:before {
                content: '\f104';
            }

        .owl-carousel.nav-style-4 .owl-nav .owl-next {
            right: 3px;
        }

            .owl-carousel.nav-style-4 .owl-nav .owl-next:before {
                content: '\f105';
            }

    .owl-carousel.nav-style-4:hover .owl-nav {
        opacity: 1;
    }

    .owl-carousel.nav-style-5 .owl-nav {
        top: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        margin-top: 0;
        height: 100%;
        pointer-events: none;
    }

        .owl-carousel.nav-style-5 .owl-nav .owl-prev,
        .owl-carousel.nav-style-5 .owl-nav .owl-next {
            background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
            border-radius: 0;
            font-size: 22.4px;
            font-size: 1.4rem;
            height: 100%;
            line-height: 17px;
            margin: 0;
            color: #666 !important;
            width: 35px;
            pointer-events: auto;
        }

        .owl-carousel.nav-style-5 .owl-nav .owl-prev {
            left: 0;
        }

            /*.owl-carousel.nav-style-5 .owl-nav .owl-prev:before {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                content: '\f104';
                font: 18px/1 FontAwesome;
            }*/

        .owl-carousel.nav-style-5 .owl-nav .owl-next {
            right: 0;
        }

            /*.owl-carousel.nav-style-5 .owl-nav .owl-next:before {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                content: '\f105';
                font: 18px/1 FontAwesome;
            }*/

    .owl-carousel.nav-style-5:hover .owl-nav {
        opacity: 1;
    }

    .owl-carousel.nav-style-6 .owl-nav .owl-next,
    .owl-carousel.nav-style-6 .owl-nav .owl-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 65px;
        height: 65px;
        background: transparent;
    }

        .owl-carousel.nav-style-6 .owl-nav .owl-next:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border-top: 1px solid #FFF;
            border-right: 1px solid #FFF;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .owl-carousel.nav-style-6 .owl-nav .owl-next:after {
            content: '';
            display: block;
            position: absolute;
            width: 35px;
            right: 19px;
            border-top: 1px solid #FFF;
        }

        .owl-carousel.nav-style-6 .owl-nav .owl-prev:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border-top: 1px solid #FFF;
            border-left: 1px solid #FFF;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .owl-carousel.nav-style-6 .owl-nav .owl-prev:after {
            content: '';
            display: block;
            position: absolute;
            width: 35px;
            left: 19px;
            border-top: 1px solid #FFF;
        }

    .owl-carousel.nav-style-7 .owl-nav .owl-prev,
    .owl-carousel.nav-style-7 .owl-nav .owl-next {
        background: transparent;
        color: #CCC;
        font-size: 22.4px;
        font-size: 1.4rem;
    }

    .owl-carousel.nav-style-7 .owl-nav .owl-prev {
        left: 15px;
    }

        .owl-carousel.nav-style-7 .owl-nav .owl-prev:before {
            content: '\f104';
        }

    .owl-carousel.nav-style-7 .owl-nav .owl-next {
        right: 15px;
    }

        .owl-carousel.nav-style-7 .owl-nav .owl-next:before {
            content: '\f105';
        }

    .owl-carousel.nav-color-light .owl-nav .owl-prev,
    .owl-carousel.nav-color-light .owl-nav .owl-next {
        color: #FFF !important;
    }

    .owl-carousel.nav-color-light.nav-style-5 .owl-nav .owl-prev,
    .owl-carousel.nav-color-light.nav-style-5 .owl-nav .owl-next {
        background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
        color: #1c1f21 !important;
    }

    .owl-carousel.nav-color-dark .owl-nav .owl-prev,
    .owl-carousel.nav-color-dark .owl-nav .owl-next {
        color: #1c1f21 !important;
    }

    .owl-carousel.nav-color-dark.nav-style-5 .owl-nav .owl-prev,
    .owl-carousel.nav-color-dark.nav-style-5 .owl-nav .owl-next {
        background: rgba(28, 31, 33, 0.6) none repeat scroll 0 0;
        color: #FFF !important;
    }

    .owl-carousel.nav-size-1 .owl-nav .owl-prev,
    .owl-carousel.nav-size-1 .owl-nav .owl-next {
        font-size: 27.2px;
        font-size: 1.7rem;
    }

    .owl-carousel.nav-size-2 .owl-nav .owl-prev,
    .owl-carousel.nav-size-2 .owl-nav .owl-next {
        font-size: 32px;
        font-size: 2rem;
    }

/* Responsive Nav Syles */
@media (max-width: 575px) {
    .owl-carousel.nav-style-3 {
        margin-right: auto;
        margin-left: auto;
    }
}
/* Carousel Horizontal Degrade */
.owl-carousel.carousel-horizontal-degrade:after {
    content: ' ';
    display: block;
    width: 30%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(241, 243, 247, 0)), to(#f1f3f7));
    background: linear-gradient(to right, rgba(241, 243, 247, 0), #f1f3f7);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

.owl-carousel.carousel-horizontal-degrade:before {
    content: ' ';
    display: block;
    width: 30%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f1f3f7), to(rgba(241, 243, 247, 0)));
    background: linear-gradient(to right, #f1f3f7, rgba(241, 243, 247, 0));
    position: absolute;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.owl-carousel.carousel-horizontal-degrade.rm-degrade-now:before, .owl-carousel.carousel-horizontal-degrade.rm-degrade-now:after {
    content: none;
}

@media (max-width: 767px) {
    .owl-carousel.carousel-horizontal-degrade.mobile-disable-degrade:before, .owl-carousel.carousel-horizontal-degrade.mobile-disable-degrade:after {
        content: none;
    }
}

/* Carousel Style 1 */
.owl-carousel.carousel-style-1 .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-carousel.carousel-style-1 .left-content {
    position: relative;
    padding: 0 32px;
    padding: 0 2rem;
    text-align: center;
    min-width: 100px;
}

    .owl-carousel.carousel-style-1 .left-content > span span {
        font-size: 60.8px;
        font-size: 3.8rem;
        line-height: 1;
        margin-left: 2px;
    }

    .owl-carousel.carousel-style-1 .left-content:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        top: 6.4px;
        top: 0.4rem;
        right: 8px;
        right: 0.5rem;
        height: 68.8px;
        height: 4.3rem;
        border-right: 1px solid #e1e1e1;
    }

.owl-carousel.carousel-style-1 .right-content {
    padding-left: 16px;
    padding-left: 1rem;
    padding-top: 30.4px;
    padding-top: 1.9rem;
}

.owl-carousel.carousel-style-1 .owl-dots {
    position: absolute;
    top: 80px;
    top: 5rem;
    left: 30.4px;
    left: 1.9rem;
    z-index: 1;
}

/* Carousel Style - Left Bottom Corner */
.owl-carousel.carousel-corner-left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    margin-bottom: 0;
    min-width: 300px;
    /* Carousel Corner Style 1 */
}

    .owl-carousel.carousel-corner-left-bottom:before {
        content: '';
        display: block;
        position: absolute;
        top: -60px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        background: rgba(28, 31, 33, 0.3);
        border-radius: 100%;
        z-index: -1;
    }

    .owl-carousel.carousel-corner-left-bottom .owl-stage-outer:before {
        content: '';
        display: block;
        background: #FFF;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .owl-carousel.carousel-corner-left-bottom.stage-top-gap .owl-stage-outer:before {
        top: 22px;
    }

    .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
        position: relative;
        top: -7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 2.5em;
        letter-spacing: 1.2px;
        font-weight: 800;
        margin-bottom: 5px;
        -webkit-transition: ease top 300ms;
        transition: ease top 300ms;
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

        .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 > span {
            font-size: 1.4em;
            font-weight: 900;
            line-height: 1;
            -webkit-transition: ease opacity 300ms;
            transition: ease opacity 300ms;
            -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
        }

    .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item .content {
        padding: 0 15%;
        -webkit-transition: ease opacity 300ms;
        transition: ease opacity 300ms;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more {
        font-weight: bold;
        -webkit-transition: ease transform 300ms, ease opacity 300ms;
        transition: ease transform 300ms, ease opacity 300ms;
    }

        .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more:hover i {
            margin-left: 8px;
        }

        .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more i {
            margin-left: 5px;
            -webkit-transition: ease margin-left 300ms;
            transition: ease margin-left 300ms;
        }

    .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing h2 {
        top: 20px;
        -webkit-transition: ease top 100ms;
        transition: ease top 100ms;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }

        .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing h2 > span {
            opacity: 0;
            -webkit-transition: ease opacity 100ms;
            transition: ease opacity 100ms;
        }

    .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing .content {
        opacity: 0;
        -webkit-transition: ease opacity 100ms;
        transition: ease opacity 100ms;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing a.learn-more {
        opacity: 0;
        -webkit-transition: ease transform 100ms, ease opacity 100ms;
        transition: ease transform 100ms, ease opacity 100ms;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-dots {
        margin-top: 0;
        padding: 20px 0;
        background: #FFF;
    }

@media (max-width: 575px) {
    .owl-carousel.carousel-corner-left-bottom {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
/* Carousel Style - Center Active Items */
.owl-carousel.carousel-center-active-items {
    padding-bottom: 60px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    /* Change Color On Current Item */
}

@media (min-width: 992px) {
    .owl-carousel.carousel-center-active-items {
        width: 114vw;
    }
}

@media (min-width: 1200px) {
    .owl-carousel.carousel-center-active-items {
        width: 102vw;
    }
}

.owl-carousel.carousel-center-active-items .owl-item .card {
    background-color: #FFF;
    padding: 24.615px;
    padding: 1.5384615385rem;
    -webkit-transition: ease background-color 300ms;
    transition: ease background-color 300ms;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.owl-carousel.carousel-center-active-items .owl-item:not(.current):not(.remove-blur) .card {
    -webkit-filter: blur(2px);
}

.owl-carousel.carousel-center-active-items .owl-nav {
    left: 50%;
    margin-top: 10px;
    position: absolute;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65px;
    transform: translateX(-50%);
}

    .owl-carousel.carousel-center-active-items .owl-nav .owl-prev,
    .owl-carousel.carousel-center-active-items .owl-nav .owl-next {
        background: transparent;
        color: #CCC;
        font-size: 22.4px;
        font-size: 1.4rem;
    }

        .owl-carousel.carousel-center-active-items .owl-nav .owl-prev:before {
            content: '\f104';
        }

        .owl-carousel.carousel-center-active-items .owl-nav .owl-next:before {
            content: '\f105';
        }

.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card {
    background: #CCC;
}

    .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card i,
    .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card strong,
    .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card p {
        color: #FFF !important;
    }

@media (min-width: 768px) {
    .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-2, .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 {
        width: 160%;
    }
}

@media (min-width: 1200px) {
    .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-2, .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 {
        width: 133vw;
    }
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 .owl-item .card {
    -webkit-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 .owl-item:not(.current):not(.remove-blur) .card {
    opacity: 0.2;
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-4 {
    max-width: 100%;
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
    width: 133vw;
    max-height: 40vw;
    cursor: move;
    cursor: -webkit-grab;
    overflow: hidden;
}

    .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 100%;
        height: 36vh;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
        pointer-events: none;
    }

@media (min-width: 768px) {
    .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-7 {
        width: 133vw;
    }
}

.bg-light-1 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 253, 253, 0)), color-stop(90%, #fcfdfd));
    background: linear-gradient(to bottom, rgba(252, 253, 253, 0) 0%, #fcfdfd 90%);
}

.bg-light-2 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 253, 0)), color-stop(90%, #fbfbfd));
    background: linear-gradient(to bottom, rgba(251, 251, 253, 0) 0%, #fbfbfd 90%);
}

.bg-light-3 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 249, 251, 0)), color-stop(90%, #f7f9fb));
    background: linear-gradient(to bottom, rgba(247, 249, 251, 0) 0%, #f7f9fb 90%);
}

.bg-light-4 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 246, 249, 0)), color-stop(90%, #f4f6f9));
    background: linear-gradient(to bottom, rgba(244, 246, 249, 0) 0%, #f4f6f9 90%);
}

.bg-light-5 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 247, 0)), color-stop(90%, #f1f3f7));
    background: linear-gradient(to bottom, rgba(241, 243, 247, 0) 0%, #f1f3f7 90%);
}

.bg-dark-1 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 10, 11, 0)), color-stop(90%, #090a0b));
    background: linear-gradient(to bottom, rgba(9, 10, 11, 0) 0%, #090a0b 90%);
}

.bg-dark-2 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 30, 33, 0)), color-stop(90%, #1b1e21));
    background: linear-gradient(to bottom, rgba(27, 30, 33, 0) 0%, #1b1e21 90%);
}

.bg-dark-3 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 35, 38, 0)), color-stop(90%, #202326));
    background: linear-gradient(to bottom, rgba(32, 35, 38, 0) 0%, #202326 90%);
}

.bg-dark-4 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 45, 49, 0)), color-stop(90%, #292d31));
    background: linear-gradient(to bottom, rgba(41, 45, 49, 0) 0%, #292d31 90%);
}

.bg-dark-5 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 55, 0)), color-stop(90%, #2e3237));
    background: linear-gradient(to bottom, rgba(46, 50, 55, 0) 0%, #2e3237 90%);
}

@media (max-width: 991px) {
    .owl-carousel.carousel-center-active-items .owl-nav {
        width: 100px;
    }

    .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
        max-height: 68vw;
    }
}

@media (max-width: 767px) {
    .owl-carousel.carousel-center-active-items .owl-dots {
        display: none;
    }

    .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
        max-height: 72vw;
    }
}
/* Carousel Style - Stripes */
.owl-carousel.carousel-stripes .carousel-stripe-item {
    height: calc(100vh - 118px);
}

/* Carousel Items Border Divider */
.owl-carousel.carousel-items-border-divider .owl-item.active + .owl-item.active {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Carousel - Gallery Thumbs */
.owl-carousel.thumb-gallery-thumbs .owl-item {
    cursor: pointer;
}

/* Carousel Style - Grid Style 1 */
.owl-carousel.carousel-grid-style-1 {
    height: 100%;
}

    .owl-carousel.carousel-grid-style-1 .owl-stage-outer,
    .owl-carousel.carousel-grid-style-1 .owl-stage,
    .owl-carousel.carousel-grid-style-1 .owl-item {
        height: 100%;
    }

/* Edge */
html.edge {
    /* Carousel Style - Left Bottom Corner */
}

    html.edge .owl-carousel.carousel-corner-left-bottom {
        /* Carousel Corner Style 1 */
    }

        html.edge .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }



html.ie .owl-carousel.carousel-corner-left-bottom {
    /* Carousel Corner Style 1 */
}

    html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item {
        overflow: hidden;
    }

        html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
            -webkit-transition: none;
            transition: none;
        }

            html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 > span {
                -webkit-transition: none;
                transition: none;
            }

        html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item .content {
            -webkit-transition: none;
            transition: none;
        }

        html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more {
            -webkit-transition: none;
            transition: none;
        }

html.ie .owl-carousel.owl-carousel-vertical {
    overflow: hidden;
}

    html.ie .owl-carousel.owl-carousel-vertical .owl-stage-outer {
        -webkit-transform: translateZ(-1px);
        transform: translateZ(-1px);
    }

/* Lightbox */
.lightbox-open body {
    overflow: hidden;
    padding-right: 16px;
}

.lightbox-open #header {
    right: 8px;
}

/* Lightbox Opened */
html.lightbox-opened.sticky-header-active #header .header-body {
    padding-right: 17px;
}

/*html.lightbox-open .scroll-to-top {
    right: 27px;
}*/


.text-catalog{
    padding-bottom: 1rem;
    line-height: 20px;
}
.line-height-25{
    line-height: 25px;
}