@charset "utf-8";
/* CSS Document */

body {
    color: #787878;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 27px;
	position: relative;
 }
* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    color: #2C2D3F;
}
ul {
    list-style: none;
    margin-bottom: 0;
}

a {
    color: #17161a;
    transition: .5s;
}

h1{
    font-family: "Poppins", serif;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 600;
}
h1 {
    font-size: 36px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Poppins", serif;
    font-weight: 500;
    line-height: 1.2;
    color: #444;
}


.topbar-area {
    background: #316430;
    padding: 15px 0px;
}

.topbar-content {
    position: relative;
    float: right;
}

.topbar-content li {
    display: inline-block;
    position: relative;
    padding-left: 55px;
    margin-right: 30px;
    text-transform: capitalize;
    cursor: pointer;
    color: rgb(255, 255, 255);
}


.topbar-content li {
    display: inline-block;
    position: relative;
    padding-left: 55px;
    margin-right: 30px;
    text-transform: capitalize;
    cursor: pointer;
    color: rgb(255, 255, 255);
}


.topbar-content li i {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    top: 2px;
    line-height: 35px;
    font-size: 17px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: #94c242;
    border-radius: 100%;
    transition: 0.4s;
}


.topbar-content li span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}

.top-list li {
    display: inline;
    margin-left: 5px;
}

.top-list li a i {
    display: inline-block;
    height: 42px;
    width: 42px;
    background: #ffffff1c;
    text-align: center;
    line-height: 42px;
    border-radius: 30px;
}

.top-list li a i:hover{
	background:#7dbc26;
	color:#fff;
}

.header {
    background: #fff;
}

.bg-body-tertiary {
    background-color: #fff !important;
}

.top-logo img {
    width: 300px;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #316430 !important;
}
.nav-link {
	 color: #2C2D3F !important;
    font-size: 15px;
    font-weight: 600;
	line-height: 52px;
    display: block;
    position: relative;
	 text-transform: uppercase;
    font-family: "Poppins", serif;
    background: transparent;
	transition: 0.3s;  
}
.nav-item{
	padding-left:15px;
}
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 0px;
    border: none;
    border-top: 4px solid #316430;
    border-radius: 0px;
    width: 220px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    color: #316430;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }
  
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: #316430;
    color: #fff;
  }

 .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

.features-area {
    padding: 100px 0px;
    background: #f7ffea;
}

.feature-s-title {
    text-align: center;
    margin-bottom: 50px;
}

.single-features {
    text-align: center;
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 20px;
}

.single-features:hover {
	transform: translateY(-5px);
}

.single-features:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature-icon i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    font-size: 25px;
    background: #316430;
    border-radius: 100%;
    margin-bottom: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature-content h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.feature-content h5 a:hover{
    color: #316430;
}

.feature-content p {
    color: #666;
}
.about-area {
    padding: 100px 0px;
}

.about-content {
    padding-left: 20px;
}

.about-c-title {
    margin-bottom: 20px;
}

.about-c-title span {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: #316430;
    font-weight: 500;
    position: relative;
    padding-left: 65px;
}

.about-c-title span::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    background: #316430;
    bottom: 10px;
}

.about-c-title h1 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #2C2D3F !important;
    font-weight: 600;
}

.about-c-title p {
    color: #666;
    margin-bottom: 10px;
}

.about-img img {
    border-radius: 15px;
}

.theme-btn:hover {
    background: #94c242;
    color: #fff;
    border-color: transparent;
}
button, a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a:hover {
    color: #1A76D1;
}
.theme-btn {
    background: #316430;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px 15px 25px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.service-area {
    padding: 100px 0px;
    background: #f7ffea;
}

.section-title {
    text-align: center;
    padding: 0px 60px;
    margin-bottom: 50px;
}

.section-title span {
    font-size: 15px;
    color: #316430;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
}

.section-title h3 {
    color: #2C2D3F;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title p {
    color: #666;
    font-size: 15px;
}

.single-service {
    background: #fff;
    padding: 30px 20px 30px 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 30px;
    border-radius: 10px;
}

.single-service-content {
    position: relative;
}

.single-service-content i {
    position: absolute;
    left: 0;
    font-size: 38px;
    color: #1A76D1;
    top: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -18px;
}

.service-main-content {
    margin-left: 70px;
}

.single-service-content h4 {
    margin-bottom: 10px;
}

.single-service-content p {
    color: #666;
    line-height: 23px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.process-card-icon img {
    width: 230px !important;
    max-width: 230px !important;
    height: 230px !important;
    border-radius: 50%;
    padding: 12px;
}


.our-mission-area {
    padding: 100px 0px;
}

.mission-c-top {
    margin-bottom: 25px;
}

.mission-content span {
    color: #316430;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
}

.mission-content h3 {
    font-size: 40px;
    color: #2C2D3F;
    margin-bottom: 15px;
}

.mission-content strong {
    color: #316430;
    font-weight: 700;
}
.mission-c-list li {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
}

.mission-c-list li i {
    color: #316430;
    font-size: 18px;
    margin-right: 8px;
}

.mission-img img {
    border-radius: 15px;
}

.appoinment-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0px;
    position: relative;
}

.appoinment-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #316430;
    opacity: 0.8;
    top: 0;
}

.appoinment-inner {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0px 5px 14px #0000002e;
	 position: relative;
}

.appoinment-title {
    margin-bottom: 40px;
}

.appoinment-title h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.appoinment-title h3::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 4px;
    background: #316430;
    bottom: -2px;
}

.appoinment-inner .form-group {
    margin: 0;
    margin-bottom: 30px;
}

.appoinment-inner .form-group input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    color: #2C2D3F;
    font-size: 13px;
    text-transform: capitalize;
}

.appoinment-inner select {
    background: #fff;
    line-height: 43px;
    color: #2C2D3F;
    margin: 0;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.appoinment-inner .form-group textarea {
    width: 100%;
    height: 110px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    color: #2C2D3F;
    font-size: 15px;
}

.pt-100{
    padding: 100px 0px;
}


.why-c-top {
    margin-bottom: 25px;
}

.why-content span {
    color: #316430;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
}

.why-content h3 {
    font-size: 40px;
    color: #2C2D3F;
    margin-bottom: 15px;
}

.why-content strong {
    color: #316430;
    font-weight: 700;
}
.about_elements img {
    max-width: 40px;
}

.content_box h3 {
color: #2C2D3F;
 font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}


.breadcrumbs {
    padding: 120px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #316430;
    top: 0;
    opacity: 0.8;
}

.breadcrumb-content {
    text-align: center;
	position: relative;
}

.breadcrumbs h4 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}

.breadcrumb-menu {
    padding-left: 0px;
}

.breadcrumb-menu li {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb-menu li a {
    color: #fff;
    font-size: 15px;
}
.breadcrumb-menu li i {
    margin-left: 10px;
    color: #fff;
}

.breadcrumb-menu li:last-child {
    margin: 0;
}


.apppoinment-page-area {
    padding: 100px 0px;
}

.apppoinment-page-area .appoinment-inner {
    background: #fff;
    box-shadow: 0px 0px 10px #0000001c;
}

.blog-archive-area {
    padding: 70px 0px 100px;
}
.blog-area {
    padding: 100px 0px;

}

.single-blog {
    background: #fff;
    padding: 15px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    margin-top: 30px;
    border-radius: 10px;
}

.s-blog-head {
    position: relative;
}

.s-blog-img {
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: relative;
    border-radius: 10px;
}

.s-blog-img img {
    border-radius: 10px;
    width: 100%;
}

.single-blog:hover .s-blog-img img {
    transform: scale(1.1);
}

.single-blog-content {
    margin-top: 35px;
    padding: 0px 5px 0px 5px;
}

.single-blog-title {
    position: relative;
}

.single-blog-content p {
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.single-blog-content h3 a {
    font-size: 22px;
    color: #2C2D3F;
    line-height: 28px;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.contact-area {
    padding: 100px 0px;
    background: #f9f9f9;
}


.contact-inner {
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    padding: 40px 35px;
    border-radius: 10px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form .form-group input {
    width: 100%;
    height: 50px;
    border: none;
    background: #e2f1e2;
    padding: 10px 20px;
    font-size: 15px;
    color: #2C2D3F;
    font-weight: 500;
    border-radius: 10px;
}

.contact-form .form-group textarea {
    width: 100%;
    height: 170px;
    border: none;
    background: #e2f1e2;
    padding: 10px 20px;
    color: #2C2D3F;
    font-weight: 500;
    border-radius: 10px;
}

.contact-details {
    padding: 45px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
}

.contact-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #316430;
    left: 0;
    top: 0;
    opacity: 0.8;
    border-radius: 10px;
}

.contact-details-title {
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.contact-details-title span {
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.contact-details-title h4 {
    color: #fff;
    font-size: 30px;
}
.single-c-details {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.single-c-details i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    color: #1A76D1;
    top: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 4px 10px #0000003b;
}

.single-c-content {
    padding-left: 65px;
}
.single-c-content h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}


.single-c-content span {
    color: #fff;
}

.footer-area {
    background: #316430;
    position: relative;
    z-index: 1;
}

.footer-widget-box {
    margin-bottom: 20px;
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    z-index: 1;
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}
.footer-list li a i {
    margin-right: 5px;
    color: #ffffff;
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 15px;
    height: 3px;
    background-color: #f5ffe4;
    bottom: 0;
    left: 0;
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 35px;
    height: 3px;
    background-color: #f5ffe4;
    bottom: 0;
    left: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #0d330c;
    border-radius: 50px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.copyright-text{
	color:#f5ffe4;
}

.footer-area .footer-one-single-wized .wized-title {
    margin-bottom: 25px;
}

.footer-area .footer-one-single-wized .wized-title .title {
    color: #fff;
    margin-bottom: 10px;
}


.footer-area .footer-one-single-wized .signle-footer-contact-8 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-area .footer-one-single-wized .signle-footer-contact-8 .icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-content: center;
    justify-content: center;
    background: #94c242;
    border-radius: 5px;
}

.footer-area .footer-one-single-wized .signle-footer-contact-8 .icon i {
    color: #fff;
    line-height: 2;
}

.footer-area .footer-one-single-wized .quick-link-inner {
    display: flex;
}

.footer-area .footer-one-single-wized .signle-footer-contact-8 .inner-content .title {
    color: #fff;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
}

.footer-area .footer-one-single-wized .signle-footer-contact-8 .inner-content a {
    color: #8B8F99;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
}
ol, ul {
padding: 0px !important;
}

.faq-area {
    padding: 80px 0px 100px;
    background: #f9f9f9;
}

.faq-area .panel-group {
    margin: 0;
    margin-top: 20px;
}

.faq-area .panel-default {
    border: none;
    text-shadow: none;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
}

.faq-area .panel .faq-title a.collapsed {
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 20px;
    background: #F9F9FB;
    border: 2px solid #316430;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #2C2D3F;
}
.faq-area .panel .faq-title a {
    text-decoration: none;
    border-color: transparent;
    border-top: 2px solid #316430;
}
.faq-area .faq-title a {
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 0px;
    background: #f9f9f9;
    border-radius: 0;
    line-height: 26px;
    font-weight: 600;
    font-size: 17px;
    color: #2C2D3F;
}

.faq-area .faq-body {
    padding: 0px 25px;
    color: #666;
    box-shadow: none;
    text-shadow: none;
    background: transparent;
    font-weight: normal;
    border-radius: 0px 0px 8px 8px;
    background: #f9f9f9;
    font-size: 15px;
    line-height: 26px;
}


/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery{
        padding: 80px 0px 100px;
    background: #f9f9f9;
}
.gallery .gallery-item {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .gallery .gallery-item {
    margin-bottom: 20px;
  }
}

.gallery .gallery-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
}

.gallery .gallery-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.gallery .gallery-card:hover .gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery .gallery-card:hover .gallery-image img {
  transform: scale(1.1);
}

.gallery .gallery-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}

.gallery .gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.gallery .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  color: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.gallery .gallery-overlay .gallery-actions {
  display: flex;
  gap: 15px;
}

.gallery .gallery-overlay .gallery-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #099aa7;
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}

