html {
  scroll-behavior: smooth; }

body {
  font-family: 'Roboto Slab', serif !important; }
  body h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #D38251;
    margin-bottom: 24px; }
  body h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 77px;
    color: #fff;
    margin-bottom: 51px; }
    body h1 span {
      color: #D38251; }

.page {
  margin: 0; }

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #fff; }

article a {
  color: #D38251; }

#masthead {
  padding: 40px 0 20px 0;
  z-index: 10;
  position: fixed;
  width: 100%;
  background: transparent;
  transition: 0.3s; }
  #masthead .site-branding svg .white-to-black {
    transition: 0.3s; }
  #masthead .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #masthead .main-navigation ul li {
    padding: 0 16px; }
    #masthead .main-navigation ul li a {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      text-transform: uppercase;
      transition: 0.3s; }
      #masthead .main-navigation ul li a:hover {
        color: #D38251;
        transition: 0.3s;
        text-decoration: none; }
    #masthead .main-navigation ul li.current-menu-item a {
      color: #D38251;
      position: relative; }
      #masthead .main-navigation ul li.current-menu-item a:before, #masthead .main-navigation ul li.current-menu-item a:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 90%;
        background: #D38251;
        left: 50%;
        transform: translateX(-50%); }
      #masthead .main-navigation ul li.current-menu-item a:before {
        bottom: -2px; }
      #masthead .main-navigation ul li.current-menu-item a:after {
        top: -3px; }
  #masthead .flex-menu {
    display: flex;
    align-items: center; }
  #masthead .social-media {
    margin: 0 20px;
    display: flex;
    align-items: center; }
    #masthead .social-media a {
      display: flex; }
      #masthead .social-media a:nth-of-type(2) {
        margin: 0 12px; }
      #masthead .social-media a svg path {
        transition: 0.3s; }
      #masthead .social-media a:hover svg path {
        fill: #D38251;
        transition: 0.3s; }
  #masthead.scrolled {
    background: #fff;
    transition: 0.3s;
    padding: 20px 0 20px 0; }
    #masthead.scrolled .site-branding svg .white-to-black {
      transition: 0.3s;
      fill: #272727; }
    #masthead.scrolled .main-navigation ul li a {
      color: #272727;
      transition: 0.3s; }
      #masthead.scrolled .main-navigation ul li a:hover {
        color: #D38251;
        transition: 0.3s;
        text-decoration: none; }
    #masthead.scrolled .main-navigation ul li.current-menu-item a {
      color: #D38251; }
    #masthead.scrolled .social-media a svg path {
      fill: #272727;
      transition: 0.3s; }
    #masthead.scrolled .social-media a:hover svg path {
      fill: #D38251;
      transition: 0.3s; }
  #masthead.menu-active {
    background: #fff;
    transition: 0.3s; }
    #masthead.menu-active .site-branding svg .white-to-black {
      transition: 0.3s;
      fill: #272727; }
    #masthead.menu-active .main-navigation ul li a {
      color: #272727;
      transition: 0.3s; }
      #masthead.menu-active .main-navigation ul li a:hover {
        color: #D38251;
        transition: 0.3s;
        text-decoration: none; }
    #masthead.menu-active .main-navigation ul li.current-menu-item a {
      color: #D38251; }
    #masthead.menu-active .social-media a svg path {
      fill: #272727;
      transition: 0.3s; }
    #masthead.menu-active .social-media a:hover svg path {
      fill: #D38251;
      transition: 0.3s; }

.main-banner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center; }
  .main-banner h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 77px;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 60px; }
    .main-banner h1 span {
      color: #D38251; }
  .main-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.transparent-btn {
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #D38251 0%, #FACF85 100%);
  overflow: hidden;
  background: transparent;
  border-image-slice: 1;
  width: 200px;
  height: 40px;
  margin-top: 70px;
  position: relative;
  cursor: pointer;
  transition: all .5s ease; }
  .transparent-btn a {
    z-index: 1;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #D38251 0%, #FACF85 100%);
    border-image-slice: 1;
    padding: 9px 20px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    position: relative;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
    left: 1px; }
    .transparent-btn a:active {
      background: rgba(0, 0, 0, 0.2); }
  .transparent-btn:before {
    background: linear-gradient(180deg, #FACF85 0%, #D38251 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s ease;
    top: 100%;
    left: 0; }
  .transparent-btn:hover {
    transition: 0.3s; }
    .transparent-btn:hover a {
      text-decoration: none;
      color: #fff;
      border: 1px solid #FFFFFF;
      transition: 0.3s; }
    .transparent-btn:hover:before {
      top: 0;
      transition: 0.3s; }

.brown-btn {
  border: 1px solid transparent;
  overflow: hidden;
  background: #D38251;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  position: relative;
  cursor: pointer;
  transition: all .5s ease; }
  .brown-btn a {
    z-index: 1;
    border: 1px solid #fff;
    padding: 9px 20px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    position: relative;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
    left: 1px; }
    .brown-btn a:active {
      background: #8E5634; }
  .brown-btn:before {
    background: #AF6C44;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s ease;
    top: 100%;
    left: 0; }
  .brown-btn:hover {
    transition: 0.3s; }
    .brown-btn:hover a {
      text-decoration: none;
      color: #fff;
      border: 1px solid #FFFFFF;
      transition: 0.3s; }
    .brown-btn:hover:before {
      top: 0;
      transition: 0.3s; }

.moving-content {
  padding-top: 170px; }

.section-1 {
  padding-bottom: 200px; }

.my-section h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  color: #272727;
  margin-bottom: 32px; }
.my-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #272727; }
.my-section .mini-title {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 3px;
  color: #D38251;
  margin-bottom: 16px;
  text-transform: uppercase; }

.relative-image {
  position: relative;
  top: -22px; }
  .relative-image svg {
    position: absolute;
    top: 40px;
    left: -70%;
    z-index: 1; }
  .relative-image .to-top-img {
    z-index: 2;
    position: relative; }
  .relative-image .frame {
    position: absolute;
    background: url("http://highstreetinvestment.deployflex.com/wp-content/uploads/2020/11/Union.png");
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 12px;
    left: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2; }

#colophon {
  padding: 40px 0 34px 0;
  background: #272727; }
  #colophon .footer-logo {
    position: relative;
    top: -14px;
    max-width: 100%; }
  #colophon h4 {
    margin-bottom: 18px; }
  #colophon .footer-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    columns: 2; }
    #colophon .footer-navigation ul li {
      padding: 0;
      margin: 0; }
      #colophon .footer-navigation ul li a {
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        transition: 0.3s; }
        #colophon .footer-navigation ul li a:hover {
          text-decoration: none;
          transition: 0.3s;
          color: #D38251; }
  #colophon .social-media {
    display: flex;
    align-items: center; }
    #colophon .social-media a {
      display: flex; }
      #colophon .social-media a:nth-of-type(2) {
        margin: 0 12px; }
      #colophon .social-media a svg path {
        transition: 0.3s; }
      #colophon .social-media a:hover svg path {
        fill: #D38251;
        transition: 0.3s; }
  #colophon .bottom-footer {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 70px; }
  #colophon .copyright, #colophon .realization {
    font-size: 10px;
    line-height: 16px;
    color: #fff; }
  #colophon .realization a {
    color: #fff;
    text-decoration: underline;
    transition: 0.3s; }
    #colophon .realization a:hover {
      color: #D38251;
      transition: 0.3s; }
  #colophon .realization svg {
    margin: 0 0 2px 4px; }

.services {
  padding: 156px 0 107px 0;
  background: #272727; }
  .services .col-12 {
    margin-bottom: 32px; }
  .services .mini-title {
    color: #fff; }
  .services h2 {
    color: #D38251; }
  .services a:hover {
    text-decoration: none; }
  .services .service {
    border: 1px solid #D38251;
    padding: 47px 32px 32px 32px;
    position: relative; }
    .services .service .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      background: #D38251;
      transition: 0.3s; }
    .services .service p {
      color: #fff;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      z-index: 1;
      position: relative;
      margin-top: 14px; }
    .services .service svg {
      z-index: 1;
      position: relative;
      height: 96px;
      fill: #D38251; }
      .services .service svg path {
        transition: 0.3s;
        fill: #D38251; }
    .services .service:hover {
      transition: 0.3s; }
      .services .service:hover .overlay {
        height: 100%;
        transition: 0.3s; }
      .services .service:hover svg {
        fill: #fff; }
        .services .service:hover svg path {
          fill: #fff;
          transition: 0.3s; }

.flex-col {
  display: flex;
  align-items: center;
  justify-content: center; }

h2 {
  position: relative; }
  h2 span.line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #D38251; }
    h2 span.line:nth-of-type(1) {
      top: calc(50% - 3px); }
  h2:before {
    top: 50%; }
  h2:after {
    top: calc(50% + 3px); }

.projects {
  padding: 120px 0; }
  .projects svg {
    height: auto; }
  .projects .col-12 {
    margin-bottom: 24px; }
    .projects .col-12 .project {
      height: 375px;
      cursor: pointer; }
    .projects .col-12:nth-of-type(1) .project, .projects .col-12:nth-of-type(2) .project, .projects .col-12:nth-of-type(6) .project, .projects .col-12:nth-of-type(7) .project, .projects .col-12:nth-of-type(8) .project, .projects .col-12:nth-of-type(9) .project, .projects .col-12:nth-of-type(13) .project, .projects .col-12:nth-of-type(14) .project, .projects .col-12:nth-of-type(15) .project, .projects .col-12:nth-of-type(16) .project {
      height: 280px; }
    .projects .col-12:nth-of-type(7) .project .post-thumb img, .projects .col-12:nth-of-type(14) .project .post-thumb img, .projects .col-12:nth-of-type(15) .project .post-thumb img {
      object-position: bottom; }
  .projects .project {
    position: relative;
    overflow: hidden; }
    .projects .project .post-thumb {
      height: 100%;
      width: 100%; }
      .projects .project .post-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .projects .project .proj-content {
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: #502E1A;
      opacity: 0.8;
      transition: 0.3s;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      padding: 30px; }
      .projects .project .proj-content .category-name {
        margin: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #D38251; }
      .projects .project .proj-content h5, .projects .project .proj-content h5 a {
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
        color: #fff; }
      .projects .project .proj-content h5 a:hover {
        text-decoration: none; }
    .projects .project:hover .proj-content {
      bottom: 0;
      transition: 0.3s; }
  .projects.m-p .col-12:nth-of-type(1) .project .post-thumb img {
    object-position: 0 36%; }

.gallery .modal {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6); }

.gallery .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  background-color: transparent;
  border: none;
  border-radius: 0;
  z-index: 0; }

.gallery .numbertext {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16px; }

.gallery .mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 70vh; }

.gallery {
  padding-bottom: 96px; }
  .gallery .closeModal {
    position: absolute;
    top: 0;
    right: -35px;
    width: 17px;
    height: 17px; }
    .gallery .closeModal svg {
      height: auto; }

.gallery .close svg path {
  fill: #FFFFFF; }

.gallery .closeModal:hover, .gallery .closeModal:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1; }

.gallery .close:not(:disabled):not(.disabled):hover {
  cursor: pointer;
  opacity: 1; }

.gallery .mySlides {
  display: none; }

.gallery .prev {
  position: absolute;
  top: 50%;
  margin-left: 36px;
  transform: translateY(-50%);
  left: 0; }

.gallery .next {
  position: absolute;
  top: 50%;
  margin-right: 36px;
  transform: translateY(-50%);
  right: 0; }

.gallery .prev:hover, .gallery .next:hover {
  cursor: pointer; }

.contact {
  position: relative;
  padding: 105px 0; }
  .contact img, .contact .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .contact img {
    object-fit: cover;
    object-position: top; }
  .contact .overlay {
    background: #272727;
    opacity: 0.7; }
  .contact .mini-title {
    color: #D38251; }
  .contact h2 {
    color: #fff;
    font-size: 32px;
    line-height: 125%; }
  .contact p.desc {
    margin-bottom: 71px;
    margin-top: 31px; }
  .contact .info {
    display: flex;
    margin-top: 24px; }
    .contact .info div:nth-of-type(1) {
      margin-right: 65px; }
    .contact .info a {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      margin-left: 16px; }
  .contact label {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #D38251;
    margin-top: 15px; }
  .contact input, .contact textarea, .contact select {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: 8px 16px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    margin-top: 8px; }
    .contact input:focus, .contact textarea:focus, .contact select:focus {
      color: #fff; }
  .contact select {
    padding: 10px 16px; }
  .contact input::placeholder, .contact textarea::placeholder {
    color: #fff; }
  .contact option {
    color: #D38251; }
  .contact textarea {
    height: 115px; }
  .contact .wpcf7-response-output {
    color: #fff; }

span.wpcf7-list-item {
  margin: 0; }

.wpcf7-acceptance label {
  color: #fff;
  margin-bottom: 25px; }
  .wpcf7-acceptance label a {
    color: #D38251;
    text-decoration: underline; }

.submit-btn {
  position: relative; }
  .submit-btn span.my-border {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 200px;
    height: 39px;
    background: #D38251; }

input[type="submit"] {
  border: 1px solid white;
  overflow: hidden;
  background: #D38251;
  width: 196px;
  height: 35px;
  cursor: pointer;
  transition: all .5s ease;
  z-index: 1;
  padding: 4px 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 2px; }
  input[type="submit"]:hover {
    transition: 0.3s; }

.wpml-ls-legacy-dropdown-click {
  width: auto; }

.wpml-ls-legacy-dropdown-click a {
  background: transparent;
  color: #D38251;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  transition: .3s;
  outline: none; }

.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  color: #D38251;
  transition: .3s;
  background: transparent;
  text-decoration: none; }

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  width: 6px;
  height: 4px;
  border: none;
  background: url("http://highstreetinvestment.deployflex.com/wp-content/uploads/2020/11/Vector-9.png"); }

.lang .widget {
  margin: 0; }

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background: transparent;
  color: #D38251; }

.page-banner {
  height: 335px;
  width: 100%;
  position: relative; }
  .page-banner .post-thumbnail {
    width: 100%;
    height: 100%; }
    .page-banner .post-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-banner .absolute-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; }

h2.large span.line:nth-of-type(1) {
  top: 23px; }
h2.large span.line:nth-of-type(2) {
  top: 26px; }

.about-section-1 {
  position: relative;
  padding: 113px 0 213px 0; }
  .about-section-1 .bcg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about-section-1 h2 {
    font-weight: normal;
    margin-bottom: 32px; }
  .about-section-1 h2.large {
    font-weight: 500;
    font-size: 40px;
    line-height: 125%;
    margin-bottom: 0;
    color: #272727; }
    .about-section-1 h2.large span {
      color: #D38251; }
      .about-section-1 h2.large span .line:nth-of-type(1) {
        top: 23px; }
      .about-section-1 h2.large span .line:nth-of-type(2) {
        top: 26px; }
    .about-section-1 h2.large.mb-32 {
      margin-bottom: 50px; }
  .about-section-1 p {
    color: #272727; }
  .about-section-1 .mid-image {
    position: absolute;
    right: 0;
    width: 49.3%;
    object-fit: cover;
    bottom: -33%;
    height: 550px; }
  .about-section-1 svg {
    height: 109px;
    margin-bottom: 16px; }
  .about-section-1 .mb-70 {
    margin-bottom: 70px; }

.about-section-2 {
  padding: 250px 0 185px 0; }
  .about-section-2 h2 {
    font-weight: normal;
    font-size: 48px;
    line-height: 63px; }
    .about-section-2 h2 span {
      color: #fff; }

.m-top95 {
  padding-top: 100px; }

.services-page .right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44%;
  height: 900px;
  object-fit: cover; }
.services-page .lisc {
  position: absolute;
  left: 0;
  top: 20px;
  height: auto; }
.services-page .list-item .col-12:nth-of-type(1) .list-list ul li {
  margin-bottom: 16px; }

.gallery .closeModal svg {
  height: auto; }

.list-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-list ul li {
    position: relative;
    color: #272727;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding-left: 16px; }
    .list-list ul li:before {
      position: absolute;
      background: url("http://highstreetinvestment.deployflex.com/wp-content/uploads/2020/12/lisc-1.png");
      top: 8px;
      left: 0;
      width: 7px;
      height: 10px;
      content: ''; }

.contact-page {
  position: relative; }
  .contact-page .bcg {
    position: absolute;
    right: 0;
    top: -30px;
    width: auto;
    height: auto;
    max-height: 116vh;
    left: unset; }
  .contact-page h2 {
    color: #272727; }
  .contact-page input, .contact-page textarea, .contact-page select {
    border: 1px solid #696868;
    color: #272727;
    border-radius: 4px; }
    .contact-page input::placeholder, .contact-page textarea::placeholder, .contact-page select::placeholder {
      color: #696868; }
    .contact-page input:focus, .contact-page textarea:focus, .contact-page select:focus {
      color: #272727; }
  .contact-page input[type=submit] {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0; }
  .contact-page .contact-info svg {
    height: auto; }
  .contact-page .contact-info .email {
    margin-left: 90px; }
  .contact-page .contact-info .address {
    margin-top: 15px; }
  .contact-page .contact-info .d-flex {
    flex-wrap: wrap; }
  .contact-page a, .contact-page p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
    transition: 0.3s; }
  .contact-page a:hover {
    text-decoration: none;
    color: #D38251;
    transition: 0.3s; }
  .contact-page .wpcf7-acceptance label {
    color: #272727;
    display: flex; }
  .contact-page .wpcf7-acceptance a {
    font-size: 14px;
    line-height: 16px; }
  .contact-page input[type=checkbox] {
    width: auto;
    margin-top: 1px;
    margin-right: 10px; }
  .contact-page .wpcf7-response-output {
    color: #272727; }

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: unset; }

.js-wpml-ls-sub-menu {
  border-top: unset; }
  .js-wpml-ls-sub-menu li a {
    font-size: 10px;
    line-height: 16px;
    color: #D38251;
    padding: 0 0 0 7px; }
    .js-wpml-ls-sub-menu li a span {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #D38251;
      padding: 2px 3px; }

.wpcf7-acceptance label {
  display: flex; }

input[type=checkbox] {
  width: auto;
  margin-top: 1px;
  margin-right: 10px; }

.wpcf7-response-output {
  margin-left: 0;
  font-size: 14px; }

.wpcf7 form .wpcf7-response-output {
  margin-left: 0; }

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 2px; }

.error-404 {
  position: relative;
  max-height: 100vh;
  height: 100vh; }
  .error-404 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  .error-404 h1 {
    font-weight: bold;
    font-size: 288px;
    line-height: 250px;
    letter-spacing: -0.03em;
    color: #fff;
    mix-blend-mode: lighten;
    margin-bottom: 10px;
    text-align: center; }
    .error-404 h1 span {
      color: #D38251; }
  .error-404 p {
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    line-height: 125%;
    color: #fff; }
  .error-404 .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

#contact .wpcf7-response-output {
  position: absolute; }

@media (max-width: 1200px) {
  .main-banner h1 {
    font-size: 50px;
    line-height: 69px; }

  .transparent-btn {
    margin-top: 40px; }

  .moving-content {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .about-section-2 h2 {
    font-size: 40px; }

  .about-section-1 .mid-image {
    bottom: -30%; } }
@media (max-width: 991px) {
  body h1 {
    font-size: 48px; }

  .main-banner h1 {
    font-size: 48px;
    line-height: 50px; }

  .about-section-1 {
    padding: 60px 0 100px 0; }
    .about-section-1 h2.large {
      font-size: 32px; }
    .about-section-1 .mid-image {
      bottom: -22%;
      height: 315px; }

  .about-section-2 {
    padding: 160px 0 105px 0; }
    .about-section-2 h2 {
      font-size: 30px;
      line-height: 43px; }

  p, .list-list ul li {
    font-size: 14px; }

  .my-section h2 {
    font-size: 28px;
    margin-bottom: 18px; }
  .my-section p {
    font-size: 14px; }

  .contact h2 {
    font-size: 28px;
    margin-bottom: 18px; }
  .contact p.desc {
    margin-bottom: 35px;
    margin-top: 18px; }
  .contact .info {
    flex-direction: column; }
    .contact .info div:nth-of-type(1) {
      margin-right: 0;
      margin-bottom: 8px; }

  .relative-image svg {
    width: 300px;
    left: -23%; }

  .body h4 {
    margin-bottom: 18px; }

  .menu-toggle {
    display: block; }

  .main-navigation ul {
    display: none; }
  .main-navigation .menu-toggle {
    display: block;
    cursor: pointer; }
    .main-navigation .menu-toggle .burger {
      transition: 0.3s;
      width: 25px; }
    .main-navigation .menu-toggle .one {
      height: 3px;
      width: 100%;
      background: #D38251;
      transition: 0.3s; }
    .main-navigation .menu-toggle .two {
      margin: 6px 0;
      height: 3px;
      width: 100%;
      background: #D38251;
      transition: 0.3s; }
    .main-navigation .menu-toggle .three {
      height: 3px;
      width: 100%;
      background: #D38251;
      transition: 0.3s; }
  .main-navigation.toggled .menu-toggle .burger {
    transition: 0.3s; }
  .main-navigation.toggled .menu-toggle .one {
    position: relative;
    transform: rotate(45deg);
    width: 27px;
    transform-origin: left;
    transition: 0.3s; }
  .main-navigation.toggled .menu-toggle .two {
    opacity: 0;
    transition: 0.3s; }
  .main-navigation.toggled .menu-toggle .three {
    position: relative;
    transform: rotate(-45deg);
    width: 27px;
    transform-origin: left;
    top: 2px;
    transition: 0.3s; }

  #masthead .main-navigation ul li {
    padding: 14px 16px;
    text-align: center; }
    #masthead .main-navigation ul li a {
      color: #272727;
      display: inline;
      font-size: 16px; }
  #masthead .main-navigation.toggled ul {
    position: absolute;
    left: 0;
    top: 118px;
    background: white;
    width: 100%; }
  #masthead.scrolled .main-navigation.toggled ul {
    top: 98px; }

  .section-1 {
    padding-bottom: 100px; } }
.social-media-mob {
  display: none; }

@media (max-width: 767px) {
  .about-section-1 .mb-70 {
    margin-bottom: 50px; }

  .error-404 h1 {
    font-size: 150px;
    line-height: 160px; }
  .error-404 p {
    font-size: 26px;
    line-height: 125%; }

  .gallery .modal-content {
    width: 100vw; }
  .gallery .closeModal {
    top: -40px;
    right: 15px; }

  .services-page .right-img {
    position: static;
    width: 100%;
    height: 250px; }

  .about-section-2 h2 {
    font-size: 22px;
    line-height: 36px; }

  .about-section-1 {
    padding: 60px 0 63px 0; }
    .about-section-1 .mid-image {
      bottom: -21%;
      height: 255px; }
    .about-section-1 h2 {
      font-size: 24px;
      margin-bottom: 16px;
      margin-top: 10px; }

  .relative-image {
    top: 0; }

  .moving-content {
    margin-bottom: 50px; }

  .services, .projects, .contact {
    padding: 50px 0; }

  .contact {
    padding: 50px 0 93px 0; }

  #colophon .bottom-footer {
    margin-top: 30px;
    flex-direction: column; }
  #colophon h4 {
    margin: 20px 0; }

  form {
    margin-top: 20px; }

  .services-page {
    padding: 60px 0 0 0; }

  .projects .col-12 .project {
    height: 280px; }

  .contact-page a, .contact-page p {
    font-size: 16px; }
  .contact-page .contact-info {
    margin-top: 40px; }

  .projects .project .proj-content {
    bottom: -67%;
    justify-content: flex-start;
    padding: 15px; }
    .projects .project .proj-content h5 {
      font-size: 20px; }
  .projects .project:hover .proj-content {
    bottom: -67%; } }
@media (max-width: 577px) {
  #masthead {
    padding: 20px 0 20px 0; }
    #masthead .main-navigation.toggled ul {
      top: 98px; }

  .about-section-1 .mid-image {
    position: static;
    width: 100%;
    height: 200px; }
  .about-section-1 h2.large {
    font-size: 28px; }

  body h1 {
    font-size: 32px;
    line-height: 54px; }

  .page-banner {
    height: 300px; }

  .m-top95.service-scroll {
    padding-top: 100px;
    margin-bottom: -60px; }

  .about-section-1 h2.service-title {
    margin-bottom: -60px; }

  .services-page .right-img {
    margin-top: 110px; }

  .about-section-2 {
    padding: 30px 0 65px 0; }
    .about-section-2 h2 span {
      color: #272727; } }
@media (max-width: 565px) {
  #masthead .social-media {
    display: none; }

  .social-media-mob {
    display: block; }

  .main-banner h1 {
    font-size: 28px;
    line-height: 40px; } }
@media (max-width: 459px) {
  .contact-page .contact-info .email {
    margin-left: 0; }
  .contact-page .contact-info .d-flex {
    flex-direction: column; } }
@media (max-width: 380px) {
  .site-branding svg {
    width: 240px;
    max-width: 90%; } }
@media (max-width: 767px) {
	.mapka {
		height: 300px;
		object-fit:cover;
	}
}
/*# sourceMappingURL=style.css.map */
