/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-300.woff") format("woff"), url("../fonts/montserrat-v15-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-500.woff") format("woff"), url("../fonts/montserrat-v15-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-600.woff") format("woff"), url("../fonts/montserrat-v15-latin-600.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-700.woff") format("woff"), url("../fonts/montserrat-v15-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/*-------------------------------------
*  1. Reset CSS
*-------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/*-----------------------------------
 *  BASE
 *-----------------------------------*/
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  word-break: break-word; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

h1 {
  font-size: 36px;
  line-height: 1.2; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px;
  margin-bottom: 10px; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #797979;
  margin-bottom: 1.6em; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 21px; } }

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

ul {
  padding: 0;
  list-style: none; }

ol {
  padding-left: 20px; }

.sidebar li, footer li {
  list-style: none; }
  @media screen and (max-width: 768px) {
    .sidebar li, footer li {
      margin-bottom: 5px; } }

hr {
  border: none;
  border-top: solid 1px #ddd; }

a {
  color: #003358;
  text-decoration: none;
  -o-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out; }

a:hover {
  color: #cc1b3f;
  transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms  ease-in-out; }

input[type=text],
input[type=email],
input[type=date],
textarea,
select,
.form-control {
  font-size: 14px;
  color: #333;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 10px 10px;
  width: 100%; }

label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #666; }

input[type=date] {
  padding: 5px 10px; }

.form-wrapper .form-group {
  margin-bottom: 0; }
  .form-wrapper .form-group button {
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
    padding: 6px; }

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #808080;
  font-size: 12px;
  font-weight: 300; }

input[type=submit] {
  background: #003358;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 45px;
  margin-top: 15px;
  border: 2px solid transparent;
  position: relative;
  text-align: left; }
  input[type=submit]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f30b';
    float: right;
    font-size: inherit;
    margin-left: 18px; }

input[type=submit]:hover {
  color: #003358;
  background-color: transparent;
  border: 2px solid #003358; }

input:focus {
  outline-color: transparent; }

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 27px;
  padding-right: 35px;
  width: 20px;
  height: 20px;
  border-width: thin; }

#wrapper {
  overflow: hidden; }

#wrapper__inner {
  transform: translateX(0px);
  transition: all 0.3s;
  opacity: 1; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

/*-------------------------------------
 *  Globaly used classes
 *-------------------------------------*/
/* clear floating */
.clear {
  clear: left; }

/* hide overflow */
.hideoverflow {
  overflow: hidden; }

/* full height */
.fullheight {
  height: 100%; }

/* text aligning */
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

/* vertical centering */
.valign-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* position centering */
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* floating */
.no-float {
  float: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* text case transform */
.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

/* font-style */
.italic {
  font-style: italic; }

.noitalic {
  font-style: normal; }

/* disable text selection */
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

.bgimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.padding-x1 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-x2 {
  padding-top: 75px;
  padding-bottom: 75px; }

.padding-x3 {
  padding-top: 120px;
  padding-bottom: 120px; }

h4 {
  font-size: 24px;
  color: #003358;
  margin-bottom: 35px; }

/*-------------------------------------
 *  WP BASICS
 *-------------------------------------*/
.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  font-size: 13px;
  font-style: italic;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 20px !important; }

.gallery-caption {
  margin: 0 4px 8px; }

.bypostauthor {
  border-top: none;
  background: #d4d4d4;
  border-radius: 10px;
  margin-bottom: 10px; }

.alignright {
  float: right;
  margin: 9px 0 20px 28px; }

.alignleft {
  float: left;
  margin: 9px 28px 20px 0; }

.aligncenter {
  display: block;
  margin: 9px auto 20px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

  /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444; }

a {
  color: #007bff;
  transition: 0.5s; }

a:hover,
a:active,
a:focus {
  color: #797979;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

.button,
.btn {
  background-color: #003358;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 30px;
  display: inline-block;
  transition: all 0.3s; }
  .button.after-el,
  .btn.after-el {
    position: relative; }
    .button.after-el:after,
    .btn.after-el:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f30b';
      float: right;
      font-size: inherit;
      margin-left: 18px; }

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }

.back-to-top i {
  padding-top: 12px;
  color: #fff; }

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); }
  @media screen and (min-width: 992px) {
    #header.fixed {
      width: 100%;
      position: fixed;
      background-color: #FFF;
      box-shadow: 0 5px 20px -2px rgba(128, 128, 128, 0.3); } }

#header.header-scrolled,
#header.header-pages {
  height: 100px;
  padding: 10px 0; }

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase; }

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none; }

#header .logo img {
  padding: 0;
  max-height: 44px; }

.main-pages {
  margin-top: 60px; }

.navbar-toggler {
  float: right;
  display: none;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggler:focus {
  outline: 0; }

.navbar-toggler .icon-bar {
  display: block !important;
  width: 25px !important;
  height: 3px;
  border-radius: 1px;
  background-color: #003358; }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px; }

.navbar-toggler .icon-bar {
  transition: all 0.2s; }
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }
.navbar-toggler .middle-bar {
  opacity: 0; }
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0); }
.navbar-toggler.collapsed .middle-bar {
  opacity: 1; }
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0); }

@media screen and (max-width: 992px) {
  .navbar-toggler {
    display: inline-block; } }
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {
  width: 100%;
  position: relative;
  background-position: center top;
  height: calc(100vh - 70px); }

@media screen and (min-width: 1367px) {
  .intro {
    /* height: 720px; */ } }
.intro .intro-img {
  width: 50%;
  float: right; }

.intro .intro-info {
  width: 50%;
  float: left; }

.intro .intro-right {
  background-color: #FFF;
  padding: 40px 90px; }
  .intro .intro-right a {
    font-size: 14px;
    font-weight: 500;
    color: #000; }
  .intro .intro-right .title-small {
    font-size: 14px; }
  .intro .intro-right .scroll-down {
    display: none; }

@media screen and (min-width: 992px) {
  .intro .intro-right .scroll-down {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0; } }
.intro .intro-left {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 60px; }

.intro .intro-left p {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 0; }

@media screen and (min-width: 1367px) {
  .intro .intro-left p {
    font-size: 34px;
    line-height: 42px; } }
.intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700; }

.intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline; }

.intro .intro-info .btn-get-started,
.intro .intro-info .btn-services {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff; }

.intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff; }

.intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff; }

.intro .intro-info .btn-services {
  border: 2px solid #fff; }

.intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-wrapper-collapse {
  -o-transition: all 0;
  -ms-transition: all 0;
  -moz-transition: all 0;
  -webkit-transition: all 0; }
  @media screen and (min-width: 992px) {
    .nav-wrapper-collapse {
      display: block !important; } }
  .nav-wrapper-collapse:show {
    -o-transition: all 0;
    -ms-transition: all 0;
    -moz-transition: all 0;
    -webkit-transition: all 0; }

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

.main-nav {
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .main-nav {
      display: block !important; }
      .main-nav .mobile-label, .main-nav .mobile-links {
        display: none; }
      .main-nav .contact {
        background-color: #003358;
        border: 2px solid transparent;
        margin-left: 10px; }
        .main-nav .contact a {
          color: #FFF;
          padding: 10px 20px; }
        .main-nav .contact:hover {
          background-color: transparent;
          border: 2px solid #003358; } }
  .main-nav a {
    display: block;
    position: relative;
    color: #797979;
    padding: 10px 17px;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 500; }
  @media screen and (max-width: 991px) {
    .main-nav {
      position: absolute;
      top: 65px;
      width: 100%;
      height: calc(100vh - 64px);
      z-index: 999;
      background-color: #000;
      left: 0; }
      .main-nav a {
        font-size: 30px;
        text-transform: uppercase;
        color: #FFF; }
        .main-nav a:hover, .main-nav a:focus, .main-nav a:active {
          color: #003358 !important; }
      .main-nav ul {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        .main-nav ul .mobile-label a {
          font-size: 16px;
          color: #797979; }
          .main-nav ul .mobile-label a:hover, .main-nav ul .mobile-label a:focus, .main-nav ul .mobile-label a:active {
            font-size: 16px;
            color: #797979; }
        .main-nav ul .mobile-links {
          float: left;
          margin-right: 35px; }
          .main-nav ul .mobile-links a {
            font-size: 16px;
            display: inline-block; } }

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left; }
  @media screen and (max-width: 991px) {
    .main-nav > ul > li {
      float: none;
      position: unset; } }

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #000;
  text-decoration: none; }

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s; }

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.main-nav .drop-down li {
  min-width: 180px;
  position: relative; }

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289; }

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff; }

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; }

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px); }

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%; }

.main-nav .drop-down .drop-down > a {
  padding-right: 35px; }

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px; }

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s; }

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500; }

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none; }

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px; }

.mobile-nav .active.drop-down > a:after {
  content: "\f077"; }

.mobile-nav .drop-down > a {
  padding-right: 35px; }

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden; }

.mobile-nav .drop-down li {
  padding-left: 20px; }

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none; }

.mobile-nav-active {
  overflow: hidden; }

.mobile-nav-active .mobile-nav {
  left: 0; }

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative; }

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%; }

/* Section with background
--------------------------------*/
.section-bg {
  background: #ecf5ff; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 80px;
  padding-bottom: 50px;
  color: #FFF; }
  @media screen and (max-width: 992px) {
    footer {
      background-image: url("../images/footer-bg-mobile.png");
      background-size: contain;
      background-color: #010d15; } }
  footer .mobile-label, footer .mobile-links {
    display: none; }
  footer a {
    color: #FFF; }
  footer .widgettitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      display: block;
      margin-bottom: 10px;
      font-size: 12px; }
      footer ul li a {
        font-size: 12px;
        padding-left: 0;
        margin-left: 0; }
        footer ul li a.nav-link {
          padding: 0;
          text-transform: uppercase; }
  footer #custom_html-2 {
    margin-top: 50px; }
  footer .social-media a {
    color: #797979; }
    footer .social-media a:hover {
      color: #FFF; }
  footer .footer-top {
    margin-bottom: 120px; }
    footer .footer-top .wpcf7 {
      padding: 23px 25px;
      background-color: #E2E7ED; }
      footer .footer-top .wpcf7 .wpcf7-form-control-wrap {
        margin-bottom: 15px;
        display: block; }
      footer .footer-top .wpcf7 input[type="text"], footer .footer-top .wpcf7 input[type="email"], footer .footer-top .wpcf7 textarea {
        background-color: #FFF;
        border-radius: 5px; }
      footer .footer-top .wpcf7 a {
        color: #003358;
        text-decoration: underline;
        font-weight: 600; }
      footer .footer-top .wpcf7 .wpcf7-not-valid-tip {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px; }
      footer .footer-top .wpcf7 .wpcf7-response-output {
        border: 2px solid #003358;
        color: #000;
        font-size: 15px;
        margin-left: 0; }
      footer .footer-top .wpcf7 p {
        font-size: 12px;
        line-height: 16px;
        color: #000;
        margin-top: 15px;
        margin-bottom: 0; }
      footer .footer-top .wpcf7 h4 {
        font-size: 20px;
        font-weight: 500;
        color: #000; }

.footer-bottom {
  padding: 15px 0; }
  .footer-bottom a {
    font-size: 14px;
    font-weight: 700;
    color: #003358; }
  .footer-bottom .copyright {
    font-size: 14px;
    color: #003358; }
  .footer-bottom .footer-bottom-links {
    margin: 0;
    padding: 0; }
    .footer-bottom .footer-bottom-links li {
      display: inline-block;
      margin-right: 25px; }
  @media screen and (min-width: 992px) {
    .footer-bottom .agency-wrapper {
      text-align: right; } }

.wpcf7-recaptcha {
  transform: scale(0.83);
  transform-origin: 0 0; }
  .wpcf7-recaptcha #rc-anchor-alert, .wpcf7-recaptcha .rc-anchor-alert {
    display: none; }

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%; } }
@media (max-width: 991px) {
  #header {
    padding: 10px 0;
    height: 65px; }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0; }

  .intro {
    padding: 140px 0 60px 0; }

  .intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto; }

  .intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center; }

  #why-us .card {
    margin: 0; } }
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px; } }
@media (max-width: 767px) {
  .intro .intro-info {
    width: 100%; }

  .intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px; }

  .section-header p {
    width: 100%; }

  #testimonials .testimonial-item {
    text-align: center; }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto; }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0; } }
.title-small {
  font-size: 16px;
  font-weight: 700;
  color: #C0C4C4;
  text-transform: uppercase; }

.title-small:before {
  content: '';
  position: relative;
  width: 55px;
  height: 2px;
  background-color: #C0C4C4;
  top: -4px;
  display: inline-block;
  margin-right: 20px; }

footer p {
  font-size: 17px;
  line-height: 21px;
  color: #000; }

@media screen and (min-width: 1367px) {
  footer p {
    font-size: 21px;
    line-height: 24px;
    color: #000; } }
#datenschutz, #impressum {
  padding: 180px 0;
  background-color: #F5F5F5; }

#datenschutz .title-small, #impressum .title-small {
  margin-bottom: 90px; }

.footer-other {
  padding: 40px 0; }

.footer-other p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0; }

.social-media {
  display: block;
  width: 100%; }
  .social-media ul li {
    display: inline-block;
    margin-right: 10px; }
    .social-media ul li:last-child {
      margin-right: 0px; }
    .social-media ul li a {
      font-size: 22px; }

.intro-left span {
  display: block; }
  .intro-left span.intro-subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
    color: #797979; }
  .intro-left span.intro-title {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    color: #FFF; }
.intro-left .button {
  margin-top: 30px; }

/* Search */
.search-holder {
  display: none;
  background-color: rgba(72, 71, 77, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%; }

.close-search {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  cursor: pointer; }

.close-search img {
  width: 40px;
  display: block; }

.form-control.search {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 30px 40px;
  font-size: 22px;
  color: #003358;
  border-radius: 30px; }

.services-team-wrapper {
  /* background-image: url('../images/services-team-bg.png'); */
  /* background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px; */ }
  .services-team-wrapper #services {
    background-color: #1b1b1b;
    padding-top: 100px; }
    @media screen and (max-width: 991px) {
      .services-team-wrapper #services {
        position: relative;
        width: calc(100% + 1px); } }
    .services-team-wrapper #services .title-small {
      margin-bottom: 55px; }
    .services-team-wrapper #services img.datenrecht {
      margin-bottom: 60px; }
    .services-team-wrapper #services p {
      color: #FFF;
      font-size: 14px;
      line-height: 24px;
      font-weight: 500; }
    .services-team-wrapper #services .single-service {
      margin-bottom: 50px; }
      .services-team-wrapper #services .single-service span, .services-team-wrapper #services .single-service img {
        float: left; }
      .services-team-wrapper #services .single-service img {
        margin-right: 20px; }
      .services-team-wrapper #services .single-service .service-name {
        font-size: 14px;
        font-weight: 500;
        color: #FFF; }
  .services-team-wrapper #team {
    background-image: url("../images/team-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 180px; }
    @media screen and (max-width: 991px) {
      .services-team-wrapper #team {
        position: relative;
        top: -1px; } }

#team h5 {
  margin-bottom: 25px; }
#team h3 {
  font-size: 35px;
  font-weight: 500;
  color: #000; }
#team .team-subtitle {
  font-size: 16px;
  color: #797979;
  margin-bottom: 50px;
  display: block; }
#team p {
  font-size: 14px;
  line-height: 24px; }
#team .team-member {
  margin-bottom: 40px; }
  @media screen and (max-width: 992px) {
    #team .team-member {
      margin-bottom: 15px; } }
  #team .team-member figure {
    position: relative; }
  #team .team-member .name {
    position: absolute;
    bottom: 0;
    padding: 7px;
    text-align: left;
    width: 100%;
    height: 100%; }
    #team .team-member .name span {
      font-size: 16px;
      font-weight: 500;
      position: absolute;
      padding: 10px;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      color: #fff; }
    #team .team-member .name .more {
      opacity: 0;
      visibility: hidden;
      background-color: #003358;
      position: absolute;
      bottom: 0;
      padding: 10px;
      text-align: left;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      width: 100%;
      left: 0;
      color: #FFF; }
      #team .team-member .name .more:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f30b';
        float: right;
        font-size: inherit;
        color: #006DB7; }
  #team .team-member a:hover .name span {
    bottom: 38px; }
  #team .team-member a:hover .more {
    opacity: 1;
    visibility: visible; }

.single-team .intro .social-media a {
  color: #FFF; }
  .single-team .intro .social-media a:hover {
    color: #797979; }
.single-team h4 {
  font-size: 14px;
  font-weight: 700;
  color: #797979;
  text-transform: uppercase; }
.single-team .content-block {
  margin-bottom: 110px; }

.page-content h3 {
  font-size: 1.75rem; }
.page-content ul {
  list-style-type: disc;
  padding-left: 15px; }

.page-id-103 .title-small, .page-id-105 .title-small {
  margin-bottom: 90px; }

.map-wrapper {
  position: relative; }
  .map-wrapper .map-inner-box {
    background-color: #FFF;
    padding: 20px 50px 20px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px; }
    @media screen and (max-width: 991px) {
      .map-wrapper .map-inner-box {
        width: 80%; } }
    .map-wrapper .map-inner-box:after {
      content: '';
      position: absolute;
      left: 15px;
      top: 99%;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #FFF;
      clear: both; }
    .map-wrapper .map-inner-box p {
      color: #003358;
      font-size: 13px;
      margin-bottom: 25px; }
      .map-wrapper .map-inner-box p:last-of-type {
        margin-bottom: 0; }

/* Mobile */
@media screen and (max-width: 992px) {
  .intro {
    padding: 0;
    padding-top: 230px;
    height: auto;
    background-size: contain !important; }
    .intro .intro-left {
      background-color: #000;
      padding: 60px 15px; }
    .intro .social-media ul {
      margin-bottom: 0; }

  .intro-right {
    display: none; }

  .single-team .intro {
    padding-top: 155px; }
    .single-team .intro .intro-left {
      padding: 20px 15px; } }
.home-note {
  margin-bottom: 60px;
  -webkit-font-smoothing: antialiased; }
  .home-note .top-area {
    position: relative;
    margin-bottom: 50px; }
    .home-note .top-area h2 {
      font-weight: 600; }
    .home-note .top-area .buttons-wrapper {
      position: absolute;
      right: 0;
      top: 0; }
      .home-note .top-area .buttons-wrapper #prev-post, .home-note .top-area .buttons-wrapper #next-post {
        padding: 15px; }
      .home-note .top-area .buttons-wrapper #prev-post {
        background-color: #003358; }
        .home-note .top-area .buttons-wrapper #prev-post img {
          transform: rotate(180deg); }
      .home-note .top-area .buttons-wrapper #next-post {
        background-color: #13222D; }
  .home-note .slick-list {
    margin-left: -10px;
    margin-right: -10px; }
  .home-note figure {
    width: 100%;
    height: 190px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat; }
  .home-note .single-post {
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px; }
    .home-note .single-post.blog-post {
      margin-left: unset;
      margin-right: unset;
      margin-bottom: 70px; }
      .home-note .single-post.blog-post .read-more {
        bottom: -25px; }
    .home-note .single-post h3 {
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      color: #003358; }
    .home-note .single-post .date {
      font-size: 13px;
      font-weight: 500;
      color: #797979;
      margin: 15px 0;
      display: block; }
    .home-note .single-post p {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      color: #000; }
    .home-note .single-post .read-more {
      padding: 8px 33px 8px 13px;
      position: absolute;
      bottom: 15px;
      background-color: #F3F4F5;
      font-size: 13px;
      font-weight: bold;
      color: #003358;
      text-transform: uppercase; }
      .home-note .single-post .read-more:after {
        content: '';
        background-image: url("../images/arrow-right.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        transform: translateY(-50%);
        right: 12px; }
  .home-note .all-posts-wrapper {
    margin-top: 40px;
    text-align: right; }
    .home-note .all-posts-wrapper .all-posts {
      font-size: 15px;
      font-weight: bold;
      padding: 15px 20px;
      background-color: #003358;
      text-transform: uppercase;
      color: #FFF; }

.filter-item {
  display: none;
  position: relative; }
  .filter-item.active {
    display: block; }

.hero {
  background-color: #010D15;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px; }
  .hero h1 {
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
    padding: 135px 0 45px 0;
    margin-bottom: 0; }

.filters-button-group {
  margin-bottom: 25px; }
  .filters-button-group .label {
    font-size: 14px;
    color: #797979;
    margin-right: 10px;
    display: inline-block; }
  .filters-button-group .button {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 25px;
    border: none;
    border-radius: 20px;
    background-color: #F3F4F5;
    color: #797979;
    margin-right: 10px;
    margin-bottom: 15px; }
    .filters-button-group .button.active {
      background-color: #003358;
      color: #FFF; }
    .filters-button-group .button:focus, .filters-button-group .button:active {
      outline: none; }

.single {
  color: #000; }
  .single h1 {
    color: #003358;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 7px; }
  .single .date {
    display: block;
    font-weight: 600;
    color: #797979;
    margin-bottom: 20px; }
  .single .post-thumbnail {
    margin-bottom: 20px; }
  .single p {
    color: #000;
    font-weight: 500; }
  .single .home-note .single-post .read-more {
    position: relative;
    top: 10px; }
  .single .single-post {
    margin-left: 0;
    margin-right: 0; }
  .single .home-note h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase; }

.share-social .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #C0C4C4;
  margin-bottom: 10px;
  display: block; }
.share-social ul {
  margin-left: 0;
  padding-left: 0; }
  .share-social ul li {
    margin-right: 15px;
    display: inline-block;
    list-style-type: none; }
    .share-social ul li a {
      font-size: 32px;
      line-height: 1;
      color: #C0C4C4; }

/*# sourceMappingURL=style.css.map */


.contact-thumbnail {
width: 56px;
height: 56px;
border-radius: 50%;
flex: 0 0 56px;
overflow: hidden;
}
.contact-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.contact-name {
font-size: 18px !important;
line-height: 28px;
font-weight: 600;
margin: 0;
}
.contact-job-title {
color: #535862 !important;
font-size: 16px;
line-height: 1.5;
text-transform: capitalize;
margin: 0 !important;
}
.contact-block-button {
font-size: 14px;
line-height: 20px;
height: 40px;
font-weight: 600;
color: #414651;
padding: 10px 16px;
border: 1px solid var(--Gray-300, #D5D7DA);
border-radius: 8px;
box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
display: inline-flex;
align-items: center;
gap: 8px;
}
.contact-block-linkedin {
display: inline-flex;
padding: 8px 10px;
border: 1px solid var(--Gray-300, #D5D7DA);
border-radius: 8px;
box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.contact-block-buttons {
display: flex;
gap: 8px;
flex: 0 0 220.94px;
}
.contact-block-buttons {
margin-left: auto;
}
.contact-block-item {
display: flex;
align-items: flex-start;
gap: 16px;
}
.contact-block-item:not(:last-child) {
margin-bottom: 24px;
}

.contact-block-list {
border-top: 1px solid #E9EAEB;
padding-top: 24px;
}
.contact-block-section-title {
color: #003358;
font-size: 20px;
font-weight: 600;
line-height: normal;
margin-bottom: 8px;
}
.contact-block-subtitle {
color: #003358;
font-size: 18px !important;
font-style: normal;
font-weight: 400;
margin-bottom: 0 0 24px;
}

.date-input-trigger {
border-radius: 8px;
border: 1px solid #D5D7DA;
background: var(--Background-Input-Default, #FFF);
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93biI+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC40MTA4MyA2LjkxMDdDNC43MzYyNiA2LjU4NTI3IDUuMjYzOSA2LjU4NTI3IDUuNTg5MzQgNi45MTA3TDEwLjAwMDEgMTEuMzIxNEwxNC40MTA4IDYuOTEwN0MxNC43MzYzIDYuNTg1MjcgMTUuMjYzOSA2LjU4NTI3IDE1LjU4OTMgNi45MTA3QzE1LjkxNDggNy4yMzYxNCAxNS45MTQ4IDcuNzYzNzggMTUuNTg5MyA4LjA4OTIxTDEwLjU4OTMgMTMuMDg5MkMxMC4yNjM5IDEzLjQxNDcgOS43MzYyNiAxMy40MTQ3IDkuNDEwODMgMTMuMDg5Mkw0LjQxMDgzIDguMDg5MjFDNC4wODUzOSA3Ljc2Mzc4IDQuMDg1MzkgNy4yMzYxNCA0LjQxMDgzIDYuOTEwN1oiIGZpbGw9IiM1MzU4NjIiLz4KPC9nPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 10px;
    background-size: 20px 20px;
box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
padding: 8px 14px;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #717680;
}

.blog-wrap {
width: 100%; 
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #0F2B4C;  
    border-color: #0F2B4C;
}
.date-input-trigger {
position: relative;
cursor: pointer;
}
.date-filter {
width: 664px;
position: absolute;
right: 0;
top: calc(100% + 16px);
justify-content: space-between;
z-index: 12;
border-radius: var(--rounded-lg, 8px);
border: 1px solid #D5D7DA;
background: var(--white, #FFF);
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
padding: 16px;
display: none;
flex-wrap: wrap;
}
.date-filter.date-filter-active {
display: flex; 
}
.flatpickr-calendar {
box-shadow: none; 
}

.date-filter-extra {
    flex: 1 1 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-top: 16px;
	text-align: center;
}
.date-filter-heute, .date-filter-reset {
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 8px;
  cursor: pointer;
}
.date-filter-heute {
background: #0F2B4C;  
color: #fff;
}
.date-filter-reset {
 border: 1px solid #E5E7EB;
 color: #111928;
}

/*
 * Subscription
 */
.single-post-newsletter {
background: #010D15;
padding: 48px 0;
}
.single-post-newsletter :is(h2, p) {
color: #fff;
}
.single-post-newsletter p {
font-weight: 400;  
}
.agor-subscription {
display: flex;
flex-wrap: wrap;
}
.agor-subscription :is(.col-md-6, .col-md-12) {
padding: 0 4px;
}
.agor-subscription :is(input[type=text], input[type=email], input[type=date], textarea, select){
background: #fff;
margin-bottom: 8px;
border: 0;
font-size: 16px;
line-height: 24px;
border-radius: 0 !important;
}
.agor-subscription input[type=submit] {
width: 100%;
background: #F3F4F5;
color: #003358;
text-align: center;
text-transform: uppercase;
font-weight: 600;
margin-top: 8px;;
}


@media(max-width: 767px) {
	.contact-block-list {
		margin-bottom: 64px;
	}
}
@media(max-width: 700px) {
 	.date-filter {
    flex-direction: column;
    width: auto;
    }
}
@media(max-width: 550px) {
	.contact-block-item {
		flex-wrap: wrap;
	}
	.contact-block-content {
		flex: 1 1 calc(100% - 80px);
	}
	.contact-block-buttons {
		flex: 1 1 100%;
	}
}