/* ==========================================================================
   Slider Section
   ========================================================================== */
.slider-content-wrap{ height: 650px; }
.dl-slider .overlay{
	background-color: rgba(0,0,0,0.3);
	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: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	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: 15px;
    font-family: "Poppins",sans-serif;
    letter-spacing: 0;
    line-height: 26px;
    height: 26px;
    font-weight: 500;
    color: rgb(255, 255, 255, 0.8);
    letter-spacing: 0;
    text-transform: capitalize;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    margin-bottom: 20px;
}
.dl-slider .dl-caption.big{
    white-space: nowrap;
    font-size: 56px;
    line-height: 66px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
}
.dl-slider .slider-content{
    position: relative;
}
.dl-slider .dl-caption.dl-border{
    background-color: transparent;
    position: absolute;
    width: 230px;
    height: 350px;
    left: 50px;
    top: -50px;
    display: block;
    z-index: -1;
}
.dl-slider .dl-caption.dl-border:before{
    content: '';
    width: 100%;
    height: 100%;
    border: 5px solid #1B8F04;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}
.dl-slider .dl-caption.small{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 26px;
    color: #fff;
    margin-top: 5px;
}
.dl-slider .dl-btn-group{
	margin-top: 25px;
	overflow: hidden;
}
.dl-slider .default-btn{
    display: inline-block;
    background: #1B8F04;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.dl-slider .default-btn:hover{ color: #FFF; }
.dl-slider .default-btn span {
    background: #1d1d1d none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}
.dl-slider .default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}



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

    .slider-content-wrap{
        height: 400px;
    }
    .dl-slider .dl-caption.medium{
        font-size: 12px;
    }    
    .dl-slider .dl-caption.big{
        font-size: 28px;
        line-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;
    }
    .dl-slider .dl-caption.dl-border{ display: none!important; }
}

@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: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0;
    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-color: rgba(255,255,255,0.7);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    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: #1B8F04;
    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: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    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;
}

