.solid-bg {
    background-color: antiquewhite;
}

.centerImg .img-responsive {
    margin: 0 auto;
}
.table tbody td {
    text-align: left !important;
}
.project-area .section-sub-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;
    margin: 0 0 10px;
    color: #212121;
}

#basicSlider {
    position: relative;
}

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 250px;
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 10%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 991px) {
    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {
    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 10px;
    vertical-align: middle;
}

#basicSlider .MS-controls button {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 15px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 15px;
    right: 10px;
}

.clients-logo {
    border: 2px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0 0 30px;
}

.divMarq {
    background-color: #370b0b;
    color: #fff;
    padding: 5px;
}

.pMarq {
    -moz-animation: marquee 30s linear infinite;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
    font-size: 20px;
    white-space: nowrap;
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

#basicSlider2 {
    position: relative;
}

#basicSlider2 .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 250px;
}

#basicSlider2 .MS-content .item {
    display: inline-block;
    width: 10%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 991px) {
    #basicSlider2 .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    #basicSlider2 .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {
    #basicSlider2 .MS-content .item {
        width: 50%;
    }
}

#basicSlider2 .MS-content .item a {
    line-height: 10px;
    vertical-align: middle;
}

#basicSlider2 .MS-controls button {
    position: absolute;
}

#basicSlider2 .MS-controls .MS-left {
    top: 15px;
    left: 10px;
}

#basicSlider2 .MS-controls .MS-right {
    top: 15px;
    right: 10px;
}
.fs-7 {
    font-size: smaller;
}
.border-bottom-red {
    border-bottom: 1px solid red;
}
.text-primary-50 {
    color: #1c87c9;
}
.cw-50 {
    width: 50px;
}
.mw-80 {
    max-width: 80px;
}
.mw-100 {
    max-width: 100%;
}
.w-80 {
    width: 80%;
}
.border-grey-2 {
    border: 2px solid #555;
}
.border-black-2 {
    border: black 2px solid;
}
.principal .content {
    padding: 30px 0;
}

.principal .imagePrincipal {
    background: url("Images/MainPage/Principal.html") center center no-repeat;
    background-size: cover;
    min-height: 100px;
}

@media (max-width: 100px) {
    .principal .imagePrincipal {
        text-align: center;
    }

    .principal .imagePrincipal img {
        max-width: 80%;
    }
}

@media (max-width: 667px) {
    .principal .imagePrincipal img {
        max-width: 100%;
    }
}
div.scroll {
    margin: 4px, 4px;
    padding: 4px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

/* Reset */
html,
body {
    height: 100%;
    margin: 0;
}

/* Wrapper for everything except footer */
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* Main content grows to push footer down */
.main {
    flex: 1;
}

/* Footer styling */
footer {
    background: #333;
    color: #fff;
    padding: 15px;
}
.w-49 {
    width: 49%;
}
.w-90 {
    width: 80%;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background-color: #0a2f60 !important;
    height: 37px !important;
}
.nav-link {
    color: #fff !important;
    font-weight: 600;
}
.nav-link:hover {
    color: #f03c02 !important;
    font-size: 14px;
    font-weight: 900;
}
.list-group-item {
    padding: 0.5rem 0.5rem !important;
}
a.nav-link.active {
    color: #f03c02 !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0px 0px 3px 2px;
    background: #fff;
}
.dropdown-item.active {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    background: #0a2f60fa !important;
}
.sidebar-title {
    background: linear-gradient(90deg, #007bff, #0a2f60);
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    border-radius: 8px 8px 0 0 !important;
}
.bg-blue {
    background: linear-gradient(90deg, #007bff, #0a2f60);
}
.sidebar-content {
    background: azure;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 12px;
}
.custom-dropdown-toggle.active , a.result_year.active {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    background: #0a2f60fa !important;
}
.card-custom {
    border: none;
    border-radius: 12px;
    background: azure;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.card-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-title {
    background: linear-gradient(90deg, #ffb347, #ffcc33);
    color: #222;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.h-350 {
    height: 350px !important;
    border-radius: 10px;
}
.announcement {
    height: 35px;
    background: #ddd;
    align-content: center;
    align-self: center;
    align-items: center;
}

.ban_sec {
    width: 100%;
}
.ban_img {
    width: 100%;
    position: relative;
    height: 26rem;
}
.ban_img img {
    width: 100%;
}
.ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ban_text strong {
    font: 800 62.22px/70px "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.ban_text strong span {
    font: 400 44.44px/52px "Montserrat", sans-serif;
    letter-spacing: 3px;
}
.ban_text p {
    font: 400 25px/30px "Montserrat", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
}
.ban_text a {
    display: inline-block;
    font: 800 19.39px/24px "Montserrat", sans-serif;
    background: #282828;
    border-radius: 26px;
    color: #fff;
    padding: 12px 28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.ban_text a:hover {
    background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
        font-size: 21px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
        font-size: 17px;
    }
    .ban_text strong {
        font-size: 50px;
        line-height: 60px;
    }
    .ban_text strong span {
        font-size: 37px;
    }
    .ban_text a {
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .ban_text strong {
        font-size: 35px;
        line-height: 40px;
    }
    .ban_text strong span {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 2px;
    }
    .ban_text p {
        font-size: 14px;
        line-height: 20px;
    }
    .ban_text a {
        font-size: 13.39px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .ban_img img {
        min-height: 290px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 575px) {
    .ban_text strong {
        background: rgba(0, 0, 0, 0.8);
        padding: 10px;
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .ban_text strong span {
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 1px;
    }
    .ban_text {
        left: 2%;
    }
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar-nav {
    background: #0a2f60;
}
/* .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0 !important;
} */
@media only screen and (max-width: 991px) {
    .custom-hide {
        display: none !important;
    }
    .custom-icon-online {
        position: absolute;
        margin-top: 100px;
    }
    #header {
        height:100px;
    }
}
.navbar-nav {
    flex-wrap: wrap !important;
    justify-content: center;
}
