body {
    font-family: 'Barlow Condensed', sans-serif;
}
.banner-sec {
    position: relative;
    background-image: url('../images/3293678.jpg');
    background-size: cover;
    background-position: center;
}
.banner-sec img {
    width: 100%;
}
.banner-caption {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    padding: 170px 0px 60px;
}
.banner-caption h3 {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.banner-caption p {
    color: #fff;
    opacity: 0.9;
    font-size: 26px;
    line-height: 28px;
}
.banner-img {
    text-align: center;
    position: relative;
}
.banner-img img {
    max-width: 100%;
}
.icons-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.icons-bg img {
    width: 30px;
}
.icons-bg img:first-child {
    position: absolute;
    right: -10px;
    bottom: 50px;
    transform: rotate(25deg);
}
.icons-bg img:nth-child(2) {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(-25deg);
}
.icons-bg img:nth-child(3) {
    position: absolute;
    right: 29%;
    top: 40px;
    transform: rotate(5deg);
}
.icons-bg img:nth-child(4) {
    position: absolute;
    right: 40%;
    bottom: 0px;
    transform: rotate(0deg);
}
.icons-bg img:nth-child(5) {
    position: absolute;
    left: 22%;
    bottom: 20%;
    transform: rotate(0deg);
}
.icons-bg img:nth-child(6) {
    position: absolute;
    left: -40px;
    top: 30%;
    transform: rotate(-10deg);
}
.icons-bg img:nth-child(7) {
    position: absolute;
    left: 10%;
    top: 6%;
    transform: rotate(0deg);
}
.icons-bg img:nth-child(8) {
    position: absolute;
    left: 30%;
    top: 56%;
    transform: rotate(0deg);
}
.icons-bg img:nth-child(9) {
    position: absolute;
    left: 50%;
    top: -8%;
    transform: rotate(0deg);
}
.icons-bg img:nth-child(10) {
    position: absolute;
    right: 27%;
    top: 66%;
    transform: rotate(0deg);
}
.icons-bg img:nth-child(11) {
    position: absolute;
    left: 27%;
    top: 26%;
    transform: rotate(0deg);
}
.detail-sec {
    padding: 60px 0px;
    background-color: rgb(98 0 0);
}
.detail-sec p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
}
.audienceneeds-sec {
    background-color: #000;
    padding: 60px 0px;
}
.section-heading {
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}
.audienceneeds-sec .col-lg-3 {
    text-align: center;
}
.audienceneeds-sec .col-lg-3 .icon {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0px auto;
    margin-bottom: 20px;
    transition: all 0.25s ease-in-out;
}
.audienceneeds-sec .col-lg-3 .icon img {
    filter: brightness(0.4);
    max-width: 50%;
    margin: 0px auto;
}
.audienceneeds-sec .col-lg-3 h5, .audienceneeds-sec .col-lg-3 p {
    color: #fff;
    text-align: center;
}
.audienceneeds-sec .block {
    background-color: #ec1c23;
    border-radius: 20px;
    padding: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    transition: all 0.25s ease-in-out;
}
.audienceneeds-sec .block:hover .icon {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
} 
.audienceneeds-sec .block:hover {
    transform: translateY(-10px);
}
.benefits-sec {
    background-color: rgb(98 0 0);
    padding: 60px 0;
}
.benefits-sec .section-heading, .how-we-do-sec .section-heading {
    text-align: left;
    margin-bottom: 30px;
}
.benefits-sec ul, .how-we-do-sec ul {
    padding-left: 18px;
}
.benefits-sec ul li, .how-we-do-sec ul li {
    color: #fff;
    font-size: 22px;
}
.how-we-do-sec {
    background-color: #000;
    padding: 60px 0px;
}
.sample-videos-sec {
    background-color: rgb(98 0 0);
    padding: 60px 0;
}
.sample-videos-sec .video-wrap {
    text-align: center;
    margin-bottom: 50px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.8);
    margin-left: 10px;
    margin-right: 10px;
}
.sample-videos-sec .video-wrap img {
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
}
.sample-videos-sec .container {
    position: relative;
}
.offer-info {
    background-color: #000;
    padding: 60px 0px;
}
.offer-info h4 {
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.offer-info h5 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.offer-info h5 span {
    font-size: 50px;
    /* color: #fff; */
    color: #ff0000;
    font-weight: bold;
}

.digital-films-sec {
    background-color: rgb(98 0 0);
    padding: 60px 0;
}
.digital-films-sec .section-heading {
    margin-bottom: 10px;
    font-size: 70px;
}
.sub-head {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}
.digital-films-sec p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
main > .list-inline.top-links {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.list-inline.top-links li.list-inline-item, .list-inline.top-links li.list-inline-item a {
    color: #afafaf !important;
    text-decoration: none;
    font-size: 18px;
}
.btn-theme {
    background-color: #620000;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: none;
    transition: all 0.25s ease-in-out;
}

.btn-theme:hover {
    box-shadow: 0 3px 7px 0px #ffffff26;
    color: #fff;
}

@media (min-width: 767px) {
    main > .list-inline.top-links {
        text-align: right !important;
    }
}

@media (max-width: 992px) {
    .banner-caption h3 {
        font-size: 50px;
        line-height: 50px;
    }
    .banner-caption p {
        font-size: 22px;
        line-height: 26px;
    }
    .detail-sec p {
        font-size: 18px;
        line-height: 24px;
    }
    .section-heading {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .banner-caption h3, .banner-caption p {
        text-align: center;
    }
    .banner-caption p {
        margin-bottom: 40px;
    }
    .detail-sec, .audienceneeds-sec, .benefits-sec, .how-we-do-sec, .sample-videos-sec, .offer-info, .digital-films-sec {
        padding: 40px 0px;
    }
    .section-heading {
        font-size: 26px;
    }
    .audienceneeds-sec .block {
        padding: 10px;
    }
    .benefits-sec .section-heading, .how-we-do-sec .section-heading {
        text-align: center;
    }
    .how-we-do-sec .row {
        flex-direction: column-reverse;
    }
    .offer-info h4 {
        font-size: 22px;
    }
    .offer-info h5 {
        font-size: 26px;
    }
    .sub-head {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .banner-caption {
        padding: 240px 0px 40px;
    }
}