/**
 -------------------------------------------------------
 Template Name: Lemon- Business Landing Page Tamplate
 Version      : 1.0
 -------------------------------------------------------
 **/
 
/**
 * -------------------------------------------------------
 * 01. GENERALES STYLES
 * -------------------------------------------------------
 **/

body {
	background: #ffffff;
	color: #595959;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	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: 'Poppins', sans-serif;
	font-weight: normal;
}

.h3, h3 {
	font-size: 15px;
}

a {
	color: #377F8E;
	text-decoration: none !important;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: #377F8E;
	-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;
}

a:hover, a:focus {
	color: #377F8E;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #656565;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #377F8E;
}

.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

.button {
	display: inline-block;
	padding: 8px 40px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	border: 2px solid #fff;
	border-radius: 30px;
	background: transparent;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	letter-spacing: 1px;
	line-height: 25px;
}

.button.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.button.active {
	background-color: #fff;
	color: #000 !important;
	border: 2px solid #fff;
}

.button.active:hover {
	background-color: transparent;
	color: #fff !important;
	border: 2px solid #fff;
}

.button:focus {
	outline: 0;
	box-shadow: none;
}

.button:hover {
	background-color: #fff;
	color: #000 !important;
	border: 2px solid #fff;
	transition: all 500ms ease;
}

.color-btn-2 {
	padding: 9px 50px;
	border: 2px solid #377F8E;
	border-radius: 30px;
	background: #377F8E;
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 13px;
	display: inline-block;
}

.color-btn-2:hover {
	border: 2px solid #377F8E;
	background: transparent;
	color: #000;
}

.active-color-btn:hover {
	border: 2px solid #377F8E;
	background: transparent;
	color: #fff !important;
}

.dark-btn {
	color: #fff;
	background: #377F8E;
	padding: 9px 45px;
	border: 2px solid #377F8E;
	letter-spacing: 0.5px;
	font-size: 13px;
	display: inline-block;
	transition: all 0.3s;
}

.dark-btn:hover {
	color: #000;
	background: transparent;
	border: 2px solid #377F8E;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mr-10 {
	margin-right: 10px;
}

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 35px;
}

.section-title h2 {
	letter-spacing: 0.5px;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	font-size: 27px;
	line-height: 38px;
	color: #545454;
	display: inline-block;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.owl-theme .owl-dots {
	text-align: center;
	margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background: #000;
	border: 0px solid #377F8E;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #377F8E;
}

.owl-dot {
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.owl-dot.active {
	position: relative;
	bottom: -1px;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: transparent;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
}

.back-to-top {
	position: fixed;
	display: none;
	background: #377F8E;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	right: 20px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
	border-radius: 15px;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
/* ============================================================== 
     # Preloader 
=================================================================== */
.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../img/icon/preloader.svg);
}

/**
 * -------------------------------------------------------
 * 01. NAVBER STYLES
 * -------------------------------------------------------
 **/

.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;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-family: 'Open Sans', 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: #377F8E;
}

.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;
}

.navbar-b.navbar-reduce .nav-link {
	color: #585858;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #377F8E;
}

.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: #000;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #545454;
}

.navbar-b.navbar-reduce .navbar-brand span {
	color: #377F8E;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
}

.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: #377F8E;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #377F8E;
}

.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;
}
/**
 * -------------------------------------------------------
 * 01. Home Section
 * -------------------------------------------------------
 **/

.intro {
	height: 100vh;
	position: relative;
	text-align: left;
	background: url(../img/bgpalma.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.intro:after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	z-index: -1;
	background: rgba(0, 0, 0, 0.6);
}

.header-text h1 {
	font-size: 45px;
	color: #fff;
	margin: 10px 0;
	/*text-transform: capitalize;*/
	font-weight: 700;
}

.header-text p {
	margin-bottom: 25px;
	color: #fff;
	font-size: 16px;
}
/**
 * -------------------------------------------------------
 * 02. About Section
 * -------------------------------------------------------
 **/

 
/**
 * -------------------------------------------------------
 * 03. Counter Section
 * -------------------------------------------------------
 **/
.counter-area {
	background-color: #f7f7f7;
	padding: 80px 0;
}

.counter-single-item {
	text-align: center;
}

.item-text {
	display: inline-block;
}

.item-text span {
	vertical-align: middle;
	font-size: 32px;
}

.item-text span:first-child {
	margin-right: 15px;
}

.item-text span {
	display: inline-block;
	color: #595959;
	font-size: 35px;
	font-weight: 300;
}

.item-heading {
	margin-top: 25px;
}

.item-heading h3 {
	color: #656565;
	font-size: 14px;
}
/**
 * -------------------------------------------------------
 * 04. Skill bars
 * -------------------------------------------------------
 **/
 
.skill-area h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 22px;
}

.chartbox {
	margin-bottom: 20px;
}

.chartbox .chartbox-desc {
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
}

.chartbox .chartbox-bar {
	width: 100%;
	height: 3px;
	background-color: #e5e5e5;
	position: relative;
}

.chartbox .chartbox-bar .chartbox-bar-progress {
	background-color: #5b90b7;
	height: 100%;
	width: 50%;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.chartbox .chartbox-bar .chartbox-bar-progress:after {
	content: attr(data-progress);
	display: inline-block;
	position: absolute;
	right: 0;
	top: -25px;
	font-size: 13px;
}
 
/**
 * -------------------------------------------------------
 * 05. Services Section
 * -------------------------------------------------------
 **/
.services-area {
	background: #f7f7f7;
}

.services-item {
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #ececec;
	padding: 30px 25px;
}

.services-item .services-icon {
	font-size: 40px;
	margin-bottom: 20px;
}

.services-item .services-title {
	margin-bottom: 25px;
	font-size: 18px;
}

.margin-service {
	margin-top: 15px;
}
/**
 * -------------------------------------------------------
 * 06. Portfolio Section
 * -------------------------------------------------------
 **/
.portfolio-area  .item-img {
	position: relative;
	overflow: hidden;
}

.full-width {
	width: 100% !important;
}

.filtering {
	margin-bottom: 30px;
}

.portfolio-area .filtering span {
	margin-right: 30px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

.portfolio-area .filtering span.active {
	border-bottom: 1px solid #FFC107;
}

.portfolio-area .items {
	padding: 0;
}

.portfolio-area .item-img-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: rgba(255, 255, 255, 0.95);
	color: #35424C;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 2;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.item-img:hover .item-img-overlay {
	opacity: 1;
	transform: translateY(0);
}

.portfolio-area .item-img-overlay a {
	font-size: 30px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/**
 * -------------------------------------------------------
 * 07. Hire Section
 * -------------------------------------------------------
 **/
.hire-area {
	background: #f7f7f7;
}

.color-btn {
	border: 2px solid orange;
	color: orange;
	padding: 8px 55px;
}

.color-btn:hover {
	color: #fff !important;
	background: orange;
	border: 2px solid orange;
}

.hire-area .color-btn {
	margin-top: 25px;
}

.hire-area h4 {
	margin-bottom: 15px;
}

/**
 * -------------------------------------------------------
 * 08. Testimonial Section
 * -------------------------------------------------------
 **/

.testimonial-area {
}

.testimonials-items {
	background: #fbfbfb none repeat scroll 0 0;
	padding: 35px 30px 30px;
	position: relative;
	z-index: 1;
}

.testimonials-items img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 100px;
	width: 100px;
}

.testimonials-items .quote {
	background: #377F8E none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	content: "";
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}

.testimonials-items .quote::after {
	content: ",,";
	font-family: "Times New Roman";
	font-size: 80px;
	left: 10px;
	letter-spacing: -7px;
	position: absolute;
	top: -15px;
}

.testimonial-area .citem p {
	font-size: 15px;
	word-spacing: 2px;
	margin-bottom: 15px;
	color: #000;
	padding: 0 60px;
}

.testimonial-area .citem h5 {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}

.testimonial-area .citem span {
	font-size: 13px;
	margin-bottom: 10px;
	color: #000;
	overflow: hidden;
	display: block;
}

.citem {
	text-align: center;
	margin-top: 25px;
}

.citem .clon img {
	border: none;
	height: 50px;
}

.citem img {
	width: auto !important;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 100%;
	margin-top: 20px;
	border: 4px solid #0000004a;
	border-left-color: #2aafc0;
	border-bottom-color: #377F8E;
	border-right-color: #2aafc0;
	border-top-color: #377F8E;
	padding: 5px;
}
/**
 * -------------------------------------------------------
 * 09. Client-logo Section
 * -------------------------------------------------------
 **/
.client-area {
	padding: 80px 0;
	background: #f7f7f7;
}

.client-area h3 {
	color: #fff;
}

.client-area h2 {
	color: #fff;
}

.client-area img {
	opacity: .8;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.client-area img:hover {
	opacity: 1;
}

/**
 * -------------------------------------------------------
 * 10. price-area Section
 * -------------------------------------------------------
 **/

.nav-ia {
    margin-top: 20px;
}

a.nav-link {
    color: #383838;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #3b3b3b !important;
}

.nav-pills .nav-link {
    border-radius: 5px;
}

li.nav-item.planos {
    border: 1px solid #dadada;
    border-radius: 5px;
}

.price-area .active-plano {
	-webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
	background-color: #222;
	background: -webkit-gradient(linear, left top, right bottom, from(#222), to(#555));
	background: linear-gradient(to right bottom, #222, #555);
	color: #fff;
}

.price-area .item {
	padding: 50px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.price-area .value {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.price-area .value h3 span {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: -20px;
}

.price-area .type h4 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}

.price-area .value h3 {
	font-size: 50px;
	display: inline-block;
	position: relative;
	font-weight: 500;
}

.price-area .value:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}

.price-area .features {
	margin-bottom: 30px;
}

.price-area .active .features li {
	color: #999;
}

.price-area .features li {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
}

.old-price {
	text-decoration: line-through;
    	color: red;
    	font-size: 18px;
    	margin: 10px;
}


/**
 * -------------------------------------------------------
 * 11. Blog Section
 * -------------------------------------------------------
 **/

.blog-area {
	background: #f7f7f7;
}

.blog-area .post-img {
	position: relative;
	overflow: hidden;
}

.blog-area .post-img a {
	display: block;
}

.blog-area .post-img img {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.blog-area .post-img img:hover {
	transform: scale(1.1,1.1);
}

.blog-area .post-cont {
	padding: 30px;
	background-color: #fff;
}

.blog-area .post-cont h5 a {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #000;
    display: block;
}

.blog-area .post-cont .info {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.blog-area .post-cont .info a {
	font-size: 12px;
	color: #999;
}

.blog-area .post-cont .info a:last-of-type {
	float: right;
}


/**
 * -------------------------------------------------------
 * 11. Contact Section
 * -------------------------------------------------------
 **/
 
#contact {
	height: auto;
	width: 100%;
	background: #f7f7f7;
}

.form-control {
	height: 42px;
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 35px;
	letter-spacing: 1px;
	font-size: 13px;
	border-radius: 0;
}
/**
 * -------------------------------------------------------
 * 12. Footer Section
 * -------------------------------------------------------
 **/
.footer {
	background: #f7f7f7;
}

footer .footer-top {
	overflow: hidden;
	padding: 70px 0;
}

footer .f-item h4 {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-size: 20px;
}

footer .f-item img {
	margin-bottom: 30px;
}

footer.bg-dark .f-item h4 {
	color: #ffffff;
}

footer .f-item.link li {
	margin-bottom: 15px;
}

footer .f-item.link li a {
	color: #666666;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

footer .f-item.link li a:hover {
	color: #377F8E;
}

footer .f-item.link li:last-child {
	margin: 0;
}

footer p a {
	color: #377F8E;
	font-weight: 600;
}

footer .address li span {
	display: block;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

footer .address li {
	margin-bottom: 15px;
}

footer .address li:last-child {
	margin-bottom: 0;
}

footer .social li {
	display: inline-block;
	margin: 0;
}

footer .social li a {
	border: 1px solid #dadada;
	color: #377F8E;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
	border-radius: 30px;
}

footer .social li a:hover {
	color: #fff;
	background: #377F8E;
}

footer .social {
	margin-top: 20px;
}

footer form .input-group input {
	border: 1px solid #f4f4f4;
	border-radius: inherit;
	box-shadow: inherit;
	margin-top: 20px;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

footer form .input-group button {
	background: #377F8E none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 15px;
	padding: 10px 25px;
	text-transform: uppercase;
	width: 100%;
}

footer form .input-group button i {
	font-weight: 500;
	margin-right: 8px;
}

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid #bbb8b8;
	padding: 25px 0;
}

.footer-bottom.bg-theme-small {
	border-top: medium none;
}

.footer-bottom li {
	display: inline-block;
}

.footer-bottom li a {
	display: inline-block;
	margin-left: 15px;
	color: #656565;
}

.footer-bottom li a:hover {
	color: #377F8E;
}