.image-container{
width: 1440px;
height: 432px;
opacity: 1;
position: relative;
display: flex;
}
.text-overlay{
height: 160px;
top: 175px;
left: 585px;
opacity: 1;
position: absolute;
}
.post-heading{
font-family: Rajdhani;
font-size: 35px;
font-weight: 700;
line-height: 38.01px;
text-align: left;
color: #1E54BF;
}
.post-section{
width: 75%;
}
.related-posts{
width:25%;
padding-top: 70px;
}
.bg-header{
font-family: "Rajdhani";
font-size: 50px;
font-weight: 700;
line-height: 63.8px;
text-align: left;
color: #FFFFFF;
}
.bg-para{
display: flex;
font-family: "Roboto";
font-size: 18px;
font-weight: 500;
line-height: 19.55px;
color: #FFFFFF;
position: absolute;
top: 195px;
text-align: center;
}
.post-thumbnail{
width: 771px;
display: flex;
height: 519px;
border-radius: 8px 8px 8px 8px;
opacity: 1;
}
.post-content{
font-family: Roboto;
font-size: 18px;
font-weight: 400;
line-height: 30.6px;
text-align: left;
color: #454955;
}
.post-content img{
width: 771px;
height: 381px;
}
.talk-to-us-button{
width: 174px;
height: 47px;
position: sticky;
top: 2546px;
left: 151px;
padding: 6px 22px 6px 22px;
display: flex;
border-radius: 8px 8px 8px 8px;
opacity: 1;
background: linear-gradient(179.87deg, #E98135 0.11%, #DD5001 81.69%);
box-shadow: 0px 4px 4px 0px #00000040;
}
.button-text{
opacity: 1;
font-family: Segoe UI;
font-size: 16px;
font-weight: 700;
line-height: 21.28px;
color: #FFFFFF;
}
.arrow{
width: 20px;
height: 20px;
color: #FFFFFF;
font-size: 25px;
font-weight: 700;
}
.cat-header{
height: 26px;
opacity: 0px;
font-family: Roboto;
font-size: 22px;
font-weight: 500;
line-height: 26.4px;
text-align: left;
color: #6C6C6C;
display: flex;
align-self: left;
}
.full-width .container .related-posts .category .cat-text a{
font-family: Roboto;
font-size: 18px;
font-weight: 500;
line-height: 21.6px;
text-align: left;
color: #6C6C6C;
}
.post-date{
width: 188px;
height: 10px;
font-family: Roboto;
font-size: 12px;
font-weight: 400;
line-height: 9.6px;
text-align: left;
color: #979797;
}
.post-title{
width: 188px;
height: 44px;
font-family: Roboto;
font-size: 18px;
font-weight: 600;
line-height: 21.6px;
text-align: left;
color: #454955;
}
.post-thumbnail{
width: 120px;
height: 81px;
}
.per-post{
margin-bottom: 30px;
}
.per-tag{
padding: 7px 8px 7px 8px;
border-radius: 5px 5px 5px 5px;
background-color: #FFFFFF;
border: 0.5px solid #454955;
margin-right:10px;
margin-bottom: 10px;
font-family: Roboto;
font-size: 12px;
font-weight: 400;
line-height: 9.6px;
text-align: left;
color: #979797;
}
.box{
width: 339px;
border-radius: 8px 8px 8px 8px;
background-color: #FFFFFF;
box-shadow: 0px 0px 22px 2px #0B5DFF33;
margin-bottom: 30px;
padding-bottom: 20px;
}
.curr-post-thumbnail{
width: 791.89px;
height: 581px;
border-radius: 8px 8px 8px 8px;
}
.side-spacing{
padding-left: 20px;
}
.tags{
width: 345px;
}
.more-events{
font-family: Rajdhani;
font-size: 33.56px;
font-weight: 700;
line-height: 44.3px;
text-align: left;
color: #1E54BF;
}
.contents{
font-family: Rajdhani;
font-size: 26.85px;
font-weight: 700;
line-height: 32.22px;
text-align: center;
color: #323232;
}
.slide{
/* width: 360px;
height: 384px; */
border-radius: 8px 8px 8px 8px;
padding: 10px;
background-color: #FFFFFF;
box-shadow: 0px 0px 5.9px 2px #0000001F;
}
.slide-image{
width: 342px;
height: 214px;
border-bottom: 0.5px solid #474747;
border-radius: 5px;
}
.date-img{
width: 16px;
height: 17.6px;
}
.date{
font-family: Outfit;
font-size: 12px;
font-weight: 500;
line-height: 15.12px;
text-align: left;
color: #979797;
}
.slide-header{
font-family: Rajdhani;
font-size: 25px;
font-weight: 700;
line-height: 27px;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
color: #323232;
}
.slide-content{
font-family: Roboto;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
color: #323232;
}
.viewpost{
font-family: Outfit;
font-size: 18px;
font-weight: 400;
line-height: 22.68px;
text-align: left;
color: #E98335;
}
.viewpost-img{
width: 28px;
height: 28px;
}
/* life-of-interloop carousel design 12.09.2024 shrabanti */
.post-thumbnail{
	position: relative;
}
.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    opacity: 0; /* Start with the overlay hidden */
    transition: opacity 0.3s ease-in-out; /* Smooth transition on hover */
}

.case-study-section .slick-item{
    overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  height: 400px;
}
.case-study-section .case-study-inner{
    position: relative;
  border: 1px solid rgba(0,0,0,.1);
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.case-study-section .case-study-inner .case-study-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: #00000082;
}
.page page-id-837 .owce-carousel-testimonial-three .owl-stage-outer {
    padding-bottom: 30px;
}
.page page-id-837 .owce-carousel-testimonial .owl-nav button {
	top: 0 !important;
    position: relative;
	left:0;
}
.page page-id-837 .owce-carousel-testimonial .owl-nav button i {
	display:none;
}
