html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #171717;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

p,
a,
li {
	display: block;
	font: 400 16px/26px 'Poppins', sans-serif;
	color: #232323;
}

p {
	margin-bottom: 28px;
}

p:last-child {
	margin-bottom: 0 !important;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.25;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 32px;
	line-height: 1.438;
}

h4 {
	font-size: 24px;
	line-height: 1.6;
}

h5 {
	font-size: 22px;
	line-height: 1.2;
}

h6,
.md-txt {
	font-size: 20px;
	line-height: 1.7;
}

a,
p,
button,
span,
.card {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

a:hover {
	color: #ec2039;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

@media screen and (min-width: 1501px) {
	.custom-wrapper {
		width: 100%;
		max-width: 1470px;
		margin: 0 auto;
	}
}

.fluid-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.xl-heading {
	font-size: 60px;
	line-height: 1.33;
}

.lg-heading {
	font-size: 50px;
	line-height: 1.3;
}

.md-heading {
	font-size: 42px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 35px;
	line-height: 1.286;
}

.sm-txt {
	font-size: 14px;
}

.font-semibold {
	font-weight: 600;
}

.font-medium {
	font-weight: 500;
}

.font-light {
	font-weight: 300;
}

.btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	color: #ffffff;
}

.btn-1 {
	font: 700 22px/1 'Poppins', sans-serif;
	max-width: 845px;
	padding: 35px 15px;
	background: rgb(61, 50, 191);
	background: -moz-linear-gradient(left, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 50%, rgba(61, 50, 191, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 50%, rgba(61, 50, 191, 1) 100%);
	background: linear-gradient(to right, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 50%, rgba(61, 50, 191, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d32bf', endColorstr='#3d32bf', GradientType=1);
	background-size: 200% auto !important;
	border-radius: 5px;
	box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.17);
}

.btn-2 {
	font: 700 30px/1 'Poppins', sans-serif;
	max-width: 985px;
	padding: 35px 15px;
	background: #62dbff;
	background: -moz-linear-gradient(left, #62dbff 0%, #448ccb 50%, #62dbff 99%);
	background: -webkit-linear-gradient(left, #62dbff 0%, #448ccb 50%, #62dbff 99%);
	background: linear-gradient(to right, #62dbff 0%, #448ccb 50%, #62dbff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62dbff', endColorstr='#62dbff', GradientType=1);
	background-size: 200% auto !important;
	border-radius: 8px;
}

.btn:hover {
	background-position: right center !important;
}

.btn:focus {
	box-shadow: none !important;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background: rgb(61, 50, 191);
	background: -moz-linear-gradient(left, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 100%);
	background: linear-gradient(to right, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d32bf', endColorstr='#8e33e1', GradientType=1);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.bg-grad {
	background: #36316b;
	background: -moz-linear-gradient(left, #36316b 0%, #141335 100%);
	background: -webkit-linear-gradient(left, #36316b 0%, #141335 100%);
	background: linear-gradient(-20deg, #36316b 0%, #141335 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36316b', endColorstr='#141335', GradientType=1);
}

.color-txt {
	color: #fff799;
}

.vid-wrapper {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}

.vid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.xl-padding {
	padding: 100px 0;
}

.lg-padding {
	padding: 80px 0;
}

.md-padding {
	padding: 65px 0;
}

.sm-padding {
	padding: 50px 0;
}


/*Banner*/
#banner {
	padding-top: 30px;
}

#banner .attn-wrapper {
	max-width: 730px;
	margin: 65px auto 50px;
	background-color: #9fcdf6;
	padding: 55px 64px 35px;
	border-radius: 14px;
}

#banner .attn-wrapper h4 {
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 300px;
	background-color: #ed1d52;
	padding: 15px;
	border-radius: 40px;
}

#banner .vid-wrapper {
	max-width: 44.56vw;
	padding: 4px;
	background: -moz-linear-gradient(left, #451e61 0%, #b42b5a 100%);
	background: -webkit-linear-gradient(left, #451e61 0%, #b42b5a 100%);
	background: linear-gradient(to right, #451e61 0%, #b42b5a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#451e61', endColorstr='#b42b5a', GradientType=1);
	margin-bottom: 40px;
}

/*End Banner*/

/* Section-1*/
#section-1 .ft-list .icon {
	background: #36316b;
	background: -moz-linear-gradient(left, #36316b 0%, #141335 100%);
	background: -webkit-linear-gradient(left, #36316b 0%, #141335 100%);
	background: linear-gradient(to right, #36316b 0%, #141335 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36316b', endColorstr='#141335', GradientType=1);
	width: 100%;
	max-width: 86px;
	min-height: 86px;
	border-radius: 50%;
	margin-right: 30px;
}

/*End Section-1*/

/*Section-2*/
#section-2 .card {
	width: 100%;
	max-width: 415px;
	min-height: 310px;
	border: 0;
	border-radius: 30px;
	box-shadow: 2px 10px 20px 10px rgba(118, 118, 139, 0.2);
	overflow: hidden;
}

#section-2 .card .card-title {
	background-color: #5656d9;
	min-height: 72px;
	margin-bottom: 30px;
}

#section-2 .card .card-title .step-num {
	position: absolute;
	left: 8px;
}

#section-2 .card .card-title .step-num span {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	max-height: 0;
	font: 400 16px/1 'Poppins', sans-serif;
}

#section-2 .card .card-title h2 {
	font-size: 30px;
}

#section-2 .list li {
	padding: 12px 30px 12px 85px;
	background-color: #8474ec;
	justify-content: flex-start;
	max-width: max-content;
	border-radius: 8px;
	overflow: hidden;
}

#section-2 .list li img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #393077;
	padding: 0 20px;
	width: 100%;
	max-width: 60px;
}

#section-2 u,
#section-4 .row-3 u {
	text-decoration-color: red;
	text-decoration-thickness: 8px;
}

/*End Section-2*/

/*Section-3*/
#section-3 .col>.img-wrapper img {
	width: 51vw;
}

/*End Section-3*/

/*Section-4*/
#section-4 .card .card-img-top {
	max-width: 245px;
	margin: 0 auto;
	min-height: 250px;
	border: 5px solid #a9b4e9;
	border-radius: 24px;
	margin-bottom: 30px;
	box-shadow: 0 2px 25px 10px rgba(118, 118, 139, 0.3);
}

#section-4 .card .card-text {
	font-size: 20px;
	line-height: 1.5;
}

/*End Section-4*/

/*Section-5*/
#section-5 ul li .card {
	background-color: transparent;
}

#section-5 ul li .card .card-img-top {
	width: 100%;
	max-width: 218px;
	min-height: 218px;
	margin: 0 auto 30px;
	background-color: #fff;
	border-radius: 50%;
}

/*End Section-5*/

/*Section-7*/
#section-7 .pricing-table {
	max-width: 660px;
	background: #3d9294;
	background: -moz-linear-gradient(top, #3d9294 0%, #3d32bf 100%);
	background: -webkit-linear-gradient(top, #3d9294 0%, #3d32bf 100%);
	background: linear-gradient(to bottom, #3d9294 0%, #3d32bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d9294', endColorstr='#3d32bf', GradientType=0);
	border-radius: 20px;
	overflow: hidden;
	padding: 4px;
}

#section-7 .pricing-table .tbl-wrapper {
	background: #e8e3ea;
	background: -moz-linear-gradient(left, #e8e3ea 0%, #eaebef 100%);
	background: -webkit-linear-gradient(left, #e8e3ea 0%, #eaebef 100%);
	background: linear-gradient(to right, #e8e3ea 0%, #eaebef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e3ea', endColorstr='#eaebef', GradientType=1);
	overflow: hidden;
	border-radius: 20px;
}

#section-7 .pricing-table .pricing-th {
	background-color: #000;
	padding: 22px;
}

#section-7 .pricing-table .pricing-body {
	padding: 40px 30px 60px;
}

#section-7 .pricing-table .pricing-body h4 {
	font-size: 22px;
	color: #464646;
}

#section-7 .pricing-table ul li {
	padding-left: 40px;
	margin-bottom: 30px;
}

#section-7 .pricing-table ul li::after {
	display: block;
	position: absolute;
	background: url(../images/tick.png) center/cover no-repeat;
	width: 24px;
	height: 24px;
	left: 0;
	top: 8px;
}

#section-7 .pricing-table .btn {
	font-size: 22px;
	line-height: 1.32;
	padding: 20px;
	max-width: 456px;
	margin-bottom: 10px;
}

/*End Section-7*/

/*Section-9*/
#section-9 .question-list li {
	padding-left: 40px;
	margin-bottom: 80px;
}

#section-9 .question-list li::after {
	content: "Q";
	display: block;
	font: 700 24px/1.2 'TitilliumWeb', sans-serif;
	color: #92a8c9;
	position: absolute;
	top: 5px;
	left: 0;
}

#section-9 .question-list li .question {
	padding-bottom: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*End Section-9*/


/*Footer*/
#footer-section {
	padding: 100px 0 0;
	background: #ffffff;

}

#footer-section .disclaimer p {
	font: 300 12px/2.167 'Montserrat', sans-serif;
	color: #898989;
}

#footer-section .copyright {
	color: #3d32bf;
	font-family: 'Archivo', sans-serif;
	margin-bottom: 70px !important;
}

#footer-section .copyright a {
	color: #3d32bf;
	font-family: 'Archivo', sans-serif;
}

#footer-section .footer-bottom {
	padding: 40px 0;
	background-color: #e6e6e6;
}

#footer-section .footer-nav li a {
	font: 300 16px/1 'Montserrat', sans-serif;
	color: #111;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #828282;
}

#footer-section .footer-nav li:last-child a {
	border-right: 0;
}

/*End Footer*/

/*>>> Responsive <<<*/

/* Screen-size 1500 */
@media screen and (max-width: 1500px) {
	.xl-heading {
		font-size: 55px;
	}

	.md-heading {
		font-size: 32px;
	}

	.sm-heading {
		font-size: 28px;
	}

	h1,
	.h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6,
	.md-txt {
		font-size: 18px;
	}

	.btn-1 {
		font-size: 30px;
		max-width: 755px;
		padding: 30px 15px;
	}

	#banner .vid-wrapper {
		max-width: 60vw;
	}

	#section-1 .ft-list .icon {
		max-width: 76px;
		min-height: 76px;
		margin-right: 16px;
	}

	#section-2 .card {
		max-width: 355px;
		min-height: 310px;
	}

	#section-2 .card .card-title h2 {
		font-size: 24px;
	}

	#section-2 .card .card-title .step-num p {
		font-size: 42px;
	}

	#section-4 .card .card-text {
		font-size: 17px;
		line-height: 1.4;
	}

	#section-7 .pricing-table {
		max-width: 540px;
	}

	#section-7 .pricing-table .pricing-body h4 {
		font-size: 18px;
	}

	#section-7 .pricing-table ul li {
		font-size: 16px;
	}
}

/* Screen-size 1366 */
@media screen and (max-width: 1366px) {
	.btn-2 {
		max-width: 865px;
		padding: 25px 15px;
	}

	.lg-padding {
		padding: 60px 0;
	}

	.lg-heading {
		font-size: 40px;
	}

	#section-4 .card .card-img-top {
		max-width: 215px;
		min-height: 220px;
	}
}

/* Screen-size 1199 */
@media screen and (max-width: 1199px) {

	h1,
	.h1 {
		font-size: 30px;
	}

	.xl-heading {
		font-size: 48px;
	}

	.lg-heading {
		font-size: 35px;
	}

	.md-heading {
		font-size: 28px;
	}

	.xl-padding {
		padding: 75px 0;
	}

	.btn-1 {
		font-size: 28px;
		max-width: 665px;
		padding: 28px 15px;
	}

	#banner .attn-wrapper {
		max-width: 650px;
		margin: 65px auto 30px;
		padding: 48px 40px 35px;
	}

	#banner .vid-wrapper {
		max-width: 65vw;
	}

	#section-1 .ft-list br {
		display: none;
	}

	#section-3 .col>.img-wrapper img {
		width: 70vw;
	}

	#section-4 .card .card-text {
		font-size: 16px;
	}
}

/* Screen-size 991 */
@media screen and (max-width: 991px) {
	br {
		display: none;
	}

	h1,
	.h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 28px;
	}

	.xl-heading {
		font-size: 38px;
		line-height: 1.4;
	}

	.lg-heading {
		font-size: 32px;
	}

	.md-heading {
		font-size: 25px;
	}

	.xl-padding {
		padding: 65px 0;
	}

	.lg-padding {
		padding: 50px 0;
	}

	.btn-1 {
		font-size: 25px;
		max-width: 595px;
		padding: 24px 15px;
	}

	.btn-2 {
		font-size: 22px;
	}

	.img-wrapper {
		text-align: center;
	}

	#section-2 .card {
		max-width: 375px;
		min-height: 310px;
	}

	#section-2 u,
	#section-4 .row-3 u {
		text-decoration-thickness: 4px;
	}

	#section-3 .col>.img-wrapper img {
		width: 100%;
	}

	#section-5 ul li .card .card-img-top {
		margin-bottom: 20px;
		max-width: 190px;
		min-height: 190px;
	}

	#footer-section .footer-bottom {
		padding: 25px 0;
	}

	#footer-section .footer-nav li a {
		font-size: 12px;
		margin-right: 8px;
		padding-right: 8px;
	}
}

/* Screen-size 767 */
@media screen and (max-width: 767px) {
	.custom-wrapper {
		max-width: 100%;
		padding: 0 15px;
	}

	.row {
		margin: 0 auto;
	}

	h1,
	.h1 {
		font-size: 25px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	h6,
	.md-txt {
		font-size: 16px;
	}

	.xl-heading {
		font-size: 35px;
	}

	.lg-heading {
		font-size: 28px;
	}

	.md-heading {
		font-size: 22px;
	}

	.btn-2 {
		font-size: 20px;
	}

	#banner .title-area img {
		width: 200px;
	}

	#banner .attn-wrapper {
		max-width: 570px;
	}

	#banner .vid-wrapper {
		max-width: 100%;
	}

	#section-3 .title-area.text-center img {
		width: 400px;
	}

	#footer-section {
		padding: 70px 0 0;
	}
}

/* Screen-size 640 */
@media screen and (max-width: 640px) {
	.custom-wrapper {
		padding: 0;
	}

	.btn-2 {
		font-size: 18px;
	}

	.xl-heading {
		font-size: 30px;
	}

	#section-2 .list li {
		padding: 10px 20px 10px 50px;
	}

	#section-2 .list li img {
		padding: 0 12px;
		max-width: 40px;
	}

	#footer-section .copyright {
		margin-bottom: 45px !important;
	}

	#footer-section .footer-nav {
		display: block !important;
		width: 100%;
		max-width: 160px;
		margin: 0 auto;
	}

	#footer-section .footer-nav li {
		padding: 5px 0;
	}

	#footer-section .footer-nav li a {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		font-size: 14px;
		line-height: 24px;
	}
}

/* Screen-size 575 */
@media screen and (max-width: 575px) {
	.container-fluid {
		padding: 0 15px !important;
	}

	h2 {
		font-size: 25px;
	}

	.xl-heading {
		font-size: 28px;
	}

	.lg-heading {
		font-size: 25px;
	}

	.lg-padding {
		padding: 40px 0;
	}

	.md-padding {
		padding: 20px 0;
	}

	.btn-1 {
		font-size: 20px;
		padding: 20px 15px;
	}

	#banner .attn-wrapper {
		margin: 40px auto 25px;
		padding: 32px 20px 25px;
	}

	#banner .attn-wrapper h4 {
		max-width: 220px;
		padding: 10px;
	}

	#section-4 .card .card-img-top {
		margin-bottom: 15px;
	}
}

/* Screen-size 440 */
@media screen and (max-width: 440px) {
	.xl-heading {
		font-size: 25px;
	}

	.lg-heading {
		font-size: 22px;
	}

	.btn-1 {
		font-size: 16px;
		padding: 18px 10px;
	}

	#section-4 .card .card-img-top {
		max-width: 185px;
		min-height: 190px;
	}
}