@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&family=Signika+Negative:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,700&family=Roboto:ital,wght@1,300&family=Signika+Negative:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&family=Roboto+Mono:ital,wght@1,700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
}

html,
body {
    overflow-x: clip;
    background: #edf2fc;
    position: relative;
    z-index: -9999;
    width: 100%;
}

#home-slider {
    width: 100%;
    height: 400px !important;
}

#home-slider img {
    height: 400px;
}




/*** Section Title ***/

.tb {
    margin-top: 50px;
    align-items: center;
    text-align: center;
    justify-content: center;

}

.title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: #edf2fc;
    text-align: center !important;
    padding: 0px 3px;
}


.title::before {
    position: absolute;
    content: "";
    width: calc(100% + 70px);
    height: 2px;
    top: 4px;
    left: -35px;
    background: red;
    z-index: -1;
}

.title::after {
    position: absolute;
    content: "";
    width: calc(100% + 100px);
    height: 2px;
    bottom: 5px;
    left: -50px;
    background: red;
    z-index: -1;
}


.center {
    text-align: center;
}

.boxs {
    padding: 10px 20px;
    /* position: relative; */
    top: -50px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* height: 500px; */
    margin-top: 50px;
    z-index: 22332;
}

.box {
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 90px;
    width: 19%;
    gap: 15px;
    background: #1f3771;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.box p {
    margin-top: 25px;
}

.box i {
    top: -25px;
    position: absolute;
    font-size: 30px;
    color: #e43905;
    background: #edf2fc;
    padding: 10px;
    border-radius: 100%;
    transition: all .5s linear;
}

.box:hover {
    background: #edf2fc;
    color: #1f3771;
    border: solid black 1px;
}

.box:hover i {
    color: #e43905;
    top: -20px;

}

.c-boxes {
    padding: 10px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.c-box {
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 300px;
    width: 33%;
    gap: 15px;
    background: #003C72;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    text-align: justify;
    /* word-break: break-all; */
}

.c-box i {
    color: #e43905;
    padding: 5px;
    font-size: 45px;
}

.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1rem;
    background-color: rgb(0 107 179);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    bottom: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
}

.button i {
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.button:hover i {
    transform: translate(4px);
}

.button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.about-section {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}

.about-section2 {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}

.princpal-message {
    display: flex;
    padding: 20px;
    width: 100%;
    justify-content: space-between;
}

.message {
    width: 75%;
    text-align: justify;
    /* border: solid; */
    display: flex;
    flex-direction: column;
    align-items: center;

}

.message i {
    font-size: 25px;
    color: #ff0606;
}

.icon {
    margin-top: 10px;

    display: flex;
    gap: 20px;
}

.icon i {
    font-size: 29px;
}

.icon div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.princpal-message .imgg {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: column;

    /* border: solid ; */
}

.imgg span {
    font-weight: 900;
    font-size: 20px;
    color: red;
}

.imgg img {
    width: 230px;
    height: 254px;
    border-radius: 50%;
}

.imgg img {
    width: 280px;
    height: 293px;
    border-radius: 5px 5px 70px 5px;
    border: solid 3px #1f3771;
}



.youtube img {
    border-radius: 9px;
}

/* <!-- NEWS EVENTS SECTION --> */
.title-box {
    display: flex;
    gap: 10px;
    margin-top: 20PX;
    margin-bottom: 5px;
    justify-content: space-between;
}

.news-title {
    width: 39%;
    text-align: center;
}

.event-title {
    width: 59%;
    text-align: center;
}

.news-section {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news {
    background: #003C72;
    padding: 5px 10px;
    height: 400px;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: scroll;
    gap: 10px;
    position: relative;
}

.news-nav {
    width: 102.7%;
    height: 40px;
    background: #de6046;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
}

.news-nav a {
    border: solid 2px black;
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding: 2px 10px;
}

.news-nav a:hover {
    background: #000;
}

.news-nav i {
    background: rgb(0, 0, 0);
    font-size: 20px;
    color: white;
    padding: 5px 10px;
}

.news-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;

}

.content {
    display: flex;
    flex-direction: column;
    gap: 5px;

}

.heading {
    font-weight: 500;
    letter-spacing: .5px;
}

.date {
    font-size: 13px;
    font-weight: bold;
    color: #E0AB1B;
}

.size {
    font-weight: bold;
    font-size: 12px;
    color: rgb(112, 110, 110);
}

.new-events {
    background: #effdff;
    padding: 10px 5px;
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
}



.img img {

    height: 190px;
    border-radius: 5px;
}

.new-events .owl-carousel .owl-nav {
    margin-top: 10%;
    font-family: sans-serif;
    display: flex !important;
    justify-content: right !important;
    font-size: 25px;
    color: white;
    gap: 40px;

}

.new-events .owl-nav button span {
    align-items: center !important;
    background: #1f3771;
    padding: 0px 10px 1px 10px;

}

.owl-theme.lk .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}





.owl-dot span {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: rgba(128, 125, 125, 0.178) !important;
    transition: .5s;
}

.owl-theme.lk .owl-dot span {
    width: 25px !important;
    height: 10px !important;
    border-radius: 12px;
    background: transparent !important;
    border: 2px solid #1f3771 !important;

}

.owl-theme.lk .owl-dot.active span {
    display: inline-block;
    background: #1f3771 !important;
    border-color: #1f3771 !important;
}

.owl-theme.lk .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: -7px;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}

.owl-theme.new-events .owl-nav {
    position: absolute;
    width: 100%;
    bottom: -41px;
    padding: 0px 20px;
    display: flex;
    justify-content: right;
}

.owl-theme .owl-nav i {
    font-size: 30px;
    color: #1f3771 !important;
    background: #ffffff !important;
    border-radius: 50%;
}

.owl-theme.new-events .owl-nav i {
    font-size: 30px;
    color: #000000 !important;
    background: #ffffff !important;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    /* color: #FFF; */

}

.owl-theme .owl-nav i:hover {
    font-size: 30px !important;
    background: #1f3771 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
}




.owl-dot.active span {
    display: inline-block;
    background: #1f3771 !important;
    border-color: #1f3771 !important;
}

.news-nav2 {
    width: 100%;
    height: 40px;
    background: #de6046;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
}

.nav-boxx {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 0px 10px 0px 0px;
    background: #003C72;
}

.nav-boxx2 {
    display: flex;
    flex-direction: column;
    width: 67%;
    background: #003C72;
    margin-right: 5px;
}

.news-nav2 a {
    border: solid 2px black;
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding: 2px 10px;
}

.news-nav2 a:hover {
    background: #000;
}

.news-nav2 i {
    background: rgb(0, 0, 0);
    font-size: 20px;
    color: white;
    padding: 5px 10px;
}



.importent-links .owl-carousel img {
    margin-top: 20px;
    height: 90px;
    max-width: 100%;
    border: 1px solid #1f3771;
    /* padding: 3px 5px; */
    border-radius: 3px;
}

.marki {
    background: rgb(204, 233, 245);
    color: #de6046;
    display: flex;
    align-items: center;
    padding: 5px;
    position: relative;
    font-weight: bold;
    font-size: 19px;
}

.m-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 255;
    font-size: 30px;
    background: rgb(255, 115, 0);
    color: white;
    padding: 2px 15px;
}

.img-title p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    /* This will display a maximum of 3 lines */
    overflow: hidden !important;
    text-align: justify;
    word-break: break-all;
}

@media (max-width:1124px) {
    .c-boxes {
        flex-wrap: wrap;
        gap: 10px;
    }

    .c-box {
        width: 49%;
        height: auto;
    }
}

@media (max-width:426px) {
    .c-boxes {
        flex-direction: column;
        gap: 10px;
    }

    .c-box {
        width: 100%;
        height: auto;
    }

    .boxs {
        flex-direction: column;
        gap: 35px;
        flex-wrap: wrap;
    }

    .box {
        width: 100% !important;
    }

    .box:last-child {
        display: flex;
    }
}

@media (max-width:768px) {
    .owl-theme.lk .owl-nav {
        padding: 0;
    }

    .owl-theme.lk .owl-dots {
        bottom: 0;
    }

    #home-slider img {
        height: auto !important;
    }

    #home-slider {
        height: auto !important;
    }

    .boxs {
        position: static;
        margin-top: 30px;
        justify-content: space-between;
        align-items: center;
        gap: 35px;
        flex-wrap: wrap;
    }

    .box {
        width: 95.5%;
    }
        .c-box {
        width: 109%;
        height: auto;
    }
        .c-box {
        width: 100%;
        height: auto;
    }

    .box:last-child {
        display: none;
    }

    .princpal-message {
        flex-direction: column-reverse;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .two {
        flex-direction: column;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .about-section {
        padding: 0;
    }


    .imggg img {
        width: 330px !important;
    }

    .message {
        width: 92%;
    }

    .message p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 15;
        /* This will display a maximum of 3 lines */
        overflow: hidden;


    }

    .imgg span {
        width: 270px;
        text-align: center;
        font-size: 15px;
        margin-bottom: 27px;
    }

    .about-section2 {
        padding: 0;

    }

    b {
        font-size: 12px;
    }

    h1 {
        font-size: 25px;
    }

    .news-section {
        flex-direction: column;
        gap: 30px;
    }

    .nav-boxx,
    .nav-boxx2 {
        width: 100%;
    }

    .news-nav {
        width: 103.3%;
    }

    .img-title p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        /* This will display a maximum of 3 lines */
        overflow: hidden;
        text-align: justify;
    }


    .youtube.owl-carousel img {
    
        min-width: 190px !important;
    }

    .new-events {
        padding: 5;
        height: auto;
    }

}


.n-box {
    width: 250px;
    display: flex;
    flex-direction: column;

}

.n-box img {
    border: solid 1px black;
    height: 240px !important;
    width: 250px !important;
}

.n-content {

    border: solid 1px black;
    border-top: 0px;
    padding-bottom: 0;
}

.n-content p {
    padding: 5px;
    text-align: justify;
    word-break: break-all;
}

.n-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
    padding: 3px 7px;

}

.n-time span,
a {
    letter-spacing: 1px;
    font-size: 14px;
    /* font-weight: bold; */
    text-decoration: none;
    color: rgb(255, 254, 254);
}