<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-sec{
    background-image: url(../images/In_yellow/in1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 42vh;
    display: flex;
    align-items: flex-end;
}
.page-header-content {
    background: #000000a3;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    width: 300px;
   
}

.page-header-content .title {
    font-size: 36px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
}


.content-heading p {
    font-family: 'poppins', sans-serif;
    opacity: 1;
}
@media(min-width:767px){
    .page-header-content {
        width: 365px;
    }
    .page-header-content .title {
        font-size: 51px;
    }
    .banner-sec{
        min-height: 62vh;
    }
}
.page-header-content .breadcrumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    background: transparent;
    font-family: 'Poppins', sans-serif;
}
.page-header-content .breadcrumb li {
    color: #0e2c53;
}
.page-header-content .breadcrumb li a {
    color: #0e2c53;
    text-decoration: none;
}
.page-header-content .breadcrumb li a::after {
    content: "-";
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
}

@media (min-width: 576px){
    .page-header-content .breadcrumb li a::after {
        color: #0e2c53;
    }
}


.single-gallery-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.single-gallery-box::before {
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    background-color: #000000;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
}
.single-gallery-box .gallery-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 35px;
    color: #ffffff;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}
.single-gallery-box:hover .gallery-btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.single-gallery-box:hover::before {
    opacity: .30;
    visibility: visible;
}

.single-gallery-box img {
    border-radius: 15px;
}

@media(min-width:768px){
    .banner-sec{
        min-height: 33vh;
    }
    .page-header-content .title {
        font-size: 36px;
    }
    .page-header-content {
        width: 400px;
    }
    .page-header-content{
        margin-bottom: 4rem;
    }
}
@media(min-width:1024px){
    .banner-sec{
        min-height: 43vh;
    }
}
@media(min-width:1200px){
    .banner-sec{
        min-height: 90vh;
    }
}
@media(min-width:1400px){
    .banner-sec{
        min-height: 40vh;
    }
}
@media(min-width:1920px){
    .banner-sec{
        min-height: 68vh;
    }
}
</pre></body></html>