/* Theme transition Effect */
*:after,
*:before,
a,
p,
h1,h2,h3,h4,h5,h6,
button,
.search-bar,
.classes-column,
.on-hover,
.overlay,
.testimonial-thumbs li figure img,
.testimonial-thumbs li,
.is-sticky .nav-holder,
.logo,
.search-modal,
.nav-list ul li ul,
.cart-item .cart-list li,
.product-column,
.cart-items,
.banner-slider .slick-dots li,
.testimonial-slides .slick-dots li
{-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;}


.banner-slider {
    float: left;
    overflow: hidden;
    width: 100%;
}
.banner-slider .banner-slide {
    float: left;
    margin: 0;
    position: relative;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.slick-list .slick-slide {
    outline: medium none;
    position: relative;
    top: 5px;
}
.banner-slide, .parallax-section, .testimonial {
    background-size: 100% 100%;
}

* {
    box-sizing: border-box;
}

.overlay-dark {
    position: relative;
}
.overlay-dark::before, .overlay-dark::before {
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.position-center-x {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.position-center-y {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
}
.p-absolute {
    position: absolute;
}
.p-relative {
    position: relative;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.caption-text {
    margin: 35px 0 0;
}

.banner-slide::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-slider > img {
    width: 100%;
}
.caption-holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 335px;
    width: 100%;
}
	.caption {
    width: 100%;
}
.caption img {
    width: 80%;
}
.caption-text {
    margin: 35px 0 0;
}
.caption-text h2 {
    font-size: 30px;
    line-height: 25px;
    margin: 0;
}
.caption-text h3 {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    margin: 0 0 20px;
    font-weight: 600;
}
.caption-text h3 strong {
    font-size: 60px;
}
.caption-text h3 span {
    text-transform: uppercase;
}
.caption-text p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 40px;
}
.banner-slider .slick-dots {
    bottom: 50px;
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    z-index: 3;
}
.banner-slider .slick-dots li {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    width: 20px;
}
.banner-slider .slick-dots li.slick-active {
    position: relative;
    width: 30px;
}

.slick-list {
    margin: 0 -15px;
    overflow: hidden;
}







