.logo-height {
    max-height: 40px !important;
}

@font-face {
    font-family: nrt;
    src: url('../fonts/NRT-Reg.ttf');
}

* {
    font-family: nrt;
}

h2, h1, h3, h4, h5, h6 {
    font-family: nrt !important;
}

.card-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols>[class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.rounded {
    border-radius: 20px !important;
}

.top-rounded {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.bottom-rounded {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.banner-item::before {
    opacity: 0.7 !important;
}

@media screen and (min-width: 992px) {
    .pt-100 {
        padding-top: 100px !important;
    }
}

@media screen and (max-width: 992px) {
    .pt-100 {
        padding-top: 105px !important;
    }
}