
/* Logo */
a.logo_img img {
    width: 170px;
}

#sticky-header .logo img {
    transition: all 0.3s ease; /* Smooth transition */
    width: 170px; /* Adjust as needed */
    height: 46px;
}

/* When Header is Sticky */
#sticky-header.sticky .logo img {
    width: 170px; /* Adjust this size when sticky */
    height: 46px;
}


.breadcumb-area {
    height: 250px;
    padding-top: 87px;
}

.breadcumb-area {
    text-align: center;
}

/* .breadcumb-content {
    display: inline-block;
} */

.img-overflow {
    overflow: hidden;
}

.slider-area {
    height: 700px;
    
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 { 
    padding-bottom: 50px !important;
}

.pt-0 {
    padding-top: 0px !important;
}




/* BG */


@media(max-width:991px){
    .breadcumb-area {
        height: 150px;
        padding-top: 0px;
    }
}

