:root {
  --gold: #ffc527;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #212121;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #919191;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.navigation {
  background-color: #0000;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.brand-logo {
  width: 100%;
  margin-top: 0;
}

.brand-logo.second-logo {
  width: auto;
  margin-top: 30px;
  display: inline-block;
}

.navigation-menu {
  float: none;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 80px;
  display: inline-block;
  position: relative;
}

.navigation-menu.dark {
  background-color: #f5f5f5;
  height: 70px;
}

.nav-link {
  color: #9b9b9b;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 80px;
  padding-top: 35px;
  padding-bottom: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: all .4s;
}

.nav-link:hover, .nav-link.w--current {
  color: #ffc527;
  box-shadow: inset 0 -3px #ffc527;
}

.nav-link.sticky {
  height: 70px;
  padding-top: 28px;
  padding-bottom: 15px;
}

.triangle-navigation {
  border-top: 80px solid #fff;
  border-left: 70px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -70px;
}

.triangle-navigation.left {
  border-top-width: 80px;
  border-top-color: #fff;
  border-left-style: none;
  border-right: 70px solid #0000;
  top: 0;
  left: auto;
  right: -70px;
}

.triangle-navigation.left.dark {
  border-top-width: 70px;
}

.triangle-navigation.left.bottom.clent {
  border-bottom-width: 170px;
  border-bottom-color: #fff;
  border-right-width: 130px;
  right: -130px;
}

.triangle-navigation.dark {
  border-top-width: 70px;
  border-top-color: #f5f5f5;
}

.triangle-navigation.bottom {
  border-top-style: none;
  border-top-width: 0;
  border-bottom: 80px solid #3d3d3d;
}

.triangle-navigation.bottom.client-arrow {
  border-bottom-width: 170px;
  border-bottom-color: #fff;
  border-left-width: 130px;
  left: -130px;
}

.quote-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffc527;
  border-radius: 4px;
  margin-top: 19px;
  margin-left: 18px;
  padding: 15px 20px 11px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .4s;
}

.quote-button:hover {
  background-color: #212121;
}

.quote-button.without-padding {
  margin-top: 0;
  margin-left: 0;
}

.quote-button.without-padding.in-blog {
  color: #fff;
  display: inline-block;
}

.quote-button.without-padding.full {
  background-color: #212121;
  width: 100%;
  display: block;
}

.quote-button.without-padding.full:hover {
  color: #ffc527;
  background-color: #fff;
}

.quote-button.in-sticky {
  margin-top: 12px;
}

.logo-wrapper {
  background-color: #f5f5f5;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner {
  background-color: #1d1d1d;
  height: 800px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.gray {
  background-color: #fafafa;
}

.section.gray.background-1.photo-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.gray.background-1._0-bottom {
  padding-bottom: 0;
  display: block;
}

.section.gray.no-padding {
  padding-bottom: 0;
}

.section.quote-background {
  background-color: #fff;
  background-image: linear-gradient(#ffc527f2, #ffc527f2), url('../images/lifting.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.color {
  background-color: #fafafa;
  position: relative;
}

.section.color.without-margin {
  padding-top: 50px;
}

.section.darker {
  background-color: #f1f1f1;
  display: none;
}

.section.without-bottom-pading {
  padding-bottom: 0;
}

.section.without-bottom-pading.no-padding {
  display: none;
}

.info-icon {
  float: left;
  background-color: #ffc527;
  background-image: url('../images/font-awesome_4-6-3_clock-o_100_0_ffffff_none_1font-awesome_4-6-3_clock-o_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 40px;
  height: 60px;
  margin-right: 30px;
  position: relative;
}

.info-icon.icon-2 {
  background-image: url('../images/font-awesome_4-6-3_phone_100_0_ffffff_none-1_1font-awesome_4-6-3_phone_100_0_ffffff_none (1).png');
  background-size: 20px;
}

.info-icon.biger {
  width: 70px;
  height: 90px;
}

.info-icon.biger.icon-4 {
  background-image: url('../images/font-awesome_4-6-3_magic_100_0_ffffff_none_1font-awesome_4-6-3_magic_100_0_ffffff_none.png');
  background-size: 30px;
}

.info-icon.biger.icon-5 {
  background-image: url('../images/font-awesome_4-6-3_users_100_0_ffffff_none_1font-awesome_4-6-3_users_100_0_ffffff_none.png');
  background-size: 25px;
}

.info-icon.biger.icon-6 {
  background-image: url('../images/font-awesome_4-6-3_rocket_100_0_ffffff_none_1font-awesome_4-6-3_rocket_100_0_ffffff_none.png');
  background-size: 25px;
}

.info-content {
  margin-top: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.info-content.no-margin {
  margin-top: 0;
}

.info-sub-text {
  color: #999;
  margin-bottom: 2px;
  font-size: 13px;
}

.info-sub-text.biger {
  color: #858585;
  font-size: 14px;
  font-weight: 500;
}

.big-slider {
  background-color: #0000;
  height: 100%;
}

.arrow {
  color: #9c9c9c;
  background-color: #fff;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 700;
  transition: all .2s;
}

.arrow:hover {
  color: #fff;
  background-color: #ffc527;
}

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

.slide-navigation {
  padding-top: 0;
  font-size: 11px;
}

.scroll-navigation {
  z-index: 1001;
  background-color: #0000;
  width: 100%;
  display: none;
  position: fixed;
}

.title-wrapper {
  margin-bottom: 50px;
}

.title-wrapper.center {
  text-align: center;
}

.service-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.service-wrapper.no-margin {
  margin-bottom: 20px;
}

.service-content {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 0;
  padding: 25px 20px;
  display: flex;
  box-shadow: 0 3px #f5f5f5;
}

.service-title {
  color: #212121;
  text-transform: capitalize;
  font-size: 16px;
}

.line-divider-title {
  background-color: #ffc527;
  width: 50px;
  height: 2px;
  margin-top: 15px;
  display: block;
}

.line-divider-title.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.space-divider {
  height: 40px;
}

.space-divider.small {
  height: 20px;
}

.tab-menu {
  float: left;
  width: 30%;
  margin-right: 40px;
}

.tab-link {
  color: #818181;
  background-color: #0000;
  border: 1px solid #dbdbdb;
  border-left-style: none;
  width: 100%;
  margin-top: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.tab-link:hover {
  color: #ffc527;
}

.tab-link.w--current {
  color: #ffc527;
  background-color: #0000;
  border-right-style: none;
  box-shadow: inset 3px 0 #ffc527;
}

.tab-link.top {
  border-top-style: none;
}

.tab-link.bottom {
  border-bottom-style: none;
}

.service-small-icon {
  float: left;
  background-image: url('../images/font-awesome_4-6-3_wrench_100_0_ffc527_none_1font-awesome_4-6-3_wrench_100_0_ffc527_none.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.lightbox-wrapper {
  position: relative;
  overflow: hidden;
}

.lightbox-overlay {
  background-color: #ffc527cc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-icon-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.zoom-icon {
  background-color: #2c2c2c;
  background-image: url('../images/font-awesome_4-6-3_search_100_0_ffffff_none_1font-awesome_4-6-3_search_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoom-icon:hover {
  background-color: #fff;
  background-image: url('../images/font-awesome_4-6-3_search_100_0_ffc527_none_1font-awesome_4-6-3_search_100_0_ffc527_none.png');
  background-size: 18px;
}

.left-arrow-service {
  border: 30px solid #0000;
  border-left-width: 0;
  border-right: 15px solid #ffc527;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -15px;
}

.left-arrow-service.right {
  border-left-width: 15px;
  border-left-color: #ffc527;
  border-right-width: 0;
  border-right-color: #0000;
  left: auto;
  right: -15px;
}

.project-categories {
  color: #fff;
  background-color: #ffc527;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 5px 12px 3px;
  font-size: 13px;
  display: inline-block;
}

.project-categories.biger {
  padding: 11px 15px 9px;
}

.client-wrapper {
  text-align: center;
  width: 100%;
}

.footer {
  background-color: #252525;
  border-bottom-width: 1px;
  padding-top: 70px;
  padding-bottom: 150px;
  position: relative;
}

.small-footer {
  background-color: #3d3d3d;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.small-footer.logo-part {
  background-color: #fff;
  height: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright {
  width: 940px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

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

.quote-text {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}

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

.blog-content {
  text-decoration: none;
}

.blog-content-title {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 30px;
  transition: all .2s;
  position: relative;
  top: -3px;
  box-shadow: 0 2px #ececec;
}

.blog-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 350px;
  height: 350px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.blog-date-wrapper {
  color: #fff;
  text-align: center;
  padding: 12px 19px 10px;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

.date-title {
  font-size: 14px;
  line-height: 26px;
}

.blog-title {
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 30px;
  text-decoration: none;
  transition: all .4s;
}

.blog-title:hover {
  color: #ffc527;
}

.bottom-footer {
  background-color: #1f1f1f;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-small-title {
  font-size: 22px;
}

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

.social-wrapper {
  float: right;
}

.social-wrapper.no-float {
  float: none;
}

.social-icon {
  float: left;
  background-color: #ffc527;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 40px;
  height: 40px;
  margin-left: 3px;
  margin-right: 3px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: #313131;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.instagram {
  background-image: url('../images/fa-instagram_100_0_ffffff_none_1fa-instagram_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.rss {
  background-image: url('../images/fa-rss_100_0_ffffff_none_1fa-rss_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.no-float {
  float: none;
}

.qoute-wrapper {
  margin-top: 20px;
  padding-right: 35px;
}

.form-wrapper {
  background-color: #ffc527;
  padding: 45px 35px 30px;
}

.form-wrapper.smaller {
  margin-left: 190px;
  margin-right: 190px;
}

.text-field {
  border-style: none;
  border-radius: 5px;
  height: 50px;
  font-size: 13px;
}

.text-field:active, .text-field:focus {
  box-shadow: 0 0 6px 1px #0003;
}

.text-field.area {
  height: auto;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 50px;
}

.contact-title {
  color: #fff;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.video-background {
  background-image: linear-gradient(#0009, #0009);
  height: 100%;
}

.success-message {
  color: #ffc527;
  background-color: #fff;
  line-height: 26px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ee0e0e;
  padding-left: 19px;
  padding-right: 19px;
  line-height: 26px;
}

.pages-banner {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/5e5bfba575d7b2e55c22f84c_b1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
}

.container-center {
  position: relative;
  top: 65%;
}

.image-proejct {
  margin-bottom: 15px;
  padding-right: 20px;
}

.project-details {
  float: left;
  text-align: right;
  background-color: #f5f5f5;
  border-right: 1px solid #e1e1e1;
  width: 50%;
  padding: 15px;
}

.project-details.no-line {
  text-align: left;
  border-right-style: none;
}

.project-details.white {
  background-color: #fff;
}

.project-sub-title {
  margin-bottom: 0;
}

.project-big-title {
  margin-top: 0;
  font-size: 32px;
}

.big-about-circle {
  background-image: url('../images/builder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 430px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.created-on {
  color: #7c7c7c;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}

.blog-home-image {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.team-content {
  text-align: center;
  background-color: #fff;
  padding: 25px 20px 20px;
}

.sub-text-team {
  color: #b1b1b1;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.team-name {
  margin-bottom: 5px;
  font-size: 16px;
}

.container-center-slider {
  position: relative;
  top: 60%;
  transform: translate(0, -50%);
}

.sub-banner-text {
  color: #727272;
  font-size: 17px;
}

.email {
  color: #ffc527;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 54px;
}

.call-sub-text {
  color: #bbb;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}

.slider-wrapper {
  background-color: #000c;
  border-left: 3px solid #ffc527;
  padding: 40px;
}

.slide-sub-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.slider-sub-text {
  color: #b4b4b4;
  font-size: 15px;
}

.slide-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/builder.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.responsive-navigation {
  background-color: #fff;
}

.project-item {
  margin-bottom: -1px;
  padding-left: 0;
  padding-right: 0;
}

.project-content {
  float: left;
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  width: 50%;
  height: 350px;
  max-height: 350px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.project-photo {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 350px;
  max-height: 350px;
}

.project-title {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
}

.read-more-position {
  padding-left: 30px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.licens-link {
  color: #919191;
  text-decoration: none;
}

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

.read-more-link {
  color: #bbb;
  text-transform: uppercase;
  border-bottom: 1px solid #bbb;
  margin-top: 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.read-more-link:hover {
  color: #ffc527;
  border-bottom-color: #ffc527;
}

.services-second-wrapper {
  display: none;
}

.companies-text {
  color: #919191;
  font-size: 16px;
  font-weight: 300;
}

.blog-sub-image {
  width: 100%;
}

.column {
  display: none;
}

.columns {
  justify-content: flex-end;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.copyright-2 {
  color: #b7b7c7;
  margin-bottom: 0;
  font-size: 14px;
}

.link-2 {
  color: #6f81fd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-2.white {
  color: #b7b7c7;
  letter-spacing: 0;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
}

.link-2.white:hover {
  color: #fff;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.paragraph-tiny {
  font-size: 14px;
  line-height: 20px;
}

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

.left-copyright-flex.right {
  justify-content: flex-start;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.center {
  text-align: center;
}

.center.color {
  color: #919197;
  letter-spacing: 0;
}

.big {
  color: #111;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client {
  opacity: .7;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 35px;
  transition: all .2s;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.column-2 {
  display: none;
}

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

.html-embed {
  height: 30em;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list {
  margin-left: -10px;
  margin-right: -10px;
}

.status-content-text {
  font-size: 40px;
}

.status {
  width: 940px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.status-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.status-content {
  opacity: .7;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
  transition: all .2s;
  display: flex;
}

.status-content:hover {
  opacity: 1;
}

.status-content-subtext {
  text-align: center;
  margin-top: 2px;
}

.text-block {
  text-align: justify;
}

.paragraph {
  color: #919191;
  text-align: justify;
  margin-top: 40px;
  font-weight: 300;
}

.paragraph-2, .paragraph-3 {
  text-align: justify;
}

.list, .list-2 {
  margin-bottom: 0;
}

.list-3 {
  list-style-type: disc;
}

.columns-4, .columns-5, .columns-6 {
  display: none;
}

.div-block {
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-4 {
  text-align: justify;
}

.contact-paragraph {
  margin: 5px;
  padding-right: 0;
}

.div-block-2 {
  display: flex;
}

.text-block-2 {
  text-align: right;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.flex-block {
  flex-direction: row;
  display: block;
}

.paragraph-5, .paragraph-6 {
  text-align: justify;
}

.columns-7 {
  display: block;
}

@media screen and (max-width: 991px) {
  .brand-logo.second-logo {
    margin-top: 15px;
  }

  .nav-link {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .triangle-navigation.left.bottom.clent, .triangle-navigation.bottom.client-arrow {
    display: none;
  }

  .banner {
    height: 600px;
  }

  .section.gray {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.gray.background-1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.gray.background-1.photo-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.color.without-margin {
    background-color: #ffc527;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.color.without-margin.darker {
    background-color: #fff;
  }

  .big-slider {
    height: 100%;
  }

  .service-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-title {
    font-size: 15px;
  }

  .client-wrapper {
    padding: 32px;
  }

  .small-footer.logo-part {
    height: auto;
  }

  .copyright {
    width: auto;
    position: relative;
  }

  .qoute-wrapper {
    margin-bottom: 40px;
  }

  .pages-banner {
    background-size: cover;
    height: 200px;
  }

  .container-center {
    top: 50%;
    transform: translate(0, -50%);
  }

  .big-about-circle {
    margin-bottom: 20px;
  }

  .container-center-slider {
    top: 50%;
  }

  .responsive-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamburger {
    color: #ffc527;
  }

  .hamburger.w--open {
    color: #fff;
    background-color: #ffc527;
  }

  .white-menu {
    background-color: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-content {
    border-top-style: none;
    border-bottom-style: none;
    border-right: 1px solid #ececec;
    width: 100%;
  }

  .project-photo {
    width: 100%;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client {
    flex: 0 25%;
  }

  .status {
    width: auto;
    position: relative;
  }

  .status-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .status-content {
    flex: 0 25%;
  }

  .paragraph {
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 400px;
  }

  .section, .section.darker {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.without-bottom-pading.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow {
    display: none;
  }

  .service-wrapper.no-margin {
    margin-bottom: 30px;
  }

  .tab-menu {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .lightbox-wrapper, .blog-wrapper {
    margin-bottom: 20px;
  }

  .blog-image {
    width: 300px;
    height: 300px;
  }

  .social-wrapper {
    float: none;
    text-align: center;
  }

  .social-icon {
    float: none;
  }

  .form-wrapper.smaller {
    margin-left: 50px;
    margin-right: 50px;
  }

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

  .responsive-navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-content {
    border-right-style: none;
  }

  .copyright-2 {
    margin-bottom: 0;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .collection-item {
    flex-direction: column;
  }

  .status-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .status-content {
    flex-basis: 33.3333%;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 350px;
  }

  .section.quote-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-wrapper {
    padding: 10px;
  }

  .footer {
    padding-bottom: 220px;
  }

  .blog-image {
    width: 200px;
    height: 200px;
  }

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

  .form-wrapper {
    padding: 35px 20px 20px;
  }

  .form-wrapper.smaller {
    margin-left: 0;
    margin-right: 0;
  }

  .container-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-details.no-line.white {
    padding-left: 5px;
    padding-right: 5px;
  }

  .project-sub-title {
    font-size: 13px;
  }

  .project-big-title {
    margin-bottom: 5px;
  }

  .big-about-circle {
    width: 240px;
    height: 240px;
  }

  .slider-wrapper {
    padding: 20px;
  }

  .slide-sub-title {
    font-size: 22px;
    line-height: 32px;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .logo-client, .status-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}


