.srevices-icons {
    height: 250px !important;
    width: 250px !important;
}

.company-name {
    cursor: pointer;
}

video {
    display: block;
    margin: 0 auto;
    width: 80%;
}

#signupButton {
    opacity: 0;
}

.video-container {
    text-align: center;
    margin-top: 100px;
}

#modal-button {
    opacity: 0;
}

.service-29193 img {
    max-width: 250px !important;
}

iframe {
    width: 100% !important;
}

.header-container {
    opacity: 0.7;
}

.social-media-container {
    background-color: white;
    margin-top: 20px;
    font-size: 1.5rem;
}

.modal {
    z-index: 2000 !important;
}

#header {
    display: flex;
    justify-content: space-between;
}

.os-action-button {
    background-color: white;
    margin: 0 auto;
}

.os-action-button a {
    color: #3e64ff;
    font-weight: bold;
}

.action-button-container {
    margin-bottom: 50px;
}

.action-button-container div {
    text-align: center;
}

#logo {
    height: 10.0rem;
    width: 20.0rem;
    box-shadow: none;
}

header {
    background: #292929 !important;
    padding: 0 !important;
}

.site-mobile-menu {
    background: #292929 !important;
}

img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
}

.service-29193 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
}

#our-services {
    background: #292929 !important;
}

#why-choose-us,
#our-services {
    text-align: center;
}

#why-choose-us div h2,
#our-services div h2 {
    margin-bottom: 70px !important;
}

#menu-items-home,
#menu-items-about,
#menu-items-gallery,
#menu-items-contact {
    color: white !important;
}

.icon-menu {
    color: white !important;
}

#why-choose-us {
    background-color: #fdca61;
}

#toggle-button-container {
    margin-bottom: 50px;
}

.secondary-container-contact-us {
    width: 30%;
    margin: 30px auto;
}

.secondary-container-contact-us div {
    text-align: center;
    padding: 5px;
}

.site-section {
    padding: 30px !important;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .header-container {
        display: none;
    }

    .secondary-container {
        margin: 10px;
    }

    .card-data-wrapper {
        text-align: center;
        padding: 10px;
        margin-top: 25px;
    }

    .secondary-container-contact-us {
        display: none;
    }
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .secondary-container {
        display: none;
    }

}