* {
	padding:0;
	margin:0;
}
body {
	font-family: "Fira Sans", sans-serif;
	font-size: 14px;
}
a {
	color:#000000;
}
a:hover {
	color:#0f6235;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .navbar-logo {
	font-size: 50px;
	padding-top: 8px;
	color: #ffffff;
}
.navbar .active {
	color: #0f6235 !important;
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.navbar .nav-item a:hover {
	color: #0f6235;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-logo {
	font-size: 40px;
	color: #333;
	transition: all .4s ease;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: #6fc295;
	background: linear-gradient(to bottom right, #4fa275, #9ff2c5);
	padding:100px 0;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0 0;
}
.banner-text p {
	margin:40px 0;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #4fa275;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #4fa275;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #6fc295;
	background: linear-gradient(to top left, #4fa275, #9ff2c5);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.slider p {
	color: #818992;
	font-size: 20px;
	width: 100%;
	margin: 6px 0;
}
#premium-slider {
	width: 100%;
}
#premium-number {
	text-align: right;
}
#premium-price {
	text-align: left;
}
.premium-btn {
	color: #6fc295;
	padding: 10px 40px;
	border: 2px solid #6fc295;
	border-radius: 7px;
	display: inline-block;
	font-size: 18px;
}
.premium-btn:hover {
	background:#6fc295;
	color:#ffffff;
	text-decoration:none;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: #6fc295;
	font-size: 18px;
	line-height: 50px;
	border: 1px solid #6fc295;
}
.form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact-form-message {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	transition: all 0.3s ease-in-out;
}
#contact-form-submit {
	padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #6fc295;
	background: linear-gradient(to top right, #4fa275, #4fa275, #9ff2c5);
	cursor: pointer;
}
#contact-form-submit.disabled {
	background: #777;
	cursor: not-allowed;
}
#contact-form-intro.error {
	color: #ff0000;
}
.download {
	background: #6fc295;
	background: linear-gradient(to top left, #4fa275, #4fa275, #9ff2c5);
	padding:100px 0;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0;
}
.footer-copy p {
	margin-bottom:0;
}
@media all and (max-width:991px) {
	.navbar .navbar-collapse {
		overflow: auto;
		background:  rgb(213, 198, 221);
		color: #fff !important;
		text-align: center;
		padding: 10px 0;
	}
	.nav-scroll .navbar-collapse {
		background: #fff !important;
	}
}
@media all and (max-width:768px) {
	.banner-text {
		padding-right: 0;
		margin: 10px 0 0;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 23px;
	}
	.section-padding {
		padding: 40px 0;
	}
	.banner-text p {
		margin: 25px 0;
	}
	.banner-text ul li a img {
		width: 140px;
		border-radius: 7px;
	}
	.sectioner-header {
		width: 90%;
	}
	.sectioner-header p {
		font-size: 14px;
	}
	.premium-btn {
		padding: 5px 30px;
		margin-top: 0;
		font-size: 16px;
	}
	.single-feature {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.section-content {
		margin-top: 40px;
	}
	.download ul li a img {
		width: 120px;
	}
	.footer-copy p {
		font-size: 10px;
	}
}
