@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-Regular.eot");
  src: url("../fonts/WorkSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff"), url("../fonts/WorkSans-Regular.ttf") format("truetype"), url("../fonts/WorkSans-Regular.svg#WorkSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-SemiBold.eot");
  src: url("../fonts/WorkSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/WorkSans-SemiBold.woff") format("woff"), url("../fonts/WorkSans-SemiBold.ttf") format("truetype"), url("../fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-Light.eot");
  src: url("../fonts/WorkSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff"), url("../fonts/WorkSans-Light.ttf") format("truetype"), url("../fonts/WorkSans-Light.svg#WorkSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/WorkSans-Medium.eot");
  src: url("../fonts/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff"), url("../fonts/WorkSans-Medium.ttf") format("truetype"), url("../fonts/WorkSans-Medium.svg#WorkSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

html.lenis, html.lenis body {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

.lenis.lenis-smooth iframe {
  pointer-events: none; }

.site-header #ast-desktop-header .site-navigation .main-header-menu .menu-item .menu-link {
  position: relative;
  transition: all 0.3s ease-in-out; }
  .site-header #ast-desktop-header .site-navigation .main-header-menu .menu-item .menu-link:hover::before {
    background-color: #00AEEF;
    width: calc(100% - 2em); }
  .site-header #ast-desktop-header .site-navigation .main-header-menu .menu-item .menu-link::before {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background-color: transparent;
    position: absolute;
    bottom: 17px;
    left: 1em;
    transition: all 0.3s ease-in-out; }

.site-header #ast-fixed-header .ast-primary-header-bar {
  background-color: rgba(0, 0, 0, 0.2); }
  .site-header #ast-fixed-header .ast-primary-header-bar .main-header-menu .menu-item a {
    color: white; }
  .site-header #ast-fixed-header .ast-primary-header-bar .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: white; }

.site-header #ast-fixed-header .site-navigation .main-header-menu .menu-item .menu-link {
  position: relative;
  transition: all 0.3s ease-in-out; }
  .site-header #ast-fixed-header .site-navigation .main-header-menu .menu-item .menu-link:hover::before {
    background-color: #00AEEF;
    width: calc(100% - 2em); }
  .site-header #ast-fixed-header .site-navigation .main-header-menu .menu-item .menu-link::before {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background-color: transparent;
    position: absolute;
    bottom: 17px;
    left: 1em;
    transition: all 0.3s ease-in-out; }

.site-header #ast-mobile-popup-wrapper .ast-mobile-svg.ast-close-svg {
  width: 32px;
  height: 32px; }

.dgh-Home .site-header #ast-desktop-header .site-navigation .main-header-menu .menu-item .menu-link:hover::before {
  background-color: white; }

.dgh-Home .site-header #ast-fixed-header .site-navigation .main-header-menu .menu-item .menu-link:hover::before {
  background-color: white; }

.dgh-Home .site-header #ast-mobile-header .ast-mobile-svg path {
  fill: white; }

.dgh-footer-column-container .dgh-footer-column-info {
  line-break: anywhere; }

.dgh-Home .site-header #ast-desktop-header {
  width: 100%; }
  .dgh-Home .site-header #ast-desktop-header .site-header-primary-section-right .main-header-menu .menu-item .menu-link {
    color: white; }

.dgh-home-banner-container {
  margin-bottom: -100vh;
  background-color: #fafafa;
  background-image: url("../img/banner_background.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain; }
  @media only screen and (max-width: 1199px) {
    .dgh-home-banner-container {
      margin-bottom: unset; } }
  @media only screen and (max-width: 767px) {
    .dgh-home-banner-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; } }
  @media only screen and (max-width: 300px) {
    .dgh-home-banner-container {
      background-size: cover; } }
  .dgh-home-banner-container .dgh-home-banner-text-container {
    position: sticky;
    top: 0;
    height: 100vh;
    color: white;
    mix-blend-mode: difference;
    z-index: 2; }
    @media only screen and (max-width: 1199px) {
      .dgh-home-banner-container .dgh-home-banner-text-container {
        position: relative;
        height: unset; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .dgh-home-banner-container .dgh-home-banner-text-container {
        padding: 160px 20px; } }
    @media only screen and (max-width: 767px) {
      .dgh-home-banner-container .dgh-home-banner-text-container {
        padding: 120px 20px; } }
    .dgh-home-banner-container .dgh-home-banner-text-container .dgh-home-banner-text-inner-container {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .dgh-home-banner-container .dgh-home-banner-text-container .dgh-home-banner-text-inner-container .dgh-home-banner-text {
        font-weight: 500;
        font-size: Min(8.33333vw, 120px);
        line-height: 120px;
        text-align: center;
        mix-blend-mode: multiply;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .dgh-home-banner-container .dgh-home-banner-text-container .dgh-home-banner-text-inner-container .dgh-home-banner-text {
            padding-bottom: 0; } }
  .dgh-home-banner-container .dgh-home-banner-video-container .dgh-home-banner-video-inner-container {
    position: relative; }
    .dgh-home-banner-container .dgh-home-banner-video-container .dgh-home-banner-video-inner-container::after {
      content: "";
      display: block;
      padding-bottom: 85%; }
    .dgh-home-banner-container .dgh-home-banner-video-container .dgh-home-banner-video-inner-container .dgh-home-banner-video-ratio-container .dgh-home-banner-video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .dgh-home-banner-container .after-video-spacing {
    height: 100vh; }
    @media only screen and (max-width: 1199px) {
      .dgh-home-banner-container .after-video-spacing {
        height: 0; } }

@media only screen and (max-width: 767px) {
  .dgh-home-project-shortcode-container {
    display: block; } }

.dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container {
  position: relative;
  z-index: 2;
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container {
      background-color: white; } }
  .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container {
    position: relative;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container {
        width: 100%; } }
    .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link {
      text-decoration: none; }
      .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-image-container {
        position: relative; }
        .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-image-container::after {
          content: "";
          display: block;
          padding-bottom: 66.6%; }
        .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-image-container img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-item-title-container {
        position: absolute;
        top: 35px;
        left: 65px;
        overflow: hidden; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-item-title-container {
            top: 30px;
            left: 40px; } }
        @media only screen and (max-width: 767px) {
          .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-item-title-container {
            top: 25px;
            left: 20px; } }
        .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-item-title-container .project-item-title {
          font-weight: 500;
          font-size: 32px;
          line-height: 1.125;
          color: white; }
          @media only screen and (min-width: 768px) and (max-width: 1199px) {
            .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-item-title-container .project-item-title {
              font-size: 24px; } }
          @media only screen and (max-width: 767px) {
            .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-home-projects-container .project-item-container .project-item-link .project-item-title-container .project-item-title {
              font-size: 16px; } }

.dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-all-work-link {
  padding: 30px 65px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: left; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-all-work-link {
      padding: 25px 40px; } }
  @media only screen and (max-width: 767px) {
    .dgh-home-project-shortcode-container .dgh-home-projects-section .dgh-all-work-link {
      padding: 20px 20px;
      font-size: 24px; } }

.dgh-service-item-section {
  min-height: 100vh;
  position: sticky;
  top: 0; }
  .dgh-service-item-section .dgh-service-item-title-container {
    flex: 1 1; }
    @media only screen and (max-width: 767px) {
      .dgh-service-item-section .dgh-service-item-title-container .dgh-service-item-title-logo {
        display: block !important;
        padding-bottom: 20px; } }
  .dgh-service-item-section .dgh-service-item-content-container .dgh-service-item-content-link .elementor-button-link {
    position: relative;
    padding: 7px 0;
    display: inline-flex;
    -moz-column-gap: 10px;
         column-gap: 10px; }
    .dgh-service-item-section .dgh-service-item-content-container .dgh-service-item-content-link .elementor-button-link:hover {
      -moz-column-gap: 20px;
           column-gap: 20px; }
      .dgh-service-item-section .dgh-service-item-content-container .dgh-service-item-content-link .elementor-button-link:hover::before {
        background-color: #ffc53a; }
    .dgh-service-item-section .dgh-service-item-content-container .dgh-service-item-content-link .elementor-button-link::before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #292929;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .dgh-service-item-section .dgh-service-item-content-container .dgh-service-item-content-link .elementor-button-link::after {
      content: url(../img/link_arrow.png); }
  .dgh-service-item-section .dgh-service-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    pointer-events: none;
    background-color: #1b1b1c;
    opacity: 0; }

.dgh-description-section {
  min-height: 80vh; }
  .dgh-description-section .dgh-description-subtitle .elementor-heading-title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px; }
    .dgh-description-section .dgh-description-subtitle .elementor-heading-title::before {
      content: "";
      width: 30px;
      height: 1px;
      display: block;
      background-color: #292929; }
  .dgh-description-section .dgh-description-shortcode {
    display: flex;
    flex-direction: column;
    flex: 1 1; }
    .dgh-description-section .dgh-description-shortcode .elementor-widget-container {
      display: flex;
      flex: 1 1; }
      .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode {
        display: flex;
        flex: 1 1; }
        .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container {
          display: flex;
          flex-direction: row;
          width: 100%;
          -moz-column-gap: 30px;
               column-gap: 30px; }
          @media only screen and (max-width: 767px) {
            .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container {
              flex-direction: column; } }
          .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container {
            width: 50%;
            display: flex;
            flex-direction: row;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container {
                width: 100%;
                padding: 20px 0; } }
            .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container .dgh-description-key-inner-container {
              display: flex;
              flex-direction: column;
              justify-content: center;
              row-gap: 20px;
              width: 100%;
              border-left: 1px solid #d9d9d9; }
              @media only screen and (max-width: 767px) {
                .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container .dgh-description-key-inner-container {
                  row-gap: 0; } }
              .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container .dgh-description-key-inner-container .dgh-description-key-item {
                position: relative;
                color: #777777;
                font-family: Work Sans;
                font-size: 24px;
                font-weight: 300;
                line-height: 32px;
                text-align: left;
                cursor: pointer;
                padding: 10px 20px;
                transition: all 0.3s linear; }
                @media only screen and (min-width: 768px) and (max-width: 1199px) {
                  .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container .dgh-description-key-inner-container .dgh-description-key-item {
                    font-size: 20px;
                    line-height: 25px; } }
                @media only screen and (max-width: 767px) {
                  .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container .dgh-description-key-inner-container .dgh-description-key-item {
                    font-size: 16px; } }
                .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container .dgh-description-key-inner-container .dgh-description-key-item::before {
                  content: "";
                  width: 3px;
                  height: 100%;
                  display: block;
                  background-color: #ffc53a;
                  position: absolute;
                  top: 0;
                  left: -2px;
                  opacity: 0;
                  transition: all 0.3s linear; }
                .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container .dgh-description-key-inner-container .dgh-description-key-item.active {
                  color: #292929; }
                  .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-key-container .dgh-description-key-inner-container .dgh-description-key-item.active::before {
                    opacity: 1; }
          .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative; }
            @media only screen and (max-width: 767px) {
              .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container {
                width: 100%; } }
            .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item {
              background-color: white;
              border: 1px solid #adadad;
              border-radius: 10px;
              padding: 30px 40px;
              opacity: 0;
              transition: all 0.3s linear;
              position: absolute;
              pointer-events: none;
              min-height: 60%;
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
              @media only screen and (max-width: 767px) {
                .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item {
                  position: relative;
                  min-height: unset;
                  opacity: 1;
                  display: none;
                  padding: 25px 20px; } }
              .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item.active {
                opacity: 1;
                pointer-events: unset; }
                @media only screen and (max-width: 767px) {
                  .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item.active {
                    display: flex; } }
              .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item .dgh-description-value-item-text {
                color: #292929;
                font-family: Work Sans;
                font-size: 20px;
                font-weight: 300;
                line-height: 32px;
                text-align: left;
                margin-bottom: 30px; }
              .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item .dgh-description-value-item-link {
                color: #292929;
                font-family: Work Sans;
                font-size: 16px;
                font-weight: 600;
                line-height: 20px;
                text-align: left;
                text-decoration: none;
                position: relative;
                padding: 7px 0;
                display: inline-flex;
                -moz-column-gap: 10px;
                     column-gap: 10px;
                transition: all 0.3s linear; }
                .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item .dgh-description-value-item-link:hover {
                  -moz-column-gap: 20px;
                       column-gap: 20px; }
                  .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item .dgh-description-value-item-link:hover::before {
                    background-color: #ffc53a; }
                .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item .dgh-description-value-item-link::before {
                  content: "";
                  width: 100%;
                  height: 1px;
                  background-color: #292929;
                  display: block;
                  position: absolute;
                  bottom: 0;
                  left: 0; }
                .dgh-description-section .dgh-description-shortcode .elementor-widget-container .elementor-shortcode .dgh-description-key-value-container .dgh-description-value-container .dgh-description-value-item .dgh-description-value-item-link::after {
                  content: url("../img/link_arrow.png"); }

.dgh-client-scroll-container {
  width: 100vw;
  overflow: hidden; }
  .dgh-client-scroll-container .dgh-client-carousel {
    top: 0%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; }
    .dgh-client-scroll-container .dgh-client-carousel img {
      width: 100%;
      margin-left: 20px;
      border-radius: 14px; }
  .dgh-client-scroll-container .dgh-client-carousel.dgh-client-carousel-zero {
    position: relative;
    display: flex;
    justify-content: space-around;
    opacity: 0; }
  .dgh-client-scroll-container .dgh-client-carousel-one {
    left: -100%;
    display: flex;
    justify-content: space-around;
    animation: scroll-horizontal-1 10s linear;
    animation-iteration-count: 1; }
  .dgh-client-scroll-container .dgh-client-carousel-two {
    left: 100%;
    display: flex;
    justify-content: space-around;
    animation: scroll-horizontal-2 20s linear infinite; }
  .dgh-client-scroll-container .dgh-client-carousel-three {
    left: 100%;
    display: flex;
    justify-content: space-around;
    animation: scroll-horizontal-2 20s linear infinite;
    animation-delay: 10s; }

@keyframes scroll-horizontal-1 {
  0% {
    left: 0%; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: -100%; } }

@keyframes scroll-horizontal-2 {
  0% {
    left: 100%; }
  100% {
    left: -100%; } }

.dgh-home-contact-link .elementor-button-link {
  position: relative;
  padding: 7px 0 !important;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px; }
  .dgh-home-contact-link .elementor-button-link:hover {
    -moz-column-gap: 20px;
         column-gap: 20px; }
    .dgh-home-contact-link .elementor-button-link:hover::before {
      background-color: #ffc53a; }
  .dgh-home-contact-link .elementor-button-link::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #292929;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
  .dgh-home-contact-link .elementor-button-link::after {
    content: url(../img/link_arrow.png); }

.dgh-home-all-works-section {
  z-index: 2; }
  .dgh-home-all-works-section .dgh-home-work-link .elementor-button-link {
    position: relative;
    padding: 7px 0 !important;
    display: inline-flex;
    -moz-column-gap: 10px;
         column-gap: 10px; }
    .dgh-home-all-works-section .dgh-home-work-link .elementor-button-link:hover {
      -moz-column-gap: 20px;
           column-gap: 20px; }
      .dgh-home-all-works-section .dgh-home-work-link .elementor-button-link:hover::before {
        background-color: #ffc53a; }
    .dgh-home-all-works-section .dgh-home-work-link .elementor-button-link::before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #292929;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .dgh-home-all-works-section .dgh-home-work-link .elementor-button-link::after {
      content: url(../img/link_arrow.png); }

.project-items-container {
  position: relative;
  z-index: 2;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .project-items-container {
      display: block; } }
  .project-items-container .project-item-container {
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .project-items-container .project-item-container {
        width: 100%; } }
    .project-items-container .project-item-container .dgh-image-container {
      position: relative; }
      .project-items-container .project-item-container .dgh-image-container:hover .hover-images {
        opacity: 1; }
      .project-items-container .project-item-container .dgh-image-container .main-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        .project-items-container .project-item-container .dgh-image-container .main-image::after {
          content: '';
          display: block;
          padding-bottom: 85%; }
        .project-items-container .project-item-container .dgh-image-container .main-image img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .project-items-container .project-item-container .dgh-image-container .hover-images {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
        @media only screen and (max-width: 767px) {
          .project-items-container .project-item-container .dgh-image-container .hover-images {
            display: none; } }
        .project-items-container .project-item-container .dgh-image-container .hover-images .hover-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          opacity: 0; }
          .project-items-container .project-item-container .dgh-image-container .hover-images .hover-image::after {
            content: '';
            display: block;
            padding-bottom: 85%; }
          .project-items-container .project-item-container .dgh-image-container .hover-images .hover-image img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; }
    .project-items-container .project-item-container .project-item-title-container {
      position: absolute;
      top: 35px;
      left: 65px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .project-items-container .project-item-container .project-item-title-container {
          top: 30px;
          left: 40px; } }
      @media only screen and (max-width: 767px) {
        .project-items-container .project-item-container .project-item-title-container {
          top: 25px;
          left: 20px; } }
      .project-items-container .project-item-container .project-item-title-container .project-item-title {
        font-weight: 500;
        font-size: 32px;
        line-height: 1.125;
        color: white; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .project-items-container .project-item-container .project-item-title-container .project-item-title {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .project-items-container .project-item-container .project-item-title-container .project-item-title {
            font-size: 16px; } }

.dgh-contact-form .gform_fields {
  grid-column-gap: 24px !important;
  grid-row-gap: 24px !important; }
  .dgh-contact-form .gform_fields .validation_message {
    background-color: transparent;
    padding: 0;
    border: none; }

.dgh-contact-form .gform_validation_errors {
  margin-bottom: 30px !important;
  background-color: transparent !important;
  box-shadow: none !important; }
  .dgh-contact-form .gform_validation_errors .gform_submission_error {
    font-size: 16px; }
    .dgh-contact-form .gform_validation_errors .gform_submission_error .gform-icon {
      display: none !important; }

.dgh-contact-form .gform_button {
  box-shadow: none; }

body {
  font-family: "Work Sans"; }


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