body {
    position: relative;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'LeBeauneNew';
    src: url('../fonts/LeBeauneNew.otf');
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'Open Sans Condensed Bold';
    src: url('../fonts/OpenSans_Condensed-Bold.ttf');
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans_Condensed-Regular.ttf');
}

@font-face {
    font-family: 'Lora Regular';
    src: url('../fonts/Lora-Regular.ttf');
}

/* For Chrome, Edge, and Safari */
/* ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #FFF;
}

::-webkit-scrollbar-thumb {
    background-color: #8A0101;
    border-radius: 100px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

html,
body {
    overflow: -moz-scrollbars-none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
    scrollbar-width: none;
    /* For Firefox */
}

body::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

/* For Firefox */
body {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.no-scroll {
    overflow: hidden;
}

a {
    color: #FFF !important;
    text-decoration: none !important;
}

a:hover {
    color: #FFF;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'LeBeauneNew';
}

h6,
p,
a {
    font-family: 'Open Sans';
}

p {
    line-height: 36.6px;
    font-family: 'Open Sans Light';
}

/* Images */
.mobileImg {
    display: none;
}

/* Colors */
.dRedBg {
    background-color: #8A0101;
}

.pinkBg {
    background-color: #DC6868;
}

.mutedRed {
    background-color: #9C5B5B !important;
}

.mutedRed p {
    color: #FFF;
    text-align: justify;
}

.greyBg {
    background: #ece9e9;
}

.lightpinkBg {
    background-color: #F4CACA;
}

.mainContainer {
    max-width: 1920px;
    margin: auto;
}

.container-space {
    padding: 60px 80px;
}

.w100 {
    width: 100%;
}

.itemCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemCenterWithWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.itemSpaceBetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemStretch {
    display: flex;
    align-items: stretch;
}

.pb-0 {
    padding-bottom: 0;
}

.prl-0 {
    padding-right: 0;
    padding-left: 0;
}

.pt-12 {
    padding-top: 12px;
}

.p-12 {
    padding: 12px;
}

.ptb-12 {
    padding-top: 12px;
    padding-bottom: 16px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.prl-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.prl-50 {
    padding-left: 50px;
    padding-right: 50px;
    
}

.sectionTitle.prl-50 {
    padding-left: 80px;
    padding-right: 80px;
    
}

.sectionTitleWhite.prl-50 {
    padding-left: 80px;
    padding-right: 80px;
}

.prl-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.ml-auto {
    margin-left: auto;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

/* Unser Construction */
.under-construction{
    padding: 50px;
    text-align: center;
}
.under-construction h1{
    margin-top: 5rem;
    font-size: 3em; 
    color: #FF5733;
}
.under-construction p{
    font-size: 1.5em;
}
/* Unser Construction */
/* Splider Code */
.splide__pagination {
    bottom: -2.5em;
}

#cardSlider .splide__pagination {
    bottom: 1.5em;
}

.splide__pagination__page {
    width: 65px;
    height: 2px;
    border-radius: 4px;
    background: #D99797;
}

.splide__pagination__page.is-active {
    background: #8A0101;
    transform: scale(1);
}

#cardSliderColorBg .splide__pagination__page.is-active {
    background: #FFF;
    transform: scale(1);
}

#cardSliderColorBg .splide__pagination {
    bottom: 5em;
    left: -42%;
}

.dRedBg .splide__pagination__page.is-active {
    background: #ffffff;
    transform: scale(1);
}

.leftPagination .splide__pagination {
    padding: 0;
    justify-content: start;
}

.leftPagination .splide__slide {
    margin-right: 40px;
}

.rightPagination .splide__pagination {
    padding: 0;
    justify-content: end;
}

.rightPagination .splide__slide {
    margin-left: 40px;
}



/* Home Page */
.navbar {
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 30px 80px;
    position: fixed;
    background: transparent;
    transition: transform 0.5s ease, background-color 0.5s ease-in-out, opacity 0.5s ease, box-shadow 0.5s ease;
    /* Smooth transition */
}

.mobHeaderLogo {
    padding: 0 12px !important;
}

.navbar-expand-lg .navbar-toggler {
    padding: 0px !important;
}

#mainHeader.scrolled {
    background-color: #FFF;
    padding: 0px 80px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#mainHeader.scrolled .logo p {
    font-size: 8px;
    line-height: 18px;
    color: #890000 !important;
}

#mainHeader.scrolled .nav-link {
    font-size: 14px;
    font-weight: bold;
    color: #890000 !important;
    position: relative;
    left: 82px!important;
}

#mainHeader.scrolled .whiteLogo {
    display: none;
}

#mainHeader .redLogo {
    display: none;
}

#mainHeader.scrolled .redLogo {
    display: block;
    margin: auto;
}

#mainHeader.scrolled .menuBtn span {
    color: #890000 !important;
}

#mainHeader.scrolled #openMenu svg path {
    stroke: #890000 !important;
}

#mainHeader.hidden {
    transform: translateY(-100%);
    /* Header out of view */
    opacity: 0;
    /* Header hidden */
}

.navbar .container-fluid {
    padding: 0;
}

.navbar .navbar-collapse {
    width: 30%;
    flex-grow: unset;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-navList {
    display: none;
}

.nav-item a {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans Condensed';

}

.logo {
    margin: 0;
    text-align: center;
    padding: 5px 0;
}

.logo p {
    font-size: 16px;
    width: fit-content;
    font-family: 'LeBeauneNew';
    letter-spacing: 1px;
    margin-bottom: 0;
}

.menuBtn {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

.menuBtn span {
    margin-right: 5px;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Open Sans Condensed' !important;
}

.bannerSection {
    position: relative;
}

.banner_title {
    right: 0;
    left: 0;
    bottom: 0;
    padding: 40px 92px;
    text-align: center;
    position: absolute;
}

.banner_title h1 {
    font-size: 58px;
    color: #FFF;
    margin-bottom: 40px;
    letter-spacing: 5px;
    font-family: 'LeBeauneNew';
}

.mobileBanner {
    display: none;
}

/* Menus Code */
#mainMenusContainer {
    display: none;
    position: relative;
    z-index: 999;
}

.menusContainer {
    display: flex;
    width: 100%;
    position: fixed;
}

.mainMenu {
    padding: 50px;
    padding-top: 10%;
    background-color: #8A0101;
    height: 100vh;
    padding-top: 12%;
}

.mainMenu ul li {
    transition: padding 0.7s ease;
}

.mainMenu ul li:hover {
    padding-right: 20px;
}

.menusContainer .navbar-nav {
    width: 100%;
}

.menusContainer .nav-item {
    margin-right: 15px;
    width: 50%;
    text-align: center;
    border: 1px solid #FFF;
    transition: background-color 0.5s ease;
}

.menusContainer .nav-item:hover {
    color: #000 !important;
    background-color: #FFF;
}

.menusContainer .nav-item:hover .nav-link {
    color: #000 !important;
}

#mainHeader .nav-link {
    padding: 8px 30px 8px 0 !important;
    position: relative;
    left: 103px;
    white-space: nowrap;
    
}

.menusContainer .nav-item a {
    font-size: 10px;
    padding: 3px 8px;
    text-transform: capitalize !important;
}

.mainMenu ul li {
    text-align: right;
    list-style-type: none;
    color: #FF8B94;
    padding: 10px 0;
}

.mainMenu ul li:hover a {
    color: #FFF !important;
}

.mainMenu ul li a {
    font-size: 18px;
    letter-spacing: 2px;
    color: #FF8B94 !important;
    font-family: 'LeBeauneNew' !important;
    text-transform: uppercase !important;
}

.mainMenu ul li .active {
    color: #FFF !important;
}

/* Submenus */
.subMenu {
    position: relative;
    padding: 50px;
    padding-top: 12%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/subMenuBg.jpg');
}

.socialMediaIconsList {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    padding: 0 60px;
}

.socialMediaIcons a {
    font-size: 10px;
    display: flex;
    font-weight: bold;
    letter-spacing: 3px;
    align-items: center;
    font-family: 'Open Sans' !important;
}

.subMenuItems {
    padding: 0;
    list-style-type: none;
}

.subMenuItems li {
    list-style-type: none;
    padding: 10px 0;
}

.subMenuItems li a {
    font-size: 18px;
    letter-spacing: 2px;
    color: #FFF !important;
    font-family: 'Open Sans Condensed' !important;
    text-transform: capitalize !important;
}

.socialMediaIcons {
    margin: 10px 0px;
    margin-left: 15px;
}

.socialMediaIcons img {
    padding: 0 10px;
}

.mainMenu ul {
    padding: 0 !important;
}

/* Hide submenu by default */
.submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

.mainMenu ul li:hover .submenu li a {
    color: #FF8B94 !important
}

/* Style dropdown arrow */
.dropdown-arrow {
    cursor: pointer;
    padding-left: 5px;
}

/* Style submenu items */
.submenu li {
    padding-right: 20px !important;
}

.submenu li a {
    font-size: 14px !important;
}

/* Search Box */
.input-holder::placeholder {
    color: #FFF;
}

.search-wrapper {
    display: flex;
    position: absolute;
    bottom: 4%;
    display: none;
}

.search-wrapper.active {
    width: fit-content;
}

.search-wrapper .input-holder {
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
    display: flex;
    border-radius: 50px;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    padding: 0px 25px 0 10px;
    opacity: 0;
    top: 0px;
    left: 0px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    border-bottom: 1px solid;
    transform: translate(0, 0px);
}

.search-wrapper .input-holder .search-icon {
    border: none;
    border-radius: 6px;
    background: transparent;
    padding: 0px;
    outline: none;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
    border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}

.search-wrapper.active .searchText {
    display: none;
}

.searchText {
    margin: 0 5px;
    color: #FFF;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Open Sans Condensed';
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
    display: none;
}

.search-wrapper.active .close {
    right: -50px;
    left: unset;
    margin: 5px;
    display: block;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #ffffff;
    border-radius: 2px;
}

/* Search Box End*/
.sectionTitle {
    text-align: center;
}

.sectionTitle h5 {
    font-size: 12px;
    color: #A64E4E;
    letter-spacing: 5px;
    font-family: 'LeBeauneNew';
}

.sectionTitle h2 {
    color: #890000;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 5px;
    font-family: 'LeBeauneNew';
    margin-top: 25px;
    margin-bottom: 30px;
}

.titleBtm-70 {
    margin-bottom: 70px !important;
}

.sectionTitle p {
    color: #6B6B6B;
    text-align: justify;
    font-size: 18px;
}

.sectionTitleWhite {
    text-align: center;
}

.sectionTitleWhite h5 {
    font-size: 12px;
    color: #FFF;
    opacity: 70%;
    letter-spacing: 5px;
    font-family: 'LeBeauneNew';
}

.sectionTitleWhite h2 {
    color: #FFF;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 5px;
    font-family: 'LeBeauneNew';
    margin-top: 30px;
    margin-bottom: 30px;
}

.sectionTitleWhite p {
    color: #FFF;
    font-size: 18px;
}

.CardWithLine {
    display: flex;
    margin: 0 12px !important;
    background-color: #9E2C2C;
}

.lineCardItems {
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.whiteLine {
    height: 100px !important;
    border: 1px solid #f6f6f6c7;
    margin: auto;
}

.lineCardItems h6 {
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 25px;
    font-family: 'LeBeauneNew';
}

.lineCardItems p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.3px;
    font-family: 'Open Sans Light';
    margin-top: 20px;
}

#homePageVideo {
    position: relative;
    display: flex;
    background-color: #DC6868;
}

#homePageVideo video {
    width: 100%;
}

#homePageVideo .sectionTitleWhite {
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 2;
    /* Ensures the title stays above the video */
}

/* Play overlay styles */
.playOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    /* Above the video */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    color: #fff;
}

.playText {
    font-size: 18px;
    color: white;
    margin: 0 10px;
    letter-spacing: 3px;
    font-family: 'Open Sans SemiBold';

}

.playOverlay.hidden {
    display: none;
}

.threeCardImgWithText {
    text-align: center;
    padding: 0 18px;
}

.threeCardImgWithText {
    margin-bottom: 20px;
    transform: scale(0.7);
    transition: transform 0.5s ease;
}

.threeCardImgWithText:hover {
    transform: scale(1);
}

.threeCardImgWithText p {
    font-size: 14px;
    color: #F4D1D1;
    letter-spacing: 3px;
    font-family: 'LeBeauneNew';
}

.threeCardImgWithText h6 {
    margin: 20px 0;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 3px;
    font-family: 'Lora Regular';
}

.readMoreWhite {
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
    color: #FFF !important;
    font-family: 'Open Sans SemiBold';
    text-decoration: none;
    letter-spacing: 2.7px;
    width: fit-content;
    margin: auto;
}

/* Create a pseudo-element for the underline */
.readMoreWhite::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    /* Adjust as needed */
    width: 0;
    height: 2px;
    background-color: #f7f7f7e1;
    /* Same color as the link */
    transition: width 0.5s ease-in-out;
}

/* Hover effect: expand the underline */
.readMoreWhite:hover::after {
    width: 100%;
}

/* Initial link style */
.readMoreRed {
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
    color: #94242D !important;
    font-family: 'Open Sans SemiBold';
    text-decoration: none;
    letter-spacing: 2.7px;
}

/* Create a pseudo-element for the underline */
.readMoreRed::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    /* Adjust as needed */
    width: 0;
    height: 2px;
    background-color: #f08991e1;
    /* Same color as the link */
    transition: width 0.5s ease-in-out;
}

/* Hover effect: expand the underline */
.readMoreRed:hover::after {
    width: 100%;
}

/* Read More Effects */

/* Read More Effects */
.imgWithOverlayText {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.imgWithOverlayText img {
    width: 100%;
    transition: transform 0.5s ease;
}

/* .imgWithOverlayText:hover img {
    transform: scale(1.1);
} */
.imgWithOverlayText .overlayText {
    width: 100%;
    height: 100%;
    color: #FFF;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    /* background-color: #00000036; */
    transition: background-color 0.3s ease;
}

.imgWithOverlayText:hover .overlayText {
    background-color: #8a010140;
}

.overlayContent {
    margin: 20px 0;
    text-align: center;
    position: relative;
    width: 100%;
}

.overlayContent h6 {
    font-size: 24px;
    color: #FFF;
    padding: 10px;
    line-height: 36px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
    margin-bottom: 30px;
}

.overlayContent .readMoreWhite {
    padding: 3px 10px;
    width: fit-content;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    opacity: 0;
    letter-spacing: 2.7px;
    transition: all 0.5s ease-in-out;
}

.imgWithOverlayText:hover .readMoreWhite {
    bottom: 10px;
    opacity: 1;
}

.sliderForSocialMedia {
    flex-wrap: wrap;
    padding-left: 0;
}

#socialMedial .splide__pagination {
    left: 35%;
    bottom: 3.5em !important;
}

.sliderForSocialMedia .homeSocialImg {
    padding: 0;
}

.socialMediaSlider .sectionTitle {
    padding: 0 80px;
}

.fbIconWithText {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.fbIconWithText h5 {
    margin: 0 10px;
}

#socialMedial .splide__pagination {
    bottom: -1.5em;
}

#socialMedial .sectionTitle {
    padding: 0 10%;
}

#socialMedial .sectionTitle p {
    font-size: 18px;
    color: #212121;
    letter-spacing: 2.3px;
}

.socialVertImg {
    display: block;
}

.socialMobImg {
    display: none;
}

#schoolLife {
    width: 100%;
}

.community {
    display: flex;
    position: relative;
}

.mobileCommunity {
    display: none;
}

.communityCard {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 20px;
}

.communityStudent {
    padding-right: 40px;
}

.communityParent {
    padding-left: 40px;
    /* border-left: 1px solid #f8efef; */
}

.testimonialsItems:nth-child(even) {
    direction: rtl;
    margin-left: auto !important;
    text-align: end !important;
}

.testimonialsSec {
    flex-wrap: nowrap;
    align-items: center;
}

.testimonialsHr {
    height: 68vh !important;
    width: 1px;
    padding: 0;
    margin: auto;
}

.communityCardStudent {
    background-color: #D27575;
}

.communityCardParent {
    background-color: #9C5B5B;

}

.communityCard .sectionTitle {
    width: 100%;
}

.communityCard .sectionTitle h5 {
    color: #F1D5D5;
}

.communityCard .sectionTitle h2 {
    color: #FFF;
    letter-spacing: 3px;
}

.vertical-line {
    width: 2px;
    height: 100px;
    border-left: 2px dotted red;
    margin: 0 20px;
}

/* PopUp Code Start */
#admissionPopUp {
    display: none;
}

.Popup-form-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    cursor: pointer;
    display: flex;
    height: 100vh;
    background-color: #56000085;
}

.PopupGridContainer {
    margin: auto;
}

.popup-container {
    padding: 30px;
    cursor: auto;
    background-color: #890000;
}

.popup-close-icon {
    float: right;
    cursor: pointer;
}

.popup-close-icon img {
    transition: transform .7s ease-in-out;
}

.popup-close-icon img:hover {
    transform: rotate(360deg);
}

.popup-logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup-logo p {
    font-size: 8px;
    line-height: 18px;
    color: #ffffffb8;
    font-family: 'LeBeauneNew';
    letter-spacing: 1px;
    margin-bottom: 0;
}

.popup-container h1 {
    text-align: center;
    font-size: 26px;
    color: #FFF;
    line-height: 36.6px;
    margin: 20px 0;
    font-family: 'LeBeauneNew';
}

.popup-content {
    text-align: center;
    padding: 20px 40px;
}

.popup-content h2 {
    font-size: 18px;
    margin-bottom: 35px;
    font-family: 'Open Sans';
}

.popup-content a {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #890000;
    font-family: 'Open Sans SemiBold';
}

.popup-cardBg {
    background-color: #F6EDEE;
}

/* PopUp Code End */






/* ------------------- About Page -------------------- */
.aboutBgImg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(../images/about/aboutBgImg.jpg);
}

.aboutBgImg-1 {
    background: url(../images/about/aboutBG-1.jpg);
}

.founderSlider {
    background-color: #FFF;
}

.cardWithbgImg {
    padding: 40px 30px;
    margin: 0 12px;
    background-color: #FFF;
}

.ourLeader p {
    font-family: 'Open Sans Light';
}

.banner_navigation {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.banner_navigation li a {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Open Sans SemiBold';

}

/* Hover underline */
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #890000;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.colorBgSliderCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.facultiesSec .sectionTitle p {
    text-align: center;
}

#teachersSlider {
    position: relative;
}

#teachersSlider .overlayContent h6 {
    letter-spacing: 5px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0 !important;
}

#teachersSlider .overlayContent span {
    font-size: 14px;
    letter-spacing: 2.7px;
    font-family: 'Open Sans SemiBold';
}

#teachersSlider .overlayContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px 0;
}

#teachersSlider .overlayContent p {
    padding: 3px 10px;
    width: fit-content;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    opacity: 0;
    letter-spacing: 2.7px;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Open Sans';
}

#teachersSlider .imgWithOverlayText:hover p {
    bottom: 25%;
    opacity: 1;
}

#teachersSlider .imgWithOverlayText:hover .overlayText {
    opacity: 59%;
    background-color: #000000 !important;
}

.splideWithArrow .splide__arrows {
    position: absolute;
    bottom: -6%;
    right: 50%;
    left: 50%;
    transform: translate(0px, 10px);
}

.splide__arrow:disabled {
    opacity: 0.3 !important;
}

.splideWithArrow .splide__arrow {
    height: 3em;
    opacity: 1;
}

.splideWithArrow .splide__arrows .splide__arrow--prev {
    left: -3em;
    right: 0;
    background-size: 50% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: url('../images/leftArrow.svg');
}

.splideWithArrow .splide__arrows .splide__arrow--next {
    right: 0rem;
    left: 2rem;
    background-size: 50% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: url('../images/rightArrow.svg');
}

.splideWithArrow .splide__arrows .splide__arrow--prev svg {
    display: none;
}

.splideWithArrow .splide__arrows .splide__arrow--next svg {
    display: none;
}

.splide__arrow {
    background: transparent;
    border-radius: 7% !important;
}

.foundersCard {
    padding: 10px 0 30px 0;
}

.imgWithTitle {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.boxImg {
    width: 14%;
    margin-right: 10%;
}

.imgNavigation {
    text-align: center;
}

.imgNavigation a img {
    width: 10%;
    margin: 0 10px;
}

.admissionProcess {
    color: #FFF;
}

.applyFormSec {
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 80px 92px;
}

.applyFormSec p {
    text-align: center;
    margin-bottom: 40px;

}

.applyFormHr {
    height: 48vh !important;
    width: 1px;
    padding: 0;
    margin: auto;
    color: #b3b0b0;
}

.form-btn {
    border: none;
    color: #fff;
    padding: 8px 40px;
    font-size: 14px;
    margin: auto;
    width: fit-content;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-family: 'Open Sans Bold';
    background-color: #94242D;
}

.form-btn:disabled {
    background-color: #74111687;
    cursor: not-allowed;
}

/* Accordion code */
.accordionSec .sectionTitle {
    margin-bottom: 70px;
}

.accordion-container {
    margin: 0 auto;
}

.accordion-container .menu-button {
    width: 100%;
    padding: 10px 40px;
    margin-top: 10px;
    font-size: 18px;
    display: flex;
    text-transform:inherit;
    font-family: 'Open Sans';
    justify-content: space-between;
    align-items: center;
    border: none;
    color: #000!important;
    background-color: #ece9e900;
    cursor: pointer;
    text-align: start;
}

.accordion-container .menu-button:hover {
    background-color: #FFF8F8;
}

.accordion-container .icon {
    font-size: 30px;
    transition: 0.4s;
    color: #94242D;
}

.menu-button.open {
    background-color: #FFF8F8;
}

/*  .menu-button.open .icon {
    transform: rotate(45deg);
  } */

.accordion-container .content {
    padding: 0 40px;
    background-color: #FFF8F8;
    transition: 0.4s;
    height: 0;
    overflow: hidden;
}

.accordion-container .content {
    font-size: 18px;
}
.cardpng{
    margin: 60px auto 0 auto;
}

/* ------------------------ Careers--------------------- */

.linebgLIghtColor {
    background-color: #FFF8F8;
}

.linebgLearningColor {
    background-color: #9C5B5B;
}

.threeCardWithLineItem .lineCardItems h6 {
    color: #212121;
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 2.5px;
}

.threeCardWithLineItem .lineCardItems .readMoreRed {
    margin: auto;
    width: fit-content;
}

.communitySec {
    text-align: center;
}

.communitySec h6 {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #890000 !important;
}

.communitySec p {
    font-size: 18px;
    color: #212121;
}

#open-cv-form {
    margin-top: 15px;
}

#pop-container-upload-cv {
    display: none;
}

#upload-cv .popup-container {
    background-color: #FFF;
    padding: 50px 80px;
}

#upload-cv .popup-container .sectionTitle p {
    text-align: center;
}

.file-upload-container {
    text-align: center;
}

.file-upload-label {
    display: inline-block;
    width: 100%;
    padding: 40px 20px;
    border: 2px dotted #ccc;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.file-upload-label.drag-over {
    border: 2px dashed #007bff;
    /* Change to your desired highlight color */
    background-color: rgba(0, 123, 255, 0.1);
    /* Light blue background */
}

.file-upload-icon {
    font-size: 24px;
}

.file-upload-text {
    font-size: 14px;
    color: #212121;
    margin-top: 10px;
    display: block;
    line-height: 28px;
    font-family: 'Open Sans';
}

.file-upload-text span {
    color: #1D92F1;
}

.file-upload-input {
    display: none;
}

.file-info {
    margin-top: 10px;
    font-size: 14px;
    color: #72716D;
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
}

.file-info img {
    margin-right: 10px;
}

.file-error {
    color: red;
}

.pop-success-msg {
    text-align: center;
}

.pop-success-msg h6 {
    font-size: 16px;
    line-height: 33px;
    font-family: 'Open Sans SemiBold';
}

#cv-upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#cv-upload-btn .spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #cacaca;
}

/* Tabs Code */
.Panel-body {
    padding: 0 12px;
}

.Panel nav {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    margin-bottom: 60px;
}

.Tabs {
    position: relative;
    background-color: #fff;
}

.Tabs:after {
    content: ' ';
    display: table;
    clear: both;
}

.Tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

.Tabs__tab {
    text-align: center;
    cursor: pointer;
}

.Tabs__tab:first-child.active~.Tabs__presentation-slider {
    transform: translateX(18%) scaleX(0.220);
}

.Tabs__tab:nth-child(2).active~.Tabs__presentation-slider {
    transform: translateX(57.333%) scaleX(0.303);
}

.Tabs__tab:nth-child(3).active~.Tabs__presentation-slider {
    transform: translateX(calc(33.333% * 2)) scaleX(0.333);
}

.Tabs__presentation-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 2px;
    background-color: #8a0101;
    transform-origin: 0 0;
    transition: transform .25s;
}

.Tab>span {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #94242D;
    opacity: 0.7;
    font-family: 'Open Sans';
    font-size: 22px;
    transition: color .15s;
}

.DocSec .Tabs__tab.active {
    background-color: #8a0101;
}

.DocSec .Tab.active>span {
    color: #FFF;
    opacity: 1;
}

.Tab.active>span {
    color: #94242D;
    opacity: 1;
}

.Tab:hover>span {
    opacity: 1;
    color: #94242D;
}

/* Tabs Code End*/
.shortBySearch {
    display: flex;
}

.has-search {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.has-search .form-control {
    border-radius: 0;
    padding: .690rem 2.75rem;
    font-size: 14px;
    font-family: 'Open Sans Light';
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    padding: 0 15px;
    line-height: 1.95rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    height: 100%;
    display: flex;
    align-items: center;
}

.form-control:focus {
    border-color: #C2D1DA;
    outline: 0;
    box-shadow: none;
}

.shortBySearch .ss-main {
    width: 60%;
    margin: 0 20px;
    padding: 0 15px;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Open Sans Light';
}

.ss-main .ss-values .ss-single {
    color: #72716D;
}

.ss-main .ss-arrow path {
    stroke: #72716D !important;
}

.ss-main:focus {
    box-shadow: none !important;
}

.ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #94242d !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background-color: #94242D !important;
}

.ss-content .ss-list .ss-option:hover {
    background-color: #94242D !important;
}

.shortBySearch .form-btn {
    margin: 0 0 0 auto;
}

.job-searchBtn {
    font-family: 'Open Sans SemiBold';
}

.jobTitleSec {
    margin: 60px 0 40px 0;
}

.jobTitleSec h3 {
    font-size: 22px;
    line-height: 24px;
    color: #94242D;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

.jobTitleSec h4 {
    font-size: 16px;
    line-height: 33px;
    color: #72716D;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

#job-success {
    display: none;
}

#apply-job .form-btn-sec {
    margin-top: 30px;
}

/* Cards paginations */
.job-cards .list-item {
    cursor: pointer;
}

.list-wrapper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-wrapper .list-item {
    width: 48.7%;
    border: 1px solid #E6CCCE;
    background: #FFF;
    margin-bottom: 30px;
    padding: 25px;
    border-top: 5px solid #94242D;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.list-wrapper .list-item:hover {
    background-color: #fbc0c526;
}

.list-item h6 {
    color: #595959;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}

.list-wrapper .list-item h4 {
    color: #212121;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans';
}

.list-wrapper .list-item p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    display: inline;
    font-family: 'Open Sans';
}

.adl-Details {
    display: flex;
    align-items: center;
}

.adl-Details .iconWithText {
    margin-right: 50px;
}

.iconWithText {
    display: flex;
    margin-top: 30px;
}

.iconWithText p {
    margin: 0 10px !important;
    text-wrap: nowrap;
}

.readMoreContainer a {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans';
    color: #94242D !important;
    text-decoration: underline !important;
}

.readMoreContainer a:hover {
    color: #94242D !important;
    text-decoration: underline !important;
}

.job-details h4 {
    margin-bottom: 15px;
}

.job-details h6 {
    color: #595959;
    margin-bottom: 20px;
}

.job-details .iconWithText {
    margin-top: 0;
}

.job-Discription {
    margin-top: 30px !important;
}

.job-listItem {
    margin: 10px 0;
}

.job-listItemFlex {
    display: flex;
}

.job-listItem h5 {
    color: #94242D;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    text-wrap: nowrap;
    line-height: 36.6px;
    text-transform: capitalize;
    font-family: 'Open Sans SemiBold';
}

.job-listItem p,
.job-listItem li {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 36.6px;
    font-family: 'Open Sans Light';
}

.job-details .iconWithText img {
    width: 14px;
}

.job-details .iconWithText p {
    font-size: 14px;
}

.applay_job_Btn {
    margin: 50px 0;
}

.job-aplyBtn {
    font-size: 14px;
    letter-spacing: 2.2px;
    padding: 10px 50px;
    outline: none;
    color: #FFF !important;
    border: 1px solid #890000;
    background-color: #890000;
    transition: background-color 1s ease;
}

/* .job-aplyBtn:hover{
    color: #212121!important;
    background-color: #FFF;
} */
.nav-to-form {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #94242D !important;
    text-decoration: underline !important;
}

.nav-to-form:hover {
    color: #94242D !important;
    text-decoration: underline !important;
}


.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin: 0 10px !important;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #FF7182;
    border-color: #FF7182;
}

.simple-pagination {
    display: flex !important;
    justify-content: center;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-top: 40px !important;
}

.simple-pagination .prev,
.simple-pagination .next {
    background: transparent !important;
    color: #94242D !important;
    border-radius: 0 !important;
    border: 1px solid #94242D !important;
}

.light-theme ul li .page-link {
    box-shadow: none;
    color: #72716D !important;
    background: transparent;
}

.light-theme ul li .page-link:hover {
    color: #94242D !important;
    border-radius: 100% !important;
    border: none;
    background: #FFEAEB !important;
    box-shadow: none !important;
}

.light-theme a,
.light-theme span {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    border-radius: 0 !important;
}

.light-theme .current {
    box-shadow: none !important;
}

.light-theme ul li .page-link.prev {
    cursor: pointer;
    color: #94242D !important;
}

.light-theme ul li .page-link.next {
    cursor: pointer;
    color: #94242D !important;
}

.light-theme ul li .page-link.next:hover {
    border-radius: 0 !important;
}

.disabled .prev {
    opacity: 0.7;
}

.disabled .next {
    opacity: 0.7;
}

.light-theme ul li .page-link.prev:hover {
    border-radius: 0 !important;
}

.active .current {
    color: #94242D !important;
    border-radius: 100% !important;
    border: none;
    background: #FFEAEB !important;
    box-shadow: none !important;
}

.light-theme a,
.light-theme span {
    border: none !important;
}

.current .prev {
    border-color: #94242D !important;
}

.light-theme ul li .page-link.next {
    border-color: #94242D !important;
}

/* Learning Page */
.learningBgImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background: url(../images/learning/preKGBg.jpg) no-repeat center center;
}

.linebgLearningColor .lineCardItems h6 {
    color: #FFF;
}

.learningBgImg .cardWithbgImg {
    padding: 60px 30px;
    background-color: #8A0101 !important;
}

.learningBgImg .cardWithbgImg h5 {
    color: #FFF !important;
}

.learningBgImg .cardWithbgImg h2 {
    color: #FFF !important;
}

.learningBgImg .cardWithbgImg p {
    color: #FFF !important;
    margin-bottom: 30px;
}

.pinkColorForLearning {
    background-color: #FFE7E9;
}

.cardsWithBorder {
    padding: 20px;
    border: 1px solid #FFD0D4;
    background-color: #FAFAFA;
}

.cardsWithBorder h6 {
    margin: 15px 0;
    font-size: 18px;
    color: #212121;
    line-height: 36.6px;
    font-family: 'Open Sans SemiBold';
}

.lightColorBtn {
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    background-color: #94242D;
    font-family: 'Open Sans SemiBold';
}

.inquirySec .sectionTitle {
    padding: 12px;
}

.inquirySec b {
    font-size: 22px;
}

.learningInquirySec .CardWithLine {
    padding-bottom: 50px;
}

/* ------------------------------------ Student Life ----------------------------- */
.stdLife-PageVideo {
    background-color: #FFF !important;
}

.stdLifeBgImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background: url(../images/students-life/student-lifeBG.jpg) no-repeat center center;
}

/* ----------------------------- Infrastructure ------------------ */
.infraBgImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background: url(../images/infra/concert-hall.jpg) no-repeat center center;
}

.swimmingPool #homePageVideo {
    background-color: transparent
}

/* News And Events */
.upcoming-event-details {
    margin: 30px 0;
}

.upcoming-event-details h6 {
    color: #FFF;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 27px;
    font-family: 'Open Sans SemiBold' !important;
}

.event-reg-btn {
    font-size: 14px;
    letter-spacing: 2.2px;
    padding: 10px 50px;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #94242D !important;
    background-color: #FFF;
    font-family: 'Open Sans SemiBold' !important;
}

.upcomingEventsSec h3 {
    color: #FFF;
    font-size: 28px;
    font-family: 'LeBeauneNew';
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

.upcoming-event-details .iconWithText p {
    font-size: 16px;
    color: #FFF;
    line-height: 27px;
    font-family: 'Open Sans' !important;
}

.upcoming-event-details .event-content {
    color: #FFFFFF;
    margin-top: 20px;
    font-family: 'Open Sans Light' !important;

}

/* Past Event Card */
#pastEvents {
    margin-bottom: 50px;
}

#pastEvents .splide__pagination {
    bottom: -1em;
}

.past-event-card {
    padding: 20px;
}

.past-event-card .past-event-card img {
    margin: 10px 0;
}

.past-event-card h5 {
    color: #890000;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 27px;
    margin: 20px 0;
    font-family: 'Open Sans SemiBold' !important;
}

.past-event-card .iconWithText {
    margin-top: 0;
}

.past-event-card .iconWithText img {
    margin-right: 10px;
}

.past-event-card .iconWithText h6 {
    color: #6B6B6B;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
    font-family: 'Open Sans' !important;
}

.past-event-card .adl-Details {
    margin-bottom: 20px;
}

.past-event-card p {
    color: #212121;
    font-size: 18px;
    font-family: 'Open Sans' !important;
}

.gridCardSec .past-event-card {
    padding: 0;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #cacaca;
    border-top: 4px solid #8a0101;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    /* Center the spinner */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Gallery */
#gallery {
    padding-bottom: 50px;
}

#gallery .splide__pagination {
    bottom: -0.5em;
}

/* Event Register form */
.eventForm {
    background-color: #fff;
}

.eventDetailsSec .adl-Details .iconWithText {
    margin-right: 10px;
}

.upcoming-event-details .iconWithText p {
    font-size: 14px;
}

#event-reg-form h6 {
    color: #890000;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Open Sans SemiBold' !important;
}

#event-reg-form .event-reg-btn {
    border: 1px solid #890000;
    transition: background-color 1s ease;
}

#event-reg-form .event-reg-btn:hover {
    color: #FFF !important;
    background-color: #890000;
}

.blogsPage .Panel-body {
    padding: 0;
}

/* ------------------------ Academic Documents Code ---------------- */

.DocSec nav {
    max-width: 70%;
    margin-bottom: 50px;
}

.DocSec .Tabs {
    justify-content: space-between;
}

.DocSec .Tabs__tab {
    width: 50%;
    margin: 0 25px;
    border: 1px solid #FFD8DB;
}

.DocSec .Tab>span {
    font-size: 14px;
    opacity: 1;
}

.DocSec .Tabs__presentation-slider {
    display: none;
}

.DocSec .Tabs__tab:first-child.active~.Tabs__presentation-slider {
    transform: translateX(26px) scaleX(0.285);
}

.DocSec .Tabs__tab:nth-child(2).active~.Tabs__presentation-slider {
    transform: translateX(39.333%) scaleX(0.300);
}

.DocSec .Tabs__tab:nth-child(3).active~.Tabs__presentation-slider {
    transform: translateX(calc(38.333% * 2)) scaleX(0.333);
}

.Tabs:after {
    display: none;
}

.DocSec h3 {
    color: #94242D;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10%;
    font-family: 'LeBeauneNew';
}

.docCards .tab-content {
    position: relative;
}

.docCards .splide__pagination {
    top: 15%;
    bottom: unset;
}

.DocItemCenterWithWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.docCards-item-list {
    min-width: 30%;
    margin: 15px;
    text-align: center;
}

.docCards-item {
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    background-color: aliceblue;
}

.docCards-item h5 {
    color: #212121;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'Open Sans';
}

.academicDocBgImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background: url(../images/documents/broucher.jpg) no-repeat center center;
}

.academicDocBgImg .cardWithbgImg {
    padding: 40px 80px;
    background-color: #94242D;
}

.academicDocBgImg .docCards-item-list {
    margin: 0;
}

.policiesabgColor {
    background-color: #FFE7E9;
}

.policiesabgColor .sectionTitle {
    margin-bottom: 40px;
}

.policiesabgColor .docCards-item-list {
    width: 27%;
}

.tab-content .splide:not(.is-overflow) .splide__pagination {
    display: flex;
}

/* ------------------------------ Contact Us -------------------------- */
.contactLineCard .lineCardItems {
    width: 50%;
    justify-content: flex-start;
}

.contactLineCard .lineCardItems h6 {
    color: #94242D;
}

.contactLineCard p {
    color: #212121;
    text-wrap: wrap;
    font-size: 14px;
    font-family: 'Open Sans';
}

.formWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactLineCard .whiteLine {
    height: 130px !important;
}

.socialLinks {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 18px;
}

.socialLinks img {
    margin: 0 10px;
}

#contact-form {
    margin-top: 50px;
}

.fields {
    display: flex;
    padding: 0 10px;
    margin: 15px 0;
    text-align: start;
    flex-direction: column;
}

.fields label {
    font-size: 14px;
    color: #94242D;
    font-family: 'Open Sans';
}
.fields label span{
    color: red;
}

#contact-form input {
    margin-bottom: 0;
}

.fields input {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #E7E7E7;
}

.fullWithBtn {
    margin: 20px 0;
    width: 100%;
}

.form-btn-sec {
    padding: 0 10px;
}

input:focus-visible {
    outline: none !important;
}

input::placeholder {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Open Sans Light';
    color: #72716D !important;
}

select {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Open Sans Light';
    color: #4d4d4d !important;
}

option[value=""][disabled] {
    color: #72716D !important;
}

label.error {
    margin: 10px 0;
    color: #ff1400;
}

.captcha-error {
    margin: 10px 0;
    color: #ff1400 !important;
    font-size: 14px;
    font-family: 'Open Sans';
}

.formFields {
    display: flex;
}

.fields textarea {
    margin: 15px 0;
    padding: 10px;
    height: 46px;
    border: 1px solid #E7E7E7;
}

.fields select {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #E7E7E7;
}

.fields select:focus-visible {
    outline: none;
}

.fields textarea:focus-visible {
    outline: none;
}

.form-btn-sec {
    text-align: center;
}

#admission-form .sectionTitle {
    color: #94242D;
    margin: 50px 0;
}

#admission-form .sectionTitle h3 {
    color: #94242D;
    margin: 0 0 30px 0;
}

#admission-form .form-btn {
    padding: 10px 50px;
    margin-top: 30px;
}

.tb_hs_post_container {
    top: 0 !important;
    position: absolute !important;
}

/* Testimonals  */
.testimonialCards {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    background-color: #FBFBFB;
}

.testimonialsContent {
    padding: 0 20px;
}

.testimonialsContent p {
    line-height: 36.6px;
    color: #6B6B6B;
    margin-bottom: 30px;
    font-family: 'Open Sans';
}

.testimonialsContent h5 {
    color: #94242D;
    margin-bottom: 12px;
    text-transform: uppercase;

}

.testimonialsContent h6 {
    color: #94242D;
    text-transform: uppercase;
}

/* .testimonialsContent p {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.testimonialsContent p span {
    display: inline-block;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
} */

/* @keyframes fadeIn {
    to {
        opacity: 1;
    }
} */


/* ======== Footer Section ========== */
.footer-container-space {
    padding: 80px 80px 10px;
}

.footerMobIcon {
    display: none;
}

.footerMobIcon {
    animation: footerMobIcon 2s ease-out infinite;
}

@keyframes footerMobIcon {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.footerContainer h5 {
    font-size: 12px;
    color: #FFF;
    margin-bottom: 30px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: 'Open Sans Bold';
}

.linksList {
    display: flex;
}

.linksList ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.linksList ul li {
    padding: 10px 0;
    font-size: 14px;
    font-family: 'Open Sans';
    transition: padding 0.7s ease;
}

.linksList ul li:hover {
    padding-left: 15px;
}

.contactUsLinks {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.mobNumHr {
    height: 20px !important;
    border: 1px solid #ffffff;
    margin: auto 10px;
}

.contactUsLinks img {
    margin-right: 10px;
}

/* Styles for the first map */
.mapouter1 {
    position: relative;
    text-align: right;
    width: 100%;
    /* Width for the first map */
    height: 220px;
    /* Height for the first map */
    margin: 10px;
    /* Optional spacing between maps */
}

.gmap_canvas1 {
    overflow: hidden;
    background: none !important;
    width: 100%;
    /* Use full width of container */
    height: 100%;
    /* Use full height of container */
}

.gmap_iframe1 {
    width: 100% !important;
    /* Make iframe responsive */
    height: 100% !important;
    /* Make iframe responsive */
}

/* Styles for the second map */
.mapouter2 {
    position: relative;
    text-align: right;
    width: 100%;
    /* Width for the second map */
    height: 700px;
    /* Height for the second map */
}

.gmap_canvas2 {
    overflow: hidden;
    background: none !important;
    width: 100%;
    /* Use full width of container */
    height: 100%;
    /* Use full height of container */
}

.gmap_iframe2 {
    width: 100% !important;
    /* Make iframe responsive */
    height: 100% !important;
    /* Make iframe responsive */
}

.contactUsLinks p {
    color: #FFF;
    font-size: 14px;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

.followUsLinks {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0;
}

.followUsLinks a {
    margin: 10px;
}

.followUsLinks h5 {
    margin-right: 20px;
    margin-bottom: 0;
}

.followUsLinks a img {
    margin: 0;
    transition: transform 0.5s ease;
    /* Smooth zoom transition */
}

.followUsLinks a:hover img {
    transform: scale(1.5);
    /* Zoom in the image on hover */
}

.footerBottomLine {
    padding: 0 12px;
}

.footerBTMLine {
    width: 100%;
    margin: 0 auto;
    height: 1px !important;
    border: 1px solid #ffffff;
}

.bottomFooter {
    padding: 15px 0;
}

.policies {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.policies a {
    font-size: 12px;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Open Sans Bold';
}

.footerHr {
    height: 18px !important;
    border: 1px solid #ffffff;
    margin: 0 20px;
}

.copyRights {
    text-align: end;
    color: #F1D5D5;
    padding: 0 12px;
}

.copyRights p {
    margin-bottom: 0;
    font-size: 14px;
    opacity: 60%;
    font-family: 'Open Sans Light';
}


/*upcoming events*/

.event-description1 {
    color: white !important;
}
.event-description1 a {
    color: white !important;
}

/*end upcoming*/