/* ==========================================================================
    VARIABLES
  ========================================================================== */
/* ==========================================================================
    COLORS
  ========================================================================== */
/* ==========================================================================
    BREAKPOINT
  ========================================================================== */
/* ==========================================================================
    GLOBAL
  ========================================================================== */
/* ==========================================================================
    GRID
  ========================================================================== */
/* ==========================================================================
    BREAKPOINT
  ========================================================================== */
/* ==========================================================================
    TYPOGRAPHY
  ========================================================================== */
/* ==========================================================================
    BUTTONS
  ========================================================================== */
/* ==========================================================================
    CORE
  ========================================================================== */
/* ==========================================================================
    REM
  ========================================================================== */
/* ==========================================================================
    BREAKPOINT
  ========================================================================== */
/* ==========================================================================
    BORDER-RADIUS
  ========================================================================== */
/* ==========================================================================
    FLUID FONTS
  ========================================================================== */
/* ==========================================================================
    FONTS
  ========================================================================== */
/* ==========================================================================
    TEXT
  ========================================================================== */
p, ul, ol, pre, table, blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

a img {
  border: 0;
}

/* ==========================================================================
    FONTS
  ========================================================================== */
strong, .page-title, .main-header h1, .btn.primary {
  font-weight: 700;
}

.wf-active, .page-sub-title {
  font-weight: 400;
}

html {
  font-size: 10px;
}

.wf-loading body,
.wf-inactive body {
  font-family: Arial, Helvetica, sans-serif;
}

.wf-active {
  font-family: montserrat, sans-serif;
}

body {
  color: #C33140;
  line-height: 1.3;
}

@media (min-width: 1400px) {
  body {
    line-height: 1.3;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

h1 {
  font-size: 4rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

@media (min-width: 480px) {
  h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1650px) {
  h1 {
    font-size: 4rem;
  }
}

@media (min-width: 480px) {
  h1 {
    margin-top: calc(0vw + 13px);
  }
}

@media (min-width: 1400px) {
  h1 {
    margin-top: 13px;
  }
}

@media (min-width: 480px) {
  h1 {
    margin-bottom: calc(0vw + 13px);
  }
}

@media (min-width: 1400px) {
  h1 {
    margin-bottom: 13px;
  }
}

a, p, span, li {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

a {
  text-decoration: none;
}

.page-sub-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  color: #3B4750;
}

.page-title {
  position: relative;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 4.8rem;
  color: #C33140;
  padding-bottom: 2.4rem;
  text-align: center;
}

@media (min-width: 480px) {
  .page-title {
    font-size: calc(0.51282vw + 25.53846px);
  }
}

@media (min-width: 1650px) {
  .page-title {
    font-size: 34px;
  }
}

.page-title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 4px;
  border-radius: 4px;
  background: #C33140;
  content: '';
}

.uppercase {
  text-transform: uppercase;
}

p, li, a, span, div, section, strong, small, button, input, textarea {
  font-family: inherit;
  color: #2E2E2E;
}

/* ==========================================================================
    LAYOUT
  ========================================================================== */
/* ==========================================================================
    LAYOUT
  ========================================================================== */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #ffffff;
}

body:after, body:before {
  content: "";
  display: table;
  clear: both;
}

.container {
  box-sizing: border-box;
  *zoom: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  padding: 0 3rem;
}

.container:after, .container:before {
  content: "";
  display: table;
}

.container:after {
  clear: both;
}

@media (max-width: 767px) {
  .container {
    overflow-x: hidden;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* ==========================================================================
    COMPONENTS
  ========================================================================== */
/* ==========================================================================
    HEADER
  ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  height: 15rem;
  z-index: 99;
  background: #ffffff;
}

@media (min-width: 768px) {
  header {
    height: 10rem;
  }
}

header .container {
  padding: 0 1rem;
}

header nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 768px) {
  header nav {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 2rem;
}

header .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) {
  header .menu {
    width: auto;
  }
}

header .menu li a {
  color: #065191;
  text-decoration: none;
  padding: 0.5rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}

@media (min-width: 480px) {
  header .menu li a {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  header .menu li a {
    padding: 0.5rem 2rem;
  }
}

.main-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 50vh;
  background: url(../img/header-bg.jpg) no-repeat center center;
  background-size: cover;
  margin: 10rem auto 3rem;
}

.main-header:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 81, 145, 0.2);
  content: '';
  z-index: 1;
}

@media (min-width: 768px) {
  .main-header {
    -ms-flex-align: start;
        align-items: flex-start;
    height: 60vh;    
    margin: 7rem auto 0;
  }
  .main-header__left {
    width: 100%;
    height: 100%;
  }
}

.main-header__left {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
}

.main-header__left--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}

.main-header__left--content a {
  color: #ffffff;
  text-align: center;
  margin: 0 1.6rem;
}

.main-header h1 {
  font-size: 3rem;
  color: #ffffff;
  margin: 0 0 2rem;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 480px) {
  .main-header h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1650px) {
  .main-header h1 {
    font-size: 4rem;
  }
}

.main-header p {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  color: #ffffff;
}

@media (min-width: 480px) {
  .main-header p {
    font-size: 2.5rem;
  }
}

@media (min-width: 1650px) {
  .main-header p {
    font-size: 2.5rem;
  }
}

/* ==========================================================================
      HEADER MENU
    ========================================================================== */
.inline-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header-menu .dropdown-item {
  position: relative;
  color: #ffffff;
}

@media (min-width: 1650px) {
  .header-menu .dropdown-item {
    padding: 0 0.5rem !important;
    margin: 0 !important;
  }
  .header-menu .dropdown-item:not(:last-child):after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
  }
}

/* ==========================================================================
    BTN
  ========================================================================== */
.btn.primary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: transparent;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  outline: 0;
  padding: 2rem 4rem;
  font-size: 1.6rem;
  line-height: 1;
  transition: all 200ms ease-in;
  background: transparent;
  color: #C33140;
  background: #ffffff;
  animation: 2s btnAni infinite;
  border-radius: 4px 24px 4px 24px;
}

.contact .btn.primary,
.btn.dark {
  color: #ffffff;
  background: #C33140;
  animation: 2s btnAniRed infinite;
}

@keyframes btnAni {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.45);
  }
  100% {
    box-shadow: 0 0 0 1.2rem rgba(255, 255, 255, 0);
  }
}

@keyframes btnAniRed {
  0% {
    box-shadow: 0 0 0 0px rgba(195, 49, 64, 0.45);
  }
  100% {
    box-shadow: 0 0 0 1.2rem rgba(195, 49, 64, 0);
  }
}

/* ==========================================================================
    INPUTS
  ========================================================================== */
.text {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 41, 118, 0.3);
  outline: none;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 48px;
  padding: .375rem .75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2E2E2E;
  background-color: #fff;
  background-clip: padding-box;
}

.umbraco-forms-field-wrapper {
  width: 100%;
}

.umbraco-forms-field-wrapper textarea {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 41, 118, 0.3);
  outline: none;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2E2E2E;
  background-color: #fff;
  background-clip: padding-box;
}

/* ==========================================================================
    MAIN CONTENT
  ========================================================================== */
.block {
  width: 100%;
  padding: 0 0 5rem;
}

@media (min-width: 480px) {
  .block {
    padding: 10rem 0;
  }
}

.block.gray {
  background: rgba(46, 46, 46, 0.05);
}

.page-content__left, .page-content__right {
  width: 100%;
}

@media (min-width: 992px) {
  .page-content__left, .page-content__right {
    width: 40%;
  }
}

.page-content__left {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .page-content__left {
    padding-right: 5rem;
    margin-bottom: 0;
  }
}

.page-content__footer {
  margin-top: 4.8rem;
  text-align: center;
}

.page-content.column {
  margin: auto;
}

@media (min-width: 992px) {
  .page-content.column {
    max-width: 80%;
  }
}

.page-content.column ul {
  column-count: 1;
  padding-left: 2rem;
}

@media (min-width: 992px) {
  .page-content.column ul {
    columns: 2;
    column-width: 250px;
    column-gap: 10rem;
  }
}

.page-content.column ul li {
  position: relative;
  line-height: 3.4rem;
  margin-bottom: 1rem;
}

.page-content.column ul li:after {
  position: absolute;
  left: -2rem;
  top: 12px;
  margin: auto;
  content: '';
  background: #C33140;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.page-content.content {
  max-width: 800px;
  margin: auto;
}

.page-content.content p {
  margin-bottom: 1.6rem;
}

.page-content.contact {
  -ms-flex-align: center;
      align-items: center;
}

.page-content.contact .page-content__left {
  padding: 3.2rem 2.4rem;
}

@media (min-width: 992px) {
  .page-content.contact .page-content__left {
    padding: 6.4rem 4.8rem;
  }
}

.page-content.contact .page-content__right p {
  font-size: 1.8rem;
  line-height: 1.75;
}

.page-content.two-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 992px) {
  .page-content.two-col {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/* ==========================================================================
    FORMS
  ========================================================================== */
.umbraco-forms-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.umbraco-forms-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin-bottom: 2.4rem;
}

@media (min-width: 480px) {
  .umbraco-forms-field {
    -ms-flex-align: start;
        align-items: flex-start;
    width: auto;
  }
}

.umbraco-forms-label {
  font-size: 1.6rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  color: rgba(46, 46, 46, 0.5);
}

@media (min-width: 480px) {
  .umbraco-forms-label {
    margin-bottom: 0;
    width: 150px;
  }
}

.umbraco-forms-page .btn {
  margin-top: 6.4rem;
}

/* ==========================================================================
    CAROUSEL
========================================================================== */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
    REFERENCE
  ========================================================================== */
.reference__list--item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 2rem 0;
  cursor: pointer;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .reference__list--item {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 2rem;
  }
}

.reference__list--item .thumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 20rem;
  background: rgba(6, 81, 145, 0.05);
  border-radius: 16px 48px 16px 48px;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 480px) {
  .reference__list--item .thumb {
    width: 25rem;
    min-width: 25rem;
    height: 18rem;
  }
}

@media (min-width: 768px) {
  .reference__list--item .thumb {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.reference__list--item h3 {
  margin: 0;
  background: transparent;
  font-size: 2.2rem;
  line-height: 1.3;
}

.reference__list--item p {
  margin: 0;
  background: transparent;
}

.reference__image {
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
}

.reference__image--img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* ==========================================================================
    SERVICES
========================================================================== */
@supports (display: grid) {
  .services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 3.2rem;
  }
  @media (min-width: 768px) {
    .services {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      column-gap: 3.2rem;
    }
  }
  @media (min-width: 992px) {
    .services {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr);
      column-gap: 3.2rem;
    }
  }
}

.services__item {
  padding: 2.4rem 3.2rem;
  background: rgba(6, 81, 145, 0.05);
  border-radius: 16px 48px 16px 48px;
  text-align: center;
}

.services__item--pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 6.4rem;
}

.services__item--pic img {
  width: auto;
  height: 100%;
}

/* ==========================================================================
    FOOTER
  ========================================================================== */
footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  background-size: cover;
  padding: 5rem;
}

footer p {
  color: #2E2E2E;
}

/* ==========================================================================
    HELPERS
  ========================================================================== */
/* ==========================================================================
    HELPERS
  ========================================================================== */
*, ::after, ::before {
  box-sizing: border-box;
}

.box {
  background: rgba(6, 81, 145, 0.05);
  border-radius: 8px 24px;
  overflow: hidden;
}

.fx-relay-email-input-wrapper {
  z-index: 1 !important;
}

.services__item ul {
  list-style-type: disc;
  list-style-position: inside;
  text-align: justify;
}
.services__item p {

  text-align: justify;
}