.home-abot {  padding: 30px 0;
    overflow: hidden;
    background: #efefef;}
.home-abot h3 {font-family: 'Pacifico', cursive;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    line-height: normal;
    color: #eb3007}
.home-abot p {    overflow: hidden;
    font-size: 17px;
    text-align: justify;
    color: #000;
    font-weight: 500;}
	
	
	
	
.new-testimonial {    background: url(../img/banner3.jpg);
    padding: 24px 0;}
.new-testimonial .card .carousel-item {
  height: 240px;
}
.new-testimonial .card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.new-testimonial .card .carousel-caption h3 {
  color: #000000;
    font-size: 25px;
    font-family: 'Pacifico', cursive;
    font-weight: 100;
}
.new-testimonial .card .carousel-caption p {
  line-height: 30px;
}
.new-testimonial .card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.new-testimonial .card .carousel-caption .col-sm-9 {
  text-align: left;
}
.new-testimonial .navi a {
    text-decoration:none;
}
.new-testimonial a > .ico {
    background-color: #eb3007;
    /* padding: 10px; */
    width: 30px;
    height: 30px;
    margin: 2px;
    background-size: 17px;
    
}
.new-testimonial a:hover > .ico {
    background-color: #03a84e;
}
.new-testimonial .carousel-caption small {
    overflow: hidden;
    font-size: 16px;
    text-align: justify;
    color: #000;
    font-weight: 500;
}