.mt-5rem{
    margin-top:5rem;
}
.feedback-sec .card {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.feedback-sec .card:hover {
    border-color: #FFD502;
    -webkit-transform: translate(0, -44px);
    -moz-transform: translate(0, -44px);
    -o-transform: translate(0, -44px);
    -ms-transform: translate(0, -44px);
    transform: translate(0, -44px);
    background: #1B1A1B;
    color: #fff;
}

.feedback-sec .card .card-body .desc {
  height: 200px;
}

.feedback-sec .card .card-body .desc p{
    line-height: 2;
  }


.feedback-sec .card .footer{
    margin: 30px 0 15px;
}

.feedback-sec .card .footer h4 {
    font-size: 16px;
}

.feedback-sec .card .card-body .header img:last-child {
    display: none;
}

.feedback-sec .card:hover .card-body .header img:last-child {
    display: block;
}

.feedback-sec .card:hover .card-body .header img:first-child {
    display: none;
}

.feedback-sec .card:hover .card-body .footer h4 {
    color: #fff;
}

.swiper.global-slider {
    overflow: initial;
}
.about-tab-list button span {
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 65px;
    margin: 0 20px 0 0;
    position: relative;
    box-shadow: 4px 4px 0px var(--primary);
}
.about-tab-content {
    border: 1px solid #3a3b3c;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    color: #ffd502;
}

.nav-pills .nav-link{
 color: #fff;
}


/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 1199.98px) { 
    .feedback-sec .card .card-body .desc {
        overflow-y: scroll;
      }
 }

