@font-face {
  font-family: Glecb;
  src: url('../fonts/GLECB.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Segoeprb;
  src: url('../fonts/segoeprb.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --white-15: #ffffff26;
  --white-11: white;
  --white-80: #fffc;
  --black-41: #333;
  --theme-51: #262533;
  --white-10: #ffffff1a;
  --white-smoke: whitesmoke;
  --theme-2-51: #fae14c;
  --white-smoke-10: #f5f5f51a;
  --black-10: #3333331a;
  --black-65: #333333a6;
  --black-40: #3336;
  --theme-1: #3796d4;
  --theme-50: #3796d480;
  --theme-25: #3796d440;
  --black-30: #3333334d;
  --black-85: #000000d9;
  --black-95: #000000f2;
  --black-90-2: #262533e6;
  --theme-50-2: #26253380;
  --white-smoke-30: #f5f5f54d;
  --white-60: #fff9;
  --theme-2-50: #fae14c80;
  --black-5: #3333330d;
  --black-70: #333333b3;
  --black-50: #33333380;
  --theme-2-25: #fae14c40;
  --black-90: #333333e6;
  --white-97: #fffffff7;
  --black-60: #26253399;
  --white-85: #ffffffd9;
  --white-30: #ffffff4d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.hero-section {
  height: 98vh;
  padding: 60px 30px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-section.intenral {
  background-image: linear-gradient(to bottom, transparent 66%, var(--white-15) 84%, var(--white-11)), url('../images/architecture-blur-bright-1329061.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 475px;
  padding: 0;
}

.hero-section.intenral.project {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.hero-section.intenral.service {
  background-image: linear-gradient(to bottom, transparent 64%, var(--white-80) 85%, white 94%);
  background-size: auto;
}

.hero-section.intenral.search {
  background-image: linear-gradient(to bottom, transparent 50%, var(--white-11)), url('../images/black-and-white-black-and-white-challenge-262488.jpg');
}

.hero-section.v3 {
  height: 90vh;
  padding: 0;
}

.body {
  background-color: var(--white-11);
  color: var(--black-41);
  letter-spacing: .7px;
  font-family: Montserrat, sans-serif;
}

.body-wrapper {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/blue-print.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  justify-content: flex-start;
  padding-top: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.branding {
  float: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.branding.w--current {
  margin-right: 40px;
}

.nav-menu {
  float: left;
  padding-left: 15px;
  padding-right: 0;
}

.logo-image {
  border-radius: 5px;
  width: 270px;
}

.full-wrapper {
  background-color: var(--theme-51);
  border-radius: 0 6px 6px 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 1px 1px 9px 3px #3339;
}

.top-bar-wrapper {
  border-bottom: 1px solid var(--white-10);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 80px 10px 25px;
  display: flex;
}

.tel-text {
  opacity: .73;
  color: var(--white-11);
  margin-right: 15px;
  font-size: 13px;
  line-height: 18px;
}

.in-text-link {
  color: var(--white-smoke);
  font-size: 14px;
  text-decoration: none;
}

.in-text-link:hover {
  color: var(--theme-2-51);
  text-decoration: underline;
}

.social-media-wrapper {
  display: flex;
}

.social-media-link {
  margin-right: 20px;
}

.social-media-link.top {
  filter: invert();
  margin-left: 20px;
  margin-right: 0;
}

.social-icon {
  opacity: .7;
  width: 16px;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.top {
  filter: invert();
  width: 15px;
}

.social-icon.bot {
  width: 18px;
  display: block;
}

.nav-link {
  opacity: .7;
  color: var(--white-11);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13.5px;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--theme-2-51);
}

.nav-link.w--current {
  opacity: 1;
  color: var(--theme-2-51);
  font-weight: 600;
}

.nav-link.dropdown {
  padding-right: 30px;
}

.nav-link.mobile {
  display: none;
}

.icon {
  margin-top: 24px;
  margin-bottom: 0;
  margin-right: 10px;
}

.housing-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-image-1 {
  z-index: 1;
  background-color: var(--black-10);
  color: var(--white-11);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-image-1.slide {
  background-image: linear-gradient(to bottom, var(--black-10), var(--black-10)), url('../images/close-up-colors-construction-1573827.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.link-block {
  color: var(--black-41);
  width: 100%;
  text-decoration: none;
}

.link-block.service {
  border: 1px solid var(--black-10);
  background-color: var(--white-11);
  color: var(--black-41);
  text-align: center;
  border-radius: 4px;
  margin-top: 35px;
  margin-bottom: 31px;
  padding: 20px;
  text-decoration: none;
}

.link-block.search-results {
  border-bottom: 1px dashed var(--black-40);
  opacity: .58;
  color: var(--black-41);
  margin-bottom: 45px;
  padding-bottom: 15px;
  text-decoration: none;
}

.link-block.search-results:hover {
  opacity: .84;
  color: var(--theme-1);
}

.link-block.team {
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-para {
  opacity: .67;
  max-height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
}

.button {
  background-color: var(--theme-51);
  color: var(--white-11);
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
}

.button:hover {
  border: 1px solid var(--theme-1);
  background-color: var(--theme-2-51);
  color: var(--theme-51);
}

.button.v2 {
  background-color: var(--white-smoke);
  color: var(--black-41);
}

.button.v2:hover {
  border-color: var(--theme-51);
  background-color: var(--theme-51);
  color: var(--white-11);
}

.button.full {
  width: 100%;
  display: block;
}

.button.search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 55px;
  display: inline-block;
}

._60-wrapper {
  background-color: var(--theme-1);
  text-align: left;
  border-radius: 4px;
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
}

._60-wrapper.center {
  background-color: var(--black-41);
  color: #fae14c;
  text-align: center;
}

._60-wrapper.right {
  color: var(--black-41);
  text-align: right;
  background-color: #fae14c;
}

._60-wrapper.right.slide {
  background-color: var(--theme-51);
  color: var(--white-11);
}

._60-wrapper.slide {
  color: var(--white-11);
  text-align: center;
  width: 550px;
}

.slide-image-2 {
  z-index: 1;
  background-color: var(--black-10);
  color: var(--white-11);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-image-2.slide {
  background-image: linear-gradient(to bottom, var(--black-10), var(--black-10)), url('../images/new_slider02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.slide-image-3 {
  z-index: 1;
  background-color: var(--black-10);
  color: var(--white-11);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-image-3.slide {
  background-image: linear-gradient(to bottom, var(--black-10), var(--black-10)), url('../images/new_slider03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.next-text {
  color: #fae14c;
}

.next-wrapper {
  z-index: 10;
  color: var(--black-41);
  background-color: #fae14c;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  margin-right: -47px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.next-wrapper.v2 {
  background-color: var(--theme-51);
  margin-bottom: 120px;
}

.section {
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.ft {
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section.image {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, var(--theme-50), var(--theme-50)), url('../images/close-up-colors-construction-1573827.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.center {
  align-items: center;
  padding-top: 30px;
}

.section.cta {
  margin-top: -130px;
  padding: 60px 30px;
  display: block;
  position: relative;
}

.section.top {
  background-image: linear-gradient(to bottom, var(--white-11), #f5f5f500 16%);
  padding-top: 0;
}

.section._404 {
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 270px;
}

._90-wrappeer {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._90-wrappeer.special {
  z-index: 1;
}

._90-wrappeer.margin-top-90 {
  margin-top: 90px;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}

.h2.search {
  color: var(--white-11);
  margin-bottom: 41px;
}

.para {
  opacity: .7;
  color: var(--black-41);
  margin-bottom: 20px;
}

.para.copy {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.para.results {
  max-height: 60px;
  overflow: hidden;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
}

.content-wrapper {
  margin-bottom: 25px;
}

.bar-wrapper {
  background-color: var(--theme-51);
  color: var(--white-11);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  margin-left: -30px;
  padding: 20px 35px 20px 85px;
  display: inline-block;
  position: relative;
}

.bar-wrapper.center {
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 0;
  padding-left: 35px;
}

.bar-wrapper._404 {
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 35px;
  margin-left: 0;
  padding-left: 35px;
}

.scroll-link {
  color: var(--white-11);
  padding: 15px;
  text-decoration: none;
  display: inline-block;
}

.leftside-wrapper {
  background-color: var(--theme-51);
  width: 30%;
  padding: 60px;
  position: relative;
}

.rightside-wrapper {
  background-color: var(--black-41);
  width: 70%;
  padding: 60px;
}

.ft-banding, .ft-banding.w--current {
  margin-bottom: 20px;
}

.ft-para {
  color: var(--white-11);
  margin-bottom: 0;
}

.ft-para.margin-bottom-20 {
  margin-bottom: 20px;
}

.ft-text {
  color: var(--white-11);
  margin-bottom: 6px;
  font-size: 13px;
}

.ft-link {
  color: var(--theme-1);
  font-size: 14px;
  text-decoration: none;
}

.ft-link:hover {
  color: var(--black-41);
  text-decoration: underline;
}

.ft-link.telephone:hover, .ft-link.fax:hover {
  color: var(--theme-2-51);
}

.ft-link.email {
  margin-top: 0;
  display: inline-block;
}

.ft-link.email:hover {
  color: var(--theme-2-51);
}

.ft-link.light {
  opacity: .69;
  color: var(--white-11);
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
}

.ft-link.light:hover {
  opacity: 1;
}

.ft-heading-text {
  color: var(--theme-2-51);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.ft-heading-text.social {
  margin-bottom: 10px;
}

.ft-heading-text.right {
  text-align: right;
}

.ft-wrapper {
  margin-bottom: 26px;
  padding-right: 6px;
  position: relative;
}

.emagine-link {
  color: var(--white-11);
  text-decoration: none;
}

.emagine-link:hover {
  text-decoration: underline;
}

.emagine-link._66 {
  color: #ffffff4d;
}

.emagine-link._66:hover {
  color: #fae14c;
}

.item-wraper {
  margin-bottom: 40px;
}

.copy-section {
  background-color: #000000d9;
  padding: 20px 50px;
}

.column {
  text-align: right;
}

.copyright-wrapper {
  color: var(--white-11);
  font-size: 11px;
}

.emagine-text {
  color: #ffffff4d;
  font-size: 11px;
}

.quater-slide {
  width: 25%;
  height: 200px;
  padding: 13px;
}

.arrow-icon {
  font-size: 18px;
  display: inline-block;
}

.logo-link {
  color: var(--black-41);
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.logo-link.brand {
  background-color: var(--white-11);
  filter: grayscale();
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  transition: filter .4s, transform .4s;
  display: flex;
}

.logo-link.brand:hover {
  filter: none;
  transform: scale(1.05);
}

.carousel-slider {
  flex: 0 auto;
  align-self: auto;
  width: 60%;
  height: 450px;
}

.carousel-slider.brands {
  background-color: #0000;
  width: 100%;
  height: 200px;
  padding-left: 50px;
  padding-right: 50px;
}

.brand-logo-img {
  background-color: var(--white-11);
  border-radius: 4px;
  width: 85%;
}

.arrow {
  opacity: .7;
  color: var(--white-11);
  width: 40px;
  height: 40px;
  margin-left: 7px;
  font-size: 13px;
  display: block;
}

.arrow:hover {
  opacity: 1;
}

.arrow.right {
  margin-left: 0;
  margin-right: 7px;
}

.slide-nav {
  display: none;
}

.dropdown-link {
  border-bottom: 1px solid var(--white-smoke-10);
  opacity: .6;
  color: var(--white-11);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.dropdown-link:hover {
  border-bottom-color: var(--black-10);
  background-color: var(--white-11);
  opacity: .85;
  color: var(--theme-1);
}

.dropdown-link.w--current {
  background-color: var(--white-11);
  opacity: 1;
}

.dropdown-list.w--open {
  border: 1px solid var(--black-41);
  background-color: var(--theme-51);
  border-radius: 4px;
  overflow: hidden;
}

.button-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.mini-overlay {
  border: 1px solid var(--theme-25);
  background-color: var(--theme-51);
  border-top-left-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img {
  float: none;
  background-image: url('../images/addition-sign-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  transform: scale(1);
}

.slider {
  width: 100%;
  height: 100%;
}

.z-icon {
  opacity: .39;
  text-align: right;
}

.z-icon:hover {
  opacity: .8;
}

.ft-social-media-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.link-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.login-search-wrapper {
  border-left: 1px solid var(--black-30);
  filter: invert();
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.login-link, .search-link {
  margin-left: 20px;
}

.search-icon {
  opacity: .7;
  filter: invert();
  width: 20px;
}

.search-icon:hover {
  opacity: 1;
}

.login-icon {
  opacity: .7;
  filter: invert();
  width: 20px;
}

.login-icon:hover {
  opacity: 1;
}

.white-form-block {
  background-color: #fff;
  margin-bottom: 0;
}

.label {
  color: var(--theme-51);
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
}

.login-register-wrapper {
  border-radius: 5px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.tab-menu {
  text-align: left;
  border-bottom: 1px solid #00000026;
  margin-bottom: 19px;
}

.tab-menu.flex {
  margin-bottom: 0;
  display: flex;
}

.tab-menu.v2 {
  border-bottom-style: solid;
  margin-bottom: 45px;
  display: flex;
  overflow: auto;
}

.padded-form {
  text-align: left;
  padding: 40px;
}

.instruct-flex-wrapp {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.option-wrapper {
  margin-top: 30px;
}

.popup-wrapper {
  z-index: 10000;
  background-color: var(--black-85);
  text-align: center;
  height: 100vh;
  padding: 40px 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.text {
  opacity: .7;
  margin-bottom: 6px;
  font-weight: 400;
}

.text.center {
  text-align: center;
  margin-bottom: 15px;
}

.field {
  border-radius: 4px;
  height: 45px;
}

.field:hover, .field:focus {
  background-image: linear-gradient(#f0e68c8c, #f0e68c8c);
}

.field.smoke {
  background-color: var(--white-smoke);
}

.field.search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 55px;
  font-size: 17px;
}

.field.search.page {
  background-color: var(--white-smoke);
}

.field.message {
  height: 150px;
}

.close-link {
  background-color: var(--white-smoke);
  opacity: 1;
  color: #333;
  border-bottom-left-radius: 4px;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-link:hover {
  background-color: var(--white-11);
  opacity: 1;
  text-decoration: none;
}

.full-tab-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
  font-weight: 500;
}

.full-tab-link.w--current {
  background-color: var(--theme-51);
  color: var(--white-11);
}

.social-login-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.forgot-link {
  opacity: .7;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.forgot-link:hover {
  opacity: .85;
  text-decoration: underline;
}

.social-login-link {
  background-color: #333;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.social-login-link:hover {
  background-color: var(--theme-1);
}

.social-login-link.link-2 {
  background-image: url('../images/google-plus.svg');
  background-size: 18px;
}

.link {
  color: #00ffcd;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.dark {
  color: var(--theme-1);
}

.search-wrapper {
  border-radius: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.search-form {
  display: flex;
}

.search-popup-wrapper {
  z-index: 10000;
  background-color: var(--black-95);
  opacity: .97;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.submit-button {
  background-color: var(--black-41);
  color: #fae14c;
  text-transform: uppercase;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 45px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 12px;
}

.submit-button:hover {
  color: var(--black-41);
  background-color: #fae14c;
}

.submit-button.search {
  color: var(--white-11);
  height: 55px;
}

.submit-button.search:hover {
  background-color: var(--theme-51);
  color: var(--white-11);
}

.page-image {
  filter: grayscale();
  border-radius: 5px;
  transition: filter .4s;
}

.page-image:hover {
  filter: none;
}

.quick-link {
  background-color: var(--theme-51);
  color: var(--white-11);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.quick-link:hover {
  background-color: var(--theme-1);
}

.quick-link.project {
  border: 4px solid var(--theme-51);
  background-color: #0000;
  background-image: url('../images/new_slider02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 150px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.quick-link.project._2 {
  background-image: url('../images/architecture-blur-bright-1329061.jpg');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.quick-link.project._3 {
  background-image: url('../images/new_slider03.jpg');
  background-size: cover;
  height: 150px;
}

.quick-link.project._4 {
  background-image: url('../images/close-up-colors-construction-1573827.jpg');
  background-size: auto;
  height: 150px;
}

.quick-link-title {
  color: var(--theme-2-51);
  text-transform: capitalize;
  max-height: 75px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  overflow: hidden;
}

.quick-link-title.mini {
  opacity: .8;
  color: var(--white-11);
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.overlay-wrapper {
  background-color: var(--black-90-2);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
}

.tag-text {
  opacity: .8;
  text-align: left;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-link {
  color: var(--white-11);
  background-image: url('../images/croppped-profile-pic.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slide-link.image-2 {
  background-image: url('../images/adult-black-boardroom-1345085.jpg');
  background-size: cover;
}

.dark-wrapper {
  z-index: 2;
  background-color: var(--black-85);
  padding: 15px;
  position: relative;
}

.slider-nav {
  display: none;
  overflow: visible;
}

.arrow-span {
  font-family: "Fa solid 900", sans-serif;
}

.test {
  background-color: var(--theme-51);
  color: var(--white-11);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.test:hover {
  background-color: var(--theme-1);
}

.test.project {
  border: 3px solid var(--black-90-2);
  background-image: url('../images/new_slider02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.test.project.all {
  text-align: center;
  background-image: none;
  height: 150px;
  padding: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.test.project.all:hover {
  background-color: var(--theme-51);
  background-image: linear-gradient(to bottom, var(--theme-50), var(--theme-50));
}

.name-text {
  color: var(--theme-2-51);
  font-size: 17px;
}

.name-text.mini {
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.title-text {
  color: var(--white-11);
  margin-bottom: 5px;
  font-size: 12px;
}

.mini-slider {
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
}

.mini-slider-arrow {
  opacity: .26;
  transition: all .5s;
}

.mini-slider-arrow:hover {
  background-image: linear-gradient(270deg, var(--black-30) 44%, transparent);
  opacity: 1;
}

.mini-slider-arrow.left:hover {
  background-image: linear-gradient(to right, var(--black-30) 44%, transparent);
}

.flex-wrapper {
  justify-content: space-between;
  display: flex;
}

.left-wraper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 50px 0;
  display: flex;
}

.slider-wrapper {
  width: 30%;
  height: 375px;
}

.hero-light-box {
  width: 100%;
  height: 99%;
  text-decoration: none;
}

.hero-image {
  background-image: linear-gradient(to bottom, transparent 64%, var(--white-80) 85%, var(--white-11) 91%), url('../images/new_slider02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-image.service {
  background-image: linear-gradient(#0000 50%, #fff), url('../images/build-builder-carry-585419-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image.project {
  background-image: linear-gradient(#0000 50%, #fff), url('../images/new_slider02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gallery-text {
  background-color: var(--theme-2-51);
  color: var(--theme-51);
  border-radius: 4px;
  margin-bottom: 119px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
}

.unordered-list, .ordered-list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.list-text {
  opacity: .91;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.contact-list {
  margin-bottom: 20px;
  padding-left: 0;
}

.contact-text {
  opacity: .9;
  color: var(--black-41);
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 600;
}

.contact-link {
  color: var(--theme-1);
  font-size: 14px;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--black-90-2);
  text-decoration: underline;
}

.form-block {
  margin-bottom: 0;
}

.contact-wrapper {
  margin-bottom: 31px;
  padding-right: 30px;
}

.special-h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 600;
}

.special-h1.center {
  color: var(--theme-51);
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  text-shadow: 1px 1px 6px var(--theme-50-2), 3px 3px 4px var(--theme-2-51);
  margin-bottom: 75px;
  font-family: Caramel, sans-serif;
  font-size: 14.5ch;
  line-height: 79px;
}

.service-link {
  background-color: var(--white-11);
  background-image: linear-gradient(to bottom, var(--white-smoke-30), var(--white-smoke-30));
  color: var(--black-41);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 25px;
  text-decoration: none;
  overflow: hidden;
}

.service-link:hover {
  background-image: linear-gradient(to bottom, var(--theme-51), var(--theme-51));
  color: var(--white-11);
}

.sevice-image {
  background-image: url('../images/build-builder-carry-585419-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.sevice-image.img-2 {
  background-image: url('../images/meeting-2284501_640.jpg');
  background-size: cover;
}

.sevice-image.img-3 {
  background-image: url('../images/drive-1867268_640.jpg');
  background-size: cover;
}

.sevice-image.img-4 {
  background-image: url('../images/foundation-2660502_640.jpg');
  background-size: cover;
}

.info-wrapper {
  border: 1px solid var(--black-10);
  padding: 20px;
}

.service-h4 {
  text-transform: capitalize;
  align-items: center;
  min-height: 40px;
  max-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}

.affiliates-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.affiliates-image-wrapper {
  border: 1px solid var(--black-10);
  opacity: .6;
  filter: invert();
  text-align: center;
  background-image: url('../images/2-thegem-person.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 90px;
  margin-bottom: 3%;
  margin-left: 10px;
}

.affiliates-image-wrapper:hover {
  opacity: 1;
}

.affiliates-image-wrapper.img-2 {
  background-image: url('../images/1-thegem-person.svg');
}

.affiliates-image-wrapper.img-3 {
  background-image: url('../images/3-thegem-person.svg');
}

.affiliates-image-wrapper.img-4 {
  background-image: url('../images/5-thegem-person.svg');
}

.affiliates-image-wrapper.img-5 {
  background-image: url('../images/4-thegem-person.svg');
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-h4 {
  text-transform: capitalize;
  align-items: center;
  min-height: 40px;
  max-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  overflow: hidden;
}

.project-image {
  background-image: url('../images/new_slider02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.project-image.img-2 {
  background-image: url('../images/architecture-dug-out-pool-family-1488327.jpg');
  background-size: cover;
}

.project-image.img-3 {
  background-image: url('../images/architecture-beach-building-258154.jpg');
  background-size: cover;
}

.project-image.img-4 {
  background-image: url('../images/apartment-architectural-design-architecture-323780.jpg');
  background-size: cover;
}

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

.pagi-link {
  opacity: .55;
  color: var(--theme-51);
  text-align: center;
  text-transform: capitalize;
  min-width: 75px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.pagi-link:hover {
  opacity: 1;
}

.cap-text {
  text-transform: capitalize;
}

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

.tab-link {
  border-right: 1px dotted var(--black-30);
  opacity: .8;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  margin-bottom: -1px;
  font-weight: 600;
}

.tab-link:hover {
  border-bottom-color: var(--theme-1);
  opacity: .8;
  color: var(--theme-1);
}

.tab-link.w--current {
  border-bottom: 2px solid var(--theme-1);
  opacity: 1;
  color: var(--theme-1);
  background-color: #0000;
  font-weight: 600;
}

.search-page-form {
  margin-bottom: 40px;
}

.result-title-text {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
}

.team-image-wrapper {
  border-radius: 4px;
}

.image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/croppped-profile-pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: 300px;
  display: flex;
  position: relative;
}

.image-wrapper.image-2 {
  background-image: url('../images/blur-casual-close-up-462680.jpg');
}

.image-wrapper.image-3 {
  background-image: url('../images/beautiful-beauty-blurred-background-1239291.jpg');
}

.image-wrapper.image-4 {
  background-image: url('../images/adult-blue-businessman-1043474.jpg');
}

.left-wrapper {
  padding-right: 10px;
}

.right-wrapper {
  padding-left: 10px;
}

._404-image {
  opacity: .68;
  width: 180px;
  margin-bottom: 35px;
}

._404-text {
  margin-bottom: 35px;
}

.linear-overlay-wrapper {
  z-index: 1;
  background-image: linear-gradient(180deg, transparent 87%, var(--white-60) 95%, #fff);
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: var(--black-10);
}

.image-5 {
  float: left;
  width: 250px;
}

.lightbox-link {
  z-index: 1;
  float: left;
  border-radius: 10px;
  max-width: 40%;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.enlarge-text {
  color: var(--theme-2-51);
  background-color: #0000004d;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.plus-text {
  font-size: 18px;
}

.ico-grid {
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  width: 100%;
  margin-bottom: 10px;
}

.ft-ico {
  width: 20px;
}

.ico-grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.div-block {
  z-index: 1001;
  font-size: 12px;
  position: absolute;
  inset: 25px 20px auto auto;
}

.button-2 {
  background-color: var(--theme-2-51);
  color: var(--black-41);
  border: 1px solid #26253366;
  border-radius: 6px;
  padding: 6px 12px;
  transition: background-color .3s;
}

.button-2:hover {
  background-color: var(--theme-51);
  color: var(--theme-2-51);
}

.para-700 {
  opacity: .7;
  color: var(--black-41);
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.para-700.copy {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.para-700.results {
  max-height: 60px;
  overflow: hidden;
}

.you-build {
  color: var(--theme-1);
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.con-text {
  color: var(--black-41);
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
}

html.w-mod-js [data-ix="hidden-overlay"], html.w-mod-js [data-ix="hidden-popup"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="slide-from-left"] {
  transform: translate(-1100px);
}

html.w-mod-js [data-ix="slide-from-right"] {
  transform: translate(1100px);
}

html.w-mod-js [data-ix="hidden"] {
  opacity: .35;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 75vh;
    overflow: visible;
  }

  .hero-section.intenral {
    height: 60vh;
  }

  .hero-section.v3 {
    height: 75vh;
  }

  .navbar {
    z-index: 1000;
  }

  .nav-menu {
    border: 1px solid var(--black-41);
    background-color: var(--theme-51);
    border-top-left-radius: 4px;
    width: 30vw;
    padding-right: 3px;
    overflow: hidden;
  }

  .logo-image {
    width: 230px;
  }

  .social-media-wrapper {
    margin-right: 0;
  }

  .social-media-link {
    margin-right: 20px;
  }

  .nav-link {
    border-bottom: 1px solid var(--white-smoke-10);
    color: var(--white-11);
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    background-color: var(--white-11);
    color: var(--theme-51);
  }

  .slide-image-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-image-1.slide {
    background-image: linear-gradient(to bottom, var(--black-65), var(--black-65)), url('../images/close-up-colors-construction-1573827.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: center;
  }

  .link-block.service {
    width: 70%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button {
    display: inline-block;
  }

  ._60-wrapper.right.slide {
    color: var(--white-11);
    background-color: #0000;
  }

  ._60-wrapper.slide {
    background-color: #0000;
    width: auto;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0;
  }

  .slide-image-2.slide {
    background-image: linear-gradient(to bottom, var(--black-65), var(--black-65)), url('../images/new_slider02.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: center;
  }

  .slide-image-3.slide {
    background-image: linear-gradient(to bottom, var(--black-65), var(--black-65)), url('../images/new_slider03.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: center;
  }

  .next-wrapper {
    margin-bottom: 110px;
    margin-right: -42px;
    display: none;
  }

  .section.cta {
    padding-left: 29px;
    padding-right: 29px;
  }

  .section._404 {
    padding-top: 235px;
  }

  ._90-wrappeer {
    width: 100%;
  }

  .leftside-wrapper {
    width: 35%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rightside-wrapper {
    width: 65%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ft-banding.w--current {
    margin-bottom: 32px;
  }

  .ft-heading-text.right {
    text-align: left;
  }

  .item-wraper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .copy-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quater-slide {
    width: 33.333%;
    height: 175px;
  }

  .carousel-slider {
    width: 100%;
    height: 400px;
  }

  .carousel-slider.brands {
    height: 175px;
  }

  .dropdown-link {
    border-bottom-color: var(--black-10);
    color: var(--black-41);
    display: block;
  }

  .dropdown-list.w--open {
    background-color: var(--white-smoke);
    border-style: none;
    border-radius: 0;
  }

  .menu-button {
    float: left;
    background-color: var(--theme-2-51);
    color: var(--theme-51);
  }

  .menu-button.w--open {
    background-color: var(--theme-2-51);
    color: var(--theme-51);
  }

  .mini-overlay {
    width: 60px;
    height: 60px;
  }

  .img {
    width: 25px;
    height: 25px;
  }

  .login-link, .search-link {
    margin-left: 15px;
    margin-right: 0;
  }

  .login-register-wrapper {
    width: 60%;
  }

  .popup-wrapper {
    align-items: center;
    overflow: auto;
  }

  .search-wrapper {
    width: 70%;
  }

  .search-popup-wrapper {
    overflow: auto;
  }

  .quick-link-title {
    letter-spacing: 3px;
    font-size: 14px;
  }

  .grid-wrapper {
    flex: 0 50%;
    margin-bottom: 15px;
  }

  .grid-wrapper.full {
    flex-basis: 100%;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
  }

  .gallery-text {
    margin-bottom: 0;
  }

  .special-h1.center {
    margin-bottom: 50px;
    font-size: 10.8ch;
    line-height: 55px;
  }

  .affiliates-wrapper {
    justify-content: flex-start;
  }

  .affiliates-image-wrapper {
    width: 30%;
    height: 90px;
    margin-left: 0;
    margin-right: 14px;
  }

  .grid-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .image-wrapper {
    height: 370px;
  }

  ._404-image {
    width: 150px;
  }

  .lightbox-link {
    max-width: 50%;
  }

  .button-2 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 320px;
    padding: 40px 15px;
  }

  .hero-section.intenral {
    height: 250px;
  }

  .hero-section.v3 {
    height: 295px;
  }

  .navbar {
    width: 100%;
    padding-top: 0;
    position: relative;
  }

  .branding {
    padding: 15px;
  }

  .branding.w--current {
    padding: 10px;
  }

  .nav-menu {
    width: 50vw;
  }

  .logo-image {
    width: 220px;
  }

  .full-wrapper {
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px;
  }

  .wrapper {
    display: flex;
  }

  .top-bar-wrapper {
    border-bottom-style: none;
    display: none;
  }

  .tel-text {
    display: none;
  }

  .social-media-wrapper {
    flex-direction: row;
    justify-content: space-between;
    display: none;
  }

  .social-media-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .social-icon.top {
    width: 20px;
  }

  .nav-link.mobile {
    display: block;
  }

  .housing-wrapper {
    background-image: url('../images/new_slider03.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 15px;
    display: flex;
    overflow: hidden;
  }

  .housing-wrapper.v2 {
    padding: 0;
  }

  .slide-image-1 {
    display: none;
  }

  .slide-image-1.slide {
    justify-content: center;
    align-items: center;
  }

  .link-block.service {
    width: 100%;
    margin-bottom: 80px;
  }

  .h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-para {
    display: block;
  }

  .button.v2 {
    background-color: var(--white-smoke);
    color: var(--black-41);
  }

  .button.v2:hover {
    background-color: var(--theme-1);
    color: var(--white-11);
  }

  ._60-wrapper {
    background-color: var(--theme-1);
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  ._60-wrapper.right.slide {
    text-align: center;
    padding: 20px;
  }

  ._60-wrapper.slide {
    margin-top: 0;
  }

  .slide-image-2 {
    display: none;
  }

  .slide-image-2.slide {
    align-items: center;
  }

  .slide-image-3 {
    display: none;
  }

  .slide-image-3.slide {
    justify-content: center;
    align-items: center;
  }

  .next-wrapper {
    display: none;
  }

  .section {
    padding: 40px 15px;
  }

  .section.ft {
    flex-direction: column;
  }

  .section.cta {
    display: none;
  }

  .section._404 {
    min-height: 0;
    padding-top: 40px;
  }

  ._90-wrappeer {
    width: 100%;
  }

  .bar-wrapper {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bar-wrapper.center, .bar-wrapper._404 {
    padding-left: 15px;
  }

  .leftside-wrapper, .rightside-wrapper {
    width: 100%;
    padding: 40px 15px;
  }

  .ft-heading-text.right {
    text-align: left;
  }

  .ft-wrapper {
    margin-bottom: 35px;
  }

  .item-wraper {
    width: 100%;
    margin-bottom: 30px;
  }

  .copy-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .copyright-wrapper {
    margin-bottom: 5px;
  }

  .emagine-text {
    text-align: left;
  }

  .quater-slide {
    width: 50%;
  }

  .carousel-slider {
    height: 360px;
  }

  .slide-nav.v2 {
    display: block;
  }

  .menu-button {
    border-radius: 4px;
    margin-left: 20px;
  }

  .left-arrow, .right-arrow, .login-search-wrapper {
    display: none;
  }

  .login-link, .search-link {
    margin-left: 15px;
    margin-right: 0;
  }

  .login-register-wrapper {
    width: 90%;
  }

  .popup-wrapper {
    padding: 50px 15px;
  }

  .search-wrapper {
    width: 100%;
  }

  .search-popup-wrapper {
    padding: 50px 15px;
  }

  .quick-link {
    margin-bottom: 4px;
  }

  .grid-wrapper, .grid-wrapper.full {
    flex: 0 auto;
  }

  .dark-wrapper {
    padding: 15px;
  }

  .slider-nav {
    display: block;
  }

  .test {
    margin-bottom: 4px;
  }

  .mini-slider-arrow {
    display: none;
  }

  .flex-wrapper {
    flex-direction: column;
  }

  .left-wraper {
    width: 100%;
    padding: 0;
  }

  .slider-wrapper {
    width: 100%;
    height: 400px;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
  }

  .contact-wrapper {
    padding-right: 4px;
  }

  .special-h1.center {
    text-align: left;
    margin-bottom: 30px;
    font-size: 8ch;
    line-height: 50px;
  }

  .sevice-image {
    height: 170px;
  }

  .affiliates-wrapper {
    justify-content: flex-start;
  }

  .affiliates-image-wrapper {
    background-size: 140px;
    width: 30.7%;
    height: 120px;
  }

  .grid-2 {
    flex-direction: column;
    display: block;
  }

  .project-image {
    height: 170px;
  }

  .image-wrapper {
    height: 300px;
  }

  .left-wrapper {
    padding-right: 0;
  }

  .right-wrapper {
    padding-left: 0;
  }

  ._404-image {
    width: 150px;
  }

  ._404-text {
    text-align: center;
  }

  .button-2 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 230px;
  }

  .hero-section.intenral {
    height: 180px;
  }

  .hero-section.v3 {
    height: 220px;
  }

  .logo-image {
    width: 200px;
  }

  .full-wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .top-bar-wrapper {
    display: none;
  }

  .slide-image-1.slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.search {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
  }

  .slide-image-2.slide {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-image-3.slide {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .bar-wrapper {
    margin-bottom: 30px;
  }

  .ft-heading-text.right {
    text-align: left;
  }

  .quater-slide {
    width: 100%;
  }

  .carousel-slider {
    height: 250px;
  }

  .menu-button {
    padding: 10px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .login-register-wrapper {
    width: 100%;
  }

  .tab-menu {
    text-align: left;
    flex-wrap: nowrap;
    display: block;
    overflow: visible;
  }

  .padded-form {
    padding: 15px;
  }

  .instruct-flex-wrapp {
    flex-direction: column;
  }

  .field.search {
    border-radius: 4px;
  }

  .search-wrapper {
    width: 100%;
  }

  .search-form {
    display: block;
  }

  .submit-button.search {
    border-radius: 4px;
    width: 100%;
  }

  .grid-wrapper {
    flex: 0 auto;
  }

  .dark-wrapper {
    padding: 15px;
  }

  .name-text.mini {
    min-height: 0;
    max-height: none;
  }

  .slider-wrapper {
    height: 320px;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
  }

  .special-h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .special-h1.center {
    margin-bottom: 49px;
    font-size: 60px;
    line-height: 45px;
  }

  .sevice-image {
    height: 200px;
  }

  .service-h4 {
    min-height: 0;
    max-height: none;
  }

  .affiliates-wrapper {
    justify-content: flex-start;
  }

  .affiliates-image-wrapper {
    width: 47.5%;
    margin-right: 7px;
  }

  .grid-2 {
    flex-direction: column;
    display: block;
  }

  .project-h4 {
    min-height: 0;
    max-height: none;
  }

  .project-image {
    height: 200px;
  }

  .flex-form {
    flex-direction: column;
  }

  .image-wrapper {
    height: 330px;
  }

  ._404-image {
    width: 120px;
  }

  .lightbox-link {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }

  .button-2 {
    margin-top: 120px;
  }
}

#w-node-_9d1ee3ef-4398-bf86-7f1f-456a47786aaf-fcf4ccf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Glecb';
  src: url('../fonts/GLECB.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Segoeprb';
  src: url('../fonts/segoeprb.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}