﻿

h3, p {
    margin: 0 !important;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.testimonial {
    text-align: center;
    /*color: #F2EFE8;*/
    color:#808080;
    margin: 80px 30px;
    padding: 30px 40px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

    .testimonial:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: #424242;*/
        background-color: #fff;
        border: 2px solid #026cb6;
        border-radius: 30px;
        z-index: -1;
    }

    .testimonial:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #716258;
        border-radius: 30px;
        transform: rotate(-7deg);
        z-index: -2;
    }

    .testimonial .pic {
        border: 5px solid #F2EFE8;
        display: inline-block;
        margin-bottom: 10px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #F2EFE8
    }

        .testimonial .pic img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .testimonial .testimonial-content {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .testimonial .testimonial-title a {
        display: inline-block;
        color: #026cb6;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .testimonial .testimonial-title small {
        color: #F2EFE8;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

.owl-theme .owl-controls {
    margin-top: 0px;
    margin-left: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        display: inline-block;
        opacity: 1;
        background: #FB8C00;
        color: #F2EFE8;
        border-radius: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 5px;
    }


.testimonial.slick-slide {
    width: 900px;
    min-height: 450px;
}
.module_text-image {
    padding-bottom: 0px;
}
.module_feel-your-business-home{
    padding-top:0px
}
@media screen and (min-width:0) and (max-width:991px) {
    .testimonial.slick-slide {
        width: 320px;
        height: 567px;
    }
}