* {
    margin: 0;
    padding: 0;
    /* font-family: "Manrope", sans-serif; */
    --fs-body: 16px;
    --fs-main-heading: 40px;
    --fs-sub-heading: 35px;
    --fs-small-heading: 24px;
    --primary:#147d3e;  
  }


  main
  {
    /* background-color: red; */
  }


  main .navbar{
    padding: 0px;
    position: absolute;
    width: 100%;
    background-color: transparent !important;
    top: 0px;
    z-index: 2;
    }

    .navbar-to-stick.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; /* Ensure it stays on top of other content */
      }

      .reserved-space {
        padding-top: 60px; /* Adjust this value based on the height of your navbar */
      }


  main .navbar-brand
  {
    padding: 0px;
    display: flex;
    justify-content: center;
  }

  main h4
  {
    align-self: center;
    width: 250px;
    /* background-color: rebeccapurple; */
    text-wrap: balance;
    font-size: 24px;
    margin: 0px 0px 0px 10px;
  }
  

 main .logo
 {

    /* background-color: blue; */
    width: 120px;
 }
 
 .slider_
 {
    /* background-color: red; */
    /* height: 100vh; */
    /* background-position:center; */
    /* background-size: cover; */
    /* background-image: url(assets/Subtraction.png); */
 }

.pagesHeader
{
    height: 50vh;
    background-position:center;
    background-size: cover;
    position: relative;
    /* background-image: url('../assets/slider1.png'); */
}

.pagesHeader .page-title {
    text-align: center;
    padding: 80px 0px;
    position: relative;
    color: white;
    position: relative;
    top: 80px;

}

.pagesHeader .page-title h2 {
    margin: 15px 0 0 0;
    font-size: 45px;
    font-weight: 600;
}


.pagesHeader .page-title nav {
    margin: 15px auto 0 auto;
    font-weight: 500;
    font-size: 18px;
    /* background-color: red; */
    text-align: center;
}


.pagesHeader .page-title nav .breadcrumb
{
    text-align: center;
    justify-content: center;
}

.pagesHeader .page-title nav .breadcrumb .breadcrumb-item a
{
    color: rgba(255, 255, 255, 0.525);
}
.pagesHeader .page-title nav .breadcrumb .breadcrumb-item.active
{
    color: white;
}

main .pagesHeader::before
{
    content: '';
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/Pageheaders.png);
    /* background-color: red; */
    /* z-index: 11; */
}

 main .carousel-item::before
 {
     content: '';
     top: 0px;
     position: absolute;
     width: 100%;
     height: 100%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-image: url(../assets/Subtraction.png);
     /* background-color: red; */
     /* z-index: 11; */
 }


 main .carousel-caption
 {
    position: absolute;
    right: 0px;
    bottom: 22%;
    left: 9%;
    width: 35%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    /* background: rebeccapurple; */
 }

 main .carousel-caption p
 {
    font-size: 24px;
    margin-top: 50px;
 }


 .slider_ .carousel-control-prev,  .slider_ .carousel-control-next
 {
    width: 50px;
    height: 50px;
    background: white;
    opacity: 1;
    border-radius: 100%;
    top: auto;
    bottom: 10%;
 }

 .slider_ .carousel-control-prev
 {
    left: 8%;
 }

 .slider_ .carousel-control-next {
    right: 8%;
}


.slider_ .carousel-control-next-icon
{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}


.slider_ .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}



header
{
    /* background-color: red; */
}

header .bg-dark
{
    background-color: #e8f4ea !important;
    padding: 20px 0px;
}

header .navbar-dark .navbar-nav .nav-link
{
    color: var(--primary);
    background: none;
    padding: 8px 25px;
    border-radius: 50px;
}
header .navbar-dark .navbar-nav .show > .nav-link, header .navbar-dark .navbar-nav .nav-link.active
{
    background: var(--primary);
}

header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-link:focus
{
    background-color: var(--primary);
}


.about-section
{
    /* background-color: red; */
    padding: 80px 0px;   
    background: url('../assets/ajrak1.png'); 
    background-repeat: unset;
    /* background-size: cover; */
    background-position: center;
    position: relative;
    z-index: 1;
}

.about-section::after
{
    content: '';
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.9;
}

.top-head
{
    /* background: rebeccapurple; */
    margin-bottom: 100px;
}

.top-head h2
{

}

.about-section h2
{
    text-align: center;
    font-size: 38px;
    letter-spacing: 5px;
    font-weight: 600;
}

.about-section h5
{
    text-align: center;
    font-size: 22px;
}

.tabs-sec
{
    background-color: white;
    border-radius: 14px !important;
    overflow: hidden;
    
}

.tabs-sec .nav-item
{
        background: white;
        width: 50%;
}

.tabs-sec .nav-pills .nav-link
{
    width: 100%;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}

.tabs-sec .nav
{
    border-bottom: 5px solid var(--primary);
}


.tabs-sec .nav-pills .nav-link.active, .tabs-sec .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--primary);
    border-radius: 14px 14px 0px 0px !important;
}

.dropdown-item.active, .dropdown-item:active

{
    background-color: var(--primary);
}
.tabs-sec .mayor-message
{
    /* background: red; */
    padding: 50px;
}


.tabs-sec .profile
{
    /* background-color: aqua; */
}

.tabs-sec .profile h5
{
    /* margin: 0px; */
    font-weight: 700;
    font-size: 22px;
    color: var(--primary);
}

.tabs-sec .profile h6
{
    margin: 0px;
    color: var(--primary);
}

.tabs-sec .profile img
{
    border-radius: 20px;
    margin-bottom: 10px;
}

.tabs-sec .mayor-message h4
{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.tabs-sec .mayor-message p
{
    font-size: 18px;
}

/* .news-update
{
    background-color: red;
    height: 100px;
} */

.notification-updates
{
  border: 1px solid silver;
  background: #ebebeb;

}


.notification-updates h3 {

  color: var(--primary);
  font-size: 20px;
  padding: 0px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  margin: 0px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}


.notification-updates p
{
font-size: 14px;
color: grey;
}


.notification-updates .card
{
background-color: transparent;
border-left: 0px;
border-right: 0px;
border-top: 0px;
}

.notification-updates .card:hover
{
background-color: #00000008;
}

.date
{
background: #d7d7d7;
margin-left: 10px;
border-radius: 10px;
padding: 6px;
}

.date span:nth-last-of-type(3)
{
font-size: 22px;
line-height: 1.2;
font-weight: 600;
display: block;
width: 100%;
text-align: center;
color: var(--primary);
}

.date span:nth-last-of-type(2)
{
font-size: 14px;
line-height: 1;
font-weight: 300;
display: block;
width: 100%;
text-align: center;
}

.date span:nth-last-of-type(1)
{
font-size: 14px;
line-height: 1;
font-weight: 300;
display: block;
width: 100%;
text-align: center;
}


.notification-updates .card-body
{
padding: 10px 10px;
}


.notification-updates .card-body .card-text
{

font-size: 13px;
margin: 0px;
}

.notification-updates .card-body .card-title
{
font-size: 18px;
margin-bottom: 0.3rem
}

.notification-updates .card-body .btn
{
font-size: 13px;
padding: 0px;
}



.news-update .carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #00000042;
    width: 100%;
    left: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.what-we-do-section
{
    /* background-color: red; */
    padding: 80px 0px;   
    background: url('../assets/ajrak1.png'); 
    background-repeat: unset;
    /* background-size: cover; */
    background-position: center;
    position: relative;
    z-index: 1;
}

.what-we-do-section::after
{
    content: '';
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.9;
}

.what-we-do-section .top-head
{
    /* background: rebeccapurple; */
    margin-bottom: 20px;
}



.what-we-do-section h2
{
    text-align: start;
    font-size: 38px;
    letter-spacing: 0px;
    color: var(--primary);
}

.what-we-do-section h4
{
    color: var(--primary);
}


 .btn-secondary
{
    background-color: var(--primary);
}


.what-we-do-section .card
{
    border-radius: 12px;
    overflow: hidden;
}
 
.what-we-do-section .card img
{
   /*background:red;*/
}

.footer
{
    background-color: var(--primary);
    color: white;
    position: relative;
}

.footer .nav-link
{
    color: white;
} 

.footer .d-flex.align-items-center img
{
    width: 150px;
    position: absolute;
    top: 0px;
}

.footer .about-
{
      width: 150px;
    position: relative;
    top: 40%;
    /* background-color: red; */
    width: 300px;
    padding-bottom: 80px;
}

.contact-section
{
    padding: 100px 0px;
}
.contact-section .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 30px 0;
}

.contact-section .info-box i {
    font-size: 20px;
    color: var(--primary);
    /* padding: 10px; */
    border-radius: 50%;
    padding: 14px;
    width: 50px;
    height: 50px;
    border: 2px dotted #147d3e69;
}

.contact-section .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact-section .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact-section  .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}

.contact-section  .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact-section .php-email-form input {
    padding: 10px 15px;
}

.contact-section .php-email-form textarea {
    padding: 12px 15px;
}
.contact-section .php-email-form input, .contact-section .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact-section .php-email-form button[type=submit] {
    background: var(--primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    width: 100%;
}

.contact-section  .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact-section  .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact-section  .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}


.downloads-table
{
    /* width: 90%; */
    margin: 0px auto;
    padding: 100px 0px;
}
.downloads-table .table th ,
.downloads-table .table tr
{
  color: #424040 !important;
  font-size: 13px !important;
}

.custom-pagination
{
    padding-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;

}

.page-item.active .page-link
{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.page-link
{
    color: var(--primary)  !important;
}

.page-item.active .page-link
{
    color:white  !important;
}

.aboutPage-section 
{
    padding: 80px 0px;
    background: url(../assets/ajrak1.png);
    background-repeat: unset;
    /* background-size: cover; */
    background-position: center;
    position: relative;
    z-index: 1;
}

.aboutPage-section::after {
    content: '';
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.9;
}

.breadcrumb
{
    background:none !important;
}

#webNav
{
    display:flex !Important;
}


#respossiveNav
{
     display:none !Important;
}

@media screen and (max-width: 786px) {
    
    div.dataTables_wrapper div.dataTables_length
    {
        display:none !important;
    }
    
    div.dataTables_wrapper div.dataTables_filter
{
    text-align: left !important;
}

.pagesHeader .page-title nav .breadcrumb {
    font-size: 16px;
}

.pagesHeader .page-title h2 {
    margin: 15px 0 0 0;
    font-size: 26px;
    font-weight: 600;
}

.properties_table h5
{
    font-size:16px;
}
    header .bg-dark
{
    display: none;
}


main .carousel-caption p {
    font-size: 16px;
    margin-top: 20px;
    display:none;
}

main .logo {
    /* background-color: blue; */
    width: 60px;
}
main h4 {
    align-self: center;
    width: 180px;
    /* background-color: rebeccapurple; */
    text-wrap: balance;
    font-size: 16px;
    margin: 0px 0px 0px 10px;
}
main .carousel-caption h1
{
    font-size: 12px;
}



}


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

#webNav
{
    display:none !Important;
}


#respossiveNav
{
     display:block !Important;
}


    header > .bg-dark
{
    display: none;
}

.news-update .carousel-caption
{
    background: #00000078;
    
}

.news-update .carousel-caption h4
{
    font-size: 18px;
}




.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.carousel-control-prev, .carousel-control-next {
    width: 30px;
    height: 30px;
}

.about-section h2 {
    font-size: 20px;
    letter-spacing: 0px;
}


.about-section .top-head
{
    margin-bottom: 60px;
}


  
.tabs-sec .mayor-message
{
    padding: 20px;
}

.tabs-sec .mayor-message h4
{
    margin-top: 40px;
    text-align: center;
}

.tabs-sec .mayor-message p
{
    text-align: center;
    font-size:14px;
}
.tabs-sec .mayor-message h4 {
    font-size: 20px;
}

.footer .about- {
    top: 24%;
    padding-bottom: 0px;
    margin-bottom: 90px;
    font-size: 14px;
}

.footer .d-flex.align-items-center img
{
    width: 120px;
}

.footer .nav-link {
    font-size: 14px;
}

.footer h5
{
    font-size: 16px;
}

.slider_ .carousel-control-prev, .slider_ .carousel-control-next {
    width: 25px;
    height: 25px;
  
}

.tabs-sec .nav-pills .nav-link {
    font-size: 14px;
}

.navbar-collapse
{
    background: white;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-nav .nav-link{
  color: var(--primary);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
    color: var(--primary);
}

.notification-updates .card-body .card-title
{
    font-size: 16px;
}
.notification-updates .card-body .card-text
{
    font-size: 12px;
}
.date span:nth-last-of-type(1) {
    font-size: 12px;
}
.date span:nth-last-of-type(2) {
    font-size: 12px;
}
.date span:nth-last-of-type(3)
{
    font-size: 20px;
}

.what-we-do-section h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.what-we-do-section .top-head {
    margin-bottom: 0px;
}
.what-we-do-section h4 {
    color: var(--primary);
    font-size: 18px;
}

.what-we-do-section p.card-text
{
    font-size: 14px;
}

.what-we-do-section .btn-secondary
{
    font-size: 14px;
}

.card img {
    height: 200px;
    object-fit: cover;
}

}

