@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Lobster&display=swap');

.slogan .d-slider-caption {
    font-size: 35px !important;
    text-align: center;
    color: #ffffff !important;
    margin-bottom: 10px;
   font-family: 'Oleo Script Swash Caps', cursive !important;
    font-weight: 400 !important;
    text-shadow: 2px 2px 2px #000;
}
h1, h2 {
    font-family: 'Oleo Script Swash Caps', cursive !important;
    font-weight: 400;
}
h1:after, h2:after {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    margin: 10px auto;
    background: url(https://assets.unlayer.com/projects/5192/1678099645469-title-bg.png) no-repeat center;
}
.wl h1:after, .wl h2:after {
    background: url(https://assets.unlayer.com/projects/5192/1678105339139-title-bg-white.png) no-repeat center;
}
#u_content_custom_slider_1 .d-slider-caption br {
    display: none;
}
 a {
    text-decoration: none;
}
.d-con-slider {
    max-height: 650px;
}
.fix-bg {
background-attachment: fixed !important;
}
.text-sho {
    text-shadow: 0 2px 2px rgba(0,0,0,.5) !important;
}
.box-shado img {
    box-shadow: 0 5px 10px rgba(0,0,0,.35);
}
.max-900>.container {
    max-width: 900px !important;
}
img
{
 max-width: 100%;
}
.d-con-button a {
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
   color:#fff !important;
}
.width-860>.container {
    max-width: 860px !important;
}
.max-1500>.container {
    max-width: 1500px !important;
}
.flex {
    display: flex;
    display: -webkit-flex;
}
.logos-container img {
    margin: 10px 65px;
}
.logos-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#Contact-btnSubmit {
    font-weight: 700;
    color: #fff !important;
}