@charset "UTF-8";
/*
 Theme Name:     RSG Theme
 Description:    Alea Child Theme
 Author:         Plus K Studios Inc.
 Version:        1.15
 Template:       alea

*/
/* colours */
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@300;500;700&family=Roboto:wght@300;400;500;700&display=swap);
/* font sizes */
/* breakpoints */
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@300;500;700&family=Roboto:wght@300;400;500;700&display=swap);
.grid_holder.paged:before, .grid_holder.paged:after {
  font-family: 'boc_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
  font-size: 38px;
  line-height: 38px;
  margin-top: calc(-19px - 15px);
}
.grid_holder.paged:before {
  content: "";
  left: -1em;
}
.grid_holder.paged:after {
  content: "";
  right: -1em;
}
.post_item_block.rsgbox {
  overflow: hidden;
  position: relative;
}
.post_item_block.rsgbox .pic .img_overlay .hover_icon {
  display: none;
}
.post_item_block.rsgbox .post_item_desc {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 100%;
  padding: 0.5rem;
  width: 100%;
}
.post_item_block.rsgbox .post_item_desc h4, .post_item_block.rsgbox .post_item_desc h5, .post_item_block.rsgbox .post_item_desc p, .post_item_block.rsgbox .post_item_desc a {
  position: relative;
  z-index: 3;
  height: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post_item_block.rsgbox .post_item_desc h4 {
  margin-top: 0;
  line-height: 0.75;
}
@media screen and (min-width: 960px) {
  .post_item_block.rsgbox .post_item_desc h4 {
    line-height: inherit;
  }
}
.post_item_block.rsgbox .post_item_desc h4 b {
  font-weight: bold;
}
.post_item_block.rsgbox .post_item_desc p, .post_item_block.rsgbox .post_item_desc a {
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
.post_item_block.rsgbox .post_item_desc p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post_item_block.rsgbox .post_item_desc a {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  text-transform: lowercase;
  border-bottom: none;
}
.post_item_block.rsgbox .post_item_desc h4 a {
  font-size: 12.5px;
}
.post_item_block.rsgbox .post_item_desc div {
  text-align: right;
}
@media screen and (min-width: 960px) {
  .post_item_block.rsgbox .post_item_desc {
    padding: 1rem;
  }
  .post_item_block.rsgbox .post_item_desc h4 a {
    font-size: 22px;
  }
}
.post_item_block.rsgbox .overlay_bg {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #fddb3f; */
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, scale 0.3s ease;
  -o-transition: opacity 0.3s ease, scale 0.3s ease;
  transition: opacity 0.3s ease, scale 0.3s ease;
}
.post_item_block.rsgbox .pic {
  margin-bottom: 0px;
}
.post_item_block.rsgbox .more-link1 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
  margin: 0px;
  position: absolute;
  z-index: 5;
  bottom: 0.5rem;
  height: 0;
  right: 1rem;
}
.post_item_block.rsgbox .more-link1 a:after {
  content: '';
  font-size: 1.1em;
  line-height: 10px;
  vertical-align: middle;
}
.post_item_block.rsgbox:hover {
  overflow: visible;
}
.post_item_block.rsgbox:hover .pic {
  overflow: visible;
}
.post_item_block.rsgbox:hover .pic .img_overlay {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.post_item_block.rsgbox:hover .post_item_desc h4, .post_item_block.rsgbox:hover .post_item_desc h5, .post_item_block.rsgbox:hover .post_item_desc p, .post_item_block.rsgbox:hover .post_item_desc a {
  height: auto;
  opacity: 1;
  /* color: #ffffff !important; */
  -webkit-transition: height 0.5s ease, opacity 0.3s ease 0.2s;
  -o-transition: height 0.5s ease, opacity 0.3s ease 0.2s;
  transition: height 0.5s ease, opacity 0.3s ease 0.2s;
}
.post_item_block.rsgbox:hover .overlay_bg {
  -webkit-transition: opacity 0.3s ease, scale 0.3s ease;
  -o-transition: opacity 0.3s ease, scale 0.3s ease;
  transition: opacity 0.3s ease, scale 0.3s ease;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  opacity: 1;
}
.post_item_block.rsgbox:hover .more-link1 {
  opacity: 1;
  height: auto;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.post_item_block.rsgbox h4 a:hover {
  color: #000000 !important;
}
.post_item_block.rsgbox.service .pic {
  padding-bottom: 50px !important;
}
.post_item_block.rsgbox.service .pic a img {
  opacity: 0;
}
.post_item_block.rsgbox.service .post_item_desc {
  top: 0;
  background-color: #ffffff;
  height: 100%;
}
.post_item_block.rsgbox.service h4, .post_item_block.rsgbox.service p {
  text-align: center;
}
.post_item_block.rsgbox.service h4 {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  margin-bottom: -10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.post_item_block.rsgbox.service h4 a {
  color: #000000 !important;
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .post_item_block.rsgbox.service h4 a {
    font-size: 18px;
  }
}
.post_item_block.rsgbox.service p, .post_item_block.rsgbox.service .more-link1 {
  opacity: 0;
}
.post_item_block.rsgbox.service p {
  position: relative;
  bottom: -25%;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.post_item_block.rsgbox.service:hover h4 {
  top: 0;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.post_item_block.rsgbox.service:hover p, .post_item_block.rsgbox.service:hover .more-link1 {
  opacity: 1;
}
.post_item_block.rsgbox.service:hover p {
  bottom: 0;
  -webkit-transition: bottom 0.5s ease, opacity 0.3s ease 0.2s;
  -o-transition: bottom 0.5s ease, opacity 0.3s ease 0.2s;
  transition: bottom 0.5s ease, opacity 0.3s ease 0.2s;
}
@media screen and (max-width: 599px) {
  .post_item_block.rsgbox.service .post_item_desc h4 a {
    line-height: 1;
    font-size: 11px;
  }
}
.sector .post_item_block.rsgbox.service:hover h4 {
  top: 50%;
  height: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.sector .post_item_block.rsgbox.service:hover p, .sector .post_item_block.rsgbox.service:hover .more-link1 {
  opacity: 1;
}
.sector .post_item_block.rsgbox.service:hover p {
  bottom: 0;
  -webkit-transition: bottom 0.5s ease, opacity 0.3s ease 0.2s;
  -o-transition: bottom 0.5s ease, opacity 0.3s ease 0.2s;
  transition: bottom 0.5s ease, opacity 0.3s ease 0.2s;
}
.post_item_block.rsgbox.service {
  overflow: hidden;
  position: relative;
}
.post_item_block.rsgbox.service .pic .img_overlay .hover_icon {
  display: none;
}
.post_item_block.rsgbox.service .post_item_desc h4, .post_item_block.rsgbox.service .post_item_desc a {
  height: auto;
  opacity: 1;
}
.post_item_block.rsgbox.service .pic {
  margin-bottom: 0px;
}
.post_item_block.rsgbox.service .more-link1 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
  margin: 0px;
  position: absolute;
  z-index: 5;
  bottom: 0.5rem;
  height: 0;
  right: 1rem;
}
.post_item_block.rsgbox.service .more-link1 a:after {
  content: '';
  font-size: 1.1em;
  line-height: 10px;
  vertical-align: middle;
}
.post_item_block.rsgbox.service h4 a:hover {
  color: #000000 !important;
}
.post_item_block.rsgbox.service .pic {
  padding-bottom: 50px !important;
}
.post_item_block.rsgbox.service .pic a img {
  opacity: 0;
}
.post_item_block.rsgbox.service .post_item_desc {
  top: 0;
  background-color: #0bafc7;
  height: 100%;
}
.post_item_block.rsgbox.service .post_item_desc p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  overflow: visible;
  margin-bottom: 0px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.post_item_block.rsgbox.service h4, .post_item_block.rsgbox.service p {
  text-align: center;
}
.post_item_block.rsgbox.service h4 {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  margin-bottom: -10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  overflow: hidden;
  white-space: normal;
}
.post_item_block.rsgbox.service h4 a {
  color: #000000 !important;
  font-size: 18px;
}
.post_item_block.rsgbox.service p, .post_item_block.rsgbox.service .more-link1 {
  opacity: 0;
}
.post_item_block.rsgbox.service:hover {
  overflow: visible;
}
.post_item_block.rsgbox.service:hover .pic {
  overflow: visible;
}
.post_item_block.rsgbox.service:hover .pic .img_overlay {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.post_item_block.rsgbox.service:hover .post_item_desc {
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  height: 100%;
}
.post_item_block.rsgbox.service:hover .more-link1 {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
}
.post_item_block.rsgbox.service:hover .more-link1 a {
  color: #000 !important;
}
.post_item_block.rsgbox.service:hover h4 {
  top: 0;
  line-height: 1;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.post_item_block.rsgbox.service:hover p, .post_item_block.rsgbox.service:hover .more-link1 {
  opacity: 1;
}
.home .post_item_block.rsgbox.service .post_item_desc {
  background-color: #0bafc7;
}
.home .post_item_block.rsgbox.service:hover .post_item_desc h4 a, .home .post_item_block.rsgbox.service:hover .post_item_desc p, .home .post_item_block.rsgbox.service:hover .post_item_desc .more-link1 a {
  color: #ffffff !important;
}
.home .post_item_block.rsgbox.service:hover .overlay_bg {
  background-color: #000000;
}
.archive_service .trademark {
  vertical-align: text-top;
}
@media screen and (min-width: 1025px) {
  .archive_service .trademark {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .grid_holder.services .col.span_1_of_4 {
    margin: 15px;
  }
}
.grid_holder.case-study .post_item_block.rsgbox h4 {
  font-size: 16px;
}
.grid_holder.casestudy-grid .post_item_block.rsgbox h4, .grid_holder.casestudy-grid .post_item_block.rsgbox a {
  color: #fff !important;
}
@media screen and (min-width: 1025px) {
  .grid_holder.case-study .post_item_block.rsgbox {
    font-size: 22px;
  }
}
.grid_holder.case-study .post_item_block.rsgbox:hover .overlay_bg {
  height: 102%;
  bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .grid_holder.casestudy-grid .col.span_1_of_3 {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .grid_holder.casestudy-grid .col.span_1_of_3:last-child {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .grid_holder.casestudy-grid .grid_holder.casestudy-grid .col.span_1_of_3 {
    width: calc(33.33% - 30px);
    margin: 0 15px 20px;
  }
}
.post_item_block.rsgbox.team .pic img {
  filter: grayscale(1) contrast(0.75) brightness(1.15);
  aspect-ratio: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
}
.post_item_block.rsgbox.team .post_item_desc {
  position: absolute;
  bottom: 0%;
  height: 100%;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.post_item_block.rsgbox.team h4 a, .post_item_block.rsgbox.team h5, .post_item_block.rsgbox.team p, .post_item_block.rsgbox.team .more-link1 {
  opacity: 0;
  height: 0%;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.post_item_block.rsgbox.team h4 a {
  font-weight: bold;
}
.post_item_block.rsgbox.team h5 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
}
.post_item_block.rsgbox.team:hover h4 a, .post_item_block.rsgbox.team:hover h5, .post_item_block.rsgbox.team:hover p, .post_item_block.rsgbox.team:hover .more-link1 {
  opacity: 1;
  height: auto;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease 0.2s;
  -o-transition: height 0.3s ease, opacity 0.3s ease 0.2s;
  transition: height 0.3s ease, opacity 0.3s ease 0.2s;
}
@media screen and (max-width: 599px) {
  .post_item_block.rsgbox.team .post_item_desc h4 {
    font-size: 16px;
    line-height: 1;
  }
  .post_item_block.rsgbox.team .post_item_desc h5, .post_item_block.rsgbox.team .post_item_desc .more-link1 {
    font-size: 12.5px;
  }
  .post_item_block.rsgbox.team .post_item_desc p {
    display: none;
  }
}
.type-teammember .vc_column-inner {
  padding-top: 0px;
}
.teammember .button.btn_small.btn_no_bgr, .back-to-posts .button.btn_small.btn_no_bgr {
  float: left;
}
.teammember .button.btn_small.btn_no_bgr:focus, .back-to-posts .button.btn_small.btn_no_bgr:focus {
  outline: none;
}
.teammember .boc_divider, .back-to-posts .boc_divider {
  border-color: #000000;
  background: #000000 !important;
}
.teammember h2, .back-to-posts h2 {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .teammember #modal-ready {
    margin-top: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .teammember #modal-ready {
    margin-top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .team-grid .grid_holder .col.span_1_of_4 {
    width: calc(50% - 30px);
    margin: 15px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .team-grid .grid_holder .col.span_1_of_4 {
    width: calc(33.33% - 30px);
  }
}
@media screen and (min-width: 1025px) {
  .team-grid .grid_holder .col.span_1_of_4 {
    width: calc(25% - 30px);
  }
}
.post_item_block.rsgbox.blog {
  overflow: hidden;
  padding: 0 1rem 100%;
  background: #ffffff;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_item_block.rsgbox.blog .post_item_desc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
}
.post_item_block.rsgbox.blog h4, .post_item_block.rsgbox.blog h5, .post_item_block.rsgbox.blog h4 a {
  opacity: 1;
  height: auto;
}
.post_item_block.rsgbox.blog h4, .post_item_block.rsgbox.blog h5 {
  position: relative;
  z-index: 2;
}
.post_item_block.rsgbox.blog h4 {
  position: relative;
  top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.post_item_block.rsgbox.blog h5 {
  font-family: 'Playfair Display', serif;
}
.post_item_block.rsgbox.blog img, .post_item_block.rsgbox.blog p {
  display: none;
}
.post_item_block.rsgbox.blog:hover {
  overflow: visible;
}
.post_item_block.rsgbox.blog:hover .post_item_desc div {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .grid_holder.blog .col.span_1_of_4 {
    width: calc(50% - 30px);
    margin: 15px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .grid_holder.blog .col.span_1_of_4 {
    width: calc(25% - 30px);
  }
}
/* colours */
/* font sizes */
/* breakpoints */
.map_container {
  position: relative;
}
.map {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map.wpb_single_image img {
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .map.wpb_single_image img {
    height: 500px;
  }
}
.map.hidden {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .map.default img {
    -o-object-position: top right;
    object-position: top right;
  }
}
#header.sticky_header {
  background: transparent;
  background-color: transparent;
  border-color: #000000;
  box-shadow: none;
  position: fixed;
}
#header.sticky_header a {
  color: #ffffff !important;
}
@media screen and (min-width: 1025px) {
  #header.sticky_header a {
    color: #000000 !important;
  }
}
#header.sticky_header a:hover {
  font-weight: bold;
}
#header.sticky_header .section {
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1rem;
}
#header.sticky_header .logo_img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.sticky_header ~ .content_body {
  margin-top: 0px !important;
}
#header.sticky_header.transparent_header {
  border-color: #ffffff;
}
#header.sticky_header.transparent_header a {
  color: #ffffff !important;
}
#header.sticky_header.transparent_header a:hover {
  color: #ffffff !important;
}
#header.sticky_header.transparent_header .logo_img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
#header.sticky_header.transparent_header .section {
  border-bottom: 1px solid #ffffff;
}
#header.sticky_header.scrolled {
  box-shadow: none !important;
  transition: all 0.5s ease;
  background-color: #f7f7f7;
  margin-top: 0px !important;
}
#header.sticky_header.scrolled #menu > ul > li > a {
  color: #000000 !important;
}
#header.sticky_header.scrolled #menu > ul > li > a:hover {
  color: #000000 !important;
}
#header.sticky_header.scrolled .logo_img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.sticky_header.scrolled .main_header {
  padding: 1rem 0px;
}
#header.sticky_header.scrolled .section {
  border-bottom: 1px solid #000000;
}
#header.sticky_header.scrolled .menu_regular_style #menu > ul > li > a {
  line-height: 2.3;
}
#header.sticky_header.nav-up {
  margin-top: -200px !important;
}
#header.sticky_header.nav-down {
  margin-top: 0px !important;
  padding-top: 1rem;
}
#header.sticky_header #logo {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  max-width: 130px;
}
#header.sticky_header #logo img {
  width: 100%;
  max-width: 130px !important;
}
#header.sticky_header .menu_regular_style {
  width: 100%;
}
#header.sticky_header #menu > ul > li > a {
  line-height: 2;
}
#header.sticky_header #menu > ul > li.current-menu-item a {
  font-weight: bold;
}
#header.sticky_header #menu > ul > li a {
  transition: none;
}
#header.sticky_header .menu-item:last-child a {
  padding-right: 0px;
}
#header.scrolled #logo .logo_img {
  height: 92px;
}
.boc_main_menu li {
  transition: none;
}
.container .vc_parallax:first-of-type .vc_column-inner {
  animation: blur 1s ease 1s both;
}
.container .vc_parallax:first-of-type .vc_column-inner h1 {
  animation: fadeInY 0.5s ease 1s both;
}
.container .vc_parallax:first-of-type .vc_column-inner p {
  animation: fadeInY 0.5s ease 1.3s both;
}
.container .vc_parallax:first-of-type .vc_column-inner a span {
  animation: fadeInY 0.5s ease 1.6s both;
}
.container .vc_parallax:first-of-type .vc_column-inner a i {
  animation: fadeInY 0.5s ease 1.7s both;
}
@-webkit-keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(10px);
  }
}
@keyframes blur {
  from {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  to {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
@keyframes fadeInY {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* overides */
body {
  color: #000000;
  /* for firefox */
}
body ::selection {
  background-color: #fddb3f;
  color: #000000;
}
body ::moz-selection {
  background-color: #fddb3f;
  color: #000000;
}
html {
  margin-top: 0px !important;
}
button.slick-arrow {
  background: transparent;
  color: #000000;
  font-size: 28px;
  z-index: 5;
  position: absolute;
  padding: 0px;
  font-size: 38px;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
button.slick-arrow i.icon {
  margin-left: 0px;
  height: auto;
  width: auto;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
button.slick-arrow:hover {
  background-color: transparent;
}
button.slick-arrow:hover i.icon {
  color: #fddb3f;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.slick-prev {
  left: -1.5rem !important;
}
.slick-next {
  left: 99% !important;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    max-height: 249px;
    margin-bottom: 0px !important;
  }
  .slick-slide .post_item_block {
    max-height: 250px;
  }
  .slick-prev {
    left: -2rem !important;
  }
  .slick-next {
    left: 98% !important;
  }
}
.post-grid-carousel {
  position: relative;
}
.container.team-page {
  margin: 0 auto;
}
.wp-block-separator {
  border-bottom-width: 0px !important;
}
.wpb_wrapper p:not(:last-child) {
  margin-bottom: 30px;
}
.wpb_wrapper > ul li {
  font-size: 16px;
}
.boc_list_item_text p {
  display: inline-block;
}
.boc_list_item .boc_list_item_text.normal {
  margin-left: 0px;
}
.boc_list_item_text.normal > p, .boc_list_item .li_icon.normal, .footer_btm, .no-pagination ~ .pagination, .boc_prev_next_posts {
  display: none;
}
.section .post_description, .post_content.no_sidebar {
  margin-bottom: 0px;
}
.pos-rel {
  position: relative;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.boc_list_item_text.normal li {
  font-size: 16px;
}
h3 span {
  font-weight: 500;
  font-size: 18px;
}
strong {
  color: #000000;
}
.full-width {
  width: 100%;
}
.full-width img, .full-width .wpb_single_image, .full-width figure, .full-width .vc_single_image-wrapper {
  width: 100%;
}
.spacer-xs {
  height: 30px !important;
}
@media screen and (min-width: 1025px) {
  .spacer-xs {
    height: 40px !important;
  }
}
.spacer-sm {
  height: 40px !important;
}
@media screen and (min-width: 1025px) {
  .spacer-sm {
    height: 60px !important;
  }
}
.spacer-md {
  height: 60px !important;
}
@media screen and (min-width: 1025px) {
  .spacer-md {
    height: 80px !important;
  }
}
.spacer-lg {
  height: 80px !important;
}
@media screen and (max-width: 1024px) {
  .spacer-lg {
    height: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .spacer-lg {
    height: 150px !important;
  }
}
.spacer-xl, .grid_row-lg, .dt-spacer-xl {
  height: 120px !important;
}
@media screen and (min-width: 1025px) {
  .spacer-xl, .grid_row-lg, .dt-spacer-xl {
    height: 250px !important;
  }
}
.spacer-modal-dt {
  height: 150px !important;
}
@media (orientation: portrait) {
  .spacer-modal-dt {
    height: 120px !important;
  }
}
@media screen and (min-width: 1025px) {
  .spacer-modal-dt {
    height: 250px !important;
  }
}
.modal-wrapper.styled .wp-post-modal h4 {
  font-size: 22px;
  line-height: 1;
}
.modal-wrapper.styled .wp-post-modal h5 {
  font-size: 18px;
}
.wp-post-modal > button {
  display: none;
}
.wp-post-modal.show .spacer-modal-dt {
  height: 20px !important;
}
@media screen and (min-width: 1025px) {
  .wp-post-modal.show .spacer-modal-dt {
    height: 20px !important;
  }
}
.container {
  max-width: 900px;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 930px;
  }
}
.max-height p {
  width: 100%;
  height: 146px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  line-clamp: 5;
  overflow: scroll;
}
.max-height.xs p {
  height: 120px;
}
.flex_row .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_row .vc_row .align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .flex_row .vc_row .align-bottom {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.flex_row .vc_row .vc_general.vc_btn3 {
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.flex_row .vc_row .vc_general.vc_btn3 i {
  font-weight: 300;
}
.flex_row .vc_row .vc_general.vc_btn3:hover {
  background: transparent;
}
.flex_row .vc_row .vc_btn3-container {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
}
.flex_row .vc_row .vc_btn3-container .vc_btn3 {
  padding: 0px 32px 0px 0px;
}
.flex_row .vc_row .vc_btn3-container .vc_btn3-icon {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .flex_row.mobile__full-width .vc_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main_header .section .vc_row-flex .boc_divider {
  border-color: #000000;
}
.no-padding, .no-padding.vc_column_container > .vc_column-inner {
  padding: 0px;
}
.wpb_single_image.square-crop img {
  height: 300px !important;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .wpb_single_image.square-crop img {
    height: 450px !important;
  }
}
.margin-auto {
  margin: 0 auto;
}
h1 {
  font-size: 38px;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 16px;
  }
}
.case-study p.p1 {
  text-transform: lowercase;
}
.case-study li, .case-study li a {
  font-size: 16px;
}
.case-study li b, .case-study li a b {
  font-weight: bold;
}
.case-study h2 {
  font-size: 22px;
}
@media screen and (min-width: 1025px) {
  .case-study h2 {
    font-size: 38px;
  }
}
a, .dark_links a {
  font-size: 24px;
}
a:hover, .dark_links a:hover {
  color: #000000 !important;
}
a:hover i, .dark_links a:hover i {
  color: #000000;
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
}
p, p.boc_heading, h3.boc_heading, li.boc_heading {
  font-size: 16px;
}
.dark_text, strong {
  color: #000000;
}
.post_content a:not(.button) {
  color: #0bafc7 !important;
  font-weight: bold;
}
.post_content h3 a:not(.button), .post_content .boc_list_item_text li a:not(.button) {
  border-bottom: none;
}
.vc_parallax h1, .vc_parallax p, .vc_parallax .button.btn_no_bgr_white, .vc_parallax a.button.btn_no_bgr_white {
  color: #000000 !important;
}
.vc_parallax p.alt-colour {
  color: #fddb3f !important;
  font-weight: bold;
}
.vc_parallax .button.btn_no_bgr_white:hover i, .vc_parallax a.button.btn_no_bgr_white:hover i, .vc_parallax .primary-btn a:hover i {
  color: #000000;
}
.bg-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#header.sticky_header.transparent_header ~ .content_body .vc_parallax h1, #header.sticky_header.transparent_header ~ .content_body .vc_parallax p, #header.sticky_header.transparent_header ~ .content_body .vc_parallax .button.btn_no_bgr_white, #header.sticky_header.transparent_header ~ .content_body .vc_parallax a.button.btn_no_bgr_white {
  color: #ffffff !important;
}
#header.sticky_header.transparent_header ~ .content_body .vc_parallax .button.btn_no_bgr, #header.sticky_header.transparent_header ~ .content_body .vc_parallax a.button.btn_no_bgr, #header.sticky_header.transparent_header ~ .content_body .vc_parallax a.button.btn_no_bgr_white {
  color: #ffffff;
}
#header.sticky_header.transparent_header ~ .content_body .vc_parallax .button.btn_no_bgr:hover i, #header.sticky_header.transparent_header ~ .content_body .vc_parallax a.button.btn_no_bgr:hover i, #header.sticky_header.transparent_header ~ .content_body .vc_parallax a.button.btn_no_bgr_white:hover i {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 22px;
  }
  p.boc_heading, h3.boc_heading, li.boc_heading, p a {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
}
p {
  line-height: 1.36;
  margin-bottom: 16px;
  letter-spacing: 0.15px;
}
h3.boc_heading {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}
h4, .wpb_content_element a {
  font-size: 22px;
}
h4 strong {
  font-weight: 500;
}
.vc_row ~ h3.boc_heading, .vc_row .p1, .vc_row p a {
  font-size: 16px;
}
.vc_row ~ h3.boc_heading {
  margin-bottom: 0.5rem;
}
.vc_row .p1 {
  margin-bottom: 30px;
}
.boc_heading.semibold_weight > span {
  text-transform: lowercase;
  font-weight: bold;
  font-size: 16px;
}
.push-left {
  margin-left: -2rem;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
#footer, #footer h2, #footer strong, #footer a { color: #ffffff; }
#footer .col {
  margin-bottom: 0px;
}
#footer.footer_light {
  background-color: #f7f7f7;
  padding-top: 0px;
  border-top: none;
}
#footer.footer_light hr {
  border-color: #e2e3e4;
}
#footer.footer_light a, #footer.footer_light p {
  font-size: 16px;
}
#footer.footer_light a {
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
#footer.footer_light p {
  color: #000000;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
}
#footer.footer_light p.has-text-align-right {
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 768px) {
  #footer.footer_light p:last-child {
    font-size: 12.5px;
  }
  #footer.footer_light p:last-child a {
    font-size: 12.5px;
  }
}
#footer.footer_light .wp-block-social-link-anchor {
  color: #ffffff;
}
#footer .wp-block-column img {
  width: 100%;
}
#footer .footer-logos .wp-block-column {
  max-width: 100px;
}
#footer .footer-logos .wp-block-column figure {
  max-height: 40px;
  float: right;
}
#footer .footer-logos .wp-block-image {
  text-align: right;
}
#footer .footer-logos.wp-block-columns.are-vertically-aligned-center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #footer .footer-logos.wp-block-columns.are-vertically-aligned-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  #footer .footer-logos.wp-block-columns.are-vertically-aligned-center figure {
    float: left;
  }
}
#footer .wp-block-social-links a {
  transition: all 0.5s ease;
}
#footer .wp-block-social-links a:hover, #footer .wp-block-social-links .dark_links a:hover {
  color: #f7f7f7 !important;
  transition: all 0.5s ease;
  background-color: #fddb3f;
  border-radius: 9999px;
}
#footer .col > .wp-block-columns.are-vertically-aligned-center {
  margin-bottom: -18px;
}
@media screen and (max-width: 599px) {
  #footer .wp-block-column {
    margin-bottom: 20px;
  }
  #footer .wp-block-column img {
    width: inherit;
  }
  #footer .has-text-align-right {
    text-align: left;
  }
}
#menu-footer {
  display: flex;
  margin-left: 0px !important;
}
#menu-footer li {
  margin-right: 2rem;
}
#footer .col ul:not(#recentcomments) li a:before {
  display: none;
}
strong, h2 strong, h2 b {
  color: #000000;
  font-weight: bold;
}
h2.boc_heading {
  line-height: 1.2;
}
#header.transparent_header:not(.scrolled) {
  background: transparent !important;
}
.boc_heading ~ .boc_divider, .vc_row ~ .boc_divider {
  background: #e2e3e4 !important;
  border-color: #e2e3e4;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.boc_divider {
  height: 1px !important;
}
.boc_divider.dark {
  background: #000000 !important;
}
.single_post.service .boc_divider, .single_post.casestudy .boc_divider {
  background: #000000 !important;
}
.single_post.casestudy h3 span {
  font-size: 24px;
}
.single_post.service {
  background-color: #e2e3e4 !important;
}
.single_post h4 strong {
  color: #fddb3f;
}
.page .pagination.section {
  padding-top: 0;
  z-index: -1;
}
.pagination {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translateX(-50%);
  width: 100%;
}
.pagination .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.pagination .links:before {
  content: '';
  height: 18px;
  width: 18px;
  position: absolute;
  color: #000000;
  left: -1.5rem;
  z-index: 2;
  background-image: url(images/caret-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.5s ease;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.pagination .links:before:hover {
  transform: scale(1.25);
  transition: scale 0.5s ease;
}
.pagination .links a {
  visibility: hidden;
  border: none;
}
.pagination .links a:last-child {
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-image: url(images/caret-down.png);
  background-size: contain;
  visibility: visible;
  transition: all 0.5s ease;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination .links a:last-child:hover {
  transform: scale(1.25);
  transition: scale 0.5s ease;
  background-color: transparent;
}
.pagination .links a:last-child {
  margin-right: -1.5rem;
}
.pagination .links a:last-child span {
  visibility: hidden;
}
.button.btn_large, a.btn_large, .primary-btn {
  font-size: 22px !important;
}
.primary-btn, .text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  align-items: center;
}
.primary-btn span, .text-link span {
  margin-bottom: 15px;
}
.primary-btn {
  position: absolute !important;
  left: 50%;
  bottom: 6vh;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .primary-btn {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .primary-btn {
    bottom: 8vh;
  }
}
.primary-btn span {
  text-align: center;
}
.primary-btn.button i.icon {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0px;
  font-size: 38px;
}
.primary-btn.dark_text {
  color: #000000 !important;
}
.primary-btn.dark_text:hover {
  color: #000000 !important;
}
.primary-btn:hover {
  color: #ffffff !important;
}
.primary-btn.pos_rel {
  top: 0;
}
.text-link span {
  font-size: 16px;
}
.text-link i.icon {
  font-size: 28px !important;
  margin: 0px;
}
.button.btn_no_bgr.btn_small, a.button.btn_no_bgr.btn_small {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease;
}
.button.btn_no_bgr.btn_small:hover i, a.button.btn_no_bgr.btn_small:hover i {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
  transition: all 0.5s ease;
}
.wp-block-button a, .button.btn_outline, .btn-secondary span {
  color: #000000 !important;
  font-size: 16px;
  text-transform: lowercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.wp-block-button a, .button.btn_outline, .btn-secondary, .wp-block-button.is-style-outline {
  border-radius: 0px !important;
  border-color: transparent;
  transition: all 0.5s ease;
  background-color: #fddb3f;
}
.wp-block-button a:hover, .button.btn_outline:hover, .btn-secondary:hover, .wp-block-button.is-style-outline:hover {
  transition: all 0.5s ease;
  transform: scale(1.04);
  background-color: #000000;
}
.wp-block-button a:hover a, .button.btn_outline:hover a, .btn-secondary:hover a, .wp-block-button.is-style-outline:hover a {
  background-color: #000000;
  color: #ffffff !important;
}
.button.btn_outline, .btn-secondary {
  padding: 1em 1.333em !important;
  background-color: #fddb3f !important;
}
.button.btn_outline:hover, .btn-secondary:hover {
  background-color: #000000 !important;
  transition: all 0.5s ease;
  transform: scale(1.04);
}
.button.btn_outline:hover span, .btn-secondary:hover span {
  color: #ffffff !important;
}
.button.btn_outline.margin-auto, .btn-secondary.margin-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .button.btn_outline.margin-auto, .btn-secondary.margin-auto {
    margin: 0 auto;
  }
}
.btn-secondary .icon {
  display: none !important;
}
input.wpcf7-form-control, textarea {
  color: #646464;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
input.wpcf7-form-control, input[type="text"] {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000000;
  background-color: transparent;
}
textarea, input, input[type="text"] {
  border-radius: 0px;
}
textarea {
  border: 1px solid #000000;
  background-color: transparent;
}
input[type="text"] {
  font-family: 'Roboto', sans-serif;
}
input[type='submit'].secondary-btn, input[type='submit'] {
  border: none;
  background-color: transparent;
  float: right;
  color: #000000;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px;
  position: relative;
  background-image: url(images/caret-right.svg);
  background-repeat: no-repeat;
  text-align: left;
  background-position: 100%;
  background-size: 0.7em 0.5em;
  padding-right: 25px;
}
input[type='submit'].secondary-btn:hover, input[type='submit']:hover {
  background-color: transparent;
}
.text-align-right {
  text-align: right;
}
.full-width {
  width: 100%;
}
.text-align-right .vc_column-inner .wpb_wrapper a {
  line-height: 1.5em;
}
.boc_divider {
  border-color: #e2e3e4;
}
a:hover.button.btn_no_bgr_white {
  color: #fddb3f;
}
.btn_full_width.text-align-right {
  text-align: right;
}
.contact p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.contact p.boc_heading {
  font-weight: bold;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0px;
}
.contact p.boc_heading.text-small {
  font-size: 20px;
}
.contact .wpb_text_column {
  margin-bottom: 20px;
}
.contact .wpb_column {
  background-color: #f7f7f7;
  height: 100%;
  min-height: 455px;
  margin: 0px 10px;
  transition: all 0.5s ease;
  transform: scale(0.95);
}
.contact .wpb_column:hover {
  background-color: #fddb3f;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.contact .vc_column_container > .vc_column-inner {
  padding: 10px;
}
.contact .vc_col-sm-4 {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 599px) {
  .contact .vc_col-sm-4 {
    width: calc(100% - 20px);
  }
}
#wpcf7-f399-p23-o1 p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "name email" "subject subject" "text text" ". submit";
}
#wpcf7-f399-p23-o1 p span:nth-child(1) {
  grid-area: name;
  margin-right: 10px;
}
#wpcf7-f399-p23-o1 p span:nth-child(3) {
  grid-area: email;
  margin-left: 10px;
}
#wpcf7-f399-p23-o1 p span:nth-child(5) {
  grid-area: subject;
}
#wpcf7-f399-p23-o1 p span:nth-child(7) {
  grid-area: text;
}
#wpcf7-f399-p23-o1 p input:nth-child(9) {
  grid-area: submit;
  text-align: right;
}
#wpcf7-f1041-p17-o1 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "name email" ". submit" "error error";
  margin-bottom: 0;
}
#wpcf7-f1041-p17-o1 form p:nth-child(2) {
  grid-area: name;
  margin-right: 10px;
}
#wpcf7-f1041-p17-o1 form p:nth-child(3) {
  grid-area: email;
  margin-left: 10px;
}
#wpcf7-f1041-p17-o1 form p:nth-child(4) {
  grid-area: submit;
  text-align: right;
  margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #fddb3f;
  border: none;
  font-size: 16px;
  grid-area: error;
  margin: 2em 0 0;
}
.vc_parallax {
  padding: 0px !important;
}
.vc_parallax .vc_column-inner {
  padding: 0px !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 599px) {
  .vc_parallax .vc_column-inner {
    margin-top: 3rem;
  }
}
.vc_parallax .wpb_wrapper {
  margin: 0 auto;
}
.vc_parallax .wpb_wrapper h1, .vc_parallax .wpb_wrapper p {
  margin: 0 auto;
}
.vc_parallax .wpb_wrapper.full-width {
  width: 100%;
}
.vc_parallax .wpb_wrapper p {
  font-size: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .vc_parallax .wpb_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 940px;
  }
  .vc_parallax .wpb_wrapper h1, .vc_parallax .wpb_wrapper p {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .vc_parallax .wpb_wrapper {
    max-width: 1000px;
  }
  .vc_parallax .wpb_wrapper h1, .vc_parallax .wpb_wrapper p {
    width: 80%;
  }
  .vc_parallax .wpb_wrapper h1.full-width, .vc_parallax .wpb_wrapper p.full-width {
    width: 100%;
  }
}
.vc_parallax .wpb_wrapper .w-full {
  width: 100%;
}
.vc_parallax.about {
  background-position: 80%;
}
.vc_parallax.about .vc_parallax-inner {
  height: inherit !important;
}
@media screen and (min-width: 1025px) {
  .vc_parallax.about {
    background-position: center;
  }
  .vc_parallax.about .vc_parallax-inner {
    background-position: 75%;
    height: 150% !important;
  }
}
.vc_parallax h1 {
  font-weight: 300;
  padding-bottom: 20px;
}
.vc_parallax h1 b {
  font-weight: bold;
}
.team.full-width img {
  max-height: 644px;
  object-fit: cover;
  object-position: center;
}
.archive_sector .boc_heading {
  text-transform: lowercase;
}
.single-sector .w-80 {
  width: 80%;
  display: inline-block;
}
.vc_box_border_grey {
  border: none !important;
}
.custom-select {
  position: relative;
}
.custom-select select {
  background: transparent;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #000000;
}
.custom-select input[type="text"] {
  border-radius: 0px;
}
.custom-select input[type="text"]::placeholder {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.custom-select.dropdown:after {
  position: absolute;
  background-image: url(images/caret-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  -webkit-filter: invert(1);
  filter: invert(1);
  z-index: 6;
}
.custom-select.search {
  position: relative;
}
.custom-select.search:after {
  position: absolute;
  content: "";
  font-family: 'boc_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
  right: 0px;
}
.modal-wrapper.styled {
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-wrapper.styled .wp-post-modal {
  border: none;
  padding: 0px;
}
.modal-wrapper.styled .wp-post-modal > button {
  display: none !important;
}
.modal-wrapper.styled .wp-post-modal .post_description {
  margin-bottom: 0px;
}
.modal-wrapper.styled .wp-post-modal .vc_row {
  margin: 0 auto;
  width: 100%;
}
.modal-wrapper.styled .wp-post-modal .boc_divider {
  border-color: #000000;
  background: #000000 !important;
}
.modal-wrapper.styled .wp-post-modal button:focus {
  outline: none;
}
.modal-wrapper.styled .wp-post-modal .button.close-modal {
  background: transparent;
  position: relative;
  left: 0;
  right: auto;
  font-size: inherit;
  color: #000000;
  text-indent: 3.5rem;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-wrapper.styled .wp-post-modal .button.close-modal.button.icon_pos_before i.icon {
  margin-left: -1.5rem !important;
  display: inline !important;
}
.close-modal:focus {
  outline: none;
}
@media screen and (max-width: 599px) {
  .noMobile {
    display: none;
  }
  .hero {
    padding: 0px !important;
  }
  .copy {
    margin-top: -3rem !important;
  }
  .vc_parallax {
    margin-top: -3rem;
  }
  .grid_holder.service-grid > .col.span_1_of_4 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 514px) and (min-width: 320px) {
  .grid_holder.service-grid > .col.span_1_of_4 {
    width: calc(100% - 30px);
    margin: 15px 15px 0;
  }
  .grid_holder.service-grid > .col.span_1_of_4 h4 a {
    font-size: 22px;
  }
  .grid_holder.service-grid > .col.span_1_of_4 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (min-width: 515px) {
  .grid_holder.service-grid > .col.span_1_of_4 {
    width: calc(50% - 30px);
    margin: 15px 15px 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .grid_holder.service-grid > .col.span_1_of_4 {
    width: calc(33.33% - 30px);
    margin: 15px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .team-grid .grid_holder .col.span_1_of_4 {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
  }
  .column-swap .vc_row.wpb_row.vc_row-fluid:nth-child(odd) .vc_column:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .column-swap .vc_row.wpb_row.vc_row-fluid:nth-child(odd) .vc_column:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 2;
  }
  .column-swap.vc_row:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-swap.vc_row:nth-child(odd) .wpb_column:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .column-swap.vc_row:nth-child(odd) .wpb_column:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .case-study .wpb_wrapper > .vc_row {
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .case-study a.button.btn_no_bgr.btn_small {
    margin-bottom: 0px;
  }
}
.section-header__with-link.vc_row.vc_row-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80% 20%;
  grid-template-columns: 80% 20%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-header__with-link .text-align-right {
  width: 100%;
}
.section-header__with-link a.button.btn_no_bgr.btn_small {
  margin: 0px;
}
.section-header__with-link > div {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #mobile_logo {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .grid_holder.col-2-mobile .col.span_1_of_2 {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 28px;
  }
  .grid_holder.service-grid > .col.span_1_of_4 {
    width: calc(25% - 30px);
  }
}
.wpb_column .wpb_wrapper > h2 {
  margin-bottom: 0px;
}
.vc_row-o-equal-height a.bottom-aligned {
  position: absolute;
  right: 0.7rem;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .vc_row-o-equal-height a.bottom-aligned {
    position: relative;
    padding-left: 0px !important;
    padding-top: 16px;
  }
  .vc_row-o-equal-height a.bottom-aligned.btn_no_bgr.btn_small {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: inherit;
  }
}
.archive .full_container_page_title {
  display: none;
}
@media screen and (min-width: 960px) {
  .vc_col-lg-3.vc_col-has-fill.vc_col-md-6.vc_col-sm-offset-0 {
    width: 225px;
    height: 225px;
    margin: 0 auto;
  }
}
.error404 .full_container_page_title {
  opacity: 0;
}
