* {
  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;
}
.default-form.default-form-include {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.default-form.default-form-include > div {
  grid-column: 1/3;
}
.default-form.default-form-include > div.half-first {
  grid-column: 1/2;
}
.default-form.default-form-include > div.half-second {
  grid-column: 2/3;
}
.default-form.default-form-include input,
.default-form.default-form-include textarea {
  border: 1px solid #444444;
  border-radius: 3px;
  padding: 5px 9px;
}
.default-form.default-form-include .primary-button a,
.default-form.default-form-include .primary-button button {
  color: gray;
}
.default-form.default-form-include .primary-button a:hover,
.default-form.default-form-include .primary-button button:hover {
  background-color: rgb(98.689516129, 161.4919354839, 61.0080645161);
  color: white;
}

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

.desktop {
  display: none !important;
}

.color-primary {
  color: #6eb444;
}

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

.color-tertiary {
  color: #4c80c2;
}

.bg-primary {
  background-color: #6eb444;
}

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

.bg-tertiary {
  background-color: #4c80c2;
}

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

h1,
h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

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

.primary-button {
  display: flex;
}
.primary-button a,
.primary-button button {
  align-items: center;
  background-color: #6eb444;
  border: 0;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 250ms;
  padding: 20px 28px;
}
.primary-button a:hover,
.primary-button button:hover {
  background-color: #4c80c2;
}

.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: #4c80c2;
  color: transparent;
  height: 5px;
}

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

section > h1, section > h2, section > h3,
section article.blogSingle .content > h1,
section article.blogSingle .content > h2,
section article.blogSingle .content > h3 {
  color: rgb(131.9129032258, 194.3483870968, 94.4516129032);
  font-weight: 400;
}
section > h1.title-center, section > h2.title-center, section > h3.title-center,
section article.blogSingle .content > h1.title-center,
section article.blogSingle .content > h2.title-center,
section article.blogSingle .content > h3.title-center {
  color: #4c80c2;
  margin-bottom: 30px;
  text-align: center;
}
section > h1.title-blue, section > h2.title-blue, section > h3.title-blue,
section article.blogSingle .content > h1.title-blue,
section article.blogSingle .content > h2.title-blue,
section article.blogSingle .content > h3.title-blue {
  color: #4c80c2;
}
section > h1 a, section > h2 a, section > h3 a,
section article.blogSingle .content > h1 a,
section article.blogSingle .content > h2 a,
section article.blogSingle .content > h3 a {
  color: rgb(131.9129032258, 194.3483870968, 94.4516129032);
  text-decoration: none;
}
section > h1 a:hover, section > h2 a:hover, section > h3 a:hover,
section article.blogSingle .content > h1 a:hover,
section article.blogSingle .content > h2 a:hover,
section article.blogSingle .content > h3 a:hover {
  color: #4c80c2;
}
section > p strong,
section article.blogSingle .content > p strong {
  color: rgb(131.9129032258, 194.3483870968, 94.4516129032);
}
section > p img,
section article.blogSingle .content > p img {
  margin-top: 10px;
  width: 100%;
}
section > p iframe.video-player-1,
section article.blogSingle .content > p iframe.video-player-1 {
  height: 168px;
  width: 300px;
}
section > p, section > ul li,
section article.blogSingle .content > p {
  color: #777777;
}
section > p a, section > ul li a,
section article.blogSingle .content > p a {
  color: rgb(131.9129032258, 194.3483870968, 94.4516129032);
  text-decoration: none;
}
section > p a:hover, section > ul li a:hover,
section article.blogSingle .content > p a:hover {
  color: #4c80c2;
}
section > *,
section article.blogSingle .content > *,
section article.blogRoll .content > * {
  margin-bottom: 20px;
}
section > *:last-child,
section article.blogSingle .content > *:last-child,
section article.blogRoll .content > *:last-child {
  margin-bottom: 0;
}
section .primary-button a {
  width: 100%;
}

@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 .email-and-phone {
  background-color: #6eb444;
  display: grid;
  font-size: 1rem;
  letter-spacing: 0.8px;
}
header .email-and-phone > div {
  align-items: center;
  gap: 5px;
  display: flex;
}
header .email-and-phone > div a {
  color: white;
  margin-top: 3px;
  text-decoration: none;
}
header .logo {
  background-color: #0a2733;
  display: flex;
  justify-content: center;
  padding: 10px;
}
header .logo a {
  max-width: 200px;
}
header .topbar {
  background-color: #6eb444;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 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;
}

@media screen and (min-width: 1024px) {
  header {
    background-color: #0a2733;
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-template-rows: 60px 90px;
    grid-template-areas: "topbar topbar" "logo navbar";
  }
  header .logo {
    align-items: center;
    grid-area: logo;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }
  header .logo a {
    align-items: center;
    display: flex;
    max-width: unset;
  }
  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;
    border: 2px solid #0a2733;
    border-radius: 5px;
    color: white;
    display: flex;
    font-size: 11px;
    padding: 17px 15px;
    text-transform: capitalize;
    transition: border 100ms ease-out;
  }
  header .navbar .mainnav > li > a:hover {
    border: 2px solid #6eb444;
  }
  header .navbar .mainnav > li > a.navItemActive {
    background-color: #6eb444;
    border: 2px solid #6eb444;
  }
  header .navbar .mainnav > li > ul {
    background-color: transparent;
    border-top: 17px solid transparent;
    padding: 8px 0;
  }
  header .navbar .mainnav > li > ul > li {
    background-color: #333333;
  }
  header .navbar .mainnav > li > ul > li:first-of-type {
    border-top: 2px solid #6eb444;
    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: #b3b3b3 !important;
    font-weight: 400;
    padding: 10px 20px;
  }
  header .navbar .mainnav > li > ul > li > a:hover {
    color: rgb(217.25, 217.25, 217.25) !important;
  }
}
@media screen and (min-width: 1280px) {
  header {
    grid-template-columns: 340px 1fr;
  }
  header .topbar {
    letter-spacing: 2.5px;
  }
  header .navbar .mainnav > li > a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1366px) {
  header .topbar {
    letter-spacing: 3px;
  }
  header .navbar .mainnav > li > a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  header {
    grid-template-columns: 370px 1fr;
  }
}
@media screen and (min-width: 1536px) {
  header {
    grid-template-columns: 410px 1fr;
  }
}
@media screen and (min-width: 1600px) {
  header {
    grid-template-columns: 440px 1fr;
  }
}
@media screen and (min-width: 1900px) {
  header {
    grid-template-columns: 520px 1fr;
  }
  header .navbar .mainnav > li > a {
    font-size: 16px;
  }
}
.highlight-1 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .highlight-1 {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .highlight-1 {
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .highlight-1 {
    height: 550px;
  }
}
@media screen and (min-width: 1536px) {
  .highlight-1 {
    height: 600px;
  }
}
.highlight-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 2px solid #6eb444;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 50px 20px 10px 20px;
}
.highlight-2 h1 {
  color: #6eb444;
  font-weight: normal;
  font-size: 1.4rem;
  grid-area: h1;
  line-height: 2rem;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.highlight-2 div {
  display: flex;
  grid-area: div;
  justify-content: center;
}
.highlight-2 div a, .highlight-2 div span {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.highlight-2 div a {
  color: #6eb444;
  text-decoration: none;
}
.highlight-2 div span {
  color: #4c80c2;
}
.highlight-2 div span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 0.6rem;
  letter-spacing: -1px;
  margin: 0 5px;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .highlight-2 {
    display: grid;
    grid-template-areas: "h1 h1" ". div";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
}
.section-1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 20px;
}
.section-1 form {
  display: grid;
  gap: 20px;
}
.section-1 form input, .section-1 form textarea {
  border: 2px solid rgb(87.3790322581, 142.9838709677, 54.0161290323);
  font-size: 0.9rem !important;
  line-height: 1.4rem !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section-1 form {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-1 form > div {
    grid-column: 1/3;
  }
  .section-1 form > div.half-first {
    grid-column: 1/2;
  }
  .section-1 form > div.half-second {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1366px) {
  .section-1 form input, .section-1 form textarea {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
.section-2 {
  background-color: #4c80c2;
  color: white;
  padding: 30px 20px;
  display: grid;
  gap: 50px;
}
.section-2 p {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 7px;
}
.section-2 p span.highlight {
  font-family: scotch-modern, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 3px;
}

@media screen and (min-width: 1024px) {
  .section-2 {
    display: flex;
    justify-content: space-around;
  }
  .section-2 p {
    font-size: 20px;
    gap: 5px;
  }
  .section-2 p span.highlight {
    font-size: 60px;
    line-height: 60px;
  }
}
.section-3 > div:first-of-type {
  background-color: #6eb444;
  color: white;
  padding: 60px 20px;
  text-align: center;
}
.section-3 > div:first-of-type h2 {
  margin-bottom: 20px;
}
.section-3 > div:last-of-type {
  padding: 60px 20px;
}
.section-3 > div:last-of-type .video-container img {
  border: 5px solid #0a2733;
  cursor: pointer;
}
.section-3 > div:last-of-type .video-container iframe {
  height: 192px;
}

@media screen and (min-width: 1024px) {
  .section-3 {
    display: grid;
    grid-template-columns: calc(50% + 40px) calc(50% - 40px);
    position: relative;
  }
  .section-3::before {
    background-color: #4c80c2;
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: calc(50% - 50px);
  }
  .section-3 > div:first-of-type {
    clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
    text-align: left;
    padding-right: 100px;
  }
  .section-3 > div:last-of-type .video-container iframe {
    height: 207.2px;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 > div:last-of-type .video-container iframe {
    height: 218.9px;
  }
}
@media screen and (min-width: 1366px) {
  .section-3 > div:last-of-type .video-container iframe {
    height: 254.6px;
  }
}
@media screen and (min-width: 1536px) {
  .section-3 > div:last-of-type .video-container iframe {
    height: 268.4px;
  }
}
@media screen and (min-width: 1900px) {
  .section-3 > div:last-of-type .video-container iframe {
    height: 296px;
  }
}
.section-4 {
  background-color: #0a2733;
  color: white;
  padding: 60px 20px;
  text-align: center;
}
.section-4 h2 {
  margin-bottom: 20px;
}
.section-4 p {
  margin-bottom: 20px;
}
.section-4 .primary-button {
  justify-content: center;
}

.section-5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-5 > div:last-of-type {
  background-color: rgba(110, 180, 68, 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: #6eb444;
    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: #4c80c2;
  color: #6eb444;
  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: #6eb444;
  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(76, 128, 194, 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(76, 128, 194, 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 > div:first-of-type {
  background-color: #0a2733;
  color: #808080;
  display: grid;
  gap: 40px;
  padding: 50px 20px;
}
footer > div:first-of-type a {
  color: #808080;
  text-decoration: none;
}
footer > div:first-of-type a:hover {
  color: #6eb444;
}
footer > div:first-of-type div p {
  margin-bottom: 15px;
}
footer > div:first-of-type div p:last-of-type {
  margin-bottom: 0;
}
footer > div:last-of-type {
  background-color: #43474d;
  color: #dadada;
  display: grid;
  gap: 20px;
  padding: 30px 20px;
}
footer > div:last-of-type > div:last-of-type {
  text-align: right;
}
footer > div:last-of-type a {
  color: #6eb444;
}

@media screen and (min-width: 768px) {
  footer > div:last-of-type {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  footer > div:first-of-type {
    gap: 60px;
    grid-template-columns: auto auto 1fr;
    padding-bottom: 150px;
    padding-top: 80px;
  }
}
.slider-1 article > p:first-of-type {
  color: #4c80c2;
  font-style: italic;
  padding: 20px;
}
.slider-1 article > p:last-of-type strong {
  color: #6eb444;
}
.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;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.services-container {
  display: grid;
  gap: 20px;
}
.services-container aside {
  display: grid;
  grid-template-rows: 200px 1fr;
}
.services-container aside > div {
  border: 6px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.services-container aside > div div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.services-container aside p {
  color: #777777;
  font-style: italic;
  margin-top: 5px;
  text-align: center;
}

.service-area-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.awards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.awards-container div {
  align-items: center;
  display: flex;
  flex-basis: 170px;
  height: 150px;
  justify-content: center;
}

.contact-page-main {
  display: grid;
  gap: 120px;
}

@media screen and (min-width: 768px) {
  .services-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-container aside {
    grid-template-rows: 130px auto;
  }
  .contact-page-main {
    gap: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .services-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-container aside {
    grid-template-rows: 200px auto;
  }
  .service-area-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-page-main {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .services-container {
    gap: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .contact-page-main {
    gap: 60px;
  }
}
@media screen and (min-width: 1536px) {
  .services-container {
    gap: 40px;
  }
}
@media screen and (min-width: 1900px) {
  .contact-page-main {
    gap: 90px;
  }
}/*# sourceMappingURL=styles.css.map */