@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Light.eot');
	src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Light.woff2') format('woff2'),  url('../fonts/OpenSans-Light.woff') format('woff'),  url('../fonts/OpenSans-Light.ttf') format('truetype'),  url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans.eot');
	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans.woff2') format('woff2'),  url('../fonts/OpenSans.woff') format('woff'),  url('../fonts/OpenSans.ttf') format('truetype'),  url('../fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Semibold.eot');
	src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Semibold.woff2') format('woff2'),  url('../fonts/OpenSans-Semibold.woff') format('woff'),  url('../fonts/OpenSans-Semibold.ttf') format('truetype'),  url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold.woff2') format('woff2'),  url('../fonts/OpenSans-Bold.woff') format('woff'),  url('../fonts/OpenSans-Bold.ttf') format('truetype'),  url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
body {
	background: #ffffff; /* Old browsers #b9e1fd   */
	background: -moz-linear-gradient(top, #ffffff 0%, #e4f4fe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e4f4fe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #e4f4fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f4fe', GradientType=0 ); /* IE6-9 */
}


/*Animation*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/*Animation*/




body, html {
	font-family: 'Open Sans';
	letter-spacing: 1px;
}
h1, h2, h3, h4,, h5, h6 {
 font-family: 'Open Sans';
 font-weight:700;
 text-transform:uppercase;
}
p, span, button, div, a {
	font-family: 'Open Sans';
}
a {
	text-decoration: none;
}
.right.carousel-control, .left.carousel-control {
	background: none;
	width: 50px;
}
/* HEADER BAR START */
.headerBar {
	background: #0089e5;
	box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.4);
	padding: 9px 0 7px 0;
}
.headerBar, .headerBar p a {
	color: #fff;
}
.headerBar p {
	display: inline;
	padding: 4px;
}
.headerBar p i {
	padding: 4px;
}
.headerBarIcons {
	float: right;
}
.headerBarIcons a {
	color: #0089e5;
	background: #fff;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	margin: 0 5px;
	padding-top: 3px;
	display: inline-block;
	text-align: center;
}
/* HEADER BAR END */


/* HEADER NAV START */
.headerNav {
	text-align: center;
	padding: 25px 0 0 0;
}
.headerNav .container {
	position: relative;
}
.headerNav img {
	display: inline-block;
}
.bookaDemo {
	position: absolute;
	top: 0;
	right: 10px;
}
.bookaDemo p {
	color: #088de6;
	font-size: 14px;
	text-align: center;
}
.headerNav .navbar-default {
	background: none;
	border: none;
	margin: 0px;
	padding: 15px 0;
}
.headerNav .navbar-nav {
	float: none;
}
.headerNav .navbar-nav li {
	float: none;
	display: inline-block;
}
.headerNav .navbar-nav li a {
	text-transform: uppercase;
	font-size: 16px;
	color: #484848;
}

.headerNav .navbar-nav li a:before {
	position: absolute;
    content: "";
    background: #0096ff;
    bottom: 15px;
    height: 5px;
    width: 5px;
    opacity: 0;
    border-radius: 50%;
    left: 50%;
    -webkit-transition: opacity .2s ease .0s, bottom .0s ease .2s, height .0s ease .2s, width .0s ease .2s, border-radius .0s ease .2s, left .0s ease .2s;
    transition: opacity .2s ease .0s, bottom .0s ease .2s, height .0s ease .2s, width .0s ease .2s, border-radius .0s ease .2s, left .0s ease .2s;
}
.headerNav .navbar-nav li a:hover:before {
	height: 0px;
    width: 100%;
    border-radius: 0;
    bottom: -15px;
    opacity: 1;
    left: 0;
    -webkit-transition: opacity .0s ease .0s, bottom .2s ease .0s, height .2s ease .2s, width .2s ease .2s, border-radius .2s ease .2s, left .2s ease .2s;
    transition: opacity .0s ease .0s, bottom .2s ease .0s, height .2s ease .2s, width .2s ease .2s, border-radius .2s ease .2s, left .2s ease .2s;
}

.headerNav .navbar-nav li a:hover, .headerNav .navbar-nav li a.active {
	color: #0089e5;
}

#navBarCommon{
	display:none;
}
#navBarHome{
    display: block !important;
}


/* HEADER NAV END */


/*Carousel Slide Start*/
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*Carousel Slide End*/


/* ABOUT US START */
.aboutUs {
	padding: 20px 0;
}
.aboutUs h1 {
	text-transform: capitalize;
	text-align: center;
	font-size: 24px;
	padding-bottom: 20px;
}
.aboutUs p {
	font-size: 15px;
	padding: 4px 0 10px 0;
}
.aboutUs a {
	border-radius: 147px;
	color: #77bd29;
	display: inline-block;
	font-size: 16px;
	padding: 8px 30px 13px 60px;
	position: relative;
	text-transform: uppercase;
	/*transition: all 0.5s ease 0s;*/
	z-index: 1;
	font-family: 'FontAwesome' !important;
}
.aboutUs a span {
	text-decoration: none;
}
.aboutUs a::before {
	background: #77bd29 none repeat scroll 0 0;
	border-radius: 100px;
	box-sizing: border-box;
	color: #fff;
	content: "\f054";
	font-size: 22px;
	left: 0;
	padding: 4px 14px;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 40px;
	z-index: -1;
}
.aboutUs a::after {
	border: 5px solid #77bd29;
	border-radius: 100px;
	box-sizing: border-box;
	color: #fff;
	content: "";
	font-size: 22px;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 40px;
	z-index: -2;
}
.aboutUs a:hover::before {
	background: #fff none repeat scroll 0 0;
	color: #77bd29;
	transform: rotate(-180deg);
	transition: all 0.5s ease 0s;
}
.aboutUs a:hover::after {
	color: #77bd29;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.5s ease 0s;
}
.aboutUs a:hover > span {
	text-decoration: none;
}
.aboutUs a:hover {
	background: none;
	transition: all 0.5s ease 0s;
	text-decoration: none;
	color: #77bd29;
}
/* ABOUT US END */


/* PRODUCT START */
.product {
	padding: 20px 0;
}
.product h2 {
	text-transform: capitalize;
	text-align: center;
	font-size: 24px;
	padding-bottom: 20px;
}
.productInner {
	position: relative;
	background: #fff;
	border: 1px solid #77bd29;
	text-align: center;
	padding: 25px 15px 10px 15px;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.75);
	margin-bottom: 30px;
}
.productInner img {
	margin: 0 auto;
}
a.productInner, a.productInner:hover {
	text-decoration: none;
}
.productInner h3 {
	color: #77bd29;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.waterHover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .5s ease;
	background: rgba(0,0,0,0.6);
	color: white;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	opacity: 0;
	padding: 25px 15px;
	box-shadow: none;
}
.waterHover h3 {
	color: #fff;
	font-size: 22px;
}
.waterHover p {
	font-size: 14px;
	line-height: 20px;
}
.waterHover i {
	color: #77bd29;
	font-size: 25px;
	padding: 2px 10px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 10px;
}
.waterHover h6 {
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 0px;
}
.productInner:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.productInner:hover .waterHover {
	opacity: 1;
}
/* PRODUCT END */

/* CAREER START */
.career{
	padding:30px 0  70px;
	background:url(../images/careerBg.jpg) no-repeat;
	background-size:cover;
	background-position:bottom center;
	margin-bottom: -50px;
}
.career h2{
	font-size:18px;
	font-weight:700;
	color:#000000;
}
.career h3{
	font-size:17px;
	font-weight:600;
	color:#5759a3;
}
.career i{
	color:#0089e5;
	padding-right:5px;
}
.career p{
	line-height:20px;
	font-size:16px;
}
.career h6{
	font-size:16px;
	font-weight:600;
	color:#000000;
}
.career a, .career button{
	color:white;
	background-color:#0089e5;
	text-align:center;
	padding: 7px 15px;
    margin-top: 5px;
    display: inline-block;
	border:none;
}
.career a:hover{
	text-decoration:none;
}

.resume{
	display:none;
	max-width:300px;
}
.resume h2{
	font-weight:500;
}
.resume button{
	margin-bottom:10px;
}
.upload{
	background-color:#bab9b9 !important;
	color:#000000 !important;
}
.upload:hover{
	text-decoration:none;
}
.resume p{
	font-size:14px;
	line-height:10px;
}
/* CAREER END */

/* TESTIMONIALS START */
.testimonials {
	padding: 20px 0;
}
.testimonials h3 {
	text-transform: capitalize;
	text-align: center;
	font-size: 24px;
	padding-bottom: 20px;
}
.testimonials h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.testimonialSlider {
	background: #ededed;
	padding: 34px 16px;
	position: relative;
	display: inline-block;
	min-height:380px;
}
.quote {
	background: url(../images/quote.png) no-repeat;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0px;
}
.testimonialSlider p {
	padding-top: 30px;
	font-size: 16px;
	line-height: 24px;
}
.testimonialSlider h5, .testimonialSlider h6 {
	text-transform: capitalize;
	text-align: right;
	font-size: 15px;
	margin-bottom: 3px;
	padding-top: 15px;
	font-weight: 600;
	padding-right: 14px;
}
.testimonialSlider h6 {
	font-size: 14px;
	padding-top: 0;
}
/* TESTIMONIALS END */


/* CONTACT US START */
.contact {
	background: url(../images/footerBG.png) no-repeat;
	background-size:cover;
	padding-top: 80px;
}
.contact h5 {
	text-transform: capitalize;
	text-align: center;
	font-size: 24px;
	
}
.contact .row {
	padding: 20px 0;
}
.contact .row h6 {
	text-transform: capitalize;
	font-size: 20px;
}
.contact .row span {
	background-color: #021c9f;
	display: block;
	height: 2px;
	margin-bottom: 25px;
	width: 70px;
}
.contact .row i {
	color: #021c9f;
}
.links a {
	text-transform: capitalize;
	color: #000;
	display: block;
	margin: 7px 0;
	font-size: 16px;
}
.links i {
	padding-right: 10px;
	font-size: 18px;
}
.contactUs .contactInfo {
	display: table;
	margin: 6px 0;
}
.contactUs .contactInfo i {
	display: table-cell;
	width: 30px;
	font-size: 18px;
}
.contactUs .contactInfo a {
	color: #000;
	display: table-cell;
}
.contactIcons {
	margin-top: 20px;
}
.contactIcons a {
	border: 1px solid #021c9f;
	height: 25px;
	width: 28px;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	padding-top: 2px;
}

/*form{
   display:inline-table;
}*/
.form-control::-moz-placeholder {
 color:#b5d997;
}
.form-control {
	width: 100%;
	height: 30px;
	border: 1px solid #021c9f;
	border-radius: 0px;
}
.form-control {
	resize: none;
}
.form-control-feedback{
	position: absolute;
    top: 22px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
#msgSubmit.text-danger, #freedemoSubmit.text-danger{
    font-size: 20px;
    display: inline-block;
    width: 100%;
}


.form-group{
	margin-bottom:8px;
	position:relative;
}
.form-group.has-error .form-control{
	border:1px solid #ff0000 !important;
}
.form-group.has-error .form-control-feedback{
	color:#ff0000;
}
.form-group.has-success .form-control-feedback{
	color:#3c763d;
}
.feedback button {
	border: 1px solid #021c9f;
	color: #102b3c;
	background: #59b1eb;
	padding: 4px 10px;
	float: right;
	text-transform: uppercase;
}
.feedback a:hover {
	text-decoration: none;
}
/* CONTACT US END */


/* FOOTER START */
footer {
	background: #0089e5;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
}
footer a{
	color:white;
	text-decoration:none;
}
footer a:hover{
	color:white;
}
.developed{
	font-size:14px;
}
/* FOOTER END */


/*Free Demo Page Start*/
.bookDemo{
	padding:40px 0 30px 0;
}

.bookDemo h1{
	text-transform:capitalize;
	margin-top:0px;
	font-size:24px;
	padding-bottom:10px;
}
.bookDemo p{
	padding:10px 0;
}
.bookDemo .col-md-6:first-child{
	padding-left:0px;
}
.bookDemo label{
	font-weight:400;
}
.bookDemo input, .bookDemo select{
	border:1px solid #b0b0b0;
}
.bookDemo select.form-control{
	padding:3px 12px;
}
.bookDemo button{
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	background-color:#088de6;
	padding:10px 22px;
	border-radius:2px;
	border:none;
}
.bookDemo button:hover{
	text-decoration:none;
}
.bookDemo .col-md-2{
	padding:0px;
}
/*Free Demo Page End*/


/*Service Request Page Start*/
.serviceRequest{
	padding:40px 0 30px 0;
}
.serviceRequest h2{
	text-transform:capitalize;
	margin-top:0px;
	font-size:24px;
	padding-bottom:10px;
}
.serviceRequest p{
	padding:5px 40px 5px 0;
	line-height:22px;
}
.serviceRequest a{
	border:2px solid #cfcfcf;
	border-left-color:#088de6;
	border-left-width:4px;
}
.serviceRequest .col-md-2{
	padding:0px;
}
.requestButtons{
	padding-top:40px;
}
.requestButtons a{	
	display:block;
	border: 1px solid #cfcfcf;
	border-left:5px solid #088de6;
	padding:10px 14px;
	color:#088de6;
	background:#ffffff;
	margin:5px 0;
	font-size:14px;
}
.requestButtons a.active{	
	color:#77bd29;
}	
/*Service Request Page End*/

/* Products Start */
.products{
	padding:50px 0 30px;
}
.productsButtons a{	
	display:block;
	border: 1px solid #cfcfcf;
	border-right:5px solid #088de6;
	padding:10px 14px;
	color:#088de6;
	background:#ffffff;
	margin:5px 0;
	font-size:16px;
	text-align:center;
}
.productsButtons a.active{	
	color:#77bd29;
}	
.ProductsHeading{
	color:#fff;
	display:block;
	padding:10px 14px;
	background:#088de6;
	margin:5px 0;
	font-size:16px;
	text-align:center;
}
.productsVariety{
	padding:20px 0;
	text-align:center;
	display:block;
	transition: all .1s ease-in;
	min-height:270px;
	margin-bottom:20px;
}
.productsVariety img{
	margin:0 auto;
	transition: all .1s ease-in;
	min-height:185px;
}
.productsVariety h3{
	 color:#3e4095;
	 text-transform:capitalize;
	 font-size:16px;
	 font-weight:600;
 }
.productsVariety:hover{
    background:#fff;
	text-decoration:none;
	box-shadow:1px 1px 5px 1px rgba(0, 0, 0,0.55);
}
/* Products End */

/* Product Details Start */
.productDetailsMenu{
	display:inline-block;
	width:100%;
}
.productDetailsMenu .col-md-4 {
	text-align:center;
}
.productDetailsMenu .bookBut{
	padding: 10px 20px;
    background: #0089e5;
    display: inline-block;
    margin: 20px;
	border-radius:2px;
	color:#fff;
	text-decoration:none;
}

.productImg{
	min-height:320px;
	border:1px solid #ccc;
	padding-top:25px;
}	
.productDetailSpecification h3{
	font-size:28px;
    font-weight:400;
	padding-bottom:5px;
	margin:0px;
}
.productDetailSpecification h5{
	font-size:18px;
	font-weight:600;
}
.specifications{
	border:1px solid #d0d0d0;
	display:inline-block;
	width:100%;
	padding-left:0;
}

.specifications h4{
	font-size: 20px;
    font-weight: 600;
    padding: 16px 22px;
    border-bottom: 1px solid #d0d0d0;
	margin:0px;
}
.specificationsInner ul{
	list-style:none inside;
	padding:10px 0px;
	margin:0px;
}
.specificationsInner ul li span{
	width: 45%;
    padding: 5px 22px;
    display: inline-block;
	font-size:16px;
	vertical-align:top;
}

.similarProducts{
	padding:20px 0;
}
.similarProducts h2{
	font-size:22px;
	padding-bottom:20px;
	padding-left:20px;
}
#samePageDetails{
	display:none;
}
.productsImg img{
	padding-top:15px;
}
.productsImg p{
	padding-top:15px;
}

.swiper-container.gallery-top .swiper-slide{
	min-height:200px;
}
.swiper-container.gallery-thumbs .swiper-slide{
	min-height:50px;
}
.swiper-container.gallery-thumbs .swiper-wrapper{
	transform:translate3d(0,0,0) !important;
}



.productImg .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.productImg .swiper-slide {
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
}
.productImg .gallery-top {
	height: 80%;
	width: 100%;
}
.productImg .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top:20px;
}
.productImg .gallery-thumbs .swiper-slide {
	width: 10%;
	height: 100%;
	opacity: 0.4;
}
.productImg .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}



.similarProduct .swiper-slide .similarProductList{	
	display: inline-block;
    width: 100%;
	border: 1px solid #d0d0d0;
    text-align: center;
	padding:16px 10px;
	text-decoration:none;
	min-height:270px;
	transition:all .2s;
}
.similarProductList:hover{
	background: #fdfdfd;
}
.similarProductListImg{
	min-height: 190px;
    align-items: center;
    display: flex;
    width: 100%;
}
.similarProductListImg img{
	margin:0px auto;
}

.similarProductList h5{
	font-size:16px;
	color:#000;
	margin:0px;
	padding-top:14px;
	padding-bottom:5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Product Details End */

/* Water Softner Start */
.softner{
	text-align:center;
}
.softnerDetails p{
	font-size:16px;
	text-align:justify;
	margin-top:18px;
}
.softnerUses h5{
	font-size:20px;
	font-weight:400;
	margin-top:20px;
}
.softnerUses ul{
	list-style:none;
	padding:0px;
}
.softnerUses li{
	font-size:16px;
	line-height:30px;
	display:table;
}
.softnerUses li:before{
	content:"\f043";
	font-family:FontAwesome;
	font-size:18px;
	color:#088de6;
	padding-right:15px;
	display:table-cell;
}


/* Water Softner End */


@media (max-width:991px){
}

@media (max-width:768px){
	
}
@media (max-width:480px){
	.serviceRequest p{
	   text-align:justify;
	   padding-right:0px;
     }
	.headerBarIcons {
		float:none !important;
		text-align:center;
		margin-top:12px;
	}
    .headerBar{
		text-align:center;
	}
	.bookaDemo {
	 display:none;
    }
   .navbar-nav li {
	display:block !important;
	}
	.aboutUs p {
	text-align:justify;
	}
	.contact h5{
		padding-top:32px;
	}
    .career p{
		text-align:justify;
	}	
}