@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

p, span, nav, .row {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.spec-caps {
  font-size: 28px;
  text-transform: uppercase;
}

a {
  color: #416483;
}

a:hover {
  color: #282828;
  text-decoration: none;
}

.btn-primary {
  background-color: #79a9d1;
  border-color: #79a9d1;
}

.button-blue {
  background-color: #79a9d1 !important;
  color: white !important;
  padding: 10px 25px !important;
  border-radius: 10px !important;
  text-transform: capitalize;
}

.button-blue:hover {
  background-color: #8a8888;
}

.button-gray {
  color: #282828;
  text-decoration: underline;
}

.button-gray:hover {
  color: #8a8888;
}

.main-nav .navbar {
  padding: 30px 60px;
}

.main-nav .dropdown-menu.show {
  left: -82px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #282828;
}

.navbar-brand img {
  max-width: 115px;
}

.container ul {
	list-style: disc !important;
	margin-left: 1em;
}

.menu-menu-1-container li:hover {
  cursor: pointer;
}

.menu-menu-1-container ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 1rem;
  left: 0;
  display: none;
  z-index: 1000;
}

.menu-menu-1-container ul li:hover > ul,
.menu-menu-1-container ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.menu-menu-1-container ul li ul li {
  clear: both;
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
  color: #282828;
}

footer .navbar-collapse {
  padding-top: 30px;
}

footer .navbar-nav {
  margin: 0 auto;
}

footer .menu-menu-1-container ul li ul {
  position: unset;
}

footer .map {
  height: 500px;
  background-position: center;
  background-size: cover;
}

.block-colors {
  height: 10px;
  width: 100%;
  background-image: url("/wp-content/uploads/2020/07/blocked-colors.jpg");
  margin-top: -5px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .menu-item a {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

.home .nav-link {
  color: white;
}

.top-nav {
  text-align: right;
  background-color: #282828;
  color: white;
  padding: 7px 0;
  padding-right: 25px;
}

.top-nav i {
  padding-right: 5px;
}

.top-nav a {
  color: white;
}

.top-nav a:hover {
  color: #8a8888;
  text-decoration: none;
}

.billboard {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid #79a9d1;
}

.billboard .transparent-overlay {
  background-color: white;
}

.billboard .billboard-text {
  padding: 100px 0;
  text-align: right;
  color: white;
}

.billboard .billboard-text h1 {
  text-transform: uppercase;
  font-size: 65px;
}

.we-are-tecture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
}

.we-are-tecture .left {
  padding: 40px 90px;
}

.we-are-tecture .left hr {
  border-color: white;
}

.we-are-tecture .left h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: -6px;
}

.we-are-tecture .left h1 {
  color: #79a9d1;
  text-transform: uppercase;
}

.we-are-tecture .left p {
  color: white;
}

.we-are-tecture .right {
  padding: 60px 50px 60px 95px;
  background-image: url("/wp-content/uploads/2020/10/cubes-drgray-v3-sm.png");
  background-repeat: repeat-y;
}

.services {
  padding-top: 70px;
}

.services h3 {
  text-align: center;
  text-transform: uppercase;
}

.services .thin {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.services hr {
  border: 0.5px solid #282828;
  margin: 20px 0;
}

.services .card {
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  border: none;
  border-radius: none;
}

.services .drk-bg {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}

.services .border {
  border: 2px solid white;
  padding: 20px;
  height: 100%;
}

.services .col-md-6 {
  padding: 15px;
}

.tecture-you {
  padding-top: 70px;
}

.tecture-you .container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tecture-you .container h2 {
  text-transform: uppercase;
}

.tecture-you .color-overlay {
  height: 100%;
  margin: 0 -15px;
  padding: 20px;
}

.collage {
  padding-top: 15px;
}

.collage .col-md-5 {
  background-position: center;
  background-size: cover;
}

.collage .col-md-7 {
  color: white;
  padding-left: 15px;
  padding-right: 0;
}

.collage .col-md-7 .quote {
  background-color: #282828;
  height: 100%;
  text-transform: uppercase;
  font-size: 20px;
}

.collage .col-md-7 .quote .quote-inside {
  padding: 25px;
}

.collage .col-md-7 .quote .quote-inside .right {
  text-align: right;
}

.collage .col-md-7 .bottom-image {
  background-position: center;
  background-size: cover;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .we-are-tecture .right {
    padding: 40px 90px;
    background-image: none;
  }
}

.services-page {
  padding-top: 70px;
  background-position: right 115px;
  background-repeat: no-repeat;
  background-size: 50%;
}

.services-page h1 {
  text-align: center;
  text-transform: uppercase;
}

.services-page hr {
  border: 0.5px solid #282828;
  margin: 30px 0;
}

.services-page .container {
  max-width: 1000px;
}

.services-page .row {
  padding-top: 40px;
}

.services-page .row img {
  width: 100%;
  height: auto !important;
}

.services-page .row .we-offer {
  padding-right: 50px;
}

.services-page .row .image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.51);
}

.services-page .callout-box {
  padding: 40px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.51);
}

.services-page .callout-box h4 {
  text-transform: uppercase;
}

.services-page .transparent-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 36, 66, 0.8)), to(rgba(79, 116, 146, 0.8)));
  background: linear-gradient(90deg, rgba(12, 36, 66, 0.8) 0%, rgba(79, 116, 146, 0.8) 100%);
  padding: 40px;
  color: white;
}

.services-page .transparent-bg h4 {
  color: white;
  text-transform: uppercase;
}

.services-page .transparent-bg hr {
  border-color: white;
}

.services-page .transparent-bg ul {
  list-style-image: url("/wp-content/uploads/2020/07/bullet-point.jpg");
  padding-left: 27px;
}

.services-page .transparent-bg ul li {
  margin: 18px 0;
}

.services-page .selected-projects {
  padding-top: 100px;
}

.services-page .selected-projects .mini-case img {
  width: 100%;
  height: 100%;
}

.services-page .selected-projects .bus-logo {
  width: auto !important;
  height: auto !important;
  max-height: 100px;
  max-width: 250px;
  margin-bottom: 30px;
}

.services-page .selected-projects .sub-title {
  font-weight: 800;
  font-size: 18px;
}

.services-page .selected-projects .row {
  padding-top: 0;
}

.services-page .selected-projects .parent {
  padding-bottom: 60px;
}

.services-page .selected-projects .case-group {
  display: none;
  position: relative;
}

.services-page .selected-projects .case-group .case-image {
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
}

.services-page .selected-projects .case-group .expand {
  position: relative;
  bottom: -25px;
  border-top: 1px solid #282828;
  width: 100%;
  padding-top: 15px;
}

.services-page .selected-projects .case-group#case-1 {
  display: block;
}

.services-page .selected-projects .mini-case {
  padding-bottom: 80px;
}

.services-page .selected-projects .mini-case .col-md-3 {
  border-right: 1px solid black;
}

.services-page .selected-projects .mini-case .col-md-9 {
  padding-left: 100px;
}

.services-page .selected-projects .mini-case .case-anchors {
  color: #416483;
}

.services-page .selected-projects .mini-case .case-anchors li:hover {
  cursor: pointer;
  color: #8a8888;
}

.page-template-temp-services2 .screenshots {
  padding-bottom: 80px;
}

.page-template-temp-services2 .case-image {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 11px -3px #000;
  box-shadow: 0px 0px 11px -3px #000;
}

.page-template-temp-services2 .selected-projects .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-temp-services2 .selected-projects hr {
  border-color: gray;
}

.contact-page .contact-left {
  padding-top: 40px;
}

.contact-page .contact-left h3 {
  text-transform: uppercase;
}

.contact-page .contact-right {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}

.contact-page .wpcf7-form label {
  width: 100%;
}

.contact-page .wpcf7-form-control-wrap input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #282828;
}

.contact-page .message textarea {
  width: 100%;
  border: 1px solid #282828;
}

.contact-page .wpcf7-submit {
  background-color: #79a9d1;
  color: white;
  padding: 5px 35px;
  border-radius: 10px;
  border: none;
}

.contact-page .wpcf7-submit:focus {
  border: none;
}

.page-template-temp-general .image-banner {
  margin-bottom: 45px;
}

.page-template-temp-general .opacity-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.688113)), to(rgba(0, 0, 0, 0.503239)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.688113) 0%, rgba(0, 0, 0, 0.503239) 100%);
  padding: 70px 0 50px;
  color: white;
}

.page-template-temp-general .opacity-overlay h1 {
  text-align: center;
}

.page-template-temp-general .opacity-overlay hr {
  border: 1px solid white;
}

.page-template-temp-general .without {
  padding: 70px 0 50px;
}

.page-template-temp-general .without hr {
  border: 1px solid #282828;
}

.page-template-temp-general .without h1 {
  text-align: center;
}

.page-template-temp-general .container {
  padding-right: 0;
  padding-left: 0;
}

.page-template-temp-general .general-image {
  height: 270px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.75);
  margin-bottom: 45px;
}

.page-template-temp-general h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
}

.page-template-temp-general .main-text ul {
  list-style: disc;
  margin-left: 20px;
}

.page-template-temp-general .main-text {
  margin: 0 20px;
}

.page-template-temp-tessera .screenshot, .page-template-temp-team .screenshot {
  padding: 20px;
  border: 1px solid gray;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 11px -3px #000000;
  box-shadow: 0px 0px 11px -3px #000000;
}

.page-template-temp-tessera .screenshot h4, .page-template-temp-team .screenshot h4 {
  font-size: 19px;
}

.page-template-temp-tessera .row, .page-template-temp-team .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-top: 50px !important;
}

.page-template-temp-tessera .row .col-lg-5, .page-template-temp-team .row .col-lg-5 {
  padding: 0 50px;
  padding-bottom: 5px;
}

.page-template-temp-tessera .row .col-lg-5 hr, .page-template-temp-team .row .col-lg-5 hr {
  border-color: gray;
}

.page-template-temp-tessera .row.full, .page-template-temp-team .row.full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-temp-tessera .row.mobile, .page-template-temp-team .row.mobile {
  display: none;
}

.page-template-temp-tessera .screenshot-section h3, .page-template-temp-team .screenshot-section h3 {
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.page-template-temp-tessera .screenshot-section h3:last-of-type, .page-template-temp-team .screenshot-section h3:last-of-type {
  padding-top: 70px;
}

.ultp-template-container, article.wordpress-service { max-width: 1280px !important; padding: 40px 15px !important; margin: 0 auto; }

.wordpress-service .attachment-post-thumbnail { max-width: 100% !important; height: auto !important; padding: 20px; border-radius: 20px; border: 2px solid rgba(187,187,187,.66); margin: 15px 0; }

.wordpress-service img { max-width: 100% !important; height: auto !important; }

.aligncenter { text-align: center !important; }

@media only screen and (max-width: 991px) {
  .page-template-temp-tessera .row.mobile, .page-template-temp-team .row.mobile {
    display: block;
  }
  .page-template-temp-tessera .row.full, .page-template-temp-team .row.full {
    display: none;
  }
}

footer {
  font-size: 14px;
}

footer .border-logo {
  border-top: 10px solid black;
  margin-top: 100px;
  text-align: center;
}

footer .border-logo img {
  width: 65px;
  margin-top: -38px;
}

footer nav {
  padding-top: 50px;
  text-align: center;
}

footer nav li a {
  color: #282828;
}

footer .socials {
  text-align: center;
  padding: 30px 0;
}

footer .socials i {
  color: #8a8888;
  width: 30px;
  margin: 0 30px;
  padding: 5px;
  border: 2px solid #8a8888;
  border-radius: 15px;
}

footer .info {
  text-align: center;
}

footer .info .info-text {
  padding-right: 20px;
  color: #8a8888;
}

footer .info .info-text i {
  padding-right: 10px;
  color: #282828;
}

footer .info .info-text .dashicons {
  color: #282828;
  margin-right: 10px;
}

footer .info .info-text:last-of-type {
  padding-right: 0;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  padding: 40px 0;
  color: #8a8888;
}

footer #map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.carousel {
  height: 800px;
}

.carousel-item {
  transition: -webkit-transform .5s ease-in-out;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
  height: 800px;
  background-size: cover;
  background-position: center;
}

.slide-overlay {
  position: absolute;
  color: white;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(25, 49, 148, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(25, 49, 148, 0.2) 100%);
}

.slide-overlay .text {
  text-align: left;
  padding-left: 60px;
  position: relative;
  height: 100%;
  top: 20%;
}

.slide-overlay .text h1 {
  text-transform: uppercase;
  font-size: 63px;
  text-shadow: -2px 1px 4px black;
}

.slide-overlay .text p {
  font-size: 20px;
}

.slide-overlay .text .button-blue {
  margin-top: 30px;
}

.slide-overlay .text .button-blue:hover {
  cursor: pointer;
}

.testimonials {
  padding-top: 100px;
}

.testimonials h3 {
  text-align: center;
  text-transform: uppercase;
}

.testimonials hr {
  border: 0.5px solid #282828;
  margin: 30px 0 50px 0;
}

.testimonials .row {
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.testimonials .row h3 {
  font-size: 20px;
  text-align: left;
  text-transform: none;
}

.testimonials .text {
  padding-left: 40px;
}

.testimonials .text-left {
  padding-right: 40px;
}

.testimonials .image, .testimonials .image-mobile, .testimonials .image-full {
  background-position: center;
  background-size: cover;
}

.testimonials .image-mobile {
  display: none;
}

.testimonials .quote-inside {
  text-align: right;
}

.testimonials .quote-inside .blue-text {
  color: #79a9d1;
}

.page-id-781 .selected-projects h3:first-of-type {
  display: none;
}

.page-id-781 .selected-projects hr:first-of-type {
  display: none;
}

.page-id-781 .mini-case .sub-title {
  display: none;
}

.wpcf7 form.init .wpcf7-response-output {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

@media only screen and (max-width: 1000px) {
  .carousel {
    height: 530px;
  }
  .carousel-item {
    height: 530px;
  }
  .slide-overlay .text h1 {
    font-size: 35px;
  }
  .slide-overlay .text p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse.collapse.show {
    text-align: right;
  }
  .navbar-collapse.collapsing {
    text-align: right;
  }
  .main-nav .dropdown-menu.show {
    text-align: right;
  }
  footer .navbar-collapse.collapse.show {
    text-align: center;
  }
  footer .navbar-collapse.collapsing {
    text-align: center;
  }
  footer .dropdown-menu.show {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .tecture-you .color-overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 36, 66, 0.8)), to(rgba(79, 116, 146, 0.8)));
    background: linear-gradient(90deg, rgba(12, 36, 66, 0.8) 0%, rgba(79, 116, 146, 0.8) 100%);
    color: white;
  }
  .collage .col-md-7 {
    padding: 0;
  }
  .services-page {
    background-image: none !important;
  }
  .services-page .row .we-offer {
    padding: 0 0 50px 0;
    margin: 0 15px;
  }
  .services-page .selected-projects .mini-case .col-md-3 {
    border: none;
  }
  .services-page .selected-projects .mini-case .col-md-9 {
    padding: 0;
  }
  .services-page .selected-projects .case-group .expand {
    position: unset;
    margin-top: 0px;
    border: none;
    border-bottom: 1px solid #282828;
    padding-bottom: 40px;
  }
  .services-page .selected-projects .case-group .case-image {
    margin-bottom: 35px;
  }
  .services-page .case-group {
    margin: 0 15px;
  }
  .carousel-item.four {
    background-position: right;
  }
  .testimonials .text {
    padding-left: 0;
  }
  .testimonials .text-left {
    padding: 0;
  }
  .testimonials .image {
    height: 200px;
    margin-bottom: 20px;
  }
  .testimonials .image-mobile {
    display: block;
    height: 200px;
    margin-bottom: 20px;
  }
  .testimonials .image-full {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .billboard .billboard-text h1 {
    font-size: 45px;
  }
  .home [class*='col-md'] {
    margin-left: 15px;
    margin-right: 15px;
  }
  .row {
    margin: 0;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-collapse .dropdown-item {
    white-space: break-spaces;
  }
  .button-gray {
    color: white;
    text-decoration: underline;
  }
  .button-gray:hover {
    color: white;
  }
  .we-are-tecture .button-blue {
    background-color: transparent;
    color: #79a9d1;
    padding: 0;
    border-radius: 0;
  }
  .we-are-tecture .button-blue:hover {
    background-color: transparent;
  }
}

@media only screen and (max-width: 400px) {
  .main-nav .navbar {
    padding: 30px 10px;
  }
  .billboard .billboard-text h1 {
    font-size: 35px;
  }
  .slide-overlay .text {
    padding-left: 10px;
  }
}

#wpcf7-f1134-p1090-o1 {
  -webkit-box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.45);
  padding: 40px;
  border-radius: 12px;
}

#wpcf7-f1134-p1090-o1 .row {
  max-width: 1000px;
}

#wpcf7-f1134-p1090-o1 .row .col-12 {
  padding-top: 30px;
}

#wpcf7-f1134-p1090-o1 .row .col-12 textarea {
  width: 100%;
  height: 120px;
}

#wpcf7-f1134-p1090-o1 .row label {
  width: 100%;
}

#wpcf7-f1134-p1090-o1 .row label span input {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
}

#wpcf7-f1134-p1090-o1 .row .wpcf7-checkbox {
  display: -ms-grid;
  display: grid;
}
/*# sourceMappingURL=styles.css.map */