.desktoplogo img {
  max-height: inherit !important;
}

.header-wrapper {
  background-color: rgba(255, 255, 255, 0.2784313725);
}

#hero-1 h2 {
  font-size: 4.5rem;
}

.slides li {
  position: relative;
}
.slides li .captcaption.custom_overlay {
  width: 100%;
  height: 670px;
  background-color: antiquewhite;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#gallery-1.bg-50:after {
  background-image: linear-gradient(to right, #077498, #0099CC 100%);
}

.gallery-section.bg-50 .slick-dots li button:before {
  background: #ffffff;
}

.gallery-section.bg-50 .slick-dots li.slick-active button:before {
  background: #96d700;
}

.gallery-image {
  height: 300px;
}

.gallery-image .hover-overlay {
  height: 300px;
}
.gallery-image .hover-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#features-2 h5.h5-xs {
  color: #226192;
}

#content-11:after {
  height: 115%;
  top: -8%;
}

#features-2 .fbox-ico span {
  color: #96d700 !important;
}

.bg-rose {
  background-color: #226192;
}

p.price {
  color: #255c87;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

ul.thumbnails {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
ul.thumbnails li {
  height: 150px;
  border: solid 1px #bbbbbb;
  border-radius: 5px;
  overflow: hidden;
}
ul.thumbnails li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=custom.css.map */