/**
* Template Name: FlexStart
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Arial", sans-serif !important;
    color: #444444;
}

a {
    color: #646464;
    text-decoration: none;
}

    a:hover {
        color: #982a33;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Arial", sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 30px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

    .section-header h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 0;
        color: #4154f1;
        text-transform: uppercase;
    }

    .section-header p {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
        color: #012970;
    }

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #012970;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
}

.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;
}

    .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;
            color: #8894f6;
            content: "/";
        }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #982a33;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #982a33;
        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;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
section#banner-section {
    position: relative;
    padding: 0 !important;
}

.hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg.png) top center no-repeat;
    background-size: cover;
}

    .hero h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        color: #012970;
    }

    .hero h2 {
        color: #444444;
        margin: 15px 0 0 0;
        font-size: 26px;
    }

    .hero .btn-get-started {
        margin-top: 30px;
        line-height: 0;
        padding: 15px 40px;
        border-radius: 4px;
        transition: 0.5s;
        color: #fff;
        background: #4154f1;
        box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
    }

        .hero .btn-get-started span {
            font-family: "Arial", sans-serif !important;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 1px;
        }

        .hero .btn-get-started i {
            margin-left: 5px;
            font-size: 18px;
            transition: 0.3s;
        }

        .hero .btn-get-started:hover i {
            transform: translateX(5px);
        }

    .hero .hero-img {
        text-align: right;
    }

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .drop-menu3 {
        top: 100px !important;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }

    .AdmissionPanal .content {
        width: auto !important;
    }

    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }

        .hero .hero-img img {
            width: 80%;
        }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

        .hero h1 {
            font-size: 32px;
        }

        .hero h2 {
            font-size: 24px;
        }

        .hero .hero-img img {
            width: 100%;
        }
}

@media(min-width:992px) and (max-width:1600px) {
    .nav-links li:hover .drop-menu, .nav-links li:hover .mega-box {
        transition: all 0.3s ease;
        top: 43px;
        opacity: 1;
        visibility: visible;
    }

    ul.drop-menu.drop-menu2 /*.drop-menu3*/ {
        top: 50px;
    }

    .drop-menu3 {
        top: 45px !important;
    }
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

.csdsec {
    background-image: url(../img/csd-bg.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
/*--------------------------------------------------------------
# AdmissionPanal
--------------------------------------------------------------*/
.AdmissionPanal .tab-content {
    text-align: center;
}

.AdmissionPanal .content {
    padding: 25px 15px;
    /*box-shadow: 0 0 5px 0 #CCC;
    background-image: url('../../img/Section-bg.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 120%;
    background-color: #ececec;
}

.AdmissionPanal h3 {
    font-size: 14px;
    font-weight: 700;
    color: #4154f1;
    text-transform: uppercase;
}

.AdmissionPanal h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.AdmissionPanal p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}

.AdmissionPanal .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

    .AdmissionPanal .btn-read-more span {
        font-family: "Arial", sans-serif !important;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .AdmissionPanal .btn-read-more i {
        margin-left: 5px;
        font-size: 18px;
        transition: 0.3s;
    }

    .AdmissionPanal .btn-read-more:hover i {
        transform: translateX(5px);
    }

.tab-content {
    padding: 30px 15px;
    text-align: center;
    box-shadow: 0 0 5px 0 #ccc;
    /*border-radius: 7px;*/
    background-color: #fff;
    text-align: justify;
    border-top: 7px solid #cda45e;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .tab-content {
        padding: 30px 130px 30px 40px !important;
    }
}

ul.nav.nav-tabs.flex-column {
    margin-right: 0;
}

.card-body {
    padding: 0;
}

.card-header {
    background-color: #982a33;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

@media(min-width:992px) and (max-width:1200px) {
    .tab-content {
        margin-top: 20px;
    }
}
/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.content {
    overflow: hidden;
}

    .content .nav-tabs {
        border: 0;
    }

    .content .admission-heading h1 {
        margin: 0;
        font-size: 32px;
        font-weight: 700;
        color: #982a33;
        margin-bottom: 15px;
        text-align: center;
        margin-bottom: 24px;
    }

    .content .nav-link {
        border: 0;
        padding: 12px 15px;
        transition: 0.3s;
        color: #000 !important;
        border-radius: 0;
        background-color: #fff;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        /*border-radius: 50px;*/
        text-align: center;
    }

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-text {
    animation: blink 1.5s infinite;
}

.nav-tabs .nav-link.active {
    cursor: default !important; /* Sets the default cursor */
    pointer-events: none; /* Disables pointer interactions */
}

.content .nav-link:hover {
    color: #cda45e;
}

.content .nav-link.active {
    color: #fff !important;
    background: #cda45e;
    border-color: #cda45e;
}

.content .nav-link:hover {
    border-color: #cda45e;
}

.content .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
}

.content .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize
}

.content .details p {
    color: #000;
}

    .content .details p:last-child {
        margin-bottom: 0;
    }

@media (max-width: 992px) {
    .content .nav-link {
        padding: 15px;
    }

    .content .row .mega-links {
        margin-left: unset !important;
    }

    .mega-links span {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about1 {
    padding: 30px 15px;
    background-image: url('../img/3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .about1 p {
        text-align: justify;
    }

.about-img {
    margin: auto;
    animation: up-down 1s ease-in-out infinite alternate-reverse both !important;
}

.custom-p {
    color: #982a33;
    text-align: center !important;
    font-weight: bold;
}

@keyframes up-down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}


/*.about1 a {
    background-color: #a70806;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #a70806;
    transition: 0.5s ease-in-out;
}*/

.about1 a:hover {
    background-color: transparent;
    color: #a70806;
}

.about1 .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.about1 h2 {
    font-weight: 800;
    font-size: 32px;
    padding: 5px;
    color: #a70806;
    text-align: left;
    position: relative;
}
/*.about1 h2:after {
        content: "";
        position: absolute;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 350px;
        background-color: #444444a1;
    }*/

.about1 h4 {
    font-weight: 600;
    font-size: 32px;
    color: #b79652;
    margin-top: 20px;
    text-align: left;
}

.about-content p {
    text-align: justify !important;
}

.about1 ul li {
    display: inline-block;
    padding-right: 30px;
    text-align: left;
    position: relative;
    font-size: 17px;
    /* margin-top: 10px; */
    margin-left: 0;
    line-height: 25px;
    color: #3a3636;
    font-weight: bold;
    width: 24%;
}

    .about1 ul li p {
        font-size: 15px;
        color: #3a3636bd;
    }

    .about1 ul li:after {
        content: "";
        position: absolute;
        top: 5px;
        right: 10px;
        height: 68px;
        width: 3px;
        background-color: #a70806;
    }

.dpu-advantage {
    background-color: #cccccc5c;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Notification
--------------------------------------------------------------*/
.notification {
    padding: 80px 0 80px !important;
    background-image: url('../../img/bg-testimonial.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .notification .notification-box {
        padding: 50px 30px 0px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #fff;
        min-height: 125px;
        border-radius: 15px;
        transition: ease-in-out 0.3s;
        border: 2px solid #fff;
        cursor: pointer;
    }

    .notification .notification-icon {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 22px;
        background: #fff;
        color: #fff;
        width: 70px;
        height: 70px;
        line-height: 0;
        border-radius: 50px;
        border: 2px solid #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .notification .notification-icon img {
            width: 40px;
        }

    .notification .notification-box span {
        font-size: 36px;
        display: block;
        font-weight: 600;
        color: #062b5b;
    }

    .notification .notification-box:hover {
        transform: scale(1.1);
        box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.6);
    }

    .notification .notification-box p {
        padding: 0;
        margin: 0;
        font-family: "Arial", sans-serif !important;
        font-size: 19px;
        font-weight: bold;
        color: #982a33;
        text-align: center;
    }
/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
    padding: 30px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

    .values .box img {
        padding: 30px 50px;
        transition: 0.5s;
        transform: scale(1.1);
    }

    .values .box h3 {
        font-size: 24px;
        color: #012970;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .values .box:hover {
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    }

        .values .box:hover img {
            transform: scale(1);
        }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
}

    .counts .count-box {
        display: flex;
        align-items: center;
        padding: 30px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    }

        .counts .count-box i {
            font-size: 42px;
            line-height: 0;
            margin-right: 20px;
            color: #4154f1;
        }

        .counts .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: #0b198f;
        }

        .counts .count-box p {
            padding: 0;
            margin: 0;
            font-family: "Arial", sans-serif !important;
            font-size: 14px;
        }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

    .features .feature-box h3 {
        font-size: 18px;
        color: #012970;
        font-weight: 700;
        margin: 0;
    }

    .features .feature-box i {
        line-height: 0;
        background: #ecf3ff;
        padding: 4px;
        margin-right: 10px;
        font-size: 24px;
        border-radius: 3px;
        transition: 0.3s;
    }

    .features .feature-box:hover i {
        background: #4154f1;
        color: #fff;
    }

.features .feture-tabs {
    margin-top: 120px;
}

    .features .feture-tabs h3 {
        color: #012970;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }

    .content .admission-heading h2 {
        font-size: 25px;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

    .features .feture-tabs .nav-link.active {
        color: #4154f1;
        border-bottom: 3px solid #4154f1;
    }

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970;
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4154f1;
}

.features .feature-icons {
    margin-top: 120px;
}

    .features .feature-icons h3 {
        color: #012970;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
    }

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .feature-icons .content .icon-box {
    display: flex;
}

    .features .feature-icons .content .icon-box h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px 0;
        color: #012970;
    }

    .features .feature-icons .content .icon-box i {
        font-size: 44px;
        line-height: 44px;
        color: #0245bc;
        margin-right: 15px;
    }

    .features .feature-icons .content .icon-box p {
        font-size: 15px;
        color: #848484;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

    .services .service-box .icon {
        font-size: 36px;
        padding: 40px 20px;
        border-radius: 4px;
        position: relative;
        margin-bottom: 25px;
        display: inline-block;
        line-height: 0;
        transition: 0.3s;
    }

    .services .service-box h3 {
        color: #444444;
        font-weight: 700;
    }

    .services .service-box .read-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16px;
        padding: 8px 20px;
    }

        .services .service-box .read-more i {
            line-height: 0;
            margin-left: 5px;
            font-size: 18px;
        }

    .services .service-box.blue {
        border-bottom: 3px solid #2db6fa;
    }

        .services .service-box.blue .icon {
            color: #2db6fa;
            background: #dbf3fe;
        }

        .services .service-box.blue .read-more {
            color: #2db6fa;
        }

        .services .service-box.blue:hover {
            background: #2db6fa;
        }

    .services .service-box.orange {
        border-bottom: 3px solid #f68c09;
    }

        .services .service-box.orange .icon {
            color: #f68c09;
            background: #fde3c4;
        }

        .services .service-box.orange .read-more {
            color: #f68c09;
        }

        .services .service-box.orange:hover {
            background: #f68c09;
        }

    .services .service-box.green {
        border-bottom: 3px solid #08da4e;
    }

        .services .service-box.green .icon {
            color: #08da4e;
            background: #cffddf;
        }

        .services .service-box.green .read-more {
            color: #08da4e;
        }

        .services .service-box.green:hover {
            background: #08da4e;
        }

    .services .service-box.red {
        border-bottom: 3px solid #e9222c;
    }

        .services .service-box.red .icon {
            color: #e9222c;
            background: #fef7f8;
        }

        .services .service-box.red .read-more {
            color: #e9222c;
        }

        .services .service-box.red:hover {
            background: #e9222c;
        }

    .services .service-box.purple {
        border-bottom: 3px solid #b50edf;
    }

        .services .service-box.purple .icon {
            color: #b50edf;
            background: #f8e4fd;
        }

        .services .service-box.purple .read-more {
            color: #b50edf;
        }

        .services .service-box.purple:hover {
            background: #b50edf;
        }

    .services .service-box.pink {
        border-bottom: 3px solid #f51f9c;
    }

        .services .service-box.pink .icon {
            color: #f51f9c;
            background: #feecf7;
        }

        .services .service-box.pink .read-more {
            color: #f51f9c;
        }

        .services .service-box.pink:hover {
            background: #f51f9c;
        }

    .services .service-box:hover h3,
    .services .service-box:hover p,
    .services .service-box:hover .read-more {
        color: #fff;
    }

    .services .service-box:hover .icon {
        background: #fff;
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

    .pricing .box:hover {
        transform: scale(1.1);
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    }

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
    font-family: "Arial", sans-serif !important;
}

    .pricing .price sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing .price span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing img {
    padding: 30px 40px;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

    .pricing ul li {
        padding-bottom: 10px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #4154f1;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Arial", sans-serif !important;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #4154f1;
}

    .pricing .btn-buy:hover {
        background: #4154f1;
        color: #fff;
    }

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
}

    .faq .accordion-button:focus {
        box-shadow: none;
    }

    .faq .accordion-button:not(.collapsed) {
        background: none;
        color: #4154f1;
        border-bottom: 0;
    }

.faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
}

/*--------------------------------------------------------------
#Accordian
--------------------------------------------------------------*/
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #982a33;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #982a33;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

    .testimonials .testimonial-item .stars {
        margin-bottom: 15px;
    }

        .testimonials .testimonial-item .stars i {
            color: #ffc107;
            margin: 0 1px;
        }

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        border: 4px solid #fff;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #4154f1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #4154f1;
    }

.testimonials .swiper-slide {
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}

    .clients .clients-slider .swiper-slide img:hover {
        opacity: 1;
    }

.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #4154f1;
    }

    .clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #4154f1;
    }

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .recent-blog-posts .post-box .post-img {
        overflow: hidden;
        margin: -30px -30px 15px -30px;
        position: relative;
    }

        .recent-blog-posts .post-box .post-img img {
            transition: 0.5s;
        }

    .recent-blog-posts .post-box .post-date {
        font-size: 16px;
        font-weight: 600;
        color: rgba(1, 41, 112, 0.6);
        display: block;
        margin-bottom: 10px;
    }

    .recent-blog-posts .post-box .post-title {
        font-size: 24px;
        color: #012970;
        font-weight: 700;
        margin-bottom: 18px;
        position: relative;
        transition: 0.3s;
    }

    .recent-blog-posts .post-box .readmore {
        display: flex;
        align-items: center;
        font-weight: 600;
        line-height: 1;
        transition: 0.3s;
    }

        .recent-blog-posts .post-box .readmore i {
            line-height: 0;
            margin-left: 4px;
            font-size: 18px;
        }

    .recent-blog-posts .post-box:hover .post-title {
        color: #4154f1;
    }

    .recent-blog-posts .post-box:hover .post-img img {
        transform: rotate(6deg) scale(1.2);
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    background: #fafbff;
    padding: 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
}

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
        margin-bottom: 24px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 0;
    }

        .contact .php-email-form input:focus,
        .contact .php-email-form textarea:focus {
            border-color: #4154f1;
        }

    .contact .php-email-form input {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type=submit] {
        background: #4154f1;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #5969f3;
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

    .blog .entry {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #012970;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #4154f1;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #4084fd;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0;
            }

            .blog .entry .entry-meta a {
                color: #777777;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #4154f1;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #5969f3;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #012970;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #0d64fd;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #013289;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #4154f1;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
            margin-right: 20px;
        }

        .blog .blog-author h4 {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
            color: #012970;
        }

        .blog .blog-author .social-links {
            margin: 0 10px 10px 0;
        }

            .blog .blog-author .social-links a {
                color: rgba(1, 41, 112, 0.5);
                margin-right: 5px;
            }

        .blog .blog-author p {
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                margin-right: 14px;
            }

                .blog .blog-comments .comment .comment-img img {
                    width: 60px;
                }

            .blog .blog-comments .comment h5 {
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #444444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #4154f1;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #012970;
                }

                    .blog .blog-comments .comment h5 .reply i {
                        font-size: 20px;
                    }

            .blog .blog-comments .comment time {
                display: block;
                font-size: 14px;
                color: #013ca3;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #a0aaf8;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #a0aaf8;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 4px;
                padding: 10px 20px;
                border: 0;
                background-color: #012970;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #013289;
                }

    .blog .blog-pagination {
        color: #024ed5;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li a {
                color: #012970;
                padding: 7px 16px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .blog .blog-pagination li.active,
            .blog .blog-pagination li:hover {
                background: #4154f1;
            }

                .blog .blog-pagination li.active a,
                .blog .blog-pagination li:hover a {
                    color: #fff;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #012970;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type=text] {
                border: 0;
                padding: 4px;
                border-radius: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #4154f1;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                line-height: 0;
            }

                .blog .sidebar .search-form form button i {
                    line-height: 0;
                }

                .blog .sidebar .search-form form button:hover {
                    background: #5465f2;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #012970;
                transition: 0.3s;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #4154f1;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #aaaaaa;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a {
                color: #012970;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #4154f1;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #aaaaaa;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #0257ee;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #d7e6ff;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #4154f1;
                        background: #4154f1;
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #a5c5fe;
                        font-size: 14px;
                    }
/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

    .team-item .team-text {
        position: absolute;
        width: calc(100% - 45px);
        left: -100%;
        bottom: 25px;
        padding: 1.5rem;
        background: #ffffffe0;
        border-radius: 0 4px 4px 0;
        opacity: 0;
        transition: .5s;
    }

    .team-item:hover .team-text {
        left: 0;
        opacity: 1;
    }

    .team-item .team-social .btn {
        background: var(--light);
        color: var(--primary);
    }

        .team-item .team-social .btn:hover {
            background: var(--primary);
            color: var(--light);
        }

    .team-item .team-img .team-social {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s;
        z-index: 3;
        opacity: 0;
    }

    .team-item:hover .team-img .team-social {
        transition-delay: .3s;
        opacity: 1;
    }
/*** Slider-section ***/

.slider-img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.slidersection {
    background-image: url('../img/sliderbg.jpg');
    /*background-image: url('../img/product-bg.png');*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0 !important;
}

    .slidersection h4 {
        color: #982a33;
        font-size: 22px;
    }

.product-carousel img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

    .product-carousel .owl-nav .owl-prev,
    .product-carousel .owl-nav .owl-next {
        margin: 0 10px;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF !important;
        background: var(--primary);
        border-radius: 55px;
        box-shadow: 0 0 45px rgba(0, 0, 0, .15);
        font-size: 25px;
        transition: .5s;
        background-color: #982a33 !important;
    }

        .product-carousel .owl-nav .owl-prev:hover,
        .product-carousel .owl-nav .owl-next:hover {
            background: #FFFFFF;
            color: var(--primary);
        }


.product-carousel1 .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

    .product-carousel1 .owl-nav .owl-prev,
    .product-carousel1 .owl-nav .owl-next {
        margin: 0 10px;
        width: 55px;
        height: 55px;
        /*display: flex;
        align-items: center;
        justify-content: center;*/
        color: #FFFFFF !important;
        background: var(--primary);
        border-radius: 55px;
        box-shadow: 0 0 45px rgba(0, 0, 0, .15);
        font-size: 25px;
        transition: .5s;
        background-color: #982a33 !important;
    }

        .product-carousel1 .owl-nav .owl-prev:hover,
        .product-carousel1 .owl-nav .owl-next:hover {
            background: #FFFFFF;
            color: var(--primary);
        }


.product-carousel1 .owl-nav {
    text-align: center;
    margin-top: 0;
}

    .product-carousel1 .owl-nav span {
        font-size: 20px;
    }

.product-carousel1 .owl-item.active.center .item img {
    transform: scale(1.2); /* Zoom factor */
    transition: transform 0.5s ease-in-out; /* Smooth transition */
}

.eventinner a:hover {
    color: #000 !important;
}

.eventinner {
    position: relative;
    padding: 0 25px;
}

.event-image {
    position: relative;
    z-index: 1;
    height: 250px;
}
    .event-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0 0 2px 0 #ccc;
        border-radius: 15px;
    }
.event-desc {
    font-weight: bold;
}

.event-content {
    background: #fff;
    width: calc(55% + 42px);
    margin-left: -30px;
    z-index: 2;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 50%;
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    box-shadow: 0 0 5px 0 #ccc;
}

.event-date {
    font-weight: bold;
    font-size: 17px;
}

.mt-n5 {
    margin-top: -1rem !important;
}

.section-title {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

    .section-title::before {
        position: absolute;
        content: "";
        width: 50%;
        height: 2px;
        bottom: 0;
        right: 0;
        left: 0;
        background: #d8c25a;
        margin: auto;
    }

    .section-title::after {
        position: absolute;
        content: "";
        width: 28px;
        height: 28px;
        bottom: -13px;
        left: calc(50% - 13px);
        background: #982a33;
        border: 10px solid #fff;
        border-radius: 28px;
        margin: auto;
    }

.section-title1 {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

    .section-title1::before {
        position: absolute;
        content: "";
        width: 35%;
        height: 2px;
        bottom: 0;
        right: 0;
        left: 0;
        background: #d8c25a;
    }

    .section-title1::after {
        position: absolute;
        content: "";
        width: 28px;
        height: 28px;
        bottom: -13px;
        left: calc(17% - 13px);
        background: #982a33;
        border: 10px solid #fff;
        border-radius: 28px;
    }

.section-title2 {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

    .section-title2 h2 {
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .section-title2::before {
        position: absolute;
        content: "";
        width: 35%;
        height: 2px;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        margin: auto;
    }

    .section-title2::after {
        position: absolute;
        content: "";
        width: 28px;
        height: 28px;
        bottom: -13px;
        left: calc(50% - 13px);
        background: #fff;
        border: 10px solid #cf9e4f;
        border-radius: 28px;
        margin: auto;
    }

.slider-box {
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc !important;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 20px 10px 20px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        color: #444444;
        margin: 0 4px 8px 4px;
        transition: 0.3s;
        border-radius: 50px;
        border: 1px solid #fff;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #4154f1;
            border-color: #4154f1;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap img {
        transition: 1s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .portfolio .portfolio-wrap .portfolio-info::before {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            top: 35px;
            left: 35px;
            border-top: 3px solid rgba(1, 41, 112, 0.2);
            border-left: 3px solid rgba(1, 41, 112, 0.2);
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info::after {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            bottom: 35px;
            right: 35px;
            border-bottom: 3px solid rgba(1, 41, 112, 0.2);
            border-right: 3px solid rgba(1, 41, 112, 0.2);
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #012970;
            font-weight: 700;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #012970;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            background: #4154f1;
            margin: 10px 2px;
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a i {
                font-size: 24px;
                line-height: 0;
            }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                background: #5969f3;
            }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.1);
    }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

        .portfolio .portfolio-wrap:hover .portfolio-info::before {
            top: 15px;
            left: 15px;
        }

        .portfolio .portfolio-wrap:hover .portfolio-info::after {
            bottom: 15px;
            right: 15px;
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #4154f1;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #4154f1;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #f6f9ff;
    padding: 0 0 30px 0;
    font-size: 14px;
}

    .footer .footer-newsletter {
        padding: 50px 0;
        background: #f6f9ff;
        border-top: 1px solid #e1ecff;
    }

        .footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 10px 0;
            padding: 0;
            line-height: 1;
            font-weight: 700;
            color: #012970;
        }

        .footer .footer-newsletter form {
            margin-top: 20px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
            border: 1px solid #e1ecff;
        }

            .footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 8px;
                width: calc(100% - 140px);
            }

            .footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 30px;
                margin: 3px;
                background: #4154f1;
                color: #fff;
                transition: 0.3s;
                border-radius: 4px;
            }

                .footer .footer-newsletter form input[type=submit]:hover {
                    background: #5969f3;
                }

    .footer .footer-top {
        background: white url(../img/footer-bg.png) no-repeat right top;
        background-size: contain;
        border-top: 1px solid #e1ecff;
        border-bottom: 1px solid #e1ecff;
        padding: 60px 0 30px 0;
    }

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-info .logo {
        line-height: 0;
        margin-bottom: 15px;
    }

        .footer .footer-top .footer-info .logo img {
            max-height: 40px;
            margin-right: 6px;
        }

        .footer .footer-top .footer-info .logo span {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #012970;
            font-family: "Arial", sans-serif !important;
            margin-top: 3px;
        }

    .footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Arial", sans-serif !important;
    }

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .footer .footer-top .social-links a:hover {
        color: #012970;
    }

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #012970;
    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: #d0d4fc;
            font-size: 12px;
            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: #013289;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
        }

            .footer .footer-top .footer-links ul a:hover {
                color: #4154f1;
            }

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #012970;
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

/* Pulsating Play Button
------------------------------*/
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 60px;
        height: 60px;
        background: #982a33;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 60px;
        height: 60px;
        background: #fa183d;
        border-radius: 50%;
        transition: all 200ms;
    }

    .video-play-button:hover:after {
        background-color: darken(#fa183d, 10%);
    }

    .video-play-button img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 32px solid #fff;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
}

    .video-overlay.open {
        position: fixed;
        z-index: 1000;
        opacity: 1;
    }

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

    .video-overlay-close:hover {
        color: #fa183d;
    }

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
/*** service Start ***/
.service {
    background-color: #f4ede7;
    padding: 20px;
}

    .service .service-item {
        box-shadow: 0 0 45px rgba(0, 0, 0, .1);
        border-radius: 50% 20% / 10% 40%;
        transition: 0.5s;
        position: relative;
        padding: 15px 40px;
        border: 1px solid #982a33 !important;
        margin-top: 15px;
        min-height: 290px;
        display: flex;
    }

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: .5s;
}

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}


/*** Service End ***/
.rdc-wrapper {
    max-width: 1100px;
    margin: 10px auto;
    padding: 40px;
    background: #fff;
    /*border-radius: 16px;*/
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
    color: #333;
}

.rdc-main-title {
    text-align: center;
    color: #9a2827;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

    .rdc-main-title::after {
        content: "";
        width: 80px;
        height: 3px;
        background-color: #9a2827;
        display: block;
        margin: 10px auto 0;
        border-radius: 5px;
    }

.rdc-section {
    margin-bottom: 40px;
}

.rdc-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    border-left: 6px solid #9a2827;
    padding-left: 12px;
}

.rdc-text {
    font-size: 17px;
    color: #555;
    margin-top: 10px;
}

.rdc-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .rdc-list li {
        position: relative;
        font-size: 17px;
        color: #444;
        margin-bottom: 15px;
        padding-left: 30px;
        text-align: justify;
    }

        .rdc-list li i {
            position: absolute;
            left: 0;
            top: 3px;
            color: #9a2827;
            font-size: 16px;
        }

.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
}

    .custom-table th,
    .custom-table td {
        border: 1px solid #dee2e6;
        padding: 12px 15px;
        text-align: left;
        vertical-align: middle;
    }

    .custom-table thead th {
        background-color: #9a2827;
        color: #fff;
        font-weight: bold;
    }

    .custom-table tbody tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    .custom-table tbody tr:hover {
        background-color: #e9ecef;
    }

.table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
}

#imageTab {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
}

    /* Hide scrollbar in Chrome, Safari */
    #imageTab::-webkit-scrollbar {
        display: none;
    }

    /* Tab buttons */
    #imageTab .nav-link {
        color: #495057;
        background-color: transparent;
        box-shadow: 0 0 6px 0 #ccc;
        padding: 12px 20px;
        margin: 5px 5px;
        font-weight: 600;
        border-radius: 20px;
        transition: all 0.3s ease;
        font-size: 15px;
    }

        /* Active tab styling */
        #imageTab .nav-link.active {
            color: #fff !important;
            background-color: #9a2827;
            font-weight: 600;
            /*box-shadow: 0 4px 10px rgba(13, 110, 253, 0.2);*/
        }

        /* Hover effect */
        #imageTab .nav-link:hover {
            background-color: #e9ecef;
        }

/* Responsive improvement */
@media (max-width: 768px) {
    #imageTab .nav-link {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.profile-sectionn {
    background: #f9f9fc;
    background-image: url('../../img/banner21.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    .profile-sectionn .profile-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 1px solid #e5e5e5;
    }

        .profile-sectionn .profile-card:hover {
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
        }

    .profile-sectionn .profile-table th {
        background-color: #f4ede7;
        color: #1e293b;
        font-weight: 600;
        width: 25%;
        vertical-align: middle;
    }

    .profile-sectionn .profile-table td {
        background-color: #ffffff;
        color: #334155;
        vertical-align: middle;
    }

    .profile-sectionn .email-link {
        text-decoration: none;
        font-weight: 500;
    }

        .profile-sectionn .email-link:hover {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .profile-sectionn .profile-card {
        padding: 2rem 1rem;
    }
}
/***************Enquiry Custome***************/


.TextBox:focus {
    width: 220px;
    transition: 500ms all ease;
    padding: 3px 32px 3px 3px;
}

select {
    width: 90%;
    height: 29px;
    border-radius: 3px;
    border: 1px solid #CCC;
    font-weight: 200;
    font-size: 14px;
    margin: 2px;
    font-family: Verdana;
    padding: 3px 3px 3px 3px;
    margin-left: 5%;
    margin-right: 10%;
}


.ButtonStyle, .ButtonStyle:hover {
    width: 170px;
    border-radius: 15px !important;
    font-weight: 200;
    font-family: Verdana;
    padding: 5px;
    background-color: #9a2827 !important;
    font-weight: bold;
}

.ButtonStyle {
    border-radius: 3px;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #9a2827;
    margin-left: 10%;
    margin-right: 10%
}

    .ButtonStyle:hover {
        background-color: transparent !important;
        color: #fff;
    }
/********************Mycss ***********************/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.bg-info {
    background-color: #982a33 !important;
    padding: 10px;
}

.ul-other a {
    color: #a70806;
    font-size: 18px;
}

.ul-other i {
    color: #a70806;
}

.depatment_links ul {
    list-style-type: none;
}

a.btn.btn-info.btn-block {
    margin-bottom: 10px;
    width: 100%;
}

.depatment_links li {
    /*border-bottom: 1px solid #fff;
    margin-bottom: 24px;
    padding-bottom: 20px*/
    display: block !important;
    text-align: left !important;
}

.panel-default > .panel-heading {
    color: #ffffff !important;
    background-color: #a70806 !important;
    padding: 20px;
    /* background: linear-gradient(45deg,#9e4201 , #800000 ) !important; */
}

.centerImg .img-fluid {
    margin: 0 auto;
}

.panel-body {
    padding: 20px;
}

.text-maroon {
    color: #a70806 !important;
}

.panel ul {
    padding: 0px;
    /* margin: 0px; */
    list-style: none;
}

.notice-info {
    border-color: #a70806 !important;
    color: #a70806;
}

.notice-warning {
    border-color: #B18630 !important;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.ul-list-add {
    list-style-type: none;
    border: 1px solid #a70806;
    padding: 0px 0px 0px 0px;
    margin-top: 15px;
}

    /*li {
    text-align: justify;
}*/

    .ul-list-add li {
        padding: 5px;
    }

    .ul-list-add li {
        border-bottom: 1px solid #982a33;
        padding-bottom: 3px;
        padding-top: 3px;
    }

.list-ti {
    background-color: #982a33;
    color: #fff;
    font-size: 15px;
    cursor: default;
}

ul.ul-list-add li a {
    /* padding-left: 20px; */
    font-size: 14px;
    color: #181818;
}

.list-ti a {
    color: #FFF !important;
}


.iqac-btn a {
    border: 1px solid #FFF;
    padding: 6px 14px 7px;
    border-radius: 5px;
    background-color: #765079;
    color: #FFF;
}

.tab-content h5 {
    font-size: 16px;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #fff;
}

.implink-head {
    color: #982a33;
    font-size: 19px;
    font-weight: bold;
}


.color-change {
    color: #000 !important;
}

section#banner-section {
    position: relative;
    padding: 0 !important;
}
/*header {
    background-image: url('../img/Section-bg.jpg');
    background-position: center;
    background-size: cover;
    color: #923032;

}*/

.implink-head a {
    color: #982a33;
    font-size: 19px;
    font-weight: bold;
}

.nirf-logo {
    width: 125px;
}

.header-container {
    transition: all 0.5s;
}

.dept-ti {
    font-size: 18px;
    color: #000;
    margin-bottom: 6px;
    font-weight: 500;
    font-family: "Arial", sans-serif !important;
    padding: 0px 0px 5px !important;
    margin: 0px;
    color: #982a33 !important;
    font-weight: 600 !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*----------- 3. Header --------------*/

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 12px !important;
    color: #fff;
}

.logo-block {
    text-align: center;
}

.edit-tab tr th, .edit-tab tr td {
    padding-left: 10px;
}
/*.event-min-height {
min-height:240px;
}*/

.height250 {
    height: 250px;
}

.breadcrumb_image {
    background-image: url(../images/gallery/photo-gallery-title.html);
    background-attachment: fixed;
}

.main h1 {
    font-size: 25px;
    font-weight: 500;
}

.section-head {
    background-image: url('../../img/news-letter/bg-testimonial.jpg');
    padding: 150px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40vh;
    margin-top: -40px;
}

    .section-head h1 {
        font-size: 28px;
    }

    .section-head h2 {
        font-size: 28px;
    }

.shadow-box {
    box-shadow: 0 0 5px 0 #ccc;
    padding: 10px;
}

.background_image_align {
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

.date-full {
    padding: 5px 3px;
    background: #98649c;
    color: #fff;
    margin-bottom: 7px;
}
/*.logo:before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        /* top: 0; 
        left: -51px;
        z-index: -1;
        background: #ffffffe0;
        transform-origin: bottom left;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
    }*/

.header-top {
    /*padding: 1px 0px 10px 0px;*/
    padding: 1px 0px 2px 0px;
    font-family: 'Arial',sans-serif !important;
    border-bottom: 1px solid #f2d03b;
}

.panel-body {
    padding: 10px !important;
}

header .header-top-links {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 65px;
}
/* Toplink */
.main {
    margin-top: 0;
    box-shadow: 0 0 6px 0 #ccc;
    padding: 10px 5px;
}

.panel-group {
    margin-bottom: 10px !important;
}

.toplinks {
    line-height: normal;
    padding: 4px 0 1px;
}

    .toplinks .links {
        text-align: right;
    }

        .toplinks .links div {
            display: inline-block;
        }

    .toplinks div.links div a {
        color: black;
        display: inline-block;
        padding: 0px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        padding-left: 15px;
        font-weight: normal;
        text-decoration: none;
    }

        .toplinks div.links div a:hover {
            color: #f2d03b !important;
            text-decoration: none;
        }

.block-company {
    background: none;
    box-shadow: none;
    border: none;
    color: #aaaaaa;
    font-size: 14px;
}

    .block-company .caret {
        margin-left: 5px;
    }

.block-company-wrapper {
    display: inline-block;
}

.block-company label {
    font-weight: normal;
    padding: 5px 5px 2px 0px;
}

.block-company-wrapper .dropdown-menu {
    min-width: 0;
    box-shadow: 0 0 15px -7px #666;
    top: 22px;
}

    .block-company-wrapper .dropdown-menu li {
        padding: 5px 15px 5px 0;
    }

        .block-company-wrapper .dropdown-menu li:hover {
            background-color: #fff;
            color: #167bcb;
            transition: background-color 0.2s ease-in-out;
        }

    .block-company-wrapper .dropdown-menu a {
        padding: 3px 10px 3px 10px;
        color: #333 !important;
        font-weight: normal !important;
        text-transform: none !important;
    }

        .block-company-wrapper .dropdown-menu a:hover {
            color: #167bcb;
            background: none;
        }

.aca-wrap {
    padding: 15px 15px;
    margin-bottom: 10px;
    height: 77px;
}

.aca-wrap {
    padding: 10px 5px;
    background-color: #f5ece5 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.fa-snowflake-o {
    color: #b79652;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
}
/* top search*/
.search-box {
    margin: auto;
    right: 0px;
    background: #1069af;
    border-radius: 999px;
    margin: 16px 0px; /* border-bottom: 1px #f1f1f1 solid; */
}

.p-l-30 {
    padding-left: 30px;
}

#search {
    margin: 0;
    width: 250px;
    font-size: 13px;
    height: 40px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 20px;
    background: none;
    outline: none;
    border: none;
    letter-spacing: 0.5px;
}

.search-btn-bg {
    cursor: pointer;
    display: inline-block;
    background: none;
    position: absolute;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    right: 15px;
    font-size: 18px;
    border-left: 1px #3a98e3 solid;
    padding-left: 10px;
    width: 50px;
}

    .search-btn-bg .glyphicon-search:before {
        font-size: 14px;
        color: #fff;
    }

    .search-btn-bg:hover {
        color: #cf3341;
    }

.glyphicon-search:before {
    font-size: 12px;
}

.cart-top .dropdown-menu {
    padding: 10px;
    min-height: 100px;
    height: auto !important;
    min-width: 445px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    top: 0;
    position: fixed;
    z-index: 999;
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
}

#search .input-group {
    border: 1px #ddd solid;
    display: inline-block;
    width: 100%;
    background: #fff;
}

#search input {
    height: 45px;
    display: inline-block;
    width: 90%;
    border: none;
    background: #fff;
    box-shadow: none;
}

#search button {
    line-height: 24px;
    padding: 12px 18px 10px;
    float: right;
    display: inline-block;
    background: #167bcb;
    border: none;
    color: #fff;
}

    #search button:hover {
        background: #167bcb;
        border: none;
        color: #fff;
    }

.top-search .modal-dialog {
    margin-top: 80px;
}

.top-search .fade.in {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
    opacity: 1;
}

.top-search .modal-content {
    border-radius: 3px;
}

.top-search .modal-header {
    border: none;
}

.top-search .modal-body {
    padding: 10px 50px 50px;
}

#search button i {
    font-size: 12px;
}

.top-search .modal-lg {
    width: 680px;
}

.modal-header {
    text-align: left;
}

.modal-open {
    padding: 0px !important;
}

.top-search .modal-header .close {
    opacity: 1;
    background: red;
    border-radius: 100%;
    margin-top: -22px;
    margin-right: -24px;
}

    .top-search .modal-header .close span {
        color: rgba(255, 255, 255, 0.8);
        font-size: 22px;
        padding: 0 4px;
        text-shadow: none;
        line-height: 20px;
    }

.welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0px;
    margin: 0px 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    vertical-align: top;
    margin-top: 7px;
}
/* language &amp; currency */
.header-container .curr-language {
    margin-top: 10px;
}

.block-language-wrapper {
    display: inline-block !important;
    margin: 7px 0 0 0;
}

.block-language {
    background: none;
    box-shadow: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
}

a.block-language:hover {
    color: #f2d03b;
    text-decoration: none;
}

a.block-language:focus {
    color: #fff;
    text-decoration: none;
}

.block-language img {
    font-weight: normal;
    padding: 0px 5px 0px 0px;
    margin: auto;
}

.block-language-wrapper .dropdown-menu > li {
    border-bottom: 1px #ddd solid;
    padding: 4px 0px 4px 0px;
}

    .block-language-wrapper .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .block-language-wrapper .dropdown-menu > li > a img {
        margin: 0px 6px 0px 0px;
    }

.block-language-wrapper .dropdown-menu {
    border-radius: 0px;
    min-width: 0px;
    top: 28px;
    padding: 0px;
    border: 1px solid #efefef;
    border-top: none;
}

    .block-language-wrapper .dropdown-menu a {
        padding: 3px 10px 3px 10px;
        font-size: 12px;
    }

        .block-language-wrapper .dropdown-menu a:hover {
            color: #f2d03b;
            background: none;
        }

.block-currency-wrapper {
    display: inline-block !important;
    margin: 5px 0 0 18px;
}

.block-currency {
    background: none;
    box-shadow: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
}

a.block-currency:hover {
    color: #f2d03b;
    text-decoration: none;
}

a.block-currency:focus {
    color: #fff;
    text-decoration: none;
}

.block-currency label {
    font-weight: normal;
    padding: 0 5px;
    margin: auto;
}

.block-currency-wrapper .dropdown-menu > li {
    border-bottom: 1px #ddd solid;
    padding: 4px 0;
}

    .block-currency-wrapper .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .block-currency-wrapper .dropdown-menu > li > a img {
        margin: 0 6px 0 0;
    }

.block-currency-wrapper .dropdown-menu {
    border-radius: 0;
    min-width: 0;
    z-index: 100000;
    top: 28px;
    padding: 0px;
    border: 1px solid #efefef;
    border-top: none;
}

    .block-currency-wrapper .dropdown-menu a {
        padding: 3px 15px 3px 10px;
        font-size: 12px;
    }

        .block-currency-wrapper .dropdown-menu a:hover {
            color: #f2d03b;
            background: none;
        }

.lang-curr {
    float: right;
    margin: 11px 0px;
}

.form-language {
    display: inline;
    float: right;
    border-left: 1px solid #ececec;
    line-height: 17px;
    padding-left: 20px;
}

ul.lang {
    text-align: left;
    display: block;
    margin: 0;
    padding: 0x;
    list-style: none;
    float: left;
    padding: 0px;
}

    ul.lang li {
        float: left;
        display: inline;
        margin: 0px 8px 0 0px;
    }

        ul.lang li:last-child {
            margin-right: 0px;
        }

        ul.lang li span {
            text-indent: -10000px;
            display: none;
        }

.form-currency {
    display: inline;
    margin-right: 12px;
    float: right;
    line-height: 17px;
}

ul.currencies_list {
    float: left;
    display: inline;
    margin: 0px 8px 0 0px;
    padding: 0px;
}

    ul.currencies_list li {
        float: left;
        display: inline;
        margin: 0 0px 0 10px;
    }

        ul.currencies_list li a {
            color: #333;
            font-size: 14px;
            font-weight: bold;
        }

            ul.currencies_list li a:hover {
                color: #167bcb;
                text-decoration: none;
            }
/* End language &amp; currency*/

/* compare */
.top-link-compare {
    height: 40px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin-top: 16px;
    width: 40px;
    float: left;
    border-radius: 999px;
    color: #fff;
    background: #1069af;
}

    .top-link-compare:hover {
        color: #f2d03b;
    }

.compare:before {
    content: "\f012";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: 11px;
}
/* wishlist */

.top-link-wishlist {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #1069af;
    display: inline-block;
    margin-top: 16px;
    width: 40px;
    vertical-align: top;
    float: left;
    border-left: none;
    border-radius: 999px;
    margin-left: 7px;
}

    .top-link-wishlist:hover {
        color: #f2d03b;
    }
/* Top Shopping Cart */
.top-cart-content {
    display: none;
}

.mini-products-list .product-image {
    float: left;
    padding: 0;
    width: 65px;
}

    .mini-products-list .product-image img {
        width: 65px;
        border: 1px #eaeaea solid;
    }

.top-cart-content .product-name {
    margin: 0;
    line-height: 1;
    margin-top: 3px;
}

    .top-cart-content .product-name a {
        font-size: 13px;
        line-height: normal;
        font-weight: normal;
        color: #167bcb;
    }

        .top-cart-content .product-name a:hover {
            font-size: 13px;
            color: #000;
        }

.top-cart-contain .price {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0px;
    font-size: 12px;
}

.top-cart-contain .product-details .price {
    color: #333;
    width: auto;
    float: none;
    font-weight: bold;
    padding-left: 0px;
}

.mini-cart {
    text-align: center;
    cursor: pointer;
    margin: 0px;
}

    .mini-cart .basket a {
        color: #fff;
        margin: 0px;
        line-height: 17px;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0px;
        display: block;
        background: #f2d03b;
        padding-right: 15px;
        border-radius: 999px;
    }

        .mini-cart .basket a:before {
            content: '\f07a';
            font-family: FontAwesome;
            font-size: 16px;
            color: #167bcb;
            height: 40px;
            width: 40px;
            display: inline-block;
            line-height: 40px;
            text-align: center;
            border-right: 1px solid rgba(255,255,255,0.3);
            font-weight: normal;
            background: #f2d03b;
            border-radius: 999px 0px 0px 999px;
        }

        .mini-cart .basket a span.cart_count {
            display: inline-block;
            color: #fff;
            width: 25px;
            font-size: 14px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            margin-right: 0px;
            padding-left: 0px;
        }

        .mini-cart .basket a div.price {
            display: inline-block;
        }

.top-cart-content .pull-right {
    margin-right: 10px;
    padding-top: 3px;
}

.top-cart-content .basket a {
    border: none;
    color: #167bcb;
}

.mini-cart .basket a:hover {
    text-decoration: none;
}

.mini-cart .open .basket a {
    color: #000;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}

.mini-cart .dropdown-toggle {
    font-size: 14px;
    padding: 0px;
    text-transform: none;
}

.top-cart-contain {
    position: relative;
    margin-top: 16px;
}

.top-cart-title p {
    margin: 0;
}

.top-cart-content .empty {
    padding: 10px;
    color: #333333;
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 41px;
    right: 0px;
    background: #fff;
    padding: 0;
    text-align: right;
    z-index: 100;
    box-shadow: 0 0 15px -7px #666;
    border-radius: 5px;
}

.top-subtotal {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 4px;
}

.top-cart-content .block-subtitle {
    border-bottom: 1px solid #DDDEE1;
    color: #fff;
    overflow: hidden;
    padding: 0px 5px;
    text-align: left;
    background: #167bcb;
}

    .top-cart-content .block-subtitle .price {
        color: #fdd21b;
    }

ul#cart-sidebar {
    padding: 15px 20px 0px;
}
/* top cart  */
.top-cart-content li.item {
    width: 260px;
    margin: 8px 0px 15px;
    border-bottom: 1px #eee solid;
    display: inline-block;
    padding-bottom: 15px;
}

    .top-cart-content li.item.last {
        margin: 0;
        border-bottom: 0px #eee solid;
        padding-bottom: 10px;
    }

.top-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
}

.mini-products-list .product-details {
    margin-left: 80px;
    padding: 0;
}

.top-cart-content .access {
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 12px;
}

.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 25px;
    top: -2px;
}

    .top-cart-content .product-details .btn-edit:hover {
        color: #339900;
    }

.top-cart-content .actions {
    padding: 20px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 20px;
}

.button.btn-checkout {
    background: #FED557;
    border: 1px solid #F5C328;
    color: #003169;
    padding: 8px 18px;
}

    .button.btn-checkout:hover {
        background: #339900;
    }

.button:btn-bag:hover {
    background: #f6f6f6;
}

.btn-remove1 {
    background-image: url(../images/btn_remove.html);
    margin: 0px 0 0 5px;
}

    .btn-remove1:hover, .btn-remove1:focus {
        background-position: 0 -12px;
    }

.btn-remove1 {
    display: block;
    width: 15px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    left: 30px;
    margin-top: 1px;
}

.block-compare .btn-remove1 {
    left: auto;
    right: 0px !important;
    margin-top: 0px;
    top: 5px;
}

.mini-cart .btn-remove1 {
    left: auto;
    right: 0px !important;
    margin-top: 0px;
    top: 0px;
}

.mini-cart .actions .btn-checkout {
    background: #fff;
    color: #333;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    float: left;
    letter-spacing: 0.5px;
    width: 115px;
    border: 1px #e5e5e5 solid;
}

    .mini-cart .actions .btn-checkout:hover {
        background: #167bcb;
        color: #fff;
    }

    .mini-cart .actions .btn-checkout:before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 7px;
    }

.mini-cart .view-cart {
    cursor: pointer;
    float: none;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 0px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #333;
    letter-spacing: 0.5px;
    width: 125px;
    border: 1px #e5e5e5 solid;
}

    .mini-cart .view-cart:before {
        content: '\f07a';
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 7px;
    }

.centerImg .img-fluid {
    margin: 0 auto;
}

#page {
    left: 0;
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 1px 1px 8px rgba(0,0,0,.09);
}

.gradient4 {
    background: linear-gradient(to right, rgb(111, 0, 0), rgb(210, 141, 1));
    /*background: linear-gradient(to right, #ff4e31, #ff4e31);*/
}

.top-social-links {
    color: #FFC107;
}


.navbar-nav > li > a {
    padding-bottom: 10px !important;
    /*padding-top: 1px !important;*/
    margin-top: 1px !important;
}

.borderAll-footer {
    border: 3px solid #bbc4ca;
}


.height90 {
    height: 90px;
}

.text-maroon {
    color: #982a33;
}

.bg-maroon {
    background-color: #982a33;
}

.bg-yellow {
    background-color: #982a3396;
}

.secspp .hr_primary_color {
    border: 1px solid #FFF !important;
}

.secspp .text-maroon {
    color: #FFF !important;
}

.mega-dropdown-menu > li ul > li > a:hover {
    color: #107FC9;
    padding-left: 30px !important;
}

.panel-default > .panel-heading {
    color: #ffffff !important;
    background-color: #982a33 !important;
    /*background:linear-gradient(45deg,#9e4201 ,  #800000 ) !important;*/
}

.sec-timetable .panel-default > .panel-heading {
    background-color: #982a33 !important;
}

.cust-event .panel-heading {
    background-color: #107fc9 !important;
}

.cust-event .date-full {
    background: #107fc9 !important;
}

.cust-event .panel-footer {
    background-color: #107fc9 !important;
}

.panel-default.cust-event {
    border-color: #107fc9;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #765079 !important;
    /*background:linear-gradient(45deg,#9e4201 ,  #800000 );*/
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bg-blue-opacity {
    background-color: rgba(33, 150, 243, 0.27);
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.66);
}

.border-all {
    /*border: 1px solid #e1e1e1;*/
    box-shadow: 2px 2px 9px 0px #3e3a3aa1;
}

.border-bottom1 {
    border-bottom: 1px solid #ddd;
}

.border-bottom-purple {
    border-bottom: 1px solid #765079;
}

.border3 {
    border: 3px solid #982a33;
}

.margin-all-10 {
    margin: 10px;
}


.f-s-20 h2 {
    font-size: 18px;
}
/*Footer Start*/
.footer_bg hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.footer_bg {
    background-color: #b4a4a41a !important;
}

    .footer_bg .head_white:after {
        border-top: 2px solid #000;
        display: block;
        width: 40px;
        content: "";
        margin-top: 10px;
    }

#footer {
    background-image: url('../img/2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.centered {
    margin-left: 10px;
}

.footer_pad {
    padding: 9px 0 4px 0 !important;
    font-size: 13px;
}

.clg-name {
    font-size: 22px;
    line-height: normal;
    margin-top: 6px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.deemed-tobe {
    font-size: 14px;
    /*margin-top: 6px;*/
    line-height: normal;
    font-weight: 600;
    text-align: center;
}

.img-header {
    display: inline-block;
    margin-top: 6px;
}

.navbar-section {
    border-top: 1px solid #666666;
    padding: 0 !important;
    background-color: #f5ece5;
}

.section-white {
    padding: 0;
}

.displayBlock {
    display: block;
}

.width100 {
    width: 100%;
}

.width50 {
    width: 50px;
}

#QuickLinks .btn {
    font-size: 13px;
}
/*============== Custom CSS Header ==========*/
.poss-fix {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}

.poss-fix1 {
    position: fixed !important;
    width: 100%;
    top: 0px;
    z-index: 999;
    background-color: #f5ece5;
}

.sec-nirf {
    padding: 15px 0px 26px !important;
    /* background-image: url(../img/nirf-back.jpg); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #982a33;
}

.bg-nirf {
    background-color: #FFF;
}

.feed-cust {
    color: #000;
    font-size: 20px;
}

    .feed-cust a:hover {
        color: #000;
    }

.health_content:hover {
    box-shadow: 0 0 18px 0 rgba(70, 75, 110, 0.8);
}

.edu-logo .cust-tr {
    height: 60px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

img.img-fluid.img-logo {
    padding: 5px;
}

.bg-mar {
    background-color: #982a33;
}

td.bg-mar p {
    padding: 0px 48px;
    margin: 0px;
}

.dis-block {
    display: none;
}

.test-i img {
    text-align: center;
    margin: 0 auto;
}

.test-name {
    font-size: 20px;
    padding: 3px;
    margin: 0px;
}

.test-mes {
    color: #FFF;
    margin: 0px;
}

.testi-sec {
    padding: 50px 0;
}

.carousel-indicators.test-indic {
    bottom: -15%;
}

    .carousel-indicators.test-indic li {
        width: 10px !important;
        height: 10px !important;
    }

        .carousel-indicators.test-indic li.active {
            width: 11px !important;
            height: 11px !important;
        }

section.sec-desk {
    /*background-color: #107fc9;*/
    padding: 24px 0px 40px;
    background-image: url(../img/mes-desk.html);
    /*background-attachment: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

ul.ul-desk {
    list-style-type: none;
    padding: 34px 0px 0px;
}

    ul.ul-desk i {
        font-size: 50px;
    }

    ul.ul-desk li {
        width: 48%;
        display: inline-block;
    }

.space-blank {
    color: #107fc9;
}

.card-container, .front, .back {
    width: 100%;
    height: 365px;
    /* height: 360px; */
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
}

.p-l-r-10 {
    padding: 5px 10px;
}

.ins-hi {
    height: 143px;
}

section.sec-ins {
    padding: 0px 0px 50px;
}

.ins-ti {
    font-size: 16px;
    line-height: 21px;
    padding: 7px 0px 4px;
    font-weight: 500;
    margin: 0px;
    text-align: center;
}

.ins-ti {
    color: #982a33;
}

    .ins-ti a:hover {
        color: #107FC9;
    }

p.ins-soc {
    font-size: 14px;
    margin: 0px;
    padding: 3px 0px;
    color: #000;
}

.btn-ins {
    padding: 5px 15px 6px;
    font-size: 13px;
}

.sec-ins .newsticker_border {
    border: 1px solid #107fc9;
}

ul.ul-other li {
    display: inline-block;
    /*width: 33%;*/
    font-size: 17px;
    padding: 0px 0px 0px 60px;
    list-style: disc !important;
    margin-bottom: 20px;
}

    ul.ul-other li a {
        color: #982a33;
    }

        ul.ul-other li a:hover {
            color: #107fc9;
        }

ul.ul-other {
    padding: 20px;
}

    ul.ul-other li:before {
        content: "\f058"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em; /* same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
        color: #982a33;
        padding-left: 5px;
    }

/*============== New Changes 31-07-2018===============*/
.ul-list-add {
    list-style-type: none;
    border: 1px solid #982a33;
    padding: 0px 0px 0px 0px;
    margin-top: 15px;
}



.list-ti a {
    color: #FFF !important;
}

ul.ul-list-add li a {
    /*padding-left: 20px;*/
    font-size: 14px;
    color: #181818;
}

    ul.ul-list-add li a:hover {
        color: #982a33;
    }

.ul-list-add li {
    border-bottom: 1px solid #982a33;
    padding-bottom: 3px;
    padding-top: 3px;
}

    .ul-list-add li:last-child {
        border-bottom: 1px solid transparent;
    }

.ul-list-add:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/*.list-unstyled li:hover {
    padding-left: 2px;
}*/
/*===== Admission Notice ====*/
.ul-list-blue {
    list-style-type: none;
    border: 1px solid #107FC9;
    padding: 0px 0px 0px 0px;
    margin-top: 15px;
}

.list-ti-blue {
    background-color: #107FC9;
}

    .list-ti-blue a {
        color: #FFF !important;
    }

ul.ul-list-add-blue li a {
    padding-left: 20px;
    font-size: 14px;
    color: #107FC9;
}

ul.ul-list-blue li a:hover {
    color: #57ACD6;
}

.ul-list-blue li {
    border-bottom: 1px solid #107FC9;
    padding: 3px 5px;
}

.ul-list-add li:last-child {
    border-bottom: 1px solid transparent;
}

.ul-list-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/*.list-unstyled li:hover {
    padding-left: 2px;
}*/
/*============== Event =================*/
.evn-date {
    margin-bottom: 20px;
}

.bg-white {
    background-color: #fff;
}

.left-date {
    width: 65px !important;
    margin-bottom: 20px;
}

    .left-date .font20 {
        font-size: 14px;
    }

    .left-date .font60 {
        font-size: 28px;
        top: -8px;
        position: relative;
        margin-bottom: 0px;
    }

.evn-y {
    font-size: 16px;
    display: block;
    position: relative;
    font-weight: 500;
    top: -6px;
}

.cust-mr-news {
    margin-left: 84px;
}

.news-ti {
    font-size: 15px;
    /*text-transform: capitalize;*/
    font-weight: 600;
    /* padding: 7px 0px 6px; */
    margin-bottom: 0px;
    color: #000;
    margin-top: 0px;
}

.btn-news {
    color: #982a33;
    font-size: 14px;
    margin: 0px;
}
/*=============Mobile menu =============*/
.cust-toggle {
    padding: 5px 12px 1px !important;
    border-color: #982a33 !important;
}

    .cust-toggle i {
        font-size: 23px;
    }

.navbar-default .navbar-toggle.cust-toggle:hover, .navbar-default .navbar-toggle.cust-toggle:focus {
    background-color: transparent !important;
}

div#headerImg {
    margin-top: 12px;
}

.logo.centerImg {
    margin-top: 13px;
}

ul.navbar-nav.cust-nav li a {
    padding-top: 10px !important;
}

ul.sub_menu.dropdown-menu li a:hover {
    color: #982a33;
}
/*=========== Footer ================*/
section.bg_footer_bottom.dontPrint {
    padding: 9px 0px 0px;
}
/*======== Career =-====*/
section.dpu-career {
    padding: 17px 0px 40px;
}

table.tbl-car tr td, table.tbl-car th {
    padding-left: 7px;
}

.tb-tr {
    background-color: #107FC9;
    color: white;
    padding-top: 16px;
    text-align: center;
    padding-bottom: 17px;
    font-size: 25px;
}

.col-email {
    color: #982a33;
}

    .col-email:hover {
        color: #57ACD6;
    }
/*===================== slider =============*/
.carousel-caption.cust-cap {
    width: 100%;
    left: 0px;
    bottom: -20px;
    background-color: #00000070;
}

.caro-cap-text {
    padding: 0px 10% 0px;
}

    .caro-cap-text p {
        font-size: 20px;
        line-height: 30px;
    }

ol.carousel-indicators.cust-indic {
    bottom: -11px;
}

/*========== Video Gallery ============*/
.container-1 {
    position: relative;
    width: 100%;
}

.image-1 {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.container-1:hover .overlay-1 {
    height: 20%;
}

.text-01 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.top-bar {
    display: none;
}

.img-100 {
    width: 100%;
}

.sec-inst .swiper_block {
    box-shadow: 0 0 10px 0 #ccc;
    background-color: #fff;
    border-radius: 10px;
    min-height: 253px;
}

.doctors_img {
    border-radius: 10px;
}

    .doctors_img img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.sec-inst {
    padding-bottom: 20px;
    /*background-image: url('../assets/img/2.jpg');*/
    /*background-image: url('../assets/img/bg-5.jpg');*/
    background-color: #fff;
    /*background-image: url('../img/bg-overlay3.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .sec-inst .doctor_info {
        padding: 5px 10px 9px;
    }

    .sec-inst .p-b-15 {
        padding-bottom: 15px;
    }

.fnt-600 {
    font-weight: 600;
}

.text-primary {
    color: #982a33 !important;
}

i.fa.fa-circle.fa-stack-2x.font60.text-primary .text-primary {
    color: #982a33;
}

.col-red {
    color: #a40b0b;
}

    .col-red:hover {
        color: #107FC9 !important;
    }
/*========== Site Map ===========*/
.main-content .site-ti a, .main-content .site-ti {
    font-size: 15px;
    font-weight: 600;
    color: #982a33 !important;
}

.main-content .site-sti, .site-sti a {
    color: #107FC9;
    font-weight: 600;
    padding-left: 15px;
}
/*============== New changes Before live ==============*/
.sec-career {
    padding: 15px 0px 26px !important;
    background-image: url(../img/careers/career-banner.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sec-curope {
    background-color: #ECE6E4;
    padding: 30px 0px 50px;
}

.page-banti {
    text-align: center;
    padding: 30px 0px 20px;
    font-weight: 800;
}

.professional-block {
    padding: 40px 0px 0px;
}

.entry-level-professionals {
    padding-top: 70px;
    position: relative;
}

    .entry-level-professionals .professional-block-content {
        background-color: #388ab0;
        min-height: 250px;
        position: relative;
        z-index: 2;
    }

.professional-block-content {
    color: #fff;
}

    .professional-block-content .career-icon {
        margin-bottom: 8px;
        margin-top: -39px;
    }

    .professional-block-content p {
        padding: 6px 38px 0;
    }

.entry-level-professionals .professional-block-content h3 {
    margin-top: 13px;
    margin-bottom: 12px;
}

.entry-level-professionals .professional-block-content a {
    background-image: url(../img/careers/right-arr.html);
}

.entry-level-professionals::after {
    background: #388ab0 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 190px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0px;
    width: 190px;
    z-index: 1;
}

.professional-block-content a {
    bottom: 0;
    color: transparent;
    height: 45px;
    position: absolute;
    right: 0;
    width: 45px;
    background-color: rgba(255,255,255,.5);
    font-size: 16px;
    line-height: 45px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: center center;
}

    .professional-block-content a:hover {
        background-position: 109px center;
        color: #000;
        padding-right: 45px;
        width: 135px;
    }

.sec-curope {
    background-color: #ECE6E4;
}

section.sec-job {
    padding: 20px 0px 40px;
}

.sec-job .ttl {
    color: #107FC9;
    font-size: 1.143em;
    font-weight: 600;
    padding-top: 1%;
    margin: 5px 0px;
}

    .sec-job .ttl span {
        font-size: 1em;
        color: #7a7a7a;
        font-weight: 400;
    }

span.tot-visit {
    color: #FFF;
    font-size: 16px;
    padding: 5px 5px 0px 0px;
    margin: 0px;
}

.p-0 {
    padding: 0px !important;
}

a.p-0 img {
    height: 24px;
}

.vdo-hei {
    height: 239px;
}

li.pt-time {
    padding-left: 18px;
}

    li.pt-time h4 {
        font-size: 20px;
    }

    li.pt-time h4 {
        font-size: 21px;
        padding: 0px;
        margin: 8px 0px 0px;
    }

.pt-time hr {
    padding: 1px 0px;
    margin: 11px 10px 2px 0px;
}


.tab-content ul.list-unstyled li {
    /*display: inline-block;*/
    margin-bottom: 5px;
}

i.fa.fa-trophy.text-maroon.m-r-7 {
    margin-right: 12px;
}

i.fa.fa-caret-right.text-maroon.m-r-7 {
    margin-right: 10px;
}

.social_icon a:hover {
    color: #982a33 !important;
}

#footer a {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

    #footer a:hover {
        color: #982a33;
    }



.modal-footer {
    text-align: center !important;
}

.btn-default.btn-ima {
    color: #982a33;
    background-color: transparent;
    border-color: #982a33;
}

    .btn-default.btn-ima:hover {
        color: #FFF;
        background-color: #982a33;
        border-color: #982a33;
    }

.q-con .btn-info {
    width: 100%;
    margin-bottom: 25px;
}

.Q-ti {
    padding-top: 18px;
    font-weight: 600;
    padding-bottom: 2px;
}

.body-adv {
    text-align: center;
}

.body-adv {
    text-align: center;
    border: 1px solid #982a33;
    padding: 10px 0px;
}

.text-para {
    margin: 0px;
}

.ti-p {
    font-size: 16px;
    font-weight: 600;
    color: #45abcd;
}

.pop-btn {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0px 5px;
    text-align: center;
    /* margin: 0 auto; */
}

    .pop-btn a {
        border: 1px solid #982a33;
        padding: 10px 20px 10px;
    }

    .pop-btn a {
        border: 1px solid #982a33;
        padding: 4px 18px 6px;
        background: #982a33;
        color: #FFF;
    }

.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.html);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    background-attachment: fixed;
}

.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) {

    .fixed-top {
        position: unset !important;
    }

    .header#header {
        margin-top: 40px;
    }

    .section-head h2 {
        font-size: 22px;
    }

    .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 h1 {
        font-size: 22px;
        padding-top: 80px !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;
    }
}

section.con-invite {
    padding: 20px 0px 0px;
    background-color: #B18630;
    color: #FFF;
    font-weight: 600;
}

.con-invite .p1 {
    font-size: 21px;
    color: #FFF;
    text-transform: initial;
}

button.btn.btn-default.con-btn {
    padding: 3px 29px 4px;
    margin: 0px;
}

.model-con {
    margin: 0 auto !important;
}

.mba-notice {
    text-align: center;
    padding: 7px 0px 0px;
    color: #982a33;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
}

.mba-close {
    color: red;
    position: absolute;
    right: 6px;
    top: 6px;
}

.app-now {
    border: 1px solid #982a33;
    color: #982a33;
    padding: 5px 16px;
    border-radius: 0px;
}

    .app-now:hover {
        border: 1px solid #982a33;
        background-color: #982a33;
        color: #FFF;
    }

.cust-close {
    color: red !important;
}

.cart-left, .cart-right {
    background-color: #FFF;
    border-radius: 5px;
    padding: 8px 0px 24px;
    box-shadow: 0px 0px 13px #982a33;
    height: auto;
}

.inv-text {
    font-weight: 600;
    color: #982a33;
}

.inv-body {
    padding: 0px 10px;
}

.panel-heading.news-head {
    background-color: #982a33 !important;
    border-radius: 0px;
    padding: 10px 20px !important;
}

.news-foot {
    background-color: #982a33 !important;
    border-radius: 0px;
    padding: 6px 15px !important;
}

.news-item {
    border-left: 2px solid red;
    padding: 5px 10px 5px;
    margin-bottom: 10px;
}

.news-foot .prev, .news-foot .next {
    padding: 5px 10px 0px;
    border-radius: 0px !important;
}

.news-btn {
    border: 1px solid #982a33;
    padding: 3px 10px;
    font-size: 14px;
}

    .news-btn:hover {
        color: #982a33;
    }

section.informaton-bro {
    padding: 26px 0px 50px;
}

.vdo iframe {
    height: 315px !important;
    width: 100%;
}

.pgadmission-sec {
    text-align: center;
    /* background-color: #11a5fb; */
    background: linear-gradient(to right, #ff820e,rgb(167, 65, 65), #81c122);
    padding: 26px 0px;
}

.cta-text {
    color: #FFF;
    font-size: 23px;
    padding: 10px 0px;
}

.pgadmission-sec ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pgadmission-sec ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .pgadmission-sec ul li {
        display: inline-block;
    }

.pg-ul li a {
    font-size: 18px;
    color: #FFF;
}

    .pg-ul li a:hover {
        font-size: 18px;
        color: blue;
    }

.pg-ul li {
    width: 24%;
    text-align: left;
    padding: 10px 0px 0px;
}

ul.resu-mba {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.resu-mba li {
        display: block;
        padding: 0px 10px;
    }

section.notice1 {
    background-color: #efe5d4;
    padding: 35px 0px 35px;
}

.home-read a {
    border: 1px solid #982a33;
    padding: 6px 13px;
    color: #000;
}

section.notice2 {
    background-color: #fff8d4;
    padding: 38px 0px 41px;
}

.con-text {
    padding: 0px 14%;
    font-size: 16px;
}

.bdr-notice {
    border: 1px solid #982a33;
    padding: 20px 25px;
}

    .bdr-notice.text-center {
        border: 1px solid #982a33;
        padding: 4px 20px 33px;
        border-radius: 5px;
    }

.e-img-bdr {
    border: 3px solid #982a33;
}

.iqac-btn a {
    border: 1px solid #FFF;
    padding: 6px 14px 7px;
    border-radius: 5px;
    background-color: #765079;
    color: #FFF;
}

section.sec-unmesh-head {
    padding: 32px 0px;
}

    section.sec-unmesh-head h4 {
        font-size: 30px;
        font-weight: 600;
    }

    section.sec-unmesh-head p {
        color: #982a33;
        font-size: 19px;
        font-weight: 600;
    }

section.sec-unmesh-body {
    padding: 0px 0px 50px;
}

.sec-unmesh-body table tr:first-child {
    background-color: #982a33;
    color: #FFF;
}

.sec-unmesh-body table tr a {
    color: blue;
}



/*=====================================*/
@media(max-width:1199px) {
    ul .ul-other li {
        padding: 0px;
        display: block;
    }

    /*.sec-inst .doctor_info {
        height: 126px;
    }*/

    .vdo-hei {
        height: 196px;
    }

    .menu-wrap {
        padding-left: 7%;
    }
}

@media (max-width: 767px) {
    .section-head {
        padding: 100px 0 30px 0 !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 30vh !important;
    }
}

@media(max-width:991px) {
    .sec-inst .swiper_block {
        min-height: 200px;
    }

    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;
    }
}

@media(max-width:991px) {
    .img-sli {
        height: 350px !important;
    }

    .vdo-hei {
        height: 145px;
    }

    .cart-left, .cart-right {
        height: auto;
    }
}

@media (max-width: 767px) {
    .menu-wrap {
        /* padding-left: 7%; */
        display: block;
        justify-content: start;
    }

    .pt-time .ul-list-add li a {
        padding-left: 0px;
    }

    ul.ul-other li {
        padding: 0px;
        font-size: 16px;
    }

    .vdo-hei {
        height: 277px;
    }

    .clg-name {
        font-size: 18px;
        line-height: normal;
        margin-top: 6px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    .font10 {
        font-size: 10px;
    }

    #feedback-form {
        float: right;
        width: 100% !important;
        height: 100%;
        z-index: 9999;
        padding-top: 3px;
        padding-left: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
        background-clip: 'padding-box';
        border: 1px solid rgba(0,0,0,.2);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    .timeline .panel {
        position: relative;
        margin: 10px 0px 21px 45px !important;
        clear: both;
    }

    .timeline .line {
        position: absolute;
        width: 4px;
        display: block;
        background: currentColor;
        top: 0px;
        bottom: 0px;
        margin-left: 5px !important;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 12px;
    }

    /*.footer_icons .tp-banner_social_icons {
        margin: 8px 0 0px 46px;
    }*/

    .nav > li > a {
        position: relative;
        display: block;
        padding: 4px 16px !important;
    }

    .dropdown-menu.mega_dropdown > li > ul > li > a, .header2 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000 !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px 0px 0px 0;
        color: #000;
    }

    .dropdown-menu {
        font-size: 12px;
    }

    .poss-fix {
        display: none;
    }
    /*============== Mobile Menu ===========*/
    .cust-nav {
        padding-top: 41px;
    }
    /*ul.nav.navbar-nav.cust-nav li a {
    border-bottom: 1px solid #982a33;
}*/
    .poss-fix1 {
        position: unset !important;
    }

    /*.sec-inst .doctor_info {
        height: 124px;
    }*/

    .q-con .btn-info {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-left, .cart-right {
        height: auto;
    }

    .cart-right {
        margin-top: 10px;
    }

    .sign img {
        width: 100%;
        padding-left: 16px;
        margin: 0 auto;
    }

    .cart-left {
        MARGIN-TOP: 10PX;
    }

    .notice1 h6 {
        line-height: 25px;
        font-size: 15px;
    }
}

@media(max-width:600px) {
    .col-cust-xs {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .dis-none {
        display: none;
    }

    .dis-block {
        display: block;
    }

    td.bg-mar {
        display: block;
    }

    td.wid-50 {
        display: inline-block;
        width: 35%;
        border: none;
    }

    td.bg-mar p {
        padding: 10px 15px;
        margin: 0px;
    }

    .tb-tr {
        text-align: left;
        font-size: 22px;
    }

    .col-x-12 {
        width: 100% !important;
    }

    .vdo iframe {
        height: auto !important;
        width: 100%;
    }

    .signxs-cust {
        width: 100%;
    }

    .sign img {
        width: 45%;
        padding-left: 16px;
        margin: 0 auto;
    }

    .home-read a {
        font-size: 12px;
    }

    .con-text {
        padding: 0px 0%;
        font-size: 15px;
    }
}

@media(max-width:480px) {
    ul.ul-desk li {
        width: 100%;
    }

    section.sec-desk {
        padding: 24px 0px 19px;
    }

    .ti-p1 .b1 {
        display: block;
    }
}
/*@media (max-width: 1366px) {

    .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 10px !important;
}
    #feedback {
    position: fixed;
    right: 0;
    top: 12% !important;
    z-index: 9999;
    margin-right: -3px;
}
    #feedback-form {
    float: right;
    width: 40%;
    height: 100%;
    z-index: 9999;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    #headerImg img {
    height: 64px;
    width: 65px;
    }
}*/
@media(max-width:1366px) {
    .menu-wrap {
        padding-left: 3%;
    }
}

@media(max-width:380px) {
    .img-sli {
        height: 175px !important;
    }

    .caro-cap-text {
        padding: 0px 0px 0px;
    }

        .caro-cap-text p {
            font-size: 14px;
            line-height: 14px;
        }

    ol.carousel-indicators.cust-indic {
        bottom: -17px;
    }

        ol.carousel-indicators.cust-indic li {
            height: 9px;
            width: 9px;
        }

            ol.carousel-indicators.cust-indic li.active {
                height: 10px;
                width: 10px;
            }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 4px 10px !important;
    }

    #feedback {
        position: fixed;
        /*right: 0;*/
        top: 30% !important;
        z-index: 9999;
        margin-right: -3px;
    }

    #feedback-form {
        float: right;
        width: 100%;
        height: 100%;
        z-index: 9999;
        padding-top: 3px;
        padding-left: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
        background-clip: 'padding-box';
        border: 1px solid rgba(0,0,0,.2);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    #headerImg img {
        height: 64px;
        width: auto !important;
    }

    .nirf-logo {
        width: auto;
    }
}


@media print {
    input.noPrint {
        display: none;
    }

    body {
        font-size: 12px;
    }

    .dontPrint {
        display: none;
    }

    .centerImg .img-fluid {
        margin: 0 auto;
    }

    p {
        margin: 0 0 5px;
    }


    h4, .h4 {
        font-size: 18px;
    }

    .mt-3 {
        margin-top: 5px;
    }


    a:link:after, a:visited:after {
        content: "";
    }
}

@media (max-width: 575px) {
    .about1 ul li {
        width: 30% !important;
    }
}

.Carouselbtn {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

span.carousel-control-next-icon {
    background-color: #9a2827;
}

span.carousel-control-prev-icon {
    background-color: #9a2827;
}

/********************* google translate************************/

/* Paste the full CSS here */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

div#\:0\.targetLanguage {
    background-color: #fff;
    border: unset;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0;
    transition: all 0.3s ease;
    text-wrap: nowrap;
}

img.goog-te-gadget-icon {
    display: none !important;
}

iframe.goog-te-banner-frame {
    display: none !important;
}



.goog-logo-link, .goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0 !important;
}

#google_translate_element select {
    font-size: 14px;
    padding: 6px;
    color: #333;
    border-radius: 5px;
}


.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b span {
    color: #000 !important;
    background: #FFF;
}
/*********************Leadership Page Css******************************/

.profile-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

.profile-header {
    background: #9a2827;
    color: #fff;
    padding: 10px 20px 60px;
    text-align: center;
    position: relative;
}

.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid var(--accent-color);
    position: absolute;
    left: 50%;
    bottom: -90px;
    transform: translateX(-50%);
    background: #fff;
}

.profile-header h4 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.5rem;
}

.title-role {
    font-weight: 500;
    color: var(--accent-color);
    font-size: 1rem;
}

.profile-body {
    padding: 100px 30px 30px;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

    .profile-body p {
        margin-bottom: 1.2rem;
        text-align: justify;
    }

/* Responsive styles */
@media (max-width: 767.98px) {
    .profile-img {
        width: 120px;
        height: 120px;
        bottom: -70px;
    }

    .profile-header {
        padding-bottom: 50px;
    }

    .profile-body {
        padding: 90px 20px 25px;
        font-size: 0.95rem;
    }

    .profile-header h4 {
        font-size: 1.25rem;
    }

    .title-role {
        font-size: 0.95rem;
    }
}

.award-timeline {
    position: relative;
    padding-left: 30px;
    border-left: 3px solid #9a2833;
}

.award-item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

    .award-item::before {
        content: "";
        position: absolute;
        top: 20px;
        left: -39px;
        width: 15px;
        height: 15px;
        background-color: #cba156;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 3px #9a2833;
    }

.award-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.award-text {
    flex-grow: 1;
    min-width: 220px;
}

.award-title {
    font-weight: 600;
    color: #9a2833;
    font-size: 1.1rem;
    margin-bottom: 3px;
}

.award-meta {
    font-size: 0.95rem;
    color: #555;
}

.award-price {
    font-size: 1.1rem;
    font-weight: bold;
    color: #cba156;
    white-space: nowrap;
    align-self: flex-start;
}

@media (max-width: 576px) {
    .award-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .award-price {
        margin-top: 8px;
        align-self: flex-end;
        font-size: 1rem;
    }

    .award-title {
        font-size: 1rem;
    }

    .award-meta {
        font-size: 0.9rem;
    }
}
/*************Research Award*****************/
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header h2 {
        font-weight: bold;
        color: #0d6efd;
    }

.timeline {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #982a33;
    }

.timeline-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 60px;
}

    .timeline-item:last-child {
        margin-bottom: 0;
    }

.timeline-icon {
    position: absolute;
    left: 12px;
    top: 0;
    background: #fff;
    border: 4px solid #982a33;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #982a33;
    line-height: 30px;
}

.timeline-content {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

    .timeline-content h5 {
        margin-top: 0;
        font-weight: 600;
        color: #343a40;
    }

    .timeline-content p {
        margin: 5px 0 10px;
        color: #6c757d;
    }

.marks-tag {
    background-color: #d1a652;
    color: white;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

ul.custom-list li {
    list-style: disc;
    margin-left: 20px;
}

@media (max-width: 576px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 60px;
    }

    .timeline-icon {
        left: 5px;
    }
}
/*Accreditation and affiliation*/
.ranking-card {
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #ddd;
}

.ranking-header {
    background: linear-gradient(0deg, #b02930 20%, #dc4343 50%, #b02930 85%);
    color: white;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 0;
    width: 75%;
    margin: auto;
    margin-top: -12px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.last-sec {
    background-image: url(../../img/social/event-section-bg.html);
    background-position: initial;
    background-repeat: no-repeat;
    padding: 10px;
}

    .last-sec img {
        margin-bottom: -10px;
    }

.ranking-header1 {
    background: linear-gradient(0deg, #b02930 20%, #dc4343 50%, #b02930 85%);
    color: white;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 0;
    width: 75%;
    margin: auto;
    margin-top: -12px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.ranking-content {
    padding: 16px;
    text-align: center;
}

    .ranking-content img {
        width: 120px;
        margin-bottom: 12px;
    }

    .ranking-content h1 {
        font-size: 16px;
        font-weight: 600;
        margin: 10px 0;
        color: #333333;
    }

    .ranking-content a {
        display: inline-block;
        margin-top: 12px;
        border-radius: 4px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    .ranking-content p {
        text-align: center;
    }

.ranking-header:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -105%;
    right: 0;
    height: 10px;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #8e080f;
    border-radius: 100px 50px 0 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ranking-header:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: -105%;
    height: 10px;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    /* background: linear-gradient(to right, #b02930, #a81219); */
    border-radius: 50px 100px 0 0;
    background-color: #8e080f;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ranking-header1:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -105%;
    right: 0;
    height: 10px;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #8e080f;
    border-radius: 100px 50px 0 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ranking-header1:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: -105%;
    height: 10px;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    /* background: linear-gradient(to right, #b02930, #a81219); */
    border-radius: 50px 100px 0 0;
    background-color: #8e080f;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
/**********************List Of Ph.D************************************/
button default-tab {
    color: #fff !important;
}
/* Remove default Bootstrap tab look */
.nav-tabs {
    border-bottom: none;
    flex-wrap: wrap;
}

    .nav-tabs .nav-item {
        margin-bottom: 5px;
    }

    /* Base button style */
    .nav-tabs .tab-link {
        background-color: unset;
        color: #fff;
        border: none;
        /* border-radius: 25px; */
        padding: 5px 10px;
        font-weight: 500;
        /* transition: all 0.3s ease; */
    }
    /* Hover style */
    .nav-tabs .nav-link:hover {
        background-color: #e0e0e0;
        color: #000;
    }

    /* Active tab style */
    .nav-tabs .tab-link.active {
        background: #fff;
        color: #404040;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

/**********************Placement page************************************/
.icon-item {
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
}

    .icon-item i {
        display: block;
        margin: 0 auto 12px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
        border-radius: 50%;
        background: #eee;
        color: white;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        transition: background 0.3s ease, box-shadow 0.3s ease;
    }

    .icon-item span {
        font-size: 18px;
        font-weight: 600;
    }

    .icon-item:hover {
        transform: scale(1.1);
    }

        .icon-item:hover i {
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

/* Colors */
.red i {
    background: #e53935;
}

.orange i {
    background: #f57c00;
}

.green i {
    background: #43a047;
}

.blue i {
    background: #1e88e5;
}

.purple i {
    background: #8e24aa;
}

.teal i {
    background: #00897b;
}

.yellow i {
    background: #fbc02d;
    color: #333;
}

.dark i {
    background: #455a64;
}

.pink i {
    background: #d81b60;
}

/* Responsive */
@media (max-width: 600px) {
    .icon-item i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }

    .icon-item span {
        font-size: 16px;
    }

    .icon-grid {
        gap: 30px 40px;
    }
}

@media (max-width:992px) {
    .placementimg {
        display: none;
    }
}
/**********************Social Outreach************************************/

.outreach-section {
    background: #f9fafa;
    padding: 40px 20px;
    border-radius: 10px;
}

    .outreach-section .section-title {
        text-align: center;
    }

    .outreach-section .custom-list {
        padding-left: 1rem;
        list-style: none;
    }

        .outreach-section .custom-list li {
            margin-bottom: 12px;
            font-size: 1rem;
            line-height: 1.6;
            color: #333;
        }

        .outreach-section .custom-list i {
            margin-right: 8px;
        }

    .outreach-section .btn-outline-primary {
        border-radius: 30px;
        padding: 10px 20px;
        font-weight: 500;
    }

    .outreach-section .table th,
    .table td {
        vertical-align: middle;
    }

    .outreach-section .card {
        border: none;
        border-radius: 12px;
        background: #ffffff;
    }
/**************************About Section CSS********************************/

.td_about.td_style_1 .td_circle_text {
    height: 200px;
    width: 200px;
    border: 3px solid #000;
    border-radius: 50%;
    background-color: var(--accent-color);
    position: absolute;
    padding: 17px;
    bottom: 0;
    left: 35px;
    z-index: 3;
}

.td_about.td_style_1 .td_about_thumb_2 img {
    border-style: solid;
    border-color: #fff;
    border-width: 10px 0 0 10px;
}

.td_about.td_style_1 .td_about_thumb_wrap {
    margin-right: 34px;
    position: relative;
    padding-bottom: 36.7%;
}

.td_about.td_style_1 .td_about_year {
    position: absolute;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 14px;
    right: 25px;
    -webkit-text-stroke: 1px #000;
    color: transparent;
    z-index: 3;
}

.td_bold {
    font-weight: 700;
}


.td_fs_64 {
    font-size: 64px;
    line-height: 1.19em;
}


.td_about.td_style_1 .td_about_thumb_1 {
    padding-right: 124px;
    position: relative;
    z-index: 1;
}

.td_about.td_style_1 .td_about_thumb_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-left: 46%;
    z-index: 2;
    height: 100%;
    padding-top: 49.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.td_about.td_style_1 .td_circle_text img {
    -webkit-animation: rotate-anim 40s linear infinite;
    animation: rotate-anim 40s linear infinite;
}

@keyframes rotate-anim {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.td_about.td_style_1 .td_circle_text {
    height: 200px;
    width: 200px;
    border: 3px solid var(--heading-color);
    border-radius: 50%;
    background-color: #982a33;
    position: absolute;
    padding: 17px;
    bottom: 0;
    left: 35px;
    z-index: 3;
}

    .td_about.td_style_1 .td_circle_text svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.td_about.td_style_1 .td_circle_shape {
    position: absolute;
    height: 200px;
    width: 200px;
    border: 1px solid #000;
    border-radius: 50%;
    left: 0;
    bottom: 70px;
}


@media (max-width: 575px) {
    .td_about.td_style_1 .td_circle_shape {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: -30px;
        bottom: 40px;
    }
}

@media (max-width: 991px) {
    .td_fs_64 {
        font-size: 46px !important;
    }
}

@media (max-width: 575px) {
    .td_about.td_style_1 .td_circle_text {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 5px;
        bottom: -20px;
    }
}

/**************************Reaserch*******************************/

.awards-sectionn {
    padding: 60px 0;
    background-color: #f8f9fa; /* Light background for the section */
    text-align: center;
    background-image: url("../../img/banner21.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

    .awards-sectionn .award-card {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 30px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; /* Ensure cards are same height in a row */
    }

        .awards-sectionn .award-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }

        .awards-sectionn .award-card h4 {
            color: #9a2827; /* A prominent blue for award titles */
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .awards-sectionn .award-card p {
            font-size: 1.1em;
            color: #343a40;
            font-weight: 600;
            margin-bottom: 0;
        }

        .awards-sectionn .award-card .award-amount {
            font-size: 1.3em;
            color: #181b19;
            font-weight: 700;
            text-align: center;
        }




    .awards-sectionn .view-more {
        color: #000;
        font-size: 15px;
        padding: 3px 10px;
        margin: 0;
        border: 1px solid #9a2827;
        background-color: #fff;
        margin-top: 10px;
        transition: 0.3s ease-in-out;
    }
/**************************Ombudsperson*******************************/
.ombudsperson-section {
    background: #f9f9fc;
    background-image: url(../../img/banner21.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.ombudsperson-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

    .ombudsperson-card .card-title {
        font-weight: 700;
        color: #212529;
    }

    .ombudsperson-card .card-subtitle {
        color: #9a2827;
        font-weight: 600;
        font-size: 1rem;
    }

    .ombudsperson-card .info-label {
        font-weight: 600;
        color: #6c757d;
        margin-bottom: 0.25rem;
        font-size: 16px;
    }

.ombudsperson-icon {
    color: #9a2827;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

/* Responsive Tweaks */
@media (max-width: 576px) {
    .ombudsperson-card {
        padding: 1.5rem !important;
    }

        .ombudsperson-card .card-title {
            font-size: 1.5rem;
        }

        .ombudsperson-card .card-subtitle,
        .ombudsperson-card .info-label {
            font-size: 0.95rem;
        }

    .ombudsperson-icon {
        font-size: 1rem;
        margin-top: 0.2rem;
    }

    .d-flex.align-items-start {
        flex-direction: row;
        gap: 0.5rem;
    }
}
/************sharing button****************/
.floating-share {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.share-icons {
    /*display: flex;*/
    gap: 12px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
    margin-left: 10px;
}

    .share-icons.show {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }

    .share-icons a {
        font-size: 1.4rem;
        /*color: white;
                            background: #cba156;*/
        padding: 2px;
        border-radius: 50%;
        transition: transform 0.2s ease;
    }

        .share-icons a:hover {
            transform: scale(1.15);
            /*background-color: #b28b46;*/
        }

.share-btn {
    background-color: #9a2827;
    border: none;
    padding: 8px 14px;
    border-radius: 50%;
    color: white;
    font-size: 1.4rem;
}
/***********************Funded reserch project**********************/
.section h3 {
    background: #982a33;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
}

.card {
    background: white;
    border-radius: 10px;
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
    padding: 20px;
    margin: 15px 0;
    transition: transform 0.3s ease;
}

    .card:hover {
        transform: translateY(-4px);
    }

.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 15px;
}

.info-item {
    flex: 1 1 200px;
    margin-bottom: 8px;
}

.total-highlight {
    background: #982a332e;
    font-weight: bold;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}
/********************************************************/
@media (max-width: 992px) { /* Medium devices (tablets) */
    .page-title h1 {
        font-size: 2rem;
        margin-bottom: 50px !important;
    }
}

@media (max-width: 768px) { /* Small devices (phones) */
    .page-title h1 {
        font-size: 2.2rem;
        margin-bottom: 50px !important;
    }
}

@media (max-width: 576px) { /* Extra small devices */
    .page-title h1 {
        font-size: 1.5rem;
        margin-bottom: 50px !important;
    }
}

.LeadershipSection {
    background-color: #cccccc47;
}

#members .team-card {
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    #members .team-card:hover {
        transform: translateY(-5px);
    }

#members .team-image img {
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
    border-radius: 50%;
    margin: auto;
}

#members .team-info {
    padding: 20px 0 20px 0;
    text-align: center;
    position: relative;
}

#members button.open-modal.ViewMessage.ms-3 {
    margin: 0;
    color: #982a33;
    font-weight: bold;
    background-color: #cccccc47;
    padding: 9px 25px;
    font-size: 16px;
    border: unset !important;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

    #members button.open-modal.ViewMessage.ms-3:hover {
        margin: 0;
        color: #fff;
        font-weight: bold;
        background-color: #982a33;
        padding: 9px 25px;
        font-size: 16px;
        border: unset !important;
        border-radius: 5px;
    }

#members .team-name {
    font-size: 22px;
    margin: 0 0 10px;
    color: #333;
}

    #members .team-name a {
        text-decoration: none;
        color: inherit;
        transition: color 0.3s ease;
    }

        #members .team-name a:hover {
            color: #0077b5;
        }

#members .team-role {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

#members .team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#members .social-icon {
    font-size: 18px;
    color: #444;
    transition: color 0.3s ease;
}

    #members .social-icon:hover {
        color: #0077b5;
    }


#members .custom-modal-content {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    padding: 20px;
}

/* Optional: Increase max width beyond modal-lg */
@media (min-width: 992px) {
    #members .modal-lg {
        max-width: 900px; /* Customize as needed */
    }
}

@media (max-width: 576px) {
    #members .modal-content {
        padding: 15px;
    }

    #members .modal-title {
        font-size: 1.1rem;
    }
}

#facultyModalMessage {
    text-align: justify;
}

.modal-header.text-white {
    background: #982a33;
    padding: 10px;
}
/***************Feedback css******************/
.modal-header .close {
    color: #000 !important;
    margin: -37px 15px;
}

.modal-header {
    text-align: left;
    padding: 0;
}

.npf_cpt_new {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    height: 50px;
}

#lblMessage {
    color: yellow;
    font-size: 13px;
}

lblMessage1 {
    color: green;
}

.cptImgBox {
    position: relative;
    height: 35px;
    width: 49%;
    float: left;
}

.beforeCImage_new {
    left: 1px;
}

.npf_cpt_new img {
    height: 100% !important;
    width: 100% !important;
}

.afterCImage_new {
    right: 1px;
}

.npf_cpt_new .CaptchaRefreshBtn {
    color: #000;
    border: none;
    position: absolute;
    right: 2px;
    background-color: #fff;
    font-size: 0;
    top: 4px;
    padding: 0;
    left: auto;
    z-index: 11;
}

.npf_cpt_new .form-group.label-floating.captcha-text {
    float: right;
}

.npf_cpt_new .form-group.captcha-text {
    float: right;
    width: 49%;
}

#captcha {
    background-color: #fff;
    padding: 0;
    height: 35px;
    margin-bottom: 0;
}

/*.ButtonStyle {
    background-color: #ffffff;
    color: #982a33;
}*/
.form-control {
    border-radius: 0 !important;
    outline: none;
    font-size: 13px;
    height: 35px;
    color: #000;
    border: none;
    background-color: #fafafa;
}

.form-title {
    font-size: 25px;
    text-align: center;
    padding: 0;
    color: #982a33 !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
}

.text1 {
    border: unset;
    height: 35px;
    width: 100%;
    box-shadow: unset;
    font-family: Verdana;
    padding: 5px 10px;
    margin: 4px 10% 4px 5%;
    background-color: #fff !important;
    border-radius: 10px !important;
    margin: 7px 0;
}

select, #cmbCourse {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #CCC;
    font-weight: 200;
    font-size: 12px;
    margin: 2px 10% 2px 5%;
    font-family: Verdana;
    padding: 0px 10px;
    margin: 10px 0;
}

.modal-content {
    border-radius: 20px;
    padding: 10px;
}

.feedback-layout {
    background-image: url('../img/ERPBackground.jpg');
    /*background-image: url('../img/bg-testimonial1.jpg');*/
    /* background-image: url(../img/Section-bg.jpg); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0%;
    overflow: visible;
    padding-top: 20px;
    border-radius: 10px;
}

.form-check-label {
    text-align: left;
    color: #fff;
}

.form-group {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
}

.checkbox label {
    padding-left: 0px !important;
    color: #fff !important;
}




#feedback-tab, #feedback-tab:hover {
    background-color: #0d3b67
}

#feedback-tab, .form-title {
    text-align: center;
    color: #fff
}

.modal-dialog {
}

#feedback {
    position: fixed;
    right: -40px;
    top: 35%;
    z-index: 9999;
}

#enquirybtn {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(450deg) !important;
    background-color: #b79652 !important;
    color: #fff;
    padding: 3px 25px;
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 18px;
}

    #enquirybtn:hover {
        background-color: transparent;
        color: #000;
        border: 1px solid #b79652;
        transition: ease-in-out 0.3s;
    }

#feedback-form {
    background-color: transparent;
    float: right;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    border-radius: 0px;
    display: block !important;
    margin-bottom: 0;
    border: unset;
}

.modal-body {
    position: relative;
    padding: 10px;
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: #982a33;
    margin-top: 100px;
    margin-right: -42px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

    #feedback-tab:hover {
        background-color: #FFF;
        color: #982a33;
    }

#feedback-form textarea {
    resize: none;
}
/*============== Custom CSS ==========*/
.text-en-form {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 11px 1px;
}

.EnquiryBox hr {
    margin: 17px 0px 19px;
}

.EnquiryBox {
    height: 100%;
    padding: 15px;
}

/*=============== Media Query ==============*/

@media (max-width: 1024px) {
    .text-en-form {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .text-en-form {
        font-size: 18px;
    }
}
/***************Custome css****************/


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

    .counter-facts .counter:before {
        content: "";
        position: absolute;
        height: 105px;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 10px 10px 0 0;
        background-color: #982a33;
    }

    .counter-facts .counter .counter-icon {
        position: relative;
        width: 120px;
        height: 100px;
        margin: 0 auto 10px;
        border-radius: 10px 10px 0 0;
        transform: translateY(-20px);
        font-size: 50px;
        line-height: 90px;
        color: var(--bs-secondary);
        background: rgb(182 145 80);
        clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
    }

        .counter-facts .counter .counter-icon:before {
            content: "";
            position: absolute;
            width: 120px;
            height: 90px;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 10px 10px 0 0;
            background: #fff;
            z-index: -1;
            clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
        }

    .counter-facts .counter:hover .counter-icon i {
        transform: rotate(360deg);
        transition: all 0.3s ease;
    }

    .counter-facts .counter h3 {
        color: #000;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 5px 0;
    }

    .counter-facts .counter .counter-value {
        font-size: 30px;
        font-weight: 700;
        display: block;
        color: var(--bs-secondary);
    }

i.fa.fa-file-pdf-o {
    color: #982a33;
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter {
        margin-bottom: 40px;
    }
}
/*** Counter Facts End ***/


.middle-nav {
    border-bottom-left-radius: 75px;
    padding: 10px 0;
}

@media (max-width: 992px) {
    .middle-nav {
        border-radius: unset !important;
        padding: 0;
    }
}

@media (max-width: 992px) {
    .middle-nav {
        border-radius: unset !important;
        padding: 0;
    }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background: url(../img/hero-bg.html) top center;
    background-size: cover;
    /* position: relative; */
    padding: 0;
}

    #hero .container {
        padding-top: 110px;
    }


.logoPrint img {
    margin: auto;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 98px;
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: "Arial", sans-serif !important;
}

    #hero h1 span {
        color: #cda45e;
    }

#hero h2 {
    color: #eee;
    margin-bottom: 10px 0 0 0;
    font-size: 22px;
}

#hero .btns {
    margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: white;
    border: 2px solid #cda45e;
}

    #hero .btn-menu:hover,
    #hero .btn-book:hover {
        background: #cda45e;
        color: #fff;
    }

#hero .btn-book {
    margin-left: 15px;
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

    #hero .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    #hero .play-btn::before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        animation-delay: 0s;
        animation: pulsate-btn 2s;
        animation-direction: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(205, 164, 94, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    #hero .play-btn:hover::after {
        border-left: 15px solid #cda45e;
        transform: scale(20);
    }

    #hero .play-btn:hover::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        animation: none;
        border-radius: 0;
    }

@media (min-width: 1600px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #hero .play-btn {
        margin-top: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
        padding: 0 !important;
    }

        #hero .container {
            padding-top: 130px;
            padding-bottom: 60px;
        }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------*/
/*section {
    padding: 10px;
}*/

.colors_dimension {
    height: 60px;
}

.dontPrint.naac-re-accredited {
    font-size: 13px;
}

.bg-white {
    background-color: #fff;
}

h2 {
    font-size: 20px;
}

.alert {
    border-radius: 0;
}

.lists ul {
    padding: 0;
}

.radio-alignment {
    padding: 0 11px 0 9px;
}

.head_center {
    margin-bottom: 20px;
    font-size: 25px;
}

.panel-heading {
    padding: 16px 20px;
}

.approval {
    padding: 30px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/bg-section.html');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.accordian_alignment .panel-group .panel {
    margin-bottom: 20px;
}

.accordian_alignment .panel-title {
    color: #107FC9;
}

.doc_feedback ul {
    list-style: none;
}

.form_bg {
    background-color: #F9F9F9;
}

.doctor_list ul {
    margin-left: -35px;
    list-style: none;
    line-height: 30px;
}

.doctors_links ul {
    list-style-image: url("../images/right-arrow.html");
    line-height: 30px;
}

.img_border {
    border: 2px solid #d1a84d;
    background-color: #f6f3f3ab;
}

.panel-info > .panel-heading {
    color: #fff;
}

.input_warning:focus {
    border-top: 1px solid #ff820e;
}

.input_success:focus {
    border-top: 1px solid #81C122;
}

.input_danger:focus {
    border-top: 1px solid #e23b3b;
}

.input_info:focus {
    border-top: 1px solid #765079;
}

.font30 {
    font-size: 30px;
}

.font60 {
    font-size: 60px;
}

.font50 {
    font-size: 50px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font40 {
    font-size: 40px;
}

.font15 {
    font-size: 15px;
}

.font28 {
    font-size: 28px;
}

.font80 {
    font-size: 80px;
}

.cursor_pt {
    cursor: pointer;
}

.depatment_links ul {
    list-style-type: none;
}

.depatment_links li a {
    display: block;
    padding: 0 10px;
}

.tot-count a {
    display: inline-block !important;
    position: relative;
    left: -13px;
    top: -2px;
}

.name_block {
    background-color: #fff;
    padding: 30px 10px;
    margin-top: -10px;
}

.swiper_block:hover .name_block, .swiper_block:hover h5:after {
    background-color: #107FC9;
    color: #fff !important;
    border-right: none;
    border-left: none;
    border-top: 2px solid #fff;
}

    .swiper_block:hover .name_block h5 {
        color: #fff !important;
    }

.swiper_button {
    border: none;
    margin: 0 10px 10px 0;
    background-color: transparent;
    outline: none;
}

.swiper_block {
    border: 1px solid #f1f1f1;
    margin: auto;
}

.program {
    position: relative;
}

.pad15 {
    padding: 0 15px;
}

.program_text {
    position: absolute;
    top: 5%;
}

.program_text2 {
    position: absolute;
    top: 56.25%;
}

.img_margin {
    margin: 0 auto;
}

.count_prog {
    position: absolute;
    top: 1%;
    left: 4%;
    z-index: 2;
}

.count_progin {
    background-color: #107fc9;
    padding: 5px 10px;
    color: #fff;
}

.top_tittle_div {
    border-top: 3px solid #107fc9;
}

.f-weight {
    font-weight: 700;
}

.dept_border_left {
    border-left: 2px solid #f1f1f1;
}

.quote_div {
    border-left: 3px solid #107fc9;
    padding: 30px !important;
}

.dept_model .modal-header {
    background-color: #107fc9 !important;
}

.modal-header .close {
    color: #fff;
    outline: none;
}

.dept_img_effect:hover .div_border {
    background-color: #107FC9;
    cursor: pointer;
    color: #107fc9 !important;
}

.dept_img_effect:hover .text_hover {
    color: #107fc9 !important;
    cursor: pointer;
}

.img_dept_round {
    margin: 15px 16px;
}

.div_border {
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.ihover_width {
    width: auto !important;
    border: none !important;
}

.ihover_background {
    background-color: #107fc9 !important;
    color: #fff !important;
    height: 35% !important;
}

    .ihover_background p {
        color: #fff !important;
        font-style: normal !important;
    }

.text_ihover {
    padding: 20px !important;
    line-height: 24px;
}

.dept_imgmod {
    width: 105px;
}

.department_model_footer {
    border: none !important;
}

.m-l-n68 {
    margin-left: -68px;
}

.ihover_background_single {
    background-color: #107fc9 !important;
    color: #fff !important;
    height: 55% !important;
}

    .ihover_background_single p {
        color: #fff !important;
        font-style: normal !important;
    }

.department_swiper .ih-item.square {
    height: 150px;
}

.bg_footer_bottom {
    /*background-color: #060606;*/
    /*background:linear-gradient(to right, rgb(111, 0, 0), rgb(210, 141, 1));*/
    /*background:linear-gradient(to right, rgb(111, 0, 0),rgb(158, 61, 88), rgb(111, 0, 0));*/
    background-color: #982a33;
}

.borderless > tbody > tr > th, .table > tbody > tr > td {
    border-top: none;
}

.footer_link:hover .home, .footer_link:hover .address {
    color: #fff !important;
}

.subscribe {
    margin: -5px 0 0 -12px;
}

@media (min-width: 320px) and (max-width: 991px) {
    .footer_copy {
        text-align: center !important;
    }

    .footer_pad {
        padding: 10px;
    }
}

#footer .footer-card {
    background: #107FC9;
    position: absolute;
    margin: -66px 0 0 68%;
    padding: 10px 20px 6px 20px;
}

@media (min-width: 320px) and (max-width: 500px) {
    #footer .footer-card {
        margin-left: 50%;
    }
}

@media (min-width: 1000px) and (max-width: 1338px) {
    #footer .footer-card {
        margin-left: 76%;
    }
}

#footer .footer-card:before {
    border-left: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 128px;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-card span {
    color: #FFF;
    font-size: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .newsticker {
        height: 235px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .newsticker {
        height: 255px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .newsticker {
        height: 310px !important;
    }
}

.list-inline > li {
    display: inline-block;
}

.btn-info {
    color: #982a33 !important;
    background-color: transparent !important;
    border-color: #982a33 !important;
}

    .btn-info:hover {
        color: #fff !important;
        background-color: #982a33 !important;
        border-color: #982a33;
    }


.layer-footer {
    background: rgba(48, 139, 214, 0.5)
}


.contact_bg {
    background-image: url("../images/contact.html");
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-banner {
    background-color: #3a3a3a;
}

.facebook_hvr a i:hover, .header_top .facebook_hvr a i:hover {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

.twitter_hvr a i:hover, .header_top .twitter_hvr a i:hover {
    background-color: #1DA1F2;
    border: 1px solid #1DA1F2;
}

.gplus_hvr a i:hover, .header_top .gplus_hvr a i:hover {
    background-color: #DB4437;
    border: 1px solid #DB4437;
}

.tp-banner_clr {
    color: #ddd;
}

.tp-banner_social_icons li a i {
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 2px 6px;
    width: 34px;
    font-size: 17px;
    color: #3a3a3a;
    padding: 7px;
    transition: all 0.2s ease-in-out;
    background-color: #ddd;
}

.tp-banner_social_icons {
    margin: 6px 0 1px 0;
}

    .tp-banner_social_icons li a i:hover {
        color: #fff;
    }

.mega-dropdown-menu.animated, .dropdown-menu.animated {
    animation-duration: 0.3s;
}

.mega-dropdown {
    position: static !important;
}

.blog_menu, .blog_menu ul {
    padding: 0;
}

    .blog_menu li a {
        padding: 12px 20px;
    }

@media (min-width: 768px) {
    .blog_menu {
        right: -43px !important;
    }
}




/*search icon*/
#search_large {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(16, 127, 201, 0.6);
    left: 0;
    top: 0;
    margin: 0 auto;
    z-index: 9999;
    transform: scale(1, 0);
    transform-origin: top;
    transition-duration: 1000ms;
}

.search_wrap {
    margin: 0 auto;
    max-width: 800px;
    padding-top: 350px;
}

    .search_wrap #search-close {
        background: none;
        position: absolute;
        top: 50%;
        left: 45%;
        border: none;
    }

        .search_wrap #search-close:before {
            content: '';
            width: 60px;
            height: 60px;
            border: 4px solid #fff;
            position: absolute;
            left: -60%;
            top: -65%;
            border-radius: 50%;
        }

    .search_wrap button#submit_search {
        border: none;
        background: transparent;
    }

.input-search::-webkit-input-placeholder {
    color: #fff;
}

.search_wrap input#search_input {
    background: 0 0;
    border: 0;
    width: 87%;
    line-height: 65px;
    outline: 0 !important;
    color: #fff;
    font-size: 25px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
}

.input-search:-moz-placeholder, .input-search::-moz-placeholder {
    color: #fff;
}

.business_hours .table > tbody > tr > td {
    padding: 8px 0;
}

.footer_icons .tp-banner_social_icons {
    margin: 6px 0 1px -8px;
}

.header_top .tp-banner_social_icons li a i {
    background-color: #fff;
    border: 1px solid #fff;
}

@media (max-width: 350px) {
    .header_modal_icons .list-inline > li {
        padding-left: 0;
        padding-right: 0;
    }
}

.info_icon {
    float: left;
}

.search-form {
    border: 1px solid #3a3a3a;
    border-radius: 3px;
}

.fix {
    overflow: hidden;
}

.search-form input[type="text"] {
    float: left;
    padding: 10px 0 10px 5px;
    font-size: 12px;
    border: none;
    outline: 0;
}

.input-submit .fa-search {
    position: relative;
    top: 10px;
    right: 10px;
    float: right;
}



@media (min-width: 1200px) {
    .header_search_align {
        right: 200px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .dontPrint.naac-re-accredited {
        font-size: 10px;
    }

    .section-title1 h2 {
        font-size: 25px !important;
    }

    .section-title h2 {
        font-size: 25px !important;
    }

    .section-title1 h2 {
        font-size: 25px !important;
    }

    h6 {
        font-size: 13px;
    }

    .section-title h1 {
        font-size: 20px;
    }

    .specialization-name {
        font-size: 17px !important;
    }

    h4 {
        font-size: 18px;
    }

    .header_btn {
        padding: 4px 0 4px 0;
    }

    .header-2 {
        position: relative;
    }


    #return-to-top img {
        width: 44px !important;
    }

    section {
        padding: 10px 0 !important;
    }
}

.phn_icon {
    padding-left: 20px;
}

.tpbanner_icons_align {
    padding: 25px 25px 0 0;
}

.top_area_icon {
    border: 2px solid #107fc9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px 0 0 12px;
}

.email_icon_align {
    padding: 6px 8px;
}

@media (max-width: 767px) {
    .header_top {
        text-align: center;
    }

    .head_center {
        font-size: 22px !important;
    }
}


.header_hr {
    margin-bottom: 0;
}

.header_search {
    position: absolute;
    padding: 20px;
    border: 1px solid #107fc9;
    width: 260px;
    z-index: 99;
}


.header_top_icon, .index3_book_appointment .header_top_icon {
    float: left;
    border-radius: 50%;
    border: 1px solid #107fc9;
    padding: 10px 0 0 13px;
    margin-top: 5px;
    height: 45px;
    width: 45px;
}

@media (min-width: 768px) {
    .header5.header_align {
        z-index: 1020;
        width: 100%;
        position: fixed;
    }
}

.aboutus_section_bgclr {
    background-color: #fafafa;
}

.left_icon .fa-question-circle {
    margin: -3px 0 0 3px;
}

.text_justify {
    text-align: justify;
}

.heading_border {
    border: 2px solid #107fc9;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 16px 0;
}

.left_icon {
    border: 2px solid #107FC9;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 20px 0 0 18px;
}

.hvr-radial-out:before {
    background-color: #107fc9;
}

.left_align {
    float: right;
}

.advantages_image {
    position: relative;
    width: 100%;
    text-align: center;
}

    .advantages_image img {
        position: absolute;
        left: 40%;
        margin: 0 auto;
        top: -698px;
    }

@media (max-width: 992px) {
    .advantages_image img {
        position: static;
    }
}

.right_align {
    float: left;
}

.form_shadow {
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.input_name {
    border: none;
    border-radius: 3px;
}

    .input_name:focus {
        box-shadow: none;
        border-top: 1px solid #107FC9;
    }

.doctor_content {
    padding: 20px;
    opacity: 0;
    margin-top: -5px;
}

.doctors_team {
    border: 1px solid #f1f1f1 !important;
}

    .doctors_team:hover .doctor_content {
        opacity: 1;
    }

    .doctors_team:hover .doctor_name {
        top: 10px !important;
    }

    .doctors_team:hover {
        transition: border ease 0.1s;
        box-shadow: -2px 0 30px -5px #9e9c9e;
    }

.doctor_name {
    position: relative;
    top: 50px;
}

.icons_bordertop {
    border-top: 1px solid #f1f1f1;
}

@media (min-width: 768px) {
    .section2_right > dd {
        margin-left: 180px;
    }
}

@media (min-width: 768px) {
    .section2_right > dt {
        width: 160px;
        float: left;
    }
}

.section2_image {
    display: inline-block;
    cursor: pointer;
    width: 90px;
    height: 90px;
    position: relative;
}

.section2_effect:hover .section2_image:after {
    transform: scale(1);
    opacity: 1;
}

.section2_effect .section2_image:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #107FC9;
    transition: transform 0.4s, opacity 0.2s;
    transform: scale(1.2);
    opacity: 0;
}

.section2_image:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}

hr.about_hrline {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
}

.index3_news .blog_list_ul, .index5_team .ih-item.square.effect13 .info {
    background-color: rgba(16, 127, 201, 0.5);
}

[class^=imghvr-] figcaption {
    background-color: rgba(44, 62, 80, 0.7);
}

.imghover_icon {
    padding: 10px 0 0 13px;
}

.doctors_team:hover .imghvr-zoom-in figcaption {
    transform: scale(1);
    opacity: 1;
}

.form_shadow label {
    font-weight: 300;
}

.index_align .breadcrumb {
    background: none;
    padding: 0;
}

.doctor_icon {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: white;
}

.aboutus_appointment {
    border: 30px solid #107fc9;
    border-radius: 25px;
}

.about_img_align {
    top: 80px;
}

.about_adv_medkit {
    padding: 16px 18px;
}

.about_adv_stethoscope {
    padding: 18px 24px;
}

.about_adv_plus {
    padding: 18px 21px;
}

[class^=imghvr-] {
    background-color: transparent;
}

@media (max-width: 380px) {
    .datetimepicker_res .bootstrap-datetimepicker-widget {
        left: -70px !important;
    }
}

.btn .glyphicon-chevron-up:hover, .btn .glyphicon-chevron-down:hover {
    color: #107fc9;
}

.text_bg {
    background-color: #107fc9;
    padding: 10px;
    line-height: 30px;
}

.swiper_button {
    border: none;
    background-color: transparent;
    outline: none;
}

.events_bg {
    background-color: #f6f6f6;
    padding-top: 1px;
}

.contact li, .doctors li {
    list-style-type: none;
}

.event_input:focus {
    border-top: 2px solid #107fc9;
    box-shadow: none;
}

.sorting_list {
    display: -webkit-box;
}


.event_details {
    border: 2px solid #e0e0e0;
    box-shadow: 10px 10px 25px #e0e0e0;
}



.blog_border_right {
    padding-left: 15px;
}

.events .ih-item.square.effect3 .info h3 {
    text-transform: none;
}

.testimonial_section_image {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #ddd;
}

.testimonial_swiper_prev, .testimonial_swiper_next {
    height: 20px;
}

.testimonial_align {
    background-image: url("../images/success_bg.html");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#owl-carousel2 button.owl-prev {
    position: absolute;
    left: 0;
    margin: auto;
    top: 50%;
    background-color: #982a33;
    color: #fff;
    width: 35px;
    height: 35px;
}

#owl-carousel2 .owl-dots {
    display: none;
}

#owl-carousel2 button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #982a33;
    color: #fff;
    width: 35px;
    height: 35px;
    margin: auto;
}

.slider-selection {
    background: #107fc9;
}

.slider-handle {
    width: 3px;
    background-color: #107fc9;
    margin-top: -3px;
}

.slider.slider-horizontal .slider-track {
    height: 3px;
}

.slider.slider-horizontal .slider-handle {
    margin-left: 0;
}

.doctors .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -2px;
}

.input_width {
    width: 80px;
}

.slider.slider-horizontal {
    width: 100%;
}

.planning_bg {
    background-color: #05253b;
}

.planning_text {
    padding-left: 30px;
}

.clients img:hover {
    opacity: 1;
}

.clients img {
    opacity: 0.4;
    transition: opacity .5s linear;
}

.f-weight700 {
    font-weight: 700;
}

.planning li {
    list-style-type: none;
    margin-left: -30px;
}

.online_booking {
    background-image: url("../images/backimg.html");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    position: relative;
}

.book_doc {
    text-align: right;
    left: 50%;
    bottom: 0;
    position: absolute;
}

@media (min-width: 320px) and (max-width: 767px) {
    .online_booking {
        text-align: center;
        margin-top: 70px;
    }
}

.plans_tags {
    padding-left: 0 !important;
}

.list_margin {
    margin-left: -15px;
    line-height: 30px;
}

.panel_top .panel-default > .panel-heading {
    background-color: #fff !important;
    border-left: 4px solid #107fc9;
}

    .panel_top .panel-default > .panel-heading.heading_hover {
        background-color: #107fc9 !important;
        border-left: 4px solid #107fc9;
    }

.accordian_alignment .heading_hover .panel-title {
    color: #fff !important;
}

.card {
    padding: 15px;
}

.font_quote {
    position: absolute;
    top: -6%;
    left: -3%;
}

.services_list ul {
    list-style: none;
    list-style-image: url("../images/right-arrow.html");
}

.ihover_width_services {
    width: auto !important;
    border: none !important;
}

.ihover_background_services a {
    color: #fff !important;
}

    .ihover_background_services a:hover {
        color: #107fc9 !important;
    }

.ihover_background_services p {
    font-style: normal !important;
}

.ihover_background_services h3 {
    background-color: transparent !important;
    color: #fff !important;
}

.img_margin {
    margin: 0 auto;
}

.swiper_block:hover .ih-item.square.effect6.from_top_and_bottom .info p {
    transform: translateY(0);
}

.swiper_block:hover .ih-item.square.effect6 .img {
    transform: scale(1.2);
}

.swiper_block:hover .ih-item.square.effect6.from_top_and_bottom .info {
    visibility: visible;
    opacity: 1;
}

.shadow_services {
    box-shadow: 20px 12px 12px #e0e0e0 !important;
}

.list_margin {
    margin-bottom: 0 !important;
}

@media (max-width: 390px) {
    .text_ihover {
        padding: 0 !important;
    }
}

.content_border_right {
    border-right: 1px dashed #646464;
}

.content_border_bottom {
    border-bottom: 1px dashed #646464;
}

.content_border_bottom_clr {
    border-bottom: 1px dashed #fff;
}

.content_border_right_clr {
    border-right: 1px dashed #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .history_content {
        margin: 40px 0 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .history_content {
        margin: 55px 0 60px 0;
    }
}

.history_box_shadow {
    box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.5);
}

.background_history {
    background-image: url("../images/history_img1.html");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.branch_hr {
    margin-top: 18px;
    margin-bottom: 18px;
}

@media (min-width: 992px) {
    .blood_donate_section .mask_bottom {
        padding: 20px 15px 20px 15px;
        position: absolute;
        bottom: -320px;
        transition: all 0.3s ease-out 0s;
    }

    .blood_donate_section .blood_donate_content:hover .mask_bottom {
        bottom: 20px;
        transition: all 0.3s ease-out 0s;
    }

    .blood_donate_section .mask_top {
        width: 100%;
        padding: 40px 0;
        position: absolute;
        top: 0;
        transition: all 0.3s ease-out 0s;
    }

    .blood_donate_section .blood_donate_content:hover .mask_top {
        top: -200px;
        transition: all 0.3s ease-out 0s;
    }
}

.blood_donate_section .blood_donate_content {
    overflow: hidden;
    position: relative;
    height: 275px;
    margin-bottom: 20px;
    cursor: pointer;
}

.blood_donate_section .mask_bottom img, .consult_dept .select2-container--default .select2-selection--single {
    height: 40px;
}

@media (max-width: 768px) {
    .blood_donate_section .blood_donate_content {
        height: auto;
    }
}

.hospital_image {
    position: relative;
    z-index: 1;
}

    .hospital_image .hover_search {
        background-color: rgba(44, 62, 80, 0.7);
        height: 100%;
        position: absolute;
        top: 0;
        transition-duration: 500ms;
        width: 100%;
        opacity: 0;
    }

    .hospital_image .links {
        top: 45%;
        margin-top: -17.5px;
        position: absolute;
        right: 50%;
        margin-right: -17.5px;
    }

.upcoming_camps:hover .hospital_image .hover_search, .experts:hover .experts_padding .hover_search {
    opacity: 1;
}

.upcoming_camps:hover .hospital_image .links {
    animation: fadeInDown 800ms ease-in-out;
}

.rating .timer > li {
    padding: 15px 0;
    width: 23%;
}

.rating {
    border-bottom: 3px solid #107fc9;
}

.timer_padding {
    padding: 15px 0 5px 0;
}

.blood_bg {
    background-image: url("../images/blood_background.html");
    background-attachment: fixed;
}

.interview_process_section2 {
    border: 3px solid #f1f1f1;
}

.hr_primary_color {
    border: 1px solid #107fc9;
}

.newsticker_link {
    text-decoration: underline;
}

.interview_section3 {
    background-image: url("../images/interview_bg1.html");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section_box_shadow:hover {
    box-shadow: 0 0 18px 0 rgba(70, 75, 110, 0.3);
}

.newsticker_border {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 18px 0 rgba(70, 75, 110, 0.2);
}

.img_border_left {
    border-left: 3px solid #107fc9;
}

.blog_img {
    position: relative;
}

.blog_singl_date1 {
    position: absolute;
    background-color: #107FC9;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px 15px;
}

.blog_single_ul li {
    list-style: none;
    list-style-image: url("../images/checkmark1.html");
    margin-right: 20px;
}

.blog_single_img {
    width: 200px;
}

.quote_icons {
    padding-left: 20px;
}

.blog_single_quote1 {
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    padding: 30px;
    overflow: hidden;
}

.blog_list_single ul {
    padding-left: 10px !important;
}

.blog_list_single hr {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.blog_quote {
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}

.blog_tag li {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
}

.blog_tag ul {
    padding-left: 0;
}

.search_blog {
    border-radius: 0;
    background-color: #107fc9;
    cursor: pointer;
    color: #fff;
    padding: 0 12px;
}

.text_black {
    color: #000;
}

.blog_quote:before {
    display: block;
    content: "\201C";
    font-size: 30px;
    position: absolute;
    left: 13px;
    color: #808080;
}

.blog_comments:hover {
    text-decoration: underline;
}

ul.shots {
    margin-left: -11%;
}

li.shots--shot img {
    width: 106px;
    height: 85px;
}

li.shots--shot {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    ul.shots {
        margin-left: -6%;
    }

    ul.ul-desk {
        padding: 10px 0px 0px;
    }

    .accordian_alignment {
        padding-top: 59px;
    }

    #owl-carousel2 button.owl-prev {
        position: absolute !important;
        top: 25% !important;
    }

    #owl-carousel2 button.owl-next {
        position: absolute;
        top: 25% !important;
    }
}

.blog_media {
    list-style: none;
}

.text_comment {
    resize: none;
}

.blog_date {
    display: inline-block;
    padding: 12px 15px;
    position: absolute;
}

.blog_image {
    border-left: 3px solid #107fc9;
}

.blog_list {
    background-color: #f1f1f1;
}

.blog_list_ul {
    display: table;
    width: 100%;
}

    .blog_list_ul li {
        display: table-cell;
        padding: 12px 0 15px 5px;
    }

        .blog_list_ul li + li {
            border-left: 1px solid #dee3e8;
        }

.blog_section_shadow:hover {
    box-shadow: 0 9px 36px 0 rgba(70, 75, 110, 0.3);
}

.blog_button_align {
    padding: 20px 0 45px 0;
}

.contact_bg_color {
    background-color: #eef7fe;
}

.head_align, .consult_dept .select2-container--default .select2-selection--single .select2-selection__rendered,
.appointment .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.contact_icons.list-inline > li {
    padding-left: 0;
    padding-right: 15px;
}

#contact_map {
    height: 400px;
}

.contact_form_valid .has-error .form-control {
    border-top: 1px solid #e23b3b;
    box-shadow: none;
}

.contact_form_valid .has-success .form-control {
    border-top: 1px solid #81C122;
    box-shadow: none;
}

.career:hover {
    border: 1px solid #107fc9;
    background-color: rgba(16, 127, 201, 0.1);
}

    .career:hover .btn-primary {
        color: #fff;
        background-color: #107FC9;
    }

.gallery_image .hospital_image {
    transition: 0.7s;
    border: 3px solid #fff;
}

    .gallery_image .hospital_image:hover {
        border: 3px solid #107fc9;
        border-radius: 3px;
    }

        .gallery_image .hospital_image:hover .hover_search {
            opacity: 1;
        }

        .gallery_image .hospital_image:hover .links {
            animation: fadeIn 600ms ease-in-out;
        }

@media (max-width: 699px) {
    .gallery_dept3 {
        margin-top: 10px;
    }
}

@media (max-width: 555px) {
    .gallery_dept2 {
        margin-top: 10px;
    }
}

@media (max-width: 412px) {
    .gallery_dept1 {
        margin-top: 10px;
    }
}

.test + .tooltip > .tooltip-inner {
    background-color: #107fc9;
    padding: 9px 8px;
    text-align: left;
}

.test + .tooltip.top > .tooltip-arrow {
    border-color: #107fc9 transparent;
    position: absolute;
    left: 45px !important;
    border-width: 10px 10px 0;
    bottom: -5px;
}

.test + .tooltip.in {
    opacity: 1;
}

.test + .tooltip.top, .doctors_left_width {
    width: 100px;
}

.timetable td {
    width: 120px;
    height: 100px;
}

.table_bg_clr {
    background-color: #eef7fe;
}

.timetable .table_row1 {
    background-color: #fafafa;
}

.timetable_btn .btn-primary:focus {
    background-color: #107fc9;
    color: #fff;
}

.details_padding {
    padding: 60px 0 15px 30px;
}

.job_details dt, .doctors_left_align {
    width: 40px;
}

.job_details dd {
    margin-left: 65px;
}

.appointment .select2-container--default .select2-selection--single {
    height: 40px !important;
    border: none;
}

.aboutus_select .select2-container--default .select2-selection--single,
.appointment .select2-container--default .select2-selection--single {
    background-color: #fafafa;
}

    .appointment .select2-container--default .select2-selection--single .select2-selection__arrow,
    .consult_dept .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
        right: 6px;
    }

.appointment_contact img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
}

.appointment_contact .dl-horizontal dt, .health_img {
    width: 100px;
}

.appointment_contact .dl-horizontal dd {
    margin-left: 130px;
}

.appointment_image {
    background-image: url("../images/form_bg_img.html");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .appointment_contact dd {
        margin-top: -60px;
    }
}

.our_team_align {
    overflow-y: hidden;
}

.news_img_border {
    border-top: 5px solid #107fc9;
    position: relative;
}

.news_info {
    border-bottom: 5px solid #107fc9;
}

.news_date {
    width: 70px;
    padding: 10px 0;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #ffffff;
}

.news_year {
    width: 70px;
    padding: 5px 0;
    position: absolute;
    left: 20px;
    top: 87px;
}

.dept_heart:hover, .dept_heart:focus {
    background-color: #eef7fe;
    box-shadow: -2px 0 30px -5px #9e9c9e;
}

.radius20 {
    border-radius: 20px;
}

.index_testimonial_padding {
    padding: 60px 30px;
}

.index_testimonial {
    background-image: url('../img/footer-new-back.html');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.index1_rating {
    background-image: url("../images/index1_rating_bg.html");
}

.index_swiper .swiper-pagination-bullet {
    border: 2px solid #107fc9;
    background: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.index_swiper .swiper-pagination-bullet-active {
    background: #107fc9;
}

.index1_swiper.swiper-container-horizontal > .swiper-pagination-bullets,
.dept_swiper_pagination.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 65px;
}

.section4 .icon {
    font-size: 30px;
    border: 2px solid #107fc9;
    border-radius: 50%;
    text-align: center;
    width: 85px;
    height: 85px;
    padding: 19px;
}

    .health_services .left_icon:hover, .health_content:hover,
    .index5_section_effect:hover, .index5_posts:hover, .index6_services:hover, .section4 .icon:hover {
        background-color: #B18630;
        color: #fff;
    }

.health_services .left_icon, .health_content, .index5_section_effect, .index5_posts,
.index6_services, .rank_align .right_align i, .section4 .icon {
    transition: 0.5s;
}

.index_bg_image {
    background-image: url("../images/index1_world.html");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.index_img_circle {
    border: 3px solid #107fc9;
}

.image_width {
    width: 90px;
}

.index_box_shadow:hover {
    transform: translateY(-10px);
    box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.6);
}

.rev_button_hover:hover {
    color: #fff !important;
    border-color: #107fc9 !important;
}

.image_number_align {
    position: absolute;
    left: 0;
    top: 12px;
    color: #f1f1f1;
}

.team:hover .doctors_img:before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .4;
    background: #000;
    animation-duration: .5s;
}

.team {
    position: relative;
}

    .team:after, .team:before {
        content: "";
        width: 92%;
        height: 92%;
        position: absolute;
        left: 4%;
        top: 4%;
        transition: all .5s ease-in-out;
        z-index: 1;
    }

    .team:before {
        width: 0;
        border-top: 1px dashed #fff;
        border-bottom: 1px dashed #fff;
    }

    .team:after {
        height: 0;
        border-left: 1px dashed #fff;
        border-right: 1px dashed #fff;
    }

    .team:hover:before {
        width: 92%;
    }

    .team:hover:after {
        height: 92%;
    }

    .team:hover .doctors_img .zoom_icon {
        display: block;
        z-index: 9;
    }

.zoom_icon {
    top: 25%;
    display: none;
    position: absolute;
    left: 40%;
}

.index2_background {
    background-image: url('../../img/bg-testimonial.jpg');
    /*background-image: url("../images/index2_bg_img.jpg");*/
    /*background-image: url("../images/img/backImg1.jpg");*/
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.testimonial p {
    margin-top: 20px;
    margin-bottom: 10px;
}

.testimonial img {
    border-radius: 50% !important;
}

.testi-msg.text-white {
    margin-bottom: 15px;
}

.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;
    padding: 20px;
}

.slider-btn1 {
    background-color: #fff;
    color: #940000;
    position: absolute;
    right: -46px;
    bottom: -12px;
}

    .slider-btn1:hover {
        background-color: #fff;
        color: #940000;
    }

.radius5 {
    border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .index2_section2 {
        padding: 20px;
    }

    .news_link, .news_link1 {
        border: none !important;
    }

    .popular_services .services_image img {
        position: absolute;
        left: 50%;
        top: 65px;
    }
}

@media (min-width: 768px) {
    .popular_services .services_image {
        transform: translateY(-50%) translateX(-50%);
        z-index: 10;
        width: 100%;
        text-align: center;
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .popular_services .services_image img {
        position: absolute;
        left: 60%;
        top: 65px;
    }
}

@media (min-width: 1200px) {
    .popular_services .services_image img {
        position: absolute;
        left: 70%;
        top: 65px;
    }
}

.news_link, .news_link1 {
    border-right: 1px solid #646464;
}

.index2_news_date {
    width: 65px;
    padding: 7px 0;
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}

.index2_section6 {
    /*background-image: url("../images/index2_background.jpg");*/
    background: #9ac3e0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.health_img {
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: -55px;
}

.health_content {
    box-shadow: 0 0 18px 0 rgba(70, 75, 110, 0.2);
    margin-bottom: 25px;
    padding: 5px;
    min-height: 210px;
}


.experts .experts_info:before {
    content: "";
    position: absolute;
    top: 35px;
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fafafa;
    z-index: 9;
}

@media (min-width: 992px) {
    .experts_align, .consult_right_align {
        padding-right: 0;
    }

    .experts_padding, .consult_left_align {
        padding-left: 0;
    }

    .consult_middle_align {
        padding-left: 0;
        padding-right: 0;
    }
}

.experts .hospital_image, .events .ih-item.square, .experts .hospital_image:hover {
    border: none;
}

@media (max-width: 992px) {
    .experts .experts_info:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 65%;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fafafa;
        z-index: 9;
    }
}

.index2_register i {
    border: 2px solid #fff;
    border-radius: 50%;
}

.index2_dashed_border {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.index2_section9_align {
    padding: 40px 20px 40px 20px;
}

.consult_input .form-control {
    background-color: #fff;
}

@media (max-width: 768px) {
    .services_info {
        margin-top: 30px;
    }

    .services_head3 {
        margin-top: -50px;
    }
}

.consult_dept .select2-container--default .select2-selection--single {
    border: 1px solid #fafafa;
}

.consult_dept .select2-container--open .select2-selection--single, .appointment .select2-container--open .select2-selection--single {
    border: 1px solid #aaa;
}

.index2_twenty .twentytwenty-before-label:before {
    content: "After";
}

.index2_twenty .twentytwenty-after-label:before {
    content: "Before";
}

@media (width: 768px) {
    .services_head4 {
        margin-top: -50px;
    }
}

.index2_background1 {
    background-image: url("../images/index2_image_bg.html");
    background-attachment: fixed;
}

.index2_modify .navbar-brand {
    height: 60px;
}

.index3_news .list-inline {
    margin-left: 0;
}

.recent_news_top .heading_border {
    border: 2px solid #fff;
}

.recent_news_info .blog_list_ul li {
    padding: 7px 0 10px 5px;
}

    .recent_news_info .blog_list_ul li + li {
        border: none;
    }

/*section3*/
.video_button {
    background-color: #fff;
    border: 5px solid #107fc9;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
    transition-duration: 500ms;
}

    .video_button:hover {
        background-color: #2c3e50;
    }

    .video_button i {
        color: #107fc9;
        transition-duration: 500ms;
    }

    .video_button:hover i {
        color: #fff;
    }

.index3_plyr .modal-body {
    padding: 0;
}

.index3_plyr .close {
    opacity: 1;
}

.index3_plyr .modal-header, .video_plyr .modal-content {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0;
}

.background_image_align {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.index3_dept_bg {
    background-image: url("../images/index3_depts.html");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.index3_appointment_bg {
    background-image: url("../images/index3_apt.html");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.index3_appointment_padding {
    padding: 12px 11px;
}

.bg-white_opacity {
    background-color: rgba(255, 255, 255, 0.9);
}

.health_plus_icon, .health_plus_info {
    display: table-cell;
    vertical-align: middle;
}

.health_plus_icon {
    border-right: 1px dashed #fff;
}

/*meet the team*/
.index3_team .ih-item.circle .img:before {
    box-shadow: none;
}

.index3_team .info i:hover, .index5_team .info i:hover {
    color: #107fc9;
}

.swiper_index3_team .swiper-button-prev, .swiper_index3_team .swiper-button-next,
.swiper_index4_team .swiper-button-prev, .swiper_index4_team .swiper-button-next {
    height: 20px;
}

.index3_medkit_pad {
    padding: 10px 12px;
}

.header_3:hover a, .tp-banner a:hover {
    color: #fff;
}

.team-section {
    background-image: url('../../img/red-bg.jpg');
    /*background-image: url('../img/bg-beige.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

    /*.team-section:before {
        content: "";
        top: 0;
        left: 0;
        background-image: url(../img/red-bg.jpg);
        bottom: 0;
        right: 0;
        width: 100%;
        position: absolute;
        transform: skewY(-3deg);
    }*/

    .team-section .member img {
        border-radius: 15px;
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .team-section h4 {
        /* font-weight: 700; */
        margin-bottom: 10px;
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

    .team-section .member {
        /* margin-bottom: 10px; */
        text-align: center;
    }

    .team-section .view-more {
        color: #000;
        font-size: 15px;
        padding: 3px 10px;
        margin: 0;
        border: 1px solid #fff;
        background-color: #fff;
        margin-top: 10px;
        transition: 0.3s ease-in-out;
    }

        .team-section .view-more:hover {
            border: 1px solid #fff;
            background-color: transparent;
            color: #fff;
        }

/*--------------------------------------------------------------
# Approval & Accreditations
--------------------------------------------------------------*/
.aprrovel-slider .owl-carousel.owl-theme.owl-loaded.owl-drag {
    background-position: center;
    background-image: url('../../img/bg-accredation.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.approval .owl-carousel .card {
    background-color: transparent;
    border: unset;
    text-align: center;
    /* padding: 60px; */
}

    .approval .owl-carousel .card img {
        width: 70%;
        margin: auto;
    }

.approval .card p {
    color: #fff !important;
    font-size: 18px;
    text-align: center;
}

.section-title h1 {
    color: #982a33;
    font-weight: bold;
    font-size: 26px;
    margin-top: 0;
}

.section-title h2 {
    color: #000;
    font-weight: bold;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
}

.approval .owl-carousel .owl-prev i {
    background-color: #fff;
    padding: 8px;
}

.approval .owl-carousel .owl-next i {
    background-color: #fff;
    padding: 8px;
}

.index4_testimonial_content:before {
    content: "";
    position: absolute;
    top: 79%;
    border-right: 13px solid transparent;
    border-top: 22px solid #fff;
    z-index: 9;
}

.index4_test_img img {
    border: 2px solid #ddd;
}

.index4_swiper_pagination .swiper-pagination-bullet, .dept_swiper_pagination .swiper-pagination-bullet {
    border: 2px solid #fff !important;
    opacity: 1;
}

.index4_swiper_pagination .swiper-pagination-bullet-active, .dept_swiper_pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.index4_swiper_pagination.swiper-pagination-bullets {
    bottom: -5px !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .index4_testimonial_content:before {
        top: 87%;
    }
}

@media (min-width: 320px) and (max-width: 380px) {
    .index4_testimonial_content:before {
        top: 86%;
    }
}

@media (min-width: 380px) and (max-width: 480px) {
    .index4_testimonial_content:before {
        top: 87%;
    }
}

.index4_news .date {
    width: 60px;
    padding: 5px 0;
    color: #ffffff;
}

.rank_align i {
    padding: 12px 0 0 17px;
    border: 2px solid #107fc9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.rank_align .right_align:hover {
    background-color: #107fc9;
    color: #fff;
    border-radius: 50%;
}

/*team*/
.team_align {
    text-align: center;
    padding: 30px;
    transition: opacity 500ms;
}

    .team_align h5 {
        margin-top: 15px;
        margin-bottom: 3px;
    }

    .team_align:hover {
        background-color: #107FC9;
        color: #fff;
    }

        .team_align:hover h5 {
            color: #fff;
        }

.index4_section1_padding {
    padding: 15px 22px;
}

.index4_desk_pad {
    padding: 20px 17px;
}

.specialists {
    background-color: #f4f4f4;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .index5_services .tabs {
        padding: 20px;
    }

    .index4_consult_left {
        padding: 0;
    }

    .index4_consult_btn {
        margin-bottom: 23px;
    }
}

.index5_services li.active .tabs {
    background-color: #eef7fe;
}

.index5_services .list-inline > li {
    padding: 0;
}

.index5_bg1 {
    background-image: url("../images/index5_background1.html");
    background-attachment: fixed;
}

.testimonial_blockquote {
    border: none;
    padding: 12px 55px;
}

.testimonial_quote {
    position: absolute;
    top: 16px;
    left: 18px;
}

.index5_icon_border {
    border: 1px solid #f1f1f1;
    height: 85px;
    width: 85px;
    top: -43px;
}

.index5_background_img1 {
    background-image: url("../images/index5_bg_img1.html");
    transition: 0.4s;
}

.index5_background_img2 {
    background-image: url("../images/index5_img2_bg.html");
    transition: 0.4s;
}

.index5_img_content {
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 0;
    transition: all 0.4s;
}

.index5_left_img {
    position: relative;
    height: 440px;
}

.index5_img_content a {
    opacity: 0;
    transition: all 0.4s;
}

.index5_left_img:hover .index5_img_content a {
    opacity: 1;
}

.index5_left_img:hover .index5_img_content {
    bottom: 100px;
}

.index5_left_img:hover .index5_img1 {
    background: rgba(17, 17, 17, 0.5);
}

.index5_left_img .index5_img1 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.4s;
}

@media (max-width: 600px) {
    .index5_img_content {
        left: 40px;
        right: 30px;
    }
}

.index5_team .ih-item.square {
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
}

.index5_team:hover .index5_team_content i {
    font-size: 50px;
}

.index5_team:hover {
    box-shadow: 0 5px 0 0 #107fc9;
}

.index5_team .index5_team_content i, .index5_team, .index_box_shadow {
    transition: 0.3s;
}

.index5_news_date, .index5_sign {
    width: 110px;
}

.services_index6_background {
    background-image: url("../images/index6_background1.html");
    background-attachment: fixed;
}

.services_inner {
    border: 2px solid #ddd;
}

.index6_testimonial blockquote {
    border: 0;
    padding: 10px 50px;
    position: relative;
}

.index6_testimonial img {
    width: 65px;
    margin: 0 auto;
}

.index6_testimonial blockquote:before {
    left: 35px;
    top: -20px;
    content: "\201C";
    font-size: 65px;
    position: absolute;
}

.index6_testimonial blockquote:after {
    right: 30px;
    font-size: 65px;
    position: absolute;
    bottom: -45px;
    content: "\201D";
}

.testimonial_info {
    position: relative;
    top: -10px;
}

.index6_swiper {
    position: relative;
}

    .index6_swiper .swiper-pagination-bullet {
        margin: 0 5px;
    }

.index6_services {
    border-top: 3px solid #107fc9;
}

.background_images .background_image_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/index6_background2.html);
    z-index: 1;
}

    .background_images .background_image_1:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(16, 127, 201, 0.9);
    }

.background_images .background_image_2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/index6_background3.html);
}

.background_images .images_outer_content {
    position: relative;
    z-index: 5;
}

.background_images .images_right_content {
    position: relative;
}

    .background_images .images_right_content .inner-box {
        position: relative;
        margin-left: -50px;
        padding: 80px 50px 30px;
        background: rgba(255, 255, 255, 0.92);
        border-radius: 3px;
    }

@media (max-width: 1140px) {
    .background_images .background_image_1, .background_images .background_image_2 {
        display: none;
    }

    .background_images {
        background: #107fc9;
    }

        .background_images .images_right_content .info {
            margin-left: 0;
        }
}

.index6_news_date {
    width: 65px;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}

.left_border_align {
    border: 1px solid #107fc9;
    padding: 6px 7px 0 11px;
    width: 65px;
    height: 65px;
}

#area-chart {
    height: 300px;
}

.facilities_effect:hover .facilities_icon:after {
    transform: scale(1);
    opacity: 1;
}

.facilities_effect .facilities_icon:after {
    top: -10px;
    left: 0;
    box-shadow: 0 0 0 3px #107FC9;
    transition: transform 0.4s, opacity 0.2s;
    transform: scale(1.2);
    opacity: 0;
}

.facilities_icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
}

.facilities_icon {
    position: relative;
    height: 70px;
    width: 70px;
}

.breadcrumb > li > .active, .breadcrumb > li > a:hover, .about_advantages .left_icon:hover i {
    color: #fff;
}

.breadcrumb > li > a {
    color: #ddd;
}

.breadcrumb_image {
    background-image: url("../images/breadcrumb_img1.html");
    background-attachment: fixed;
}

.terms_bg {
    background-image: url("../images/patient-back.html");
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #107fc9;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #e23b3b;
    color: #fff;
}

/*-----------------------------------Back Top Button-----------------------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    text-decoration: none;
    z-index: 9999;
    transition: all 0.3s ease;
}

    #return-to-top img {
        width: 60px;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: justify;
}
/*-----------------------------------Back Top Button End-----------------------------*/
