.gsc-results-wrapper-overlay {
    padding: 30px;
    width: 1111px !important;
    position: absolute !important;
    top: 129% !important;
    height: 500px !important;
    left: -122% !important;
}

.gsc-search-button-v2 {
    border-color: #04224d !important;
    background-color: #052452 !important;
    background-image: none;
    filter: none;
}

.search-box button {
    position: relative !important;
    margin-right: 50px !important;
}

.search-box input {
    color: #001e49 !important;
}

button#searchClose {
    background: red;
    color: white;
    position: relative !important;
    top: -55px;
    right: -33px;
    padding: 11px 15px;
}



@charset "UTF-8";

*,
::before,
::after {
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    display: block;
    overflow-x: hidden;
    background-color: #fff;
    background-image: url('../img/body-bg.jpg');
}

.shadow-none {
    box-shadow: none !important;
}

.lift {
    transition: box-shadow .25s ease, transform .25s ease
}

.lift:focus,
.lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    transform: translate3d(0, -3px, 0)
}

.lift-lg:focus,
.lift-lg:hover {
    box-shadow: 0 2rem 5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .05) !important;
    transform: translate3d(0, -5px, 0)
}

/*color*/
.theme-bg {
    background: #052657;
}

.theme-fal-bg {
    background: #262161;
}

.theme-bg2 {
    background: #275cab;
}

.text-theme {
    color: #052657;
}

.text-theme2 {
    color: #275cab;
}

.btn-theme {
    color: #fff;
    background: #275cab;
}

.btn-theme:hover {
    color: #fff;
    background: #052657;
}

.btn-theme2 {
    color: #fff;
    background: #275cab;
}

.btn-theme2:hover {
    color: #052657;
    background: #fff;
}

.btn-light {
    color: #052657;
    background: #fff;
}

.btn-light:hover {
    color: #052657;
    background: #fff;
}

.bg-notice-tab {
    background: #d6d6d0 !important;
}

.pt-140 {
    padding-top: 125px;
}

.shadow {
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    box-shadow: 0 .1rem 0.2rem rgba(0, 0, 0, .15) !important;
}

.mn-h {
    height: 417px !important;
}

@media (max-width: 768px) {
    .mn-h {
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    }

    .pt-140 {
        padding-top: 250px;
    }
}

.bg-hash {
    background: #eee;
}

.bg-list1 {
    background: #74B648 !important;
}

.bg-list2 {
    background: #D6A122 !important;
}

.bg-list3 {
    background: #042350 !important;
}

.bg-list4 {
    background: #271919 !important;
}

.bg-list5 {
    background: rgb(126, 161, 103) !important;
}

/*fixed-sidebar*/

.fixed-sidebar {
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.fixed-social-menu .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
    margin-bottom: 0.1rem;
    transition: all 0.2s ease;
}

.fixed-social-menu .nav-item .nav-link.fb-icon {
    background: #3B5998;
}

.fixed-social-menu .nav-item .nav-link.tw-icon {
    background: #1AB2E8;
}

.fixed-social-menu .nav-item .nav-link.ig-icon {
    background-image: linear-gradient(30deg, #F5CE65, #5837DE);
}

.fixed-social-menu .nav-item .nav-link.lk-icon {
    background: #0077B5;
}

/*main*/



.uv-header .uv-logo {
    padding: 0.225rem 1rem;
    min-height: 80px;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(.17, .67, .54, .44);
}

.uv-header.active .uv-logo {
    min-height: 50px;
    padding: 0.2rem 1rem;
}

.uv-header .uv-logo img {
    height: 75px;
    transition: height 0.3s;
    transition-timing-function: cubic-bezier(.17, .67, .54, .44);
}

.uv-header.active .uv-logo img {
    height: 55px;
}

.uv-header .uv-logo .uv-titleLogo {
    padding: 0.125rem 0.5rem;
}

.uv-header.active .uv-logo .uv-titleLogo {
    padding: 0.2rem 0.5rem;
}

.uv-header .uv-logo .uv-titleLogo h1 {
    color: #052657;
    font-size: 1.46rem;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: .05em;
    margin: 0;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(.17, .67, .54, .44);
}

.uv-header.active .uv-logo .uv-titleLogo h1 {
    font-size: 1.5rem;
    /*line-height: 16px;*/
}

.uv-header .uv-logo .uv-titleLogo p {
    color: darkgreen;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    font-style: italic;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(.17, .67, .54, .44);
}

.uv-header.active .uv-logo .uv-titleLogo p {
    font-size: 0.7rem;
}

@media (max-width: 768px) {
    .uv-header .uv-logo img {
        height: 55px;
    }

    .uv-header.active .uv-logo img {
        height: 55px;
    }

    .uv-header .uv-logo .uv-titleLogo {
        padding: 0.2rem 0.5rem;
    }

    .uv-header.active .uv-logo .uv-titleLogo {
        padding: 0.2rem 0.5rem;
    }

    .uv-header .uv-logo .uv-titleLogo h1 {
        font-size: 0.9rem;
        line-height: 16px;
    }

    .uv-header.active .uv-logo .uv-titleLogo h1 {
        font-size: 0.9rem;
        line-height: 16px;
    }

    .uv-header .uv-logo .uv-titleLogo p {
        font-size: 0.5rem;
    }

    .uv-header.active .uv-logo .uv-titleLogo p {
        font-size: 0.5rem;
    }
}

@media screen and (min-width: 992px) {
    .uv-header .uv-top-menu {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        overflow: hidden;
        min-width: 285px;
        background: url('../img/gate.png');
        -webkit-background-size: 255px;
        background-size: 255px;
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }

    .uv-header.active .uv-top-menu {
        min-height: 66px;
    }

    /*.uv-header .uv-top-menu::before {*/
    /*  content: "";*/
    /*  width: 0;*/
    /*  height: 0;*/
    /*  border-left: 0px solid transparent;*/
    /*  border-right: 37px solid transparent;*/
    /*  border-bottom: 37px solid #EEEEEE;*/
    /*  position: absolute;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  transition: border-bottom 0.2s ease;*/
    /*}*/
    /*  .uv-header.active .uv-top-menu::before {
      border-bottom: 70px solid #89add5;
      transition: border-bottom 0.2s ease;
    } */
    .uv-header .uv-top-menu .navbar .nav-item .nav-link {
        font-size: 12px;
        padding: 0.125rem 0.5rem;
    }

    .uv-header .uv-top-menu .uv-top-menu-bg {
        background: #052657 !important;
        padding: 0 0px 0 0px;
        box-shadow: none;
    }

    .uv-header .uv-menu .navbar {
        background: linear-gradient(#042048, #052657);
        border-top: 5px solid #275cab;
        z-index: 9999;
    }

    .uv-header .uv-menu .navbar .navbar-nav>.nav-item>.nav-link {
        font-size: 13px;
        padding: 0.5rem 1rem;
        color: #fff;
        border-right: 1px solid #fff;
        border-radius: 0;
    }
}

@media screen and (max-width: 992px) {
    .uv-header .uv-top-menu {
        position: unset;
        top: unset;
        right: unset;
    }

    .uv-header .uv-top-menu .navbar::before {
        display: none;
    }

    .uv-header .uv-top-menu .navbar .nav-item .nav-link {
        font-size: 10px;
        padding: 0.5rem 0.5rem;
    }

    .uv-header .uv-top-menu .navbar {
        background: #959794 !important;
        padding: 0 20px 0 40px;
        box-shadow: none;
        margin-bottom: 0;
    }

    .uv-header .uv-menu .navbar {
        background: linear-gradient(rgba(0, 0, 0, 0.8), #262161);
        border-top: 5px solid yellowgreen;
    }

    .uv-header .uv-menu .navbar .nav-item .nav-link {
        font-size: 14px;
        padding: 0.5rem 1.8rem;
        color: #fff;
        border-right: none;
        border-radius: 0;
        text-align: left;
    }

    @media (max-width: 768px) {
        .uv-header .uv-menu .navbar .nav-item .nav-link {
            padding: 0.5rem 1rem;
        }
    }

    .uv-header .uv-menu .navbar .dropdown-menu .dropdown-item {
        font-size: 15px;
        padding: 0.5rem 1.8rem;
        color: #fff;
        border-right: none;
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .navbar-collapse:after {
        background-color: #262161 !important;
    }
}


.uv-header .uv-menu .navbar .navbar-nav .nav-item.active,
.uv-header .uv-menu .navbar .navbar-nav .nav-item:focus,
.uv-header .uv-menu .navbar .navbar-nav .nav-item:hover {
    color: #fff;
    background-color: #275cab !important;
}

@media (max-width: 992px) {

    .uv-header .uv-menu .navbar .navbar-nav .nav-item.active,
    .uv-header .uv-menu .navbar .navbar-nav .nav-item:focus,
    .uv-header .uv-menu .navbar .navbar-nav .nav-item:hover {
        background-color: transparent !important;
    }
}

.uv-header .uv-menu .navbar .nav-item:last-child .nav-link {
    border-right: none;
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown {
    position: relative;
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown .uv-dropdown-menu {
    position: absolute;
    padding: .3125rem 0;
    border-radius: .25rem;
    display: none;
    min-width: 315px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown>.uv-dropdown-menu {
    top: 100%;
    left: 0;
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown>.uv-dropdown-menu .nav-item:last-child.uv-dropdown>.uv-dropdown-menu {
    top: -100px;
    left: 100%;
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu {
    top: 0;
    left: -100%;
}

.uv-header .uv-menu .navbar .navbar-nav .nav-item:nth-child(1).uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu,
.uv-header .uv-menu .navbar .navbar-nav .nav-item:nth-child(2).uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu,
.uv-header .uv-menu .navbar .navbar-nav .nav-item:nth-child(3).uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu,
.uv-header .uv-menu .navbar .navbar-nav .nav-item:nth-child(4).uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu,
.uv-header .uv-menu .navbar .navbar-nav .nav-item:nth-child(5).uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu,
.uv-header .uv-menu .navbar .navbar-nav .nav-item:nth-child(6).uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu,
.uv-header .uv-menu .navbar .navbar-nav .nav-item:nth-child(7).uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu {
    left: 100%;
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.uv-dropdown-menu {
    top: 0;
    left: -100%;
    z-index: 100;
}

.uv-header .uv-menu .navbar .navbar-nav .nav-item:last-child .uv-dropdown>.uv-dropdown-menu {
    top: 0%;
    left: -100%;
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown:hover>.uv-dropdown-menu {
    display: block;
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown:hover>.dropdown-toggle::after {
    transform: rotate(180deg);
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.dropdown-toggle::after {
    transform: rotate(-90deg);
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown>.uv-dropdown-menu>.uv-dropdown:hover>.dropdown-toggle::after {
    transform: rotate(90deg);
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown .uv-dropdown-menu .nav-item {
    list-style: none;
    text-align: left;
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown .uv-dropdown-menu .nav-item .nav-link {
    color: #333;
    font-size: .8125rem;
    padding: 0.2025rem 1.5rem;
    margin: 0 .3125rem;
    border-radius: .125rem;
}

@media (max-width: 768px) {
    .uv-header .uv-menu .navbar .navbar-nav .uv-dropdown .uv-dropdown-menu .nav-item .nav-link {
        color: #ccc !important;
        font-size: .8125rem;
        padding: 0.2025rem 1.5rem;
        margin: 0 0;
        border-radius: 0;
    }

    /* .uv-header .uv-menu .navbar .navbar-nav .uv-dropdown > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .uv-header .uv-menu .navbar .navbar-nav .uv-dropdown > .dropdown-toggle.show::after {
    transform: rotate(0deg);
  } */

    .uv-header .uv-menu .navbar .navbar-nav .uv-dropdown>.uv-dropdown-menu>.uv-dropdown>.dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .uv-header .uv-menu .navbar .navbar-nav .uv-dropdown>.uv-dropdown-menu>.uv-dropdown:hover>.dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

.uv-header .uv-menu .navbar .navbar-nav .uv-dropdown .uv-dropdown-menu .nav-item .nav-link:hover {
    color: #fff !important;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(156, 39, 176, .4);
    background-color: #275cab;
}

/* .uv-header .uv-menu .navbar .navbar-nav .nav-item.active.uv-dropdown > .uv-dropdown-menu > .nav-item > .nav-link,  */
.uv-header .uv-menu .navbar .navbar-nav .nav-item.uv-dropdown>.uv-dropdown-menu>.nav-item:focus>.nav-link,
.uv-header .uv-menu .navbar .navbar-nav .nav-item.uv-dropdown>.uv-dropdown-menu>.nav-item:hover>.nav-link {
    color: #fff !important;
}

.nav-item.active>.nav-link {
    color: #fff !important;
}

/*slider*/

.uv-slider .nivo-caption p {
    font-size: 13px;
    display: flex;
    /*white-space: nowrap;*/
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .uv-slider .nivo-caption p {
        font-size: 10px;
    }

}

/*sportlight*/

.ribbon {
    font-size: 16px !important;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

    width: 100%;

    position: relative;
    background: #04234F;
    color: #fff;
    text-align: center;
    padding: 0em;
    /* Adjust to suit */
    margin: 0;
    /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
    display: flex;
    align-items: center;
}

/* .ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #203a61;
 z-index: -1;
} */
/* .ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
} */

.ribbon-title {
    position: relative;
    float: left;
    padding: 0.425rem 0rem;
    background: #275cab;
    /* border: 5px solid #04234f; */
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    padding-left: 5px;
}

@media (min-width: 992px) {
    width: 15%;
}

.ribbon-title::after {
    content: "";
    position: absolute;
    border-left: 17px solid #275cab;
    border-top: 17px solid transparent;
    border-bottom: 18px solid transparent;
    right: 0;
    top: 0;
    margin-right: -15px;
}

.ribbon-content {
    width: 100%;
    padding: 0 1rem;
    text-align: left;
    overflow: hidden;
}

.ribbon-content .carousel.slide {
    padding: 0 3rem;
}

.ribbon-content .carousel-control-next,
.ribbon-content .carousel-control-prev {
    width: 5%;
}

.ribbon-content h3 {
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: 100% 100%
}


/*msg*/

/* .uv-msg .msg-img-top {
  width: 150px;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  border: 5px solid #ddd;
}
.uv-msg .card-title {
  font-size: 0.925rem;
  line-height: 1.5em;
} */

.uv-msg .card-img-top {
    height: 155px;
    object-fit: contain;
    width: 140px;
    border-radius: 4px;
    border: 5px solid #ddd;
    margin: 5px auto 5px auto;
}

.uv-msg .card-title {
    font-size: 15px;
}

.uv-msg .card-text {
    font-size: 13px;
}

/*notice*/

.notice-calander {
    width: 100px;
    padding: .5rem;
    text-align: center;
}

.notice-calander h4.day {
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
}

.notice-calander h2.date {
    line-height: 18px;
    font-size: 22px;
    font-weight: bold;
}

.notice-calander h5.year {
    line-height: 18px;
    font-size: 11px;
}

.uv-card-notice .media .media-body h4 {
    font-size: 16px;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

@media (max-width: 768px) {
    .uv-card-notice .media .media-body h4 {
        max-width: 250px;
    }

    .uv-card-notice .media .media-body p {
        max-width: 200px;
    }
}

.uv-card-notice .media .media-body p {
    max-width: 300px;
    font-size: 12px;
    line-height: 15px;
}

.uv-card-notice .nav-item .nav-link {
    padding: 1rem 1.2rem;
}

@media (max-width: 768px) {
    .uv-card-notice .nav-item .nav-link {
        padding: .5rem 0.5rem;
        font-size: .65rem;
    }
}


/*video*/

.card-video h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.card-video .sub-title {
    text-transform: uppercase;
    font-size: 15px;
}

.card-video .content-text {
    font-size: 14px;
    line-height: 1.6;
}

.videooverlay {
    background-color: #080d15;
    height: 316px;
    opacity: .6;
    position: absolute;
    width: 555px;
    z-index: 2
}

.tubeico span {
    position: absolute;
    z-index: 5;
    color: #fff;
    font-size: 80px
}

.videoLeft img {
    cursor: pointer;
    width: 100%
}

.video-wrapper {
    max-width: 680px;
    /*padding: 14px 9px*/
}

#uv-video {
    background-color: #000;
    margin-bottom: 0px;
    position: relative;
    padding-top: 45%;
    overflow: hidden;
    cursor: pointer
}

#uv-video img {
    height: 100%;
    left: 0;
    opacity: .7;
    top: 0;
    width: 100%
}

#uv-video .play-button {
    background-color: #d92523;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    height: 80px;
    opacity: .9;
    width: 80px;
    z-index: 1;
}

#uv-video .play-button:focus,
#uv-video .play-button:hover {
    background-color: #535353;
    opacity: 1
}

#uv-video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 11px 0 11px 20px;
    border-color: transparent transparent transparent #fff
}

#uv-video img,
#uv-video .play-button {
    cursor: pointer
}

#uv-video img,
#uv-video iframe,
#uv-video .play-button,
#uv-video .play-button:before {
    position: absolute
}

#uv-video .play-button,
#uv-video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

#uv-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

/*uv-news*/

.uv-news .uv-card-news .card {
    min-height: 300px;
    box-shadow: none;
}

.uv-news .uv-card-news .card img {
    height: 165px;
    border-bottom: 5px solid #9ACD32;
    object-fit: cover;
}

.uv-news .uv-card-news .card h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.uv-news .uv-card-news .card h4 a {
    color: #222;
}

.uv-news .uv-card-news .card h4 a:hover {
    color: #8D2EAC;
    text-decoration: underline;
}

.uv-news .uv-card-news .card .date {
    font-size: 12px;
    font-weight: 400;
    color: #555;
    margin: 0;
}

.uv-news .uv-card-news .card .card-body {
    border: 1px solid #ccc;
    padding: 1rem !important;
}

.uv-news .uv-card-news .nav .nav-item:first-child {
    border-right: 1px solid #052657;
}

.uv-news .uv-card-news .nav .nav-item .nav-link h3 {
    padding: 10px;
    border: 1px solid #052657;
    border-radius: 4px;
}

.uv-news .uv-card-news .nav .nav-item .nav-link.active h3 {
    background: #052657;
    color: #fff;
    border-radius: 4px;
    position: relative;
}

.uv-news .uv-card-news .nav .nav-item .nav-link.active h3::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -20px;
    color: #052657;
}

/*courses*/

/* @media screen and (min-width: 992px) {
  .uv-courses .left-courses::after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    transform: skew(15deg);
  }
} */

.uv-courses .left-courses::after {
    content: "";
    border-right: 2px dashed #fff;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.uv-courses .left-courses::before {
    content: "";
    border-right: 50px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    margin-right: -10px;
}

.uv-courses ul ul {
    padding: 0;
}

.uv-courses ul li {
    position: relative;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: .5rem 1rem;
    transition: all 0.2s ease;
}

.uv-courses ul li:hover {
    color: #9ACD32 !important;
}

.uv-courses ul li::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 12px;
    color: #fff;
    font-size: 15px;
}

/*uv-video*/

.uv-video .uv-card-video #uv-video {
    width: 100%;
    height: 450px;
}

/*gallery*/

.uv-gallery .card-gallery {
    border: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 6px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.uv-gallery .card-gallery img {
    height: 10rem;
    width: 100%;
    object-fit: cover;
}

.uv-gallery .card-gallery .card-gallery-content {
    position: absolute;
    width: 100%;
    /* bottom: -65%; */
    bottom: 0;
    left: 0;
    padding: 0.2rem 1rem;
    color: #fff;
    /* height: 100%; */
    background: rgba(5, 35, 80, 0.8);
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(.59, .6, .59, .6);
}

/* .uv-gallery .card-gallery:hover .card-gallery-content {
  bottom: 0px;
} */

.uv-gallery .card-gallery .card-gallery-content h5 {
    line-height: 20px;
    min-height: 50px;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(.59, .6, .59, .6);
}

/* .uv-gallery .card-gallery:hover .card-gallery-content h5 {
  min-height: unset;
} */

/*uv-page-banner*/

.uv-page-banner {
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* @media (max-width: 768px) {
  .uv-page-banner {
    background-color: #01081B;
    height: 100%;
    min-height: 150px;
    max-height: 100%;
  }
} */

.uv-page-banner-caption {
    padding: 2rem 1rem;
}

.list-item {
    padding: 0;
}

.list-item li {
    position: relative;
}

.list-item li::before {
    content: "#";
    position: absolute;
    font-size: 20px;
    color: #04234F;
}

.list-item li a {
    padding-left: 1rem;
    color: #04234F;
}


/*back-to-top*/

#back-to-top {
    display: inline-block;
    background-color: #275cab;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
}

#back-to-top::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
}

#back-to-top:hover {
    color: #fff;
    cursor: pointer;
    background-color: #052657;
}

#back-to-top:active {
    color: #04224E;
    background-color: #fff;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/*collaboration-university*/

.collaboration-university {
    position: relative;
}

@media (min-width: 992px) {
    .collaboration-university::before {
        content: "";
        width: 3px;
        height: 100px;
        background-color: #052657;
        position: absolute;
        left: 50%;
        top: 50%;
    }
}

.collaboration-images {
    position: relative;
    padding: 0 3rem;
}


.collaboration-university img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    margin: 0 auto;
}

/* .collaboration-university .nav .nav-item:first-child {
  border-right: 1px solid #052657;
} */
.collaboration-university .nav .nav-item .nav-link.active h3 {
    border-bottom: 1px solid #052657;
    position: relative;
}

.collaboration-university .nav .nav-item .nav-link.active h3::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -21px;
}

/*footer*/

.uv-footer p {
    font-size: 12px;
    margin-bottom: 0;
}

.uv-footer-menu .nav-item .nav-link {
    font-size: 12px;
    padding: 0rem 0.5rem;
}

.uv-footer img.footer-logo {
    width: 80px;
    padding-top: 20px;
}

.footer-social {
    margin-top: 35px;
}

/*teachers*/

.teachers .card-box {
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    min-height: 280px;
    /*max-height: 280px;*/
    margin-bottom: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.teachers .card-box img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border: 3px solid #e4e4e4;
    border-radius: 6px;
}

.teachers .card-box .card-content {
    margin-top: 0px;
    padding: 10px;
}

.teachers .card-box .card-content .title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.teachers .card-box .card-content .sub-title {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 18px;
    margin: 0;
}

.teachers .shadow-sm {
    box-shadow: none !important;
}

/*main content*/

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.uv-main {
    background-color: #fff;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, .14),
        0 3px 1px -2px rgba(0, 0, 0, .2),
        0 1px 5px 0 rgba(0, 0, 0, .12);
}

/*title*/

.uv-title {
    position: relative;
    padding-bottom: 5px;
    font-size: 20px;
    font-family: Roboto Slab, Times New Roman, serif;
}

.uv-title::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #dedede;
    position: absolute;
    left: 0;
    bottom: 0;
}

.uv-title::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #19397b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.uv-title2 {
    position: relative;
    padding-bottom: 5px;
    font-size: 20px;
    font-family: Roboto Slab, Times New Roman, serif;
}

.uv-title2::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #dedede;
    position: absolute;
    left: 0;
    bottom: 0;
}

.uv-title2::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #19397b;
    position: absolute;
    left: 40%;
    bottom: 0;
}

/*uv-upcoming*/

.uv-upcoming {
    min-height: 300px;
}

.uv-upcoming .media img {
    max-width: 100px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.uv-upcoming .media-body h5 {
    max-width: 300px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uv-upcoming .media-body h5 a {
    color: #052350;
    transition: all 0.2s ease;
}

.uv-upcoming .media-body h5 a:hover {
    color: #3D6DB4;
}

.uv-upcoming .media-body p {
    max-width: 200px;
    font-size: 12px;
    line-height: 15px;
}

/*b-link-text*/

.b-link-text {
    animation: b-link-text 3s infinite;
}

@keyframes b-link-text {
    0% {
        letter-spacing: inherit;
    }

    50% {
        letter-spacing: 2px;
    }

    100% {
        letter-spacing: inherit;
    }
}

/*shadow-sm*/

.shadow-sm {
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.swiper-button-next,
.swiper-button-prev {
    height: 25px;
}

.bref-btn:hover {
    color: #3d6db4;
}

/*search-box*/

.search-box {
    position: absolute;
    width: 500px;
    top: 0;
    right: 0;
    z-index: 100;
    display: none;
    transition: width 0.2s ease;
    transform: scale(0);
}

.search-box.active {
    display: block;
    transform: scale(1);
}

.search-box input {
    width: 100%;
    padding: 0.25rem 1rem;
    border-radius: 4px;
    border: 0;
    background: #052657;
    color: #fff;
}

.search-box button,
.search-box button:focus,
.search-box button:hover {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.4rem 1rem;
    font-size: .925rem;
    color: #fff;
    cursor: pointer;
    opacity: 1;
}

.quickLink-notice li {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.quickLink-notice li::before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #052657;
}

.quickLink-notice li h3 {
    font-size: 13px;
    padding-left: 20px;
}

.quickLink-notice li h3 a {
    color: #333;
}

.quickLink-notice li h3 a:hover {
    color: #052657;
}

/*sidebar*/

.sidemenu .nav-item .nav-link {
    font-size: 13px;
    padding-left: 15px;
    position: relative;
}

.sidemenu .nav-item .nav-link:focus,
.sidemenu .nav-item .nav-link:hover,
.sidemenu .nav-item.active .nav-link {
    color: #657fb9 !important;
}

.sidemenu .nav-item .nav-link::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    font-size: 12px;
    position: absolute;
    left: 0;
}

.sidemenu .nav-item .nav-link[aria-expanded="false"]::after {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    font-size: 10px;
    float: right;
}

.sidemenu .nav-item .nav-link[aria-expanded="true"]::after {
    content: "\f056";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    font-size: 10px;
    float: right;
}


.category {
    position: relative;
    width: 100%;
    height: 250px;
    background: #eee;
    /* background-image: linear-gradient(rgba(193, 210, 236, 0.8), rgb(134, 173, 230)); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -9px 10px 11px -2px rgba(0, 0, 0, 0.4);
}

.category-item {
    position: absolute;
    width: 150px;
    height: 190px;
    margin-left: 7px;
    border-radius: 10px;
    box-shadow: -9px 10px 11px -2px rgba(0, 0, 0, 0.4);
}

.category-item:nth-child(2) {
    transform: rotate3d(7, 20, 40, 50deg);
    margin-left: 12px;
    width: 140px;
    height: 160px;
    bottom: 30px;
}

.category-item:last-child {
    transform: rotate3d(1, 5, 5, -30deg);
    margin-left: -68px;
    width: 140px;
    height: 150px;
    bottom: 20px;
}

.category-item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-caption {
    padding: 1rem;
}

.category-caption h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.breadcrumb li {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table img {
    width: 80px;
    border-radius: 0 !important;
}

.padding-top-1 {
    padding-top: 1px;
}

.bongo-bondu-1 {
    color: #C0392B;
    font-weight: bold;
    font-size: 14px;
    text-align: center
}

.bongo-bondu-2 {
    color: #f07c22;
    font-weight: bold;
    font-size: 12px;
    text-align: center
}

.content-right {
    text-align: justify;
    padding-top: 20px;
}

.content-image {
    float: left;
    margin-right: 10px;
}

/*add tushar*/
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #6e6e6e;
}

.list-group-item:hover {
    color: #444444;
    background: #b8b8b870;
}

.navbar_background {
    color: #fff;
    background-color: #04224e;
    padding: 0px;
}

.loader,
.loader:before,
.loader,
.loader:before,
.loader:after {
    background: #6e6e6e;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 16em;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}

.loader:before {
    left: -1.5em;
}

.loader {
    text-indent: -9999em;
    margin: 8em auto;
    position: relative;
    font-size: 12px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:after {
    left: 1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}


.journal-header {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #193d5c;
}

button#download {
    background: #07285a;
    border: 1px solid #444;
    padding: 3px 18px;
    margin: 5px;
    border-radius: 4px;
}

.col-md-2.fixed-left {
    float: left;
    position: absolute;
    right: -77px;
    top: 14px;
}

/* annual Performance css */

.new-card {
    background-color: #fff;
    border: 2px solid #052657;
    border-radius: 10px;
    /* margin-bottom: 24px; */
    height: 100%;
}

.new-card .new-title {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
    background-color: #052657;
    border-radius: 5px 5px 0 0;
}

.new-card .image {
    width: 114px;
}

.new-card .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.new-card ul li {
    position: relative;
    padding-left: 0.8em;
    list-style-type: none;
}

.new-card ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -0.5em;
    top: 0;
    transform: rotate(45deg);
    height: 1em;
    width: 0.5em;
    border-bottom: 0.15em solid;
    border-right: 0.15em solid;
    color: #052657;
}
