/*----------------------
	1. Body
------------------------*/
* {
	margin: 0;
	padding: 0;
	visibility: visible;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: relative;
}
html, body {
	min-height: 100%;
	height: 100%;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	position:relative;
}
h2:after{
	position:absolute;
	bottom:-13px;
	left:0;
	right:0;
	margin:0 auto;
	content:url(../images/linehr.png);
}
p {
	line-height: 24px;
	font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
	color: #373737;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: none;
}
h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: none;
}
*:focus {
	outline: none;
	text-decoration: none;
}
a, a::before, i, .icon, .icon::before, button, .sin-feature .icon i, .sin-info::before, .hover-link, input, .sin-team::before, .sin-team::after, .home-7 .portfolio-hover {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a {
	color: #401668;
	text-decoration: none;
}
a:hover {
	color: #5c268f;
	text-decoration: none;
}
ul, ol {
	list-style: none;
	margin: 0;
}
.list-number-multi {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
.list-number-multi li {
	counter-increment: item;
	margin-bottom: 10px;
}
img {
	width: 100%;
}

@media (max-width:768px) {
body {
	font-size: 90%;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h5 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}
}
/***Main Header***/
#mainHeader {
	background: #ffffff;
	padding: 5px 15px;
	border-bottom: 1px solid #ddd;
}
.leftDiv {
	float: left;
}
.leftDiv ul li {
	display: inline-block;
	font-size: 14px;
	color: #000000;
	margin-right: 10px;
}
.leftDiv ul li a:hover {
	text-decoration: underline;
}
.rightDiv {
	float: right;
}
.rightDiv input {
	background: #dadada;
	outline: 0;
	border: none;
	text-indent: 10px;
	font-size: 13px;
	color: #666666;
	height: 24px;
}
.search {
	position: relative;
	display: inline-block;
}
.search input {
	background: #dadada;
	outline: 0;
	border: 1px solid #cccccc;
	text-indent: 10px;
	font-size: 13px;
	color: #666666;
	height: 30px;
	padding-right: 35px;
}
.search .fa-search {
	position: absolute;
	top: 2px;
	right: 10px;
	cursor: pointer;
}
/*----------------------
	2. Common Classes
------------------------*/
.section {
	position: relative;
	overflow: hidden;
}
.section-fullheight {
	min-height: 100%;
}
.section-top-bottom {
	padding: 70px 0;
}
.list-bullet {
	list-style: circle outside;
	margin-left: 20px;
}
.fix {
	overflow: hidden;
}
.text-orange {
	color: #401668;
}
/******* Buttons *******/
.btn {
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	font-weight: 300;
}
.btn-primary {
	background-color: #e61f26;
	color: #FFF;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #000000;
}
.btn-secondary {
	background-color: #666;
	color: #FFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	background-color: #444;
	color: #FFF !important;
}
.btn-white {
	background: #FFF;
	color: #333;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
	background: #DDD;
	color: #333 !important;
}
/******* Title *******/
.title {
	background: rgba(0, 0, 0, 0) url("../images/title-line-1.png") no-repeat scroll center top;
	margin-bottom: 50px;
}
.title h1 {
	color: #333333;
	font-size: 36px;
	margin-bottom: 20px;
}
.title h1:after {
	font-family: 'FontAwesome';
	font-size: 7px;
	content: "\f111  \f111  \f111";
	display: block;
	margin-top: 25px;
	letter-spacing: 3px;
}
.title span {
	color: #f26522;
}
/*-- Scroll to top --*/
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background:url(../images/top-arrow.png) no-repeat 0 0;
	background-size:cover;
	width: 50px;
	height: 50px;
	display: block;
	color: #EEE;
	font-size: 30px;
	text-align: center;
	line-height: normal;
	text-decoration: none;
	z-index: 9;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

 @keyframes MoveUpDown {
 0% {
 bottom: 0;
}
 50% {
 bottom: 0px;
}
 100% {
 bottom: 0;
}
}
.bounce {
	animation: MoveUpDown 5s linear infinite;
}



/*----------------------
	Banner
------------------------*/

./*banner {
	background:url(../images/banner.jpg) no-repeat fixed;
	background-size:cover;
	min-height:100vh;
	height:100vh;
}
.banner-link {
	display:block;
	height:100%;
	text-indent:-100%;
}
.banner {
	background:url(../images/banner-bg.jpg) no-repeat;
	background-size:cover;
}*/
 .banner {
 position:relative;
}
.banner-img {
	margin: 120px 0;
}
.banner-content {
	margin-top: 120px;
	font-size: 18px;
	padding-top: 60px;
}
.banner-content h1 {
	font-size: 27px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.banner-content span {
	font-weight: 800;
}
.banner-content p {
	margin-bottom: 40px;
}
.banner-desktop {
	display: block;
}
.banner-mobile {
	display: none;
}
.banner .btn-group {
	position: absolute;
	bottom: 20px;
	left: 60px;
}
.banner .btn-group .btn {
	margin-right: 10px;
}
.process {
	text-align: left;
}

.process ul li {
	position: relative;
	padding: 10px 0 10px 40px;
	font-size: 20px;
	font-weight: 400;
}
.process ul li:before {
	position: absolute;
	content: url(../images/arrow.png);
	left: 0;
	top: 12px;
}
.participateNow {
	margin-top: 30px;
}
/*----------------------------------
	Participate & Register
-----------------------------------*/
#sec-participate-register {
	background-color: #c5c6c8;
	color: #333;
}
#sec-participate-register h2 {
	color: #000;
	margin-bottom: 20px;
}
.block-participate {
	text-align: center;
}
.block-participate h2 {
	font-weight: 300;
	text-transform: none;
}
.need-help {
	font-size: 24px;
	text-align: left;
	margin-top: 80px;
}
.need-help h3 {
	font-size: 36px;
	font-weight: 300;
	text-transform: none;
	color: #333;
	margin-bottom: 15px;
}
.block-register {
	position: relative;
	padding: 100px 0 100px 50px;
}
.block-register .form-registration {
	position: relative;
	z-index: 1;
}
.block-register:after {
	content: " ";
	background-color: rgba(255, 255, 255, 0.3);
	width: 200vh;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block-register .form-registration .form-control {
	background-color: inherit;
	border-bottom: solid 2px #c0c0c0;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	font-size: 18px;
	padding: 5px 0;
	font-weight: 300;
	color: #333;
	transition: all ease-in-out 0.5s;
}
.block-register .form-registration .form-control:focus {
	color: #333 !important;
	border-bottom: solid 2px #000 !important;
	outline: none;
	box-shadow: none;
}
.block-register .form-registration .form-control::-webkit-input-placeholder {
 color:#333;
}
.block-register .form-registration .form-control::-moz-placeholder {
 color:#333;
}
.block-register .form-registration .form-control:-ms-input-placeholder {
 color:#333;
}
.block-register .form-registration .form-control::-ms-input-placeholder {
 color:#333;
}
.block-register .form-registration .form-control::placeholder {
 color:#333;
}
.block-register .form-registration label {
	color: #333;
}
.block-register .form-registration a {
	color: #333;
	text-decoration: underline;
}
.block-register .form-registration a:hover {
	color: #000;
}
.block-register .form-registration select {
	background: #d7d7d9 !important;
}
/*----------------------------------
	Testimonials
----------------------------------*/
.carousel-testimonials {
	margin-top: 10px;
}
.carousel-testimonials .carousel-inner .carousel-item .carousel-caption {
	font-size: 22px;
	line-height: normal;
	position: relative;
	top: inherit;
	right: inherit;
	bottom: auto;
	left: auto;
	color: #666;
}
.testimony {
	color: #666;
	font-size: 14px;
}
.testi-name {
	font-size: 16px;
	font-weight: 700;
	color: #401668;
	display: block;
	margin-top: 20px;
}
/*.testi-name:before {
	content:"_________";
	color:#999;
	display:block;
	margin-bottom:10px;
}*/
.carousel-indicators {
	bottom: -30px;
}
.carousel-indicators li {
	border: 1px solid #c5c5c5;
}
.carousel-indicators .active {
	background: #7127ba;
}
.carousel-control-next, .carousel-control-prev {
	width: auto;
}
/*----------------------------------
	Fun Facts
----------------------------------*/
#sec-fun-facts {
	background-color: #EEE;
	padding: 100px 0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	color: #808080;
	font-weight: 700;
	z-index: 0;
}
#sec-fun-facts:after {
	content: " ";
	background: url(../images/parallax-back2.jpg) no-repeat fixed top;
	display: block;
	clear: both;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	background-size: cover;
	z-index: -1;
}
.icon-facts {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.icon-customers {
	background: url(../images/icon-customers.png) no-repeat;
}
.icon-participants {
	background: url(../images/icon-participants.png) no-repeat;
}
.icon-days-left {
	background: url(../images/icon-days-left.png) no-repeat;
}
.facts-details {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 0px;
}
.facts-number {
	font-size: 42px;
	font-weight: 300;
	color: #ec6523;
	text-transform: uppercase;
	display: block;
}
#contest-timer .contest-closed {
	font-size: 32px;
	color: #401668;
	text-transform: none;
}
#contest-timer span {
	font-size: 14px;
	color: #666;
}
/*----------------------------------
	What are you waiting
----------------------------------*/
#sec-what-are-you-waiting {
	text-align: center;
	font-size: 24px;
	color: #666;
}
/*----------------------
	Product Page
------------------------*/
.box-product {
	position: relative;
	background: #FFF;
	margin-top: 30px;
	padding: 10px 10px 0 10px;
	transition: all ease-in-out 0.3s;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	;
}
.box-product:before, .box-product:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
.box-product:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.box-product:hover {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	;
}
.box-product .btn-primary {
	background: #CCC;
	color: #666;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all ease-in-out 0.3s;
}
.box-product:hover .btn-primary {
	background: #401668;
	color: #FFF;
}
.box-product .outer-product {
	background:url(../images/tyre-img.jpg) no-repeat 0 0;
	background-size:cover;
}
.innerAddress{
	
	text-align:left;
	padding:5px 15px;
}
.innerAddress h6, .innerAddress p{
	color:#fff;
}
.innerAddress h6{
	font-size:16px;
	font-weight:700;
}
.innerAddress p{
	font-size:14px;
	margin-bottom:0;
}
.box-product .product-img {
	overflow: hidden;
}
.box-product .winner {
	position: relative;
	bottom: 16px;
	width: 145px;
	text-transform: uppercase;
	background: #f8931d;
	right: -11px;
	font-size: 12px;
	color: #2f1b03;
	padding: 10px 0;
	text-align: center;
	font-weight: 700;
}
.box-product .winner:before {
	content: url(../images/arrow-cut.png);
	position: absolute;
	bottom: -15px;
	right: 0;
}
.box-product .share-on ul {
	text-align: center;
	margin-top: 6px;
}
.box-product .share-on ul li {
	display: inline-block;
}
.box-product .share-on ul li:first-child {
	color: #999999;
	font-size: 14px;
}

.box-product .product-details h4 {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #f26522;
}
.box-product .product-details h5 {
	color: #666666;
	font-size: 14px;
	text-transform: none;
}
.box-product .product-details h6 {
	font-size: 18px;
	color: #666666;
	text-transform: none;
}
.box-product .product-details .product-price {
	display: block;
	margin: 10px 0 0 0;
}
.box-product .product-details .product-price .price-sale {
	font-size: 36px;
	color: #401668;
}
.box-product .product-details .product-price .price-total {
	color: #999;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 10px;
}
.box-product .product-details .product-duration {
	display: block;
}
.box-product .product-details .product-duration .form-control {
	padding-left: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.box-product .product-details .product-duration .form-control {
	box-shadow: none;
}
.box-product .product-details .product-media {
	font-size: 14px;
	display: inline-block;
	margin: 15px 0;
}
.box-product .product-details .product-info {
	display: block;
	margin: 10px 0;
}
.winnerBtn {
	text-align: center;
	margin: 70px 0 0 0;
}
.winnerBtn a {
	font-size: 16px;
	background: #401668;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	text-transform: uppercase;
}
.winnerBtn a:hover {
	background: #5c268f;
}
/*----------------------------------
	Footer
----------------------------------*/
#footer {
}
#footer .footer-top {
	font-size: 15px;
	color: #666;
	border-top: solid 1px #CCC;
	padding-top: 20px;
}
#footer .footer-top .footer-links a {
	color: #666;
	border-left: solid 1px #999;
	margin: 0 5px 0 0;
	line-height: 18px;
	text-indent: 10px;
	display: inline-block;
}
#footer .footer-top .footer-links a:first-child {
	border-left: none;
	text-indent: inherit;
}
#footer .footer-bottom {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*----------------------------------
	Modal - Thank You
----------------------------------*/

#modal-thank-you {
	font-size: 18px;
}
#modal-thank-you p {
	font-size: 20px;
	color: #666;
}
#modal-thank-you .close {
	font-size: 90px;
	font-weight: 300;
	line-height: 48px;
	color: #666;
	-webkit-text-fill-color: #666; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FFF;
}
.check_mark {
	width: 80px;
	height: 115px;
	margin: 0 auto;
}
.sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
}
.a2a_full_footer {
	display: none;
}
.sa-icon.sa-success {
	border-color: #f15a22;
}
.sa-icon.sa-success::before, .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}
.sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
}
.sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(241, 90, 34, .5);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
}
.sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
}
.sa-icon.sa-success {
	border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9;
}
.animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
}
/***Congratulation***/
.outer-congratulation {
	color: #ec6523;
}
.winnerOuter h1 {
	font-size: 28px;
	color: #ec6523;
	font-weight: 600;
	margin-bottom: 5px;
}
.winnerOuter h2 {
	color: #ec6523;
	font-size: 22px;
	font-weight: 300;
}
.outerName {
	margin-top: 35px;
}
.winnerName {
	border-bottom: 1px dotted #adadad;
	padding-top: 15px;
}
.borderNone {
	border: none;
}
.outerName h3 {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 8px;
}
.outerName h3 span {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
}
.outerName h4 {
	font-size: 13px;
	color: #ec6523;
	font-weight: 400;
}
.outerName ul li {
	display: inline-block;
}
.shareOuter {
	margin: 50px 0 0 0;
}
.shareOuter h5 {
	font-size: 14px;
	color: #333333;
	font-weight: 700;
}
.shareOuter img {
	width: auto;
}
.modal-header {
	border-bottom: none;
	padding: 0 10px;
}
 @-webkit-keyframes animateSuccessLong {
 0% {
 width: 0;
 right: 46px;
 top: 54px;
}
 65% {
 width: 0;
 right: 46px;
 top: 54px;
}
 84% {
 width: 55px;
 right: 0px;
 top: 35px;
}
 100% {
 width: 47px;
 right: 8px;
 top: 38px;
}
}
@-webkit-keyframes animateSuccessTip {
 0% {
 width: 0;
 left: 1px;
 top: 19px;
}
 54% {
 width: 0;
 left: 1px;
 top: 19px;
}
 70% {
 width: 50px;
 left: -8px;
 top: 37px;
}
 84% {
 width: 17px;
 left: 21px;
 top: 48px;
}
 100% {
 width: 25px;
 left: 14px;
 top: 45px;
}
}
@keyframes animateSuccessTip {
 0% {
 width: 0;
 left: 1px;
 top: 19px;
}
 54% {
 width: 0;
 left: 1px;
 top: 19px;
}
 70% {
 width: 50px;
 left: -8px;
 top: 37px;
}
 84% {
 width: 17px;
 left: 21px;
 top: 48px;
}
 100% {
 width: 25px;
 left: 14px;
 top: 45px;
}
}
 @keyframes animateSuccessLong {
 0% {
 width: 0;
 right: 46px;
 top: 54px;
}
 65% {
 width: 0;
 right: 46px;
 top: 54px;
}
 84% {
 width: 55px;
 right: 0px;
 top: 35px;
}
 100% {
 width: 47px;
 right: 8px;
 top: 38px;
}
}
.sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #f15a22;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}
.sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 @-webkit-keyframes rotatePlaceholder {
 0% {
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
 5% {
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
 12% {
 transform: rotate(-405deg);
 -webkit-transform: rotate(-405deg);
}
 100% {
 transform: rotate(-405deg);
 -webkit-transform: rotate(-405deg);
}
}
@keyframes rotatePlaceholder {
 0% {
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
 5% {
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
 12% {
 transform: rotate(-405deg);
 -webkit-transform: rotate(-405deg);
}
 100% {
 transform: rotate(-405deg);
 -webkit-transform: rotate(-405deg);
}
}
/*----------------------
	Help & Faq's
------------------------*/

.accordion-help-faq {
}
.accordion-help-faq .card {
	border-radius: 0;
	border: none;
}
.accordion-help-faq .card .card-header {
	padding: inherit;
	border-radius: 0;
}
.accordion-help-faq .card .card-header .btn {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
	white-space: normal;
	text-align: left;
	display: block;
	width: 100%;
	padding: .75rem 1.25rem;
}
.accordion-help-faq .card .card-header .btn:hover, .btn-link.focus, .accordion-help-faq .card .card-header .btn-link:focus {
	color: #333;
	background: #EEE;
	text-decoration: none;
}
/*----------------------
	Loader
------------------------*/
.loader {
	display: inline-block;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	z-index: 1001;
}
.loader-icon {
	background: url(../images/loader-icon.png) no-repeat;
	display: block;
	width: 80px;
	height: 80px;
	-webkit-animation: zoomin 1s ease-in infinite;
	animation: zoomin 1s ease-in infinite;
	transition: all .5s ease-in-out;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.1);
}
 100% {
transform: scale(1);
}
}
@keyframes zoomin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.1);
}
 100% {
transform: scale(1);
}
} /*End of Zoom in Keyframes */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background-color: #FFF;
	background-image: linear-gradient( #FFF, #FFF, #FFF, #DDD, #CCC);
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded */
.loaded #loader-wrapper {
	visibility: hidden;
}
.loaded .loader {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: scale(0);  /* IE 9 */
	transform: scale(0);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
	opacity: 0;
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%);  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	opacity: 0;
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loading {
	font-size: 14px;
	display: inline-block;
}
.loading span {
	font-size: 36px;
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}
.loading span:nth-child(2) {
	animation-delay: .2s;
}
.loading span:nth-child(3) {
	animation-delay: .4s;
}
 @keyframes blink {
 0% {
 opacity: .2;
}
 20% {
 opacity: 1;
}
 100% {
 opacity: .2;
}
}
.std {
	width: 100%;
}
.outerProcess {
	padding-bottom: 60px;
	border-bottom: 1px solid #e61f26;
}
.outerForm {
	padding: 30px;
	background: #f1f1f1;
}
.registerTitle p {
	margin: 30px 0 50px 0;
}
.commonBtn {
	margin:35px 0;
}
#regForm, #searchForm{
	margin: 0 auto;
	padding:20px 40px;
}
.form-control {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	background: none;
	border-bottom: 1px solid #bfbfbf;
	font-size: 14px;
	margin-bottom: 30px;
	width: 75%;
	margin:20px auto;
}
.form-control:focus {
	color: #000;
	background-color: transparent;
	border-color: #e61f26;
	outline: 0;
	box-shadow: none;
}
/* Mark input boxes that get errors during validation: */
input.invalid {
	background-color: #ffdddd;
}
/* Hide all steps by default: */
.tab {
	display: block;
}
button {
	background-color: #4CAF50;
	color: #ffffff;
	border: none;
	padding:5px 10px;
	font-size:12px;
	cursor: pointer;
	margin-top:25px;
}

#prevBtn {
	background-color: #000;
}
#prevBtn:hover{
	background-color:#e61f26;
}
/* Step marker: Place in the form. */
.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}
.step.active {
	opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
	background-color: #4CAF50;
}
.registerTitle ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	justify-content: center;
}
.registerTitle ul li {
	display: inline-block;
	font-size: 20px;
	padding: 5px 50px;
	background: #909090;
	border-right: 1px solid #bcbcbc;
	color: #fff;
}
.registerTitle ul li:last-child {
	border-right: none;
}
.registerTitle ul li.active {
	background: #e61f26;
}

/*** Modal ***/

#exampleModal h3{
	text-align:center;
	color:#e61f26;
	font-weight:400;
}
.outerOffer{
	padding:5px;
	box-shadow:inset 0 0 8px #000;;
	width: 40%;

margin:30px auto 0;
}
#exampleModal h4{
	text-align:center;
	color:#080707;
	font-weight:300;
}
.outerOffer p{
	text-align:center;
	color:#000;
	font-weight:700;
}
.note{
	margin-top: 15px;

font-size: 14px;

text-align: center;
}
#links{
padding: 35px 0;	
}
#links{
	background:#f1f1f1;
}
#links ul li{
	padding:5px 0;
}
#links ul li a{
	font-size: 14px;
	color: #000;
}
#links ul li i{
	padding-right:10px;
	color:#1d1c1a;
}
#footerMain{
	background:#323232;
	padding:30px 0;
}
#footerMain p{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:25px;
	margin-bottom:0;
}
.tc a{
	color: #f00;
	border: 1px solid #000;
	padding:10px 15px;
	margin-bottom: 15px;
	display: inline-block;
	text-align:center;
}
.t-cOuter h5{
	color: #f00;
    font-weight: normal; 
	margin-bottom: 0;
}
.t-cOuter ul{
	font-weight: normal; 
	padding-left: 15px;
	margin-bottom:20px;
}
.t-cOuter ul li{
	padding: 8px 0;
    font-size: 15px;
	color: #000;
	text-align:justify;
}
.emp{
    text-align: left;
    margin-top: 30px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    font-size: 20px;
}
.headingProcess{
     margin: 50px 0 0 0;
}
/*** Responsive ***/
@media (max-width:1200px) {
.icon-facts {
	width: 80px;
	background-size: 100%;
}
.facts-number {
	font-size: 36px;
}
.facts-details {
	font-size: 16px;
}
}

@media (max-width:991px) {
.box-product .winner {
	width: 120px;
	font-size: 10px;
}
}

@media (max-width:768px) {
.banner-desktop {
	display: none;
}
.banner-mobile {
	display: block;
}
.banner .btn-group {
	left: 0;
	bottom: 3px;
	margin-bottom: 0;
	text-align: center;
	display: block;
	width: 100%;
}
.section-top-bottom {
	padding: 30px 0;
}
.process ul {
	padding-left: 45px;
}
.process h5{
	margin: 15px 0 0 0;
}
.block-register {
	padding: 30px;
	margin-left: -15px;
}
.block-register:after {
	width: auto;
}
#footer {
	text-align: center;
}
#footer div {
	text-align: center !important;
}
#footer .footer-top .footer-links {
	margin-bottom: 10px;
}
#sec-what-are-you-waiting .btn {
	margin-bottom: 10px;
}
#sec-fun-facts {
	padding: 60px 0;
}
}

@media (max-width:480px) {
.banner .btn-group .btn {
	font-size: 12px !important;
}
}

@media(max-width:767px) {
.box-product .winner {
	right: -11px;
}
.box-product .winner:before {
	bottom: -14px;
}
.leftDiv, .rightDiv {
	float: none;
	text-align: center;
}
.search {
	margin: 15px 0;
}
.process ul {
	padding-left: 0;
}
.process ul li {
	font-size: 18px;
}
#sec-what-are-you-waiting .btn {
	font-size: 14px;
}
.form-control{
	width:100%;
	margin:10px auto;
}
#regForm, #searchForm{
	padding:20px 0;
}
.commonBtn {
    margin: 15px 0;
}
.registerTitle ul li {
    font-size: 14px;
    padding: 5px 35px;
    margin: 5px 0;
}
h2 {
   font-size: 22px;
}
p{
	font-size:14px;
}
.outerOffer{
	width:60%;
}
}
