.logo img{
    max-width:200px!important;
}
.footer-clients{
    display: flex;
    justify-content: end; }

.image-box {
    background: #ddd9d9;
    padding: 10px;
    border-radius: 5px;
}
.slider-item-three.bg-video {
    padding: 0;
    max-height: 980px!important;

}
.slider-item-three{
    padding:0!important;
    height: 980px!important;
    background-size: cover!important;
    display: flex !important;
    align-items: center;
}
.slider-item-three  {
    width: 100%;
    height: 100%;
}
.slider-item-three video {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.slider-item-three .slidecontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 0 20px;
}
.projects-area-three img{
    height: 550px;
    object-fit: cover;
    width: 100%;
}
.services-area .srvc_item{
    height: 100%;
}
.counter-item-two .counter-title{
    max-width: 150px;
}
 