body {
    background: rgb(30 97 139 / 9%);
}

@media (min-width: 1200px) {
    .nav-item {
        width: 14.285%;
    }
}

.nav-link {
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-weight: 500;
    padding: 1rem 1.5rem;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.logo-height {
    height: 160px;
}

.tab-bg {
    background: linear-gradient(to right, #0f5583, #043a5c);
    background: -webkit-linear-gradient(to right, #0f5583, #043a5c);
}

.footer-bg {
    color: #fff;
    background: linear-gradient(to right, #0f5583, #043a5c);
    background: -webkit-linear-gradient(to right, #0f5583, #043a5c);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    border-radius: 0px;
    background: -webkit-linear-gradient(to right, #FAA91C, #935A07);
    background: linear-gradient(to right, #FAA91C, #935A07);
}

@media (max-width: 700px) {
    .nav-pills .nav-item {
        width: 100%!important;
        border-bottom: 1px solid #fff;
    }
}


/* .nav-pills .nav-item .nav-link.active::after {
    content: " ";
    position: relative;
    right: 0;
    bottom: -3.4em;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #225555 transparent transparent transparent;
    border-width: 1em;
    z-index: 2;
} */

.nav-link:hover {
    color: #000000;
}

.country-logo {
    height: 120px;
    width: 120px;
}

.form-signin {
    max-width: 380px;
    padding: 35px 35px 35px;
    margin: 0 auto;
    border-radius: 5px;
    float: right;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .form-signin {
        float: none;
    }
}

.form-icon {
    position: absolute;
    bottom: 16px;
    left: 12px;
    height: 1rem;
}

.form-signin .form-control {
    padding: 10px 40px;
    background: #F5F5F5;
    border: none;
    font-size: 16px;
}

.form-signin-heading {
    text-align: center;
}

.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

.submit-bt {
    color: #fff;
    font-weight: 500;
    background-color: rgb(13 86 128);
    border-color: rgb(13 86 128);
}

.title {
    color: rgb(250, 169, 28);
}

.side-bg {
    background-image: url(/assets/image/bgggg1.jpg);
    background-repeat-y: repeat;
    background-size: cover;
}

.link-body {
    color: #fff;
    text-decoration: none;
}

.align-left {
    float: left;
    margin-right: 20px;
}

.about-img {
    height: 120px;
    width: 120px;
}

.box-shadow1 {
    box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
}

.box-shadow2 {
    box-shadow: inset 2px 2px 2px 0 rgb(185 175 175 / 50%), -4px -3px 20px 0 rgb(118 109 109 / 10%), 4px 6px 5px 0 rgb(46 42 42 / 10%);
}

.box-shadow3 {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
}

.card-hover1 {
    transition: all .3s linear;
}

.card-hover1:hover {
    box-shadow: rgb(0 0 0 / 12%) 0 20px 50px 0;
    transition: all .3s linear;
    background-color: #fff;
}

.fs-14 {
    font-size: 14px;
}

.fs-17 {
    font-size: 17px;
}

.fs-30 {
    font-size: 25px;
}

.icon-color {
    color: rgb(13 86 128);
}

.bg-soft-primary {
    background-color: #f1f5fd!important;
}