* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden !important;
  background-color: rgb(250, 250, 250);
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-36 {
  font-size: 2.75rem;
}
@media (max-width: 576px) {
  .fs-36 {
    font-size: 26px;
  }
}

.fs-24 {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .fs-24 {
    font-size: 1.125rem;
  }
}

.mtc-4 {
  margin-top: 4px;
}

.mtc-8 {
  margin-top: 8px;
}

.mtc-16 {
  margin-top: 16px !important;
}

.mtc-32 {
  margin-top: 32px !important;
}

.mtc-48 {
  margin-top: 48px !important;
}

.mtc-64 {
  margin-top: 120px !important;
}
@media (max-width: 992px) {
  .mtc-64 {
    margin-top: 60px !important;
  }
}

.mtc-120 {
  margin-top: 170px !important;
}
@media (max-width: 992px) {
  .mtc-120 {
    margin-top: 60px !important;
  }
}
@media (max-width: 576px) {
  .mtc-120 {
    margin-top: 46px !important;
  }
}

.bg-bar {
  padding: 24px;
  color: #fff;
  text-align: center;
  background-color: #9bc94f;
  text-transform: uppercase;
  border-top: 5px solid #81af36;
}

.c-pointer {
  cursor: pointer;
}

button {
  border: none;
  outline: none;
}

.main-btn {
  background-color: #9bc94f;
  padding: 8px 16px;
  letter-spacing: 2px;
  color: #fff;
  letter-spacing: 0px;
  border-radius: 4px;
  cursor: pointer !important;
}
.main-btn:hover {
  background-color: #658a2b;
  color: #fff !important;
}

.nowrap {
  white-space: nowrap;
}

.main-navbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0 !important;
  background-color: #9bc94f !important;
  color: #fff;
  position: sticky;
  top: 0;
  transition: background-color 0.3s ease;
  z-index: 11111111111111 !important;
}
.main-navbar .nav-logo {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}
.main-navbar .navbar-heading {
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .main-navbar .navbar-heading {
    font-size: 16px !important;
  }
}
.main-navbar .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 12px;
}
.main-navbar .navbar-nav .nav-link:hover {
  color: #000 !important;
  background-color: #afd579;
}
.main-navbar .navbar-nav .active {
  color: #000 !important;
  background-color: #afd579;
}

.service .servive-detail {
  width: 60%;
  margin: auto;
}
@media (max-width: 576px) {
  .service .servive-detail {
    width: 95%;
  }
}

.service-cards-parent {
  margin: 24px 0;
}
.service-cards-parent .service-cards .card {
  min-height: 530px !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 1s ease-in-out;
  border: none;
  border-bottom: 6px solid #9bc94f;
}
.service-cards-parent .service-cards .card .img-hover {
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
}
.service-cards-parent .service-cards .card img {
  transition: transform 0.5s ease-out 0s;
}
.service-cards-parent .service-cards .card img:hover {
  transform: scale(1.07);
}
.service-cards-parent .service-cards .card .card-img-top {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.service-cards-parent .service-cards .card .card-title {
  color: #272626 !important;
}
.service-cards-parent .service-cards .card .card-text {
  color: #878787 !important;
  flex-grow: 1;
}
.service-cards-parent .service-cards .card .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: all 1s ease-in-out;
}
.service-cards-parent .service-cards .card .card-body:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0%;
  width: 100%;
  left: 0;
  background-color: transparent;
  transition: all 1s ease-in-out;
  z-index: 1;
}
.service-cards-parent .service-cards .card .card-body:hover:before {
  background-color: rgba(182, 228, 108, 0.7607843137);
  height: 100%;
}
.service-cards-parent .service-cards .card .card-body:hover .card-text,
.service-cards-parent .service-cards .card .card-body .card-title {
  color: #000000 !important;
  z-index: 2;
}
.service-cards-parent .service-cards .card .card-body:hover .main-btn {
  background-color: white !important;
  color: black !important;
  border: 2px solid rgba(106, 156, 25, 0.7607843137);
  z-index: 11;
}
.service-cards-parent .service-cards .card .card-body .main-btn {
  margin-top: auto;
  align-self: flex-start;
}

.accordion-parent .accordion-bar {
  padding: 24px;
  color: #fff;
  text-align: center;
  background-color: #9bc94f;
  text-transform: uppercase;
  width: 60%;
  margin: auto;
  border-top: 5px solid #81af36;
}
@media (max-width: 767px) {
  .accordion-parent .accordion-bar {
    width: 90%;
  }
}
.accordion-parent .accordion-detail {
  background-color: #9bc94f;
  text-align: center;
  background-image: url(../img/Check\ 6-min.jpg);
  widows: 100%;
  background-repeat: no-repeat;
  height: 450px;
  padding: 24px;
  position: relative;
  background-position: 0px 6%;
  background-size: cover;
  height: 464px;
}
.accordion-parent .accordion-detail .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.699);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.accordion-parent .accordion-detail .detail-text {
  letter-spacing: 0.5px;
  color: #fff;
  z-index: 11111;
  width: 60%;
  margin: auto;
}
@media (max-width: 576px) {
  .accordion-parent .accordion-detail .detail-text {
    width: 95%;
  }
}

.contact-parent .contact-form input,
.contact-parent .contact-form textarea {
  background-color: #ededed !important;
}
.contact-parent .contact-bar {
  padding: 12px;
  color: #fff;
  border-top: 5px solid #81af36;
  background-color: #9bc94f;
  text-transform: uppercase;
  width: 100%;
}
.contact-parent .icons-section {
  width: 70%;
}
.contact-parent .icons-section .icon {
  font-size: 24px;
  background-color: #9bc94f;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contact-parent .icons-section .icon:hover {
  background-color: #a6d45c;
}

.about-section .about-image {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .about-section .about-image {
    height: auto;
  }
}
.about-section .about-text h6 {
  text-transform: uppercase;
  font-size: 20px;
  color: #9bc94f;
}

.footer {
  background-color: #051429;
  width: 100%;
  background-position: center;
  background-size: COVER;
  position: relative;
}
.footer span {
  color: #fff;
}
.footer .footer-logo {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .footer .footer-logo {
    width: 180px;
    height: 188px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.footer .footer-icons {
  padding: 8px;
  width: 100%;
  cursor: pointer;
}
.footer .footer-icons .icon-div {
  background-color: #9bc94f;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-icons .icon-div:hover {
  background-color: #7ba833;
}
.footer .bi-arrow-right {
  color: #9bc94f;
}

.border-line {
  border-top: 5px solid #81af36;
  margin-bottom: 16px;
  margin-top: 8px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 !important;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/********** Template CSS **********/
/*** Spinner ***/
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*** Heading ***/
/*** Button ***/
/*** Navbar ***/
/*** Carousel ***/
/*** Section Title ***/
/*** Service ***/
/*** Testimonial ***/
/*** Team ***/
/*** Miscellaneous ***/
/* @media (max-width: 576PX) {
    .home-modal .modal-body {
      background-color: #06a3da;
    }
  } */
:root {
  --primary: #9bc94f;
  --secondary: #34ad54;
  --light: #eef9ff;
  --dark: #091e3e;
}

.spinner {
  width: 40px;
  height: 40px;
  background: var(--primary);
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

h1 {
  font-weight: 800 !important;
}

h2 {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 800 !important;
}

h3 {
  font-weight: 700 !important;
}

h4 {
  font-weight: 700 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

h5 {
  font-weight: 600 !important;
}

h6 {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 600 !important;
}

.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary {
  color: #ffffff;
  box-shadow: inset 0 0 0 50px transparent;
  color: #fff !important;
}
.btn-primary:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary {
  color: #ffffff;
  box-shadow: inset 0 0 0 50px transparent;
}
.btn-secondary:hover {
  color: #fff !important;
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
  width: 36px;
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Nunito", sans-serif;
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--primary);
}
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}
.navbar-dark .navbar-brand h1 {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark);
}

.sticky-top.navbar-dark .navbar-nav .nav-link.active {
  padding: 20px 0;
  color: #9bc94f;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6117647059);
  z-index: 1;
}

.carousel-control-prev {
  width: 50px;
  height: 50px;
  background-color: #9bc94f !important;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .carousel-control-prev {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
  }
}

.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #9bc94f !important;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .carousel-control-next {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
  }
}

.carousel-control-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-next {
  top: 50%;
  right: 5%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev-icon {
  width: 2rem;
  height: 2rem;
}

.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
}

.home-carousel-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 2px;
}
.section-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #ffffff;
  animation: section-title-run 5s infinite linear;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.section-title.text-center::after {
  animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.section-title.section-title-sm::after {
  width: 4px;
  height: 3px;
  animation: section-title-run-sm 5s infinite linear;
}

.service-item {
  position: relative;
  min-height: 444px;
  padding: 0 30px;
  transition: 0.5s;
}
.service-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 2px;
  transform: rotate(-45deg);
}
.service-item .service-icon i {
  transform: rotate(45deg);
}
.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #dddddd;
  border-radius: 2px;
  transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--primary);
}
.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}
.testimonial-carousel .owl-item.center .testimonial-item {
  background: #ffffff !important;
  box-shadow: 0 0 30px #dddddd;
}
.testimonial-carousel .owl-item .testimonial-item {
  transition: 0.5s;
}

.team-item {
  transition: 0.5s;
}
.team-item:hover {
  box-shadow: 0 0 30px #dddddd;
}
.team-item:hover .team-social {
  background: rgba(9, 30, 62, 0.7);
}
.team-item:hover .team-social a.btn:first-child {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0s;
}
.team-item:hover .team-social a.btn:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.05s;
}
.team-item:hover .team-social a.btn:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.1s;
}
.team-item:hover .team-social a.btn:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.15s;
}
.team-item:hover .team-img img {
  transform: scale(1.15);
}
.team-item .team-img img {
  transition: 0.5s;
}

.team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.team-social a.btn {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  opacity: 0;
}

.blog-item .blog-img img {
  transition: 0.5s;
}
.blog-item:hover .blog-img img {
  transform: scale(1.15);
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.bg-header {
  background: linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.header-text-div {
  width: 70%;
}
@media (max-width: 576px) {
  .header-text-div {
    width: 95%;
  }
}

.header-text-h1 {
  font-size: 46px;
}

.link-animated a,
.link-animated p {
  transition: 0.5s;
  cursor: pointer;
}
.link-animated a:hover,
.link-animated p:hover {
  padding-left: 10px;
}

.home-modal .home-modal-text {
  color: #fff !important;
}
.home-modal .modal-body {
  background-color: #06a3da;
}
.home-modal .modal-header {
  background-color: #06a3da;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.home-modal .close {
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-btn {
  background-color: #9bc94f;
  padding: 8px 16px;
  letter-spacing: 2px;
  color: #fff;
  letter-spacing: 0px;
  border-radius: 4px;
  cursor: pointer !important;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-dark {
    position: relative;
    background: #ffffff;
  }
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    color: var(--dark);
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    color: var(--dark);
  }
  .navbar-dark .navbar-nav .nav-link.show {
    padding: 10px 0;
    color: var(--dark);
  }
  .navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}
@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.315) 25%, rgba(0, 0, 0, 0.164) 62%, rgba(0, 0, 0, 0.5802696078) 97%);
    z-index: 999;
  }
  .navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: 0.5s;
  }
  .navbar-dark .navbar-nav .nav-link:hover::before {
    width: 100%;
    left: 0;
  }
  .navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
  .navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
  .sticky-top.navbar-dark {
    position: fixed;
    background: #ffffff;
  }
  .sticky-top.navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}
@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }
  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}
@media (max-width: 767px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }
  .carousel-caption h1 {
    font-size: 36px;
    font-weight: 600 !important;
  }
}
@media (max-width: 380px) {
  .carousel-caption h1 {
    font-size: 24px;
    font-weight: 600 !important;
  }
  .carousel-control-prev-icon {
    width: 1rem !important;
    height: 1rem !important;
  }
  .carousel-control-next-icon {
    width: 1rem !important;
    height: 1rem !important;
  }
}
@media (min-width: 991.98px) {
  .facts {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }
}
@media (min-width: 767.98px) {
  .footer-about {
    margin-bottom: -75px;
  }
}
@media screen and (max-width: 576px) {
  .home-header-button a {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-carousel-img {
    height: 470px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carousel-control-prev {
    position: absolute;
    top: 80%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  .carousel-control-next {
    top: 80%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
}
.new-one {
  width: 80%;
  margin: auto;
}
@media (max-width: 576px) {
  .new-one {
    width: 95% !important;
  }
}
.new-one .accordion-button:not(.collapsed) {
  background-color: white !important;
  color: #222222;
  font-weight: 600;
}
.new-one .accordion-item {
  border: none !important; /* Remove border from accordion item */
  border-bottom: 1px solid rgba(154, 201, 79, 0.4862745098) !important;
  padding: 12px 0 !important;
}
.new-one .accordion-button {
  font-weight: 600 !important;
}
.new-one .accordion-body {
  font-size: var(--b2-m);
  color: var(--text1-gray);
  font-weight: 400;
}
.new-one .accordion-item:first-of-type > .accordion-header .accordion-button {
  font-weight: 600 !important;
}
.new-one .accordion-button::after {
  background-image: url(../img/accordion-faq.svg);
}
.new-one .accordion-button:not(.collapsed)::after {
  background-image: url(../img/accordion-cross.svg);
}
.new-one .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.new-one .accordion-button:not(.collapsed) {
  color: #9bc94f !important;
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none !important;
}

.text-width {
  width: 70%;
  margin: auto;
}
@media (max-width: 576px) {
  .text-width {
    width: 90%;
  }
}

.contact .navbar-dark {
  background: white !important;
}
.contact .navbar-dark .navbar-nav .nav-link {
  color: #000000 !important;
}
.contact .navbar-dark .navbar-nav .nav-link:hover {
  color: var(--primary);
}
.contact .navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary) !important;
}
.contact .navbar-dark .navbar-brand h1 {
  color: #ffffff;
}
.contact .navbar-dark .navbar-toggler {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

#calendar {
  margin: 0 auto;
}
#calendar a {
  color: rgb(0, 0, 0) !important;
}

.fc td {
  cursor: pointer;
}

.fc .fc-non-business {
  background-color: none !important;
}

.fc-daygrid-event-dot {
  display: none !important;
}

.fc .fc-toolbar {
  flex-wrap: wrap !important;
  gap: 12px;
}

.fc .fc-button-primary {
  background-color: #9bc94f !important;
  border-color: white !important;
}

.fc .fc-button-primary:focus {
  box-shadow: rgba(112, 228, 83, 0.322) 0px 0px 0px 0.2rem !important;
}

.fc .fc-non-business {
  background: none !important;
}

.fc .fc-bg-event {
  background-color: #9bc94f !important;
  opacity: 1 !important;
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 66px;
}

.fc .fc-popover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px;
  position: absolute;
  z-index: 10 !important;
}

.fc-event-title-container {
  background-color: #9bc94f !important;
  border: none !important;
}

.community-cards-parent .service-cards .card {
  min-height: 400px !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 1s ease-in-out;
  border: none;
  border-bottom: 6px solid #9bc94f;
}
.community-cards-parent .service-cards .card .img-hover {
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
}
.community-cards-parent .service-cards .card img {
  transition: transform 0.5s ease-out 0s;
}
.community-cards-parent .service-cards .card img:hover {
  transform: scale(1.07);
}
.community-cards-parent .service-cards .card .card-img-top {
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.community-cards-parent .service-cards .card .card-title {
  color: #272626 !important;
}
.community-cards-parent .service-cards .card .card-text {
  color: #878787 !important;
  flex-grow: 1;
}
.community-cards-parent .service-cards .card .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: all 1s ease-in-out;
}
.community-cards-parent .service-cards .card .card-body:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0%;
  width: 100%;
  left: 0;
  background-color: transparent;
  transition: all 1s ease-in-out;
  z-index: 1;
}
.community-cards-parent .service-cards .card .card-body:hover:before {
  background-color: rgba(182, 228, 108, 0.7607843137);
  height: 100%;
}
.community-cards-parent .service-cards .card .card-body:hover .card-text,
.community-cards-parent .service-cards .card .card-body .card-title {
  color: #000000 !important;
  z-index: 2;
}
.community-cards-parent .service-cards .card .main-btn {
  margin-top: auto;
  align-self: flex-start;
}

.calender-modal .close {
  background: none !important;
}
.calender-modal .modal-content {
  height: 400px !important;
  background-color: #9bc94f;
  color: #fff !important;
  border: none !important;
}
.calender-modal .modal-header {
  border-bottom: 1px solid rgba(214, 214, 214, 0.4117647059) !important;
}

.main-logo {
  max-width: 95px;
}
@media (max-width: 567px) {
  .main-logo {
    max-width: 60px !important;
  }
}
@media (max-width: 992px) {
  .main-logo {
    max-width: 75px !important;
  }
}

.main-logo-text {
  max-width: 220px;
}
@media (max-width: 567px) {
  .main-logo-text {
    max-width: 158px !important;
  }
}/*# sourceMappingURL=customstyle.css.map */