/* 
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 */


/*.button-gradient3 a {*/
/*    background: linear-gradient(271.78deg, #007EFA 8%, #0C1740 140%) !important;*/

/*    border-image-slice: 1 !important;*/
/*    !*background: linear-gradient(270deg, #007EFA 30.6%, #0D1740 301.49%);*!*/
/*    border-image-source: linear-gradient(271.78deg, #007EFA 8%, #0C1740 140%) !important;*/
/*    transition: 0.3s !important;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.button-gradient3 a:hover {*/
/*    background: #fff!important;*/
/*}*/
/*.button-gradient3 a:before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    background: linear-gradient(-271.78deg, #007EFA 8%, #0C1740 140%) !important;*/
/*    opacity: 0;*/
/*    transition: 0.3s !important;*/
/*}*/

/* Button styles */
.button-gradient a {
    background: transparent !important;
    border-image-slice: 1 !important;
    border-image-source: linear-gradient(271.78deg, #007EFA 7.59%, #0C1740 325.37%) !important;
    transition: 0.3s !important;
    position: relative;
}
.button-gradient a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(271.78deg, #007EFA 7.59%, #0C1740 325.37%) !important;
    opacity: 1;
    transition: 0.3s !important;
}
.button-gradient a:hover:before {
    opacity: 0;
    transition: 0.3s !important;
}
.contact_form button.elementor-button span,
.button-gradient2 a span{
    position: relative;
}
.contact_form button.elementor-button,
.button-gradient2 a {
    background: transparent !important;
    border-image-slice: 2 !important;
    border-image-source: linear-gradient(90deg, #007EFA 7.59%, #0C1740 325.37%) !important;
    transition: 0.3s !important;
    position: relative;
}
.contact_form button.elementor-button:before,
.button-gradient2 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #007EFA 7.59%, #0C1740 325.37%) !important;
    opacity: 0;
    transition: 0.3s !important;
}
.contact_form button.elementor-button:hover:before,
.button-gradient2 a:hover:before {
    opacity: 1;
    z-index: 0;
    transition: 0.3s !important;
}
.button-gradient3 a {
    background: transparent !important;
    border-image-slice: 1 !important;
    border-image-source: linear-gradient(-271.78deg, #007EFA 8%, #0C1740 92%) !important;
    transition: 0.3s !important;
    position: relative;
}
.button-gradient3 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(-271.78deg, #007EFA 8%, #0C1740 92%) !important;
    opacity: 0;
    transition: 0.3s !important;
}
.button-gradient3 a:hover:before {
    opacity: 1;
    transition: 0.3s !important;
}
.feat-btn a:before {
    z-index: 0 !important;
}
.feat-btn a span {
    position: relative;
    z-index: 1 !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}


@media (max-width: 420px){
    .contact_form form button.elementor-button,
.elementor-widget-button.mobile_full a,
.elementor-widget-button.mobile_full{
    width: 100% !important;
}
}