.gallery-header {
    position: unset;
    padding: 0;
    background: url(../images/gallery/gallery-banner.jpg);
    background-size: cover;
    background-position: center;
}

.gallery-heading-main {
    color: #F5F5F5;
text-shadow: -7.878px 6.893px 26.095px rgba(255, 255, 255, 0.50);
font-family:ElmsSans-Bold ;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.6px;
text-transform: uppercase;
}

.gallery-heading {

    text-shadow: -7.878px 6.893px 26.095px rgba(255, 255, 255, 0.50);
font-family:ElmsSans-Bold ;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.57px;
text-transform: uppercase;
background: linear-gradient(90deg, #161616 0%, #636060 40.87%, #161616 91.35%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.gallery-para {
    color: #191919;
 font-family:ElmsSans ;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}

.gallery-para::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -11px;
    background: linear-gradient(90deg, #646464, #ffffff);
}

.media-set-left h4{
    color: #1F1E1E;
   font-family:ElmsSans-Medium ;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
letter-spacing: 0.28px;
text-decoration: none;
}

.media-set-left h5{
    color: #7A7A7A;
 font-family:ElmsSans ;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 21px */
letter-spacing: 0.28px;
}



.left-top-border::after {
    content: "";
    position:absolute;
    width: 100%;
    height:100%;
    background: url(../images/gallery/left-top-border.svg);
    background-size: cover;
    top: 0;
    left: 0;
    z-index:-1;
}

.bottom-right-border::after {
    content: "";
    position:absolute;
    width: 100%;
    height:100%;
    background: url(../images/gallery/bottom-right-border.svg);
    background-size: cover;
    background-position:100% 100%;
    top: 0;
    left: 0;
    z-index:-1;
}

.gallery-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.35%, #000 100%);
top: 0;
left: 0;
}

.gallery-icon {
    position: absolute;
    bottom: 0%;
    right: 0%;
transform: translate(-50%, -50%);
}

.gallery-img-thum {
    border-radius: 2px;
}

.press-details {
    text-decoration: none;
}




.red-center-line::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 40%;
    background: linear-gradient(180deg, #ffffff 0%, #a52221 51.227%, #ffffff 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width:991px) {
    .red-center-line::after {
        display: none;
    }
}

@media (max-width:575px) {
   .media-scroll-wrapper {
  max-height: unset;   /* 3 media-set visible */
  overflow-y: auto;
}
}


/* footer start  */

.mobile-full, .contact-details-text {
    color: #fff !important;
}

.number-line::after, .number-line::before {
    background-color: #fff !important;
}