@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #787e85;
}


h1 {
    font-size: 33px;
    font-weight: bold;
    color: #568fa9;
}

h1 span {
    color: #787e85;
    font-weight: 400;
    font-size: 30px;
}

h2 {
    font-size: 33px;
    font-weight: bold;
    color: #568fa9;
}

h2 span {
    color: #787e85;
    font-weight: 400;
}

strong {
    color: #568fa9;
}

/* HEADER & FOOTER */

.the-header {
    font-size: 15px;
    padding-bottom: 20px;
}

.the-header .logo {
    text-align: center;
    padding: 30px;

}

.the-header .col-auto {
    text-align: center;
    padding: 0px 30px !important;
    position: relative;
}

.the-header .col-auto:first-child::after {
    content: "";
    border-right: 2px solid #787e85;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 0;
}

.the-footer .menu {
    font-size: 15px;
    background-image: url(../imgs/footer.bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    color: #fff;
    padding: 60px 0px 40px 0px;
}

.the-footer .menu a {
    color: #fff;
}

.the-footer .gallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%
}

@media (max-width: 991px) {
    
    .the-footer .menu .logo {
        text-align:center;
            margin-top: 50px;

    }
}

@media (max-width: 767px) {
    .the-footer .menu .row {
        text-align: center;
    }

    .the-footer .menu .logo {
        margin-top: 50px;

    }

}

.the-footer .copyright {
    text-align: center;
    padding: 60px 15px 0px 15px;
}

/* MAIN */

main .main-banner .book {
    text-transform: uppercase;
    background-color: #568fa9;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    padding: 8px;
}

main .main-banner .book img {
    vertical-align: baseline;
    margin-bottom: -1px;
}


main .main-banner {
    background-color: #568fa9;
}

main .schedule {
    text-align: center;
    padding-top: 50px
}

main .locations {
    margin-top: 70px;
    line-height: 30px;
}


@media (max-width: 767px) {
    main .locations .location:nth-child(1) {
        margin-bottom: 40px;
    }

}

main .locations .location {
    background-color: #f8f8f9;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    padding-top: 50px;

}

main .locations .location .address {
    line-height: 24px;
    padding-top: 10px;
}

main .locations .location a {
    color: #787e85;
    font-weight: 700;
}

main .locations .location a.button {
    display: inline-block;
    border-radius: 25px;
    background-color: #568fa9;
    color: #fff;
    padding: 4px 50px;
    text-decoration: none;
    margin-top: 15px;
    font-size: 17px
}

main .locations .location .map {
    margin-top: 40px;
}

main .locations .location .map iframe {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}


main .we-offer {
    margin-top: 100px;
    margin-bottom: 80px;
}



/* SCRIPTS */
.slick-dots {
    bottom: -35px !important;
}

.slick-dots li {
    width: 8px !important;
}


.slick-dots li button::before {
    width: 8px !important;
    left: 8px !important;
    height: 8px !important;
    line-height: 0 !important;
    border: 1px solid #568fa9;
    border-radius: 50%;
    top: 0;
    left: 0;
    content: '' !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button::before {
    background-color: #568fa9;
}