.bigicon {
    font-size: 35px;
    color: #36A0FF;
}
.test {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 25px 0 50px;
}

.test::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #ffdc12;
    left: 0;
    right: 0;
    bottom: -10px;
}

.testimonial {
    margin: 0 20px 50px;
}

.title_block {
    padding-bottom: 2%;
}
.testimonial .pic img {
    width: 15%;
    height: auto;
}

.testimonial .testimonial-profile {
    display: inline-block;
    position: relative;
    top: 9px;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}

.testimonial .description {
    padding: 20px 22px !important;
    background: #f1f1f1 !important;
    font-size: 15px !important;
    color: black !important;
    line-height: 25px !important;
    margin: 0 !important;
    position: relative !important;
}

.testimonial .description:before,
.testimonial .description:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.testimonial .description:after {
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

.owl-theme .owl-controls {
    margin-top: -35px;
    margin-left: -13px;
}

/*.owl-theme .owl-controls .owl-buttons div {
    opacity: 0.8;
    background: #fff;
}

.owl-prev:before,
.owl-next:before {
    content: "\00AB";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}

.owl-next:before {
    content: "\00BB";
}
.Errors {
    color:red;
}*/