/* Start CSS */
body { color: #2d2d2d; background-color: #eae9e9; font-family: "Lato"; font-size:14px; line-height: normal; padding:0px; }
a { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear; cursor:pointer; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; outline:none; }
.clearfix10 { display:block; clear:both; height:10px; }
.clearfix20 { display:block; clear:both; height:20px; }
.clearfix30 { display:block; clear:both; height:30px; }
.text-red { color:#e43b2c; }
.d-block { display: block;}
.wrap { box-shadow: 0 1px 5px rgba(0,0,0,0.2); background: #fff; display: block; margin: 0; padding: 30px; }
.header { border: 5px solid #e43b2c; color: #e43b2c; padding: 20px 30px; }
.header__highlight {
	display: block; font-family: "Passion One"; font-size: 100px; line-height: 100px; text-align: center;
}
.header__title {
	display: block; font-family: "Poppins"; font-size: 30px; font-weight: 600; line-height: 30px; margin: 0; padding: 0;
}
.main { display: block; padding: 30px 0; text-align: center; }
.main__text { font-size: 40px; line-height: 40px; padding: 0 30px; }
.main__img { display: block; margin: 30px 0; text-align: center; }
.main__img-arrow { max-width: 125px; max-height: 125px; margin: 0 auto; }
.form {
	max-width: 576px; margin: 0 auto;
}
.form__title { font-size: 24px; font-weight: 700; margin: 0 0 30px 0; }
.form__control { border: 2px solid #ccc; border-radius: 5px; background: #fff; color: #2f2f2f; display: block;  font-size: 16px; margin: 0 0 15px 0; padding: 15px 20px; width: 100%; box-shadow: inset 0px 2px 4px rgba(128,128,128,0.15),0px 3px 2px rgba(140,157,169,0.14) !important; position: relative; }
.form__icon {
	background: url(../img/name.png) calc(100% - 20px) 14px no-repeat #fff;
	padding: 15px 50px 15px 20px;
}
.is-invalid {
	border: 2px solid rgb(185, 21, 23);
}
.is-valid {
	border: 2px solid green;
}
.form__control:focus { outline: 0; border: 2px solid #ccc; }
.form__button-wrap {
	background-image: url("../img/ButtonCircle.png"); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; 
	display: block;
	max-width: 540px;
	margin: 0 auto;
	padding: 65px 0;
}
.form__button { background: #ffe300; border-radius: 5px; border: 1px solid rgba(0,0,0,0.2); box-shadow: 0 0 25px rgba(0,0,0,0.4), 0 0 15px rgba(255,255,255,0.2), 0 0 3px rgba(255,255,255,0.4); color: #2d2d2d; display: block; font-family: "Poppins"; font-size: 40px; line-height: 40px; font-weight: 600; margin: 0 auto; padding: 20px 30px; }
.form__button:hover { box-shadow: none; text-decoration: none; }
.form__button:focus { outline: 0; }
.footer { display:block; padding:60px 0 30px 0; text-align:center; }
.footer__logo { display: block; margin: 0 auto; max-width: 200px; }
.footer__links { display:block; margin: 15px 0 0 0; }
.footer__links a { color: #2d2d2d; display:inline-block; }
.footer__links a:hover { color: #e43b2c; }
/* =============== Start Tablet & Phone Device CSS =============== */
@media (min-width:1200px){

}
@media (max-width: 1199px) { 
	.header__highlight {
		font-size: 80px;
		line-height: 80px;
	}
	.header__title {
		font-size: 24px;
		line-height: 24px;
	}
	.main__text {
		font-size: 32px;
		line-height: 32px;
	}
}
@media (max-width: 991px) {
	.header {
		padding: 15px;
	}
	.header__highlight {
		font-size: 60px;
		line-height: normal;
	}
	.header__title {
		font-size: 20px;
		line-height: normal;
	}
	.main__text {
		font-size: 26px;
		line-height: normal;
		padding: 0;
	}

}
@media (max-width: 767px) { 
	.header__highlight {
		font-size: 60px;
	}
	.main__text {
		font-size: 20px;
	}
	.main__img-arrow {
		max-width: 100px;
		max-height: 100px;
	}
	.form__title {
		font-size: 20px;
	}
	.footer {
		padding: 15px 0;
	}
}
@media (max-width: 575px) { 
	/*.d-xxs-display {
		display: block;
	}*/
	.wrap {
		padding: 15px;
	}
	.main__img-arrow {
		max-width: 75px;
		max-height: 75px;
	}
	.form__title {
		font-size: 18px;
	}
	.form__button-wrap {
		padding: 50px 0;
	}
	.form__button {
		font-size: 32px;
		line-height: 32px;
	}
	.footer {
		padding: 0 0 15px 0;
	}
}
@media (max-width: 467px) { 
	.header__highlight {
		font-size: 42px;
	}
	.header__title {
		font-size: 10px;
	}
	.main__text {
		font-size: 11px;
	}
	.main__img-arrow {
		max-width: 50px;
		max-height: 50px;
	}
	.form__title {
		font-size: 14px;
	}
	.form__button-wrap {
		padding: 35px 0;
	}
	.form__button {
		font-size: 20px;
		line-height: 20px;
	}
	.footer__links {font-size: 11px;}
}
@media (max-width: 359px) { 

}
/* =============== End Tablet & Phone Device CSS =============== */