body {
	background: #fff;
	margin: 0 auto;
}
input:focus, select:focus {
	outline: none;
}
a:focus {
	outline: none;
}

header{
	overflow:hidden;
}
.top-bar{
	background:#808080;
	border-bottom:5px solid #32c8fa;
	padding: 5px 0;
}
.phone-hour{
	overflow:hidden;
}
.phone-hour ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.phone-hour ul li{
	float:left;
	margin-right: 5%;
	font-family: 'Rubik', sans-serif;
	font-size:24px;
	color:#fff;
	font-weight:bold;
}
.phone-hour ul li .fa{
	color:#000;
}
.top-social{
	overflow:hidden;
	float:right;
}
.top-social ul{
	float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 65%;
}
.top-social ul li{
	float: left;
    line-height: 0;
    margin-left: 4%;
}
.top-social ul li a{
	font-size: 35px;
}
.top-social ul li a .fa{
	color:#fff;
}
.logo {
    margin: 1% auto;
}
.logo img {
    margin: 0 auto;
}
.menu{
	background:#000;
	border-bottom:7px solid #32c8fa;
}
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu ul li{
	float:left;
}
.menu ul li a{
	color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 24px;
    /*padding: 15px 52.74px;*/
    text-decoration: none;
}
.menu ul li a:hover, .menu ul li.active a{
	background:#32c8fa;
}
.menu ul li:last-child {
    float: right;
}
.banner{
	position:relative;
	overflow:hidden;
}
.banner img{
	width:100%;
}
.banner-text{
	color: #000;
    font-family: "Rubik",sans-serif;
    font-size: 40px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.welcome-text{
	overflow:hidden;
	margin:2% 0;
}
.welcome-heading{
    color: #808080;
    font-family: "Rubik",sans-serif;
    font-size: 48px;
    text-align: center;
}
.blue-text{
    color: #32c8fa;
    font-weight: bold;
}
.welcome-heading-details{
    color: #000;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
	margin-bottom:1%;
}
.welcome-details{
    color: #000;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 85%;
	line-height:30px;
}
.our-service{
	overflow:hidden;
	margin:1% 0 2%;
}
.our-service-heading{
    color: #808080;
    font-family: "Rubik",sans-serif;
    font-size: 36px;
    font-weight: bold;
	margin-left: 15px;
}
.our-service-part-blue{
	background: #32c8fa none repeat scroll 0 0;
    float: left;
    margin: 0 17px;
    padding: 2% 2% 1%;
    width: 47%;
}
.our-service-part-blue img{
	float:left;
	margin-right: 5%;
}
.our-service-part-heading{
    color: #fff;
    float: left;
    font-family: "Rubik",sans-serif;
    font-size: 32px;
    font-weight: bold;
	width: 70%;
}
.our-service-part-heading-details{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 20px;
}
.our-service-part-details{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    height: 200px;
    text-align: justify;
}
.semi-bold{
	font-weight:500;
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    padding-top: 4%;
}
.our-service-part-blue a{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
	font-weight:500;
	float:right;
	text-decoration:none;
}
.our-service-part-grey{
	background: #808080 none repeat scroll 0 0;
    float: left;
    margin: 0 17px;
    padding: 2% 2% 1%;
    width: 47%;
}
.our-service-part-grey img{
	float:left;
	margin-right: 5%;
}
.our-service-part-grey a{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
	font-weight:500;
	float:right;
	text-decoration:none;
}
.our-24-7-service{
	overflow:hidden;
	margin:0 0 1% 15px;
	width:55%;
	float:left;
}
.our-24-7-service-heading{
    color: #808080;
    font-family: "Rubik",sans-serif;
    font-size: 36px;
	font-weight:bold;
}
.our-24-7-service ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.our-24-7-service ul li{
	margin:15px 0;
	background:#808080;
	padding:38px 15px;
}
.our-24-7-service ul li a{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 32px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.our-24-7-service ul li:hover, .our-24-7-service ul li.active{
	background:#32c8fa;
}
.enquiry-form{
	float: left;
    margin: 0 0 1% 25px;
    overflow: hidden;
    width: 40%;
}
.enquiry-form-heading{
    color: #808080;
    font-family: "Rubik",sans-serif;
    font-size: 36px;
	font-weight:bold;
}
/*.enquiry-form img {
    margin-top: 15px;
}*/
.enquiry-form-part{
	background:#e1e1e2;
	margin-top: 3%;
    padding: 2% 5%;
}
.enquiry-form-input input {
    padding: 3px 5px;
    width: 100%;
}
.enquiry-form-textarea textarea {
    height: 110px;
    margin-bottom: 13px;
}
.enquiry-form-btn input {
    background: #42c7f7 none repeat scroll 0 0 !important;
    border: 1px solid #92a6ca !important;
    border-radius: 5px !important;
    padding: 2% !important;
    text-align: center !important;
    text-transform: none !important;
    width: 25% !important;
}
.latest-product{
	margin: 0 0 2%;
    overflow: hidden;
}
.latest-product-heading{
    color: #808080;
    font-family: "Rubik",sans-serif;
    font-size: 36px;
	font-weight:bold;
	margin-left:15px;
}
.latest-product-part{
	background: #e1e1e2 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 2%;
    width: 97%;
}
.owl-pagination {
    display: none;
}
.owl-wrapper-outer {
    margin: 0 auto !important;
    width: 97% !important;
}
.item img {
    border: 8px solid #fff;
}
.owl-prev {
    float: left;
    margin: -9% 0 0 -1%;
}
.owl-next {
    float: right;
	margin: -8% -1% 0 0;
}

footer{
	background: #7c8080 none repeat scroll 0 0;
    overflow: hidden;
    padding: 2%;
}
.footer-menu{
	margin: 0 auto 2%;
    overflow: hidden;
    width: 50%;
}
.footer-menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.footer-menu ul li{
	border-right: 2px solid #fff;
    float: left;
    line-height: 18px;
    margin: 0 1%;
}
.footer-menu ul li:last-child{
	border-right:none;
}
.footer-menu ul li a{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
	text-decoration:none;
	padding-right: 14px;
}
.footer-part{
	overflow:hidden;
}
.footer-part-heading{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 30px;
	font-weight:bold;
}
.footer-part-text{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 30px;
}
.footer-part-text a{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 19px;
	text-decoration:none;
}
.footer-social{
	overflow:hidden;
}
.footer-social ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.footer-social ul li{
	float:left;
	margin-right:2%;
	font-size:35px;
}
.footer-social ul li a .fa{
    color: #fff;
}
.footer-bottom{
	background: #3bc7f8 none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px;
}
.footer-left{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 14px;
	float:left;
}
.footer-right{
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 14px;
	float:right;
}
.footer-right a{
    color: #fff;
	text-decoration:none;
}




.about-content {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
}

.about-banner{
width:100%;
height:327px;
}

.about-banner a img{
width:100%; 
}


.sub-title{
color: rgb(50, 200, 250); font-size: 25px;
}

.about-text{
width:95%;
margin:0 auto;
}

.sub-title-main{
color: rgb(50, 200, 250); font-size: 25px; width:95%; margin:0 auto;
}

.content-left{
float:left; width:63%; height:100%; overflow:hidden;
}

.content-right{
float:right; width:35%; height:100%; overflow:hidden; background:#e1e1e2; padding:10px 0;
}

.content-right ul li{
float:left;
margin:5px; list-style:none; border:5px solid #fff !important; 
}

.content-right ul li img{
-webkit-transition: 0.4s ease;
  transition: 0.4s ease; width:100%;
}


.content-right ul li img:hover{
opacity:0.5; width:100%; height:100%;
-webkit-transform: scale(1.08);
transform: scale(1.08);}

.content-area-mid{
width:100%; padding:10px 0;
}

.contact-btn{
background:#42c7f7;
color:#000;
padding:10px;
}

.contact-details-right div.footer-part-heading{
color:#808080;
}

.contact-details-right div.footer-part-text{
color:#32C8FA;
}

.contact-details-right div.footer-part-text a{
color:#32C8FA;
}


.contact-details-right div.footer-social ul li a i{
color:#32C8FA;
}

.content-right div.footer-part{
margin-bottom:15px;
}


#wpcf7-f160-p15-o1 input{
width:60%;
border:2px solid #46D5FC; border-radius:4px; padding:4px; margin:5px 0 10px;
}


#wpcf7-f160-p15-o1 textarea{
width:60%;
border:2px solid #46D5FC; border-radius:4px; margin:10px 0; padding:4px;
}

#wpcf7-f160-p15-o1 input.wpcf7-submit{
font-size:16px;
}



@media only screen and (max-width : 320px)
{
	.phone-hour ul li {
		float: left;
		font-size: 18px;
	}
	
	.top-social ul {
		float: none;
		margin: 0 auto;
		width: 42%;
	}
	
	.logo img {
		width: 75%;
	}
	
	.primary-navigation.toggled-on {
		padding: 0 !important;
	}
	
	.menu ul li {
		float: none;
		text-align: center;
	}
	
	.menu ul li:last-child {
		float: none;
	}
	
	.banner-text{
		font-size:20px;
	}
	
	.ms-slide-info {
		bottom: -30px !important;
	}
	
	.welcome-heading {
		font-size: 32px;
		line-height: 30px;
	}
	
	.welcome-details {
		font-size: 16px;
		line-height: 20px;
	}
	
	.our-service-heading {
		font-size: 26px;
	}
	
	.our-service-part-blue {
		float: none;
		margin: 0 0 2%;
		padding: 2% 4% 10%;
		width: 100%;
	}
	
	.our-service-part-blue img {
		float: none;
		margin: 0 auto;
	}
	
	.our-service-part-heading {
		width: 100%;
	}
	
	.our-service-part-heading-details {
		font-size: 18px;
	}
	
	.our-service-part-details {
		font-size: 16px;
		height: auto;
	}
	
	.our-service-part-grey {
		float: none;
		margin: 0 0 2%;
		padding: 2% 2% 13%;
		width: 100%;
	}
	
	.our-service-part-grey img {
		float: none;
		margin: 0 auto;
	}
	
	.our-24-7-service {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.our-24-7-service-heading {
		font-size: 30px;
	}
	
	.our-24-7-service ul li {
		margin: 10px 0;
		padding: 10px 15px;
	}
	
	.our-24-7-service ul li a {
		font-size: 14px;
	}
	
	.enquiry-form-heading {
		font-size: 30px;
	}
	
	.enquiry-form {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.enquiry-form-btn input {
		width: 40% !important;
	}
	
	.latest-product-heading {
		font-size: 30px;
	}
	
	.latest-product-part {
		width: 100%;
	}
	
	.owl-wrapper-outer {
		width: 80% !important;
	}
	
	.owl-prev {
		margin: -33% 0 0 0;
	}
	
	.owl-next {
		margin: -34% 0% 0 0;
	}
	
	.footer-menu ul li {
		border-right: medium none;
		float: none;
		margin: 4% 0;
		text-align: center;
	}
	
	.footer-menu ul li a {
		padding-right: 0;
	}
	
	.footer-part {
		text-align: center;
	}
	
	.footer-social ul {
		margin: 0 auto;
		overflow: hidden;
		width: 45%;
	}
	
	.footer-social ul li {
		margin: 0 3%;
	}
	
	.footer-bottom {
		padding: 15px 5px;
	}
	
	.footer-left {
		float: none;
		font-size: 14px;
	}
	
	.footer-right {
		float: none;
		font-size: 14px;
	}
	
	.entry-title {
		font-size: 24px !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding-top: 10% !important;
	}
	
	.about-banner {
		height: auto;
	}
	
	.sub-title-main {
		line-height: 30px;
		width: 100%;
	}
	
	.content-left {
		width: 100% !important;
	}
	
	.content-right {
		width: 100%;
	}
	
	.content-right ul {
		margin: 0;
	}
	
	.content-right ul li {
		float: none;
		margin: 5px auto;
		width: 70%;
	}
	
	.sub-title{
		font-size: 25px !important;
	}
	
	.ngg-gallery-thumbnail-box {
		float: none !important;
		margin: 0 auto !important;
		overflow: hidden;
		width: 70% !important;
	}
	
	.ngg-gallery-thumbnail {
		width: 100% !important;
	}
	
	.ngg-gallery-thumbnail img {
		width: 98%;
	}
	
	.content-left input {
		width: 100% !important;
	}
	
	.content-left textarea {
		width: 100% !important;
	}
	
	.enquiry-form-btn input {
		width: 45% !important;
	}
	
	.footer-social ul {
		margin: 0 auto;
		width: 45%;
	}
	
	.footer-social ul li {
		float: left;
		width: auto;
	}

}

@media only screen and (min-width : 321px) and (max-width : 480px)
{
	.phone-hour ul li {
		float: left;
		font-size: 18px;
	}
	
	.top-social ul {
		float: none;
		margin: 0 auto;
		width: 42%;
	}
	
	.logo img {
		width: 75%;
	}
	
	.primary-navigation.toggled-on {
		padding: 0 !important;
	}
	
	.menu ul li {
		float: none;
		text-align: center;
	}
	
	.menu ul li:last-child {
		float: none;
	}
	
	.banner-text{
		font-size:20px;
	}
	
	.ms-slide-info {
		bottom: -30px !important;
	}
	
	.welcome-heading {
		font-size: 32px;
		line-height: 30px;
	}
	
	.welcome-details {
		font-size: 16px;
		line-height: 20px;
	}
	
	.our-service-heading {
		font-size: 26px;
	}
	
	.our-service-part-blue {
		float: none;
		margin: 0 0 2%;
		padding: 2% 4% 10%;
		width: 100%;
	}
	
	.our-service-part-blue img {
		float: none;
		margin: 0 auto;
	}
	
	.our-service-part-heading {
		width: 100%;
	}
	
	.our-service-part-heading-details {
		font-size: 18px;
	}
	
	.our-service-part-details {
		font-size: 16px;
		height: auto;
	}
	
	.our-service-part-grey {
		float: none;
		margin: 0 0 2%;
		padding: 2% 2% 13%;
		width: 100%;
	}
	
	.our-service-part-grey img {
		float: none;
		margin: 0 auto;
	}
	
	.our-24-7-service {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.our-24-7-service-heading {
		font-size: 30px;
	}
	
	.our-24-7-service ul li {
		margin: 10px 0;
		padding: 10px 15px;
	}
	
	.our-24-7-service ul li a {
		font-size: 14px;
	}
	
	.enquiry-form-heading {
		font-size: 30px;
	}
	
	.enquiry-form {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.enquiry-form-btn input {
		width: 40% !important;
	}
	
	.latest-product-heading {
		font-size: 30px;
	}
	
	.latest-product-part {
		width: 100%;
	}
	
	.owl-wrapper-outer {
		width: 70% !important;
	}
	
	.owl-prev {
		margin: -30% 0 0 0;
	}
	
	.owl-next {
		margin: -30% 0% 0 0;
	}
	
	.footer-menu ul li {
		border-right: medium none;
		float: none;
		margin: 4% 0;
		text-align: center;
	}
	
	.footer-menu ul li a {
		padding-right: 0;
	}
	
	.footer-part {
		text-align: center;
	}
	
	.footer-social ul {
		margin: 0 auto;
		overflow: hidden;
		width: 45%;
	}
	
	.footer-social ul li {
		margin: 0 3%;
	}
	
	.footer-bottom {
		padding: 15px 5px;
	}
	
	.footer-left {
		float: none;
		font-size: 14px;
	}
	
	.footer-right {
		float: none;
		font-size: 14px;
	}
	
	.entry-title {
		font-size: 26px !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding-top: 10% !important;
	}
	
	.about-banner {
		height: auto;
	}
	
	.sub-title-main {
		line-height: 30px;
		width: 100%;
	}
	
	.content-left {
		width: 100% !important;
	}
	
	.content-right {
		width: 100%;
	}
	
	.content-right ul {
		margin: 0;
	}
	
	.content-right ul li {
		float: none;
		margin: 5px auto;
		width: 70%;
	}
	
	.sub-title{
		font-size: 25px !important;
	}
	
	.ngg-gallery-thumbnail-box {
		float: none !important;
		margin: 0 auto !important;
		overflow: hidden;
		width: 70% !important;
	}
	
	.ngg-gallery-thumbnail {
		width: 100% !important;
	}
	
	.ngg-gallery-thumbnail img {
		width: 98%;
	}
	
	.content-left input {
		width: 100% !important;
	}
	
	.content-left textarea {
		width: 100% !important;
	}
	
	.enquiry-form-btn input {
		width: 45% !important;
	}
	
	.footer-social ul {
		margin: 0 auto;
		width: 41%;
	}
	
	.footer-social ul li {
		float: left;
		width: auto;
	}

}

@media only screen and (min-width : 481px) and (max-width : 767px)
{
	.phone-hour {
		float: left;
		width: 60%;
	}
	
	.top-social {
		width: 40%;
	}
	
	.primary-navigation.toggled-on {
		padding: 0 !important;
	}
	
	.menu ul li {
		float: none;
		text-align: center;
	}
	
	.menu ul li:last-child {
		float: none;
	}
	
	.ms-slide-info {
		bottom: -45px !important;
	}
	
	.banner-text{
		font-size:24px;
	}
	
	.welcome-heading {
		font-size: 44px;
	}
	
	.welcome-details {
		line-height: 26px;
		width: 100%;
	}
	
	.our-service-part-blue {
		margin: 0 8px;
	}
	
	.our-service-part-blue img {
		float: none;
		margin: 0 auto;
	}
	
	.our-service-part-grey {
		margin: 0 8px;
	}
	
	.our-service-part-grey img {
		float: none;
		margin: 0 auto;
	}
	
	.our-service-part-heading {
		width: 100%;
	}
	
	.our-service-part-heading-details {
		font-size: 18px;
	}
	
	.our-service-part-details {
		height: 370px;
	}
	
	.our-24-7-service {
		margin: 0;
		width: 100%;
	}
	
	.our-24-7-service ul li {
		padding: 15px;
	}
	
	.enquiry-form {
		margin: 0;
		width: 100%;
	}
	
	.latest-product-part {
		width: 100%;
	}
	
	.item {
		width: 90%;
	}
	
	.owl-prev {
		float: left;
		margin: -14% 0 0 -10px;
	}
	
	.owl-next {
		float: right;
		margin: -14% -10px 0 0;
	}
	
	.footer-menu {
		width: 93%;
	}
	
	.footer-part {
		float: left;
		width: 50%;
	}
	
	.entry-title {
		font-size: 26px !important;
    line-height: 5px !important;
    margin: 0 !important;
    padding-top: 10% !important;
	}
	
	.about-banner {
		height: auto;
	}
	
	.content-left {
		width: 100% !important;
	}
	
	.content-right {
		width: 100%;
	}
	
	.content-right ul li {
		width: 22%;
	}
	
	.ngg-galleryoverview {
		margin: 0 auto !important;
		width: 86% !important;
	}
	
	.enquiry-form-input input {
		width: 100% !important;
	}
	
	.enquiry-form-textarea textarea {
		width: 100% !important;
	}
	
	.footer-social ul li {
		width: 10% !important;
	}

.ngg-gallery-thumbnail-box {
    float: left;
    width: 49%;
}

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)
{
	.phone-hour {
		float: left;
		width: 60%;
	}
	
	.top-social {
		width: 40%;
	}
	
	.primary-navigation.toggled-on {
		padding: 0 !important;
	}
	
	.menu ul li {
		float: none;
		text-align: center;
	}
	
	.menu ul li:last-child {
		float: none;
	}
	
	.ms-slide-info {
		bottom: -45px !important;
	}
	
	.banner-text{
		font-size:24px;
	}
	
	.welcome-heading {
		font-size: 44px;
	}
	
	.welcome-details {
		line-height: 26px;
		width: 100%;
	}
	
	.our-service-part-blue {
		margin: 0 8px;
	}
	
	.our-service-part-blue img {
		float: none;
		margin: 0 auto;
	}
	
	.our-service-part-grey {
		margin: 0 8px;
	}
	
	.our-service-part-grey img {
		float: none;
		margin: 0 auto;
	}
	
	.our-service-part-heading {
		width: 100%;
	}
	
	.our-service-part-heading-details {
		font-size: 18px;
	}
	
	.our-service-part-details {
		height: 300px;
	}
	
	.our-24-7-service {
		margin: 0;
		width: 100%;
	}
	
	.our-24-7-service ul li {
		padding: 15px;
	}
	
	.enquiry-form {
		margin: 0;
		width: 100%;
	}
	
	.latest-product-part {
		width: 100%;
	}
	
	.item {
		width: 90%;
	}
	
	.owl-prev {
		float: left;
		margin: -14% 0 0 -10px;
	}
	
	.owl-next {
		float: right;
		margin: -14% -10px 0 0;
	}
	
	.footer-menu {
		width: 80%;
	}
	
	.footer-part {
		float: left;
		width: 50%;
	}
	
	.entry-title {
		font-size: 32px !important;
    line-height: 5px !important;
    margin: 0 !important;
    padding-top: 10% !important;
	}
	
	.about-banner {
		height: auto;
	}
	
	.content-left {
		width: 100% !important;
	}
	
	.content-right {
		width: 100%;
	}
	
	.content-right ul li {
		width: 22%;
	}
	
	.ngg-galleryoverview {
		margin: 0 auto !important;
		width: 90% !important;
	}
	
	.enquiry-form-input input {
		width: 100% !important;
	}
	
	.enquiry-form-textarea textarea {
		width: 100% !important;
	}
	
	.footer-social ul li {
		width: 10% !important;
	}

.ngg-gallery-thumbnail-box {
    width: 49%;
}

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)
{
	.phone-hour {
		width: 45%;
	}
	
	.top-social {
		width: 20%;
	}
	
	.primary-navigation a {
		padding: 15px 28px !important;
	}
	
	.our-service-part-blue {
		width: 46%;
	}
	
	.our-service-part-grey {
		width: 46%;
	}
	
	.our-service-part-heading {
		font-size: 30px;
		width: 65%;
	}
	
	.our-service-part-heading-details {
		font-size: 17px;
	}
	
	.semi-bold {
		height: 80px;
		padding-top: 7%;
	}
	
	.our-service-part-details {
		height: 215px;
	}
	
	.our-24-7-service ul li {
		padding: 42px 15px;
	}
	
	.our-24-7-service ul li a {
		font-size: 26px;
	}
	
	.item {
		width: 85%;
	}
	
	.owl-prev {
		margin: -11% 0 0 -10px;
	}
	
	.owl-next {
		margin: -11% -10px 0 0;
	}
	
	.footer-menu {
		width: 61%;
	}
	
	.entry-title {
		line-height: 20px !important;
		margin: 0 !important;
	}
	
	.about-banner {
		height: auto;
	}
	
	.content-left {
		width: 48% !important;
	}
	
	.content-right {
		width: 50%;
	}
	
	.ngg-galleryoverview {
		margin: 0 auto 0 !important;
		width: 98% 0 !important;
	}
	
	.enquiry-form-input input {
		width: 100% !important;
	}
	
	.enquiry-form-textarea textarea {
		width: 100% !important;
	}
	
	.enquiry-form-btn input {
		width: 40% !important;
	}

.ngg-gallery-thumbnail-box {
    width: 33%;
}

}

@media screen and (min-width: 1920px)
{

}

