<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
	position: relative;
	background-color: white;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

body,
html {
	height: 100%;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
	background-color: transparent;
}

.container {
	max-width: 740px;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}


/*-- Header start --*/
header {
	position: fixed;
	width: 100%;
	z-index: 99;
	height: 84px;
	padding-top: 22px;
	background-color: #ffffff;
	text-align: center;
	transition: all 0.8s ease;
}

header.active {
	background-color: #ffffff;
	padding-top: 0px;
	height: 48px;
	box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.75);
}

header.active img {
	width: 80%;
}

header .navbar-expand-lg {
	height: inherit;
	padding: 0 15px;
}

header.active .navbar-expand-lg .navbar-nav .nav-link,
header.active .navbar-expand-lg .navbar-nav span {
	color: #000000;
}

header.active .navbar-collapse {
	margin-top: 10px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
	font-size: 12px;
	padding: 0;
	color: #000000;
	font-weight: bold;
	transition: all 0.3s ease;
	text-decoration: transparent;
	/*border-bottom: 1px solid transparent;*/
	display: inline-block;
	opacity: 0.5;
	font-family: 'Montserrat', sans-serif;
	margin-right: 30px;
}

header .navbar-expand-lg .navbar-nav span {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	color: #000000;
	font-weight: bold;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #b190ea;
	border-color: #b190ea;
	text-decoration: underline;
}

header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0px;
}

header .navbar-expand-lg .navbar-nav .nav-item {
	line-height: 30px;
}

/*-- header end --*/

/*-- banner start --*/

.banner {
	width: 100%;
	height: auto;
	position: relative;
	background: rgb(184, 0, 196);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(184, 0, 196, 1) 0%, rgba(0, 36, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184, 0, 196, 1) 0%, rgba(0, 36, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184, 0, 196, 1) 0%, rgba(0, 36, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.banner .banner-content figure {
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}

.banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.banner-content {
	margin: auto;
	text-align: center;
	padding-top: 130px;
}

.banner h1 {
	font-size: 44px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.banner .banner-content a i {
	font-size: 90px;
	color: #ffffff;
	position: absolute;
	top: 60%;
	left: 45%;
	text-align: center;
}

/*-- banner end --*/

/*-- download start --*/
.download {
	margin-top: 40px;
}

.download .btn {
	font-size: 30px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	border-radius: 60px;
	width: 100%;
	padding: 22px 0;
	transition: all 0.7s ease;
	text-transform: uppercase;
}

.download .download-inner {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 40px;
}

.download .download-inner h2 {
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #000000;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 34px;
}

.download .download-inner p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.download .download-content {
	display: flex;
	margin-bottom: 55px;
}

.download .download-content .section:first-child {
	margin-right: 30px;
}

.download .download-content h4 i {
	font-size: 26px;
	margin-right: 8px;
	color: #a070ec;
}

.download .download-content h4 {
	font-size: 25px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 26px;
}

.download .download-content p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5%;
}

/*-- download end --*/


/*-- watch start --*/
.watch {
	background-color: #f5f0fd;
	padding: 74px 0;
}

.watch figure {
	margin-bottom: 0;
}

/*.watch img{
	width: 100%;
	height: 100%;
}*/
.watch h3 {
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 8px;
}

.watch p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

.watch a {
	font-size: 18px;
	color: #dd362e;
	font-weight: 600;
	border-bottom: 1px solid #dd362e;
}

.watch a:hover {
	text-decoration: none;
}

/*-- watch end --*/

/*-- peoples start --*/
.peoples {
	margin-top: 100px;
	margin-bottom: 80px;
}

.peoples .box {
	border: 1px solid #c2c2c2;
	padding: 43px;
}

.peoples .box p {
	font-size: 14px;
	line-height: 27px;
	color: #000000;
	font-weight: 300;
}

.peoples .icon figure {
	margin: 0;
}

.peoples .icon img {
	margin-top: -1px;
	margin-left: 25px;
}

.peoples .icon-inner {
	margin-top: 10px;
	width: 100%;
	height: 100%;
}

.peoples .icon-inner-content {
	margin-left: -25px;
}

.peoples .icon-inner figure {
	margin: 0;
}

.peoples .icon-inner-content h3 {
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	font-weight: 500;
}

.peoples .icon-inner-content span {
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	font-weight: 300;
}

/*-- peoples end --*/

/*-- sponsored-by start --*/
.sponsored-by {
	border-top: 3px solid #ececec;
	border-bottom: 3px solid #ececec;
	padding: 45px 0;
}

.sponsored-by figure {
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}

.sponsored-by figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/*-- sponsored-by end --*/

/*-- footer start --*/
footer {
	margin: auto;
	text-align: center;
	padding-top: 83px;
	padding-bottom: 70px;
}


footer span {
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	display: block;
}


footer span a:hover {
	text-decoration: none;
}

footer i {
	font-size: 16px;
	color: #000000;
	margin: 7px;
	transition: all 0.5s ease;
}

footer i:hover {
	color: #bf6ae2;
}


footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 2px;
	top: 0px;
	font-size: 25px;
}

html {
	scroll-behavior: smooth;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #2cad81;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 40%;
	width: 45px;
	height: 45px;
}

#myBtn:hover {
	background-color: #c1e732;
}

#myBtn i {
	margin: 0;
	font-size: 30px;
}

/*-- footer end --*/

/*-- hover effects --*/
.download .btn:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
}

/*-- footer end --*/



/*======================
            media query styles start
            ========================*/
/*-- 1920 to 1430 styles start --*/

@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 740px;
	}
}

@media only screen and (max-width:1024px) {
	.container {
		max-width: 100%;
	}

	.banner-content {
		width: 65%;
	}

	.banner h1 {
		font-size: 38px;
	}

	.banner .banner-content a i {
		font-size: 70px;
		left: 47%;
	}

	.download .download-content .section:first-child {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.download .btn {
		font-size: 23px;
		padding: 20px 0;
	}

	.download .download-inner h2 {
		font-size: 25px;
		letter-spacing: 0;
		width: 50%;
	}

	.watch-inner {
		width: 70%;
		margin: 0 auto;
	}

	.peoples .icon-inner-content {
		margin-left: -55px;
	}
}

@media only screen and (max-width: 814px) {
	header .navbar-expand-lg {
		background-color: #ffffff;
	}

	header .navbar-nav {
		padding-top: 20px;
		text-align: right;
	}

	header .navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 0;
	}

	header.active .navbar-expand-lg {
		padding: 10px 15px;
	}

	.banner-content {
		width: 80%;
	}

	.banner-content h1 {
		font-size: 34px;
	}

	.banner .banner-content a i {
		font-size: 60px;
		left: 45%;
	}

	.download .download-inner h2 {
		font-size: 24px;
		letter-spacing: 0;
		width: 65%;
	}

	.download .download-content {
		display: block;
	}

	.download .download-content h4 {
		font-size: 23px;
		color: #000000;
		font-weight: 500;
		margin-bottom: 15px;
	}

	.download .download-content p {
		font-size: 15px;
		line-height: 26px;
		margin-right: 0;
	}

	.download .download-content h4 i {
		font-size: 22px;
	}

	.watch-inner {
		width: 90%;
		margin: 0 auto;
	}

	.peoples .box {
		padding: 25px;
	}

	.peoples .icon-inner-content {
		margin-left: -20px;
	}

	iframe {
		width: 100%;
		height: 350px;
	}
}

@media only screen and (max-width: 640px) {
	header {
		height: 60px;
		padding-top: 10px;
	}

	.banner-content {
		width: 89%;
	}

	.banner-content h1 {
		font-size: 28px;
	}

	.download .btn {
		font-size: 20px;
		padding: 18px 0;
	}

	.download .download-inner h2 {
		font-size: 22px;
		letter-spacing: 0;
		width: 80%;
	}

	.download .download-content {
		display: block;
	}

	.download .download-content .section:first-child {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.watch-inner {
		width: 100%;
		text-align: center;
	}

	.watch figure {
		margin-bottom: 30px;
	}

	.watch h3 {
		font-size: 24px;
		margin-top: 0;
	}

	.peoples-inner {
		margin-bottom: 50px;
	}

	.sponsored-by figure {
		width: 100%;
		height: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.sponsored-by figure img {
		width: 35%;
	}
}

@media only screen and (max-width: 480px) {
	.banner-content {
		width: 100%;
	}

	.banner-content h1 {
		font-size: 24px;
	}

	.download .btn {
		font-size: 18px;
	}

	.download .download-inner h2 {
		font-size: 21px;
		width: 100%;
		margin-bottom: 25px;
	}

	.download .download-inner p {
		font-size: 15px;
		line-height: 27px;
	}

	.download .download-content h4 {
		font-size: 21px;
	}

	.watch h3 {
		font-size: 20px;
	}

	.watch p {
		font-size: 15px;
		line-height: 27px;
	}

	.watch a {
		font-size: 16px;
	}

	.peoples .icon-inner-content {
		margin-left: 0px;
	}

	iframe {
		height: 300px;
	}

}

@media only screen and (max-width: 375px) {
	.banner-content h1 {
		font-size: 18px;
	}

	.download .download-inner h2 {
		font-size: 18px;
	}

	.download .download-content h4 {
		font-size: 18px;
	}

	.watch h3 {
		font-size: 17px;
	}

	footer {
		padding: 50px 0;
	}
}
</pre></body></html>