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

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

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

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

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

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

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

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

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

a {
  text-decoration: underline;
}

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

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

.navigation {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

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

.brand-logo.w--current {
  margin-top: -11px;
}

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

.navigation-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 56px;
  float: none;
  background-color: #fff;
  text-align: center;
}

.navigation-menu.dark {
  display: none;
  height: 70px;
  background-color: #666;
}

.nav-link {
  height: 80px;
  padding-top: 16px;
  padding-bottom: 25px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  height: 10px;
  padding-top: 16px;
  box-shadow: inset 0 -3px 0 0 #ffc527;
  color: #ffc527;
}

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

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

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

.triangle-navigation.left.dark {
  border-top-width: 70px;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

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

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

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

.quote-button {
  margin-top: 9px;
  margin-left: 18px;
  padding: 8px 20px 11px;
  border-radius: 4px;
  background-color: #ffc527;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

.quote-button.without-padding.full {
  display: block;
  width: 100%;
  background-color: #000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

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

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

.logo-wrapper {
  position: static;
  top: 0px;
  z-index: auto;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 0px;
  background-color: #000;
}

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

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

.section.gray {
  padding-top: 0px;
  background-color: #fafafa;
}

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

.section.gray.background-1._0-bottom {
  padding-top: 54px;
  padding-bottom: 0px;
}

.section.gray.no-padding {
  height: 970px;
  padding-bottom: 0px;
  background-color: #000;
}

.section.quote-background {
  height: 480px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 197, 39, 0.92)), to(rgba(255, 197, 39, 0.92))), url('../images/lifting.jpg');
  background-image: linear-gradient(180deg, rgba(255, 197, 39, 0.92), rgba(255, 197, 39, 0.92)), url('../images/lifting.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.section.color.without-margin {
  margin-bottom: 7px;
  padding-top: 50px;
  padding-bottom: 72px;
  background-color: #fff;
}

.section.color.without-margin.darker {
  margin-left: 0px;
  padding-top: 79px;
  background-color: #fff;
}

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

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

.info-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  background-color: transparent;
  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% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.info-icon.icon-2 {
  width: 20px;
  height: 30px;
  margin-right: 10px;
  background-color: transparent;
  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 {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background-color: #ffc527;
  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 {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background-color: #ffc527;
  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 {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background-color: #ffc527;
  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 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 8px;
  color: #fff;
}

.info-content.no-margin {
  margin-top: 0px;
  padding-left: 16px;
}

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

.info-sub-text.biger {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

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

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

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

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

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

.scroll-navigation {
  position: fixed;
  z-index: 1001;
  display: block;
  width: 100%;
  background-color: transparent;
}

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

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

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

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

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

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

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

.space-divider {
  height: 40px;
}

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

.tab-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  bottom: 40px;
  width: 30%;
  margin-right: 40px;
  float: left;
}

.tab-link {
  width: 100%;
  margin-top: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

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

.service-small-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  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-size: 17px;
  background-repeat: no-repeat;
}

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

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 197, 39, 0.8);
}

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

.zoom-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  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% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.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 {
  position: absolute;
  left: -15px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #ffc527 transparent transparent;
}

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

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

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

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

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

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

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

.copyright {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 0px;
  width: 940px;
  margin-top: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 167px;
  padding-top: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.quote-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -99px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120px;
  margin-bottom: -43px;
  padding-top: 20px;
  padding-bottom: 29px;
  background-color: #000;
}

.tab-small-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

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

.social-wrapper {
  float: right;
}

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

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

.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: 55px;
  padding-right: 35px;
}

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

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

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

.text-field:active {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.text-field:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

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

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

.video-background {
  display: block;
  height: 770px;
  background-color: rgba(0, 0, 0, 0.72);
}

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

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

.pages-banner {
  height: 290px;
  margin-top: -4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/stone-crusher-in-a-quarry-mining-industry-panorama-images_t20_a8KnJ6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/stone-crusher-in-a-quarry-mining-industry-panorama-images_t20_a8KnJ6.jpg');
  background-position: 0px 0px, 50% -1%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container-center {
  position: relative;
  top: auto;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

.project-big-title {
  margin-top: -62px;
  margin-bottom: -7px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

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

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

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

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

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

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

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

.sub-banner-text {
  margin-top: 33px;
  margin-left: -214px;
  color: #fff;
  font-size: 17px;
}

.phone-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffc527;
  font-size: 44px;
  line-height: 54px;
}

.call-sub-text {
  margin-top: -104px;
  margin-left: -217px;
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
}

.slider-wrapper {
  margin-top: -200px;
  padding: 40px;
  border-left: 3px solid #ffc527;
  background-color: rgba(0, 0, 0, 0.8);
}

.slide-sub-title {
  width: 380px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

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

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/builder.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/builder.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.responsive-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

.read-more-link:hover {
  border-bottom-color: #ffc527;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

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

.left-copyright-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-copyright-flex.right {
  height: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

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

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center {
  text-align: center;
}

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

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

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

.logo-client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.column-2 {
  display: none;
}

.image {
  margin-top: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 20px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  padding-bottom: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  border-radius: 20px;
  background-color: #ffc527;
  text-align: center;
}

.heading-2 {
  border-radius: 20px;
  background-color: #ffc527;
  text-align: center;
}

.heading-3 {
  border-radius: 20px;
  background-color: #ffc527;
  text-align: center;
  text-decoration: none;
}

.heading-4 {
  border-radius: 20px;
  background-color: #ffc527;
  text-align: center;
}

.heading-5 {
  border-radius: 20px;
  background-color: #ffc527;
  text-align: center;
}

.heading-6 {
  border-radius: 20px;
  background-color: #ffc527;
  text-align: center;
}

.heading-7 {
  border-radius: 0px;
  text-align: center;
}

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

.heading-9 {
  border-radius: 20px;
  background-color: #ffc527;
  text-align: center;
}

.heading-10 {
  color: #b9b9b9;
  font-style: normal;
  font-weight: 600;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.div-block {
  border-radius: 20px;
  background-color: #ffc527;
}

.div-block-2 {
  border-radius: 20px;
  background-color: #ffc527;
}

.lightbox-link {
  display: inline-block;
}

.button {
  position: -webkit-sticky;
  position: sticky;
  display: inline-block;
  float: left;
  clear: left;
}

.div-block-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  bottom: 60px;
  width: 70px;
  height: 70px;
  margin-top: 46px;
  margin-left: 1221px;
  padding-top: 0px;
  float: none;
}

.image-2 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.columns-3 {
  margin-top: 20px;
  margin-bottom: -113px;
  padding-bottom: 0px;
}

.div-block-4 {
  margin-top: 5px;
  opacity: 1;
}

.image-3 {
  margin-top: 72px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-11 {
  font-weight: 700;
}

.paragraph {
  margin-top: -13px;
  margin-bottom: 0px;
}

.grid {
  grid-auto-rows: 330px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: 330px 330px 330px;
  grid-template-rows: 330px 330px 330px;
}

.div-block-5 {
  margin-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 10px;
}

.paragraph-2 {
  position: static;
  width: 230px;
  margin-top: 1px;
  margin-left: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.elementpro {
  width: 250px;
  height: 283px;
  margin-top: 0px;
  margin-left: 20px;
}

.image-4 {
  margin-top: 2px;
  margin-left: 5px;
  padding-left: 0px;
}

.button-2 {
  margin-top: 4px;
  margin-left: 45px;
  border-radius: 20px;
  background-color: #ffc527;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 600;
}

.element2 {
  border: 2px solid #000;
  border-radius: 10px;
}

.div-block-8 {
  border: 2px solid #000;
  border-radius: 10px;
}

.div-block-9 {
  border: 2px solid #000;
  border-radius: 10px;
}

.div-block-10 {
  border: 2px solid #000;
  border-radius: 10px;
}

.div-block-11 {
  border: 2px solid #000;
  border-radius: 10px;
}

.div-block-12 {
  border: 2px solid #000;
  border-radius: 10px;
}

.div-block-13 {
  border: 2px solid #000;
  border-radius: 10px;
}

.div-block-14 {
  border: 2px solid #000;
  border-radius: 10px;
}

.container {
  margin-top: -22px;
}

.div-block-15 {
  margin-top: 5px;
}

.select-field {
  border-radius: 5px;
  background-color: #fff;
  color: #888;
  font-size: 13px;
}

.button-3 {
  margin-left: 0px;
  border-radius: 12px;
  background-color: #44ec38;
}

.heading-12 {
  color: #000;
  font-weight: 700;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
}

.paragraph-5 {
  color: #000;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
}

.image-5 {
  margin-top: 11px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-6 {
  margin-left: 39px;
}

.link-block {
  border: 0px solid #000;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-17 {
  height: 1680px;
  margin-bottom: 0px;
  background-color: #000;
}

.container-3 {
  margin-bottom: 54px;
}

.heading-13 {
  color: #fff;
}

.background-video {
  height: 630px;
  background-color: rgba(0, 0, 0, 0.45);
}

.div-block-18 {
  display: block;
  width: 900px;
  height: 500px;
  margin-top: 59px;
  margin-left: 225px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.24);
}

.heading-14 {
  padding-top: 48px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: center;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
}

.heading-15 {
  color: #e0e0e0;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -153px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  height: 190px;
  background-color: #000;
}

.body {
  height: auto;
}

.image-7 {
  margin-top: -165px;
}

.container-5 {
  height: 200px;
  margin-top: 17px;
  border: 4px solid #ffc527;
  border-radius: 40px;
}

.heading-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 7px;
  margin-left: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100px;
  margin-left: 208px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.button-4 {
  margin-top: -38px;
  padding: 17px 25px;
  border-radius: 40px;
  background-color: #ffc527;
  font-size: 20px;
}

.link-block-2 {
  display: inline-block;
  margin-top: -128px;
  padding-right: 166px;
  background-image: url('../images/350grados.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-8 {
  margin-top: -5px;
  margin-left: 0px;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -113px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-4 {
  margin-left: -282px;
  color: #fff;
}

.section-3 {
  height: 290px;
}

.gallery1 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

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

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.paragraph-6 {
  padding-top: 58px;
  text-align: center;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 170px;
  grid-template-rows: 170px;
}

.paragraph-7 {
  font-weight: 700;
}

.paragraph-8 {
  font-weight: 700;
}

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

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

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

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

  .banner {
    height: 600px;
  }

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

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

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

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

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

  .section.darker {
    width: auto;
  }

  .big-slider {
    height: 100%;
  }

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

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

  .client-wrapper {
    padding: 32px;
  }

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

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

  .align-center {
    margin-top: 0px;
  }

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

  .pages-banner {
    height: 200px;
    margin-top: 47px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

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

  .project-big-title {
    margin-left: 0px;
  }

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

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

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

  .hamburger {
    color: #ffc527;
  }

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

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

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

  .project-photo {
    width: 100%;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .left-copyright-flex {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

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

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .grid {
    width: auto;
    -ms-grid-columns: 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr;
  }

  .div-block-5 {
    width: 230px;
  }

  .paragraph-2 {
    margin-top: 32px;
    margin-left: -21px;
  }

  .elementpro {
    display: block;
    width: 190px;
    margin-top: 5px;
    margin-left: 18px;
  }

  .button-2 {
    margin-left: 14px;
  }

  .element2 {
    width: 230px;
    margin-left: -10px;
  }

  .div-block-9 {
    margin-left: -10px;
  }

  .image-8 {
    margin-top: 2px;
    margin-left: -6px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .container-6 {
    margin-top: 1px;
  }
}

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

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

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

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

  .arrow {
    display: none;
  }

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

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

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

  .align-center {
    margin-top: 0px;
  }

  .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-right: 50px;
    margin-left: 50px;
  }

  .project-big-title {
    margin-top: -83px;
    margin-left: 0px;
    padding-top: 9px;
  }

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

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

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

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

  .left-copyright-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .logo-client {
    -webkit-flex-basis: 33.333333333333336%;
    -ms-flex-preferred-size: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid {
    grid-column-gap: 16px;
    -ms-grid-columns: 0.4fr 0.4fr;
    grid-template-columns: 0.4fr 0.4fr;
  }

  .link-block-3 {
    margin-left: -749px;
  }

  .gallery1 {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    display: block;
    overflow: hidden;
  }

  .banner {
    height: 350px;
  }

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

  .section.darker {
    width: auto;
  }

  .tab-menu {
    position: static;
  }

  .client-wrapper {
    padding: 10px;
  }

  .footer {
    padding-top: 29px;
    padding-bottom: 0px;
  }

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

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

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

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

  .pages-banner {
    margin-top: 66px;
  }

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

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

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

  .project-big-title {
    margin-top: -80px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 29px;
  }

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

  .sub-banner-text {
    margin-top: -21px;
    margin-left: -187px;
    font-size: 14px;
  }

  .slider-wrapper {
    padding: 20px;
  }

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

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

  .left-copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    bottom: 70px;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-left: 261px;
    float: none;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    bottom: 40px;
    margin-left: 748px;
    padding-left: 0px;
  }

  .grid {
    width: 400px;
    margin-left: -12px;
    -ms-grid-columns: 200px 200px;
    grid-template-columns: 200px 200px;
  }

  .div-block-5 {
    width: 200px;
    border-style: none;
  }

  .elementpro {
    width: 180px;
    margin-left: 5px;
  }

  .element2 {
    width: 200px;
    border-style: none;
  }

  .div-block-8 {
    border-style: none;
  }

  .div-block-9 {
    border-style: none;
  }

  .div-block-10 {
    border-style: none;
  }

  .image-7 {
    margin-top: -56px;
    margin-bottom: -1px;
  }

  .container-5 {
    height: 220px;
  }

  .heading-16 {
    width: 270px;
    margin-top: -10px;
    margin-left: 0px;
    padding-bottom: 8px;
  }

  .text-block-3 {
    width: 270px;
    margin-top: -17px;
    margin-left: 0px;
    font-size: 14px;
  }

  .image-8 {
    margin-left: 9px;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .paragraph-7 {
    font-size: 12px;
    text-align: center;
  }

  .paragraph-8 {
    font-size: 12px;
    text-align: center;
  }

  .div-block-19 {
    margin-top: 0px;
  }

  .paragraph-9 {
    font-size: 14px;
  }
}

#w-node-b8a4520f-693c-598d-7cb1-5b3fe1047453-81bc3769 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6923052e-2ba7-94f3-76ef-1197186d1d7f-81bc3769 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8bc8864a-ea2c-7724-23a9-1e1b2cf244a9-81bc3769 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2fdda3e9-92e6-99c7-761e-59917d6a9a90-81bc3769 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_71108ac1-42ad-7a2c-95d9-0949f08511c2-81bc3769 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_71108ac1-42ad-7a2c-95d9-0949f08511de-81bc3769 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1952fb35-0d97-7457-5c57-99dd9d73ab49-81bc3769 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2dd9b2c2-ebfd-ec4b-4578-b61828f41c49-81bc3769 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fe3f4b17-df17-5537-5f78-62f884855b4b-749ca0d3 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ab125e1a-7d34-7837-ba63-368b79745b3f-749ca0d3 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-dea0137e-6577-92c5-8b89-aece5630437b-749ca0d3 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2dd9b2c2-ebfd-ec4b-4578-b61828f41c49-81bc3769 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_95cd71b0-f833-1ebf-2747-914baddb2103-a2bc3760 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_95cd71b0-f833-1ebf-2747-914baddb210a-a2bc3760 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_95cd71b0-f833-1ebf-2747-914baddb20f9-a2bc3760 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f80a3b93-e420-e261-2ea1-837a91c7ee6b-a2bc3760 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_95cd71b0-f833-1ebf-2747-914baddb2100-a2bc3760 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_95cd71b0-f833-1ebf-2747-914baddb2107-a2bc3760 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fe3f4b17-df17-5537-5f78-62f884855b4b-749ca0d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ab125e1a-7d34-7837-ba63-368b79745b3f-749ca0d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dea0137e-6577-92c5-8b89-aece5630437b-749ca0d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

