/*
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: 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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739195076
Updated: 2025-02-10 13:44:36

*/
* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

::-webkit-scrollbar {
    background: #ffffff;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    display: none;
}

::-webkit-scrollbar-track-piece {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #6FC75F;
    background-clip: content-box;
    border-radius: 9px;
}

::-webkit-scrollbar-corner {
    display: none;
}

::-webkit-resizer {
    display: none;
}

body {
    position: relative;
    z-index: 0;
}

body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2130px;
    left: 0;
    bottom: 0;
    background: linear-gradient(181.36deg, rgba(155, 186, 229, 0) -0.4%, rgba(155, 186, 229, 0.6) 84.67%);
    opacity: 0.8;
    right: 0;
    margin: 0 auto;
    display: block;
    z-index: -1;
}

div#sideMenu {
    height: 100dvh;
    overflow: auto;
}

div#closeMenu {
    cursor: pointer;
}

div#sideMenu {
    visibility: hidden;
    opacity: 0;
    transform: translate(100%, 0px);
    transition: all ease .8s;
    z-index: 100;
}

div#sideMenu.active {
    visibility: visible;
    opacity: 1;
    transform: translate(0%, 0px);
}

body.menuActive {
    overflow: hidden;
}

header.header:after {
    content: "";
    background: linear-gradient(90deg, rgba(132, 132, 132, 0.2) 0%, #9B9696 52.99%, rgba(132, 132, 132, 0.2) 100%);
    height: 1px;
    width: 100%;
    opacity: 0.2;
}

header.header.fixeds {
    background: #fff;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style, .dskbtn a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 151px;
    padding: 0 25px !important;
    transition: all ease .5s;
    background: linear-gradient(108.94deg, #81DC70 2.72%, #57A948 116.14%);
    box-shadow: 0px 0px 0px rgba(129, 220, 112, 0.2);
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style svg, .dskbtn a svg {
    width: 0px;
    height: 0px;
    transition: all ease .5s;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style span.thCins, .dskbtn a span.thCins {
    min-width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #01371C;
    position: relative;
    z-index: 0;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transition: all ease .5s;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover, .dskbtn a:hover{
    background: linear-gradient(108.94deg, #78F560 2.72%, #55C141 116.14%);
    box-shadow: 0px 0px 15.4px 2px rgba(129, 220, 112, 0.4);
    border-radius: 40px;
    padding: 0 10px 0 15px !important;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover span.thCins, .dskbtn a:hover span.thCins{
    min-width: 31px;
    height: 31px;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover span.thCins svg, .dskbtn a:hover span.thCins svg {
    width: 13px;
    height: 10px;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    width: 167px;
    border: 0;
}

div#headingLap {
    opacity: .1;
}

div#circleLap {
    opacity: 0;
}

span.ballanimation {
    position: absolute;
    width: 121.84px;
    height: 43.96px;
    background: linear-gradient(108.94deg, #81DC70 2.72%, #57A948 116.14%);
    box-shadow: 0px 0px 0px rgba(129, 220, 112, 0.2);
    border-radius: 40px;
    transition: all ease .8s;
    left: 0;
}

.signupbutbs {
    box-sizing: border-box;
    width: 227px;
    height: 45px;
    background: rgba(129, 220, 112, 0.3);
    border: 0.616928px solid #81DC70;
    border-radius: 29px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.signupbutbs > a {
    display: flex;
    z-index: 2;
    position: relative;
    width: 50%;
    height: 45px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 13.88px;
    line-height: 16.24px;
    color: #274F87;
    transition: all ease .8s;
}

.signupbutbs > a:first-child {
    color: #fff;
}

.signupbutbs > a:last-child:hover {
    color: #fff;
}

.signupbutbs:hover > span {
    left: 105px;
}

.signupbutbs > a:first-child:hover + span.ballanimation {
    left: 0;
}

.signupbutbs:hover > a:first-child {
    color: #274F87;
}

.signupbutbs > a:first-child:hover {
    color: #fff;
}

.elementor-widget-container > span.elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
    pointer-events: none;
}

.form-error-border{
	border: 1px solid red !important;
}
.grecaptcha-badge {visibility: hidden;}