html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

body>div.page-wrapper>header>div.main-box>div>div>div.logo-box>div>a>img {

    max-width: 260px;
    height: 70px;
}

body>div.page-wrapper>header>div.sticky-header>div>div.logo.pull-left>a>img {
    max-height: 50px;
}

body>div.page-wrapper>section.contact-info-section>div>div>div.info-column.col-lg-4.col-md-12.col-sm-12>div>div.logo>a>img {
    max-height: 140px;
}

.main-menu .navigation>li.not-drop::after {
    display: none;

}

.product-section .lower-box .image-column .image {
    height: 100%;
}

.product-section .lower-box .image-column .image img {
    height: 100%;
}

.product-section .lower-box .clearfix {
    display: flex;
    flex-wrap: wrap;
}

.list-style-three li {

    margin-bottom: 25px;
}

.news-block-three .inner-box .image img {
    height: 220px;
    object-fit: cover;
}