.bd-footer a{
    text-decoration:none;
    color: rgb(3,67,115);
}
.bd-footer a:hover{
    text-decoration:none;
    color: rgb(237,125,49);
}
.navbar-light .navbar-nav .nav-link {
    text-decoration:none;
    color: rgb(3,67,115);
}
.navbar-light .navbar-nav .nav-link:hover {
    text-decoration:none;
    color: rgb(237,125,49);
}
.nav_af{
    padding: 0rem 0.5rem
}
@font-face {
    font-family: 'botera-regular';
    src: url('../fonts/Botera-Regular.otf');
    url('/static/fonts/Botera-Regular.otf') format ('OpenType');
}
@font-face {
    font-family: 'botera-regular-stencil';
    src: url('../fonts/Botera-RegularStencil.otf');
url('/static/fonts/Botera-RegularStencil.otf') format ('OpenType');
    font-weight: bold;
}
@font-face {
    font-family: 'manrope-bold';
    src: url('/static/fonts/Manrope-Bold.ttf');
    url('/static/fonts/Manrope-Bold.ttf') format ('trueType');
}
@font-face {
    font-family: 'Manrope-ExtraBold';
    src: url('/static/fonts/Manrope-ExtraBold.ttf');
    url('/static/fonts/Manrope-ExtraBold.ttf') format ('trueType');
}
@font-face {
    font-family: 'Manrope-ExtraLight';
    src: url('/static/fonts/Manrope-ExtraLight.ttf');
    url('/static/fonts/Manrope-ExtraLight.ttf') format ('trueType');
    font-weight: bold;
}
@font-face {
    font-family: 'Manrope-Light';
    src: url('/static/fonts/Manrope-Light.ttf');
    url('/static/fonts/Manrope-Light.ttf') format ('trueType');
    font-weight: bold;
}
@font-face {
    font-family: 'Manrope-Medium';
    src: url('/static/fonts/Manrope-Medium.ttf');
    url('/static/fonts/Manrope-Medium.ttf') format ('trueType');
    font-weight: bold;
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('/static/fonts/Manrope-Regular.ttf');
    url('/static/fonts/Manrope-Regular.ttf') format ('trueType');
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('/static/fonts/Manrope-SemiBold.ttf');
    url('/static/fonts/Manrope-SemiBold.ttf') format ('trueType');
}

.text-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.nav_tab{
    color: #034373;
    font-family: Manrope-SemiB
}

