



@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');




.titlepage {
     text-align: center;
     padding-bottom: 60px;
}







/** testimonial section **/

.testimonial {
      font-family: 'arial', sans-serif;
     margin-top: 90px;
     padding-bottom: 90px;
     background: #233c50;
     padding-top: 60px;
}

.testimonial .titlepage h2 {
     margin-bottom: 20px;
     color: #fff;
}

.testimonial .titlepage h2::after {
     border-bottom: #fff solid 1px;
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     max-width: 259px;
     margin: 0 auto;
}

.testimonial .titlepage p {
     font-size: 17px;
     color: #fff;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
}

.testimonial_box i img {
     margin-top: -120px;
}

.testimonial_box h4 {
     padding: 20px 0px 20px 0px;
     font-size: 20px;
     line-height: 25px;
     color: #090808;
     display: block;
     font-weight: 500;
}

.testimonial_box {
     text-align: center;
     background: #fff;
     box-shadow: #ddd 0px 0px 0px 0px;
     padding: 0px 40px 40px 40px;
}

.testimonial_Carousel .test_box .jons {
     text-align: left;
     margin-bottom: 4px;
     margin-left: -10px;
}

.testimonial_Carousel .test_box .jons i {
     float: left;
     background: #fff;
     border-radius: 50px;
     padding: 9px;
}

.testimonial_Carousel .test_box .jons h4 {
     font-size: 25px;
     color: #fff;
     padding-top: 27px;
     line-height: 32px;
     padding-left: 20px;
     display: inline-block;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #090808;
     background: #fff;
     padding: 40px;
     border-radius: 30px;
}

.testimonial_Carousel .carousel-indicators {
     bottom: -30px;
}


.testimonial_Carousel .carousel-indicators li.active {
     background: #000;
}


/** end testimonial section **/



