/*--------------1.4 start about section-----------------*/
.about_section {
    padding-bottom: 0px;
}
.about_section .about_title{
    padding-bottom: 80px;
}
.about_section .single_goal {
    padding: 22px 0 22px 110px;
}
.about_section .single_goal:first-child {
    padding-top: 0;
}
.about_section .single_goal::before {
    background: #efefef none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 345px;
}
.about_section .single_goal:last-child:before {
    display: none;
}
.about_section .single_goal > i {
    color: #772bd9;
    display: inline-block;
    font-size: 72px;
    left: 0;
    line-height: normal;
    position: absolute;
    top: 15px;
}
.about_section .single_goal:first-child > i {
    top: -8px;
}

.about_section .about_goal_video .overlay {
}
.about_section .about_goal_video > a.venobox {
    border: 2px solid #fff;
    color: #fff;
    font-size: 22px;
    height: 60px;
    left: 50%;
    padding: 15px 22px;
    position: absolute;
    top: 50%;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*--------------1.4 end about section-----------------*/

/*----------home-2 about section---------*/
.section_title h2 {
    margin: 0 auto;
    max-width: 660px;
    width: 100%;
}
.about_section.home2{
    position: relative;
}
.about_section.home2 > .overlay {
    background: #fff;
    width: 200px;
}
.about_section.home2 .about_goal_video .overlay {
}
.about_section.home2 .single_goal > i {
    color: #ff9c00;
}
.about_section.home2 .about_goal_video .icon_bg {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 10px 23px rgba(0, 0, 0, 0.08);
    height: 110px;
    left: 0;
    margin-left: -55px;
    position: absolute;
    top: 50%;
    width: 110px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about_section.home2 .about_goal_video .icon_bg a.venobox {
    border: 2px solid #ff9c00;
    color: #ff9c00;
    font-size: 22px;
    height: 60px;
    left: 50%;
    padding: 15px 22px;
    position: absolute;
    top: 50%;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*--------------working process section-------------*/

.working_process .section_title {
    padding-bottom: 94px;
}
.working_process .section_title h5.title_20 {
    max-width: 700px;
    width: 100%;
}

.working_process .single_process{
    margin-bottom: 100px;
}
.working_process .single_process:last-child {
    margin-bottom: 0px;
}
.working_process .single_process:nth-child(even) {
    flex-flow: row-reverse wrap;
}
.working_process .single_process:nth-child(even) .process_content {
    padding-right: 0px;
    padding-left: 50px;
    text-align: right;
}

.working_process .process_content {
    max-width: 770px;
    width: 100%;
    padding-right: 50px;
}
.working_process .process_img {
    max-width: 370px;
    width: 100%;
}

.working_process .single_process .process_content ul li {
    color: #666666;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
}
.working_process .single_process .process_content ul li:before {
    content: "\e64d";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #00a0cf;
}
.working_process .single_process:nth-child(even) .process_content ul li{
    padding-left: 0;
    padding-right: 30px;
}
.working_process .single_process:nth-child(even) .process_content ul li::before {
  left: inherit;
  right: 0;
}

/*--------------1.10 start testimonial section-----------------*/
.testimonial1 .section_title {
    max-width: 700px;
    width: 100%;
}
.testimonial1 .author_img{
    width: 30%;
}
.testimonial1 .author_img img {
    border: 1px solid #eeeeee;
    width: 260px;
    height: 260px;
}
.testimonial1 .author_info {
    padding-left: 15px;
    padding-right: 100px;
    width: 70%;
}
.testimonial1 .author_info > h5::before {
    background: #c7c7c7;
    content: "";
    height: 1px;
    position: absolute;
    right: -55px;
    top: 17px;
    width: 35px;
}
.testimonial1 .author_info > h5::after {
    background: #c7c7c7;
    border-radius: 100%;
    content: "";
    height: 8px;
    right: -62px;
    margin-left: -4px;
    position: absolute;
    top: 13.0px;
    width: 8px;
}
.testimonial1 .author_info > h5 {
    color: #333;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    text-transform: capitalize;
}
.testimonial1 .owl-nav {
    position: absolute;
    right: 130px;
    top: -166px;
}
.testimonial1 .owl-next,
.testimonial1 .owl-prev {
    background: #f0f0f0;
    border-radius: 100%;
    color: #949494;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    margin: 0 10px;
    padding: 8px 12px;
    width: 40px;
}
.testimonial1 .owl-next:hover,
.testimonial1 .owl-prev:hover {
    background: #00a0cf;
    color: #fff;
}