

* {
	-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;
}

figure {
	margin: 0;
}

.container {
	max-width: 990px;
}

.container-fluid {
	padding: 0;
}


header {
	position: absolute;
	width: 100%;
	z-index: 99;
	height: 106px;
	margin-top: 35px;
	transition: 0.7s;
}

header figure img {
	margin-left: 20px;
}

.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 form {
	width: 328px;
	margin: 0 auto;
}

.banner .banner-content form .form-control {
	font-size: 12px;
	color: #000000;
	border-radius: 10px;
	padding: 25px 15px;
	margin-bottom: 20px;
}

.form-control:focus {
	border-color: #dd362e;
	outline: 0;
	box-shadow: unset;
}

.btn:focus {
	box-shadow: unset;
}

.banner .banner-content {
	width: 370px;
	text-align: center;
	margin: 0 auto;
	padding-top: 95px;
}

.banner .banner-content .btn {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	background-color: #dd362e;
	padding: 16px 0;
	width: 100%;
	text-transform: uppercase;
	border-radius: 10px;
	border: 0;
}

.banner .banner-content h4 {
	font-size: 46px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.banner .banner-content h5 {
	font-size: 26px;
	color: #000000;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.banner .banner-content p {
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	font-family: 'arial', serif;
	margin-bottom: 45px;
	opacity: 0.6;
}

.banner .banner-inner .thumbnail figure {
	width: 100%;
	height: 100%;
}

.banner .banner-inner .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-left: -15px;
}

/*-- banner end --*/

/*-- download-now start --*/

.download-now .icon {
	display: table;
	padding-right: 20px;
}

.download-now span {
	width: 7%;
}

.download-now .icon-body {
	width: 93%;
	margin-top: 2px;
}

.download-now .icon-body p {
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	opacity: 0.7;
	font-family: arial;
	margin-bottom: 30px;
}

.download-now i {
	font-size: 20px;
	color: #dd362e;
	vertical-align: bottom;
}

.download-now .icon {
	display: flex;
}

.download-now .icon:nth-child(5) p,
.download-now .icon:nth-child(6) p {
	margin-bottom: 0;
}


.download-now {
	margin-top: 65px;
	margin-bottom: 105px;
}

.download-now .download-now-inner h2 {
	font-size: 46px;
	font-weight: 500;
	color: #252525;
	letter-spacing: 0.4px;
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 55px;
}

/*-- download-now end --*/

/*-- about-us start --*/

.about-us .box i {
	font-size: 30px;
	color: #000000;
	margin-bottom: 10px;
}

.about-us .box {
	padding: 50px 70px 80px 50px;
	-webkit-box-shadow: 1px 3px 20px 0px rgba(215, 215, 215, 1);
	-moz-box-shadow: 1px 3px 20px 0px rgba(215, 215, 215, 1);
	box-shadow: 1px 3px 20px 0px rgba(215, 215, 215, 1);
}

.about-us .box p {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	opacity: 0.6;
	font-family: Arial, Helvetica, sans-serif;
}

.nogap > .col:first-child {
	padding-right: 30px;
}

.nogap > .col:last-child {
	padding-left: 30px;
}

/*-- about-us end --*/

/*-- download start --*/
.download {
	background-color: #252525;
	padding: 80px 0;
	margin-top: 100px;
	margin-bottom: 105px;
}

.download .inner {
	display: flex;
	margin: 0 auto;
	width: 815px;
}

.download h2 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0.4px;
}

.download .btn {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	padding: 24px 67px;
	border-radius: 60px;
	background-color: #dd362e;
	text-transform: uppercase;
	float: right;
}

/*-- download end --*/

/*-- testmonials end --*/

.testmonials .content {
	text-align: center;
}

.testmonials .content h2 {
	font-size: 30px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 0.4px;
	margin-bottom: 67px;
}

.testmonials .testmonials-inner {
	text-align: center;
	padding-bottom: 105px;
}

.testmonials .testmonials-content {
	display: flex;
}

.testmonials .testmonials .section {
	margin-right: 15px;
}

.testmonials .testmonials .section:last-child {
	margin-right: 0;
}

.testmonials .testmonials-content h6 {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-family: 'arial', serif;
}

.testmonials .testmonials-content i {
	margin-bottom: 20px;
}

.testmonials .testmonials-content p {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	font-family: 'arial', serif;
	opacity: 0.6;
	margin-right: 10%;
	margin-bottom: 23px;
}

.testmonials .testmonials-content h4 {
	font-size: 16px;
	line-height: 26px;
	font-family: 'arial', serif;
	color: #dd362e;
}

/*-- testmonials start --*/

/*-- footer start --*/

footer {
	padding: 50px 0;
	border-top: 2px solid #d4d4d0;
}

footer p {
	font-size: 19px;
	color: #000000;
	font-weight: 300;
}

footer .icons {
	text-align: right;
}

footer nav li a {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.6s ease;
}

footer nav ul span {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 13px;
}

footer p {
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

footer .footer-right {
	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: 2px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: 0;
	background-color: rgba(1, 1, 2, .36);
	color: #fff;
	cursor: pointer;
	padding: 15px;
	font-size: 16px;
	border-radius: 10px;
}

#myBtn:hover {
	background-color: #369966;
}

#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: 990px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	.banner .banner-content h4 {
		font-size: 40px;
	}

	.banner .banner-content h5 {
		font-size: 20px;
	}

	.download-now .download-now-inner h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 814px) {
	.banner .banner-content {
		width: 300px;
		text-align: center;
		margin: 0 auto;
		padding-top: 80px;
	}

	.download-now .download-now-inner h2 {
		font-size: 32px;
	}

	.about-us .box {
		padding: 40px;
	}

	.download h2 {
		font-size: 25px;
	}

	.download .btn {
		font-size: 14px;
	}

	.testmonials .testmonials-content {
		display: block;
	}

	.testmonials .testmonials-content .section {
		margin-top: 30px;
	}

	.testmonials .testmonials-content p {
		margin-right: 0;
	}

	.download {
		margin-top: 80px;
		margin-bottom: 60px;
	}

	.testmonials .content h2 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 640px) {
	.banner .banner-inner .thumbnail img {
		margin-left: 0;
	}

	.banner .banner-content {
		width: 500px;
		padding: 50px 0;
	}

	.download-now .download-now-inner h2 {
		font-size: 25px;
	}

	.download-now .icon:last-child {
		margin-top: 30px;
	}

	.nogap > .col:first-child {
		padding-right: 15px;
	}

	.nogap > .col:last-child {
		padding-left: 15px;
		margin-top: 50px;
	}

	.download .inner {
		display: block;
		width: 100%;
		text-align: center;
	}

	.download .btn {
		float: unset;
		margin-top: 20px;
	}

	footer {
		text-align: center;
	}

	footer .icons {
		text-align: center;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.banner .banner-content {
		width: 100%;
	}

	.download h2 {
		font-size: 23px;
	}

	.download .btn {
		padding: 20px 60px;
	}

	.download-now .download-now-inner h2 {
		width: 100%;
	}

	.banner .banner-content h4 {
		font-size: 36px;
	}

	.download-now span {
		width: 10%;
	}

	.download-now .icon-body {
		width: 90%;
		margin-top: 2px;
	}

}

@media only screen and (max-width: 375px) {
	.banner .banner-content h4 {
		font-size: 32px;
	}

	.banner .banner-content h5 {
		font-size: 18px;
	}

	.banner .banner-content form {
		width: 100%;
	}

	.about-us .box {
		padding: 25px;
	}

	.testmonials .content h2 {
		font-size: 26px;
	}

	.download-now .download-now-inner h2 {
		font-size: 22px;
	}

	.download h2 {
		font-size: 20px;
	}
}
