
/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
    color: #fff;
}

    .section-container-image-bg .divider-1 .line {
        border-color: #fff;
        opacity: 0.8;
    }

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

    .section-description p {
        margin-top: 20px;
        padding: 0 120px;
    }

.section-container-image-bg .section-description p {
    opacity: 0.8;
}


/***** Divider *****/

.divider-1 {
    padding: 25px 0 15px 0;
}

    .divider-1 .line {
        width: 200px;
        margin: 0 auto;
        border-bottom: 1px solid #ddd;
    }


/***** Testimonials *****/

.testimonials-container {
    padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: center;
}

    .testimonial-list .testimonial-image img {
        max-width: 160px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .testimonial-list .testimonial-text {
        margin-top: 30px;
    }

        .testimonial-list .testimonial-text p {
            opacity: 0.8;
        }

        .testimonial-list .testimonial-text a {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

            .testimonial-list .testimonial-text a:hover,
            .testimonial-list .testimonial-text a:focus {
                color: #fff;
                border: 0;
            }

    .testimonial-list .nav-tabs {
        margin-top: 30px;
        border: 0;
    }

        .testimonial-list .nav-tabs li {
            float: none;
            display: inline-block;
            margin-left: 10px;
            margin-right: 10px;
        }

            .testimonial-list .nav-tabs li a {
                width: 16px;
                height: 16px;
                margin: 0;
                padding: 0;
                background: none;
                border: 1px solid #fff;
                border-color: rgba(255, 255, 255, 0.8);
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
            }

                .testimonial-list .nav-tabs li a:hover {
                    background: #fff;
                    background: rgba(255, 255, 255, 0.8);
                    border: 1px solid #fff;
                    border-color: rgba(255, 255, 255, 0.8);
                }

            .testimonial-list .nav-tabs li.active a,
            .testimonial-list .nav-tabs li.active a:focus {
                background: #42bfc2;
                border: 0;
                position: absolute;
            }


            .testimonial-list .nav-tabs li a.active {
                background: #3a9ea0;
            }

/***** MEDIA QUERIES *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {

    .section-description p {
        padding: 0;
    }
}

@media (max-width: 767px) {

    .section-description p {
        padding: 0;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }
}
