.carousel-frame {
    position: relative;
    width: 100%;
    /* height:50%; */
    height: min(calc(90vh - 10px), 650px);
    margin: -20px auto;
    overflow: hidden;
    box-shadow: inset 60px 0px 60px -60px rgb(0, 0, 0),
      inset -60px 0px 60px -60px rgb(0, 0, 0);
    background-image: radial-gradient(
      circle,
      transparent,
      transparent 75%,
      rgba(0, 0, 0, 0.3)
    );
    background-color: white;
  }

  .carousel-slide {
    display: flex;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
  }

  .carousel-slide img {
    min-width: 100%;
    object-fit: cover;
  }

  .carousel-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -15px;
    z-index: 10;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
  }

  .carousel-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -15px;
    z-index: 10;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
  }

  .carousel-dots {
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: 0 auto;
    width: max(100px, 15%);
    display: flex;
    justify-content: space-between;
  }

  .carousel-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }

  .carousel-dots .active-dot {
    background-color: rgba(255, 255, 255, 0.8);
  }
.mz-module {
    position: relative;
    margin-bottom: 30px;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
    background-color: #EFEFF1;
}

.mz-module-about h3 {
    font-weight: 500;
    font-size: 19px;
    /* text-transform: uppercase; */
    color: #424242;
    /* letter-spacing: 2px; */
    margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
    color: #FFFFFF;
}

.mz-module-about p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #848484;
}

.mz-module-button {
    background-color: #B6B6C3;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mz-module:hover .mz-module-button {
    bottom: -45px;
    opacity: 1;
}

.mz-module-button:hover {
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

.mz-module-button {
    color: #fff;
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #FFFFFF;
    margin: 0 2px 4px;
    font-size: 75px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
/* .section-title p {
      font-size: 18px;
      font-weight: 300;
      line-height: 31px;
      margin: 20px 100px 60px 100px;
  } */
  .light-bg {
      background-color: #f8f8f8;
  }

  .dark-bg {
      background-color: #333231;
      color: #fff;
  }

  .short-section {
      border-top: 1px solid #5D5D5F;
      border-bottom: 1px solid #5D5D5F;
      padding-top: 70px;
      padding-bottom: 70px;
  }

  .counter-item h2 {
      color: #fff;
      font-size: 60px;
      font-weight: 900;
  }

  .counter-item h6 {
      color: #FFF;
      font-size: 16px;
      font-weight: 700;
      margin: 10px 0 0 0;
      text-transform: uppercase;
  }

  .section-title h2 {
      font-size: 40px;
      color: #B3B3BB;
      font-weight: 900;
      letter-spacing: -0.6px;
      position: relative;
      margin: 20px 0 50px 0;
      padding-bottom: 15px;
  }

  .section-title h2:after {
      left: 50%;
      z-index: 1;
      width: 60px;
      height: 3px;
      content: " ";
      bottom: -5px;
      margin-left: -30px;
      text-align: center;
      position: absolute;
      background: #D4D4D4;
  }
  .section-title p {
      font-size: 18px;
      font-weight: 300;
      line-height: 31px;
      margin: 20px 100px 60px 100px;
  }

  blockquote{
    font-size: 1.4em;
    width:95%;
    /* margin:20px auto; */
    font-family:Open Sans;
    font-style:italic;
    /* color: #555555; */
    padding:1.2em 30px 1.2em 25px;
    border-left:8px solid #fa5f05 ;
    line-height:1.6;
    position: relative;
    background:#EDEDED;
  }

  .card-single{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 2rem;
    margin: 5px 2px 0 0;
    /* border-radius: 12px; */
  }
  .card-single:hover{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 2rem;
    /* border-radius: 12px; */
    box-shadow: 0 14px 28px 10px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2);
  }
  