html, body {
	width: 100%;
	height: 100%;
	height: 100vh;
	text-align: left;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333057+0,442b7b+50,3d6ab2+100 */
	background: #333057; /* Old browsers */
	background: -moz-linear-gradient(top,  #333057 0%, #442b7b 50%, #3d6ab2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #333057 0%,#442b7b 50%,#3d6ab2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #333057 0%,#442b7b 50%,#3d6ab2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333057', endColorstr='#3d6ab2',GradientType=0 ); /* IE6-9 */
	-webkit-font-smoothing: antialiased !important;
	overflow-x: hidden; box-sizing: border-box;
}




                                                                      /*****************
                                                                      // -----------------
                                                                      // POWERED BY AREA
                                                                      // _________________
                                                                      // *****************/


#poweredBy {
        display: block;
        width: 100%;
        border-radius: 0px;
        padding: 20px 0px 20px 0px;
        margin: 0px auto;
        border: none;
        font-size: 14px;
        font-weight: 500;
        color: #6c6c6c;
        text-align: center;
}

#poweredBy img {
        width: 290px;
}



.container {
 	max-width: 1200px;
 	border: 0px;
 	margin: 0px auto;
 	position: relative;
}




.red {
	background: #ff0060;
}

.blue {
	background: #00a2ff;
}

.green {
	background: #00ff9c;
}


#header {
	text-align: center;
}

.carPic {
	width: 110px;
}

.mainLogo {
	width: 180px;
}

.main {
	flex: 1;
	top: 48px;
}




:root {
	--br-blobby: 50%;
	--br-blobby-before: 50%;
	--br-blobby-after: 50%;
}


.box {
	left: 0;
	right: 0;
	margin: auto;
	animation: rotate 12s linear infinite;
	background-color: #00c1de;
	border-radius: var(--br-blobby);
	position: relative;
	height: 210px;
	width: 210px;
	transition: 0.8s linear;
	opacity: 1;
}

.box::after {
	content: '';
	background-color: #00c1de;
	border-radius: var(--br-blobby-after);
	position: absolute;
	opacity: 0.3;
	top: -2%;
	left: -2%;
	height: 109%;
	width: 109%;
	transition: 0.8s linear;
}

.box::before {
	content: '';
	background-color: #00c1de;
	border-radius: var(--br-blobby-before);
	position: absolute;
	opacity: 0.2;
	top: -4%;
	left: -4%;
	height: 114%;
	width: 114%;
	transition: 0.8s linear;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}




#onboardingAni {
	height: 200px;

}

#onboardingAniContainer {

	display: block;
	margin-top: -190px;
	z-index: 100000;
}

#carouselOuter {
	width: 100%;
	height: 100%;
	top: 10px;
	position: absolute;
	display: block;
}


.carousel-caption {
	display: block;
	clear: all;
	margin: 0px auto;
	color: #fff;
}

.carousel-caption h5 {
	display: block;
	color: #13cae6;
	font-weight: 600;
}

.carousel-caption p {
	color: #fff;
}


.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}

.carousel-dark .carousel-indicators .active [data-bs-target] {
    background-color: #13cae6;
}


.onboardParQLogo {
	width: 130px;
	margin: 0px auto 10px;
	text-align: center;
}











.footer {
	text-align: center;
}


.mainBut {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: rgba(255,255,255,1);
	padding: 24px 42px;
	margin: 0px auto;
	border: 0px solid #00c1de;
	text-decoration: none;
	background: #00c1de;
	letter-spacing: 0px;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
}

.mainBut:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
}





.onboardingAniBox {
	display: block;
	height: 330px;
	margin: 0px auto 30px;

}

.onboardingAniBox.sml {
	display: block;
	margin-top: 22px;
	height: 200px;
	margin: 0px auto;

}

.thankyouTxt {
	display: block;
	text-align: center;
	margin: 0px auto;

}

.onboardingAniContainer {

}




.onboardingAniContainer h5 {
	display: block;
	color: #13cae6;
	font-weight: 600;
}

.onboardingAniContainer p {
	color: #fff;
}


.mainBut2 {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: rgba(255,255,255,1);
	padding: 24px 22px;
	margin: 0px auto;
	border: 0px solid #00c1de;
	text-decoration: none;
	background: #00c1de;
	letter-spacing: 0px;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
}

.mainBut2:hover {
	background: #ff0066;
	color: rgba(255,255,255,1);
	border: 0px solid #2c295d;
	text-decoration: none;
}




















