.institute-title{
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.institute-desc{
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.institute-logo{
    /**/
}
.institute-logo img{
    width: 120px;
    height: auto;
}

.bg-ucc-primary {
    background-color: #0864AF;
}
.bg-ucc-primary-darker {
    background-color: #08528E;
}

.bg-ucc-grey-darker{
    background-color: #E1E1E1;
}

.bg-ucc-grey-lighter{
    background-color: #eef1f5;
}

.bg-ucc-white {
    background-color: #FFFFFF;
}

/*MENU*/
.back-header .back-menus li a {
    color: #ffffff;
}
.back-header .back-menus li a:hover {
    color: #F6B418 !important;
}
.navbar-collapse {
    background: #333;
    margin: -.5rem -1rem;
    padding: .5rem 1rem;
}

.box-page{
    max-width: 1430px;
    margin: auto;
}

.fit-img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}


@media screen and (max-width: 991px) {
    .back-menus  li {
        position: relative;
        background: #08528E;
    }

    .back-menus li a:hover {
        background: #0864AF !important;
    }

    .back-menus li > .back-current-page {
        color: #F6B418 !important;
    }
}

.back-menus li ul.sub-menu > li {
    width: 250px;
}

.section-title {
    font-size: 42px !important;
}
.back-menus > li > a {
    font-size: 16px;
}

#triangle-bottomleft {
    width: 0;
    height: 0;
    border-bottom: 200px solid red;
    border-right: 1200px solid transparent;
}

.new-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* or any other color */
   /* clip-path: polygon(0 59%, 0% 100%, 100% 100%);*/
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 25% 100%, 5% 70%,1% 60%, 0% 50%, 25% 0%);
    z-index: 1;
}

.svg-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.marquee-container {
    width: 100%;
    height: 50px;
    background-color: #F6B418;
    margin: auto auto;
    font-size: 24px;
    font-weight: 600;
    padding: 2px 0;
    color: #0C0C0C;
}

ul.marquee-news li {
    display: inline-block;
    padding: 0 40px 0 5px;
}

.marquee-image {
    height: 40px;
    width: auto;
    object-fit: cover;
    margin: 0 5px;
}
