
:root {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
}


a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #bd2440;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.dropdownSublist {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #393185;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: 1px dashed #ccc;
        transition: 0.3s;
    }

        .dropdown-content a:hover {
            padding: 10px 10px;
            text-transform: none;
            font-weight: 600;
            color: #ffffff;
            border-left: 5px solid #bd2440;
            transition: 0.3s;
        }

.dropdownSublist:hover .dropdown-content {
    display: block;
    position: fixed;
    z-index: 9999;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    /**/
    /* min-height: 40px;
  margin-top: 82px;*/
    color: #fff;
}

._programSection {
    background: #2b284e url('../svg-icons/content-pattern-triangle.svg') no-repeat right top;
    padding: 10px 0;
    width: 100%;
    background-size: cover;
}

    ._programSection .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #fff;
    }

    ._programSection .card-title {
        color: #ffc107;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
    }

    ._programSection .icon {
        display: inline-block;
        margin-bottom: 0.3rem;
    }

    ._programSection ul {
        padding: 5px 0 0 1.2rem;
        list-style: disc;
    }

    ._programSection .eligibility-list > .item {
        color: #fff;
        margin-bottom: 0.5rem;
        /* font-size: 16px;*/
        font-weight: 400;
    }

    ._programSection .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: none;
        font-size: 16px;
        color: #fff;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 400;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
    }

        ._programSection .ViewBtn:hover {
            color: #000000 !important;
            transition: ease 0.3s;
            border: 1px solid #ffc107;
            border-radius: 50px;
        }

        ._programSection .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #ffc107;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        ._programSection .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #ffc107;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }

    ._programSection .Img-set img {
        border-radius: 5px;
        background: #ffc107;
        padding: 5px;
        width: 100%;
    }

.program-section {
    padding: 0px 0;
    background: #ffffff;
    overflow: visible;
}

    .program-section .sticky-top1 {
        padding: 5px;
        background: #ffffff;
        top: 70px;
        z-index: 9;
        border-bottom: 2px solid #ccc;
    }

    .program-section .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        background: #393185;
        background: linear-gradient(90deg, #393185 0, #312393 100%, #8371ff 100%);
        box-shadow: 0 0 30px rgba(1, 41, 112, .08);
        border: none;
    }

    .program-section .nav-pills .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        background: #fee1df;
        -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        border: none;
    }
    .program-section .sub-title, .tabs-section1 .sub-title {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }
    .program-section ul li {
        margin-bottom: .5rem;
	    
        word-spacing: -2px;
    }
    .program-section .icon-img {
        background: #fff;
        width: 40px;
        height: 40px;
        padding: 6px;
        border-radius: 50px 0 0 50px;
        margin-right: 10px;
    }
    .program-section .icon-img1 {
        width: 40px;
        height: 40px;
        padding: 6px;
        border-radius: 50px 0 0 50px;
        margin-right: 10px;
        background: #393185;
    }

    .program-section .nav-pills .nav-link.active .sub-title {
        color: #ffc107;
        font-size: 18px;
        font-weight: 600;
    }
    .program-section .Title-Heading h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: .5rem;
        line-height: 1.3;
    }

    .program-section .sub-title,
    .tabs-section1 .sub-title {
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }

    .program-section .nav-item,
    .tabs-section1 .nav-item {
        margin-right: 15px;
    }

    .program-section .divBox {
        padding: 20px 0;
    }

        .program-section .divBox .title {
            font-size: 20px;
            font-weight: 700;
            color: #393185;
        }

        .program-section .divBox h3,
        .program-section .divBox h4 {
            color: #393185;
            font-weight: 700;
        }

        .program-section tbody,
        td,
        tfoot,
        th,
        thead,
        tr,
        .program-section .divBox p {
            /*    font-size: 16px;*/
            font-weight: 600;
            color: #000000;
        }


        .program-section .divBox ul li,
        .program-section .divBox ol li {
            /* font-size: 16px;*/
            font-weight: 600;
            color: #000000;
        }


    .program-section .card {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        border: none;
        margin-bottom: 1rem;
    }

    .program-section .tab-content .ViewBtn {
        position: relative;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: .5px;
        display: inline-block;
        padding: 10px 25px 10px 25px;
        border-radius: 5px;
        transition: .5s;
        margin: 15px;
        color: #bd2440;
        position: relative;
        top: 5px;
        background: #ffc9c9;
        cursor: pointer;
        text-align: center;
        transition: ease 0.3s;
        z-index: 1;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

    .program-section .ViewBtn:hover {
        color: #ffffff !important;
        transition: ease 0.3s;
    }

    .program-section .ViewBtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #393185;
        width: 0%;
        height: 100%;
        transition: ease 0.3s;
        z-index: -1;
    }

    .program-section .ViewBtn:hover.ViewBtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #393185;
        width: 100%;
        height: 100%;
        transition: ease 0.3s;
        border-radius: 50px;
    }


@media (max-width: 768px) {
    .program-section .Title-Heading h3 {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .program-section .Title-Heading h3 {
        font-size: 20px;
    }
}

.SearchTab {
    position: absolute;
    background: #ffffff;
    max-width: 50%;
    width: 100%;
    z-index: 9;
    right: 5%;
}

.Search-Section {
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 9;
    top: 130px;
    right: 5%;
}

    .Search-Section .Close-css {
        position: absolute;
        right: 5px;
        top: 6px;
        background: #393185;
        padding: 5px;
        border-radius: 5px;
        width: 25px;
        height: 35px;
        font-size: 16px;
        color: #fff;
    }


@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 0px;
    }

    ._programSection .Img-set img {
        border-radius: 5px;
        background: #ffc107;
        padding: 5px;
        margin-bottom: 1rem;
        width: 100%;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    /*   font-size: 14px;*/
    color: #fff !important
}

    .breadcrumbs ol a {
        color: #fff;
        transition: 0.3s;
    }

        .breadcrumbs ol a:hover {
            text-decoration: underline;
        }

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            content: "/";
        }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 100px;
    z-index: 99999;
    background: #bd2440;
    width: 40px;
    height: 80px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 32px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #393185;
        color: #fff;
    }

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}*/

#header {
    height: 70px;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    transition: all 0.5s;
    z-index: 997;
    top: 40px;
}

/* #header.header-scrolled {
            height: 70px;
            background: #fff;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.5s;
        }*/


.header .logo {
    line-height: 0;
}

#header .logo img {
    background: #fff;
}

.header .logo img {
    margin-right: 6px;
}

.header .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    margin-top: 3px;
}
@media (max-width: 789px){
    #header {
        height: 70px;
        background: #fff;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
        transition: all 0.5s;
        z-index: 997;
        top: 0px;
    }
}
@media (max-width: 1200px) {
    #header {
        height: 70px;
        background: #fff;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
        transition: all 0.5s;
        z-index: 997;
        top: 0px;
    }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
         font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #bd2440;
        }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: #393185;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover,
        .navbar .getstarted:focus:hover {
            color: #fff;
            background: #5969f3;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #393185;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 10px;
            font-size: 14px;
            text-transform: none;
            font-weight: 500;
            border-bottom: 1px dashed #ccc;
            color: #ffffff;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover {
                border-left: 5px solid #bd2440;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #ffc107;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .megamenu {
        position: static;
    }

        .navbar .megamenu ul {
            margin-top: 0px;
            right: 0;
            padding: 10px;
            display: flex;
            gap: 1rem;
        }

            .navbar .megamenu ul li {
                flex: 1;
            }

                .navbar .megamenu ul li a,
                .navbar .megamenu ul li:hover > a {
                    color: #ffffff;
                    border-bottom: 1px dashed #ccc;
                }

                    .navbar .megamenu ul li a:hover {
                        border-left: 5px solid #bd2440;
                    }

                    .navbar .megamenu ul li a:hover,
                    .navbar .megamenu ul li .active,
                    .navbar .megamenu ul li .active:hover {
                        color: #ffc107;
                    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: -10px;
        left: 100%;
        visibility: visible;
    }

.megamenu .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #bd2440;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

    .megamenu .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link:hover {
        color: #ffffff !important;
    }

.megamenu .nav-pills .nav-link {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}


/*@media (max-width: 1366px) {
        .navbar .dropdown .dropdown ul {
            left: -90%;
        }

        .navbar .dropdown .dropdown:hover > ul {
            left: -100%;
        }
    }*/

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #393185;
    transition: 0.3s;
    z-index: 9;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 16px;
        color: #012970;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #393185;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #393185;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }


/*--------------------------------------------------------------
# leftside aside list css
--------------------------------------------------------------*/
.hidden {
    display: none;
}

.Custom-Toggel {
    position: fixed;
    width: 350px;
    background: #ffffff;
    display: flex;
    left: 0px;
    z-index: 9999;
    top: 110px;
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    padding: 10px;
    border-radius: 5px;
    border-top: 4px solid #ffc107;
}

    .Custom-Toggel ul {
        color: #fff;
        font-weight: 600;
        padding-left: 10px;
    }

    .Custom-Toggel h3 {
        font-size: 18px;
        font-weight: 600;
        color: #bd2440;
    }

    .Custom-Toggel ul li {
        margin-bottom: .5rem;
    }

    .Custom-Toggel ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .Custom-Toggel ul li {
            padding-bottom: 15px;
            position: relative;
            top: 1px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.28);
            padding-left: 20px;
            font-size: 14px;
            color: #000;
        }

            .Custom-Toggel ul li:before {
                font-family: bootstrap-icons !important;
                content: "\F134";
                position: absolute;
                left: 1px;
                color: #000000;
            }

            .Custom-Toggel ul li a {
                position: relative;
                left: 5px;
                font-size: 14px;
                margin-bottom: 5px;
            }

    .Custom-Toggel span {
        display: block;
        color: #424242;
        font-size: 11px;
        font-style: italic;
    }

    .Custom-Toggel .biIcon {
        color: #ffffff;
        font-size: 20px;
        padding: 4px;
        position: relative;
        left: 20px;
        top: -8px;
        background: #bd2440;
        border-radius: 5px;
    }

    .Custom-Toggel .foot {
        padding: 5px;
        background: #bd2440;
        display: flex;
        align-content: space-around;
        justify-content: space-around;
        border: 5px;
        border-radius: 5px;
    }

        .Custom-Toggel .foot a {
            color: #fff;
            font-size: 13px;
        }

.Lefgtsticky-container {
    position: fixed;
    left: -10px;
    top: 110px;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    background: #bd2440;
    border-radius: 10px;
    z-index: 7;
    padding: 0;
}

    .Lefgtsticky-container .left-Sticky {
        list-style: none;
        padding: 10px 10px 10px 15px;
        margin: 0;
    }

        .Lefgtsticky-container .left-Sticky a {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
        }


.hithere {
    animation: hithere 1.5s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1);
    }

    50% {
        transform: rotate(20deg) scale(1);
    }

    70% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.sticky-container {
    position: fixed;
    right: -170px;
    top: 120px;
    min-width: 215px;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    background: #ffffff;
    border-radius: 10px;
    z-index: 9;
    padding: 0;
}

    .sticky-container .sticky {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 5px;
    }

.sticky li {
    list-style-type: none;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .sticky li img {
        float: left;
        margin: 0 5px 0 0;
        padding-top: 8px;
        padding-left: 4px;
    }

    .sticky li p {
        padding-top: 15px;
        margin: 0;
        line-height: 16px;
        font-size: 14px;
        padding-left: 40px;
        white-space: nowrap;
    }

        .sticky li p a {
            text-decoration: none;
            color: #000000;
            font-weight: 500;
        }

            .sticky li p a:hover {
                text-decoration: underline;
            }

    .sticky li:hover {
        margin-left: -140px;
    }

@media (max-width: 786px) {
    .Lefgtsticky-container {
        position: fixed;
        left: -10px;
        top: 120px;
        -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        background: #bd2440;
        border-radius: 10px;
        z-index: 7;
        padding: 0;
        transform: rotate(360deg);
    }

        .Lefgtsticky-container .left-Sticky {
            list-style: none;
            padding: 5px 5px 5px 14px;
            margin: 0;
        }

    .Custom-Toggel {
        top: 120px;
    }
}


.form-select,
.form-control {
    background: #e8e8e8;
}

.leadCapture-section {
    position: fixed;
    top: 50%;
    right: -400px;
    transform: translate(0, -50%);
    padding: 2rem 1rem 1.5rem;
    max-width: 400px;
    background: #393185;
    border-radius: 15px;
    box-shadow: 0 2px 15px #0000001a;
    transition: all ease .5s;
    z-index: 9999
}

    .leadCapture-section .admission-btn {
        position: absolute;
        left: -30px;
        overflow: hidden
    }

    .leadCapture-section .cancel-btn {
        position: relative;
        top: -25px;
        display: block;
        float: right;
        width: 16px;
        height: 16px
    }

    .leadCapture-section .form-group {
        margin-bottom: 10px
    }

        .leadCapture-section .form-group .form-control {
            font-size: 14px
        }

            .leadCapture-section .form-group .form-control:focus {
                border-color: #1034A65c;
                box-shadow: 0 0 0 .2rem #1034A640
            }

    .leadCapture-section .title {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #ffc107;
        margin-bottom: 20px
    }

    .leadCapture-section .text {
        margin-bottom: 0;
        font-size: 12px;
        color: #fff;
        text-align: center
    }

    .leadCapture-section .submit-btn {
        background-color: #bd2440;
        border-radius: 25px;
        display: block;
        width: 100%;
        font-size: 16px;
        margin: 20px 0 10px;
        color: #fff !important
    }

        .leadCapture-section .submit-btn:focus {
            border-color: #bd2440;
            box-shadow: 0 0 0 .2rem #ffa60061
        }

    .leadCapture-section i {
        color: #fff;
        font-size: 24px
    }


/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 16px
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px
}

.font-size-18 {
    font-size: 18px
}

.font-size-19 {
    font-size: 19px
}

.font-size-20 {
    font-size: 20px
}

.font-size-21 {
    font-size: 21px
}

.font-size-22 {
    font-size: 22px
}

.text-blue {
    color: #393185 !important;
}

.MobileNone1 {
    display: none;
}

@media (max-width: 991px) {
    .MobileNone {
        display: none !important;
    }

    .MobileNone1 {
        display: block;
    }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #393185;
    height: 40px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

    #topbar p {
        font-size: 14px;
    }

.btn-recog {
    background: #ffc107;
    padding: 20px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    transition: ease-in .2s;
    border-radius: 50px 0px 0px 50px;
    margin-left: -5px;
}

    .btn-recog:hover {
        background: #393185;
        padding: 20px;
        color: #ffc107;
        font-weight: 700;
        font-size: 16px;
        transition: ease-in .2s;
        border-radius: 50px 0px 0px 50px;
        margin-left: -5px;
    }

.bg-recog {
    background: #bd2440;
    border-radius: 100px;
}

.pt--4 {
    padding-top: 1.2rem;
}

.MobileNone .custom-List {
    padding-left: 0px;
    list-style-type: none;
}

   

    .MobileNone .custom-List .btn-group,
    .btn-group-vertical {
        position: absolute !important;
        display: inline-flex;
        vertical-align: middle;
        top: 4px;
    }

    .MobileNone .custom-List li a {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }


.customRow {
    margin-right: 15px;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .MobileNone {
        display: none !important;
    }
}
@media (max-width: 1180px) {
    .MobileNone {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Masterslider Section
--------------------------------------------------------------*/
.Masterslider {
    padding: 0;
    margin: 0 auto;
}

    .Masterslider .carousel-indicators {
        bottom: 0%;
        right: 0%;
        transform: translate(50%, 0%);
        display: flex;
    }

        .Masterslider .carousel-indicators .CircleBtn {
            width: 18px;
            height: 18px;
            background-color: #bd2440;
            border-radius: 50%;
            margin: 0 5px;
            outline-style: none;
        }

.InfSection {
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    top: 70px;
    z-index: 5;
}

    .InfSection .sticky-top1 {
        padding: 15px 0;
        background: #bd2440;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
        top: 105px !important;
        z-index: 5;
    }

    .InfSection .AdmissionBtn {
        background: #bd2440;
        padding: 14px;
        color: #ffffff;
        border-radius: 5px;
        /*font-size: 14px;*/
        font-weight: 500;
    }


    .InfSection .PipeLineSection ul {
        display: flex;
        list-style-type: none;
        padding-left: 15px;
        margin-bottom: 0;
    }

    .InfSection .PipeLineSection p {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 18px;
    }

    .InfSection .PipeLineSection ul li {
        margin-bottom: 0;
    }

        .InfSection .PipeLineSection ul li a {
            font-weight: 500;
        }

            .InfSection .PipeLineSection ul li a::after {
                margin-left: 5px;
                margin-right: 5px;
            }

    .InfSection .float--end {
        float: right;
    }

    .InfSection .RowCustom {
        margin-left: 20px;
        margin-right: 20px;
    }

        .InfSection .RowCustom .line_1::before {
            content: '|';
            margin-left: 5px;
            margin-right: 5px;
        }

@media (max-width: 789px ) {

    .InfSection .RowCustom .line_1::before {
        content: '';
        margin-left: 5px;
        margin-right: 5px;
    }


    .InfSection .PipeLineSection {
        display: block !important;
    }

        .InfSection .PipeLineSection ul li a {
            font-weight: 600;
            font-size: 14px;
            background: #ffdfdf;
            padding: 5px;
            border-radius: 5px;
            text-align: center;
        }

        .InfSection .PipeLineSection ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.6rem;
            margin-bottom: 0rem;
        }

        .InfSection .PipeLineSection p {
            padding-left: 14px;
            margin-bottom: .5rem;
            font-weight: 700;
        }
}

@media (max-width: 1280px) {


    .InfSection .PipeLineSection ul li a {
        font-weight: 600;
        font-size: 14px;
        background: none;
        padding: 5px;
        border-radius: 5px;
        text-align: left;
    }

    .InfSection .RowCustom .line_1::before {
        content: '';
        margin-left: 5px;
        margin-right: 5px;
    }

    .InfSection .PipeLineSection ul li a::after {
        content: '';
    }


    .d--flex a {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 13px;
        font-weight: 500;
    }

    #topbar p {
        font-size: 13px;
        font-weight: 500;
    }


}

@media (max-width: 991px) {
    .InfSection .PipeLineSection {
        margin-bottom: 1rem;
        display: flex;
        padding: 0rem;
    }

    .InfSection .PipeLineSection {
        display: block !important;
    }

        .InfSection .PipeLineSection ul li a::after {
            content: '';
            margin-left: 10px;
        }

    .InfSection .float--end {
        float: left;
    }

    .InfSection .RowCustom {
        margin-left: 10px;
        margin-right: 10px;
    }

    .InfSection .AdmissionBtn {
        padding: 10px;
    }
}

@media (max-width: 768px) {


    .InfSection .AdmissionBtn {
        margin-left: 15px
    }

    .InfSection .PipeLineSection ul li a::after {
        content: '';
        margin-left: 10px;
    }

    .InfSection .float--end {
        float: left;
    }

    .InfSection .RowCustom {
        margin-left: 0;
        margin-right: 0;
    }
}


/*--------------------------------------------------------------
# Accred Recog
--------------------------------------------------------------*/
.AccredRecog {
    padding: 20px 0;
}

    .AccredRecog h1 {
        font-size: 32px;
        font-weight: 700;
        padding-top: 30px;
        margin-bottom: 1.5rem;
    }


    .AccredRecog .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .AccredRecog .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .AccredRecog .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .AccredRecog .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }


    .AccredRecog .WrapBox4 {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0.6rem;
        margin-bottom: 2rem;
    }

        .AccredRecog .WrapBox4 img {
            width: 90px;
            height: 90px;
        }

        .AccredRecog .WrapBox4 .card {
            display: grid;
            place-items: center;
            border: none;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            padding: 5px;
        }

            .AccredRecog .WrapBox4 .card .card-body {
                padding: 0.2rem;
            }

                .AccredRecog .WrapBox4 .card .card-body .card-text {
                    font-size: 14px;
                    font-weight: 500;
                    text-align: center
                }

@media (max-width: 1280px) {
    .AccredRecog h1 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-top: 45%;
    }

    .AccredRecog .WrapBox4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
        margin-bottom: 0rem;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
    .AccredRecog .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-top: 10px;
    }
}
.CampusContent {
    padding: 20px 0;
}

    .CampusContent .WrapBox2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.3rem;
    }

    .CampusContent .RowCustom {
        margin: 0px 20px 0px 20px;
    }

    .CampusContent .WrapBox2 h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .CampusContent .WrapBox2 p {
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .CampusContent .WrapBox2 .CampusTourSec {
        position: absolute;
        top: 2%;
        left: 65%;
        background: #ffffff;
        padding: 5px;
        display: grid;
        border-radius: 5px;
        border-top: 5px solid #bd2440;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .CampusContent .WrapBox2 .CampusTourSec .SpanText {
            color: #000000;
            margin-bottom: .3rem;
            font-size: 14px;
            font-weight: 600;
        }

        .CampusContent .WrapBox2 .CampusTourSec img {
            width: 35px !important;
            height: 35px !important;
        }

    .CampusContent .WrapBox2 .ImgBox {
        position: relative;
        overflow: hidden;
    }

        .CampusContent .WrapBox2 .ImgBox img {
            width: 650px;
            height: 500px;
            border-radius: 5px;
        }

    .CampusContent .WrapBox3 ul {
        margin-bottom: 40px;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .CampusContent .WrapBox3 ul li {
            font-weight: 700;
            line-height: 30px;
            /*  font-size: 16px;*/
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

            .CampusContent .WrapBox3 ul li .SmallText {
                font-weight: 700;
                line-height: 30px;
                font-size: 16px;
                margin-top: 0rem;
                margin-bottom: 0rem;
                background: none;
                display: inline;
                position: relative;
                right: 0px;
                margin-left: 40px;
                bottom: 10px;
            }

            .CampusContent .WrapBox3 ul li span {
                background: #393185;
                color: #fff;
                width: 22px;
                height: 22px;
                display: inline-block;
                line-height: 22px;
                text-align: center;
                border-radius: 50px;
                margin-right: 10px;
                font-size: 12px;
                font-weight: 700;
            }

            .CampusContent .WrapBox3 ul li .ti-check:before {
                content: "\F138";
                font-family: "bootstrap-icons";
            }

    .CampusContent .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .CampusContent .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .CampusContent .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .CampusContent .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }


@media (max-width: 1920px) {
    .CampusContent .WrapBox2 .ImgBox img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1280px) {

    .CampusContent .WrapBox2 .title {
        font-size: 20px;
        font-weight: 700;
    }

    .CampusContent .RowCustom {
        margin: auto;
    }
}

@media (max-width: 991px) {



    .CampusContent .WrapBox2 {
        padding: 0.5rem;
        grid-template-columns: 1fr;
    }

        .CampusContent .WrapBox2 .title {
            font-size: 20px;
            font-weight: 600;
        }

        .CampusContent .WrapBox2 .ImgBox img {
            width: 100%;
            height: auto;
        }
}

@media (max-width: 768px) {

    .CampusContent .WrapBox2 .ImgBox img {
        width: 100%;
        height: auto;
    }

    .CampusContent .WrapBox2 .CampusTourSec {
        position: absolute;
        top: 2%;
        left: 50%;
        background: #ffffff;
        padding: 5px;
        display: grid;
        border-radius: 5px;
        border-top: 5px solid #bd2440;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }
}

.Academic-Search {
    padding: 20px 0;
}

    .Academic-Search .Title-Heading {
        text-align: center
    }

        .Academic-Search .Title-Heading h3 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: .5rem;
            line-height: 1.3;
        }

    .Academic-Search p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2rem;
        padding: 0;
    }

    .Academic-Search .tab-content {
        position: relative;
        border-radius: 5px;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
        flex-wrap: wrap;
        align-items: flex-start;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .Academic-Search .tab-content .four-wrap {
            grid-template-columns: repeat(4, 1fr);
        }

        .Academic-Search .tab-content .four-wrap {
            gap: 1rem;
            margin-bottom: 0;
            display: grid;
            padding: 0px 10px 0 15px;
        }

        .Academic-Search .tab-content .icfai-div {
            flex: 1;
            border-right: 1px solid #c5c5c5;
            margin-top: 0px;
            position: relative;
            place-content: center;
        }

        .Academic-Search .tab-content label {
            color: #000 !important;
            font-weight: 600;
        }

        .Academic-Search .tab-content select,
        option {
            font-size: 14px;
            background-color: #f3f3f3;
            margin: 0;
            height: 50px;
            box-shadow: none;
            outline: 0;
            color: #5b5b5b;
            width: 95%;
        }

    .Academic-Search .boder-none {
        border: none !important;
    }

    .Academic-Search .tab-content .cta-btn {
        position: relative;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: .5px;
        display: inline-block;
        padding: 10px 25px 10px 25px;
        border-radius: 5px;
        transition: .5s;
        margin: 15px;
        color: #bd2440;
        position: relative;
        top: 5px;
        background: #ffc9c9;
        cursor: pointer;
        text-align: center;
        transition: ease 0.3s;
        z-index: 1;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .Academic-Search .tab-content .cta-btn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .Academic-Search .tab-content .cta-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

    .Academic-Search .cta-btn:hover.cta-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #393185;
        width: 100%;
        height: 100%;
        transition: ease 0.3s;
        border-radius: 50px;
    }



@media (max-width: 768px) {
    .Academic-Search .tab-content .four-wrap {
        grid-template-columns: 1fr;
    }

    .Academic-Search .Title-Heading h3
    {
        font-size: 20px;
    }

}

.Deapart-Section {
    padding: 20px 0;
}

    .Deapart-Section .RowCustom {
        margin: 0px 20px 0px 20px;
    }

    .Deapart-Section h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .Deapart-Section h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .Deapart-Section p {
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .Deapart-Section .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .Deapart-Section .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .Deapart-Section .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .Deapart-Section .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }

    .Deapart-Section .edu_cat_2.cat-1 {
        background: #393185;
    }

    .Deapart-Section .edu_cat_2 {
        width: 100%;
        margin-bottom: 1rem;
        border-radius: 0.4rem;
        background: #f4f5f7;
        padding: 1rem 1rem;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all ease 0.4s;
    }

    .Deapart-Section .edu_cat_icons {
        height: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.edu_cat_icons img {
    max-width: 40px;
}

.Deapart-Section .edu_cat_data {
    padding-left: 15px;
}

.edu_cat_data h4 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}

.Deapart-Section .edu_cat_2.cat-1 h4 > a {
    color: #fff;
}

.Deapart-Section .Img-set img {
    width: 100%;
    border-radius: 5px;
}


.Placemnt-Section {
    position: relative;
}

    .Placemnt-Section.Recruter-sec .partition-bg-wrap {
        position: relative;
    }

        .Placemnt-Section.Recruter-sec .partition-bg-wrap:after {
            background: url('../img/placements.jpg');
            left: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: left;
        }

        .Placemnt-Section.Recruter-sec .partition-bg-wrap:after {
            position: absolute;
            content: '';
            width: 50%;
            height: 100%;
            top: 0;
            bottom: 0;
            z-index: -1;
        }

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.pb-150 {
    padding-bottom: 150px;
}

.Placemnt-Section .Img-set img {
    border-radius: 5px;
}

.mb-16 {
    margin-bottom: 1rem;
}

.Placemnt-Section h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.Placemnt-Section .title {
    font-size: 32px;
    font-weight: 700;
    color: #ffc107;
    margin-bottom: 1rem;
}

.Placemnt-Section .desc {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.Placemnt-Section p {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.Placemnt-Section .ViewBtn {
    position: relative;
    display: inline-block;
    background-color: #ffc9c9;
    font-size: 16px;
    color: #bd2440;
    text-decoration: none !important;
    padding: 10px 25px 10px 25px;
    font-weight: 700;
    transition: ease 0.3s;
    z-index: 1;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
}

    .Placemnt-Section .ViewBtn:hover {
        color: #ffffff !important;
        transition: ease 0.3s;
    }

    .Placemnt-Section .ViewBtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #393185;
        width: 0%;
        height: 100%;
        transition: ease 0.3s;
        z-index: -1;
    }

    .Placemnt-Section .ViewBtn:hover.ViewBtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #393185;
        width: 100%;
        height: 100%;
        transition: ease 0.3s;
        border-radius: 50px;
    }

@media (max-width: 1280px) {
    .Placemnt-Section .title {
        font-size: 20px;
        font-weight: 700;
        color: #fff !important;
    }

    .Deapart-Section h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .Deapart-Section h4 {
        font-size: 18px;
        font-weight: 700;
    }

    .Placemnt-Section .desc {
        font-size: 18px;
        font-weight: 700;
    }
}


@media (max-width: 786px) {
    .Placemnt-Section.Recruter-sec .partition-bg-wrap:after {
        width: 100%;
    }

    .Placemnt-Section .Img-set img {
        background: #ffffff;
        margin-bottom: 1rem;
        margin-top: 1rem;
        border-radius: 5px;
    }

    .pb-150 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.Academic-Industry-Section {
    padding: 20px 0;
}

    .Academic-Industry-Section p {
        font-weight: 500;
        margin-bottom: 0rem;
        padding: 0;
    }

    .Academic-Industry-Section h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
        line-height: 1.4;
    }

    .Academic-Industry-Section .img-set img {
        border-radius: 5px;
        margin-bottom: 1rem;
    }

    .Academic-Industry-Section .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .Academic-Industry-Section .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .Academic-Industry-Section .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .Academic-Industry-Section .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }


    .Academic-Industry-Section .Academic-Logos .wrapper .carousel {
        max-width: 1200px;
        margin: auto;
        padding: 0 10px;
    }

        .Academic-Industry-Section .Academic-Logos .wrapper .carousel .card {
            color: #fff;
            text-align: center;
            margin: 20px 0;
            line-height: 250px;
            font-size: 90px;
            font-weight: 600;
            border-radius: 10px;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        }


    .Academic-Industry-Section .Academic-Logos .wrapper .owl-dots {
        text-align: right;
        margin-top: 5px;
    }

    .Academic-Industry-Section .Academic-Logos .wrapper .owl-dot {
        height: 15px;
        width: 15px;
        margin: 0 5px;
        outline: none;
        border-radius: 14px;
        border: 2px solid #bd2440 !important;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

        .Academic-Industry-Section .Academic-Logos .wrapper .owl-dot.active,
        .Academic-Industry-Section .Academic-Logos .wrapper .owl-dot:hover {
            background: #bd2440 !important;
        }

@media (max-width: 1280px) {
    .Academic-Industry-Section .title {
        font-size: 20px;
        font-weight: 700;
    }
}

.Events-Section {
    padding: 20px 0;
}

    .Events-Section .Title-Heading h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .Events-Section .img-set img {
        border-radius: 5px;
        margin-bottom: 1rem;
    }

    .Events-Section .feature-box {
        padding: 10px 10px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        transition: 0.3s;
        height: 100%;
        border-radius: 5px;
    }

        .Events-Section .feature-box p {
            font-weight: 500;
            line-height: 24px;
        }

        .Events-Section .feature-box span {
            font-size: 13px;
            color: #fff;
            font-weight: 500;
            margin-bottom: 0.5rem;
            background: #bd2440;
            border-radius: 5px;
            position: relative;
            padding: 0.3rem;
            top: -24px
        }

        .Events-Section .feature-box a {
            font-size: 13px;
            color: #bd2440;
            font-weight: 500;
        }

    .Events-Section .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .Events-Section .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .Events-Section .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .Events-Section .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }

.campus_view {
    background-image: url(https://www.iuraipur.edu.in/assets/img/sliders/campus-top-view.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0px 0 !important;
    height: 430px;
    margin-bottom: 1rem;
}
@media (max-width:789px) {
    .campus_view {
        background-image: url(https://www.iuraipur.edu.in/assets/img/MBG.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 0px 0 !important;
        margin-bottom: -1.2rem;
    }

    .Events-Section .Title-Heading h3 {
        font-size: 20px;
    }
}


.whyifhe-Section .Title-Heading h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.whyifhe-Section .accordion-button:not(.collapsed) {
    font-weight: 500;
}

.whyifhe-Section .accordion-button:focus {
    box-shadow: none;
}

.whyifhe-Section .accordion-button {
    background-color: #fff;
    font-weight: 500;
}

.whyifhe-Section .accordion-header {
    margin-bottom: .5rem;
}

.whyifhe-Section .img-set img {
    border-radius: 5px;
}

.whyifhe-Section ul li {
    font-weight: 500;
    line-height: 30px;
}

.whyifhe-Section .accordion-body {
    padding: 5px;
}

.campus_view .play_btn {
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 70px;
    display: grid;
    place-items: center;
    background-color: #bd2440;
    border-radius: 50%;
    color: #fff;
}

    .campus_view .play_btn i {
        font-size: 28px;
    }

    .campus_view .play_btn ::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
        width: 80px;
        height: 80px;
        border: #bd2440 solid 1px;
        animation-name: animate-playBtn;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        border-radius: 50%;
    }

@keyframes animate-playBtn {
    0% {
        width: 80px;
        height: 80px;
        border: #bd2440 solid 1px;
    }

    100% {
        width: 250px;
        height: 250px;
        border: #bd2440 solid 1px;
        opacity: 0;
    }
}


@keyframes animate-playBtn {
    0% {
        width: 80px;
        height: 80px;
        border: #bd2440 solid 1px;
    }

    100% {
        width: 250px;
        height: 250px;
        border: #bd2440 solid 1px;
        opacity: 0;
    }
}

@media (max-width: 789px) {
    .campus_view .play_btn {
        cursor: pointer;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px;
        display: grid;
        place-items: center;
        background-color: #bd2440;
        border-radius: 50%;
        color: #fff;
    }

    .whyifhe-Section .Title-Heading h3 {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .campus_view .play_btn {
        cursor: pointer;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px;
        display: grid;
        place-items: center;
        background-color: #bd2440;
        border-radius: 50%;
        color: #fff;
    }

    .whyifhe-Section .Title-Heading h3 {
        font-size: 20px;
    }
}

.ifhe_globe {
    background-image: url('../img/ifhe-globe.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0px 0 !important;
    height: 350px;
    margin-bottom: 1rem;
}

.research-Section {
    padding: 20px 0;
}

    .research-Section .Title-Heading h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .research-Section p {
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .research-Section .cardImg {
        padding: 10px 10px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        transition: 0.3s;
        border-radius: 5px;
    }

        .research-Section .cardImg img {
            border-radius: 5px;
        }

    .research-Section .research_facts ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .research-Section .research_facts ul li {
            border-bottom: 1px solid #444;
            padding: 20px 0;
        }

            .research-Section .research_facts ul li:hover {
                background: #f3f3f3;
            }

            .research-Section .research_facts ul li .fact-heading {
                color: #000000;
                font-size: 28px;
                font-weight: 700;
            }

            .research-Section .research_facts ul li .fact-des {
                color: #000000;
                font-size: 16px;
                font-weight: 400;
            }

    .research-Section .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .research-Section .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .research-Section .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .research-Section .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }

    .research-Section .count-box {
        display: flex;
        align-items: center;
        padding: 5px 10px 5px 10px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        margin-top: 3rem;
    }

        .research-Section .count-box img {
            width: 40px;
            height: 40px;
            line-height: 0;
        }

        .research-Section .count-box .icon {
            background: #393185;
            padding: 10px;
            width: 60px;
            height: 60px;
            border-radius: 5px;
        }

        .research-Section .count-box .fontSize-32 {
            font-size: 32px;
            display: block;
            font-weight: 600;
            color: #393185;
        }

        .research-Section .count-box p {
            font-size: 18px;
            font-weight: 700;
            text-align: center;
        }

        .research-Section .count-box .mr2 {
            position: relative;
            left: 15px;
        }

@media (max-width: 786px) {
    .research-Section .count-box {
        margin-top: 0rem;
    }
    .research-Section .Title-Heading h3,
    .whyifhe-Section .Title-Heading h3,
    .Events-Section .Title-Heading h3 {
        font-size: 20px;
        font-weight: 700;
    }
}

@media (max-width: 1280px) {

    .research-Section .Title-Heading h3,
    .whyifhe-Section .Title-Heading h3,
    .Events-Section .Title-Heading h3 {
        font-size: 20px;
        font-weight: 700;
    }
}

.Leadership-Section {
    padding: 0;
    background: #393185;
}

    .Leadership-Section .card-title {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0rem;
    }

    .Leadership-Section .card-text {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

    .Leadership-Section .Title-Heading .title {
        .Leadership-Section font-size: 32px;
        font-weight: 700;
        color: #ffc107;
    }

    .Leadership-Section .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 15px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .Leadership-Section .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .Leadership-Section .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .Leadership-Section .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }

    .Leadership-Section .cardTop {
        margin-top: 1rem;
    }

        .Leadership-Section .cardTop .title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: .2rem;
        }

        .Leadership-Section .cardTop .sub-title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: .5rem;
        }

        .Leadership-Section .cardTop p {
            font-weight: 600;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .Leadership-Section .cardTop img {
            border-radius: 5px;
        }

.Alumni-Section {
    padding: 20px;
}

    .Alumni-Section .Title-Heading h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .Alumni-Section p {
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .Alumni-Section .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .Alumni-Section .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .Alumni-Section .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .Alumni-Section .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }

    .Alumni-Section .cardTop {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 10px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        height: 280px;
        border-radius: 5px;
        min-height: 100%;
    }

        .Alumni-Section .cardTop .title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: .2rem;
            color: #000000;
        }

        .Alumni-Section .cardTop .sub-title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: .5rem;
            color: #000000;
        }

        .Alumni-Section .cardTop .content {
            font-weight: 500;
            margin-bottom: 1rem;
            color: #000000;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 5; /* number of lines to show */
            line-clamp: 5;
            -webkit-box-orient: vertical;
        }

        .Alumni-Section .cardTop .icon {
            background: #ffc107;
            border-radius: 50px;
            width: 70px;
            height: 70px;
        }

        .Alumni-Section .cardTop img {
            border-radius: 50px;
        }


    .Alumni-Section .wrapper .owl-dots {
        text-align: right;
        margin-top: 5px;
    }

    .Alumni-Section .wrapper .owl-dot {
        height: 15px;
        width: 15px;
        margin: 0 5px;
        outline: none;
        border-radius: 14px;
        border: 2px solid #bd2440 !important;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

        .Alumni-Section .wrapper .owl-dot.active,
        .Alumni-Section .wrapper .owl-dot:hover {
            background: #bd2440 !important;
        }


@media (max-width: 1280px) {
    .Alumni-Section .Title-Heading .title,
}

@media (max-width: 786px) {
    .Alumni-Section .cardTop {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 10px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        height: 100%;
        border-radius: 5px;
        min-height: 100%;
    }

    .Leadership-Section .cardTop {
        margin-top: 1rem;
    }

        .Leadership-Section .cardTop .title,
        .Alumni-Section .cardTop .title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 0.2rem;
        }
}

.Campus-Section {
    padding: 20px 0;
}

    .Campus-Section .Title-Heading h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .Campus-Section .card img {
    }

    .Campus-Section .card-title {
        font-weight: 700;
        color: #bd2440;
        text-align: center;
    }

    .Campus-Section .card-body {
        padding: .5rem;
        border-top: 4px solid #ffc107;
    }

@media (max-width:1280px) {

    .Alumni-Section .Title-Heading h3,
    .Campus-Section .Title-Heading h3 {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# About page section
--------------------------------------------------------------*/
.about-Section {
    background: #2b284e url(https://www.iuraipur.edu.in/assets/svg-icons/content-pattern-triangle.svg) no-repeat right top;
    padding: 10px 0;
    width: 100%;
    background-size: cover;
}

    .about-Section .Title-Heading .title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #ffc107;
    }

    .about-Section h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #ffc107;
    }

    .about-Section .content {
        font-weight: 600;
        margin-bottom: 1rem;
        color: #000000;
    }

    .about-Section ul li {
        font-weight: 500;
        margin-bottom: 1rem;
        color: #fff;
    }

    .about-Section .img-set img {
        border-radius: 5px;
        background: #ffc107;
        padding: 5px;
        width: 100%;
    }

    .about-Section .card {
        display: flex;
        align-items: center;
        padding: 8px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        margin-bottom: .2rem;
    }

        .about-Section .card .card-body .icon img {
            width: 80px;
            height: 80px;
        }

        .about-Section .card .card-body .icon {
            text-align: center;
            margin-bottom: .5rem
        }
.about-desSection {
    padding: 20px 0;
}

    .about-desSection p {
        font-weight: 500;
        line-height: 24px;
    }

    .about-desSection .icon .bicon {
        color: #fff;
        font-size: 30px;
    }


    .about-desSection .icon {
        position: relative;
        top: -35px;
        left: 50%;
        transform: translate(-50%);
        height: 80px;
        width: 80px;
        background: #e31e34;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0 -1px 4px #e3e0e0;
        z-index: 1;
        padding: 15px;
    }

    .about-desSection .card {
        padding: 10px 15px 15px 15px;
        position: relative;
        box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
        border: initial;
        box-sizing: border-box;
    }

    .about-desSection .card-title h3 {
        font-size: 20px;
        text-align: center;
        color: #000;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 0px;
        font-weight: 500;
    }

    .about-desSection .card h3 {
        font-size: 20px;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 0px;
        font-weight: 700;
    }


    .about-desSection .card-content p {
        /* font-size: 1rem;*/
        line-height: 24px;
        text-align: justify;
        font-weight: 500;
    }

.highlights-section {
    padding: 20px 0;
}

    .highlights-section .title {
        position: relative;
        padding-bottom: 5px;
        text-align: center;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 10px;
        /* color: #000*/
    }

    .highlights-section .card {
        border: none;
        background-color: transparent;
        margin: 5px 0;
        background: #393185;
        border-radius: 5px;
        min-height: 150px;
        position: relative;
        align-items: center;
    }

    .highlights-section .card-head .icon {
        text-align: center;
        display: flex;
        min-height: 50px;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        margin-bottom: .8rem;
        margin-left: 10px;
        margin-top: 10px;
    }

        .highlights-section .card-head .icon img {
            width: 50px;
            height: 50px;
            margin: auto;
            padding: 10px;
        }

    .highlights-section .card .card-body {
        padding: 0
    }

        .highlights-section .card .card-body .card-title {
            text-align: center;
            font-weight: 500;
            /*   font-size: 14px;*/
            color: #fff;
        }

    .highlights-section .card:hover {
        position: relative;
        top: -5px;
        background: #495057;
        box-shadow: 0 27px 24px rgb(0 0 0 / 10%), 0 40px 77px rgb(0 0 0 / 10%);
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease-in 0s;
        min-height: 150px;
        border-radius: 5px;
    }

.about-Campuslife {
    padding: 20px 0;
}

    .about-Campuslife .Title-Heading h3 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 1rem;
        /* color: #000000;*/
    }

    .about-Campuslife ul li {
        /* font-size: 1rem;*/
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .about-Campuslife .Img-set img {
        background: #ffc107;
        padding: 5px;
        width: 100%;
    }
/*--------------------------------------------------------------
# recognitions-accreditations page
--------------------------------------------------------------*/
.Common-Section .sticky-top1 {
    top: 75px;
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
}

.Common-Section {
    background: #2b284e url(https://www.iuraipur.edu.in/assets/svg-icons/content-pattern-triangle.svg) no-repeat right top;
    padding: 10px 0;
    width: 100%;
    background-size: cover;
    overflow: unset;
}

    .Common-Section .Title-Heading .title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #ffc107;
    }

    .Common-Section h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: .5rem;
        margin-top: .5rem;
        color: #ffc107;
    }

    .Common-Section .content {
        /*   font-size: 1rem;*/
        font-weight: 600;
        margin-bottom: 1rem;
        color: #fff;
    }

    .Common-Section ul li {
        /* font-size: 1rem;*/
        font-weight: 500;
        margin-bottom: 1rem;
        color: #fff;
    }

    .Common-Section .img-set img {
        border-radius: 5px;
        background: #ffc107;
        padding: 5px;
        width: 100%;
    }

    .Common-Section .card {
        /*  display: flex;
            align-items: center;*/
        padding: 8px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        margin-bottom: .2rem;
    }

        .Common-Section .card .card-body .icon img {
            width: 80px;
            height: 80px;
        }

        .Common-Section .card .card-body .icon {
            text-align: center;
            margin-bottom: .5rem
        }

    .Common-Section .exp-item {
        background: #fff;
        padding: 25px 25px;
        position: relative;
        box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
        font-size: 18px;
        line-height: 25px;
        color: #000;
        min-height: 258px;
        margin-bottom: 1rem;
        border-radius: 5px;
    }

    .Common-Section .exp-title {
        font-size: 20px;
        color: #393185;
        font-weight: 700;
    }

    .Common-Section .exp-item p {
        margin-bottom: 0;
        /* font-size: 16px;*/
        font-weight: 600;
    }

    .Common-Section .exp-item a {
        color: #bd2440;
    }

.MessageVc-Section {
    padding: 20px 0;
}

    .MessageVc-Section p,
    .MessageVc-Section ol li,
    .MessageVc-Section ul li {
        /* font-size: 1rem;*/
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .MessageVc-Section .flex-grow-1 {
        background-color: #393185;
        font-size: 1rem;
        text-align: justify;
        border-radius: 10px;
        padding: 1rem;
        color: white;
        border-bottom: 5px solid #ffc107;
        margin-bottom: 1.2rem;
        margin-top: 1.2rem;
    }

    .MessageVc-Section .blockquote::before {
        content: "\201C";
        font-family: FontAwesome !important;
        font-size: 4rem;
        color: #ffc107;
        display: block;
        margin-bottom: -40px;
        margin-top: -20px;
    }

/*--------------------------------------------------------------
# university authorities page
--------------------------------------------------------------*/

.universityAuthorities-section {
    padding: 20px 0;
    overflow: unset;
}

    .universityAuthorities-section .title {
        font-weight: 600;
        color: #bd2440;
        font-size: 20px;
    }

    .universityAuthorities-section .nav-pills {
        z-index: 0;
        display: block;
        background-color: #bd2440;
        padding: 5px;
        border-radius: 5px
    }

    .universityAuthorities-section .sticky-top1 {
        top: 75px;
        z-index: 9;
        position: -webkit-sticky;
        position: sticky;
    }


    .universityAuthorities-section .nav-pills .nav-link {
        border-radius: 5px;
        display: block;
        font-weight: 600;
        color: #fff;
        margin: 10px 0
    }

        .universityAuthorities-section .nav-pills .nav-link.active {
            background-color: #fff;
            color: #000
        }

    .universityAuthorities-section .tab-content {
        background-color: #c9c4ff;
        padding: 25px 15px;
        color: #000;
        border-radius: 5px
    }

    .universityAuthorities-section .profile-card {
        background-color: #fff;
        border-radius: 5px;
        margin: 5px 0;
        box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
        border-left: solid #bd2440 3px
    }

        .universityAuthorities-section .profile-card .card-body {
            padding: 2rem
        }

        .universityAuthorities-section .profile-card .profile-pic {
            width: 45px;
            height: 45px;
            margin: auto;
            border-radius: 50%;
            overflow: hidden
        }

        .universityAuthorities-section .profile-card .card-title {
            font-weight: 700;
            font-size: 16px;
            color: #393185;
            margin-bottom: 5px
        }

        .universityAuthorities-section .profile-card .card-text {
            font-size: 14px;
            margin-bottom: 0
        }

@media screen and (max-width:768px) {
    .universityAuthorities-section .nav-pills {
        padding: 15px;
        margin: 15px 0
    }

    .universityAuthorities-section .tab-content {
        padding: 25px 15px;
        margin: 15px 0
    }

    .universityAuthorities-section .title {
        font-size: 1.4rem
    }
}

.Award-Section {
    padding: 20px 0;
    overflow: unset;
}

    .Award-Section .sticky-top1 {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        z-index: 3;
    }

    .Award-Section .card {
        display: grid;
        place-items: center;
        border: none;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 5px;
    }

    .Award-Section .icon {
        width: 150px;
        margin: auto;
    }

    .Award-Section .card-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 0;
        text-align: center;
        line-height: 1.3;
    }

    .Award-Section h3 {
        font-size: 20px;
        font-weight: 700;
        color: #393185;
    }

    .Award-Section p {
        /*  font-size: 1rem;*/
        font-weight: 600;
        line-height: 30px;
    }

    .Award-Section .readmore {
        color: #bd2440;
        font-weight: 600;
        text-align: center;
        border: solid 2px #bd2440;
    }

.universityCount-section {
    padding: 20px 0;
}

    .universityCount-section .universityCountList {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

        .universityCount-section .universityCountList > .universityCountItem {
            /* font-size: 18px;*/
            font-weight: 700;
            color: #fff;
            width: 100%;
            padding: 1rem;
            background-color: #393185;
            text-align: center;
            line-height: 1.4;
            border-radius: 5px;
            border-right: 5px solid;
        }

    .universityCount-section .icon {
        width: 60px;
        display: block;
        margin-right: 0.5rem;
        margin: 0 auto 0.5rem;
    }

    .universityCount-section .universityCountList > .universityCountItem:nth-child(even) {
        margin: 0;
        background-color: #bd2440;
    }

.rn-section-gap {
    padding: 20px 0;
    overflow: unset;
}

.theICFAIGroup-section .profile-card {
    top: 70px;
    margin: 15px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 15px #0000001a;
    background: #fff;
    z-index: 0;
}

.sticky-top1 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 80px;
    z-index: 1020;
}

.theICFAIGroup-section .profile-card .card-body {
    position: relative;
    top: -15px;
    padding: 15px 15px 0px;
    border-radius: 15px;
    background: #fff;
}

.theICFAIGroup-section .profile-card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

.theICFAIGroup-section .profile-card .card-text {
    text-align: center;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.rn-section-gap .event-list-1-wrapper {
    box-shadow: 0 9px 38px 0 rgb(174 174 174 / 24%);
    padding: 25px 25px;
}

.rn-section-gap .event-list-1-content .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000000;
}

.event-list-1-content p {
    line-height: 30px;
    /* font-size: 16px;*/
    margin-bottom: 20px;
    font-weight: 600;
}

.yellow-btn {
    border: 1px solid #bd2440;
    color: #bd2440;
    padding: 5px;
    border-radius: 5px;
}

    .yellow-btn:hover {
        border: 1px solid #bd2440;
        color: #bd2440;
        padding: 5px;
        border-radius: 5px;
    }

.section-60 {
    padding: 20px 0;
    background-color: #f8f9fa;
}

    .section-60 .about-new .video-box {
        background-size: cover;
        height: 600px;
        border-radius: 10px;
        background: url('https://www.iuraipur.edu.in/assets/img/theIcfaigroup/ibs-hyderabad-thumb-nail.jpg') center center no-repeat;
        ;
    }


.about-new .play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-6px, -9px);
    -ms-transform: translate(-6px, -9px);
    transform: translate(-6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid rgb(214 37 31);
}

.about-new .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-6px, -9px);
    -ms-transform: translate(-6px, -9px);
    transform: translate(-6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid rgb(214 37 31);
}


.section-60 .about-new .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#e31e34 50%, rgb(214 37 31 / 62%) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(90% - 47px);
    top: calc(15% - 47px);
    overflow: hidden;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 1s cubic-bezier(0, 0, .2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, .2, 1);
    transition: all 1s cubic-bezier(0, 0, .2, 1);
    -webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}

.about-inner .section-title h2.title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0;
}

.about-inner .section-title h3.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000000;
}

.about-inner ul li {
    line-height: 30px;
    /*  font-size: 16px;*/
    font-weight: 600;
}

.readmore {
    border: 1px solid #bd2440;
    padding: 5px;
    color: #bd2440;
    border-radius: 5px;
}

    .readmore:hover {
        border: 1px solid #bd2440;
        padding: 5px;
        color: #bd2440;
        border-radius: 5px;
    }

.network-btn {
    display: inline-block;
    width: 45px;
    border: solid 2px;
    margin-left: 1rem;
    padding: 0.3rem;
    border-radius: 5px;
}

.awards-section {
    padding: 20px 0;
    background: #393185;
    position: relative;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .universityCount-section .universityCountList {
        display: grid;
    }
}

.missionVission-section {
    padding: 20px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    display: grid;
    align-items: center;
    background-image: url('../img/theIcfaigroup/vision-mission-bg2.jpg');
}

    .missionVission-section .card {
        position: relative;
        padding: 10px 0 0 0;
        margin: 25px 0;
        border: none;
        min-height: 281px;
        border-radius: 8px;
        box-shadow: 0 9px 38px 0 rgb(80 80 80 / 24%);
    }

        .missionVission-section .card .card-body {
            padding: 2rem;
        }

        .missionVission-section .card .card-title {
            position: absolute;
            top: -20px;
            display: inline-block;
            padding: 5px 30px;
            border-radius: 30px;
            box-shadow: 0 9px 25px 0 rgb(80 80 80 / 24%);
            background: #d6251f;
            color: #fff;
            font-size: 28px;
        }

        .missionVission-section .card .card-text {
            text-align: justify;
            font-weight: 600;
            color: #000;
            /* font-size: 16px;*/
        }



@media (max-width: 768px) {
    .missionVission-section {
        height: initial;
    }
}

.profileIU-section {
    display: grid;
    align-items: center;
    padding: 20px 0;
    background-color: #fff;
}

    .profileIU-section .title {
        text-align: center;
        color: #000;
        font-size: 32px;
        font-weight: 700;
    }

    .profileIU-section .text {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

        .profileIU-section .text:nth-child(3) {
            font-size: 16px;
        }

    .profileIU-section .col-card {
        z-index: 0;
    }

    .profileIU-section a {
        text-decoration: none;
    }

    .profileIU-section .card {
        text-align: center;
        margin: 15px 0;
        display: grid;
        align-items: center;
        border-radius: 8px;
        min-height: 155px;
        border: none;
        box-shadow: 0 9px 38px 0 rgb(80 80 80 / 24%);
        transition: all ease 0.3s;
        overflow: hidden;
    }

        .profileIU-section .card .card-body {
            padding: 1.5rem .3rem;
            min-height: 94px;
            align-items: center;
            justify-content: center;
        }

        .profileIU-section .card:hover {
            transform: scale(1.1);
            transition: all ease 0.3s;
            overflow: hidden;
        }

        .profileIU-section .card .icon {
            width: 55px;
            height: auto;
            margin: 0px auto 8px;
        }

        .profileIU-section .card .card-title {
            /*   font-size: 14px;*/
            font-weight: 600;
            margin-bottom: .5rem;
            color: #000;
        }

        .profileIU-section .card p {
            /*  font-size: 14px;*/
            font-weight: 600;
            margin-bottom: .5rem;
            color: #000;
        }

@media (max-width: 1200px) {
    .profileIU-section {
        height: initial;
    }
}

@media (max-width: 768px) {
    .profileIU-section {
        height: initial;
    }

        .profileIU-section .title {
            font-size: 1.4rem;
        }

        .profileIU-section .text {
            font-size: 0.8rem;
        }

        .profileIU-section .card {
            margin: 10px 0;
            min-height: 125px;
            overflow: hidden;
        }

            .profileIU-section .card .icon {
                width: 55px;
            }

            .profileIU-section .card .card-title {
                font-size: 0.6rem;
            }

            .profileIU-section .card .card-body {
                min-height: initial;
                padding: 1rem 0;
            }
}

.icfai-tabs {
    padding: 20px 0;
}

    .icfai-tabs .section-title .title {
        font-size: 32px;
        font-weight: 700;
    }

    .icfai-tabs .nav-tabs {
        border: 0;
        margin-bottom: 1.5rem;
    }

    .icfai-tabs .nav-link.active {
        background: #e31e34;
        color: #fff;
        border-color: #e31e34;
        border-radius: 5px;
    }

    .icfai-tabs .nav-link {
        border: 1px solid rgb(247 247 247);
        padding: 15px;
        transition: .3s;
        color: #444;
        border-radius: 0;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
    }

    .icfai-tabs .img {
        border-radius: 8px;
        width: 65px !important;
    }

    .icfai-tabs .nav-link h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 0 20px;
        line-height: 1.2;
    }

    .icfai-tabs .tab-pane h3 {
        font-weight: 600;
        font-size: 26px;
        color: #e31e34;
    }

    .icfai-tabs .tab-pane p {
        line-height: 24px;
        /* font-size: 16px;*/
        margin-bottom: 20px;
        font-weight: 600;
    }



.Infra-Section {
    padding: 20px 0;
}

    .Infra-Section .sevenWraps {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .Infra-Section .Row-Custom {
        margin-right: 25px;
        margin-left: 25px;
    }

    .Infra-Section .card {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    }

        .Infra-Section .card::after {
            background-color: #ffc107 !important;
            content: '';
            position: absolute;
            top: 2px;
            right: -4px;
            bottom: -4px;
            left: 4px;
            z-index: -1;
            border-radius: 10px;
            transition: ease-out 0.3s;
            box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        }

        .Infra-Section .card h3 {
            font-size: 20px;
            display: block;
            font-weight: 700;
            color: #bd2440;
        }

        .Infra-Section .card p {
            padding: 0;
            margin: 0;
            font-size: 14px;
            font-weight: 600;
            text-align: center
        }

@media (max-width: 768px) {
    .Infra-Section .sevenWraps {
        display: flex;
        overflow-y: auto;
        padding: 0rem;
        grid-template-columns: 1fr;
    }

    .Infra-Section .card {
        min-width: 150px;
        max-height: 150px;
        margin-bottom: 2rem;
    }
}

.Infra-SectionOne {
    padding: 20px 0;
}

    .Infra-SectionOne h3 {
        font-size: 24px;
        font-weight: 700;
    }

    .Infra-SectionOne p,
    .Infra-SectionOne ul li {
        /*   font-size: 16px;*/
        font-weight: 500;
        margin-bottom: .5rem;
    }

    .Infra-SectionOne .card {
        padding: 10px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        display: flex;
        height: 100%;
    }

    .Infra-SectionOne .Img-set img {
        border-radius: 5px px;
        background: #ffc107;
        padding: 5px;
        width: 100%;
    }

.howToReach-section {
    padding: 20px 0;
    background: #f3f3f3;
}

    .howToReach-section .card {
        border: none;
        border-radius: 0;
        box-shadow: 0 2px 15px #0000001a;
    }

        .howToReach-section .card .card-body {
            padding: 35px;
        }

        .howToReach-section .card .card-text {
            font-weight: 600;
            /*  font-size: 1rem;*/
        }

            .howToReach-section .card .card-text strong {
                color: #bd2440;
            }

        .howToReach-section .card .card-title {
            font-weight: 600;
            color: #bd2440;
            font-size: 1.5rem;
        }

.placesToVisit-section {
    padding: 40px 0
}

    .placesToVisit-section .card {
        border-radius: 0;
        border: none
    }

        .placesToVisit-section .card .card-img-overlay {
            color: #fff;
            border-radius: 0;
            overflow: hidden;
            transition: all ease .5s
        }

        .placesToVisit-section .card:hover .card-img-overlay {
            background: #000000a8;
            transition: all ease .5s
        }

        .placesToVisit-section .card .card-img-overlay .card-content {
            position: relative;
            top: -100%;
            transition: all ease .5s
        }

        .placesToVisit-section .card .card-img-overlay:hover .card-content {
            top: 0;
            transition: all ease .5s
        }

        .placesToVisit-section .card .card-title {
            font-weight: 600
        }

        .placesToVisit-section .card .card-text {
            text-align: justify
        }

.partnership-industry {
    padding: 20px 0;
    background: #f3f3f3;
}

    .partnership-industry .title h4 {
        color: #bd2440;
        font-weight: 500;
    }

    .partnership-industry .card {
        position: relative;
        padding: 10px;
        margin: 10px 0;
        background-color: #fff;
        border: none;
        box-shadow: rgba(174, 174, 174, .24) 0 9px 38px 0;
        height: 100%;
    }

    .partnership-industry .card-head .icon {
        width: 50px !important;
        height: 50px !important;
        background: #e4e8ff;
        padding: 10px;
        border-radius: 100%;
    }

        .partnership-industry .card-head .icon img {
            width: 30px !important;
            height: 30px !important;
            align-content: center
        }

    .partnership-industry .card-head h5 {
        color: #bd2440;
        font-weight: 700;
        margin: 10px 20px 15px 10px;
    }

    .partnership-industry .card-head {
        margin-bottom: .5rem;
    }

    .partnership-industry .card-body {
        flex: 1 1 auto;
        min-height: 110px;
        padding: 0;
    }

    .partnership-industry p {
        /*  font-size:16px;*/
        font-weight: 500;
        line-height: 30px;
    }
.Faculty-Resource-Section {
    padding: 0px 0px 60px 0;
    overflow: unset;
}


    .Faculty-Resource-Section .Title-Heading h3 {
        margin-top: 1rem;
        padding-bottom: 5px;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 10px;
        color: #000;
    }

    .Faculty-Resource-Section .nav-pills {
        background-color: #fff;
        box-shadow: 0 0 30px rgba(1, 41, 112, .08);
        padding: 10px;
        border-radius: 5px;
    }

    .Faculty-Resource-Section .sticky-top1 {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 70px;
        z-index: 5;
    }

    .Faculty-Resource-Section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        background: #393185;
        background: linear-gradient(90deg, #393185 0, #312393 100%, #8371ff 100%);
        box-shadow: 0 0 30px rgba(1, 41, 112, .08);
        border: none;
        color: #ffc107;
        text-align:left;
    }

    .Faculty-Resource-Section .nav-item, .tabs-section1 .nav-item {
        margin-right: 15px;
    }

    .Faculty-Resource-Section .nav-pills .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        background: #fee1df;
        -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        border: none;
        color: #000000;
        text-align: left;
    }

    .Faculty-Resource-Section .facultyProfiles > .profile {
        overflow: hidden;
    }

        .Faculty-Resource-Section .facultyProfiles > .profile .profilePic {
            display: grid;
            grid-template-columns: 1.4fr 3fr;
            align-items: center;
            grid-gap: 0.5rem;
            margin-bottom: 0.5rem;
            border-radius: 50%;
        }

            .Faculty-Resource-Section .facultyProfiles > .profile .profilePic img {
                border-radius: 10px;
                width: 130px;
                height: 130px
            }

            .Faculty-Resource-Section.facultyProfiles > .profile .profilePic .facultyPic {
                width: 70px;
                height: 70px;
                display: block;
            }

            .Faculty-Resource-Section .facultyProfiles > .profile .profilePic .card-title {
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 0;
            }

        .Faculty-Resource-Section .facultyProfiles > .profile .profileBody {
            position: relative;
            bottom: -45px;
            padding: 1rem;
            border-top: solid 3px #bd2440;
            transition: all ease 0.5S;
            background-color: #fff;
            -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
            box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
            border-bottom: 1px solid #f3f3f3;
            border-left: 1px solid #f3f3f3;
            border-right: 1px solid #f3f3f3;
        }

            .Faculty-Resource-Section .facultyProfiles > .profile .profileBody .card-text {
                font-weight: 500;
                /*   font-size: 14px;*/
                margin-bottom: 0.5rem;
            }

                .Faculty-Resource-Section .facultyProfiles > .profile .profileBody .card-text small {
                    line-height: 1.6;
                    display: block;
                }

        .Faculty-Resource-Section .facultyProfiles > .profile:hover .profileBody {
            position: relative;
            bottom: 0;
            transition: all ease 0.5s;
        }

    .Faculty-Resource-Section a.viewMore-btn {
        color: #bd2440;
        font-weight: 600;
        text-decoration: none;
    }

    .Faculty-Resource-Section .facultyProfiles .card {
        background-color: #fff;
        border-radius: 5px;
        margin: 15px 0;
        box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
        border-top: solid #ffc107 3px;
        min-height: 100%;
    }

    .Faculty-Resource-Section .facultyProfiles h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    .Faculty-Resource-Section .facultyProfiles p {
        /*  font-size: 15px;*/
        font-weight: 500;
        margin-bottom: .5rem
    }


.eduMethodology-section {
    padding: 20px 0;
}

    .eduMethodology-section .card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 2px 15px #0000001a;
    }

        .eduMethodology-section .card .card-body {
            padding: 35px;
        }

            .eduMethodology-section .card .card-body h4 {
                font-weight: 700;
                color: #bd2440;
                font-size: 20px;
            }

        .eduMethodology-section .card .card-text {
            font-weight: 600;
            /*  font-size: 16px;*/
            line-height: 30px;
        }



.antiRagging-section {
    padding: 20px 0;
    overflow: unset;
}

    .antiRagging-section .nav-pills {
        display: block;
        top: 70px;
        z-index: 0;
        background: #bd2440;
        padding: 25px 15px;
        border-radius: 5px
    }

        .antiRagging-section .nav-pills .nav-link {
            padding: 10px 15px;
            font-weight: 600;
            color: #fff;
            font-size: 16px;
            border-radius: 5px;
            margin: 5px 0;
            cursor: pointer;
        }

            .antiRagging-section .nav-pills .nav-link.active {
                color: #000;
                background: #fff
            }

    .antiRagging-section .tab-content {
        background-color: #fff;
        padding: 25px 15px;
        border-radius: 5px
    }

    .antiRagging-section ul li {
        line-height: 30px;
        font-weight: 600
    }

    .antiRagging-section .table-bordered td {
        font-weight: 600
    }

    .antiRagging-section .tab-pane h2,
    .antiRagging-section .tab-pane h3 {
        font-weight: 600;
        color: #bd2440;
        font-size: 20px;
    }

    .antiRagging-section .tab-pane h4 {
        font-weight: 700;
        font-size: 18px;
    }

    .antiRagging-section .tab-pane p {
        font-weight: 500;
    }

    .antiRagging-section .tab-pane li {
        font-weight: 600;
        margin: 5px 0;
        line-height: 25px;
        margin-bottom: 10px
    }

    .antiRagging-section .tab-pane strong {
        color: #000
    }

    .antiRagging-section .tab-pane a.viewMore-btn {
        text-decoration: none;
        color: #1034A6
    }

    .antiRagging-section .tab-pane .bx-chevron-right {
        position: relative;
        top: 3px
    }

@media screen and (max-width:768px) {
    .antiRagging-section .nav-pills {
        border: none;
        padding: 15px;
        margin: 15px 0
    }

    .antiRagging-section .tab-content {
        padding: 15px 0;
        margin: 15px 0
    }

    .antiRagging-section .tab-pane {
        margin-top: 15px
    }

        .antiRagging-section .tab-pane .title {
            font-size: 1.4rem
        }

        .antiRagging-section .tab-pane ol {
            margin: 0;
            padding: 0 0 0 10px
        }

        .antiRagging-section .tab-pane .sub-title {
            font-size: 1.2rem
        }

        .antiRagging-section .tab-pane .text {
            font-size: .9rem
        }
}


.media-section .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    background: #f9f9f9;
}
.eventsList {
    list-style-type: none;
    padding: 0 1rem;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

    .eventsList h4 {
        font-size: 16px;
        font-weight: 600;
        color: #393185;
    }

    .eventsList p {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .eventsList > .item {
        background-color: #ddd8ff;
        padding: 1rem;
        border-radius: 15px;
    }

        .eventsList > .item .icon {
            display: grid;
            place-items: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: #fff;
            margin-bottom: 1rem;
            color: #000;
            font-size: 20px;
        }

    .eventsList em {
        color: #838383;
        font-size: 13px;
    }

    .eventsList > .item .link {
        font-weight: 500;
        font-size: 14px;
        color: #bd2440;
        padding: 5px;
        border-radius: 5px;
        font-weight: 600;
    }

@media screen and (max-width:768px) {
    .eventsList {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
}

.contact .info-box {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #bd2440;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        /*   font-size: 14px;*/
        margin-bottom: 0;
    }

.media-section {
    padding: 20px 0;
}

    .media-section h2 {
        font-size: 32px;
        font-weight: 700;
        color: #000;
    }

    .media-section .media-card {
        border-radius: 5px;
        box-shadow: 0 2px 15px #0000001a;
    }

        .media-section .media-card .card {
            margin-bottom: 15px;
            border: none;
            border-radius: 5px;
            padding-bottom: 10px;
            background: #e8e9f3;
            color: #fff
        }

            .media-section .media-card .card .card-header {
                background: #393185;
                border-radius: 5px;
                padding: 0
            }

                .media-section .media-card .card .card-header .card-link {
                    padding: 10px 15px;
                    display: block;
                    font-weight: 600;
                    color: #fff;
                    font-size: 18px
                }

            .media-section .media-card .card .card-link i {
                transform: rotate(180deg);
                transition: all ease .3s
            }

            .media-section .media-card .card .card-link.collapsed i {
                transform: rotate(0);
                transition: all ease .3s
            }

        .media-section .media-card .cliping-card {
            height: 100%;
            display: grid;
            display: -ms-grid;
            display: -moz-grid;
            align-items: center;
            background-color: #23246b;
            text-align: center
        }

            .media-section .media-card .cliping-card .link {
                font-size: 12px;
                color: orange
            }

            .media-section .media-card .cliping-card .btn-red {
                font-weight: 400;
                font-size: 12px
            }

            .media-section .media-card .cliping-card .card-body .card-title {
                font-size: 16px;
                text-align: center;
                margin-bottom: 0;
                font-weight: 600;
                line-height: 1.5
            }

@media screen and (max-width:768px) {
    .media-section .media-card .cliping-card .card-body .card-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5
    }

    .media-section .title {
        font-size: 1.8rem;
        margin-bottom: 30px
    }
}

.media-section .media-card .card .profile-card {
    background: #fff;
    border-radius: 5px;
    color: #000;
    margin: 5px 0;
    min-height: 180px
}

    .media-section .media-card .card .profile-card .profile-pic {
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 5px;
        overflow: hidden
    }

    .media-section .media-card .card .profile-card .card-title {
        margin-bottom: 5px;
        font-weight: 600;
        color: #e31e34;
        font-size: 1rem
    }

    .media-section .media-card .card .profile-card .card-text {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.7
    }

@media screen and (max-width:768px) {
    .media-section .media-card .card .profile-card {
        min-height: auto;
        margin: 8px 0
    }

        .media-section .media-card .card .profile-card .card-title {
            font-size: 16px
        }

        .media-section .media-card .card .profile-card .card-text {
            font-size: 12px
        }
}

.stuLogin-section {
    padding: 20px 0;
    background: #f3f3f3;
}

.stuLogin-content {
    background-color: #393185;
    padding: 1rem;
    margin-bottom: 1rem;
}

    .stuLogin-content .sub-title {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0rem;
    }

.stuLogin-section .card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    box-shadow: 5px 5px 28px -5px #0004;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #bd2440;
    padding: 0 0 0px 0;
}

    .footer .footer-address {
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, .2);
        padding: 15px;
        height:100%
    }

    .footer .footer-top {
        background: #201c44 url(https://www.iuraipur.edu.in/assets/img/footer-bg.png) no-repeat right top;
        background-position: bottom left;
        padding: 0px 0;
    }

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}


.footer .footer-top .footer-info p {
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
    color: #fff;
}

    .footer .footer-top .social-links a:hover {
        color: #ffc107;
    }

.footer .footer-top h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffc107;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #fff;
            line-height: 0;
        }

        .footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

            .footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        .footer .footer-top .footer-links ul a {
            color: #fff;
            transition: 0.3s;
            display: inline-block;
            line-height: 1.4;
            font-weight: 600;
        }

            .footer .footer-top .footer-links ul a:hover {
                color: #ffc107;
            }

.footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.footer .copyright {
    text-align: left;
    padding-top: 20px;
    color: #fff;
}


/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}


/*

body {
    background: #F3F3F3
}

    body.dark {
        background: #000;
    }
section.dark {
    background: #000;
}
body.dark
#header,
#InfSection {
    background-color: #000;
}
        body.dark
        #header span {
            color: #fff;
        }
    body.dark {
        color:#fff;
    }
    span.dark {
        color: #fff;
    }

*/

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.countSection {
    padding: 0px;
    position: relative;
    top: -60px;
    margin-bottom: -2rem;
}

.counts .WrapFive {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
    margin-bottom: 0rem;
    background: #bd2440;
    border-radius: 5px;
}

.counts .count-box {
    align-items: center;
    padding: 15px;
    text-align: center;
    width: 100%;
}

    .counts .count-box span {
        font-size: 36px;
        display: block;
        font-weight: 500;
        color: #fff;
    }

    .counts .count-box p {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 14px;
    }

@media (max-width: 789px) {
    .counts .WrapFive {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.6rem;
        margin-bottom: 0rem;
        background: #bd2440;
        border-radius: 5px;
    }
}


.memberShip-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

    .memberShip-wrapper .item {
        display: grid;
        place-items: center;
        padding: 1rem;
        background-color: #fff;
        box-shadow: 0 9px 38px 0 rgb(174 174 174 / 24%);
    }

        .memberShip-wrapper .item small {
            display: inline-block;
            line-height: 14px;
            text-align: center;
        }

        .memberShip-wrapper .item:hover {
            box-shadow: 0 27px 24px rgb(0 0 0 / 10%), 0 40px 77px rgb(0 0 0 / 10%);
        }

        .memberShip-wrapper .item img {
            /* border: solid 1px red; */
            display: inline-block;
            max-height: 80px;
        }

.about-section .card:hover {
    margin-top: 20px;
}

.resources-section .title {
    font-weight: 600;
    color: #e31e24;
    margin-bottom: 3px
}

.resources-section .card {
    border: none;
    border-radius: 10px;
    margin: 15px 0;
    box-shadow: 0 2px 15px #0000001a;
    min-height: 150px
}

    .resources-section .card .card-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: #1034a6
    }

    .resources-section .card .card-text {
        font-weight: 600;
        text-align: justify;
        font-size: .9rem;
        margin-bottom: 3px
    }



.objectives-section {
    background-color: #f3f3f3;
    padding: 20px;
}

    .objectives-section .wrapper {
        display: grid;
        grid-template-columns: 2fr 4fr;
        align-items: center;
        gap: 1.5rem;
    }

        .objectives-section .wrapper .imgCard {
            overflow: hidden;
        }

            .objectives-section .wrapper .imgCard img {
                transform: scale(1);
                transition: all ease-out 1.2s;
            }

    .objectives-section:hover .wrapper .imgCard img {
        transform: scale(1.08);
        transition: all ease-out 1.2s;
    }

    .objectives-section .wrapper .contentCard {
        padding: 1.5rem;
    }

        .objectives-section .wrapper .contentCard .card-title {
            font-weight: 700;
            color: #bd2440;
            font-size: 28px;
            margin-bottom: 1.6rem;
        }

        .objectives-section .wrapper .contentCard .cardlist {
            list-style: none;
            margin: 0;
            padding-left: 30px;
        }

            .objectives-section .wrapper .contentCard .cardlist > .cardItem {
                position: relative;
                font-size: 18px;
                color: #000000;
                margin-bottom: 0.6rem;
                line-height: 30px;
                font-weight: 400;
                word-spacing: 2px;
                font-style: italic;
            }

                .objectives-section .wrapper .contentCard .cardlist > .cardItem::before {
                    position: absolute;
                    left: -25px;
                    top: 4px;
                    content: "o";
                    box-sizing: border-box;
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

@media screen and (max-width:768px) {
    .objectives-section .wrapper {
        grid-template-columns: 1fr;
        gap: 0rem;
    }
}



.bg-cover {
    background-size: cover;
    background-image: url(https://www.iuraipur.edu.in/assets/img/sliders/banner6.jpg);
    padding: 2.5rem 0;
}

.IBS-explore-media-wrap .IBS-IBS-icon-media {
    position: relative;
    z-index: 2;
    margin-right: -72px;
}

.IBS-explore-content-outer {
    position: relative;
    z-index: 1;
}

.IBS-explore-content {
    background-color: #393185;
    border-radius: 10px;
    padding: 20px 70px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    margin-left: 30px;
    z-index: 1;
}

    .IBS-explore-content .IBS-l-line-1 {
        width: 475px;
        height: 475px;
        position: absolute;
        border: 1px solid #e7e7e7;
        border-radius: 50%;
        opacity: 0.1;
        left: -290px;
        top: -290px;
        z-index: -1;
    }

    .IBS-explore-content .IBS-l-line-2 {
        width: 475px;
        height: 475px;
        position: absolute;
        border: 1px solid #e7e7e7;
        border-radius: 50%;
        opacity: 0.1;
        left: -230px;
        top: -230px;
        z-index: -1;
    }

    .IBS-explore-content .IBS-r-circle-1 {
        width: 500px;
        height: 500px;
        position: absolute;
        background-color: #e7e7e7;
        border-radius: 50%;
        opacity: 0.05;
        right: -140px;
        top: -200px;
        z-index: -1;
    }

    .IBS-explore-content .IBS-r-circle-2 {
        width: 500px;
        height: 500px;
        position: absolute;
        background-color: #e7e7e7;
        border-radius: 50%;
        opacity: 0.05;
        right: -90px;
        top: -145px;
        z-index: -1;
    }

    .IBS-explore-content .IBS-title-small {
        margin-bottom: 10px;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        font-weight: 500;
    }

    .IBS-explore-content .IBS-title-large {
        margin-bottom: 40px;
    }

        .IBS-explore-content .IBS-title-large h2 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 700;
        }

        .IBS-explore-content .IBS-title-large p {
            color: #e7e7e7;
        }

.text-warning1 {
    color: #ffe119 !important;
}

.IBS-explore-content a,
.IBSeh-team-section a,
.btn-warning-new {
    position: relative;
    display: inline-block;
    background-color: #ffc9c9;
    font-size: 16px;
    color: #bd2440;
    text-decoration: none !important;
    padding: 0.6rem 1.6rem;
    font-weight: 600;
    transition: ease 0.3s;
    z-index: 1;
    border-radius: 8px;
    margin-bottom: 2rem;
}

    .btn-warning-new:hover {
        color: #ffffff !important;
        transition: ease 0.3s;
    }

    .btn-warning-new::after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #393185;
        width: 0%;
        height: 100%;
        transition: ease 0.3s;
        z-index: -1;
    }

    .btn-warning-new:hover.btn-warning-new::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #393185;
        width: 100%;
        height: 100%;
        transition: ease 0.3s;
        border-radius: 50px;
    }

.IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two {
    position: relative;
}

.IBS-icon-content {
    overflow: hidden;
}

.IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two .IBS-M-count-number {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
}

.IBS-text-clr-yellow-2 {
    color: #ffe119;
}

.IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two .IBS-icon-content-info {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
}

.IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two .counter {
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}

.text-clr-green {
    color: #ffe119;
}

.text-clr-pink {
    color: #ffe119;
}

.IBS-explore-content-outer .IBS-bold-circle-right {
    width: 250px;
    height: 250px;
    border: 50px solid #e31e34;
    right: -70px;
    top: -90px;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
}

.IBS-explore-content-outer .IBS-bold-circle-left {
    width: 140px;
    height: 140px;
    border: 30px solid #ffc107;
    left: 65px;
    bottom: -100px;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
}




.gallery-section {
    padding: 2.5rem 0;
 
}

    .gallery-section .card {
        margin-bottom: 1.5rem;
        border-radius: 6px;
        overflow: hidden;
    }

        .gallery-section .card .card-header {
            background-color: #1034a6;
        }

            .gallery-section .card .card-header .card-link {
                color: #fff;
                font-weight: 600;
                font-size: 18px;
                display: block;
            }

                .gallery-section .card .card-header .card-link i {
                    position: relative;
                    top: 3px;
                    transform: rotate(180deg);
                }

                .gallery-section .card .card-header .card-link.collapsed i {
                    transform: rotate(0deg);
                }

    .gallery-section .main-title {
        position: relative;
        max-width: 1300px;
        margin: auto;
        margin-bottom: 2.4rem;
        font-weight: 600;
        font-size: 45px;
        color: #1034a6;
    }

        .gallery-section .main-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            transform: translate(0%, 0%);
            width: 55px;
            height: 3px;
            background-color: #e31e34;
        }

    .gallery-section .gallery-cards {
        margin: auto;
        max-width: 1300px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
    }

        .gallery-section .gallery-cards a {
            background: #f2f2f2;
            padding: 0.5rem;
        }

          

        .gallery-section .gallery-cards > .card {
            border: none;
            box-shadow: 0px 0px 15px -5px #0006;
            overflow: hidden;
            transform: scale(1);
            transition: all ease 1s;
        }

            .gallery-section .gallery-cards > .card:hover {
                border: none;
                box-shadow: 0px 0px 15px -5px #0006;
                overflow: hidden;
                transform: scale(1.05);
                transition: all ease 1s;
            }

    .gallery-section .card-content {
        display: grid;
        grid-column: 1/3;
        align-items: flex-start;
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 5px;
        box-shadow: 0px 0px 15px -10px #0006;
    }

        .gallery-section .card-content .card-title {
            font-weight: 700;
            font-size: 20px;
            max-width: 400px;
            margin-bottom: 1.5rem;
        }

        .gallery-section .card-content .readMore-btn {
            display: inline-block;
            max-width: 100px;
        }

@media screen and (max-width: 768px) {
    .gallery-section .card-content {
        display: grid;
        grid-column: 1/4;
        align-items: flex-start;
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 5px;
        box-shadow: 0px 0px 15px -10px #0006;
    }

    .gallery-section .gallery-cards {
        margin: auto;
        max-width: 1300px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0.5rem;
    }
}











.campusInfra-section {
    padding: 20px 0;
}

    .campusInfra-section .campusInfra {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

        .campusInfra-section .campusInfra > .infraCard {
            padding: 1rem;
            border-radius: 0;
            transition: all ease 0.3s;
            border: solid 1px #ebebeb;
        }

            .campusInfra-section .campusInfra > .infraCard:hover {
                padding: 1rem;
                border: solid 1px transparent;
                box-shadow: rgb(174 174 174 / 24%) 0 9px 38px 0;
                transition: all ease 0.3s;
            }

            .campusInfra-section .campusInfra > .infraCard .icon {
                display: inline-flex;
                width: 55px;
                height: 55px;
                align-items: center;
                justify-content: center;
                margin-bottom: 1rem;
            }

                .campusInfra-section .campusInfra > .infraCard .icon img {
                    width: 50px;
                    height: 50px;
                }

    .campusInfra-section .card-title {
        color: #393185;
        font-weight: 700;
        font-size: 20px;
    }

    .campusInfra-section .card-text {
        font-size: 16px;
        color: #000;
    }

    .campusInfra-section .card-btn {
        display: inline-block;
        border: solid 2px #e31e34;
        text-align: center;
        color: #e31e34;
        padding: 0.1rem 0.8rem;
        font-size: 14px;
        border-radius: 25px;
        transition: all ease 0.3s;
    }

        .campusInfra-section .card-btn:hover {
            background: #e31e34;
            color: #fff;
            transition: all ease 0.3s;
        }

    .campusInfra-section .innerCards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

        .campusInfra-section .innerCards .card-subTitle {
            font-size: 16px;
            color: #393185;
            font-weight: 700;
        }

@media screen and (max-width:1200px) {
    .campusInfra-section .campusInfra {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

        .campusInfra-section .campusInfra > .infraCard:nth-last-child(1) {
            display: grid;
            grid-column: 1/3;
        }
}

@media screen and (max-width:768px) {
    .campusInfra-section .campusInfra {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

        .campusInfra-section .campusInfra > .infraCard:nth-last-child(1) {
            display: grid;
            grid-column: 1;
        }

    .campusInfra-section .innerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}



.DRRaward-section {
    padding: 2.5rem 0;
}

    .DRRaward-section .card {
        border: none;
        border-radius: 12px;
        padding: 2rem;
        box-shadow: 0px 0px 15px -3px #0004 inset;
        max-width: 800px;
        margin: auto;
    }



    .DRRaward-section .card-body .card-title {
        font-size: 28px;
        font-weight: 700;
        color: #393185;
    }

    .DRRaward-section .card-body .card-text {
        font-size: 18px;
        text-align: left;
        font-style: italic;
    }

    .DRRaward-section .card-body .card-subTitle {
        display: inline-block;
        font-weight: 700;
        font-size: 22px;
    }

    .DRRaward-section .card-body .card-content {
        padding: 2rem;
    }

@media screen and (max-width:768px) {
    .DRRaward-section .card {
        padding: 1rem;
    }

    .DRRaward-section .card-body {
        grid-template-columns: 1fr;
    }

        .DRRaward-section .card-body .card-content {
            margin-top: 1.5rem;
            padding: 0rem;
        }
}

.mou-section {
    padding: 20px 0;
    position: relative;
}

    .mou-section .wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

        .mou-section .wrapper .MoU-card {
            background-color: #ffc9c9;
            padding: 1.5rem;
            border-radius: 8px;
        }

            .mou-section .wrapper .MoU-card .icon {
                display: inline-grid;
                place-items: center;
                margin-bottom: 1rem;
            }

                .mou-section .wrapper .MoU-card .icon i {
                    font-size: 24px;
                    color: #d61212;
                }

            .mou-section .wrapper .MoU-card .card-text {
                display: -webkit-box;
                height: 75px;
                overflow: hidden;
                -webkit-line-clamp: 3;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
            }

            .mou-section .wrapper .MoU-card .card-link {
                color: #d61212;
            }

.mou-img-card {
    position: sticky;
    top: 90px;
    display: block;
    border: 16px;
    padding: 0.5rem;
    box-shadow: 0px 0px 8px -3px #0008;
}

@media screen and (max-width:768px) {
    .mou-section .wrapper {
        display: flex;
        overflow-y: auto;
        gap: 1rem;
        padding: 1.5rem 0;
        margin-bottom: 1rem;
    }

        .mou-section .wrapper .MoU-card {
            min-width: 235px;
        }
}


.blog-one {
    height: 500px
}

.portfolio-item.blog-one img {
    background-size: cover !important;
    width: 100%;
    height: 100%
}

.blog-four {
    width: 1118px;
    margin-left: 0
}

    .blog-four .portfolio-item {
        height: 333px
    }

.portfolio-item {
    overflow: hidden;
    position: relative;
    width: 100%;
    line-height: 0
}

    .portfolio-item:before {
        background-color: #e31e34;
        position: absolute;
        content: "";
        height: 220%;
        left: -100%;
        top: -13%;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        -webkit-transform-origin: center top 0;
        transform-origin: center top 0;
        -webkit-transition: left .5s ease 0s;
        transition: left .5s ease 0s;
        width: 80%;
        z-index: 1
    }

    .portfolio-item:hover:before {
        left: 5%
    }

    .portfolio-item:after {
        content: "";
        position: absolute;
        background-color: #393185;
        bottom: -1000%;
        height: 175%;
        -webkit-transform: rotate(-33deg);
        transform: rotate(-2deg);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0;
        -webkit-transition: bottom .8s ease 0s;
        transition: bottom .8s ease 0s;
        width: 55%;
        right: -12%
    }

.blog-area {
    height: auto;
    width: 100%;
    padding-bottom: 60px
}

.portfolio-item:hover:after {
    bottom: -70%
}

.portfolio-title {
    position: absolute;
    top: -85px;
    left: 20px;
    z-index: 5;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1.1s ease 0s;
    transition: all 1.1s ease 0s
}

    .portfolio-title h3 {
        color: #febe07;
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 500
    }

    .portfolio-title h5 {
        color: #fff;
        font-size: 13px;
        font-weight: 500
    }

.np {
    padding: 0
}

.blog-one {
    height: 500px
}

.blog-post-area .blog-one {
    height: 500px
}

.portfolio-item.blog-one img {
    background-size: cover !important;
    width: 100%;
    height: 100%
}

.blog-four {
    width: 1118px;
    margin-left: 0
}

.blog-post-area .blog-four {
    margin-left: 0;
    width: 100%
}

.blog-four .portfolio-item {
    height: 333px
}

.blog-post-area {
    width: 100% !important
}

    .blog-post-area h3 a {
        color: #febe07;
        font-size: 20px;
        font-weight: 600
    }

    .blog-post-area span {
        margin-bottom: 5px;
        display: block
    }

        .blog-post-area span a {
            color: #fff;
            margin-right: 15px
        }

            .blog-post-area span a:hover {
                color: #fff;
                text-decoration: underline
            }

    .blog-post-area p {
        font-size: 16px;
        line-height: 25px;
        width: 92%;
        margin-top: 0;
        color: #fff;
        text-align: justify
    }

.portfolio-gallery-area .row {
    margin-right: -7.5px;
    margin-left: -7.5px
}

    .portfolio-gallery-area .row div[class^=col-] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

.portfolio-area {
    background: #f7f7f7;
    padding-top: 50px
}

.portfolio-gallery-area {
    width: 100%
}

.portfolio-item {
    overflow: hidden;
    position: relative;
    width: 100%;
    line-height: 0
}

    .portfolio-item:before {
        background-color: rgb(214 18 18 / 76%);
        position: absolute;
        content: "";
        height: 220%;
        left: -100%;
        top: -13%;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        -webkit-transform-origin: center top 0;
        transform-origin: center top 0;
        -webkit-transition: left .5s ease 0s;
        transition: left .5s ease 0s;
        width: 80%;
        z-index: 1
    }

    .portfolio-item:hover:before {
        left: 5%
    }

    .portfolio-item:after {
        content: "";
        position: absolute;
        background-color: rgb(46 49 146 / 70%);
        bottom: -1000%;
        height: 175%;
        -webkit-transform: rotate(-33deg);
        transform: rotate(-2deg);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0;
        -webkit-transition: bottom .8s ease 0s;
        transition: bottom .8s ease 0s;
        width: 55%;
        right: -12%
    }

    .portfolio-item:hover:after {
        bottom: -70%
    }

.portfolio-title {
    position: absolute;
    top: -85px;
    left: 20px;
    z-index: 5;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1.1s ease 0s;
    transition: all 1.1s ease 0s
}

    .portfolio-title h3 {
        color: #febe07;
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 500
    }

    .portfolio-title h5 {
        color: #fff;
        font-size: 13px;
        font-weight: 500
    }

.portfolio-link {
    position: absolute;
    bottom: -50px;
    left: 20px;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all 1.1s ease 0s;
    transition: all 1.1s ease 0s
}

.portfolio-item:hover .portfolio-title {
    top: 20px;
    opacity: 1
}

.portfolio-item:hover .portfolio-link {
    bottom: 0;
    opacity: 1;
    bottom: -10px
}

.portfolio-link p {
    width: 100% !important
}

    .portfolio-link p a {
        width: 35px;
        height: 35px;
        display: block;
        float: left;
        text-align: center;
        margin-right: 5px;
        border-radius: 100%;
        padding-top: 7px;
        color: #333;
        font-size: 17px
    }

        .portfolio-link p a i {
            padding-top: 0
        }

        .portfolio-link p a.link {
            background: #444 none repeat scroll 0 0;
            color: #fff;
            margin-right: 10px;
            margin-top: 36px
        }

        .portfolio-link p a.search {
            color: #ff2b42;
            background: #fff
        }

.portfolio-item-one .portfolio-item {
    height: 705px
}

.portfolio-item-two .portfolio-item {
    height: 345px
}

.portfolio-item-three {
    margin-bottom: 15px;
    width: 100% !important
}

    .portfolio-item-three .portfolio-item {
        height: 345px;
        width: 100% !important
    }

.item-two-mb {
    margin-bottom: 15px;
    overflow: hidden
}

.poerfolio-three-iteam .portfolio-item.three-inner-one,
.poerfolio-three-iteam .portfolio-item.three-inner-two {
    height: 345px
}

.poerfolio-three-iteam {
    width: 100% !important
}

    .poerfolio-three-iteam img {
        height: 345px;
        width: 100%
    }

.three-inner-one img {
    margin-right: 15px
}

.three-inner-two img {
    margin-left: 15px
}

.portfolio-item.three-inner-one {
    width: 100% !important
}

.alumniSpeak-section {
    padding: 2.5rem 0;
}

    .alumniSpeak-section .main-title {
        font-size: 34px;
        font-weight: 700;
        color: #000;
    }


    .alumniSpeak-section .alumniCard {
        display: grid;
        grid-template-columns: 2fr 1fr;
        box-shadow: 0px 0px 25px -10px #0006;
        margin: 1rem;
        align-items: flex-end;
    }

        .alumniSpeak-section .alumniCard .card-content {
            position: relative;
            padding: 1.5rem;
            min-height: 327px;
        }

            .alumniSpeak-section .alumniCard .card-content::after {
                content: '';
                position: absolute;
                top: 50%;
                right: -5%;
                transform: translate(-50%, -50%);
                width: 2px;
                height: 60%;
                background-color: #e31e34;
            }

            .alumniSpeak-section .alumniCard .card-content .card-title {
                font-weight: 700;
                margin-bottom: 1.4rem;
            }

            .alumniSpeak-section .alumniCard .card-content .card-subTitle {
                font-weight: 700;
                margin-bottom: 0.8rem;
                color: #393185;
            }

            .alumniSpeak-section .alumniCard .card-content .batch {
                display: inline-block;
                padding: 0.3rem 0.5rem;
                background-color: #ffc107;
                border-radius: 5px;
                font-weight: 600;
                font-size: 12px;
                color: #000;
                margin-bottom: 0.4rem;
            }

            .alumniSpeak-section .alumniCard .card-content .card-text {
                font-weight: 600;
                color: #000;
                text-align: justify;
            }

        .alumniSpeak-section .alumniCard .card-img {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            overflow: hidden;
            border: solid 5px #393185;
            margin: auto;
        }

        .alumniSpeak-section .alumniCard .readMore-btn {
            display: inline-block;
            padding: 0.2rem 0.5rem;
            text-decoration: none;
            color: #ffffff !important;
            background-color: #e31e34;
            border-radius: 5px;
        }

    .alumniSpeak-section .alumni-carousel .owl-nav {
        display: block;
    }

        .alumniSpeak-section .alumni-carousel .owl-nav span {
            display: inline-block;
            position: relative;
            top: -3px;
            font-size: 30px;
            color: #fff;
        }

    .alumniSpeak-section .alumni-carousel .owl-nav {
        position: absolute;
        top: -55px;
        right: 20px;
        padding: 0.4rem 0.4rem;
        width: 85px;
        border-radius: 25px;
        background-color: #d2d8de;
    }

        .alumniSpeak-section .alumni-carousel .owl-nav .owl-prev {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            float: left;
            background-color: #d6251f;
            outline-style: none;
            transition: all ease 0.3s;
        }

            .alumniSpeak-section .alumni-carousel .owl-nav .owl-prev:hover {
                background-color: #151878;
                transition: all ease 0.3s;
            }

        .alumniSpeak-section .alumni-carousel .owl-nav .owl-next {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            float: right;
            background-color: #d6251f;
            outline-style: none;
            transition: all ease 0.3s;
        }

            .alumniSpeak-section .alumni-carousel .owl-nav .owl-next:hover {
                background-color: #151878;
                transition: all ease 0.3s;
            }

@media screen and (max-width: 768px) {
    .alumni-section .wrapper {
        grid-template-columns: 1fr;
    }

    .alumniSpeak-section .main-title {
        margin-left: 1.2rem;
    }

    .alumniSpeak-section .alumniCard {
        display: grid;
        grid-template-columns: 1fr;
        box-shadow: none;
        margin: 0rem;
        align-items: flex-end;
    }

        .alumniSpeak-section .alumniCard .card-content::after {
            visibility: hidden;
        }

        .alumniSpeak-section .alumniCard .card-img {
            width: 120px;
            height: auto;
            border-radius: 50%;
            overflow: hidden;
            border: solid 5px #e31e34;
            margin: 1.5rem auto;
        }

        .alumniSpeak-section .alumniCard .card-content {
            padding: 1rem;
        }
}

.naac-section .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

    .naac-section .wrapper .item {
        background-color: #ffc9c9;
        padding: 1.5rem;
        border-radius: 8px;
    }

        .naac-section .wrapper .item .icon {
            width: 40px;
            height: 40px;
            display: grid;
            place-items: center;
            background-color: #fff;
            color: #393185;
            border-radius: 50%;
            font-size: 18px;
            margin-bottom: 1rem;
        }

        .naac-section .wrapper .item .text {
            color: #000000;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
        }

        .naac-section .wrapper .item .link {
            color: #bd2440;
        }

.AAAF .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

    .AAAF .wrapper .item {
        position: relative;
        padding: 1rem;
        background-color: #fff;
        border-radius: 12px;
    }

        .AAAF .wrapper .item::before {
            content: '';
            position: absolute;
            top: 10px;
            right: -10px;
            bottom: -10px;
            left: 10px;
            background-color: #1034a712;
            border-radius: 12px;
            z-index: -1;
        }

@media screen and (max-width:768px) {
    .naac-section .wrapper {
        overflow-y: auto;
        padding: 1rem 0;
    }

        .naac-section .wrapper .item {
            min-width: 200px;
        }

    .AAAF .wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

.publication-section .card {
    border-radius: 0;
    border: none;
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f6f6ff;
}

    .publication-section .card .card-header {
        padding: 0;
        background-color: #1034a7;
        border-bottom: none;
        border-radius: 5px;
    }

        .publication-section .card .card-header .card-link {
            display: block;
            padding: 0.8rem 1rem;
            color: #fff;
            font-size: 16px;
        }

.publication-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .publication-list .publication-item {
        border-radius: 5px;
        padding: 1rem;
        background-color: #fff;
        margin-bottom: 1rem;
        box-shadow: 0px 0px 8px -2px #0004;
    }

        .publication-list .publication-item .title {
            font-size: 18px;
            font-weight: 700;
        }

.objectives-section {
    background-color: #f3f3f3;
    padding: 20px;
}

    .objectives-section .wrapper {
        display: grid;
        grid-template-columns: 2fr 4fr;
        align-items: center;
        gap: 1.5rem;
    }

        .objectives-section .wrapper .imgCard {
            overflow: hidden;
        }

            .objectives-section .wrapper .imgCard img {
                transform: scale(1);
                transition: all ease-out 1.2s;
            }

    .objectives-section:hover .wrapper .imgCard img {
        transform: scale(1.08);
        transition: all ease-out 1.2s;
    }

    .objectives-section .wrapper .contentCard {
        padding: 1.5rem;
    }

        .objectives-section .wrapper .contentCard .card-title {
            font-weight: 700;
            color: #bd2440;
            font-size: 28px;
            margin-bottom: 1.6rem;
        }

        .objectives-section .wrapper .contentCard .cardlist {
            list-style: none;
            margin: 0;
            padding-left: 30px;
        }

            .objectives-section .wrapper .contentCard .cardlist li {
                position: relative;
                font-size: 18px;
                color: #000000;
                margin-bottom: 0.6rem;
                line-height: 30px;
                font-weight: 400;
                word-spacing: 2px;
                font-style: italic;
            }

                .objectives-section .wrapper .contentCard .cardlist li::before {
                    position: absolute;
                    left: -25px;
                    top: 4px;
                    content: "o";
                    box-sizing: border-box;
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

@media screen and (max-width:768px) {
    .objectives-section .wrapper {
        grid-template-columns: 1fr;
        gap: 0rem;
    }
}

.placement-section {
    padding: 20px 0;
    background: #f3f3f3;
}

.faculty-card {
    text-align: center;
    padding: 1.5rem;
    margin: 1rem 0;
    box-shadow: 0px 0px 15px 5px #0001;
    border-radius: 5px;
    background: #fff;
}

    .faculty-card .profile-pic {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        z-index: 2;
        margin-bottom: 1rem;
    }

        .faculty-card .profile-pic::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(50%,-50%);
            width: 95px;
            height: 95px;
            border-radius: 50%;
            background-color: #d6251f38;
            z-index: -1;
        }

    .faculty-card .card-title {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .faculty-card .card-text {
        margin: 0.3rem;
        text-align: center;
        font-size: 14px;
        color: #3e3b3b;
        font-weight: 400;
        padding: 0;
        line-height: 1.2;
    }

    .faculty-card .card-btn {
        border: solid 2px #e31e34;
        display: inline-block;
        padding: 0.1rem 1rem;
        border-radius: 25px;
        text-align: center;
        margin-top: 0.8rem;
        font-size: 12px;
        color: #e31e34;
        transition: all ease 0.3s;
    }

        .faculty-card .card-btn:hover {
            color: #fff;
            background-color: #e31e34;
            transition: all ease 0.3s;
        }


.guidlines-section {
    padding: 20px 0;
}

    .guidlines-section .card {
        border: none;
        text-align: center;
        border-radius: 6px;
        background: #fff;
        box-shadow: rgb(174 174 174 / 24%) 0 9px 38px 0;
        margin: 15px 0;
        min-height: 162px;
        display: grid;
        align-items: center
    }

        .guidlines-section .card .icon {
            width: 60px;
            height: auto;
            margin: auto auto 10px
        }

    .guidlines-section .yellow-btn {
        font-size: 16px;
        padding: 5px 15px;
        font-weight: 400;
        margin: 15px 0;
        display: inline-block;
        background: orange;
        border-radius: 6px;
        color: #000
    }


.events-testimonials .section-title {
    text-align: center;
    padding-bottom: 20px
}

    .events-testimonials .section-title h2 {
        line-height: 1.1;
        text-shadow: 0 0 #fff;
        font-size: 45px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        color: #393185;
    }

        .events-testimonials .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #e31e34;
            bottom: 0;
            left: calc(50% - 25px)
        }

.events-testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 280px
}

    .events-testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff
    }

    .events-testimonials .testimonial-item h4,
    h3 {
        font-size: 20px;
        line-height: 22px;
        color: #fff
    }

    .events-testimonials .testimonial-item .quote-icon-left,
    .events-testimonials .testimonial-item .quote-icon-right {
        color: #d8dee1;
        font-size: 26px
    }

    .events-testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative
    }

    .events-testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px
    }

    .events-testimonials .testimonial-item p {
        margin: 0 8px 0 8px;
        padding: 25px 0 0 0;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
        font-size: 16px
    }

.events-testimonials .card .date-box {
    position: absolute;
    top: 140px;
    width: 65px;
    height: 65px;
    padding-top: 8px;
    text-align: center;
    background-color: #e31e34;
    color: #fff
}

    .events-testimonials .card .date-box h5 {
        color: #fff
    }

.events-testimonials .card {
    margin-left: 8px;
    border: 1px solid rgb(204 204 204 / 27%) !important;
    box-sizing: content-box;
    height: 400px;
    background: #fff6f6;
    padding: 0
}

    .events-testimonials .card:hover {
        box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
        background: #fff
    }

.events-testimonials .owl-dots,
.events-testimonials .owl-nav {
    margin-top: 5px;
    text-align: center
}

.events-testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important
}

    .events-testimonials .owl-dot.active {
        background-color: rgb(214 37 31) !important
    }

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: red
}

.font-18 {
    font-size: 18px;
    line-height: 30px
}

@media (max-width:767px) {
    .events-testimonials {
        margin: 15px
    }

        .events-testimonials .section-title h2 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
            font-family: 'Open Sans', sans-serif;
            color: #393185;
        }

    .events-testimonials {
        padding: 15px
    }

        .events-testimonials .card .date-box {
            position: absolute;
            top: 110px;
            width: 65px;
            height: 65px;
            padding-top: 8px;
            text-align: center;
            background-color: #e31e34;
            color: #fff
        }

        .events-testimonials .testimonial-item p {
            margin: 0 8px 0 8px;
            padding: 25px 0 0 0;
            position: relative;
            border-radius: 6px;
            position: relative;
            z-index: 1;
            font-size: 14px
        }
}

.events-testimonials .testimonial-item h4, h3 {
    color: #393185;
    font-weight: 700;
}

.yellow-btn {
    border-radius: 30px;
    padding: 8px 15px;
    background-color: #e31e34;
    color: #ffffff;
    text-decoration: none !important;
    font-weight: 400;
}

.admission-calendar-section {
    padding: 40px 0;
}

    .admission-calendar-section .title-card {
        display: grid;
        align-items: center;
        text-align: center;
        height: 100%;
    }

        .admission-calendar-section .title-card .icon {
            width: 100px;
            height: 100px;
            margin: auto;
        }

    .admission-calendar-section .card-title {
        font-weight: 600;
        color: #e31e34;
        margin-top: 15px;
        font-size: 2.6em;
    }

    .admission-calendar-section .card {
        border: none;
        background-color: #fff;
        box-shadow: 0 9px 38px 0 rgb(174 174 174 / 24%);
        padding: 25px;
    }

        .admission-calendar-section .card p {
            line-height: 30px;
            font-size: 18px;
            text-align: justify;
        }

.faq-list-uj-onlie {
    list-style: outside none none;
    padding: 0;
}

.seminars-section {
    padding: 20px 0;
}

    .seminars-section .card {
        margin: 15px 0;
        border: none;
        color: #fff;
        box-shadow: 0 2px 15px #0000001a;
        border-radius: 0;
    }

        .seminars-section .card .card-title {
            color: #393185;
            ;
            font-weight: 600;
            font-size: 1.2rem;
        }

        .seminars-section .card .card-text {
            font-size: 1rem;
            margin-bottom: 8px;
        }

.event-cards {
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

    .event-cards a.video-btn {
        display: inline-block;
        margin-bottom: 0.8rem;
        color: #ffc000;
    }

    .event-cards > .event-card {
        display: grid;
        display: -moz-grid;
        display: -ms-grid;
        grid-template-columns: 1fr 1fr;
        margin: 1.5rem 0;
    }

        .event-cards > .event-card .content-card {
            background-color: #393185;
            ;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            padding: 1rem;
        }

            .event-cards > .event-card .content-card .card-title {
                color: #fff;
                font-size: 18px;
                font-weight: 600;
            }

            .event-cards > .event-card .content-card .card-text {
                color: #fff;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.4;
                margin-bottom: 0.4rem;
            }

            .event-cards > .event-card .content-card .readMore-btn {
                display: inline-block;
                padding: 0.3rem 1rem;
                border-radius: 25px;
                color: #fff;
                background-color: #e31f34;
            }

a.video-btn {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #393185;
}

@media screen and (max-width:768px) {
    .event-cards {
        display: grid;
        display: -moz-grid;
        display: -ms-grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

        .event-cards > .event-card {
            display: grid;
            display: -moz-grid;
            display: -ms-grid;
            grid-template-columns: 1fr;
            margin: 1.5rem 0;
        }
}

.newsLetter-section {
    margin-top: -70px;
    padding: -60px 0;
}

    .newsLetter-section .card {
        display: grid;
        align-items: center;
        border-radius: 8px;
        box-shadow: 0 9px 38px 0 rgb(174 174 174 / 24%);
        border: none;
        margin: 15px 0;
    }

        .newsLetter-section .card .icon {
            width: 60px;
            height: 60px;
            margin: auto;
            position: relative;
        }

            .newsLetter-section .card .icon img {
                width: 60px;
                height: 60px;
                margin: auto;
                position: relative;
            }

            .newsLetter-section .card .icon::after {
                content: '';
                position: absolute;
                width: 1px;
                background-color: black;
                height: 100%;
                right: -16px;
                top: 50%;
                transform: translate(0%,-50%);
            }

        .newsLetter-section .card .card-title {
            font-weight: 600;
            color: #29166f;
            margin-bottom: 0;
            font-size: 18px;
        }

.placement-section .section-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #29166f
}

    .placement-section .section-title h2::after {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: #e31e34;
        bottom: 0;
        left: calc(50% - 25px)
    }

.placement-section .section-title {
    text-align: center;
    padding-bottom: 30px
}

    .placement-section .section-title p {
        font-size: 18px;
        line-height: 30px;
        color: #444;
        padding: 0 10%
    }

.placement-section .nav-tabs {
    border: 0
}

.placement-section .nav-link {
    border: 0;
    padding: 20px 15px 20px 15px;
    transition: .3s;
    color: #000;
    border-radius: 0;
    border-right: 2px solid #e8e7e4;
    font-weight: 400;
    font-size: 22px
}

    .placement-section .nav-link:hover {
        color: #e31e34
    }

    .placement-section .nav-link.active {
        color: #fff !important;
        border-color: #e31e34;
        box-shadow: 0 2px 15px rgba(0, 0, 0, .12);
        background: #2e3192
    }

.placement-section .tab-pane.active {
    -webkit-animation: fadeIn .5s ease-out;
    animation: fadeIn .5s ease-out
}

.placement-section .details h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #29166f
}

.placement-section .details p {
    color: #000;
    text-align: justify;
    line-height: 25px
}

    .placement-section .details p:last-child {
        margin-bottom: 0
    }

@media (max-width:769px) {
    .awardsrecognitions-section {
        padding: 20px 0 0 0
    }

    .placement-section .section-title h2 {
        font-size: 30px
    }

    .placement-section .section-title p {
        line-height: 25px;
        font-size: 14px
    }

    #placement-section .pl-5 {
        padding-left: 0 !important
    }

    .placement-section .nav-link {
        font-size: 18px
    }

    .placement-section .details h3 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 20px;
        color: #393185;
    }
}

@media (max-width:992px) {
    .placement-section .nav-link {
        border: 0;
        padding: 15px
    }

        .placement-section .nav-link.active {
            color: #fff;
            background: #393185;
        }
}

@media screen and (max-width:768px) {
    .placement-section .wrapper {
        grid-template-columns: 1fr;
    }
}

.owl-starPlacements .owl-prev span, .owl-starPlacements .owl-prev span {
    position: relative;
    top: 0px;
    font-size: 30px !important;
}

.owl-starPlacements .owl-next span, .owl-starPlacements .owl-next span {
    position: relative;
    top: 0px;
    font-size: 30px !important;
    left: 30px;
}

.topRecruiters-section .recuriterList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.3rem;
}

    .topRecruiters-section .recuriterList > .item {
        background: #393185;
        text-align: center;
        display: inline-block;
        padding: 0.4rem 1rem;
        color: #fff;
        border-radius: 0px;
    }

@media screen and (max-width:768px) {
    .main-title {
        font-size: 26px;
    }

    .topRecruiters-section .recuriterList {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.3rem;
    }

        .topRecruiters-section .recuriterList > .item {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
}

.gallery-section .card {
    margin-bottom: 1.5rem;
    border-radius: 6px;
    overflow: hidden;
}

    .gallery-section .card .card-header {
        background-color: #1034a6;
    }

        .gallery-section .card .card-header .card-link {
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            display: block;
        }

            .gallery-section .card .card-header .card-link i {
                position: relative;
                top: 3px;
                transform: rotate(180deg);
            }

            .gallery-section .card .card-header .card-link.collapsed i {
                transform: rotate(0deg);
            }

.gallery-section .main-title {
    position: relative;
    max-width: 1300px;
    margin: auto;
    margin-bottom: 2.4rem;
    font-weight: 600;
    font-size: 45px;
    color: #1034a6;
}

    .gallery-section .main-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        transform: translate(0%, 0%);
        width: 55px;
        height: 3px;
        background-color: #e31e34;
    }

.gallery-section .gallery-cards a {
    background: #f2f2f2;
    padding: 0.5rem;
}

.gallery-section .Handouts a::before {
    content: "\f63d";
    font-family: "bootstrap-icons";
    position: relative;
    color: #e31e34;
    left: -5px;
}

.gallery-section .gallery-cards {
    margin: auto;
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

    .gallery-section .gallery-cards > .card {
        border: none;
        box-shadow: 0px 0px 15px -5px #0006;
        overflow: hidden;
        transform: scale(1);
        transition: all ease 1s;
    }

        .gallery-section .gallery-cards > .card:hover {
            border: none;
            box-shadow: 0px 0px 15px -5px #0006;
            overflow: hidden;
            transform: scale(1.05);
            transition: all ease 1s;
        }

.gallery-section .card-content {
    display: grid;
    grid-column: 1/3;
    align-items: flex-start;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -10px #0006;
}

    .gallery-section .card-content .card-title {
        font-weight: 700;
        font-size: 20px;
        max-width: 400px;
        margin-bottom: 1.5rem;
    }

.gallery-section a.readMore-btn {
    background-color: #e31e34;
    color: #fff;
    padding: 0.3rem 0.6rem;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

.gallery-section .card-content .readMore-btn {
    display: inline-block;
    max-width: 100px;
}

@media screen and (max-width: 768px) {
    .gallery-section .card-content {
        display: grid;
        grid-column: 1/4;
        align-items: flex-start;
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 5px;
        box-shadow: 0px 0px 15px -10px #0006;
    }

    .gallery-section .gallery-cards {
        margin: auto;
        max-width: 1300px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0.5rem;
    }
}



.bg-cover {
    background-size: cover;
    background-image: url(https://www.iuraipur.edu.in/assets/img/sliders/banner6.jpg);
    padding: 2.5rem 0;
}

.IBS-explore-media-wrap .IBS-IBS-icon-media {
    position: relative;
    z-index: 2;
    margin-right: -72px;
}

.IBS-explore-content-outer {
    position: relative;
    z-index: 1;
}

.IBS-explore-content {
    background-color: #393185;
    border-radius: 10px;
    padding: 20px 70px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    margin-left: 50px;
    z-index: 1;
}

    .IBS-explore-content .IBS-l-line-1 {
        width: 475px;
        height: 475px;
        position: absolute;
        border: 1px solid #e7e7e7;
        border-radius: 50%;
        opacity: 0.1;
        left: -290px;
        top: -290px;
        z-index: -1;
    }

    .IBS-explore-content .IBS-l-line-2 {
        width: 475px;
        height: 475px;
        position: absolute;
        border: 1px solid #e7e7e7;
        border-radius: 50%;
        opacity: 0.1;
        left: -230px;
        top: -230px;
        z-index: -1;
    }

    .IBS-explore-content .IBS-r-circle-1 {
        width: 500px;
        height: 500px;
        position: absolute;
        background-color: #e7e7e7;
        border-radius: 50%;
        opacity: 0.05;
        right: -140px;
        top: -200px;
        z-index: -1;
    }

    .IBS-explore-content .IBS-r-circle-2 {
        width: 500px;
        height: 500px;
        position: absolute;
        background-color: #e7e7e7;
        border-radius: 50%;
        opacity: 0.05;
        right: -90px;
        top: -145px;
        z-index: -1;
    }

    .IBS-explore-content .IBS-title-small {
        margin-bottom: 10px;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        font-weight: 500;
    }

    .IBS-explore-content .IBS-title-large {
        margin-bottom: 40px;
    }

        .IBS-explore-content .IBS-title-large h2 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 36px;
            font-weight: 700;
        }

        .IBS-explore-content .IBS-title-large p {
            color: #e7e7e7;
        }

.text-warning1 {
    color: #ffe119 !important;
}

.IBS-explore-content a,
.IBSeh-team-section a,
.btn-warning-new {
    position: relative;
    display: inline-block;
    background-color: #ffc9c9;
    font-size: 16px;
    color: #bd2440;
    text-decoration: none !important;
    padding: 0.6rem 1.6rem;
    font-weight: 600;
    transition: ease 0.3s;
    z-index: 1;
    border-radius: 8px;
    margin-bottom: 2rem;
}

    .btn-warning-new:hover {
        color: #ffffff !important;
        transition: ease 0.3s;
    }

    .btn-warning-new::after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #393185;
        width: 0%;
        height: 100%;
        transition: ease 0.3s;
        z-index: -1;
    }

    .btn-warning-new:hover.btn-warning-new::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #393185;
        width: 100%;
        height: 100%;
        transition: ease 0.3s;
        border-radius: 50px;
    }

.IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two {
    position: relative;
}

.IBS-icon-content {
    overflow: hidden;
}

.IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two .IBS-M-count-number {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
}

.IBS-text-clr-yellow-2 {
    color: #ffe119;
}

.IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two .IBS-icon-content-info {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
}

.IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two .counter {
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}

.text-clr-green {
    color: #ffe119;
}

.text-clr-pink {
    color: #ffe119;
}

.IBS-explore-content-outer .IBS-bold-circle-right {
    width: 250px;
    height: 250px;
    border: 50px solid #e31e34;
    right: -70px;
    top: -90px;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
}

.IBS-explore-content-outer .IBS-bold-circle-left {
    width: 140px;
    height: 140px;
    border: 30px solid #ffc107;
    left: 65px;
    bottom: -100px;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
}

@media (max-width: 789px) {
    .IBS-explore-content {
        background-color: #393185;
        border-radius: 10px;
        padding: 20px 15px;
        position: relative;
        overflow: hidden;
        margin-top: 35px;
        margin-left: 50px;
        z-index: 1;
    }

    .IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two .counter {
        font-weight: 600;
    }

    .IBS-explore-content .IBS-title-large h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1280px) {
    .IBS-explore-content {
        background-color: #393185;
        border-radius: 10px;
        padding: 20px 15px;
        position: relative;
        overflow: hidden;
        margin-top: 35px;
        margin-left: 30px;
        z-index: 1;
    }

    .IBS-placement-Section .IBS-explore-bottom-section .IBS-counter-outer-two .counter {
        font-weight: 600;
    }

    .IBS-explore-content .IBS-title-large h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

.accordion-button::before {
    /* flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);*/
    margin-right: 2rem;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    --bs-accordion-active-color: #dc3545 !important;
    --bs-accordion-btn-active-icon: url(https://www.iuraipur.edu.in/assets/svg-icons/chevron-down.svg);
}


.accordion-button:not(.collapsed)::before {
    /*  background-image: url(https://www.iuraipur.edu.in/assets/svg-icons/chevron-down.svg);*/
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    /*margin-left: auto;*/
    content: "";
}


.accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.accordion-button::after {
    /*flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";*/
    background-image: none !important;
    /*background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);*/
}

.accordion-button:focus {
    border-color: #dc3545;
    box-shadow: none;
}

.accordion {
    --bs-accordion-btn-padding-x: 2.25rem;
    --bs-accordion-btn-padding-y: 2rem;
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-item {
    border: none;
}

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.accordion-button {
    border-top: 1px solid #000;
}

.accordion-item:last-of-type .accordion-button {
    border-bottom: 1px solid #000;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
}

.aboutraipur 
{
    padding: 20px 0;
}
.aboutraipur .Card {
    margin: 1.5rem 0;
}
    .aboutraipur .Card h3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .aboutraipur .Card .raipur-card {
        background-color: #4C4591;
        padding: 2.5rem;
        min-height: 450px;
    }

        .aboutraipur .Card .raipur-card .card-text {
            font-weight: 600;
            color: #ffffff;
            font-size: 16px;
            max-width: 400px;
        }

    .aboutraipur .Card .img-card {
        height: 100%;
        display: flex;
        align-items: center;
    }

        .aboutraipur .Card .img-card img {
            position: relative;
            left: 0%;
            transform: translate(-25%);
            box-shadow: 5px 5px 20px 3px #0002;
            z-index: 99;
        }

    .aboutraipur .Card:nth-child(odd) .raipur-card {
        background-color: #E84B5C;
        padding: 2.5rem;
        min-height: 400px;
        justify-content: center;
        display: flex;
    }

        .aboutraipur .Card:nth-child(odd) .raipur-card .card-text {
            font-weight: 600;
            font-size: 16px;
            max-width: 380px;
        }

    .aboutraipur .Card:nth-child(odd) .img-card img {
        position: relative;
        right: 0%;
        transform: translate(25%);
        box-shadow: 5px 5px 20px 3px #0002;
    }

@media (max-width: 768px) {


    .aboutraipur .Card {
        margin: 0;
    }

        .aboutraipur .Card .img-card img {
            position: relative;
            left: 0%;
            transform: translate(0%);
            box-shadow: 5px 5px 20px 3px #0002;
        }

        .aboutraipur .Card:nth-child(odd) .img-card img {
            position: relative;
            right: 0%;
            transform: translate(0%);
            box-shadow: 5px 5px 20px 3px #0002;
            z-index: 99;
        }
}

.gallery-section .card {
    margin-bottom: 1.5rem;
    border-radius: 6px;
    overflow: hidden;
}

    .gallery-section .card .card-header {
        background-color: #1034a6;
    }

        .gallery-section .card .card-header .card-link {
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            display: block;
        }

            .gallery-section .card .card-header .card-link i {
                position: relative;
                top: 3px;
                transform: rotate(180deg);
            }

            .gallery-section .card .card-header .card-link.collapsed i {
                transform: rotate(0deg);
            }

.gallery-section .main-title {
    position: relative;
    max-width: 1300px;
    margin: auto;
    margin-bottom: 2.4rem;
    font-weight: 600;
    font-size: 45px;
    color: #1034a6;
}

    .gallery-section .main-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        transform: translate(0%, 0%);
        width: 55px;
        height: 3px;
        background-color: #e31e34;
    }

.gallery-section .gallery-cards a {
    background: #f2f2f2;
    padding: 0.5rem;
}

.gallery-section .Handouts a::before {
    content: "\f63d";
    font-family: "bootstrap-icons";
    position: relative;
    color: #e31e34;
    left: -5px;
}

.gallery-section .gallery-cards {
    margin: auto;
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

    .gallery-section .gallery-cards > .card {
        border: none;
        box-shadow: 0px 0px 15px -5px #0006;
        overflow: hidden;
        transform: scale(1);
        transition: all ease 1s;
    }

        .gallery-section .gallery-cards > .card:hover {
            border: none;
            box-shadow: 0px 0px 15px -5px #0006;
            overflow: hidden;
            transform: scale(1.05);
            transition: all ease 1s;
        }

.gallery-section .card-content {
    display: grid;
    grid-column: 1/3;
    align-items: flex-start;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -10px #0006;
}

    .gallery-section .card-content .card-title {
        font-weight: 700;
        font-size: 20px;
        max-width: 400px;
        margin-bottom: 1.5rem;
    }

.gallery-section a.readMore-btn {
    background-color: #e31e34;
    color: #fff;
    padding: 0.3rem 0.6rem;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

.gallery-section .card-content .readMore-btn {
    display: inline-block;
    max-width: 100px;
}

@media screen and (max-width: 768px) {
    .gallery-section .card-content {
        display: grid;
        grid-column: 1/4;
        align-items: flex-start;
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 5px;
        box-shadow: 0px 0px 15px -10px #0006;
    }

    .gallery-section .gallery-cards {
        margin: auto;
        max-width: 1300px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0.5rem;
    }
}


.card-btn {
    border: solid 2px #e31e34;
    display: inline-block;
    padding: 0.1rem 1rem;
    border-radius: 25px;
    text-align: center;
    margin-top: 0.8rem;
    font-size: 12px;
    color: #e31e34;
    transition: all ease 0.3s;
}

    .card-btn:hover {
        color: #fff;
        background-color: #e31e34;
        transition: all ease 0.3s;
    }



.IUJ-team-section .card {
    box-shadow: none;
    border-radius: 10px;
}

.IUJ-team-section .bg-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-top: 2rem;
    line-height: 1.3;
}

.IUJ-team-section .two-wraper-section {
    display: grid;
    padding: 1rem 0;
    grid-template-columns: 0.8fr 2fr;
    gap: 0.8rem;
}

.IUJ-team-section .two-wraper-section-new {
    display: grid;
    padding: 1rem 0;
    grid-template-columns: 0.6fr 2fr;
    gap: 0.8rem;
}

.IUJ-team-section .three-wraper-section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}

    .IUJ-team-section .three-wraper-section .mouCard {
        position: relative;
        border-radius: 10px;
        z-index: 1;
        height: 180px;
    }

        .IUJ-team-section .three-wraper-section .mouCard .cardBody {
            background-color: #efedff;
            padding: 1.5rem;
            border-radius: 10px;
            height: 100%;
        }

        .IUJ-team-section .three-wraper-section .mouCard::after {
            content: '';
            position: absolute;
            top: 2px;
            right: -4px;
            bottom: -4px;
            left: 4px;
            background-color: #b2a0ff;
            z-index: -1;
            border-radius: 10px;
            transition: ease-out 0.3s;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        .IUJ-team-section .three-wraper-section .mouCard:hover::after {
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            transition: ease-out 0.3s;
        }

        .IUJ-team-section .three-wraper-section .mouCard .cardText {
            font-size: 14px;
            font-style: italic;
            color: #e31e34;
            position: absolute;
            bottom: 5px;
            right: 15px;
        }

        .IUJ-team-section .three-wraper-section .mouCard .cardLink {
            display: inline-block;
            color: #e31e34;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
        }

.IUJ-team-section .main-title {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    line-height: 1.5;
}

.IUJ-team-section .three-wraper-section .mouCard .card-school {
    font-weight: 700;
    color: #e31e34;
    font-size: 1.3rem;
    line-height: 1.2;
}

.IUJ-team-section .three-wraper-section .mouCard .card-title {
    font-weight: 600;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1.3rem;
}

.two-wraper-section-new img {
    height: 180px !important;
}

@media screen and (max-width:768px) {
    .IUJ-team-section .three-wraper-section {
        display: flex;
        overflow-y: auto;
        padding: 1rem 0;
        scrollbar-width: 0;
    }

        .IUJ-team-section .three-wraper-section::-webkit-scrollbar {
            display: none;
        }

        .IUJ-team-section .three-wraper-section .mouCard .cardBody {
            min-width: 200px;
        }

    .IUJ-team-section .two-wraper-section-new {
        grid-template-columns: 1fr;
    }
}

.IUJ-team-section .team-member .member-img {
    border-radius: 8px;
    overflow: hidden;
}

.IUJ-team-section .team-member .member-info {
    padding: 15px 6px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 10px 0px;
    background: #ffffff;
    margin: -40px 20px 0 20px;
    position: relative;
    border-radius: 8px;
}

    .IUJ-team-section .team-member .member-info h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 14px;
        color: #000000;
    }

    .IUJ-team-section .team-member .member-info span {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #000000;
    }

.IUJ-team-section .card {
    background-color: #e31e34;
    color: #fff;
    border-radius: 0;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 1;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    left: 0px;
    margin: 0rem 0;
}

    .IUJ-team-section .card:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .IUJ-team-section .card:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .IUJ-team-section .card::before {
        position: absolute;
        content: '';
        background-color: #4426c4;
        height: 100%;
        width: 100%;
        border-radius: 8px;
        top: 0;
        left: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        z-index: -1;
        border: 1px solid #ffffff;
    }

@media (max-width: 768px) {
    .IUJ-team-section .three-wraper-section,
    .IUJ-team-section .two-wraper-section {
        padding: 0rem;
        grid-template-columns: 1fr;
    }

    .IUJ-team-section .bg-card h3 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        padding-top: 0rem;
        line-height: 1.3;
    }

    .IUJ-team-section .team-member .member-img {
        width: 195px;
    }
}


/*Tool tip command click option for online btn
*/
.tooltip-inner {
    background: #bd2440;
    font-size: 14px;
}

.ClickToCall {
    position: fixed;
    z-index: 99;
    bottom: 100px;
    left: 5px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    z-index: 3;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(5deg);
    }

    95% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

div.wiggle {
    display: inline-block;
    animation: wiggle 2.5s infinite;
}

    div.wiggle:hover {
        animation: none;
    }

.call-icon {
    position: absolute;
    bottom: 36px;
    right: 36px;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ClickToCall__button {
    border-radius: 50px;
    padding: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #dc3958;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
    background-color: #fff;
    width: 52px;
    height: 52px;
    font-weight: 700;
    margin: 3px 0
}

.call-icon {
    border-radius: 50px;
    padding: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #dc3958;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
    background-color: #fff;
    width: 52px;
    height: 52px;
    font-weight: 700
}

.chatbot-icons {
    display: grid;
    width: 53px;
    display: none
}

.close .open-icon {
    display: none
}


.close-icon {
    display: none
}

.close .close-icon {
    display: block
}


.close .dddd,
.close span {
    display: none;
    background: transparent;
}

.dddd {
    position: absolute;
    bottom: 10px;
    left: 60px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: -1;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 94px;
    line-height: 15px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .dddd::before {
        content: '';
        position: absolute;
        left: -9px;
        top: 12px;
        width: 18px;
        height: 18px;
        background-color: #ffffff;
        transform: rotate(45deg);
        z-index: -1;
    }

.texttt {
    font-size: 13px;
}

@media (min-width: 1920px) {
    .ClickToCall {
        bottom: 240px !important;
    }
}

@media (min-width: 1600px) {
    .ClickToCall {
        bottom: 240px !important;
    }
}

@media (max-width: 786px) {
    .ClickToCall {
        display: none !important;
    }
}