
body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#272727;
	line-height:1.1em;
}

p {
	color:#000;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#272727;
}
a:hover {
	text-decoration: none;
	color:#aaa;	
	}

.btn {
	border-radius:0;
	margin-top:10px;
	background-color: #65AAF0;
	text-transform:uppercase;
	border-color:#fff;
	font-size:14px;
}

.btn:hover {
	background-color: #fff;
	border-color:#f2f2f2;
	color:#272727;	
}
	
/*===========================
  Menu and Navigation
============================ */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;	
	font-size: 25px;	
	color:#fff;	
	text-transform:uppercase;
	font-weight:600;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding: 0 0 0 15px;
  }
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:600;	
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}

.menu ul.nav-tabs li {
	color:#fff;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs > li > a {	
	border-radius:0;
	color:#000;
	padding:28px;
	border: none;
}

.nav-tabs > li > a:hover {
	color:#272727;
	background:#fff;
	border: none;	
} 

.nav-tabs > li a.active {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color:#fff;
}

.navbar-default {
	background-color: #fff;
	border-color:#fff;
	margin-bottom: 0;
	  
}

/*===========================
  slider
============================ */
.slider {
	position: relative;	
	margin-top:-20px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -40px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border-radius:50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#65AAF0;
	background:#65AAF0;
	color:#fff;
}

#carousel-slider a i:hover {
	background:#65AAF0;
	color:#fff;
	border: 1px solid #65AAF0;
}

#carousel-slider 
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px;
	top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}

.carousel-caption {
	position: absolute;
	right: 15%;
	top: calc(50% - 150px);
	font-size:40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}

.carousel-caption  h2 {
	font-size:60px;
	color: #fff;
}

.carousel-caption  h2 span {
	font-size:60px;
	color: #fff;
}

.carousel-caption  p {
	font-size:30px;
	margin-top:30px;
	margin-bottom:20px;
	color:#fff;
	padding:10px;
	background:#65AAF0;
}

@media (max-width: 767px) {
    .carousel-caption  {
      font-size: 18px;
    }
    .carousel-caption h2, .carousel-caption  h2 span, .carousel-caption  p {
    	font-size:18px;
    }
	.carousel-inner>.item>img, .carousel-inner>.item>a>img { height:auto !important;}
	.carousel-caption {top: calc(100% - 150px);}
	.menu ul.nav-tabs li {width: 100%;}
}
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:20px 60px;
	font-size:20px;
	background:#65AAF0;
	color:#fff;
	border-radius:0;
	border-color:#fff;
	text-transform:uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
	padding:20px 60px;
	font-size:20px;
	background:#fff;
	color:#272727;
	border-radius:0;
	text-transform:uppercase;
	border: 1px solid #fff;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color:#fff;
	border-color:#fff;
	background:#65AAF0;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.form-inline {
	margin-top:50px;	
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img { height:500px;}



.contact-wp h4{ color:#F00; padding-top:0.8em;}
.footer-left{ color:#000; padding-left: 16.5em;}
.footer-right{color:#000; padding-left: 10em;}
.copy-right{ text-align:center; font-size:13px; color:#000;}


/*18-5-2017*/

.navbar-brand img{    width: 50%;
    position: relative;
    top: -8px;}
.text-w{ position:absolute; top:8em; left:15em;}
.text-w h1{ color:#fff; font-size:48px;}
.text-w p{ color:#fff;font-size:22px; line-height:35px;}
.text-w .btn-default{ background:#fff; border-radius:5px;}

.top-wp{background:#e3e6e8;}
.top-r .fa{ color:#fff; font-size: 16px;}
.fac{background: #45619d;
    padding: 5px 7px 3px;
    border-radius: 5px;
	margin-right: 10px;}
.top-r .fa:hover{ transform: rotate(360deg);}
	
.gp{background: #0095d9;
    padding: 4px 3px 3px;
    border-radius: 5px;
    margin-right: 10px;}
.top-l .fa{ color:#0091d9;}
.top-r{ text-align:right;}

.why-wp h1{ font-size:48px; color:#444945;}
.why-wp h4{ color:#444945; line-height:25px;}
.why-wp .btn-default{ background:#444945; border-radius:5px; color:#fff;}
.why-right img{margin-top: 3em;}
.why-wp{ margin-top:7em;}

.service-wp{ background:url(../img/service-bg.jpg) no-repeat top; background-size:cover; padding-bottom: 6em;}
.feature_wp h2{ color:#fff; padding-top:1em; padding-bottom:1em;}


.footer-wp{ background:#063a68; padding:1em 0;}
.footer-m h4{ color:#FFF; text-align: center;}
.footer-m ul{ list-style:none; padding:0; margin:0;}
.footer-m ul li{ float:none;}
.footer-m ul li a{ text-transform:uppercase; padding:6px 0; color:#fff; display:block; text-decoration:none;font-size: 13px;    text-align: center;}
.fot-logo{ margin:0;}
.fot-logo img{ width: 60%; margin-top: 5px;}
.footer-right h4{ color:#fff;}
address{ padding-top:10px;}
address a{ color:#fff;}
address a:hover{ text-decoration:none; color:#CCC;}
address h4{ color:#fff; margin-top: 0;}
.footer-right .fa{ color:#fff;}

.pil-copy p{ text-align:center; color:#fff;}
.pil-copy a{ color: #fff; }
.cop-w{ background:#042440;}


.contact-wp{ padding:2em 0; background:url(../img/GoogleMap-1.jpg) no-repeat center; background-size:cover;}
.contact-wp h2{ text-align:center; color:#000; padding-bottom:10px;}
.cont-from .form-control{ height:45px; border-radius:0;border-bottom: 2px solid #0094D7;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;    background: rgba(229, 244, 251, 0.85);}
.cont-from .btn-default{ background:#063a68; color: #fff; padding: 8px 18px;    display: block;
    margin: 0 auto;}
.textar{ width:100%; height:150px !important; border-bottom: 2px solid #0094D7;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;    background:rgba(229, 244, 251, 0.85);}
	
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




.browsehappy {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 1em;
    background: black;
    color: white;
    text-align: center;
}



[class^="hvr-"] {
  margin: .4em;
  padding: 0.8em 2em;
  cursor: pointer;
  background: #444945;
  text-decoration: none;
  color: #fff;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aligncenter {
  text-align: center;
}

/*service hover effect*/

ul li {
   /* display:inline-block;*/
    margin:0 10px
}

.demo-3 {
    position:relative;
    width:288px;
    height:200px;
    overflow:hidden;
    float:left;
    margin-right:0px
}

.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left:0px
}

.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}

.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

.demo-3 figure h2 {
    font-family:'Lato';
    color:#fff;
    font-size:20px;
    text-align:center;
	padding-top: 2em;
   
}

.demo-3 figure p {
    display:block;
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}

.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:29px 44px;
    background-color:rgba(26,76,110,0.5);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}

.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}

.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}

.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
address .fa{ padding-right:5px;}
 header{
            
            background: #335C7D;
            color: #fff;
           
            // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
			z-index: 999;
        }
		
        header.sticky {
            position: fixed;           
            width: 100%;
            background: #efc47D;
           
        }
.about-wp{ background:url(../img/pilbara-cleaning-services.jpg) no-repeat center; background-size:cover; background-size: cover;
    padding: 2em 0;}
.about-wp h2{ color:#fff;}
.about-wp hr{margin:0 auto !important; max-width:68px;
    height: 2px;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;}
.about-con{ color:#000; line-height:25px;padding: 1em 0;}
.about-con h3{ color:#0095D9;}
.about-con h4{color:#0095D9; border-bottom: 2px solid rgba(0, 149, 217, 0.55); padding: 10px 5px; background: rgba(1, 149, 217, 0.1); margin-top: 0;}

.about-con ul{ list-style:none; margin-top: 14px; padding:0;}
.about-con ul li{ float:none; background:url(../img/right-icon.png) no-repeat; padding-left: 24px;margin-left: 0;background-position: 0;}
.about-con ul li a{ color:#000; font-size:16px; text-align:left; text-decoration:none; padding:5px 0;}

.contact-page{ background:url(../img/contact-banner.png) no-repeat; background-size:cover; padding:1em 0;} 
.contact-page h2{ color:#fff;}
.contact-page hr{margin:0 auto !important; max-width:68px;
    height: 2px;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;}
.clean{ margin-top:1em;}
.cont-us h2{ padding-bottom:1em;} 


/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
		font-weight: 700;
    	font-size: 18px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

.ad_w{ margin:0; text-align: right;}




/*Reaponsive start here*/


@media screen and (max-width: 1190px) {
	.demo-3 {width: 230px;}
	.nav-tabs > li > a {padding: 28px 10px;}
}

@media screen and (max-width: 991px) {
	.nav-tabs > li > a {padding: 28px 6px;}
}

@media screen and (max-width: 768px) {
	
	.top-l{ width:50%; float:left; padding:0;}
	.top-r{ width:50%; float:right; padding:0;}
	.navbar-brand img {top: -16px;}
	.text-w{ position:absolute; top:0.5em; left:1.5em;}
	.text-w h1{ color:#fff; font-size:20px;}
	.text-w p{ color:#fff;font-size:14px; line-height:17px;}
	.text-w .btn-default{ background:#fff; border-radius:5px;}
	.why-wp {text-align: center;}
	.demo-3 {;margin: 10px auto;float: none;}
	.footer-m h4 {text-align: left;}
	.footer-m ul li a {text-align: left;}
	.footer-right {padding-left: 0;}
	.why-right img {display: block; margin: 1em auto;}
	.footer-right img {width: 27%;}
	
	
}


@media screen and (max-width: 533px) {
	
	.top-l{ width:50%; float:left; padding:0;}
	.top-r{ width:50%; float:right; padding:0;}
	.navbar-brand img {top: -16px;}
	.text-w{ position:absolute; top:0.5em; left:1em;}
	.text-w h1{ color:#fff; font-size:16px;}
	.text-w p{ color:#fff;font-size:12px; line-height:15px;}
	.text-w .btn-default{ background:#fff; border-radius:5px;}
	.why-wp {text-align: center;}
	.demo-3 {;margin: 10px auto;float: none;}
	.footer-m h4 {text-align: left;}
	.footer-m ul li a {text-align: left;}
	.footer-right {padding-left: 0;}
	.footer-right img {width: 50%;}
	
	
}
@media screen and (max-width: 414px) {
	.text-w p{ display:none;}
}
             /* Added by Aarti (29/5/2017)*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    
  background-color: rgba(158, 158, 158, 0.24);
}

/*********** Pagination Added by Aarti on 29/5/2017***********/

/*********** Pagination ***********/
.pagination1 {
    border-top: 1px solid #fff;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
}
.pagination1 .links a {
    vertical-align: middle; /*display: inline-block;*/
    border: 1px solid #fff;
    padding: 4px 6px;
    text-decoration: none;
    color: #fff;
}
.pagination1 .links b {
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    background: #fff;
}
.pagination1 .links a:hover {
    color: #fff;
    border: 1px solid #fff;
}


