.page-node-type-industry-solutions .home-banner__title {
    width: 50%;
    font-size: 25px;
}
.home-banner__title {
    font-size: 25px;
}
.page-node-type-industry-solutions .home-banner__desc {
    font-family: 'Dubai W23' !important;
    font-size: 18px !important;
    width: 50%;
}
.page-node-type-industry-solutions .home-banner__cta, .red-bg-btn {
    border-radius: 11px;
    text-decoration: none;
    text-transform: uppercase;
}
.industry-solutions__header__subtitle {
    font-family: 'Dubai W23';
}

.page-node-type-industry-solutions .home-banner__video {
    border-radius: 40px;
}

.page-node-type-industry-solutions .blogs img.card-img-top {
    border-radius: 25px;
}

.industry-solutions__wrapper a {
    text-decoration: none;
}
a {
    color: inherit;
}

.industry-solutions__controls__sections__list__item a{
    cursor:pointer;
    font-family: 'DubaiW23-Light';
    color: #132659;
    text-decoration: none;
}
.industry-solutions__controls__sections__list__item a::before{background:#132659}
.industry-solutions__controls__sections__list__item.active{font-family:'DubaiW23-Bold'}
.industry-solutions__controls__sections__list__item.active a{font-family:'DubaiW23-Bold'}

.industry-solutions__images { 
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 1px;
    width: 100vw;
    height: auto;
    margin-left: -50vw;
    margin-right: -50vw;
}

.industry-solutions__wrapper {
    max-width: 100%;
}

.industry-solutions__controls {
    padding:84px 5% 70px 40px;
    margin-bottom: auto;
}
a.btn {
  background: #dc3545;
}
.testimonial__each_row {
    background: #132659;
    opacity: .9;
}
.testimonial__each_row_second {
    margin: 0 0 0 100px;
    background-color: #283967;
}
.page-node-type-industry-solutions .testimonial__each__text {
    color: #fff;
    margin: 100px 23px;
}
.card.rounded-0.h-100.text-banner.testimonial-each {
    background-color: #283967;
}
.page-node-type-industry-solutions .testimonial__each__video {
    width: 50%;
}
.page-node-type-industry-solutions section.testimonial {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-node-type-industry-solutions section.testimonial::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #132659;
    opacity: .4;
    z-index: 1;
}
.page-node-type-industry-solutions .testi{
    margin-top: 0px !important;
}
@media (max-width: 480px) {
     .page-node-type-industry-solutions .home-banner__video {
        border-radius: 20px;
    }
    .page-node-type-industry-solutions .home-banner__title {
        width: 100%;
    }
    .page-node-type-industry-solutions .home-banner__desc {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .page-node-type-industry-solutions .home-banner__title {
        width: 100%;
    }
    .page-node-type-industry-solutions .home-banner__desc {
        width: 100%;
    }
}
