:root {
    --primary: #41B6E6;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B
}

a {
    color: #485CC7;
}

p {
    color: #000
}

.ftco-section {
    padding: 7em 0;
    position: relative
}

.grid-container {
    display: flex;
    flex-wrap: wrap
}

.grid-item {
    width: 100px;
    height: 100px;
    background-color: #485CC7
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#donutChart {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#center {
    text-align: center
}

.table-responsive {
    overflow-x: auto;
}


.isometric {
    transform: rotateX(45deg) rotateY(45deg);
}

.tabletext_body_black {
    font-family: "helvetica";
    font-size: 15px;
    color: #000;
    align-items: center;
}

table {
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 15px;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: white;
}

th {
    background-color: #3f65b0;
    text-align: left;
    padding: 12px 15px;
    color: #ffffff;
    font-weight: bold;
}

td {
    padding: 12px 15px;
}

tr {
    background-color: white;
}

tbody tr {
    border-bottom: 1px solid #dddddd;
}

tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

tbody tr:last-of-type {
    border-bottom: 2px solid #3f65b0;
}

tbody tr.active-row {
    font-weight: bold;
    color: #3f65b0;
}


@media (max-width: 860px) {
    table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        min-width: 100%;


        

    }

    th,
    td,
    tr {
        padding: 10px;
        white-space: wrap;
    }

    .tabletext_body_black {
       
        white-space: wrap;
    }
}


.back-video {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: -1
}
.accordion {
    color: rgb(255, 255, 255);
    background-color: #3f65b0;
    cursor: pointer;
    padding: 12px 20px; 
    width: 100%;
    border: 1px solid #c0c0c0; 
    text-align: left;
    outline: none; 
    font-size: 15px;
    font-family: Arial, sans-serif; 
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-top: 0px;
}

.accordion:hover {
    background-color: #3aa0cc; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.accordion:after {
    content: '\002B';
    font-size: 14px;
    float: right;
    margin-left: 10px; 
}

.accordion.active:after {
    content: '\2212';
}

.accordion.active {
    background-color: #389bc4;
}


.panel {
    text-align: left;
    padding: 0 25px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    max-height: 0;
    overflow: auto;
    transition: max-height 0.2s ease-out
}

.panel img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.accordion img {
    max-width: 100px;
    margin-right: 10px
}

.accordion-container {
    flex-basis: 100%;
    padding: 10px;
    box-sizing: border-box
}

@media (max-width:768px) {
    .col {
        flex-basis: 100%
    }
}

@media (min-aspect-ratio:16/9) {
    .back-video {
        width: 100%;
        height: auto
    }
}

@media (max-aspect-ratio:16/9) {
    .back-video {
        width: 100%;
        height: auto
    }
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

.btn {
    font-weight: 500;
    transition: .5s;
    color: rgb(255, 255, 255)
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #ffffff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s
}

.navbar .navbar-nav .nav-link {
    text-transform: none
}

.navbar,
.navbar a.btn {
    height: auto
}



.nav-item.dropdown:hover .dropdown-menu {
    display: block
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 800;
    text-transform: uppercase;
    outline: none
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px
}

.navbar-collapse {
    transition: flex-grow 0.3s ease;
}
.navbar-brand img {
    width: clamp(180px, 20vw, 300px); 
    height: auto;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    min-width: 180px;
    max-width: 300px;
}


@media only screen and (max-width: 992px) {
    .navbar-brand img {
        width: clamp(180px, 20vw, 250px);
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        width: clamp(180px, 18vw, 220px);
    }
}

@media only screen and (max-width: 600px) {
    .navbar-brand img {
        width: clamp(180px, 16vw, 200px);
    }
}


@media (max-width:1180px) {
    .navbar .navbar-nav .nav-link {
        margin-right: .5;
        font-size: 100%
    }
}

@media (min-width:988x) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 15%;
        opacity: 0;
        visibility: hidden;
        transition: .5s
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        color: rgba(153, 212, 247, .5);
        transition: .5s;
        opacity: 1
    }
}

@media (max-width: 1280px) {
    .navbar-nav.p-lg-0 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 90%, #000000);
    pointer-events: none;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: auto;
    }


    #header-carousel .carousel-item img {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    #header-carousel:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #header-carousel .display-2 {
        font-size: 2.5rem;
        margin-top: 3rem;
    }
}

video,
.carousel-item img {
    width: 100%;
    max-width: 100%;
    height: 900px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

@media (max-width: 868px) {

    video,
    .carousel-item img {
        height: auto;
    }



    .carousel-indicators {
        bottom: -10px;
    }
}


.page-header {
    background-size: cover;
    margin-bottom: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff
}

@media (min-width:991.98px) {
    .facts {
        position: relative;
        z-index: 1
    }
}

.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .8)), url(../img/campus.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.form-scrollbar {
    overflow-x: scroll;
    white-space: wrap;
    padding-top: 20px
}

.course {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    transition: opacity 0.3s
}

.course h5 {
    font-size: 14px
}

.course a {
    text-decoration: underline
}

.course img {
    border: .2px solid #000
}
.filter-button {
    text-align: center;
    background: #3f65b0;
    color: #fff;
    width: 18%;
    font-size: 16px;
    font-weight: bolder;
    padding: 12px 20px;
    border: 1px solid #c0c0c0; 
    border-radius: 5px;
    cursor: pointer;
    margin-top: 25px;
    font-family: Arial, sans-serif; 
    transition: background-color 0.3s ease, box-shadow 0.3s ease; 
}

.filter-button:hover {
    background-color: #3aa0cc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-button:active {
    background-color: #389bc4; 
}

@media (max-width: 768px) {
    .filter-button {
        width: 50%;
        margin: 5px 0;
    }
}


.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
    opacity: 0;
    transition: .5s
}

.courses-item .courses-overlay {
    height: 100%;
    opacity: 1
}

.team-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left
}

.team-item {
    width: 33.33%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
    padding: 1rem;
    box-sizing: border-box
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFF;
    transition: .5s;
    z-index: -1
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary)
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s
}

.team-item:hover .team-social {
    height: auto;
    opacity: 1
}

.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary)
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px
}

.custom-bg {
    background-color: #35428f
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #41B6E6;
    text-decoration: underline
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    box-shadow: none
}

.copyright {
    background: #fff
}

.copyright a {
    color: var(--primary)
}

.copyright a:hover {
    color: var(--light)
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    overflow: auto
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

#header {
    width: 310px;
    height: 540px;
    position: absolute;
    right: 0;
    border: 1px solid #8a8a8a;
    margin-left: 40px;
    padding: 20px 40px;
    border-radius: 3px;
    background-color: #fcfcfc
}

#sidebar {
    position: absolute;
    top: 180px;
    left: 80px
}

#sidebar1 {
    position: absolute;
    top: 180px;
    left: 113px
}

input[type=text] {
    margin-top: 10px;
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #8a8a8a
}

div#title {
    position: absolute;
    top: 300px;
    left: 650px
}

select {
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #8a8a8a
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #8a8a8a;
    margin-top: 10px;
    height: 80px;
    width: 100%;
    resize: none
}

#buttonform {
    background: #485CC7;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
    padding: 8px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px
}

.banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 200px;
    background-image: url(../img/banner2.jpg);
    background-position: center;
    background-size: cover;
    opacity: 60%
}

.banner2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 180px;
    background-image: url(../img/banner2.jpg);
    background-position: center;
    background-size: cover;
    opacity: 60%
}

.image-container {
    position: relative;
    width: 300px;
    height: 200px
}

.image-container img {
    width: 100%;
    height: 100%
}

.image-container img:hover {
    opacity: 0
}

.image-container img:hover::after {
    content: attr(alt);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    ;
    color: #f30707;
    display: flex;
    justify-content: top;
    align-items: top;
    font-size: 18px
}

.service {
    padding: 100px 0
}

.st-feature {
    text-align: center
}

.st-feature .st-feature-icon {
    width: 102px;
    line-height: 100px;
    font-size: 42px;
    color: #fff;
    margin: 0 auto 20px;
    border-radius: 50%;
    position: relative;
    transform: rotate(0) scale(1);
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s
}

.st-feature .st-feature-title {
    text-align: center;
    display: block;
    font-family: "Helvetica";
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #4c4c4c;
    margin-bottom: 10px
}

.st-feature:hover .st-feature-icon {
    color: #2e30b3;
    border-color: #2e30b3;
    background-color: transparent;
    transform: rotate(360deg) scale(1.8)
}

.features-desc {
    padding: 100px 0;
    background-color: #fcfcfc
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8))
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: .5em;
    box-shadow: rgba(255, 255, 255, .75) 1.5em 0 0 0, rgba(255, 255, 255, .75) 1.1em 1.1em 0 0, rgba(255, 255, 255, .75) 0 1.5em 0 0, rgba(255, 255, 255, .75) -1.1em 1.1em 0 0, rgba(255, 255, 255, .75) -1.5em 0 0 0, rgba(255, 255, 255, .75) -1.1em -1.1em 0 0, rgba(255, 255, 255, .75) 0 -1.5em 0 0, rgba(255, 255, 255, .75) 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

body {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #757575;
    background: linear-gradient(to bottom, #33ccff 0%, #083d66 100%);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, .7);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

img {
    max-width: 100%
}

.ag-format-container {
    width: 1160px;
    margin: 0 auto;
    position: relative
}

.ag-timeline-block {
    padding: 300px 0
}

.ag-timeline_title-box {
    padding: 0 0 30px;
    text-align: center
}

.ag-timeline_tagline {
    font-size: 40px;
    color: rgb(84, 89, 95)
}

.ag-timeline_title {
    font-weight: 700;
    background-image: url(../img/banner2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 80px
}

.ag-timeline_item {
    margin: 0 0 50px;
    position: relative
}

.ag-timeline_item:nth-child(2n) {
    text-align: right
}

.ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.ag-timeline_line {
    width: 2px;
    background-color: #000;
    position: absolute;
    top: 2px;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    transform: translateX(-50%)
}

.ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: #3135f5
}

.ag-timeline-card_box {
    padding: 0 0 20px 50%
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 50% 20px 0
}

.ag-timeline-card_point-box {
    display: inline-block;
    margin: 0 14px 0 -28px
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 -28px 0 14px
}

.ag-timeline-card_point {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 3px solid #3135f5;
    background-color: #3694ff;
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    font-size: 15px;
    color: #FFF;
    border-radius: 50%
}

.js-ag-active .ag-timeline-card_point {
    color: #fff;
    background-color: #3135f5
}

.ag-timeline-card_meta-box {
    display: inline-block
}

.ag-timeline-card_meta {
    margin: 10px 0 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #3135f5
}

.ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    margin: -77px 0 0;
    background-color: #282828;
    opacity: 0;
    border-radius: 6px;
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    transition: transform .5s, opacity .5s;
    position: relative
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
    transform: translateX(-200%)
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    transform: translateX(200%)
}

.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    opacity: 1;
    transform: translateX(0)
}

.ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #282828;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg)
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2)
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -10px;
    right: auto;
    left: 0
}

.ag-timeline-card_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ag-timeline-card_info {
    padding: 20px 30px
}

.ag-timeline-card_title {
    display: none;
    margin: 10px 0 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff
}

.ag-timeline-card_desc {
    line-height: 1.45;
    font-size: 16px;
    color: #FFF
}

@media only screen and (max-width:979px) {
    .ag-timeline_line {
        left: 30px
    }

    .ag-timeline_item:nth-child(2n) {
        text-align: left
    }

    .ag-timeline-card_box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
        padding: 0 0 20px
    }

    .ag-timeline-card_meta-box {
        display: none
    }

    .ag-timeline-card_point-box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
        margin: 0 0 0 8px
    }

    .ag-timeline-card_point {
        height: 40px;
        line-height: 40px;
        width: 40px
    }

    .ag-timeline-card_item {
        width: auto;
        margin: -65px 0 0 75px
    }

    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
        transform: translateX(200%)
    }

    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
        right: auto;
        left: 0
    }

    .ag-timeline-card_title {
        display: block
    }

    .ag-timeline-card_arrow {
        margin-top: 12px
    }
}

@media only screen and (max-width:767px) {
    .ag-format-container {
        width: 96%
    }

    .ag-timeline-card_img {
        height: auto;
        width: auto
    }
}

@media only screen and (max-width:639px) {
    .ag-timeline_title {
        font-size: 60px
    }

    .ag-timeline-card_info {
        padding: 10px 15px
    }

    .ag-timeline-card_desc {
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:979px) {
    .ag-format-container {
        width: 750px
    }
}

@media (min-width:980px) and (max-width:1161px) {
    .ag-format-container {
        width: 960px
    }
}

li {
    margin: 10px 0;
    color: #000
}

.team-member-section {
    overflow: hidden
}

.member-item {
    width: 30%;
    float: left;
    height: 380px;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin: 20px
}

@media (max-width:767px) {
    .member-item {
        width: 100%;
        float: none;
        margin: 20px auto
    }
}

.member-item:hover .mi-social {
    top: 0
}

.member-item:hover .mi-text {
    left: 20px
}

.member-item .mi-social {
    text-align: center;
    position: relative;
    top: -60px;
    transition: all 0.3s ease-out
}

.member-item .mi-social .mi-social-inner {
    display: inline-block;
    padding: 10px 23px 8px;
    border-radius: 0 0 4px 4px
}

.member-item .mi-social .mi-social-inner a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 10px
}

.member-item .mi-social .mi-social-inner a:last-child {
    margin-right: 0
}

.member-item .mi-text {
    background: #fff;
    padding: 16px 0 18px 25px;
    position: absolute;
    left: -500px;
    bottom: 20px;
    width: calc(100% - 40px);
    transition: all 0.5s ease-out
}

.member-item .mi-text h5 {
    font-size: 20px;
    color: #171822;
    font-weight: 600;
    margin-bottom: 5px
}

.member-item .mi-text span {
    font-size: 16px;
    color: #4963f4;
    display: block
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

*,
*::before,
*::after {
    box-sizing: border-box
}

.honeycomb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    transform: translateY(34.375px)
}

.honeycomb-cell {
    flex: 0 1 250px;
    max-width: 250px;
    height: 137.5px;
    margin: 65.4761904762px 12.5px 25px;
    position: relative;
    padding: .5em;
    text-align: center;
    z-index: 1
}

.honeycomb-cell__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 1.75em;
    transition: opacity 350ms
}

.honeycomb-cell__title>small {
    font-weight: 300;
    margin-top: .25em
}

.honeycomb-cell__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.honeycomb-cell::before,
.honeycomb-cell::after {
    content: ''
}

.honeycomb-cell::before,
.honeycomb-cell::after,
.honeycomb-cell__image {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1
}

.honeycomb-cell::before {
    background: #fff;
    transform: scale(1.055)
}

.honeycomb-cell::after {
    background: #41B6E6;
    opacity: .5;
    transition: opacity 350ms
}

.honeycomb-cell:hover .honeycomb-cell__title {
    opacity: 0
}

.honeycomb-cell:hover::before {
    background: #485CC7
}

.honeycomb-cell:hover::after {
    opacity: 0
}

.honeycomb__placeholder {
    display: none;
    opacity: 0;
    width: 250px;
    margin: 0 12.5px
}

@media (max-width:550px) {
    .honeycomb-cell {
        margin: 81.25px 25px
    }
}

@media (min-width:550px) and (max-width:825px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 125px);
        margin-left: calc(50% - 125px)
    }

    .honeycomb__placeholder:nth-child(3n+5) {
        display: block
    }
}

@media (min-width:825px) and (max-width:1100px) {
    .honeycomb-cell:nth-child(5n+4) {
        margin-left: calc(50% - 275px)
    }

    .honeycomb-cell:nth-child(5n+5) {
        margin-right: calc(50% - 275px)
    }

    .honeycomb__placeholder:nth-child(5n),
    .honeycomb__placeholder:nth-child(5n+3) {
        display: block
    }
}

@media (min-width:1100px) {
    .honeycomb-cell:nth-child(7n+5) {
        margin-left: calc(50% - 400px)
    }

    .honeycomb-cell:nth-child(7n+7),
    .honeycomb-cell:nth-child(7n+5):nth-last-child(2) {
        margin-right: calc(50% - 400px)
    }

    .honeycomb__placeholder:nth-child(7n+7),
    .honeycomb__placeholder:nth-child(7n+9),
    .honeycomb__placeholder:nth-child(7n+11) {
        display: block
    }
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: rgb(60, 79, 187)
}

.parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s
}

.parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s
}

@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width:768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }

    .content {
        height: 30vh
    }

    h1 {
        font-size: 24px
    }
}

.custom-card {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px
}

.custom-card img {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

#modal-1-trigger,
#modal-2-trigger,
#modal-3-trigger,
#modal-4-trigger,
#filterJanBtn,
#filterAprBtn,
#filterOctBtn,
#filterJulBtn {
    background-color: #2c6bbe;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease
}

#modal-1-trigger #modal-2-trigger #modal-3-trigger #modal-4-trigger #filterJanBtn:hover,
#filterAprBtn:hover,
#filterOctBtn:hover,
#filterJulBtn:hover {
    background-color: #444
}

#modal-1-trigger #modal-2-trigger #modal-3-trigger #modal-4-trigger #filterJanBtn:focus,
#filterAprBtn:focus,
#filterOctBtn:focus,
#filterJulBtn:focus {
    outline: none
}

#modal-1-trigger #modal-2-trigger #modal-3-trigger #modal-4-trigger #filterJanBtn:active,
#filterAprBtn:active,
#filterOctBtn:active,
#filterJulBtn:active {
    background-color: #000;
    transform: translateY(1px)
}

.imgaccordion {
    max-width: 1280px;
    height: 720px;
    display: flex;
    overflow: hidden;
    margin: 50px auto
}

.tab {
    position: relative;
    width: 20%;
    height: inherit;
    padding: 20px;
    background: #000;
    color: #FFF;
    cursor: pointer;
    transition: width .5s ease
}

.tab img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease
}

.caption {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    top: 150px;
    opacity: 0
}

.caption h2 {
    color: #fff;
    margin-bottom: 2px;
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase
}

.caption p {
    color: #fff;
    margin: 0;
    font-family: 'Open Sans';
    font-size: .9rem
}

.tab:hover img {
    opacity: .6
}

.tab:hover {
    width: 80%
}

.tab:hover .caption {
    transition: all .5s ease;
    opacity: 1
}

#timeline {
    display: flex;
    flex-wrap: wrap;
    background-color: #031625;
    overflow: hidden
}

.tl-bg {
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
    object-fit: cover
}

.tl-item {
    transform: translate3d(0, 0, 0);
    position: relative;
    flex-basis: 100%;
    height: 30vh;
    min-height: 550px;
    color: #fff;
    overflow: hidden;
    transition: flex-basis 0.5s ease;

    &:before,
    &:after {
        transform: translate3d(0, 0, 0);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    &:after {
        background: #000;
        opacity: 0;
        transition: opacity 0.5s ease
    }

    &:before {
        background: rgba(0, 0, 0, 0);
        z-index: 1;
        opacity: 0;
        transform: translate3d(0, 0, 0) translateY(50%);
        transition: opacity 0.5s ease, transform 0.5s ease
    }

    &:hover {
        flex-basis: 53.3333%;

        &:after {
            opacity: .5
        }

        &:before {
            opacity: .5;
            transform: translate3d(0, 0, 0) translateY(0);
            transition: opacity 1s ease, transform 1s ease 0.25s
        }

        .tl-content {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.75s ease 0.5s
        }

        .tl-bg {
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }
    }
}

.tl-content {
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 55%;
    opacity: 0;

    h1 {
        font-family: 'Pathway Gothic One', Helvetica Neue, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.44rem;
        font-weight: 400
    }
}

@media (min-width:768px) {
    .tl-item {
        flex-basis: 33.3333%
    }

    .tl-item:hover {
        flex-basis: 53.3333%
    }

    .tl-item:hover~.tl-item {
        flex-basis: 23.3333%
    }

    #timeline:hover {
        flex-wrap: nowrap
    }

    #timeline:hover .tl-item:not(:hover) {
        flex-basis: 23.3333%
    }
}

@media (max-width:767px) {
    .tl-bg {
        opacity: 1
    }

    .tl-item:hover .tl-bg:before {
        display: none
    }

    .tl-item:hover .tl-content {
        opacity: 1;
        transform: translateY(-50%);
        transition: opacity 0.5s ease, transform 0.5s ease
    }

    .tl-item:hover {
        flex-basis: 100%
    }
}

.tl-item:hover {
    transition: flex-basis 0.5s ease
}

button {
    text-align: center;
    background: #2bc1f2;
    border: none;
    color: #fff;
    width: 18%;
    font-size: 16px;
    font-weight: bolder;
    padding: 8px 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 25px
}

button+button {
    margin-left: 10px
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.icon-row {
    display: flex;  
    position: fixed;
    bottom: 3%;
    right: 30px;
    flex-direction: column; /* vertical stack, remove if you want horizontal */
    gap: 0px;
    z-index: 1000;
}

.open-button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    /* Remove or comment out the following lines: */
    /* position: absolute;
    bottom: 15px;
    right: -30px; */
    margin: 0;        /* Remove margin */
    padding: 1;       /* Remove padding */
}

.open-button img {
    
    max-width: 48px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.open-button.active {
    animation: bubble 0.3s ease forwards;
}

@keyframes bubble {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


.form-popup {
    color: #000;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 100px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 10;
    border-radius: 8px;
    animation: bubble 0.2s ease forwards;
    padding: 2%;
    width: 400px
}

.form-container {
    max-width: 100%;
    padding: 10px
}

@media screen and (max-width:500px) {
    .form-popup {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 40px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        z-index: 10;
        border-radius: 8px;
        animation: bubble 0.3s ease forwards;
        padding: 2%;
        width: 400px
    }

    .form-container {
        max-width: 100%;
        padding: 10px
    }
}

.form-container .btn {
    color: #fff;
    padding: 12px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    margin-right: 10px;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.form-container .cancel {
    background-color: #e74c3c
}


.close-icon {
    position: absolute;
    top: 7%;
    right: 10%;
    cursor: pointer;
    font-size: 25px
}

@media screen and (max-width:600px) {
    .close-icon {
        position: absolute;
        top: 5%;
        right: 5%;
        cursor: pointer;
        font-size: 25px
    }
}

@keyframes slide {
    0% {
        transform: translate(100%, -30%)
    }

    100% {
        transform: translate(2%, -30%)
    }
}

.campus-map {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1em;
    position: relative
}

.campus-map img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.pin {
    background: rgb(0, 38, 255);
    position: absolute;
    width: .7em;
    height: .7em;
    border-radius: 50%
}

.pin:before {
    content: '';
    background: rgb(0, 38, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 1.3s ease-in-out infinite
}

.pin span {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 3em;
    padding: .5em .8em;
    font-size: .8em;
    font-family: 'Helvetica', sans-serif;
    font-feature-settings: "liga" 1;
    line-height: 1.5;
    font-weight: 600
}

.tennis {
    top: 12%;
    left: 53%
}

.hostel {
    top: 40%;
    left: 68%
}

.shipincampus {
    top: 35%;
    left: 13%
}

.amphitheatre {
    top: 75%;
    left: 66%
}

.cafeteria {
    top: 25%;
    left: 68%
}

.mainentrance {
    top: 20%;
    left: 75%
}

.academicbuilding {
    top: 53%;
    left: 55%
}

.swimmingpool {
    top: 38%;
    left: 50%
}

.workshop {
    top: 37%;
    left: 29%
}

.maritime {
    top: 30%;
    left: 41%
}

.admin {
    top: 32%;
    left: 80%
}

.openairgym {
    top: 47%;
    left: 75%
}

.flagpole {
    top: 20%;
    left: 41%
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%)scale(.95);
        box-shadow: 0 0 0 0 rgb(0, 38, 255);
    }

    70% {
        transform: translate(-50%, -50%)scale(1);
        box-shadow: 0 0 0 5px rgb(0, 38, 255);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.95);
        box-shadow: 0 0 0 5px rgb(0, 38, 255);
    }
}

@media screen and (max-width:600px) {
    .campus-map {
        font-size: 13px
    }
}

@media (max-width:767px) {
    .visible-in-mobile {
        display: block
    }
}

.icon {
    width: 2.5rem;
    height: 2.5rem
}

.icon i {
    font-size: 2rem
}

.icon-shape {
    display: inline-flex;
    padding: 6px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.icon-shape i {
    font-size: 1.25rem
}

@media (max-width:768px) {
    .elementor-heading-title {
        margin: 1.5rem
    }
}

.submit-button {
    color: black;
    text-align: center;
    padding: 10px 5px;
    font-weight: 700;
    background-color: #efefef;
    border: solid black 1px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    min-width: 10%;
    display: block;
    margin: 0 auto
}

.submit-button:hover {
    background-color: #dfdfdf;
}

.center-justified {
    text-align: justify;
    margin: 0 auto;
    width: 30em
}

.line {
    border-bottom: 3px solid #485CC7;
    margin-bottom: 5px;
    width: 30%;
}

/*About Us desktop*/
.aboutus-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#aboutus-section,
#aboutus-history-section,
#aboutus-core-values-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;

}

.aboutus-image,
.aboutus-history-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.aboutus-image img,
.aboutus-history-image img {
    width: 100%;
    height: auto;
}

.aboutus-info,
.aboutus-history-info,
.aboutus-core-values-info {
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}

.aboutus-info h2,
.aboutus-history-info h2,
.aboutus-core-values-info h1 {
    padding-top: 40px;
    font-size: 24pt;

}

.aboutus-info p,
.aboutus-history-info p,
.aboutus-core-values-info h5 {
    font-size: 12pt;
}

/*About Us mobile*/
@media screen and (min-width: 768px) {
    .aboutus-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        width: 100%;
        height: 1280px;
    }


    #aboutus-section {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        position: relative;
    }


    .aboutus-image {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 50%;
        height: 100%;
        overflow: hidden;
    }


    .aboutus-info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-evenly;
        width: 60%;
        margin-right: 650px;
        margin-left: 12px;
        z-index: 2;
        color: black;
    }

    .aboutus-info h2 {
        color: black;
        font-size: 40pt;
        text-align: right;
    }


    .aboutus-info p {
        color: black;
        font-size: 12pt;
        text-align: right;
    }


    #aboutus-history-section {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        position: relative;
    }


    .aboutus-history-image {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 50%;
        height: 100%;
        overflow: hidden;
    }


    .aboutus-history-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        width: 60%;
        height: 100%;
        margin-left: 680px;
        margin-right: 12px;
        z-index: 2;
    }


    .aboutus-history-info h2 {
        color: black;
        font-size: 40pt;
        text-align: left;
    }


    .aboutus-history-info p {
        color: black;
        font-size: 12pt;
        text-align: left;
    }


    /* Core Values Section */
    #aboutus-core-values-section {
        width: 100%;
        height: 40%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .aboutus-core-values-info {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 20%;
        padding: 20px;
        text-align: center;
        z-index: 2;
    }

    .aboutus-core-values-info h1 {
        color: #000000;
        font-size: 40pt;
    }

    .aboutus-core-values-info h5 {
        color: #485CC7;
        font-size: 18pt;
        font-style: italic;
    }
}



/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* New media queries for smaller screens */
@media (max-width: 991px) {
    .about-text {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .about-text h1,
    .about-text p {
        text-align: left !important;
    }

    .about-text img {
        max-width: 100%;
    }
}

/* Adjusting for the Core Values section */
@media (min-width: 992px) {
    .about-text-core-values {
        padding-right: 30px;
        /* Adjust as necessary */
    }
}

@media (max-width: 991px) {
    .about-text-core-values {
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: left !important;
    }
}

/* New styles for the Vision section */
@media (min-width: 992px) {
    .about-text-vision {
        text-align: right;
        margin-right: -250px;
    }
}

@media (max-width: 991px) {
    .about-text-vision {
        text-align: left !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}



/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
    opacity: 1;
    margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Gallery End ***/


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 14));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 28);
}

.slider .slide {
    height: 100px;
    width: 250px;
    background: transparent;
}

.stats {
    margin-bottom: 2rem;
}

.stat {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .stat {
        margin-right: 4rem;
        margin-bottom: 1.5rem;
    }
}


.stats h4, 
.stat h4 {
    margin-bottom: 0.1rem;
    margin-top: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
}

@media (min-width: 640px) {
    .stats h4, 
    .stat h4 {
        font-size: 0.8rem;
    }
}

.stats p, 
.stat p {
    line-height: 1;
    font-weight: 800;
    color: #3f65af;
    margin: 0;
    font-size: 2.25rem;
}

@media (min-width: 640px) {
    .stats p, 
    .stat p {
        font-size: 3rem;
    }
}

#captcha {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #5c5c5c;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 3px;
}

#captcha2 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #5c5c5c;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 3px;
}
.notif-bar {
    display: flex;
    align-items: center;
    height: 50px;
    background: linear-gradient(90deg, #36418e, #00509e);
    color: #ffffff;
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  
  .notif-bar__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  
  .label {
    background: #f88e04;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .marquee__container {
    flex: 1;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .notif-bar__container .marquee__container a {
    color: #ffffff;
    background-color: #3da0eb;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
  }
  

/* For hide and display purpose on diff screen sizes */
 @media screen and (min-width: 768px) {

}

 @media screen and (max-width: 768px) {
    .ondesktop {
        display: none;
    }
}


/* For Statutoryrequirements.html */
.statutory-flex-row {
    display: flex;
    width: 100%;
}
.statutory-flex-col {
    flex: 1;
    padding: 10px;
}
@media (max-width: 768px) {
    .statutory-flex-row {
      flex-direction: column;
    }
}

.overlay-section {
    position: relative;
    overflow: hidden;
}
.overlay-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5); /* Adjust opacity as needed */
    z-index: 1;
}
.overlay-section > * {
    position: relative;
    z-index: 2;
}

/* Use these to trigger views */
/* Show on desktop, hide on mobile */
.show-desktop {
    display: block;
}
.hide-mobile {
    display: block;
}
@media (max-width: 768px) {
    .show-desktop,
    .hide-mobile {
        display: none !important;
    }
}

/* Show on mobile, hide on desktop */
.show-mobile {
    display: none;
}
@media (max-width: 768px) {
    .show-mobile {
        display: block !important;
    }
}