/*-- Use For Custom Styling --*/

.process-wrapp {
    text-align: center;
    cursor: pointer;
}

.process-wrapp > .service-heading{
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 20px;
}

.process-wrapp > .pro-step {
    position: relative;
    z-index: 1;
}

.process-wrapp > .pro-step {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.process-wrapp > .pro-step.blue{
    background: #03a9f5;
}

.process-wrapp > .pro-step.midnight{
    background: #41526b;
}

.process-wrapp > .pro-step.purple{
    background: #9556f5;
}

.process-wrapp > .pro-step.pink{
    background: #f021b6;
}

@media screen and (max-width:767px){

    #services .col-md-3:not(:nth-last-child(1)) .process-wrapp {
        margin-bottom: 3rem;
    }
}

.heading {
        font-size: 55px;
    }
	
/* ===================================
    Client-Section
====================================== */

.client-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ===================================
    Review Section
====================================== */

.testimonial .testimonial-img img {
    border-radius: 50%;
}

.testimonial .testimonial-img {
    margin: 30px 0;
}

.testimonial .testimonial-owl .owl-item img {
    width: auto;
    margin: 0 auto;
}

.testimonial .testimonial-owl .owl-dots {
    margin-top: 40px !important;
    text-align: center;
}

.testimonial .testimonial-owl button.owl-dot.active {
    background-color: #bc8340 !important;
}

.testimonial .paragraph {
    font-weight: normal;
    line-height: 1.920;
    font-size: 16px;
    opacity: .7;
    width: 88%;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
}

.testimonial-tittle h4 {
    font-weight: normal;
    font-size: 18px;
}

.testimonial-tittle span {
    font-weight: normal;
    font-size: 15px;
    opacity: .7;
}

.testimonial .testimonial-owl .owl-nav button.owl-next, .testimonial .testimonial-owl .owl-nav button.owl-prev, .testimonial .owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    background: #ffffff!important;
    margin: 10px 5px;
    border-radius: 10px;
    transition: 0.5s ease;
	background-color: #e0b662!important;
}