html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  background-color: #3B3B3B; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #000; }

p,
li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #F1EFE2; }

span {
  font-family: "Open Sans", sans-serif; }

.page-wrapper {
  position: relative;
  min-height: calc(100vh - 100px); }

.container,
.container-fluid {
  position: relative;
  height: 100%; }

.row,
.col-md-4,
.col-md-5,
.col-md-12 {
  height: 100%; }

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.page-template-page-what-we-do,
.page-template-page-who-are-we,
.page-template-page-portfolio,
.page-template-page-clients,
.hfeed {
  overflow-y: scroll; }

.page-template-page-landing .footer,
.page-template-page-about .footer {
  display: none; }

.primary-color {
  color: #F1EFE2; }

.secondary-color {
  color: #84E3E1; }

@media (max-width: 812px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 1600px) {
  .container {
    width: 1280px; } }
.navigation-header {
  position: fixed;
  width: 100%;
  height: 70px;
  display: block;
  background-color: #f1efe2;
  z-index: 10;
  padding: 0 0 0 0;
  border-bottom: 1px dashed #DDD; }

.navbar-default {
  background: transparent; }

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

.navbar-nav {
  display: block;
  float: right;
  padding-top: 9px; }
  .navbar-nav li {
    padding-bottom: 11px;
    padding-left: 5px; }
    .navbar-nav li a {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.87); }
    .navbar-nav li a:hover {
      background: transparent;
      color: #00928f;
      cursor: pointer; }
    .navbar-nav li .dropdown-menu {
      min-width: 300px;
      background-color: #f1efe2;
      box-shadow: none;
      padding: 12px 0;
      margin-top: -7px;
      border: none;
      border-radius: 0; }
      .navbar-nav li .dropdown-menu li {
        text-transform: capitalize;
        padding-bottom: 1px;
        margin-left: 0px;
        padding: 3px 3px; }
        .navbar-nav li .dropdown-menu li a {
          line-height: 1.9; }

.dropdown-menu .active a:hover {
  color: #00928F;
  text-decoration: none;
  background: transparent; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: transparent;
  color: #00928F; }

.navbar-default .navbar-nav > .active > a {
  color: #00928F;
  font-weight: 700; }

.nav li a:hover, .nav li a:focus {
  text-decoration: none;
  background: transparent; }
.nav .active a {
  background: transparent;
  color: #00928F !important; }
.nav .active .dropdown-menu a {
  color: #444; }
.nav .active .dropdown-menu a:hover {
  color: #00928F; }
.nav .active .dropdown-menu li.active a {
  color: #00928F; }
.nav .open a:focus {
  background: transparent;
  color: #00928F; }

.navbar-default .navbar-toggle {
  margin-right: 0;
  margin-top: 18px;
  background-color: #F1EFE2;
  border: none;
  border-left: 1px solid #BBB;
  border-radius: 0;
  padding: 4px 20px 4px 20px; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent; }

@media (min-width: 1200px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; } }
@media (max-width: 812px) {
  .navigation-header {
    height: 60px; }
    .navigation-header .container-fluid {
      padding-left: 0;
      padding-right: 0; }
    .navigation-header .navbar-collapse {
      text-align: center; }
    .navigation-header .navbar-default {
      background-color: #F1EFE2;
      padding-bottom: 5px; }
    .navigation-header .col-md-10 {
      background-color: #F1EFE2; }

  .navbar-nav {
    padding-bottom: 20px;
    padding-left: 0;
    float: none !important; }
    .navbar-nav li {
      padding-bottom: 0; }
      .navbar-nav li a {
        line-height: 1.8; }
      .navbar-nav li .dropdown-menu {
        min-width: 100%;
        box-shadow: none; }

  .open .dropdown-menu li {
    margin-left: 0 !important; }
    .open .dropdown-menu li a {
      line-height: 1.8 !important;
      text-align: center;
      color: rgba(0, 0, 0, 0.87);
      padding-left: 15px !important; }

  .navbar-toggle .icon-bar {
    transition: all 0.2s; }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggle .middle-bar {
    opacity: 0; }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0); }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1; }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0); } }
@media (min-width: 768px) and (max-width: 992px) {
  .navigation-header {
    background-color: #F1EFE2;
    height: 60px; }
    .navigation-header .col-md-10 {
      background-color: #F1EFE2; }
    .navigation-header .navbar-nav {
      padding-top: 6px;
      float: right; }
      .navigation-header .navbar-nav li {
        padding-left: 0; }
        .navigation-header .navbar-nav li a {
          font-size: 14px; }
        .navigation-header .navbar-nav li .dropdown-menu {
          min-width: 100%; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    padding-bottom: 20px; }

  .navbar-nav > li {
    float: none;
    padding-left: 0; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
.logo img {
  margin-left: 20px;
  margin-top: 15px; }

@media (max-width: 992px) {
  .logo {
    margin-left: 15px; }
    .logo img {
      margin-top: 10px;
      margin-left: 5px; } }
@media (min-width: 993px) and (max-width: 1200px) {
  .logo img {
    margin-top: 14px;
    margin-left: 5px; } }
.slider {
  background-image: url("../assets/pattern-bg.png"); }
  .slider .cicular-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; }
  .slider .slider-content {
    display: grid;
    position: relative;
    grid-template-columns: 5% 45% 45% 5%;
    align-items: center;
    justify-content: center; }
  .slider .swipe {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .slider .swipe .icon-angle-left,
    .slider .swipe .icon-angle-right {
      font-size: 32px; }
    .slider .swipe :hover {
      opacity: 0.6; }
  .slider [class^="icon-"]:before, .slider [class*=" icon-"]:before {
    margin-left: 0; }
  .slider .carousel {
    position: relative;
    height: 100vh;
    width: 100%; }
    .slider .carousel .carousel-indicators {
      margin-left: 20%; }
      .slider .carousel .carousel-indicators li {
        width: 12px;
        height: 12px;
        border: 1px solid #707070;
        margin: 0 4px; }
      .slider .carousel .carousel-indicators .active {
        background-color: #84E3E1;
        border: none; }
    .slider .carousel .carousel-inner .carousel-caption {
      display: grid;
      position: relative;
      align-items: center;
      justify-content: center;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      text-shadow: none;
      text-decoration: none;
      height: 100vh;
      padding-top: 0;
      padding-bottom: 0; }
      .slider .carousel .carousel-inner .carousel-caption a {
        text-decoration: none; }
      .slider .carousel .carousel-inner .carousel-caption a:hover .caption-title {
        color: #F1EFE2;
        text-decoration: underline; }
      .slider .carousel .carousel-inner .carousel-caption .caption-title {
        font-size: 44px;
        font-weight: 400;
        text-transform: uppercase;
        color: #84E3E1;
        letter-spacing: 2px;
        text-align: left; }

@media (min-width: 1600px) {
  .slider .carousel .carousel-inner .carousel-caption .caption-title {
    font-size: 52px; } }
@media (max-width: 812px) {
  .slider .slider-content {
    grid-template-columns: 8% 84% 8%; }
  .slider .swipe .icon-angle-left,
  .slider .swipe .icon-angle-right {
    font-size: 24px; }
  .slider .cicular-image {
    display: none; }
  .slider .carousel .carousel-indicators {
    margin-left: -30%; }
  .slider .carousel .carousel-inner .carousel-caption .caption-title {
    font-size: 24px; } }
.about-section {
  position: relative; }
  .about-section img {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover; }
  .about-section .about-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 120px 10% 6% 10%; }
    .about-section .about-content h1 {
      font-size: 30px;
      font-weight: 400;
      color: #84E3E1;
      text-align: left;
      text-transform: uppercase; }
    .about-section .about-content h2,
    .about-section .about-content h3,
    .about-section .about-content h4,
    .about-section .about-content h5,
    .about-section .about-content h6 {
      font-weight: 400;
      color: #84E3E1; }
    .about-section .about-content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8;
      margin: 15px 0; }
    .about-section .about-content ul {
      list-style: none;
      padding-inline-start: 0px; }
    .about-section .about-content li {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8; }
    .about-section .about-content .padding-left-35 {
      padding-left: 35px; }
    .about-section .about-content .padding-left-70 {
      padding-left: 70px; }
    .about-section .about-content .padding-bottom {
      padding-bottom: 0; }
    .about-section .about-content .margin-bottom {
      margin-bottom: 0; }

@media (max-width: 812px) {
  .about-section {
    padding-top: 60px;
    padding-bottom: 10px; }
    .about-section .about-content {
      display: block;
      min-height: auto;
      margin-top: 0;
      padding: 10px 0; }
      .about-section .about-content h1 {
        font-size: 22px; }
      .about-section .about-content ul {
        margin-top: 0;
        padding-bottom: 0; }
      .about-section .about-content p,
      .about-section .about-content li {
        font-size: 15px; }
      .about-section .about-content li {
        padding-bottom: 0; }
      .about-section .about-content .padding-left-35 {
        padding-left: 25px; }
      .about-section .about-content .padding-left-70 {
        padding-left: 50px; } }
@media (min-width: 813px) and (max-width: 1024px) {
  .about-section .about-content {
    display: block;
    min-height: auto; }
    .about-section .about-content p,
    .about-section .about-content ul,
    .about-section .about-content li {
      padding-bottom: 10px; } }
.who-are-we-section-one {
  padding-top: 120px; }
  .who-are-we-section-one .content {
    padding: 0 0% 35px 0; }
    .who-are-we-section-one .content h1 {
      font-size: 32px;
      font-weight: 400;
      color: #84E3E1;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 40px; }
    .who-are-we-section-one .content h2,
    .who-are-we-section-one .content h3 {
      font-size: 20px;
      font-weight: 400;
      color: #84E3E1; }
    .who-are-we-section-one .content h4,
    .who-are-we-section-one .content h5,
    .who-are-we-section-one .content h6 {
      font-size: 20px;
      font-weight: 400;
      color: #84E3E1; }
    .who-are-we-section-one .content p {
      font-size: 16px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9;
      text-align: left;
      padding-bottom: 15px; }
    .who-are-we-section-one .content ul {
      padding-bottom: 15px; }
    .who-are-we-section-one .content li {
      font-size: 16px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9; }
    .who-are-we-section-one .content a {
      text-decoration: underline;
      color: #F1EFE2; }

.who-are-we-section-two hr {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  border-top: 1px dashed #000; }

.who-are-we-section-three {
  padding-top: 30px;
  padding-bottom: 40px; }
  .who-are-we-section-three h2 {
    font-size: 24px;
    font-weight: 400;
    color: #F1EFE2;
    text-align: left;
    text-transform: uppercase; }
  .who-are-we-section-three .panel-group {
    padding-top: 10px; }
  .who-are-we-section-three .panel {
    padding: 2px 30px;
    background-color: #393838;
    margin-bottom: 8px; }
    .who-are-we-section-three .panel .panel-title {
      font-size: 16px;
      font-weight: 400;
      text-align: left; }
      .who-are-we-section-three .panel .panel-title a {
        text-decoration: none; }
    .who-are-we-section-three .panel .panel-body {
      padding: 5px 40px 30px 40px;
      text-align: left; }
      .who-are-we-section-three .panel .panel-body p {
        font-size: 15px;
        line-height: 26px;
        margin: 0; }
  .who-are-we-section-three .panel:nth-child(odd) .panel-title a {
    color: #84E3E1; }
  .who-are-we-section-three .panel:nth-child(odd) .panel-body p {
    color: #84E3E1; }
  .who-are-we-section-three .panel:nth-child(even) .panel-title a {
    color: #F1EFE2; }
  .who-are-we-section-three .panel:nth-child(even) .panel-body p {
    color: #F1EFE2; }
  .who-are-we-section-three .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'fontello';
    content: "\f106";
    font-size: 20px;
    font-weight: 300;
    float: right;
    color: #999; }
  .who-are-we-section-three .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
    font-size: 20px;
    font-weight: 300; }
  .who-are-we-section-three .content {
    padding-top: 20px; }
    .who-are-we-section-three .content p {
      font-size: 16px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9;
      text-align: left;
      padding-bottom: 15px; }

@media (max-width: 812px) {
  .who-are-we-section-one {
    padding-top: 60px; }
    .who-are-we-section-one .content {
      padding: 10px 0; }
      .who-are-we-section-one .content h1 {
        font-size: 22px;
        padding: 0;
        margin-bottom: 0; }
      .who-are-we-section-one .content p {
        font-size: 15px; }
      .who-are-we-section-one .content li {
        font-size: 15px; }

  .who-are-we-section-two hr {
    margin-bottom: 0; }

  .who-are-we-section-three {
    padding-top: 20px;
    padding-bottom: 30px; }
    .who-are-we-section-three h2 {
      font-size: 20px; }
    .who-are-we-section-three .panel-group {
      padding-top: 10px; }
    .who-are-we-section-three .panel {
      padding: 2px 15px; }
      .who-are-we-section-three .panel .panel-title {
        font-size: 15px; }
      .who-are-we-section-three .panel .panel-body {
        padding: 5px 0px 30px 0px; }
        .who-are-we-section-three .panel .panel-body p {
          font-size: 14px; }
    .who-are-we-section-three .content {
      padding-top: 10px; }
      .who-are-we-section-three .content p {
        font-size: 15px; } }
@media (min-width: 813px) and (max-width: 1024px) {
  .who-are-we-section-one .content {
    padding: 0 0 40px 0; } }
.portfolio-section {
  padding-top: 100px;
  padding-bottom: 40px; }
  .portfolio-section h1 {
    font-size: 32px;
    font-weight: 400;
    color: #84E3E1;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5%;
    margin-bottom: 40px; }
  .portfolio-section .tabs {
    padding-top: 20px; }
    .portfolio-section .tabs .circle-image {
      margin-bottom: 8px; }
      .portfolio-section .tabs .circle-image img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #3B3B3B; }
  .portfolio-section .portfolio-grid-row-item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    width: 100%;
    height: 100%;
    margin-bottom: 40px; }
    .portfolio-section .portfolio-grid-row-item .grid-inner {
      display: flex;
      align-items: stretch; }
  .portfolio-section .row-content-container {
    display: flex;
    align-items: center;
    min-height: 280px;
    padding: 0px 5%;
    background-color: #393838;
    width: 100%; }
  .portfolio-section .row-content {
    padding: 30px 30px 10px 30px; }
    .portfolio-section .row-content h2 {
      font-size: 20px;
      font-weight: 600;
      color: #F1EFE2;
      margin: 0;
      padding-bottom: 10px;
      max-width: 80%; }
    .portfolio-section .row-content p {
      font-size: 14px;
      font-weight: 400;
      color: #CCC;
      line-height: 1.9; }
    .portfolio-section .row-content ul {
      padding-inline-start: 20px; }
    .portfolio-section .row-content li {
      font-size: 14px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9; }
    .portfolio-section .row-content a {
      text-decoration: none;
      color: #84E3E1; }
  .portfolio-section .row-image-container {
    min-height: 280px;
    width: 100%;
    overflow: hidden;
    background-color: #F1EFE2;
    position: relative; }
    .portfolio-section .row-image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .portfolio-section .row-image-container .overlay-middle {
      transition: .1s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center; }
    .portfolio-section .row-image-container .text {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      color: #000;
      padding: 16px 32px; }
  .portfolio-section .row-image-container:hover img {
    opacity: 0.3; }
  .portfolio-section .row-image-container:hover .overlay-middle {
    opacity: 1; }
  .portfolio-section .open-gallery-btn {
    display: flex;
    align-items: center; }
    .portfolio-section .open-gallery-btn a {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #84E3E1; }
    .portfolio-section .open-gallery-btn .icon-angle-right {
      font-size: 20px;
      color: #84E3E1; }

@media (max-width: 812px) {
  .portfolio-section {
    padding-top: 60px;
    padding-bottom: 0; }
    .portfolio-section h1 {
      font-size: 22px;
      margin-bottom: 0;
      padding: 10px 0; }
    .portfolio-section .tabs .circle-image {
      display: none; }
    .portfolio-section .portfolio-grid-row-item {
      grid-template-columns: repeat(1, 1fr); }
    .portfolio-section .row-content-container {
      height: auto; }
    .portfolio-section .row-content {
      padding: 25px 15px 10px 15px; }
      .portfolio-section .row-content h2 {
        font-size: 17px;
        max-width: 100%; }
    .portfolio-section .row-image-container {
      min-height: 150px; }
      .portfolio-section .row-image-container img {
        height: 150px; }
    .portfolio-section .open-gallery-btn a {
      font-size: 14px; }
    .portfolio-section .open-gallery-btn .icon-angle-right {
      font-size: 18px; } }
.gallery-lightbox-container a[title="Upgrade to Pro"] {
  display: none !important; }

.blueimp-gallery .indicator li {
  height: 50px !important;
  width: 50px !important;
  background-size: 100%; }
  .blueimp-gallery .indicator li .active {
    opacity: 1 !important; }
.blueimp-gallery .indicator li:hover:after {
  display: none !important; }
.blueimp-gallery .prev,
.blueimp-gallery .next {
  border: none;
  height: 44px;
  width: 44px;
  line-height: 34px;
  font-size: 32px;
  background: transparent; }

@media (max-width: 812px) {
  .blueimp-gallery .indicator li {
    height: 20px !important;
    width: 20px !important; }
  .blueimp-gallery .indicator li:hover:after {
    display: none !important; }
  .blueimp-gallery .close {
    border: 0px solid #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 24px; }
  .blueimp-gallery .play-pause {
    display: none; } }
.who-we-do-section {
  padding-top: 120px; }
  .who-we-do-section .content {
    padding: 0 8% 60px 8%; }
    .who-we-do-section .content h1 {
      font-size: 32px;
      font-weight: 400;
      color: #84E3E1;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 40px; }
    .who-we-do-section .content p {
      font-size: 16px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9;
      text-align: left; }
    .who-we-do-section .content li {
      font-size: 16px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9; }
    .who-we-do-section .content a {
      text-decoration: underline;
      color: #F1EFE2; }
  .who-we-do-section .tabs .circle-image {
    margin-bottom: 8px; }
    .who-we-do-section .tabs .circle-image img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #3B3B3B; }
  .who-we-do-section .grid-row-item {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    height: 100%;
    margin-bottom: 80px; }
    .who-we-do-section .grid-row-item .grid-inner {
      display: flex;
      align-items: stretch; }
  .who-we-do-section .row-content-container {
    display: flex;
    align-items: center;
    min-height: 440px;
    padding: 0px 5%;
    background-color: #393838;
    width: 100%; }
  .who-we-do-section .row-content {
    padding: 60px 60px 50px 60px; }
    .who-we-do-section .row-content h2 {
      font-size: 24px;
      font-weight: 600;
      color: #F1EFE2;
      margin: 0;
      padding-bottom: 10px; }
    .who-we-do-section .row-content p {
      font-size: 15px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9; }
    .who-we-do-section .row-content ul {
      padding-inline-start: 20px; }
    .who-we-do-section .row-content li {
      font-size: 15px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9; }
    .who-we-do-section .row-content a {
      text-decoration: none;
      color: #84E3E1; }
  .who-we-do-section .row-image-container {
    min-height: 440px;
    width: 100%;
    overflow: hidden;
    background-color: #393838; }
    .who-we-do-section .row-image-container img {
      width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .who-we-do-section .learn-more-btn {
    display: flex;
    align-items: center; }
    .who-we-do-section .learn-more-btn a {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #84E3E1; }
    .who-we-do-section .learn-more-btn .icon-angle-right {
      font-size: 20px;
      color: #84E3E1; }

@media (max-width: 812px) {
  .who-we-do-section {
    padding-top: 60px; }
    .who-we-do-section .content {
      padding: 10px 0; }
      .who-we-do-section .content h1 {
        font-size: 22px;
        padding: 0;
        margin-bottom: 0; }
      .who-we-do-section .content p {
        font-size: 15px; }
      .who-we-do-section .content ul {
        padding-bottom: 30px; }
      .who-we-do-section .content li {
        font-size: 15px; }
    .who-we-do-section .tabs .circle-image {
      display: none; }
    .who-we-do-section .grid-row-item {
      display: grid;
      grid-template-columns: 100%;
      margin-bottom: 30px; }
      .who-we-do-section .grid-row-item .mobile-2 {
        order: 2; }
      .who-we-do-section .grid-row-item .mobile-1 {
        order: 1; }
    .who-we-do-section .row-content-container {
      min-height: auto; }
    .who-we-do-section .row-content {
      padding: 25px 15px 10px 15px; }
      .who-we-do-section .row-content h2 {
        font-size: 20px; }
    .who-we-do-section .row-image-container {
      min-height: 180px; }
      .who-we-do-section .row-image-container img {
        min-height: 180px; }
    .who-we-do-section .learn-more-btn a {
      font-size: 14px; }
    .who-we-do-section .learn-more-btn .icon-angle-right {
      font-size: 18px; } }
@media (min-width: 813px) and (max-width: 1024px) {
  .who-we-do-section .content {
    padding: 0 0 40px 0; } }
.clients-section {
  padding-top: 100px; }
  .clients-section h1 {
    font-size: 32px;
    font-weight: 400;
    color: #84E3E1;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5%;
    margin-bottom: 40px; }
  .clients-section .client-logos {
    padding-top: 10px; }
    .clients-section .client-logos h2 {
      font-size: 24px;
      font-weight: 400;
      color: #F1EFE2;
      text-align: center;
      text-transform: uppercase; }
  .clients-section .client-logos-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    justify-items: center;
    margin-top: 60px;
    margin-bottom: 60px; }
  .clients-section hr {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #000; }
  .clients-section .client-testimonials {
    padding-top: 10px;
    padding-bottom: 50px; }
    .clients-section .client-testimonials .tfree-testimonial-title {
      margin: 8px 0px 24px 0px; }
      .clients-section .client-testimonials .tfree-testimonial-title h3 {
        color: #F1EFE2 !important;
        font-weight: 400; }
    .clients-section .client-testimonials .tfree-client-testimonial {
      margin: 0px 0px 0px 0px;
      padding: 0 60px; }
      .clients-section .client-testimonials .tfree-client-testimonial p {
        font-size: 15px; }
      .clients-section .client-testimonials .tfree-client-testimonial .tfree-testimonial-content {
        display: none; }
    .clients-section .client-testimonials .tfree-client-name {
      font-size: 14px !important;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8) !important; }
    .clients-section .client-testimonials .tfree-client-designation {
      font-size: 14px !important;
      font-weight: 400;
      font-style: italic;
      color: rgba(255, 255, 255, 0.8) !important; }
    .clients-section .client-testimonials .fa-angle-left,
    .clients-section .client-testimonials .fa-angle-right {
      font-size: 30px; }

@media (max-width: 812px) {
  .clients-section {
    padding-top: 60px; }
    .clients-section h1 {
      font-size: 22px;
      padding: 0;
      margin-bottom: 0; }
    .clients-section .client-logos-list {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 25px;
      margin-top: 40px;
      margin-bottom: 40px; }
    .clients-section .client-testimonials {
      padding-bottom: 40px; }
      .clients-section .client-testimonials h2 {
        font-size: 20px; }
      .clients-section .client-testimonials .tfree-testimonial-title {
        margin: 16px 0px 16px 0px; }
        .clients-section .client-testimonials .tfree-testimonial-title h3 {
          font-size: 18px; }
      .clients-section .client-testimonials .tfree-client-testimonial {
        margin: 0px 0px 0px 0px;
        padding: 0; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .clients-section .client-logos-list {
    grid-template-columns: repeat(3, 1fr); } }
.contact-section {
  position: relative; }
  .contact-section .contact-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 90vh;
    text-align: left;
    padding: 120px 10% 6% 10%; }
    .contact-section .contact-content h1 {
      font-size: 30px;
      font-weight: 400;
      color: #84E3E1;
      text-align: left;
      text-transform: uppercase; }
    .contact-section .contact-content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8;
      padding-bottom: 15px; }
    .contact-section .contact-content ul {
      padding-bottom: 15px; }
    .contact-section .contact-content li {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8;
      padding-bottom: 5px; }
    .contact-section .contact-content hr {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
      border-top: 1px dashed #000; }
  .contact-section .contact-details {
    padding-bottom: 15px; }
    .contact-section .contact-details h2 {
      font-size: 20px;
      font-weight: 400;
      color: #F1EFE2;
      text-transform: uppercase; }
    .contact-section .contact-details .contact-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px 40px; }
      .contact-section .contact-details .contact-list .contact-item .number {
        display: flex;
        align-items: center; }
        .contact-section .contact-details .contact-list .contact-item .number p {
          padding-bottom: 0;
          margin: 10px; }
        .contact-section .contact-details .contact-list .contact-item .number img {
          width: 24px;
          height: 24px;
          margin-right: 0px; }
      .contact-section .contact-details .contact-list .contact-item .email {
        display: flex;
        align-items: center; }
        .contact-section .contact-details .contact-list .contact-item .email p {
          color: #84E3E1;
          padding-bottom: 0;
          margin: 10px; }
        .contact-section .contact-details .contact-list .contact-item .email img {
          width: 24px;
          height: 24px;
          margin-right: 6px; }
  .contact-section .social-media-details ul {
    text-align: left; }
  .contact-section .social-media-details h2 {
    font-size: 20px;
    font-weight: 400;
    color: #F1EFE2;
    text-transform: uppercase; }
  .contact-section .social-media-details .social-media-links .icon-facebook,
  .contact-section .social-media-details .social-media-links .icon-twitter,
  .contact-section .social-media-details .social-media-links .icon-instagram {
    font-size: 24px; }

@media (max-width: 812px) {
  .contact-section {
    padding-top: 60px;
    padding-bottom: 10px; }
    .contact-section .contact-content {
      display: block;
      min-height: auto;
      margin-top: 0;
      padding: 10px 0; }
      .contact-section .contact-content h1 {
        font-size: 22px; }
      .contact-section .contact-content ul {
        margin-top: 0;
        padding-bottom: 0; }
      .contact-section .contact-content p,
      .contact-section .contact-content li {
        font-size: 15px; }
      .contact-section .contact-content li {
        padding-bottom: 0; }
    .contact-section .contact-details {
      padding-bottom: 0px; }
      .contact-section .contact-details h2 {
        font-size: 18px; }
      .contact-section .contact-details .contact-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        margin-top: 0px; }
        .contact-section .contact-details .contact-list .contact-item .number img {
          width: 18px;
          height: 18px; }
        .contact-section .contact-details .contact-list .contact-item .email img {
          width: 18px;
          height: 18px;
          margin-right: 3px; }
    .contact-section .social-media-details h2 {
      font-size: 18px; }
    .contact-section .social-media-details .social-media-links .icon-facebook,
    .contact-section .social-media-details .social-media-links .icon-twitter,
    .contact-section .social-media-details .social-media-links .icon-instagram {
      font-size: 20px; } }
@media (min-width: 813px) and (max-width: 1024px) {
  .contact-section .contact-content {
    display: block;
    min-height: auto; } }
.blog-list-section {
  padding-top: 100px;
  padding-bottom: 60px;
  padding-right: 2%;
  padding-left: 2%; }
  .blog-list-section h1 {
    font-size: 32px;
    font-weight: 400;
    color: #84E3E1;
    text-transform: uppercase;
    text-align: center; }

.flex-primary {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 20px;
  margin-top: 50px; }
  .flex-primary .flex-col {
    width: 100%; }

.primary-blog-post-container {
  background-color: #F1EFE2;
  height: 100%; }
  .primary-blog-post-container a {
    text-decoration: none; }
  .primary-blog-post-container .entry-content {
    display: flex; }
    .primary-blog-post-container .entry-content .post-image {
      position: relative;
      flex: 6; }
      .primary-blog-post-container .entry-content .post-image img {
        width: 100%;
        height: 440px;
        object-fit: cover;
        opacity: 1;
        transition: .1s ease;
        backface-visibility: hidden; }
      .primary-blog-post-container .entry-content .post-image .overlay-middle {
        transition: .1s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center; }
      .primary-blog-post-container .entry-content .post-image .text {
        font-size: 13px;
        font-weight: 600;
        color: #000;
        padding: 16px 32px; }
    .primary-blog-post-container .entry-content .post-image:hover img {
      opacity: 0.3; }
    .primary-blog-post-container .entry-content .post-image:hover .overlay-middle {
      opacity: 1; }
    .primary-blog-post-container .entry-content .post-summary {
      flex: 3;
      height: 440px;
      padding: 8% 5%; }
      .primary-blog-post-container .entry-content .post-summary .meta-data {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 20px; }
      .primary-blog-post-container .entry-content .post-summary hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 1px dashed #000; }
      .primary-blog-post-container .entry-content .post-summary h2 {
        font-size: 32px;
        font-weight: 700;
        color: #000;
        margin-top: 20px;
        margin-bottom: 20px; }
      .primary-blog-post-container .entry-content .post-summary p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.7;
        color: rgba(0, 0, 0, 0.87);
        margin-top: 0;
        margin-bottom: 10px; }

.flex-secondary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  .flex-secondary .flex-col {
    width: 100%; }

.secondary-blog-post-container {
  height: 100%;
  background-color: #F1EFE2; }
  .secondary-blog-post-container a {
    text-decoration: none; }
  .secondary-blog-post-container .entry-content .post-image {
    position: relative; }
    .secondary-blog-post-container .entry-content .post-image img {
      width: 100%;
      max-height: 250px;
      object-fit: cover;
      opacity: 1;
      transition: .1s ease;
      backface-visibility: hidden; }
    .secondary-blog-post-container .entry-content .post-image .overlay-middle {
      transition: .1s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center; }
    .secondary-blog-post-container .entry-content .post-image .text {
      font-size: 13px;
      font-weight: 600;
      color: #000;
      padding: 16px 32px; }
  .secondary-blog-post-container .entry-content .post-image:hover img {
    opacity: 0.3; }
  .secondary-blog-post-container .entry-content .post-image:hover .overlay-middle {
    opacity: 1; }
  .secondary-blog-post-container .entry-content .post-summary {
    padding: 15px 30px 10px 20px; }
    .secondary-blog-post-container .entry-content .post-summary .meta-data {
      display: block;
      font-size: 13px;
      color: #000;
      margin-bottom: 12px; }
    .secondary-blog-post-container .entry-content .post-summary hr {
      margin-top: 10px;
      margin-bottom: 10px;
      border-top: 1px dashed #000; }
    .secondary-blog-post-container .entry-content .post-summary h3 {
      font-size: 22px;
      font-weight: 700;
      color: #000;
      margin-top: 15px;
      margin-bottom: 15px; }
    .secondary-blog-post-container .entry-content .post-summary p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.7;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 10px; }

@media (min-width: 1600px) {
  .primary-blog-post-container .entry-content .post-image img {
    height: 520px;
    object-fit: cover; }
  .primary-blog-post-container .entry-content .post-summary {
    height: 520px; }
    .primary-blog-post-container .entry-content .post-summary h2 {
      font-size: 36px;
      margin-bottom: 30px; }
    .primary-blog-post-container .entry-content .post-summary p {
      font-size: 16px; } }
@media (max-width: 812px) {
  .blog-list-section {
    padding-top: 60px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0; }
    .blog-list-section h1 {
      font-size: 22px;
      padding: 10px 0; }

  .flex-primary {
    margin-top: 15px; }

  .primary-blog-post-container .entry-content {
    display: initial; }
    .primary-blog-post-container .entry-content .post-image img {
      height: 250px; }
    .primary-blog-post-container .entry-content .post-summary {
      height: auto;
      padding: 22px 7%; }
      .primary-blog-post-container .entry-content .post-summary .meta-data {
        font-size: 13px;
        padding: 3px 6x; }
      .primary-blog-post-container .entry-content .post-summary h2 {
        font-size: 1.5em;
        margin-bottom: 20px; }
      .primary-blog-post-container .entry-content .post-summary p {
        font-size: 1em; }

  .flex-secondary {
    grid-template-columns: repeat(1, 1fr); }

  .secondary-blog-post-container {
    height: 100%; }
    .secondary-blog-post-container a {
      text-decoration: none; }
    .secondary-blog-post-container .entry-content .post-image img {
      height: 175px; }
    .secondary-blog-post-container .entry-content .post-summary {
      padding: 12px 7%; }
      .secondary-blog-post-container .entry-content .post-summary h3 {
        font-size: 1.4em; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-secondary {
    grid-template-columns: repeat(2, 1fr); }

  .primary-blog-post-container .entry-content .post-image img {
    height: 300px; }

  .secondary-blog-post-container .entry-content .post-image img {
    max-height: 300px; }
  .secondary-blog-post-container .entry-content .post-summary {
    padding: 20px 3%; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .flex-secondary {
    grid-template-columns: repeat(2, 1fr); } }
.featured-image .image-container img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  background-color: #393838; }

.blog-post-section {
  padding-top: 80px;
  padding-bottom: 60px; }

.blog-post-content {
  text-align: left; }
  .blog-post-content .blog-post-title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
    .blog-post-content .blog-post-title h1 {
      font-size: 32px;
      font-weight: 400;
      color: #84E3E1; }
  .blog-post-content .blog-post-meta-data {
    display: block;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 40px; }
    .blog-post-content .blog-post-meta-data span {
      font-size: 14px;
      font-weight: 400;
      color: #AAA; }
  .blog-post-content .content {
    padding-top: 30px; }
    .blog-post-content .content h2,
    .blog-post-content .content h3 {
      font-size: 24px;
      font-weight: 400;
      color: #84E3E1;
      margin: 50px 0; }
    .blog-post-content .content h4,
    .blog-post-content .content h5,
    .blog-post-content .content h6 {
      font-size: 20px;
      font-weight: 400;
      color: #84E3E1;
      margin: 50px 0; }
    .blog-post-content .content p {
      font-size: 16px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9;
      text-align: left;
      padding-bottom: 15px; }
    .blog-post-content .content ul {
      padding-bottom: 15px; }
    .blog-post-content .content li {
      font-size: 16px;
      font-weight: 400;
      color: #F1EFE2;
      line-height: 1.9; }
    .blog-post-content .content a {
      text-decoration: underline;
      color: #84E3E1; }
    .blog-post-content .content .gallery {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 20px; }
  .blog-post-content .wp-block-embed iframe {
    width: 100%;
    height: 500px; }

.single-gallery .blog-post-meta-data {
  display: none; }

@media (max-width: 812px) {
  .featured-image .image-container img {
    height: 200px; }

  .blog-post-section {
    padding-top: 60px;
    padding-bottom: 0; }

  .blog-post-content .blog-post-title {
    padding-top: 10px;
    padding-bottom: 10px; }
    .blog-post-content .blog-post-title h1 {
      font-size: 26px; }
  .blog-post-content .content {
    padding-top: 20px; }
    .blog-post-content .content h2,
    .blog-post-content .content h3 {
      font-size: 20px;
      margin: 40px 0; }
    .blog-post-content .content h4,
    .blog-post-content .content h5,
    .blog-post-content .content h6 {
      font-size: 18px;
      margin: 40px 0; }
    .blog-post-content .content p {
      font-size: 15px; }
    .blog-post-content .content li {
      font-size: 15px; }
  .blog-post-content .wp-block-image img {
    max-height: 200px;
    object-fit: cover; }
  .blog-post-content .wp-block-embed iframe {
    max-height: 200px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .featured-image .image-container img {
    height: 350px; }

  .blog-post-content .wp-block-image img {
    max-height: 350px;
    object-fit: cover; }
  .blog-post-content .wp-block-embed iframe {
    max-height: 350px; } }
.default-page-section {
  padding-top: 100px;
  padding-bottom: 60px; }

.default-post-content {
  text-align: left; }
  .default-post-content .default-post-title h1 {
    font-size: 32px;
    font-weight: 400;
    color: #84E3E1;
    text-transform: uppercase; }
  .default-post-content .content h2,
  .default-post-content .content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #84E3E1; }
  .default-post-content .content h4,
  .default-post-content .content h5,
  .default-post-content .content h6 {
    font-size: 20px;
    font-weight: 400;
    color: #84E3E1; }
  .default-post-content .content p {
    font-size: 16px;
    font-weight: 400;
    color: #F1EFE2;
    line-height: 1.9;
    text-align: left;
    padding-bottom: 15px; }
  .default-post-content .content ul {
    padding-bottom: 15px; }
  .default-post-content .content li {
    font-size: 16px;
    font-weight: 400;
    color: #F1EFE2;
    line-height: 1.9; }
  .default-post-content .content a {
    text-decoration: underline;
    color: #F1EFE2; }

@media (max-width: 812px) {
  .default-page-section {
    padding-top: 60px;
    padding-bottom: 0; }

  .default-post-content .default-post-title h1 {
    font-size: 26px; }
  .default-post-content .content h2,
  .default-post-content .content h3 {
    font-size: 20px; }
  .default-post-content .content h4,
  .default-post-content .content h5,
  .default-post-content .content h6 {
    font-size: 18px; }
  .default-post-content .content p {
    font-size: 15px; }
  .default-post-content .content li {
    font-size: 15px; } }
.error404 .page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }

.page-404-section .helpful-message {
  text-align: center;
  padding-top: 40px; }
  .page-404-section .helpful-message h1 {
    font-size: 6.1vh;
    font-weight: 400;
    color: #84E3E1; }
  .page-404-section .helpful-message hr {
    width: 70%;
    border-top: 1px dashed #000; }
  .page-404-section .helpful-message p {
    font-size: 17px;
    font-weight: 400;
    color: #F1EFE2;
    line-height: 1.9;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  .page-404-section .helpful-message ul {
    list-style: none;
    padding-left: 0; }
    .page-404-section .helpful-message ul li {
      font-size: 17px;
      line-height: 1.9; }
      .page-404-section .helpful-message ul li a {
        color: #f1efe2;
        text-decoration: underline; }

@media (max-width: 812px) {
  .error404 .page-wrapper {
    display: block;
    height: auto; }

  .page-404-section .helpful-message {
    padding-top: 100px;
    padding-bottom: 40px; }
    .page-404-section .helpful-message h1 {
      font-size: 28px; }
    .page-404-section .helpful-message p {
      font-size: 15px; }
    .page-404-section .helpful-message ul li {
      font-size: 15px; } }
.footer {
  width: 100%;
  min-height: 100px;
  background-color: #3B3B3B;
  border-top: 1px dashed #000000; }
  .footer .footer-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    text-align: center; }
    .footer .footer-flex-container p {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.8);
      margin: 0; }

.footer-nav ul {
  display: inline-flex;
  list-style: none;
  padding-right: 20px; }
  .footer-nav ul li {
    font-size: 14px; }
    .footer-nav ul li a {
      color: #84E3E1; }
.footer-nav ul li + li:before {
  content: " | ";
  padding: 0 10px; }

.social-media-links {
  text-align: center;
  margin-top: 12px; }
  .social-media-links ul {
    padding: 0;
    margin: 0; }
    .social-media-links ul li {
      display: inline;
      margin-right: 5px; }
      .social-media-links ul li a:hover {
        text-decoration: none; }
  .social-media-links .icon-facebook,
  .social-media-links .icon-twitter,
  .social-media-links .icon-instagram,
  .social-media-links .icon-youtube {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px; }
  .social-media-links :hover {
    color: #84E3E1; }

@media (max-width: 992px) {
  .footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
    .footer .footer-flex-container {
      display: block;
      height: auto; }

  .social-media-links {
    text-align: center;
    margin-top: 20px; }
    .social-media-links ul li {
      margin-right: 8px; }
    .social-media-links .icon-facebook,
    .social-media-links .icon-twitter,
    .social-media-links .icon-instagram,
    .social-media-links .icon-youtube {
      font-size: 18px; } }

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