h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 2rem;
  color: #5a91e4; }
  @media (min-width: 576px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 1.8px;
  font-size: 22px;
  color: #5a91e4; }
  @media (min-width: 576px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #5a91e4; }
  @media (min-width: 576px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .header .top-bar {
    background: #233a5b;
    background: -moz-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #233a5b), color-stop(100%, #3a7ce0));
    background: -webkit-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
    background: -o-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
    background: -ms-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
    background: linear-gradient(to right, #233a5b 0%, #3a7ce0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233a5b', endColorstr='#3a7ce0', GradientType=1 );
    color: white;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400; }
    .header .top-bar .line {
      display: inline-block;
      margin-right: 30px;
      color: white; }
      .header .top-bar .line img, .header .top-bar .line i, .header .top-bar .line svg {
        width: 14px;
        margin-right: 5px;
        display: inline-block;
        color: white; }
      .header .top-bar .line a {
        color: white; }
      .header .top-bar .line:last-child {
        margin-right: -0px; }
      .header .top-bar .line svg {
        color: white;
        font-size: 18px; }
    .header .top-bar .language-switcher {
      border-right: 1px solid white;
      padding-right: 10px;
      display: none; }
      .header .top-bar .language-switcher > ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none; }
        .header .top-bar .language-switcher > ul img {
          margin-right: 0;
          display: inline-block; }
        .header .top-bar .language-switcher > ul > li {
          position: relative;
          cursor: pointer; }
          .header .top-bar .language-switcher > ul > li > a {
            pointer-events: none; }
          .header .top-bar .language-switcher > ul > li .sub-menu {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            list-style: none;
            margin-bottom: 0;
            padding: 5px;
            width: 30px;
            text-align: center;
            background-color: #3a7ce0;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            z-index: -1;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .header .top-bar .language-switcher > ul > li .sub-menu.open {
              max-height: 200px;
              top: 29px;
              z-index: 1;
              opacity: 1; }
            .header .top-bar .language-switcher > ul > li .sub-menu li {
              text-align: center; }
              .header .top-bar .language-switcher > ul > li .sub-menu li a {
                text-align: center;
                display: block; }
  .header .main-bar {
    background-color: white; }
    .header .main-bar .logo {
      padding-top: 10px;
      padding-bottom: 10px;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .main-bar .logo .logo-img {
        max-width: 200px;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 768px) {
      .header .main-bar .logo {
        padding-top: 30px;
        padding-bottom: 30px; }
        .header .main-bar .logo .logo-img {
          max-width: 250px; } }
    .header .main-bar .menu-wrap .inner {
      padding: 30px 0; }
    .header .main-bar .menu-wrap nav.nav ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      .header .main-bar .menu-wrap nav.nav ul li {
        display: inline-block;
        margin-right: 9px; }
        @media screen and (min-width: 1200px) {
          .header .main-bar .menu-wrap nav.nav ul li {
            margin-right: 30px; } }
        .header .main-bar .menu-wrap nav.nav ul li:last-child {
          margin-right: 0; }
        .header .main-bar .menu-wrap nav.nav ul li.current-menu-item {
          position: relative; }
          .header .main-bar .menu-wrap nav.nav ul li.current-menu-item a {
            color: #4980aa; }
          .header .main-bar .menu-wrap nav.nav ul li.current-menu-item:after {
            content: '';
            width: 100%;
            position: absolute;
            bottom: -53px;
            left: 0;
            height: 5px;
            background-color: #406baa;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
        .header .main-bar .menu-wrap nav.nav ul li a {
          color: #939393;
          font-size: 18px; }
          .header .main-bar .menu-wrap nav.nav ul li a:hover {
            color: #233a5b; }
    .header .main-bar .menu-wrap .menu-toggle {
      font-size: 24px;
      cursor: pointer;
      color: #406baa; }
  .header.scrolled {
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3607843137);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3607843137);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3607843137); }
    @media screen and (min-width: 768px) {
      .header.scrolled .main-bar .logo {
        padding-top: 10px;
        padding-bottom: 10px; }
        .header.scrolled .main-bar .logo .logo-img {
          max-width: 200px; } }
    .header.scrolled .main-bar .menu-wrap nav.nav ul li.current-menu-item:after {
      content: '';
      bottom: -30px; }

.mobile-menu {
  height: 100vh;
  position: fixed;
  right: -450px;
  width: 100%;
  max-width: 350px;
  background-color: #f4f7fd;
  top: 0;
  color: white;
  z-index: 12;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  -moz-box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .mobile-menu a {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .mobile-menu a:hover {
      text-decoration: none;
      color: #233a5b !important; }
  .mobile-menu.active {
    right: 0; }
  .mobile-menu .inner {
    padding: 40px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll; }
    .mobile-menu .inner .menu-toggle {
      display: inline-block;
      font-size: 20px;
      cursor: pointer;
      position: absolute;
      right: 40px;
      top: 40px;
      color: #406baa; }
    .mobile-menu .inner .logo-img {
      max-width: 120px; }
    .mobile-menu .inner ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .mobile-menu .inner ul li {
        font-size: 20px;
        margin-bottom: 15px; }
        .mobile-menu .inner ul li:last-child {
          margin-bottom: 0; }
        .mobile-menu .inner ul li a {
          color: #5a91e4; }

.footer .top-block .title {
  color: #3a7ce0;
  font-weight: bold;
  margin-bottom: 30px; }
.footer .top-block .content strong a {
  font-size: 18px;
  font-weight: bold;
  color: #5a91e4; }
.footer .top-block .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .footer .top-block .content ul li {
    margin-bottom: 15px; }
    .footer .top-block .content ul li a {
      color: #939393; }
    .footer .top-block .content ul li:last-child {
      margin-bottom: 0; }
.footer .top-block .content svg {
  color: #3a7ce0;
  font-size: 22px;
  margin-right: 5px; }
.footer .top-block .content .border {
  border: 1.5px solid #3a7ce0 !important;
  padding: 4px;
  border-radius: 50%;
  font-size: 20px;
  width: 20px;
  text-align: center; }
.footer .top-block .content p:last-child {
  margin-bottom: 0; }
.footer .top-block .extra-info {
  font-size: 12px; }
  .footer .top-block .extra-info .inner {
    border-top: 2px solid #eeeeee;
    padding-top: 20px; }
    .footer .top-block .extra-info .inner p:last-child {
      margin-bottom: 0; }
.footer .bottom-block {
  background: #233a5b;
  background: -moz-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #233a5b), color-stop(100%, #3a7ce0));
  background: -webkit-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
  background: -o-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
  background: -ms-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
  background: linear-gradient(to right, #233a5b 0%, #3a7ce0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233a5b', endColorstr='#3a7ce0', GradientType=1 );
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px; }
  .footer .bottom-block p:last-child {
    margin-bottom: 0; }
  .footer .bottom-block a {
    color: white; }
    .footer .bottom-block a:hover {
      color: white !important;
      text-decoration: underline; }

.btn, .wpcf7 .wpcf7-submit, .content .booking_form input.btn {
  background-color: #3a7ce0;
  padding: 10px 15px !important;
  color: #fff !important;
  white-space: normal !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover, .wpcf7 .wpcf7-submit:hover, .content .booking_form input.btn:hover {
    background-color: #3470ca;
    color: #fff !important; }
  .btn.btn-alt, .wpcf7 .btn-alt.wpcf7-submit, .content .booking_form input.btn-alt.btn {
    background-color: #233a5b;
    color: white !important; }
    .btn.btn-alt:hover, .wpcf7 .btn-alt.wpcf7-submit:hover, .content .booking_form input.btn-alt.btn:hover {
      background-color: #203452;
      color: white !important; }
  .btn.btn-outline-white, .wpcf7 .wpcf7-submit, .content .booking_form input.btn-outline-white.btn, .content .booking_form .wpcf7 input.wpcf7-submit, .wpcf7 .content .booking_form input.wpcf7-submit {
    background-color: transparent !important;
    border: 2px solid white !important; }
    .btn.btn-outline-white:hover, .wpcf7 .wpcf7-submit:hover, .content .booking_form input.btn-outline-white.btn:hover, .content .booking_form .wpcf7 input.wpcf7-submit:hover, .wpcf7 .content .booking_form input.wpcf7-submit:hover {
      background-color: white !important;
      color: #233a5b !important; }

.text-btn {
  font-weight: 400;
  color: #4980aa; }
  .text-btn:hover {
    color: #5a91e4; }
  .text-btn.icon-left:before {
    content: '\f178';
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px; }
  .text-btn.icon-left-to:before {
    content: '\f177';
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px; }

#page {
  -webkit-transition: -webkit-transform .28s, opacity .28s;
  -ms-transition: -o-transform .28s, opacity .28s;
  -o-transition: -o-transform .28s, opacity .28s;
  transition: transform .28s, opacity .28s; }

.slide-out #page {
  -webkit-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0; }

html {
  font-size: 16px; }

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #939393;
  font-weight: 400; }
  body div.wpcf7-mail-sent-ok {
    border: none;
    border-radius: 5px;
    padding: 0;
    color: #accaa0; }

img {
  height: auto; }

p {
  line-height: 24px; }

a {
  text-decoration: none;
  color: #939393;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  a:hover {
    text-decoration: none;
    color: #4980aa !important; }

.noscroll {
  overflow: hidden; }

#breadcrumbs {
  margin-bottom: 0;
  font-size: 14px; }
  #breadcrumbs a {
    color: #4980aa; }

.pattern-background {
  position: relative; }
  .pattern-background:before {
    content: '';
    background-image: url("../img/gridme.png");
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4; }

.pagination {
  color: #3a7ce0; }
  .pagination a {
    color: #406baa; }
  .pagination .page-numbers {
    margin-right: 5px; }
    .pagination .page-numbers:last-child {
      margin-right: 0; }
  .pagination .current {
    font-weight: bold; }

.logoslider-wrapper .logo-slider {
  margin-left: -40px; }
  .logoslider-wrapper .logo-slider .item {
    margin: 0 10px;
    text-align: center; }
    .logoslider-wrapper .logo-slider .item img {
      margin: 0 auto;
      border: 1px solid #f1f1f1; }

.double-block {
  overflow: hidden;
  background-color: #233a5b;
  color: white; }
  .double-block h3 {
    color: white; }
  .double-block .left {
    background-size: cover;
    background-position: center center; }
  .double-block .right {
    padding: 60px; }
    .double-block .right .inner {
      max-width: 495px; }

.wpcf7 {
  margin-top: 20px !important; }
  .wpcf7 label {
    width: 100%; }
    .wpcf7 label .wpcf7-form-control-wrap {
      width: 100%; }
  .wpcf7 .wpcf7-form-control {
    border: 1px solid #406baa;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none; }
  .wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    width: 100%; }
  .wpcf7 .wpcf7-textarea {
    height: 120px; }
  .wpcf7 .wpcf7-submit {
    cursor: pointer; }

.block-cta-person {
  background-color: #233a5b; }
  .block-cta-person .person {
    margin-top: -150px;
    display: inline-block;
    max-width: 150px;
    margin-bottom: -4px; }
  .block-cta-person .name {
    color: #3a7ce0;
    font-weight: bold; }
  .block-cta-person .function {
    color: white; }
  .block-cta-person .inner {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

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

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.content .booking_form {
  max-width: 100%;
  display: block;
  overflow: hidden; }
  .content .booking_form .bk_calendar_frame {
    width: 100% !important;
    max-width: 100% !important; }
  .content .booking_form .form-group .controls select, .content .booking_form select, .content .booking_form textarea, .content .booking_form input[type="text"] {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    padding: 5px 15px;
    height: 40px; }
  .content .booking_form .wpcf7 input.wpcf7-submit, .wpcf7 .content .booking_form input.wpcf7-submit, .content .booking_form input.btn {
    border: none;
    outline: none; }
    .content .booking_form .wpcf7 input.wpcf7-submit:focus, .wpcf7 .content .booking_form input.wpcf7-submit:focus, .content .booking_form input.btn:focus {
      outline: none; }
  .content .booking_form .ajax-loader {
    display: none; }
  .content .booking_form .datepick-inline .datepick-days-cell a, .content .booking_form .datepick-inline .datepick-days-cell span {
    z-index: 2; }
.content .wpdev-form-control-wrap {
  display: block;
  width: 100%;
  position: relative; }

.textandimage .inner {
  max-width: 100%; }

.quick-menu {
  color: white; }
  .quick-menu .quick-menu-img {
    min-height: 400px;
    background-size: cover;
    background-position: center center; }
  .quick-menu .row {
    margin-top: -80px; }
  .quick-menu .item {
    padding: 40px 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    background-color: #406baa;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    .quick-menu .item .title {
      color: white; }
    .quick-menu .item img {
      position: absolute;
      right: 20px;
      top: 20px;
      max-width: 65px; }
    .quick-menu .item ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .quick-menu .item ul li {
        margin-bottom: 15px; }
        .quick-menu .item ul li a {
          color: white; }
        .quick-menu .item ul li:last-child {
          margin-bottom: 0; }

.head-block {
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  .head-block .text-btn {
    color: white; }
  .head-block .title-span {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    margin-bottom: 2rem;
    color: white; }
    @media (min-width: 576px) {
      .head-block .title-span {
        font-size: 36px; } }
  .head-block .title {
    color: white; }
    @media screen and (min-width: 576px) {
      .head-block .title {
        line-height: 51px; } }
    .head-block .title.alt {
      margin-bottom: 0; }
  .head-block .gradientbar {
    height: 46px;
    width: 75%;
    position: absolute;
    left: 0;
    bottom: -23px;
    z-index: 1;
    background: #233a5b;
    background: -moz-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #233a5b), color-stop(100%, #3a7ce0));
    background: -webkit-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
    background: -o-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
    background: -ms-linear-gradient(left, #233a5b 0%, #3a7ce0 100%);
    background: linear-gradient(to right, #233a5b 0%, #3a7ce0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233a5b', endColorstr='#3a7ce0', GradientType=1 );
    border-radius: 0 10px 10px 0; }
    @media (min-width: 768px) {
      .head-block .gradientbar {
        width: 50%; } }

@media screen and (min-width: 768px) {
  .homepage .head-block {
    padding-bottom: 120px;
    padding-top: 120px; } }

.textandimage .title {
  color: #5a91e4; }
.textandimage .content strong {
  color: #406baa; }
.textandimage .content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
  margin-top: 40px; }
  .textandimage .content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px; }
    .textandimage .content ul li:before {
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      left: 0;
      top: 0;
      color: #5a91e4; }
.textandimage .right img {
  width: 100%; }

.cta-block {
  background-color: #406baa;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  font-size: 22px; }

.child-grid .item .inner {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  -moz-box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  border-radius: 5px;
  padding: 30px;
  height: 100%; }
  .child-grid .item .inner .title a {
    font-size: 18px;
    color: #5a91e4;
    font-weight: bold; }

.contact-box {
  padding: 20px 30px;
  border-radius: 5px;
  color: white;
  background-color: #406baa;
  position: relative; }
  .contact-box strong {
    margin-bottom: 5px;
    display: block; }
  .contact-box .title {
    color: white; }
  .contact-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .contact-box ul li {
      margin-bottom: 15px; }
      .contact-box ul li a {
        color: white; }
      .contact-box ul li:last-child {
        margin-bottom: 0; }
  .contact-box img {
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 65px; }

.services-block .usp-part {
  padding-top: 60px;
  padding-bottom: 140px;
  background-color: #f4f7fd; }
  .services-block .usp-part .icon {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .services-block .usp-part .title {
    font-size: 18px;
    color: #5a91e4;
    display: block;
    margin-bottom: 10px; }

.child-box .inner {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  -moz-box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  box-shadow: 0px 0px 8px 0px rgba(90, 145, 228, 0.32);
  padding: 40px;
  border-radius: 5px;
  position: relative; }
  .child-box .inner .parent-title {
    padding-right: 50px; }
    .child-box .inner .parent-title a {
      color: #406baa;
      font-size: 24px; }
  .child-box .inner ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px; }
    .child-box .inner ul li {
      margin-bottom: 15px; }
      .child-box .inner ul li a {
        color: #939393; }
      .child-box .inner ul li:last-child {
        margin-bottom: 0; }
  .child-box .inner img {
    width: 65px;
    position: absolute;
    top: 20px;
    right: 20px; }

.archive-content {
  background-color: #f4f7fd;
  padding-top: 80px;
  padding-bottom: 80px; }
  .archive-content article {
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #f1f3f7;
    border-radius: 5px; }
    .archive-content article:last-child {
      margin-bottom: 0; }
    .archive-content article .title a {
      font-size: 18px;
      font-weight: bold;
      color: #3a7ce0; }
    .archive-content article .content {
      line-height: 30px; }
    .archive-content article .text-btn {
      font-size: 18px;
      font-weight: bold;
      color: #3a7ce0; }

.customer-slider-block h2.title {
  color: #233a5b; }
.customer-slider-block .subline {
  color: #233a5b; }
.customer-slider-block .customer-slider-wrapper {
  position: relative; }
  .customer-slider-block .customer-slider-wrapper .customer-slider-nav .slider-next, .customer-slider-block .customer-slider-wrapper .customer-slider-nav .slider-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #233a5b;
    font-size: 26px; }
  .customer-slider-block .customer-slider-wrapper .customer-slider-nav .slider-next {
    right: -50px; }
  .customer-slider-block .customer-slider-wrapper .customer-slider-nav .slider-prev {
    left: -50px; }
.customer-slider-block .slick-dots {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  list-style: none; }
  .customer-slider-block .slick-dots li {
    display: inline-block;
    margin-right: 15px; }
    .customer-slider-block .slick-dots li:last-child {
      margin-right: 0; }
    .customer-slider-block .slick-dots li button {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: none;
      background-color: gray;
      border-radius: 50%;
      width: 25px;
      font-weight: bold;
      height: 25px;
      color: white;
      cursor: pointer;
      outline: none;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .customer-slider-block .slick-dots li button:hover {
        background-color: #406baa; }
    .customer-slider-block .slick-dots li.slick-active button {
      background-color: #3a7ce0; }

.review-slider img {
  border-radius: 5px; }

.review-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.25rem;
  margin-left: -0.25rem; }
  .review-nav img {
    border-radius: 5px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .review-nav .slick-current .item img {
    border: 2px solid #3a7ce0; }

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