div.line-break {
    width:100%;
    height: 2px;
    background: #404040;
    position: relative;
    margin: 0 auto;
}
div.line-break:after {
    content:'';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: calc(50% + 4px);
}

div.line-break:before {
    content:'';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #404040 transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 50%;
}

div.down-arrow {
    text-align : center;
}

div.border-with-dash {
    top : -25px;
    position: relative;
}

div.border-with-dash-left, div.border-with-dash-right {
    width: calc(50% - 365px);
    height: 50px;
    background: black;
}

div.border-with-dash-left {
    float: left;
}

div.border-with-dash-right {
    float: right;
}
div.border-with-dash-center {
    height: 50px;
    width: 750px;
    float: left;
    margin-right: -10px;
    margin-left: -10px;
}
div.border-with-dash-center img {
    height: 50px;
}

@media only screen and (max-width: 850px) {
    div.border-with-dash-left, div.border-with-dash-right {
        width: 37%;
        height: 50px;
        background: black;
    }

    div.border-with-dash-left {
        float: left;
    }

    div.border-with-dash-right {
        float: right;
    }
    div.border-with-dash-center {
        height: 50px;
        width: 30%;
        float: left;
        margin-right: -3%;
        margin-left: -3%;
    }

}

.right-triangle, .left-triangle, .bottom-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index : 98;

}
.right-triangle, .left-triangle {
    transform: translateY(300%);
}
.left-triangle {
    border-width: 25px 20px 25px 0;
    border-color: transparent #000 transparent transparent;
    margin-left : -15px;
}

.right-triangle {
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #000;
    margin-left : -5px;
}

.bottom-triangle {
    border-width: 20px 25px 0 25px;
    border-color: #000 transparent transparent transparent;
    margin-top : -5px;

}
@media only screen and (max-width: 480px) {
    .right-triangle, .left-triangle {
        display: none;
    }
	
}

/* Testimonial section */
.testimonial-item {
    width: 80%;
    margin: auto;
}

.testimonial-item img {
	width : 20%;
}

.testimonial-item .testimonial-text {
    position: relative;
    top: -120px;
    left: 17%;
    width: 80%;
    background-color: #EEEBE3;
    padding: 20px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
