@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,900);

body {
	background: #fff;
	color: #3d3e42;
	font: 400 13px/18px 'Open Sans', sans-serif;
	margin: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
}
h2 {color:#000;font:400 20px/24px 'PT Sans Caption', sans-serif;text-transform: uppercase;}
h3 {font-family: pt sans caption;font-size: 18px;font-weight: normal;
}
p {
	line-height: 22px;
	margin-bottom: 10px;
}
.col {
	padding: 0 15px;
}
.container {
	margin: 0 auto;
	max-width: 1170px;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
/*Header*/

#tp-header {
    background: #fff;
    padding: 20px 0;
}
.biz-logo {
    float: left;
    width: 600px;
}

.tp-contact {
    background: #77BF02;
    color: #fff;
    float: right;
	margin-top: 38px;
    padding: 10px 22px 10px 16px;
}
.tp-contact li {
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 0 10px;
}
.tp-contact li:last-child {
	border-right: none;
	padding-right: 0;
}

.tp-contact i {
    font-size: 16px;
    margin-right: 12px;
}
.tp-contact a {
    color: #fff;
    font-size: 15px;
}
.tp-contact a:hover{
    text-decoration: underline;
}
/*Navigation*/

nav {
    background: #fff;
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
    transition: all 0.3s;
    width: 100%;
    z-index: 10;
}
.logo {
  float:left;
}
.nav-top {
	height: auto;
	margin-top: 0;
	padding: 20px 0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s
}
.nav-top .logo {
  margin-top:-2px
}

.main-nav {
	background: #474c51 none repeat scroll 0 0;
	box-shadow: -2px 3px 5px -2px rgba(0, 0, 0, 0.7);
	min-height: 44px;
	width:100%;
}

.main-nav .container {
  position:relative
}


.main-nav .minilogo {
    left: -100%;
    padding-left: 40px;
    position: absolute;
    top: 2px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition: all 0.3s ease 0s;
}
.main-nav ul.nav {
	background-color: transparent;
	list-style-type: none;
	-webkit-transition:padding .3s;
	-moz-transition:padding .3s;
	transition:padding .3s
}
.main-nav ul.nav > li {
	float: left;
	min-width: 140px;
	position: relative;
}
.main-nav ul.nav > li > a {
    background-color: transparent;
    color: #fff;
	display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 10px 38px;
	text-transform: uppercase;
}
.nav li a i {
    font-size: 15px;
    margin-right: 7px;
}
.main-nav ul.nav > li > a:hover,
.homepage .main-nav ul.nav > li.nav-home a,
.aboutpage .main-nav ul.nav > li.nav-about a,
.servicepage .main-nav ul.nav > li.nav-service a,
.gallerypage .main-nav ul.nav > li.nav-gallery a,
.testimonialpage .main-nav ul.nav > li.nav-testimonial a,
.contactpage .main-nav ul.nav > li.nav-contact a{
	background: #77BF02;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	transition: all 1s ease;
	}
section.stretch {
	padding-bottom: 165px;	
	width:100%
}
nav.small {
  height: auto;
}
nav.small .nav-top {
  margin-top: -139px
}
nav.small ul.nav {
  padding-left:150px
}

nav.small .minilogo {
  left:0
}
nav li .dropdown li {
	float: none !important;
	margin: 0;
	position: relative;
}
nav li .dropdown li a {
    color: #fff;
    display: block;
    font-size: 14px;
    min-width: 200px;
    padding: 10px;
    text-transform: uppercase;
	transition: all ease-in-out .25s;
}

.navbar-nav ul li ul.dropdown {
    background-color: rgba(71, 76, 81, 0.7);
    display: none;
    left: 0;
    min-width: 150px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 44px;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
    transition: opacity 0.2s ease 0s;
    visibility: hidden;
}
.navbar-nav ul li ul li a:hover {
    background: #77BF02;
    opacity: 0.7;
}
.navbar-nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
/*Welcome*/
#welcome {
    background: #fff;
}
.welcome-lt {
	background: #fff;
    float: left;
    margin-right: 30px;
	padding: 10px 0 38px;
    width: 720px;
}
.welcome-lt h2 {
    border-right: 1px solid #a8a9aa;
    color: #77BF02;
    display: inline-block;
    font: 400 24px/30px "Lato",sans-serif;
    padding: 10px 20px 12px 0;
	position: relative;
}
.welcome-lt h2::after {
    background: url("../images/welcome-dot.jpg");
    bottom: 46%;
    content: "";
    height: 1px;
    position: absolute;
    right: -223px;
    width: 222px;
}
.welcome-lt h2:after {
	
}
.welcome-lt > p {
    color: #3c4452;
    line-height: 24px;
}
.welcome-rt {
	background: #77BF02;
	float: left;
	padding: 40px;
	width: 340px;
}
.welcomert-list li {
    background: url("../images/tick.png") no-repeat 0 50%;
    color: #fff;
    font-family: "Lato",sans-serifo;
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 10px;
    padding-left: 34px;
}
.welcomert-list {
    float: left;
}	
/*Professional*/
#profesional {
    background: #eff2f5;
    padding: 35px 0 33px;
}
#profesional h2 {
    color: #3c4452;
    font-size: 24px;
	margin-bottom: 25px;
    text-align: center;
}
.professional-info {
    background: #f5f5f5;
    border-bottom: 1px solid #c0c1c1;
    float: left;
    margin-right: 30px;
    width: 370px;
}
.professional-info:hover {
	background: #fff;
	border-bottom: 1px solid #77BF02;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;	
}
.professional-info:last-child {
    margin-right: 0;
}
.prof-text h3 {
    color: #77BF02;
	font-family: "Lato",sans-serif; 
    font-size: 18px;
    text-align: center;
}
/*We Design*/
#wedesign {
    background: #fff;
    padding: 20px 0;
}
.wedesign-image {
    float: left;
	width: 235px;
}
.wedesign-text {
    background: #77BF02;
    float: left;
    padding: 25px 30px 24px;
	position: relative;
    width: 875px;
}
.wedesign-text > p {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-weight: 900;
	letter-spacing: 1.65px;
    line-height: 46px;
    margin-bottom: 0;
}
.book-now > a {
    background: #eff2f5;
    bottom: 22px;
    color: #33393e;
    font-family: "Lato",sans-serif;
    padding: 5px 20px;
    position: absolute;
    right: 48px;
}
/*Footer*/
.ft-top {
    background: #f5f5f5;
	border-bottom: 1px solid #fff;
    padding: 35px 0 20px;
}
.ft-top h2 {
    border-bottom: 1px solid #77BF02;
    padding-bottom: 10px;
}
.ft-col {
    float: left;
	margin-right: 30px;
    width: 370px;
}
.open-hour li {
	color: #000;
    line-height: 28px;
	padding-left: 18px;
	position:relative;
}
.open-hour li:before{
	color: #999;
	content: "\f10c";
	font-family: fontawesome;
	font-size: 13px;
	left: 0;
	position: absolute;
}
.sitemap li {
    display: inline-block;
}
.ft-col a {
    color: #000;
    font-family: pt sans caption;
    font-size: 15px;
}
.sitemap > h2 {
    border-bottom: medium none;
    font-size: 15px;
    margin: 15px 0 0;
    text-transform: capitalize;
}
.sitemap li a {
    font-size: 13px;
    padding: 5px 7px;
}
.sitemap li:first-child a{
	padding-left: 0;
}
.sitemap a:hover {
	color:#555;
	transition: all 1s ease;
}
.ft-col.intouch li {
	color: #000;
    font-size: 14px;
    line-height: 34px;
}
.ft-col.intouch span {
    color: #77BF02;
    font-size: 14px;
}
.ft-col.intouch a {
    color: #000;
    font-family: open sans;
    font-size: 14px;
}
.ft-col.contact {
    margin-right: 0;
}
.form-control {
    border: none;
    color: #000;
    font-family: open sans;
    font-size: 12px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    width: 100%;
}
.form-control::-moz-placeholder {
   color: #000;
   opacity:  1;
}
textarea#message {
    height: auto;
    padding: 10px 0 0 10px;
}
.submit {
    background: #fff;
    border: none;
    cursor: pointer;
    font-family: open sans;
    font-size: 15px;
    font-weight: 600;
    height: 36px;
    width: 200px;
}
.ft-main {
    background: #212121;
    padding: 32px 0;
}
.ft-main-content {
    float: left;
    margin-right: 30px;
    width: 370px;
}
.ft-main-content.poewred {
    margin-right: 0;
}
.ft-main p {
	color: #c5c5c5;
    margin-bottom: 0;
}
.ft-social {
    text-align: center;
}
.ft-social > ul {
	display: inline-block;
    text-align: center;
}
.ft-social li {
    float: left;
	margin-right: 5px;
}
.ft-social a {
    display: inline-block;
}
.ft-social i {
    background: #222;
    border: 2px solid #646464;
    color: #646464;
    font-size: 15px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    width: 20px;
}

.fa.fa-facebook:hover, .fa.fa-facebook:focus {
	background: #fff;
	color: #204385;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

}

.fa.fa-twitter:hover,.fa.fa-twitter:focus {
	background: #fff;
	color: #2aa9e0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

}

.fa.fa-google-plus:hover, .fa.fa-google-plus:focus {
	background: #fff;
	color: #d3492c;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.powered > p {
    text-align: right;
}
.powered a {
    color: #77BF02;
}
.powered a:hover {
	text-decoration: underline;
}
/*Service Page*/
#services {
	 box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.service {
   border-bottom: 1px solid #ccc;
    padding: 20px;
}
.service h3 {
    margin: 0 0 15px;
}
.service-image {
    float: left;
	width: 49%;
}
.service-image > img {
    width: 100%;
}
.service-text {
    float: left;
    margin-right: 1%;
    width: 49%;
}
.service p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.service-text-in {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
/*Laundry Page*/
.subpage-info {
    margin-bottom: 30px;
}
.subpage-image {
    float: left;
    margin-right: 3%;
    width: 35%;
}
.subinfo {
    float: left;
    width: 62%;
}
.subpage-image img {
    width: 100%;
}
.subinfo h2 {
    text-transform: capitalize;
}
.subinfo p {
    font-size: 14px;
    line-height: 24px;
}
.contactbtn > ul {
    margin-left: 130px;
    text-align: center;
}
.contactbtn li {
    display: inline-block;
    margin-right: 20px;
}
.contactbtn a {
    border: 2px solid #337ab7;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.contactbtn a:hover {
	background: #337ab7;
	color: #fff;
}
/*Gallery Page*/
.gallery {
    padding: 25px 15px;
}
#vlightbox0 li {
	float: left;
	margin: 5px 23px 12px 5px;
	 }
#vlightbox0 li:last-child {
 	margin-right: 0;
 }
.vlightbox0 > img  {
	height: auto;
    width: 270px;
}
#vlightbox0 .vlightbox0 {
    display: inline-block;
    font-family: Trebuchet,Tahoma,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
	margin: 0;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 100%;
}
/*Testimonial Page*/
.content-inner {
	background-color: rgba(0,0,0, .7), rgba(0,0,0, .7);
	background-image: url(../images/pattern.png), url(../images/testimonial-bg.jpg);
	background-repeat: repeat, no-repeat;
	background-position: top bottom, center center;
	padding: 14px 0;
}

.content-inner > h2 {
	color: #fff;
	font-family: 'Dancing Script', cursive;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    color: #fff;
	text-indent: -9999px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-left.jpg) no-repeat center center;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-right.jpg) no-repeat center center;
}
.item > p {
	font-style: italic;
    margin: 0 auto;
    width: 80%;
}
#owl-demo .item {
	background: none;
    border-radius: 0;
    color: #fff;
    margin: 10px 0;
}
.owl-item {
    max-height: 150px;
}
.owl-pagination {
    display: none;
}
.clientsname span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}
/*Contact Page*/
.heading-info {
    background: url("../images/heading-bg.jpg") no-repeat bottom center / cover ;
    padding: 50px 0;
}
.heading-info h1 {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font: 500 30px/36px Arial,Helvetica,sans-serif;
	margin: 0;
    padding: 2px 20px;
}
#content {
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 0;
}
.contact {
    margin-bottom: 25px;
}
.contact-lt {
    float: left;
    width: 30%;
}
.contact-info li {
    font-size: 14px;
    line-height: 36px;
}
.contact-info i {
    color: #ccc;
    font-size: 20px;
    margin-right: 10px;
}
.contact-info a {
    color: #2c2c2c;
}.contact-info a:hover{
    text-decoration: underline;
}
.contact-rt {
    float: left;
    width: 70%;
}
input {
    border: 1px solid #ccc;
    float: left;
    height: 30px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 0 0 0 7px;
    width: 188px;
}
input:last-child {
	margin-right: 0;
}
.input.textarea {
    padding: 5px;
    width: 99.5%;
}
.alertmsg {
    color: #ff0000;
    font-family: "Dancing Script",cursive;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 15px;
}
.captcha-sec {
    margin-bottom: 15px;
}
.contact-rt button {
    background: #77BF02;
}
.contact-rt button:hover {
	background: rgba(0,0,0, .7);
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
/*Scroll Top*/
.scrollToTop {
	bottom: 0;
	color: #fff;
	display: none;
	padding: 10px;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	z-index: 99;
}
.fa.fa-caret-up {
	background: rgba(0, 118, 190, .7);
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	width: 35px;
}
.fa.fa-caret-up:hover {
	background: rgba(49, 136, 194, .7);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}