html, body {
    font-family: "Hind Guntur", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body {
    padding-top: 45px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.4s;
}
header .top-header {
    background: #001F3D;
    color: #fff;
    padding: 10px 0;
}

header .top-header ul.nav {
    justify-content: end;
    gap: 21px;
    align-items: center;
}

header .top-header ul.nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    line-height: normal;
    gap: 6px;
}

header .top-header ul.nav li a svg {
    fill: #fff;
    height: 22px;
    width: auto;
}
.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 50px;
    height: 44px;
    display: inline-flex;
}

.btn.btn-primary {
    background: #001F3D;
    border-color: #001F3D;
}

.btn.btn-primary:hover {
    background: #F5F0DD;
    color: #000;
    border-color: #F5F0DD;
}
header .collapse.navbar-collapse {
    justify-content: end;
}

header .collapse.navbar-collapse ul.navbar-nav {
    align-items: center;
    gap: 20px;
}

header .collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0;
}
.main-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: calc(100vh - 50px);
}


.main-banner .image {
    position: relative;
    max-height: calc(100vh - 50px);
}

.main-banner .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
footer {
    background: #001F3D;
    padding-top: 55px;
    color: #fff;
}
footer .copyright {
    border-top: 1px solid #E2E1E1;
    padding: 18px 0 31px 0;
    margin-top: 27px;
}

footer .copyright p {
    margin: 0;
    font-weight: 300;
}
footer .copyright p a {
    text-decoration: none;
    color: #fff;
}

footer .copyright p a:hover {
    color: #F5F0DD;
}
.footer-widget h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 60px;
}

.footer-widget ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-widget ul li a:hover {
    color: #F5F0DD;
}
.social-links {
    display: flex;
    gap: 24px;
}

.social-links a {
    text-decoration: none;
    transition: 0.4s;
}

.social-links a:hover {
    transform: translateY(10px);
}
ul.contact-fields {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

ul.contact-fields li {
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

ul.contact-fields li svg {
    position: absolute;
    left: 0;
    top: 0;
}

ul.contact-fields li a {
    text-decoration: none;
    color: #fff;
}

ul.contact-fields li a:hover {
    color: #F5F0DD;
}
.contact-box {
    background: #F5F0DD;
    text-align: center;
    padding: 40px;
    min-height: 270px;
    color: #141415;
}

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

.contact-box svg {
    margin-bottom: 24px;
}

.contact-box a {
    text-decoration: none;
    color: #141415;
}

.contact-box:hover h4, .contact-box:hover h4 a {
    color: #001F3D;
}
.contact-box h4 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}
.section-title  h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-title p:last-child {
    margin: 0;
}

.section-title {
    margin-bottom: 32px;
}
.section-image img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}

.section-image:hover img {
    transform: scale(1.1);
}

.section-image {
    overflow: hidden;
}
h2.shadow-title {
    font-weight: 700;
    font-size: 66px;
    color: #1414154D;
    text-transform: capitalize;
}
.theme-bg {
    background: #F5F0DD;
}
.link-image-box {
    position: relative;
    height: 300px;
}

.link-image-box a {
    display: flex;
    color: #fff;
    height: 100%;
}

.link-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-image-box  h3 {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 28px;
}

.link-image-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) 37.25%, rgba(0, 0, 0, 0.75) 99.93%);
    pointer-events: none;
}
.facility-box img {
    width: 69px;
    height: auto;
    margin-bottom: 18px;
}

.facility-box {
    text-align: center;
    padding: 0px 7px 15px 7px;
}

.facility-box h3 {
    font-size: 16px;
    margin: 0;
}
.notice-board-block {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    border-bottom: 0.4px solid rgb(20 20 21 / 40%);
    padding-bottom: 22px;
    padding-top: 22px;
}

.notice-board-block .content h3 {
    font-size: 28px;
}

.notice-board-block .content .text p {
    margin: 0 0 0 0;
}

.notice-board-block .content .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notice-board-block .content a {
    text-decoration: none;
    color: #001F3D;
    display: none;
    margin-top: 10px;
    gap: 8px;
}
.notice-board-block:hover {
    background: #fff;
    padding: 22px;
}

.notice-board-block:hover .content a {
    display: inline-flex;
}
.main-banner {
    position: relative;
}

.main-banner .banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    z-index: 15;
}
.main-banner .banner-content .text {
    max-width: 450px;
}

.main-banner .banner-content .text h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}

.main-banner.inner .banner-content {
    top: auto;
    bottom: 20%;
}
.alumni-box .image img {
    width: 100%;
    height: auto;
    display: flex;
}

.alumni-box {
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    height: 350px;
}

.alumni-box .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F5F0DD;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 60px 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: 0.4s;
}
.alumni-box .content p {
    margin-bottom: 24px;
    font-weight: 300;
}

.alumni-box .content  h5 {
    margin: 0;
    font-size: 16px;
}

.alumni-box:hover .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.alumni-slider .swiper-slide.swiper-slide-next {
    width: 60%;
}
.infrastructure-box {
    display: grid;
    gap: 15px;
}

.infrastructure-box img {
    width: 100%;
    height: auto;
}
.swiper-pagination {
    bottom: 0 !important;
    top: auto !important;
}

.swiper.infrastructure-slider {
    padding-bottom: 50px;
}

.swiper-pagination span.swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 10px;
    background: #001F3D;
}
.section-title p {
    line-height: 1.5;
    font-weight: 300;
}
.counter-box {
    background: #001F3D;
    color: #fff;
    min-height: 171px;
    padding: 27px 12px;
    display: grid;
    position: relative;
    justify-content: space-between;
    grid-template-columns: repeat(1, 1fr);
}

.counter-box:before {
    content: "";
    width: calc(100% - 22px);
    height: 1px;
    background: #FFFFFF;
    top: 50%;
    position: absolute;
    opacity: 0.4;
    left: 11px;
}

.counter-box .counter-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
}

.counter-box .counter-text p {
    margin: 0;
}
.counter-row > div:nth-child(even) .counter-box {
    background: #F5F0DD;
    color: #141415;
}

.counter-row > div:nth-child(even) .counter-box:before {
    background: #141415;
}

.counter-row > div:nth-child(even) .counter-box .counter-text img {
    filter: brightness(0);
}
.mission-box {
    padding-left: 20px;
}

.mission-box img {
    height: 69px;
    margin-bottom: 18px;
}

.mission-box  h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.border-dark {
    border-color: rgb(0 0 0 / 40%) !important;
}
.main-banner.inner-bg {
    background: #001F3D;
    min-height: 450px;
}

.main-banner.inner-bg .banner-content .text {max-width: 100%;}

body:has(.main-banner.inner-bg) header a.btn.btn-primary {
    background: #fff;
    color: #001F3D;
    border-color: #fff;
}

body:has(.main-banner.inner-bg) header a.btn.btn-primary:hover {
    background: #F5F0DD;
    border-color: #F5F0DD;
}
.table-section table {
    width: 100%;
    border: 1px solid #B6B8BA;
}

.table-section table thead th {
    padding: 17px 24px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #B6B8BA;
}

.table-section table tbody td {
    padding: 17px 24px;
    border: 1px solid #B6B8BA;
    font-size: 18px;
}

.table-section table tbody tr:nth-child(odd) {
    background: #F5F5F5;
}
.table-section table tbody td a {
    color: #141415;
    text-decoration: none;
}
.table-section table thead th:first-child {
    width: 150px;
}
.team-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgb(20 20 21 / 40%);
    padding-bottom: 17px;
}

.team-block .team-image {
    width: 223px;
    height: 223px;
    border-radius: 50%;
}

.team-block .team-image img {
    width: 223px;
    height: 223px;
    object-fit: cover;
    border-radius: 50%;
}

.team-block .team-content {
    width: calc(100% - 223px);
    padding-left: 50px;
}

.team-sections {
    display: grid;
    gap: 17px;
}
.team-block:last-child {
    border: none;
}
.team-block .team-content a {
    color: #001F3D;
    text-decoration: none;
    font-weight: 500;
}
.contact-card {
    background: #F5F5F5;
    padding: 20px 35px;
}
.form-control, .form-select {
    border-radius: 4px;
    min-height: 48px;
    border-color: #B6B8BA;
}

.form-group label {
    display: block;
    font-weight: 300;
    margin-bottom: 12px;
}

input#inlineRadio2 {}

input.form-check-input {
    width: 30px;
    height: 30px;
    margin: 0;
    border-color: #B6B8BA;
}

.form-check.form-check-inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.form-check.form-check-inline label.form-check-label {
    margin: 0;
    line-height: 18px;
}
a.dark-logo {
    display: none;
}

body:has(.main-banner.inner.blank) {}

body:has(.main-banner.inner.blank) a.light-logo {
    display: none;
}

body:has(.main-banner.inner.blank) a.dark-logo {
    display: block;
}

.main-banner.inner.blank {
    min-height: 110px;
}

body:has(.main-banner.inner.blank) header {
    border: 1px solid rgb(20 20 21 / 30%);
}

body:has(.main-banner.inner.blank) header .collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    color: #141415;
}

header .logo a {
    padding: 10px 0;
}
.contact-info h3 {
    line-height: 42px;
}

.contact-info .name {
    font-size: 18px;
}

.contact-info .location {
    font-size: 16px;
}

.contact-info  ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: grid;
    gap: 10px;
}

.contact-info ul li {
    position: relative;
    padding-left: 30px;
}

.contact-info ul li svg {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info {
    margin-bottom: 20px;
}
.contact-map iframe {
    width: 100%;
    height: 450px;
}
.contact-card > h3:before {
    content: "";
    width: 70px;
    height: 1px;
    background: #001f3d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-card > h3 {
    position: relative;
    margin-bottom: 20px;
}
.address-info-section {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.address-info-section .address-block {
    padding: 0 30px 0 0;
    border-right: 1px solid rgb(20 20 21 / 40%);
}

.address-info-section .address-block * {
}

.address-info-section .address-block:last-child {
    border: none;
}

.address-info-section .address-block p {
    margin: 0;
}
.section-image video {
    width: 100%;
    object-fit: cover;
}
.toy-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 59px;
    justify-content: center;
}
ul.nav.nav-pills {
    justify-content: center;
}

ul.nav.nav-pills li.nav-item {}

ul.nav.nav-pills li.nav-item button.nav-link {
    font-size: 28px;
    color: #001F3D;
    padding: 14px 25px 4px 25px;
    height: auto;
    display: inline-flex;
    border-radius: 30px;
}

ul.nav.nav-pills li.nav-item button.nav-link.active {
    background: #F5F0DD;
}
header.scrolled {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    animation: headerscroll 0.3s forwards linear;
}

@keyframes headerscroll {
    from {transform: translateY(-100%)}
    to {transform: translateY(0)}
}

header.scrolled a.light-logo {
    display: none;
}

header.scrolled a.dark-logo {
    display: block;
}

header.scrolled .collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    color: #001f3d;
}
.swiper-button-prev.alumni-slider-prev, .swiper-button-next.alumni-slider-next {
    margin: 0;
    transform: none;
    height: 311px;
    width: 100%;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}

.swiper-button-prev.alumni-slider-prev img, .swiper-button-next.alumni-slider-next img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev.alumni-slider-prev:after, .swiper-button-next.alumni-slider-next:after {
    display: none;
}

.swiper-button-prev.alumni-slider-prev .nav-arrow, .swiper-button-next.alumni-slider-next .nav-arrow {
    width: 47px;
    height: 47px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.swiper-button-prev.alumni-slider-prev .nav-arrow svg, .swiper-button-next.alumni-slider-next .nav-arrow svg {
    width: 16px;
}


.swiper-button-prev.alumni-slider-prev:hover .nav-arrow, .swiper-button-next.alumni-slider-next:hover .nav-arrow {
    background: #001F3D;
}

.swiper-button-prev.alumni-slider-prev:hover .nav-arrow svg path, .swiper-button-next.alumni-slider-next:hover .nav-arrow svg path {
    stroke: #fff;
}
a.whatsapp-btn {
    position: fixed;
    right: 75px;
    bottom: 50px;
}
.main-banner .banner-content .text h1 strong {
    font-weight: bold;
}
.notice-board-block .icon {
    width: 70px;
}

.notice-board-block .content {
    width: calc(100% - 120px);
}
.plus-content-image-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.plus-content-image-row .plus-content-image-block {
    width: calc(30% - 15px);
}

.plus-content-image-row .plus-content-image-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plus-content-image-row .plus-content-image-block .image {
    height: 350px;
    position: relative;
    background: #F5F0DD;
    transition: 0.4s;
    overflow: hidden;
}

.plus-content-image-row .plus-content-image-block > .content {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.plus-content-image-row .plus-content-image-block > .content h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    width: calc(100% - 90px);
}

.plus-content-image-row .plus-content-image-block > .content button {
    background: #001F3D;
    width: 47px;
    height: 47px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-content-image-row .plus-content-image-block .image .content-hover {
    position: absolute;
    top: 0;
    right: -60%;
    height: 100%;
    width: 60%;
    background: #F5F0DD;
    overflow-y: auto;
    display: block;
    /* flex-wrap: wrap; */
    /* align-items: start; */
    /* flex-direction: column; */
    /* gap: 10px; */
    transition: 0.4s;
    padding-top: 10px;
}

.content-hover {}

.plus-content-image-row .plus-content-image-block .image .content-hover {}

.plus-content-image-row .plus-content-image-block .image .content-hover .small-icon-block {
    display: flex;
    padding: 10px;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.plus-content-image-row .plus-content-image-block .image .content-hover .small-icon-block .icon {
    width: 40px;
}

.plus-content-image-row .plus-content-image-block .image .content-hover .small-icon-block .icon img {
    width: 100%;
    height: auto;
}

.plus-content-image-row .plus-content-image-block .image .content-hover .small-icon-block .text h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.plus-content-image-row .plus-content-image-block .image .content-hover .small-icon-block .text {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.plus-content-image-row .plus-content-image-block .image .content-hover .small-icon-block .text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
.plus-content-image-row .plus-content-image-block.large {
    width: calc(40% - 15px);
}
.plus-content-image-row .plus-content-image-block > .content button svg.minus {
    display: none;
}
.plus-content-image-row .plus-content-image-block.active > .content button svg.minus {
    display: block;
}

.plus-content-image-row .plus-content-image-block.active > .content button svg.plus {
    display: none;
}

.plus-content-image-row .plus-content-image-block.active .content-hover {
    right: 0;
}

.plus-content-image-row .plus-content-image-block.active .image {
    padding: 10px;
}