

* {
	-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: 'Open Sans Condensed', sans-serif;
	overflow-x: hidden;
}

body,
html {
	height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}

.container {
	max-width: 940px;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

figure {
	margin: 0;
}

li {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}

/*-- header start --*/
header {
	position: absolute;
	width: 100%;
	z-index: 99;
	padding-top: 53px;
	text-align: center;
}

header figure {
	width: 100%;
	height: 100%;
}

header img {
	border-bottom: 1px solid #a1bdbd;
	padding: 0 30px 38px;
}

/*-- header end --*/

/*-- banner start --*/
.banner {
	padding-top: 206px;
	background: rgba(207, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(207, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207, 255, 255, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(207, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(207, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(207, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(207, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfffff', endColorstr='#ffffff', GradientType=0);
}

.banner .banner-inner {
	-webkit-box-shadow: 0px 0px 11px 2px rgba(215, 215, 215, 1);
	-moz-box-shadow: 0px 0px 11px 2px rgba(215, 215, 215, 1);
	box-shadow: 0px 0px 11px 2px rgba(215, 215, 215, 1);
}

.banner .banner-header {
	text-align: center;
	width: 88%;
	margin: 0 auto;
	margin-bottom: 70px;
}

.banner .banner-header h2 {
	font-size: 50px;
	color: #dd362e;
	text-transform: uppercase;
	font-weight: bold;
}

.banner .banner-header p {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	color: #252525;
	font-family: 'arial', serif;
}

.banner .banner-content .btn {
	font-size: 18px;
	font-weight: 800;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	background-color: #000000;
	padding: 13px 122px;
	text-transform: uppercase;
	margin-left: 5%;
}

.banner .banner-content h4 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 50Px;
}

.banner .banner-content p {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	font-family: 'arial', serif;
	margin-bottom: 43px;
}

.banner .banner-content span {
	display: inline-flex;
	margin-bottom: 22px;
}

.banner .banner-content span i {
	font-size: 16px;
	color: #009239;
	display: inline-block;
	margin-right: 10px;
}

.banner .banner-content span h6 {
	font-size: 20px;
	line-height: 30px;
	display: flex;
	color: #000000;
	opacity: 100;
	margin-top: -5px;
}

.banner .banner-inner .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-left: -15px;
}

/*-- banner end --*/


/*-- download start --*/
.download {
	margin-top: 65px;
	margin-bottom: 105px;
}

.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 {
	width: 705px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 65px;
}

.download .download-inner h2 {
	font-size: 40px;
	font-weight: bold;
	color: #252525;
}

.download .download-inner h5 {
	font-size: 29px;
	color: #252525;
	font-weight: bold;
	margin-bottom: 22px;
}

.download .download-inner p {
	font-size: 19px;
	line-height: 29px;
	color: #555555;
	opacity: 0.6;
	font-weight: bold;
}

.download .download-content {
	display: flex;
}

.download .download-content .section {
	margin-right: 15px;
}

.download .download-content .section:last-child {
	margin-right: 0;
}

.download .download-content h4 {
	font-size: 28px;
	color: #0072bc;
	font-weight: bold;
	margin-bottom: 18px;
}

.download .download-content p {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/*-- download end --*/

/*-- download-now start --*/
.download-now {
	background-color: #00bff3;
	padding: 55px 0;
	margin-bottom: 92px;
}

.download-now h2 {
	font-size: 47px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px;
}

.download-now p {
	font-size: 21px;
	line-height: 39px;
	color: #ffffff;
	font-weight: bold;
}

.download-now .btn {
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 60px;
	border-radius: 0;
	background-color: #000000;
	text-transform: uppercase;
	float: right;
	margin-top: 25px;
}

/*-- download-now end --*/

/*-- subscribe-now start --*/
.subscribe-now {
	padding-bottom: 105px;
}

.carousel-inner {
	text-align: center;
}

.subscribe-now .carousel-inner p {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 37px;
	font-family: 'Montserrat', sans-serif;
}

.subscribe-now .carousel-inner h6 {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -18%;
	left: 0;
	padding-left: 0;
	list-style: none;
	margin: 0 auto;
}

.carousel-indicators li {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #c0c0bf;
}

.carousel-indicators .active {
	background-color: #ececec;
}

.subscribe-now form {
	text-align: center;
	width: 290px;
	margin: 0 auto;
}

.subscribe-now form h4 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	font-family: 'arial', serif;
}

.subscribe-now form .form-control {
	font-size: 15px;
	color: #000000;
	font-family: 'arial', serif;
	width: 100%;
	padding: 26px 0;
	margin-top: 20px;
	padding-left: 20px;
}

.subscribe-now .form-group {
	margin-bottom: 0;
	margin-top: 5px;
}

.subscribe-now form .btn {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	width: 100%;
	padding: 15px 0;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	background-color: #0072bc;
	border-radius: 5px;
}

.subscribe-now .form-control:focus {
	border-color: #0072bc;
	box-shadow: unset;
}

/*-- subscribe-now end --*/

/*-- sponsored-by start --*/
.sponsored-by {
	margin-bottom: 65px;
}

.sponsored-by .sponsored-by-inner {
	padding: 0;
	width: 660px;
	margin: 0 auto;
}

.sponsored-by figure {
	width: 90px;
	height: 75px;
	margin: 0 auto;
}

.sponsored-by figure img {
	display: block;
	vertical-align: middle;
	height: 75px;
	width: 90px;
}

/*-- sponsored-by end --*/

/*-- footer start --*/

footer {
	padding: 45px 0;
	border-top: 1px solid #d2d3d6;
}

footer p {
	font-size: 14px;
	color: #000000;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

footer p a {
	font-size: 14px;
	color: #000000;
	border-bottom: 2px solid #0000004a;
	display: inline-block;
	transition: all 0.6s ease;
}

footer p a:hover {
	color: #0072bc;
	border-bottom-color: #0072bc;
}

footer i {
	font-size: 20px;
	color: #000000;
	opacity: 0.3;
}

footer span a {
	margin: 8px;
}

footer span a:last-child {
	margin-right: 0;
}

footer a:hover {
	text-decoration: none;
}

footer .footer-right {
	text-align: right;
}

footer .icons {
	text-align: right;
}

html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 2px;
	top: 0px;
	font-size: 25px;
}

#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 --*/


/*==================
 media query start 
 ===================*/


@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 940px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	.download .download-content .section {
		margin-right: 0;
	}

	.banner .banner-header h2 {
		font-size: 37px;
	}

	.banner .banner-header p {
		font-size: 16px;
		line-height: 25px;
	}

	.download .download-inner h2 {
		font-size: 35px;
	}

	.download .download-inner h5 {
		font-size: 25px;
	}

	.download .download-inner p {
		font-size: 17px;
		line-height: 25px;
	}

	.download .download-content h4 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.download-now h2 {
		font-size: 45px;
	}

	.download-now p {
		font-size: 19px;
		line-height: 30px;
	}

	.subscribe-now .carousel-inner p {
		font-size: 15px;
		line-height: 27px;
	}
}

@media only screen and (max-width: 814px) {
	.banner .banner-header h2 {
		font-size: 30px;
	}

	.banner .banner-header p {
		font-size: 15px;
	}

	.banner .banner-inner .thumbnail img {
		margin-left: 0;
	}

	.banner .banner-content {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.banner .banner-content .btn {
		margin-left: 4%;
	}

	.download .download-inner h2 {
		font-size: 32px;
	}

	.download .download-inner h5 {
		font-size: 24px;
	}

	.download .download-inner p {
		font-size: 16px;
	}

	.download-now {
		margin-bottom: 70px;
	}

	.download-now h2 {
		font-size: 43px;
	}

	.download-now p {
		font-size: 18px;
		line-height: 28px;
	}

	.download {
		margin-bottom: 70px;
	}

	.subscribe-now .carousel-inner p {
		margin-bottom: 20px;
		margin-top: 18px;
	}

	.subscribe-now .content-1 {
		margin-bottom: 55px;
	}

	.carousel-indicators {
		bottom: 0;
		left: 0;
	}

	.carousel {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 640px) {
	header img {
		border-bottom: 1px solid #a1bdbd;
		padding: 0 20px 20px;
		width: 45%;
	}

	.download .download-inner h2 {
		font-size: 30px;
	}

	.download .download-inner {
		width: 100%;
	}

	.download .download-content .section {
		margin-bottom: 30px;
	}

	.download .download-content .section:nth-child(3) {
		margin-bottom: 0;
	}

	.download .download-content {
		display: block;
	}

	.download-now {
		text-align: center;
	}

	.download-now .btn {
		float: unset;
	}

	.sponsored-by figure img {
		height: 100%;
		width: 100%;
	}

	.sponsored-by .sponsored-by-inner {
		padding: 0 15px;
		width: 100%;
	}

	.sponsored-by figure {
		width: 35%;
		height: 100%;
		padding-bottom: 30px;
	}

	footer p {
		text-align: center;
		margin-bottom: 30px;
	}

	footer .icons {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	header img {
		padding: 0 15px 20px;
		width: 55%;
	}

	.banner {
		padding-top: 180px;
	}

	.banner .banner-header {
		width: 100%;
	}

	.banner .banner-header h2 {
		font-size: 23px;
		margin-bottom: 15px;
	}

	.banner .banner-content h4 {
		font-size: 25px;
	}

	.banner .banner-content .btn {
		margin-left: 0;
		padding: 13px 0;
		width: 100%;
	}

	.download .download-inner h2 {
		font-size: 27px;
		margin-bottom: 10px;
	}

	.download .download-content h4 {
		font-size: 23px;
	}

	.download-now h2 {
		font-size: 40px;
	}

	.download-now p {
		font-size: 17px;
		line-height: 26px;
	}

	.download-now .btn {
		font-size: 18px;
	}

	.subscribe-now .carousel-inner p {
		font-size: 14px;
		line-height: 26px;
	}

	.subscribe-now form .form-control {
		font-size: 14px;
	}

	.subscribe-now form .btn {
		font-size: 16px;
	}
}

@media only screen and (max-width: 375px) {
	.banner .banner-header h2 {
		font-size: 20px;
	}

	.download .download-inner h2 {
		font-size: 23px;
	}

	.download .download-inner h5 {
		font-size: 20px;
	}
}
