.extend-width {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.home {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: arial, sans-serif;
}
.site-container {
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
.topbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  color: #fff;
  width: 100%;
}
.topbar-contacts {
  background-color: #69bd44;
  padding: 0 20%;
  margin-top: 0px;
  justify-content: space-around;
}
.top-contact-text {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.top-contact-text a {
  color: #000000;
  text-decoration: none;
}
.services-container {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#footer {
  background-color: #030f27;
  margin-bottom: -8px !important;
  margin-top: 8px !important;
  padding-top: 15px !important;
}
#footer .widget-title {
  color: #676b6e;
  font-size: 20px;
  text-transform: uppercase;
  font-family: sans-serif;
  padding: 0px 0 5px 0px;
}
#footer p {
  color: #ffffff;
}
#footer ul {
  color: #ffffff;
}
#footer #menu-footer-about {
  padding-inline-start: 0;
  -webkit-padding-start: 0;
}
#footer #menu-footer-about .menu-item {
  list-style: none;
  text-align: left;
  padding: 0px 0 10px 0;
}
#footer #menu-footer-about .menu-item a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  font-family: sans-serif;
}
.footer-numbers {
  background-color: #222222;
  background-image: url(../images/bg-section-2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
  padding: 2.5rem 0;
}
.footer-numbers h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.numbers-cell h2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 5rem;
  font-weight: 600;
  justify-content: center;
}
.numbers-cell h2::after {
  color: #69bd44;
  content: "+";
  font-size: 2rem;
}
.numbers-cell h5 {
  color: #fff;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
#footer {
  margin-top: 1px !Important;
}
.home-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home-gallery li a {
  display: block;
}
.home-gallery ul li {
  list-style: none;
  border: 1px solid transparent;
}
.post-box {
  margin-bottom: 2rem;
}
.post-box > a {
  display: flex;
  justify-content: center;
  height: 12rem;
}
.post-box > a img {
  height: 100%;
  margin: auto;
  width: auto;
}
.post-box h3 {
  border-bottom: 3px solid #69bd44;
  display: inline-block;
  margin-bottom: 1rem;
}
.post-box h3 a {
  font-size: 1.25rem;
  text-decoration: none;
}
.wpcf7-form {
  width: 100%;
}
.wpcf7-form input, .wpcf7-form textarea {
  border: 2px solid #ebebeb;
  border-left: 5px solid #4868b1;
  border-radius: #666;
  padding: 0.25rem;
  width: 100%;
}
.wpcf7-form textarea {
  max-height: 6rem;
}
.wpcf7-form label {
  font-size: 0.8125rem;
  color: #666;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.75;
  text-transform: uppercase;
}
.wpcf7-form button, .wpcf7-form input[type="submit"] {
  background: #69bd44;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 0.675rem;
  text-transform: uppercase;
  transition: all 0.5s;
}
.wpcf7-form button:hover, .wpcf7-form input[type="submit"]:hover {
  background: #549836;
}
.single #content {
  padding-bottom: 2rem;
}
.single #content h2 {
  color: #4868b1;
  border-bottom: 3px solid #69bd44;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  display: block;
}
.single .wpcf7-form {
  background: #f4f5f6;
  margin-top: -1rem;
  padding: 1rem;
}
.featured-title-section {
  background: #f8f8f8;
}
.featured-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.thick-line {
  border: 0;
  height: 8px;
  /* You can adjust the thickness of the line here */
  background-color: #69bd44;
  /* And adjust the color of the line here */
  width: 33%;
  opacity: 1;
}
.page-content p {
  font-size: 1.2rem;
  /* adjust this value to your desired font size */
}
.accordion {
  list-style: none;
  padding: 0;
}
.accordion .toggle {
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  width: 100%;
  display: block;
  background: #4868B1;
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}
.accordion .toggle .title-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion .toggle .title-container i, .accordion .toggle .title-container h3 {
  margin: 0;
}
.accordion .toggle .title-container h3 {
  flex-grow: 1;
  text-align: left;
}
.accordion .toggle .title-container i.fa-arrow-down {
  margin-left: auto;
}
.accordion .toggle .title-container i.fa-plus {
  padding-right: 1em;
}
.accordion .toggle .title-container i.fa-minus {
  padding-right: 1em;
}
.accordion .toggle:hover {
  background: #69bd44;
}
.accordion .toggle.active {
  background: #69bd44;
}
.accordion .inner {
  padding-left: 1em;
  padding-top: 1em;
  overflow: hidden;
  display: none;
}
.accordion li {
  margin: 0.5em 0;
}
.accordion-text {
  font-size: 1.1rem;
  /* adjust this value to your desired font size */
}
.slide-inner {
  position: relative;
  margin-bottom: 2em;
}
.slide-title {
  position: absolute;
  bottom: 3em;
  left: 8em;
  padding: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}
.slide-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0em;
  left: 0em;
  width: 9px;
  background-color: #69bd44;
}
.splide__pagination__page.is-active {
  background: #69bd44 !important;
}
.toggle {
  position: relative;
  /* other styles... */
}
.icon-arrow {
  position: absolute;
  right: 0;
}
.icon-toggle.fa-plus {
  display: none;
}
.toggle.active .icon-toggle.fa-plus {
  display: inline-block;
}
.toggle.active .icon-toggle.fa-minus {
  display: none;
}
.title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-container h3 {
  margin: 0;
}
.navbar-collapse {
  background-color: #ffffff;
}
.navbar-toggler {
  border: none;
  background: transparent;
  width: 35px;
  height: 35px;
}
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
#menu-topbar .nav-link {
  font-size: 19px;
}
.icon-bar {
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  margin: 6px 0;
  transition: all 0.2s;
  background-color: #000;
}
.navbar-toggler .top-bar {
  transform: rotate(0deg);
}
.navbar-toggler .middle-bar {
  opacity: 1;
}
.navbar-toggler .bottom-bar {
  transform: rotate(0deg);
}
.navbar-toggler[aria-expanded="true"] .top-bar {
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom-bar {
  transform: translateY(-10px) rotate(-45deg);
}
.nav-item.dropdown .dropdown-menu {
  background-color: #fff;
  color: #333;
  border: none;
  border-radius: 0;
  box-shadow: 5px 7px 4px rgba(0, 0, 0, 0.15);
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #69bd44;
  color: #ffffff;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  transform: none;
  border: none;
  border-radius: 0;
  box-shadow: 5px 7px 4px rgba(0, 0, 0, 0.15);
}
@media (min-width: 991px) {
  #menu-topbar ul {
    box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.25);
    margin: 0;
    min-width: 10rem;
    padding: 0;
  }
  #menu-topbar ul li {
    border-bottom: 1px solid #ebebeb;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left !important;
  }
  #menu-topbar > li {
    position: relative;
  }
  #menu-topbar > li a {
    color: black;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    text-decoration: none;
    transition: all 0.5s;
  }
  #menu-topbar > li > ul {
    display: none;
  }
  #menu-topbar > li:hover > ul {
    background: #fff;
    display: block;
    left: 0;
    position: absolute;
    top: 100%;
  }
  #menu-topbar > li:hover > ul li {
    list-style: none;
  }
  #menu-topbar > li:hover > ul li a:hover {
    background: #ebebeb;
    color: #69bd44;
  }
  #menu-topbar > li:hover > ul li ul {
    display: none;
  }
  #menu-topbar > li:hover > ul li:hover ul {
    background: #fff;
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 990px) {
  .sub-menu {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #menu-topbar {
    background: rgba(255, 255, 255, 0.125);
    text-align: center;
  }
  #menu-topbar > li > a {
    color: black;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    text-decoration: none;
    transition: all 0.5s;
    border-bottom: 1px solid #000;
  }
  #menu-topbar > li > a:hover {
    background: #ebebeb;
    color: #69bd44;
  }
  #menu-topbar ul li {
    list-style: none;
  }
  #menu-topbar ul li a {
    color: black;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    text-decoration: none;
    transition: all 0.5s;
    border-bottom: 0.5px solid #69bd44;
  }
  #menu-topbar ul li a:hover {
    background: #ebebeb;
    color: #69bd44;
  }
}
