.wpcf7-spinner{
    display: block;
}

.wpcf7-form-control.wpcf7-submit{
    margin-left: auto;
    margin-right: auto;
}

/* Preloader Intro */

#prelaoder {
	display: none !important;
}

.preloader  {
	min-height: 100vh;
	width: 100vw;
	border-color: red;
}

.site-intro {
	right: 0;
	width: 100%;
	min-height: 100vh;
	background: #fff;
	padding: 100px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	justify-content: space-between;
	align-items: center;
}

.site-intro-main video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	object-fit: cover;
}

.intro-content {
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 55%;
}

.intro-content a {
	margin-top: 80px;
}
.intro-btn {
	display: inline-block;
	padding: 8px 80px;
	border-radius: 6px;
	background: #5DB833;
	color: #fff;
	font-size: 1em;
	opacity: 1;
	animation-name: text;
	animation-duration: 7s;
	animation-iteration-count: infinite;
}

#arrow-top {
	animation-name: top;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#arrow-btm {
	animation-name: bottom;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;	
	animation-delay: 0.75s;
	animation-timing-function: ease-in-out;
	opacity: 1;
}


@keyframes top {
	 0%   {opacity: 0; transform: translateY(-20px);}
  100%  {opacity: 1;}
}

@keyframes bottom {
	 0%   {opacity: 0; transform: translateY(-20px);}
  100%  {opacity: 1;}
}

@keyframes text {
	0% {opacity: 0;}
	50% {opacity: 0.5;}
	75% {opacity: 1;}
	100% {opacity: 1;}
}

/* Preloader Intro - Mobile */
@media only screen and (max-width: 700px) { 

	#prelaoder {
	display: none !important;
}

.preloader  {
	min-height: 100vh;
	width: 100vw;
	border-color: red;
}

.site-intro {
	right: 0;
	width: 100%;
	min-height: 100vh;
	background: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	justify-content: space-between;
	align-items: center;
	
}
	
	

.site-intro-main video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	object-fit: cover;

}

.intro-content {
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 100% 30px;
	margin-top: 0px;

}

.intro-content a {
	margin-top: 100% !important;
}
	
	
.intro-btn {
	display: inline-block;
	margin: auto;
	border-radius: 6px;
	background: #5DB833;
	color: #fff;
	font-size: 1em;
	opacity: 1;
	animation-name: text;
	animation-duration: 7s;
	animation-iteration-count: infinite;
}

#arrow-top {
	animation-name: top;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

#arrow-btm {
	animation-name: bottom;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;	
	animation-delay: 0.75s;
	animation-timing-function: ease-in-out;
	opacity: 1;
}


@keyframes top {
	 0%   {opacity: 0; transform: translateY(-20px);}
  100%  {opacity: 1;}
}

@keyframes bottom {
	 0%   {opacity: 0; transform: translateY(-20px);}
  100%  {opacity: 1;}
}

@keyframes text {
	0% {opacity: 0;}
	50% {opacity: 0;}
	75% {opacity: 1;}
	100% {opacity: 1;}
}
	
}