/*
Theme Name: Tempo
Description: Customized theme
Author: Profound team
Author URI: https://profoundprojects.com/
Text Domain: profound
Company: Profound
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 1.0
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments,
*/
/* ==============================================
Mixins
============================================*/
@import url("https://use.typekit.net/naf8ais.css");
.single-post-wrap .featured-image, .consult-menu-blk .flex-row .col-4 .ct-wrap, .meet-page .cta-blk, .sectors-page .col-4.no-img .cp-item, .consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span.wbtns, .consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li, .consult-blk-detail, .consult-blk .img-wrap, .landing-page-hero, #footer-profound, .home .cta-blk [class*=col-] a, .home .cta-blk [class*=col-], .ta-blk-item, .banner-blk, .logo-slider .owl-stage, .social-links a, .social-links, .site-footer-bottom-wrap, .site-footer-main, .site-menu ul, .site-menu-wrap,
.site-menu nav, .site-menu .hmeta, .site-menu, .site-header .header__nav-top .hmeta, .site-header .header__nav, .site-header .logo, .flex-row .col-70, .flex-row .col-65, .flex-row .col-60, .flex-row .col-50, .flex-row .col-g2, .flex-row .col-40, .flex-row .col-35, .flex-row .col-30, .flex-row .col-4, .flex-row .col-g4, .flex-row .col-3, .flex-row .col-g3, .flex-row .col-2, .flex-row .col-20, .flex-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ==============================================
Web fonts
============================================*/
@font-face {
  font-family: profound;
  src: url("./assets/fonts/ppl.eot");
  src: url("./assets/fonts/ppl.eot#iefix") format("embedded-opentype"), url("./assets/fonts/ppl.ttf") format("truetype"), url("./assets/fonts/ppl.woff") format("woff"), url("./assets/fonts/ppl.svg#ppl") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* ----------------- VARIABLES CONFIG ------------------- */
:root {
  /* Layout: */
  --container: 1280px;
  /* Colors: */
  --white: #fff;
  --black: #000;
  --bodybg: #fff;
  --bcolor: #666666;
  --btncolor: #846d53;
  --whitef5: #F5F5F5;
  --green: #1e7f60;
  --orange: #fa5502;
  --yellow: #fdbd04;
  --red: #d00002;
  --ptext: #525252;
  --button-link-color: #004C9B;
  --hover-color: #00A2D4;
  --card-div-grey: #F8F8F8;
  --hero-filter: #00A2D4;
  --footer-sidebar: #00A2D4;
  /* Font/text values */
  --font-body: "sofia-pro", sans-serif;
  --font-open: "Open Sans", sans-serif;
  --font-nun: "Nunito Sans", sans-serif;
  --font-swan: "Swansea", sans-serif;
  --font-style-normal: normal;
  --font-weight-normal: normal;
  --font-weight-medium: medium;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-32: 32px;
  --font-size-66: 66px;
  --character-spacing-0: 0px;
  --character-spacing-0-13: 0.13px;
  --line-spacing-22: 22px;
  --line-spacing-26: 26px;
  --line-spacing-38: 38px;
  --line-spacing-79: 79px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--bcolor);
  background-color: var(--bodybg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

a:focus {
  outline: none;
}

.clear,
.clearboth {
  clear: both;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

iframe {
  max-width: 100%;
}

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

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;
  line-height: 1;
}

h1,
.h1 {
  font-size: 46px;
  line-height: 1.26;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 35px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5,
h6,
.h6 {
  font-size: 1em;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

a {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
.gform_field input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: var(--bodybg);
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.wp-caption-text {
  text-align: center;
}

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

#main {
  min-height: 100%;
}
#main.blurbg {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after,
.clearfix:before,
.clearfix:after,
.field-set:before,
.field-set:after,
section.module:before,
section.module:after,
#container:before,
#container:after {
  content: "";
  display: table;
}
.container:after,
.clearfix:after,
.field-set:after,
section.module:after,
#container:after {
  clear: both;
}

.container,
#container {
  margin: 0 auto;
  max-width: var(--container);
  width: 100%;
}
.container-small,
#container-small {
  zoom: 1;
  clear: both;
  max-width: 1000px;
  margin: auto;
}
.container-small:before, .container-small:after,
#container-small:before,
#container-small:after {
  content: "";
  display: table;
}
.container-small:after,
#container-small:after {
  clear: both;
}
.container-large,
#container-large {
  zoom: 1;
  clear: both;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 44px;
}
.container-large:before, .container-large:after,
#container-large:before,
#container-large:after {
  content: "";
  display: table;
}
.container-large:after,
#container-large:after {
  clear: both;
}

#container {
  padding: 60px 0px;
}

#sidebar {
  display: none;
}

#wpb-header-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./assets/img/search.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding-left: 64px;
  text-indent: 0.01px;
  -o-text-overflow: "";
     text-overflow: "";
  cursor: pointer;
}

input[type=text],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
textarea,
select {
  outline: 0px;
  height: 50px;
  width: 100%;
  display: block;
  border: none;
  padding: 10px 10px;
  background-color: var(--white);
  border: 0;
  border-radius: 0px;
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--black);
}

textarea {
  height: 160px;
}

input[type=submit],
input[type=reset],
.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-product-search .wc-block-product-search__button {
  cursor: pointer;
  outline: none;
  background: var(--orange);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 15px 40px;
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: 0;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 2px 4px 0 rgba(17, 0, 134, 0.21);
          box-shadow: 0 2px 4px 0 rgba(17, 0, 134, 0.21);
  border-radius: 26px;
}
input[type=submit].bt-green,
input[type=reset].bt-green,
.button.bt-green,
.woocommerce #review_form #respond .form-submit input.bt-green,
.woocommerce #respond input#submit.bt-green,
.woocommerce a.button.bt-green,
.woocommerce button.button.bt-green,
.woocommerce input.button.bt-green,
.wc-block-product-search .wc-block-product-search__button.bt-green {
  background: var(--green);
  border-radius: 29px;
}
input[type=submit].bt-orange,
input[type=reset].bt-orange,
.button.bt-orange,
.woocommerce #review_form #respond .form-submit input.bt-orange,
.woocommerce #respond input#submit.bt-orange,
.woocommerce a.button.bt-orange,
.woocommerce button.button.bt-orange,
.woocommerce input.button.bt-orange,
.wc-block-product-search .wc-block-product-search__button.bt-orange {
  background: var(--orange);
}
input[type=submit].bt-red,
input[type=reset].bt-red,
.button.bt-red,
.woocommerce #review_form #respond .form-submit input.bt-red,
.woocommerce #respond input#submit.bt-red,
.woocommerce a.button.bt-red,
.woocommerce button.button.bt-red,
.woocommerce input.button.bt-red,
.wc-block-product-search .wc-block-product-search__button.bt-red {
  background: var(--red);
}
input[type=submit].bt-yellow,
input[type=reset].bt-yellow,
.button.bt-yellow,
.woocommerce #review_form #respond .form-submit input.bt-yellow,
.woocommerce #respond input#submit.bt-yellow,
.woocommerce a.button.bt-yellow,
.woocommerce button.button.bt-yellow,
.woocommerce input.button.bt-yellow,
.wc-block-product-search .wc-block-product-search__button.bt-yellow {
  background: var(--yellow);
  color: #000;
}
input[type=submit].bt-white,
input[type=reset].bt-white,
.button.bt-white,
.woocommerce #review_form #respond .form-submit input.bt-white,
.woocommerce #respond input#submit.bt-white,
.woocommerce a.button.bt-white,
.woocommerce button.button.bt-white,
.woocommerce input.button.bt-white,
.wc-block-product-search .wc-block-product-search__button.bt-white {
  background-color: #fff;
  color: var(--red);
}
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-product-search .wc-block-product-search__button:hover {
  color: var(--white);
  background: rgb(97, 99, 103);
}

.round-img {
  border-radius: 100% 100% 100% 100%;
  overflow: hidden;
}
.round-img img {
  display: block;
}

nav {
  outline: none;
}

picture {
  display: block;
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-row {
  width: 100%;
}
.flex-row .fcol {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row .col-20 {
  width: 20%;
}
.flex-row .col-2 {
  width: 20%;
}
.flex-row .col-3, .flex-row .col-g3 {
  width: 33.33%;
}
.flex-row .col-4, .flex-row .col-g4 {
  width: 25%;
}
.flex-row .col-30 {
  width: 30%;
}
.flex-row .col-35 {
  width: 35%;
}
.flex-row .col-40 {
  width: 40%;
}
.flex-row .col-50, .flex-row .col-g2 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.flex-row .col-60 {
  width: 60%;
}
.flex-row .col-65 {
  width: 65%;
}
.flex-row .col-70 {
  width: 70%;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.site-header {
  width: 100%;
  position: relative;
  padding: 15px 0 0;
  z-index: 9999;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.site-header.transparent {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  position: fixed;
  top: 0;
}
.site-header.transparent .header__nav-list ul li a {
  color: var(--white);
}
.site-header.fixed {
  position: fixed;
  top: 0;
  background-color: var(--white);
}
.site-header .logo {
  width: 25%;
}
.site-header .logo a img {
  width: 100%;
  max-width: 288px;
  position: absolute;
  bottom: -25px;
  z-index: 99999;
}
.site-header .header__nav {
  width: 75%;
  position: relative;
  text-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.site-header .header__nav-list {
  width: 100%;
}
.site-header .header__nav-list ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: right;
}
.site-header .header__nav-list ul li {
  display: inline-block;
  padding: 0 13px 15px;
}
.site-header .header__nav-list ul li.button {
  width: auto;
}
.site-header .header__nav-list ul li.button a {
  background: var(--black);
  padding: 11px 45px;
  text-transform: initial;
  color: var(--black);
  border: 1px solid var(--black);
}
.site-header .header__nav-list ul li.button a:hover {
  background: rgba(0, 0, 0, 0);
  color: var(--white);
}
.site-header .header__nav-list ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.14;
  padding: 10px 5px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
  color: var(--bcolor);
}
.site-header .header__nav-list ul li a:hover {
  color: var(--orange);
}
.site-header .header__nav-list ul li.current-menu-item a {
  color: var(--orange);
}
.site-header .header__nav .burger {
  background: none;
  border: 0;
  height: 20px;
  padding: 0;
  pointer-events: auto;
  width: 33px;
  outline: 0;
  will-change: transform;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}
.open-service-menu .site-header .header__nav .burger {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  height: 0;
  position: relative;
}
.site-header .header__nav .burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--orange);
  opacity: 1;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
      transform: rotate(0deg) translateY(-50%);
  -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  -webkit-transition: background-color 0.05s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.show-site-menu .site-header .header__nav .burger span, .open-service-menu .site-header .header__nav .burger span {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  opacity: 0;
}
.site-header .header__nav .burger span:first-child {
  top: 2px;
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.show-site-menu .site-header .header__nav .burger span:first-child, .open-service-menu .site-header .header__nav .burger span:first-child {
  top: 2px;
  -webkit-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.site-header .header__nav .burger span:last-child {
  top: unset;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.show-site-menu .site-header .header__nav .burger span:last-child, .open-service-menu .site-header .header__nav .burger span:last-child {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 2px;
  bottom: unset;
}
.site-header .header__nav-top {
  width: 100%;
}
.site-header .header__nav-top .hmeta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.site-header .header__nav-top .hmeta-item {
  padding: 5px 15px;
  position: relative;
}
.site-header .header__nav-top .hmeta-item .wpml-ls-legacy-dropdown {
  width: auto;
}
.site-header .header__nav-top .hmeta-item .wpml-ls-legacy-dropdown a {
  border: none;
  padding-right: 1.4em;
}
.site-header .header__nav-top .hmeta-item .wpml-ls-legacy-dropdown a::after {
  color: var(--red);
  right: 0;
}
.site-header .header__nav-top .hmeta-item .wpml-ls-legacy-dropdown:hover a {
  background: none;
}
.site-header .header__nav-top .hmeta-item .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu {
  left: unset;
  min-width: 150px;
  margin-top: 10px;
}
.site-header .header__nav-top .hmeta-item .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu li a {
  background-color: #f2f2f2;
  padding: 0 10px 5px;
  text-align: center;
}
.site-header .header__nav-top .hmeta-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #979797;
  opacity: 0.46;
  right: 0;
  width: 1px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header .header__nav-top a,
.site-header .header__nav-top select {
  color: var(--bcolor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  text-align: right;
  padding: 0;
  height: auto;
  background: none;
}
.site-header .header__nav-top a.login i,
.site-header .header__nav-top select.login i {
  color: var(--red);
  margin-left: 6px;
}
.site-header .header__nav-top a.button,
.site-header .header__nav-top select.button {
  font-weight: 600;
  color: #333133;
  text-transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px;
}
.site-header .header__nav-top a.button i,
.site-header .header__nav-top select.button i {
  color: #333133;
  margin-left: 10px;
}
.site-header .header__nav-top a.button:hover, .site-header .header__nav-top a.button:hover i,
.site-header .header__nav-top select.button:hover,
.site-header .header__nav-top select.button:hover i {
  color: #fff;
}
.site-header .header__nav-top a.reg-btn {
  background: var(--orange);
  color: var(--white);
  text-transform: uppercase;
}
.site-header .header__nav-top a.reg-btn:hover {
  color: var(--white);
  background: rgb(97, 99, 103);
}
.site-header .header__nav-top a.reg-btn img {
  display: none;
}
.site-header .header__info {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.site-header .header__info a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--white);
  font-size: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 15px;
}
.site-header .header__info a img {
  max-width: 41px;
  margin-right: 8px;
}
.site-header .header__info .search-form {
  padding: 0 0 0 20px;
  position: relative;
}
.site-header .header__info .search-form .toggle-search {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
}
.site-header .header__info .search-form form {
  position: absolute;
  top: -99%;
  opacity: 0;
}
.site-header .header__info .search-form.show form {
  opacity: 1;
  top: 90px;
  right: 0;
}
.site-header .header__info .search-form.show form input {
  border-radius: 30px;
  padding: 0 30px;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.15);
}
.site-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 81px);
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0.6s;
  -o-transition: all 0.2s ease-in 0.6s;
  transition: all 0.2s ease-in 0.6s;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 30px 20px;
}
.show-site-menu .site-menu, .open-service-menu .site-menu {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f2f2f2;
  z-index: 999;
}
.site-menu .hmeta {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.site-menu .hmeta-item {
  padding: 5px 15px;
  position: relative;
}
.site-menu .hmeta-item .wpml-ls-legacy-dropdown {
  width: auto;
}
.site-menu .hmeta-item .wpml-ls-legacy-dropdown a {
  border: none;
  font-size: 14px;
  padding-right: 1.4em;
}
.site-menu .hmeta-item .wpml-ls-legacy-dropdown a::after {
  color: var(--red);
  right: 0;
}
.site-menu .hmeta-item .wpml-ls-legacy-dropdown:hover a {
  background: none;
}
.site-menu .hmeta-item .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu {
  left: unset;
  min-width: 150px;
  margin-top: 10px;
}
.site-menu .hmeta-item .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu li a {
  background-color: #f2f2f2;
  padding: 0 10px 5px;
  text-align: center;
}
.site-menu .hmeta-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #979797;
  opacity: 0.46;
  right: 0;
  width: 1px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-menu a,
.site-menu select {
  color: var(--bcolor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  text-align: right;
  padding: 0;
  background: transparent;
  height: auto;
}
.site-menu-wrap,
.site-menu nav {
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.site-menu .col-20 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.site-menu .col-60 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-menu nav ul li {
  padding: 10px 15px;
  border-top: 1px solid rgba(59, 59, 59, 0.37);
}
.site-menu nav ul li:last-child {
  border-bottom: 1px solid rgba(59, 59, 59, 0.37);
}
.site-menu ul {
  list-style-type: none;
  padding: 0px;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-menu ul li a {
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--bcolor);
}
.site-menu ul li a:hover {
  color: var(--red);
}
.site-menu ul li.current-menu-item a {
  color: var(--red);
}
.site-menu ul li.consult-menu a::after {
  right: 15px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.site-menu ul li.button {
  padding: 0px;
  font-weight: normal;
  text-transform: none;
}
.site-menu__wrap {
  position: absolute;
  right: 0px;
  top: 18vh;
  height: calc(100% - 18vh);
  opacity: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.show-site-menu .site-menu__wrap {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.site-footer {
  width: 100%;
  position: relative;
}
.site-footer h2.site-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.site-footer-main {
  width: 100%;
  position: relative;
  padding: 80px 0 50px;
}
.site-footer-main-item {
  width: 25%;
}
.site-footer-main-item:first-child {
  width: 50%;
}
.site-footer-main-item ul li {
  width: 50%;
  display: inline-block;
}
.site-footer-main a,
.site-footer-main h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  vertical-align: top;
  color: var(--bcolor);
}
.site-footer-main .fmeta {
  font-size: 18px;
}
.site-footer-main ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.site-footer-main ul li a:hover {
  color: var(--orange);
}
.site-footer-main ul li.current-menu-item a {
  color: var(--orange);
}
.site-footer-copyright {
  font-size: 14px;
  line-height: 20px;
}
.site-footer-bottom.img-boxs {
  padding: 20px 0;
}
.site-footer-bottom-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.site-footer-bottom-wrap ul {
  list-style: none;
  font-size: 0;
}
.site-footer-bottom-wrap ul li {
  display: inline-block;
}
.site-footer-bottom-wrap ul li a {
  color: #72797b;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  border-right: 1px solid #72797b;
  padding: 0 10px;
}
.site-footer-bottom-wrap ul li:last-child a {
  border-right: none;
}

.social-links a {
  background-color: #f2f2f2;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.social-links a i {
  font-size: 36px;
  color: var(--red);
}

body.show-site-menu .site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-section__blk {
  position: relative;
  width: 100%;
  min-height: 70vh;
}

.bgwhite {
  background-color: var(--white);
  color: var(--bodybg);
}
.bgwhite h1,
.bgwhite h2,
.bgwhite h3,
.bgwhite h4,
.bgwhite h5,
.bgwhite a {
  color: var(--bodybg);
}

.bgblack {
  background-color: var(--bodybg);
  color: var(--white);
}
.bgblack h1,
.bgblack h2,
.bgblack h3,
.bgblack h4,
.bgblack h5,
.bgblack a,
.bgblack .cta {
  color: var(--white) !important;
}

.wpcf7 .ajax-loader {
  display: none;
}

.page-section ul {
  list-style: none;
}
.page-section ul li {
  position: relative;
  margin-bottom: 10px;
}
.page-section ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  background-color: var(--red);
}

.acf-map {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.acf-map img {
  max-width: inherit !important;
}

.logo-slider {
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 0;
}
.logo-slider .owl-stage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.logo-slider .owl-stage img {
  width: auto;
  margin: 0 auto;
}

.banner-blk {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-blk .vimeo-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-blk.nobg .vimeo-wrapper {
  opacity: 1;
}
.banner-blk-wrap {
  max-width: 740px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  text-align: center;
}
.banner-blk-wrap h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.banner-blk-wrap .cta {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.banner-blk-wrap .button {
  text-transform: none;
  max-width: 230px;
  margin: 0 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-blk-wrap .button:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-boxs {
  position: relative;
  padding: 100px 0 200px;
  background-image: url("./assets/img/bgbox.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F2F2F2;
}
.img-boxs .img-wrap {
  width: 100%;
  background-color: var(--orange);
  padding: 12px 40px;
}
.img-boxs .img-wrap img {
  max-width: 85px;
}
.img-boxs .ct-wrap {
  padding: 20px 50px 40px;
}
.img-boxs .cta {
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 300;
}
.img-boxs .col-3 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.img-boxs .col-3:first-child {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.img-boxs .col-3:last-child {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.img-boxs .col-3:hover {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  border-radius: 28px;
}
.img-boxs .col-3 h3 {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.img-boxs .col-3 h3::after {
  content: "";
  display: inline-block;
  width: 79px;
  height: 2px;
  background-color: var(--orange);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.img-boxs .col-3 .button {
  font-size: 14px;
  font-weight: 600;
}

.our-service {
  position: relative;
  padding: 100px 0;
}
.our-service img {
  max-width: 562px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 7px solid #FFFFFF;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 34px;
  margin-top: -170px;
}
.our-service-cta {
  max-width: 560px;
  margin-left: auto;
}
.our-service-cta h2 {
  margin-bottom: 40px;
}
.our-service-cta ul {
  margin: 30px 0;
}

.our-sector {
  position: relative;
  padding-bottom: 80px;
}
.our-sector h2 {
  font-size: 44px;
  font-weight: 600;
  color: var(--bcolor);
  line-height: 1;
  padding: 0 0 30px 50px;
  margin: 0;
}
.our-sector .oslider-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 265px;
  border-radius: 23px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.our-sector .oslider-item h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--white);
  z-index: 2;
  text-align: center;
  width: 100%;
  word-break: break-word;
}
.our-sector .oslider-item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(107, 149, 169, 0.35);
  z-index: 1;
}
.our-sector-btn {
  margin-top: 40px;
  text-align: right;
}
.our-sector .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -70px;
}
.our-sector .owl-theme .owl-nav [class*=owl-] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: solid 1px #dadada;
}
.our-sector .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.our-sector .owl-theme .owl-nav [class*=owl-]:hover i {
  color: var(--red);
}
.our-sector .owl-theme .owl-nav [class*=owl-] i {
  font-size: 28px;
  color: #dadada;
}

.ta-blk {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(rgba(242, 242, 242, 0)));
  background-image: -o-linear-gradient(top, #f2f2f2, rgba(242, 242, 242, 0));
  background-image: linear-gradient(to bottom, #f2f2f2, rgba(242, 242, 242, 0));
  padding: 110px 0;
}
.ta-blk h2 {
  margin-bottom: 50px;
}
.ta-blk .flex-row {
  margin: 0 -15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.ta-blk .flex-row .col-50 {
  padding: 0 15px;
}
.ta-blk-btn {
  margin-top: 70px;
  text-align: right;
}
.ta-blk-btn a {
  color: var(--black);
}
.ta-blk-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 570px;
  border-radius: 34px;
  overflow: hidden;
  background-color: #fff;
  border: 7px solid #fff;
  padding: 70px 150px 70px 50px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ta-blk-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.ta-blk-item h3 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 50px;
  position: relative;
  z-index: 4;
}
.ta-blk-item a {
  background-color: transparent;
  border: solid 2px var(--yellow);
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 4;
}
.ta-blk-item a:hover {
  background-color: var(--yellow);
}
.ta-blk-item:hover {
  border-color: var(--yellow);
}

.cd-page .contact-page-hero {
  padding-bottom: 180px !important;
}
.cd-page .contact-page-hero h1::before {
  background-color: var(--orange);
  height: 2px;
}
.cd-page .client-page-blk .two_columns .col-50 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.cd-page .client-page-blk .two_columns h2 {
  font-size: 24px;
  line-height: 1.29;
  padding: 0 0 35px;
  margin-bottom: 35px;
  max-width: 559px;
}
.cd-page .client-page-blk .two_columns h2::after {
  background-color: var(--orange);
}
.cd-page .client-page-blk .two_columns:first-child .col-50 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.cd-page .client-page-blk .two_columns:first-child h2 {
  padding-top: 18px;
}
.cd-page .client-page-blk .two_columns:first-child img {
  margin-top: -120px;
  max-width: 562px;
  max-height: 651px;
}
.cd-page .client-page-blk .two_columns .button {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
}

.btn-wrap {
  position: relative;
  width: 100%;
}

.home .cta-blk {
  position: relative;
}
.home .cta-blk [class*=col-] {
  position: relative;
  padding: 100px 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 550px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  border-right: 2px solid #fff;
}
.home .cta-blk [class*=col-] h3 {
  font-size: 60px;
  z-index: 3;
  color: #fff;
  width: 100%;
}
.home .cta-blk [class*=col-] a {
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
  line-height: 3.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.home .cta-blk [class*=col-] a i {
  margin-left: 8px;
}
.home .cta-blk [class*=col-]::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.63;
  background-color: #1e7f60;
  position: absolute;
  top: 0;
  left: 0;
}
.home .cta-blk [class*=col-]:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 99;
  border: 0;
}

.testi-blk {
  position: relative;
  padding: 100px 0;
}
.testi-blk h2 {
  margin: 0 0 45px 60px;
}
.testi-blk-wrap {
  padding: 30px;
}
.testi-blk .oslider-item {
  padding: 80px 50px;
  border-radius: 24px;
  -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.12);
  border: solid 5px #fff;
  background-color: #fff0c4;
  margin: 15px;
  position: relative;
}
.testi-blk .oslider-item::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 171px;
  height: 100%;
  background-image: url("./assets/img/quotes.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50px;
}
.testi-blk .cta {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  color: #333133;
  max-width: 910px;
  margin: 0 auto;
}
.testi-blk .cta h5 {
  margin-top: 40px;
  font-size: 16px;
  color: #000;
}
.testi-blk .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 55px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  margin: 0;
  color: var(--yellow);
}
.testi-blk .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -20px;
}
.testi-blk .owl-theme .owl-nav [class*=owl-].owl-prev i {
  margin-right: 5px;
}
.testi-blk .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -20px;
}
.testi-blk .owl-theme .owl-nav [class*=owl-].owl-next i {
  margin-left: 5px;
}

.contact-page {
  position: relative;
}
.contact-page-hero {
  background-color: #f2f2f2;
  text-align: center;
  padding: 100px 0 200px;
}
.contact-page-hero h1 {
  font-size: 34px;
  line-height: 1;
  position: relative;
}
.contact-page-hero h1::before {
  content: "";
  display: inline-block;
  width: 39px;
  background-color: #1e7f60;
  height: 2px;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-page-blk {
  padding-bottom: 60px;
}
.contact-page-blk .flex-row {
  margin-top: -110px;
}
.contact-page-blk [class*=col-] {
  padding: 45px 30px 85px;
  border-radius: 23px;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.23);
  border: solid 7px #fff;
  margin-right: 15px;
  width: calc(25% - 15px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
}
.contact-page-blk [class*=col-]:last-child {
  margin-right: 0;
}
.contact-page-blk [class*=col-] .social-links {
  position: absolute;
  bottom: 40px;
}
.contact-page-blk [class*=col-] .social-links a {
  width: 49px;
  height: 49px;
}
.contact-page-blk [class*=col-] h3 {
  font-size: 35px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.contact-page-blk [class*=col-] h3::after {
  content: "";
  display: inline-block;
  width: 79px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-page-blk [class*=col-] h3 span {
  font-size: 16px;
}
.contact-page-blk [class*=col-] .cta {
  margin-bottom: 50px;
}
.contact-page-blk [class*=col-] .cta i {
  font-size: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page-blk [class*=col-].yellow {
  background-color: var(--yellow);
}
.contact-page-blk [class*=col-].yellow .social-links a i {
  color: var(--yellow);
}
.contact-page-blk [class*=col-].red {
  background-color: var(--red);
}
.contact-page-blk [class*=col-].red .social-links a i {
  color: var(--red);
}
.contact-page-blk [class*=col-].orange {
  background-color: var(--orange);
}
.contact-page-blk [class*=col-].orange .social-links a i {
  color: var(--orange);
}
.contact-page-blk [class*=col-].green {
  background-color: var(--green);
}
.contact-page-blk [class*=col-].green .social-links a i {
  color: var(--green);
}

#footer-profound {
  padding: 20px 0;
  position: relative;
}
#footer-profound * {
  color: #72797b;
  font-weight: 300;
}

.landing-page header .logo {
  max-width: 180px;
  margin: 0 auto -70px auto;
  z-index: 999;
  position: relative;
}
.landing-page-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.landing-page-hero h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.landing-page-hero h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.landing-page-hero .cta {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  padding-top: 10px;
}
.landing-page-island {
  text-align: center;
  position: relative;
  padding: 100px 0;
}
.landing-page-island h2 {
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  color: #333133;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  margin: 0;
  top: -25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page-island h2:hover {
  background-color: #fff;
  color: inherit;
}
.landing-page-island .img-wrap {
  padding: 0 10px;
}
.landing-page-island .img-wrap img {
  max-width: 300px;
}
.landing-page-island .img-wrap a:hover {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}

.our-values {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 120px 0;
  text-align: center;
  min-height: 800px;
}
.our-values::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.our-values .container {
  position: relative;
  z-index: 3;
}
.our-values h2 {
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
.our-values h2::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: var(--red);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.our-values-wrap {
  max-width: 885px;
  margin: 0 auto;
}
.our-values-wrap img {
  max-width: 126px;
  margin: 0 auto;
}
.our-values-wrap .img-wrap {
  width: 100%;
}
.our-values-wrap h4 {
  width: 100%;
  color: #fff;
  margin: 10px 0 55px;
}
.our-values .button {
  font-size: 14px;
  margin-top: 40px;
}

.consult-page .contact-page-hero {
  padding: 100px 0;
}
.consult-page .contact-page-hero .container {
  max-width: 850px;
  margin: 0 auto;
}
.consult-page .contact-page-hero h1::before {
  background-color: var(--yellow);
}
.consult-page .contact-page-hero .cta {
  color: #3e4856;
  font-weight: 300;
}

.consult-blk {
  position: relative;
  padding: 60px 0;
}
.consult-blk [class*=col-] {
  border: solid 1px #dfdfdf;
  padding: 22px 55px 34px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -1px -1px 0;
}
.consult-blk [class*=col-] .cta {
  font-weight: 300;
  line-height: 1.38;
  color: #3e4856;
  margin-bottom: 30px;
}
.consult-blk [class*=col-] a {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 600;
}
.consult-blk .img-wrap {
  max-width: 260px;
  margin: 0 auto;
  border: 7px solid #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 260px;
}
.consult-blk h4 {
  font-size: 24px;
  line-height: 1.08;
  text-align: center;
  color: #333133;
  margin: 20px 0;
  padding-bottom: 25px;
  position: relative;
  width: 100%;
}
.consult-blk h4::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: var(--yellow);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.consult-blk-detail {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: -1;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: auto;
}
.consult-open .consult-blk-detail {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
}
.consult-blk-detail-wrap {
  position: relative;
}
.consult-blk-detail-wrap-item {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  overflow: hidden;
}
.consult-blk-detail-wrap .tab-btns {
  background-color: #fff;
  padding: 25px 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  text-align: center;
}
.consult-blk-detail-wrap .tab-btns h2 {
  text-transform: uppercase;
  color: #dfdfdf;
  opacity: 0.33;
  font-size: 60px;
  margin-bottom: 10px;
}
.consult-blk-detail-wrap .tab-btns a {
  color: var(--bcolor);
  font-weight: 600;
  padding: 0 20px;
}
.consult-blk-detail-wrap .tab-btns a.active {
  color: var(--yellow);
}
.consult-blk-detail-wrap .tab-close {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 40px;
  z-index: 99;
  cursor: pointer;
}
.consult-blk-detail-wrap .flex-row {
  background-color: #f2f2f2;
  padding: 4%;
}
.consult-blk-detail-wrap .flex-row .col-30 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.consult-blk-detail-wrap .flex-row .cta-wrap {
  max-width: 745px;
  margin-left: auto;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .cta {
  margin-bottom: 30px;
}
.consult-blk-detail-wrap .flex-row .cta-wrap h5 {
  color: #3e4856;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul {
  padding-left: 15px;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li {
  color: #000;
  font-weight: 300;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li::before {
  content: none;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li::after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  background-color: #979797;
  height: 1px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span {
  position: relative;
  z-index: 5;
  background: #f2f2f2;
  padding: 0 10px;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span.wbtns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span.wbtns img {
  max-width: 33px;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span.wbtns a:first-child {
  border-right: 1px solid #979797;
}
.consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span.wbtns a:first-child img {
  max-width: 25px;
}
.consult-blk-detail-wrap .flex-row .cta-wrap a {
  padding: 10px 25px;
  text-transform: none;
}
.consult-blk-detail-wrap .flex-row .cta-wrap a i {
  color: #666666;
  margin-left: 8px;
}
.consult-blk-detail-wrap .flex-row .cta-wrap a:hover i {
  color: var(--yellow);
}
.consult-blk-detail-wrap .flex-row .col-30 img {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  padding: 7px;
  border-radius: 34px;
}
.consult-blk-detail-wrap .flex-row h4 {
  color: var(--yellow);
  font-size: 34px;
  margin-bottom: 35px;
}
.consult-blk-detail .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 55px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  margin: 0;
  color: var(--yellow);
}
.consult-blk-detail .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -40px;
}
.consult-blk-detail .owl-theme .owl-nav [class*=owl-].owl-prev i {
  margin-right: 5px;
}
.consult-blk-detail .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -40px;
}
.consult-blk-detail .owl-theme .owl-nav [class*=owl-].owl-next i {
  margin-left: 5px;
}

.sectors-page .col-4 {
  margin: 0 20px 20px 0;
  width: calc(25% - 20px);
  padding: 0 0 20px;
  border-radius: 26px;
}
.sectors-page .col-4 .cp-item {
  width: 100%;
  padding: 0 40px;
  text-align: center;
}
.sectors-page .col-4 .cp-item h4 {
  color: var(--bcolor);
}
.sectors-page .col-4 .cp-item h4::after {
  content: none;
}
.sectors-page .col-4 img {
  border-radius: 26px;
  overflow: hidden;
}
.sectors-page .col-4.no-img {
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sectors-page .col-4.no-img h4 {
  margin: 0;
  padding: 0;
}
.sectors-page .col-4.no-img .cp-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.client-page .contact-page-hero {
  padding: 100px 0;
}
.client-page .contact-page-hero .container {
  max-width: 950px;
}
.client-page-blk {
  text-align: center;
  position: relative;
  padding: 20px 0 120px;
}
.client-page-blk .tab-wrap {
  margin: 10px 0 40px;
}
.client-page-blk .tab-wrap-item {
  font-size: 20px;
  color: var(--green);
  background-color: #fff;
  padding: 15px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  margin: 0 20px;
  font-weight: 600;
}
.client-page-blk .tab-wrap-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  width: 1px;
  height: 23px;
  opacity: 0.46;
  background-color: #979797;
}
.client-page-blk .tab-wrap-item:hover {
  background-color: var(--green);
  color: #fff;
  padding: 15px 20px;
}
.client-page-blk .tab-wrap-item:last-child::after {
  content: none;
}
.client-page-blk h3 {
  font-size: 16px;
  text-align: center;
  border-radius: 24.5px;
  background-color: #fff;
  position: absolute;
  top: -30px;
  padding: 20px 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.client-page-blk .cta-blk {
  position: relative;
  background-image: url("./assets/img/bgbox.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  margin-top: 150px;
  padding-bottom: 100px;
}
.client-page-blk .cta-blk-wrap {
  border-radius: 24px;
  -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.12);
  border: solid 5px #fff;
  overflow: hidden;
  margin-top: -100px;
}
.client-page-blk .cta-blk-wrap .col-35 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.client-page-blk .cta-blk-wrap .col-65 {
  background-color: var(--red);
  padding: 80px 50px;
  text-align: left;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.client-page-blk .cta-blk-wrap .col-65 h2 {
  font-size: 34px;
  line-height: 1.06;
  color: #fff;
  margin-bottom: 20px;
}
.client-page-blk .cta-blk-wrap .col-65 .cta {
  color: #fff;
  font-weight: 300;
  line-height: 1.56;
  margin-bottom: 30px;
}
.client-page-blk .cta-blk-wrap .col-65 .button {
  font-size: 14px;
  font-weight: 600;
}
.client-page-blk .cta-blk-wrap-right {
  max-width: 615px;
  margin: 0 auto;
}
.client-page-blk .two_columns {
  padding-bottom: 80px;
}
.client-page-blk .two_columns img {
  max-width: 525px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  padding: 7px;
  border-radius: 34px;
}
.client-page-blk .two_columns h2 {
  text-align: left;
  padding-bottom: 41px;
  margin-bottom: 40px;
  position: relative;
}
.client-page-blk .two_columns h2::after {
  content: "";
  display: inline-block;
  width: 79px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--green);
}
.client-page-blk .two_columns .content,
.client-page-blk .two_columns b {
  text-align: left;
  font-weight: 300;
  line-height: 1.81;
  color: #3e4856;
  max-width: 560px;
}
.client-page-blk .two_columns .content strong,
.client-page-blk .two_columns b strong {
  font-weight: 600;
}
.client-page-blk .two_columns .col-50 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.meet-page {
  position: relative;
}
.meet-page h1::before {
  background-color: var(--red);
}
.meet-page .consult-blk-detail-wrap .flex-row {
  border-radius: 26px;
}
.meet-page .consult-blk-detail-wrap-item {
  border-radius: 26px;
  overflow: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.meet-page .consult-blk-detail-wrap-item h4 {
  margin-bottom: 20px;
}
.meet-page .consult-blk-detail-wrap-item ul {
  padding: 0;
}
.meet-page .consult-blk-detail-wrap-item ul li::before {
  content: none;
}
.meet-page .consult-blk-detail-wrap-item ul li a {
  color: var(--bcolor);
  padding: 0 !important;
}
.meet-page .consult-blk-detail-wrap-item ul li a::before {
  padding-right: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.meet-page .consult-blk-detail-wrap-item ul li a.mail::before {
  content: "\f0e0";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: #b1b1b1;
}
.meet-page .consult-blk-detail-wrap-item ul li a.mobile::before {
  content: "\f879";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #b1b1b1;
}
.meet-page .consult-blk-detail-wrap-item ul li a.in:before {
  content: "\f0e1";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  color: #b1b1b1;
}
.meet-page .our-service img {
  margin-top: -200px;
}
.meet-page .our-service h2 {
  font-size: 24px;
  line-height: 1.29;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.meet-page .our-service h2::after {
  content: "";
  display: inline-block;
  width: 79px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--red);
}
.meet-page .our-service .cta {
  color: #3e4856;
  line-height: 1.81;
  font-weight: 300;
}
.meet-page .img-boxs .col-3 {
  margin-right: 15px;
  width: calc(33.33% - 15px);
  border-radius: 23px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09);
  padding: 35px;
  position: relative;
  cursor: default;
}
.meet-page .img-boxs .col-3:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.meet-page .img-boxs .col-3 .img-wrap {
  width: 85px;
  height: 85px;
  background-color: #fff;
  -webkit-box-shadow: 3px 7px 11px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 3px 7px 11px 0 rgba(0, 0, 0, 0.13);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  margin: -15px 0 17px;
  z-index: 2;
}
.meet-page .img-boxs .col-3:first-child .img-wrap {
  background-size: 60px;
}
.meet-page .img-boxs .col-3 h3 {
  font-size: 30px;
  color: #333133;
}
.meet-page .img-boxs .col-3 h3::after {
  background-color: var(--red);
}
.meet-page .img-boxs .col-3 .cta {
  color: #3e4856;
}
.meet-page .img-boxs .col-3 .ct-wrap {
  padding: 0;
}
.meet-page .img-boxs .col-3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background-color: var(--red);
  z-index: 1;
}
.meet-page .cta-blk {
  position: relative;
  min-height: 620px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.meet-page .cta-blk h2 {
  font-size: 46px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.meet-page .cta-blk h4 {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.meet-page .cta-blk .button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
}
.meet-page .cta-blk .button i {
  margin-left: 8px;
  font-size: 20px;
}
.meet-page .our-values {
  padding: 200px 0 120px;
}
.meet-page .our-values h2 {
  color: #f2f2f2;
  font-size: 20vw;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  z-index: 1;
}
.meet-page .our-values h2::after {
  content: none;
}
.meet-page .our-values .flex-row {
  margin: 0 -15px;
  position: relative;
  z-index: 3;
}
.meet-page .our-values .col-2 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin: 33px 0;
  padding: 0 15px;
}
.meet-page .our-values .col-2 .img-wrap {
  max-width: 55px;
  margin-bottom: 10px;
}
.meet-page .our-values .col-2 h4 {
  font-size: 24px;
  line-height: 1.08;
  color: #333133;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.meet-page .our-values .col-2 h4::after {
  content: "";
  display: inline-block;
  width: 77px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--red);
}
.meet-page .our-values .col-2 .cta {
  line-height: 1.38;
  color: #3e4856;
  font-weight: 300;
}

.blog-page .contact-page-hero {
  padding-bottom: 100px;
}
.blog-page-blk {
  padding: 100px 0;
}
.blog-page-blk .ta-blk {
  background: none;
  padding: 0;
}
.blog-page-blk .ta-blk-item {
  min-height: 350px;
  padding: 70px 50px;
}
.blog-page-blk .ta-blk-item h4 {
  font-size: 36px;
}
.blog-page-blk .flex-row [class*=col-] {
  padding: 0 15px 30px;
}

a.uline {
  text-decoration: underline;
  padding-bottom: 5px;
}

[class*=ppicon-],
[class^=ppicon-] {
  font-family: profound !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ppicon-profound:before {
  content: "\e900";
}

.ppicon-profound-accolade:before {
  content: "\e901";
}

#profound-copyright-footer a {
  text-decoration: none;
  vertical-align: middle;
}

.profound-fadeinanim:hover {
  opacity: 1;
  -webkit-transition: ease-in-out 2.5s;
  -o-transition: ease-in-out 2.5s;
  transition: ease-in-out 2.5s;
  -webkit-animation-name: profound-fadeinanim;
          animation-name: profound-fadeinanim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profound-fadeoutanim {
  opacity: 1;
  -webkit-transition: ease-in-out 2.5s;
  -o-transition: ease-in-out 2.5s;
  transition: ease-in-out 2.5s;
  -webkit-animation-name: profound-fadeoutanim;
          animation-name: profound-fadeoutanim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.skiptocontent {
  position: absolute;
  top: -99vh;
  background: #fafafa;
  padding: 10px;
  cursor: pointer;
  z-index: 9999;
}

.skiptocontent:focus {
  top: 4rem;
  left: 4rem;
}

.consult-menu {
  position: relative;
}
.consult-menu a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -15px;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  top: calc(50% - 0.175em);
  color: var(--red);
  font-size: 14px;
}
footer .consult-menu a::after {
  content: none;
}
.consult-menu:hover .consult-menu-blk {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.consult-menu-blk {
  position: fixed;
  width: 100%;
  top: 149px;
  left: 0;
  background-color: #f2f2f2;
  padding: 85px 0 40px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.open-consult-menu .consult-menu-blk {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.consult-menu-blk h2 {
  font-size: 25px;
  line-height: 1.01;
  color: #333133;
  text-align: left;
}
.consult-menu-blk .cta {
  color: #333133;
  line-height: 1.56;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
}
.consult-menu-blk a::after {
  content: none;
}
.consult-menu-blk .flex-row:first-child .col-4:first-child {
  width: 100%;
  max-width: 555px;
  margin-right: auto;
}
.consult-menu-blk .flex-row:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.consult-menu-blk .flex-row .col-4 {
  padding-bottom: 35px;
}
.consult-menu-blk .flex-row .col-4 .ct-wrap {
  padding-left: 20px;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.consult-menu-blk .flex-row .col-4 h4 {
  font-size: 18px;
  color: #333133;
}
.consult-menu-blk .img-wrap {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-size: cover;
  background-position: top;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
}

.single-post-wrap {
  padding: 70px 0;
}
.single-post-wrap .featured-image {
  position: relative;
  margin-bottom: 40px;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.single-post-wrap .featured-image img {
  max-height: 400px;
  max-width: 440px;
  border-radius: 34px;
}
.single-post-wrap .featured-image .cta {
  width: calc(100% - 400px);
  padding-left: 50px;
}

.job-slider {
  position: relative;
  background-color: #F2F2F2;
  padding: 100px 0;
}
.job-slider .owl-stage {
  padding-left: 0 !important;
}
.job-slider .owl-theme .owl-nav [class*=owl-]:hover i {
  color: var(--orange);
}
.job-slider .our-sector-wrap {
  padding: 0 10px;
  margin-bottom: 20px;
}
.job-slider .our-sector-wrap .oslider-item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 23px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09);
  text-align: left;
  margin-bottom: 20px;
}
.job-slider .our-sector-wrap .oslider-item::before {
  content: none;
}
.job-slider .our-sector-wrap .oslider-item h3 {
  color: #333133;
  font-size: 30px;
  line-height: 28px;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}
.job-slider .our-sector-wrap .oslider-item h3::before {
  content: "";
  display: inline-block;
  width: 79px;
  height: 2px;
  background-color: var(--orange);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.job-slider .our-sector-wrap .oslider-item .readmore {
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  background-color: var(--orange);
  position: absolute;
  bottom: 20px;
  right: 23px;
}
.job-slider .our-sector-wrap .oslider-item .readmore i {
  color: #fff;
  margin-left: 3px;
}

.jobs-page .contact-page-hero {
  padding-bottom: 100px;
}
.jobs-page .job-slider {
  border-top: 32px solid #fff;
}
.jobs-page .job-slider [class*=col-] {
  padding: 0 10px;
}
.jobs-page .job-slider .oslider-item {
  width: 100%;
  padding: 40px 20px;
}
.jobs-page .job-slider .oslider-item .cta {
  margin-bottom: 20px;
  color: #3E4856;
}

.our-team {
  position: relative;
  padding: 100px 0;
  background: #fff;
}
.our-team h2 {
  text-align: center;
  margin-bottom: 50px;
}
.our-team .consultant-item .img-wrap {
  max-width: 230px;
  margin: 0 auto;
  border: 7px solid #fff;
  border-radius: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 230px;
}
.our-team .consultant-item header.meet-our-team-name {
  margin-top: 20px;
  text-align: center;
}
.our-team .consultant-item header.meet-our-team-name h4 {
  font-size: 24px;
  line-height: 1.08;
  text-align: center;
  color: #333133;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.our-team .consultant-item figure {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  margin: auto;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}
.our-team .consultant-item figure::after {
  content: "";
  background: var(--orange) url("./assets/img/right-arrow.svg") center center no-repeat;
  background-size: 20px;
  width: 55px;
  height: 55px;
  display: block;
  bottom: 30px;
  right: -15px;
  border-radius: 100%;
  position: absolute;
}
.our-team .consultant-item figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
     object-fit: cover;
  min-height: initial !important;
  max-height: none !important;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  mix-blend-mode: multiply;
}

.default-page {
  padding: 100px 0;
}

.mq-desktop {
  display: block !important;
}
@media (max-width: 960px) {
  .mq-desktop {
    display: none !important;
  }
}

.mq-mobile {
  display: none !important;
}
@media (max-width: 960px) {
  .mq-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 1300px) {
  .banner-blk {
    min-height: 100vh;
  }
}
@media screen and (max-width: 1240px) {
  .container,
#container {
    padding: 0 30px;
  }

  .social-links a {
    width: 60px;
    height: 60px;
  }

  .our-service img, .our-service-cta {
    max-width: 100%;
  }
  .our-service-cta {
    padding-left: 20px;
  }

  .consult-menu a::after {
    right: -10px;
  }
  .consult-menu-blk .flex-row:first-child .col-4:first-child {
    max-width: 480px;
  }
  .consult-menu-blk .flex-row .col-4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .consult-menu-blk .flex-row .col-4 .ct-wrap {
    padding-left: 10px;
  }

  .site-header .logo {
    width: 20%;
  }
  .site-header .logo a img {
    max-width: 220px;
    bottom: -15px;
  }
  .site-header .header__nav {
    width: 80%;
  }
  .site-header .header__nav-list ul li {
    padding: 0 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .our-sector .oslider-item {
    padding: 9px;
  }

  .jobs-page .job-slider .col-4 {
    width: 50%;
  }

  .client-page-blk .cta-blk-wrap {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .client-page-blk .two_columns {
    padding-bottom: 40px;
  }
  .client-page-blk .two_columns .col-50 {
    padding: 0 10px;
  }
  .consult-blk .img-wrap {
    max-width: 200px;
    min-height: 200px;
  }

  .ta-blk-item h3 {
    font-size: 40px;
  }

  .blog-page-blk .ta-blk-item {
    padding: 70px 20px;
    max-width: 400px;
    margin: 0 auto;
  }

  .contact-page-blk [class*=col-] {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
  .contact-page-blk [class*=col-]:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  html,
body {
    line-height: 1.2;
  }

  h1 {
    font-size: 36px;
  }

  h2,
h2.h1 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  .landing-page header .logo {
    max-width: 111px;
    padding-top: 10px;
    margin-bottom: -44px;
  }
  .landing-page-hero h1 {
    font-size: 26px;
  }
  .landing-page-hero h2 {
    font-size: 20px;
  }
  .landing-page-hero .cta {
    font-size: 16px;
  }
  .landing-page-island {
    padding: 50px 0;
  }
  .landing-page-island .img-wrap {
    width: 50% !important;
    padding-bottom: 15px;
  }
  .landing-page-island .img-wrap img {
    max-width: 100%;
  }
  .landing-page-island h2 {
    font-size: 16px;
    padding: 10px 35px;
  }

  .container,
#container {
    padding: 0 20px;
  }

  .flex-row .col-50, .flex-row .col-g2 {
    width: 100%;
  }

  .site-header {
    padding: 20px 0;
  }
  .site-header .logo {
    width: 45%;
  }
  .site-header .logo a img {
    max-width: 190px;
  }
  .site-header #burger {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    position: relative;
  }
  .site-header .header__nav {
    width: 0;
  }
  .site-header .header__nav-list {
    display: none;
  }
  .site-header .header__nav-top .hmeta-item.csites, .site-header .header__nav-top .hmeta-item.wpml-mm {
    display: none;
  }
  .site-header .header__nav.smenu {
    width: 55%;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .site-menu [class*=col-],
.site-menu .flex-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-menu ul {
    margin: 30px 0;
    width: 100%;
  }
  .site-footer-bottom-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .site-footer-bottom-wrap ul {
    padding: 0;
  }
  .site-footer-main {
    padding: 40px 0 10px;
  }
  .site-footer-main-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .blog-page .contact-page-hero {
    padding-bottom: 50px;
  }
  .blog-page-blk {
    padding: 50px 0;
  }

  #footer-profound {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px 0;
  }

  .job-slider {
    padding: 50px 0;
  }
  .job-slider .our-sector-wrap .oslider-item {
    padding: 20px;
  }
  .job-slider .our-sector-wrap .oslider-item h3 {
    font-size: 20px;
  }
  .jobs-page .contact-page-hero {
    padding-bottom: 50px;
  }

  .home .cta-blk [class*=col-] {
    padding: 50px;
    min-height: 300px;
    margin-bottom: 10px;
  }
  .home .cta-blk [class*=col-] h3 {
    font-size: 40px;
  }

  .img-boxs {
    padding: 50px 0;
  }
  .img-boxs .col-3 {
    width: 100%;
    border-radius: 28px;
    margin-bottom: 30px;
  }
  .img-boxs .col-3 h3 {
    padding-bottom: 10px;
  }

  input[type=submit], input[type=reset], .button, .woocommerce #review_form #respond .form-submit input, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-product-search .wc-block-product-search__button {
    padding: 10px 20px;
  }

  .ta-blk {
    padding: 40px 0;
  }
  .ta-blk .flex-row {
    margin: 0;
  }
  .ta-blk .flex-row .col-50 {
    margin-bottom: 20px;
    padding: 0;
  }
  .ta-blk-item {
    padding: 30px;
  }
  .ta-blk-item h3 {
    font-size: 30px;
  }
  .ta-blk-btn {
    margin-top: 20px;
  }

  .our-service {
    padding: 70px 0;
  }
  .our-service-cta h2 {
    margin-bottom: 20px;
  }
  .our-service img {
    margin-top: -100px;
  }
  .our-sector {
    padding-bottom: 40px;
  }
  .our-sector-btn {
    margin-top: 20px;
  }
  .our-sector h2 {
    font-size: 30px;
    padding: 0 0 30px 20px;
    width: 70%;
  }
  .our-sector .oslider-item h3 {
    font-size: 23px;
  }

  .client-page-blk .cwrap .two_columns:nth-child(2n) .flex-row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .client-page-blk .cwrap .two_columns img {
    margin-bottom: 30px;
  }

  .testi-blk {
    padding: 50px 0;
  }
  .testi-blk .container {
    padding: 0;
  }
  .testi-blk-wrap {
    padding: 0 10px;
  }
  .testi-blk .oslider-item {
    padding: 50px 30px;
    margin: 20px;
  }
  .testi-blk .cta {
    font-size: 18px;
    line-height: 1.3;
  }
  .testi-blk h2 {
    margin: 0 0 25px 20px;
  }
  .testi-blk .owl-theme .owl-nav [class*=owl-] {
    font-size: 28px;
    width: 35px;
    height: 35px;
  }
  .testi-blk .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 10px;
  }
  .testi-blk .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 10px;
  }

  .page-section ul li::before {
    width: 10px;
    height: 10px;
  }

  .flex-row .col-4, .flex-row .col-g4 {
    width: 100%;
  }

  .consult-page .contact-page-hero {
    padding: 50px 0;
  }

  .contact-page-blk [class*=col-] {
    width: calc(50% - 7.5px);
  }

  .single-post-wrap {
    padding: 40px 0;
  }
  .single-post-wrap .featured-image {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-post-wrap .featured-image img {
    max-height: unset;
    max-width: 100%;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  .single-post-wrap .featured-image .cta {
    width: 100%;
    padding: 0;
  }

  .cd-page .contact-page-hero {
    padding-bottom: 100px !important;
  }
  .cd-page .client-page-blk .two_columns .button {
    margin-top: 15px;
  }
  .cd-page .client-page-blk .two_columns:first-child img {
    max-height: unset;
  }
  .cd-page .client-page-blk .two_columns:first-child h2, .cd-page .client-page-blk .two_columns:last-child h2 {
    padding-top: 10px;
  }
  .cd-page .client-page-blk .two_columns:last-child .flex-row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cd-page .client-page-blk .two_columns h2 {
    max-width: 100%;
    padding: 0 0 25px;
    margin-bottom: 15px;
  }
  .cd-page .client-page-blk .two_columns .content, .cd-page .client-page-blk .two_columns b {
    max-width: 100%;
    line-height: 1.2;
  }

  .flex-row .col-35, .flex-row .col-65, .flex-row .col-3, .flex-row .col-g3, .flex-row .col-30, .flex-row .col-70 {
    width: 100%;
  }

  .consult-blk h4 {
    font-size: 20px;
  }
  .consult-blk [class*=col-] {
    padding: 20px 30px;
  }
  .consult-blk-detail .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
  .consult-blk-detail .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -25px;
  }
  .consult-blk-detail .owl-theme .owl-nav [class*=owl-].owl-next {
    right: -25px;
  }
  .consult-blk-detail-wrap .tab-btns h2 {
    font-size: 38px;
  }
  .consult-blk-detail-wrap .flex-row .cta-wrap {
    padding: 0 30px;
  }
  .consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span.label {
    padding-bottom: 10px;
  }
  .consult-blk-detail-wrap .flex-row h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .consult-blk-detail-wrap .flex-row .col-30 img {
    max-width: 200px;
    margin: 0 auto;
  }

  .sectors-page .consult-blk [class*=col-] {
    padding: 0;
    width: calc(33.33% - 20px);
  }

  .contact-page-hero h1, .contact-page-hero .cta {
    margin-bottom: 30px;
  }
  .contact-page-blk [class*=col-] h3 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .contact-page-blk [class*=col-] .cta {
    margin-bottom: 30px;
  }

  .our-team {
    padding: 0 0 50px;
  }
  .our-team h2 {
    margin-bottom: 30px;
  }
  .our-values h2 {
    margin-bottom: 30px;
  }
  .our-service img {
    width: 100%;
    margin-bottom: 15px;
  }

  .meet-page .our-service h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .meet-page .img-boxs .col-3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .meet-page .cta-blk {
    min-height: 350px;
  }
  .meet-page .cta-blk h2 {
    font-size: 34px;
  }
  .meet-page .cta-blk h2, .meet-page .cta-blk h4 {
    margin-bottom: 15px;
  }
  .meet-page .our-values {
    padding: 20vw 0 50px;
  }
  .meet-page .our-values .col-2 {
    margin: 10px 0;
    width: 50%;
  }
  .meet-page .our-values h2 {
    padding: 0 30px;
    font-size: 16vw;
    width: 100%;
    text-align: left;
    position: relative;
  }

  .client-page .contact-page-hero {
    padding: 50px 0;
  }
  .client-page-blk {
    padding: 50px 0;
  }
  .client-page-blk .tab-wrap-item {
    padding: 8px;
  }
  .client-page-blk h3 {
    width: 90%;
  }
  .client-page-blk .cta-blk-wrap .col-65 {
    padding: 50px 30px;
  }
  .client-page-blk .cta-blk-wrap .col-65 h2 {
    font-size: 27px;
  }
  .client-page-blk .cta-blk-wrap .col-65 .cta, .client-page-blk .cta-blk-wrap .col-65 h2 {
    margin-bottom: 15px;
  }
  .client-page-blk .two_columns#payrolling .flex-row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .client-page-blk .two_columns .content, .client-page-blk .two_columns b {
    max-width: 100%;
  }
  .client-page-blk .two_columns h2 {
    padding: 15px 0;
    margin-bottom: 20px;
  }

  .banner-blk {
    min-height: auto;
    padding: 150px 0;
  }
  .banner-blk a.button {
    margin-bottom: 15px;
  }

  .blog-page-blk {
    padding: 80px 0;
  }
  .blog-page-blk .flex-row [class*=col-] {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header__nav-top a.reg-btn {
    font-size: 0;
    padding: 0;
    background: none;
  }
  .site-header .header__nav-top a.reg-btn:hover {
    background: none;
  }
  .site-header .header__nav-top a.reg-btn img {
    display: block;
    max-width: 25px;
  }
}
@media screen and (max-width: 530px) {
  .contact-page-blk [class*=col-] {
    width: 100%;
    margin-right: 0;
  }

  .flex-row .col-2 {
    width: 50%;
  }

  .jobs-page .job-slider .col-4 {
    width: 100%;
  }

  .our-values {
    padding: 40px 0;
  }
  .our-values-wrap h4 {
    margin: 10px 0;
  }

  .site-footer-main-item {
    width: 100%;
  }
  .site-footer-main-item:first-child {
    width: 100%;
  }

  .meet-page .our-values .col-2 {
    width: 100%;
  }

  .consult-menu a::after {
    display: none;
  }
  .consult-blk-detail-wrap .tab-btns a {
    padding: 10px;
  }
  .consult-blk-detail-wrap .owl-theme .owl-nav [class*=owl-] {
    font-size: 28px;
    width: 35px;
    height: 35px;
  }
  .consult-blk-detail-wrap .flex-row .col-30 img {
    max-width: 60%;
    margin: 0 auto 20px auto;
  }
  .consult-blk-detail-wrap .flex-row .cta-wrap {
    padding: 0 10px;
  }
  .consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul {
    padding-left: 0;
  }
  .consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li::after {
    content: none;
  }
  .consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span {
    padding: 0;
  }
  .consult-blk-detail-wrap .flex-row .cta-wrap .ct-info ul li span a {
    padding: 8px 15px;
    margin: 10px 0;
  }

  .img-boxs .img-wrap {
    padding: 10px 20px;
  }
  .img-boxs .ct-wrap {
    padding: 20px 20px 40px;
  }

  .client-page-blk .two_columns img {
    max-width: 100%;
  }
  .client-page-blk .cta-blk-wrap {
    max-width: 100%;
  }

  .sectors-page .consult-blk [class*=col-] {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 470px) {
  .blink-item {
    width: 100%;
    text-align: center;
  }

  .plogos-item {
    width: 100%;
  }

  .counter-blk-wrap-item {
    width: 100%;
  }
}
@media screen and (max-width: 330px) {
  .site-header .logo a img {
    max-width: 130px;
  }

  .landing-page-island .img-wrap {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */