/*--------------- services_grid --------------- */

.services_grid {
    /* border: solid 3px orange; */
    position:relative;
    padding-top: 20px;
    width:100%;
}

.services_grid .box_grid {
    /* border: solid 3px red; */
    width:100%;
}

.services_grid .box_row {
    /* border: solid 3px green; */
    display: flex;
    width:100%;
}

.services_grid .box_row .box_col1 {
    /* border: solid 3px blue; */
    width:33.1%;
}

.services_grid .box_row .box_col2 {
    /* border: solid 3px yellow; */
    width:35.3%;
}

.services_grid .box_row .box_col3 {
    /* border: solid 3px greenyellow; */
    width:28.7%;
}

.services_grid .box_row img {
    /* border: solid 3px violet; */
    padding-bottom:20px;
    width:100%;
}

.services_grid .box_spacer {
    /* border: solid 3px green; */
    width:20px;
}

@media(max-width: 900px) {
    /* .services_grid .box_row {
        padding-top: 0px;
        display: block;
    }

    .services_grid .box {
        width:100%;
        margin-top: 30px;
    } */
}

/*--------------- verbiage --------------- */

.verbiage {
    /* border: solid 3px orange; */
    padding-top:10px;
    padding-bottom:30px;
    position:relative;
}

/*--------------- testimonials --------------- */

.testimonials {
    /* border: solid 3px brown; */
    padding-top:20px;
    position: relative;
    width:100%;
}

.testimonials .image-container {
    /* border: solid 3px pink; */
    width:100%;
}

.testimonials .image-container img {
    width:100%;
}

.testimonials .section-data {
    /* border: solid 3px lime; */
    position: absolute;
    top: 160px;
    right: 0px;
    width:100%;
}

.testimonials .section-info {
    /* border: solid 3px white; */
    width:100%;
}

.testimonials .slider {
    /* border: solid 3px pink; */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height:210px;
    display: flex;
}

.testimonials .slider .carousel {
    /* border: solid 3px blue; */
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.testimonials .slider .item {
    color: #fff;
    text-align:center;
    text-transform: uppercase;
    font-family: "AmericanTypewriterMedium";
    font-weight: normal;
    font-size: 15px;
}

.testimonials .slider .item .title {
    padding-top: 20px;
}

.testimonials .slider .carousel-indicators {
    display: none;
    color: #90a23a;
    background:#90a23a;
    border: solid 1px black;
    margin-top:80px;
    padding: 5px;
}

.testimonials .slider .controls_separated {
    margin-top: 20px;
}

.testimonials .slider .controls_separated .button {
    color: #90a23a !important;
    font-size: 32px;
    text-align: center;
    text-decoration: none;
}

.testimonials .slider .controls_separated .button_text_right {
    display: none;
    color: #90a23a !important;
    font-size: 14px;
    padding-top: 10px;
    margin-left: -6px;
    text-align: center;
    text-transform: uppercase;
}

.testimonials .slider .controls_separated .button_text_left {
    display: none;
    color: #90a23a !important;
    font-size: 14px;
    padding-top: 10px;
    margin-left: 6px;
    text-align: center;
    text-transform: uppercase;
}

.testimonials .slider .controls_together {
    display: none;
/*    border: solid 3px black;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 80%;
}

.testimonials .slider .controls_together .spacer {
    flex-grow: 1;
}

.testimonials .slider .controls_together .button {
    color: #90a23a !important;
    font-size: 32px;
    text-align: center;
    text-decoration: none;
}

.testimonials .slider .controls_together .button_text_right {
    display:none;
    color: #90a23a !important;
    font-size: 12px;
    padding-top: 10px;
    margin-left: -6px;
    text-align: center;
    text-transform: uppercase;
}

.testimonials .slider .controls_together .button_text_left {
    display:none;
    color: #90a23a !important;
    font-size: 12px;
    padding-top: 10px;
    margin-left: 6px;
    text-align: center;
    text-transform: uppercase;
}

@media(max-width: 900px) {
    .testimonials .section-data {
        top: 130px;
    }

    .testimonials .slider {
        width: 95%;
    }

    .testimonials .slider .controls_separated {
        margin-top: 0px;
    }

    .testimonials .slider .item {
        font-size: 12px;
    }
}

@media(max-width: 700px) {
    .testimonials .section-data {
        /* border: solid 3px black; */
        position: relative;
        margin-top:-130px;
        margin-bottom: 50px;
    }

    .testimonials .section-info {
        margin-top: 0px;
        color:#0f0f0f;
    }

    .testimonials .slider {
        width: 100%;
        display: block;
    }

    .testimonials .slider .item {
        min-height:380px;
        color: #3d3935;
    }

    .testimonials .slider .carousel {
        width:95%;
    }

    .testimonials .slider .controls_separated {
        display: none;
    }

    .testimonials .slider .controls_together {
        display: flex;
    }
}

/*--------------- clients --------------- */

.clients {
    /* border: solid 3px magenta; */
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color:#696a6c;
}

.clients .section-heading {
    padding-bottom: 0px;
}

.clients .section-info {
    /* border: solid 3px greenyellow; */
    width:100%;
}

.clients .section-info img {
    width:90%;
    display:flex;
    margin-left:auto;
    margin-right:auto;
}

@media(max-width: 700px) {
    .verbiage .section-heading {
        font-size: 34px;
    }

    .clients .section-heading-contrast {
        font-size: 34px;
    }
}

@media(max-width: 900px) {
}