/* Header Section */

#owl-1 {
    /* position: absolute;
    top: 0px; */
    z-index: -0;
}
#owl-1,
#owl-1 .owl-wrapper-outer,
#owl-1 .owl-wrapper-outer .owl-wrapper,
#owl-1 .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%;
}
#owl-1 .item .item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -0;
    background-color: transparent;
    background-size: cover;
    background-position: top center;
}
.owl-theme .owl-controls {
position: absolute;
top: 40%;
width: 100%;
}
.owl-theme .owl-controls .owl-page span {
    margin: 5px;
    margin-top: -20px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    background-color: #262C30;
}
.owl-theme .owl-controls .owl-page:hover span {
    background-color: #262C30;
}
/* Responsive css  */
/* Phone Portrait */

@media (max-width: 670px) {
    .hero-carousel-wrapper {
        height: 640px !important;
    }
    #owl-1,
    #owl-1 .owl-wrapper-outer,
    #owl-1 .owl-wrapper-outer .owl-wrapper,
    #owl-1 .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 640px;
    }
}
/* Header Section Text */

.hero-area .header-text {
    position: relative;
    z-index: 1;
    padding-top: 30%;
}
.hero-area .header-text .header-heading {
    margin-bottom: 15px;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
}
.hero-area .header-text .header-sub-title {
    margin-bottom: 30px;
    opacity: .5;
}
/* Responsive css for Header Section Text */
/* Tablet Landscape */

@media (max-width: 1040px) {
    .hero-area .header-text .header-heading {
        font-size: 48px;
        line-height: 52px;
    }
}
/* Phone Portrait */

@media (max-width: 670px) {
    .hero-area .header-text {
        padding-top: 20%;
    }
}
@media (max-width: 480px) {
    .hero-area .header-text .header-heading {
        font-size: 36px;
        line-height: 42px;
    }
    .hero-area .header-text {
        padding-top: 30%;
    }
}
/* Promotion Section */

#promotions {
    padding-bottom: 0px;
    overflow: hidden;
}
#promotions .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    padding: 0px 20px;
}
#promotions .content .btn {
    margin-top: 20px;
    padding: 5px 20px;
}
/* Responsive CSS for Promotion Section */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #promotions .content .btn {
        margin-top: 12px;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    #promotions .content {
        padding: 20px 30px;
    }
    #promotions .content .btn {
        margin-top: 7px;
    }
}
/* Phone Portrait */

@media (max-width: 670px) {
    #promotions figure {
        margin-bottom: 30px;
    }
    #promotions .content {
        padding: 5px 15px;
    }
}
/* Products Section */

#products {
    padding-bottom: 0px;
}
#products a {
    color: #262C30;
}
#products figure {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure:hover {
    cursor: pointer;
    position: relative;
    z-index: 9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure figcaption {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.01);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    border-left: 1px solid #f7f7f7;
}
#products figure:hover figcaption {
    background: rgba(0, 0, 0, 0.00);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure .product-price del {
    opacity: .5;
}
#products figure .product-price .promo-price {
    margin-left: 20px;
    color: #e53935;
}
/* Responsive CSS for Products Section */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #products figure .product-details {
        display: none;
    }
}
/* feature Area  */

.feature {
    padding: 0px;
}
.feature .section-img img {
    width: 100%;
}
.feature .section-content {
    padding: 120px 7% 120px 10%;
}
.feature .section-subheading {
    margin-bottom: 30px;
}
.feature p {
    line-height: 24px;
    position: relative;
}
.feature .btn {
    margin-top: 30px;
}
.feature-icon {
    font-size: 42px;
}
/*   feature Sections 1  */

#feature-sec-1 {
    background: #fff;
}
/*   feature Sections 2  */

#feature-sec-2 {
    background: #f9f9f9;
}
/* Responsive CSS */
/* Tablet Landscape */

@media (max-width: 1040px) {
    .feature .section-img img {} .feature .section-content {
        padding: 70px 10%;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    .feature .section-img img {
        width: 80%;
        margin: 0px auto;
        padding-top: 70px;
    }
    .feature {
        padding-bottom: 70px;
    }
}
/* CTA Area 1 */

#cta-1 {
    background: url("../img/hero-26.jpg") no-repeat transparent;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding: 160px 0px;
}
#cta-1 .header-text .header-heading {
    margin-bottom: 25px;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
}
#cta-1 .header-text p {
    font-size: 20px;
    line-height: 28px;
    opacity: .5;
    margin-bottom: 30px;
}
/* Responsive css for CTA Area 1 */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #cta-1 .header-text .header-heading {
        font-size: 48px;
        line-height: 52px;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    #cta-1 {
        text-align: center;
    }
}
/* Phone Portrait */

@media (max-width: 480px) {
    #cta-1 .header-text .header-heading {
        font-size: 36px;
        line-height: 42px;
    }
}
/* CTA Area 2 */

#cta-2 {
    color: #fff;
    background-image: url("../img/hero-5.jpg");
    background-size: cover;
    background-attachment: fixed;
}
#cta-2 .section-subheading {
    margin-bottom: 30px;
}
