:root {
    /* Custom Theme settings */
    --custom-theme-red: #AB2C35;
    --custom-theme-darkred: #8B0000;
    --custom-theme-blue: #1C67A4;
    --custom-theme-darkblue: #0f1c37;
    --custom-theme-green: #32620e;
    --custom-theme-darkgreen: #022e02;
    --custom-theme-purple: #6f3185;
    --custom-theme-darkpurple: #491041;
    --custom-theme-orange: #ff7300;
    --custom-theme-burntorange: #bb5400;
    --custom-theme-black: #000000;
    --custom-theme-default: #0082a0;
    /* Custom Theme settings */
    --blue: #0082a0;
    --green: #0d5f05;
    --navy: #334155;
    --red: #a1002c;
    --grey-dark: #1e1e1e;
    --grey: #afafaf;
    --grey-light: #f5f5f5;
    --primary-color: var(--blue);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type=button],[type=reset],[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.ttf?2f8cto") format("truetype"), url("/fonts/icomoon.woff?2f8cto") format("woff"), url("/fonts/icomoon.svg?2f8cto#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e900";
}

.icon-map:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-x:before {
  content: "\e907";
}

html {
  box-sizing: border-box;
}

*,*::before,*::after {
  box-sizing: inherit;
}

.social-links-list,#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
}

h1,.h1 {
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.2;
}

.bg-dark h1,.bg-dark .h1 {
  color: #ffffff;
}

h2,.h2 {
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.2;
}

.bg-dark h2,.bg-dark .h2 {
  color: #ffffff;
}

h3,.h3 {
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.2;
}

.bg-dark h3,.bg-dark .h3 {
  color: #ffffff;
}

h4,.h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.2;
}

.bg-dark h4,.bg-dark .h4 {
  color: #ffffff;
}

h5,.h5 {
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.2;
}

.bg-dark h5,.bg-dark .h5 {
  color: #ffffff;
}

h6,.h6 {
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.2;
}

.bg-dark h6,.bg-dark .h6 {
  color: #ffffff;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

a:hover {
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  -webkit-text-decoration: none;
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 1.25em;
}

@media (min-width: 768px) {
  ul,ol,dl,p {
    margin-bottom: 1.5em;
  }
}

h1,.h1 {
  margin-bottom: .7em;
}

@media (min-width: 768px) {
  h1,.h1 {
    font-size: 48px;
    line-height: 1.1666667;
    margin-bottom: .45em;
  }
}

@media (min-width: 768px) {
  h2,.h2 {
    font-size: 36px;
    line-height: 1.1666667;
  }
}

@media (min-width: 768px) {
  h3,.h3 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  h4,.h4 {
    font-size: 24px;
  }
}

h5,.h5 {
  font-weight: 500;
}

h6,.h6 {
  line-height: 1.5;
  font-weight: 500;
}

.two-columns {
  -moz-columns: 2;
       columns: 2;
}

@media (min-width: 1024px) {
  .two-columns-lg {
    -moz-columns: 2;
         columns: 2;
  }
}

@media (min-width: 1360px) {
  .two-columns-lg {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }
}

.text-center {
  text-align: center;
}

@media (min-width: 1024px) {
  .text-center-lg {
    text-align: center;
  }
}

address {
  font-style: normal;
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption) {
  position: absolute !important;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.form-group {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 20px;
  }
}

select,input[type=text],input[type=tel],input[type=email],input[type=search],input[type=password],textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #afafaf;
  border: 1px solid var(--grey, #afafaf);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000000;
  text-align: left;
  border-radius: 4px;
}

select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #afafaf;
  color: var(--grey, #afafaf);
  opacity: 1;
}

select::placeholder,input[type=text]::placeholder,input[type=tel]::placeholder,input[type=email]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,textarea::placeholder {
  color: #afafaf;
  color: var(--grey, #afafaf);
  opacity: 1;
}

select:focus,input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=search]:focus,input[type=password]:focus,textarea:focus {
  border-color: #0082a0;
  border-color: var(--primary-color, #0082a0);
}

textarea {
  resize: vertical;
  vertical-align: top;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container.container-md {
  max-width: 1092px;
}

.container-fluid {
  width: 100%;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.row {
  margin-bottom: -18px;
}

.row .col:not(:empty) {
  margin-bottom: 18px;
}

@media (min-width: 1024px) {
  .row-reverse-lg {
    flex-direction: row-reverse;
  }
}

.header {
  transition: min-height .35s cubic-bezier(.3, .86, .36, .95);
  position: fixed;
  display: flex;
  background: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 80px;
  z-index: 20;
}

@media (min-width: 1200px) {
  .header {
    min-height: 90px;
  }
}

.header.sticky-header {
  transition: box-shadow .35s cubic-bezier(.3, .86, .36, .95);
}

.header.sticky-header.fixed-position {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.header>.container {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}

.header .logo {
  flex-basis: auto;
  flex-shrink: 0;
  margin-right: 16px;
}

@media (max-width: 1199px) {
  .header .logo {
    width: 175px;
    height: 60px;
  }
}

.header .nav-opener {
  margin-left: auto;
  color: #000000;
}

@media (min-width: 1200px) {
  .header .nav-opener {
    display: none;
  }
}

.header .btn-holder {
  margin: 0 -4px -8px;
  flex-shrink: 0;
}

.header .btn-holder>* {
  margin: 0 4px 8px;
}

.logo {
  width: 240px;
  height: 78px;
}

.logo a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo a img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .nav-drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 80px);
    padding: 60px 24px 48px;
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .nav-drop {
    width: auto;
    flex-grow: 1;
  }
}

@media (max-width: 1199px) {
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 1199px) {
  .resize-active .nav-drop {
    transition: none;
  }
}

@media (max-width: 1199px) {
  .nav-holder {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-height: 100%;
  }
}

@media (min-width: 1200px) {
  .nav-holder {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .nav-holder>* {
    flex: 0 0 auto;
  }
}

@media (max-width: 1199px) {
  .nav-holder #nav {
    flex: 1 1 auto;
  }
}

.nav-holder .btn-holder {
  justify-content: center;
}

@media (min-width: 1200px) {
  .nav-holder .btn-holder {
    margin-left: 24px;
  }
}

@media (max-width: 1199px) {
  #nav {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 0 42px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .resize-active #nav {
    transition: none;
  }
}

#nav ul {
  font-size: 32px;
  line-height: 1.1111111112;
  font-weight: 500;
}

@media (min-width: 1200px) {
  #nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 -15px -8px;
  }
}

#nav li {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  #nav li {
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  #nav li {
    padding: 0 15px 8px;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  #nav li:last-child {
    margin-bottom: 0;
  }
}

#nav li.active a {
  color: #0082a0;
  color: var(--primary-color, #0082a0);
}

#nav a {
  display: inline-block;
  vertical-align: top;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #808080;
  text-transform: capitalize;
}

#nav a:hover,#nav a:focus {
  color: #000000;
}

.nav-opener {
  position: relative;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  flex-shrink: 0;
  padding: 13px 1px;
}

@media (min-width: 1200px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener .icon-opener {
  display: block;
  color: inherit;
  background-color: #000000;
  height: 3px;
  width: 24px;
  position: relative;
  font-size: 0;
  border-radius: 99px;
}

.nav-opener .icon-opener:after,.nav-opener .icon-opener:before {
  transition: transform 200ms cubic-bezier(.3, .86, .36, .95), top 200ms cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  border-radius: 99px;
}

.nav-opener .icon-opener:before {
  top: -8px;
  background-color: #000000;
}

.nav-opener .icon-opener:after {
  top: 8px;
  background-color: #000000;
}

.nav-active .nav-opener .icon-opener {
  height: 0;
}

.nav-active .nav-opener .icon-opener:after,.nav-active .nav-opener .icon-opener:before {
  top: -1px;
}

.nav-active .nav-opener .icon-opener:after {
  transform: rotate(45deg);
}

.nav-active .nav-opener .icon-opener:before {
  transform: rotate(-45deg);
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  body.nav-active {
    overflow: hidden;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  min-height: 100vh;
}

.wrapper .page-holder {
  flex: 1 1 auto;
  padding-top: 80px;
}

@media (min-width: 1200px) {
  .wrapper .page-holder {
    padding-top: 90px;
  }
}

.image-holder {
  position: relative;
}

.image-holder img {
  width: 100%;
  height: auto;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.bg-wrapper {
  position: relative;
}

.bg-wrapper>:not(.bg-holder) {
  position: relative;
  z-index: 1;
}

.bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bg-holder img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.bg-holder.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

@media (min-width: 768px) {
  .bg-holder.overlay::after {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, 0) 100%);
    opacity:60%;
  }
}

.bg-grey-light {
  background-color: #f5f5f5;
  background-color: var(--grey-light, #f5f5f5);
}

.bg-dark {
  background-color: #1e1e1e;
  background-color: var(--grey-dark, #1e1e1e);
  color: #ffffff;
}

.content-section {
  padding: 30px 0;
  scroll-margin-top: 90px;
}

.content-section .section-heading {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .section-heading {
    margin-bottom: 54px;
  }
}

.section-heading>:last-child {
  margin-bottom: 0;
}

.text-article p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .contact-block {
    padding-right: 46px;
  }
}

.contact-block .section-heading {
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .contact-block .section-heading {
    max-width: 385px;
  }
}

.contact-block .btn-holder {
  margin-bottom: 8px;
}

.map-holder {
  position: relative;
  width: 100%;
  height: 360px;
  padding-bottom: 25%;
}

.map-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .row {
  margin-bottom: -40px;
}

.footer .row .col:not(:empty) {
  margin-bottom: 40px;
}

.footer .footer-main {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .footer .footer-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.footer .footer-bottom {
  font-size: 14px;
  line-height: 1.5;
}

.footer .footer-bottom>.container {
  position: relative;
  padding-top: 31px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .footer .footer-bottom>.container {
    padding-top: 12px;
    padding-bottom: 56px;
  }
}

.footer .footer-bottom>.container::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px solid #afafaf;
  border-top: 1px solid var(--grey, #afafaf);
}

.footer .title {
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

@media (min-width: 480px) {
  .footer .copyright-holder {
    text-align: center;
  }
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: capitalize;
}

.footer-nav ul li {
  margin-bottom: 20px;
}

.footer-nav ul li:last-child {
  margin-bottom: 0;
}

.footer-nav ul li a {
  color: #afafaf;
  color: var(--grey, #afafaf);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-nav ul li a:hover,.footer-nav ul li a:focus {
  color: #0082a0;
  color: var(--primary-color, #0082a0);
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  border: 1px solid #0082a0;
  border: 1px solid var(--primary-color, #0082a0);
  background-color: #0082a0;
  background-color: var(--primary-color, #0082a0);
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  min-width: 129px;
}

.btn:focus,.btn:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #ffffff;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
}

.btn.btn-md {
  padding: 10px;
  min-width: 121px;
}

.btn.btn-outline {
  background-color: #ffffff;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
}

.btn.btn-outline:hover,.btn.btn-outline:active {
  background-color: #0082a0;
  background-color: var(--primary-color, #0082a0);
  color: #ffffff;
}

.btn.btn-white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
}

.btn.btn-white:hover,.btn.btn-white:active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.btn.btn-white-outline {
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.btn.btn-white-outline:hover,.btn.btn-white-outline:active {
  background-color: #ffffff;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
}

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7px -13px;
}

.btn-holder>* {
  margin: 0 7px 13px;
}

.social-links-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px -8px;
  font-size: 24px;
  line-height: 1;
}

.social-links-list li {
  padding: 0 7px 8px;
}

.social-links-list li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

.social-links-list li a:hover,.social-links-list li a:focus {
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.custom-bullets {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.custom-bullets:last-child {
  margin-bottom: -20px;
}

.custom-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.custom-bullets li::before {
  content: "\e903";
  font-family: "icomoon";
  color: #0082a0;
  color: var(--primary-color, #0082a0);
  margin-right: 12px;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}

.contact-list:not(:last-child) {
  margin-bottom: 26px;
}

.contact-list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #afafaf;
  border-bottom: 1px solid var(--grey, #afafaf);
}

.contact-list li:last-child {
  border-bottom: none;
}

.contact-list li .icon {
  margin-right: 24px;
  font-size: 30px;
  color: #0082a0;
  color: var(--primary-color, #0082a0);
}

.contact-list li a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.contact-list li a:hover,.contact-list li a:focus {
  color: #0082a0;
  color: var(--primary-color, #0082a0);
}

.hero-section {
  display: flex;
  position: relative;
  min-height: 500px;
  padding: 40px 10px;
}

.hero-section .hero-block {
  max-width: 400px;
}

@media (min-width: 768px) {
  .hero-section .hero-block {
    max-width: 500px;
  }
}

.hero-section>.container {
  display: flex;
  align-items: center;
}

.hero-block>:last-child:not(.btn-holder) {
  margin-bottom: 0;
}

.hero-block p {
  margin-bottom: 1.4em;
}

@media (min-width: 768px) {
  .hero-block p {
    margin-bottom: 1.25em;
  }
}

.card {
  display: block;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .card {
    padding: 0 28px;
  }
}

.card:hover .card-image,.card:focus .card-image {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .7));
}

.bg-dark .card:hover h5,.bg-dark .card:focus h5 {
  color: inherit;
}

.card .card-image {
  transition: filter .35s cubic-bezier(.3, .86, .36, .95);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 27px;
}

@media (min-width: 768px) {
  .card .card-image {
    margin-bottom: 23px;
  }
}

.card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card .card-body {
  padding: 0 4px 6px;
}

.card .card-body h5 {
  margin-bottom: 4px;
}

.card .card-body h6 {
  color: inherit;
  font-size: 18px;
  margin-bottom: 16px;
}

.card .card-body>:last-child {
  margin-bottom: 0;
}

.section1content-container {
    max-height: 20.0em;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.section1content-container.expanded {
    max-height: none;
}

.read-more-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-top: 0.5rem;
}

