 
.fullimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-block .author .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.awards-slider img {
    width: 170px;
    height: 160px;
    -o-object-fit: contain;
    object-fit: contain;
}

.benefits-box .benefits-icon img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.choose-us-box .box-icon img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.provid-service .icon img {
    height: 52px;
    width: 52px;
    object-fit: cover;
}

.expertise-box .expertise-icon img {
    height: 36px;
    width: 36px;
    object-fit: cover;
}

#contact_form img {
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.agency-box .box-icon img {
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.tech-list-wrapper img{
    height: 23px;
    width: 23px;
    object-fit: cover;
}

 