/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
.experience_box .elementor-counter-title {
    text-align: center !important;
}
.comments-area a, .page-content a {
    text-decoration: none;
}
.bottom_form input[type=text], .bottom_form input[type=email]{ border-radius: 5px !important; height: 50px !important; background: transparent; }
.bottom_form label { display: none !important; }
.bottom_form textarea{ height:60px !important; border-radius: 5px !important; background: transparent; }
.bottom_form .forminator-button-submit { width: 100% !important; border-radius: 50px !important; font-size: 17px !important; text-transform: uppercase; }
.banner_heading h2 { position: relative; animation: upDown 2s ease-in-out infinite; }
.latest_portfolio .button-group.filter-button-group button { border-radius: 50px; border: 2px solid; padding: 10px 25px; }
.latest_portfolio .tlp-portfolio-thum.tlp-item img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 10px; }
.blog_post .jltma-blog-post { margin-bottom: 20px;}
.blog_post .jltma-col-8 { padding: 0; }
.blog_post .jltma-post-content { padding: 0 !important; }
@keyframes upDown {
  0% {
    top: 0;
  }
  50% {
    top: -15px; 
  }
  100% {
    top: 0;
  }
}