@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Oswald';
}

li {
    list-style-type: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

li a {
    text-decoration: none;

}

.p-btn {
    background-color: #4fad4c;
    color: #fff;
    border-radius: 5px;
    padding: 9px 15px;
    text-decoration: none;
    cursor: pointer;
}

.p-btn:hover {
    color: #fff;
}

.content-container {
    width: 88%;
    margin: 20px auto;
}






/* header style ---------- */
.main-header {
    float: left;
    width: 100%;
    padding: 5px 0px;
    background: url('../images/head-bg.jpg');
    background-size: cover;
    height: 165px;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    margin: auto;
}

.site-title-pnl h2 {
    margin: 0;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    background: #4fad4c;
    color: #fff;
    padding: 15px 25px;
    position: relative;
    letter-spacing: 1px;
}


.breaking-news .title {
    position: absolute;
    background: #4fad4c;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: white;
    font-weight: 600;
    z-index: 200;
    font-size: 17px;
}

.breaking-news marquee {
    height: 45px;
    padding: 8px 0;
    background: #e1fde1;
    font-weight: 500;
}

.notice-board marquee {
    height: 300px;
}

.no-mar {
    margin: 0 auto;
}






/* header */
.header .bottom-header .content-container {
    margin: 0 auto;
}

.header {
    /* display: block; */
    width: 100%;
    /* position: relative; */
    z-index: 99;
}

.bottom-header {
    background: #884e36;
    width: 100%;
}


.header .item-left {
    flex: 0 0 17%;
}

.header .item-center {
    flex: 0 0 66%;
}

.header .item-right {
    flex: 0 0 13%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a,
.srcc {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
    border: none;
    background: none;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 30px;
    margin: 0 2px;
    padding: 14px 9px;
    position: relative;
}



.header .menu>ul>li>a {
    /*font-size: 20px;*/
    font-weight: 500;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    padding: 10px 0 !important;

}

.header .menu>ul>li:hover,
.header .menu>ul>li.active {
    background-color: #4fad4c;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: var(--white);
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    /*padding: 20px 30px;*/
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    /*border-radius: 8px;*/
}

.header .menu>ul>li .sub-menu li a {
    color: #fff;
    line-height: 1;
    padding: 0;
    display: block;
    font-weight: 500;
}

.header .menu>ul>li .sub-menu li {
    border-bottom: 1px solid #fff;
    padding: 14px;
}

.header .menu>ul>li>a i {
    margin-left: 4px;
}

.header .menu>ul>li>a.btn {
    height: inherit;
    line-height: 18px;
    padding: 9px;
}

ul.menu-main {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; */
    margin: 0;
    padding: 0;
}

header.header.hdr_fix .logo a {
    color: var(--c_pink);
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 5px;
        visibility: visible;
        opacity: 1;
    }

    .header .menu>ul>li:hover a i {
        transform: rotate(180deg);
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    /*padding: 10px 0;*/
    font-size: 20px;
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}
.sub-menu.single-column-menu ul {
    padding: 0;
}
.header .menu>ul>li .single-column-menu {
    min-width: 311px;
    max-width: 350px;
    background: #85c982;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #ea4636;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:hover,
.header .menu>ul>li .sub-menu>ul>li:hover
 {
    background: #4Fac4D;
}


.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}


.search-toggle,
.search-cancel {
    display: block;
    cursor: pointer;

}

.search-block {
    position: fixed;
    top: 0;
    right: -100%;
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    z-index: 10;
    overflow: hidden;
    background-color: var(--color-white);
    transition: all 0.5s ease-in-out;
}

.search-block.is-active {
    top: 0;
    right: 0;
}

.search-input {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 0.65rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: var(--color-black);
    background-color: #f5f5f5;
}

.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button {
    display: none;
    visibility: hidden;
}

/*responsive*/
@media(max-width: 1024px) {
    .header .menu>ul>li>a {
        color: var(--c_black);
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .v-center {
        justify-content: space-between;
    }

    nav.menu {
        margin-left: 0px;
    }

    ul.menu-main {
        display: block;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 40px;
        width: 30px;
        /* margin-left: 15px; */
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #ffffff;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
        padding: 0 10px;
    }

    .header .menu>ul>li>a {
        line-height: 30px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 10px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
        height: 100vh;
        position: fixed;
        top: 8%;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 1600px) {

    .header .menu>ul>li>a,
    .header .menu>ul>li .sub-menu>ul>li>a {
        font-size: 16px;
    }


}



/* ------------------------------------------------------------- */








.breadcrumb-list span {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.breadcrumb-list {
    margin-top: 40px;
}





/* -------------slider home  */
.slick-slide img {
    height: 580px;
}
/* 
.lightbox-prev {
    position: absolute;
    top: 80%;
    left: 10px;
    font-size: 25px;
    color: #fff;
}

.lightbox-next {
    position: absolute;
    top: 80%;
    right: 10px;
    font-size: 25px;
    color: #fff;
} */

.slider-wrapper {
    width: 100%;
    overflow: hidden;
}

/* about-news section  */

.about_news_section {
    padding: 20px 0;
}

.about-section-heading {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about-section-container {
    background: url('../images/map.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-section-container p {
    margin-bottom: 20px;
    text-align: justify;
}

.about-section-container h1 span {
    color: #4fad4c;
    padding-bottom: 6px;
    border-bottom: 3px solid #4fad4c;
}



.notice-board {
    width: 100%;
    box-shadow: 0px 1px 14px #3838381f;
    margin-top: 0px;
}

.notice-board h2,
.quick-links h2 {
    background: #4fad4c;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.notice-list {
    padding: 10px;
}

.notice-list>li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 10px;
    border-bottom: 1px solid #e4e4e4;
}

.notice-list li a {
    color: #1b1b1b;
    font-weight: 400;
}



/* ----------profile section ----------- */
.profile-section {
    padding: 15px 12px;
    box-shadow: 0px 1px 14px #3838381f;
}

.profile-item {
    display: flex;

}

.profile-img {
    width: 100%;
    height: 190px;
}

.profile-img img {
    width: 100%;
    height: 100%;
}


.profile-content .profile-name {
    font-size: 20px;
    font-weight: 600;
    color: #8f4527;
}

.profile-content .profile-deg {
    font-weight: 500;
    color: #5c5c5c;
    line-height: 1.8;
    font-size: 15px;
}

.profile-content .profile-txt {
    padding: 15px 0;
    text-align: justify;
}


/* home gallery ---------- */
.p-r-20 {
    padding-right: 20px;
}

.home-gallery-section {
    padding: 20px 0;
}

.home-g-heading {
    margin: 10px 0 30px 0;
}

.home-g-heading h1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #884e36;
    position: relative;
    width: fit-content;
}
.page-g-heading h1 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #884e36;
    position: relative;
    width: fit-content;
}

.page-g-heading h1::after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: -50px;
    background-color: #4Fac4D;
}

.page-g-heading h1::before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    top: 15px;
    right: -50px;
    background-color: #4Fac4D;
}


.home-g-heading span {
    border-bottom: 3px solid #4fad4c;
    padding-bottom: 6px;
    color: #4fad4c;
}

.home-gallery-section .video-gallery {
    margin-left: 10px;
}

.home-gallery-section .photo-gallery {
    margin-right: 10px;
}

.photo-g-item {
    width: 100%;
    height: 155px;
    margin-bottom: 5px;
    padding: 0 3px;
    overflow: hidden;
}

.video-item {
    width: 100%;
    height: 155px;
    margin-bottom: 5px;
    padding: 0 3px;
    overflow: hidden;
}

.photo-g-item img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.photo-g-item img:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 1s;
}

/* footer ------------------ */
.footer {
    background-color: #4b1a06;
}

.footer-main {
    padding: 30px 0;
}

.footer a,
.footer p,
.footer h1,
.footer h3 {
    color: #fff;
}

.footer p {
    margin: 0;
}

.footer-social-menu {
    display: flex;
    padding: 0;
    margin: 25px 0 0 0;
    gap: 7px;
}

.footer-menu {
    padding: 0;
}

.footer-heading {
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.footer li {
    margin-bottom: 4px;
}

.footer li a:hover {
    color: #4Fac4D;
    font-weight: 500;
}

.footer-input {
    display: block;
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.footer-input-form {
    margin-bottom: 20px;
}

.footer-input:focus {
    outline: none;
}

.footer textarea:focus {
    outline: none;
}

.footer textarea {
    width: 100%;
    height: 90px;
    padding: 3px;
}


.copywrite {
    width: 100%;
    /* margin: auto; */
    background-color: #3d1200;
}

.copywrite p {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.cprty {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}





.page-title {
    background: url('../images/inner_banner.jpg');
    position: relative;
    background-size: cover;
    height: 200px;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-title h1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 70px;
    z-index: 2;
    font-size: 30px;
}

.breadcrumb-menu {
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: auto;
}

.breadcrumb-item a {
    color: rgb(255, 255, 255);
}
.breadcrumb-menu ol i {
    color: #fff;
    padding: 5px;
}
.breadcrumb-item.active {
    color: white;
}
.breadcrumb-item {
    color: #fff;
}

/* ============================= contact page css ===================================== */
/* -------------- */


.contact-page-heading {
    font-size: 18px;
    font-weight: 700;
    color: #853311;
}

.contact-page-content a {
    text-decoration: none;
}

.contact-page-content {
    padding: 15px;
}

.contact-page-map .map iframe {
    width: 100%;
    height: 400px;
}


/* ============================= gallery page css ===================================== */

.remove-padding {
    padding: 0 !important;
}

.gallery-item {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 100%;
    height: 200px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: 1s;
}

.gallery-item img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.video-gallery-item {
    height: 180px;
    margin-bottom: 8px;
    padding: 0 5px;
}


/* ========================== cms page css ========================== */

.cms-page ul li {
    list-style: circle;
    font-size: 16px;
}

.cms-page p {
    font-size: 16px;
}
.cms-page{
    text-align: justify;
}