.industriesBanner {
    position: relative;
}
html {
    scroll-behavior: smooth;
}
.industriesBContent {
    position: absolute;
    top: 50%;
    padding: 20px;
    left: 0;
    transform: translateY(-50%);
    width: 48%;
    background: linear-gradient(90deg, #CE0012, #A3057F);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.industriesBContent h1 {
    color: #fff;
    font-size: 30px;
    font-family: nexaBold;
}

.industriesBContent p {
    color: #fff;
    margin: 0;
}

.industriImg {
    border-radius: 20px;
    overflow: hidden;
}

.industriContentBody h3 {
    font-size: 22px;
    font-family: nexaBold;
    margin: 0;
}

.industriContentBody p {
    margin: 0;
    font-size: 15px;
}

.industriBtn a {
    color: #000;
    text-decoration: none;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    box-shadow: -4px 4px 0px #000;
    transition: 0.5s;
    font-size: 13px;
}

.industriBtn a:hover {
    background: linear-gradient(90deg, #CE0012, #A3057F);
    color: #fff;
}

.industriContentBody {
    padding: 10px 0px;
}

.industriBtn {
    padding-top: 12px;
}

.industriesSection {
    padding: 50px 0px;
}

.industriesInnerBox {
    margin-bottom: 40px;
}

@media only screen and (max-width: 430px) {
    .industriesBanner img {
        height: 220px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .industriesBContent {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%);
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .industriesBContent h1 {
        font-size: 25px;
    }

    .industriesInnerBox {
        margin-bottom: 20px;
    }
}

.mediaImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mediaImg img {
    width: 100%;
    max-width: 78px;
    margin: 2px;
    border: 1px solid;
    border-radius: 7px;
    padding: 5px;
    object-fit: contain;
}

.mediaCoverageInnver {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}

.mediaHeading a {
    color: #000;
    text-decoration: none;
}

.mediaCoverageInnver:hover .mediaHeading {
    background: linear-gradient(90deg, #ce001296, #a3057f99);
    transition: all 0.5s;
    bottom: 0%;
}
.mediaCoverageInnver:hover .mediaH {
color: #fff;
}
.mediaCoverageInnver:hover .mediaDat {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.mediaDat {
    font-size: 11px;
    border-bottom: 1px solid #0000002e;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.mediaH {
    font-size: 14px;
    font-weight: bolder;
}

.mediaHeading {
    position: absolute;
    bottom: -72%;
    padding: 10px;
    background: #ffffffb0;
    transition: all 0.5s;
    height: 100%;
}

.mediaCoverageInnver img {
    width: 100%;
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
}

.mediaInnerBox h3 {
    font-size: 17px;
    font-family: nexaBold;
    margin-bottom: 20px;
}

.mediaData {
    font-size: 13px;
}

.mediaCoverageSection {
    padding: 40px 0px;
}

.mediaData {
    padding-bottom: 5px;
    color: #878787;
}

.media-c {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
a.pressLink {
    text-decoration: none;
    color: #2d2d2d;
    font-size: 15px;
}
.pressLink:after {
    content: "|";
    position: relative;
    padding: 0 5px;
}
.pressLink:last-child:after {
    display: none
}
.mediaCoverIn {
    padding: 15px;
    border: 1px solid #878787;
    border-radius: 5px;
}
.mediaH3 {
    font-size: 18px;
    font-weight: bolder;
    color: #000;
}
.mediaCoverIn {
    padding: 15px;
    border: 1px solid #878787;
    border-radius: 5px;
    margin-bottom: 20px;
}
.selectMArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
select.mediaYear {
    width: 150px;
    padding: 5px;
    outline: none;
    border: 1px solid #000;
    border-radius: 5px;
}
.secH {
    font-size: 20px;
    font-family: 'nexaBold';
}