/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
}

#banner-slider-carousel .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1110px;
    width: 100%;
    padding: 0 15px;
}

#banner-slider-carousel .banner-content * {
    max-width: 760px;
    color: #fff;
}

#banner-slider-carousel .banner-content h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 18px;
    text-shadow: 2px 2px 0 #ff5d01;
    letter-spacing: 0;
}

#banner-slider-carousel .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1110px;
    width: 100%;
    padding: 0 15px;
}

#banner-slider-carousel .banner-content p {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    max-width: 450px;
    margin-bottom: 28px;
}

#banner-slider-carousel .banner-content .action {
    margin-right: 15px;
    height: 35px;
    font-size: 17px;
    font-weight: 500;
    line-height: 31px;
    padding: 0 15px;
}
#banner-slider-carousel .banner-content.left .action:hover {
    background: #fff;
    border: 2px solid #ff5d01;
    color: #ff5d01;
}
#banner-slider-carousel .banner-content.center .action {
    height: 45px;
    border-radius: 2px;
    background-color: #00416B;
    border-color: #00416B;
    line-height: 41px;
    display: inline-block;
    margin: 0 12px;
}

#banner-slider-carousel .banner-content.center h2 {
    margin-bottom: 10px;
    text-shadow: 2px 3px 0 #00416B;
}
#banner-slider-carousel .banner-content.center {
	max-width: 550px;
	text-align: center;
}
#banner-slider-carousel .banner-content.center p {
    max-width: 380px;
    margin: 0 auto 24px;
}

#banner-slider-carousel .owl-nav {
    opacity: 0;
}

#banner-slider-carousel:hover .owl-nav,
#banner-slider-carousel:hover .owl-dots {
    opacity: 1;
}

#banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    height: auto;
    width: 5%;
    text-align: center;
    font-size: 3.9em;
    color: #FFF;
    background: transparent;
    opacity: .5;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
}

#banner-slider-carousel .owl-nav .owl-prev {
    left: 1px;
}

#banner-slider-carousel .owl-nav .owl-next {
    right: 1px;
}

#banner-slider-carousel .owl-item img {
    transform-style: unset;
}

#banner-slider-carousel .item-video {
    height: 340px;
}

#banner-slider-carousel .banner-title {
    position: absolute;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    color: #F0F0F0;
    border-radius: 4px 4px 0 0;
    opacity: .5;
}

.banner-item:hover .banner-title {
    opacity: 1 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #banner-slider-carousel .banner-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #banner-slider-carousel .banner-content p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}