
:root {
    --body-background: #18141a;
    --border-color-1: #36313d;
    --border-color-2: #d2d8dd;
    --gradient-color-start: #ff0071;
    --gradient-color-end: #ff001d;
    --background-color-1: #18141a;
    --background-color-2: #201d24;
    --color-1: #ff0071;
    --color-2: #ff001d;
    --color-3: #48e0a4;
    --color-4: #fafafa;
    --body-text-color: #ccc;
    --font-size-base: 0.875rem;
    --heading-color: #fafafa;
    --heading-weight: 500;
    --line-height-none: 1;
    --line-height-base: 1.5;
    --line-height-large: 1.8;
    --border-radius-none: 0;
    --border-radius-small: 3px;
    --border-radius-medium: 5px;
    --border-radius-large: 10px;
    --border-radius-circle: 50%;
}
:root .light-theme {
    --body-background: #f8f8f8;
    --border-color-1: #ededed;
    --border-color-2: #ddd;
    --background-color-1: #f8f8f8;
    --background-color-2: #fff;
    --color-1: #ff0071;
    --color-2: #ff001d;
    --color-3: #3dbf8c;
    --color-4: #555;
    --body-text-color: #666;
    --heading-color: #222;
}

.main-slide {
	overflow: hidden;
	max-width: 1180px;
	margin: 0 auto;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
	margin-top: 50px;
    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%;
    height: auto;
}
.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: all 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-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -60px;
    z-index: 999;
    right: -10px;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 32px;
    font-size: 2rem;
    outline: none;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #222 !important;
    margin: 5px 0;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-theme.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
	/*
    border: 2px solid #252525;
	*/    	
	border: 2px solid #ff9933;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
	/*
    border: 2px solid #ccc;
	*/
    border: 2px solid #fffefd;
}
.owl-theme .owl-dots .owl-dot span::before {
    content: '';
	/*
    background-color: #252525 !important;
	*/
    background-color: #f0ffe1 !important;
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}



















.owl-theme.featured_carousel {
    margin-top: 30px;
}
.owl-theme.featured_carousel .owl-nav {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    margin: 0 !important;
}
.owl-theme.featured_carousel .owl-nav .owl-prev,
.owl-theme.featured_carousel .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    display: block !important;
}
.owl-theme.featured_carousel .owl-nav .owl-prev {
    left: -48px;
}
.owl-theme.featured_carousel .owl-nav .owl-next {
    right: -48px;
}
.owl-theme.featured_carousel .owl-nav .owl-prev i,
.owl-theme.featured_carousel .owl-nav .owl-next i {
    font-size: 36px;
    font-size: 2.25rem;
    color: #555;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme.featured_carousel .owl-nav .owl-prev i:hover,
.owl-theme.featured_carousel .owl-nav .owl-next i:hover {
    color: var(--color-3);
}
.owl-theme.featured_carousel .owl-nav .owl-prev.disabled i,
.owl-theme.featured_carousel .owl-nav .owl-next.disabled i {
    opacity: 0;
}
.owl-theme.featured_carousel .owl-nav .owl-prev.disabled i:hover,
.owl-theme.featured_carousel .owl-nav .owl-next.disabled i:hover {
    color: #ccc;
}
#carousel-home,
#carousel-home-2 {
    position: relative;
}
#carousel-home .static,
#carousel-home-2 .static {
    position: static;
}
#carousel-home .cover,
#carousel-home-2 .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 1 !important;
}
#carousel-home .owl-carousel .owl-slide,
#carousel-home-2 .owl-carousel .owl-slide {
    height: 660px;
    position: relative;
}
@media (max-width: 767px) {
    #carousel-home .owl-carousel .owl-slide,
    #carousel-home-2 .owl-carousel .owl-slide {
        height: 480px;
    }
}
#carousel-home .owl-carousel .owl-slide-animated,
#carousel-home-2 .owl-carousel .owl-slide-animated {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease;
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}
#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
}
#carousel-home .owl-carousel .owl-slide-cta.is-transitioned,
#carousel-home-2 .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
#carousel-home .owl-carousel .owl-dots {
    margin: 0;
    position: absolute;
	bottom: 30px;
	left: 43%;
    width: 100%;

}


/* ========== Responsive ========== */

@media screen and (max-width: 991px) {
	.owl-carousel .owl-stage {
		margin-top: 0;
	}
}

@media screen and (max-width: 900px) {
	#carousel-home .owl-carousel .owl-dots {
		left: 41%;
	}
}

@media screen and (max-width: 575px) {
	#carousel-home .owl-carousel .owl-dots {
		left: 37%;
	}
}

@media screen and (max-width: 420px) {
	#carousel-home .owl-carousel .owl-dots {
		left: 33%;
	}
}

@media screen and (max-width: 360px) {
	#carousel-home .owl-carousel .owl-dots {
		left: 30%;
	}
}



