body, html, p, span, a, div, li, ul, ol, td, th, input, textarea, select, button {
  font-family: 'Poppins', sans-serif !important;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
}

.bold-button .wpb_button, .bold-button .vc_btn3 {
    font-weight: bold !important;
    font-size: 20px !important;
}

.slider .slick-slide { filter: blur(4px); transition: filter .3s ease; }
.slider .slick-center { filter: blur(0); }

html {
  scroll-behavior: smooth;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 35px !important;
}