@charset "utf-8";
/* CSS Document */

:root {
    --color1: #4bc04f;
}

:root {
    --color2: #68b86c;
}

:root {
    --color3: #022d62;
}

:root {
    --color4: #002d5f;
}


/* Top header start */
:root {
    --white: #fff;
}

:root {
    --black: #000;
}

.top-header {
    /* background-color: var(--color3);
    background-color: #022d62;
background-image: linear-gradient(315deg, #022d62 0%, #0bab64 74%); */
    color: var(--white);
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 2px;
}

.top-header .row {
    align-items: center;
}

.top-header .left span {
    font-size: 14px;
    margin-right: 6px;
}

.top-header .left span:last-of-type {
    margin-right: 0;
}
.header .main-menu{
    justify-content: flex-end;
}

.top-header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-header .right a {
    color: var(--white);
}

.top-header .right span {
    font-size: 14px;
}

.top-header .right .right-first {
    padding-right: 20px;
}

.top-header .right .right-second,
.right-third,
.right-forth {
    padding: 0 20px;
}

.top-header .right .right-fifth {
    padding-left: 20px;
}

.top-header .right .right-first,
.right-second,
.right-third,
.right-forth {
    border-right: 1px solid var(--white);
}

.top-header .right .right-second button {
    width: 13px;
    height: 13px;
    border: 1px solid var(--black);
    margin-left: 5px;
}

.top-header .right .right-second button:first-of-type {
    background-color: var(--white);
}

.top-header .right .right-second button:last-of-type {
    background-color: var(--black);
    border: 1px solid var(--white);
}

.top-header .right .right-forth button {
    background-color: transparent;
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.top-header .right .right-forth button:first-child {
    padding: 3px 8px;
}

.top-header .right .right-forth button:nth-child(2) {
    padding: 3px 4px;
}



.top-header .right .right-fifth button {
    color: var(--white);
    background-color: transparent;
    font-size: 14px;
    border: none;
    padding: 2px 6px;
}

.top-header .right .right-fifth button.active {
    background-color: var(--black);
    border: 1px solid var(--black);
}


.header-social {
    display: flex;
}

.header-social ul li img {
    width: 33px;
}

ul.degree {
    padding-left: 30px;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }

}

/* Top header end */

/* banner and video section*/
.program-item .program-icon img {
    width: 90px;
}

.program-icon {
    width: 30%;
}

.program-content {
    height: 70%;
}

@media (max-width: 1550px) {

    .program-item .program-icon img {
        width: 60px;
    }

    .program-wrap {
        margin-top: -90px;
    }

}

/* overlay banner text */
.slider-overlay {
    top: 50%;
    left: 15%;
    right: auto;
    text-align: left;

}

.slider-overlay h3 {
    color: #fff;
    text-shadow: 1px 7px 6px #000;
}

.slider-overlay h2,
.banner h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 800;

    color: #ffffff;
    margin-top: 10px;
    text-shadow: 1px 10px 12px #000;
}

#demo img {
    filter: brightness(0.8);
}


/* About IIMC*/
.about-content span b {
    color: var(--color4)
}

/* Logo section*/
.section.upstudy-brand-section-02 {
    background-image: linear-gradient(315deg, #022d62 0%, #0bab64 74%);
}

.swiper-slide {
    border: 8px solid #ececec;
}


/*letest news*/
/*Custom CSS*/
.logo {
    margin-top: 25px;
}

.logo img {
    width: 500px;
}

.about-img {
    width: 350px;
}

.about-section .nav-link {
    font-weight: bold;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner>span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 50px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE;
    color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: var(--color3);
    color: #ffffff;
    text-align: right;
    border-radius: 0 20px 20px 0;
    box-shadow: 1px 1px 4px 0px #6a6a6a;
}

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    padding: 10px 0 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: var(--color3);
    left: 0;
    width: 150px;
    border-radius: 0 40px 40px 0;
}

.onoffswitch3-inactive {
    background: #A1A1A1;
    right: 0;
    width: 20px;
}

.onoffswitch3-checkbox:checked+.onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove {
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text {
    color: #000;
    padding-top: 10px;
}

.pdf-line {
    padding: 6px 15px;
}


/* event section */

.event_title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: var(--color3);
    padding-right: 5px;
    margin-bottom: 25px;
}

.event-box-area .event-image {
    position: relative;
}

.event-image .event-top-meta {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.event-image .event-top-meta .date {
    font-size: 12px;
    display: inline-block;
    background: #022d62;
    text-transform: uppercase;
    color: #ffffff;
    height: 28px;
    line-height: 26px;
    border-radius: 35px;
    padding: 0 20px;
}

.event-box-area .event-content {
    padding: 10px 20px 20px;
}

.event-box-area .event-content .title {
    font-size: 18px;
    line-height: 24px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #2f2a55;
    margin-top: 2px;
    margin-bottom: 8px;
}

.event-content .event-btn {
    margin-top: 20px;
}

/* strip section */

.strip_sec {
    background-image: url(../images/bg_image01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.case-study-area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.case-study-area h2 {
    color: #fff;
    font-size: 36px;
}

/* social media */

section.social-feed-sec {
    margin-top: 55px;
    margin-bottom: 35px;
}

.dicision {
    padding-top: 45px;
}

.dicision img {
    width: 130px;
    margin-bottom: 25px;
}

.dicision p {
    text-align: justify;
    color: #f4f0f0;
    line-height: 1.5;
}

.swiper.event-slide {
    padding-bottom: 50px;
}

.event-slide .swiper-pagination {
    bottom: 1px !important;
}

.title span {
    color: var(--color4);
}

.changetext {
    display: none;
    font-size: 15px;
}

.activetext {
    display: inline-block;
}

.header-logo a img {
    width: 85px !important;
}
.header-logo h1{
    line-height:20px;
}
.header-logo p {
    color: var(--color3);
    font-size: 14px;
}
.header-logo small{
    font-size: 13px;
}

.about-img-wrap video {
    display: block;
    width: 100%;
}

.heighlights-outter h3 {
    font-family: "Playfair", serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;

}

.heighlights-outter .count-area-content {
    width: 100%;
    padding: 30px 20px;
    border: 2px dotted #00101E;
    border-radius: 20px;
    text-align: center;
    height:100%
}

.count-area-content .count {
    font-size: 33px;
    font-weight: 900;
    line-height: 60px;
    color: var(--color3);
}

.count-area-content .count-title {
    font-size: 14px;
    font-weight: 600;
   color: var(--color3);
}

@keyframes scroll {
    0% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(-75%);
    }

}

.all-notice-wrapper {
    max-height: 400px;
    overflow: hidden;
    margin-top: 35px;
}

.all-notice-wrapper:hover .all-notice {
    animation-play-state: paused;
}

.all-notice {
    display: flex;
    flex-direction: column;
    gap: 15px;
    animation: scroll 25s ease infinite forwards;

}

.all-notice .notice-block {
    padding: 10px;
    border: 1px solid #dc3545;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left-width: 5px;
}

.all-notice .notice-block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.notice img {
    width: 100%;
}

.notice .noti-date {
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 12px;
    position: relative;
    display: block;
}

.notice .noti-date::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color4);
    left: -2px;
    top: 6px;
}

.notice a {
    color: var(--color3);
    font-weight: bold;
}

#demo .carousel-control-next-icon,
#demo .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

#about-sec .about-img-wrap {
    border: 1px solid var(--color3);
}

.alum-slide .swiper-slide {
    border: unset;
}

.swiper.alum-slide {
    padding-bottom: 50px;
}

.alum-slide .event-content .event-btn {
    margin-top: 10px;
}

.alum-slide .event-content .event-btn a {
    max-width: 120px;
    text-align: center;
    display: block;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: var(--color3);
    color: var(--white);
    transition: all 0.3s ease-in;
}

.alum-slide .event-content .event-btn a:hover {
    max-width: 130px;
}

.alum-slide p {
    font-weight: bold;
}

.banner {
    position: relative;
}

.banner h1 {
    position: absolute;
    top: 50%;
}

.banner img {
    filter: brightness(0.8);
}

#give-sec a {
    border: 2px solid var(--color3);
    overflow: hidden;
}

#give-sec img {
    transition: all 0.5s ease-in-out;
}

#give-sec a:hover img {
    opacity: 0.9;
    scale: 1.05;
}

.hov {
    color: var(--color4);
}

.dire-name {
    color: var(--color3);
    font-size: 18px;

}

#drector-sec p {
    text-align: justify;
}

#give-sec .about-wrap .row {
    background-color: #f6f6f6;
    outline: 2px dashed var(--color3);
    outline-offset: -20px;
}

#give-sec .about-wrap h2,
#give-sec .about-wrap p {
    color: #2c2c2c;
    text-align: justify;
}
.all-eve img{
    transition: all 0.3s ease-in-out;
}
.all-eve .single-item:hover img{
    opacity: 0.9;
}
.event-btn-link{
font-weight: bold;
}
.li-cont{
    list-style: none;
    padding-left: 5px;
}

.li-cont li{
    padding: 7px 15px;
    border-left: 3px solid var(--color3);
    text-decoration: none;
    margin-bottom: 10px;
    background: #FAF6F6;
    color: #181818;
}
.li-cont li a{
    text-decoration: none;
    color: #aa4400 !important;
    position: relative;
    font-weight: bold;
}
.li-cont li a::after{
    content: "\2192";
    font-size: 25px;
    position: absolute;
    top: -10px;
    right: -30px;
    transition: all 0.3s ease-in-out;
}
.li-cont li a:hover::after{
    right: -40px;
}
.view-all{
    background-color: #022d62;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}
.view-all:hover{
    color: #fff;
}
.sa-h1 h1{
    max-width: 700px;
}
.sa-sch ul{
    list-style: circle;
    padding-left: 50px;
}
.sa-sch ul li{
    padding-bottom: 5px;
}
.sa-table{
    border-collapse: collapse;
}
.sa-table td{
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.sa-table th{
    padding: 5px 10px;
}
.sa-table thead{
    background-color: #022d62;
    color: #fff;
}

.dean-ph-e p{
    font-size: 16px;
    color: #022d62;
    font-weight: bold;
}
.dean-ph-e i{
    margin-right: 10px;
}
.mw-800{
max-width: 850px;
}
.dept-slide .swiper-slide{
    border: unset;
}

.dept-slide .swiper-wrapper{
    padding-bottom: 50px !important;
}
.default-table th {
    background-color: #022d62;
    color: #fff;
    min-width: 230px;
}
.default-table th, .default-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.default-table ol{
    list-style: decimal;
    padding-left: 20px;
}
.wst-tex-adj{
    text-align: left !important;
}
.wst-brek{
    word-break: break-all;
}
.mw-150{
min-width: 150px;
}
#drector-sec,.upstudy-about-section-05,.wst-p{
padding-left: 16px;
padding-right: 16px;
}
/* jurnal css */
.text-\[12px\] {
    font-size: 12px;
  }
  .text-\[20px\] {
    font-size: 20px;
}
.text-pulse-color {
    color: #002d5c;
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.wst-gap{
    gap:15px;
    align-items: center;
    justify-content: space-between;
}
.wst-gap span,.wst-gap div,.wst-gap a{
    color:#002d5c;
}
.wst-gap a{
    display: block;
    min-width: 30px;
}

.bg-brighter-3 {
    background: #f5faff;
    border-bottom: 3px solid #212a4d;
}
.p-8 {
    padding: 2rem;
}
