/* Start CSS */
body { background: url(../img/bg.gif) center top repeat-x #f7f7f7; color: #2f2f2f; 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:#b70017; }
.text-red-light { color:#e43b2c; }
.text-gray { color:#777; }
.font-70 { font-size: 70px; }
.font-65 { font-size: 65px; }
.font-60 { font-size: 60px; }
.font-55 { font-size: 55px; }
.font-50 { font-size: 50px; }
.font-45 { font-size: 45px; }
.font-40 { font-size: 40px; }
.font-35 { font-size: 35px; }
.font-30 { font-size: 30px; }
.font-28 { font-size: 28px; }
.font-25 { font-size: 25px; }
.font-22 { font-size: 22px; }
.font-20 { font-size: 20px; }
.font-16 { font-size: 16px; }
.font-14 { font-size: 14px; }
.font-open-sans { font-family: 'Open Sans', sans-serif !important; }
.font-weight-400 { font-weight: 400; }
.font-weight-700 { font-weight: 700; }
.hr-2 { border-top: 2px solid #eee; }
.hr-3 { border-top: 3px solid #eee; }
.m-0 { margin: 0 !important; }
.m-auto { margin-left: auto !important; margin-right: auto !important; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.my-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.my-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.mx--10 { margin-left: -10px !important; margin-right: -10px !important; }
.mx-10 { margin-left: 10px !important; margin-right: 10px !important; }
.mx-15 { margin-left: 15px !important; margin-right: 15px !important; }
.my-30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mt-10 { margin-top: 10px !important; }
.p-0 { padding: 0 !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.px-10 { padding-left: 10px !important; padding-right: 10px !important; }
.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-15 { padding-bottom: 15px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-10 { padding-top: 10px !important; }
.pl-0 { padding-left: 0 !important; }
.text-center { text-align: center; }
.text-link { font-size: 16px; font-weight: 700; color: #333; text-decoration: none; }
.text-link:hover, .text-link:focus { color: #333; text-decoration: underline; }
.d-block { display: block;}
.progress {
    height: 10px;
    margin: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-danger {
    background-color: #e43b2c;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
	from {
	  background-position: 40px 0;
	}
	to {
	  background-position: 0 0;
	}
  }
  @keyframes progress-bar-stripes {
	from {
	  background-position: 40px 0;
	}
	to {
	  background-position: 0 0;
	}
  }

.progress-lg {
	height: 45px;
}
.progress-lg .progress-bar {
	padding-top: 8px;
	font-size: 18px;
	line-height: 28px;
}
.wrap { box-shadow: 0 1px 5px rgba(0,0,0,0.2); background: #fff; display: block; }
.header { padding: 30px; text-align: center; }
.banner { background: #f6f6f6; border-bottom: 1px solid #dbdbdb; border-top: 1px solid #dbdbdb; padding: 30px; }
.banner__list { margin: 15px 0 0 25px; padding: 0; font-size: 22px; }
.block { padding: 30px 45px; }
.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list li {
	background: url(../img/check.png) 2px 12px no-repeat;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 0 10px 30px; 
	position: relative;
}
.heading {
	display: block;
	padding: 30px;
	margin: 0;
	text-align: center;
	font-size: 85px;
	color: #fff;
	background: #e43b2c;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.form {
	max-width: 480px; font-size: 18px; margin: 0 auto; text-align: center;
}
.form__title { font-size: 46px; 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/email.png) 15px 17px no-repeat #fff;
	padding: 15px 15px 15px 55px;
}
.is-invalid {
	border: 2px solid rgb(185, 21, 23);
}
.is-valid {
	border: 2px solid green;
}
.form__control:focus { outline: 0; border: 2px solid #ccc; }

.modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.modal-dialog {
	background: #000;
	border: 5px solid #000;
	border-radius: 6px;
	width: 720px;
}
.modal-content {
	background-image: url(../img/cash00.png);
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
    display: block;
}
.modal__button { background: #e43b2c; border-radius: 3px; border: 1px solid rgba(0,0,0,0.2); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2); color: #fff; display: inline-block; font-size: 20px; line-height: 20px; font-weight: 700; margin: 0 auto; padding: 15px 30px; }
.modal__button:hover, .modal__button:focus { color: #fff; box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset; text-decoration: none; }
.modal-close {
    background: url(../img/closemodal.png) center center no-repeat;
    border: none;
    height: 33px;
    width: 33px;
    right: -15px;
    position: absolute;
    top: -15px;
	z-index: 1;
	outline: 0;
}
.banner__button { background: #e43b2c; border-radius: 3px; border: 1px solid rgba(0,0,0,0.2); box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2); color: #fff; display: inline-block; font-size: 30px; line-height: 30px; font-weight: 700; margin: 0 auto; padding: 15px 30px; }
.banner__button:hover, .banner__button:focus { color: #fff; box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset; text-decoration: none; }
.form__button { background: #b70017; border-radius: 3px; border: 1px solid rgba(0,0,0,0.2); border-bottom: 3px solid rgba(0,0,0,0.2); box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2); color: #fff; display: inline-block; font-size: 40px; line-height: 40px; font-weight: 700; margin: 0 auto; padding: 20px 30px; }
.form__button:hover, .form__button:focus { color: #fff; box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset; text-decoration: none; }
.form__svg { margin-right: 10px; height: 40px; fill: #fff; vertical-align: middle; width: 40px; }
.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) { 
	.font-70 { font-size: 50px; }
	.font-65 { font-size: 50px; }
	.font-60 { font-size: 45px; }
	.font-55 { font-size: 40px; }
	.font-50 { font-size: 46px; }

	.font-45 { font-size: 37px; }
	.font-40 { font-size: 33px; }
	.font-35 { font-size: 29px; }
	.font-30 { font-size: 25px; }

	.font-28 { font-size: 24px; }
	.font-25 { font-size: 22px; }
	.font-22 { font-size: 20px; }
	.font-20 { font-size: 18px; }
	.font-16 { font-size: 16px; }
	.font-14 { font-size: 14px; }

	.heading { font-size: 65px; }

	.banner__list {
		font-size: 18px;
	}
	.banner__button {
		font-size: 24px;
		line-height: 24px;
		padding: 10px 20px;
	}

}
@media (max-width: 991px) {
	.img-responsive { margin: 0 auto; }
	.mt-md-15 { margin-top: 15px !important; }
	.mb-md-15 { margin-bottom: 15px !important; }
	.text-md-center { text-align: center !important; }
	.p-md-0 { padding: 0 !important; }
	.max-260 { max-width: 260px; }
	.font-70 { font-size: 40px; }
	.font-65 { font-size: 38px; }
	.font-60 { font-size: 37px; }
	.font-55 { font-size: 35px; }
	.font-50 { font-size: 33px; }

	.font-45 { font-size: 30px; }
	.font-40 { font-size: 28px; }
	.font-35 { font-size: 26px; }
	.font-30 { font-size: 24px; }

	.font-28 { font-size: 23px; }
	.font-25 { font-size: 22px; }
	.font-22 { font-size: 20px; }
	.font-20 { font-size: 18px; }
	.font-16 { font-size: 16px; }
	.font-14 { font-size: 14px; }
	
	.form__button {
		font-size: 30px;
		line-height: 30px;
		padding: 20px 30px;
	}
	.form__svg {
		height: 30px;
		width: 30px;
	}
	.banner__list {
		margin: 15px auto 0 auto;
		padding: 0 0 0 40px;
		max-width: 280px;
	}
	.heading { font-size: 50px; }

}
@media (max-width: 767px) { 
	.font-70 { font-size: 38px; }
	.font-65 { font-size: 36px; }
	.font-60 { font-size: 34px; }
	.font-55 { font-size: 32px; }
	.font-50 { font-size: 30px; }

	.font-45 { font-size: 28px; }
	.font-40 { font-size: 26px; }
	.font-35 { font-size: 24px; }
	.font-30 { font-size: 22px; }

	.font-28 { font-size: 20px; }
	.font-25 { font-size: 18px; }
	.font-22 { font-size: 17px; }
	.font-20 { font-size: 16px; }
	.font-16 { font-size: 15px; }
	.font-14 { font-size: 14px; }
	.hr-3.my-30 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.block {
		padding: 30px;
	}
	.form__button {
		font-size: 25px;
		line-height: 25px;
		padding: 15px 20px;
	}
	.form__svg {
		height: 25px;
		width: 25px;
	}
	.footer {
		padding: 15px 0;
	}

	.modal-dialog {
		width: auto;
	}
	.form__title {
		font-size: 40px;
		margin: 0 0 15px 0;
	}
	.modal__button {
		display: block;
		font-size: 18px;
		line-height: 18px;
		padding: 15px;
		width: 100%;
	}
	.progress {
		margin: 10px;
	}
	.heading {
		font-size: 40px;
	}
}
@media (max-width: 575px) { 
	.font-70 { font-size: 34px; }
	.font-65 { font-size: 33px; }
	.font-60 { font-size: 32px; }
	.font-55 { font-size: 31px; }
	.font-50 { font-size: 30px; }

	.font-45 { font-size: 28px; }
	.font-40 { font-size: 26px; }
	.font-35 { font-size: 24px; }
	.font-30 { font-size: 22px; }

	.font-28 { font-size: 20px; }
	.font-25 { font-size: 18px; }
	.font-22 { font-size: 17px; }
	.font-20 { font-size: 16px; }
	.font-16 { font-size: 15px; }
	.font-14 { font-size: 14px; }
	.block {
		padding: 15px;
	}
	.form__button {
		font-size: 20px;
		line-height: 20px;
		padding: 10px 15px;
	}
	.form__svg {
		height: 20px;
		width: 20px;
	}

	.form__title {
		font-size: 30px;
	}
	.modal__button {
		font-size: 16px;
		line-height: 16px;
		padding: 15px 10px;
	}
	.heading {
		font-size: 30px;
		padding: 30px 15px;
	}
}
@media (max-width: 467px) { 
	.font-70 { font-size: 32px; }
	.font-65 { font-size: 30px; }
	.font-60 { font-size: 29px; }
	.font-55 { font-size: 28px; }
	.font-50 { font-size: 27px; }

	.font-45 { font-size: 25px; }
	.font-40 { font-size: 24px; }
	.font-35 { font-size: 22px; }
	.font-30 { font-size: 20px; }

	.font-28 { font-size: 18px; }
	.font-25 { font-size: 17px; }
	.font-22 { font-size: 16px; }
	.font-20 { font-size: 15px; }
	.font-16 { font-size: 14px; }
	.font-14 { font-size: 13px; }
	.form__title {
		font-size: 26px;
	}
	.heading {
		font-size: 26px;
		padding: 20px 15px;
	}
}
@media (max-width: 359px) { 

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