/*******************************************************
    Template Name    : Aeren - App Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.Partner Logo Section Style
    06.About Section Style
    07.Choose Section Style
    08.Features Overview Section Style
    09.How it Works Section Style
    10.Video Section Style
    11.Screenshort Section Style
    12.Pricing Section Style
    13.Testimonial Section Style
    14.Faq Section Style
    15.App Download Section Style
    16.Counter Section Style
    17.Contact Section Style
    18.Google Map Section Style
    19.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

body {
	background: #ffffff;
	color: #333;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Hind', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}
a {
	color: #74c947;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
img {
	max-width: 100%;
}
a:hover {
	color: #74c947;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
	color: #74c947;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #555;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0px;
	font-family: 'Hind', sans-serif;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative!important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #74c947;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	font-weight: 600;
	border: 0;
	border-radius: 30px;
	color: #fff;
	background: #74c947;
	transition: all 500ms ease;
	cursor: pointer;
	margin-top: 25px;
	overflow: hidden;
}


.button:hover, .button:focus, .button:active {
	color: #fff;
	background: #ff561d;
}

.bg-gray {
	background-color: #f6f7fa;
}
.bg-none {
	background: none !important;
}
.color-text {
	color: #74c947;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bulleted-list li {
	color: #555;
    padding-bottom: 5px;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 500;
}
.bulleted-list li:last-child {
    padding-bottom: 0px;
}

.mr-15 {
	margin-right: 15px;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 100px 0;
}

.section-title {
	position: relative;
	text-align: center;
	margin-bottom: 75px;
}

.small-title {
	color: #74c947;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	line-height: 1.3;
	color: #333;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-0 {
	margin: 0;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #74c947;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}
.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ff561d;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}
.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #02050b;
}
[data-overlay-light]:before {
	background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}
[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #74c947 !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #74c947;
	box-shadow: 0 1px 5px #74c947;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #74c947;
	transition: .3s;
}

/**************************************
 * 02.Preloader Area Style
 *************************************/

#preloader {
    position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
}

#preloader .line {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  border-bottom: 2px solid #74c947;
}

#preloader .line:nth-child(1) {
  width: 25px;
  height: 25px;
  animation: circle-anim 600ms linear infinite;
}

#preloader .line:nth-child(2) {
  width: 50px;
  height: 50px;
  animation: circle-anim 800ms linear infinite;
}

#preloader .line:nth-child(3) {
  width: 75px;
  height: 75px;
  animation: circle-anim 1000ms linear infinite;
}

#preloader .line:nth-child(4) {
  width: 100px;
  height: 100px;
  animation: circle-anim 1200ms linear infinite;
}

@keyframes circle-anim {
  to {
    transform: rotate(360deg);
  }
}

/**************************************
 * 03.Navber Area Style
 *************************************/

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.main-index-nav.navbar-b.navbar-trans .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link {
	color: #333;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-family: 'Hind', sans-serif;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}
.main-index-nav.navbar-b.navbar-trans .nav-link:hover {
	color: #333;
}
.main-index-nav.navbar-b.navbar-trans .show > .nav-link,
.main-index-nav.navbar-b.navbar-trans .active > .nav-link,
.main-index-nav.navbar-b.navbar-trans .nav-link.show,
.main-index-nav.navbar-b.navbar-trans .nav-link.active {
	color: #333;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}
.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.navbar-b.navbar-reduce .nav-link {
	color: #555;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050;
}
.main-index-nav.navbar-b.navbar-reduce .show > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .active > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link.show,
.main-index-nav.navbar-b.navbar-reduce .nav-link.active {
	color: #333;
}
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #555;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #333;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #74c947;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #74c947;
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-b .black-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}

/**************************************
 * 04.Home Section Style
 *************************************/

.home-area {
	position: relative;
	z-index: 1;
	background: #17a77b;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #17a77b, #74c947);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right,#17a77b,#74c947); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding-top: 130px;
	padding-bottom: 40px;
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-content-image {
    padding-top: 30px;
    text-align: center;
}

.home-area .home-content {
    text-align: left;
	padding-top: 100px;
}
.home-area .home-content h1 {
	font-size: 45px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.5;
}
.home-area .home-content p {
	font-size: 16px;
	color: #ffffff;
}
.home-area .home-btn-1 {
	margin-right: 15px;
}
.home-content .home-btn-1:hover {
	color: #555;
	background: #fff;
}

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

/**************************************
 * 05.Partner Logo Section Style
 *************************************/

.partner-area {
    padding-bottom: 30px;
}
.partner-area .section-title {
    margin-bottom: 50px;
}
.partner-item {
    padding: 5px 20px;
    margin: 5px 15px;
}
.partner-area .partner-carousel img {
	opacity: .6;
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
}

.partner-area .partner-carousel img:hover {
	opacity: 1;
	cursor: pointer;
}

/**************************************
 * 06.About Section Style
 *************************************/

.about-area {
	position: relative;
	z-index: 1;
	background-color: #f6f7fa;
    background: linear-gradient(0deg, #f6f7fa, transparent);
}

.about-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-content-text p {
	margin-bottom: 20px;
}

.about-image {
	position: relative;
	text-align: center;
}
.about-image img {
	border-radius: 3px;
}

/**************************************
 * 07.Choose Us Section Style
 *************************************/

.choose-area {
	padding: 30px 0;
}
.choose-images {
	position: relative;
	text-align: center;
}

.choose-content-info h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.choose-feature-box {
    margin-top: 25px;
}

.choose-single-feature {
	position: relative;
    padding: 0;
    margin-bottom: 30px;
}

.choose-single-feature:last-child {
	margin-bottom: 0px;
}
.choose-features-icon {
    position: absolute;
    z-index: 1;
	left: 0;
	top: 3px;
    text-align: center;
    border: 0;
}

.choose-features-icon i {
    color: #ff561d;
    font-size: 35px;
    display: inline-block;
}

.choose-features-info {
    padding-left: 55px;
}

.choose-features-info p {
    margin: 0;
}

.choose-features-info h3 {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 10px;
}

.choose-single-feature .color-icon-1 i {
    color: #70d000;
}

.choose-single-feature .color-icon-2 i {
    color: #7e46e2;
}

.choose-single-feature .color-icon-3 i {
    color: #2196f3;
}

/**************************************
 * 08. Feature Overview Section Style
 *************************************/

.feature-overview-area {
	position: relative;
    z-index: 1;
	background-color: #f6f7fa;
    background: linear-gradient(180deg,#f6f7fa,transparent);
}

.feature-overview-img {
	text-align: center;
}

.feature-overview-content {
}

.feature-overview-content h2 {
	font-weight: 700;
	font-size: 38px;
	color: #333333;
	margin-bottom: 20px;
}

.feature-overview-content p {
	margin-bottom: 15px;
}

/**************************************
 * 09.How it Works Section Style
 *************************************/

.process-area {
}

.process-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.single-process-item {
	padding: 30px 30px;
    border-radius: 3px;
    text-align: left;
    margin-top: 30px;
    background-color: #fff;
    transition: all .3s ease;
    will-change: transform;
}

.single-process-item:hover {
    background-color: #fff;
    transform: translate(0, -7px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.process-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.process-icon i {
    color: #fff;
    font-size: 40px;
}

.process-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-process-item .color-icon-1 i {
    color: #70d000;
}

.single-process-item .color-icon-2 i {
    color: #ffaa00;
}

.single-process-item .color-icon-3 i {
    color: #fd2870;
}

/**************************************
 * 10. Video Section Style
 *************************************/

.video-area {
}
.video-content {
	position: relative;
	z-index: 1;
    padding: 170px 0;
	text-align: center;
    border-radius: 3px;
    background: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 1px 15px 0 rgba(113, 87, 228, 0.08);
    box-shadow: 0 1px 15px 0 rgba(113, 87, 228, 0.08);
}
.video-content:after {
	position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    z-index: -1;
    border-radius: 3px;
	background: #000;
}


.video-content .popup-video img {
    width: 80px;
    display: inline-block;
}

/**************************************
 * 11.Screenshort Section Style
 *************************************/

 .screenshort-area {
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
	background-color: #f6f7fa;
    background: linear-gradient(180deg,#f6f7fa,transparent);
}

.screenshort-slide-content .screenshort-item img {
    margin: 10px 0px;
    background: #ffffff;
	border-radius: 3px;
	border: 1px solid #f1f1f1;
}

/**************************************
 * 11.Pricing Section Style
 *************************************/

.price-area {
	position: relative;
	z-index: 1;
	text-align: center;
}
.tab-content .fade {
	transition: opacity 0.5s linear !important;
}
.pricing-nav {
	background: #fff;
	margin: 0px 0 45px;
	border: 1px solid #74c947;
	border-radius: 0;
}
.pricing-nav.pricing-nav-2 {
	border: 1px solid #FE2A5C;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link {
	color: #FE2A5C;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link:after {
	background: #FE2A5C;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link.nav-link-2:before {
	border: 1px solid #FE2A5C;
}
.pricing-nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #74c947;
	background: transparent;
	padding: 13px 41px 12px 26px;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 11;
}
.pricing-nav .nav-item .nav-link:after {
	content: "";
	position: absolute;
	background: #74c947;
	height: 100%;
	width: 100%;
	top: 0;
	left: 120px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in;
	z-index: -1;
	border-radius: 0;
}
.pricing-nav .nav-item .nav-link.nav-link-2 {
	padding: 13px 26px 12px 41px;
}
.pricing-nav .nav-item .nav-link.nav-link-2:before {
	content: "";
	position: absolute;
	z-index: 90;
	background: #fff;
	height: 45px;
	width: 45px;
	border: 0;
	border-radius: 50%;
	top: 0;
	right: 50%;
	margin-right: 36px;
}
.pricing-nav .nav-item .nav-link.nav-link-2:after {
	left: -120px;
	border-radius: 0;
}
.pricing-nav .nav-item .nav-link.nav-link-2.active:after {
	left: 0;
}
.pricing-nav .nav-item .nav-link.active {
	color: #fff;
}
.pricing-nav .nav-item .nav-link.active:after {
	opacity: 1;
	left: 0;
	visibility: visible;
}

.single-price-wrap.middle-price {
	border-top: 3px solid #74c947;
}
.single-price-wrap {
	background: #ffffff;
	border-radius: 3px;
	padding: 35px 30px 45px;
	transition: all 0.3s ease-in;
	margin-top: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}
.single-price-wrap .pricing-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
.single-price-wrap .pricing-cost {
	font-size: 30px;
	font-weight: 700;
	color: #74c947;
	margin-bottom: 20px;
}
.single-price-wrap .pricing-cost span {
	font-size: 16px;
	color: #555;
}
.single-price-wrap .pricing-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.single-price-wrap .pricing-list li {
	font-size: 16px;
	font-weight: 500;
	color: #555;
	line-height: 20px;
	margin-bottom: 16px;
}
.single-price-wrap .pricing-list li:last-child {
	margin-bottom: 0px;
}

/**************************************
 * 13.Testimonial Section Style
 *************************************/

.testimonial-area {
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
	background-color: #f6f7fa;
    background: linear-gradient(180deg,#f6f7fa,transparent);
}

.testimonial-area .owl-stage-outer {
	margin: 0 -8px;
	padding-left: 8px;
	padding-top: .35rem;
}
.single-testimonial {
	margin-bottom: 20px;
}
.testimonial-content-inner .testimonial-text {
	position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 30px 25px;
    text-align: left;
	-webkit-box-shadow: 0 2px 5px rgba(0, 9, 128, 0.05), 0 10px 10px rgba(0, 9, 128, 0.04);
	box-shadow: 0 2px 5px rgba(0, 9, 128, 0.05), 0 10px 10px rgba(0, 9, 128, 0.04);
}
.testimonial-content-inner .testimonial-text p {
}

.testimonial-content-inner .testimonial-text .rating-box {
	margin-bottom: 10px;
}
.rating-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.rating-box ul li i {
	color: #ffce39;
	font-size: 16px;
}
.testimonial-content-inner .author-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
	margin-top: 15px;
}
.testimonial-content-inner .author-info-box .author-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 75px;
    margin: 0 auto;
	-webkit-box-shadow: 0 2px 15px rgba(218, 225, 232, 0.5);
	box-shadow: 0 2px 15px rgba(218, 225, 232, 0.5);
}
.testimonial-content-inner .author-info-box .author-img {
	margin-right: 18px;
}
.testimonial-content-inner .author-info-box h3 {
	font-size: 18px;
	font-weight: 700;
}

.testimonial-content-inner .author-info-box span {
	font-size: 16px;
}

/**************************************
 * 14.Faq Section Style
 *************************************/

.faq-area {
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
    border-radius: 0;
	margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 20px;
    color: #333;
    position: relative;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    display: block;
    border: none;
    padding-left: 0;
    padding-right: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 16px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

/**************************************
 * 15.App Downloade Section Style
 *************************************/

.download-area {
	position: relative;
	z-index: 1;
}

.download-area .row {
	position: relative;
	z-index: 1;
}


.download-content {
	margin: 50px 0;
}

.download-content span {
    color: #74c947;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.download-content h2 {
    font-size: 38px;
    font-weight: 700;
	margin-bottom: 20px;
}

.download-content .download-btn {
	margin-top: 25px;
}
.download-content .download-btn .app-link-btn-1 {
	display: inline-block;
	margin-right: 10px;
}

.download-content .download-btn a:hover {
	opacity: .8;
}

.download-img img {
    margin-bottom: -10px;
}

/**************************************
 * 16.Counter Section Style
 *************************************/

.counter-area {
	position: relative;
	z-index: 1;
	text-align: center;
	background: #17a77b;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #17a77b, #74c947);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right,#17a77b,#74c947); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.counter-area .section-title h5 {
	color: #ffffff;
}
.counter-area .section-title h2 {
	color: #fff;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

/**************************************
 * 17. Contact Section Style
 *************************************/

.contact-area {
	
}
.contact-form-shadow {
    padding: 60px 50px;
	border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.3);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.3);
}

.contact-area .form input,
.contact-area .form textarea {
	color: #333;
	width: 100%;
	padding: 12px 20px;
	border: 0;
	height: 55px;
	background-color: #f2f2f2;
	font-weight: 500;
	border-radius: 0;
}
.contact-area .form textarea {
	max-height: 320px;
	height: auto;
}
#contact-form .button {
	margin: 0;
}
.form-group {
	margin-bottom: 25px;
}
button,
input,
textarea {
	color: #505050;
}
button,
input,
textarea:focus {
	border: none;
	outline: none;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #333;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #333;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #333;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 18.Google Map Section Style
 *************************************/

.map-area {
    display: block;
}

.map-area #contact-map{
    position: relative;
    width: 100%;
    height: 500px;
	border: 0;
	margin-bottom: -10px;
}

/**************************************
 * 19.Footer Section Style
 *************************************/

.footer-top-wrapper {
	background-color: #282a2d
}
.footer-bottom-wrapper {
	padding: 30px 0;
	background-color: #1e1f21;
}
.footer-about .footer-logo {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}
.footer-about p {
	color: #fff;
}
.pl-50 {
	padding-left: 50px;
}
.pr-50 {
	padding-right: 50px;
}
.footer-list h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
}
.footer-list ul li a {
	display: inline-block;
	color: #dadada;
	padding: 7px 0;
	font-weight: 400;
}
.footer-list ul li a:hover {
	color: #74c947;
}
.footer-social-icon {
	margin-top: 20px;
}
.footer-social-icon li {
	display: inline-block;
	margin-right: 10px;
}
.footer-social-icon li a {
	color: #fff;
	background: #1e1f21;
	border-radius: 30px;
	width: 40px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social-icon li a:hover {
	color: #74c947;
	background: #fff;
}
.footer-list .input-box {
	padding-top: 10px;
}
.footer-list .input-box input {
	width: 100%;
	line-height: 50px;
	background: #1e1f21;
	border-radius: 0px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	border: 0;
	padding-left: 20px;
	margin-bottom: 10px;
}
.footer-list .input-box input::-webkit-input-placeholder {
	/* Edge */
	color: #dadada;
}
.footer-list .input-box input:-ms-input-placeholder {
	/* Internet Explorer */
	color: #dadada;
}
.footer-list .input-box input::placeholder {
	color: #dadada;
}
.footer-list .input-box button {
	width: 100%;
	border: 0;
	margin-top: 5px;
	background: #74c947;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 48px;
	border-radius: 0px;
}
.footer-list .input-box button i {
	font-size: 16px;
	padding-left: 5px;
}
.footer-copyright-text p {
	color: #fff;
}