@import url('https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap');

 .testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #2c3669;
    position: relative;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 5px solid #2c3669;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
/*.testimonial .description:before{*/
/*    content: "\f10d";*/
/*    font-family: "FontAwesome";*/
/*    font-size: 32px;*/
/*    color: #77a9dd;*/
/*    position: absolute;*/
/*    top: -15px;*/
/*    left: -35px;*/
/*}*/
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #77a9dd;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #77a9dd;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}

.counter{
    color: £EC6296;
    background: #f1f1f1;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 25px 22px;
    margin: 0 auto;
    border-radius: 0 50px;
    box-shadow: -5px -5px 5px rgba(0,0,0,0.15),-10px -10px 0 var(--main-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: var(--main-color);
    width: 100px;
    height: 100px;
    box-shadow: inset 0 0 15px rgb(0,0,0,0.6);
    transform: rotate(45deg);
    position: absolute;
    top: auto;
    bottom: -50px;
    right: -50px;
}
.counter .counter-icon{
    font-size: 30px;
    margin: 0 auto 7px;
}
.counter h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.counter .counter-value{
    font-size: 33px;
    font-weight: 600;
}
.counter.blue{ --main-color: #05687D; }
.counter.green{ --main-color: #16986C; }
.counter.red{ --main-color: #EA3A4F; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}   

.nikbggray{
    background: whitesmoke;
    border-radius: var(--spacing-5);
    -webkit-box-shadow: 0 43px 66px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 43px 66px 0 rgba(0, 0, 0, .07);
    padding: 10px;
}
.pt-20{
    padding-top:20px;
}
.pb-20{
    padding-bottom:20px;
}
.mt-20{
    padding-top:20px;
}
.mb-20{
    padding-bottom:20px;
}
.pro-slider {
    display: flex;
    justify-content: center;
}