.home-mason-w {
  position: relative;
  width: 100%;
  height: auto;
}

.wsi-navbar {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 70px;
  padding-left: 70px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.wsi-navbar-container {
  margin-right: auto;
  margin-left: auto;
}

.mason-grid {
  overflow: hidden;
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-rule: 0px none transparent;
  column-rule: 0px none transparent;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-grid-item {
  width: 100%;
  margin-bottom: 10px;
}

.wsi-navbar-container-copy {
  width: 1140px;
}

.wsi-nav-link {
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.wsi-nav-link:hover {
  background-color: #3b4bf7;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  color: #fff;
}

.wsi-nav-link.w--current {
  background-color: #3b4bf7;
  color: #fff;
}

.logo-link {
  margin-top: 20px;
}

.about-sec {
  margin-top: 30px;
  margin-bottom: 70px;
}

.container-tbp80 {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 80px;
}

.wsi-behind-header {
  width: 400px;
  margin-bottom: 20px;
  margin-left: 85px;
  font-family: Anton, sans-serif;
  color: #111;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wsi-behind-the-lens-text {
  width: 700px;
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 28px;
}

.behind-the-lens-w {
  position: relative;
  -webkit-perspective: 216px;
  perspective: 216px;
}

.wsi-behind-image-w {
  position: absolute;
  left: auto;
  top: -39%;
  right: 0%;
  bottom: auto;
  width: 400px;
}

.wsi-btn {
  position: relative;
  left: auto;
  padding: 15px 30px;
  background-color: #000;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.wsi-btn:hover {
  background-color: #3b4bf7;
}

.wsi-services-sec {
  margin-bottom: 0px;
}

.wsi-services-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wsi-services-slider-w {
  overflow: visible;
  width: 60%;
  -o-object-fit: fill;
  object-fit: fill;
}

.wsi-services-list-w {
  width: 40%;
  padding: 105px 60px 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  background-position: 0px 0px;
}

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

.wsi-services-slide {
  display: inline-block;
  overflow: visible;
  width: 250px;
  margin-right: 4px;
}

.wsi-services-header {
  margin-bottom: 40px;
  font-family: Anton, sans-serif;
  color: #fff;
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wsi-services-p {
  font-family: 'Maven Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.wsi-services-slider-rt-arrow {
  left: 7vw;
  top: -17%;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-color: #000;
}

.wsi-services-slider-lt-arrow {
  left: 2vw;
  top: -17%;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-color: #000;
}

.slider-overflow-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wsi-services-img {
  width: 360px;
  margin-right: 10px;
}

.wsi-services-sub {
  color: #3b4bf7;
  font-weight: 700;
  text-transform: uppercase;
}

.wsi-btn2 {
  position: static;
  left: 415px;
  margin-top: 19px;
  padding: 15px 30px;
  background-color: #3b4bf7;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.wsi-btn2:hover {
  background-color: #000;
}

.wsi-p {
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 28px;
}

.cs-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wsi-hireme-left-w {
  width: 35%;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.wsi-hireme-right-w {
  width: 60%;
  padding-top: 60px;
}

.wsi-hireme-form-w {
  margin-top: 32px;
}

.wsi-text-field {
  margin-bottom: auto;
  padding: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
}

.wsi-text-field:hover {
  border-color: #3b4bf7;
}

.wsi-form-label {
  font-family: 'Maven Pro', sans-serif;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.wsi-form-item-w {
  width: 48%;
  margin-bottom: 20px;
}

.wsi-form-item-w2 {
  width: 100%;
  margin-bottom: 20px;
}

.wsi-text-area {
  min-height: 150px;
  margin-bottom: auto;
  padding: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
}

.wsi-text-area:hover {
  border-color: #3b4bf7;
}

.wsi-contact-w {
  padding: 40px 20px;
  border-radius: 0px;
  background-color: #3b4bf7;
  -webkit-transform: skew(-5deg, 0deg) rotate(0deg);
  -ms-transform: skew(-5deg, 0deg) rotate(0deg);
  transform: skew(-5deg, 0deg) rotate(0deg);
}

.wsi-contact-text {
  margin-bottom: 12px;
  font-family: 'Maven Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.wsi-contact-text-bold {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.wsi-contact-social-link {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  font-family: 'Maven Pro', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.wsi-contact-social-link:hover {
  color: #000;
}

.wsi-footer-sec {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.wsi-footer-w {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 0px solid #3b4bf7;
  background-color: transparent;
}

.wsi-footer-text {
  font-family: 'Maven Pro', sans-serif;
  color: #d8d8d8;
  text-align: center;
}

.btn-slide-down {
  -webkit-transition: background-color 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
}

.btn-slide-down:hover {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.btn-skew-w {
  width: 300px;
}

.btn-skew-w2 {
  position: relative;
  left: 415px;
  width: 300px;
}

.wsi-inside-hero-sec {
  height: 560px;
  background-image: url('../images/WSI-0268.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wsi-page-heading {
  width: 600px;
  margin: 80px auto 20px;
  padding: 36px;
  background-color: rgba(59, 75, 247, 0.9);
  font-family: Anton, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.wsi-portfolio-type-w1 {
  width: 30%;
  padding: 0px;
  background-color: transparent;
}

.wsi-portfolio-pics-w1 {
  position: relative;
  width: 69%;
}

.wsi-portfolio-mason-grid {
  overflow: hidden;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-rule: 0px none transparent;
  column-rule: 0px none transparent;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.wsi-portfolio-info1 {
  margin-top: 70px;
  padding: 40px 20px;
  background-color: #000;
}

.wsi-portfolio-title-1 {
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  color: #3b4bf7;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.wsi-portfolio-p1 {
  font-family: 'Maven Pro', sans-serif;
  color: #fff;
  font-size: 15px;
}

.wsi-portfolio-info-sec {
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 20px 70px;
  background-color: transparent;
  text-align: center;
}

.wsi-portfolio-type {
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  color: #000;
  font-size: 40px;
  font-style: normal;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wsi-portfolio-price {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Maven Pro', sans-serif;
  color: #3b4bf7;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.wsi-portfolio-details {
  width: 1140px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  text-align: left;
}

.wsi-portfolio-type2 {
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  color: #000;
  font-size: 40px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wsi-portfolio-details2 {
  position: relative;
  display: inline-block;
  width: 1000px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
}

.container-tbp100 {
  width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  margin-top: 0px;
}

.wsi-pricing-hero-header {
  margin-top: 0px;
  margin-left: 85px;
  font-family: Anton, sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.wsi-pricing-hero-text {
  width: 80%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.wsi-form-success {
  background-color: #3b4bf7;
  -webkit-transition: opacity 300ms cubic-bezier(.23, 1, .32, 1);
  transition: opacity 300ms cubic-bezier(.23, 1, .32, 1);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.wsi-form-success:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.cs-container {
  width: 1140px;
  margin: 80px auto;
}

.cs-accordion-w {
  margin-top: 50px;
}

.cs-accordion-item {
  margin-bottom: 20px;
}

.cs-accordion-item-trig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #000;
  cursor: pointer;
}

.cs-accordion-title {
  width: 97%;
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
}

.cs-down-arrow {
  width: 30px;
  text-align: left;
}

.cs-accordion-item-content {
  overflow: hidden;
  padding: 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.cs-accordion-content-w {
  margin: 15px 20px;
}

.cs-p {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .wsi-navbar-container {
    width: 100%;
  }

  .mason-grid {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .wsi-nav-link {
    color: #fff;
  }

  .wsi-nav-link:hover {
    background-color: #3b4bf7;
  }

  .logo-link {
    margin-left: 15px;
  }

  .container-tbp80 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wsi-behind-header {
    margin-left: 0px;
  }

  .wsi-behind-the-lens-text {
    width: 500px;
  }

  .wsi-behind-image-w {
    top: -42%;
    z-index: -1;
    overflow: visible;
    width: 300px;
  }

  .wsi-btn {
    left: auto;
  }

  .wsi-services-list-w {
    padding-top: 90px;
  }

  .wsi-services-header {
    line-height: 58px;
  }

  .wsi-services-img {
    width: 100%;
  }

  .wsi-btn2 {
    left: 270px;
  }

  .wsi-footer-w {
    width: 100%;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
  }

  .wsi-portfolio-mason-grid {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .wsi-portfolio-details {
    width: 100%;
  }

  .container-tbp100 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mason-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .wsi-behind-header {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .wsi-behind-the-lens-text {
    width: auto;
  }

  .wsi-behind-image-w {
    position: static;
    left: auto;
    top: -42%;
    right: auto;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .wsi-btn {
    position: absolute;
  }

  .wsi-services-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wsi-services-slider-w {
    width: 100%;
  }

  .wsi-services-list-w {
    width: 100%;
  }

  .wsi-btn2 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .cs-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wsi-hireme-left-w {
    width: 100%;
  }

  .wsi-hireme-right-w {
    width: 100%;
  }

  .btn-skew-w2.btn-slide-down {
    left: 225px;
  }

  .wsi-portfolio-mason-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .wsi-portfolio-info-sec {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .mason-grid {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .wsi-behind-header {
    font-size: 40px;
  }

  .wsi-btn {
    left: 56px;
    margin-top: 20px;
  }

  .wsi-btn2 {
    left: 56px;
    margin-top: 20px;
  }

  .wsi-form-item-w {
    width: 100%;
  }

  .btn-skew-w2.btn-slide-down {
    left: -12px;
  }

  .wsi-portfolio-mason-grid {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

