.full-width-carousel-wrapper .container {
    position: relative;
}

.full-width-carousel-wrapper .full-width-carousel .col {
    padding: 3% 4% 8% 4%;
}

.full-width-carousel-wrapper .full-width-carousel .slick-dots {
    bottom: inherit;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.full-width-carousel-wrapper .full-width-carousel .slick-dots li {
    height: 17px;
    margin: 0 3px;
    width: 17px;
}

.full-width-carousel-wrapper .full-width-carousel .slick-dots li.slick-active button::before {
    content: '\f0c8';
}

.full-width-carousel-wrapper .full-width-carousel .slick-dots li button::before {
    color: #fff;
    content: '\f096';
    font-family: 'FontAwesome';
    font-size: 20px;
    opacity: 1;
}

.full-width-carousel-wrapper h1 {
    margin-bottom: 5px;
}

.full-width-carousel-wrapper h3 {
    margin: 0 0 25px 0;
    font-size: 22px;
    color: #00b3df !important;
}

.full-width-carousel-wrapper .btn {
    margin-top: 15px;
}
