@font-face {
    font-family: "Montserrat";
    src: url(../fonts/MONTSERRAT-REGULAR.OTF);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/MONTSERRAT-MEDIUM.OTF);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/MONTSERRAT-SEMIBOLD.OTF);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/MONTSERRAT-BOLD.OTF);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/MONTSERRAT-BLACK.OTF);
    font-weight: 800;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: 16px;
    color: #000;
    background-color: #fff;
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(../images/logo-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-div-white-div {
    padding: 10px 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.home-div .logo {
    max-width: 90%;
    height: auto;
    padding: 5px;
    width: 285px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
}

.home-div h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0px 7px 0px;
    line-height: 0;
}

.home-div h2 {
    text-align: left;
    font-size: 20px;
    width: 250px;
    margin: 0 auto;
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 15px;
    font-weight: 600;
    color: #00264d;
}

.home-div h2 small {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    font-style: italic;
    margin: 3px 0 0;
    font-weight: 500;
}

.home-div-content-div {
    padding: 0px 10px 10px 10px;
}

.contact-points-ul {
    list-style-type: none;
    padding: 0;
    margin: 15px auto 1rem;
    text-align: center;
    width: 250px;
}

.contact-points-ul li {
    color: #fff;
    padding: 5px 0px;
    font-weight: 500;
    font-size: 16.3px;
}

.contact-points-ul li:first-child {
    padding-top: 0;
}

.contact-points-ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-points-ul li a p {
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #B31217;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-points-ul li a p img {
    flex-shrink: 0;
    width: 16px;
}

.contact-points-ul li a i,
.contact-points-ul li i {
    font-size: 16px;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.contact-points-ul li a span,
.contact-points-ul li span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #00264d;
}

.theme-share-option {
    display: inline-block;
}

.theme-share-option .dropdown-menu {
    margin-top: 8px !important;
}

.theme-share-option .dropdown-menu a i {
    padding-right: 5px;
    background: transparent;
    width: auto;
    height: auto;
    border: 0;
    font-size: 16px;
    line-height: inherit;
}

.qr-code {
    text-align: center;
    margin: 0;
}

.qr-code img {
    width: 120px;
}

.quick-actions {
    padding: 20px 15px;
    display: flex;
    justify-content: center;
}

.quick-actions .btn {
    background-color: #00264d;
    border: 0;
    margin: 0 5px;
    /* min-width: 140px; */
}

.quick-actions .btn:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.quick-actions .btn i {
    margin-right: 7px;
}

.modal-dialog-centered {
    justify-content: center;
}

#qrcodeModal .modal-content {
    width: 155px;
}

.home-div-white-div p {
    margin-bottom: 35px;
    text-align: center;
    color: #00264d;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.quick-actions a {
    color: #00264d;
}