@import "font.css";
.nav-link {
    font-family: 'Lato', Arial !important;
}

body {
    font-family: 'poppins' !important;
}

a {
    text-decoration: none !important;
    color: #000 !important;
}

label {
    margin: 0 !important;
}

.covid-warning {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.navbar {
    position: fixed !important;
    z-index: 999;
    width: 100%;
    /* top: 35px; */
}


/*.logo-div
{
  width: 320px;
}*/

.nav-menu {
    cursor: pointer;
    border-bottom: 2px solid transparent !important;
    transition: all 0.5s;
    margin: 0 20px;
}

.nav-menu-active {
    border-bottom-color: grey !important;
}

.nav-menu:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

#about {
    margin-bottom: 5rem;
}

.square {
    position: relative;
    right: -15px;
}

.service-lbl {
    width: 80%;
}

.first-section {
    padding-top: 100px;
}

.fs-11 {
    font-size: 11px;
}

.border-md-right {
    border-right: 1px solid #dee2e6 !important;
}

.shadow-ligth {
    box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.05) !important;
}

.bg-black {
    background-color: #000 !important;
}

textarea {
    resize: none !important;
}

input.text-white::placeholder,
textarea.text-white::placeholder {
    color: #fff;
}

.h-76 {
    height: 76px !important;
}

.h-80 {
    height: 80px !important;
}

.h-104 {
    height: 104px !important;
}

.swiper-slide {
    height: 100vh !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1;
}

.swiper-slide .title {
    background-color: #197B5D;
    width: 250px;
    opacity: 0.9;
    color: #fff;
    position: relative;
    top: 85vh;
    padding: 5px;
}

.close-covid-warning {
    cursor: pointer;
    transition: all 0.3s;
}

.close-covid-warning:hover {
    transform: scale(1.2);
}

.learn-more:hover {
    font-weight: bold;
    text-decoration: underline !important;
}

.w-m-75 {
    width: 75% !important;
}

input.message,
button.message {
    height: 45px;
}

.cursor-pointer {
    cursor: pointer;
}

.px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

@media (max-width: 375px) {
    .navbar-brand {
        margin: 0 !important;
        width: 70px !important;
    }
    .nav-title {
        font-size: 10px !important;
    }
}
@media(max-width:1050px){
    .email-link {
        display: block;
        word-wrap: break-word;
        word-break: break-all; 
    }
}

@media (max-width: 991px) {

    .px-md-5 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .border-md-right {
        border-right: 0px !important;
    }
    .nav-menu {
        width: 100%;
        margin: 0;
    }
    .w-m-75 {
        width: 25% !important;
    }
}

.bg-ligth-green {
    background-color: #197B5D;
}