.home-banner {
    height: 100vh;
    background: url(../img/home/home-banner-1920.jpg) no-repeat center center;
    background-size: cover;
    background-color: rgba(85, 50, 105, 1);

}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

@media (max-width: 1024px) {
    .home-banner {
        background: url('../img/home/home-banner-1024.jpg') no-repeat center center;
        background-size: cover;

    }
    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .home-banner {
        background: url('../img/home/home-banner-768.jpg') no-repeat center center;
        background-size: cover;
    }
    .owl-theme .owl-dots .owl-dot {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .home-banner {
        background: url(../img/home/home-banner-500.jpg) no-repeat center center;
        background-size: cover;
    }
    .owl-theme .owl-dots .owl-dot {
        display: none !important;
    }
}

.home-playlist {
    width: 100%;
    height: auto;
    padding: 70px 0 50px 0;
    background: #ff0b40 url(../img/home/playlist-bg.jpg) no-repeat top center;
    background-size: cover;
}

.playlist-container {
    margin: 20px 0;
    text-align: center;
}

.playlist-container img {
    opacity: 1;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.playlist-container img:hover {
    opacity: 0.8;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.playlist-container h6 {
    font-family: 'Heebo', sans-serif !important;
    margin-top: 10px;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .playlist-container {
        margin: 10px 0;
    }
    .playlist-container h6 {
        font-size: 0.8rem;
    }
}

.home-aboutus {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #ff0b40 url(../img/home/blue-fog-bg.jpg) no-repeat top center;
    background-size: cover;
}

@media (max-width: 767px) {
    .home-aboutus {
        background: #000 url(../img/home/blue-fog-bg-mobile.jpg) no-repeat center top;
        padding-top: 420px;
    }
}

.home-team {
    padding-top: 400px;
}

.home-team-outer {
    margin: 20px 10px;
    text-align: center;
}

.home-team-outer h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
    margin: 15px 0 10px;
}

@media (max-width: 767px) {
    .home-team-outer h4 {
        font-size: 14px;
    }
}

.home-team-container {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.home-team-inner {
    padding: 50px;
}

.rgba-black-slight {
    background-color: rgba(0, 0, 0, .3)!important;
}

@media (max-width: 1600px) {
    .home-team {
        padding-top: 300px;
    }
}

@media (max-width: 1440px) {
    .home-team {
        padding-top: 250px;
    }
}

@media (max-width: 1366px) {
    .home-team {
        padding-top: 200px;
    }
}

@media (max-width: 1024px) {
    .home-team {
        padding-top: 100px;
    }
}

.team-details {
    text-align: left;
    color: #fff;
}

@media (max-width: 767px) {
    .team-details {
        text-align: center;
    }
}

.team-details h4 {
    font-weight: 700;
    margin: 15px 0;
    font-size: 1.6rem;
}

.team-details h6 {
    font-weight: 500;
    margin: 15px 0;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.team-details h4 span {
    font-weight: 300;
}

.fancybox-content {
    background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox-close-small {
    color: #999 !important;
}

.home-banners {
    background: #ff0b40;
}

.home-banners.owl-theme .owl-nav.disabled + .owl-dots {
    width: 100%;
    position: relative;
    bottom: 20px;
}

.home-banners.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -25px !important;
}

.home-banner-container {
    position: relative;
}

.home-banner-inner {
    position: absolute;
    width: 100%;
    height: auto;
    top: 300px;
    left: 0;
}

.home-banner-inner h3 {
    font-weight: 600 !important;
    font-size: 48px;
    color: #fff;
    letter-spacing: 0.0200rem !important;
}

@media (max-width: 768px) {
    .home-banner-inner {
        top: 150px;
    }
    .home-banner-inner h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .home-banner-inner {
        top: 110px;
    }
    .home-banner-inner h3 {
        font-size: 24px;
    }
}
