@font-face {
    src: url('../font/FuturaPTBold.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/FuturaPTBook.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/FuturaPTCondBold.otf');
    font-family: 'FuturaCond';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/FuturaPTCondBook.otf');
    font-family: 'FuturaCond';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/FuturaPTLight.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 300;
}
@font-face {
    src: url('../font/FuturaPTMedium.otf');
    font-family: 'Futura';
    font-display: swap;
    font-weight: 500;
}

a, .btn, .form-control, button {
    transition: 0.2s all;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
    border-radius: 0px;
}

a {
    color: #215EAE;
    text-decoration: none;
}
a:hover {
    color: #666666;
}

.btn.btn-default {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}
.btn.btn-default:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.btn.btn-primary {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.btn.btn-primary:hover {
    background: #6F7075;
    border: 1px solid #6F7075;
    color: #ffffff;
}

.btn.btn-success {
    background: #215EAE;215EAE
    border: 1px solid #215EAE;
    color: #ffffff;
}
.btn.btn-success:hover {
    background: #bf5f5b;
    border: 1px solid #bf5f5b;
    color: #ffffff;
}



body {
    font-family: 'Futura', 'Arial', 'Tahoma', sans-serif;
    background: #ffffff;
}

.breadcrumb {
    border: none;
    margin-bottom: 0px;
}

.pagination .page-item.active .page-link {
    background-color: #215EAE;
    border-color: #215EAE;
}
.pagination .page-link {
    color: #215EAE;
}

header {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-logo {
    position: relative;
    display: inline-block;
}
.header-logo img {
    max-height: 150px;
}