/* 
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
*/
.section-wrapper {
	display: block;
	overflow-y:initial;
	overflow-x: clip;
	margin: 0 auto;
	max-width: 2000px;
	width: 100%;
	position: relative;
	z-index: 1;
}


/* Animation Text */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

h2 .blast,
h1 .blast {
/*     opacity: 0; */
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

h1 .blast:hover,
h2 .blast:hover {
    color: #0deae4;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}



.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.form-style input, .form-style textarea {
	font-size: 20px!important;
	font-family: 'Montserrat', sans-serif!important;
	padding 10px 20px!important;
	background: #2b2b2b;
	border: 0px solid transparent!important;
	border-radius: 0px;
	min-height:60px;
	color: #cecece!important;
}

.form-style ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecece!important;
  opacity: 1; /* Firefox */
}

.form-style :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cecece!important;
}

.form-style ::-ms-input-placeholder { /* Microsoft Edge */
  color: #cecece!important;
}
input#gform_submit_button_1 {
    border: #0deae4;
    border: 1px solid #0deae4!important;
    color: #0deae4!important;
}

input#gform_submit_button_1:hover {
    border: #0deae4;
    border: 1px solid #0deae4!important;
    color: #000!important;
	background: #0deae4!important;
}





@media only screen and (max-width: 1023px) {

	.dnone-md br {
		display:none!important;
	}
}
@media only screen and (max-width: 767px) {
	input#gform_submit_button_1 {
/* 		margin-top:15px; */
	}
}



/* REVAMP PORTFOLIO - CSS */

.btn-ico .elementor-button-icon svg {
	transform: rotate(45deg);
}
.btn-ico:hover .elementor-button-icon svg react{
	margin-left:10px;
}