@import url("./fonts.css");
@import url("./responsive.css");

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
}

:root {
    --darkGreen: #37873a;
    --gray: #e6e6e6;
    --text: #444444;
}

.top-header {
    width: 100%;
    height: 40px;
    background-color: var(--gray);
    overflow: hidden;
}


.top-header ul {
    list-style: none;
    display: flex;
    /* min-width: 400px; */
    justify-content: center;
    align-content: center;
    margin-bottom: 0 !important;
}

.top-header ul:nth-child(2) li {
    position: relative;
}

.top-header ul:nth-child(2) li a {
    padding: 0px 20px;
    line-height: 40px;
    color: var(--text);
    font-size: 14px;
}

.top-header ul:nth-child(2) li a {
    margin-left: 10px;
}

/* .top-header ul:nth-child(2) li:nth-child(2)::after {
  position: absolute;
  content: "|";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
} */
.top-header ul:nth-child(1) li a {
    padding: 0px 5px;
    line-height: 40px;
}

/* Second */
.second-top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}

.second-top h4 {
    margin-left: 20px;
    width: 70%;
    font-size: 18px;
    font-weight: 500;
}

/* Navabr */
.navbar {
    background-color: var(--darkGreen);
    padding: 0.2rem !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem !important;
    color: #fff;
    padding-left: 2rem !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    background-color: #fff;
    color: var(--darkGreen) !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #fff;
    color: var(--darkGreen) !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 8px;
    border: 0;
}

.dropdown-item {
    border-bottom: 1px dashed var(--text);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--darkGreen);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--darkGreen) !important;
    border-bottom: 1px dashed #fff;
}

/* News banner */
.news-banner {
    width: 100%;
    margin: 5px auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-banner span {
    width: 120px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    height: 100%;
    background-color: var(--gray);
    display: grid;
    place-items: center;
}

.news-banner ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-banner ul li {
    font-size: 14px;
    margin-left: 120px;
    margin-top: 10px;
    color: #000;
    font-weight: 500;
}

/* SLider */
.slider-section {
    width: 100%;
    height: 800px;
    overflow: hidden !important;
}

.banner_slider_item {
    width: 50%;
    height: 100% !important;
    overflow: hidden;
}

.banner_slider_item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    width: 50px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    outline: 0 !important;
    border: 0;
    box-shadow: none;
}

.slick-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* OBject section */

.subject-sub {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
}

.subject-sub .text {
    width: 90%;
    min-height: 300px;
    max-height: 400px;
}

.subject-sub .image {
    width: 35%;
    height: 500px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat !important;
}

.subject-sub .text h1 {
    color: var(--darkGreen);
    font-weight: 700;
    padding: 20px 10px;
}

.subject-sub .text p {
    font-weight: 500;
    font-size: 14px;
    color: var(--text);
    line-height: 25px;
}

.subject-sub .text .btn-success {
    background-color: var(--darkGreen) !important;
    border-radius: 0;
    width: 180px;
    margin-left: 10px;
}

.message-section {
    background-color: #f8f8f8;
    padding: 40px 20px;
}

.message-section .card {
    border: 0;
    background-color: transparent;
}

.message-section .card-body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.message-section .card .card-body .btn {
    padding: 0;
    color: #696b7e;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}

.message-section .card-body .card-text {
    font-size: 14px;
    color: var(--text);
}

.message-section .card-body .text-muted {
    padding: 10px 0;
    color: #000 !important;
    font-weight: 500;
}

/* services */
.services {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.services .item-div {
    width: 95%;
    margin: 0 auto;
    height: 200px;
    border: 2px solid var(--darkGreen);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    margin-bottom: 40px;
}

a,
a:hover {
    text-decoration: none !important;
}

.services .item-div h4 {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

/* Events */
.event-section {
    width: 100%;
    padding: 20px;
}

.event-section h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.event-section .card {
    border-color: var(--darkGreen);
    border-radius: 0;
    position: relative;
    margin-bottom: 30px;
    height: 100%;
}

.event-section .card .time {
    position: absolute;
    width: 80px;
    height: 90px;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.9px);
    -webkit-backdrop-filter: blur(5.9px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--darkGreen);
}

.event-section .card .card-body {
    position: relative;
}

.event-section .card .card-body .news-span {
    padding: 5px 20px;
    position: absolute;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    top: -20px;
    background-color: var(--darkGreen);
}

.event-section .card .card-img-top {
    height: 280px;
}

.event-section .card .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.event-section .card .card-text {
    color: #696b7e;
    font-size: 14px;
    font-weight: 500;
}

.event-section .card .btn {
    padding: 0;
    color: #696b7e;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}

/* complaint */
.banner {
    width: 100%;
    height: 200px;
    background-color: var(--darkGreen);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    flex-direction: column;
}

.banner h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.banner p {
    color: #fff;
    font-size: 20px !important;
}

.form-control {
    border-radius: 0 !important;
    border-color: var(--text) !important;
}

.complaint ol {
    padding-left: 20px;
}

.complaint ol li {
    font-size: 13px;
    color: #696b7e;
}

.complaint2 h4 {
    text-align: right;
    margin-top: 20px;
}

.complaint2 ul {
    padding-left: 20px;
    list-style: none;
}

.complaint2 ul li {
    /* font-size: 12px; */
    text-align: right;
    color: #696b7e;
}

.btn-success,
.btn-danger {
    border-radius: 0 !important;
}

/* Footer */
footer {
    padding: 30px;
    width: 100%;
    background-color: var(--darkGreen);
}

footer .contact {
    padding: 20px;
}

footer .contact h5 {
    color: #fff;
}

footer .contact p {
    color: #fff;
    padding-left: 10px;
}

footer .contact p svg {
    margin-right: 10px;
}

footer .contact h6 {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

footer .contact ul {
    list-style: none;
    display: flex;
}

footer .contact ul li {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

footer .contact ul li img {
    width: 100%;
    height: 100%;
}

/* ====== Banner Styles ========== */
.banner2 {
    width: 85%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #e5e2e2;
}

.banner3 {
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #e5e2e2;
}

.banner2 h3,
.banner3 h3 {
    padding: 5px;
    text-align: center;
    width: 100%;
    background-color: #e5e2e2;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

/* partner */
.partner {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(224, 221, 221, 0.997);
}

.partner .partner_slider_item {
    width: 25%;
    height: 320px;
    /* padding: 20px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partner .partner_slider_item h4 {
    font-size: 14px;
    width: 70%;
    margin: 10px auto;
    text-align: center;
}

.img-div-partner {
    height: 60%;

}

.partner .partner_slider_item img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.partner .slick-list {
    width: 90% !important;
    margin: 0 auto;
}

/* Contact Us */

.contact-us {
    margin-top: 100px;
}

.custom-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    display: block;
}

.contact-us .contact-item {
    text-align: center;
    border: 1px solid #DBDBDB;
    min-height: 180px;
    position: relative;
    background: #F7F7F7;
    padding: 30px 15px;
    padding-top: 60px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 71px;
}

.contact-us .contact-item .contact-icon {
    position: absolute;
    width: 82px;
    height: 82px;
    line-height: 76px;
    font-size: 20px;
    top: 0px;
    left: 50%;
    background: #F7F7F7;
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    margin-top: -41px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* news detail */
.news-detail h4 {
    font-size: 20px;
    color: #696b7e;
    font-weight: 600;
}

.news-detail p {
    font-size: 14px;
    text-align: justify;
    color: #696b7e;
}

.news-detail ul {
    padding-left: 15px;
    margin: 30px 0;
}

.news-detail ul li {
    padding-left: 20px;
    font-size: 14px;
    color: #696b7e;
}