body{font-family: 'Roboto', sans-serif;}
.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#headerBG {
  background-image:url('assets/img/trovamiBG.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mrmz_space {
  height: 10px;
}

.explain .pb-5 {
  padding-bottom: 5rem !important;
}
.explain .pt-5 {
  padding-top: 5rem !important;
}

.mrmz_desc_padding {
  padding-left:9rem;
  padding-right:9rem;
}
@media (max-width: 1200px) {
  .mrmz_desc_padding {
    padding-left:5px!important;
    padding-right:5px!important;
  }
}

@media (max-width: 700px) {
  #headermrmz .lead {
    font-size: 1rem;
  }
  #headermrmz .display-4 {
    font-size: 2.3rem;
  }
}

.testimonials-wrap {
    padding: 40px 0;
  }
  .heading-section {
    text-align: left;
  }
  .sub-heading {
    font-family: 'Lato', sans-serif;
      font-size: 12px;
      display: block;
      font-weight: 600;
      color: #2e9ca1;
      text-transform: uppercase;
      letter-spacing: 2px;
  }
  .heading-section h2 {
    font-size: 28px;
      font-weight: 600;
      padding-top: 10px;
      padding-bottom: 15px;
  }
  .testimonial-box {
      display: block;
      position: relative;
      padding: 30px 20px;
      background: #fff;
      border: 1px solid rgba(0,0,0,.03);
      border-radius: 5px;
      box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  }
  .user-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: relative;
    min-width: 80px;
    background-size: 100%;
  }
  .carousel-testimonial .item {
    padding: 30px 10px;
  }
  .quote {
    position: absolute;
      top: -23px;
      color: #2e9da1;
      font-size: 27px;
  }
  .name {
    margin-bottom: 0;
      line-height: 14px;
      font-size: 17px;
      font-weight: 500;
  }
  .position {
    color: #adadad;
    font-size: 14px;
  }
  .carousel-testimonial .owl-nav {
    text-align: right;
  }
  .carousel-testimonial .owl-nav button.owl-next,
  .carousel-testimonial .owl-nav button.owl-prev {
      padding: 0 12px !important;
  }
  .carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
  }
  .carousel-testimonial .owl-nav button.owl-next span,
  .carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
      font-size: 40px;
      width: 25px;
      height: 25px;
      vertical-align: 0px;
      line-height: 16px;
  }
  .carousel-testimonial .owl-nav button.owl-next.disabled,
  .carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
  }

  .contactDiv a {
    text-decoration: none;
    font-size: 22px;
    color:#212529!important;
    cursor:pointer;
  }
  .contactDiv span {
    font-size: 22px;
    color:#212529!important;
  }

  .contactDiv i {
    color:#029FE3!important;
    font-size: 45px!important;
    margin-bottom:11px!important;
  }
