main {
    margin-top: -2px;
}
.owl-carousel .animated {
  animation-duration: 6s !important;
}
.owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
    margin-top: 110px;
}
footer.container-fluid {
    background: #ffffff !important;
}
.home-introduction, .home-masonary-grid {
    background-color: #ffffff!important;
}
.home-feature-text {
    margin-top: 40px;
}
@media only screen and (max-width: 768px) {
    .owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
        margin-top: 90px;
    }
}