.home {
  /*.top_menu {
    position: static;
  }
  .logo {
    display: block;
  }*/ }
  .home .projects_home_new {
    height: auto;
    padding: 3%; }
    @media screen and (max-width: 768px) {
      .home .projects_home_new {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .home .projects_home_new .projects_grid.desktop {
        display: none; } }
    .home .projects_home_new .projects_grid .inner_grid {
      display: grid;
      grid-gap: 60px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-auto-rows: 9vw; }
      .home .projects_home_new .projects_grid .inner_grid .project {
        grid-column: span 1;
        grid-row: span 2;
        position: relative; }
        .home .projects_home_new .projects_grid .inner_grid .project.height2 {
          grid-row: span 3; }
        .home .projects_home_new .projects_grid .inner_grid .project.width2 {
          grid-column: span 2;
          grid-row: span 2; }
        .home .projects_home_new .projects_grid .inner_grid .project .image {
          width: 100%;
          height: 100%; }
          .home .projects_home_new .projects_grid .inner_grid .project .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center; }
        .home .projects_home_new .projects_grid .inner_grid .project .title {
          position: absolute;
          top: 101%;
          width: 100%;
          left: 0;
          text-align: center; }
        .home .projects_home_new .projects_grid .inner_grid .project .divoverlay {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(0, 23, 67, 0.9);
          display: none;
          color: #fff;
          justify-content: center;
          align-items: center;
          text-align: center;
          text-decoration: none;
          flex-direction: column;
          font-size: 2em; }
          .home .projects_home_new .projects_grid .inner_grid .project .divoverlay .plus {
            font-size: 4em;
            line-height: 1;
            font-weight: 300; }
        .home .projects_home_new .projects_grid .inner_grid .project a.overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        .home .projects_home_new .projects_grid .inner_grid .project.allprojects {
          background-color: #001743;
          color: #fff;
          justify-content: center;
          align-items: center;
          text-align: center;
          text-decoration: none;
          flex-direction: column;
          display: flex; }
          .home .projects_home_new .projects_grid .inner_grid .project.allprojects h3 {
            font-size: 2.5em;
            margin: 0;
            line-height: 1em;
            font-weight: 300; }
          .home .projects_home_new .projects_grid .inner_grid .project.allprojects .divider {
            width: 20%;
            margin: 30px auto 20px;
            background-color: #fff;
            height: 3px; }
          .home .projects_home_new .projects_grid .inner_grid .project.allprojects h4 {
            font-size: 1.5em;
            margin: 0;
            line-height: 1;
            font-weight: 300; }
        .home .projects_home_new .projects_grid .inner_grid .project:hover .divoverlay {
          display: flex; }
    .home .projects_home_new .projects.mobile {
      display: none;
      padding: 0; }
      @media screen and (max-width: 768px) {
        .home .projects_home_new .projects.mobile {
          display: block; } }
      .home .projects_home_new .projects.mobile h2 {
        width: 100%;
        text-align: center;
        font-size: 2em; }
      .home .projects_home_new .projects.mobile .project {
        position: relative;
        margin-bottom: 3px; }
        .home .projects_home_new .projects.mobile .project .image {
          width: 100%;
          height: 70vw; }
          .home .projects_home_new .projects.mobile .project .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center; }
        .home .projects_home_new .projects.mobile .project .title {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: rgba(51, 69, 105, 0.8);
          color: #fff;
          text-align: center;
          padding: 5px; }
          .home .projects_home_new .projects.mobile .project .title .text {
            width: 100%;
            text-align: center;
            font-size: 2em; }
          .home .projects_home_new .projects.mobile .project .title .more {
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%); }
        .home .projects_home_new .projects.mobile .project a.overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
  .home .eapps-instagram-feed-title {
    padding: 48px 10px 24px;
    font-size: 2em; }
  .home .profile_home {
    height: 320px; }
    @media screen and (max-width: 768px) {
      .home .profile_home {
        height: auto; } }

.contactus-section .form-area .contactus_subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  /*width: 700px;*/
  margin: 0 auto 70px; }
.contactus-section .form-area .input {
  max-width: 700px; }

.single-projects .project-video {
  background-color: #494949;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3%; }
  @media screen and (max-width: 768px) {
    .single-projects .project-video {
      flex-direction: column; } }
  .single-projects .project-video .video_inner {
    max-width: 1230px;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    @media screen and (min-width: 1230px) {
      .single-projects .project-video .video_inner {
        padding-bottom: 692px; } }
    .single-projects .project-video .video_inner video, .single-projects .project-video .video_inner iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .single-projects .project-video.multiple {
      /* &.odd {
        .video_inner:last-child{
          max-width: 1230px;
          flex: 0 0 50%;
          height: 0;
          padding-bottom: 56.25%;
          position: relative;

          &:nth-child(odd) {
            margin-inline-end: 0;
          }
          &:nth-child(even) {
            margin-inline-start: 0;
          }

          @media screen and (min-width: 1230px) {
            padding-bottom: 692px;
          }

          video,iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
          }
        }
      } */ }
    .single-projects .project-video.multiple .video_inner {
      max-width: 800px;
      flex: 0 0 49.5%;
      height: 0;
      padding-bottom: 28.125%;
      position: relative;
      margin-top: 5px;
      margin-bottom: 5px; }
      .single-projects .project-video.multiple .video_inner:nth-child(odd) {
        margin-inline-end: 0.5%; }
      .single-projects .project-video.multiple .video_inner:nth-child(even) {
        margin-inline-start: 0.5%; }
      @media screen and (min-width: 1600px) {
        .single-projects .project-video.multiple .video_inner {
          padding-bottom: 450px; } }
      @media screen and (max-width: 768px) {
        .single-projects .project-video.multiple .video_inner {
          flex: 0 0 100%;
          max-width: 1230px;
          flex: 1 1 50%;
          height: 0;
          padding-bottom: 56.25%;
          position: relative; }
          .single-projects .project-video.multiple .video_inner:nth-child(odd) {
            margin-inline-end: 0; }
          .single-projects .project-video.multiple .video_inner:nth-child(even) {
            margin-inline-start: 0; } }
      .single-projects .project-video.multiple .video_inner video, .single-projects .project-video.multiple .video_inner iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
@media screen and (max-width: 768px) {
  .single-projects .more_projects {
    display: none; } }
.single-projects .more_projects h2 {
  width: 100%;
  text-align: center;
  font-size: 2em; }
.single-projects .more_projects .more_projects_slider {
  max-width: 1300px;
  margin: 50px auto; }
  .single-projects .more_projects .more_projects_slider .item {
    padding: 0 20px; }
    .single-projects .more_projects .more_projects_slider .item .image {
      width: 100%;
      height: 100%; }
      .single-projects .more_projects .more_projects_slider .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .single-projects .more_projects .more_projects_slider .item .title {
      width: 100%;
      text-align: center;
      font-size: 1.3em; }
      .single-projects .more_projects .more_projects_slider .item .title a {
        text-decoration: none;
        color: #000; }
  .single-projects .more_projects .more_projects_slider .owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .single-projects .more_projects .more_projects_slider .owl-controls .owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }

.page-template-page-services .top_icons {
  background-color: #d4d6d7;
  padding: 0;
  min-height: 360px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #818285;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .page-template-page-services .top_icons {
      display: none; } }
  .page-template-page-services .top_icons [class^="icon-"] {
    font-size: 80px; }
  .page-template-page-services .top_icons .top_service {
    position: relative;
    width: 300px; }
    .page-template-page-services .top_icons .top_service a.overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .page-template-page-services .top_icons .top_service a.overlay:before {
        content: none; }
      .page-template-page-services .top_icons .top_service a.overlay:after {
        content: none; }
      .page-template-page-services .top_icons .top_service a.overlay:hover:before {
        content: none; }
      .page-template-page-services .top_icons .top_service a.overlay:hover:after {
        content: none; }
    .page-template-page-services .top_icons .top_service .seperator {
      width: 50px;
      height: 3px;
      background-color: #818285;
      margin: 10px auto; }
    .page-template-page-services .top_icons .top_service .content {
      max-width: 300px;
      font-weight: 300;
      display: none; }
      .page-template-page-services .top_icons .top_service .content .more {
        margin-top: 15px; }
    .page-template-page-services .top_icons .top_service:hover .content {
      display: block; }

.top_menu.desktop {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  transform: translate3d(0, 0, 0);
  padding: 20px 0;
  background-color: #001743; }
  @media screen and (max-width: 768px) {
    .top_menu.desktop {
      display: none !important; } }
  .top_menu.desktop .inner_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto; }
    .top_menu.desktop .inner_header .side {
      flex: 0 0 calc(50% - 100px); }
      .top_menu.desktop .inner_header .side.menu ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .top_menu.desktop .inner_header .side.menu ul li {
          padding: 0 20px; }
      .top_menu.desktop .inner_header .side.left_lang {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .top_menu.desktop .inner_header .side.left_lang > div {
          padding: 0 20px; }
    .top_menu.desktop .inner_header .logo {
      flex: 0 0 200px; }
      .top_menu.desktop .inner_header .logo img.sitewide {
        display: inline-block; }
      .top_menu.desktop .inner_header .logo img.home {
        display: none; }
.top_menu.mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .top_menu.mobile {
      position: -webkit-sticky !important;
      position: sticky !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /*width: 90%;*/
      max-width: 1600px;
      background-color: #001743;
      transform: translate3d(0, 0, 0); } }
  .top_menu.mobile .side {
    flex: 0 0 calc(50% - 100px);
    float: none !important;
    width: calc(50% - 100px); }
    .top_menu.mobile .side.pull-right {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .top_menu.mobile .side.pull-left {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .top_menu.mobile .side .menu-toggle {
      margin: 0; }
  .top_menu.mobile .logo {
    flex: 0 0 200px;
    display: block !important; }
    .top_menu.mobile .logo img.sitewide {
      display: inline-block; }
    .top_menu.mobile .logo img.home {
      display: none; }

.home .top_menu.desktop {
  background-color: #fff !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  transform: translate3d(0, 0, 0);
  padding: 20px 0;
  color: #000 !important; }
  @media screen and (max-width: 768px) {
    .home .top_menu.desktop {
      display: none !important; } }
  .home .top_menu.desktop .inner_header a {
    color: #000; }
  .home .top_menu.desktop .inner_header .logo {
    display: block; }
    .home .top_menu.desktop .inner_header .logo img.sitewide {
      display: none; }
    .home .top_menu.desktop .inner_header .logo img.home {
      display: inline-block; }
  .home .top_menu.desktop .inner_header li:hover a:not(.no-hover):not(.fa):not(.icon)::before, .home .top_menu.desktop .inner_header li:hover a:not(.no-hover):not(.fa):not(.icon)::after, .home .top_menu.desktop .inner_header .contact_link:hover a:not(.no-hover):not(.fa):not(.icon)::before, .home .top_menu.desktop .inner_header .contact_link:hover a:not(.no-hover):not(.fa):not(.icon)::after {
    background-color: #000 !important; }
.home .top_menu.mobile {
  background-color: #fff !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: none;
  transform: translate3d(0, 0, 0);
  padding: 10px 0;
  color: #000 !important; }
  .home .top_menu.mobile a {
    color: #000; }
  .home .top_menu.mobile .logo {
    flex: 0 0 200px;
    display: block !important; }
    .home .top_menu.mobile .logo img.sitewide {
      display: none; }
    .home .top_menu.mobile .logo img.home {
      display: inline-block; }
  .home .top_menu.mobile .menu-toggle span {
    background-color: #000; }
    .home .top_menu.mobile .menu-toggle span:before, .home .top_menu.mobile .menu-toggle span:after {
      background-color: #000; }

/*#footer-contact {
  .input__label {
    border: 2px solid #fff;
    padding-right: 3px;

    &:after {
      content: none;
    }
  }
} */
.top_menu .lang_switcher {
  white-space: nowrap; }

.contact_details {
  position: fixed;
  /*top: 50%;*/
  left: 3vw;
  /*transform: translate(0, -50%);*/
  direction: ltr;
  background-color: transparent;
  z-index: 100; 
  bottom: 28%;
}
  @media screen and (max-width: 1600px) {
    .contact_details {
      bottom:16%;
    }
  }
  @media screen and (max-width: 768px) {
    .contact_details {
      /*top: 50%;
      transform: translateY(-50%); */
      left: 10px;      
      bottom: 9%;
    } }
  .contact_details .email {
    background-color: #fff;
    padding: 0.5rem; }
    .contact_details .email span {
      display: none; }
  .contact_details .phone {
    background-color: #fff;
    padding: 0.5rem; }
    .contact_details .phone span {
      display: none; }
  .contact_details .sep {
    padding: 0 0.5rem;
    background-color: #fff;
    border-bottom: 1px solid #000; }
  .contact_details:hover .phone span, .contact_details:hover .email span {
    display: inline; }
  .contact_details a {
    color: #000;
    text-decoration: none; }

@media screen and (max-width: 768px) {
  .post-type-archive-projects .project .content {
    width: 100%; } }

.eapps-instagram-feed-posts-slider {
  direction: ltr !important; }

@media screen and (max-width: 768px) {
  .footer {
    height: auto; }
    .footer .col, .footer .col-md-1, .footer .col-md-2, .footer .col-md-3, .footer .col-md-4, .footer .col-md-5, .footer .col-md-6, .footer .col-md-7, .footer .col-md-8, .footer .col-md-9, .footer .col-md-10, .footer .col-md-11, .footer .col-md-12, .footer .header_menu_pop .contact_us_form .input, .footer .contact_us_form .submit, .footer .home aside, .footer .blog aside, .footer .team_home article img, .footer .team_home article .read_more, .footer .progress-bar, .footer .team_home article .img-wrapper {
      float: none; } }
.footer .social_icons {
  border-bottom: 1px solid #fff; }

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