@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');






/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

/* 
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
} */

.back-to-top {
    position: fixed;
    right:28px;
    bottom: -7.5%;
    height: 15px;
    width: 40px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #fff !important;
    opacity: 0.5;
    z-index: 3;
    visibility: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    background-color: #858585;

    &:hover,
    &:focus {
        opacity: 1;
        text-decoration: none;
    }

    &:focus {
        outline: thin dotted;
    }
}

.back-to-top::before,
.back-to-top::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
}

.back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #858585;
}

.back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #505050;
}

.back-to-top:hover,
.back-to-top:focus {
    height: 40px;
    color: #212223;
}

.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible;
}

body {
    color: #060202 !important;
    text-align: justify !important;

}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: "Ga Maamli", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
    font-family: "Ga Maamli", sans-serif;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    background-color: #056073;
    /* background: var(--bs-light); */
    border-bottom: 1px solid #e0cb11;
}
.navbar-toggler{
    border: 1px solid white;
}


.navbar .navbar-nav .nav-link {
    color: #ffffff !important;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: hsl(63, 89%, 52%);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #005e80;
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}

/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background-color: #005e80 !important;
    color:#fff !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}

/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-primary);
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}

/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}

/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    margin-bottom: 20px;
    /* width: 100%; */
    margin-top: 30px;

}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}

/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover .team-content {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}

/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}

/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) ;
}

/*** Footer End ***/



/* CSS for autoplay scrolling */
.profile-scroll-wrapper {
    overflow-y: hidden;
    height: 300px;
    /* Set height of the container for scrolling */
    animation: autoscroll 5s linear infinite;
    /* Adjust duration as needed */
}

/* Keyframes for autoscroll animation */
@keyframes autoscroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-10% * 2));
        /* Adjust the number of repetitions */
    }
}

/* Pause the animation on hover */
.profile-scroll-wrapper:hover {
    animation-play-state: paused;
}


/* For Mobile devices: 320px-480px */
@media only screen and (max-width: 480px) {
    .navbar-brand img {
        margin: 0px 114px;
    }
    .mailname{
        margin-left: -60px;
    }
    .schoolName{
     font-size: 15px;
    }
    
    .schoolPlace{
        font-size: 15px;
    }
    .schoolCode{
        font-size: 16px;
    }
    .codeNo{
        font-size: 13px;
    }
}

/* For Tablets or iPad: 480px - 768px */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .navbar-brand img {
        margin: 0 280px;
    }
    .mailname{
        margin-left: -55px;
    }
}

/* For Laptop or small-size screen: 768px -1024px */
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .navbar-brand img {
        margin: 0 282px;

    }
    .mailname{
        margin-left: -50px;
    }
    .schoolCode{
        font-size: 20px;
    }
    .codeNo{
        font-size: 18px;
    }
}

/* For Desktop or large-size screen: 1024px -1200px */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .navbar-brand img {
        margin: 0 63px;
        /* Center the logo */
    }
    .footerIconLink {
        margin-left: -29px;
}
.schoolName{
    font-size: 24px !important;
   }
   
   .schoolPlace{
       font-size: 24px !important;
   }
.schoolCode{
    font-size: 24px !important;
}
.codeNo{
    font-size: 22px !important;
}
}

/* For Extra-large size device: 1200px and more */
@media only screen and (min-width: 1201px) {
    .navbar-brand img {
        margin: 0 100px;
        /* Center the logo */
    }
    .footerIconLink {
        margin-left: -30px;
}
    .schoolName{
        font-size: 24px !important;
       }
       
       .schoolPlace{
           font-size: 24px !important;
       }
    .schoolCode{
        font-size: 24px !important;
    }
    .codeNo{
        font-size: 19px !important;
    }
    
}


figure.snip1253 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1253 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure.snip1253 .image {
    max-height: 220px;
    overflow: hidden;
}

figure.snip1253 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

figure.snip1253 figcaption {
    margin: -40px 15px 0;
    padding: 15px;
    position: relative;
    background-color: #ffffff;
}

figure.snip1253 .date {
    background-color: #2980b9;
    top: 15px;
    color: #fff;
    left: 15px;
    min-height: 48px;
    min-width: 48px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

figure.snip1253 .date span {
    display: block;
    line-height: 24px;
}

figure.snip1253 .date .month {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
}

figure.snip1253 h3,
figure.snip1253 p {
    margin: 0;
    padding: 0;
}

figure.snip1253 h3 {
    min-height: 50px;
    margin-bottom: 10px;
    margin-left: 60px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

figure.snip1253 p {
    font-size: 0.8em;
    margin-bottom: 20px;
    line-height: 1.6em;
}

figure.snip1253 footer {
    padding: 0 25px;
    background-color: #20638f;
    color: #e6e6e6;
    font-size: 0.8em;
    line-height: 3
    ;
    text-align: right;
}

figure.snip1253 footer>div {
    display: inline-block;
    margin-left: 10px;
}

figure.snip1253 footer i {
    color: rgba(255, 255, 255, 0.2);
    margin-right: 5px;
}

figure.snip1253 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip1253:hover img,
figure.snip1253.hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}





.post-inner .post {
    position: relative;
    padding: 0px 0px 0px 75px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
}

.post-inner .post:last-child {
    border-bottom: none;
}

.post-inner .post .post-date {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 5px;

}

.post-inner .post .post-date {
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient(rgba(0, 123, 255, 1) 100%);
    background: -webkit-linear-gradient(rgba(0, 123, 255, 1) 100%);
    background: linear-gradient(rgba(0, 123, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#007bff", GradientType=1);
}

.post-inner .post .post-date p {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.post-inner .post .post-date span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.post-inner .post .file-box {
    position: relative;
    margin-bottom: 9px;
}

.post-inner .post .file-box i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666666 !important;
    margin-right: 10px;
}

.post-inner .post .file-box p {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.post-inner .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #1d165c;
    margin: 0px;
}

.post-inner .post h5 a {
    display: inline-block;
    color: #1d165c;
}

.post-inner .post h5 a:hover {
    color: #e61819;
}

.carousel-inner-data {
    margin: 0px auto;
    height: 350px;
    overflow: hidden;
}

.carousel-inner-data ul {
    list-style: none;
    position: relative;
}

.carousel-inner-data li {
    height: auto;
}



.example {
    height: 300px;
    width: 300px;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.example .container {
    margin: 0;
    padding: 0;
}

.example .container li {
    width: 285px;
    margin: 0 0 0 5px;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #999
}




.newsUpdates {
    background: #f9f9f9;
    padding: 20px 0;
}

.blog-head h6 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

/* Horizontal ticker styles */
.ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid #1c6547;
}

.ticker-wrapper-h .heading {
    background-color: #1c6547;
    color: #fff;
    padding: 5px 10px;
    flex: 0 0 auto;
    z-index: 1000;
}

.ticker-wrapper-h .heading:after {
    content: "";
    position: absolute;
    top: 0;
    border-left: 20px solid #1c6547;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
}

.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 90%;
    z-index: 999;
    animation: tic-h 30s linear infinite;
}

.news-ticker-h:hover {
    animation-play-state: paused;
}

.news-ticker-h li {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
}

.news-ticker-h li a {
    color: #212529;
    font-weight: bold;
}

@keyframes tic-h {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* Vertical ticker styles */
.ticker-wrapper-v {
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid #1c6547;
    height: 36px;
}

.ticker-wrapper-v .heading {
    background-color: #1c6547;
    color: #fff;
    padding: 5px 10px;
    flex: 0 0 auto;
    z-index: 1000;
}

.ticker-wrapper-v .heading:after {
    content: "";
    position: absolute;
    top: 0;
    border-left: 20px solid #1c6547;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
}

.news-ticker-v {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    z-index: 999;
    animation: tic-v 10s cubic-bezier(1, 0, .5, 0) infinite;
}

.news-ticker-v:hover {
    animation-play-state: paused;
}

.news-ticker-v li {
    display: flex;
    width: 100%;
    line-height: 30px;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
}

.news-ticker-v li a {
    color: #212529;
    font-weight: bold;
}

@keyframes tic-v {
    0% {
        margin-top: 0;
    }

    20% {
        margin-top: -30px;
    }

    40% {
        margin-top: -60px;
    }

    60% {
        margin-top: -90px;
    }

    80% {
        margin-top: -120px;
    }

    100% {
        margin-top: 0;
    }
}

/* Vertical image ticker styles */
.ticker-wrapper-v-image {
    display: flex;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-ticker-v-image {
    list-style: none;
    margin: 0;
    padding: 0;
    animation: tic-v-image 20s cubic-bezier(1, 0, .5, 0) infinite;
}

.news-ticker-v-image:hover {
    animation-play-state: paused;
}

.news-ticker-v-image li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.news-ticker-v-image .date {
    float: left;
    margin-right: 10px;
    text-align: center;
    background: #005e80;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.news-ticker-v-image .date .year {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.news-ticker-v-image .date .month-day {
    display: block;
    font-size: 16px;
}

.ticker-wrapper-v-image .clear {
    clear: both;
}

.ticker-wrapper-v-image .news_title a {
    color: #1c6547;
    font-size: 20px;
    font-weight: bold;
}

.ticker-wrapper-v-image .news_title {
    line-height: 20px;
}

.ticker-wrapper-v-image .news-content {
    color: #1d1d1d;
    font-size: 16px;
}

@keyframes tic-v-image {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -16%;
    }

    50% {
        margin-top: -32%;
    }

    75% {
        margin-top: -50%;
    }

    100% {
        margin-top: 0;
    }
}

/* Responsive styles */
@media (max-width: 768px) {
    .news-ticker-v-image {
        flex-direction: column;
    }

    .news-ticker-v-image li {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-info {
        padding-left: 0;
    }

    .date {
        margin-bottom: 10px;
    }
}




/* span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
} */

.blog img {
    max-width: 100%;
}

.blog-head {
    margin-bottom: 70px;
    margin-top: 30px;

}

.blog-head h6 {
    color: #f05907;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 35px;
    font-family: 'Playball', cursive !important;
}

.blog-head h6:after,
.blog-head h6:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #f05907;
    top: 50%;
}

.blog-head h6:after {
    right: 120%;
}

.blog-head h6:before {
    left: 120%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.blog {
    background-color: #f7f7f7;
    padding: 10px 0;
}

.blog .item {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;

}

.blog .item .more {
    position: absolute;
    right: 30px;
    bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    color: #f05907;
    font-size: 19px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transform: translate(0, 100px);
    transition: all 0.3s ease-in-out;
}

.blog .item:hover .more {
    transform: translate(0, 0)
}

.blog .item:hover .img img {
    transition: all 0.4s ease;
}

.blog .item:hover .img img {
    transform: rotate(-5deg) scale(1.2, 1.2);
}

.blog .item .img {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%, 0 75%);
}

.blog .item .info {
    padding: 30px;
    position: relative;
}

.blog .item .info .date {
    position: absolute;
    left: calc(50% - 25px);
    top: -54px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    background-color: #f05907;
    color: #fff;
    padding: 5px;
    transform: rotate(45deg);
}

.blog .item .info .date span {
    transform: rotate(-45deg);
    display: inline-block;
}

.blog .item .info h5:hover {
    color: #f05907;
}

.blog .item .info .user {
    margin-top: 20px;
    color: #f05907;
}

.blog .item .info .user i {
    margin-right: 5px;
    font-size: 14px;
}



.footerSection {
    background-color: #005e80;
}

.footerHeading {
    color: #ffffff;
}

.footerLink {
    color: #ffffff !important;
}

.footerLink a {
    color: #ffffff !important;
}

.footerLink a:hover {
    color: #A1CCA5 !important;
}



.faqt-item {
    transition: transform 0.3s ease-in-out;
    background-color: #005e80 !important;
}

.faqt-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #1c6547 !important;
}




.contact-info {
    transition: all 0.3s ease;
    background-color: #f6e9a5;
    color: #060202;
}

.contact-info:hover {
    transform: scale(1.05);
    /* Example: Increase size on hover */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Example: Add a shadow */
    background-color: #005e80;
    color: #fff;

}


.aboutButton {
    background-color: #005e80;
    color: #fff;
}


.aboutButton:hover {
    background-color: #1c6547 !important;
    color: #fff !important;
}


.shareIcon {
    color: #005e80 !important;
}

.highlightHead {
    color: #005e80 !important;
    border-color: #005e80 !important;
    font-size: 15px !important;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* Responsive grid columns */
    gap: 20px;
    /* Gap between grid items */
}

.section {
    padding: 20px;
    border: 1px solid #ccc;
    /* Border for each section */
    border-radius: 8px;
    /* Rounded corners */
}

/* Style for list items */
.heart-list {
    list-style: none;
    /* Remove default list style */
    padding: 0;
    /* Remove default padding */
}

.heart-list li {
    position: relative;
    padding-left: 25px;
    /* Space for the heart icon */
    margin-bottom: 8px;
    /* Adjust margin between list items */
}

.rulesHighlight {
    color: #e8063c;
    font-weight: 900;
    margin-bottom: 30px;
}

.listTextDesign {
    color: #060202 !important;
    line-height: 2;
}

.heart-list li::before {
    content: "\f004";
    /* Unicode for heart icon */
    font-family: "Font Awesome 5 Free";
    /* Font family for FontAwesome */
    display: inline-block;
    width: 20px;
    /* Adjust size of the heart icon */
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: red;
    /* Color of the heart icon */
}

.ribbon {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 50px;
    background-color: #e8063c;
    /* Ribbon background color */
    color: white;
    /* Ribbon text color */
    font-size: 1.5rem;
    /* Ribbon font size */
    text-transform: uppercase;
    /* Uppercase text */
    font-weight: bold;
    /* Bold text */
    border-radius: 4px;
    /* Rounded corners */
}

.ribbon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e8063c transparent transparent transparent;
    /* Ribbon color and triangle */
}

.award-list {
    list-style: none;
    /* Remove default list style */
    padding: 0;
    /* Remove default padding */
}

.award-list li {
    position: relative;
    padding-left: 30px;
    /* Space for the award icon */
    margin-bottom: 8px;
    /* Adjust margin between list items */
}

.award-list li::before {
    content: "\f091";
    /* Unicode for award icon */
    font-family: "Font Awesome 5 Free";
    /* Font family for FontAwesome */
    display: inline-block;
    width: 20px;
    /* Adjust size of the award icon */
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: gold;
    /* Color of the award icon */
}

.grid-containerAchievement {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* Responsive grid columns */
    gap: 20px;
    /* Gap between grid items */
}

.AchievementDesign {
    padding: 20px;
    border: 1px solid #ccc;
    /* Border for each section */
    border-radius: 8px;
    /* Rounded corners */
    transition: transform 0.3s ease;
    /* Smooth transition for hover effect */
}

.AchievementDesign:hover {
    transform: scale(1.05);
    /* Scale up the section on hover */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Add shadow effect on hover */
    background-color: #005e80;
    color: #fff;
}
.awardIcon{
    color: gold;
}
.library-icon {
    color: #e8063c;
}

/* .slideImage{
    border: 6px solid #e8063c !important;
} */
.slideImage:hover {
    transform: scale(1.05);
    /* Scale up the section on hover */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Add shadow effect on hover */
    background-color: #e61819 !important;
}

.ribbon-container {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

.ribbonHeader {
    background: hsl(341.09deg 93.19% 19.64%) url(http://portfolio.queenofwhisks.com/demo/overlay/noise.png);
    box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.5);
    font-family: Charter, serif;
    font-size: 16px;
    line-height: 1.0;
    text-align: center;
    margin: 0 auto;
    padding: 0.25em 0;
    position: relative;
    width: 70%;
}

.ribbonHeader:before,
.ribbonHeader:after {
    border: 1.5em solid hsl(30, 82%, 62%);
    content: '';
    display: block;
    position: absolute;
    bottom: -1em;
    z-index: -1;
}

.ribbonHeader:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.ribbonHeader:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

.ribbon-content {
    border-top: 0.0625em dashed hsl(30, 90%, 44%);
    border-bottom: 0.0625em dashed hsl(30, 90%, 44%);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 1px rgba(255, 255, 255, 0.08), 0px -1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.08);
    display: block;
    padding: 0.6875em 0;
}

.ribbon-content:before,
.ribbon-content:after {
    content: '';
    display: block;
    position: absolute;
    border-style: solid;
    border-color: hsl(30, 80%, 40%) transparent transparent transparent;
    bottom: -1em;
}

.ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.ribbonHeader a {
    color: hsl(30, 13%, 94%);
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
    font-size: 25px;
}

.ribbonHeader a:hover {
    color: hsl(30, 90%, 43%);
}




.rules-list {
    list-style-type: none;
    padding-left: 0;
}

.rules-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.8;

}

.rules-list li .securityIcon {
    position: absolute;
    left: 0;
    top: 0;
    color: #049e9f;
    /* Color of the security icon */
}

.tablePrimary {
    background-color: #005e80 !important;
    color: #fff !important;
    text-align: center !important;
}

.tableGroup {
    background-color: #e0cb11 !important;
    color: #fff !important;
    text-align: center !important;
}

.tableSports {
    background-color: #005e80 !important;
    color: #fff !important;
}

.rule-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.rule-list {
    margin-bottom: 30px;
}

.rule-list li {
    margin-bottom: 10px;
}

.description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}



/* Accordion item styles */
.accordion-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.accordion-body {
    padding: 15px;
    background-color: #f9f9f9;
}

/* Accordion button styles */
.accordion-button {
    background-color: #0b0ebe;
    color: #f7f1f1;
    font-weight: bold;
    border: none;
    text-align: left;
    transition: background-color 0.3s ease, color 0.3s ease;
    /* padding: 10px 15px;  */
}

.accordion-button:hover {
    background-color: #880ca4;
    color: #f7f4f4;
}

/* Carousel control icons */
/* .carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon,
.carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.7);
} */


.activity-section {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.activity-section h2 {
    color: #007bff;
    font-size: 28px;
    margin-bottom: 15px;
}

.activity-list {
    list-style-type: disc;
    margin-left: 20px;
}

.activity-list li {
    margin-bottom: 8px;
}


.schoolName{
    font-family: "Playwrite GB S", cursive;
    font-weight: 900;
    /* font-size: 29px; */
    line-height: 2.5;
    letter-spacing: 3px;
    color: #FFBA49 !important;
}
.schoolPlace{
    font-family: "Playwrite GB S", cursive;
    font-weight: 900;
    /* font-size: 29px; */
    line-height: 2.5;
    letter-spacing: 3px;
    color: #FFBA49 !important;
}

.schoolCode{
    font-family: "Playwrite GB S", cursive;
    /* font-size: 28px; */
    font-weight: 900;
    line-height: 2.5;
    letter-spacing: 3px;
    color: #FFBA49 !important;
}
.codeNo{
 
    /* font-size: 20px; */
    font-weight: 900;
    line-height: 2.5;
    letter-spacing: 3px;
}

.cctvHighlight{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
        font-weight: 400;
}







/* Dropdown menu */
.dropdown-menu {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1) !important;
    border-bottom: 2px solid #007bff !important; /* Bottom border line */
    border-radius: 0 !important; /* Remove border radius */
    background-color: #ffffff !important;
    padding: 0 !important; /* Remove padding */
    margin-top: 0 !important; /* Adjust margin top if needed */
    margin-bottom: 0 !important; /* Adjust margin bottom if needed */
    animation: fadeInDown 0.4s ease !important;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown items */
.dropdown-item {
    padding: 0.75rem 1rem !important;
    font-size: 16px !important;
    color: #333333 !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    border-bottom: 1px solid #ced4da !important; 
}


.dropdown-item:last-child {
    border-bottom: none !important; 
}


.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #ffc107 !important; /* Yellow background on hover/focus */
    color: #333333 !important; /* Dark text color on hover/focus */
    border-radius: 0.25rem !important; /* Optional: Adjust border radius on hover/focus */
}

/* Dropdown toggle link */
.dropdown-toggle {
    color: #333333 !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    text-decoration: none !important;
    color: #007bff !important; /* Blue text color on hover/focus */
}

.navbarToggleStyle{
    color: white !important;
}


.socialMedia{
    margin-right: 12px;
    background-color: #C6D8D3;
    margin-bottom: 30px;
}
.socialMedia:hover{
    background-color: #19381F !important;
    color: #C6D8D3 !important;
}
/* .copyRights{
    color: #623CEA!important;
}
.copyRights:hover{
    color: #087E8B !important;
} */


.copyRights {
    text-decoration: none;
    color: #fff; 
    margin: 0 10px; 
}

.copyRights:hover {
    text-decoration: underline; 
}

.text-light {
    color: #f8f9fa; 
}

.developer-info {
    color: #f8f9fa; 
    margin-top: 10px;
    font-size: 0.9em; 
}

.developer-info a {
    text-decoration: none;
    color: #2481de;
    font-weight: 900; 
}

.developer-info a:hover {
    text-decoration: underline;
    color: #19b869;
}




.footerIconLink{
    color: #A1CCA5 !important;
}
.footerNavLink:hover{
    color: #A1CCA5 !important;
}
.footerNavLink{
    color: #f5f7f3 !important;
}
/* 
.tabSection{
    color: #005e80 !important;
} */


/* .contactSubmit{
    color: #fff;
} */


.gold-icon{
    color: gold;
}
