﻿html, body {
    overflow-x: hidden; /* hides horizontal scroll */
}
body
{
	font-family: 'Open Sans',sans-serif;
	background:#1E3F4E;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Eboracum', serif;
}

h2 {
    font-size: 40px;
}

p {
    font-family: 'Open Sans', sans-serif;
}
.topbar
{
	background-image: linear-gradient(to right, #f4fbfe, #d4effe);
	padding-top:5px;
	padding-bottom:5px;
}

.show-mobile {
    display: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !Important;
    }
}

@media(max-width: 991px) {
    .show-mobile {
        display: block;
    }

    .bg-nav {
        background: #79909f;
    }
}



.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-nav {
    background-color:#fff7eb;
	border-bottom: 1px solid #d7b675;
    border-top: 1px solid #d7b675;
}

.nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 18px;
}
@media (min-width: 1100px) and (max-width: 1530px) {
    .navbar-nav .nav-link {
        font-size: 1.0rem;
    }
	.image-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 370px !important;
    overflow: hidden;
}
	.form-control-2
	{
		margin-bottom:0px !Important;
	}
}


    .nav-link i {
        margin-right: 5px;
    }

/* allow full width dropdown */
.navbar-nav .dropdown {
    position: static;
}

/* base mega menu */
.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    border-radius: 0;
    padding: 30px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    display: none;
}

@media (min-width: 992px) {

    /* make dropdown parent the hover trigger */
    .navbar-nav .dropdown {
        position: static;
    }

    /* mega menu locked directly below navbar, no gap */
    .mega-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
		background:#fff7eb;
        margin-top: 0 !important; /* IMPORTANT */
        display: none;
        z-index: 9999;
    }

        /* show when hovering menu item OR the mega menu itself */
        .navbar-nav .dropdown:hover > .mega-menu,
        .mega-menu:hover {
            display: block !important;
        }

        .mega-menu.show {
            display: block !important;
        }
}



/* MOBILE behave as normal dropdown */
@media (max-width: 991px) {
    .mega-menu {
        width: 100%;
        position: static;
        box-shadow: none;
        padding: 15px;
        display: none; /* Bootstrap dropdown controls visibility */
    }

    .hide-mobile {
        display: none;
    }
}

/* center container */
.mega-menu .row {
    max-width: 1140px;
    margin: auto;
}

/* links inside mega */
.mega-menu a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
}

    .mega-menu a:hover {
        color: #005ca7;
    }

.mega-heading {
    font-weight: 600;
    margin-bottom: 10px;
}

.admission-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px 4px 10px; /* 🔽 reduce height */
    border-radius: 40px 60px 40px 0px;
    background: #243b48;
    color: #fff;
    height: 65px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    box-shadow: 0 6px 0 #76828b; /* shrink shadow to match */
    line-height: 1; /* 🔥 critical */
}


/* left circle icon block */
.badge-icon {
    width: 52px;
    height: 52px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background: white;
    color: #cfa21d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    transition: 0.3s ease;
}

.admission-badge:hover .badge-chevron {
    transform: translateX(3px);
}


.admission-badge:hover {
    background: #daba74;
    box-shadow: 0 10px 0 #dec890;
    transform: translateY(-2px);
    text-decoration: none;
}

    .admission-badge:hover .badge-icon {
        transform: rotate(-10deg) scale(1.05);
    }
/* main text */
.badge-text {
    font-size: 14px;
    line-height: 16px;
}

/* chevron */
.badge-chevron {
    font-size: 30px;
    margin-left: 10px;
    font-weight: 900;
    color: white;
    transition: 0.3s ease;
}

.header-social {
    display: flex;
    align-items: center;
}

.set-social {
    margin: 5px;
}

.fg-inflate a {
    overflow: visible;
}

a.head-social {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;
    visibility: hidden;
    width: 40px;
}

.rounded a.head-social:before {
    border-radius: 50%;
}

a.head-facebook:before {
    background: #3b5998;
}

a.head-social:before, a.head-social:after {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    height: 40px;
    line-height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    visibility: visible;
    width: 40px;
}

.fg-inflate.fg-tilt a:after {
    transform: rotate(0deg) scale(1);
    transition: all 0.3s ease-in;
}

.fg-tilt a:after {
    transition: all 0.3s ease-in;
}

.fg-inflate a:after {
    transform: scale(1);
    transition: all 0.3s ease-in;
}

a.head-facebook:after {
    content: "\f09a";
    top: -1px;
}

a.head-instagram:after {
    content: "\f16d";
    top: -1px;
}

a.head-twitter:before {
    background: #00aced;
}

a.head-twitter:after {
    background: url(../img/telegram-social-3.png);
    background-repeat: no-repeat;
    background-position: 25% 51%;
    left: 0;
    top: 0;
}

a.head-pinterest:before {
    background: #cc2127;
}

a.head-pinterest:after {
    content: "\f16a";
    font-size: 30px;
    left: 0px;
    top: -1px;
}

a.head-social:after {
    left: 0;
    position: absolute;
}

a.head-instagram:before {
    background: #784cac;
}

.align-ico {
    align-items: center;
}

.fg-inflate.fg-tilt a:hover:after {
    transform: rotate(-7deg) scale(1.5);
}

.simpleSwiper {
    width: 100%;
}

    .simpleSwiper img {
        width: 100%;
        height: 95vh;
        /*object-fit: cover;*/
        display: block;
    }

/* mobile responsive */
@media (max-width: 768px) {
    .simpleSwiper img {
        height: 215px;
    }
}
/* round arrow buttons */
/* hide default arrows */
.swiper-button-prev,
.swiper-button-next {
    display: none;
}

/* custom buttons */
.swiper-button-custom {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #deb67f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 18px;
}

/* left & right position */
.swiper-prev {
    left: 15px;
}

.swiper-next {
    right: 15px;
}

/* hover */
.swiper-button-custom:hover {
    background: #243c4f;
}

.announcement-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 40px;
    background-image: linear-gradient(to right, #f4fbfe, #d4effe);
    color: #000;
    border-radius: 14px;
    padding: 20px 40px;
    overflow: hidden;
}

.announcement-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .announcement-icon img {
        width: 70px;
        height: auto;
    }

    .announcement-icon span {
        font-size: 30px;
        margin: 0;
    }

.announcement-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.announcement-text {
    white-space: nowrap;
    display: inline-block;
    animation: scrollText 15s linear infinite;
    font-size: 25px;
}
.announcement-text a{
    color:#000;
	text-decoration:none;
}
.announcement-text a:hover {
    animation-play-state: paused;
}
/* Target parent from child hover */
.announcement-text:has(a:hover) {
    animation-play-state: paused;
}
@keyframes scrollText {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.announcement-read a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

/* ---------------- TABLET ---------------- */
@media (max-width: 991px) {

    .announcement-bar {
        padding: 16px 22px;
        margin: 20px;
        gap: 14px;
    }

    .announcement-icon img {
        width: 34px;
    }

    .announcement-icon span {
        font-size: 18px;
    }

    .announcement-text {
        font-size: 18px;
        animation-duration: 18s; /* slightly slower */
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 767px) {

    .announcement-bar {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 16px;
    }

    .announcement-icon {
        justify-content: center;
    }

        .announcement-icon span {
            font-size: 18px;
        }

    .announcement-text {
        font-size: 16px;
        animation-duration: 20s; /* more readable */
    }

    .announcement-read {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

/* ---------------- SMALL MOBILE ---------------- */
@media (max-width: 480px) {

    .announcement-bar {
        margin: 15px 10px;
    }

    .announcement-text {
        font-size: 14px;
    }

    .announcement-icon img {
        width: 28px;
    }
}

/* Animation that scrolls within container limits */
@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.right-fixed-sidebar {
    position: fixed;
    top: 61%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .right-fixed-sidebar .item {
        width: 48px;
        height: 48px;
        background: #007392;
        color: #fff;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border-radius: 8px 0 0 8px;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .right-fixed-sidebar .item:nth-child(1) {
            background: #1E90FF;
        }

        .right-fixed-sidebar .item:nth-child(2) {
            background: #25d366;
        }

        .right-fixed-sidebar .item:nth-child(3) {
            background: #c4151f;
        }

        .right-fixed-sidebar .item:nth-child(4) {
            background: #6c1a5e;
        }

    .right-fixed-sidebar .icon {
        max-width: 24px;
    }

        .right-fixed-sidebar .icon svg {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .right-fixed-sidebar .socialBtn .icon {
        width: 100%;
        height: 100%;
        display: flex;
        max-width: 20px;
    }

    .right-fixed-sidebar .item2 {
        width: 48px;
        height: auto;
        background: #007392;
        color: #fff;
        display: flex;
        padding: 10px;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border-radius: 8px 0 0 8px;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .right-fixed-sidebar .item2:hover {
            transform: translateY(-4px);
        }

    .right-fixed-sidebar .item:hover {
        transform: translateY(-4px);
    }

    /* vertical admission text */
    .right-fixed-sidebar .admission {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        background: #780116;
    }

.scrollDown {
    position: absolute;
    bottom: 20px; /* distance from bottom */
    left: 20px; /* bottom-left corner */
    display: flex;
    flex-direction: column;
    align-items: center; /* center SVG and text horizontally */
    cursor: pointer;
    z-index: 9999;
}

    .scrollDown .Txt {
        color: #fff;
        font-size: 16px; /* adjust font size */
        font-weight: bold;
        margin-bottom: 5px; /* space between text and arrow */
        writing-mode: vertical-rl; /* vertical text from top to bottom */
        text-orientation: mixed; /* keep letters readable */
        line-height: 1.2em;
    }

    .scrollDown .icon svg {
        width: 21px;
        height: 49px;
    }

        /* Animate only the arrow path */
        .scrollDown .icon svg #arrow {
            animation: arrowBounce 1.2s ease-in-out infinite;
            transform-origin: center;
        }

/* Keyframes for vertical bounce */
@keyframes arrowBounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
    /* move down */
    100% {
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scrollDown .Txt {
        font-size: 14px;
    }

    .scrollDown .icon svg {
        width: 16px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .scrollDown .Txt {
        font-size: 12px;
    }

    .scrollDown .icon svg {
        width: 14px;
        height: 30px;
    }
}

.scrollDown .scroll {
    text-decoration: none; /* remove underline */
    color: inherit; /* keep text color white */
}

.about-bg {
    background:#1E3F4E;
    padding: 70px 20px;
    position: relative; /* ✅ required for ::after */
    overflow: hidden;   /* ✅ hides curve overflow */
}
.about-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: clamp(60px, 10vw, 120px);
    background: url("../img/light-curve-2.webp") no-repeat center / 100% 100%;
    pointer-events: none;
}



@media(max-width:991px)
{
	.about-bg
	{
		overflow:visible;
	}
}

.s2 {
    color: #fd2936;
}

.fl-right {
    float: right;
}

@media(max-width: 991px) {
    .fl-right {
        float: none;
    }

    .about-bg {
        padding: 70px 0 30px 0;
    }
}

/* ---------------- FLOAT ICONS FIXED ---------------- */

.floatIcons {
    position: absolute;
    inset: 0; /* shorthand for top/right/bottom/left */
    width: 100%;
    height: 100%;
    pointer-events: none; /* icons won’t block clicks */
}

    /* BASE SIZE (mobile first) */
    .floatIcons .icons {
        position: absolute;
        transition: all .5s;
        width: 24px;
    }

/* responsive scaling */
@media only screen and (min-width: 1200px) {
    .floatIcons .icons {
        width: 30px;
    }
}

@media only screen and (min-width: 1351px) {
    .floatIcons .icons {
        width: 35px;
    }
}

@media only screen and (min-width: 1551px) {
    .floatIcons .icons {
        width: 50px;
    }
}

/* make images actually scale with icon box */
.floatIcons .icons img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* --------------- INDIVIDUAL ICON POSITIONS --------------- */

.about-bg .floatIcons .icons.circleHalf {
    top: 11px;
    right: 13px;
    animation: scaleEffects 6s linear infinite;
}

.about-bg .floatIcons .icons.curveIcon {
    top: 15%;
    left: 0;
    animation: vibrate 6s linear infinite;
}

.about-bg .floatIcons .icons.dot {
    top: 10%;
    left: 25%;
    animation: flying 6s linear infinite;
}

.about-bg .floatIcons .icons.bigdot {
    right: 3%;
    top: 10%;
    width: 45px;
    animation: rotation 6s linear infinite;
}

.about-bg .floatIcons .icons.plus {
    right: 30px;
    bottom: 20%;
    animation: rotation 6s linear infinite;
}

.about-bg .floatIcons .icons.hCircle {
    right: 15%;
    bottom: 0%;
}

.about-bg .floatIcons .icons.dotLine {
    width: 6px;
}

@media only screen and (min-width: 1351px) {
    .about-bg .floatIcons .icons.hCircle {
        bottom: 0%;
    }
}

.about-bg .floatIcons .icons.dotLine {
    left: 10%;
    bottom: 5%;
    animation: topToBottom 8s linear infinite;
}

.about-bg .floatIcons .icons.lCurve {
    left: 15px;
    bottom: 14%;
    animation: vibrate 10s linear infinite;
}

/* ---------------- ANIMATIONS ---------------- */

@keyframes scaleEffects {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-8px, 8px);
    }

    40% {
        transform: translate(-8px, -8px);
    }

    60% {
        transform: translate(8px, 8px);
    }

    80% {
        transform: translate(8px, -8px);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes flying {
    0%, 100% {
        transform: translate(0%, 0%);
    }

    25% {
        transform: translate(45%, 35%);
    }

    50% {
        transform: translate(70%, 27%);
    }

    75% {
        transform: translate(12%, 80%);
    }
}

@keyframes rotation {
    0% {
        transform: scaleX(-1) rotate(360deg);
    }

    100% {
        transform: scaleX(-1) rotate(0deg);
    }
}

/* fixed typo + fixed stuck animation */
@keyframes topToBottom {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}



@media only screen and (min-width: 1351px) {
    .about-bg .floatIcons .icons.bigdot {
        width: 115px;
    }
}

.vision-bg {
    background: #c2d9e2;
    color: #000;
    padding: 70px 20px;
    position: relative;   /* required */
    overflow: hidden;     /* hides curve overflow */
}
.vision-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: clamp(60px, 10vw, 120px);
    background: url("../img/dark-curve-2.webp") no-repeat center / 100% 100%;
    pointer-events: none;
}
.core-bg-value {
    background-color: #1e3f4e;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 110px;
    position: relative; /* ✅ required for ::after */
    overflow: hidden;   /* ✅ hides curve overflow */
}
.core-bg-value::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: clamp(60px, 10vw, 120px);
    background: url("../img/light-curve-2.webp") no-repeat center / 100% 100%;
    pointer-events: none;
}
.core-bg-value-2
{
	background:#1E3F4E;
	padding: 25px 40px;
}

.img-r {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.img-r2 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*.two-row-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #000; 
    top: 10%;
    bottom: 10%;
}*/

.vision-bg .floatIcons {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}


    .vision-bg .floatIcons .icons.redDot {
        top: 0%;
        left: 35%;
        animation: vibrate 6s linear infinite;
    }

    .vision-bg .floatIcons .icons.curveIcon {
        top: 15%;
        right: 5%;
        animation: vibrate 6s linear infinite;
    }

@media only screen and (min-width: 1551px) {
    .vision-bg .floatIcons .icons.haCi {
        width: 100px;
    }
}

@media only screen and (min-width: 1441px) {
    .vision-bg .floatIcons .icons.haCi {
        width: 80px;
    }
}

@media only screen and (min-width: 1200px) {
    .vision-bg .floatIcons .icons.haCi {
        bottom: -9%;
        width: 50px;
    }
}

.vision-bg .floatIcons .icons.haCi {
    left: 30%;
    animation: vibrate 6s linear infinite;
    bottom: -5%;
    width: 40px;
}

.vision-bg img:hover {
    transform: scale(1.01);
}

@media(max-width:991px) {
    .vision-bg {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
		overflow:visible;
    }

    .two-row-wrapper::after {
        content: "";
        position: absolute;
        left: 10%; /* side padding of the line */
        right: 10%; /* adjust as needed */
        top: 50%; /* position between the two rows */
        height: 1px; /* horizontal line */
        background: #555; /* color */
    }

    .img-f {
        height: auto !important;
    }

    .session-div {
        padding-top: 70px;
        padding-bottom: 70px;
        background-image: url("../img/session-bg.jpg");
        background-size: cover;
        padding-left: 10px !Important;
        padding-right: 10px !Important;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed; /* stays fixed while page scrolls */
    }

    .features-bg {
        background-color: #007392;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .features-bg h2 {
            font-size: 22px;
            text-align: center;
        }

    .core-bg {
        background: #007392;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .gallery-div {
        background-color: #b8ecee;
        position: relative;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.session-div {
    padding-top: 70px;
    padding-bottom: 70px;
    /*background-image: url("../img/session-bg.jpg");
    background-size: cover;*/
	background-color:#fff;
    padding-left: 30px;
    padding-right: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* stays fixed while page scrolls */
}

.img-z:hover {
    transform: scale(1.06);
}

.features-bg {
    background-color: #c2d9e2;
    padding-top: 70px;
    padding-bottom: 110px;
    padding-left: 30px;
    padding-right: 30px;
}

.feature-head {
    color: #1c4853;
}

.core-bg {
    background: #5b7179;
    padding: 70px 30px;
    position: relative;
    border-radius: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .core-bg .floatIcons .icons.blueDot {
        top: 10%;
        left: 50%;
        animation: flying 6s linear infinite;
    }

@media only screen and (min-width: 1441px) {
    .core-bg .floatIcons .icons.redCircle {
        width: 40px;
    }
}

.core-bg .floatIcons .icons.redCircle {
    top: 15%;
    right: 23px;
    width: 30px;
    animation: flying 6s linear infinite;
}

.core-bg .floatIcons .icons.plus {
    right: 30px;
    bottom: 20%;
    animation: rotation 6s linear infinite;
}

@media only screen and (min-width: 1441px) {
    .core-bg .floatIcons .icons.redCurve {
        left: 15px;
    }
}

.core-bg .floatIcons .icons.redCurve {
    bottom: 25%;
    animation: vibrate 6s linear infinite;
    left: -5px;
}

/* spacing between cards */
.core-row {
    margin-top: 25px;
}

/* card look */
.core-card {
    background: #f7dee5;
    border-radius: 14px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

/* column spacing without touching bootstrap */
.core-row > .col-md-3 {
    padding: 10px 15px;
}

/* icon alignment */
.fl-right {
    float: right;
}

/* icon size & spacing */
.core-icon img {
    max-width: 89px;
}

.core-icon {
    margin-bottom: 12px;
}

/* better text breathing */
.core-desc p {
    line-height: 1.7;
    margin-bottom: 0;
}

/* mobile spacing */
@media(max-width: 767px) {
    .core-row > .col-md-3 {
        margin-bottom: 15px;
        padding: 10px 0px;
    }
}

.second-h {
    color: #deb67f;
}

.site-footer {
    background-image: linear-gradient(to right, #f4fbfe, #d4effe);
    color: #000;
    padding: 50px 0 0px;
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-col h4 {
	color:#203645;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}

    .footer-col h4::after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background: #5b7179;
        margin-top: 6px;
    }

.footer-logo {
    width: 240px;
    margin-bottom: 10px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

    .footer-col ul li {
        margin-bottom: 8px;
    }

        .footer-col ul li a {
            color: #000;
            text-decoration: none;
            font-size: 14px;
        }

            .footer-col ul li a:hover {
                color: #203645;
            }

.footer-bottom {
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    border-top: 1px solid #d5ba7f;
    padding-top: 25px;
	padding-bottom:50px
}

/* Responsive */
@media(max-width: 900px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .footer-col h4::after {
        margin-left: 0;
        margin-right: 0;
    }
}

.gallery-div {
    background-color: #1e3f4e;
    padding: 70px 20px;
    position: relative;
    overflow: hidden;
}
.gallery-div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: clamp(60px, 10vw, 120px);
    background: url(../img/curve-gradient-light.webp) no-repeat center / 100% 100%;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon1 {
        max-width: 42px;
    }
}

.gallery-div .icons .icon.icon1 {
    top: 0;
    left: 0;
    max-width: 100%;
    animation: scaleEffects 4s linear infinite;
}

.gallery-div .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}

@keyframes scaleEffects {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.gallery-div .icons .icon img {
    width: 100%;
    transition: all .5s;
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon2 {
        max-width: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-div .icons .icon.icon2 {
        bottom: 38%;
        left: 16%;
    }
}

.gallery-div .icons .icon.icon2 {
    bottom: 38%;
    left: 3%;
    max-width: 100%;
    animation: spin 3s linear infinite;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 1351px) {
    .gallery-div .icons .icon.icon3 {
        top: 26%;
        right: 51%;
    }
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon3 {
        max-width: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-div .icons .icon.icon3 {
        top: 21%;
        right: 51%;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-div .icons .icon.icon3 {
        top: 30%;
        right: 60%;
    }
}

.gallery-div .icons .icon.icon3 {
    top: 27%;
    right: 56%;
    z-index: 1;
    max-width: 100%;
    animation: vibrate 5s linear infinite;
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon4 {
        max-width: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-div .icons .icon.icon4 {
        bottom: 42%;
        right: 42%;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-div .icons .icon.icon4 {
        bottom: 36%;
        right: 48%;
    }
}

.gallery-div .icons .icon.icon4 {
    bottom: 44%;
    right: 43%;
    z-index: 1;
    max-width: 100%;
    animation: EqIconanim 8s linear infinite;
}

@keyframes EqIconanim {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(50%);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0%);
    }
}

@media only screen and (min-width: 1351px) {
    .gallery-div .icons .icon.icon5 {
        top: 39%;
        right: 15%;
    }
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon5 {
        max-width: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-div .icons .icon.icon5 {
        top: 35%;
        right: 14%;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-div .icons .icon.icon5 {
        top: 44%;
        right: 12%;
    }
}

.gallery-div .icons .icon.icon5 {
    top: 34%;
    right: 4%;
    z-index: 1;
    max-width: 100%;
    animation: EqIconanim 6s linear infinite;
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon6 {
        max-width: 20px;
    }
}

.gallery-div .icons .icon.icon6 {
    top: 20%;
    right: 100px;
    max-width: 100%;
    z-index: 1;
    animation: vibrate 3s linear infinite;
}

.gallery-div .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}

.gallery-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.gallery-track {
    display: flex;
    gap: 14px;
    transition: transform .4s ease;
}

/* BLOCKS */
.block {
    display: grid;
    gap: 12px;
}

.single img {
    height: 380px;
}

.double img {
    height: 180px;
}

/* all images */
.gallery-track img {
    border-radius: 12px;
    width: 220px;
    object-fit: cover;
    cursor: pointer;
    transition: .3s;
}

    .gallery-track img:hover {
        transform: scale(1.03);
    }

/* controls */
.gallery-controls {
    margin-top: 6px;
    text-align: right;
}

    .gallery-controls button {
        border: none;
        padding: 6px 12px;
        font-size: 20px;
        border-radius: 6px;
        background: #111827;
        color: #fff;
        cursor: pointer;
    }

/* responsive */
@media(max-width:768px) {
    .gallery-track img {
        width: 160px;
    }

    .single img {
        height: 260px;
    }

    .double img {
        height: 130px;
    }
}

/* LIGHTBOX */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.9);
    justify-content: center;
    align-items: center;
    z-index: 6000;
}

    .lightbox img {
        max-width: 92vw;
        max-height: 90vh;
        border-radius: 12px;
    }



.img-f {
    height: 245px;
}
/* shared style */
.close,
.prev,
.next {
    color: #fff;
    font-size: 42px;
    cursor: pointer;
    user-select: none;
}

/* X button */
.close {
    position: fixed;
    top: 15px;
    right: 25px;
}

/* arrows relative to lightbox */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 16px;
}

/* left arrow */
.prev {
    left: 20px;
}

/* right arrow */
.next {
    right: 20px;
}

    /* bigger clickable area */
    .prev:hover,
    .next:hover {
        transform: translateY(-50%) scale(1.1);
    }

/* mobile improve touch */
@media(max-width:768px) {
    .prev,
    .next {
        font-size: 32px;
        left: 10px;
        right: 10px;
    }
}

.heading-title {
    color: #ED1C24;
}

.head-container {
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
    padding: 15px 0px 15px 0px;
    border-style: solid;
    border-width: 3px 8px 8px 3px;
    border-color: #31526B;
    border-radius: 18px 18px 18px 18px;
}

.head-container-2 {
    position: relative; /* needed for absolute positioning of title */
    background-color: #FFFFFF;
    margin: 50px auto; /* center on page with spacing */
    padding: 40px 20px 20px 20px; /* more vertical padding */
    border: 4px solid #31526B; /* uniform border */
    border-radius: 18px;
    max-width: 700px;
}

.heading-title-2 {
    position: absolute;
    top: -22px; /* overlap the border */
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF; /* same as container */
    color: #ED1C24;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #31526B;
    border-radius: 10px;
    text-align: center;
}

.head-container-2 p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-top: 10px;
}


.profile-card2 {
    text-align: center;
    max-width: 350px;
    margin: 40px auto;
}

.image-wrapper2 {
    position: relative;
    display: inline-block;
    padding: 6px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

    .image-wrapper2 img {
        width: 100%;
        display: block;
    }

    .image-wrapper2::before {
        content: "";
        position: absolute;
        left: -25px;
        bottom: 15px;
        width: 32px;
        height: 65px;
        background:#e0bf86; /* yellow-gold */
        z-index: -1; /* stays behind image */
        border-radius: 2px;
    }

.name2 {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.designation2 {
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

    .designation2::after {
        content: "";
        display: block;
        width: 60%;
        height: 2px;
        background: #123c6a;
        margin: 6px auto 0;
    }
/* responsive wrapper */
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

/* table base */
.styled-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    font-size: 14px;
}

    /* table header color */
    .styled-table thead th {
        background: #143f6b; /* header color */
        color: #fff;
        padding: 10px;
        text-align: left;
        border: 1px solid #fff;
    }

    /* table body cells */
    .styled-table td {
        padding: 10px;
        border: 1px solid #fff;
    }

    /* odd row color */
    .styled-table tbody tr:nth-child(odd) {
        background: #f3f6ff;
    }

    /* even row color */
    .styled-table tbody tr:nth-child(even) {
        background: #e8efff;
    }

    /* optional hover */
    .styled-table tbody tr:hover {
        background: #dbe6ff;
    }
/* vertical line */
.payment-list::before {
    content: "";
    position: absolute;
    left: 45px;
    top: 6px;
    bottom: 6px;
    width: 3px;
    background: #0b2c3d;
}

/* remove line after last child */
.payment-list li:last-child::after {
    content: none;
}

/* larger dark circular icon with bold tick */
.payment-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px; /* bigger circle */
    height: 30px;
    border-radius: 50%;
    background: #0b2c3d;
    color: #ffffff;
    font-size: 18px; /* bigger tick */
    font-weight: 900; /* thicker tick */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #0b2c3d;
}

/* spacing for text */
.payment-list li {
    margin: 0 0 20px 0;
    padding-left: 50px; /* adjusted for bigger icon */
    position: relative;
    line-height: 1.6;
}

    /* hide bottom part of line for last item */
    .payment-list li:last-child {
        margin-bottom: 0;
    }

        .payment-list li:last-child::before {
            /* keeps icon normal, no change needed */
        }

    .payment-list li:last-child {
        /* cuts the line visually */
    }

        .payment-list li:last-child ~ ::before {
            display: none;
        }

.payment-list li {
    list-style-type: none;
}

.payment-list {
    position: relative
}
/* section background */
.admission-section {
    background: #fff7eb;
    color: #000;
}

/* session text */
.session-text {
	color:#253a47;
    letter-spacing: 2px;
    font-weight: 700;
}

/* big title */
.big-title {
    font-size: 62px;
    font-weight: 900;
	color: #253a47;
    line-height: 1.1;
}

/* ribbon */
.ribbon {
    background: linear-gradient(90deg,#d10000,#ff4747);
    color: #fff;
    padding: 12px 40px;
    font-weight: 900;
    display: inline-block;
    position: relative;
}

    .ribbon::before,
    .ribbon::after {
        content: "";
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
        background: inherit;
    }

    .ribbon::before {
        left: -15px;
        transform: skewX(-25deg);
    }

    .ribbon::after {
        right: -15px;
        transform: skewX(25deg);
    }

/* form card */
.right-form {
    background: #e0a23b;
	color:#fff;
    padding: 20px 25px;
    border-radius: 6px;
}

/* submit button */
.submit-btn {
    background: #1f3f70;
    color: #fff;
}

.contact-section {
    background:#c2d9e2;
    padding: 50px 20px;
}

.speech-bubble {
    background-color: #e0a23b;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 20px;
}

    .speech-bubble::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent #e0a23b;
    }

.contact-left img {
    max-width: 100%;
    border-radius: 10px;
}

.form-container {
    background-color: #e0a23b;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
}

.form-control {
    margin-bottom: 15px;
}

.btn-submit {
    background-color: #fff7eb;
    color: #000;
    font-weight: bold;
}

    .btn-submit:hover {
        background-color:#fff7eb;
		color:#000;
    }

@media (max-width: 992px) {
    .speech-bubble::after {
        display: none;
    }
}
/* Contact Section */
.contact-section2 {
    background-color: #c2d9e2; /* light background */
    padding: 60px 0;
}

    /* Card Styling */
    .contact-section2 .card2{
        border: none;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s, box-shadow 0.3s;
        background-color: #fff;
    }

        /* Card Hover Effect */
        .contact-section2 .card2:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
        }

        /* Icon Styling */
        .contact-section2 .card2 i {
            color: #213647; /* blue icons */
            margin-bottom: 15px;
        }

        /* Text & Links */
        .contact-section2 .card2 p {
            margin: 5px 0;
            font-size: 16px;
            color: #333;
        }

        .contact-section2 .card2 a {
            text-decoration: none;
            color: #007bff;
            transition: color 0.3s;
        }

            .contact-section2 .card2 a:hover {
                color: #0056b3;
            }

/* Responsive Adjustments */
@media (max-width: 767px) {
    .contact-section2 .card2 {
        margin-bottom: 20px;
    }
}
.navbar-toggler
{
	color:#000;
	border:1px solid #000;
}
.img-h-logo
{
	height:252px;
}
@media(max-width:991px)
{
	.img-small
	{
		height:100px;
	}
	.img-h-logo
{
	height:100px;
}
}
.feature-header {
    color: #233b46;
}

.features .features-left .features-item:nth-child(1) {
    position: relative;
    right: -50px;
}
@media(max-width:991px)
	{
.features .features-left .features-item:nth-child(1) {
    position: relative;
    right: 0px !Important;
		}
		.features .features-right .features-item:nth-child(1) {
    position: relative;
    left: 0px !Important;
}
		.features .features-right .features-item:nth-child(3) {
    position: relative;
    left: 0px !important;
}
}


.features .features-left .features-item {
    text-align: right;
}

    .features .features-left .features-item .icon {
        float: right;
        margin-left: 20px;
    }

.features .features-item .icon {
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #deb67f;
    color: #fff;
    border-radius: 100%;
    margin-top: 10px;
}

.features .features-item .content {
    display: table;
    min-height: 150px;
}

.features .features-left .features-item:nth-child(2) .icon {
    background-color: #fc7f0c;
}

.features .features-left .features-item:nth-child(2) .content h4 {
    color: #fc7f0c;
}

.features .features-left .features-item:nth-child(3) {
    position: relative;
    right: -50px;
}

    .features .features-left .features-item:nth-child(3) .icon {
        background-color: #5b7179;
    }

    .features .features-left .features-item:nth-child(3) .content h4 {
        color: #5b7179;
    }

.features .features-item:last-child p {
    margin: 0px;
}

.features .features-item:hover .icon:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.features .features-right .features-item:nth-child(1) {
    position: relative;
    left: -50px;
}

    .features .features-right .features-item:nth-child(1) .icon {
        background-color: #e84b3a;
    }

.features .features-right .features-item .icon {
    float: left;
    margin-right: 20px;
}

.features .features-right .features-item:nth-child(1) .content h4 {
    color: #e84b3a;
}
.features .features-right .features-item:nth-child(2) .icon {
    background-color: #d40000;
}
.features .features-right .features-item:nth-child(2) .content h4 {
    color: #d40000;
}
.features .features-right .features-item:nth-child(3) {
    position: relative;
    left: -50px;
}
.features .features-right .features-item:nth-child(3) .icon {
    background-color: #ee257c;
}
.features .features-right .features-item:nth-child(3) .content h4 {
    color: #ee257c;
}
.features .features-item .icon:before {
    font-size: 30px;
    line-height: 2.2;
    display: inline-block;
    -webkit-transition: .25s ease-out;
    transition: 1s ease-out;
}
.features .features-left .features-item:nth-child(1) .content h4 {
    color: #deb67f;
}
.admission-badge-2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 40px 60px 40px 0;
    background: linear-gradient(135deg, #e3b94a, #deb67f);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    box-shadow: 0 6px 0 #e7c894;
    line-height: 1.2;
    max-width: 100%;
}
.badge-text-2 {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}
.badge-icon-2 {
    font-size: 22px;
    line-height: 1;
}

.badge-chevron-2 {
    font-size: 24px;
    margin-left: 5px;
}
.circle-wrap {
    width: 500px;
    height: 500px;
    border-radius: 9999px;   /* 👈 forces circle */
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FBDB9E;        /* prevents square bleed */
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
@media(max-width:991px)
{
.circle-wrap {
    width: 296px;
    height: 296px;
    border-radius: 9999px;   /* 👈 forces circle */
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5b7179;        /* prevents square bleed */
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	}
}

.circle-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.icon-black {
    filter: brightness(0) saturate(100%) invert(22%) sepia(20%) saturate(640%) hue-rotate(150deg) brightness(92%) contrast(92%);
}
.single-head
{
	color:#FBDB9E
}
.double-head
{
	color:#1c4853;
}
/*--video Test-----*/

.video-hero-full {
  position: relative;
  top: -29px;
  z-index:-1;
  overflow: hidden;
  margin: 0;
}

.video-hero-full video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom curve */
.video-hero-full .curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  fill:url(#grad1);             /* match page bg */
}


/*Class Card*/
.student-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Image */
.student-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* Footer */
.student-card .card-footer {
  background: #fbdb9e;
  padding: 16px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Text styles */
.student-card .card-footer .title {
  color: #233b46;
  font-size: 20px;
  font-weight: 500;
}

.student-card .card-footer .age {
  color: #597277;
  font-size: 16px;
  font-weight: 600;
}
/*--Breadcrumb Image--*/
.image-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
	height:520px;
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media(max-width:991px)
{
	.image-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
	height:173px;
  overflow: hidden;
}

}

/*--Breadcrumb Menu--*/
.menu-block {
  max-width:100%;
}

/* Header (hidden on desktop) */
.menu-block {
  width: 100%;                /* 🔑 allow full width */
}

/* Hide header on desktop */
.menu-header {
  display: none;
}

/* Horizontal menu */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;              /* 🔑 horizontal */
  justify-content:center;
  gap: 24px;
}

.menu-list li a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  color: #333;
  border-bottom: none;
}
@media (max-width: 767px) {

  .menu-header {
    display: flex;
    width: 100%;
    background:transparent;
    color: #000;
    padding: 14px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
  }

  .menu-list {
    display: none;            /* hide by default */
    flex-direction: column;   /* vertical */
  }

  .menu-list li a {
    display: block;
    padding: 10px 16px;
    border-bottom: 1px solid #e5e5e5;
  }

  .menu-block.active .menu-list {
    display: block;
  }

  .menu-block.active .icon {
    transform: rotate(45deg);
  }
}
.bread-menu
{
	background-color: #fff7eb;
    border-bottom: 1px solid #d7b675;
    border-top: 1px solid #d7b675;
}



/*News & Events*/
.news-events {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.news-events .section-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #5b7179;
}

/* Item layout */
.news-events .news-item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

/* Date box */
.news-events .news-date {
  min-width: 90px;
  text-align: center;
  background: #5b7179;
  color: #fff;
  padding: 12px 8px;
}

.news-events .news-date .day {
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.news-events .news-date .month {
  font-size: 14px;
  text-transform: uppercase;
}

.news-events .news-date .year {
  font-size: 12px;
  opacity: 0.8;
}

/* Content */
.news-events .news-content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #222;
}

.news-events .news-content p {
  margin: 0 0 10px;
  color: #555;
  line-height: 1.6;
}

.news-events .read-more {
  color: #5b7179;
  font-weight: 600;
  text-decoration: none;
}

.news-events .read-more:hover {
  text-decoration: underline;
}

/* 📱 Mobile */
@media (max-width: 767px) {
  .news-events .news-item {
    flex-direction: column;
  }

  .news-events .news-date {
    align-self: flex-start;
  }
}
.img-div
{
	position:relative;
	top:-34px;
	z-index:-1;
}
.bread-menu-wrap
{
	position:relative;
	top:-34px;
		
}
@media(max-widh:991px)
{
.img-div
{
	position:relative;
	top:0px;
	z-index:-1;
}
.bread-menu-wrap
{
	position:relative;
	top:0px;
		
}
	.video-hero-full
	{
		position:relative;
		top:0px;
	}
}
.light-bg-new
{
	background:#c2d9e2 !Important;
}
.bread-menu-bg
{
	background-image: linear-gradient(to right, #f4fbfe, #d4effe) !Important;
}