body {
  margin: 0;
  padding: 0;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

.mainWrapper {
  font-size: 1rem;
  overflow: hidden;
}

html {
  font-size: 16px;
}

.wrapper {
  width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

a {
  text-decoration: none;
  color: #000;
}
a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: #000;
}

.hamburgerIcon, .mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
  display: none;
  vertical-align: top;
  box-sizing: border-box;
  position: fixed;
  right: 1rem;
  top: 30px;
  z-index: 100;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .hamburgerIcon, .mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
    display: inline-block;
  }
}
.hamburgerIcon img, .mobilePhoneIcon img, .mobileMapIcon img, .mobileMailIcon img, .mobileLanguageIcon img {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
  transition: transform 0.25s ease-in-out;
}

.mobilePhoneIcon {
  right: -250px;
  left: auto;
  margin-top: 42px;
}

.mobileMapIcon {
  margin-top: 84px;
  right: -250px;
  left: auto;
}

.mobileMailIcon {
  right: -250px;
  left: auto;
  margin-top: 84px;
}

.mobileLanguageIcon {
  margin-top: 126px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  width: 36px;
  height: 36px;
}

.mobilePhoneContent, .mobileMapContent, .mobileMailContent {
  display: inline-block;
  background-color: #383385;
  background-color: rgba(56, 51, 133, 0.6784313725);
  padding: 7px 12px;
  border-radius: 4px;
  text-align: center;
  width: 250px;
  margin-left: 12px;
  color: #fff;
  font-size: 0.8rem;
}
.mobilePhoneContent a, .mobileMapContent a, .mobileMailContent a {
  color: #fff;
}

.contactActive {
  transform: translateX(-90%);
}

.mobileMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #49c167;
  z-index: 110;
  box-sizing: border-box;
  padding-bottom: 1rem;
  overflow-y: auto;
  right: -100%;
  transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  display: none;
  text-align: left;
  opacity: 0;
}
@media (max-width: 1200px) {
  .mobileMenu {
    display: block;
  }
}
.mobileMenu .facebookIcon {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.mobileMenu .closeContainer {
  padding: 1rem;
  text-align: right;
}
.mobileMenu .closeContainer .closeMenuIcon {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.mobileMenu .closeContainer .closeMenuIcon img {
  width: 100%;
}
.mobileMenu .navigation {
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
}
.mobileMenu .navigation .dropdownParent {
  color: #fff;
  font-weight: normal;
  padding-top: 0 !important;
}
.mobileMenu .navigation .dropdownParent .dropdownChild {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.mobileMenu .navigation .dropdownParent .dropdownChild a {
  color: #fff;
}
.mobileMenu .navigation .dropdownParent .dropdownChild li {
  margin-top: 0.5rem !important;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.mobileMenu .navigation .navLink {
  font-size: 1.25rem;
  padding-top: 0.5rem !important;
  padding-bottom: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.mobileMenu .navigation .navLink a {
  color: #fff;
}

.subpageTop {
  height: 180px;
}
@media (max-width: 1200px) {
  .subpageTop {
    display: none;
  }
}

.subpageNavImage {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-bottom: 8px solid #483b33;
}
@media (max-width: 1200px) {
  .subpageNavImage {
    height: 300px;
  }
}

.subpageSection {
  padding-top: 1.5rem;
  padding-bottom: 120px;
  background-color: #fff;
  color: rgb(36, 36, 36);
  min-height: 400px;
}
@media (max-width: 1200px) {
  .subpageSection {
    padding-bottom: 1.5rem;
  }
}
.subpageSection a {
  color: #000;
}
.subpageSection .subpageHeader {
  margin: 0;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  border-left: 12px solid #49c167;
  border-right: 4px solid transparent;
  font-size: 33px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .subpageSection .subpageHeader {
    font-size: 1.5rem;
  }
}
.subpageSection .subpageHeader .subpageHeaderText {
  position: relative;
  transition: left 0.25s linear;
  -webkit-animation-name: headerAnimation;
  -webkit-animation-duration: 1s;
  animation-name: headerAnimation;
  animation-duration: 1s;
}
@media (max-width: 1200px) {
  .subpageSection .subpageHeader .subpageHeaderText {
    position: static;
    animation: none;
  }
}
.subpageSection .subpageContent {
  margin-bottom: 1rem;
  text-align: justify;
}
.subpageSection .subpageImage {
  float: left;
  max-width: 50%;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 997px) {
  .subpageSection .subpageImage {
    width: 70%;
    max-width: initial;
    float: none;
    padding-right: 0;
    display: block;
    margin: auto;
    text-align: center;
  }
}
.subpageSection .subpageImage img {
  max-width: 100%;
}
.subpageSection .galleryContent {
  margin-top: 2rem;
  text-align: justify;
}
.subpageSection .galleryContent .galleryHeader {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.subpageSection .galleryContent .photosContainer {
  display: flex;
  flex-wrap: wrap;
}
.subpageSection .galleryContent .photosContainer .photo {
  width: 23%;
  margin-bottom: 1rem;
  margin-right: 1%;
  margin-left: 1%;
  height: 180px;
  overflow-y: hidden;
  border: 1px solid rgb(99, 92, 92);
  background-color: #fff;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subpageSection .galleryContent .photosContainer .photo:hover {
  opacity: 0.9;
  cursor: pointer;
  border-color: #49c167;
}
.subpageSection .galleryContent .photosContainer .photo img {
  box-sizing: border-box;
  width: 100%;
  min-height: 180px;
}
@media (max-width: 800px) {
  .subpageSection .galleryContent .photosContainer .photo {
    width: 48%;
    height: 220px;
  }
}
@media (max-width: 600px) {
  .subpageSection .galleryContent .photosContainer .photo {
    width: 100%;
  }
}
.subpageSection .projectsContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0;
}
.subpageSection .projectsContainer .article {
  margin-bottom: 1rem;
}

.contactContent .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 997px) {
  .contactContent .flexBox {
    display: block;
  }
}
.contactContent .flexBox .contactBox {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-top: 1rem;
}
@media (max-width: 997px) {
  .contactContent .flexBox .contactBox {
    display: block;
    width: 100%;
  }
}
.contactContent .flexBox .contactBox .contact {
  padding: 1rem;
  background-color: #650000;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 4px;
  position: relative;
  padding-left: 64px;
}
.contactContent .flexBox .contactBox .contact img {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
.contactContent .flexBox .contactBox .contact:hover {
  background-color: #570000;
  color: #fff;
  cursor: pointer;
}
.contactContent .flexBox .formBox {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media (max-width: 997px) {
  .contactContent .flexBox .formBox {
    width: 100%;
    display: block;
  }
}
.contactContent .alertError {
  text-align: center;
  background-color: rgb(212, 35, 35);
  color: #fff;
  position: fixed;
  top: 120px;
  z-index: 100;
  padding: 2rem;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.contactContent .alertError:hover {
  cursor: pointer;
  background-color: rgb(199, 32, 32);
}
.contactContent .alertError p {
  margin-bottom: 0;
}
.contactContent .alertSuccess {
  text-align: center;
  background-color: rgb(56, 172, 33);
  color: #fff;
  position: fixed;
  top: 120px;
  z-index: 100;
  padding: 2rem;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.contactContent .alertSuccess:hover {
  cursor: pointer;
  background-color: rgb(47, 148, 27);
}
.contactContent .alertSuccess p {
  margin-bottom: 0;
}
.contactContent .contactFormSmallBox {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .contactContent .contactFormSmallBox {
    width: 100%;
    margin-bottom: 0;
  }
}
.contactContent .contactFormSmallBox input {
  padding: 0.5rem;
  width: 90%;
  box-sizing: border-box;
  margin-bottom: 14px;
}
@media (max-width: 800px) {
  .contactContent .contactFormSmallBox input {
    width: 100%;
  }
}
.contactContent .captcha {
  text-align: right;
  float: right;
}
@media (max-width: 800px) {
  .contactContent .captcha {
    float: none;
  }
}
.contactContent .contactFormBigBox {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .contactContent .contactFormBigBox {
    width: 100%;
    margin-top: 0;
  }
}
.contactContent .contactFormBigBox textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}
.contactContent .contactFormLabel {
  font-size: 1.25rem;
  color: #242424;
}
.contactContent input {
  color: #000;
}
.contactContent textarea {
  color: #000;
  resize: none;
}
.contactContent .rodo {
  font-size: 0.8rem;
  text-align: justify;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
}

.btnContainer {
  text-align: right;
}
@media (max-width: 800px) {
  .btnContainer {
    text-align: center;
  }
}
.btnContainer .btn, .btnContainer button {
  padding: 1rem 4rem;
  color: #fff;
  background-color: #49c167;
  text-transform: uppercase;
  border: none;
  margin-top: 1rem;
}
.btnContainer .btn:hover, .btnContainer button:hover {
  background-color: #38aa54;
  color: #fff;
  cursor: pointer;
}

.fbContainer {
  position: fixed;
  top: 34%;
  left: -250px;
  z-index: 50;
  width: 250px;
  transition: left 0.25s ease-in-out;
  background-color: #fff;
  min-height: 200px;
}
.fbContainer .fb-page {
  width: 100% !important;
}
.fbContainer .fbLogoContainer {
  position: relative;
}
.fbContainer .fbLogoContainer .fbLogo {
  position: absolute;
  right: -36px;
  width: 36px;
  height: 36px;
}
.fbContainer .fbLogoContainer .fbLogo:hover {
  cursor: pointer;
}
.fbContainer .fbLogoContainer .fbLogo img {
  width: 100%;
}

.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
}
.modal .modalClose {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 1010;
}
.modal .modalClose:hover {
  cursor: pointer;
}
.modal .modalPrev {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1010;
  transform: translate(0, -50%);
}
.modal .modalPrev:hover {
  cursor: pointer;
}
.modal .modalNext {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 1010;
  transform: translate(0, -50%);
}
.modal .modalNext:hover {
  cursor: pointer;
}
.modal .modalContainer {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modalContainer img {
  max-width: 90vw;
  max-height: 90vh;
  display: none;
}

.paginationLinks {
  text-align: center;
}
.paginationLinks .pagination > .active > span {
  background-color: #0384ce;
  border: 1px solid #a6a6a6;
  display: inline-block;
  margin-left: 4px;
  border-radius: 0;
}
.paginationLinks .pagination > li > a, .paginationLinks .disabled {
  color: #fff;
  background-color: #444649;
  border: 1px solid #a6a6a6;
  display: inline-block;
  margin-left: 4px;
  border-radius: 0;
}
.paginationLinks .disabled {
  display: none;
}

.dropdown {
  width: 300px;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  display: none;
  background-color: #34924c;
  z-index: 20;
  padding: 0;
  font-size: 1rem;
  border-radius: 4px;
  left: 0%;
  text-align: left;
}
.dropdown li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  color: #fff;
}
.dropdown li a {
  color: #fff !important;
}
.dropdown li:hover {
  cursor: pointer;
  border-radius: 4px;
  background-color: #352a24;
}
.dropdown li:hover a {
  color: #fff !important;
}
.dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dropdownParent {
  color: #fff;
  position: relative;
}
.dropdownParent:hover .dropdown {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.25s;
  animation-name: fadeInDropdown;
  animation-duration: 0.25s;
}

.confirmBox {
  padding: 1rem;
  background-color: #483b33;
  border-top: 1px solid #fff;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: -100%;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.confirmBox .confirmText {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  width: 85%;
  padding-top: 0.5rem;
  color: #fff;
}
@media (max-width: 997px) {
  .confirmBox .confirmText {
    padding-top: 0;
    width: 100%;
  }
}
.confirmBox .confirmBtn {
  margin-left: 5%;
  width: 10%;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
}
@media (max-width: 997px) {
  .confirmBox .confirmBtn {
    width: 160px;
    float: right;
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
}
.confirmBox .confirmBtn:hover {
  background-color: rgb(224, 224, 224);
  cursor: pointer;
}

.loadingSection {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #483b33;
  text-align: center;
}
.loadingSection .logo {
  position: absolute;
  max-width: 50vw;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
}
.loadingSection .logo img {
  animation: loadingScale 1.5s linear infinite alternate;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .loadingSection .logo img {
    max-width: 150px;
  }
}

.transitionSection {
  display: none;
}
.transitionSection .leftTrans {
  width: 50vw;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #483b33;
  z-index: 1000;
  transition: left 0.5s ease-in-out;
}
.transitionSection .rightTrans {
  width: 50vw;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #483b33;
  z-index: 1000;
  transition: right 0.5s ease-in-out;
}

.fixedMenu {
  position: fixed;
  z-index: 25;
  left: 0;
  right: 0;
  top: -100%;
  transition: top 0.25s ease-in-out;
  background-color: #0384ce;
  border-bottom: 1px solid #fff;
  margin: auto;
}
@media (max-width: 1200px) {
  .fixedMenu {
    display: none;
  }
}
.fixedMenu .navigation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-transform: uppercase;
}
.fixedMenu .navigation .navLink {
  font-weight: bold !important;
}
.fixedMenu .navigation .navLink a {
  color: #fff;
  font-weight: bold !important;
}
.fixedMenu .navigation .navLink a:hover {
  color: rgb(224, 224, 224);
}
.fixedMenu .navigation .homeIcon {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.fixedMenu .navigation .homeIcon img {
  width: 24px;
  margin-top: 10px;
  transition: transform 0.15s ease-in-out;
  transform: rotate(0);
}
.fixedMenu .navigation .homeIcon img:hover {
  transform: rotate(25deg);
}
.fixedMenu .navigation .dropdownParent {
  color: #fff;
  font-weight: normal;
}
.fixedMenu .navigation .dropdownParent .dropdown a {
  color: #fff;
}
.fixedMenu .navigation .navLink {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 1rem;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.fixedMenu .navigation .navLink a {
  color: #fff;
}

.hideme {
  opacity: 0;
}
@media (max-width: 1200px) {
  .hideme {
    opacity: 1;
  }
}

.fadeInEffect {
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDropdown;
  animation-duration: 0.8s;
}
@keyframes headerAnimation {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}
@keyframes fadeInDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoScale {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}
.content-container {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  .content-container {
    position: static;
    min-height: auto;
  }
}

.content-wrap {
  padding-bottom: 430px;
}
@media (max-width: 1200px) {
  .content-wrap {
    padding-bottom: 0;
  }
}

.footerBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .footerBottom {
    position: static;
    height: auto;
  }
}

.sliderSection .carousel {
  position: relative;
}
.sliderSection .carousel .carousel-control {
  opacity: 0;
}
.sliderSection .carousel .carousel-inner {
  height: 780px;
}
@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner {
    height: 600px;
  }
}
@media (max-width: 800px) {
  .sliderSection .carousel .carousel-inner {
    height: 420px;
  }
}
.sliderSection .carousel .carousel-inner .item {
  height: 780px;
  box-sizing: border-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item {
    height: 600px;
  }
}
@media (max-width: 800px) {
  .sliderSection .carousel .carousel-inner .item {
    height: 420px;
  }
}
.sliderSection .carousel .carousel-inner .item .wrapper {
  height: 100%;
}
.sliderSection .carousel .carousel-inner .item .wrapper .sliderWrapper {
  position: relative;
  height: 100%;
}
.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner {
  position: absolute;
  top: 180px;
  left: 0;
  width: 960px;
  padding-left: 64px;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner {
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
}
.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner::before {
  position: absolute;
  left: 0;
  width: 44px;
  top: 0;
  bottom: 0;
  background-color: #49c167;
  border-radius: 8px;
  display: block;
  content: "";
}
@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner::before {
    display: none;
  }
}
.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    text-shadow: 2px 2px #000000;
  }
}
@media (max-width: 997px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    font-size: 1.25rem;
  }
}
.sliderSection .carousel .indicatorsWrapper {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1200px) {
  .sliderSection .carousel .indicatorsWrapper {
    display: none;
  }
}
.sliderSection .carousel .carousel-indicators {
  position: static;
  width: 800px;
  text-align: right;
  margin-bottom: 0;
  margin: 48px;
  box-sizing: border-box;
  padding-right: 76px;
}
.sliderSection .carousel .carousel-indicators li {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-sizing: border-box;
  border-width: 6px;
  border-color: #308d47;
  border-color: rgba(48, 141, 71, 0.7529411765);
  background-color: #49c167;
  margin-left: 6px;
  border-radius: 6px;
}
@media (max-width: 997px) {
  .sliderSection .carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-width: 6px;
  }
}
.sliderSection .carousel .carousel-indicators li:hover {
  border-color: #308d47;
  border-color: rgba(48, 141, 71, 0.7529411765);
  background-color: #9ff1b3;
}
.sliderSection .carousel .carousel-indicators .active {
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  border-width: 6px;
  border-color: #49c167;
  border-color: rgba(73, 193, 103, 0.7529411765);
  margin-left: 6px;
  background-color: #9ff1b3;
  border-radius: 6px;
  margin-right: 1px;
}
@media (max-width: 997px) {
  .sliderSection .carousel .carousel-indicators .active {
    width: 20px;
    height: 20px;
    border-width: 6px;
  }
}

.autoSliderContainer {
  overflow-x: hidden;
  white-space: nowrap;
}
.autoSliderContainer .autoSlider {
  display: inline-block;
  min-width: 1200px;
  box-sizing: border-box;
}

.companiesContainer {
  display: flex;
  height: 400px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .companiesContainer {
    height: 300px;
  }
}
.companiesContainer .companyElement {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  height: 400px;
}
@media (max-width: 1200px) {
  .companiesContainer .companyElement {
    height: 300px;
  }
}
.companiesContainer .companyElement img {
  height: 400px;
}
@media (max-width: 1200px) {
  .companiesContainer .companyElement img {
    height: 300px;
  }
}

.headerSection {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 36px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1200px) {
  .headerSection {
    padding: 0;
  }
}
.headerSection .contacts {
  text-align: right;
}
@media (max-width: 1200px) {
  .headerSection .contacts {
    display: none;
  }
}
.headerSection .contacts .contact {
  font-size: 22px;
  font-weight: 800;
  padding-top: 16px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #49c167;
  padding-right: 220px;
}
.headerSection .contacts .contact .contactIcon {
  margin-right: 6px;
}
.headerSection .contacts .contact a {
  color: #685e58;
}
.headerSection .contacts .contact a:hover {
  color: #473e38;
}
.headerSection .contacts .info {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.headerSection .contacts .info .infoText {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 900;
  color: #49c167;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 5px solid #49c167;
}
.headerSection .contacts .info .infoDetails {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #685e58;
  font-size: 15.4px;
}
.headerSection .contacts .info .infoDetails b {
  font-weight: 900;
  font-size: 22px;
  display: block;
  padding-bottom: 6px;
}
.headerSection .wrapper {
  position: relative;
}
@media (max-width: 1200px) {
  .headerSection .wrapper {
    padding: 0;
  }
}
.headerSection .navigation {
  left: 0;
  right: 0;
  bottom: -70px;
  position: absolute;
  z-index: 2;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 280px;
  text-align: right;
  padding-right: 46px;
  background-color: #49c167;
}
@media (max-width: 1200px) {
  .headerSection .navigation {
    padding: 1rem;
    border: none;
    border-radius: 0;
    position: static;
  }
}
.headerSection .navigation .pageLogo {
  position: absolute;
  top: -39px;
  left: -6px;
}
@media (max-width: 1200px) {
  .headerSection .navigation .pageLogo {
    position: static;
    width: 120px;
  }
}
.headerSection .navigation .pageLogo img {
  max-width: 100%;
}
.headerSection .navigation .pageLogo img:hover {
  opacity: 0.9;
}
@media (max-width: 1200px) {
  .headerSection .navigation .navLinks {
    display: none;
  }
}
.headerSection .navigation .navLinks .navLink {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 26px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.headerSection .navigation .navLinks .navLink:hover {
  color: #685e58;
}
.headerSection .navigation .navLinks .navLink a {
  color: #fff;
}
.headerSection .navigation .navLinks .navLink a:hover {
  color: #685e58;
}

.sectionHeaderLeft {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .sectionHeaderLeft {
    margin-top: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.sectionHeaderLeft .sectionHeaderContent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 70px;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  padding-left: 120px;
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .sectionHeaderLeft .sectionHeaderContent {
    display: block;
    height: initial;
    text-align: center;
    padding: 0;
  }
}
.sectionHeaderLeft .sectionHeaderContent .forrestIcon {
  position: absolute;
  top: -18px;
  left: 0;
}
@media (max-width: 1200px) {
  .sectionHeaderLeft .sectionHeaderContent .forrestIcon {
    display: none;
  }
}
.sectionHeaderLeft .sectionHeaderContent h2 {
  margin: 0;
  font-size: 21.5px;
  font-weight: 900;
  color: #483b33;
}
@media (max-width: 1200px) {
  .sectionHeaderLeft .sectionHeaderContent h2 {
    font-size: 1.25rem;
  }
}
.sectionHeaderLeft .sectionHeaderContent h3 {
  margin: 0;
  font-weight: normal;
  font-size: 21px;
  color: #49c167;
}
@media (max-width: 1200px) {
  .sectionHeaderLeft .sectionHeaderContent h3 {
    font-size: 1rem;
    margin-top: 12px;
  }
}
.sectionHeaderLeft .sectionHeaderContent .triangle {
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
}
@media (max-width: 1200px) {
  .sectionHeaderLeft .sectionHeaderContent .triangle {
    display: none;
  }
}

.homeSection {
  border-top: 15px solid #fff;
  background-color: #ebebeb;
  padding-top: 52px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .homeSection {
    border-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.homeSection .wrapper {
  position: relative;
}
.homeSection .homeImage {
  position: absolute;
  right: 0;
  top: -520px;
}
@media (max-width: 1200px) {
  .homeSection .homeImage {
    display: none;
  }
}
.homeSection .homeHeader {
  margin: 0;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  font-size: 32px;
  font-weight: normal;
  color: #685e58;
  box-sizing: border-box;
  padding-right: 350px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .homeSection .homeHeader {
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.homeSection .homeHeader::before {
  position: absolute;
  left: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  background-color: #49c167;
  border-radius: 8px;
  display: block;
  content: "";
}
@media (max-width: 1200px) {
  .homeSection .homeHeader::before {
    display: none;
  }
}
.homeSection .homeContent {
  margin-top: 82px;
  color: #685e58;
}
@media (max-width: 1200px) {
  .homeSection .homeContent {
    margin-top: 2rem;
    text-align: justify;
  }
}

.sectionHeaderRight {
  margin-top: -70px;
  position: relative;
  z-index: 2;
  text-align: right;
}
@media (max-width: 1200px) {
  .sectionHeaderRight {
    margin-top: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.sectionHeaderRight .sectionHeaderContent {
  display: inline-block;
  background-color: #fff;
  height: 70px;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  padding-left: 24px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  min-width: 780px;
}
@media (max-width: 1200px) {
  .sectionHeaderRight .sectionHeaderContent {
    display: block;
    height: initial;
    text-align: center;
    padding: 0;
    min-width: initial;
  }
}
.sectionHeaderRight .sectionHeaderContent .triangle {
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  left: 1px;
  transform: translateX(-100%) scaleX(-1);
}
@media (max-width: 1200px) {
  .sectionHeaderRight .sectionHeaderContent .triangle {
    display: none;
  }
}
.sectionHeaderRight .sectionHeaderContent h2 {
  margin: 0;
  padding-right: 50px;
  position: relative;
  font-size: 32px;
  color: #685e58;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .sectionHeaderRight .sectionHeaderContent h2 {
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.sectionHeaderRight .sectionHeaderContent h2::after {
  position: absolute;
  right: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  background-color: #49c167;
  border-radius: 8px;
  display: block;
  content: "";
}
@media (max-width: 1200px) {
  .sectionHeaderRight .sectionHeaderContent h2::after {
    display: none;
  }
}

.bannerSection {
  padding-top: 110px;
  padding-bottom: 42px;
}
@media (max-width: 1200px) {
  .bannerSection {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.bannerSection .banners {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .bannerSection .banners {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bannerSection .banners .banner {
  text-align: center;
  width: 160px;
  box-sizing: border-box;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
.bannerSection .banners .banner:hover {
  transform: scale(1.15);
}
@media (max-width: 1200px) {
  .bannerSection .banners .banner {
    width: 120px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.bannerSection .banners .banner .bannerImage {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .bannerSection .banners .banner .bannerImage {
    max-width: 80%;
  }
}
.bannerSection .banners .banner .bannerHeader {
  margin-top: 12px;
  height: 60px;
  font-size: 22px;
  font-weight: 900;
  color: #483b33;
}
@media (max-width: 1200px) {
  .bannerSection .banners .banner .bannerHeader {
    height: initial;
    font-size: 1rem;
  }
}
.bannerSection .banners .banner .bannerSubheader {
  margin: 0;
  color: #483b33;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .bannerSection .banners .banner .bannerSubheader {
    display: none;
  }
}
.bannerSection .seeMoreBtn {
  margin-top: 84px;
  text-align: center;
}
@media (max-width: 1200px) {
  .bannerSection .seeMoreBtn {
    margin-top: 2rem;
  }
}
.bannerSection .seeMoreBtn a {
  display: inline-block;
  padding: 16px 54px;
  background-color: #483b33;
  color: #fff;
  font-size: 20px;
  border-radius: 12px;
  border: 1px solid #fff;
}
.bannerSection .seeMoreBtn a:hover {
  background-color: #2c241e;
}
@media (max-width: 1200px) {
  .bannerSection .seeMoreBtn a {
    font-size: 1rem;
    padding: 12px 24px;
  }
}

.gallerySection {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .gallerySection {
    background-color: #483b33;
  }
}
.gallerySection .gallerySectionBox {
  padding-right: 50.5%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox {
    padding-right: 0;
    position: static;
  }
}
.gallerySection .gallerySectionBox .galleryContent {
  background-color: #483b33;
  position: relative;
  padding: 48px;
  padding-left: 0;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0;
    text-align: center;
  }
}
.gallerySection .gallerySectionBox .galleryContent::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  left: -100vw;
  top: 0;
  bottom: 0;
  background-color: #483b33;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent::before {
    display: none;
  }
}
.gallerySection .gallerySectionBox .galleryContent .galleryHeader {
  margin: 0;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent .galleryHeader {
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.gallerySection .gallerySectionBox .galleryContent .galleryHeader::before {
  position: absolute;
  left: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  background-color: #49c167;
  border-radius: 8px;
  display: block;
  content: "";
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent .galleryHeader::before {
    display: none;
  }
}
.gallerySection .gallerySectionBox .galleryContent .galleryText {
  margin-top: 36px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent .galleryText {
    margin-top: 2rem;
    display: block;
  }
}
.gallerySection .gallerySectionBox .galleryContent .galleryText .galleryTextImage {
  width: 50%;
  box-sizing: border-box;
  padding-right: 1rem;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent .galleryText .galleryTextImage {
    display: none;
  }
}
.gallerySection .gallerySectionBox .galleryContent .galleryText .galleryTextInner {
  width: 50%;
  box-sizing: border-box;
  padding-left: 1rem;
  color: #fff;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent .galleryText .galleryTextInner {
    padding-left: 0;
    width: 100%;
  }
}
.gallerySection .gallerySectionBox .galleryContent .seeMoreBtn {
  text-align: center;
  margin-top: 42px;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent .seeMoreBtn {
    margin-top: 2rem;
  }
}
.gallerySection .gallerySectionBox .galleryContent .seeMoreBtn a {
  display: inline-block;
  padding: 16px 54px;
  background-color: #484537;
  color: #fff;
  font-size: 20px;
  border-radius: 12px;
  border: 1px solid #fff;
}
.gallerySection .gallerySectionBox .galleryContent .seeMoreBtn a:hover {
  background-color: #302d23;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryContent .seeMoreBtn a {
    font-size: 1rem;
    padding: 12px 24px;
  }
}
.gallerySection .gallerySectionBox .galleryImage {
  position: absolute;
  left: 50.5%;
  top: 0;
  bottom: 0;
  width: 60vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .gallerySection .gallerySectionBox .galleryImage {
    display: none;
  }
}

.autoSliderSection {
  margin-top: 12px;
}
.autoSliderSection .autoSliderContainer .companyElement {
  margin-right: 12px;
}

.aboutSection {
  padding-top: 68px;
  padding-bottom: 16px;
}
@media (max-width: 1200px) {
  .aboutSection {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
.aboutSection .aboutsHeader {
  margin: 0;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  font-size: 32px;
  font-weight: normal;
  color: #685e58;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .aboutSection .aboutsHeader {
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
  }
}
.aboutSection .aboutsHeader::before {
  position: absolute;
  left: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  background-color: #49c167;
  border-radius: 8px;
  display: block;
  content: "";
}
@media (max-width: 1200px) {
  .aboutSection .aboutsHeader::before {
    display: none;
  }
}
.aboutSection .abouts {
  margin-top: 58px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .aboutSection .abouts {
    margin-top: 1rem;
    display: block;
  }
}
.aboutSection .abouts .about {
  width: 340px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1200px) {
  .aboutSection .abouts .about {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.aboutSection .abouts .about .aboutImage {
  min-height: 90px;
}
@media (max-width: 1200px) {
  .aboutSection .abouts .about .aboutImage {
    min-height: initial;
  }
}
.aboutSection .abouts .about .aboutImage img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .aboutSection .abouts .about .aboutImage img {
    max-width: 80%;
  }
}
.aboutSection .abouts .about .aboutHeader {
  margin-top: 1rem;
  font-weight: 900;
  font-size: 1rem;
  color: #685e58;
  min-height: 40px;
}
@media (max-width: 1200px) {
  .aboutSection .abouts .about .aboutHeader {
    min-height: initial;
  }
}
.aboutSection .abouts .about .aboutContent {
  margin-top: 1rem;
  font-size: 12px;
  color: #685e58;
}

.footerSection {
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .footerSection {
    padding-top: 0;
  }
}
.footerSection .footerBox {
  box-sizing: border-box;
  background-color: #49c167;
  color: #fff;
  text-align: center;
  padding: 16px 64px;
  box-sizing: border-box;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .footerSection .footerBox {
    padding: 1rem;
    border-radius: 0;
  }
}
.footerSection .footerContact {
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 1200px) {
  .footerSection .footerContact {
    margin-top: 1rem;
  }
}
.footerSection .footerContact .contact {
  font-size: 22px;
  font-weight: 800;
  padding-top: 16px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #49c167;
}
@media (max-width: 1200px) {
  .footerSection .footerContact .contact {
    padding-top: 0;
    font-size: 1.25rem;
  }
}
.footerSection .footerContact .contact .contactIcon {
  margin-right: 6px;
}
@media (max-width: 1200px) {
  .footerSection .footerContact .contact .contactIcon {
    display: none;
  }
}
.footerSection .footerContact .contact a {
  color: #685e58;
}
.footerSection .footerContact .contact a:hover {
  color: #473e38;
}
.footerSection .footerInfoBox {
  padding-top: 54px;
  padding-bottom: 64px;
  position: relative;
  text-align: right;
}
@media (max-width: 1200px) {
  .footerSection .footerInfoBox {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    position: static;
  }
}
.footerSection .footerInfoBox .footerLogo {
  position: absolute;
  top: 54px;
  left: 0;
}
@media (max-width: 1200px) {
  .footerSection .footerInfoBox .footerLogo {
    position: static;
  }
}
.footerSection .footerInfoBox .footerLogo img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .footerSection .footerInfoBox .footerLogo img {
    max-width: 80%;
  }
}
.footerSection .footerInfoBox .footerLogo img:hover {
  opacity: 0.9;
}
.footerSection .footerInfoBox .footerInfo {
  margin-top: 24px;
  font-weight: 900;
  font-size: 17px;
  color: #685e58;
}
@media (max-width: 1200px) {
  .footerSection .footerInfoBox .footerInfo {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.footerSection .footerInfoBox .footerInfo b {
  color: #49c167;
}
.footerSection .footerInfoBox .footerInfo .address {
  color: #685e58;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .footerSection .footerInfoBox .footerInfo .address {
    font-size: 1rem;
  }
}
.footerSection .footerInfoBox .credits {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #403b37;
  width: 85%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .footerSection .footerInfoBox .credits {
    margin-top: 1rem;
    border-top: none;
    width: 100%;
    padding-top: 0;
  }
}
.footerSection .footerInfoBox .credits a {
  font-size: 12px;
}
.footerSection .footerInfoBox .credits a b {
  color: #49c167;
  font-weight: normal;
}

.sliderSection {
  margin-top: 124px;
}
@media (max-width: 1200px) {
  .sliderSection {
    margin-top: 80px;
  }
}

.dropdownParent .faqContent {
  margin: 0;
}
.dropdownParent .faqContent .faqElement {
  border: none;
}
.dropdownParent .faqContent .faqCategory {
  border: none;
  position: relative;
}
.dropdownParent .faqContent .faqCategory .collapseIcons {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.dropdownParent .faqContent .faqCategory .collapseIcons img {
  width: 20px;
}
@media (max-width: 600px) {
  .dropdownParent .faqContent .faqCategory .collapseIcons {
    display: inline-block;
  }
}
.dropdownParent .faqContent .faqCategory .collapseIcons .mobileLink {
  margin-top: 0.5rem;
}

.mobileDropdownLink {
  opacity: 1 !important;
}

.offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.offers .offer {
  width: 31%;
  margin-left: 1.15%;
  margin-right: 1.15%;
  margin-bottom: 3rem;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.offers .offer:hover {
  opacity: 0.9;
}
@media (max-width: 800px) {
  .offers .offer {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 600px) {
  .offers .offer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.offers .offer .offerImage {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.offers .offer .offerText {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #49c167;
}
.offers .offer .offerDesc {
  text-align: center;
  font-size: 0.9rem;
}

.mobileMenu .contacts {
  margin-top: 1rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem;
}
.mobileMenu .contacts a {
  color: #fff;
}
.mobileMenu .contacts .info {
  margin-top: 1rem;
}
.home-image-grid-section .image-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: max-content;
  grid-template-rows: auto;
  gap: 10px;
  justify-content: start; /* left-align the grid */
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
@media (max-width: 1200px) {
  .home-image-grid-section .image-grid {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
}
.home-image-grid-section .image-grid img {
  height: 300px; /* You can set a consistent height */
  width: 100%; /* Keep natural width */
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .home-image-grid-section .image-grid img {
    width: auto;
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */