/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
a.btn-learn {
    border-radius: 7px;
    display: block;
    background-color: #203893;
    color: #fff !important; 
    text-transform: uppercase;
    max-width: 175px;
    padding: 12px;
    margin: 20px auto;
    font-family: 'Merriweather Sans';
}
a.btn-learn:hover {
    background-color: #5C6EB3;
}
.btn-learn i.fa {
    margin-left: 10px;
}
.service-blocks .elementor-image-box-img {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #ddd;
}
.icon-with-cont .elementor-icon-box-icon {
    margin-top: 10px;
}
.blocks-testimonials .elementor-swiper-button {
    background-color: #203893;
    margin: 0px -20px;
    border-radius: 20px;
    padding: 5px;
}
.elementor-accordion-item {
    margin-bottom: 15px;
}
.icon-contct .elementor-icon-box-icon {
    margin-top: 10px;
}
.icon-contct p.elementor-icon-box-description a {
    color: #111;
}
.form-contacts textarea {
    height: 80px;
}
.form-contacts input[type="submit"] {
    border: none;
    padding: 13px 40px !important;
    text-transform: uppercase;
}
.form-contacts p {
    width: 100%;
}
.form-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.one-hlf {
    width: 49%;
}
.elementor-item.has-submenu:hover span.sub-arrow svg, .elementor-item-active.has-submenu span.sub-arrow svg {
    fill: #fff;
}