

/*------------*/

.post-parallax {
    overflow: hidden;
    width: 100% !important;
    height: 100%;
    background-image: url("../img/4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;

}


.post-parallax .relative {
    float: left;
}

.post-parallax .space {
    padding: 0 30px;
}

.post-parallax .massive-progress {
    background: #606060;
}

.post-parallax .massive-progress .progress-bar {
    color: #222; 
    background: #fff;
}

.relative {
    position: relative;
}

.post-parallax .dark-overlay {
    position: absolute; 
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .5);
}

.post-parallax .container {
    /*z-index: 100;*/
    position: relative;
}


/**/
.testimonial-parallax {
    background-image: url("../img/2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.testimonial-alt .testi-auth .avatar {
    float: left;
    margin-right: 30px;
}

.testimonial-alt .content {
    position: relative; 
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
    background: #f5f5f5;
}

.testimonial-alt .content:after {
    position: absolute;
    bottom: -7px;
    left: 25px;
    display: block;
    width: 15px; 
    height: 14px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: none;
    border-color: #f5f5f5;
    border-right: 1px solid #f5f5f5;
    -o-border-image: none;
       border-image: none;
    background-color: #f5f5f5;
}

.testimonial-alt .content p {
    margin: 0;
    padding: 0;
}

.testimonial-alt .testi-auth .testimonial-meta {
    display: inline-block; 
    margin-top: 15px;
}

.testimonial-alt .testi-auth .avatar,
.testimonial-alt .testi-auth .avatar a,
.testimonial-alt .testi-auth .avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

#testimonial-4.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px; 
    background: #cecece;
}

.left-align {
    text-align: left !important;
}

.testimonial-thumb {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
}

.testimonial-thumb img {
    width: 100%;
    height: auto;
}