/* 
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
*/
a.contact-footer {
    color: #FFFFFF;
}
a.contact-footer:hover {
    color: #3DBABF;
}
span.hero-section {
    font-weight: 700;
    color: #3DBABF;
}
span.status {
    color: #3DBABF;
    font-weight: 700;
}
@media (min-width: 1025px) {
 li.get-mwnu-btn {
    display: none !important;
}
}

.developed-box {
    /* position: absolute; */
    animation: ktranslate 2s infinite;
    transition: all 0.5s;
    /* bottom: 85px; */
    z-index: 2;
}
@keyframes ktranslate{
0% {
    transform: translate(0, 0);
}
50% {
    transform: translate(-10px, 0);
}
100% {
    transform: translate(0, 0);
}
}
.global-box{
	 animation: ktranslaten 2s infinite;
    transition: all 0.5s;
    z-index: 2;
}
@keyframes ktranslaten{
0% {
    transform: translate(0, 0);
}
50% {
    transform: translate(10px, 0);
}
100% {
    transform: translate(0, 0);
}
}

.comtact-us-form input#form-field-field_7ea9345 {
    padding: 15px 20px 15px 20px;
}

