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 30px/1 'Poppins', sans-serif;
	max-width: 985px;
	padding: 35px 15px;
	background: #8e2de2;
	background: -moz-linear-gradient(left, #8e2de2 0%, #6420ec 50%, #8e2de2 100%);
	background: -webkit-linear-gradient(left, #8e2de2 0%, #6420ec 50%, #8e2de2 100%);
	background: linear-gradient(to right, #8e2de2 0%, #6420ec 50%, #8e2de2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e2de2', endColorstr='#8e2de2', GradientType=1);
	background-size: 200% auto !important;
	border-radius: 5px;
	box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.17);
}

.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;
}

.bg-grad {
	background: #2f3032;
	background: -moz-linear-gradient(left, #2f3032 0%, #232526 100%);
	background: -webkit-linear-gradient(left, #2f3032 0%, #232526 100%);
	background: linear-gradient(to right, #2f3032 0%, #232526 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3032', endColorstr='#232526', 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 .welcome {
	width: 100%;
	max-width: 790px;
	margin: 0 auto 50px;
	padding: 20px;
	background: #8a2387;
	background: -moz-linear-gradient(left, #8a2387 0%, #e94057 50%, #f27121 100%);
	background: -webkit-linear-gradient(left, #8a2387 0%, #e94057 50%, #f27121 100%);
	background: linear-gradient(to right, #8a2387 0%, #e94057 50%, #f27121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a2387', endColorstr='#f27121', GradientType=1);
	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: 50px;
}

/*End Banner*/

/* Section-1*/
#section-1 .ft-list .icon {
	background: #232526;
	background: -moz-linear-gradient(left, #232526 0%, #2f3032 100%);
	background: -webkit-linear-gradient(left, #232526 0%, #2f3032 100%);
	background: linear-gradient(to right, #232526 0%, #2f3032 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232526', endColorstr='#2f3032', GradientType=1);
	width: 100%;
	max-width: 86px;
	min-height: 86px;
	border-radius: 50%;
	margin-right: 30px;
}

/*End Section-1*/

/*Section-2*/
#section-2 .inner-row .card {
	border: 5px solid #a9b4e9;
	text-align: center;
	border-radius: 14px;
	max-width: 246px;
	min-height: 246px;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-bottom: 60px;
	box-shadow: 0 2px 25px 10px rgba(118, 118, 139, 0.3);
}

#section-2 .inner-row .card .card-img-top {
	align-self: flex-end;
	margin-bottom: 20px;
}

#section-2 .inner-row .card .card-title {
	font-size: 18px;
	margin-bottom: 18px;
}

#section-2 .inner-row .card .card-text {
	color: #616873;
	width: 100%;
	margin: 0 auto;
}

#section-2 u {
	text-decoration-color: red;
	text-decoration-thickness: 8px;
}

/*End Section-2*/

/*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: #bd8cbf;
	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;
	}

	.lg-heading {
		font-size: 45px;
	}

	.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: 28px;
		max-width: 825px;
		padding: 30px 15px;
	}

	#banner .vid-wrapper {
		max-width: 60vw;
	}

	#section-1 .ft-list {
		max-width: 1120px !important;
	}

	#section-1 .ft-list .icon {
		max-width: 76px;
		min-height: 76px;
		margin-right: 16px;
	}
}

/* Screen-size 1366 */
@media screen and (max-width: 1366px) {
	.btn-2 {
		max-width: 865px;
		padding: 25px 15px;
	}

	.lg-padding {
		padding: 60px 0;
	}
}

/* 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: 36px;
	}

	.xl-padding {
		padding: 75px 0;
	}

	.btn-1 {
		max-width: 775px;
	}

	#banner .vid-wrapper {
		max-width: 65vw;
	}

	#section-1 .ft-list br {
		display: none;
	}

	#section-1 .ft-list {
		max-width: 910px !important;
	}

	#section-2 .inner-row .card:last-child {
		margin: 0 auto;
	}
}

/* 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;
	}

	.xl-padding {
		padding: 65px 0;
	}

	.lg-padding {
		padding: 50px 0;
	}

	.btn-1 {
		font-size: 25px;
		padding: 24px 15px;
	}

	.btn-2 {
		font-size: 22px;
	}

	.img-wrapper {
		text-align: center;
	}

	#banner .welcome {
		padding: 15px;
		margin-bottom: 30px;
	}

	#section-1 .ft-list {
		max-width: 600px !important;
	}

	#section-2 .inner-row {
		justify-content: space-evenly !important;
	}

	#section-2 .inner-row .card:last-child {
		margin: unset;
	}

	#section-2 u {
		text-decoration-thickness: 4px;
	}

	#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: 25px;
	}

	.btn-1 {
		font-size: 20px;
	}

	#banner .vid-wrapper {
		max-width: 100%;
	}

	#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;
	}

	#banner .welcome {
		padding: 12px 20px;
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 1.2;
		max-width: max-content;
	}

	#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: 16px;
		padding: 20px 15px;
	}
}

/* Screen-size 440 */
@media screen and (max-width: 440px) {
	.xl-heading {
		font-size: 25px;
	}

	.lg-heading {
		font-size: 22px;
	}

	.btn-1 {
		font-size: 14px;
		padding: 18px 10px;
		line-height: 1.3;
	}
}