﻿.btn-primary {
    color: #fff;
    background-color: #982a33 !important;
    border-color: #982a33;
}

    .btn-primary:hover {
        color: #982a33 !important;
        background-color: transparent !important;
        border-color: #982a33;
    }

.btn:hover, .btn:focus, .btn.focus {
    color: #000;
    text-decoration: none;
}

/*Admission  Notification section  */
.notification .card-body h2 {
    margin-top: 0px !important;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

.notification .card-body h5 {
    font-size: 20px;
    /*margin-bottom: 15px;*/
}

.notification .card-body a {
    font-size: 16px;
    margin-bottom: 15px;
    background-color: #982a33 !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #982a33;
}

    .notification .card-body a:hover {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        background-color: transparent !important;
        border: 1px solid #982a33;
        color: #982a33 !important;
    }

.notification .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: .3s;
    transition: ease-in-out .4s;
    border-radius: 5px;
    min-height: 200px;
}

.notification .card {
    border: 0;
    padding: 30px 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.card {
    background-color: #fff;
}

.button1 {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    border-radius: unset !important;
    color: #fff !important;
    border-radius: 3px !important;
    border: unset !important;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 10px 0 #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 0 0 #fff;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 0 0 #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 10px 0 #fff;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 0 0 #fff;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 0 0 #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 10px 0 #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 0 0 #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 0 0 #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 10px 0 #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 0 0 #B20000;
    }
}

.resultbox .card-title {
    font-weight: bold;
}

.apply-now {
    background-color: #982a33;
    border: 1px solid #982a33;
    margin-top: 10px;
    color: #fff !important;
    padding: 7px 10px;
    border-radius: 10px;
}

    .apply-now:hover {
        background-color: transparent !important;
        color: #982a33 !important;
        border: 1px solid #982a33;
    }

.phdinfo {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    border-top: 5px solid #b69150;
    border-radius: 20px;
    box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
}

td:nth-of-type(1) {
    vertical-align: middle;
}

tr:nth-of-type(1) {
    vertical-align: middle;
}

@media (max-width: 767px) {
    h5, .h5 {
        font-size: 15px;
    }

    .card-title {
        font-size: 18px;
    }
}
/*Carousel  section  */
.carousel-caption {
    padding-bottom: 0 !important;
    background-color: #fff;
    padding-top: 0;
    color: #982a33;
    margin-bottom: -20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    font-size: 20px;
    font-weight: bold;
}

/*.notification {
    background-image: url(img/bg-overlay3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.notification ul.list-unstyled li {
    width: 100% !important;
    margin-left: 10px !important;
}

.secbox {
    box-shadow: 0 0 5px 0px #ccc;
    padding: 10px;
}

.specialization-box {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.spec-icon {
    z-index: 0;
    padding: 5px;
    border-radius: 50%;
    background-color: #982a33;
}

.fa-angle-double-right {
    color: #cba156 !important;
    font-weight: bold;
    font-size: 17px;
}

.specialization-name {
    width: 90%;
    box-shadow: 0px 0px 8px 0px #CCC;
    padding: 5px;
    color: #7e5a1a;
    background-color: #fff;
    border-top-right-radius: 30px;
    margin: -14px;
    border-bottom-right-radius: 30px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    transition: 0.5s all;
}

.resultbox {
    /*display: inline-block;*/
    box-shadow: 3px 3px 9px #cccccc94;
    border-radius: 20px;
    padding: 10px;
    list-style-type: none;
    padding-right: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #fff;
    border-top: 4px solid #b69150;
    width: 100%;
    min-height: 170px;
}

.resulttext {
    font-size: 20px;
    color: #982a33;
    font-weight: 700;
}

.csdsec {
    background-image: url(../img/csd-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

    .csdsec h4 {
        color: #982a33;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }

    .csdsec a .apply-now {
        text-align: center !important;
        padding: 10px;
    }



.width-100 {
    width: 100%;
}

.img-md, .img-sm, .img-xs {
    display: none;
}

@media(max-width:1024px) {
    .img-lg {
        display: none;
    }

    .img-md {
        display: block;
    }
}

@media(max-width:991px) {
    .img-md {
        display: none;
    }

    .img-sm {
        display: block;
    }
}

@media(max-width:767px) {
    .img-sm {
        display: none;
    }

    .img-xs {
        display: block;
    }
}


.conv-img {
    position: relative;
}

.button1 {
    background: #fff;
    border: 2px solid #982a33 !important;
    color: #982a33;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    /*padding: 5px 15px;*/
    border-radius: 50px;
    font-weight: bold;
}

.textcallnow1 {
    position: absolute;
    top: 30%;
    /* bottom: 0; */
    left: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

@media(min-width:480) and (max-width:575px) {
    .textcallnow1 {
        position: absolute;
        top: 25%;
        /* bottom: 0; */
        left: 22%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
    }

    .button1 {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .textcallnow1 {
        position: absolute;
        top: 18%;
        /* bottom: 0; */
        left: 22%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
    }

    .button1 {
        font-size: 12px;
        margin-bottom: 20px;
    }
}


.cust-container {
    box-shadow: 0 4px 15px -2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 4px 15px -2px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px 0px;
}

.card-label {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #982a33;
    padding: 11px 15px 9px;
    border-radius: 6px;
}

.btnsub {
    color: #fff !important;
    background-color: #982a33 !important;
    border-color: #982a33 !important;
    border: 1px solid;
    border-radius: 6px;
}

    .btnsub:hover {
        color: #000 !important;
        background-color: transparent !important;
        border-color: #982a33;
    }

.con-not {
    background-color: #fff;
    color: #940000;
    cursor: pointer;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #982a33;
    background-color: #fff;
}


.slider-btn {
    background-color: #fff;
    color: #940000 !important;
    position: absolute !important;
    left: -80px;
    top: 10px;
}

.health-content {
    box-shadow: 0 0 18px 0 rgba(70, 75, 110, 0.2) !important;
    border-top: 5px solid #b69150;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.slider-btn1 {
    background-color: #fff;
    color: #940000;
    position: absolute;
    right: -46px;
    bottom: -12px;
}

    .slider-btn1:hover {
        background-color: #fff;
        color: #940000;
    }

.quicklink-img {
    margin: auto;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .slider-btn {
        background-color: #fff;
        color: #940000 !important;
        font-size: 10px;
        position: absolute !important;
        left: -20px;
        top: 10px;
    }

    .slider-btn1 {
        font-size: 10px;
        background-color: #fff;
        color: #940000;
        position: absolute;
        right: -46px;
        bottom: -25px;
    }
}

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=60);
    opacity: 0.9;
    border: solid;
}

.modalPopup {
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    /*padding-top: 10px;
            padding-left: 10px;*/
    /*width: 500px;*/
}

#btnShow {
    position: fixed;
    margin-left: 90%;
    margin-top: 12%;
    float: right;
}

.bdr-notice.text-center {
    padding: 4px 20px 10px !important;
    min-height: 302px !important;
}

.modal-header .close {
    color: #000 !important;
}

#myModal .btn-info {
    background-color: #982a33 !important;
    border: 1px solid #982a33 !important;
    color: #FFF !important;
}

    #myModal .btn-info:hover {
        background-color: transparent !important;
        color: #982a33 !important;
    }

@media(max-width:480px) {
    .cust-er {
        width: 100% !important;
    }
}


/* admissions info panel*/

/*--------------------------------------------------------------
# happening Section
--------------------------------------------------------------*/
.about-right {
    float: right;
    width: 43.1%;
    text-align: center;
    position: relative;
    background-color: #fff;
    box-shadow: 0 8px 30px rgba(214,214,214,0.78);
    margin: 220px 0 0;
    padding: 20px;
    text-align: left;
}

section.sliders {
    background-image: url(../img/bg-section.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.about-left {
    float: left;
    width: auto;
    position: absolute;
    height: auto;
    top: 75px;
}

.about p {
    text-align: center;
}

.about {
    width: 100%;
    float: left;
    text-align: center;
    padding: 75px 25px 10px;
    position: relative;
    min-height: 735px;
    margin-top: -50px;
}

.about-btn {
    background-color: #982a33;
    color: #fff;
    border: 1px solid #982a33;
}

    .about-btn:hover {
        background-color: transparent;
        color: #982a33;
        border: 1px solid #982a33;
    }

@media(max-width:767px) {

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: unset !important;
        background-color: #ede3da;
        padding: 0 12px;
        overflow: hidden;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
    }

    .cust-nav {
        padding: 0 !important;
    }

    .navbar-nav > li > a {
        color: #000;
    }

    .about p {
        text-align: justify;
    }

    h2.head_center {
        font-size: 17px;
    }

    .section-head {
        background-image: url(../img/news-letter/bg-testimonial.jpg);
        padding: 220px 0 30px 0 !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 30vh;
    }

        .section-head h1 {
            font-size: 22px;
            padding-top: 150px !important;
        }

    .about-left {
        top: 0;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }


        .about-left img {
            width: 100%;
        }

    .about {
        min-height: 600px;
    }
}

@media(max-width:991px) {
    .sec-inst .swiper_block {
        min-height: 285px;
    }

    ul.ul-other li {
        width: 100%;
        border-bottom: 1px solid #982a33;
        margin: 8px 0px;
    }

    .about-right {
        width: 100% !important;
        margin: 15px 0 0;
    }

    .about-left {
        position: unset;
    }
}

.owl-carousel {
    max-width: 100%;
}

    .owl-carousel .owl-nav {
        /*padding-top: 0.4em;*/
        font-family: sans-serif;
        font-size: 0.8em;
    }

        .owl-carousel .owl-nav > div {
            padding: 0.4em 1.4em;
            border: 1px solid #333;
            background: #000;
            color: white;
            border-radius: 0.4em;
            background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(0, 0, 0, .2));
            box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, .5);
        }

            .owl-carousel .owl-nav > div:hover {
                background-color: #333;
            }

/*.owl-carousel .owl-nav .owl-prev {
            float: left;
            position: absolute;
            left: 0;
            margin: auto;
            top: 50%;
            background-color: #982a33 !important;
            color: #fff !important;
            width: 35px;
            height: 35px;
        }

        .owl-carousel .owl-nav .owl-next {
            float: right;
            position: absolute;
            right: 0;
            top: 50%;
            background-color: #982a33 !important;
            color: #fff !important;
            width: 35px;
            height: 35px;
            margin: auto;
        }*/

.owl-carousel {
    position: relative;
}

.approval .owl-dots {
    display: none;
}

.approval .owl-carousel .owl-item p {
    text-align: center;
    border-left: 3px solid #fca96e;
    width: 140px;
    display: flex;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
    margin: 22px auto;
}

.approval .owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

.approval .owl-item.center > div {
    cursor: auto;
    margin: 0px;
}

.approval .owl-item:not(.center) > div:hover {
    opacity: .75;
}

.approval .owl-prev {
    left: -2rem;
    display: none !important;
}

    .approval .owl-prev span {
        font-size: 50px;
    }

.approval .owl-next {
    right: -2rem;
    display: none !important;
}

    .approval .owl-next span {
        font-size: 50px;
    }

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 2px 0 #ccc;
    border-radius: 15px;
}
