/* =Reset default browser CSS
-------------------------------------------------------------- */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, iframe, img, ins, kbd, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, object, ol, ul, li, form, label, legend, span, table, caption, tbody, tfoot, thead, tr, th, td {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, address, big, strong, cite, code, tt, var {
	font-style: normal;
}

a {
	text-decoration: none;
}

/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body,
form, input, select, textarea, fieldset, button {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

html {
	
}

body {
	
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* =Custom Classes
-------------------------------------------------------------- */
.clear {
	clear: both;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {

}
.container {
	max-width:1060px;
	margin: 0 auto;
	width:80%;
}
/* =Header
-------------------------------------------------------------- */
#header {
	width:100%;
	float: left;
	background-color:#31b6b5;
}

#header .logo {
	float: left;
	margin:15px 0;
	width:30%;
}
#header .logo img{
	width:100%;
}

#header .address {
	width:240px;
	float: right;
	padding:0 0 0 15px;
	margin:40px 0 20px;
	border-left:7px solid #fff;
}
#header .address p {
	color:#fff;
	font-size:13px;
	line-height:17px;
	font-weight: normal;
}
#header .address p a{
	color:#fff;
}

#header .nav {
	float: right;
	width:688px;
}

#header .nav ul{
	float: left;
	width:100%;
    padding: 12px 0 23px;
}
#header .nav ul li{
	float: left;
	color:#fff;
	font-size:13px;
	line-height:17px;
	font-weight: normal;
	margin:0 11px 10px;
}
#header .nav ul li.home{
	margin-right:9px;
	margin-top: -3px;
	position: relative;
}
#header .nav ul li a{
	color:#fff;
	display:block;
	border-bottom:4px solid transparent;
}
#header .nav ul li.active a{
	border-bottom:4px solid #fff;
}

#header .nav ul li.home a{
	width:23px;
	height:20px;
	display:block;
	background-image: url('../images/home-icon-off.png');
	border:0;
}
#header .nav ul li.home:hover a,#header .nav ul li.home.active a{
	background-image: url('../images/home-icon-one.png');
	border:0;
}

#header .nav ul li:hover a,#header .nav ul li.active a{
	border-bottom:4px solid #fff;
}
#header .pull {
	display:none;
    float: right;
    clear: right;
	margin: 0 0 10px;
}
#header .pull a {
    float: right;
    border-top: 4px solid #fff;
    text-indent: -999999px;
    width: 35px;
    height: 24px;
    border-bottom: 4px solid #fff;
	position: relative;
}
#header .pull a:after {
	position: absolute;
	top:6px;
	left:0;
	content:"";
    width: 35px;
    border-bottom: 4px solid #fff;

}
/* =Main
-------------------------------------------------------------- */
#main {
width:100%;
float: left;
padding:38px 0 80px;
}
#slider {
	clear: both;
    position: relative;
	max-width:1184px;
	margin: 0 auto 16px;
	padding:0 65px;
}
#slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
 .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
	width:60px;
	height:60px;
	    text-indent: -99999px;
		background-color: #32b5b5;
    background-position: center center;
} 
.owl-controls .owl-buttons div:hover {
		background-color: #0067b4;
}
#slider .owl-prev {
    left: 0;
    background-image: url('../images/prev.png');
    
}
#slider .owl-next {
    right: 0;
	background-image: url('../images/next.png');
}
#main .heading-box {
    max-width: 1148px;
    margin: 0 auto 38px;
    min-height: 60px;
    position: relative;
    padding: 0 22px;
	width:95%;
}
#main .heading-box h2 {
    font-size: 32.66px;
    line-height: 25px;
    color: #fff;
    position: relative;
    font-weight: normal;
    padding: 34px 0 0;
    padding-left: 97px;
    width: 100%;
    background-color: #32b5b5
}
#main .heading-box:after {
	background-image: url('../images/heading-logo.png');
	content:"";
	width:115px;
	height:68px;
	position: absolute;
	top:-8px;
	left:0;
}

.view-galleries {
    max-width: 306px;
    border: 3px solid #32b5b5;
    float: right;
    vertical-align: middle;
    display: table;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #fff;
    padding: 2.4% 1% 3%;
    width: 29%;
    text-align: center;
}
.map-box .view-galleries {
    padding: 5.4% 1% 5%;
    width: 306px;
    margin: 47px 0 0;
}
.view-galleries span {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 18px;
    color: #333333;
    background-image: url('../images/camera.png');
    background-position: center left;
    padding: 4.2% 0;
    padding-left: 25%;
    font-weight: bold;
    background-size: auto 100%;
}

.content .left-box {
	max-width:725px;
	float: left;
	width:70%;
}
.content .left-box p {
	padding:4px 0 24px;
}
.content .left-box ul {
	padding:3px 0 23px;
}
.bottom-panel {
	width:100%;
	float: left;
}
.bottom-panel .title {
	padding:3px 0 27px;
}
.content .specialise-list {
	width:50%;
	float: left;
	padding-left:0;
}
.content .specialise-list ul {
	padding-left:18px;
}
.content .specialise-list ul li{
	-webkit-padding-start: 18px;
}
.content .specialise-list li {
	width:100%;
	list-style-type: disc;
}

.content  {
	font-size:17px;
	line-height:27px;
	color:#333333;
}
.furniture-panel h4 {
	padding:3px 0 27px;
}
.top-panel {
	width:100%;
	float: left;
	padding:0 0 3px;
}
.address {
    float: left;
    width: 37%;
	padding-right:35px;
    font-weight: bold;
}
.contact-box p{
	padding:4px 0 24px;
}
.address p a{
    color:#333333;
}
.address p a:hover{
    text-decoration: underline;
}
.right-list {
	float: left;
	width:63%;
	font-weight: bold;
	list-style-type: decimal;
}
.right-list li {
	padding-left:15px;
}
.map-box {
	float: right;
	max-width:530px;
	width:50%;
}
.contact {
	width:50%;
	float: left;
	padding-right:89px;
	
}
.contact .input-group {
	width:100%;
	float: left;
	margin:6px 0 12px;
}
.contact .captcha {
	width:100%;
	float: left;
}
.contact .select-group {
	width:100%;
	float: left;
	margin:0 0 20px;
}
.contact .input-group input {
	width:100%;
	float: left;
	height:42px;
	line-height:42px;
	padding:0 10px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color:#f9f9f9;
border:1px solid #d3d3d3;
font-size:17px;
	line-height:27px;
	color:#333333;
}
.contact .input-group label {
	font-size: 17px;
    line-height: 22px;
    color: #333333;
    display: block;
}
.thank_you {
    background-color: #5bb75b;
    color: #fff;
    padding: 10px!important;
    line-height: 22px;
    font-size: 18px;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.contact .input-group .error {
	font-size: 12px;
    line-height: 22px;
    color: red;
}
.contact .input-group sup {
    color: #ff0000;
	padding:0 10px;
	font-size:17px;
}
.contact .select-group select {
	width:100%;
	float: left;
	height:42px;
	line-height:42px;
	padding:0 10px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color:#f9f9f9;
border:1px solid #d3d3d3;
font-size:17px;
	color:#333333;
}
.contact .input-group textarea {
	width:100%;
	float: left;
	height:126px;
	padding:10px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color:#f9f9f9;
border:1px solid #d3d3d3;
font-size:17px;
	line-height:22px;
	color:#333333;
resize:none;
}
.contact .submit {
	width:120px;
	float: left;
	height:54px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#32b5b5;
	border:0;
	font-size:17px;
	line-height:22px;
	cursor: pointer;
	color:#fff;
	resize:none;
	text-transform: capitalize;
	margin: 10px 0;
}
.gallery {
	width:100%;
	float: left;
}
.gallery ul {

	float: left;
	text-align: center;
	margin:0 -15px
}
.gallery ul li {
	display:inline-block;
	margin:13px;
}
.gallery ul li img {
	width:151px;
	float: left;
}
.mfp-bg {
    background: #fff !important;
}
.mfp-bottom-bar {
    min-height: 60px;
    padding: 0;
	width:95%;
}
.mfp-bottom-bar .mfp-title {
    font-size: 32.66px;
    line-height: 25px;
    color: #fff;
    position: relative;
    font-weight: normal;
    padding: 34px 0 0;
    padding-left: 97px;
    width: 100%;
    background-color: #32b5b5;
}
.mfp-bottom-bar:after {
	background-image: url('../images/heading-logo.png');
	content:"";
	width:115px;
	height:68px;
	position: absolute;
	top:-8px;
	left:-22px;
}
.mfp-counter {
	display:none;
}
.mfp-image-holder .mfp-close {
	background-image: url('../images/close.png');
	width:32px !important;
	height:32px;
	color: transparent !important;
    right: 20px !important;
    top: 5.5% !important;
}
.mfp-figure figure {
    margin: 12% 0 0 !important;
}
.mfp-figure:after {
 background: transparent !important;
}
img.mfp-img {
    max-height: 100%!important;
}
.mfp-arrow-left {
    left: 0;
}
img.mfp-img {
    padding: 0!important;
}
button.mfp-arrow{
    margin-top: 0!important;
	width:60px !important;
	height:60px !important;
	background-color: #32b5b5 !important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
} 
button.mfp-arrow:hover {
		background-color: #0067b4;
}
.mfp-arrow-left {
    left: 0;
    background-image: url('../images/prev.png')!important;
    
}
.mfp-arrow-right {
    right: 0;
	background-image: url('../images/next.png')!important;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: initial!important;
}
.mfp-figure:after {
    box-shadow: none!important;
    background: transparent !important;
}
.content {
	width:100%;
	float: left;
	position: relative;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	width:100%;
	float: left;
	background-color:#31b6b5;
	min-height:350px;
	padding:0 0 90px;
	border-top:1px dashed #000;
}
#footer p.experience {
	font-size:27px;
	line-height:28px;
	    padding: 35px 0;
	color:#fff;
	font-weight:normal;
	text-align: center;
}

#footer .copyright{
    max-width: 1018px;
    display: table;
	width:97%;
	margin: 0 auto;
}
#footer .box{
    width: 40%;
    vertical-align: bottom;
    display: table-cell;
}
#footer .sub-logo{
    width: 20%;
}
#footer .sub-logo .logo{
    width: 100%;
}
#footer .sub-logo .logo img{
    width: 100%;
}
#footer .box p{
    padding:11px 0;
}
#footer .box .logo{
    margin:0 0 0;
	display:block;
}
#footer p {
	font-size:17px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
}
#footer p a{
	color:#fff;
}
#footer p a:hover{
    border-bottom: 2px solid #fff;
}
#footer .right-panel {
	text-align: right;
}

#footer .top-cat {
	position: relative;
	max-width:1274px;
	margin:0 auto;
	min-height:90px;
	}
#footer .cat {
	position: absolute;
	top:-18px;
	left:0;
}

@media screen and (max-width: 1024px) {
	#header .logo {
		width: 199px;
	}
	#footer p {
	font-size:16px;

	font-weight:normal;
}
}
@media screen and (max-width: 768px) {
	#header .logo {
		width: 199px;
	}
	#header .nav {
		width: 100%;
		display:none;
	}
	#header .pull {
		display:block;
	}
	#header .nav ul li {
		width:100%;
		text-align: center;
	}
	#header .nav ul li.home a {
		display: inline-block;
	}
	#header .nav ul li a {
		display: inline-block;
	}
	#footer .box {
		width: 100%;
		display: block;
		text-align: center;
	}
	#footer .right-panel {
		text-align: center;
	}
	#footer .sub-logo .logo {
		width: 160px;
		margin:0 auto;
	}
	#footer p.experience {
		font-size: 20px;
		line-height: 22px;
	}
	#footer .top-cat {
		min-height: 10px;
	}
	#footer .box p {
		padding: 0px 0;
	}
	.content .left-box {
		max-width:100%;
		width:100%;
	}
	.view-galleries {
		float: none;
		padding: 4% 1% 4%;
		width: 240px;
		margin: 0 auto;
	}
	.content .specialise-list {
		width:100%;
	}
	.map-box ,.contact {
		width:100%;
		padding-right:0;
		max-width:100%;
		margin-bottom:20px;
		
	}
	.map-box iframe {
		height:320px!important;
		margin-bottom: 20px;
	}
	.address {
		width: 100%;
		padding-right: 0;
	}
	.right-list {
		width: 100%;
		padding-left: 18px;
	}
	.mfp-bottom-bar .mfp-title {
			font-size: 20px;
	}
	#main .heading-box {
		margin: 0 auto 20px;
		min-height: 38px;
		padding: 0 12px;
		width: 100%;
	}
	.container {
		width: 90%;
	}
	
	.mfp-bottom-bar{
		min-height: 38px;
	}
	#main .heading-box h2 {
		font-size: 20px;
		line-height: 22px;    
		padding: 16px 0 0;
		padding-left: 69px;
	}
	.mfp-bottom-bar .mfp-title{
	font-size: 17px;
		line-height: 22px;    
		padding: 16px 0 0;
		padding-left: 69px;
	}
	.mfp-bottom-bar:after{
		width: 80px;
		height: 47px;
		background-size: 100% 100%;
	}
	.mfp-image-holder .mfp-close {
		width: 20px !important;
		height: 20px;
		right: 10px !important;
		top: 1.6% !important;
		background-size: 100% 100%;
	}
	.mfp-figure figure {
		margin: 40px 0 0 !important;
	}
	img.mfp-img {
		padding: 0!important;
	}
	#main .heading-box:after {
		width: 80px;
		height: 47px;
		left:4px;
		background-size: 100% 100%;
	}
	button.mfp-arrow {
		width: 35px !important;
		height: 37px !important;
	}
	.owl-buttons div {
		display:none;
	}
	#slider {
		padding: 0 ;
	}
	#main {
		padding: 10px 0 80px;
	}
	.map-box .view-galleries {
		width: 250px;
		margin: 47px auto 0;
	}
	.view-button {
		position: absolute;
		bottom: 0;
		left:0;
		width:100%;
	}
	.content {
		padding-bottom:160px;
	}
	.home .content {
		padding-bottom:0;
	}
}
@media screen and (max-width: 640px) {
	#header .logo {
		width: 230px;
		float: none;
		margin: 20px auto 0;
		display: block;
	}
	#header .address {
		float: none;
		margin: 15px auto 20px;
		padding:0 0 10px;
		border-bottom: 7px solid #fff;
		border-left: 0;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	#main .heading-box h2 {
		font-size: 18px;
	}
	.owl-controls .owl-buttons div {
		top: 40%;
	}
	.gallery ul li img {
		width: 250px;
	}
}