/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* About page form css start  */

.frm-fluent-form .ff-t-container{
	display:block !important;
}

/* About page form css end */
/* home page css */
.icon-image-module figure.elementor-image-box-img img {
    max-height: 157px;
    object-fit: contain;
}
.testimonial-module .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}
.testimonial-module .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #FFFFFF;
}
.elementor-element.number-module.elementor-widget.elementor-widget-heading {
    text-align: center;
    max-width: 150px;
    background: #f95e1f;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 150px;
    border-radius: 1000px;
    margin-top: -200px;
    margin-bottom: 24px;
}
.elementor-element.number-module.elementor-widget.elementor-widget-heading .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1024px){
    .elementor-element.number-module.elementor-widget.elementor-widget-heading {
        max-width: 70px;
        min-height: 70px;
        margin-top: -100px;
    }
}
/* end home page css */
.footer-link span.elementor-icon-list-text {
    margin-left: 0;
}
@media (max-width:1440px) and (min-width:1367px){
    .elementor-nav-menu li.menu-item.menu-item-type-post_type.menu-item-object-page a, .elementor-nav-menu a.elementor-item.elementor-item-anchor{
        padding-left:20px !important;
        padding-right:20px !important;
    }
}
article.elementor-post.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry h2 a:hover {
    color: var( --e-global-color-primary );
}