.gdlr-core-counter-item .gdlr-core-counter-item-text {
    line-height: 1;
    margin-bottom: 25px;
}
.hidden {
	display: none;
}
/**
 * Image Slider (Slick)
 */
/* .slick-prev,
.slick-next {
	font-size: 46px;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #000;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
	left: -25px;
}
.slick-next {
	right: -25px;
}
.slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}
.slick-list {
    margin-left: -15px;
    margin-right: -15px;
    pointer-events: none;
} */
/* End Image Slider (Slick) */

/**
 * Text Banner
 */
/* .textbanner ul.list {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
    text-wrap: nowrap;
}
.textbanner ul.list li {
	float: left;
}
.textbanner ul.list.cloned {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 19px !important;
}
.textbanner ul.list.cloned {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 1px !important;
} */
/* End Text Banner */
/* Page Builder Hero Header */
.gdlr-core-hero-header-item-wrap,
.gdlr-core-hero-header-item-wrap .gdlr-core-image-item-wrap {
    position: relative;
}
.gdlr-core-hero-header-item-wrap .gdlr-core-image-item-wrap img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.gdlr-core-title-content-item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* pointer-events: none; */
}
.gdlr-core-hero-header-item-wrap .gdlr-core-pbf-section-container {
	width: 100%;
	height: 100%;
	display: flex;
}
.gdlr-core-hero-header-item-wrap .gdlr-core-pbf-column {
    display: flex;
    width: 100%;
}
.content-middle { align-items: center; }
.content-bottom { align-items: flex-end; }
.content-right { justify-content: flex-end; }
.content-center { justify-content: center; }
.content-middle .mkt-hero-header-column { align-items: center; }
.content-bottom .mkt-hero-header-column { align-items: flex-end; }
.content-right .mkt-hero-header-column { justify-content: flex-end; }
.content-center .mkt-hero-header-column { justify-content: center; }
.gdlr-core-hero-header-item-wrap img {
	width: 100%;
}
/* Hero Slider (need hero header styles as well) */
.mkt-hero-slide-inner {
	position: relative;
}
.gdlr-core-mkt-hero-slider-item.gdlr-core-item-pdb.gdlr-core-item-pdlr {
	padding-bottom: 0;
}
/* @media only screen and (max-width: 767px) {
    .mkt-hero-slide-inner.gdlr-core-hero-header-item-wrap {
        min-height: 240px;
        position: relative;
        overflow: hidden;
    }
    .mkt-hero-slide-inner .gdlr-core-image-item-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .mkt-hero-slide-inner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
} */
@media only screen and (max-width:767px) {
    .gdlr-core-hero-header-item-wrap.mkt-hero-header .gdlr-core-image-item-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.mkt-hero-slides .slick-prev,
.mkt-hero-slides .slick-next {
	font-size: 38px;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: flex;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	background: transparent;
    z-index: 1;
    width: 38px;
    background: #1C69D4;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.mkt-hero-slides .slick-prev {
	left: 15px;
}
.mkt-hero-slides .slick-next {
	right: 15px;
}
.mkt-hero-slides .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}
.mkt-hero-slides .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    /* pointer-events: none; */
}
@media only screen and (max-width:767px) {
    .mkt-hero-slides .slick-prev, .mkt-hero-slides .slick-next {
        width: 38px;
        background: transparent;
    }
    .mkt-hero-slides .slick-prev {
        left: 0;
    }
    .mkt-hero-slides .slick-next {
        right: 0;
    }
}
@media only screen and (min-width:768px) and (max-width:1760px) {
    .mkt-hero-slides .slick-prev {
        left: 5px;
    }
    .mkt-hero-slides .slick-next {
        right: 5px;
    }
    .mkt-hero-slides .slick-prev,
	.mkt-hero-slides .slick-next {
        width: 28px;
		padding-bottom: 2px;
    }
}

@media only screen and (min-width: 786px) and (max-width:1270px) {
	.infinite-body-outer-wrapper {
		/* margin-top: 91px; */
	}
}
@media only screen and (max-width: 767px) {
	.hide-mobile,
	.mobile-hidden {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.hide-tablet,
	.tablet-hidden {
		display: none !important;
	}
}
@media only screen and (min-width: 1000px) {
	.hide-desktop,
	.desktop-hidden {
		display: none !important;
	}
}
/* Hero */
/* same-height */
.same-height .slick-track {
    display: flex !important;
}
.same-height .slick-slide {
    height: auto !important;
}
.same-height .mkt-hero-slide-inner.gdlr-core-hero-header-item-wrap,
.same-height .gdlr-core-image-item-wrapper {
	height: 100%;
}
.same-height .gdlr-core-image-item-wrapper > div,
.gdlr-core-page-builder-body .same-height .mkt-hero-slide-inner img {
	width: 100%;
    height: 100%;
}
.same-height .gdlr-core-image-item-wrapper > div {
    overflow: hidden;
    position: relative;
}
.gdlr-core-page-builder-body .same-height .mkt-hero-slide-inner img {
    object-fit: cover;
    object-position: center;
    display: block;
}
/* Gradient */

.gdlr-core-title-content-item-wrap {
    /* position: relative; */
    overflow: hidden;
}
.gdlr-core-title-content-item-wrap.gradient.content-left::before,
.gdlr-core-title-content-item-wrap.gradient.content-right::before,
.gdlr-core-title-content-item-wrap.gradient.content-center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    pointer-events: none;
}
.mkt-hero-slide .gdlr-core-image-item-wrapper .mkt-hero-slide-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media only screen and (min-width:500px) {
	.gdlr-core-title-content-item-wrap.gradient.content-left::before  {
		background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.9) 100%);
	}
	.gdlr-core-title-content-item-wrap.gradient.content-right::before {
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.9) 100%);
	}
	.gdlr-core-title-content-item-wrap.gradient.content-center::before {
		background: rgba(0, 0, 0, 0.3);
	}
}
@media only screen and (max-width:499px) {
	.gdlr-core-title-content-item-wrap.gradient.content-left::before,
	.gdlr-core-title-content-item-wrap.gradient.content-right::before,
	.gdlr-core-title-content-item-wrap.gradient.content-center::before {
		background: rgba(0, 0, 0, 0.3);
	}
    .infinite-item-pdlr.mkt-hero-header-item-wrapper {
        width: 100%;
    }
	.mobile-content-center .gdlr-core-title-content-wrap.mkt-hero-header-content-wrapper {
        text-align: center;
    }
	.mobile-content-center .mkt-hero-header-content-wrapper  .mkt-hero-header--buttons__wrapper {
        align-items: center;
    }
	.mobile-content-center .mkt-hero-header-content-wrapper .mkt-hero-header--buttons__wrapper {
        align-items: center;
    }

	.mobile-content-bottom .gdlr-core-pbf-column.mkt-hero-header-column {
		align-items: flex-end;
	}
	.mobile-content-middle .gdlr-core-pbf-column.mkt-hero-header-column {
		align-items: center;
	}
	.mobile-content-top .gdlr-core-pbf-column.mkt-hero-header-column {
		align-items: flex-start;
	}
}
