body,
html {}

body {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 14px;
    color: #000000;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -o-transition: .3s all linear;
    -ms-transition: .3s all linear;
    transition: .3s all linear;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -o-transition: .3s all linear;
    -ms-transition: .3s all linear;
    transition: .3s all linear;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.custom-blue-btn {
    border: none;
    background: #405189;
    color: #fff !important;
    padding: 10px 10px;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}

.custom-blue-btn:hover {
    background: #074ee2;
    color: #fff !important;
}

h2 {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.2;
}

h5 {
    line-height: 36px;
}

.kalimati {
    font-family: 'Kalimati Regular';
}

.main-header {}

.top-header {
    background: #405189;
    color: #fff;
    padding: 10px 0;
}

.top-header p {
    margin: 0;
}

.social-share {}

.social-share ul {
    margin: 0;
    padding: 0;
}

.social-share ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0 10px;
}

.social-share ul li a {
    color: #fff;
}

.social-share ul li a:hover {
    color: #b6b6b6;
}

.bottom-header {
    box-shadow: 0 1px 6px 1px rgba(0, 41, 243, 0.2);
    padding: 15px 0;
    background: #fff;
}

.logo-fig {
    width: 70px;
}

.logo-text {
    color: #1f60ba;
}

.logo-text a {
    color: #1f60ba;
}

.logo-text a:hover {
    color: #000;
}

.logo-text span {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.logo-text small {
    font-size: 14px;
    line-height: 24px;
}

.main-header h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    color: #6f6f6f;
}

.nav-wrap {}

.nav-wrap .nav-item {
    margin-left: 30px;
}

.nav-wrap .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #6f6f6f;
    font-weight: 700;
    font-size: 16px;
}

.nav-wrap .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #1f60ba;
}

.top-footer {
    background: #212529;
    color: #fff;
    padding: 30px 0;
}

.footer-logo-wrap {
    max-width: 100px;
}

.top-footer h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
}

.footer-nav {}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    list-style-type: none;
    display: block;
    line-height: 24px;
    color: #fff;
}

.footer-nav ul li a {
    color: #fff;
}

.footer-nav ul li a:hover {
    color: #0a58ca;
}

.address-wrap {
    position: relative;
    padding-left: 30px;
    margin: 0 0 20px;
}

.address-wrap p {
    margin: 0;
    line-height: 22px;
}

.address-icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.address-wrap a {
    color: #fff;
}

.address-wrap a:hover {
    color: #0a58ca;
}

.copyright-block {
    background: #000;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

.copyright-block p {
    margin: 0;
    line-height: 24px;
}

label {
    margin: 0 0 10px;
    font-weight: 600;
}

.justify-content-center.pagination-wrap .pagination {
    justify-content: center!important;
}

.pagination-wrap .page-item.active .page-link {
    background-color: #405189;
    border-color: #405189;
}

.table p {
    line-height: 24px;
}

.btn-primary {
    background-color: #405189;
    border-color: #405189;
}

.doc-fig-wrap {
    height: 90px;
    text-align: center;
}

.doc-fig-wrap img {
    object-fit: contain;
    width: 70px;
    height: 100%;
}

.badge.navbar-badge {
    position: absolute;
    top: 5px;
    right: 0;
}

.img-circle {
    font-size: 10px;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box>.inner {
    padding: 10px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
    /* color: #fff; */
}

.small-box p {
    font-size: 1rem;
    /* color: #fff; */
}

.main-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -o-transition: .3s all linear;
    -ms-transition: .3s all linear;
    transition: .3s all linear;
}

.main-header.sticky-nav {
    margin-top: -35px;
}

.main-page-content {
    padding-top: 110px;
}

.download-btn {
    display: inline-block;
    background: #1f60ba;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -o-transition: .3s all linear;
    -ms-transition: .3s all linear;
    transition: .3s all linear;
}

.download-btn:hover {
    background: #1350a6;
}

.table>thead th {
    padding: 15px 10px;
}

.table p {
    margin: 0 0;
}

.two-col-wrap {
    position: relative;
    min-height: 100px;
    padding: 10px;
    padding-left: 90px;
}

.left-col {
    position: absolute;
    left: 10px;
    top: 10px;
}

.main-footer {}

.top-footer {
    background: #0073a4;
    text-align: center;
    color: #ffe108;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0;
}

.top-footer p {
    margin: 0;
}

.mid-footer {
    background: #444444;
    padding: 25px 0;
}

.mid-footer h4 {
    color: #00ADF7;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
}

.footer-list,
.address-list {}

.footer-list ul,
.address-list ul {
    margin: 0;
    padding: 0;
}

.footer-list ul li,
.address-list ul li {
    list-style-type: none;
    display: block;
    line-height: 24px;
    color: #fff;
    position: relative;
}

.footer-list ul li a,
.address-list li a {
    color: #fff;
}

.footer-list ul li a:hover,
.address-list ul li a:hover {
    color: #00ADF7;
}

.icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
}

.visitor-no {
    display: inline-block;
    background: #fff;
    color: #0099DA;
    padding: 8px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}

.visitor-no a {
    color: #0099DA;
}

.visitor-no:hover {
    background: #0099DA;
}

.visitor-no:hover a {
    color: #fff;
}