@charset "utf-8";
/* CSS Document */


/*
 *Wealth - Handyman landing page template
 *Author : Jitu chauhan
 *
*/

/*--------------------------------
	  		General
--------------------------------*/
body {
	font-family: 'Lato', sans-serif;
	color: #7a7878;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	color: #191919;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	margin-top: 0px;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing:-1px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
p {
	color: #7a7878;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	line-height: 28px;
}
ul, ol {
	margin-bottom: 30px;
	padding-left: 0px;
}
ul li, ol li {
	font-size: 1.4em;
	color: #006d9a;
	margin-bottom: 16px;
	list-style: none;
	text-align:center;
}
a {
	color: #006d9a;
}
a:hover, a:focus {
	color: #7a7878;
	text-decoration: none;
}
/**************** Button ******************/
.lp-btn-default {
	border-color: #191919;
	background-color: #191919;
	border-radius: 2px;
	color: #bababa;
	padding: 7px 12px;
	font-size: 11px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 700;
}
.lp-btn-default:hover {
	background-color: #006d9a;
	border-color: #006d9a;
	color: #fff;
}
.lp-btn-primary {
	border-color: #006d9a;
	background-color: #006d9a;
	color: #fff;
	font-weight: 700;
	padding: 9px 45px;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2px;
}
.lp-btn-primary:hover {
	background-color: #191919;
	border-color: #191919;
	color: #fff;
}
/**************** Form ******************/
.form-box {
	background-color: #006d9a;
	padding : 40px;
	margin-bottom: 10px;
	border-radius: 4px;
}
.form-box h1 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 35px;
}
input.form-control {
	border: 0px;
	background-color: #fff;
	height: 45px;
	font-size: 15px;
	color: #a0a0a0;
	}
textarea.form-control {
	border: 0px;
	background-color: #fff;
	height: 60px;
	font-size: 15px;
	color: #a0a0a0;	
}
select.form-control {
	border: 0px;
	background-color: #fff;
	height: 45px;
	font-size: 15px;
	color: #a0a0a0;
}
textarea.form-control {
}
.lp-hero .form-box .lp-btn-default {
	background-color: #ff5000;
	    width: 100%;

	border:0px;
	font-size: 17px;
	padding: 10px 39px;
	color: #fff;
	margin-top: 20px;
}
.lp-hero .form-box .lp-btn-default:hover {
	background-color: #191919;
}

.lp-hero .form-box small {
	color: #fff;
	float: right;
	font-size: 13px;
	margin-bottom: 17px;
}
input.error {
	border: 2px solid red!important;
}
form.booking-form label.error, label.error {
	color: red;
}
/************** section class ******************/
.lp-section-container {
	padding: 40px 0px;
}
.lp-section-title {
	margin-bottom: 20px;
	text-align: center;
}
.lp-section-block {
	margin-bottom: 30px;
}
.lp-section-color {
	background-color: #f6f4f2;
}
.lp-white-box {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 40px 20px 10px 20px;
	border-radius: 2px;
}
/**************** font awesome css ********************/
.check li {
	position: relative;
}
.check li:before {
	font-size: 18px;
	margin-right: 10px;
	font-family: FontAwesome;
	top: 0;
	left: -5px;
	content: "\f00c";
}
/**************** Back to Top ***********************/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(3, 3, 5, 100) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s;
 -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
 -webkit-transition: opacity .3s 0s, visibility 0s 0s;
 -moz-transition: opacity .3s 0s, visibility 0s 0s;
 transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #cb2529;
	opacity: 1;
}
/*************** lp header  ****************/
#lp-hero {
}
.lp-hero {
	background: url(../images/header.jpg);
	background-position: center;
	-webkit-background-size: cover;
	min-height: 840px;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.lp-hero .hero-ctn {padding-top: 80px;}
.lp-header {
}
.lp-header .navbar-brand {
    padding: 8px 15px;
}
.lp-header .navbar-default {}
.lp-header .navbar-default  {
	background-color:#fff;
	color: #fff;
	font-size: 17px;
}
.lp-header .navbar-default .navbar-nav>.active>a, .lp-header .navbar-default .navbar-nav>.active>a:focus, .lp-header .navbar-default .navbar-nav>.active>a:hover {
        color: #ffffff;
    background-color: #006d9a;
    border-bottom: 2px solid #006d9a;
}
.lp-header .navbar-default .navbar-nav>li>a:focus, .lp-header .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.lp-header .navbar-nav>li {
    margin-bottom:0px;
}
.lp-header .navbar-default .navbar-nav>li>a {
	background-color: #006d9a;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.lp-header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #006d9a;
	 border: #006d9a;
}
.lp-header .navbar-default .navbar-toggle {
    border-color: #FFF;
}
.lp-header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*********** hero ***********/
.lp-hero .hero-caption {
}
.lp-hero .hero-caption ul {
	margin-bottom: 30px;
}
.lp-hero .hero-caption ul li {
	text-align:center;
	font-size: 22px;
	color: #006d9a;
}
.lp-hero .hero-caption ul li i {
	margin-right: 10px;
}
.lp-hero .hero-caption h1 {
	color: #006d9a;
	font-size: 44px;
	letter-spacing: -1px;
	font-weight: 700;
	text-align: left;
	line-height: 54px;
}
.lp-hero .navbar-brand {
	padding: 0px;
}
/*************** lp service  ****************/
#lp-service {
}
.lp-service {
}
.lp-service .lp-section-block {
}
.lp-service .lp-section-block .quality-service {
}
.lp-service .lp-section-block .quality-service .service-img {
}
.lp-service .lp-section-block .quality-service .service-info {
}
.lp-service .lp-section-block .quality-service .service-info h2 {
	font-size: 28px;
	color: #3a3735;
	font-weight: 700;
}
.lp-service .lp-section-block .quality-service .service-info p {
	margin-bottom: 22px;
	font-size: 16px;
	color: #7a7878;
}
.lp-service .lp-section-block .service-block {
}
.lp-service .lp-section-block .service-block .lp-white-box:hover {
	background-color: #006d9a;
}
.lp-service .lp-section-block .service-block .lp-white-box:hover h3 {
	color: #fff;
	margin-bottom: 25px;
}
.lp-service .lp-section-block .service-block .lp-white-box h3 {
	margin-bottom: 25px;
}
.lp-service .lp-section-block .service-block .lp-white-box p {
	margin-bottom: 0px;
}
.lp-service .lp-section-block .service-block .lp-white-box:hover p {
	color: #fff;
	margin-bottom: 0px;
}
#service .item {
	background-color: transparent;
	padding: 0px 0px 30px 0px;
	margin: 0px 10px 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}
#service .item .client {
}
#service .item .client .client-img {
	float: left;
	margin-right: 50px;
}
#service .item .client p.client-name {
	font-size: 29px;
	letter-spacing: -1px;
	font-family: 'Lato', cursive;
	color: #030305;
	padding-top: 50px;
}
#service .item .client p.client-name small {
	color: #d1222f;
	font-size: 15px;
}
/*************** lp features  ****************/
#lp-features {
}
.lp-features {
}
.lp-features .lp-section-block {
}
.lp-features .lp-section-block .lp-feature-img {
	margin-bottom: 75px;
}
.lp-features .lp-section-block .lp-feature-info .lead {
	font-size: 21px;
	color: #006d9a;
	line-height: 32px;
}
.lp-features .lp-section-block .lp-feature-info {
}
.lp-features .feature-block {
}
.lp-features .feature-block .icon-circle {
	background-color: #006d9a;
	height: 97px;
	width: 97px;
	line-height: 6.8;
	border-radius: 100%;
	text-align: center;
	margin: 0px auto 60px;
}
.lp-features .feature-block .icon-circle i {
	font-size: 28px;
	color: #fff;
}
.lp-features .feature-block h2 {
	font-weight: 700;
	color: #3a3735;
	text-align: center;
	font-size: 28px;
}
.lp-features .feature-block p {
	color: #7a7878;
	text-align: center;
	font-size: 16px;
}
/*************** lp pricing  ****************/
#lp-pricing {
}
.lp-pricing {
}
.lp-pricing .lp-section-block {
}
.lp-pricing .lp-section-block .lp-price-block {
}
.lp-pricing .lp-section-block .lp-price-block .price-info .lp-white-box {
	padding: 25px;
}
.lp-pricing .lp-section-block .lp-price-block .price-info .lp-white-box h3 {
	margin-bottom: 20px;
}
.lp-pricing .lp-section-block .lp-price-block .price-info .lp-white-box p {
	margin-bottom: 20px;
}
.lp-pricing .lp-section-block .lp-price-block .price-info .amt {
	background-color: #006d9a;
	color: #FFF;
	float: right;
	padding: 0px 10px;
	bottom: 60px;
	position: relative;
	border-radius: 2px;
}
.lp-pricing .lp-section-block .lp-price-block .price-info .amt p {
	color: #fff;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
}
.lp-pricing .lp-section-block .lp-price-block .price-info .amt p span {
	font-size: 14px;
}
.lp-pricing .lp-section-block .lp-price-block .price-info .lp-white-box {
}
.lp-pricing .cta {
}
.lp-pricing .cta .cta-info {
}
.lp-pricing .cta .cta-info h2 {
	font-size: 24px;
	color: #3a3735;
	line-height: 35px;
}
.lp-pricing .cta .lp-btn-default {
	border-color: #191919;
	background-color: #191919;
	border-radius: 2px;
	color: #fff;
	padding: 14px 39px;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 700;
}
.lp-pricing .cta .lp-btn-default i {
	margin-left: 20px;
}
/*************** lp faq  ****************/
#lp-faq {
}
.lp-faq {
}
.lp-faq .lp-section-title {
	text-align: left;
}
.lp-faq .lp-section-title .icon-circle {
	width: 90px;
	height: 90px;
	background-color: #006d9a;
	border-radius: 50px;
	text-align: center;
	line-height: 3.1;
	float: left;
	margin-right: 15px;
	color: #fff;
	font-size: 28px;
}
.lp-faq .lp-section-title h1 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.lp-faq .lp-section-block .faq-block {
	margin-bottom: 35px;
}
.lp-faq .lp-section-block .faq-block h3 {
}
.lp-faq .lp-section-block .faq-block p {
}
/*************** lp testimonial  ****************/
#lp-testimonial {
}
.lp-testimonial {
}
.lp-testimonial .lp-section-block {
}
.lp-testimonial .lp-section-block .customer-block {
}
.lp-testimonial .lp-section-block .customer-block .lp-white-box {
	border: #e3dfdb solid 1px;
	margin-left: 15px;
}
.lp-testimonial .lp-section-block .customer-block .lp-white-box p {
	font-size: 22px;
	font-style: italic;
	line-height: 36px;
	color: #3a3735;
}
.lp-testimonial .lp-section-block .customer-block .lp-white-box .icon-circle {
	background-color: #fff;
	height: 96px;
	width: 96px;
	line-height: 8.2;
	border-radius: 100%;
	text-align: center;
	margin: 0px auto 60px;
	border: #e3dfdb solid 1px;
	float: left;
	margin-right: 20px;
}
.lp-testimonial .lp-section-block .customer-block .lp-white-box h3 {
	font-size: 24px;
	color: #006d9a;
	font-weight: 600;
	margin-top: 60px;
}
.lp-testimonial .lp-section-block .customer-block .lp-white-box small {
	font-size: 14px;
	color: #a29e99;
	font-weight: 600;
}
/*************** lp team  ****************/
#lp-team {
}
.lp-team {
}
.lp-team .lp-section-title {
}
.lp-team .lp-section-block {
	text-align:center;
}
.lp-team .lp-section-block .team-block .team-pic {
	margin-bottom: 30px;
}
.lp-team .lp-section-block .team-block .team-info {
}
.lp-team .lp-section-block .team-block .team-info h2 {
	margin-bottom: 10px;
}
.lp-team .lp-section-block .team-block .team-info small {
	font-size: 16px;
	color: #006d9a;
}
.lp-team .lp-section-block .team-block small {
}
.lp-team .lp-section-block .team-block .team-skill {
}
/**************** cta ************/
#lp-cta {
}
.lp-cta {
	background-color:#fff;
	text-align:center;
}
.cta-add {
}
.cta-add .lp-btn-primary {
	margin-bottom:50px;
	padding: 10px;
	font-size: 18px;
}
.cta-add h1.call {
}
/*************** lp-news-letter ****************/
#lp-news-letter {
}
.lp-news-letter {
	
}
.lp-news-letter .icon-circle {
	height: 80px;
	background-color: #006d9a;
	width: 80px;
	line-height: 2.8;
	color: #fff;
	font-size: 28px;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
}
.lp-news-letter h1 {
	margin-bottom: 50px;
}
.lp-news-letter .newsletter-form input.form-control, select.form-control {
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	height: 48px;
}
.lp-news-letter .newsletter-form .lp-btn-default {
	padding: 10px 22px;
	font-size: 17px;
}
/*************** lp footer ****************/
.footer {
	background-color: #191919;
	padding-bottom: 30px;
	padding-top: 60px;
}
.footer .footer-block {
}
.footer .footer-block h3 {
	color: #747474;
	font-weight: 600;
}
.footer .footer-block .ft-logo {
	margin-bottom: 35px;
}
.footer .footer-block .add {
}
.footer .footer-block .add ul {
}
.footer .footer-block .add ul li {
	font-size: 16px;
	color: #747474;
}
.footer .footer-block .add p {
	font-size: 13px;
	color: #747474;
	margin-bottom: 0px;
}
.footer .footer-block .area a {
	font-size: 16px;
	padding: 10px 15px;
	background-color: #282828;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.footer .footer-block .area a i {
	margin-right: 13px;
}
.footer .footer-block .ft-social-icon {
}
.footer .footer-block .ft-social-icon a {
	margin-right: 10px;
}
.footer .footer-block .ft-social-icon a i {
}
.footer .footer-block .ft-social-icon a.facebook {
	background-color: #2f4786;
	color: #fff;
	padding: 11px 20px;
	font-size: 18px;
}
.footer .footer-block .ft-social-icon a.google-plus {
	background-color: #ea3032;
	color: #fff;
	padding: 11px 20px;
	font-size: 18px;
}
.footer .footer-block .ft-social-icon a.twitter {
	background-color: #23bbf5;
	color: #fff;
	padding: 11px 20px;
	font-size: 18px;
}
.footer .footer-block .ft-social-icon a.linkedin {
	background-color: #006cbf;
	color: #fff;
	padding: 11px 20px;
	font-size: 18px;
}
/*********** scrolling css *************/
@media(min-width:767px) {
    .navbar {
        padding: 5px 0px;
		 background: 0 0;
		  border: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
    }
	.top-nav-collapse {
    padding: 0;
    background: #fff;
	border-color: #fff;
	}
}

/************* mobile css *************/
@media(max-width:767px) {
	 .lp-header .navbar-default {
    	background-color: #fff;
	    border-color: transparent;
	}
	/*************** hero  ****************/
	.lp-hero .hero-caption ul li {
    font-size: 20px;
    color: #006d9a;
    display: flex;
	}
	.lp-hero {
    padding-bottom: 50px;
	}
/*************** lp features  ****************/
.lp-features .feature-block {
	margin-bottom:50px;
}
.lp-features .feature-block .icon-circle {
    margin: 0px auto 30px;
}
.lp-faq .lp-section-block .faq-block h3 {
    font-size: 19px;
}
/*********** testimonial ****************/
.lp-testimonial .lp-section-block .customer-block .lp-white-box .icon-circle {
    margin: 0px auto 20px;
}
.lp-testimonial .lp-section-block .customer-block .lp-white-box h3 {
    display: inline-block;
	    margin-top: 0px;
}
/*************team **********/
.team-block{
	margin-bottom:30px;
}
.lp-team .lp-section-block .team-block .team-pic img{
    width:100%;
	}
	
.team-pic img{
	margin: auto;
	}
/************* newsletter **********/
.lp-news-letter .newsletter-form input.form-control, select.form-control {
    margin-bottom: 20px;
}

}

.form-privacy {color:#fff; font-size:10px;}

.form-privacy a {
    color: #fff;
}

.lp-white-box p {
    font-size: 14px;
    line-height: 20px;
}

.lp-features .fa{
	    font: normal normal normal 40px/2.4 FontAwesome !important;
}

.lp-faq .fa-check {
    color: #006d9a;
}

.lp-testimonial p {
    font-size: 16px;
    color: #808182;
    font-style: italic;
}


.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #006d9a;
}

#lp-hero {
    padding-top: 100px;
}