.sm{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.link {
    display: inline-block;
    width: 100px;
    height: 50px;
    margin: 22px 10px 10px 10px;
    border-radius: 30%;
    background: #e5e5e5;
    box-shadow: 9px 9px 18px #bebebe, -9px -9px 18px #fff;
    position: relative;
    line-height: 0px;
    font-size: 20px;
    transition: 0.8s;
    text-align: center;
    padding: 5.5px;
}
.link i {

   line-height: 10px;

}
.yt {
  color: #ff0000;
}
.fb {
  color: #4267b2;
}
.ig {
  color: #e949a3;
}
.git {
  color: #222;
}
.tweet {
  color: #1da1f2;
}
.yt:hover{
     background: #ff0000;
     color: #f1f1f1;
}
.fb:hover{
    background: #4267b2;
    color: #f1f1f1;
}
.ig:hover{
     background: #e949a3;
     color: #f1f1f1;
}
.git:hover{
    background: #222;
    color: #f1f1f1;
}
.tweet:hover {
    background: #1da1f2;
    color: #f1f1f1;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: 0.8s;
  border-radius: 0 0 50% 50%;
}






.testimonial-slider {
    padding: 30px 0px 50px 15px;
    background: url(../images/career.svg) 0 0 / cover no-repeat;
    margin-bottom: 50px;
}
.carousel-control-next i{
    color: #0a5392;
    font-size: 25px;
    font-weight: 800;
    background-color: #7519fe;
    background-image: linear-gradient(45deg, #fd00ac, #ff4b3f);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.carousel-control-prev i{
    color: #0a5392;
    font-size: 25px;
    font-weight: 800;
    background-color: #7519fe;
    background-image: linear-gradient(45deg, #fd00ac, #ff4b3f);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.testimonial-title p{
    font-size: 23px;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 36px;
    font-style: italic;
    font-family: 'FontAwesome';
    text-transform: capitalize;
}
.testimonial-title span i {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #7519fe;
    background-image: linear-gradient(45deg, #fd00ac, #ff4b3f);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.testimonial-title span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #7519fe;
    background-image: linear-gradient(45deg, #fd00ac, #ff4b3f);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.testimonial-title h2 {
    padding-left: 0.2em;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-family: 'Courgette';
    font-weight: 900;
    font-size: 57px;
    line-height: 80px;
    background-color: #005baa;
    background-image: linear-gradient(45deg, #005baa, #000000);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.testimonial-title hr {
    display: block;
    background: #005baa;
    height: 0.25rem;
    width: 6.25rem;
    border: none;
    margin: 1.125rem 0 1.875rem 0;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin: 0px auto;
    top: 60%;
    transform: translateY(-50%);
}
 

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 38%;
        display: block;
    }
  .carousel-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .carousel-inner {
        padding: 1em;
        height: 60%;

  }
  .carousel-control-prev,
  .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 23em;
        top: 66%;
        transform: translateY(-50%);
  }
  .carousel-control-next {
    left: 5em;
  }
}

.carousel-inner .card-title {
    margin-bottom: 0.75rem;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: capitalize;
    background-color: #005baa;
    background-image: linear-gradient(45deg, #005baa, #000000);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     /*color: #00539b;*/
}
.carousel-inner p {
    margin-bottom: 0;
    font-family: 'Figtree';
    text-align: justify;
    font-size: 15px;
    text-transform: capitalize;
}
.testimonial-slider .img-wrapper{
        height: 555px;
}



@media (min-width: 321px) and (max-width: 375px){

.testimonial-title h2 {
    font-size: 22px;
}
.testimonial-slider {
    padding: 10px 0px 10px 5px;
}
.testimonial-title p {
    font-size: 17px;
}
.testimonial-slider .img-wrapper {
    height: 570px;
}
.carousel-item {
        margin-right: 0;
        flex: 0 0 38%;
        display: block;
}
.carousel-control-prev, .carousel-control-next {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 94%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 100px;
}
.carousel-control-next {
    right: 100px;
}

}



@media (min-width: 376px) and (max-width: 425px){

.testimonial-title h2 {
    font-size: 25px;
}
.testimonial-slider {
    padding: 10px 0px 10px 5px;
}
.testimonial-title p {
    font-size: 17px;
}
.testimonial-slider .img-wrapper {
        height: 630px;
}
.carousel-item {
        margin-right: 0;
        flex: 0 0 38%;
        display: block;
}
.carousel-control-prev, .carousel-control-next {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 100%;
    transform: translateY(-50%);
}
.carousel-control-prev {
    left: 100px;
}
.carousel-control-next {
    right: 100px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}


}



@media (min-width: 425px) and (max-width: 575px){


.testimonial-title h2 {
    font-size: 25px;
}
.testimonial-slider {
    padding: 10px 0px 10px 5px;
}
.testimonial-title p {
    font-size: 17px;
}
.testimonial-slider .img-wrapper {
    height: 810px;
}
.carousel-item {
        margin-right: 0;
        flex: 0 0 38%;
        display: block;
}
.carousel-control-prev, .carousel-control-next {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 100%;
    transform: translateY(-50%);
}
.carousel-control-prev {
    left: 100px;
}
.carousel-control-next {
    right: 100px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}


}


@media (min-width: 576px) and (max-width: 767px){

.testimonial-title h2 {
    font-size: 25px;
}
.testimonial-slider {
    padding: 10px 0px 10px 5px;
}
.testimonial-title p {
    font-size: 17px;
}
.testimonial-slider .img-wrapper {
        height: 568px;
}
.carousel-item {
        margin-right: 0;
        flex: 0 0 38%;
        display: block;
}
.carousel-control-prev, .carousel-control-next {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 100%;
    transform: translateY(-50%);
}
.carousel-control-prev {
    left: 100px;
}
.carousel-control-next {
    right: 100px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}


}


@media (min-width: 768px) and (max-width: 991px){

.testimonial-title h2 {
      font-size: 36px;
}
.testimonial-slider {
    padding: 10px 0px 10px 5px;
}
.testimonial-title p {
    font-size: 17px;
}
.testimonial-slider .img-wrapper {
        height: 568px;
}
.carousel-item {
        margin-right: 0;
        flex: 0 0 38%;
        display: block;
}
.carousel-control-prev, .carousel-control-next {
          width: 3em;
        height: 3em;
        border-radius: 50%;
        top: 90%;
    transform: translateY(-50%);
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

}

@media (min-width: 1100px) and (max-width: 1280px){

.testimonial-title h2 {
    font-size: 48px;
}
.testimonial-title p {
    font-size: 20px;
}
.link {
    margin: 22px 10px 10px 4px;
}

.carousel-control-prev, .carousel-control-next {
        left: 17em;
}


}

@media (min-width: 1920px){

    .testimonial-slider {
    padding: 30px 0px 50px 65px;
    }
    .testimonial-title h2 {
            font-size: 65px;
        line-height: 100px;
        margin-bottom: 25px;
  }
      .testimonial-title p {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 54px;
    }
  .testimonial-title span {
    font-size: 22px;
  }
  .testimonial-title span i {
    font-size: 20px;
  }
  .testimonial-slider .img-wrapper {
    height: 680px;
}
.testimonial-title hr {
    display: block;
    background: #005baa;
    height: 0.25rem;
    width: 6.25rem;
    border: none;
    margin: 1.125rem 0 2.875rem 0;
}


}
