body {
    font-family: 'Montserrat', sans-serif !important;
}

#home-intro {
    background-color: #f4f4f4 !important;
    margin-bottom: 0px !important;
}

#who {
    background: #fff !important;
}

p {
    font-family: 'Montserrat', sans-serif !important;
}

#serv {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

#product-slide {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.hov-anc:hover {
    color: #08c !important;
    transition: .5s all !important;
}

.site-button:hover {
    background-color: transparent !important;
    color: #08c !important;
    font-weight: 600;
    border: 1px solid #08c;
    transition: .5s all;
}

.site-button2:hover {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 600;
    border: 1px solid #000;
    transition: .5s all;
}

/* Position the icons */
.fixed-icons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

/* Style the icons */
.fixed-icons a {
    display: inline-block;
    margin-left: 10px;
    color: #ffffff;
    background-color: #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.fixed-icons a:hover {
    background-color: #0062cc;
}

/* Style the WhatsApp icon */
.fixed-icons a.whatsapp {
    background-color: #25d366;
}

.fixed-icons a.whatsapp:hover {
    background-color: #128c7e;
}

/* Style the Call icon */
.fixed-icons a.call {
    background-color: #dc3545;
}

.fixed-icons a.call:hover {
    background-color: #c82333;
}

.head-ul li a{
    font-size: 15px !important;
}

.modal-backdrop{
    display: none !important;
}

#modalThemeErrorMessage{
    display: none !important;
}

