/*------------------------------------*\
    $MAIN CONTAINER / HEADER
    
    + Container / Bootstrap class
    + HEADER / Primary Nav
    + Secondary Nav
    + SEARCH FORM


\*------------------------------------*/

a {
	transition: all ease 300ms; 
	-moz-transition: all ease 300ms; 
	-webkit-transition: all ease 300ms; 
	-o-transition: all ease 300ms; 
	-ms-transition: all ease 300ms;
	text-decoration: none;
}

a:hover {
	transition: all ease 300ms; 
	-moz-transition: all ease 300ms; 
	-webkit-transition: all ease 300ms; 
	-o-transition: all ease 300ms; 
	-ms-transition: all ease 300ms;	
	text-decoration: none;	
}


/*------------------------------------*\
	$$HEADER
\*------------------------------------*/
.header {
	height: auto;
	padding: 15px 0;
	float: left;
	width: 100%;
}
	.logo {}
		.logo img{}

	.header-tagline {
		line-height: auto;
		height: 100%;
		text-align: center;
		padding-top: 18px;
	}
		.header-tagline img {}
	
	.email-address{
		padding-top: 24px;
		margin-bottom: 10px;
	}
	.email-address, .contactinfo {
		position: relative;
	}

		.contactinfo:before {
			padding-left: 30px;
    font-family: FontAwesome;
		}
		.email-address p, .contactinfo p {
			font-size: 16px;
			font-weight: bold;
			line-height: 24px;
			color: #383838;
			text-align: left;
    font-family: 'Roboto', sans-serif;
		}	

			.email-address p a, .contactinfo p a {
				color: #383838;
			}

			.email-address p a:hover, .contactinfo p a:hover {
				color: #0083c1;	
    text-decoration:underline !important;
			}

			.email-address p:before {
				color: #fff;
				background: #0083c1;
				padding: 5px; 
				margin-right: 5px;
    font-family: FontAwesome;
			}

			.contactinfo:before {
				position: absolute;
				font-family: FontAwesome;
				left: 0;
				top: 50%;
				color: #fff;
				background: #0083c1;
				padding:  5px; 
				-webkit-transform: translatey(-50%);
				-moz-transform: translatey(-50%);
				-ms-transform: translatey(-50%);
				-o-transform: translatey(-50%);
				transform: translatey(-50%);							
			}

			.contactinfo p {
				padding-left: 30px;
			}


			

/*------------------------------------*\
	$$NAVIGATION
\*------------------------------------*/
.menu-wrap {
	background: #383838;
	float: left;
	width: 100%;		
}
	
	#navigation {
		width: 100%;
		float: left;
    	height:54px;
    	overflow:hidden;
	}

		#navigation ul {
			padding: 0;
			margin: 0;
			text-align: center;
		}
			#navigation li {
				display: inline-block;
				border-right: solid 1px #1c1c1c;
				cursor: pointer;
				-webkit-transition: all 0.2s;
				-moz-transition: all 0.2s;
				-ms-transition: all 0.2s;
				-o-transition: all 0.2s;
				transition: all 0.2s;				
			}

				#navigation ul li a img {
					display: none;
				}		

				#navigation li:last-child {
					border-right:0; 
				}
				#navigation li a {
					font-size: 15px;
					line-height: 18px;
					color: #fff;
					display: block;
					padding: 18px 14px;
				}

				#navigation li a:hover {
					background: #0083c1;
				}

		a#nav-toggle{
			font-size: 30px;
			text-decoration: none;
			position: absolute;
			right:10px;
			z-index: 88;
			top:10px;
			width:44px;
		    height:44px;
		    display: none;
		}	

		nav#mobile-nav {
		  visibility: hidden;
		}


/*------------------------------------*\
	$$FEATURED IMAGE
\*------------------------------------*/
.featured-post {
	margin-top: -60px;	
	float: left;
	width: 100%;
	position: relative;
}
	.shadow-bg {
		content: '';
		background:url("../images/shadow-bg.jpg") bottom center no-repeat;
		display: block;
		height: 59px;
		width: 100%;
		position: absolute;
		bottom: -33px;
		left: 0;
		z-index: 1;
		background-size:contain;
	}

	.featured-box {}
		.featured-box {
			z-index: 9;
			cursor: pointer;
			position: relative;
		}

		.featured-box img {
			float: left;
			width: 100%;
			height: auto;			
		}

		.featbox-main {
			width: 100%;
			float: left;
			position: relative;
			overflow: hidden;
		}

/* Caption Common Style */
.featured-box .caption {
	background: #000;
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
	padding: 10px 15px;
}


.featured-box .caption h3 {
	font-size: 22px;				
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;				
	display: block;				
	width: 100%;
	margin-bottom: 25px;
}

/** Caption 1: Simple **/
.featured-box .simple-caption {
	height: 100%;
	width: inherit;
	display: block;
	bottom: -80%;
	line-height: 22px;
}

/** Simple Caption :hover Behaviour **/
.featured-box:hover .simple-caption {
	background-color: rgba(25,137,188,0.9);
	-moz-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	opacity: 1;
	padding: 20px 20px;
	transform: translateY(-80%);
}


.simple-caption ul {
	padding: 0;
	margin: 0;
}
	.simple-caption li {
		font-size: 15px;
		color: #fff;
		line-height: 37px;
	}

	.simple-caption li:before {
		content: "\f138";
		font-size: 12px;
		font-family: FontAwesome;
		color: #fff;
		opacity: 0.8;
		margin-right: 10px;
	}

	.learn-more {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: #0083c1;
		display: block;
		background: #fff;
		padding: 5px 15px;
		width: 70%;
		margin: 10px auto 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}
	 


/*------------------------------------*\
	$$BANNER
\*------------------------------------*/
	.banner-wrap {
		min-height: 510px;	
		background-size: cover;
		background-size: cover;
	}		

	.bg-img {
		-webkit-background-size: cover;
		background-repeat: no-repeat ;
		background-position: center center;
		background-size: cover;
	}

	.help-bg-img {
		background-image: url('../images/banner.jpg');
	}		

		.book-service {
			background: #ffffff;
			width: 345px;
			height: 385px;
			float: right;
			margin-top: 15px;			
		}
			
			.heading-wrap {
				background: #007fc0;
				width: 100%;
				height: auto;
				text-align: center;
				position: relative;
			}
				
			.cat_listbox {
				height: auto !important;
			}	

				.heading-wrap:after {
					background:url('../images/arrow-down.jpg') bottom center no-repeat;
					content:'';
					width: 58px;
					height: 21px;
					display: block;
					position: absolute;
					bottom: -21px;
					-webkit-transform: translatex(-50%);
					-moz-transform: translatex(-50%);
					-ms-transform: translatex(-50%);
					-o-transform: translatex(-50%);
					transform: translatex(-50%);		
					left: 50%;			
				}

				.heading-title {
					font-size: 24px;
					font-weight: bold;
					line-height: 32px;
					color: #fff;
					padding: 20px 0;
					text-transform: uppercase;
				}
			
			.form-wrap {
				padding: 30px 15px 20px;
			}
				.field_input {
					width: 100% !important;
					font-size: 16px;
					line-height: 18px;
					color: #979797;
					border: solid 1px #007fc0;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;		
					padding: 6px 5px;		
					margin-bottom: 8px;
					background: #ededed;	
				}

				.submitbtn {
					font-size: 22px;
					line-height: 24px;
					font-weight: bold;
					color: #fff;
					text-align: center;
					background: #00c934;
					border: 0;
					width: 100%;
					padding: 10px 0px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;		
					cursor: pointer;				
				}

::-webkit-input-placeholder {
  color: #979797;
  font-family: 'Roboto', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
   color: #979797;
   font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #979797;
   font-family: 'Roboto', sans-serif;
}

:-ms-input-placeholder {  
   color: #979797;
   font-family: 'Roboto', sans-serif;
}
/*------------------------------------*\
	$$HOW WE WORK
\*------------------------------------*/
.how-we-work {
	margin-top: 60px;
}	

	.fancy {
		font-size: 28px;
		font-weight: bold;
		line-height: 28px;
		color: #2f2f2f;
		text-transform: uppercase;
		text-align: center;
		overflow: hidden;	    
	}

		.fancy span {
			background: #fff;
			padding: 0 20px;
			position: relative;
			z-index: 5; 
		}

			.fancy span:before,
			.fancy span:after {
				border-bottom: 1px solid #ccc;
				content: "";
				display: inline-block;
				height: .1em;
				position: relative;
				vertical-align: middle;
				width: 50%;
				margin-bottom: .15em;
			}

			.fancy span:before {
			    right: 0.5em;
			    margin-left: -50%;
			}

			.fancy span:after {
			    left: 0.5em;
			    margin-right: -50%;
			}


	.how-we-work-list {
		padding: 40px 0 70px 0;
		float: left;
		width: 100%;
    text-align:center;
	}

		.how-we-work h2 {
			font-size: 24px;
			
			line-height: 24px;
			color: #333333;
		}

			.how-we-work h2 .fa {
				font-size: 20px;
				color: #007fc0;
				margin-right: 5px;
			}

		.how-we-work p {
			font-size: 16px;
			line-height: 24px;
			color: #333333;
			text-indent: 25px;
		}
	

/*------------------------------------*\
	$$OUR DIFFERENCE
\*------------------------------------*/
.our-difference {}
	.difference-list {
		padding: 40px 0 70px 0;
		float: left;
		width: 100%;		
	}
		.difference-list ul {
			padding: 0;
			margin: 0;
			text-align: center;
		}
			.difference-list li {
				font-size: 22px;
				line-height: 44px;
				color: #333333;
				display: inline-block;
				margin: 0 20px;
			}

/*------------------------------------*\
	$$ACCREDITED
\*------------------------------------*/
.accredited {}
	.accredited-list {
		padding: 40px 0 70px 0;
		float: left;
		width: 100%;		
	}
		.accredited-list ul {
			padding: 0;
			margin: 0;
			text-align: center;
		}
			.accredited-list li {
				font-size: 22px;
				font-weight: 500;
				line-height: 44px;
				color: #333333;
				display: inline-block;
				border: solid 1px #018acb;
				margin-right: 17px;				
				float: left;
			}

			.accredited-list li img {
				padding: 0;
				margin: 0;
				float: left;
			}

				.accredited-list li:last-child {
					margin-right: 0;
				}

/*------------------------------------*\
	$$WHAT DO PEOPLE SAY
\*------------------------------------*/
.what-people-say {
	background: #018acb;
	float: left;
	width: 100%;
	padding: 50px 0px;
}	
.wps-main-wrap {}

	.wps-main-wrap h1 {
		font-size: 28px;		
		font-weight: 400;
		line-height: 28px;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		position: relative;
		height: 80px;
	}

		.wps-main-wrap h1:after {
			background:url('../images/wps-bg.jpg') bottom center no-repeat;
			content:'';
			width: 119px;
			height: 15px;
			display: block;
			position: absolute;
			bottom: 20px;
			-webkit-transform: translatex(-50%);
			-moz-transform: translatex(-50%);
			-ms-transform: translatex(-50%);
			-o-transform: translatex(-50%);
			transform: translatex(-50%);		
			left: 50%;		
		}

		.wps-main-wrap h1 span {
			font-weight: bold;
		}

		.testimonial-area {
			float: left;
			width: 100%;
		}

			.testimonial-box {
				margin-top: 20px;
			}

			.testimonial-box.alternate {
				margin-bottom: 30px;
				margin-top: 0;
				-webkit-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.52);
				-moz-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.52);
				box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.52);				
			}
				
				.testi-entry {
					font-size: 16px;
					line-height: 24px;
					font-weight: normal;
					color: #fff;
					background: #016ea2;
					padding: 25px 30px 60px 30px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;		
					border: solid 2px #fff;		
					text-align: center;
					position: relative;		
				}

				.testi-date {
					font-size: 16px;
					line-height: 26px;
					font-weight: bold;
					position: absolute;
					bottom: -25px;
					-webkit-transform: translatex(-50%);
					-moz-transform: translatex(-50%);
					-ms-transform: translatex(-50%);
					-o-transform: translatex(-50%);
					transform: translatex(-50%);		
					left: 50%;	
					padding: 10px 20px;		
					background: #004160;			
				}

				.testi-ratings {
					margin-top: 50px;
				}
					.testi-ratings ul {
						padding: 0;
						margin: 0;
						text-align: center;
					}

						.testi-ratings li {
							display: inline-block;							
							color: #fff;
						}

						.testi-ratings li.active-star {
							color: #ffde00;
						}

						.active-star1-Star-1,
						.active-star2-Star-2,
						.active-star3-Star-3,
						.active-star4-Star-4,
						.active-star5-Star-5 {
							display: block !important;
						}

						.testi-ratings.alternate {
							margin-top: 10px;
						}


/*------------------------------------*\
	$$REVIEW
\*------------------------------------*/
		
.review-us {
	background:url('../images/repeating-pattern.jpg') top left repeat;
	padding: 25px 0 40px 0;
	border-top: solid 1px #dbdada;
	border-bottom: solid 1px #dbdada;
	float: left;
	width: 100%;
}

	.review-us h1 {
		font-size: 28px;		
		font-weight: 400;
		line-height: 28px;
		text-transform: uppercase;
		color: #018acb;
		text-align: center;
		position: relative;
		height: 80px;
	}


		.review-us h1:after {
			background:url('../images/review-heading-bg.png') bottom center no-repeat;
			content:'';
			width: 119px;
			height: 15px;
			display: block;
			position: absolute;
			bottom: 20px;
			-webkit-transform: translatex(-50%);
			-moz-transform: translatex(-50%);
			-ms-transform: translatex(-50%);
			-o-transform: translatex(-50%);
			transform: translatex(-50%);		
			left: 50%;		
		}

		.review-us h1 span {
			font-weight: bold;
		}
		
		.review-entry p {
			font-size: 16px;
			line-height: 23px;
			color: #333333;
			text-align: center;
		}

	.gwbtn {
		font-size: 22px;
		font-weight: bold;
		line-height: 22px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		background: #05ac46;
		display: block;
		padding: 15px 30px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
		width: 60%;		
		margin: 30px auto 0;
	}

	.gwbtn:hover {
		color: #fff;
		background: #0c863b;
	}


/*------------------------------------*\
	$$FOOTER
\*------------------------------------*/
.footer-wrap {
	background: #383838;
	float: left;
	width: 100%;
	padding: 40px 0 50px 0;
}

	.quick-links {}
		.quick-links h1 {
			font-size: 28px;
			font-weight: normal;
			line-height: 28px;
			color: #fff;
			margin-bottom: 20px;
		}
		#cat_1657890_divs, #cat_1657894_divs {
			width: 50%;
			float: left;
			display: inline;
			padding-right: 10px;			
		}

		.quick-links ul {
			padding: 0;
			margin: 0;
			text-align: left;			
		}

		.quick-links ul:last-child {
			padding-right: 0;
			padding-left: 10px;
		}

			.quick-links li {
				display: block;
				border-top: solid 1px #494949;
			}

				.quick-links li:before {
					font-size: 10px;
					line-height: 28px;
					margin-right: 5px;
					font-weight: normal;					
					display: inline;
					float: left;
					color: #fff;
				}

				.quick-links li:last-child {
					border-bottom: solid 1px #494949;
				}

				.quick-links li a {
					font-size: 14px;
					font-weight: normal;
					font-family: 'Roboto', sans-serif;
					line-height: 28px;
					display: block;
					color: #fff;
				}
.quick-links li a:hover {
    color: #0089cf;
    			text-decoration:underline !important;
}

	.footer-logo {
		text-align: center;
		padding-top: 45px;
	}

	.contact-info {}

		.contact-info h1 {
			font-size: 28px;
			font-weight: normal;
			line-height: 28px;
			color: #fff;
			margin-bottom: 20px;		
		}

		.contact-info p, .contact-info p a {
			font-size: 14px;
			line-height: 28px;
			color: #fff;
		}
			.contact-info p a:hover {
				color: #0089cf;
    			text-decoration:underline !important;
			}
				.contact-info p i:before {
					margin-right: 10px;
				}

			.contact-info p.ci-title {
				font-size: 16px;
				font-weight: bold;
				text-transform: uppercase;
				color: #0089cf;
			}

		.social-media {
			margin-top: 40px;
		}

			.social-media ul {
				padding: 0;
				margin: 0;
				text-align: right;
			}
				.social-media li {
					display: inline;
				}


/*------------------------------------*\
	$$FOOTER TEXT
\*------------------------------------*/
.footer-text {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
}

	.left-text, .right-text, .left-text a, .right-text a {
		font-size: 14px;
		color: #fff;
	}			
	
	.left-text { text-align: left;} 
	.right-text { text-align: right;}
		.left-text a, .right-text a {
			text-decoration: underline;
		}

			.left-text a:hover, .right-text a:hover {
				color: #0089cf;
			}

	.email-ci em:before, .tel-ci em:before {
		margin-right: 5px;
	}


/*------------------------------------*\
	$$INNER PAGE
\*------------------------------------*/
.ip-body-content {
	padding: 30px 0px;
}

.internal-page .hidden-ip {
	display: none;
}

	.ip-body-content h1.fancy {
		margin-bottom: 30px;
	}

	/** BODY CONTENT **/
	.content-entry {}
		
		.content-entry  h1,	
		.content-entry  h2, 
		.content-entry  h3, 
		.content-entry  h4, 
		.content-entry  h5 {
			font-size: 22px;
			font-weight: 500;
			line-height: 24px;
			color: #333;
			margin-bottom: 15px;
		}
			
		.content-entry p {
			font-size: 16px;
			color: #333333;
			line-height: 24px;
			margin-bottom: 20px;
		}

		.content-entry p.testi-date {
			color: #fff;
		}


		.content-entry b, .content-entry strong {
			font-weight: bold;
		}

			.call-us ,.call-us a {
				font-size: 22px;
				font-weight: normal;
				line-height: 22px;
				color: #0083c1;
				text-decoration: underline;
			}

.content-entry p a:hover {
    color: #0089cf;
    			text-decoration:underline !important;
}
	

	/** ASIDE **/
	.content-aside .book-service {
		height: auto;
		width: 100%;
		margin-top: 0;
		float: none;
		padding: 0 0 20px;
		margin: 0 auto;	
		-webkit-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.52);
		-moz-box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.52);
		box-shadow: 0px 0px 20px 3px rgba(204,204,204,0.52);	
	}

	.myob {
		margin: 20px auto 15px;
	}
		.myob img {
			width: 100%;
			height: auto;
		}


		.specialization {
			background: #2999cc;
			padding: 30px 20px;
		}
		
			.specialization h3 {
				font-size: 20px;
				font-weight: normal;
				line-height: 22px;
				color: #fff;
				text-transform: uppercase;
			}

			.specialization ul {
				padding: 0;
				margin: 0;
				text-indent: 10px;
				float: left;
			}
				.specialization li {
					float: left;
				}

					.specialization li:before {
						color: #fff;
						margin-right: 10px;
						opacity: .7;
					}

					.specialization li a {
						font-size: 16px;
						line-height: 37px;
						color: #fff;
						text-decoration: none;
					}
				
				.emergency {
					background:url("../images/emergency.png") center left no-repeat;
					font-size: 21px;
					text-transform: uppercase;
					color: #fff;
					padding-left: 70px;
					margin-top: 15px;
				}

					.emergency a {
						font-size: 24px;
						color: #fff;
						display: block;
						text-decoration: none;
					}

.emergency a:hover, .specialization li a:hover {
    	color: #0089cf;
    			text-decoration:underline !important;
}

/** SITE MAP **/

.sitemap {
	padding: 0;
	margin: 0;
}

	.sitemap li {
		display: inline-block;
		width: 100%;
		line-height: 30px;
	}

		.sitemap li:before {
			font-size: 10px;
			line-height: 28px;
			margin-right: 5px;
			font-weight: normal;					
			display: inline;
			float: left;
			color: #333333;
			content: "\f054";
			font-family: FontAwesome;
		}




#owl-aircon {
    text-align:center;
    font-size:20px;
    color:#333333;
}

#owl-aircon .owl-prev,
#owl-aircon .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 0;
}
#owl-aircon .owl-prev {
    left: 0%;
}
#owl-aircon .owl-next {
    right: 2%;
}
#owl-aircon .owl-prev:before,
#owl-aircon .owl-next:before {
    color: #8a8a8a;
    display: block;
    font-size: 22px;
    font-weight: 100;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}
#owl-aircon .owl-prev:before {
    content: "\f053";
}
#owl-aircon .owl-next:before {
    content: "\f054";
}

.aircon-company {
    margin-bottom:50px;
}

.aircon-company:before,
.aircon-company:after {
    content:"";
    height:1px;
    display:block;
    clear:both;
}


.aircon-company li {
    list-style:none;
    width:33.33333%;
    float:left;
    display:inline;
    text-align:center;
}

.aircon-company li img {
    width:100%;
    max-width:257px;
    height:auto;
}