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

.blink-text{
-webkit-animation: pulse 400ms infinite alternate;
	        animation: pulse 400ms infinite alternate;
}

#moverarrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

 
@keyframes blink {
  0%,
  100% {
    background-color: #ed1b24;
  }
  50% {
    background-color: #000000;
  }
}
#blinking-button a{
   animation: blink 1s linear infinite;
}
.color-o{
	color:#EA8032;
}
.color-r{
	color:#ed1b24
}
.shadow-w{
	text-shadow:1px 1px 4px #ffffff !important;
}

.header-cus{
	position:relative;
}

.header-cus:before{
		position:absolute;
	width:100%;

}
.flex {
    display: flex;
    color: #ffffff;
    flex-flow: column;
    gap: 15px;
	    position: relative;
    top: 60px;
}
.d-inline-flex {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.d-inline-flex.texttwo p+p {
    display: inline-flex;
    flex-flow: column;
}
p.textone {
    line-height: 46px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 26px;
}
.textone sup{
	font-size:50px;
}

p.textone span {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
p.textone strong {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #f68d41;
    text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000;
		-webkit-animation: pulse 400ms infinite alternate;
	        animation: pulse 400ms infinite alternate;
}

.texttwo p{
	font-family:"Oswald", Sans-serif;
	font-size:40px;
	font-weight: bold;
	text-transform: uppercase;

}

.texttwo {
    line-height: 35px;
}

.texttwo p+p{
	font-size:28px;
}

.d-inline-flex.texttwo p+p span:first-child {
    letter-spacing: 5px;
}
.d-inline-flex.texttwo p+p span {
    letter-spacing: 0.5px;
}
#blink a{
			-webkit-animation:blink 1s linear infinite;
	        animation: blink 1s linear infinite;
}
 
@-webkit-keyframes pulse {
	0% { color: #ed1b24; }
	100% { color: #ffffff; }
}
@keyframes pulse {
	0% { color: #ed1b24; }
	100% { color: #ffffff; }
}

.c-red{
	color:#ed1b24; 
	font-weight:bold;
	box-shadow:0px 0px 15px #000, 0px 0px 15px #000;
}

div#rsingh {
    position: relative;
    bottom: -76px;
    z-index: 10;
}
/* Add your custom styles here */
.form_outer {
    background-color: #eb8032;
    padding: 24px;
    border-radius: 10px;
}
.form_outer .form_field input {
    border: 0;
    border-radius: 0;
    height: 44px;
    color: #000000;
}
.form_outer .form_button{
	position:relative;text-align:center;
}

.form_outer .form_button input {
	     animation: blink 1s linear infinite;
    border-radius: 35px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    height: 44px;
    padding: 8px 35px;
    font-weight: 600;
    font-size: 18px;
}

.form_outer .form_button p{
	margin-bottom:0
}

.form_outer .form_button input+.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 9px;
}

@media only screen and (max-width: 600px) {
		div#rsingh {
     bottom: -30px;
 }
{

