@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.header-content h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #29166f;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #29166f;
}

.header-content p {
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 8px;
    font-weight: 300;
}

.menu-middle {
    background-image: url('../images/bg-stripe.jpg');
    background-size: cover;
}

.sec--title h1 {
    font-size: 35px;
    font-weight: 800;
    color: #29166f;
    margin-bottom: 6px;
    font-family: "Nunito", sans-serif;
    letter-spacing: -1px;
}

.section-content p {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}

.single-education-card {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 30px;
    margin-bottom: 0;
    z-index: 1;
}

.single-education-card::before {
    position: absolute;
    content: "";
    background: rgba(0, 153, 213, .80);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-education-card::after {
    position: absolute;
    content: "";
    background: #97215e;
    display: inline-block;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all ease 0.5s;
}

.single-education-card:hover::after {
    width: 100%;
    border-radius: 0;
    left: 0;
    right: auto;
}

.single-education-card .edication-content {
    text-align: center;
    position: relative;
}

.single-education-card .edication-content .icon i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #ffffff;
}

.single-education-card .edication-content h3 {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 12px;
}

.single-education-card.bg-1 {
    background-image: url('../images/academic-4.jpg');
}

.single-education-card.bg-2 {
    background-image: url('../images/academic-5.jpg');
}

.single-education-card.bg-3 {
    background-image: url('../images/academic-6.jpg');
}

.single-education-card.bg-4 {
    background-image: url('../images/academic-7.jpg');
}

.read-more-btn.white-color {
    color: #ffffff;
}

.read-more-btn {
    color: #111d5e;
    font-weight: 500;
    font-size: 15px;
    transition: all ease 0.5s;
    position: relative;
}

.read-more-btn i {
    position: relative;
    top: 3px;
    padding-left: 7px;
}

.single-education-card .edication-content .read-more-btn:hover {
    color: #72d6ff;
    text-decoration: none;
}

.bg-style-2 {
    background-color: #29166f;
}

.bg-style-1 {
    background-color: #edfaff;
}

.degree-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.degree-card::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: linear-gradient(transparent, #29166f);
}

.degree-card .title-part {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 21px;
    opacity: 1;
    transition: all .3s ease;
}

.degree-card .content-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    text-align: center;
    background: rgba(41, 22, 111, 0.9);
    border-radius: 4px;
    padding: 78px 35px 0;
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
}

.degree-card .content-part {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.degree-card:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}

.rs-degree .degree-card .content-part .btn-part a {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding-bottom: 0;
    border-bottom: 1px solid #fff;
}

.rs-degree .degree-card .content-part .btn-part a:hover {
    text-decoration: none;
}

.rs-degree .degree-card .title-part .title,
.rs-degree .degree-card .content-part .title {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.rs-degree .degree-card .content-part .title {
    margin-bottom: 13px;
}

.rs-degree .degree-card .content-part p {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.rs-degree .degree-card:hover .title-part {
    bottom: -60px;
    opacity: 0;
}

.target-image-bg {
    background-image: url('../images/mission-vission-bg.jpg');
    background-size: cover;
}

/* .mission-vission-section::before{
     position: absolute;
     content: '';
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     opacity: .9;
     background: linear-gradient(transparent, #000);
}
 */
.section-card-box {
    padding: 25px 22px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    will-change: background;
}

.card-text-heading h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.card-text-para p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 300;
}

.card-message-wrap,
.card-message-box {
    position: relative;
    z-index: 1;
}

.card-message-box {
    padding: 40px 30px;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    z-index: 1;
}

.card-content-box p {
    font-size: 17px;
    font-family: "Mulish", sans-serif;
    color: #1c1c1c;
    margin-bottom: 12px;
    line-height: 25px;
    font-weight: 400;
}

blockquote.card-content-box::before {
    content: '\ec51';
    font-family: 'remixicon' !important;
    color: #000;
    font-size: 70px;
    position: absolute;
    left: -25px;
    top: -6px;
    z-index: -1;
    opacity: .3;
}

blockquote.card-content-box::after {
    content: '\ec52';
    font-family: 'remixicon' !important;
    color: #000;
    font-size: 70px;
    position: absolute;
    right: 10px;
    bottom: 15px;
    opacity: .3;
    z-index: -1;
}

.space-ptb {
    padding: 100px 0;
}

.bg-overlay-black {
    position: relative;
    z-index: 1;
}

.bg-overlay-black::before {
    background: rgba(26, 40, 68, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.default-btn {
    background-color: #0099d5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 25px;
    border-radius: 0;
    position: relative;
    transition: all ease 0.5s;
    border: none;
    z-index: 1;
}

.default-btn::before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: all ease 0.5s;
    z-index: -1;
}

.btn-reverse::before {
    background-color: #111d5e;
}

.default-btn.btn-reverse:hover {
    color: #fff;
}

.default-btn:hover {
    color: #000;
}

.default-btn:hover::before {
    transform: scaleX(1);
}

.desk-bg {
    background-image: url('../images/bg2.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: repeat-x;
}

.card-message-wrap::before {
    width: 112px;
    height: 112px;
    background: #fff0;
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
    border-top-color: #29166f;
    border-top-right-radius: 12px;
    border-right-color: #29166f;
    border-width: 2px 2px 0 0;
    border-style: solid;
}

.card-message-wrap::after {
    width: 112px;
    height: 112px;
    background: #fff0;
    content: "";
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: 0;
    border-left-color: #97215e;
    border-bottom-left-radius: 12px;
    border-bottom-color: #97215e;
    border-width: 0 0 2px 2px;
    border-style: solid;
}

.main-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 8px;
    font-family: "Mulish", sans-serif;
}

.image-container {
    width: 40%;
}

.image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
}

.notice-content ul {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.notice-content ul li {
    color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
}

.notice-content ul li:last-child {
    border-bottom: none;
}

.notice-content ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}

.notice-content ul li a:hover {
    text-decoration: none;
}

.notice-wrap-card {
    background-color: #89b7ca;
    padding: 20px;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

.about-our-college-page .our-college-image img {
    width: 100%;
    /* height: 400px; */
    object-fit: cover;
    object-position: top;
}

.services-table table tbody,
.services-table table td,
.services-table table tfoot,
.services-table table thead,
tr {
    border: 1px solid #0088cc !important;
    font-size: 15px;
    color: #000;
}
.services-table table td img{
    width: 20%;
}

.services-table table th {
    background: #0088cc;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    border-right: 1px solid #fff;
    font-size: 15px;
}

.services-table table th:last-child {
    border-right: 1px solid #0088cc;
}

.services-table table td a i {
    font-size: 22px;
    color: #111d5e;
}

.sec--title h4 {
    font-size: 26px;
    font-weight: 800;
    color: #29166f;
    margin-bottom: 6px;
    font-family: "Nunito", sans-serif;
    letter-spacing: -1px;
}

.sec--title ul {
    padding-left: 1rem;
}

.sec--title ul li {
    font-size: 16px;
    color: #000;
        font-family: "Mulish", sans-serif;
}

.chairmen-section .owl-dots {
    transform: translate3d(0px, 0px, 0px);
}

.gallery-list .card img.img-fluid {
    height: 300px;
    object-fit: cover;
    width: 100%;
}