.main_container{
    width: 100%;
    height: 100%;
}
img{
    max-width: 100%;
}
.about-img img{
    height: 385px;
    object-fit: cover;
} 
.header-nav.navigation_wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.client-slider{
    z-index: 1;
}
.client-slider .mis-nav-list{
    z-index: 1;
}
.portfolio_wrapper .filtr-item img{
  height: 233px;
  max-width: 350px;
  object-fit: cover;
}
.home{
    z-index:0 !important;
}