/* CSS Document */

/* line 4, resources/assets/styles/old/unique.scss */

.unique {
  width: 100%;
  padding: 0 9% 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(70%, rgba(255, 255, 255, 0))) url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png) repeat;
  background: #fff -webkit-linear-gradient(top, white 40%, rgba(255, 255, 255, 0) 70%) url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png) repeat;
  background: #fff -o-linear-gradient(top, white 40%, rgba(255, 255, 255, 0) 70%) url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png) repeat;
  background: #fff linear-gradient(180deg, white 40%, rgba(255, 255, 255, 0) 70%) url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png) repeat;
}

/* line 14, resources/assets/styles/old/unique.scss */

.points p {
  font-size: 16px;
  text-align: left;
  margin: 0;
}

/* line 20, resources/assets/styles/old/unique.scss */

.unique .left p.text {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  padding: 0 4%;
  max-width: 1330px;
  margin: 0;
}

/* line 29, resources/assets/styles/old/unique.scss */

.unique h2,
.unique p.h2-title {
  font-size: 42px;
  text-align: center;
  margin: 0 0 10px 0;
}

/* line 35, resources/assets/styles/old/unique.scss */

.unique .left {
  width: 50%;
}

/* line 39, resources/assets/styles/old/unique.scss */

.unique .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 45, resources/assets/styles/old/unique.scss */

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

/* line 51, resources/assets/styles/old/unique.scss */

.content {
  width: 66%;
  margin: 36px 0 36px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 57, resources/assets/styles/old/unique.scss */

.points img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

/* line 64, resources/assets/styles/old/unique.scss */

.points h3 {
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 6px 0;
}

/* line 71, resources/assets/styles/old/unique.scss */

.hor-line {
  width: 30px;
  background-color: var(--color1);
  height: 1px;
  margin: 0 20px 0 0;
}

/* line 78, resources/assets/styles/old/unique.scss */

.ver-line {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-right: 1px solid var(--color1);
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 86, resources/assets/styles/old/unique.scss */

.ver-hor-line {
  width: 100%;
  height: 1px;
  background-color: var(--color1);
}

/* line 5, resources/assets/styles/old/clients_page.scss */

.hero-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  width: 100%;
  background: -webkit-linear-gradient(322deg, var(--color2) 10%, var(--color1) 70%);
  background: -o-linear-gradient(322deg, var(--color2) 10%, var(--color1) 70%);
  background: linear-gradient(128deg, var(--color2) 10%, var(--color1) 70%);
  overflow: hidden;
  position: relative;
}

/* line 17, resources/assets/styles/old/clients_page.scss */

.hero-about .after {
  mix-blend-mode: luminosity;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(3%, transparent), color-stop(10%, black), color-stop(90%, black), color-stop(98%, transparent));
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 3%, black 10%, black 90%, transparent 98%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(3%, transparent), color-stop(10%, black), color-stop(90%, black), color-stop(98%, transparent));
  mask-image: linear-gradient(90deg, transparent 3%, black 10%, black 90%, transparent 98%);
  content: "";
  position: absolute;
  height: 200px;
  width: 1400px;
  background-repeat: no-repeat;
  background-size: 1400px;
  background-position: center top;
}

/* line 30, resources/assets/styles/old/clients_page.scss */

.about {
  text-align: center;
  width: 100%;
  max-width: 1400px;
  padding: 0;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 39, resources/assets/styles/old/clients_page.scss */

.about h2 {
  font-size: 21px;
  line-height: 150%;
  margin: 50px 0;
  text-align: left;
}

/* line 46, resources/assets/styles/old/clients_page.scss */

.about p {
  font-size: 19px;
  line-height: 160%;
  text-align: left;
}

/* line 52, resources/assets/styles/old/clients_page.scss */

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
}

/* line 67, resources/assets/styles/old/clients_page.scss */

.clients-list {
  width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 75, resources/assets/styles/old/clients_page.scss */

.client-item {
  border-radius: 4px;
  display: inline-block;
  max-width: 300px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 15px 30px;
  opacity: 0.8;
}

/* line 85, resources/assets/styles/old/clients_page.scss */

.client-item img {
  max-width: 100%;
}

/* line 89, resources/assets/styles/old/clients_page.scss */

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

/* line 94, resources/assets/styles/old/clients_page.scss */

.case-studies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 2.5rem 0 0 0;
}

/* line 102, resources/assets/styles/old/clients_page.scss */

.reviews {
  width: 100%;
}

/* line 106, resources/assets/styles/old/clients_page.scss */

.case-study {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #e9bef1;
  padding: 1rem;
  margin: 1rem;
}

/* line 118, resources/assets/styles/old/clients_page.scss */

.case-study-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 125, resources/assets/styles/old/clients_page.scss */

.case-study-header img {
  max-width: 200px;
}

/* line 129, resources/assets/styles/old/clients_page.scss */

.case-study-footer {
  margin-top: 1rem;
  text-align: center;
}

/* line 134, resources/assets/styles/old/clients_page.scss */

.case-study-footer a {
  text-decoration: none;
  color: white;
}

/* line 139, resources/assets/styles/old/clients_page.scss */

.case-study-footer button {
  padding: 8px;
  background-color: #d2c3e6;
  -webkit-box-shadow: 0 4px 7px 0 #0000005c;
          box-shadow: 0 4px 7px 0 #0000005c;
  color: black;
  border-radius: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

/* line 149, resources/assets/styles/old/clients_page.scss */

.case-study-footer button:hover {
  background-color: black;
  color: #d2c3e6;
}

@media screen and (max-width: 1270px) {
  /* line 155, resources/assets/styles/old/clients_page.scss */

  .about {
    padding: 60px 7vw;
  }

  /* line 158, resources/assets/styles/old/clients_page.scss */

  .about h2 {
    margin: 0;
    font-size: 18px;
  }

  /* line 162, resources/assets/styles/old/clients_page.scss */

  .clients-list {
    width: 100%;
  }

  /* line 165, resources/assets/styles/old/clients_page.scss */

  .about p {
    font-size: 16px;
  }

  /* line 168, resources/assets/styles/old/clients_page.scss */

  .hero-about {
    height: 56vw;
  }

  /* line 171, resources/assets/styles/old/clients_page.scss */

  .hero-about .after {
    -webkit-mask-image: unset;
    mask-image: unset;
    height: 56vw;
    width: 100%;
    background-size: cover;
  }

  /* line 178, resources/assets/styles/old/clients_page.scss */

  .team-section {
    padding: 0 100px 50px;
  }
}

@media (max-width: 1100px) {
  /* line 184, resources/assets/styles/old/clients_page.scss */

  .case-studies {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 700px) {
  /* line 190, resources/assets/styles/old/clients_page.scss */

  .client-item {
    max-width: 33% !important;
    margin: 0 !important;
  }

  /* line 194, resources/assets/styles/old/clients_page.scss */

  .page-template-clients-page .hero-about h2 {
    margin: 80px 0 0 0 !important;
  }

  /* line 197, resources/assets/styles/old/clients_page.scss */

  .case-study {
    max-width: none;
    width: 100%;
  }

  /* line 201, resources/assets/styles/old/clients_page.scss */

  .hero-about {
    height: inherit !important;
  }

  /* line 204, resources/assets/styles/old/clients_page.scss */

  .with-padding {
    padding: 0 20px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 210, resources/assets/styles/old/clients_page.scss */

.card-caseStudy {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 6px 16px #d2c3e6;
          box-shadow: 0 6px 16px #d2c3e6;
  font-family: "Ubuntu", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 10px 40px;
}

/* line 221, resources/assets/styles/old/clients_page.scss */

.card-caseStudy__logo {
  background-color: red;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e2efff), color-stop(80%, rgba(226, 239, 255, 0)));
  background: -webkit-linear-gradient(bottom, #e2efff 10%, rgba(226, 239, 255, 0) 80%);
  background: -o-linear-gradient(bottom, #e2efff 10%, rgba(226, 239, 255, 0) 80%);
  background: linear-gradient(0deg, #e2efff 10%, rgba(226, 239, 255, 0) 80%);
  margin-bottom: 36px;
  border-bottom: solid 4px #d2c3e6;
}

/* line 228, resources/assets/styles/old/clients_page.scss */

.card-caseStudy__logo img {
  max-width: 300px;
  display: block;
}

/* line 233, resources/assets/styles/old/clients_page.scss */

h3,
h4 {
  text-align: center;
  margin: 0;
}

/* line 239, resources/assets/styles/old/clients_page.scss */

h3 {
  /* color:rgba(210,195,230,1) */
}

/* line 243, resources/assets/styles/old/clients_page.scss */

p {
  font-size: 14px;
  padding: 20px 20px 30px;
  font-weight: 300;
  margin: 0;
}

/* line 250, resources/assets/styles/old/clients_page.scss */

.btn-more {
  text-decoration: none;
  color: black;
  display: inline-block;
  background-color: #d2c3e6;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 22px;
  margin: 0 0 30px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

/* line 265, resources/assets/styles/old/clients_page.scss */

.btn-more:hover {
  background-color: #e2efff;
  -webkit-box-shadow: 0 6px 16px #d2c3e6;
          box-shadow: 0 6px 16px #d2c3e6;
  -webkit-transform: translateY(-6%);
       -o-transform: translateY(-6%);
          transform: translateY(-6%);
}

/* line 272, resources/assets/styles/old/clients_page.scss */

a {
  text-decoration: none;
}

/* line 276, resources/assets/styles/old/clients_page.scss */

.featured {
  width: 288px;
  border-radius: 6px;
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  margin-bottom: 16px;
  margin: 0 16px;
}

/* line 285, resources/assets/styles/old/clients_page.scss */

featured-content h4 {
  font-size: 16px;
  line-height: 1.45;
  font-weight: bold;
}

/* line 291, resources/assets/styles/old/clients_page.scss */

.featured-image {
  padding: 28px 0;
}

/* line 295, resources/assets/styles/old/clients_page.scss */

.featured-image img {
  width: 147px;
  margin-left: 16px;
}

/* line 300, resources/assets/styles/old/clients_page.scss */

.featured-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px;
  border-top: solid 1px #f0f0f0;
}

/* line 309, resources/assets/styles/old/clients_page.scss */

.featured-content a {
  width: 100%;
}

/* line 313, resources/assets/styles/old/clients_page.scss */

.featured-content button {
  width: 100%;
  margin-top: 40px;
}

/* line 318, resources/assets/styles/old/clients_page.scss */

.featured-content p,
h4 {
  font-family: Poppins, serif;
}

/* line 322, resources/assets/styles/old/clients_page.scss */

.btn-default {
  font-family: Poppins, serif !important;
  width: 132px;
  height: 40px;
  border-radius: 8px;
  background-color: #d2c3e6;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

/* line 334, resources/assets/styles/old/clients_page.scss */

.btn-default:hover {
  background-color: #e2efff;
  -webkit-box-shadow: 0 6px 16px #d2c3e6;
          box-shadow: 0 6px 16px #d2c3e6;
  -webkit-transform: translateY(-6%);
       -o-transform: translateY(-6%);
          transform: translateY(-6%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 341, resources/assets/styles/old/clients_page.scss */

.clutch-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

/* line 348, resources/assets/styles/old/clients_page.scss */

.clutch-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 915px;
}

/* line 354, resources/assets/styles/old/clients_page.scss */

.hero-about.hero-subtitle {
  line-height: 50px;
}

/* line 358, resources/assets/styles/old/clients_page.scss */

.hero-about.hero-subtitle h2 {
  margin: 40px 0 20px 0 !important;
  text-align: center;
}


/*# sourceMappingURL=clients.css.map*/