/* 24-5-24 */
.featured-projects-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top:3px;
}
.featured-projects-wrap .inner-section:not(:last-child){
  margin-bottom:3px;
}
.featured-projects-wrap .inner-section{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow:hidden;
  background:#212a30;
}
.featured-projects-wrap .inner-section {
  position:relative;
}

.featured-projects-wrap .inner-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 380px;
  height:25vw;
}
.featured-projects-wrap .inner-section .bg-image  :is(img, video){
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .featured-projects-wrap .inner-section:before, */
.featured-projects-wrap .inner-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212a30;
    opacity: 0.65;
    transition: all 0.3s ease-in-out;
    z-index:1;
}

.featured-projects-wrap .inner-section.active:after{
  opacity:0;
}

.featured-projects-wrap .inner-section .bg-image:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:2;
  opacity:0;
  background: linear-gradient(180deg, rgba(33,42,48,0.65) -3%, rgba(33,42,48,1) 100%);
  transition: all 0.3s ease-in-out;
}
.featured-projects-wrap .inner-section.active .bg-image:after{
  opacity:1;
}

/* .featured-projects-wrap .inner-section:before{
 opacity:0;
  background: linear-gradient(180deg, rgba(33,42,48,0.65) -3%, rgba(33,42,48,1) 24vw);
} */

/* .featured-projects-wrap .inner-section.active:before{
  opacity:1;  
}  */



.featured-projects-wrap .featured-title {
  position:relative;
  text-align: center;
  padding: 84px 0 134px;
  z-index:2;
}
.featured-projects-wrap .featured-title h2{
  font-size:55px;
  line-height:1.3;
  letter-spacing:0.129rem;
  color:#E9E9E9;
  padding-bottom:23px;
  text-transform:uppercase;
  font-family: transducer, sans-serif !important;
  font-weight: 800;
}
.featured-projects-wrap a.arrow-border-cta {
  color: #fff;
  padding: 11px 30px;
}
.featured-projects-wrap .featured-list-wrap {
  display:none;
  position:relative;
  z-index:2;
}
.featured-list-wrap .featured-list {
  display:flex !important;
  flex-wrap:wrap;
  margin-top: 0 !important;
}

.insight-wrap .grey-title{
  margin: 0 auto;
  padding: 0 15px;
}
.insight-wrap .grey-title {
  margin: 0 auto;
  padding: 0 15px;
}
.insight-wrap ul.row{
  max-width:100%;
}

/* .core-value-wrap.home-core-value {
  padding-top:111px;
}
.core-value-wrap.verticle-line-wrap.home-core-value .container::before {
  top:-111px;
} */
.core-value-wrap.home-core-value .verticle-title-animation {
  top:376px;
}
.core-value-wrap.home-core-value .core-value-img-info .left .img-wrap {
    position: relative;
    padding-bottom: 115%;
}
.core-value-wrap.home-core-value .core-value-img-info .left .img-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.core-value-wrap.home-core-value a.arrow-border-cta {
  padding:11px 10px;
}


@media(max-width:1150px){
  .insight-wrap.home-insight ul.row > li:nth-child(1){
    padding-left:0px;
  }
}
@media(max-width:991px){
  .featured-projects-wrap .featured-title h2{
    font-size:45px;
  }
}
@media(max-width:767px){
  .featured-projects-wrap .featured-title h2{
    font-size:35px;
  }
  .featured-projects-wrap .featured-title {
    padding:60px 0;
  }
  .insight-wrap.home-insight .insight-list-wrap ul li .img-wrap img {
    display:block;
  }
  .insight-wrap.home-insight .insight-list-wrap ul li .img-wrap .info {
    position: absolute;
    top:auto;
    bottom: 10px;
    left: 10px;
    right: 50px;
  }
  .insight-wrap.home-insight .insight-list-wrap ul li .img-wrap .info a,
  .insight-wrap.home-insight .insight-list-wrap ul li .img-wrap .info h5 {
    color:#fff;
  }
  
  .featured-projects-wrap .inner-section:before{
    background: linear-gradient(180deg, rgba(33,42,48,0.65) -3%, rgba(33,42,48,1) 320px);
  }
  .featured-projects-wrap .inner-section .bg-image {
    min-height:320px;
  }
   
}

/* 24-5-24 */