.nav-item {
    white-space: nowrap;
}
.bg-color-lb {
    background-color: #EBFAFF;
}
.contact-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 5px 30px 0px rgba(146, 165, 193, 0.21);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(146, 165, 193, 0.21);
    -moz-box-shadow: 0px 5px 30px 0px rgba(146, 165, 193, 0.21);
}
.contact-card .btn-primary {
    width: 100% !important;
}
.nav-space {
    padding-top: 200px;
}
h1.xl {
    font-size: 4.125rem;
    font-weight: 700;
    line-height: 1.2;
}
h1 span, h2 span {
    color: #30C1EC;
}
.contact-list li {
    color: #606060;
    margin-bottom: 1.5rem;
}
.contact-list li:nth-child(1) i {
    color: #FFCB48;
}
.reset-a {
    all: unset;
    cursor: pointer;
}
.mt-5rem {
    margin-top: 5rem !important;
}
.modal-work {
    padding-right: 0 !important;
}
.modal-work .modal-dialog .modal-content {
    width: 95%;
}
.modal-work .modal-dialog {
    /* width: 90vw; */
    max-width: 100vw;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}