


* {
	-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 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
}

body,
html {
	height: 100%;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

a {
	cursor: pointer;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

textarea {
	resize: none;
}

hr {
	margin-bottom: 0;
}

.container {
	max-width: 1010px;
}

/*-- header strat --*/

header {
	margin: 32px 0;
}

header .header-inner {
	display: flex;
	padding: 0 99px;
}

header .header-inner span {
	font-size: 26px;
	color: #363636;
	font-weight: bold;
	text-transform: uppercase;
}

/*-- header end --*/

/*-- banner start --*/

.banner {
	background-image: url('../images/banner.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	position: relative;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}

.banner .banner-inner {
	width: 820px;
	margin: 0 auto;
	display: flex;
	padding-top: 107px;
	padding-bottom: 125px;
}

.banner h1 {
	font-size: 39px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 38px;
	padding-bottom: 24px;
}

.banner h6 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 42px;
}

.banner p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'arial', sans-serif;
}

.banner .details {
	width: 320px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 40px 0;
	-webkit-box-shadow: 0px 0px 65px -26px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 65px -26px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 65px -26px rgba(0, 0, 0, 0.75);
	position: absolute;
}

.banner .details form {
	width: 260px;
	margin: 0 auto;
}

.banner h3 {
	font-size: 24px;
	font-weight: 200;
	color: #000000;
	letter-spacing: 0.4px;
	margin-bottom: 22px;
}

.banner span {
	font-weight: bold;
	color: #dd362e;
}

.banner form .form-control {
	font-size: 13px;
	color: #000000;
	font-family: 'arial', sans-serif;
	border-radius: 0;
	opacity: 0.7;
	padding: 23px 12px;
	width: 100%;
	margin-bottom: 22px;

}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #000000;
	outline: 0;
	box-shadow: unset;
}

.banner form .btn {
	border: 0;
	background-color: #dd362e;
	font-size: 18px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 16px 0;
	width: 100%;
	border-radius: 0;
}

.btn:focus {
	box-shadow: unset;
}

.banner form .message {
	padding: 23px 12px 102px;
}

/*-- banner end --*/


/*-- banner-icons start --*/
.banner-icons {
	background-color: #00b5dd;
	margin-bottom: 63px;
}

.icons-inner {
	padding: 50px 0 50px 50px;
}

.banner-icons .icon {
	display: table;
	padding-right: 20px;
}


.banner-icons .icon-body {
	margin-top: 3px;
}

.banner-icons .icon-body p {
	font-size: 16px;
	color: #ffffff;
	font-family: arial;
}

.banner-icons i {
	font-size: 16px;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 6px;
}

.banner-icons .icon {
	display: flex;
}

/*-- banner-icons end --*/


/*-- video start --*/
.video .video-header {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 53px;
}

.modal iframe {
	width: 100%;
}

.video .video-header h2 {
	font-size: 40px;
	font-weight: bold;
	color: #363636;
	font-family: 'Open Sans Condensed', sans-serif;
}

.video .video-header h5 {
	font-size: 29px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.video .video-header p {
	font-size: 19px;
	line-height: 29px;
	color: #555555;
	opacity: 0.6;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

.video .video-inner figure {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.video .video-inner figure img {
	width: 100%;
	height: 469px;
	object-fit: cover;
}

.video .video-inner a i {
	font-size: 60px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 45%;
}

.video .video-content .box {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 40px 40px;
}

.video .video-content h4 {
	font-size: 28px;
	color: #00b5dd;
	font-weight: bold;
	margin-bottom: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.video .video-content p {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	font-family: 'arial', sans-serif;
}

.nogap > .col:first-child {
	padding-left: 15px;
	padding-right: 31px;
}

.nogap > .col:last-child {
	padding-left: 31px;
	padding-right: 15px;
}

/*-- video end --*/


/*-- download start --*/
.download {
	padding: 100px 0 115px;
}

.download .download-inner {
	width: 770px;
	margin: 0 auto;
	display: flex;
}

.download figure {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.download img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.download h3 {
	font-size: 28px;
	letter-spacing: 0.2px;
	color: #000000;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 8px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.download p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

.download a {
	font-size: 18px;
	color: #dd362e;
	font-weight: 600;
	border-bottom: 1px solid #dd362e;
	font-family: 'Open Sans Condensed', sans-serif;
}

.download a:hover {
	text-decoration: none;
}

/*-- download end --*/

/*-- testmonials start --*/
.testmonials .testmonials-inner {
	width: 870px;
	margin: 0 auto;
	display: flex;
	-webkit-box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.17);
	padding: 65px 50px;
}

.testmonials p {
	font-size: 17px;
	line-height: 29px;
	font-style: italic;
	font-weight: 200;
	color: #636363;
	font-family: 'Montserrat', sans-serif;
	margin: 30px 0;
	padding-right: 20px;
}

.testmonials h6 {
	font-size: 15px;
	color: #00b5dd;
	font-weight: 500;
}

/*-- testmonials end --*/

/*-- sponsored-by start --*/
.sponsored-by {
	margin-top: 60px;
	margin-bottom: 68px;
}

.sponsored-by .sponsored-by-inner {
	padding: 0;
	width: 830px;
	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 .footer-inner {
	padding-top: 45px;
	padding-bottom: 42px;
	border-top: 2px solid #cccccc;
}

footer p {
	font-size: 14px;
	color: #000000;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
}

footer p a {
	font-size: 14px;
	color: #000000;
	border-bottom: 2px solid #0000004a;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.6s ease;
}

footer p a:hover {
	color: #0072bc;
	border-bottom-color: #0072bc;
}

footer i {
	font-size: 20px;
	color: #00b5dd;
	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: rgb(0, 123, 255);
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 20%;
	width: 45px;
	height: 45px;
}

#myBtn:hover {
	background-color: #f00;
}

#myBtn i {
	margin: 0;
	font-size: 30px;
	color: #ffffff;
}

/*-- footer end --*/

@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 1010px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	header .header-inner span {
		font-size: 23px;
	}

	.banner p {
		font-size: 17px;
		line-height: 28px;
	}

	.video .video-header h2 {
		font-size: 38px;
	}

	.video .video-content {
		padding: 0 15px 0;
	}

	.nogap > .col:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}

	.nogap > .col:last-child {
		padding-left: 15px;
		padding-right: 15px;
	}

	.testmonials p {
		font-size: 16px;
		line-height: 28px;
	}

	footer {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 814px) {
	header .header-inner {
		display: flex;
		padding: 0 15px;
	}

	.banner .banner-inner {
		width: 100%;
	}

	.banner h1 {
		font-size: 30px;
	}

	.banner .details {
		left: 35px;
	}

	.banner .banner-inner .content {
		padding-left: 15px;
	}

	.banner h6 {
		font-size: 20px;
	}

	.video .video-content .box {
		padding: 30px;
	}

	header .header-inner span {
		font-size: 22px;
	}

	.banner-icons .icon-body p {
		width: 80%;
	}

	.icons-inner {
		padding: 50px 0 50px 20px;
	}

	.video .video-header h2 {
		font-size: 35px;
	}

	.video .video-header h5 {
		font-size: 27px;
	}

	.video .video-header p {
		font-size: 18px;
		line-height: 28px;
	}

	.video .video-content {
		padding: 30px 15px 0;
	}

	.download .download-inner {
		width: 100%;
	}

	.sponsored-by .sponsored-by-inner {
		width: 100%;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 640px) {
	.banner .banner-inner {
		display: block;
	}

	.banner .details {
		position: initial;
		margin-top: 50px;
		width: 80%;
	}

	.banner-icons .icon-body p {
		width: 100%;
	}

	.banner .details form {
		width: 300px;
	}

	.video .video-header {
		width: 100%;
	}

	header {
		text-align: center;
	}


	header .header-inner {
		display: block;
	}

	.video .video-header h2 {
		font-size: 30px;
	}

	.video .video-header h5 {
		font-size: 25px;
	}

	.video .video-header p {
		font-size: 16px;
		line-height: 26px;
	}

	.download figure {
		padding-bottom: 30px;
	}

	.testmonials .testmonials-inner {
		width: 100%;
		display: block;
		padding: 50px;
	}

	.testmonials h6 {
		margin-bottom: 40px;
	}

	.sponsored-by figure {
		width: 200px;
		height: 100%;
		padding-bottom: 30px;
	}

	.sponsored-by figure img {
		height: 100%;
		width: 200px;
	}

	footer {
		text-align: center;
	}

	footer .footer-inner {
		padding: 45px 0;
	}

	footer .icons {
		text-align: center;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 480px) {
	header .header-inner span {
		font-size: 18px;
	}

	.banner {
		border-top-left-radius: 70px;
		border-top-right-radius: 70px;
	}

	.banner .details {
		width: 90%;
	}

	.banner h1 {
		padding-top: 0;
	}

	.banner .banner-inner .content {
		text-align: center;
		padding: 0 15px;
	}

	.video .video-header h2 {
		font-size: 28px;
	}

	.video .video-header h5 {
		font-size: 23px;
	}

	.video .video-header p {
		font-size: 15px;
	}

	.download {
		padding: 74px 0 90px;
	}

	.download h3 {
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}

	.download p {
		font-size: 15px;
		line-height: 28px;
	}

	.download a {
		font-size: 17px;
	}

	.testmonials .testmonials-inner {
		padding: 20px;
	}

	.testmonials p {
		margin-right: 0;
	}
}

@media only screen and (max-width: 375px) {
	.banner h1 {
		font-size: 25px;
	}

	.banner h6 {
		font-size: 16px;
	}

	.banner p {
		font-size: 15px;
		line-height: 25px;
	}

	.banner .details form {
		width: 95%;
	}

	.banner h3 {
		font-size: 22px;
		letter-spacing: 0.2px;

		.video .video-header h5 {
			font-size: 18px;
			margin-top: 10px;
		}

		.video .video-header p {
			font-size: 14px;
			line-height: 25px;
		}

		.video .video-content h4 {
			font-size: 26px;
		}

		.download h3 {
			font-size: 18px;
		}

		.download a {
			font-size: 16px;
		}

		.sponsored-by {
			margin-bottom: 40px;
		}
	}
