/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

@font-face {
    font-family: 'Poppins', sans-serif !important;
    src: url("../fonts/Futura-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #5c5c77;
}

p, .paragraph {
    font-weight: 400;
    color: #5c5c77;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #1e1e4b;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 60px;
}

@media (max-width: 575px) {
    h1, .h1 {
        font-size: 45px;
    }
}

h2, .h2 {
    font-size: 45px;
    font-weight: bold;
}

@media (max-width: 575px) {
    h2, .h2 {
        font-size: 30px;
    }
}

h3, .h3 {
    font-size: 25px;
}

@media (max-width: 575px) {
    h3, .h3 {
        font-size: 20px;
    }
}

h4, .h4 {
    font-size: 20px;
}

@media (max-width: 575px) {
    h4, .h4 {
        font-size: 18px;
    }
}

h5, .h5 {
    font-size: 18px;
}

@media (max-width: 575px) {
    h5, .h5 {
        font-size: 16px;
    }
}

h6, .h6 {
    font-size: 16px;
}

@media (max-width: 575px) {
    h6, .h6 {
        font-size: 14px;
    }
}

/* Button style */

button#btnSaveImage {
    width: 30%;
    margin: auto;
}

.btn {
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: .25rem;
    font-weight: 500;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s ease;
    overflow: hidden;
}

    .btn::before {
        position: absolute;
        content: "";
        height: 80%;
        width: 100%;
        left: 0;
        bottom: 10%;
        z-index: -1;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .btn:active {
        box-shadow: none;
    }

    .btn:hover::before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

.btn-sm {
    font-size: 14px;
    padding: 10px 35px;
}

.btn-xs {
    font-size: 12px;
    padding: 5px 15px;
    color: #fff;
}

.btn-primary1 {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
}

.btn-primary {
    background: linear-gradient(to bottom, #e5345c, #792358);
    color: #fff !important;
    /*margin-bottom: 5px;*/
    padding: 5px 10px;
}

#btnresetfilters {
    padding: 5px 20px !important;
}
/*.btn-primary::before {
        background: #fff;
    }*/
.btn-primary:active {
    background: #c09f5b !important;
    color: #c09f5b;
}

    .btn-primary:active::before {
        height: 80%;
    }

.btn-primary:hover {
    background: linear-gradient(to bottom, #e5345c, #792358);
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    /*background-color: #c09f5b;*/
    border-color: #c09f5b;
}

.btn-secondary {
    background: #fff;
    color: #c09f5b;
    border: 1px solid #fff;
}

    .btn-secondary::before {
        background: #c09f5b;
    }

    .btn-secondary:active {
        background: #c09f5b;
        color: #fff;
        border: 1px solid #fff;
    }

    .btn-secondary:hover {
        background: #fff;
        color: #fff;
        border: 1px solid #fff;
    }

.btn-primary-outline {
    border: 1px solid #ad2b5a;
    color: #9d2959;
    background: transparent;
    width: 170px;
    padding: 5px;
}

.numscroller.font-weight-bold.scrollzip.roller-title-number-1.isShown {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}

.numscroller.font-weight-bold.roller-title-number-2.scrollzip.isShown {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}

.numscroller.font-weight-bold.scrollzip.roller-title-number-3.isShown {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}

.numscroller.font-weight-bold.roller-title-number-4.scrollzip.isShown {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}

.col-sm-12.col-md-5.top-right {
    box-shadow: 0 0 3px 0 #ccc;
    background-color: #7e7e7ea8;
    padding: 30px;
    border-radius: 9px;
}

section.index2_background1.background_image_align {
    background-image: url('../images/BG-01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.experts_align, .consult_right_align {
    padding-right: 0;
}

.our_team_align {
    overflow-y: hidden;
}

.aboutus_section_bgclr {
    background-color: #f6f6f6;
    padding: 38px;
}

.hospital_image .links {
    top: 45%;
    margin-top: -17.5px;
    position: absolute;
    right: 50%;
    margin-right: -17.5px;
}

.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;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    min-height: 270px;
}

.btn-primary-outline::before {
    background: #fff;
}

/*.btn-primary-outline:hover {
    background: #c09f5b;
    color: #c09f5b;
}*/

.btn-primary-outline:active {
    background: #c09f5b;
    color: #fff;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #ffcd6e;
    color: #fff;
}

::selection {
    background: #ffcd6e;
    color: #fff;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    color: #AD314D;
}

    a,
    a:hover,
    a:focus {
        text-decoration: none;
    }

a,
button,
select {
    cursor: pointer;
    transition: .2s ease;
}

    a:focus,
    button:focus,
    select:focus {
        outline: 0;
    }

    /*a:hover {
        color: #c09f5b;
    }*/

    a.text-primary:hover {
        color: #c09f5b !important;
    }

    a.text-light:hover {
        color: #c09f5b !important;
    }

h4 {
    transition: .2s ease;
}

a h4:hover {
    color: #c09f5b;
}

.slick-slide {
    outline: 0;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-title {
    margin-bottom: 30px;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.border-primary {
    border-color: #ededf1 !important;
}

a.navbar-brand {
    padding: 0;
}


/* overlay */

.overlay {
    position: relative;
}

.topbar-button {
    background-color: #9a2827;
    color: #fff;
    padding: 0px 27px;
    margin-left: 8px;
    border-radius: 6px;
}

.nav-item::before {
    bottom: -10px !important;
}

.overlay::before {
    position: absolute;
    content: '';
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    background: #1a1a37;
    opacity: .8;
}

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

.bg-primary {
    background: linear-gradient(to bottom, #e5345c, #792358) !important;
}

.bg-secondary {
    background: #1a1a37 !important;
}

.bg-gray {
    background: #f8f8f8;
}

    .bg-gray h3 {
        text-align: center;
    }

.text-primary {
    color: #a92b5a !important;
}

.text-color {
    color: #5c5c77;
}

.text-light {
    color: #8585a4 !important;
}

.list-inline {
    position: relative;
}

.text-lighten {
    color: #fff !important;
    position: relative;
}

.text-muted {
    color: #b5b5b7 !important;
}

.text-dark {
    color: #1e1e4b !important;
}

.font-secondary {
    font-family: 'Poppins', sans-serif !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pl-150 {
    padding-left: 150px;
}

.zindex-1 {
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.vertical-align-middle {
    vertical-align: middle;
}

.icon-md {
    font-size: 36px;
}

/* page title */
.page-title-section {
    position: relative;
    padding: 280px 0 80px;
    background-size: cover;
    background-position: center center;
    /*background-image: url(images/backgrounds/slider-infra-02.jpg);*/
    background-image: url('../images/backgrounds/slider-infra-01.jpg') !important;
    text-align: center;
}

    .page-title-section::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        left: 0;
        top: 0;
        background: rgb(17 47 76 / 79%);
    }

.custom-breadcrumb h1 {
    text-align: center;
    color: #fff !important;
}

.page-title-section p {
    text-align: center !important;
}

.custom-breadcrumb li.nasted {
    position: relative;
    padding-left: 25px;
}

    .custom-breadcrumb li.nasted::before {
        position: absolute;
        font-family: "themify";
        content: "\e649";
        font-size: 20px;
        top: 50%;
        left: -5px;
        color: #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

button.accordion-button {
    width: 100%;
    text-align: left;
    font-size: 17px;
    padding: 13px;
}

.about-img {
    border-radius: 30px;
}
/* /page title */
.list-styled {
    padding-left: 25px;
}

    .list-styled li {
        position: relative;
        margin-bottom: 15px;
    }

        .list-styled li::before {
            position: absolute;
            content: "";
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background: #c09f5b;
            left: -25px;
            top: 5px;
        }

.btnSave {
    background-color: #c09f5b !important;
    color: #fff !important;
    padding: 15px 30px;
    border: unset !important;
}

    .btnSave:hover {
        background-color: #c09f5b !important;
        color: #fff !important;
    }

textarea.form-control {
    height: 80px;
    padding: 20px;
}

.form-control {
    font-size: 0.9rem;
}

.col-form-label {
    font-weight: bold;
    font-size: 17px;
}

.progress-circle {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(#ec97a7 12%, #b22c5b 84%, transparent 81%);
    margin: auto;
}

    .progress-circle .inner-circle {
        width: 130px;
        height: 130px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 4px 5px 0 #494848;
    }

    .progress-circle .icon {
        font-size: 2rem;
        color: var(--progress-color);
        margin-bottom: 0.5rem;
        position: absolute;
        left: 25px;
        color: #000;
        width: 45px;
        height: 45px;
        top: -4px;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px dashed #ccc;
    }

    .progress-circle .title {
        font-weight: bold;
        font-size: 1rem;
        color: #666;
    }

    .progress-circle .number {
        font-size: 1.5rem;
        color: #333;
    }


#map_canvas {
    height: 500px;
}

.top-header a {
    color: #fff !important;
}

.top-header {
    font-size: 12px;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform-origin: top;
    transform-origin: top;
    font-weight: 600;
    background: linear-gradient(to bottom, #e5345c, #792358);
}

    .top-header.hide {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }

@media (max-width: 991px) {
    .header {
        position: static !important;
        background: #1a1a37;
    }

    .page-title-section {
        padding: 70px 0 80px;
    }
}

.navigation {
    /*    background-image: linear-gradient(to right, transparent 50%, #ffbc3b 50%);
*/ transition: .2s ease;
    background-color: #fff;
    padding: 7px;
}

@media (max-width: 575px) {
    .navigation {
        background-image: #fff;
    }
}

nav.navbar.navbar-expand-lg.navbar-light.p-0 {
    background: #fff;
}

.navbar-nav {
    /*padding-left: 50px;*/
    background: #fff;
}

@media (max-width: 991px) {
    .navbar-nav {
        padding-left: 0;
    }
}

.nav-bg {
    background-color: #fff;
    margin-top: -46px;
}

.nav-item {
    margin: 10px 10px;
    position: relative;
}

    .nav-item .nav-link {
        font-weight: 600;
    }

a.btn.btn-primary.topbar-button {
    margin-top: 7px;
    width: 120px;
    font-size: 15px !important;
}

button.btn.btn-primary.topbar-button {
    margin-top: 7px;
    /*width: 120px;*/
}

/*.nav-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    content: "";
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}*/

.nav-item:hover::before, .nav-item.active::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

button.navbar-toggler.rounded-0 {
    margin-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

    link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #000;
    }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #000;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 0px;
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px;
        font-size: 17px;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 2px 5px #0000000d;
}

.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar .dropdown-menu {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
    border-bottom: 5px solid #ffbc3b;
    padding: 15px;
    top: 96px;
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: unset;
        transform-origin: unset;
    }

    .nav-item {
        margin: 10px 15px;
        position: relative;
    }
}

.navbar .dropdown-menu.view {
    visibility: visible !important;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 991px) {
    .navbar .dropdown-menu.view {
        display: block;
    }
}

.navbar .dropdown-menu.show {
    visibility: hidden;
}

@media (max-width: 991px) {
    .navbar .dropdown-menu.show {
        visibility: visible;
        display: block;
    }
}

.navbar .dropdown-item {
    position: relative;
    color: #1e1e4b;
    transition: .2s ease;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
    .navbar .dropdown-item {
        text-align: center;
    }
}

.navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
    color: #ffbc3b;
    background: transparent;
}


.main-section {
    /*padding: 250px 0 290px;*/
    position: relative;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
    position: absolute;
    bottom: -123px;
    z-index: 9;
    padding: 15px;
    color: rgba(255, 255, 255, 0.5);
    border: 0;
    font-size: 30px;
    transition: all linear .2s;
    background: transparent;
}

    .hero-slider .prevArrow:focus,
    .hero-slider .nextArrow:focus {
        outline: 0;
    }

    .hero-slider .prevArrow:hover,
    .hero-slider .nextArrow:hover {
        color: #c09f5b;
    }

.hero-slider .prevArrow {
    right: 60px;
}

.hero-slider .nextArrow {
    right: 0;
}

.hero-slider .slick-dots {
    position: absolute;
    left: 200px;
    bottom: 30px;
    padding-left: 0;
}

.hero-slider .prevArrow, .hero-slider .nextArrow {
    position: absolute;
    bottom: 60px !important;
    z-index: 9;
    padding: 15px;
    color: rgba(255, 255, 255, 0.5);
    border: 0;
    font-size: 30px;
    transition: all linear .2s;
    background: transparent;
}

.hero-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}

    .hero-slider .slick-dots li.slick-active button {
        background: #c09f5b;
    }

    .hero-slider .slick-dots li button {
        color: transparent;
        padding: 0;
        overflow: hidden;
        height: 25px;
        width: 25px;
        background: rgba(255, 255, 255, 0.5);
        border: 0;
        outline: 0;
    }

/* banner feature */

.card-img.position-relative {
    position: relative;
    width: 100%;
    height: 295px;
}

.card-body p {
    margin-bottom: 0 !important;
}

img.card-img-top.rounded-0.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 2px 0 #ccc;
}

.feature-icon {
    font-size: 50px;
    color: #c09f5b;
    display: inline-block;
}

.feature-blocks {
    margin-top: -58px;
    padding-left: 70px;
    padding-top: 30px;
    /*padding-right: 30%;*/
    /* position: absolute;*/
}

.AboutAlumni {
    margin-top: 0;
    z-index: 997;
}

@media (max-width: 1400px) {
    .feature-blocks {
        padding-right: 10%;
    }
}

@media (max-width: 1200px) {
    .feature-blocks {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 30px;
    }

        .feature-blocks h3 {
            font-size: 20px;
        }
}

@media (max-width: 991px) {
    .feature-blocks {
        margin-top: 0;
        padding: 50px;
        position: unset !important;
    }

        .feature-blocks h3 {
            font-size: 25px;
        }
}

/* /banner feature */
/* course */
.card-btn {
    font-size: 12px;
    padding: 5px 10px;
}

.flex-basis-33 {
    flex-basis: 33.3333%;
}

.hover-shadow {
    transition: .3s ease;
    box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
    min-height: 515px;
    margin-bottom: 15px;
}

    .hover-shadow:hover {
        box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
    }

/* /course */
/* success story */
.success-video {
    min-height: 300px;
}

    .success-video .play-btn {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 767px) {
    .success-video .play-btn {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.play-btn {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #c09f5b;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

    .play-btn i {
        line-height: 80px;
    }

    .play-btn::before {
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        z-index: -2;
        transition: .3s ease;
        transition-delay: .2s;
    }

    .play-btn::after {
        position: absolute;
        content: "";
        height: 80%;
        width: 80%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #c09f5b;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        z-index: -1;
        transition: .3s ease;
    }

    .play-btn:hover::before {
        height: 80%;
        width: 80%;
        transition-delay: 0s;
    }

    .play-btn:hover::after {
        height: 0;
        width: 0;
        transition: 0s ease;
    }

/* /success story */
/* events */
.card-date {
    position: absolute;
    /* background: #c09f5b;*/

    text-align: center;
    padding: 10px;
    color: #fff;
    top: 0;
    left: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #e5345c, #792358);
}

    .card-date span {
        font-size: 40px;
    }

/* /events */
/* teacher */
.teacher-info {
    width: 70%;
    bottom: 0;
    right: 0;
}

/* /teacher */
/* footer */
.newsletter {
    background-image: linear-gradient(to right, transparent 50%, #c09f5b 50%);
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}

.newsletter-block {
    padding-left: 50px;
}

@media (max-width: 575px) {
    .newsletter-block {
        padding-left: 15px;
    }
}

.input-wrapper {
    position: relative;
}

    .input-wrapper button {
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.modal-content.rounded-0.border-0.p-4 {
    width: 80%;
    margin: auto;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 40px;
    background: #fff;
    border-radius: 0;
    padding-left: 25px;
}

    .form-control:focus {
        border-color: #c09f5b;
        box-shadow: none;
    }

.newsletter-block .form-control {
    height: 70px;
}

.bg-footer {
    background: linear-gradient(to bottom, #e5345c, #792358);
    padding: 10px;
}

.logo-footer {
    margin-top: -20px;
    display: inline-block;
}

.footer {
    border-color: #494a43 !important;
    padding-top: 200px;
}

/* /footer */
.filter-controls li {
    cursor: pointer;
    transition: .1s ease;
}

    .filter-controls li.mixitup-control-active {
        font-weight: 600;
        color: #c09f5b;
    }

    .filter-controls li:hover {
        color: #c09f5b;
    }

/*# sourceMappingURL=maps/style.css.map */
@media (max-width:480px) {
    .numscroller.font-weight-bold.scrollzip.roller-title-number-1.isShown {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

    .numscroller.font-weight-bold.roller-title-number-2.scrollzip.isShown {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

    .numscroller.font-weight-bold.scrollzip.roller-title-number-3.isShown {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

    .numscroller.font-weight-bold.roller-title-number-4.scrollzip.isShown {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }
}

.newsticker_border {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 18px 0 rgba(70, 75, 110, 0.2);
    padding: 30px;
}
/* Container for the Memories Section */
.memories-section {
    background: linear-gradient(to bottom, #fff, #f8f8f8);
    width: 90%;
    max-width: 1500px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.DivMemories {
    padding: 30px;
}

.memories-section .btn {
    border-radius: 25px;
}
/* Title */
.memories-title {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Placeholder Section */
.memories-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    .memories-placeholder img {
        width: 120px;
        margin-bottom: 15px;
        opacity: 0.7;
    }

    .memories-placeholder p {
        font-size: 1.1rem;
        color: #555;
        margin-bottom: 20px;
    }

/* Background Decorative Elements */
.background-decor {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/6/6e/Icon-round-Question_mark.jpg');
    background-size: cover;
    opacity: 0.05;
    transform: rotate(-20deg);
}

/* Responsive Design */
@media (max-width: 600px) {
    .memories-title {
        font-size: 1.5rem;
    }

    .bg-gray .btn-primary-outline {
        width: 170px !important;
    }

    /*.btn {
        width: 100%;
        margin-bottom: 10px;
    }*/


    .btn-secondary {
        margin-left: 0;
    }
}
/* 
---------------------------------------------
Team Style
--------------------------------------------- 
*/

/* 
---------------------------------------------
Team Style
--------------------------------------------- 
*/

.team {
    margin-top: 30px;
    padding-top: 100px;
    padding-bottom: 20px;
}

.team-member {
    position: relative;
    margin-top: 115px;
}

    .team-member:hover img {
        top: -120px;
    }

    .team-member img {
        width: 200px;
        height: 200px;
        position: absolute;
        top: -110px;
        left: 50%;
        transform: translateX(-110px);
        transition: all .3s;
        border-radius: 50%;
        border: 1px solid #d1a552;
    }

    .team-member .main-content {
        border-radius: 25px;
        padding: 140px 30px 40px 30px;
        background-color: #cccccc47;
        text-align: center;
        margin-bottom: 20px;
    }

        .team-member .main-content span.category {
            color: #7a6ad8;
            font-size: 15px;
        }

        .team-member .main-content h4 {
            font-size: 22px;
            font-weight: 600;
            margin-top: 8px;
            margin-bottom: 15px;
        }

        .team-member .main-content ul li {
            display: inline-block;
            margin: 0px 2px;
        }

            .team-member .main-content ul li a {
                background-color: #fff;
                color: #7a6ad8;
                display: inline-block;
                text-align: center;
                line-height: 40px;
                font-size: 18px;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                transition: all .3s;
            }

                .team-member .main-content ul li a:hover {
                    background-color: #7a6ad8;
                    color: #fff;
                }


div#paginationContainer {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

button.pagination-btn {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #AD314D;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination-btn {
    padding: 8px 12px;
    margin: 0 2px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
}

    .pagination-btn:hover {
        background-color: #AD314D !important;
    }

    .pagination-btn.active {
        background-color: #9a2827;
        color: white;
        font-weight: bold;
        border-radius: 4px;
    }
/* Main Container */
#jobopening .main-container {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
}

/* Navigation Bar */
#jobopening .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #9a2827;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

    #jobopening .navbar .logo {
        font-size: 1.5em;
        font-weight: bold;
    }



/* Search Section */
#jobopening .search-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#jobopening .search-bar {
    width: 100%;
    max-width: 500px;
    padding: 10px 15px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Content Section */
#jobopening .content-section {
    text-align: center;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    border: 1px solid #e0e0e0;
}

    #jobopening .content-section h1 {
        font-size: 1.5em;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
    }

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
}


.search_blog {
    border-radius: 0;
    background-color: #9a2827;
    cursor: pointer;
    color: #fff;
    padding: 0 12px;
    display: flex;
    align-items: center;
    margin-left: -6px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


#alert_div {
    color: #FFF;
    position: relative;
    top: 50%;
    margin: 0 auto;
}

.btn-default {
    color: #000;
}

    .btn-default:hover {
        color: #000 !important;
    }

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff;
}

.card .body {
    font-size: 14px;
    /* color: #555; */
    padding: 5px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
}

table thead tr:first-child {
    background: linear-gradient(to bottom, #e5345c, #792358); /* Change this to your desired color */
    color: #fff !important;
}

.btn-close-rep {
    position: absolute;
    right: 0;
}

table thead {
    background-color: #E2D3C3;
    color: #000;
}

#content .nav .nav-item button.active {
    background-color: #9a2827;
    color: #fff !important;
}

    #content .nav .nav-item button.active::after {
        content: "";
        border-bottom: 4px solid var(--bs-danger);
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -1px;
        border-radius: 5px 5px 0 0;
    }

#content .nav-item {
    margin: 5px;
    position: relative;
}

    #content .nav-item .nav-link {
        text-transform: uppercase;
        font-weight: 600;
        border: 1px solid #f6f0f0;
        box-shadow: 0 0 2px 0 #ccc;
        margin-bottom: 10px;
        color: #9a2827 !important;
    }

#content #pills-tab {
    margin: auto;
    text-align: center
}

.service-table .header {
    background-color: #982a33;
    color: #FFF;
    padding: 8px 16px 10px;
}

.clearfix {
    box-shadow: 0 0 5px 0 #ccc;
    padding: 6px 10px;
}

a#ContentPlaceHolder1_grdreceipts_lnkbtnreceipt_0 {
    background-color: #982a33;
    color: #fff;
    padding: 5px;
}

a#ContentPlaceHolder1_grdreceipts_lnkbtnreceipt_1 {
    background-color: #982a33;
    color: #fff;
    padding: 5px;
}
/****************************************/
.alumni-section {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.alumni-banner {
    text-align: center;
    background: linear-gradient(135deg, #f8b5d3, #fce9f1);
    padding: 30px;
    border-radius: 10px;
}

    .alumni-banner h1 {
        font-size: 2.5rem;
        color: #9a2827;
        margin: 0;
    }

    .alumni-banner p {
        font-size: 1.2rem;
        color: #333;
        margin: 10px 0;
    }

.image-section {
    text-align: center;
    margin-top: 20px;
}

    .image-section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.posted-by {
    margin-top: 30px;
    padding: 0px 10px;
    background: #f1f1f1;
    border-radius: 8px;
    /* display: flex
; */
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .posted-by img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .posted-by .info {
        font-size: 0.9rem;
    }

        .posted-by .info strong {
            color: #9a2827;
            display: block;
            font-size: 1rem;
        }

@media (max-width: 600px) {
    .alumni-banner h1 {
        font-size: 1.8rem;
    }

    .alumni-banner p {
        font-size: 1rem;
    }

    .posted-by {
        flex-direction: column;
        align-items: flex-start;
    }

        .posted-by img {
            margin-bottom: 10px;
        }
}

span.fa-stack.fa-lg {
    display: inline;
    font-size: 15px;
}

.galleries.hospital_image {
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 0 #ccc;
}
/***********************/
.profile-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*width: 600px;*/
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .profile-card:hover {
        transform: translateY(-5px);
    }

.profile-image {
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

    .profile-image img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #e0e0e0;
    }

.profile-info {
    padding: 20px;
    flex: 1;
}

    .profile-info h2 {
        margin: 0 0 10px;
        font-size: 1.5rem;
        color: #333;
    }

    .profile-info p {
        color: #555;
        margin: 0 0 20px;
    }

.edit-btn {
    display: inline-block;
    text-decoration: none;
    padding: 8px 16px;
    background-color: #d4af37;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .edit-btn:hover {
        background-color: #b7932f;
    }

.achievements-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*width: 400px;*/
    margin-top: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

    .achievements-box:hover {
        transform: translateY(-5px);
    }

.achievements-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .achievements-header h2 {
        margin: 0;
        font-size: 1.4rem;
        color: #8B0000;
    }

    .achievements-header button {
        background-color: #d4af37;
        color: #fff;
        border: none;
        padding: 8px 12px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

        .achievements-header button:hover {
            background-color: #b7932f;
        }

.achievements-content {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    font-size: 1rem;
    color: #555;
}

    .achievements-content img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .achievements-content input#ContentPlaceHolder1_btnSaveImage {
        color: #fff !important;
    }
/***************************************/
textarea.form-control {
    height: 133px;
    padding: 20px;
}
/* General styling for the form container */
.create-memories-form {
    width: 100%;
    border-radius: 15px;
    padding: 0px;
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: left;
}

    .create-memories-form h2 {
        font-size: 1.8rem;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }

    /* Styling for input fields */
    .create-memories-form input[type="text"],
    .create-memories-form select {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 1rem;
    }

    .create-memories-form label[for="file"] {
        display: block;
        padding: 10px;
        background: #fff;
        color: #555;
        text-align: center;
        border-radius: 8px;
        cursor: pointer;
        font-size: 1rem;
        margin-top: 10px;
        transition: background 0.3s;
    }

        .create-memories-form label[for="file"]:hover {
            background: #eee;
        }

    /* Styling for the note */
    .create-memories-form .note {
        font-size: 0.9rem;
        color: #fff;
        text-align: center;
        margin: 10px 0;
    }

    /* Styling for buttons */
    .create-memories-form button {
        display: block;
        width: 100%;
        padding: 10px;
        /*  background: #fff;*/
        color: #333;
        border: none;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
        margin-top: 20px;
        transition: background 0.3s, color 0.3s;
    }

        .create-memories-form button:hover {
            background: #333;
            color: #fff;
        }

    .create-memories-form .close-btn {
        display: block;
        background: none;
        color: #fff;
        border: none;
        text-align: center;
        margin: 15px auto;
        cursor: pointer;
        font-size: 0.9rem;
        font-weight: bold;
        text-decoration: underline;
        transition: color 0.3s;
    }

        .create-memories-form .close-btn:hover {
            color: #222;
        }
/*******************News Section***************************/
.newsroom {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .newsroom h2 {
        font-size: 24px;
        margin-bottom: 20px;
        border-bottom: 2px solid #007bff;
        display: inline-block;
        padding-bottom: 5px;
        color: #333;
    }

.news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-item {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.news-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .news-icon img {
        width: 40px;
        height: 40px;
    }

.news-content {
    flex: 1;
}

    .news-content h3 {
        font-size: 18px;
        color: #333;
        margin: 0 0 10px;
    }

    .news-content p {
        font-size: 14px;
        color: #555;
        margin: 0 0 10px;
    }

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
}

    .news-meta .read-more {
        font-size: 14px;
        color: #007bff;
        text-decoration: none;
    }

        .news-meta .read-more:hover {
            text-decoration: underline;
        }

.side-section {
    width: 100%;
    margin-bottom: 10px;
}

    .side-section h5 {
        font-size: 22px;
    }

#mock-interview {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

    #mock-interview h1 {
        color: #007bff;
    }

    #mock-interview button {
        background-color: #fff;
        color: #000;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 4px;
        cursor: pointer;
        border: 1px solid #fff;
    }

        #mock-interview button:hover {
            background-color: transparent;
            color: #fff;
        }

#MockInterview {
    padding: 50px;
    background-image: url('../img/new-img/banner-footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clearfix.sin-wrapper {
    box-shadow: unset !important;
    padding: 0;
}

.cust-bgblue {
    background-image: url('../img/banner/8.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cccccc87;
    color: #000;
    padding: 15px;
    border-radius: 15px;
}

.form-control {
    padding-left: 10px !important;
}

.col-md-6.p-d-25.cust-bgwhite {
    padding: 20px 40px 0 20px;
}

.cust-bgwhite span {
    font-size: 13px;
}

.list-unstyled {
    padding-left: 15px;
    list-style: none;
}

.instruction-section {
    max-width: 100%;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*min-height: 660px;*/
    /* background-image: url(img/banner/8.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

.instruction-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.instruction-description {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

.instruction-notes {
    margin-top: 20px;
}

.notes-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.notes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .notes-list li {
        font-size: 15px;
        color: #fff;
        margin: 10px 0;
        display: flex;
        align-items: flex-start;
        text-align: justify;
    }

.note-icon {
    font-size: 18px;
    color: #0078D7;
    margin-right: 10px;
}

.cust-bgblue .form-container {
    background: #9f9f9f69;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

    .cust-bgblue .form-container .form-label {
        color: #fff;
    }

.form-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #343a40;
    text-align: center;
}

.form-label {
    font-weight: 500;
    color: #495057;
}

.form-control {
    border-radius: 10px;
}

.error-message {
    font-size: 0.9em;
}

.info-text {
    font-size: 0.85em;
    color: #6c757d;
}

.input-group-addon {
    background: none;
    border: none;
}

@media (max-width:992px) {
    .instruction-section {
        min-height: unset !important;
    }
}
/* General Form Styling */
.form-container {
    max-width: 100%;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin: auto;
    border: 1px solid #cccccc4a;
}

.form-title {
    background: #a52a2a;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

.required {
    color: red;
}

input, select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    /*    border-radius: 5px;
*/ font-size: 14px;
}

    input:focus, select:focus {
        border-color: #a52a2a;
        outline: none;
        box-shadow: 0 0 5px rgba(165, 42, 42, 0.5);
    }

.submit-btn {
    width: 100%;
    background: #a52a2a;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

    .submit-btn:hover {
        background: #8b1c1c;
    }

.support-text {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

    .support-text a {
        color: #a52a2a;
        font-weight: bold;
        text-decoration: none;
    }

        .support-text a:hover {
            text-decoration: underline;
        }

#content .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #f6f0f0;
    box-shadow: 0 0 2px 0 #ccc;
    margin-bottom: 10px;
    color: #9a2827 !important;
}
/*******************Profile Section***********************/
#DivProfile label {
    color: #495057;
}

#DivProfile input[type="text"], input[type="number"], input[type="date"], input[type="email"], input[type="tel"], input[type="url"], textarea, select {
    /*border-radius: 4px;*/
    border: 1px solid #ced4da;
    padding: 10px;
    font-size: 15px;
}

#DivProfile input[type="file"] {
    padding: 5px;
}

#DivProfile .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

#DivProfile .invalid-feedback {
    font-size: 14px;
    color: #dc3545;
}

#DivProfile .row {
    margin-bottom: 15px;
}

#DivProfile .form-select {
    border-radius: 4px;
}

#DivProfile .multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

#DivProfile .multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #e1e1e1;
}

#DivProfile .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    #DivProfile .multi-steps > li {
        counter-increment: stepNum;
        text-align: center;
        display: table-cell;
        position: relative;
        color: #027f00;
        font-size: 17px;
        font-weight: 700;
    }

        #DivProfile .multi-steps > li:before {
            content: '\f00c';
            content: '\2713; ';
            content: '\10003';
            content: '\10004';
            content: '\2713';
            display: block;
            margin: 0 auto 4px;
            background-color: #027f00;
            width: 36px;
            height: 36px;
            line-height: 32px;
            text-align: center;
            font-weight: bold;
            border-width: 2px;
            border-style: solid;
            border-color: #027f00;
            border-radius: 50%;
            color: white;
        }

        #DivProfile .multi-steps > li:last-child:after {
            display: none;
        }

        #DivProfile .multi-steps > li.is-active:before {
            background-color: #fff;
            border-color: #027f00;
            color: #027f00;
            animation: pulse 2s infinite;
        }

        #DivProfile .multi-steps > li.is-active ~ li {
            color: #808080;
        }

            #DivProfile .multi-steps > li.is-active ~ li:before {
                background-color: #e1e1e1;
                border-color: #e1e1e1;
                color: #808080;
            }

#DivProfile .is-complete {
    background: linear-gradient(to right, #027f00 50%, #e1e1e1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}


#DivProfile .progress-bar {
    cursor: pointer;
    user-select: none;
}

#DivProfile .progress-bar {
    background-color: #e1e1e1;
    height: 7px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: calc(50% + 7px);
    width: 100%;
    z-index: -1;
}

#DivProfile .progress-bar--success {
    background-color: #027f00;
}

#DivProfile .progress-bar__bar {
    background-color: #e1e1e1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-out;
}

#DivProfile .inner-box {
    padding: 20px;
    box-shadow: 0 0 5px 0 #ccc;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 100%;
    margin: auto;
}

.alumni_team {
    width: 100%;
    max-width: 300px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 20px;
}

.alumni_team1 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    padding: 20px;
}

.alumni_team:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.team_members figure {
    position: relative;
    overflow: hidden;
}

.team_members img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.team_members:hover img {
    transform: scale(1.1);
}

.team_members figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.team_members:hover figcaption {
    opacity: 1;
}

.team_members1 figure {
    position: relative;
    overflow: hidden;
}

.team_members1 img {
    /*  width: 100%;*/
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.team_members1 figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.team_members1:hover figcaption {
    opacity: 1;
}

.team_members2 {
    position: relative;
}

    .team_members2 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.alumni_team_content {
    padding: 15px;
}

/*table.dataTable {
    border: 1px solid #ccc;
}*/

.icons_bordertop {
    cursor: pointer;
    color: #007bff;
    font-weight: bold;
    padding: 10px;
    border-top: 1px solid #ddd;
    transition: background 0.3s;
}

    .icons_bordertop:hover {
        background: #f8f9fa;
    }

.team_members {
    position: relative;
    width: 100%;
    height: 266px;
}

    .team_members img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        box-shadow: 0 0 2px 0 #ccc;
    }

i.fa.fa-search-plus.fa-stack-1x.fa-inverse.imghover_icon {
    width: 30px;
}
/****************** Association Section*********************/
.institute-section {
    padding: 30px 0;
}

    .institute-section h2 {
        font-size: 23px;
        color: #fff !important;
    }

    .institute-section .card {
        padding: 37px 30px 0px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #fff;
        min-height: 100px;
        border-radius: 15px;
        transition: ease-in-out 0.3s;
        border: 2px solid #fff;
        box-shadow: 0 0 5px 0 #ccc;
        cursor: pointer;
        margin-top: 30px;
    }

        .institute-section .card:hover {
            transform: scale(1.1);
        }

    .institute-section .card-icon {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        background: #fff;
        color: #fff;
        width: 70px;
        box-shadow: 0 0 5px 0 #ccc;
        height: 70px;
        line-height: 0;
        border-radius: 50px;
        border: 2px solid #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .institute-section .card p {
        padding: 0;
        margin: 0;
        font-family: "Arial", sans-serif !important;
        font-size: 19px;
        font-weight: bold;
        color: #b82d5b;
        text-align: center;
    }
/*********************************************/
/* Custom Search Bar Styles */
.search-bar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.search-bar {
    max-width: 400px;
    width: 100%;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
}

    .search-bar input {
        border: none;
        padding: 10px 15px;
        font-size: 1rem;
        flex: 1;
        outline: none;
        border-radius: 0;
    }

        .search-bar input::placeholder {
            color: #aaa;
            font-style: italic;
        }

    .search-bar button {
        background-color: #007bff; /* Bootstrap primary color */
        color: white;
        border: none;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .search-bar button:hover {
            background-color: #0056b3; /* Darker primary color on hover */
        }

        .search-bar button i {
            font-size: 1.25rem;
        }

.alumni_team_content span {
    color: #982a33 !important;
}
/*********************Job Opening************************/
#jobopening .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    min-height: auto !important;
    text-align: center;
}

#jobopening .inner-header {
    background: #a11d1d;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#jobopening .job-listing {
    margin-top: 0px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#jobopening .job-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

#jobopening .view-details {
    background: #c49a4a;
    padding: 3px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}
/*********************Mater Page************************/
.mega-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mega-links .link-item {
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 1.2rem;
        color: #333;
    }

    .mega-links li {
        margin-bottom: 15px;
    }

    .mega-links a {
        text-decoration: none;
        color: #333;
        display: flex;
        align-items: center;
        font-size: 1rem;
        transition: color 0.3s ease;
    }

        .mega-links a i {
            margin-right: 8px;
            font-size: 1.2rem;
        }

        .mega-links a:hover {
            color: #007bff;
        }

        .mega-links a:active {
            color: #0056b3;
        }

    .mega-links .text-primary {
        color: #007bff;
    }

.modal-body {
    padding: 30px;
    background-color: #f9f9f9;
}

.modal-header {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.modal-footer {
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
}

.modal-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
}

/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to bottom, #e5345c, #792358);
}

    .testimonial .testimonial-item .testimonial-content::after {
        position: absolute;
        content: "";
        width: 45px;
        height: 45px;
        bottom: -20px;
        left: 30px;
        transform: rotate(45deg);
        background: linear-gradient(to bottom, #e5345c, #792358);
        z-index: -1;
    }

.testimonial .testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-primary);
}

.testimonial .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial l .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover,
    .testimonial .owl-nav .owl-next:hover {
        color: var(--bs-secondary);
    }
/*** testimonial end ***/
/* Styling for the modal's list and links */
.mega-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mega-links .link-item {
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 1.2rem;
        color: #333;
    }

    .mega-links li {
        margin-bottom: 15px;
    }

    .mega-links a {
        text-decoration: none;
        color: #333;
        display: flex;
        align-items: center;
        font-size: 1rem;
        transition: color 0.3s ease;
    }

        .mega-links a i {
            margin-right: 8px;
            font-size: 1.2rem;
        }

        .mega-links a:hover {
            color: #007bff;
        }

        .mega-links a:active {
            color: #0056b3;
        }

    .mega-links .text-primary {
        color: #007bff;
    }

.modal-body {
    padding: 30px;
    background-color: #f9f9f9;
}

.modal-header {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.modal-footer {
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
}

.modal-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
}
/*
.myTableResponsive {
    border: 1px solid #ccc;
}*/
/*.input-group {
    display: unset;
}*/
/*.input-group > .form-control, .input-group > .form-select {
    width: 100%;
}*/
.input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 40px;
}

.input-group-append {
    margin-left: -1px !important;
}

button#btnAddAttachmentFile {
    padding: 5px 5px;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

table.table.table1.table-bordered.mb-0 {
    border: 1px solid #ccc;
}


#Alumniphotos {
    max-height: 415px; /* Adjust height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 15px; /* Optional: Add padding for better spacing */
}

img#profileImage {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #c09f5b;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

span.d-flex.justify-content-between.align-items-center {
    cursor: pointer;
}

.sec-card nav-link {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 20px 10px;
    margin: 0 0px 0 0;
    text-align: left;
    list-style: none;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    color: #312F2F;
    background-color: #FAF4F5;
    border: 1px solid #FDE5E7 !important;
    border-radius: 5px;
    line-height: 1.2;
    transform: translateY(0rem);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    /* background-color: #B20C18 !important; */
    background: linear-gradient(to bottom, #e5345c, #792358);
    border: 1px solid #FDE5E7 !important;
    cursor: pointer;
}

.DistingguishAlumni .nav-link {
    background-color: #FAF4F5 !important;
    font-size: 15px;
    color: #000;
}

.resp-tabs-row {
    padding: 20px;
    background-color: #FAF4F5;
    border: 1px solid #FDE5E7;
}

.inner-career-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.name_more {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media(max-width:768px) {
    .name_more {
        display: block;
    }
}

.name_more h5 {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 24px;
    text-align: left;
    color: #312f2f;
}

.bi-mortarboard-fill {
    color: #fff;
}

.institute-img {
    width: 15px;
}

.nav-link.active img {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(287deg) brightness(106%) contrast(101%) !important;
}

.knowmoredetails {
    background-color: #B20C18 !important;
    color: #fff;
    padding: 2px 9px;
}

    .knowmoredetails:hover {
        background-color: #fff !important;
        color: #B20C18;
        padding: 2px 9px;
        border: 1px solid #B20C18;
    }

.photo-container {
    display: inline-block;
    text-align: center;
    width: 150px; /* Set fixed width for uniformity */
    margin: 10px;
}

.staff-photo {
    width: 150px; /* Adjust width */
    height: 150px; /* Set height equal to width for square shape */
    object-fit: cover; /* Ensures the image fills the box without distortion */
    border-radius: 10px; /* Optional: rounded corners */
    border: 2px solid #ddd;
}

.staff-name {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

#ViewDocumentCntr > iframe, #modalViewDocument > modal-body {
    height: 60vh;
}

.pagination-btn {
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

    .pagination-btn:hover {
        background-color: #9a2827;
        color: #fff;
    }

#paginationControls {
    margin-top: 20px;
    text-align: center;
}

.search-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    /* width: 100%;*/
}

button.btn.btn-primary {
    padding: 8px 20px !important;
    border-radius: 5px;
    cursor: pointer;
}

/*button.btn {
    background-color: #9a2827;
    color: #fff;
}
*/
div.dataTables_wrapper div.dataTables_length select {
    width: 75px !important;
    display: inline-block;
    height: 10px;
}

button#btnAddAttachmentFile {
    background-color: #9a2827 !important;
    color: #fff;
}

button#btnAddAttachmentFile {
    background-color: #9a2827 !important;
    color: #fff;
    border: 0;
    padding: 9px;
}
/***********Date Picker    ***************/

.bootstrap-datetimepicker-widget {
    padding-right: 50px !important;
}

.alumni-timeline-section {
    background: #f7f9fc;
    color: #333;
}

.timeline {
    position: relative;
    margin-left: 2rem;
    padding-left: 1rem;
    border-left: 3px solid #ae2b5a;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 2rem;
}

.timeline-icon {
    position: absolute;
    left: -2rem;
    top: 0.2rem;
    font-size: 1.5rem;
}

.timeline-content h5 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
    color: #2c3e50;
}

.timeline-content p {
    margin: 0;
    font-size: 1rem;
    color: #555;
}

@media (max-width: 576px) {
    .timeline {
        margin-left: 1rem;
        padding-left: 1rem;
    }

    .timeline-icon {
        left: -1.5rem;
    }
}


.DivInstitutename {
    padding: 10px;
    background: linear-gradient(to bottom, #e5345c, #792358);
    border-radius: 10px;
    text-align: center;
    color: #fff !important;
}

i.fa-solid.fa-file-pdf {
    color: #b42d5b;
}

.alumni-timeline-section {
    background: #f7f9fc;
    color: #333;
}

.timeline {
    position: relative;
    margin-left: 2rem;
    padding-left: 1rem;
    border-left: 3px solid #9a2827;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 2rem;
}

.timeline-icon {
    position: absolute;
    left: -2rem;
    top: 0.2rem;
    font-size: 1.5rem;
}

.timeline-content h5 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
    color: #2c3e50;
}

.timeline-content p {
    margin: 0;
    font-size: 1rem;
    color: #555;
}

@media (max-width: 576px) {
    .timeline {
        margin-left: 1rem;
        padding-left: 1rem;
    }

    .timeline-icon {
        left: -1.5rem;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px 0 32px 0;
    border-radius: 4px;
}

    .contact .info-box i {
        font-size: 32px;
        color: #AD314D;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #AD314D;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    border-radius: 4px;
}

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .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 .form-group {
        margin-bottom: 25px;
    }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus,
        .contact .php-email-form textarea:focus {
            border-color: #111111;
        }

    .contact .php-email-form input {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }




@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flip-card {
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-front {
    background-image: url('../img/bg-image.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.flip-card-back {
    background: linear-gradient(to bottom, #e5345c, #792358);
    color: white;
    transform: rotateY(180deg);
}

.step-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

    .step-icon img {
        width: 60px;
    }

.step-number {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.inner-flip-card {
    width: 100%;
    background-color: #ffffff6e;
    padding: 56px;
    border-radius: 15px;
}

.inner-flip-card1 {
    width: 100%;
    background-color: #ffffff6e;
    padding: 45px;
    border-radius: 15px;
}
/**************** News Corner**********************/

.shadow-box {
    padding: 20px;
    margin-bottom: 30px;
    min-height: 450px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

    .shadow-box h1 {
        margin: 10px;
        text-align: left;
        font-size: 24px !important;
    }

    .shadow-box h2 {
        margin: 10px;
        text-align: left;
        font-size: 22px !important;
    }

.blogContent {
    text-align: justify !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-style: italic;
}


/* Highlight active category */
.category-item.active {
    background-color: #d6d6d67d !important;
    font-weight: 600;
}

/* Keyboard accessibility focus style */
.category-item:focus {
    outline: unset;
    outline-offset: 2px;
}

.AllPost {
    background: #d6d6d67d !important;
    /* margin-bottom: 5px; */
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
}

.accordion-button.no-arrow::after {
    display: none;
}

.aboutUsSection {
    z-index: 1;
    position: relative;
}

    .aboutUsSection figure {
        position: relative;
        margin: 0px;
        margin-bottom: 15px;
        text-align: left;
    }


        .aboutUsSection figure img {
            position: relative;
            /*width: 100%;*/
            z-index: 1;
            background-color: #cacaca;
        }


.aboutUsFashion {
    z-index: 1;
    position: relative;
}

    .aboutUsFashion figure {
        position: relative;
        padding: 15px 0px 0px 15px;
        margin: 0px;
        margin-bottom: 15px;
    }

        .aboutUsFashion figure::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            right: 20px;
            bottom: 20px;
            background-color: #004e9e;
            z-index: 0;
        }

        .aboutUsFashion figure img {
            position: relative;
            width: 100%;
            z-index: 1;
            background-color: #cacaca;
        }

        .aboutUsFashion figure::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            top: -10px;
            left: -10px;
            background-color: #cacaca;
            z-index: -1;
            opacity: 0;
            visibility: hidden;
        }

.category-panel {
    background: #e0e0e061;
    padding: 15px;
    border-radius: 10px;
}

.search-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .search-box input {
        flex: 1;
        padding: 8px;
        border: none;
    }

    .search-box i {
        background: linear-gradient(to bottom, #e5345c, #792358);
        padding: 8px 12px;
        color: white;
        cursor: pointer;
    }

.sub-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.category-list {
    list-style: none;
    padding: 0;
}

    .category-list li {
        margin-bottom: 5px;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
    }

        .category-list li.active {
            background-color: #90caf9;
            font-weight: bold;
        }

#NewCorner button.accordion-button.no-arrow {
    background: #d6d6d67d !important;
    /* margin-bottom: 5px; */
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
}

.accordion-body {
    padding: 0;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #d6d6d67d;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.nested-list {
    margin-left: 10px;
    display: none;
}

    .nested-list.show {
        display: block;
        padding-left: 0;
    }

.News-middlebox {
    background-color: #fff;
    box-shadow: 3px 3px 3px 3px #cccccc8c;
    padding: 30px;
    position: relative;
}

    .News-middlebox p {
        text-align: justify !important;
    }

    .News-middlebox h3 {
        font-weight: bold;
        display: flex;
        justify-content: space-between;
    }

    .News-middlebox a {
        float: right;
        color: #004e9e;
        font-size: 18px;
        font-weight: 600;
    }

@media(max-width:768px) {
    .MobileVew {
        display: block !important;
    }

    .Deskview {
        display: none !important;
    }
}
