body {
  font-size: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  background: white;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 321px) {
  body {
    font-size: 18px;
  }
}

h1 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (min-width: 321px) and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 20px;
}

@media (min-width: 321px) and (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (min-width: 321px) and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (min-width: 1025px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (min-width: 1025px) {
  h5 {
    font-size: 20px;
  }
}

p {
  line-height: 30px;
}

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

.text_center {
  text-align: center;
}

.hide_scroll {
  overflow: hidden;
}

.logo {
  width: 80px;
  position: absolute;
  z-index: 999;
  margin-left: 20px;
  margin-top: 20px;
}

@media (min-width: 321px) and (max-width: 767px) {
  .logo {
    width: 100px;
    margin-left: 30px;
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .logo {
    width: 120px;
    margin-left: 35px;
    margin-top: 35px;
  }
}

.midnightHeader.default {
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
  color: #000000;
  text-align: center;
  font-size: 15px;
}

.midnightHeader.default .st0 {
  fill: #f4e1ac;
}

.midnightHeader.default .st1 {
  fill: #000000;
}

.midnightHeader.white {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}

.midnightHeader.white .st0 {
  fill: #f4e1ac;
}

.midnightHeader.white .st1 {
  fill: #ffffff;
}

input[type="text"],
input[type="email"],
textarea,
input[type="file"] {
  padding: 8px 0px;
  margin: 0px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: lighter;
  width: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: black;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 6px;
  width: 100%;
  color: white;
  padding: 20px 0px;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  border: none;
}

input:focus,
textarea:focus,
select:focus {
  /*background: rgba(20,20,20,1.00);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.822);
  outline: none;
}

textarea::-webkit-scrollbar-track {
  background-color: #141414;
}

textarea::-webkit-scrollbar {
  width: 10px;
  background-color: #141414;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 0px solid #555555;
}

input:-webkit-autofill {
  background-color: red !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
  border: 0px solid;
  color: #f8da9a;
  width: 100%;
  text-align: center;
  padding: 0 auto;
  margin: 0 auto;
  font-weight: 100;
}

span.wpcf7-not-valid-tip {
  color: #f8da9a;
  display: block;
  padding-top: 10px;
}

.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  text-align: center;
  color: #398f14;
  padding-bottom: 30px;
}

.overlay {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 999;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: hidden;
}

.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 10%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #1f1f1f;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #f8da9a;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.nav_icon {
  position: fixed;
  top: 20px;
  z-index: 9999;
  right: 35px;
}

#nav-icon4 {
  width: 50px;
  height: 10px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f8da9a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: #252525;
  -webkit-box-shadow: 1px 1px 7px 1px RGBa(0, 0, 0, 0.3);
          box-shadow: 1px 1px 7px 1px RGBa(0, 0, 0, 0.3);
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
  background: #252525;
  -webkit-box-shadow: 1px 1px 7px 1px RGBa(0, 0, 0, 0.3);
          box-shadow: 1px 1px 7px 1px RGBa(0, 0, 0, 0.3);
}

.read_more_btn {
  padding-top: 50px;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 321px) {
  .read_more_btn {
    text-align: left;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .read_more_btn {
    text-align: center;
  }
}

.contain_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 321px) {
  .contain_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 150px;
    padding-bottom: 150px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .contain_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contain_inner .content_left_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  position: relative;
}

.contain_inner .content_right_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.contain_inner .content_left_txt, .contain_inner .content_right_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 321px) and (max-width: 767px) {
  .contain_inner .content_left_txt, .contain_inner .content_right_txt {
    padding-top: 50px;
  }
}

.contain_inner .txt_wrap {
  width: 90%;
  padding-top: 50px;
}

@media (min-width: 321px) {
  .contain_inner .txt_wrap {
    width: 60%;
    padding-top: 0px;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .contain_inner .txt_wrap {
    width: 90%;
  }
}

.contain_inner .txt_wrap p {
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contain_inner .pic_shadow_left {
  background-color: #ebebeb;
  height: 860px;
  width: 680px;
  z-index: -1;
  position: absolute;
  top: 100px;
  right: 100px;
  display: none;
}

@media (min-width: 321px) {
  .contain_inner .pic_shadow_left {
    display: block;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .contain_inner .pic_shadow_left {
    display: none;
  }
}

.contain_inner .pic_shadow_right {
  background-color: #ebebeb;
  height: 860px;
  width: 680px;
  z-index: -1;
  position: absolute;
  top: 100px;
  left: 100px;
  display: none;
}

@media (min-width: 321px) {
  .contain_inner .pic_shadow_right {
    display: block;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .contain_inner .pic_shadow_right {
    display: none;
  }
}

.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 321px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.slider,
.slide {
  height: 100vh;
}

.masking {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slide .slide__img img {
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.slide .slide__content {
  width: auto;
  position: absolute;
  bottom: 30%;
  right: 50%;
  z-index: 2;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  text-align: center;
  text-shadow: 2px 1px 5px rgba(150, 150, 150, 0.64);
}

@media (min-width: 992px) {
  .slide .slide__content {
    bottom: 18%;
    right: 10%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    text-align: right;
  }
}

.slide .slide__content--headings {
  color: #fff;
}

.slide .slide__content--headings h2:after {
  width: 80px;
  height: 0px;
  background: rgba(250, 240, 220, 0.5);
  content: "";
  margin-top: 10px;
  position: absolute;
  z-index: -1;
  right: 0%;
}

@media (min-width: 992px) {
  .slide .slide__content--headings h2:after {
    width: 150px;
    height: 30px;
    background: rgba(251, 233, 194, 0.8);
    content: "";
    margin-top: 20px;
    position: absolute;
    z-index: -1;
    right: 0%;
  }
}

.slide .slide__content--headings .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slide .slide__content--headings p {
  text-transform: uppercase;
  padding-top: 10px;
}

@media (min-width: 992px) {
  .slide .slide__content--headings p {
    padding-top: 5px;
  }
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 80px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 5px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 5px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.projects_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media (min-width: 321px) {
  .projects_list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .projects_list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .projects_list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}

.project_item {
  position: relative;
  padding: 50px;
  text-align: center;
}

.project_item h3 {
  text-align: center;
  padding-top: 10px;
}

.project_item:nth-child(even) {
  margin-top: 0px;
}

@media (min-width: 321px) {
  .project_item:nth-child(even) {
    margin-top: 80px;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .project_item:nth-child(even) {
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  .project_item:nth-child(even) {
    margin-top: 80px;
  }
}

.pro_img_shadow {
  background-color: rgba(169, 169, 169, 0.308);
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 30;
  display: none;
}

@media (min-width: 321px) {
  .pro_img_shadow {
    display: none;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .pro_img_shadow {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pro_img_shadow {
    display: block;
  }
}

.project_item:nth-child(even) .pro_img_shadow {
  background-color: rgba(169, 169, 169, 0.308);
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 180px;
  display: none;
}

@media (min-width: 321px) {
  .project_item:nth-child(even) .pro_img_shadow {
    display: none;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .project_item:nth-child(even) .pro_img_shadow {
    display: none;
  }
}

@media (min-width: 1024px) {
  .project_item:nth-child(even) .pro_img_shadow {
    display: block;
  }
}

.project_info_wrap {
  padding-top: 150px;
  padding-bottom: 150px;
  padding: 0 auto;
  margin: 0 auto;
  width: 70%;
  background: rgba(0, 0, 0, 0.596);
  position: absolute;
  z-index: 99;
  top: 150px;
  left: 200px;
  color: white;
  display: none;
}

.concept_info span {
  display: block;
}

.concept_info span:nth-child(1) {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
}

.concept_info li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.projects_title {
  position: absolute;
  z-index: 99;
  bottom: 150px;
  left: 0px;
  color: white;
  width: 100%;
  text-align: center;
}

.pre_next_project {
  background: rgba(255, 255, 0, 0.144);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pre_next_project .pre_btn,
.pre_next_project .next_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}

@media (min-width: 321px) {
  .info_wrap {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .info_wrap {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .info_wrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.project_info {
  width: 80%;
}

@media (min-width: 1024px) {
  .project_info {
    width: 60%;
  }
}

.project_info h2 {
  padding-bottom: 80px;
  text-align: center;
}

.info_title {
  width: 100%;
  background: cornflowerblue;
}

.info_inner {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_inner_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info_inner_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.whatwedo__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 321px) {
  .whatwedo__icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .whatwedo__icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.whatwedo__icon .icon {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 10px;
  text-align: center;
  padding: 10px;
}

.whatwedo__icon .icon_size {
  width: 100px;
}

.philosophy {
  padding-top: 150px;
  padding-bottom: 150px;
}

.philosophy h3 {
  text-align: center;
  padding-bottom: 50px;
}

.philosophy .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}

@media (min-width: 321px) {
  .philosophy .box_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .philosophy .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.box {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box .icon_size {
  width: 80px;
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_list ul {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.service_list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.service_list li:first-child {
  font-weight: 400;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/cotact_bg.jpg);
  background-size: 100%;
  background-repeat: repeat;
  background-position: top;
  color: white;
  padding-top: 0px;
  height: auto;
}

@media (min-width: 321px) {
  .contact {
    height: auto;
    padding-top: 150px;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .contact {
    height: auto;
    padding-top: 150px;
  }
}

@media (min-width: 1024px) {
  .contact {
    height: 100vh;
    padding-top: 0px;
  }
}

.contact .contact_wrap {
  width: 100%;
}

@media (min-width: 321px) {
  .contact .contact_wrap {
    width: 100%;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .contact .contact_wrap {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .contact .contact_wrap {
    width: 70%;
  }
}

.contact .contact_wrap h3 {
  padding-bottom: 10px;
}

.contact .contact_wrap p {
  padding-bottom: 35px;
}

.container {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 321px) {
  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container .enquiry {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px;
  background: rgba(0, 0, 0, 0.3);
}

.container .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px;
}

.group_photo {
  text-align: center;
  width: 100%;
  padding-top: 50px;
}

.content_right_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 321px) and (max-width: 767px) {
  .content_right_txt {
    padding-top: 50px;
    text-align: center;
  }
}

.content_left_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
}

@media (min-width: 321px) and (max-width: 767px) {
  .content_left_txt {
    padding-top: 50px;
    text-align: center;
  }
}

.pic_shadow_left {
  background-color: #ebebeb;
  height: 480px;
  width: 680px;
  z-index: -1;
  position: absolute;
  top: 100px;
  right: 100px;
}

@media (min-width: 321px) and (max-width: 767px) {
  .pic_shadow_left {
    display: none;
  }
}

.pic_shadow_right {
  background-color: #ebebeb;
  height: 480px;
  width: 680px;
  z-index: -1;
  position: absolute;
  top: 100px;
  left: 100px;
}

@media (min-width: 321px) and (max-width: 767px) {
  .pic_shadow_right {
    display: none;
  }
}

.projects {
  background: cadetblue;
}

.card img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.card img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.cards {
  max-width: 1350px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  padding-bottom: 100px;
}

.cards h5 {
  padding-top: 10px;
}

.cards .location {
  padding-bottom: 10px;
}

.caption {
  text-align: center;
  padding-bottom: 30px;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .cards {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cards {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}

.arrow:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #8b8b8b;
  top: 50%;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}

.arrow:hover {
  cursor: pointer;
}

.arrow:hover:before {
  width: 80px;
}

.arrow_d {
  position: fixed;
  z-index: 998;
  width: 35px;
  bottom: 30px;
  left: 30px;
  -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: rgba(0, 0, 0, 0.5);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.arrow_d .arrow_svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 30;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.arrow_d .arrow_svg.up {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*# sourceMappingURL=main.css.map */