@import url('../../../../cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&amp;display=swap'); /*font-family: 'Raleway', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap');
@import url("../../../../cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css");
@import url("font.css");
@import url("root.css");
@import url("pages/inside.css");

body {
    font-family: var(--Raleway);
    font-size: 16px;
    font-weight: normal;
    color: var(--body-text);
    background: var(--body-bg);
    font-variant-numeric: lining-nums;
    overflow-x: hidden;
}
/* Global css */
* {
    margin: 0;
    padding: 0;
    --main-font:'Raleway','sans-serif';
    /* Calculation */
    --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420)));
}

p {
    line-height: 24px;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    a:hover {
        color: #000;
        transition: all 0.3s ease;
        text-decoration: none;
    }

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:focus, button:focus {
    outline: none;
}

:focus {
    outline: none;
    box-shadow: none;
}

.text-jusify {
    text-align: justify;
}

/*Form*/
.form-control {
    font-size: 13px;
    font-weight: 100;
    width: 100%;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    height: 45px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: 'Poppins',sans-serif;
    letter-spacing: .32px;
    color: #858585;
}

    .form-control:focus {
        box-shadow: none;
    }

label {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.custom-select {
    position: relative;
}

    .custom-select::after {
        content: "\f107";
        font-family: 'Line Awesome Free' !important;
        position: absolute;
        top: 0;
        right: 10px;
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: 700;
    }

.form-check {
    display: flex;
    align-items: end;
    gap: 10px;
}

    .form-check label {
        margin: 0;
    }

.form-control[type=file] {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.form-label dt {
    display: inline-block;
    color: red;
    font-weight: normal;
}

.btn {
    font-size: 15px;
    border-radius: 3px;
    transition: all 0.3s ease;
    padding: 0px 15px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    transition-duration: 0.4s;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    min-width: 170px;
}

    .btn:hover {
        background: var(--red-bg);
        color: var(--white-text);
    }

    .btn:focus {
        outline: none;
        box-shadow: none;
    }

.btn-close:focus {
    outline: none;
    box-shadow: none;
}

.btn-yellow {
    background: var(--yellow-bg);
    color: var(--body-text);
}

.btn-red {
    background: var(--red-bg);
    color: var(--white-text);
}

.btn-white {
    background: var(--white-bg);
    color: var(--red-text);
}

    .btn-white:hover {
        background: #212529;
    }

.outline-btn {
    border: solid 2px var(--body-text);
}


/*Headings*/

h1 {
    font-size: 56px;
    font-weight: 700;
    margin: 0;
}

h3 {
    font-size: 36px;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
}

h2 {
    --max-font:36;
    --min-font:25;
    font-family: var(--main-font);
    font-size: var(--responsive);
    font-weight: 700;
    margin-bottom: 40px;
}

.title1 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.title2 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 35px;
    line-height: 26px;
}

.headings {
    text-align: center;
}

    .headings .title1 {
        margin-bottom: 0;
    }

.dpt-tile {
    display: inline-block;
    background: #0dcaf0;
    padding: 10px 30px 10px;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}


.section {
    padding: 70px 0;
    position: relative;
}

.section-bg {
    background: var(--section-bg);
}

.page-title {
    font-size: 22px;
    background: #EFEFEF;
    padding: 7px 20px;
    margin-bottom: 2rem;
    font-weight: 600;
    border-left: solid 5px #ac0d0d;
}

.heading-title {
    border-bottom: solid 1px #1341a3;
    padding: 0;
    margin-bottom: 15px;
}

    .heading-title span {
        background: #1341a3;
        color: #fff;
        padding: 7px 16px 6px;
        display: inline-block;
        line-height: 100%;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.025rem;
        text-transform: capitalize;
    }

/*Header*/
.header-top {
    min-height: 50px;
    background: var(--blue-bg);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.25s linear;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.25s linear;
}

.show-small {
    display: none;
}

.top-info {
    display: flex;
    gap: 25px;
    height: 100%;
}

.opd-box {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: center;
}

    .opd-box .icon span {
        font-size: 30px;
        color: var(--yellow-text);
    }

.opd-txt {
    color: var(--white-text);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
}

    .opd-txt span {
        font-size: 14px;
        font-weight: 400;
        display: block;
        letter-spacing: 0;
    }

.right_side_menu {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
    height: 100%;
}

.main-menu {
    padding: 10px 0;
    background: var(--white-bg);
}

.access-menu-list {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    height: 100%;
    align-items: center;
}

.access-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: center;
}

.a_icos {
    line-height: 1;
}

    .a_icos span {
        font-size: 26px;
        color: var(--body-text);
    }

.access-text {
    color: var(--body-text);
    font-weight: 700;
    line-height: 16px;
}

    .access-text span {
        display: block;
    }

.access-item:hover .access-text {
    color: var(--red-text);
}

.logo img {
    width: 415px;
    max-width: 100%;
}


/*Main Navigation*/

.navbar {
    background: transparent;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--white-text);
    padding: 0.7rem 1rem !important;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 16px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: middle;
    content: "\f107";
    font-family: 'Line Awesome Free' !important;
    border: none;
    font-size: 9px;
    margin-top: -1px;
    font-weight: bold;
}

.navbar-toggler {
    background: #2f3a8f;
    position: relative;
    padding: 0.1rem 0.3rem;
    margin: 5px 0;
}

.navbar-toggler {
    position: relative;
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    border: none;
    background: #fde601;
}

.navbar-toggler-icon:before {
    content: "\f142";
    color: var(--body-text);
    ;
    position: relative;
    font-size: 26px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-family: 'Line Awesome Free' !important;
    font-weight: 900;
}

.main-navbar .navbar-nav .nav-link:focus,
.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active {
    color: var(--yellow-text);
    transition: all .3s ease;
}

/* .main-navbar{position:relative;width:100%;z-index:9;padding:0;} */
.main-navbar {
    position: relative;
    width: 100%;
    z-index: 9;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 25px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    border: none;
    border-radius: 0;
    min-width: 220px;
    left: 0;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    right: 0;
    background: #ffffff;
    /*background: var(--yellow-bg);*/
}

.main-navbar .dropdown-menu li a {
    padding: 15px 15px;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

    .main-navbar .dropdown-menu li a:hover {
        background: transparent;
        color: var(--red-text);
    }

.navbar .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0 !important;
}

li.nav-item i {
    font-size: 20px;
}


/*Mega Menu*/
.main-navbar .dropdown-menu li a.mega-link {
    border: none;
    padding: 15px 0px;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.q-drop li a {
    padding: 10px 5px;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

#banner .slick-slide {
    margin: 0;
}


/*Marquee*/
/* .scroller{height:45px;background:rgb(3 3 3 / 0.9);} */
.scroller {
    height: 38px;
    background: rgb(3 3 3 / 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

marquee {
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    width: calc(100% - 40px);
    float: left;
}

.left-a {
    width: 20px;
    float: left;
    font-size: 26px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

.right-a {
    width: 20px;
    float: right;
    font-size: 26px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

/*Service Box Below Slider*/
.service-sec {
    margin-top: -150px;
    position: relative;
}

.box_bg_1 {
    background: #13C5DD;
}

.box_bg_2 {
    background: #2155CD;
}

.box_bg_3 {
    background: #1341A3;
}

.box_bg_4 {
    background: #002B5B;
}

.box-bor-rdius-1 {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.box-bor-rdius-2 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.service-box {
    padding: 50px 30px 50px;
    color: var(--white-text);
    height: 100%;
    transition: all 0.2s linear;
    transform: translateY(0);
}

    .service-box:hover {
        transition: all 0.2s linear;
        transform: translateY(-10px);
        background: var(--red-bg);
    }

    .service-box [class^="icon-"] {
        font-size: 60px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .service-box .title1 {
        font-family: var(--poppins);
    }

    .service-box p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
    }

.req-num {
    font-family: var(--poppins);
}

/* .box-bor-rdius-2 .title1{margin-bottom:10px;} */
.text-btn {
    color: #fce501;
}

    .text-btn:hover {
        color: #000;
    }

/*Welcome*/
.stack-numbers-row {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(90px,1fr));
    gap: 35px;
    padding-top: 25px;
}

.number {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--poppins);
}

.number-text {
    font-weight: 600;
    line-height: normal;
    border-top: solid 1px #2C3333;
    padding-top: 10px;
    margin-top: 5px;
}

    .number-text span {
        display: block;
    }

.nabl_logos {
    margin-top: 25px;
}

    .nabl_logos img {
        background: #fff;
        padding: 15px;
        margin-right: 10px;
        border-radius: 5px;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 7%);
    }

.nabl_bedges {
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

    .nabl_bedges img {
        height: 75px;
    }

/*Faculty*/
.faculty-card {
    padding: 30px 30px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    width: 600px;
    max-width: 100%;
}

.left-text {
    padding-top: 40px;
    padding-left: 20px;
    text-align: center;
    position: relative;
}

    .left-text p {
        color: var(--white-text);
        font-weight: 600;
        text-align: center;
        min-height: 200px;
        margin: 0;
        line-height: 26px;
    }

    .left-text a {
        color: var(--yellow-text);
    }

        .left-text a:hover {
            color: var(--body-text);
        }

.right-imgs .title1 {
    margin: 0;
    text-align: center;
    color: var(--white-text);
    padding: 10px 0 0;
    font-weight: 700;
}

.right-imgs p {
    text-align: center;
    color: var(--white-text);
}
/* .right-imgs img{border-radius:15px;} */
.right-imgs img {
    border-radius: 15px;
    max-height: 233px;
    min-width: 210px;
    object-fit: cover;
    object-position: top;
}

.quote-1 {
    position: absolute;
    top: -36px;
    left: 20px;
}

.quote-2 {
    position: absolute;
    bottom: -40px;
    right: 0px;
}

.quote-1 span {
    font-size: 45px;
    color: var(--white-text);
}

.quote-2 span {
    font-size: 45px;
    color: var(--white-text);
}

/*Departments*/
/* .departments-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:0;margin-top:2px;} */
.departments-row {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    gap: 0;
    margin-top: 2px;
}

.dept-item {
    padding: 30px 17px;
    border: solid 1px #1341A3;
    display: block;
    margin-top: -1px;
    margin-left: -1px;
    min-height: 215px;
}

.dept-icon span {
    font-size: 45px;
    color: var(--body-text);
}

.dept-icon {
    margin-bottom: 15px;
}

.dept-item .title2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
}
/* .dept-item p{font-size:12px;font-weight:400;margin:0;color:#000;line-height:normal;display:none;} */
.dept-item p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #000;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.dept-item:hover {
    background: var(--blue-bg);
    color: var(--white-text);
}

    .dept-item:hover .dept-icon span {
        color: var(--yellow-text);
    }

    .dept-item:hover p {
        color: var(--white-text);
    }

/*Team Section*/
.team-img img {
    min-height: 360px;
    max-height: 360px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-info {
    box-shadow: 0px 4px 15px rgba(0,0,0,0.07);
    border-radius: 5px;
    background: #fff;
    padding: 15px 5px;
    min-height: 100px;
    text-align: center;
    width: 275px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
}

    .team-info span {
        font-size: 14px;
        margin-top: 5px;
        display: block;
    }

    /* .team-info .dept-tag{background:#1341a3;display:inline-block;padding:2px 8px 1px;font-size:13px;color:#fff;border-radius:3px;} */
    /* .team-info .dept-tag{background:#1341a3;display:inline-block;padding:2px 8px 1px;font-size:13px;color:#fff;border-radius:0 0 5px 5px;margin-left:-5px;width:calc(100% + 10px);min-height:42px;display:flex;align-items:center;justify-content:center;} */
    .team-info .dept-tag {
        background: #1341a3;
        display: inline-block;
        padding: 2px 8px 1px;
        font-size: 13px;
        color: #fff;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*Slick Slider*/
.slick-slide {
    margin: 0 10px;
}

.slick-slider .slick-arrow {
    width: 45px;
    height: 45px;
    border: none;
    color: #fff;
    background: #e54437;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-slider .prev {
    left: -80px;
}

.slick-slider .next {
    right: -80px;
}

.slick-dots li button {
    display: none;
}

.slick-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 0;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 2;
    padding: 15px 0 0;
}

    .slick-dots li {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: transparent;
        border: solid 1px #EC4949;
    }

        .slick-dots li.slick-active {
            background: #EC4949;
        }

.main-bnr .slick-slider .prev {
    left: 20px;
}

.main-bnr .slick-slider .next {
    right: 20px;
}

/*Support Services*/
.hospitals-services {
    overflow: hidden;
}

#service .slick-list {
    margin-right: calc(-250px - ((100vw - 100%)/ 1) + 0px);
    overflow: hidden;
}

.support-service-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.bg-1 {
    background: rgb(235 100 64 / 90%);
}

.bg-2 {
    background: rgb(128 178 20 / 90%);
}

.bg-3 {
    background: rgb(118 74 241 / 90%);
}

.bg-4 {
    background: rgb(243 36 36 / 90%);
}

.bg-5 {
    background: rgb(135 76 98 / 90%);
}

.bg-6 {
    background: rgb(192 178 54 / 90%);
}

.service-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: hard-light;
    border-radius: 20px;
    z-index: 1;
}

.support-details {
    padding: 0 30px 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

    .support-details h3 {
        font-size: 28px;
        font-weight: 700;
        color: var(--white-text);
        ;
        margin-bottom: 15px;
    }

    .support-details .btn {
        min-width: 140px;
        height: 40px;
        line-height: 40px;
    }

#service .slick-slide {
    overflow: hidden;
}

.support-service-box img {
    transform: scale(1);
    transition: all 0.3s ease;
}

.slick-slide:hover .support-service-box .service-overlay + img {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.slick-slide:hover .support-service-box .service-overlay {
    mix-blend-mode: normal;
    background: rgb(0 0 0 / 15%);
}


/*Strories*/
.stories::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background: #FCE501;
    top: 50%;
}

.stories-item {
    background: var(--white-bg);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin: 15px 0;
    min-height: 330px;
}

.story-quote {
    width: 60px;
    background: #E53510;
    text-align: center;
    height: 70px;
    display: grid;
    place-content: center;
    margin-top: calc(-40px + -15px);
}

    .story-quote span {
        font-size: 34px;
        color: var(--white-text);
    }

.stories-item p {
    line-height: 26px;
    padding-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 155px;
    text-align: center;
}

.stories-item .title2, .stories-item span {
    display: block;
    text-align: center;
}

/* International Patients */
.International_patient_row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
    justify-content: center;
}

.ip-img {
    max-height: 115px;
    min-height: 115px;
    overflow: hidden;
    margin-top: -80px;
    width: 115px;
    border: solid 3px #ffc107;
    border-radius: 50%;
    background: #fff;
}

/*News*/
.news-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.06);
    border-radius: 5px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.new-img img {
    border-radius: 5px 5px 0 0;
}

.news-details {
    padding: 20px 40px 40px;
}

.news-type {
    background: #167F8D;
    color: var(--white-text);
    font-weight: 300;
    padding: 5px 8px 2px;
    font-size: 14px;
}

.news-date {
    font-weight: 600;
}

.date-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.news-details .title1 {
    line-height: 30px;
}

.news-details p {
    line-height: 28px;
}

.list-with-date li {
    display: flex !important;
    margin: 0;
    background: #fff;
    padding: 10px 5px;
    border-bottom: solid 1px #d3e0ea;
    min-height: 97px;
}
/* .list-with-date li:last-child{border-bottom:none;} */
.card-date-col {
    width: 70px;
    height: 70px;
    background-color: var(--blue-bg);
    flex-shrink: 0;
    border-radius: 5px;
    margin-right: 15px;
    display: grid;
    justify-content: center;
    align-content: center;
    padding-top: 0;
    margin-bottom: 0;
}

    .card-date-col p {
        color: #fff;
        font-weight: 700;
        line-height: 100%;
        margin: 0;
        padding: 0;
        font-size: 16px;
        margin-bottom: 4px;
    }

    .card-date-col span {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 100%;
    }

.card-detail-col {
    width: 100%;
    padding-top: 5px;
    border-left: solid 5px #009688;
    padding-left: 10px;
    display: grid;
    align-items: center;
}

    .card-detail-col a {
        line-height: 22px;
        padding-bottom: 5px;
        margin: 0;
        display: block;
    }

        .card-detail-col a:hover a {
            color: #B26700;
        }

    .card-detail-col span {
        padding-left: 0px;
        font-weight: 600;
        font-size: 13px;
        color: #3f51b5;
    }


/*Events*/
.events-row ul li {
    margin-bottom: 20px;
}

.event-item {
    background: var(--blue-bg);
    padding: 15px;
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 30px;
    align-items: flex-start;
    border-radius: 5px;
    padding-bottom: 15px;
    min-height: 170px;
}

.date-box {
    background: var(--yellow-bg);
    font-family: 'Bebas Neue','cursive';
    font-size: 36px;
    line-height: 80%;
    text-align: center;
    padding: 15px 0 18px;
    border-radius: 5px;
    margin-top: calc(-30px);
    font-weight: 500;
}

    .date-box span {
        display: block;
        font-size: 22px;
    }

.event-dtls {
    color: var(--white-text);
    ;
    padding: 5px 0;
}
    /* .event-dtls .title2{margin-bottom:13px;font-weight:700;font-size:16px;} */
    .event-dtls .title2 {
        margin-bottom: 13px;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
    }

    .event-dtls p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .event-dtls span {
        display: block;
        font-weight: 500;
        font-family: var(--poppins);
        color: var(--yellow-text);
        font-size: 14px;
        letter-spacing: 0.04rem;
    }

.evnt-thm {
    height: 100%;
}

    .evnt-thm img {
        height: 100%;
        object-fit: cover;
    }

.event-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .event-btns a {
        background: #fde601;
        color: #000;
        padding: 2px 12px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 3px;
    }

/* #Events .slick-list{padding-top:15px;} */
#Events .slick-slide {
    margin: 0 !important;
}

/*Quick Refrence*/
.top-bor {
    border-top: solid 1px #1341A3;
}

.quick-box {
    border-bottom: solid 1px #1341A3;
    padding-bottom: 15px;
    padding-top: 35px;
}

.opd-type {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 50px;
}

.opd-no {
    display: block;
    font-weight: 600;
    font-family: var(--poppins);
    font-size: 30px;
    line-height: 90%;
    text-align: center;
    color: var(--blue-text);
}

    .opd-no span {
        display: block;
        font-size: 15px;
        line-height: 100%;
    }

.ward-type {
    font-weight: 300;
    font-family: var(--poppins);
    font-size: 20px;
    line-height: 120%;
    color: var(--blue-text);
}

    .ward-type span {
        display: block;
        font-weight: 600;
    }

    .ward-type a {
        color: var(--blue-text);
    }

        .ward-type a:hover {
            color: var(--red-text);
        }

.access-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

    .access-row a {
        color: var(--blue-text);
    }

        .access-row a:hover {
            color: var(--red-text);
        }

/*Gallery*/
.gallery ul {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    gap: 10px;
}

    .gallery ul li img {
        filter: grayscale(1);
        height: 100%;
        object-fit: cover;
    }

    .gallery ul li:hover img {
        filter: grayscale(0);
    }

.content {
    position: relative;
    overflow: hidden;
}

    .content:hover .content-overlay {
        opacity: 1;
    }

    .content .content-overlay {
        background: rgba(0,0,0,0.45);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        z-index: 1;
    }

    .content:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }

.fadeIn-bottom {
    top: 80%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}

    .content-details span {
        color: #fff;
        font-size: 20px;
    }

.fadeIn-bottom {
    top: 80%;
}

.gallery .content img {
    min-height: 250px;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/**/
.title-rl {
    white-space: nowrap;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 700;
    writing-mode: vertical-rl;
    transform-origin: center;
    color: var(--blue-text);
    margin: 0 auto;
}


/*Footer*/
.footer {
    background: var(--footer-bg);
    padding-top: 60px;
}

.footer-logo {
    text-align: center;
}

.footer-nav-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-nav ul li {
    display: inline-block;
}

    .footer-nav ul li a {
        color: #9F9F9F;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        padding-right: 10px;
    }

        .footer-nav ul li a:hover {
            color: var(--red-text);
        }

.social-icons {
    position: relative;
}

    .social-icons ul {
        display: flex;
        gap: 10px;
    }

        .social-icons ul li a {
            width: 32px;
            height: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-size: 18px;
            transition: all 0.5s linear;
            transform: translateY(0px);
            color: var(--white-text);
            ;
        }

            .social-icons ul li a:hover {
                background: #F24A72;
            }

            .social-icons ul li a:hover {
                transition: all 0.5s linear;
                transform: translateY(-10px);
            }

.faceb {
    background: #3b5998;
}

.twitt {
    background: #00acee;
}

.insta {
    background: #e95950;
}

.youtu {
    background: #FF0000;
}

.conversion .title3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FCE501;
}

.con-hr {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.conversion {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.c-text {
    font-weight: 300;
    font-family: var(--poppins);
}

    .c-text a {
        color: #9F9F9F;
    }

.sym {
    line-height: 1;
}

    .sym span {
        color: #9F9F9F;
        font-size: 30px;
    }

.contact.item {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
    align-items: center;
}


.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

/*Copyright*/
.copyright {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #9F9F9F;
}

    .copyright p {
        margin: 0;
        color: #9F9F9F;
    }

    .copyright a {
        color: #0dcaf0;
        margin-left: 5px;
        font-weight: 500;
    }

        .copyright a:hover {
            color: #2F3A8F;
        }

section.home-slider {
    position: relative;
}

.quic-menus {
    position: fixed;
    right: 0;
    top: 25%;
    width: 45px;
    height: 45px;
    background: #FDE601;
    display: grid;
    place-content: center;
    z-index: 10;
}

    .quic-menus a i {
        color: #000;
        font-size: 22px;
    }

.quic-side-menu {
    float: left;
    width: 100%;
    max-width: 300px;
    background: #1341A3;
    position: fixed;
    top: 37%;
    right: -100%;
    height: auto;
    z-index: 15;
    transition: all 0.3s ease 0s;
    margin: 0;
    padding: 15px 0;
    z-index: 11;
}

    .quic-side-menu.show {
        right: 0;
    }

.quic-side-menus {
    width: 100%;
    max-width: 280px;
    background: #d3e0ea;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    z-index: 15;
    transition: all 0.3s ease 0s;
    margin: 0;
    padding: 0rem 0 1.5rem;
    z-index: 11;
    padding: 50px 15px 10px;
}

    .quic-side-menus.show {
        left: 0;
    }

.quic-menuss {
    height: 100%;
    display: flex;
    align-items: center;
}

.icon-menus {
    color: #fff;
    font-size: 24px;
}

.quic-side-menus .close {
    position: absolute;
    top: 7px;
    font-size: 22px;
    right: 11px;
    background: red;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.side-menu-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(100px,1fr));
    gap: 15px;
    padding: 0 15px;
}

    .side-menu-list .access-item {
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        grid-template-columns: 1fr;
        min-height: 110px;
    }

        .side-menu-list .access-item .a_icos span {
            font-size: 44px;
        }

.quic-side-menu .icon {
    position: absolute;
    font-size: 22px;
    top: -33px;
    left: 0;
    background: red;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#top-button {
    display: inline-block;
    background-color: #004478;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #top-button::after {
        content: "\f062";
        font-family: 'Line Awesome Free';
        font-weight: bold;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #top-button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #top-button:active {
        background-color: #555;
    }

    #top-button.show {
        opacity: 1;
        visibility: visible;
    }


/*H4 Heading*/
h4 {
    font-weight: 700;
    color: var(--blue-text);
    margin-bottom: 1rem;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    line-height: 100%;
    font-size: 1.2rem;
}

    h4::before {
        position: relative;
        content: "-";
        margin-right: 5px;
        color: var(--red-text);
    }

#lightgallerygal img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.scroll-content {
    width: 100%;
    max-height: 100%;
    height: 100%;
}

.ps.ps--active-y > .ps__rail-y, .ps > .ps__rail-y {
    width: 6px !important;
    z-index: 999;
    background: #000000;
}

.ps.ps--active-y > .ps__rail-y {
    opacity: 1 !important;
}

.ps .ps__rail-y .ps__thumb-y {
    width: 6px !important;
    background: #96cd1f;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    right: 0 !important;
}

.ps__rail-x {
    display: none !important;
}

::-webkit-scrollbar {
    width: 8px;
    background: #273fa1;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 2px solid rgba(0,0,0,0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: #fce501;
}
