.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;
}
