/* Start CSS */
@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }
  
  .animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
  }
  
  .animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
  }
  
  .animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
  }
  
  .animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
  }
  
  .animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
  }
  
  .animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
  }
  
  .animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
  }
  
  .animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
  }
  
  .animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
  }
  
  @media (print), (prefers-reduced-motion: reduce) {
	.animated {
	  -webkit-animation-duration: 1ms !important;
	  animation-duration: 1ms !important;
	  -webkit-transition-duration: 1ms !important;
	  transition-duration: 1ms !important;
	  -webkit-animation-iteration-count: 1 !important;
	  animation-iteration-count: 1 !important;
	}
  }
body { color: #2f2f2f; background-color: #f1f4f8; font-family: sans-serif; font-size:18px; 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; }
.mt-20 { margin-top: 20px; }
.text-red { color:#e43b2c; }
.text-blue { color:#295e89; }
.d-block { display: block;}
.main { background: #fff; border: 3px solid #e0e0e0; border-radius: 5px; margin: 60px 0 0 0; padding: 50px 60px; }
.main__title { color: #e43b2c;font-size: 32px; line-height: normal; margin: 0; padding: 0; text-align: center; }
.main__title-lg { font-size: 44px; font-weight: normal; line-height: normal; margin: 0; padding: 0; text-align: center; }
.main__subtitle { position: relative; padding-left: 20px; }
.main__asterisk { font-size: 40px; line-height: 40px; position: absolute; left: 0; top: 0; }
.main__img { border: 3px solid #fff; border-radius: 50%; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3); margin: 20px auto 15px auto; width: 200px; }
.main__img-text { color: #999999; font-size: 12px; font-weight: 700; text-align: center; }
.main__img-info { color: #999999; font-size: 11px; text-align: center; }
.footer { display:block; font-size:14px; padding:60px 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: #575757; display:inline-block; text-decoration: none; }
.footer__links a:hover { color:#e43b2c; text-decoration: underline; }
.testimonial { padding: 0; position: relative; }
.testimonial__img { border-radius: 5px; display: block; width: 120px; float: left; margin-right: 15px; }
.testimonial__text { font-size: 30px; margin: 10px 0; }
.button { background: #e43b2c; border-radius: 5px; border: 1px solid rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); color: #fff; display: block; font-size: 18px; font-weight: 700; margin: 10px 0 0 0; padding: 13px 15px; width: 100%; }
.button:hover { background: #cd291a; }
.button:focus { outline: 0; }
.highlight { background: #f5f5f5; color: #2b5475; display: block; padding: 12px 15px; text-align: center; }
.highlight2 { background: #f5f5f5; display: block; margin: 20px 0; padding: 5px 20px; }
.form { display:block; margin: 0; padding:0; }
.form__control { border: 1px solid #cccccc; border-radius: 5px; background: #fff; color: #2f2f2f; display: block; font-size: 16px; margin: 0 0 15px 0; padding: 15px 20px; width: 100%; box-shadow: 0 0 0 3px rgba(0,0,0,0.05); position: relative; }
.form__icon {
	background: url(../img/email.png) 15px 13px no-repeat #fff;
	padding: 15px 15px 15px 50px;
}
.is-invalid {
	border: 1px solid rgb(185, 21, 23);
}
.is-valid {
	border: 1px solid green;
}
.form__control:focus { outline: 0; border: 1px solid #42B0E2; }
.form__button { background: #e43b2c; border: none; border-bottom: 3px solid rgba(0,0,0,0.2); color: #fff; display: block; font-size: 18px; font-weight: 700; margin: 0; padding: 14px; width: 100%; }
.form__button:hover { background: #cd291a; }
.form__button:focus { outline: 0; }


/* =============== Start Tablet & Phone Device CSS =============== */
@media (min-width: 1200px) { 
	.container {
		width: 990px;
	}
}
@media (max-width: 991px) {
	body { font-size: 16px; }
	.main { margin: 30px 0 0 0; padding: 30px; }
	.main__title { font-size: 22px; }
	.main__title-lg { font-size: 30px; }
	.button { font-size: 16px; }
	.highlight { font-size: 15px; }
	.testimonial__text { font-size: 18px; }
	.form__button { font-size: 16px; }
	.footer { padding: 30px 0; }
}
@media (max-width: 767px) { 
	.clearfix20 { height: 10px;}
	.d-none-sm { display: none; }
	body { font-size: 14px; }
	.main__title { font-size: 18px; }
	.main__title-lg { font-size: 22px; }
	.main { margin: 15px 0 0 0; padding: 30px 20px 20px 20px; }
	.highlight { margin-top: 15px; }
	.form { clear: both; padding-top: 15px; }
	.testimonial__text { font-size: 16px; }
	.testimonial__img { width: 75px; }
}
@media (max-width: 575px) { 
	.main { padding: 20px 15px 15px 15px; }
	.main__title { font-size: 18px; }
	.main__title-lg { font-size: 15.77px; }
	.button { font-size: 13px; }
	.highlight { font-size: 14px; }
	.form__button { font-size: 14px; padding: 14px 0; }

}
@media (max-width: 467px) { 
	.footer {font-size: 11px;}
	.text-blue {font-size: 16px;}
	.main__subtitle {font-size: 20px;}
}
@media (max-width: 359px) { 
	
}
/* =============== End Tablet & Phone Device CSS =============== */