@charset "utf-8";
/* CSS Document */

/*
 *Pool-cleaning landing page template
 *Author : Jitu chauhan
 *
*/

/*--------------------------------
	  		General
--------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
body {
	font-family: 'Roboto Slab', sans-serif;
	color: #a3a3a3;
	-webkit-font-smoothing: antialiased;
	    background: #201c1a;
}
h1, h2, h3, h4, h5, h6 {
	color: #41adef;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0px;
}
h1 {
	color: #41adef;
	font-size: 36px;
	letter-spacing: -1px;
}
h2 {
	color: #252525;
	font-size: 24px;
	font-weight: 700;
}
h3 {
	font-size: 18px;
}
p {
	color: #818181;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 28px;
}
ul, ol {
	margin-bottom: 30px;
	padding-left: 0px;
}
ul li, ol li {
	color: #7a7878;
	margin-bottom: 15px;
	list-style: none;
}
a {
	color: #ffca00;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}

/**************** Button ******************/
.lp-btn-default {
	border-color: #38adf6;
	background-color: #38adf6;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	padding: 9px 45px;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Roboto', 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: #f76513;
	border-color: #f76513;
	color: #fff;
}
.lp-btn-primary {
	border-color: #ffca00;
	background-color: #ffca00;
	color: #181411;
	font-weight: 700;
	padding: 9px 45px;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Roboto', 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: #f76513;
	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;
}
select.form-control {
	border: 0px;
	background-color: red;
	height: 45px;
	font-size: 15px;
	color: white;
}
text-area.form-control {
}
.lp-hero .form-box .lp-btn-default {
	background-color: #191919;
	font-size: 17px;
	padding: 10px 39px;
	color: #fff;
	margin-top: 13px;
}
.lp-hero .form-box small {
	color: #fff;
	float: right;
	font-size: 13px;
	margin-bottom: 17px;
}
input.error {
	border: 2px solid red!important;
}
select.error {
	border: 2px solid red!important;
}
label.error{color:red; font-size: 12px; }
/************** 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;
}
/************** section class ******************/
.lp-section-container {
	padding: 80px 0px;
}
.lp-section-title {
	margin-bottom: 50px;
	text-align: center;
}
.lp-section-block {
	margin-bottom: 30px;
}
.lp-section-color {
	background-color: #eff3f6;
}
.lp-white-box {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 40px;
	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;
}
/************** 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;
}
/************* top ********/
#lp-hero {
	/*height: 100vh;*/
}
.lp-hero {
	background: url(../images/banner.jpg);
	background-position: center;
	-webkit-background-size: cover;
	min-height: 750px;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.lp-hero .hero-ctn {
	/*padding-top: 115px;
	padding-bottom: 115px;
	height: 100vh;*/
}
.lp-header {
}
.lp-header .navbar-default {	
}
.lp-header .navbar-brand {
    padding: 5px 15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #0e85d0;
	background-color: transparent;
	border-bottom: 2px solid #0e85d0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f76513;
	    border: #f76513;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.lp-header .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.lp-header .navbar-nav>li {
	margin-bottom: 0px;
}
/******** hero ************/
.lp-hero .hero-caption {
	padding-top: 10em;
}
.lp-hero .hero-caption ul {
	margin-bottom: 30px;
}
.lp-hero .hero-caption ul li {
	font-size: 20px;
	color: #fff;
}
.lp-hero .hero-caption ul li i {
	margin-right: 10px;
}
.lp-hero .hero-caption h1 {
	color: #fff;
	font-size: 61px;
	margin-bottom: 30px;
}
.lp-hero .hero-caption p {
	color: #d4d5d6;
	font-size: 20px;
	margin-bottom: 45px;
}
.hero-caption .lp-btn-default {
	font-size: 19px;
	padding: 14px 38px;
	color: #fff;
}
.lp-hero .form-box {
	background-color: rgba(237, 244, 248, 0);
    padding: 24px;
    margin-top: 10em;
    margin-left: 1em;
}
.lp-hero .form-box h2 {
	color: #ffffff;
    font-size: 1.296em;
    font-weight: 400;
    margin-bottom: 30px;
}
.lp-hero .form-box .form-control {
    background-color: rgba(0, 0, 0, 0.58);
    border: 1px solid #ffca00;
    height: 50px;
    font-size: 1em;
    color: #ffffff;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}
.lp-hero .form-box .form-group {
	margin-bottom: 20px;
}
.form-box .lp-btn-primary {
	background-color: #ffca00;
	font-size: 24px;
	padding: 11px;
}
/************* service ********/
#lp-service {
}
.lp-service {
}
.service-blk {
}
.service-blk .service-img {
}
.service-blk .service-info {
	padding-bottom: 35px;
	padding-top: 30px;
	background-color: #fff;
	text-align: center;
	border-bottom: 3px solid #e2e8ed;
	padding-left: 15px;
	padding-right: 15px;
}
.service-blk h2 {
}
.service-blk p {
}
/**********features********/
#lp-features {
}
.lp-features {
}
.lp-features .lp-feature-box {
	text-align: center
}
.lp-feature-cir {
	background-color: #fff;
	border: 4px #f44421 solid;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0px auto;
	margin-bottom: 30px;
	font-size: 48px;
	text-align: center;
	line-height: 2.5;
	color: #41adef;
}
.lp-feature-cir i {
	vertical-align: baseline;
}
/**********price********/
#lp-price {
}
.lp-price {
	background-color: #eff3f6;
}
.lp-price .lp-section-title{
	margin-bottom:0px;
}
.lp-price h1 {
	margin-bottom:100px;
}
.lp-price-blk {
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(226,232,237,0.75);
	-moz-box-shadow: 0px 4px 0px 0px rgba(226,232,237,0.75);
	box-shadow: 0px 4px 0px 0px rgba(226,232,237,0.75);
}
.lp-price-blk .lp-special-price {
	padding-top: 30px;
	background-color: #FFF;
	margin-top: 30px;
}
.lp-special-price .lp-price-title {
	background-color: #f44421;
}
.lp-price-blk .lp-special-price .lp-btn {
	background-color: #f44421;
}
.lp-price-blk ul li {
	margin-bottom: 15px;
	    font-size: 14px;
}
.lp-price-title {
	background-color: #277fb5;
	padding : 25px 14px;
	text-align: center;
}
.lp-price-blk .price-ctn {
	padding: 40px;
}
.lp-price-title h2 {
	font-size: 29px;
	color: #FFF;
	margin: 0px auto;
}
.lp-price-blk li i {
	font-size: 12px;
	color: #0abf45;
	margin-right: 10px;
}
.lp-price .price-box {
	padding: 21px 37px 26px;
	text-align: center;
	background-color: #f4f7f9;
}
.lp-price .price-box h1 {
	position: relative;
}
.lp-price .price-box .lp-btn {
}
.lp-price .price-box h1 {
	font-size: 72px;
	color: #252525;
	margin-bottom: 0px;
    line-height: 1;
}
.lp-price .price-box h1 span.dlr {
	text-align: center;
	font-size: 36px;
	color: #908f8f;
	position: absolute;
	left: 80px;
	top: 8px;
}
.lp-price .price-box p {
	color: #818181;
	font-size: 14px;
	margin-bottom: 10px;
}
.hot-tubs {
	top: -30px;
	position: relative;
}
.hot-tubs-title {
	background-color: #f44421;
	padding: 25px 14px;
	text-align: center;
}
.hot-tubs-title h2 {
	font-size: 29px;
	color: #FFF;
	margin: 0px auto;
}
.hot-tubs .price-box h1 span.dlr {
	text-align: center;
	font-size: 36px;
	color: #908f8f;
	position: absolute;
	left: 80px;
	top: 8px;
}
.hot-tubs .price-box .lp-btn {
}
/**********team********/
#lp-team {
}
.lp-team {
	background-color: #FFF;
}
.lp-team-blk {
	text-align: center;
	color: #FFF;
}
.lp-team-blk .team-info {
	background-color: #277fb5;
	padding: 30px;
}
.lp-team-blk .down-arrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 23.5px 0 23.5px;
	border-color: #277fb5 transparent transparent transparent;
	position: absolute;
	left: 40%;
}
.lp-team-blk .team-info h2 {
	color: #fff;
}
.lp-team-blk .team-info p {
	color: #efeeee;
}
.lp-team-blk .team-pic {
	background-color: #eff3f6;
	padding: 35px 26px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(226,232,237,0.75);
	-moz-box-shadow: 0px 4px 0px 0px rgba(226,232,237,0.75);
	box-shadow: 0px 4px 0px 0px rgba(226,232,237,0.75);
}
/**********testimonial********/
#lp-testimonial {
}
.lp-testimonial {
	background-color: #eff3f6;
}
.lp-testimonial .box {
	height: 143px;
	width: 146px;
	background-color: #CCC;
	float: right;
}
.lp-testimonial img {
	float: left;
	padding-right: 25px;
}
.lp-testimonial p {
	font-size: 24px;
	color: #808182;
	font-style: italic;
}
.lp-testimonial-info {
}
.lp-testimonial-info span {
	font-size: 18px;
	color: #252525;
}
/**********call-action********/
#lp-call-action {
}
.lp-call-action {
	background-color: #44484b;
}
.lp-call-action p {
	color: #e2e0e0;
	font-size: 18px;
}
.lp-call-action .lp-btn-primary {
	margin-top: 40px;
}

/**********tiny-footer********/
#lp-tiny-footer {
}
.lp-tiny-footer {
	background-color: #2f3234;
	padding: 25px 0px;
}
.lp-tiny-footer p {
	color: #d6d3d3;
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
}
/*********** scrolling css ************/
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
		 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: #040102;
    border-color: #040102;
	}
}
/*********** mobile css *************/
@media(max-width:767px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
/************ header ***************/
.navbar-default {
    background-color: #41adef;
    border-color: #41adef;
}
/************ hero ***********/
.lp-hero .hero-caption {
    padding-top: 10em;
}
.lp-hero .hero-caption h1 {
    font-size: 43px;
}
.lp-hero .form-box h2 {
    font-size: 23px;
}
.form-box .lp-btn-primary {
    font-size: 18px;
}
/*********** service *************/
.service-blk {
    margin-bottom: 50px;
}
/*********** features ***********/
.lp-features .lp-feature-box {
    text-align: center;
    margin-bottom: 50px;
}
/****** pricing ***********/
.lp-price-blk {
    margin-bottom: 70px;
}
.lp-price-blk ul li {
    display: flex;
}
.lp-price .price-box h1 span.dlr {
    left: 40px;
}
/************* team ****************/
.lp-team-blk .team-pic {
    margin-bottom: 50px;
}
/********** testimonials *************/
.lp-testimonial img {
    float: none;
    padding-right: 0px;
    margin-bottom: 30px;
}
.lp-testimonial p {
    line-height: 31px;
    font-size: 20px;
}
/*********** logo *************/
.lp-logo img{
	margin-bottom:60px;
}
.textwidget span{
	color: white !important!;
}
::selection{
	color: white;
	/*background: yellow;*/
}
#opt-cool option.opt-cool {
    margin: 40px;
    background: rgba(0, 0, 0, 0.0);
    color: red !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}