/**
* Theme Name: Creote Child
* Description: This is a child theme of Creote, generated by Merlin WP.
* Author: <a href="http://steelthemes.com/steelthemes">Steelthemes</a>
* Template: creote
* Version: 1.0.0
*/
.boxInfo h2 {
    color: #fff;
}

.boxInfo p {
    color: #fff;
}
.service_box.style_one .service_content {
    min-height: 250px;
    display: flex;
    align-items: center;
}
.process_box.style_one .process_box_outer .content_box h2 a {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-dark);
    line-height: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.process_box_outer_two h2 a {
    font-size: 16px !important;
}
.process_box.style_two .process_box_outer_two p{
    min-height: 78px;
}
.statsBox {
    text-align: center;
    color: #fff;
}

.statsBox h2 {
    color: #fff;
    margin-bottom: 11px;
    font-size: 45px;
}

.statsBox h4 {
    color: #fff;
    font-size: 13px;
    padding: 0 70px;
    line-height: 23px;
    font-weight: 200;
}
.borderBoth {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.boxAbout {
    text-align: center;
    /* border: 1px solid; */
    min-height: 350px;
    padding: 30px 20px;
    border-radius: 20px 0;
    box-shadow: 1px 1px 11px 4px #ccc;
}

.boxAbout h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

.boxAbout p {
    font-size: 15px;
}
.bgSec .vc_single_image-wrapper img {
    width: 100%;
    max-width: 60%;
    /* display: table; */
    /* margin: 0 auto; */
    margin-bottom: 19px;
}

.bgSec .wpb_wrapper h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 900;
    line-height: 25px;
}
.proBox {
    border: 1px solid #cccccc96;
    padding: 0 11px 14px;
    border-radius: 5px;
    box-shadow: 1px 1px 7px 3px #cccccc29;
    text-align: center;
}

.proBox h3 {
    text-align: center;
    font-size: 17px;
}

.proBox p {
    font-size: 15px;
    line-height: 24px;
}

.proBox h5 {
    font-size: 15px;
}