/*============================
 [Table of CSS]

1. General
2. Header
3. Home
4. Parent Corner
5. Responsive

========================================*/

/*-----------------
	1. General
-----------------------*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html {
    height: 100%;
}

body {
    background-color: #fff;
    color: rgb(59, 58, 58) !important;
    font-size: 16px;
    height: 100%;
    font-family: "Ubuntu", sans-serif;
    overflow-x: hidden !important;
}

p {
    text-align: left;
}

.main-wrapper {
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #04252E;
    text-decoration: none;
}

a:hover {
    color: #D8121C;
}

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

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

button:focus {
    outline: 0;
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.focus,
.btn:focus {
    box-shadow: inherit;
}

p:last-child {
    margin-bottom: 0;
}

label {
    display: inline-block;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    border: 1px solid #757575;
    color: #26292c;
    font-size: 15px;
    min-height: 30px;
    border-radius: 0;
    padding: 3px;
    background: #f7f7f7;
}

.form-control:focus {
    background: #c6c6c6;
    border: 2px solid #757575;
}

/*-----------------
	Aos Animation
-----------------------*/

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }
    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

/*-----------------
	2. Header
-----------------------*/

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0;
    transition-duration: 0.4s;
    margin-top: 0;
    position: relative;
}

.navbar-brand img {
    width: 200px;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 40px;
}

header.header.header-fixed.fixed {
    position: fixed;
    width: 100%;
}

.main-nav li.active a {
    color: #173a7a;
}

.main-nav li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    scroll-behavior: smooth;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border-bottom: 1px solid #173a7a;
}

.main-nav li a:hover {
    color: rgba(186, 218, 85, 1);
}

.main-nav li {
    margin-right: 35px;
}

.main-nav li.login-link {
    display: none;
}

.logo {
    display: inline-block;
    margin-right: 130px;
    position: relative;
    padding: 0;
}

.header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.header {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.scroll-sticky {
    padding: 0 100px;
}

.margin-top-100 {
    margin-top: 100px;
}

.menu-header p {
    margin: 0;
    font-family: 'Playfair Display';
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

/*-----------------
	3. Mobile Menu
-----------------------*/

.sidebar-overlay.opened {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 2;
    top: 0;
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d8121c;
    height: 103px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: none;
}

.menu-logo img {
    width: 190px;
}

.menu-close {
    font-size: 18px;
    color: #fff;
}

.bar-icon {
    display: inline-block;
    width: 31px;
}

.bar-icon span {
    background-color: #D8121C;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}

.bar-icon span:nth-child(2) {
    width: 16px;
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

#mobile_btn {
    display: none;
}

html.menu-opened body {
    overflow: hidden;
}

.add-header-bg {
    transition-duration: 0.4s;
    padding-top: 0;
    margin: 0;
    border-bottom: 0;
}

#nav li:hover {
    background: #ffffff;
    transition: 0.5s;
}

/*-----------------
	3. Home
-----------------------*/

.container {
    max-width: 980px;
}
.page-template-gallery .container {
    max-width: 1400px;
}
video {
    object-fit: cover;
    width: 100vw;
    height: 650px;
    top: 0;
    left: 0;
    z-index: 9;
}

.section-space {
    padding: 60px 0px;
}

.section-header.about-header h2::before {
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section-header h2 {
    font-size: 38px;
    color: #000;
    font-weight: 600;
}

.section-header h2 {
    position: relative;
    margin-bottom: 15px;
}

.projects-constuction {
    background: #fff;
    ;
}

.projects-screen {
    max-width: 72%;
    margin: auto;
    text-align: center;
    margin-top: 25px;
}

.projects-screen img {
    margin-bottom: 24px;
    width: 100%;
}

.owl-carousel .owl-item .projects-screen .arrow-icon img {
    width: auto;
    display: inline;
    margin-bottom: 0;
    margin-left: 15px;
}

.project-details h3 {
    font-size: 22px;
    font-weight: 600;
}

.project-details p {
    font-size: 15px;
    margin-bottom: 30px;
}

.project-details p span {
    display: block;
}

/* .project-slider.owl-carousel .owl-nav button.owl-prev.disabled {
	display: none;
} */

/* .project-slider.owl-carousel .owl-nav button.owl-next.disabled {
	display: none;
} */

.project-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 100px;
    left: -10px;
    transform: translate(-50%, -50%);
}

.project-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 100px;
    right: -30px;
    transform: translate(-50%, -50%);
}

.project-slider.owl-carousel .owl-nav button.owl-prev i,
.project-slider.owl-carousel .owl-nav button.owl-next i {
    font-size: 18px;
    filter: drop-shadow(0px 1px 0.15px #B2B2B2);
    color: #fff;
}

.project-slider.owl-carousel .owl-nav button.owl-prev:hover i,
.project-slider.owl-carousel .owl-nav button.owl-next:hover i {
    color: #D8121C;
}

.project-slider.owl-carousel .owl-nav button {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #173A7A;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.community-voice-wrap {
    position: relative;
}

.community-voice-wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 230px;
    height: 450px;
    border: 2px solid #d8121c;
    border-right: none;
    border-radius: 300px 0 0 300px;
}

.community-voice-wrap::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    width: 230px;
    height: 450px;
    border: 2px solid #d8121c;
    border-left: none;
    border-radius: 0 300px 300px 0;
}

.voice-space {
    padding: 50px 0px;
}

.section-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.section-header ul li {
    font-size: 50px;
    color: #04252E;
    font-weight: 600;
    margin-right: 40px;
    position: relative;
    letter-spacing: 0.05em;
}

.section-header ul li:last-child {
    margin-right: 0;
}

.section-header ul li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 44px;
    background: #bcbc08;
    right: -20px;
    top: 12px;
}

.section-header ul li:last-child:before {
    display: none;
}

.section-header ul::before {
    content: "";
    position: absolute;
    width: 116px;
    height: 10px;
    background: #bcbc08;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-primary {
    background-color: #D8121C;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #173a7a;
    color: #fff;
}

.secondary-color {
    color: #D8121C;
    font-weight: 600;
}

.btn-secondary {
    background-color: #fff;
    padding: 8px 15px;
    color: #000;
    border-radius: 5px;
    width: fit-content;
}

.client-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.client-list ul {
    margin-bottom: 20px;
    margin-top: 40px;
}

.client-list ul li {
    margin-right: 20px;
    text-align: center;
}

.client-list ul li img {
    height: 100px;
    width: 200px;
    margin-bottom: 20px;
    object-fit: contain;
}

.client-list ul li span {
    display: block;
}

.client-list ul li:last-child {
    margin-right: 0;
}

.client-section {
    background: rgba(164, 200, 224, 0.2);
}

/*-----------------
	4. Footer
-----------------------*/

.head-office h3 {
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: 600;
    color: #fff;
}

.head-office ul li {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.5em;
    margin-bottom: 8px;
    color: #fff;
    display: flex;
}

.head-office ul li a {
    color: #fff;
}

.head-office ul li i {
    margin-right: 15px;
}

.quick-link li a:hover {
    color: #D8121C;
}

.second-line {
    display: block;
}

.contact-section {
    background: #fff;
}

.footer-section {
    background: #173A7A;
}

.why-detail {
    margin-bottom: 80px;
}

.fis-first-wrap .red-color {
    background-color: #D8121C;
    position: relative;
}

.fis-first-wrap .card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #A4C8E0;
    background-color: transparent;
    border-radius: 45px;
    z-index: -1;
}

.fis-first-wrap .red-color::before {
    top: -20px;
    left: -20px;
}

.fis-first-wrap .blue-color::before {
    bottom: -20px;
    left: -20px;
}

.fis-first-wrap.second-wrap .blue-color::before {
    top: -20px;
    right: -20px;
    left: inherit;
    bottom: inherit;
}

.fis-first-wrap.second-wrap .red-color::before {
    bottom: -20px;
    right: -20px;
    left: inherit;
    top: inherit;
}

.fis-first-wrap .blue-color {
    background-color: #173A7A;
}

.fis-first-wrap .card img {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.fis-first-wrap .card {
    text-align: center;
    padding: 30px;
    margin: 0 20px 20px 0px;
    border-radius: 45px;
    justify-content: center;
    height: 260px;
}

.fis-first-wrap .card h5 {
    color: #fff;
    margin-bottom: 10px;
}

.fis-first-wrap .card p {
    color: #fff;
}

.fis-first-wrap.second-wrap {
    margin-top: 50px;
}

.campus-icon img {
    width: 100%;
}

.event-wrap .red-color,
.upcoming-main-wraper .red-color {
    background-color: #D8121C;
    border-radius: 0 !important;
}

.upcoming-main-wraper .blue-color {
    background-color: #173A7A;
    border-radius: 0 !important;
}

.event-wrap .card {
    padding: 50px 25px 50px;
    justify-content: center;
}

.upcoming-main-wraper .card {
    padding: 25px;
    justify-content: space-evenly;
}

.event-wrap .card h4,
.upcoming-main-wraper .card h4 {
    color: #fff;
}

.event-wrap .card p,
.upcoming-main-wraper .card p {
    color: #fff;
}

.upcoming-main-wraper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.upcoming-main-wraper .card.event-img {
    border: 0;
    padding: 0;
}

/*-----------------
	5. Parent Corner
-----------------------*/

.student-admissions .section-header {
    margin-bottom: 25px;
}

.value-section .student-addm-logo img {
    max-width: 80%;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.value-section .student-addm-logo {
    background: #eff5f9;
    padding: 30px 20px;
    text-align: center;
    border-radius: 15px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 18px;
    filter: drop-shadow(0px 1px 0.15px #B2B2B2);
    color: 173A7A;
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
    color: #D8121C;
}

.parent-banner-img {
    position: relative;
}

.parent-banner-img img {
    width: 100%;
}

.owl-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #DFDBDB !important;
    margin: 5px;
    border-radius: 50px;
}

.owl-dots .owl-dot.active {
    background-color: #6f6f6f !important;
}

.achievement-img img {
    width: 100%;
    border: 2px solid #173A7A;
    border-radius: 15px;
}

.newsletter-img img {
    border: 2px solid #173A7A;
    border-radius: 0;
}

/*-----------------
	6. Contact
-----------------------*/

.reach-out {
    background-color: #173A7A;
    padding: 40px 20px 40px;
    margin-bottom: 15px;
}

.reach-out .section-header h2 {
    color: #fff;
    padding-bottom: 30px;
}

.contact-map iframe {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}

.reach-out .head-office ul li {
    margin-bottom: 20px;
}

.meet-us-wrap {
    background-color: #D8121C;
    padding: 20px;
}

.meet-group {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
}

.meet-us-wrap .section-header h2 {
    color: #fff;
}

.meet-group .btn-secondary {
    text-align: center;
    font-weight: 600;
}

.admission-process {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 15px;
}

.admission-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.admissions-list ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    margin-bottom: 20px;
}

.admissions-list ul li {
    background-color: #EFF5F9;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-right: 40px;
    position: relative;
    margin-bottom: 15px;
}

.admissions-list ul li::before {
    content: "";
    display: block;
    background-image: url(../../assets/img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    right: -36px;
}

.admissions-list ul li .admission-icon {
    background-color: #fff;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.opportunities-blk {
    background-color: #D8121C;
    padding: 20px;
    text-align: center;
}

.opportunities-blk p {
    color: #fff;
}

/*-----------------
	6. About Us
-----------------------*/

.brand-story {
    margin: auto;
    text-align: justify;
}

.brand-story h5 {
    line-height: 35px;
}

.vision-mission h2 {
    color: #fff;
    font-size: 50px;
}

.alumni-wrapper {
    background-color: #EBEBEB;
    width: 100%;
    height: 300px;
}

.alumni-speak-wrapper {
    background-color: #eff5f9;
    width: 100%;
    padding: 30px;
}

.value-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 5fr);
    gap: 20px;
}

.student-admissions .student-addm-logo img {
    width: 70%;
}

.student-admissions .student-addm-logo {
    text-align: center;
    border-radius: 15px;
}

.student-addm-logo p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.achievements-wrapper {
    background-color: #173A7A;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.achievements-detail {
    margin-left: 20px;
}

.achievements-detail h4,
.achievements-detail p {
    color: #fff;
}

.achievements-detail h4 {
    font-size: 22px;
}

.achievements-detail span {
    display: block;
}

/*-----------------
	6. Approch
-----------------------*/

.thought-leaders-detail h2 {
    margin-bottom: 20px;
    font-size: 38px;
    color: #04252E;
    font-weight: 600;
}

.approach-img img {
    width: 100%;
}

.thought-leaders-detail p {
    max-width: 90%;
}

.learning-pillar h2 {
    max-width: 500px;
}

.pillar-wrap .snuggles-wrap {
    background-color: #D8121C;
    padding: 20px;
    border-radius: 10px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.pillar-wrap .snuggles-wrap h4,
.pillar-wrap .snuggles-wrap p,
.pillar-wrap .snuggles-wrap h5 {
    color: #fff;
    margin-bottom: 15px;
}

.pillar-wrap .tab-content {
    flex: 4;
}

.pillar-wrap .nav-pills {
    flex: 1;
    justify-content: space-between;
    min-height: 500px;
}

.pillar-wrap .nav-pills .nav-link {
    background-color: #173A7A;
    color: #fff;
    padding: 14px 20px;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    font-weight: 600;
}

.pillar-wrap .nav-pills .nav-link.active,
.pillar-wrap .nav-pills .show>.nav-link {
    background-color: #D8121C;
}

.people-wrapper {
    background-color: #EFF5F9;
    padding: 30px;
    min-height: 430px;
}

.people-logo img {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #173A7A;
}

.read-more-empty {
    text-align: right;
    color: #D8121C;
    display: block;
}

.skills-img img {
    width: 85%;
    margin-top: 40px;
}

.clubs-tab .nav-pills .nav-link {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    color: #000;
}

.clubs-tab .nav-pills .nav-link.active {
    background-color: transparent;
    color: #D8121C;
}

.club-section-wrap {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 20px;
}

.club-box {
    background-color: #EFF5F9;
    padding: 10px;
}

.club-box img {
    width: 100%;
    margin-bottom: 10px;
}

.clubs-tab .tab-content {
    flex: 4;
}

.clubs-tab .nav-pills {
    flex: 1;
}

.club-box h5 {
    font-size: 17px;
    margin-bottom: 0;
}

.club-box h5 a {
    display: flex;
    justify-content: space-between;
}

.club-box h5 a img {
    width: 12px;
    margin-bottom: 0;
}

.clubs-tab .btn-primary {
    margin-top: 15px;
    display: inline-block;
}

/*-----------------
	6. Campus Life
-----------------------*/

.space-wraper {
    position: relative;
    margin-bottom: 24px;
}

.space-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(23 58 122 / 58%);
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.space-growth-img img {
    width: 100%;
    border: 2px solid #173A7A;
}

.space-detail .space-icon {
    margin-right: 10px;
}

.space-detail h3 {
    color: #fff;
}

.school-wrapper:last-child {
    border: none;
}

.school-wrapper {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    align-items: center;
}

.school-img {
    flex: 1;
}

.school-detail {
    flex: 2;
}

.school-img img {
    width: 100%;
    border: 2px solid #173A7A;
}

.fis-section .space-detail {
    justify-content: start;
    background-color: rgb(243 243 243 / 58%);
    padding: 10px 80px 10px;
}

.work-wraper {
    margin-bottom: 30px;
}

.work-detail {
    margin-bottom: 20px;
}

.work-detail h4 {
    margin-bottom: 15px;
}

.work-growth-slide img {
    width: 100%;
}

.work-growth-slide.owl-carousel .owl-nav.disabled {
    display: none;
}

.school-life-section {
    padding: 60px 0px 100px;
}

/*-----------------
	6.faq
-----------------------*/

.faq-section .card {
    border: 0;
}

.faq-section .card-header {
    background: transparent;
    padding: 0;
    border: 0;
}

.faq-section .card-header h1 a {
    font-size: 35px;
    font-weight: 600;
    color: #173A7A;
    width: 100%;
    text-align: left;
}

.faq-section .card-body {
    padding: 0;
}

.faq-section .card-header h1 a:active {
    outline: 0;
    border: 0;
    background: transparent
}

/*-----------------
	6. Responsive
-----------------------*/

@media (min-width: 992px) {
    .main-nav>li {
        margin-right: 0;
    }
    .main-nav>li:last-child {
        margin-right: 0;
    }
    .main-nav li {
        display: block;
        position: relative;
    }
    .main-nav>li>a {
        line-height: 70px;
        padding-top: 10px;
    }
    .main-nav>li>a>i {
        font-size: 12px;
        margin-left: 3px;
    }
    .main-nav li>ul {
        background: #FFF6F4;
        box-shadow: 0 0 3px rgb(0 0 0 / 10%);
        display: block;
        font-size: 14px;
        width: 100%;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        top: 100%;
        visibility: hidden;
        z-index: 1000;
    }
}

@media (max-width: 1599.98px) {
    .header-nav {
        justify-content: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
    }
    .main-nav li a {
        padding: 10px 10px;
    }
    .main-nav>li {
        margin-right: 0;
    }
    .about-bg {
        padding: 60px 40px 60px 265px;
    }
    .navbar-header::before {
        width: 500px;
    }
    .main-nav {
        padding-left: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .head-office ul.contact-us li:nth-child(2) {
        display: block;
        font-size: 15px;
    }
    .fis-section .space-detail {
        padding: 10px 15px 10px;
    }
    .people-banner-slider .owl-dots {
        left: 50% !important;
    }
    .upcoming-section .col-lg-4 {
        margin-left: 0 !important;
    }
    .footer-login img {
        width: 30% !important;
    }
    .contact-person-section::after {
        display: none !important;
    }
    .transport-contact-details {
        display: block !important;
        margin-top: 20px;
    }
    .email-section {
        padding-bottom: 30px;
    }
    .stream-box {
        padding: 20px 10px 20px !important;
    }
    ul#admission-tab-menu {
        display: block !important;
    }
    .office-section .highlight-box br {
        display: block !important;
    }
    span.email {
        margin-left: 0 !important;
    }
    .office-section:after {
        background-size: 100px !important;
    }
    ul#admission-tab-menu li {
        padding: 10px 0;
    }
    .calendar-heading h1 {
        font-size: 25px !important;
        padding: 0 0px 50px !important;
    }
    .head-office ul li:last-child {
        display: block !important;
    }
    .contact-form .submit-btn {
        float: inline-start;
    }
    .snuggles-wrap p {
        text-align: left !important;
    }
	.pillar-wrap .nav-pills {
		flex: 1;
		justify-content: space-between;
		min-height: 330px;
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 40px;
	}
	.pillart-tab.d-flex.align-items-start {
		flex-direction: column-reverse;
	}
	.tab-piller-content {
		padding-top: 30px;
	}
	.work-at-fis {
		padding: 20px 0;
	}
	.parent-banner-img img {
		height: 400px;
		object-fit: cover;
	}
	.how-apply {
		padding: 50px 0;
	}
	.join-fis h2 {
        font-size: 30px;
    }
    .contact-form form input {
        width: 100%;
        padding: 10px;
        margin-bottom: 30px;
    }
    .head-office ul li {
        font-size: 15px;
    }
    .brand-story h5 {
        line-height: 25px;
    }
}

@media (max-width: 1399.98px) {
    .main-nav li a {
        padding: 10px 10px;
    }
    .main-nav>li {
        margin-right: 0;
    }
    .header-nav {
        justify-content: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
    }
    .logo {
        margin-right: 75px;
    }
    .main-nav {
        padding-left: 65px;
    }
}

@media (max-width: 1199.98px) {
    .header-nav {
        padding-left: 24px;
        padding-right: 24px;
    }
    .logo {
        width: 170px;
    }
    .main-nav li a {
        font-size: 14px;
    }
    .navbar-header::before {
        width: 280px;
    }
    .main-nav>li {
        margin-right: 0;
    }
}

@media (min-width: 320.98px) {
    .main-nav li.login-link {
        display: block;
    }
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .main-nav ul {
        background-color: #ffffff;
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .main-nav>li {
        margin-left: 0;
    }
    .main-nav li+li {
        margin-left: 0;
    }
    .main-nav>li>a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
    .main-nav>li>a:hover {
        color: #173a7a !important;
    }
    .main-nav>li>a>i {
        float: right;
        margin-top: 5px;
    }
    .login-left {
        display: none;
    }
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(260px);
        transition: all 0.4s;
        background-color: #173a7a;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    #mobile_btn {
        display: inline-block;
        top: 45px;
        position: absolute;
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 28px;
    }
    h5 {
        font-size: 18px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .container {
        max-width: 100%;
    }
    .header-nav {
        padding: 0;
        margin-bottom: 0;
    }
    .banner-floating-bg,
    .live-demo-bg {
        display: none;
    }
    .main-nav>li .submenu-head li a {
        white-space: normal;
    }
    .main-nav>li {
        border-bottom: 1px solid #ffffff;
        margin-left: 0;
    }
    .main-nav li {
        margin-right: 0px;
    }
    .navbar-header::before {
        width: 100%;
    }
    .section-header h2 {
        font-size: 36px;
    }
    .section-header h2::before {
        height: 7px;
    }
    .section-header ul li {
        font-size: 36px;
    }
    .section-header ul li::before {
        width: 4px;
        height: 30px;
        right: -20px;
        top: 15px;
    }
    .section-header ul::before {
        height: 7px;
    }
    .why-fis-wrapper {
        margin-top: 40px;
    }
    .client-list ul {
        flex-wrap: wrap;
    }
    .project-slider.owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }
    .project-slider.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .community-voice-wrap::before {
        display: none;
    }
    .community-voice-wrap::after {
        display: none;
    }
    .campus:after {
        width: 380px !important;
        height: 393px !important;
        left: 5px !important;
        transform: rotate(4deg);
    }
    .event-wrap {
        margin: 20px 0px;
    }
    .section-header {
        margin-bottom: 20px;
    }
    .achievement-img {
        margin-bottom: 10px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        background: #173a7a;
        padding: 5px 10px !important;
        color: #fff;
        border-radius: 50%;
    }
    .opportunities-blk {
        margin-top: 20px;
    }
    .value-section .value-wrapper {
        grid-template-columns: repeat(2, 2fr);
        gap: 10px;
    }
    .vision-mission {
        padding-bottom: 30px;
    }
    .section-header {
        text-align: center;
    }
    .vision-section h2 {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .navbar-header {
        width: 100%;
    }
    .logo {
        width: 170px;
    }
    #mobile_btn {
        top: 28px;
        margin-right: 0;
        position: absolute;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    .bar-icon span {
        background-color: #D8121C;
    }
    .header-navbar-rht {
        display: none;
    }
    .navbar-header::before {
        height: 80px;
    }
    .section-header h2 {
        font-size: 32px;
    }
    .upcoming-section .align-items-center {
        justify-content: center !important;
    }
    .voice-space {
        padding: 50px 0px 0;
    }
    .section-header h2::before {
        width: 100px;
        height: 6px;
    }
    .section-header ul li {
        font-size: 22px;
    }
    .section-header ul li::before {
        width: 2px;
        height: 20px;
        right: -20px;
        top: 8px;
    }
    .section-header ul::before {
        width: 100px;
        height: 6px;
    }
    .client-list ul li {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .client-list.client-menu-list ul li {
        margin-right: 0;
    }
    .contact-form {
        margin-bottom: 30px;
    }
    .footer-list ul li img {
        width: 100%;
    }
    .footer-list ul li::before {
        height: 66px;
    }
    .vision-section {
        text-align: center;
    }
    .menu-header {
        height: 88px;
    }
    .why-fis-wrapper {
        display: block !important;
        margin-left: 0;
    }
    .fis-first-wrap .card::before {
        display: none;
    }
    .fis-first-wrap .card {
        margin-right: 0;
    }
    .fis-first-wrap.second-wrap {
        margin-top: 0;
    }
    .client-list ul {
        display: block;
    }
    .project-slider.owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }
    .project-slider.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .upcoming-main-wraper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .upcoming-main-wraper .card.event-img {
        display: none;
    }
    .upcoming-main-wraper .card {
        margin-bottom: 20px;
    }
    .event-wrap {
        margin: 20px 0px;
    }
    .meet-group {
        grid-template-columns: repeat(1, 1fr);
    }
    .admissions-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .admissions-list ul li {
        margin-right: 0;
    }
    .admissions-list ul li::before {
        display: none;
    }
    .opportunities-blk {
        margin-top: 20px;
    }
    .value-wrapper {
        grid-template-columns: repeat(1, 2fr);
        gap: 10px;
    }
    .achievements-wrapper {
        display: block;
    }
    .achievements-detail {
        margin-left: 0;
        margin-top: 20px;
    }
    /*campus*/
    .section-space {
        padding: 40px 0px;
    }
    .space-icon img {
        width: 50px;
    }
    .space-detail h3 {
        font-size: 20px;
    }
    .school-wrapper {
        display: block;
    }
    .school-wrapper .school-img {
        margin-bottom: 15px;
    }
    .space-detail {
        padding: 15px;
    }
    .club-section-wrap {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 575.98px) {
    .banner-btn .btn {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .banner-btn {
        display: block;
    }
}

ul.quick-link li {
    position: relative;
}

ul.quick-link li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    left: -15px;
    top: 10px;
    border-radius: 10px;
}

ul.quick-link {
    padding-left: 20px;
}

.accordion {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    /* optional but recommended */
}

.accordion:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/faq-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.accordion .accordion-item {
    border: none !important;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #173A7A;
    font-size: 24px;
    opacity: 0.75;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: inherit;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-item button[aria-expanded='true'] .accordion-title {
    opacity: 1;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 18px;
    font-weight: 300;
    margin: 1em 0;
    line-height: 35px;
}

.accordion {
    padding: 100px 0;
}

ul.social-icons li a i {
    font-size: 20px;
}

ul.social-icons {
    display: flex;
    margin-top: 40px;
}

.campus:after {
    content: '';
    position: absolute;
    width: 473px;
    height: 473px;
    background: #a4c8e0;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(4deg);
}

.campus {
    position: relative;
}

/* Style modal content */

.modal-content {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Form labels */

.modal-body .form-label {
    font-weight: 500;
}

/* Inputs */

.modal-body .form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
    box-shadow: none;
    padding: 10px;
}

/* Modal header */

.modal-header {
    border-bottom: none;
}

/* Buttons */

.modal-footer .btn {
    min-width: 120px;
}

.modal-header h5 {
    color: #fff;
    font-size: 25px;
}

.modal-header {
    border-bottom: none;
    background: #173a7a;
}

.modal-footer .btn-primary {
    background-color: #d8121c;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #d8121c;
}

.admissions-list ul li:last-child:before {
    display: none;
}

.work-growth img {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #173A7A;
}

.login-buttons {
    display: flex;
    gap: 20px;
    margin-top: 35px;
}

.login-buttons li a {
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.sigin {
    background: #D8121C;
}

.login {
    background: #173A7A;
}

.achievement-content h3 {
    padding-bottom: 15px;
}

.achievement-content {
    padding-top: 30px;
}

.club-box {
    transition: all 0.3s ease;
}

.club-box.highlight {
    border: 3px solid #d8121c;
    transition: all 0.3s ease;
}

.clubs {
    position: sticky;
    top: 100px;
    /* Adjust this based on header height */
    z-index: 10;
    padding-right: 15px;
}

.club-headings li {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    color: #000;
}

.club-headings li a:hover {
    color: #D8121C;
}

.club-scroll-link.active {
    color: #d8121c;
}

.footer-links li:last-child {
    padding-top: 20px;
}

.footer-links li:last-child:after {
    display: none;
}

.read-more-icon img {
    width: 10px;
}

.read-more-icon {
    text-align: end;
}

.page-template-contact .annual-calendar .campus-detail {
    width: auto;
}

.all-event.admission-list-button .arrow-icon {
    padding-left: 10px;
}

.all-event.admission-list-button {
    color: #d8121c;
    font-weight: 600;
}

.page-template-home .why-fis-section .why-fis-wrapper {
    display: flex;
}

.page-template-about .section-header h2 {
    font-size: 40px;
    color: #173A7A;
    font-weight: 600;
    padding-bottom: 30px;
}

.vision-mission p {
    line-height: 30px;
    text-align: left;
}

.vision-section .row {
    align-items: center;
}

.vision {
    margin-bottom: 15px;
}

.mission {
    margin-top: 15px;
}

.vision::before,
.mission::after {
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
}

.mission::after {
    right: 0;
    background-position: right bottom;
    background-image: url('../img/bg/mission-bg.png');
}

.vision::before {
    left: 0;
    background-position: left bottom;
    background-image: url('../img/bg/vision-mission-bg.png');
}

.vision,
.mission {
    position: relative;
    background: #173a7a;
    padding: 25px;
    color: #fff;
    z-index: 2;
}

.vision-section img {
    width: 100%;
}

.people-detail p,
.alumni-speak-wrapper p,
.achievements-detail p,
.thought-leaders-detail p,
.snuggles-wrap p,
.tech-section p,
.school-detail p,
.work-growth p {
    text-align: left;
}

.parent-banner-img img {
    width: 60% !important;
    margin: 50px auto 30px;
}

.infrastructure-fis.Infrastructure,
.infrastructure-fis.Food {
    background: rgba(164, 200, 224, 0.2);
}

.infrastructure-fis.Facilities,
.infrastructure-fis.Infrastructure,
.infrastructure-fis.Food {
    padding: 70px 0;
}

.infrastructure-fis.Transport {
    padding-top: 70px;
}

.transport-details {
    background: #173a7a;
    padding: 30px;
    color: #fff;
}

.transport-contact-details a {
    color: #fff;
}

.contact-person-section {
    position: relative;
}

.contact-person-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 2px;
    height: 50px;
    background: #fff;
}

.transport-contact-details {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

.page-template-parent-corner .parent-banner-img img {
    width: 100% !important;
    margin: 0;
}

.campus-banner img {
    width: 100% !important;
    margin: 0;
}

.contact-form {
    background: #173a7a;
    margin-bottom: 15px;
    color: #fff;
    padding: 25px;
}

.contact-form h2 {
    color: #fff;
}

.contact-form form input:focus-visible {
    outline: none;
}

.contact-form form input {
    background: #173a7a;
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    width: 70%;
    float: inline-end;
    color: #fff;
    z-index: 0;
    margin-bottom: 60px;
}

.form-controls {
    margin-bottom: 60px;
    width: 100%;
}

.contact-form h2 {
    padding-bottom: 30px;
}

.contact-section h1 {
    padding-bottom: 20px;
}

.meet-group a {
    width: 100%;
    color: #d8121c;
    transition: 0.5s;
}

.meet-group a:hover {
    color: #173a7a;
    transition: 0.5s;
}

.meet-us-wrap .section-header {
    padding-bottom: 10px;
}

.submit-btn {
    justify-content: right;
    width: auto;
    align-items: end;
    float: inline-end;
    background-color: white;
    color: #0d3c78;
    font-weight: bold;
    padding: 10px 50px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.note {
    font-size: 12px;
    color: #ccc;
    margin-top: 2px;
}

.footer-login img {
    width: 100%;
    padding-bottom: 15px;
}

.head-office li a:hover {
    color: #d8121c;
}

.page-template-alumini .achievements-img img {
    width: 130px;
}

.why-fis-blk p,
.campus-detail p {
    padding-right: 25px;
}

.campus-icon img {
    border: 2px solid #173A7A;
}

.vision-section {
    padding: 30px 0px 60px;
}

.why-fis-wrapper p {
    text-align: center;
}

.value-section .student-addm-logo p {
    text-align: center;
}

.awrad-section p {
    text-align: center;
}

.student-admissions p {
    text-align: left;
}

.opportunities-blk p {
    text-align: center;
}

#careerForm textarea {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #ced4da;
    padding: 20px;
    border-radius: 6px;
}

.general-table .table thead th {
    background-color: #173A7A;
}

.general-table table thead th {
    color: #fff;
}

.general-table {
    margin-bottom: 20px;
}

.general-table .table tr td,
.general-table .table tr th {
    padding: 10px;
}

.feedback-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    max-height: 4.8em;
    /* Adjust based on line height */
    line-height: 1.6em;
}

.feedback-text.expanded p {
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
}

.project-details a {
    background: #d8121c;
    padding: 12px 20px;
    line-height: 50px;
    color: #fff;
    border-radius: 6px;
}

.upcoming-section .col-lg-4 {
    margin-left: -15px;
    padding-right: 0;
}

.alumini-slider .newsletter-img img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.admission-table {
    width: 100%;
    border-collapse: collapse;
}

.admission-table th,
.admission-table td {
    border: 1px solid #ccc;
    padding: 12px;
}

.admission-table th {
    background-color: #f2f2f2;
}

.admission-table td {
    text-align: center;
}

.admission-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.admission-table td:first-child {
    text-align: left;
}

.accordion-content ul {
    line-height: 45px;
    list-style: disc;
}

.accordion-content ul li {
    list-style: disc;
    font-size: 18px;
}

.privacy-policy h1 {
    font-size: 40px;
    color: #173A7A;
    font-weight: 600;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 15px;
}

.policy-repeater h2 {
    color: #173A7A;
}

/*-----------------
	6.admision
-----------------------*/

.highlight-box {
    color: #fff;
}

ul.apply-list {
    padding: 15px;
    padding-left: 30px;
    margin-bottom: 30px;
    background: #D1DDE6;
    line-height: 30px;
}

.apply-list li {
    list-style: disc;
}

.section-header h2,
.addm-office-hour h4,
.addm-office-hour h6 {
    color: #000;
}

.office-section:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg/admissions.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.office-section {
    background-color: #173A7A;
    position: relative;
    z-index: 0;
    padding: 50px 0;
}

.tab-nav .nav-link.active {
    background-color: #e6f2ff;
    font-weight: bold;
}

.stream-box {
    background-color: #F9C650;
    padding: 20px 60px 20px;
    border-radius: 20px;
    color: #000;
}

.stream-box-wrap {
    border-radius: 20px;
    padding: 0px 20px;
    background-color: #F48C05;
}

.apply-wrap-one {
    background-color: rgb(164 200 224 / 20%);
}

.apply-wrap-one ul {
    border: 0;
    justify-content: space-between;
}

.apply-wrap-one .nav-tabs .nav-item.show .nav-link,
.apply-wrap-one .nav-tabs .nav-link.active {
    border: 0;
    background-color: transparent;
    color: red;
}

.apply-wrap-two table th {
    background-color: #173A7A;
    color: #fff;
    text-align: center;
}

.apply-wrap-two table td {
    text-align: center;
}

.general-section {
    background-color: rgb(164 200 224 / 20%);
}

.general-section ul {
    padding-left: 25px;
}

.general-section ul li {
    list-style: disc;
}

.highlight-box p {
    font-size: 27px;
}

span.email {
    margin-left: 40px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.apply-section .nav-link {
    color: #173A7A;
    font-weight: 500;
}

.nav-tabs .nav-link {
    border: none !important;
}

span.seperater-line {
    margin: 0 5px;
}

button.gprev.gbtn,
button.gnext.gbtn {
    display: none !important;
}

.small-right,
.small-left {
    padding-bottom: 30px;
}

#careerForm small {
    font-size: 10px;
    color: #D8121C;
    font-weight: 600;
}

span.mobile a {
    color: #fff;
}

.main-nav li.current-menu-item,
.main-nav li.current-menu-parent,
.main-nav li.current_page_item {
    background-color: #fff;
    font-weight: bold;
}

.visit-fixed a {
    color: #fff;
    font-size: 14px;
}

.visit-fixed {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: -70px;
    transform: rotate(-90deg);
    background: #d8121c;
    padding: 10px 15px;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    background-color: #d8121c;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
}

#back-to-top:hover {
    background-color: #173a7a;
}

.office-section .highlight-box br {
    display: none;
}

@media (max-width: 767.98px) {
    .parent-banner-img img {
        width: 100% !important;
    }
}

.page-template-home .why-fis-section p {
    text-align: center;
}

.pillart-tab img {
    width: 100%;
    border-radius: 15px;
}

.pillart-tab .row {
    align-items: center;
}

.tech-section img {
    width: 100%;
}

.school-visit-tech {
    padding-top: 70px;
}

.people-wrapper .people-detail .pedagogy-wrapper {
    height: 380px;
    overflow-y: auto;
}

.people-wrapper .people-detail .pedagogy-wrapper::-webkit-scrollbar {
    width: 3px;
}

.people-wrapper .people-detail .pedagogy-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.people-wrapper .people-detail .pedagogy-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.people-wrapper .people-detail .pedagogy-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.achievements-wrapper:nth-child(odd) {
    background: #F9C650;
}

.achievements-wrapper:nth-child(odd) .achievements-detail h4,
.achievements-wrapper:nth-child(odd) .achievements-detail p {
    color: #000;
}

.learning-pillar .section-header h6 {
    font-size: 25px;
    padding: 5px 0 15px;
}

.snuggles-wrap .btn-secondary {
    color: #d8121c;
    font-size: 17px;
    font-weight: 600;
}

.contact-form .section-header h2 {
    color: #fff;
}

.page-template-mandatory-php .general-section {
    background: #fff;
}

.page-template-home .why-fis-section .why-fis-blk p {
    text-align: left;
}

.stream-box h5 {
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-template-admissions .section-header h2,
.page-template-admissions .addm-office-hour h4,
.page-template-admissions .addm-office-hour h6 {
    color: #173A7A;
}

.page-template-mandatory .section-header h2,
.page-template-mandatory .section-header h4,
.page-template-mandatory .general-section h3 {
    color: #173A7A;
}

.upcoming-section .event-wrap .card.red-color {
    min-height: 280px;
}

.upcoming-section {
    padding: 150px 0 60px;
}

.apply-now-section {
    padding: 20px;
    border-radius: 30px;
    margin-top: 30px;
}

.apply-section .col-md-4:nth-child(odd) .apply-now-section {
    background: #F9C650;
}

.apply-section .col-md-4:nth-child(even) .apply-now-section {
    background: #173A7A;
}

.apply-section .col-md-4:nth-child(even) .apply-now-section h3 a {
    color: #fff;
}

.apply-now-section img {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #173A7A;
}

.apply-now-section .apply-content h3 {
    text-align: center;
    font-size: 23px;
    padding-top: 20px;
    font-family: 'Ubuntu';
}

.value-section .value-image img {
    width: 100%;
    border: 1px solid #173a7a;
    border-radius: 30px;
}

.value-section {
    position: relative;
    margin-bottom: 30px;
}

.value-content .value-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.value-content .value-text h3 {
    font-size: 20px;
    font-family: 'ubuntu';
    margin-bottom: 0;
}

.value-content {
    display: flex;
    gap: 13px;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 100%;
    background: rgba(164, 200, 224, 0.8);
    padding: 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*.join-fis:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/community-bg.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}*/

.join-fis h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 30px;
}

.work-image img {
    width: 100%;
}

.work-at-fis {
    padding: 100px;
}

.work-content h2 {
    padding-bottom: 20px;
    color: #173a7a;
}

.openings {
    padding-bottom: 100px;
}
.openings .accordion-opening .card:last-child {
    margin-bottom: 0;
}

.openings .accordion-opening .card {
  border: none;
  margin-bottom: 20px;
}
.openings .accordion-opening .card h2 {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    padding-right: 35px;
    font-family: 'Ubuntu';
}

/* Arrow added via ::after */
.openings .accordion-opening .card h2::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(../img/down-arrow.svg) no-repeat center;
    background-size: 20px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

/* Rotate when active */
.openings .accordion-opening .card h2.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.openings .collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.openings .collapse.show {
  max-height: 500px; /* adjust if content is larger */
}

.openings .card-head h2 {
    color: #fff;
}
.openings .card-head {
    cursor: pointer;
    background: #173A7A;
    padding: 20px;
    border: 1px solid #ddd;
    color: #fff;
}

.openings .card-body {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
}

.openings h2 {
    color: #173a7a;
}

.accordion-opening {
    padding-top: 20px;
}

.qualifications {
    background: #F9C650;
    padding: 30px 0;
}

.eligibility h2 {
    padding-bottom: 25px;
    font-size: 35px;
}

.qualifications ul {
    padding-left: 20px;
}

.qualifications ul li {
    list-style: disc;
    line-height: 30px;
}

.how-apply {
    padding: 100px 0;
}

.how-apply h3 {
    font-size: 35px;
    color: #173a7a;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.gal-card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
/*   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
  padding: 10px;
}
.gal-card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.gal-card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #173a7a;
}

.work-at-fis .row {
    align-items: center;
}

@media only screen and (max-width: 600px) {
.gallery-img {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.gallery-content {
    text-align: center;
    background: #173a7a;
    padding: 10px;
}
.gallery-content h3 {
    color: #fff;
    font-size: 20px;
}

.filter-button {
    background: #173a7a;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #173a7a;
    transition: 0.5s;
    margin-bottom: 10px;
}
.filter-button:hover {
    background: #d8121c;
    border: 1px solid #d8121c;
    transition: 0.5s;
}
.filter-button.active {
    background: #d8121c;
    border: 1px solid #d8121c;
    transition: 0.5s;
}