/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    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: normal;
    border-radius: 0px;
}

.navbar {
    min-height: 80px;
    position: absolute;
    top: 23px !important;
    left: 0;
    right: 0;
    margin: auto;
    width: 99%;
    max-width: 1720px;
    border: 1px solid rgba(234, 240, 252, 0.15);
    border-radius: 0.2rem;
    z-index: 9999;
    -webkit-transition: all, 0.33s;
    transition: all, 0.33s;
    padding: 0 10px;
    background: #0204147d;
}

.fixed-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #08415d !important;
    max-width: 100% !important;
}



/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
    padding: 10px;
    color: #555;
    font-size: 19px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #FFC107;
}

.nav-item .btn {
    color: #fff !important;
    height: 42px;
    display: flex;
    align-items: center;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}




/* .navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
} */

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}

.navbar-light .lg {
    background: linear-gradient(to right, #ffc107, #21384d00);
}

.navbar-light .txt {
    color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.edition {
    margin: 0;
    margin-top: -10px;
}

.edition-text {
    font-size: 18px;
    background-color: #ffc107;
    padding: 4px;
    color: #555;
}

@media (max-width: 1180px) {

    .edition {
        margin: 0;
        margin-top: 0px;
    }

    .neuim-title {
        font-size: 23px !important;
    }

    .fadeInRightBig {
        -webkit-animation-name: none !important;
        animation-name: none !important;
    }

    .fadeInLeftBig {
        -webkit-animation-name: none !important;
        animation-name: none !important;
    }

    .display-3 {
        font-size: 30px !important;
    }

    .space-tec {
        width: 100% !important;
        font-size: 16px !important;
    }

    .navbar img {
        width: 80px;
    }

}

/* .fixed-header .txt{
    color: #555;
} */

/* .fixed-header .navbar-toggler-icon {
    background-image: url(../img/menu_.png);
} */

/* .navbar .nav-link {
    color: #fff; 
} */

/* Change link color when the header background is white */
/* .fixed-header.navbar-light .navbar-nav .nav-link {
    color: #555; 
} */

/* .fixed-header.navbar-light .navbar-nav .nav-link:hover,
.fixed-header.navbar-light .navbar-nav .nav-link.active {
    color: #06bbcc;
} */


.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
    top: 0 !important;
    transition: .5s;
    /* position: absolute;
    width: 100%;
    background-color: transparent !important; */
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.slideshow-header:after {
    content: '';
    background: transparent url(../img/pattern.png) repeat top left;
}

.slideshow-header li span {
    width: 100%;
    height: 95vh;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.slideshow-header li div h3 {
    font-family: "helvetica neue", helvetica;
    text-transform: uppercase;
    font-size: 80px;
    padding: 0;
    line-height: 200px;
    color: rgba(255, 255, 255, 0.8);
}

.slideshow-header li:nth-child(1) span {
    background-image: url(../img/header.jpg)
}

.slideshow-header li:nth-child(2) span {
    background-image: url(../img/header3.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow-header li:nth-child(3) span {
    background-image: url(../img/header.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow-header li:nth-child(4) span {
    background-image: url(../img/header3.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow-header li:nth-child(5) span {
    background-image: url(../img/header.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.slideshow-header li:nth-child(6) span {
    background-image: url(../img/header3.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.slideshow-header li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow-header li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow-header li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow-header li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.slideshow-header li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}


/* .slideshow-header li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
} */

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -webkit-transform: scale(1.0);
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(1.0);
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -moz-transform: scale(1.0);
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -moz-transform: scale(1.0);
    }

    25% {
        opacity: 0;
        -moz-transform: scale(1.0);
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -o-transform: scale(1.0);
        -o-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -o-transform: scale(1.0);
    }

    25% {
        opacity: 0;
        -o-transform: scale(1.0);
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -ms-transform: scale(1.0);
        -ms-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -ms-transform: scale(1.0);
    }

    25% {
        opacity: 0;
        -ms-transform: scale(1.0);
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        transform: scale(1.00);
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        transform: scale(1.0);
    }

    25% {
        opacity: 0;
        transform: scale(1.0);
    }

    100% {
        opacity: 0
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .slideshow li div h3 {
        font-size: 100px
    }

    .slideshow-header li span {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .slideshow li div h3 {
        font-size: 50px
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 40%;
    right: 4%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    /* transition: 5s; */
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel_8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

section .section-title {
    font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1200 - 320)));
}

@media (min-width: 992px) {
    section .section-title {
        font-size: 35px;
    }

    section .section-subtitle {
        font-size: 20px;
    }
}

/* .section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
} */

/* .section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
} */

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/* neuim-carousel */

.neuim-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

.neuim-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    /* background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

@media (min-width: 768px) {

    .neuim-carousel::before,
    .neuim-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .neuim-carousel::before,
    .neuim-carousel::after {
        width: 300px;
    }
}

.neuim-carousel .owl-item .testimonial-text,
.neuim-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.neuim-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.neuim-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.neuim-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.neuim-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.neuim-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/* end */

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.self {
    width: 15% !important;
    filter: drop-shadow(1px 1px 1px #fff);
    margin-right: auto;
    margin-top: -25px;
    margin-bottom: 10px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.neuim-title {
    text-align: left;
    color: #fff !important;
    text-transform: initial !important;
    font-size: 36px;
    border-bottom: 1px solid #FFC107;
    width: 45%;
}

.reg-btn {
    display: flex;
    width: 201px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 95px;
    position: relative;
    top: -107px;
}

@media (max-width: 1540px) {
    .reg-btn {
        top: -6px !important;
    }
}


.main-button {
    background-color: #06bbcc;
    border: 0;
    padding: 0px 4px;
    font-size: 20px;
    font-family: 'Open Sans';
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    height: 43px;

    &:after {
        background-color: #06bbcc;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px;
        animation-name: blink;
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-direction: alternate-reverse;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@keyframes blink {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.3, 1.1);
        opacity: 0;
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}



.gallery {
    display: none;
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 1rem;
    padding: 4rem;
}

.gallery .image {
    margin: 5px;
}

.image img {
    height: auto;
    width: 100%;
}

@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .gallery {
        column-count: 1;
        --webkit-column-count: 1;
        --moz-column-count: 1;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 1em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    font-size: 115px;
    border: none;
    cursor: pointer;
    padding: 16px;
    border-radius: 50%;
  }
  
  .prev {
      left: 0;
  }
  
  .next {
      right: 0;
  } */

#closeModal {
    position: absolute;
    top: 10%;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 26px;
    background-color: #6d737954;
    width: 46px;
    height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 47px;
}

@keyframes zoomInMo {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.modal-content {
    animation: zoomInMo 0.3s;
    /* Adjust the animation duration as needed */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    background: #0d5288;
    color: #fff;
    text-align: center;
}

.modal-header {
    border: none;
}


#txt1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-family: sans-serif;
    letter-spacing: 3.5px;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    transform-style: preserve-3d;
    perspective: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 100px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-family: sans-serif;
    letter-spacing: 3.5px;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    transform-style: preserve-3d;
    perspective: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 100px;
}

#txt>b {
    height: 3.5rem;
    box-shadow: 0 .4rem .3rem -.3rem #aaa;
    color: #979c9f;
    background: linear-gradient(#0e3d63, #acf, #0e3d63);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform-origin: bottom;
    transform: rotateX(-85deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: rotateX(-85deg);
    animation: getUp 7s infinite;
}

#txt>b:nth-child(2) {
    animation-delay: .25s;
}

#txt>b:nth-child(3) {
    animation-delay: .5s;
}

#txt>b:nth-child(4) {
    animation-delay: .75s;
}

#txt>b:nth-child(5) {
    animation-delay: 1s;
}

#txt>b:nth-child(6) {
    animation-delay: 1.25s;
}

#txt>b:nth-child(7) {
    animation-delay: 1.5s;
}

#txt>b:nth-child(8) {
    animation-delay: 1.75s;
}

@keyframes getUp {

    10%,
    50% {
        transform: rotateX(0);
    }

    0%,
    60%,
    100% {
        transform: rotateX(-85deg);
    }
}

.two-new {
    background-color: #fff !important;
    padding: 20px;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media print {
    .two-new {
        background-color: #fff !important;
        padding: 0px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    h2,
    p {
        font-size: 15px
    }
}

@media screen and (max-width: 480px) {
    .two-new {
        width: 100% !important;
        margin: 0 auto;
        padding: 0px !important;
    }

    tr,
    td {
        border: 1px solid #ddd !important;
    }

    td {
        padding: 5px !important
    }

    h2 {
        font-size: 15px;
    }

    .form-radio {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

}

#about {
    background: linear-gradient(180deg, black, transparent);
    padding-top: 26px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, black, transparent);
    color: #fff !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
}

.overlay-pages {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, black, transparent);
    color: #fff !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
}

.pages-ns {
    min-height: 40vh
}

.overlay-pages {
    height: 40vh;
    padding-bottom: 14vh;
}

.overlay-pages h1 {
    margin-top: 20vh;
}


.overlay .title {
    color: #fff !important;
    font-family: 'Poppins';

}

.overlay .subtitle {
    color: #fff !important;
    margin-top: -20px;
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1200 - 320)));
    font-family: 'Poppins';
    font-weight: 100;
}

.overlay .title {
    font-size: calc(0px + (82 - 45) * ((100vw - 320px) / (1200 - 320)));
    margin-bottom: 40px;
    margin-top: 28vh;
}


.overlay-pages .subtitle {
    color: #fff !important;
    margin-top: -20px;
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1200 - 320)));
    font-family: 'Poppins';
    font-weight: 100;
}

.overlay-pages .title {
    font-size: calc(0px + (82 - 55) * ((100vw - 320px) / (1200 - 320)));
    margin-bottom: 40px;
    margin-top: 28vh;
}

@media (max-width: 767.98px) {
    .overlay .subtitle {
        margin-top: 0;
    }
}

.oraganized-container {
    margin-top: 10vh;
    text-align: center;
}

.oraganized-container .subtitle {
    font-size: 30px;
}

canvas#stars-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    /* keep it behind all content */
    pointer-events: none;
    /* allow clicks through canvas */
}




.theme {
    background: transparent;
    color: #fff;
}


.program-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin-top: 30px;
}

.program-card {
    width: 170px;
    height: 300px;
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 6px 10px 0px rgb(207 188 188 / 24%);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    transition: transform 0.3s ease;
    border: 2px solid #ffffff9e;
}

.program-card:hover {
    transform: scale(1.03);
}

.program-card .content a {
    color: yellow
}

/* Backgrounds for demonstration (replace with real images) */
.card1 {
    background-image: url('../img/ps1.png');
    background-color: #090d18e8;
}

.card2 {
    background-image: url('../img/ps2.png');
    background-color: #090d18e8;
}

.card3 {
    background-image: url('../img/Rectangle-21-4.png');
    background-color: #090d18e8;
}

.card4 {
    background-image: url('../img/ps5.png');
    background-color: #090d18e8;
}

.card5 {
    background-image: url('../img/ps4.png');
    background-color: #090d18e8;
}

.card6 {
    background-image: url('../img/ps6.png');
    background-color: #090d18e8;
}

/* Code label */
.code {
    font-size: 2rem;
    color: #9592b7;
    padding: 0 15px;
}

/* Content overlay */
/* .content {
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
  padding: 20px;
} */
.content_ab {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: column;
}

.content p {
    font-size: 1.0rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px;
}

/* .content a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.85rem;
} */

/* Responsive tweaks */
@media (max-width: 1200px) {
    .program-card {
        width: 160px;
        height: 450px;
    }
}

@media (max-width: 992px) {
    .program-card {
        width: 45%;
        height: auto;
    }

}

@media (max-width: 768px) {
    .program-card {
        width: 100%;
        height: auto;
    }
}

.card {
    background: #041324;
}




section.has-bg-img {
    background: rgb(6 27 49 / 71%);
    position: relative;
    color: #fff;
    padding: 52px;
    text-align: center;
}

section.has-bg-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/section.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

section.has-bg-img.bg-img-1:after {
    background-image: url(../img/section.jpg);
}

section.has-bg-img.bg-img-2:after {
    background-image: url(../img/header.jpg);
}


.footer .footer-lists {
    display: flex;
    justify-content: space-around;
    padding-top: 10vh;
    flex-direction: column;
}

.footer .list {
    list-style-type: none;
    width: calc(33.3333%);
    padding: 0px 20px 20px;
}

.footer .list-head {
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(222, 226, 230, 0.2);
}

.footer .list-body {
    padding-top: 6px;
}

.footer .list-body p {
    margin-bottom: 5px;
    font-size: 18px;
}

.footer .list-body #result {
    display: block;
}

.footer .list-body #result p span {
    background-color: #334345;
    padding: 5px;
}



@media (max-width: 896px) {}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Styles for phones */
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
        background: #060b1ee6;
    }

    .fixed-header {
        position: fixed;
        top: 0px !important;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #08415d !important;
        max-width: 100%;
    }

    .overlay-pages {
        height: 28vh !important;
        padding-bottom: 0vh !important;
        top: 17vh !important;
    }


    .overlay {
        top: 12vh !important
    }

    .overlay .title {
        font-size: 36px !important;
        margin-bottom: 53px !important;
        margin-top: 4vh !important;
        text-align: center !important;
    }

    .overlay-pages .title {
        font-size: 36px !important;
        margin-bottom: 53px !important;
        margin-top: 4vh !important;
        text-align: center !important;
    }

    .section-subtitle {
        font-size: 18px;
    }



    #about {
        padding-top: 127px !important;
    }

    .footer .list {
        list-style-type: none;
        width: 100% !important;
        padding: 0px 0px 0px !important;
        /* text-align: center !important; */
    }

    .shadow-effect {
        padding: 0px !important;
    }

    #customers-testimonials .item {
        padding: 0px !important;
    }

    #customers-testimonials.owl-carousel .owl-dots {
        margin-top: 37px;
    }

    .footer-left {
        text-align: center;
    }

    .footer-right {
        text-align: center;
    }

    .cards {
        margin-top: 3px;
        margin-bottom: 5vh;
    }

    .cards .card-profile {
        padding: 0px !important;
    }

    .content2 p {
        width: 100%;
        float: left;
        font-size: 15px;
        margin-left: -6px;
    }

    .committee-cards {
        padding: 0px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (max-width: 896px) {
    /* Styles for tablets */

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
        background: #060b1ee6;
    }

    .fixed-header {
        position: fixed;
        top: 0px !important;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #08415d !important;
        max-width: 100%;
    }

    .overlay-pages {
        height: 23vh !important;
        padding-bottom: 0vh !important;
        top: 17vh !important;
        text-align: center !important;
    }

    .overlay-pages h1 {
        margin-top: 0vh !important;
    }


    .overlay {
        top: 12vh !important
    }

    .overlay .title {
        font-size: 23px !important;
        margin-bottom: 53px !important;
        margin-top: 0vh !important;
        text-align: center !important;
    }

    .overlay-pages .title {
        font-size: 23px !important;
        margin-bottom: 53px !important;
        margin-top: 0vh !important;
        text-align: center !important;
    }

    .section-subtitle {
        font-size: 18px;
    }

    #about {
        padding-top: 127px !important;
    }

    .footer .list {
        list-style-type: none;
        width: 100% !important;
        padding: 0px 0px 0px !important;
        /* text-align: center !important; */
    }

    .shadow-effect {
        padding: 0px !important;
    }

    #customers-testimonials .item {
        padding: 0px !important;
    }

    #customers-testimonials.owl-carousel .owl-dots {
        margin-top: 37px;
    }

    .footer-left {
        text-align: center !important;
    }

    .footer-left p {
        text-align: center !important;
        width: 100% !important;
    }

    .footer-right {
        text-align: center;
        font-size: 14px !important;
    }

    .footer-right h5 {
        border-bottom: 1px solid;
        width: 133px;
        text-align: center;
        margin: auto;
        margin-bottom: 11px;
    }

    .developedby {
    background: #041324;
    height: 59px;
    padding: 1px;
    font-size: 13px;
}

    .cards {
        margin-top: 3px;
        margin-bottom: 5vh;
    }

    .cards .card-profile {
        padding: 0px !important;
    }

    .content2 p {
        width: 100%;
        float: left;
        font-size: 14px;
        margin-left: -6px;
    }

    .content2 span {
        padding-right: 6px;
    }

    .committee-cards {
        padding: 0px !important;
    }

    .card-img,
    .card-img-top {
        width: auto;
    }

    .card {
        color: #fff !important;
        height: 374px !important;
        width: 258px;
        display: flex;
        margin: auto;
    }

    .card-chairman {
        width: 254px !important;
    }

    .card-member {
        width: 208px !important;
        height: 285px !important;
    }

    #sidePanel {
        width: 342px !important;
        max-width: 200vw !important;
    }

    #panelWrapper.closed {
        transform: translateX(-342px) !important;
    }

    .banner-text h6 {
        font-size: 0.8rem !important;
    }

    .banner-text h3 {
        font-size: 1.2rem !important;
    }

    .list .item:nth-child(1) .content .title,
    .list .item:nth-child(2) .content .title {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .list .item:nth-child(1) .content .des,
    .list .item:nth-child(2) .content .des {
        font-size: 13px !important;
        opacity: 1;
        display: block;
        width: 275px !important;
    }

    #toggleBtn {
        font-size: 0.7rem !important;
        padding: 11px 15px !important;
    }

    .ct-li {
        font-size: 0.8rem !important;
    }

    #headline {
        font-size: 1.2rem !important;
    }

    ol,
    ul {
        padding-left: 0rem !important;
    }

    .h5,
    h5 {
        font-size: 1.0rem !important;
        font-weight: 400 !important;
    }

    .h4 {
        font-size: 1rem !important;
        font-weight: 400;
    }

    .coupon h3 {
        font-size: 16px !important;
    }

    .waviy span {
        font-size: 3.5rem !important;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for desktops */
}

@media (min-width: 589px) and (max-width: 992px) {
    nav h2 {
        font-size: 1.2rem !important;
    }

    .navbar {
        min-height: 68px !important;
        max-width: 2234px !important;
    }

    .fixed-header {
        max-width: 100% !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 10px;
        padding: 10px;
        color: #fff !important;
        font-size: 0.8rem !important;
        text-transform: uppercase;
        outline: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #FFC107 !important;
    }

    .nav-item .btn {
        height: 57px !important;
    }

    .overlay-pages {
        height: 66vh !important;
        padding-bottom: 0vh;
    }

    .overlay-pages .h1 {
        margin-top: 20vh !important;
    }

    .overlay {
        height: 154vh !important;
    }

    .pages-ns {
        min-height: 66vh;
    }

    .slideshow-header span {
        height: 66vh !important;
    }

    h5,
    .h5 {
        font-size: 1.0rem !important;
    }

    h3,
    .h3 {
        font-size: 1.0rem !important;
    }

    .oraganized-container .subtitle {
        font-size: 27px !important;
    }

    #headline {
        font-size: 1.9rem !important;
    }

    .carousel-container {
        min-height: 150vh !important;
    }


    .program-card {
        width: 121px !important;
        height: 268px !important;
    }

    .content p {
        font-size: 1.3rem !important;
    }

    .coupon {
        width: auto !important;
        height: 104px !important;
    }

    section .section-subtitle {
        font-size: 25px !important;
    }

    section .section-title {
        font-size: 23px !important;
        justify-content: center !important;
        width: 163px !important;
    }

    .testimonial-name {
        font-size: 25px !important;
    }

    .owl-carousel .owl-item img {
        max-width: 250px !important;
    }

    .custom-nav button {
        font-size: 41px !important;
    }

    #customers-testimonials .shadow-effect p {
        font-size: 24px !important;
    }

    p {
        font-size: 0.8rem !important;
    }

    #toggleBtn {
        font-size: 0.8rem !important;
        padding: 18px 15px !important;
    }

    #sidePanel {
        width: 560px !important;
        max-width: 103vw;
        height: 47% !important;
    }

    .arrows {
        bottom: 0px !important;
        right: 0px !important;
    }

    .arrows button {
        width: 20px !important;
        height: 30px !important;
        min-width: 32px !important;
        min-height: 32px !important;
    }

    #panelWrapper.closed {
        transform: translateX(-560px) !important;
    }

    .banner {
        height: 100px !important;
    }

    .banner-text h3 {
        font-size: 1rem !important;
    }


    .banner-text h6 {
        font-size: 0.8rem !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .list .item:nth-child(1) .content .des,
    .list .item:nth-child(2) .content .des {
        font-size: 15px !important;
        width: 550px !important;
    }

    .date {
        font-size: 1.0rem;
    }

    .tab-button {
        width: 100% !important;
    }

    .table {
        font-size: 0.8rem;
    }

    .table p strong {
        font-size: 0.8rem !important;
    }

    .cards .card-profile {
        width: 520px !important;
        height: 145px !important;
    }

    .cards .card-profile .img {
        height: 175px !important;
        width: 175px !important;
    }

    .card-profile .content2 .details span {
        font-size: 29px !important;
    }

    .content2 p {
        font-size: 1.4rem !important;
        width: 89% !important;
        float: right !important;
    }

    .committee {
        display: flex;
    }

    .committee button {
        padding: 19px !important;
        font-size: 15px !important;
    }

    .accordion-button {
        font-size: 1.0rem !important;
    }

    .left div {
        font-size: 1rem !important;
    }

    .center small {
        font-size: 0.8rem !important;
    }

    .bg-overlay h6 {
        width: 146px !important;
        font-size: 1.3rem !important;
    }

    .star-rating {
        font-size: 1.6rem !important;
    }

    .btn-lg {
        padding: .5rem 1rem;
        font-size: 1rem !important;
        border-radius: .3rem;
    }

    .card {
        color: #fff !important;
        height: 335px !important;
    }

    /* Styles for large desktops */
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 2560px) and (min-height: 1440px) {

    .navbar {
        min-height: 106px !important;
        max-width: 2234px !important;
    }

    .fixed-header {
        max-width: 100% !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 10px;
        padding: 10px;
        color: #fff !important;
        font-size: 30px !important;
        text-transform: uppercase;
        outline: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #FFC107 !important;
    }

    .nav-item .btn {
        height: 57px !important;
    }

    h5,
    .h5 {
        font-size: 1.7rem !important;
    }

    h3,
    .h3 {
        font-size: 1.5rem !important;
    }

    .oraganized-container .subtitle {
        font-size: 48px !important;
    }

    #headline {
        font-size: 1.9rem !important;
    }

    .program-card {
        width: 221px !important;
        height: 368px !important;
    }

    .content p {
        font-size: 1.3rem !important;
    }

    .coupon {
        /* width: 326px; */
        height: 154px !important;
    }

    section .section-subtitle {
        font-size: 35px !important;
    }

    section .section-title {
        font-size: 42px !important;
        justify-content: center !important;
        width: 921px !important;
    }

    .testimonial-name {
        font-size: 25px !important;
    }

    .owl-carousel .owl-item img {
        max-width: 250px !important;
    }

    .custom-nav button {
        font-size: 41px !important;
    }

    #customers-testimonials .shadow-effect p {
        font-size: 24px !important;
    }

    p {
        font-size: 1.5rem !important;
    }

    #toggleBtn {
        font-size: 1.5rem !important;
    }

    #sidePanel {
        width: 1108px !important;
        max-width: 103vw;
        height: 47% !important;
    }

    #panelWrapper.closed {
        transform: translateX(-1108px) !important;
    }

    .banner-text h3 {
        font-size: 2.5rem !important;
    }


    .banner-text h6 {
        font-size: 1.5rem !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 3.5rem !important;
        width: 3.5rem !important;
    }

    .list .item:nth-child(1) .content .des,
    .list .item:nth-child(2) .content .des {
        font-size: 25px !important;
        width: 550px !important;
    }

    .date {
        font-size: 1.7rem;
    }

    .tab-button {
        width: 100% !important;
    }

    .table {
        font-size: 1.5rem;
    }

    .table p strong {
        font-size: 1.5rem !important;
    }

    .cards .card-profile {
        width: 520px !important;
        height: 145px !important;
    }

    .cards .card-profile .img {
        height: 175px !important;
        width: 175px !important;
    }

    .card-profile .content2 .details span {
        font-size: 29px !important;
    }

    .content2 p {
        font-size: 1.4rem !important;
        width: 89% !important;
        float: right !important;
    }

    .committee {
        display: flex;
    }

    .committee button {
        padding: 19px !important;
        font-size: 25px !important;
    }

    .accordion-button {
        font-size: 1.7rem !important;
    }

    .left div {
        font-size: 1.5rem !important;
    }

    .center small {
        font-size: 2.0rem !important;
    }

    .bg-overlay h6 {
        width: 146px !important;
        font-size: 1.3rem !important;
    }

    .star-rating {
        font-size: 1.6rem !important;
    }

    .btn-lg {
        padding: .5rem 1rem;
        font-size: 2rem !important;
        border-radius: .3rem;
    }

    .card {
        color: #fff !important;
        height: 498px !important;
    }

    /* Styles for large desktops */
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0 !important;
}

.card-title {
    color: #fff !important;
}

.card {
    color: #fff !important;
    height: auto;
}

.card-body h6 {
    font-size: 1.2rem;
    color: #00BCD4 !important;
}


.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
    font-size: 60px;
}

.waviy span {
    /* font-family: 'Alfa Slab One', cursive; */
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    animation: waviy 2.5s infinite;
    animation-delay: calc(.2s * var(--i));
    font-size: 3.5rem;

}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

.committee-btn {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.developedby {
    background: #041324;
    height: 59px;
    padding: 1px;
}

.card-chairman {
    width: 277px;
    height: 386px;
}

.card-member {
    width: 208px;
    height: 300px;
}