.whiteul ul{
        color:#fff !important;
        font-size: 14px;
    }
    .testimony-section {
        position: relative; }
    .testimony-section .owl-carousel {
        margin: 0; }
    .testimony-section .owl-carousel .owl-stage-outer {
        padding-top: 4em;
        padding-bottom: 2em;
        position: relative; }
    .testimony-section .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
    .testimony-section .owl-nav .owl-prev span:before,
    .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
    .testimony-section .owl-nav .owl-next:hover span:before,
    .testimony-section .owl-nav .owl-next:focus span:before {
        color: #000000; }
    .testimony-section .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px; }
    .testimony-section:hover .owl-nav .owl-prev,
    .testimony-section:hover .owl-nav .owl-next {
        opacity: 1; }
    .testimony-section:hover .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px; }
    .testimony-section:hover .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px; }
    .testimony-section .owl-dots {
        text-align: center; }
    .testimony-section .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2); }
    .testimony-section .owl-dots .owl-dot.active {
        background: #2f89fc; }
    .testimony-wrap {
        display: block;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(0, 0, 0, 0.8); }
    .testimony-wrap .user-img {
        width: 120px;
        height: 120px;
        border-radius: 5px;
        position: relative; }
    .testimony-wrap .text {
        width: calc(100% - 120px);
        position: relative; }
    .testimony-wrap .quote {
        position: absolute;
        top: -60px;
        left: 0; }
    .testimony-wrap .quote i {
        font-size: 44px;
        color: #2f89fc; }
    .testimony-wrap .name {
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 0;
        color: #000000; }
    .testimony-wrap .position {
        font-size: 14px;
        color: #2f89fc; }
    .testimony-wrap .user-img {
        width: 120px;
        height: 120px;
        border-radius: 5px;
        position: relative;
    }
    .testimony-wrap .user-img {
        width: 120px;
        height: 120px;
        border-radius: 5px;
        position: relative;
    }
    .mr-4 {
        margin-right: 1.5rem !important;
    }
    .subheading {
        font-weight: 400;
        font-size: 16px;
        display: block;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #000000;
        position: relative;
    }
    .heading-section h2 {
        font-size: 34px;
        font-weight: 800;
    }
    .staff .ftco-social {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        padding: 15px 10px;
        background: #fff;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .align-items-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
    }
    .staff .img-wrap {
        height: 300px;
    }
    .align-items-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .d-flex {
        display: flex !important;
    }
    .staff .img {
        width: 100%;
        display: block;
        background-position: top center;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .img{
        background-size: cover;
        background-repeat: no-repeat;
    }