.breadcrumb-innear:before {content:'';background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 100%);width: 100%;height: 100%;position: absolute;}
.breadcrumb-innear {
    height: 136vh;
    overflow: hidden;
    position: relative; 
    }
.breadcrumb-innear img {
    width: 100%;
    height: 136vh;
    object-fit: cover;
}
.breadcrumb-innear {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.breadcrumb-innear .innear-list-bre {
    position: absolute;               /* 2 */
    top: 50%;                         /* 3 */
    transform: translate(0, -50%);
    width: 100%;
}
.breadcrumb-innear .innear-list-bre h1  {
    color: #fff;
    font-size: 70px;
}
.breadcrumb-innear .innear-list-bre p  {
    font-size: 20px;
    color: #fff;
}

.breadcrumb-innear .bot-cur {
    position: absolute;
    bottom: -9px;
    width: 100%;
}
.breadcrumb-innear .bot-cur img {
    width: 100%;
    height: fit-content;
}


.contact-us-promo .pb-2 span {    color: white;    font-size: 40px;}
.contact-us-promo h5 {    color: white;    font-size: 20px;}
.contact-us-promo p {    color: white;  }



.publisher-box {
    background: #f6f6f6;
    padding: 15px;
    margin: 0px;
    margin-bottom: 20px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.publisher-box .publisher-logo img {
    width: 100%;
}
.publisher-name {
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
    display:none;
}


#bangla .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    }
	
	
	
	
	
	


/* Override bootstrap column paddings */
.tz-gallery .col-md-4  {padding:15px;}
.tz-gallery .box  {
    padding: 0;
    position: relative;
    border: 1px solid #c7c7c7;
    box-shadow: 0px 0px 10px;
    overflow: hidden;
    height: 300px;
}
.tz-gallery .box a {display:block}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 300px;
    object-fit: cover;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    
    content: '\f00e';
	font-family: 'FontAwesome';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(0 0 0 / 82%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}


.our-client .publisher-box .publisher-logo img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.our-client .publisher-box {
    background: #f9f9f9;
    padding: 15px;
    margin: 0px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3ee;
    position: relative;
    overflow: hidden;
	    box-shadow: 0px 0px 10px #a1a1a1;
}
.our-client .publisher-box:hover {}
.our-client .publisher-box:before {content:''; display:none;
 position: absolute;width: 100%;height: 100%;background: #000000cf;left:
 0;top: 0;}
.our-client .publisher-box:hover:before {display:block}
 
.our-client .publisher-box:hover .client-des{display:block}

.our-client .client-des { display:none;   position: absolute;
    top: 0;
    top: 50%;                       
    transform: translate(0, -50%);
}
.our-client .client-des p {
    text-align: center;
    color: #fff;
}