* {
  margin: 0;
  padding: 0;
}

.default-form {
  display: grid;
  gap: 20px;
}
.default-form input,
.default-form textarea {
  border: 1px solid #e3e3e3;
  font-size: 0.9rem !important;
  line-height: 1.4rem !important;
  width: 100%;
}
.default-form textarea {
  resize: none;
}

.darkbox {
  box-shadow: 3px 3px 10px #000;
}

.desktop {
  display: none !important;
}

.color-primary {
  color: #ffffff;
}

.color-secondary {
  color: #0f5b6f;
}

.color-tertiary {
  color: #d7b349;
}

.bg-primary {
  background-color: #ffffff;
}

.bg-secondary {
  background-color: #0f5b6f;
}

.bg-tertiary {
  background-color: #d7b349;
}

img {
  max-height: 100%;
  max-width: 100%;
}

h1,
h2 {
  color: #0f5b6f;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

p,
footer,
li {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.bullet {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
}

.yellow-link {
  color: #d7b349;
}

.primary-button {
  display: flex;
}
.primary-button a,
.primary-button button {
  align-items: center;
  background-color: #d7b349;
  box-shadow: 0 0 3px rgb(51, 51, 51);
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 1.05rem;
  justify-content: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 250ms;
  padding: 10px 20px;
}
.primary-button a:hover,
.primary-button button:hover {
  background-color: rgb(152.4864864865, 122.3243243243, 33.5135135135);
  box-shadow: 0 0 10px rgb(51, 51, 51);
}

.padding-left {
  padding-left: 20px !important;
}

.padding-left-sm {
  padding-left: 20px !important;
}

.padding-right {
  padding-right: 20px !important;
}

.padding-right-sm {
  padding-right: 20px !important;
}

.margin-left {
  margin-left: 20px !important;
}

.margin-left-sm {
  margin-left: 20px !important;
}

.margin-right {
  margin-right: 20px !important;
}

.margin-right-sm {
  margin-right: 20px !important;
}

.blue-line-1 {
  background-color: #d7b349;
  color: transparent;
  height: 5px;
}

.spacer {
  color: transparent;
  height: 40px;
}

@media screen and (min-width: 768px) {
  section .primary-button a {
    width: auto;
  }
  .padding-left {
    padding-left: 50px !important;
  }
  .padding-left-md {
    padding-left: 50px !important;
  }
  .padding-right {
    padding-right: 50px !important;
  }
  .padding-right-md {
    padding-right: 50px !important;
  }
  .margin-left {
    margin-left: 50px !important;
  }
  .margin-left-md {
    margin-left: 50px !important;
  }
  .margin-right {
    margin-right: 50px !important;
  }
  .margin-right-md {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop {
    display: unset;
  }
  .mobile {
    display: none !important;
  }
  .padding-left {
    padding-left: 40px !important;
  }
  .padding-left-lg {
    padding-left: 40px !important;
  }
  .padding-right {
    padding-right: 40px !important;
  }
  .padding-right-lg {
    padding-right: 40px !important;
  }
  .margin-left {
    margin-left: 40px !important;
  }
  .margin-left-lg {
    margin-left: 40px !important;
  }
  .margin-right {
    margin-right: 40px !important;
  }
  .margin-right-lg {
    margin-right: 40px !important;
  }
  .spacer {
    height: 50px;
  }
  .default-form {
    grid-template-columns: repeat(2, 1fr);
  }
  .default-form > div {
    grid-column: 1/3;
  }
  .default-form > div.half-first {
    grid-column: 1/2;
  }
  .default-form > div.half-second {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 17px;
  }
  h1,
  h2 {
    font-size: 2.4rem;
    line-height: 3.1rem;
  }
  .padding-left {
    padding-left: 120px !important;
  }
  .padding-left-xl-1 {
    padding-left: 120px !important;
  }
  .padding-right {
    padding-right: 120px !important;
  }
  .padding-right-xl-1 {
    padding-right: 120px !important;
  }
  .margin-left {
    margin-left: 120px !important;
  }
  .margin-left-xl-1 {
    margin-left: 120px !important;
  }
  .margin-right {
    margin-right: 120px !important;
  }
  .margin-right-xl-1 {
    margin-right: 120px !important;
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
  h4 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  p,
  footer,
  li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .default-form input,
  .default-form textarea {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .padding-left {
    padding-left: 150px !important;
  }
  .padding-left-xl-3 {
    padding-left: 150px !important;
  }
  .padding-right {
    padding-right: 150px !important;
  }
  .padding-right-xl-3 {
    padding-right: 150px !important;
  }
  .margin-left {
    margin-left: 150px !important;
  }
  .margin-left-xl-3 {
    margin-left: 150px !important;
  }
  .margin-right {
    margin-right: 150px !important;
  }
  .margin-right-xl-3 {
    margin-right: 150px !important;
  }
}
@media screen and (min-width: 1536px) {
  html {
    font-size: 18px;
  }
  .padding-left {
    padding-left: 190px !important;
  }
  .padding-left-xl-4 {
    padding-left: 190px !important;
  }
  .padding-right {
    padding-right: 190px !important;
  }
  .padding-right-xl-4 {
    padding-right: 190px !important;
  }
  .margin-left {
    margin-left: 190px !important;
  }
  .margin-left-xl-4 {
    margin-left: 190px !important;
  }
  .margin-right {
    margin-right: 190px !important;
  }
  .margin-right-xl-4 {
    margin-right: 190px !important;
  }
}
@media screen and (min-width: 1600px) {
  .padding-left {
    padding-left: 220px !important;
  }
  .padding-left-xl-5 {
    padding-left: 220px !important;
  }
  .padding-right {
    padding-right: 220px !important;
  }
  .padding-right-xl-5 {
    padding-right: 220px !important;
  }
  .margin-left {
    margin-left: 220px !important;
  }
  .margin-left-xl-5 {
    margin-left: 220px !important;
  }
  .margin-right {
    margin-right: 220px !important;
  }
  .margin-right-xl-5 {
    margin-right: 220px !important;
  }
}
@media screen and (min-width: 1900px) {
  html {
    font-size: 20px;
  }
  h2 {
    font-size: 3rem;
  }
  .padding-left {
    padding-left: 300px !important;
  }
  .padding-left-xl-6 {
    padding-left: 300px !important;
  }
  .padding-right {
    padding-right: 300px !important;
  }
  .padding-right-xl-6 {
    padding-right: 300px !important;
  }
  .margin-left {
    margin-left: 300px !important;
  }
  .margin-left-xl-6 {
    margin-left: 300px !important;
  }
  .margin-right {
    margin-right: 300px !important;
  }
  .margin-right-xl-6 {
    margin-right: 300px !important;
  }
}
header {
  background-color: #000000;
}
header .logo {
  display: flex;
  justify-content: center;
  padding: 10px;
}
header .logo a {
  max-width: 200px;
}
header .topbar {
  background-color: #0f5b6f;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  letter-spacing: 3px;
}
header .topbar > div:first-of-type {
  display: flex;
  gap: 8px;
  justify-content: center;
}
header .topbar > div:first-of-type a {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
header .topbar > div:first-of-type a img {
  height: 30px;
  width: 30px;
}
header .topbar > div:last-of-type {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .navbar {
  background-color: #000000;
}

@media screen and (min-width: 1024px) {
  header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 60px 40px;
    grid-template-areas: "logo topbar" "logo navbar";
  }
  header .logo {
    align-items: center;
    border-right: 7px solid #d7b349;
    justify-content: flex-end;
    grid-area: logo;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }
  header .logo a {
    align-items: center;
    display: flex;
    max-width: unset;
  }
  header .logo a img {
    max-height: 100px;
  }
  header .topbar {
    flex-direction: row;
    gap: 20px;
    grid-area: topbar;
    justify-content: flex-end;
    letter-spacing: 1.5px;
    padding: 15px;
  }
  header .topbar > div:last-of-type {
    flex-direction: row;
    gap: 20px;
  }
  header .topbar > div:last-of-type a {
    font-size: 16px;
  }
  header .navbar {
    grid-area: navbar;
    align-items: center;
  }
  header .navbar .mainnav {
    gap: 4px;
  }
  header .navbar .mainnav > li > a {
    align-items: center;
    background-color: transparent;
    color: white;
    display: flex;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-transform: capitalize;
    transition: background-color 250ms ease-out;
  }
  header .navbar .mainnav > li > a:hover {
    background-color: #0f5b6f;
  }
  header .navbar .mainnav > li > a.navItemActive {
    background-color: #d7b349;
    color: #ffffff;
  }
  header .navbar .mainnav > li > ul {
    background-color: transparent;
    border-top: 8px solid transparent;
    padding: 0;
  }
  header .navbar .mainnav > li > ul > li {
    background-color: #333333;
  }
  header .navbar .mainnav > li > ul > li:first-of-type {
    border-top: 2px solid #ffffff;
    padding-top: 8px;
  }
  header .navbar .mainnav > li > ul > li:last-of-type {
    padding-bottom: 8px;
  }
  header .navbar .mainnav > li > ul > li > a {
    background-color: #333333;
    border: 0;
    color: #d7b349 !important;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 10px 20px;
  }
  header .navbar .mainnav > li > ul > li > a:hover {
    background-color: #d7b349;
    color: #333333 !important;
  }
}
@media screen and (min-width: 1280px) {
  header {
    grid-template-rows: 65px 45px;
  }
  header .logo a img {
    max-height: 110px;
  }
}
.highlight-1 {
  align-items: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 250px;
  justify-content: center;
  padding: 30px;
  width: 100% !important;
}
.highlight-1 div {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  text-align: center;
}
.highlight-1 div p {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .highlight-1 {
    height: 300px;
  }
  .highlight-1 div {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .highlight-1 {
    height: 400px;
  }
}
@media screen and (min-width: 1536px) {
  .highlight-1 {
    height: 500px;
  }
}
.highlight-2 {
  align-items: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 250px;
  justify-content: center;
  padding: 30px;
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .highlight-2 {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .highlight-2 {
    height: 400px;
  }
}
@media screen and (min-width: 1536px) {
  .highlight-2 {
    height: 500px;
  }
}
.section-1 {
  background-color: #ffffff;
  position: relative;
  display: grid;
  overflow: hidden;
}
.section-1 > div {
  display: grid;
}
.section-1 > div > div {
  text-align: center;
  padding: 60px 20px;
}
.section-1 > div > div:last-of-type {
  background-color: #0f5b6f;
}
.section-1 > div > div:last-of-type > div {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .section-1 > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-1 > div > div:first-of-type {
    text-align: left;
  }
  .section-1 > div > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-1 > div > div:last-of-type.text-left-desktop {
    padding-left: 50px;
    text-align: left;
  }
  .section-1 > div::after {
    content: "";
    background-color: white;
    border-top: 10px solid #d7b349;
    height: 100px;
    width: 250%;
    transform: skew(0, -2.9deg);
    position: absolute;
    bottom: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 > div > div {
    padding-bottom: 70px;
  }
  .section-1 > div > div:first-of-type {
    padding-right: 40px;
  }
  .section-1 > div > div:last-of-type.text-left-desktop {
    padding-left: 80px;
  }
  .section-1 > div::after {
    bottom: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .section-1 > div > div:first-of-type {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .section-1 > div > div {
    padding-bottom: 70px;
  }
  .section-1 > div > div:first-of-type {
    padding-top: 80px;
  }
  .section-1 > div::after {
    bottom: 5px;
  }
}
@media screen and (min-width: 1900px) {
  .section-1 > div > div {
    padding-bottom: 100px;
  }
  .section-1 > div::after {
    bottom: 25px;
  }
}
.section-2 {
  padding: 60px 20px;
}
.section-2 > * {
  margin-bottom: 20px;
}
.section-2 > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .section-2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .section-2 {
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .section-2 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section-3 {
  background-position: right bottom;
  background-size: cover;
}
.section-3 > div {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 60px 20px;
}
.section-3 > div h2,
.section-3 > div p {
  color: #ffffff;
  text-align: center;
}
.section-3 > div .primary-button {
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .section-3 {
    position: relative;
  }
  .section-3::before {
    content: "";
    background-color: white;
    border-bottom: 10px solid #d7b349;
    height: 100px;
    width: 100%;
    transform: skew(0, -2.9deg);
    position: absolute;
    top: -60px;
    z-index: 1;
  }
  .section-3 > div, .section-3 > .contact-form {
    padding-top: 120px;
    width: 50%;
  }
  .section-3 > div h2,
  .section-3 > div p, .section-3 > .contact-form h2,
  .section-3 > .contact-form p {
    color: #ffffff;
    text-align: left;
  }
  .section-3 > div .primary-button, .section-3 > .contact-form .primary-button {
    justify-content: flex-start;
  }
  .section-3 .black {
    background-color: #000000;
  }
  .section-3 .contact-form {
    background-color: #0f5b6f;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .black,
  .section-3 .contact-form {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .section-3 > div,
  .section-3 .contact-form {
    padding-top: 135px;
  }
  .section-3 .black,
  .section-3 .contact-form {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1900px) {
  .section-3 > div,
  .section-3 .contact-form {
    padding-top: 165px;
  }
}
.section-4 {
  padding: 60px 20px;
  text-align: center;
}
.section-4 > ul {
  display: grid;
  gap: 10px;
  list-style-type: none;
}
.section-4 > ul li {
  color: #0f5b6f;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  grid-template-areas: ". span1 ." "h3 h3 h3" "p p p";
}
.section-4 > ul li span {
  background-color: #ffffff;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  grid-area: span1;
  line-height: 2.5rem;
  padding: 8px 15px;
  transform: translateY(27.5px);
}
.section-4 > ul li h3 {
  border: 2px solid #0f5b6f;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  grid-area: h3;
  line-height: 1.8rem;
  padding: 23px 12px 12px 12px;
}
.section-4 > ul li p {
  margin-top: 5px;
  grid-area: p;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .section-4 > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .section-4 > ul li {
    grid-template-rows: 56px 68px 1fr;
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .section-4 {
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 > ul li {
    grid-template-rows: 67px 78px 1fr;
  }
}
@media screen and (min-width: 1366px) {
  .section-4 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .section-4 > ul li {
    grid-template-rows: 70px 81px 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .section-4 {
    padding-bottom: 30px;
  }
  .section-4 > ul {
    gap: 40px;
  }
  .section-4 > ul li {
    width: 330px;
  }
}
@media screen and (min-width: 1900px) {
  .section-4 {
    padding-bottom: 40px;
  }
  .section-4 > ul li {
    grid-template-rows: 76px 85px 1fr;
  }
}
.section-5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-5 > div:last-of-type {
  background-color: rgba(255, 255, 255, 0.75);
  color: white;
  padding: 60px 20px;
  text-align: center;
}
.section-5 > div:last-of-type h2 {
  margin-bottom: 20px;
}
.section-5 > div:last-of-type .primary-button {
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .section-5 {
    background-image: none !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 100px auto 100px;
    grid-template-areas: "first ." "first last" "first .";
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-5 > div:first-of-type {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    grid-area: first;
  }
  .section-5 > div:last-of-type {
    background-color: white;
    grid-area: last;
    text-align: left;
    padding: 60px;
  }
  .section-5 > div:last-of-type .primary-button {
    justify-content: flex-start;
  }
}
.section-6 {
  padding: 60px 20px;
}
.section-6 h2 {
  margin-bottom: 40px;
  text-align: center;
}
.section-6 .services-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section-6 .services-container article > div:first-of-type {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  min-height: 200px;
}
.section-6 .services-container article .primary-button a {
  border-color: #d7b349;
  color: #ffffff;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section-6 .services-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 50px;
  }
  .section-6 .services-container article {
    flex-basis: 320px;
  }
}
.section-7 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-7 > div {
  background-color: #ffffff;
  display: flex;
  color: white;
  flex-direction: column;
  gap: 20px;
  padding: 60px 20px;
  text-align: center;
}
.section-7 > div .site-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.section-7 > div .site-links a {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.section-7 > div .site-links a img {
  height: 30px;
  width: 30px;
}
.section-7 > div > a {
  color: white;
  font-family: scotch-modern, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 3px;
  text-decoration: none;
}
.section-7 .contact-form {
  background-color: rgba(215, 179, 73, 0.65);
  display: grid;
  gap: 8px;
  padding: 60px 30px;
}
.section-7 .contact-form input, .section-7 .contact-form textarea {
  font-size: 0.9rem;
  border: none;
}
.section-7 .contact-form textarea {
  resize: none;
}
.section-7 .contact-form .secondary-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.section-7 .contact-form .secondary-button a {
  background-color: transparent;
  border: 2.5px solid white;
  color: white;
  cursor: pointer;
  font-family: scotch-modern, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  padding: 10px 50px;
}

@media screen and (min-width: 1024px) {
  .section-7 {
    display: grid;
    grid-template-columns: calc(50% + 40px) calc(50% - 40px);
    position: relative;
  }
  .section-7::before {
    background-color: rgba(215, 179, 73, 0.75);
    content: "";
    height: 440px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: calc(50% - 220px);
  }
  .section-7 > div {
    align-items: flex-start;
    clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
    justify-content: center;
    padding-right: 70px;
    text-align: left;
    z-index: 2;
  }
  .section-7 .contact-form {
    background-color: unset;
    z-index: 2;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1366px) {
  .section-7::before {
    height: 460px;
    top: calc(50% - 230px);
  }
  .section-7 > div {
    padding-right: 120px;
  }
  .section-7 .contact-form {
    padding-bottom: 140px;
    padding-top: 140px;
    padding-left: 50px;
  }
}
footer {
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  flex-direction: column;
  gap: 10px;
  letter-spacing: 1px;
  line-height: 1.4rem;
  padding: 40px 20px;
  text-align: center;
}
footer > div > * {
  letter-spacing: 1px;
}
footer a {
  text-decoration: none;
}
footer a:not(.yellow-link) {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  footer {
    letter-spacing: 2px;
  }
  footer > div > * {
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.slider-1 article > p:first-of-type {
  color: #d7b349;
  font-style: italic;
  padding: 20px;
}
.slider-1 article > p:last-of-type strong {
  color: #ffffff;
}
.slider-1 article > p:last-of-type small {
  color: rgb(183, 183, 183);
}

#bx-pager {
  display: flex;
  gap: 5px;
  justify-content: center;
}

#bx-pager a {
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  width: 9px;
  background-color: rgb(163, 163, 163);
}

#bx-pager a.active {
  background-color: rgb(88, 88, 88);
}

.bx-wrapper {
  box-shadow: none;
  margin-bottom: 0;
}

.services-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services-container article {
  border: 2.5px solid #0f5b6f;
  display: grid;
  grid-template-rows: auto auto;
}
.services-container article img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.services-container article h3 {
  color: #0f5b6f;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 12px;
  text-align: center;
}
.services-container article h3 a {
  text-decoration: none;
}

.icons-container {
  display: grid;
  gap: 40px;
}
.icons-container article div {
  display: flex;
  justify-content: center;
  margin: 0 30px;
}
.icons-container article div img {
  max-width: 100%;
}
.icons-container article h3 {
  color: #0f5b6f;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 12px;
  text-align: center;
}

.reviews-container {
  display: grid;
  gap: 40px;
}
.reviews-container article p {
  border-left: 4px solid #d7b349;
  margin-bottom: 20px;
  padding-left: 15px;
}
.reviews-container article h3 {
  color: #0f5b6f;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.contact-container {
  display: grid;
  gap: 40px;
}
.contact-container article {
  text-align: center;
}
.contact-container article a {
  color: #0f5b6f;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-decoration: none;
}
.contact-container article:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.contact-container article:last-of-type .site-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.contact-container article:last-of-type .site-links a {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.contact-container article:last-of-type .site-links a img {
  filter: invert(10%) sepia(83%) saturate(5671%) hue-rotate(183deg) brightness(102%) contrast(88%);
  height: 30px;
  width: 30px;
}

.reviews-slider-container {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 25px calc(100% - 70px) 25px;
}
.reviews-slider-container .slider-control img {
  cursor: pointer;
}
.reviews-slider-container ul li div {
  height: 10px;
}
.reviews-slider-container ul li h4 {
  color: #000000;
  font-family: josefin-slab, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.contact-form {
  background-color: rgba(15, 91, 111, 0.7);
  display: grid;
  gap: 8px;
  padding: 60px 30px;
}
.contact-form input,
.contact-form textarea {
  font-size: 0.9rem;
  border: none;
}
.contact-form textarea {
  resize: none;
}
.contact-form .primary-button {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .services-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .services-container article {
    grid-template-rows: 200px auto;
    width: 300px;
  }
  .icons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .icons-container article {
    width: 250px;
  }
  .contact-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-container article:first-of-type {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .reviews-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-container {
    gap: 120px;
  }
  .reviews-slider-container {
    grid-template-columns: 25px calc(100% - 70px) 25px;
    margin: 0 auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-container {
    gap: 160px;
  }
  .reviews-slider-container {
    grid-template-columns: 25px calc(100% - 150px) 25px;
    gap: 50px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1536px) {
  .icons-container {
    gap: 70px;
  }
  .reviews-container {
    gap: 60px;
  }
}
@media screen and (min-width: 1900px) {
  .services-container {
    gap: 30px;
  }
  .services-container article {
    width: 350px;
  }
}/*# sourceMappingURL=styles.css.map */