.upper-footer{
    width: 80% ;
    padding-left: 20%;
    margin-right: 100px;
    padding-bottom: 10px;
    background: transparent;
    overflow: hidden;
}

.owl-carousel{
  margin-right: 100px;
}



.owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #01b0f8;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }


button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.item {
    height: 100px;
    display: block !important;
    position: relative;
    background: #f5f5f5;
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
    min-height: 80px;
}

.next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}


@media screen and (max-width: 999px) {
    .next, .prev {
        transform: scale(1);
        opacity: 1;
    }

    .item {
        display: block !important;
    }
}




@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {

  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.item .card-text{
   font-size: 12px;
   padding: 2px;
   margin: 2px;
}

.item .card-body{
  padding: 2px;
}

.item .card-header{
  padding: 2px;
  align-content: center;
  text-align: center;
}