    .mydonloads { display: flex;position:relative ;width: 100%; }
   .mydonloads > a { width: 100%;margin: 2%;}
   .mydonloads > a:hover { color:orange}

      .carousel-inner{ height: 50vh; min-height: 350px; }
      .carousel-inner > .carousel-item > div{position: absolute; width: 100%; margin-top: 8%; justify-content: center;}
      .carousel-inner > .carousel-item > div > p:nth-child(1){color:white; width: 100%; text-align: center; } 
      .carousel-inner > .carousel-item > div > p:nth-child(2){color:white; width: 100%; text-align: center;}
      .carousel-inner > .carousel-item > div > p:nth-child(3){color:white; width: 100%; text-align: center; }  
      
      /*.values {height: 100%;}*/
      .myValues { margin-left: -5.5% ; }
      .myValues >.myCards{display: inline-block;justify-content: center; align-content: center;margin-left: 10%  }
      .myValues >.myCards > .myLine{ display:inline-block;justify-content: center; width:200px; height: 200px; text-align: center; margin-top: 20px;margin-left: 20px}
        .myValues > .myCards > #myColor{background-image: linear-gradient(to bottom right, #a357a2, #8654a1);color: white; }
        .myValues > .myCards > #myColor1{background-image: linear-gradient(to bottom right, gray, black);color: white; }
        .myValues > .myCards > #myColor2{ background-image: linear-gradient(to bottom right, #71c49b,   #2ab673);color: white; }
        .myValues > .myCards > #myColor3{ background-image: linear-gradient(to bottom right, #f9cb26, #f9a71a);color: white; }
        .myValues > .myCards > #myColor4{background-image: linear-gradient(to bottom right, white, red);color: white; }
        .myValues > .myCards > #myColor5{background-image: linear-gradient(to bottom right, #21a9e0, #558bc8);color: white; }
        .myValues > .myCards > .myLine > p{ color:white; margin-top:40%; font-weight: bolder; font-size: 19px}
      .theBlur{
        filter:blur(3px);
        opacity:.5;
        transform: scale(.98);
        box-shadow:none;
        box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
        transition: 0.2s
      }
       .listHoover, .listHoover:before {
  transition: all .4s;
  
}
.listings {
  max-width: 500px;
  margin: 2em auto;
}
.listings:hover .listHoover {
  opacity: .4;
}
.listHoover {
  position: relative;
  display: block;
  max-width: 500px;
  padding: 20px 20px 20px 45px;
  box-sizing: border-box;
  color: #777;
  background: #fAfAfA;
  text-decoration: none;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}
.listHoover:before {
  content: "";
  position: absolute;
  left:0; bottom:0; top:0;
  width: 20px;
  background: #7F8C9A;
}
.listHoover:nth-child(even):before {
  background: #34495E;
}
.listHoover + .listHoover {
  border-top: 2px solid #ededed;
}
.listings .listHoover:hover,
.listings .listHoover:focus {
  opacity: 1;
  padding-left: 55px;
}
.listings .listHoover:hover:before,
.listings .listHoover:focus:before {
  width: 30px;
}
 .proposal{width:100%;margin-top:10%;}
.typewriter{
  overflow:hidden;
  /*border-right: 0.15em solid #8654a1;*/
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.15em;
  animation: typing 3.5s steps(40, end),
  blink-caret .75s step-end infinite;
}
@keyframes typing {
  from {width:0;}
  to {width: 100%}
}
/*@keyframes blink-caret {
from, to {border-color: transparent;}
10%{border-color: #fff}

}
*/
.buton1  > a{
  margin-left: 20%;
   background-color: white;
   width:15%;
   height: 35% ;
   color: #9C16AD;
   border: 1px solid #9C16AD;
   border-radius: 50px ;
   opacity: 0.6;
  transition: 0.3s;
}
.buton1  > a:hover{
  opacity: 1;
  box-shadow:
                1px 1px #9C16AD,
                2px 2px #9C16AD,
                3px 3px #9C16AD;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
}
.customer-feedback .owl-item img {
  width: 30%;
  height: 30%;
  margin-left: 33%
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: #9C16AD;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: #9C16AD;
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 1px solid rgba(251, 90, 13, .1);
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: #9C16AD;
}

/* RESPONSIVE */



/* Media Queries */


      @media screen and (max-width: 768px ){
          .proposal{width:100%;font-size:13px;Font-weight:bolder;margin-top:10%;}
        .lowerHeight{ height: 120px }
        .carousel-inner{ height: 10vh; min-height: 280px; }
        .myValues >.myCards > .myLine{ display:inline-block; width:91%; }
        .myValues > .myCards > .myLine > p{ color:white; margin-top:20%; font-size: 30px; font-weight: bolder; }
        .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
      }
