.bems-scroller li {
    height: 280px;
}

.social-media a:nth-of-type(1) {
    margin-left: 47px;
    margin-right: 3px;
}

.social-media a {
    font-size: 16px;
    margin: 0 8px;
    -webkit-transition: ease-in-out 400ms;
    transition: ease-in-out 400ms;
}

.social-media i:nth-of-type(1) {
    margin: 0px;
}
.social-media i {
    font-size: 16px;
    margin: 0;
    -webkit-transition: ease-in-out 400ms;
    transition: ease-in-out 400ms;
}
.social-media.show span {
    margin: 0px;
}

.section-product .image-box {
	height: 350px;
}
.image-box.effect img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-box.effect.resa p {
    bottom: 60px;
}
.image-box.effect.resa:hover h3 {
	top: 40px
}
.image-box.effect.resa:hover p.desc-box {
    top: 100px !important;
}

.section-contact button.button {
    border-color: #f68121;
    color: #f68121;
    padding-top: 16px;
    padding-bottom: 16px;
    background: none;
}

.customer-carousel .owl-stage {
margin: 0 auto;
}

.section-team-slider .owl-carousel .owl-item img { 
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.rev-caption a.button {
    color: #f68121;
    border-color: #f68121;
    font-family: 'MontserratBold';
    font-size: 14px !important;
}
.rev-caption a.button:hover {
    background-color: #f68121;
    color: #fff;
}
