body {
    color: #000000;
}

.customlogo {
    width: 250px;
}

@media (min-width: 1025px) {
    .section-indent:not(.no-margin) {
        margin-top: 0px;
    }
}

img.img-circle {
    margin: auto;
    width: 70px !important;
}

.testimonial-name {
    font-weight: 600;
    font-size: 18px;
    background: #f3f3f3;
    text-align: center;
    padding: 5px;
    margin-top: 30px;
}

#testimonials {
    background: #ffea65;
    padding: 20px 0;
}

.box-value .box-value__icon {
    color: #00048a;
}

.img-box__label {
    background: -webkit-gradient(linear, right top, left top, from(#c74000), to(#d7da00));
    background: linear-gradient(to left, #c74000, #d7da00);
}

.paint_brush:before {
    content: "\f1fc";
}
img#contact-loader {
    position: absolute;
    z-index: 99;

}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.float{
position: fixed;
    width: 85px;
    height: 80px;
    bottom: 50%;
    right: 10px;
    background-color: #005a0d;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}
.icons-watsapp:before {
    content: "\f232";
}