/*

==== CSS INDEX
01 - IMPORTED CSS
02 - DEFAULT CSS
03 - NAVBAR CSS
04 - HEADER CSS
05 - FEATURE CSS
06 - HOW IT WORKS CSS
07 - SCREENSHOTS CSS 
08 - PRICING CSS
09 - TEAM CSS
10 - COUNTER CSS
11 - BLOG CSS
12 - DOWNLOAD CSS
13 - CONTACT CSS
13 - CONTACT CSS
14 - FOOTER CSS
15 - PRELOADER CSS
*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	background-color: #fff;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	overflow-wrap: break-word;
	word-break: normal;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

ul,
ol {
	margin: 0;
	padding: 0
}

li {
	list-style-type: none;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c
}

h1 {
	font-size: 35px;
	font-weight: 800;
	line-height: 1;
	color: rgb(50, 50, 50);
}

h2.section_title {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}

h2.section_title:after {
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	content: "";
	border-top: solid 20px transparent;
	border-bottom: solid 20px transparent;
}

h2.section_title:after {
	right: -45px;
	border-left: solid 25px #68BD45;
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.pad-left {
	padding-left: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_t_50 {
	padding-top: 50px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_b_80 {
	padding-bottom: 80px
}

.row {
	margin: 0px;
}

.col_space {
	padding-left: 0px
}


/*================================================
03 - NAVBAR CSS
==================================================*/

nav.navbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

nav.navbar .navbar-toggler {
	border: 0;
}

nav.navbar .nav-item {
	font-size: 13px;
	font-weight: 400;
	padding-right: 13px;
	padding-left: 13px;
	color: #fff;
	text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
	padding-left: 0;
}

nav.navbar .nav-item:last-child {
	padding-right: 0;
}

nav.navbar .nav-item .nav-link {
	color: #fff;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-weight: 600;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

nav.navbar .nav-item .nav-link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

nav.navbar .nav-item .nav-link.active:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

nav.fixed-top {
	position: fixed;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #222222;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.navbar-brand.logo h1 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0
}

nav.fixed-top .navbar-brand.logo h1 {
	color: #333
}

nav.fixed-top .navbar-brand.logo h1 span {
	color: #fff
}

.navbar-brand.logo h1 span {
	background: #68BD45;
	width: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px;
}

nav.fixed-top .logo {
	color: #fff;
}

nav.fixed-top .nav-item .nav-link {
	color: #fff !important;
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
	color: #fff;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
	color: #000;
}

nav.fixed-top .nav-item .nav-link:before {
	background-color: #68BD45;
}


/*================================================
04 - HEADER CSS
==================================================*/

.header_area {
	background: url(../img/top-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100vh;
	position: relative
}

.header_area:before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.header_content {
	height: 100vh
}

.banner-welcome>h4 {
	color: #fff;
	font-size: 30px;
}

.banner-welcome>p {
	color: #fff;
	margin-top: 15px;
}

.banner-welcome {
	position: absolute;
	top: 35%;
	width: 100%;
}

.header_area a {
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	background: #68BD45;
	margin-top: 15px
}

.header_area a:hover {
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	background: #272727;
}

button.navbar-toggler {
	background: #68BD45;
	margin-left: 5px
}

.is-visible,
.is-hidden {
	font-size: 50px;
	margin-top: 15px;
	color: #68BD45;
}

.ah-headline.clip .ah-words-wrapper:after {
	background-color: #fff
}

.ah-words-wrapper b {
	margin-left: 5px
}

.shape-bottom img.bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.header-phone-img img {
	margin-top: 80px;
	margin-left: 15px
}


/*  download button*/

@-webkit-keyframes appstop-dn {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25%,
	75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes appstop-dn {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25%,
	75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

.appstop-dn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.appstop-dn .animate-dn {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.appstop-dn:hover .animate-dn,
.appstop-dn:focus .animate-dn,
.appstop-dn:active .animate-dn {
	-webkit-animation-name: appstop-dn;
	animation-name: appstop-dn;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}


/*Header Phone Image Animate*/

@-webkit-keyframes animate-img {
	0% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	50% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes animate-img {
	0% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	50% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-webkit-keyframes animate-img-sink {
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes animate-img-sink {
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

.animate-img .animate-im,
.animate-img:focus .animate-im,
.animate-img:active .animate-im {
	-webkit-animation-name: animate-img-sink, animate-img;
	animation-name: animate-img-sink, animate-img;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}


/*================================================
05 - FEATURE CSS
==================================================*/

.feature-area {
	background: #2A2A2A
}

.single-feature-left {
	margin-top: 45px;
	padding-top: 10px;
}

.single-feature-left:hover i.fa {
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.single-feature-left i.fa {
	color: #68BD45;
	background: #222220;
	padding: 15px;
	height: 50px;
	width: 50px;
	font-size: 20px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.single-feature-right {
	margin-top: 45px;
	padding-top: 10px;
}

.single-feature-right:hover i.fa {
	transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.single-feature-right i.fa {
	color: #68BD45;
	background: #222220;
	padding: 15px;
	font-size: 20px;
	height: 50px;
	width: 50px;
	-webkit-transition: all 1s;
	transition: all 1s;
}


/*================================================
06 - HOW IT WORKS CSS
================================================*/

.work-process-area {
	background: #3B3A3A
}

.work-process-wrap {
	display: block;
	width: 100%;
}

.single-work-process-footer {
	position: relative;
	float: left;
	margin: 0 30px;
	width: calc(30% - 30px);
}

.single-work-process {
	position: relative;
	float: left;
	margin: 0 15px;
	width: calc(25% - 30px);
}

.work-process-content h5 {
	color: #ffffff;
	margin-bottom: 15px
}

.work-process-icon-wrap {
	background: #212220;
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
}

@media screen and (max-width: 991px) {
	.single-work-process {
		width: calc(50% - 30px);
	}
	.work-process-divider {
		width: calc(100% - 145px);
	}
	.single-work-process:nth-child(2n) .work-process-divider {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.single-work-process {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
	.work-process-divider {
		display: none;
	}
}

.work-process-divider {
	background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.single-work-process .work-process-divider {
	position: absolute;
	top: 40px;
	width: calc(100% - 130px);
	height: 1px;
	background-image: linear-gradient(90deg, #68BD45, #68BD45 40%, transparent 40%, transparent 100%);
	background-size: 12px 1px;
}

.single-work-process .work-process-divider:after {
	content: '>';
	font-family: 'themify';
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
}

.work-process-icon-wrap i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #68BD45;
	font-size: 22px
}

.work-process-icon-wrap .process-step {
	background: #3B3A3A;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
}

.single-work-process:last-child .work-process-divider {
	display: none !important;
}


/*================================================
07 - SCREENSHOTS CSS
================================================*/

.screenshots-area {
	background: #2A2A2A;
}

.screen-slider-content {
	position: relative
}

.screenshot-frame {
	background-image: url(../img/phone-frame2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 285px;
	height: 518px;
	position: absolute;
	top: -10px;
	left: calc(50% + 0.5px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	border-radius: 40px;
}

@media (min-width: 320px) and (max-width: 1200px) {
	.screenshot-frame {
		display: none;
	}
}

.screen-carousel .owl-item img {
	-webkit-transform: scale(.85);
	transform: scale(.85);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #ebebeb;
	border-radius: 30px
}

.screen-carousel .owl-item.active.center img {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.dot-indicator.owl-theme button.owl-dot span {
	display: inline-block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	background: #d8d8d8;
	border-radius: 50%;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	transition: 0.3s;
}

.dot-indicator.owl-theme button.owl-dot:focus {
	border: none;
	outline: none;
}

.dot-indicator.owl-theme button.owl-dot.active span {
	background: #68BD45;
	border: 2px solid transparent;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.screen-carousel.dot-indicator.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}


/*================================================
08 - PRICING CSS
================================================*/

.pricing-area {
	background: #3B3A3A
}

.pricing-panel {
	border-radius: 6px;
	padding: 40px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	position: relative;
}

.pricing-panel:hover {
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

.pricing-panel .pricing--heading h4 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 33px;
	text-transform: uppercase;
}

.pricing-panel .pricing--heading p {
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 35px;
	text-transform: capitalize;
}

.pricing-panel .pricing--heading span.currency {
	font-size: 18px;
}

.pricing-panel .pricing--heading .pricing--desc {
	color: #e0e0e0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}

.pricing-panel .pricing--body {
	text-align: center;
}

.pricing-panel.pricing-active,
.pricing-panel:hover {
	background-color: #222222;
}

.pricing-panel.pricing-active .pricing--heading .pricing--desc,
.pricing-panel.pricing-active .pricing--heading h4,
.pricing-panel:hover .pricing--heading .pricing--desc,
.pricing-panel:hover .pricing--heading h4 {
	color: #999999;
}

.pricing-panel.pricing-active .pricing--heading p,
.pricing-panel:hover .pricing--heading p {
	color: #68BD45;
}

.pricing-panel .btn {
	border-radius: 4px;
}

.pricing-panel:hover .btn--white {
	background-color: #222222;
	border-color: #363636;
	color: #ffffff;
}

.btn-getstart {
	border: 1px solid #68BD45;
	color: #fff;
}

.btn-getstart:hover,
.btn-getstart:focus {
	border: 1px dotted #68BD45;
	color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.price-table {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pricing-panel {
		padding: 20px;
	}
}


/*================================================
09 - TEAM CSS
================================================*/

.team-area {
	background: #3B3A3A;
}

.team-member {
	position: relative;
	margin-bottom: 60px;
}

.team-member .inner-box {
	position: relative;
	overflow: hidden;
}

.team-member .inner-box .image-box {
	position: relative;
}

.team-member .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.team-member .inner-box .overlay-box {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 13px 30px;
}

.team-member .inner-box .overlay-box .user-info {
	position: relative;
}

.team-member .inner-box .overlay-box .user-info .text {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Courgette', cursive;
}

.team-member .inner-box .overlay-box .user-info h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.team-member .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	border-bottom: 88px solid #68BD45;
	border-right: 372px solid transparent;
}

.team-member .inner-box .overlay-box:after {
	position: absolute;
	content: '';
	right: -100%;
	bottom: 0px;
	border-bottom: 88px solid #000;
	border-left: 240px solid transparent;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.team-member .inner-box .overlay-box .social-icon-team {
	position: absolute;
	right: 30px;
	bottom: 12px;
	z-index: 99;
	opacity: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.team-member .inner-box:hover .overlay-box:after {
	right: 0px;
}

.team-member .inner-box:hover .social-icon-team {
	opacity: 1;
}

.social-icon-team {
	position: relative;
}

.social-icon-team li {
	position: relative;
	margin-left: 12px;
	display: inline-block;
}

.social-icon-team li a {
	color: #ffffff;
	font-size: 14px;
}


/*================================================
10 - COUNTER CSS
==================================================*/

.counter-area:before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.counter-area {
	background: url(../img/counter-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: auto;
	position: relative
}

.signle-counter p {
	color: #fff;
}

.signle-counter i.fa {
	font-size: 20px;
	color: #68BD45;
}


/*================================================
11 - BLOG CSS
================================================*/

.blog-area {
	background: #2A2A2A;
}

.blog-left-heading h2 {
	font-weight: 300;
	margin-bottom: 10px;
}

.blog-left a {
	margin-top: 15px
}

.blog-wrap .blog-left .btn-primary,
.blog-wrap .blog-left .btn-info {
	margin-top: 25px;
}

.blog-content {
	background: #222220;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	padding: 20px;
	border-radius: 4px;
}

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

.blog-content a {
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #68BD45;
}

.blog-content a:hover {
	color: #68BD45;
	text-decoration: none;
}

.blog-content a i {
	transition: all .5s ease;
	margin-left: 4px;
}

.blog-content a:hover i {
	padding-left: 10px;
}

.blog-content .user {
	margin-top: 15px;
	padding: 10px 15px 0;
	border-top: 1px solid #ebebeb;
}

.blog-content .user p {
	font-size: 12px;
}

.blog-content .user img {
	height: 30px;
	width: 30px;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
}

.blog_bg:before,
.blog_bg:after {
	border-radius: 3px;
	box-sizing: border-box;
}

.blog_bg:before {
	background-color: #3B3A3A !important;
	box-sizing: border-box;
}

.blog_bg .title,
.blog_bg:after {
	background-color: #68BD45 !important;
	box-sizing: border-box;
}

.blog_border:hover {
	-webkit-transform: translate(-5px, -5px);
	transform: translate(-5px, -5px);
}

.blog_border:hover:before {
	-webkit-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}

.blog_border:hover:after {
	-webkit-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}

.blog_border {
	position: relative;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	will-change: transform;
}

.blog_border:before,
.blog_border:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	will-change: transform;
}

.blog_border:before {
	z-index: -1;
}

.blog_border:after {
	z-index: -2;
}


/*================================================
12 - DOWNLOAD CSS
================================================*/

.download-area {
	background: #3B3A3A;
	position: relative;
	background-size: cover;
	z-index: 1;
}

.download-heading {
	width: 50%;
	margin: 0 auto;
	color: #ccc;
}

.download-heading-1 {
	width: 50%;
	margin: 0 auto;
}

.download-heading h2,
.color-white {
	color: #fff;
}

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

.download-info a {
	text-decoration: none;
	color: #68BD45;
}

.download-btn i {
	font-size: 50px;
	line-height: 50px;
	display: block;
}

.download-btn small {
	font-size: 13px;
}

.download-btn {
	background: #212220;
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
	padding: 40px 20px;
	display: block;
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.download-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #68BD45;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.download-btn:hover,
.download-btn:focus,
.download-btn:active {
	color: white;
}

.download-btn:hover:before,
.download-btn:focus:before,
.download-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*================================================
13 - CONTACT CSS
================================================*/

.contact_area {
	background: #2A2A2A
}

.contact_area .info {
	padding-top: 5px;
}

.contact_area .info .item {
	overflow-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 0px;
}

.contact_area .info .item .cont h6 {
	color: #68BD45;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.form-control {
	color: #fff;
	width: 100%;
	padding: 15px;
	border: 0;
	background: #222220 !important;
	border-radius: 10px;
}

.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-mos-box-shadow: none;
	border-color: #68BD45;
	transition: all 1s;
	-webkit-transition: all 1s;
	-mos-transition: all 1s;
}

.contact_area .form textarea {
	height: 160px;
	max-height: 160px;
	max-width: 100%;
	border-radius: 10px;
}


/*================================================
14 - FOOTER CSS
================================================*/

footer {
	background: #3B3A3A;
	padding: 30px 0;
}

footer p {
	color: #999;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/*================================================
15 - PRELOADER CSS
================================================*/

#preloader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.preloader {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

.preloader:before {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	content: "";
	position: absolute;
	background: #68BD45;
	animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0.0, 0.2, 1);
}

.preloader:after {
	width: 15px;
	height: 15px;
	left: 15%;
	border-radius: 50%;
	background: #68BD45;
	content: "";
	position: absolute;
	background: #;
	animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0.0, 0.2, 1);
}

@keyframes preloader_before {
	0% {
		transform: translateX(0px) rotate(0deg)
	}
	50% {
		transform: translateX(50px) scale(1.5) rotate(164deg);
		background: #6c757d;
		border-radius: 0;
	}
	100% {
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes preloader_after {
	0% {
		transform: translateX(0px) rotate(0deg);
	}
	50% {
		transform: translateX(-50px) scale(1.5) rotate(-164deg);
		background: #000;
		border-radius: 0;
	}
	100% {
		transform: translateX(0px)
	}
}

