body {
	background: #ffffff;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
}

html {
	font-size: 130%;
}

h1,
h2,
h3 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
}

#home h1 {
	/*	color: orangered;*/
	margin-top: 0;
	margin-bottom: 2em;
	font-weight: 300;
	font-size: 2.5em;
	font-family: "Open Sans", sans-serif;
	/*	background: rgba(255, 255, 255, 0.3);*/
	padding: 5px 5px 5px;
	text-shadow: 2px 2px 3px black;
	/*	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
}

#home h2 {
	/*	color: #1C4364;*/
	padding: 5px 5px 5px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	/*	background: rgba(255, 255, 255, 0.3);*/
	padding: 5px 5px 5px;
	/*	text-shadow: 1px 1px #fff, 1px 1px #ccc;*/
	/*	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
	text-shadow: 2px 1px 2px black;
}

h1 {
	font-size: 2.8rem;
	font-weight: 700;
}

h2 {
	color: #ffffff;
	padding-bottom: 10px;
}

h3 {
	font-size: 1rem;
	line-height: 2rem;
}

#about h5 {
	color: orangered;
}

p {
	/*	color: #6e7070;*/
	letter-spacing: 0.8px;
	line-height: 28px;
}

strong {
	color: #f6821f;
	font-weight: 700;
}

#about .btn {
	margin-bottom: 5px;
	width: 25em;
	font-size: 1.5em
}

#about {
	padding-top: 150px;
}

#aboutPl {
	background: #ffffff;
	padding-top: 0;
}

#about,
#feature,
#contact,
#servicesPlumbing {
	background: #ffffff;
}

#feature,
#contact,
footer {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-title {
	padding-bottom: 62px;
}

.section-title h1 {
	padding-bottom: 10px;
}

#about .section-title {
	padding-bottom: 22px;
}

#contact .section-title {
	text-align: center;
}


/* navigation styles 

.navbar-brand>img {
    display: inline-block;
    width: 150px;
    height: auto;
}
.navbar .container {
    height: 6em;
}

*/

.phoneInfo {
	color: #f80;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: center;
}

.phoneNav {
	color: #f80;
	cursor: default;
	display: block;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	text-align: center;
}

.phoneNav a:focus,
.phoneNav a:hover {
	text-decoration: none;
	font-size: 1.07em;
	color: darkorange;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: orange;
	color: #fff;
}

a:hover {
	color: #fff;
}

.navbar-toggle {
	margin-top: 2em;
}

.navbar-brand>img {
	display: inline-block;
	width: 200px;
	height: auto;
}

.navbar {
	min-height: 100px;
}

.navbar-nav {
	float: right;
	padding-right: 10px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #187c9c;
}

.navbar-collapse.in {
	overflow-y: visible;
}


/* preloader section  */

.navbar-collapse {
	margin: 30px 0;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #187c9c;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

#slideshow {
	top: 0;
	left: 0;
	z-index: -10;
	width: 100vw;
	backface-visibility: hidden;
}


/* home section */

#home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 130vh;
	color: #ffffff;
	text-shadow: 0px 1px 1px #4d4d4d;
}

.vegas-slide {
	width: 100%;
	height: auto;
}

#home .home-thumb {
	text-align: center;
}

#home .btn {
	background: transparent;
	border: 3px solid #ffffff;
	border-radius: 0px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 14px 36px;
	margin-top: 42px;
	margin-right: 16px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-shadow: none;
}

#home .btn:hover {
	background: white;
	color: black;
	border-color: transparent;
}

#home .btn-success {
	background: #f6821f;
	color: white;
	border-color: transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}


/* about section */


/*margin top abot page*/

.aboutMTop {
	margin-top: -20px;
}

#about h2 {
	color: #187c9c;
}

#about h3 {
	margin-top: 0px;
}

#about .about-thumb {
	padding-top: 10px;
}


/* feature section */

#feature {
	background: #187c9c;
}

#feature .icon {
	color: #ffffff;
	font-size: 42px;
	padding-right: 14px;
}

#feature p {
	color: #fff;
}

#feature .btn {
	background: transparent;
	border: 3px solid #ffffff;
	border-radius: 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 14px 36px;
	margin-top: 62px;
	margin-right: 16px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
	background: #ffffff;
	color: #333;
	border-color: transparent;
}

#feature img {
	width: 50px;
	height: auto;
}


/* why choode us*/

.light-content {
	background-color: hsla(0, 0%, 100%, 0.90);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
}

#diy h2 {
	color: #187c9c;
}


/*------------------------------------------------------
	Coupon Styling 
--------------------------------------------------------*/

.coupon {
	border: 3px dashed #bcbcbc;
	border-radius: 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Lucida Grande", sans-serif;
	font-weight: 300;
	margin: 2%
}

.coupon #head {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-height: 56px;
}

.coupon #footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#title .visible-xs {
	font-size: 12px;
}

.coupon #title img {
	font-size: 30px;
	height: 1.5em;
	margin: 0 auto;
	display: block;
}

.coupon #title p {
	/*	float: right;*/
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
}

.coupon-img {
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
}

.items {
	margin: 15px 0;
	list-style-type: none;
}

.usd,
.cents {
	font-size: 20px;
}

.number {
	font-size: 40px;
	font-weight: 700;
}

sup {
	top: -15px;
}

.text-justify {
	line-height: 1;
}

#business-info ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#business-info ul li {
	text-align: center;
	font-size: 12px;
}

#business-info ul li span {
	text-decoration: none;
	padding: .2em 1em;
}

#business-info ul li span i {
	padding-right: 5px;
}

.disclosure {
	padding-top: 15px;
	font-size: 11px;
	color: #bcbcbc;
	text-align: center;
}

.coupon-code {
	color: #f80;
	font-size: 11px;
	text-align: center;
	font-weight: 700
}

.print {
	font-size: 14px;
	color: #337ab7;
}

.about-thumb .btn-info {
	background-color: #187c9c;
}

.about-thumb .btn-info:hover {
	background: #f6821f;
	border-color: coral;
}


/*------------------------------------------------------
	Services Tabs Styling 
--------------------------------------------------------*/

.servicesTabs button {
	background-color: #187c9c;
	margin: 0 auto;
	display: block;
	font-size: 1em;
}

#servicesPlumbing {
	text-align: center;
}

#listAir {
	text-align: left;
}


/* testimonials */


/*------------------------------------------------------
	Testimonials Styling 
--------------------------------------------------------*/


/* testimonials height*/

.bx-viewport {
	height: auto;
}

.testimonials-widget {
	background-color: #f1f4f5;
	padding: 110px 0;
}

.testimonial {
	text-align: center;
}

.testimonial-description {
	font-size: 20px;
	line-height: 1.8em;
	margin: 40px 0 50px 0;
}

.testimonial-content {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.testimonial-author {
	margin-bottom: 40px;
	color: #187c9c;
}

.testimonial-author:before,
.testimonial-author:after {
	content: "-";
	color: #c3c3c3;
	margin: 0 10px;
}

.testimonial img {
	margin: 1em auto;
	box-shadow: 0px 0px 4px 2px rgba(24, 124, 156, 0.5);
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
}

.bx-controls-direction {
	display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	outline: 0;
	border: 2px solid #aaaaaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00a8d6;
	border-color: #00a8d6;
}


/* contact section  */

#contact h1 {
	color: #187c9c;
	font-size: 160%;
}

#buttonSend {
	/*	background: transparent;*/
	border: 1px solid #f0f0f0;
	border-radius: 0px;
	box-shadow: none;
	font-size: 1em;
	/*	margin-bottom: 16px;*/
	transition: all 0.4s ease-in-out;
	margin: 0 auto;
	display: block;
	min-width: 16em;
	padding: 0.5em;
	background: #187c9c;
	color: #ffffff;
	letter-spacing: 2px;
	transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
	border-color: #999;
}

#contact input {
	height: 55px;
}

#buttonSend:hover {
	background: #f6821f;
}

#captcha {
	display: block;
	margin: 0 auto;
	max-width: 16em;
}

#success_message {
	display: none;
}

.well {
	background-color: #fff;
	border: none;
}

label {
	font-weight: 500;
}


/* footer section  */

footer {
	background: #187c9c;
}

footer h2 {
	font-size: 1.2rem;
}

footer .copyright-text {
	padding-top: 10px;
}

footer a {
	color: #fff;
}

footer p {
	color: #fff;
}

footer a:hover {
	color: #FF6;
}

footer .copyright-text {
	text-align: center;
}

footer .copyright-text a:hover {
	color: darkorange;
	font-size: 1.1em;
	text-decoration: none;
}


/* svg */

.svgcolor-light {
	/*position: absolute;
  top: 0;
  left: 0; */
	position: relative;
	bottom: 104px;
}

.svgcolor-light > path {
	fill: white;
	stroke: white;
	stroke-width: 0;
}

footer img {
	width: 90px;
	height: auto;
	padding: 2%;
}

#cardIcons {
	text-align: center;
}


/* modal */

.modal-dialog .modal-content {
	background: url('../images/modal-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 0;
	text-align: center;
	padding: 100px 50px 100px 50px;
	position: relative;
}

.modal-content p {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 2px 2px 3px black;
}

.btn:focus {
	outline: none;
}

.modal-header {
	border-bottom: 0px;
}

.modal-header h2 {
	color: white;
	text-shadow: 2px 2px 3px black;
}

.modal-dialog .close {
	color: #187c9c;
	;
	font-size: 40px;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: white;
	text-shadow: 2px 2px 3px grey;
	border-radius: 100px;
	width: 36px;
	height: 36px;
	line-height: 35px;
	text-align: center;
}

.modal-dialog .close:focus {
	outline: none;
}

.modal-dialog form {
	padding: 20px;
}

.modal-dialog form input {
	height: 55px;
}

.modal-dialog form .form-control {
	border: 1px solid white;
	border-radius: 0px;
	box-shadow: none;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.modal-dialog form input[type="submit"] {
	background: #ffffff;
	color: #242424;
	text-transform: uppercase;
	margin-top: 30px;
}

.modal-dialog form input[type="submit"]:hover {
	background: #187c9c;
	border-color: transparent;
	color: #ffffff;
}


/* Back top */

.go-top {
	background-color: #eee;
	bottom: 2em;
	right: 2em;
	color: #111112;
	font-size: 22px;
	display: none;
	position: fixed;
	text-decoration: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.4s ease-in-out;
}

.go-top:hover {
	background: #f6821f;
	color: #ffffff;
}


/* social icon section  */


/*
ul.social-icon {
	padding: 2em;
}
li.social-icon {
	padding: 2em;
}
*/

ul.social-icon {
	margin: 0 auto;
}

.social-icon {
	padding: 0;
	text-align: center;
}

.social-icon li {
	list-style: none;
	display: block;
}

.social-icon li a {
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-top: 12px;
	margin: 10px;
}

.social-icon li a:hover {
	background-color: #ffffff;
	color: #111112;
}

.contact {
	float: right;
	margin-right: 1em;
}


/* Mobile Responsive */

@media (max-width: 980px) {
	h1 {
		font-size: 2.4rem;
	}
	#home {
		height: 130vh;
	}
	#about .section-title {
		padding-bottom: 12px;
	}
	#feature .col-md-4 {
		padding-bottom: 32px;
	}
	.navbar-nav {
		float: right;
	}
	/*
	.navbar-nav {
	margin-right: -22px;
}
*/
	.navbar .contact .contactInfo {
		position: relative;
		text-align: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 0.8rem;
		line-height: 1.3rem;
	}
	.navbar-nav {
		float: none;
	}
	footer {
		text-align: center;
	}
	.contactInfo {
		display: none;
	}
	#about .btn {
		margin-bottom: 5px;
		width: 20em;
		font-size: 1em
	}
}

@media (max-width: 700px) {
	#home {
		height: 130vh;
	}
	/*
	.vegas-slide {
	width: 100%;
	height: 80%;
}
*/
	.modal-dialog .modal-content {
		padding: 50px 20px;
	}
	footer {
		text-align: center;
	}
	footer .col-sm-6 {
		padding-bottom: 32px;
	}
	.modal-dialog .close {
		font-size: 35px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.navbar-nav {
		float: none;
	}
	footer img {
		width: 70px;
		height: auto;
		padding: 2%;
	}
	.navbar-brand>img {
		width: 130px;
	}
	#home h1 {
		font-size: 1.5em;
		margin-top: .5em;
		margin-bottom: 1em;
	}
	#home h2 {
		font-size: 1.2em;
	}
	.coupon #title img {
		height: 1.5em;
	}
	#about .btn {
		margin-bottom: 5px;
		max-width: 100%;
		font-size: 1em;
	}
}