body {
  font-family: 'Gruppo';
  margin: 0;
  padding: 0; }

.page_container {
  width: 85%;
  overflow: hidden;
  margin: 0 auto; }

.img_zoom_container {
  overflow: hidden; }
  .img_zoom_container img {
    float: left; }

@media only screen and (max-width: 960px) {
  .page_container {
    width: 90%; } }
@media only screen and (max-width: 720px) {
  .page_container {
    width: 95%; } }
@font-face {
  font-family: Latha;
  src: url(../fonts/latha.ttf); }
@font-face {
  font-family: LathaBold;
  src: url(../fonts/lathab.ttf); }
@font-face {
  font-family: Gruppo;
  src: url(../fonts/Gruppo-Regular.ttf); }
@font-face {
  font-family: MoonBold;
  src: url(../fonts/MoonBold.otf); }
@font-face {
  font-family: Moon;
  src: url(../fonts/MoonLight.otf); }
@font-face {
  font-family: Chunkfive_Ex;
  src: url(../fonts/Chunkfive_Ex.ttf); }
@font-face {
  font-family: GOTHICB;
  src: url(../fonts/GOTHICB.TTF); }
@font-face {
  font-family: impactt;
  src: url(../fonts/impact.ttf); }
.navigation {
  width: 100%;
  height: 132px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between; }
  .navigation .navigation_logo_wrapper {
    box-sizing: border-box;
    padding: 5px 0; }
    .navigation .navigation_logo_wrapper a {
      text-decoration: none;
      color: unset; }
      .navigation .navigation_logo_wrapper a p {
        transition: .4s ease all;
        margin: -3px 0 0;
        color: #000; }
      .navigation .navigation_logo_wrapper a img {
        display: block;
        margin: 0 auto;
        max-height: 110px;
        transition: .2s ease all;
        cursor: pointer; }
      .navigation .navigation_logo_wrapper a:hover img {
        transform: rotate(5deg) scale(1.05); }
      .navigation .navigation_logo_wrapper a:hover p {
        color: #ff6f61; }
  .navigation .navigation_list {
    list-style-type: none;
    padding: 0;
    display: flex;
    width: 35%;
    align-items: center; }
    .navigation .navigation_list li {
      padding: 0 15px;
      transition: .2s ease all;
      display: inline-block;
      cursor: pointer;
      color: #bbb;
      transition: .2s ease all; }
      .navigation .navigation_list li.wpml-ls-item {
        position: relative; }
        .navigation .navigation_list li.wpml-ls-item:hover ul {
          top: 100%;
          z-index: 5;
          opacity: 1; }
        .navigation .navigation_list li.wpml-ls-item ul {
          transition: .25s ease all;
          position: absolute;
          top: 125%;
          left: 0;
          z-index: -1;
          opacity: 0;
          padding: 0; }
          .navigation .navigation_list li.wpml-ls-item ul li {
            padding: 0 15px;
            margin-top: 10px; }
            .navigation .navigation_list li.wpml-ls-item ul li a {
              display: flex;
              align-items: center; }
      .navigation .navigation_list li.active {
        color: #ff6f61; }
        .navigation .navigation_list li.active:hover {
          transform: unset;
          color: #ff6f61; }
      .navigation .navigation_list li:hover {
        color: #000; }
      .navigation .navigation_list li a {
        text-decoration: none;
        color: inherit; }
      .navigation .navigation_list li:hover {
        transform: scale(1.05); }
    .navigation .navigation_list.navigation_list_right {
      justify-content: flex-end; }

@media (max-width: 1024px) {
  .navigation {
    height: auto;
    flex-wrap: wrap; }
    .navigation .navigation_logo_wrapper {
      flex-basis: 100%;
      order: 1; }
      .navigation .navigation_logo_wrapper a {
        display: block; }
        .navigation .navigation_logo_wrapper a img {
          width: 15%;
          max-height: unset;
          height: auto; }
    .navigation .navigation_list {
      flex-basis: auto;
      order: 2; } }
.mainpage_heading {
  padding: 100px; }
  .mainpage_heading h1 {
    color: #000;
    font-size: 48px;
    font-family: Gruppo;
    margin: 0;
    font-weight: normal;
    text-align: center; }

.mainpage_image {
  -webkit-box-shadow: inset 0px 0px 57px 36px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: inset 0px 0px 57px 36px rgba(0, 0, 0, 0.27);
  box-shadow: inset 0px 0px 57px 36px rgba(0, 0, 0, 0.27);
  width: 100%;
  height: 400px;
  margin-bottom: 100px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat; }

.mainpage_gallery {
  width: 100%;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap; }
  .mainpage_gallery .mainpage_gallery_item {
    box-sizing: border-box;
    border: 7px solid #fff;
    position: relative;
    display: block;
    cursor: pointer;
    height: 400px;
    overflow: hidden; }
    .mainpage_gallery .mainpage_gallery_item:hover .mainpage_gallery_item_bg {
      transform: scale(1.1); }
    .mainpage_gallery .mainpage_gallery_item .mainpage_gallery_item_bg {
      width: 100%;
      position: absolute;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      transition: .25s ease all; }
    .mainpage_gallery .mainpage_gallery_item:hover .mainpage_gallery_item_overlay {
      opacity: 1; }
    .mainpage_gallery .mainpage_gallery_item .mainpage_gallery_item_heading {
      font-size: 36px;
      color: #000;
      letter-spacing: 7px;
      text-transform: uppercase;
      text-align: center; }
    .mainpage_gallery .mainpage_gallery_item .mainpage_gallery_item_overlay {
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      font-family: 'Moon';
      transition: .5s ease all;
      z-index: 5;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }

@media (max-width: 1200px) {
  .mainpage_gallery .mainpage_gallery_item_heading {
    text-align: center; } }
@media only screen and (max-width: 960px) {
  .mainpage_heading {
    padding: 50px 0; }
    .mainpage_heading h1 {
      font-size: 36px; } }
@media only screen and (max-width: 720px) {
  .mainpage_heading h1 {
    font-size: 32px; } }
@media only screen and (max-width: 400px) {
  .mainpage_heading h1 {
    font-size: 30px; } }
.single_project_wrapper {
  text-align: center; }
  .single_project_wrapper .single_project_heading {
    padding: 100px 0; }
    .single_project_wrapper .single_project_heading h1 {
      font-size: 42px; }
    .single_project_wrapper .single_project_heading .single_project_heading_description p {
      color: #bbb;
      font-size: 25px;
      font-weight: normal; }
  .single_project_wrapper .single_project_gallery {
    width: 80%;
    margin: 50px auto; }
    .single_project_wrapper .single_project_gallery .single_project_gallery_details {
      display: flex;
      padding: 50px 0; }
      .single_project_wrapper .single_project_gallery .single_project_gallery_details .single_project_gallery_details_inner {
        flex-basis: 50%;
        text-align: left; }
        .single_project_wrapper .single_project_gallery .single_project_gallery_details .single_project_gallery_details_inner:nth-child(2) {
          text-align: right; }
        .single_project_wrapper .single_project_gallery .single_project_gallery_details .single_project_gallery_details_inner ul {
          padding: 0;
          margin: 0; }
          .single_project_wrapper .single_project_gallery .single_project_gallery_details .single_project_gallery_details_inner ul li {
            font-size: 13px;
            color: #bbb;
            margin-bottom: 5px;
            list-style: none; }
            .single_project_wrapper .single_project_gallery .single_project_gallery_details .single_project_gallery_details_inner ul li span {
              font-weight: normal;
              color: #000; }
    .single_project_wrapper .single_project_gallery .img_zoom_container {
      margin-bottom: 25px; }
      .single_project_wrapper .single_project_gallery .img_zoom_container .single_project_gallery_thumbnail,
      .single_project_wrapper .single_project_gallery .img_zoom_container .single_project_gallery_item {
        width: 100%;
        height: auto;
        cursor: pointer;
        margin: 0 auto;
        transition: .2s ease all; }
        .single_project_wrapper .single_project_gallery .img_zoom_container .single_project_gallery_thumbnail:hover,
        .single_project_wrapper .single_project_gallery .img_zoom_container .single_project_gallery_item:hover {
          transform: scale(1.05); }
    .single_project_wrapper .single_project_gallery .single_project_gallery_thumbnail {
      cursor: pointer; }
      .single_project_wrapper .single_project_gallery .single_project_gallery_thumbnail:last-of-type {
        margin-bottom: 0; }
  .single_project_wrapper .single_post_more h1 {
    margin: 0;
    padding: 50px;
    text-align: center; }
  .single_project_wrapper .single_post_more .single_post_more_item {
    height: 200px;
    cursor: pointer;
    display: block;
    background-size: cover;
    position: relative;
    background-position: center center;
    box-sizing: border-box;
    margin: 0 10px; }
    .single_project_wrapper .single_post_more .single_post_more_item:hover .single_post_more_item_overlay {
      opacity: 1;
      font-size: 24px; }
    .single_project_wrapper .single_post_more .single_post_more_item .single_post_more_item_overlay {
      position: absolute;
      transition: .75s ease all;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.35);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center; }
      .single_project_wrapper .single_post_more .single_post_more_item .single_post_more_item_overlay .single_post_more_item_overlay_heading {
        font-size: 30px;
        color: #fff; }

@media (max-width: 1024px) {
  .single_project_wrapper .single_project_gallery {
    width: 90%; } }
@media (max-width: 720px) {
  .single_project_wrapper .single_project_gallery {
    width: 95%; } }
.single_gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
  top: 0;
  left: 0;
  z-index: 200; }
  .single_gallery.active {
    display: block; }
  .single_gallery .single_gallery_img {
    min-width: 70%;
    max-width: 80%;
    height: auto;
    position: fixed;
    max-height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .single_gallery #arrow_left {
    left: 0;
    top: 0; }
  .single_gallery #arrow_right {
    right: 0;
    top: 0; }
  .single_gallery #exit_gallery {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 40px;
    cursor: pointer;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.7); }
    .single_gallery #exit_gallery:hover {
      color: white; }
  .single_gallery #arrow_left, .single_gallery #arrow_right {
    position: fixed;
    height: 100%;
    width: 10%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .single_gallery #arrow_left:hover, .single_gallery #arrow_right:hover {
      color: white; }

.about {
  padding-top: 100px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  overflow: hidden; }
  .about .left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box; }
    .about .left .about_heading {
      text-align: center;
      font-weight: bold;
      padding-bottom: 50px;
      font-size: 22px; }
      .about .left .about_heading p {
        margin: 0; }
    .about .left .about_description {
      font-size: 19px;
      text-align: center; }
      .about .left .about_description p {
        margin: 0; }
  .about .right {
    display: flex;
    width: 50%;
    justify-content: space-between; }
    .about .right .about_gallery_left,
    .about .right .about_gallery_middle,
    .about .right .about_gallery_right {
      width: 32.5%;
      overflow: hidden;
      display: flex;
      flex-flow: column;
      justify-content: center; }
      .about .right .about_gallery_left .right_about_item,
      .about .right .about_gallery_middle .right_about_item,
      .about .right .about_gallery_right .right_about_item {
        height: 150px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        margin: 5px;
        box-sizing: border-box;
        transition: .25s ease all; }
        .about .right .about_gallery_left .right_about_item:hover,
        .about .right .about_gallery_middle .right_about_item:hover,
        .about .right .about_gallery_right .right_about_item:hover {
          transform: scale(1.1); }

@media only screen and (max-width: 960px) {
  .about {
    flex-wrap: wrap; }
    .about .left, .about .right {
      width: 100%; }
    .about .left .wrapper {
      width: 100%;
      margin-bottom: 100px; } }
@media only screen and (max-width: 720px) {
  .about .right {
    flex-wrap: wrap; }
    .about .right .about_gallery_left,
    .about .right .about_gallery_middle,
    .about .right .about_gallery_right {
      width: 100%; }
      .about .right .about_gallery_left .right_about_item,
      .about .right .about_gallery_middle .right_about_item,
      .about .right .about_gallery_right .right_about_item {
        height: 300px; } }
.footer {
  padding: 50px;
  text-align: center;
  color: #bbb; }

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

.contact_form {
  text-align: center;
  padding-top: 50px;
  width: 50%;
  margin: 0 auto; }
  .contact_form input[type=text], .contact_form input[type=email] {
    padding: 7px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 15px;
    width: 100%; }
  .contact_form textarea {
    width: 100%;
    padding: 7px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 15px;
    resize: none; }
  .contact_form input[type=submit] {
    width: 100%;
    background: #ff6f61;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: .25s ease all; }
    .contact_form input[type=submit]:hover {
      background: #ccc;
      color: #ff6f61; }

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