/* ==========================================================================
   Slider Section
   ========================================================================== */
.slider-content-wrap {
    height: 800px;
}

.dl-slider .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.dl-slider .bg-img {
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 34%;
    top: 0;
    overflow: hidden;
    z-index: -1;
}

.dl-slider .dl-caption {
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.dl-slider .dl-caption .inner-layer {
    display: inline-block;
    overflow: hidden;
}

.dl-slider .owl-item.active .dl-caption {
    visibility: visible;
}

.dl-slider .dl-caption.medium {
    white-space: nowrap;
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0;
    line-height: 26px;
    height: 26px;
    font-weight: 600;
    color: rgb(255, 255, 255, 0.8);
    letter-spacing: 1px;
    text-transform: uppercase;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    opacity: 1;
    margin-bottom: 10px;
}

.dl-slider .dl-caption.big {
    white-space: nowrap;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
    height: 50px;
}

.dl-slider .slider-content {
    position: relative;
    max-width: 500px;
    padding: 60px 0;
}

.dl-slider .dl-caption.dl-border {
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;

    display: block;
    z-index: -1;
}

.dl-slider .dl-caption.dl-border:before {
    content: '';
    height: 100%;
    background: #285654;
    position: absolute;
    left: 0;
    position: absolute;
    left: auto;
    right: -550px;
    top: 0;
    width: 90vw;

}

.dl-slider .dl-caption.small {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #fff;
    margin-top: 5px;
}

.dl-slider .dl-btn-group {
    margin-top: 25px;
    overflow: hidden;
}

.dl-slider .dl-btn {
    background-color: #bfca02;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 12;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 0 30px;
    line-height: 45px;
}

.dl-slider .dl-btn i {
    margin-left: 5px;
    line-height: 45px;
}

.dl-slider .dl-btn:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.2s ease-in-out;
}


/*Slider Resposnsive CSS
==========================*/
@media only screen and (max-width: 992px) {

    .slider-content-wrap {
        height: 550px;
    }

    .dl-slider .dl-caption.medium {
        font-size: 12px;
    }

    .dl-slider .dl-caption.big {
        font-size: 28px;
        line-height: 30px;
        height: 30px;
        letter-spacing: -1px;
    }

    .dl-slider .dl-caption.small {
        font-size: 12px;
        line-height: 20px;
    }

    .dl-slider .dl-btn-group {
        margin-top: 10px;
    }

    .dl-slider .dl-btn {
        line-height: 45px;
        padding: 0 35px;
        font-size: 12px;
    }

    .dl-slider.owl-carousel div.owl-nav button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }

}

@media only screen and (max-width: 520px) {

    .dl-slider .dl-caption.big {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .dl-slider .dl-caption.small br {
        display: none;
    }
}

/* Bullets */
.dl-slider .slick-dots {
    width: 66%;
    height: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 20px;
    margin: 0;
    list-style: none;
}

.dl-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}

.dl-slider .slick-dots li button {
    background: #FFFFFF;
    opacity: 0.6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    overflow: hidden;
    text-indent: -99999px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.dl-slider .slick-dots li button:focus,
.dl-slider .slick-dots li button:active {
    outline: none;
}

.dl-slider .slick-dots li.slick-active button {
    background-color: #285654;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/* Vertical Dots */
.dl-slider.vertical-dots .slick-dots {
    width: auto;
    height: auto;
    bottom: 50%;
    left: auto;
    right: 50px;
    transform: translateY(50%);
}

.dl-slider.vertical-dots .slick-dots li {
    display: block;
    margin: 5px 0;
}

/* Slick */
.dl-slider .slick-arrow {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ddd;
    font-size: 14px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dl-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.dl-slider .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: all 0.3s ease-in-out;
}