/*
Theme Name: Webthebest
Author: Leki
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.row-services-box {
    margin-top: -80px !important;
}

.flickity-page-dots {
    bottom: -15px !important;
}

.image-testimonial {
    margin-top: -65px;
}

.image-testimonial img {
    border-radius: 100%;
    border: 4px solid #F5F5F5;
}

.bg-primary {
	background-color: var(--fs-color-primary);
}

.-mt-banner {
	margin-top: -90px;
}

.header-inner {
    padding-left: 35px;
    padding-right: 35px;
}

.header-wrapper.stuck {
    background: #474747;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}