.header_banner_div {
    position: relative;
    width: 100%;
    height: 215px;
    text-align: center;
    overflow: hidden;
}

.header_banner_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/common/gal_header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
    z-index: -1;
}

.header_banner_img {
    height: 100%;
    width: 100%;
}

.banner_txt {
    color: #ffff;
    position: relative;
    top: 35px;
    font-size: 25px;

}

.header_banner_div ol {
    padding: 26px 0px 0px 90px;
}

.header_banner_div li a {
    text-decoration: none;
    color: #ffff;
}

.yellow_txt {
    color: #FBBC05;
}

/* .main_div {} */

.gallery-item {
    transition: all 0.3s ease-in-out;


}

.gallery-item:hover {
    transform: scale(1.1);
}

/* .gallery-container {
    margin-left: 80px;
} */

.gallery-cover {
    height: 300px;
    width: 355px;
    border-radius: 10px;
    overflow: hidden;

}

.gallery_nav {
    background-color: #ffcc00;
    color: #ffffff;
    border-radius: 40px;
}

.modal-content {

    background-color: #383636;
    color: #fff;
}



#portfolio a:hover h3 {
    color: black !important;
    font-weight: 600 !important;
}

#portfolio a:active h3 {
    color: black !important;
    font-weight: 600 !important;
}

#portfolio .tab-pane .item {
    opacity: 0.4;
    transition: .4s ease all;
     /* margin: 0 20px; */
    /* transform: scale(.8) !important; */
}


#portfolio .item {
    opacity: 1;
    transform: scale(1) !important;
}

#portfolio .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

 #portfolio .inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}


.owl-item:nth-child(2) {

    /* Styles for the second child
    background-color: orange;
    border: 2px dotted green; */

}


#portfolio .tab-pane .active .item {
    opacity: 1;
    transform: scale(1) !important;
}


.owl-dot {
    /* margin: 0 10px; */
}

.owl-dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;

    justify-content: center;

}

.owl-dot img {
    width: 100px;
    height: 50px;
    border-radius: 10px;
    filter: brightness(0.5);
    transition: filter 0.3s ease;
    border: 2px solid transparent;
    transition: translate(0.3s ease-in-out);
}

.owl-dot.active img {
    filter: brightness(1);
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transform: scale(1.2);
}

.owl-dot:hover img {
    filter: brightness(0.8);
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-70%);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.owl-prev {
    left: 0px;
    top: 200px;

}

.owl-next {
    right: 0px;
    top: 200px;
}

.owl-prev i,
.owl-next i {
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 35px;
    border: 1px solid #ffff;
    padding: 10px 35px 10px 35px;
    border-radius: 11px;
    background-color: gray;
}

.owl-item.active {
    z-index: 9;
}

.prevM .item img {
    margin-left: 40rem;
}

.nextM .item img {
    margin-left: -40.5rem;
}

#portfolio .tab-pane .item img {
    width: 100%;
}

.owl-prev i:before {
    content: '\f104';
    color: white;
}

.owl-next i:before {
    content: '\f105';
    color: white;
}

.owl-carousel .owl-item img {
    display: flex !important;
    width: 100% !important;
    border-radius: 20px !important;
}

.owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

#portfolio .tab-pane .item img {
    height: 250px !important;
    width: 800px !important;
}

#portfolio .tab-pane .active .item img {
    height: 375px !important;

}

.custom-close::before {
    content: '';
}

.custom-close {
    background: url('../../images/common/close.png') no-repeat;
    outline: none;
    background-size: 2em 2em;

    border: none;
    opacity: 1;
    position: relative;
    right: 25px;
}
@media(min-Width:769px) and (max-width:1341px) {
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }

}
@media(max-width:768px){

}
@media(max-width:576px) {
    .header_banner_div::before {
        background-image: url('../../images/common/ghmv.png');
    }
    .header_banner_div ol {
        padding-left: 18px;
        padding-top: 67px;
        font-size: 12px;
    }

    .banner_txt {
        top: 18px;
        font-size: 18px;
    }

    .gallery-container {
        margin-left: 0px;
    }
}

@media(max-width:320px) {
    .gallery-cover {
        width: 290px;
    }
}
