/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1693283620
Updated: 2023-08-29 04:33:40

*/

.service .elementskit-box-body {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}
.strong-form label {
    font-size: 20px;
    font-weight: 400 !important;
    margin-bottom: 5px;
    font-family: 'Jost';
}
.strong-form input[type="text"] {
    border: 1px solid #ccc;
}
.strong-form textarea {
    border: 1px solid #ccc;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    background-color: #f5f5f5;
    -moz-box-shadow: 0 0 8px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 4px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 8px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 10%);
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type {
    font-size: 18px;
    line-height: 30px;
    color: #747474;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-field {
    font-size: 20px;
    font-weight: 600;
    color: #033156;
    text-transform: uppercase;
}
.strong-view .wpmtst_submit_testimonial {
    border: 1px solid #033156;
    color: #fff;
    background-color: #033156;
}
.strong-view .wpmtst_submit_testimonial:hover {
    border: 1px solid #241f1b;
    color: #fff;
    background-color: #241f1b;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}
.home-page-form .wpcf7-form-control {
    border: 1px solid #dedede;
    display: grid;
    background-color: #fff;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 13px;
}
.home-page-form .wpcf7-form-control::placeholder {
    font-family: 'Jost';
    color: #686665;
}
.home-page-form  p {
    margin-right: 10px;
}
.home-page-form .wpcf7-textarea {
    height: 100px;
}
.home-page-form .wpcf7-submit {
    margin-bottom: 0;
    color: #fff;
    background-color: #3d6a33;
    width: 30%;
}
.home-page-form .wpcf7-submit:hover {
    border: 1px solid #033156;
    color: #fff;
    background-color: #033156;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}
.contact-form label {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Jost';
    color: #7a7a7a;
    width: 100%;
}
.contact-form .wpcf7-form-control {
    border: 1px solid #ccc;
    display: grid;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 13px;
}
.contact-form .inline-form {
    display: inline-flex;
    width: 100%;
}
.contact-form  p {
    margin-right: 10px;
    width: 100%;
}
.contact-form .wpcf7-textarea {
    height: 200px;
}
.contact-form .wpcf7-submit {
    margin-bottom: 0;
    color: #fff;
    background-color: #3d6a33;
    width: 25%;
}
.contact-form .wpcf7-submit:hover {
    border: 1px solid #033156;
    color: #fff;
    background-color: #033156;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}
@media only screen and (max-width: 768px) {
.contact-form .inline-form {
    display: inherit;
}
.home-page-form .inline-form {
    display: inherit;
}
.home-page-form  p {
    margin-right: 0;
}
.home-page-form .wpcf7-submit {
    width: 50%;
}
.contact-form  p {
    margin-right: 0;
}
}
