@charset "utf-8";
/* CSS Document */
body {margin:0 auto; padding:0; font-family: 'Montserrat', sans-serif; letter-spacing: 0.4px;}
a, a:hover, a:focus{outline:none;} 
::-moz-selection {background: #ffc82a;color: #000; }
::-webkit-selection {background: #ffc82a;color: #000; }
a, a:hover {-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;text-decoration:none;}

a, a:visited {
	color: #0087cc;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
	color: #ff7b29;
}

.navbar {
	margin:0;
	padding:0;
	z-index:999;
	width:100%;
	border-bottom:1px solid #f0f0f0;
}

.main-nav {
	background:#fff !important;
}

.main-nav a{
	color:#CCC;
}

.navbar ul li{	
	padding:0 12px!important;
}

.navbar ul li a {
	color:#000 !important;
	padding:19px 0;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1.2px;
	font-weight:600;
}

.navbar ul li a:hover{
	color:#c58e42!important;
}

.navbar-nav {padding:0 0 0 250px!important;}

.navbar-toggler {
	color:#CCC !important;
}

/* shows the dropdown menu on hover */
.navbar 
.dropdown:hover 
.dropdown-menu, 
.navbar 
.dropdown 
.dropdown-menu:hover {
  	display:block;
  	visibility: visible;
  	opacity: 1;
  	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar .dropdown-menu {
  	border: 1px solid rgba(0,0,0,.15);
  	background-color: #fff;
	opacity: 0.3;
    filter: alpha(opacity=53); /* For IE8 and earlier */
  	padding:0;
	margin-top:0;
}

.dropdown-menu a {
	padding:15px 20px!important;
	display:block;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	text-transform:none!important;
	font-size:12px!important;
	font-weight: 400!important;
	letter-spacing: 0.5!important;
}

.dropdown-menu a:last-child{
	border-bottom:none;
}

.dropdown-menu a:hover{
	background:#22262a!important;
	text-decoration:none;
}

.logo {color:#FC0 !important; 
	z-index:999;
	margin:0;
	padding:0;
	position:absolute;
}

.logo img {width:75%; margin:75px 0 0 0; padding:0;}

.banner-section {
	margin:0;
	padding:0;
}

.ht-navbar {
	height:0;
}

.social {
	font-size:16px;
	color:#C00;
}

.welcome-section {
	margin: 0 auto;
	padding: 100px 0;
	height: auto;
	background: #f6f6f6;
}

.line-title-left {
	background: #9e2523;
	width: 15%;
	margin: 20px 0;
	padding: 0;
	height: 1px;
}

.welcome-section-left{
	margin: 0;
	padding: 0 100px 0 25px;
	text-align: left;
}

.welcome-section-left h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #000;
}

.welcome-section-left h2{
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 400;
	color: #9e2523;
	letter-spacing: 0;
}

.welcome-section-left p{
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 45px 0;
	padding: 0;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.5px;
}

a.viewmore {
	margin: 0;
	padding: 15px 25px;
	border: 1px solid #9e2523;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #9e2523;
}

a.viewmore:hover{
	background: #22262a;
	color: #fff;
}

a.download {
	margin: 0 0 0 10px;
	padding: 15px 25px;
	border: 1px solid #9e2523;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #9e2523;
}

a.download:hover{
	background: #22262a;
	color: #fff;
}


.welcome-section-right{
	margin: 0;
	padding: 0;
}

.benchmark-section {
	margin: 0 auto;
	padding: 100px 0;
	height: auto;
	text-align: center;
}

.line-title-center {
	width:15%;
	height:1px;
	background:#ac800b;
	margin:20px auto;
}

.benchmark-section h1{
	font-size:30px;
	color:#ac800b;
	margin:0;
	padding:0;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
}

#rig {
    max-width:1100px;
    margin:15px auto 0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
	font-weight:300;
}

#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:24%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding-left:1px;
}

#rig h4{
	font-size:18px;
	color:#ac800b;
	line-height:20px;
	padding:10px 0 0 15px;
	margin:15px 0 0 0;
	font-weight:300px;
	text-transform:uppercase;
}

#rig h4 span{
	font-size:11px;
	color:#000;
}

.rig-cell {
    display:block;
    position: relative;
    overflow:hidden;
}

.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover .rig-img {
    transform:scale(1.25);
}

.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background:#000;
   /* background-size:50px 50px;*/
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}

#rig li:hover .rig-overlay {
    opacity:0.7;
}

.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:none;
    font-size:16px;
	line-height:32px;
    top:25%;
    color:#fff;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:1;
}

.rig-text span{
	color:#cfa32d;
	font-size:16px;
	border:1px solid #cfa32d;
	padding:10px 20px;
}

@media (max-width: 9000px) {
    #rig li {width:48%; margin:5px; text-align:center;}
}
@media (max-width: 1024px) {
    #rig li {width:23.0%;}
	.rig-text {
		font-size:14px;
	}
	#rig h4{
		font-size:14px;
		color:#000;
		line-height:20px;
		text-align:left;
		padding:10px 30px;
		margin:20px 0 0 0;
		font-weight:100px;
	}
	.rig-text {
		display:block;
		padding:0 30px;
		box-sizing:border-box;
		position:absolute;
		left:0;
		width:100%;
		text-align:center;
		text-transform:none;
		font-size:18px;
		line-height:20px;
		top:30%;
		color:#fff;
		opacity:0;
		filter:alpha(opacity=0);/*For older IE*/
		transform:translateY(-20px);
		transition:all .3s;
		font-weight:200;
}

}
@media (max-width: 768px) {
    #rig li {width:23.0%;}
	.rig-text {
		font-size:14px;
	}
	#rig h4{display:none;}
	
	.rig-text {
		display:block;
		padding:0 15px;
		box-sizing:border-box;
		position:absolute;
		left:0;
		width:100%;
		text-align:center;
		text-transform:none;
		font-size:13px;
		line-height:18px;
		top:30%;
		color:#fff;
		opacity:0;
		filter:alpha(opacity=0);/*For older IE*/
		transform:translateY(-20px);
		transition:all .3s;
	}
	#rig li:hover .rig-text {
		transform:translateY(0px);
		opacity:1;
	}
	
	.rig-text span{
		color:#cfa32d;
		font-size:12px;
		border:1px solid #cfa32d;
		padding:5px 7px;
	}
}

@media (max-width: 767px) {
	
	#rig h4{ display:none;}
	
	.rig-text {
		display:block;
		padding:0 10px;
		box-sizing:border-box;
		position:absolute;
		left:0;
		width:100%;
		text-align:center;
		text-transform:none;
		font-size:13px;
		line-height:18px;
		top:10%;
		color:#fff;
		opacity:0;
		filter:alpha(opacity=0);/*For older IE*/
		transform:translateY(-20px);
		transition:all .3s;
	}
	#rig li:hover .rig-text {
		transform:translateY(0px);
		opacity:1;
	}
	
	.rig-text span{
		color:#cfa32d;
		font-size:12px;
		border:1px solid #cfa32d;
		padding:5px 7px;
	}
}

@media (max-width: 1199px) {
    #rig li {width:23.0%;}
	.rig-text {
		font-size:14px;
		font-weight:bold;
	}
}

@media (max-width: 575px) {
	#rig li {width:49%; margin:1px;}
	.rig-text {
	   display:none;
	}
	#rig h4{display:none;}
	
	.rig-text {
		display:block;
		padding:0 10px;
		box-sizing:border-box;
		position:absolute;
		left:0;
		width:100%;
		text-align:center;
		text-transform:none;
		font-size:14px;
		line-height:20px;
		top:25%;
		color:#fff;
		opacity:0;
		filter:alpha(opacity=0);/*For older IE*/
		transform:translateY(-20px);
		transition:all .3s;
	}
	#rig li:hover .rig-text {
		transform:translateY(0px);
		opacity:1;
	}
	
	.rig-text span{
		color:#cfa32d;
		font-size:13px;
		border:1px solid #cfa32d;
		padding:10px 10px;
	}
}

.current-trend-section {
	margin: 0 auto;
	padding: 30px 0 0 0;
	height: auto;
	text-align: center;
	background-image: linear-gradient(-90deg, #00bffc, #00bffc);
}

.current-trend-section-left{
	margin: 0;
	padding: 0;
}

.current-trend-section-right{
	margin: 0;
	padding: 35px 0 0 0;
	text-transform: uppercase;
}

.current-trend-section-right h1{
	font-size:30px;
	color:#9e2523;
	margin:10px 0;
	padding:0;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
}

.current-trend-section-right h2{
	font-size:24px;
	color:#fff;
	margin:15px 0;
	padding:0;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
}

.current-trend-section-right h3{
	font-size:18px;
	color:#fff;
	margin:0 0 40px 0;
	padding:0;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
}

.vm-section {
	margin: 0 auto;
	padding: 100px 0;
	height: auto;
}

.vm-section h1{
	font-size:24px;
	color:#ac800b;
	margin:0;
	padding:0;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
}

.vm-section h2{
	font-size:20px;
	color:#ac800b;
	margin:0;
	padding:10px 0 0 50px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
}

.vm-section p{
	font-size:14px;
	color:#666;
	line-height: 24px;
	margin:0 0 35px 0;
	padding:0 50px 0 50px;
	font-weight:400;
	text-align:left;
}

.footer01-section {
	margin: 0 auto;
	padding: 75px 0;
	background: url(../images/bg-footer.jpg) center fixed;
	background-size: cover;
	text-align: center;
}

.footer01-section-col20{
	width: 20%;
	float: left;
	margin: 0;
	padding: 35px 0;
	border-right: 1px solid #62543d;
}

.footer01-section-col20 h1{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}

.footer01-section-col20 h1 span{
	margin: 0;
	padding: 0;
	font-size: 60px;
	color: #fff;
	font-weight: 400;
}

.footer-section {
	margin:0 auto;
	padding:0;
	height:auto;
	background:#107291;
}

.footer-section-col30{
	float:left;
	width:30%;
	height:auto;
	margin:0;
	padding:115px 0;
	border-right:1px solid #333739;
}

.footer-section-col30 h1{
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 25px;
	font-weight:300;
	color:#fefbfb;
}

.footer-section-col30 h2{
	font-size:20px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 0 25px;
	font-weight:500;
	color:#fff;
}

.footer-section-col30 h2 span{
	font-size: 14px;
}

.line-title-left-25 {
	background: #9e2523;
	width: 15%;
	margin: 20px 0 20px 25px;
	padding: 0;
	height: 1px;
}

.footer-section-col30 p{
	font-size:14px;
	line-height:22px;
	color:#fff;
	margin:0;
	padding:0 40px 0 25px;
	text-align:left;
}

.footer-section-col30 a.mail{
	color:#CCC;
}

.footer-section-col30 a.mail:hover{
	color:#dfa743;
}

.br-none {border-right:none;}

.footer-section-col20{
	float:left;
	width:20%;
	height:auto;
	margin:0;
	padding:115px 0;
	border-right:1px solid #333739;
}

.footer-section-col20 h1{
	font-size:14px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 0 25px;
	font-weight:300;
	color:#cd9d51;
}

.footer-section-col20 p{
	font-size:13px;
	line-height:18px;
	color:#fff;
	margin:0;
	padding:0 0 0 25px;
	text-align:left;
}

.footer-section-col20 a{
	color:#fff;
}

.footer-section-col20 a:hover{
	color:#cd9d51;
}

.footer-section-col20 ul{
	margin:0 0 0 15px;
	padding:0;
}

.footer-section-col20 ul li{
	margin:0;
	padding:7px 0;
	list-style:none;
}

.footer-section-col20 ul li a{
	font-size:13px;
	margin:0;
	padding:0;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing: 1.5px;
}

.footer-section-col20 ul li a:hover{
	color:#cd9d51;
}

.social-link {
	margin:15px 0;
	padding:0 0 0 25px;
}

a.fb {color:#fff; font-size:18px; margin-right:12px;}
a.fb:hover {color:#cd9d51; font-size:18px; margin-right:12px;}
a.tweeter {color:#fff;font-size:18px; margin-right:12px;}
a.tweeter:hover {color:#cd9d51;font-size:18px;}
a.instagram {color:#fff;font-size:18px;}
a.instagram:hover {color:#cd9d51;font-size:18px;}
a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
a.pinterest:hover {color:#cd9d51;font-size:18px;}


.clipart1{
	margin: 35px 0 0 0;
	padding: 0;
	position: absolute;
}

.clipart2{
	margin-top: 35px;
	padding: 0;
	position: absolute;
	float: right;
	text-align: right;
	right: 0;
	margin-right: 90px;
}

.clipart2 img{
	float: right;
}

.banner-inner {
	margin: 0 auto;
}

.banner-inner img{
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.team-section {
	margin: 0 auto;
	padding: 100px 0 0 0;
}


.team-section h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #000;
}

.team-section-main{
	margin: 0 auto;
	padding:25px 0;
	border-bottom: 2px solid #d5e0dc;
}

.team-section-main-left{
	margin: 0;
	padding:0;
}

.team-section-main-right{
	margin: 0;
	padding:0;
}

.team-section-main-right h2{
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 400;
	color: #9e2523;
	letter-spacing: 0;
}

.team-section-main-right p{
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 45px 0;
	padding: 0;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.5px;
}

.contact-section {
	margin: 0 auto;
	padding:100px 0;
	height: auto;
}

.contact-section-main{
	margin: 0 60px;
}

.contact-section h1{
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
	color: #9e2523;
	text-transform: uppercase;
}

.contact-section-left{
	margin: 0;
	padding: 0;
}

.contact-section-left p {
	font-size: 16px;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 15px 100px 35px 0;
	line-height: 30px;
	letter-spacing: 0.5px;
}

.contact-section-left  h2{
	font-size: 30px;
	text-align: left;
	margin: 15px 20px 0 0;
	line-height: 36px;
	font-weight: 300;
	color: #9e2523;
}

.contact-section-right{
	margin: 20px 0 0 0;
	padding: 0;
}

.googlemap {
	width: 100%;
	height: 350px;
	border: 1px solid #ccc;
	padding: 8px;
}

a.enquire {
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 12px 25px;
	background: #9e2523;
	border-radius: 5px;
}

a.enquire:hover{
	background: #000;
}

a.downloadBro {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #C70A0E;
}

.pro-section-inner {
	margin: 0 auto;
	padding: 0;
}

.pro-section-inner-col{
	text-align: center;
	margin: 0;
	padding: 0;
}

.pro-section-inner-col p {
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 5px 0 15px 0;
	line-height: 26px;
	letter-spacing: 0.5px;
}

.pro-section-inner-col  h2{
	font-size: 24px;
	margin: 15px 10px 0 0;
	line-height: 36px;
	font-weight: 400;
	color: #9e2523;
}

.pro-section-inner-col a.viewmore2 {
	margin: 0;
	padding: 10px 25px;
	border: 1px solid #9e2523;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #9e2523;
	border-radius: 50px;
}

.pro-section-inner-col a.viewmore2:hover{
	background: #22262a;
	color: #fff;
}

.fonth2 {
	font-family: 'Great Vibes', cursive;
	font-size: 43px!important;
}


.pro-dtl-section {
	margin: 0 auto;
	padding: 100px 0;
	height: auto;
}

.pro-dtl-section-left{
	margin: 0;
	padding: 0 100px 0 25px;
	text-align: left;
}

.pro-dtl-section-left h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #000;
}

.pro-dtl-section-left h2{
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 400;
	color: #9e2523;
	letter-spacing: 0;
}

.pro-dtl-section-left p{
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 45px 0;
	padding: 0;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.5px;
}

.pro-dtl-section-right {
	margin: 0;
	padding: 0;
}

.pro-dtl-section-amenities {
	margin: 0 auto;
	padding: 100px 0;
	height: auto;
	background: #f3eee3;
}

.pro-dtl-section-amenities-left{
	margin: 0;
	padding: 0 100px 0 25px;
	text-align: left;
}

.pro-dtl-section-amenities-left h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 400;
	color: #000;
}

.pro-dtl-section-amenities-right{
	margin: 0;
	padding: 0 0 0 25px;
	text-align: left;
}

.amenities-col {
	float: left;
	width: 50%;
	padding: 0;
	margin: 55px 0 0 0;
}

.amenities-col ul {
	margin: 0;
	padding: 0;
}

.amenities-col ul li {
	margin: 0;
	padding: 4px 0;
	list-style: disc;
	font-size: 13px;
}

.gallery-section {
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}

.gallery-section h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 400;
	color: #9e2523;
}

.gallery-section-main {
	margin: 0 40px;
}

.gallery-section-col {
	margin: 10px 0;
	padding: 0;
}

.gallery-section-col h2{
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 500;
	color: #565656;
	letter-spacing: 0.8px;
}

.testimonial-section{
	margin: 0;
	padding:75px 100px;
}

.testimonial-section h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #000;
}

.testimonial-section-main {
	margin: 0 auto;
	padding:35px 0;
	border-bottom: 1px solid #ccc;
}

.testimonial-section-main h2{
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #977510;
}

.testimonial-section-main p{
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: 400;
	color: #666;	
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar {
		margin:0;
		padding:10px 10px;
		z-index:999;
		width:100%;
	}
	
	.navbar-nav {padding:20px 0 0 5px!important;}
	
	.navbar-brand {width:76%;}
	
	.main-nav {
		background:#fff !important;
	}
	
	.main-nav a{
		color:#CCC;
	}
	
	.navbar ul li{	
		padding:0 0!important;
		border-bottom:1px solid #CCC;
	}
	
	.navbar ul li a {
		color:#000 !important;
		padding:5px 0;
		text-transform:none;
		font-size:12px;
		letter-spacing:0.6px;
		font-weight:400;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:5px 10px;
	}
	
	.navbar-toggler {
		color:#CCC !important;
	}
	
	.logo {color:#FC0 !important; 
		z-index:999;
		margin:0;
		padding:0;
		position:static;
	}

	.logo img {width:25%; margin:-30px 0 0 0; padding:0; position: absolute;}
		
	
	.ht-navbar {
		height:55px;
	}
	
	
	.welcome-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
		background: #f6f6f6;
	}

	.line-title-left {
		background: #9e2523;
		width: 15%;
		margin: 20px 0;
		padding: 0;
		height: 1px;
	}

	.welcome-section-left{
		margin: 0;
		padding: 0 30px 0 10px;
		text-align: left;
	}

	.welcome-section-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left h2{
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
		letter-spacing: 0;
	}

	.welcome-section-left p{
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}

	a.viewmore {
		margin: 0;
		padding: 10px 5px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 11px;
		font-weight: 500;
		color: #9e2523;
	}

	a.viewmore:hover{
		background: #22262a;
		color: #fff;
	}

	a.download {
		margin: 0 0 0 2px;
		padding: 10px 5px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 11px;
		font-weight: 500;
		color: #fff;
		background: #9e2523;
	}

	a.download:hover{
		background: #22262a;
		color: #fff;
	}


	.welcome-section-right{
		margin: 0;
		padding: 35px 0 0 0;
	}


	.benchmark-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
		text-align: center;
	}

	.line-title-center {
		width:15%;
		height:1px;
		background:#ac800b;
		margin:20px auto;
	}

	.benchmark-section h1{
		font-size:20px;
		color:#ac800b;
		margin:0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}
	
	.current-trend-section {
		margin: 0 auto;
		padding: 30px 0 50px 0;
		height: auto;
		text-align: center;
		background-image: linear-gradient(-90deg, #101330, #343463);
	}

	.current-trend-section-left{
		margin: 0;
		padding: 0;
	}
	
	.current-trend-section-left img{
		width: 75%;
	}

	.current-trend-section-right{
		margin: 0;
		padding: 30px 0 0 0;
		text-transform: uppercase;
	}

	.current-trend-section-right h1{
		font-size:20px;
		color:#9e2523;
		margin:10px 0;
		padding:0;
		font-weight:600;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section-right h2{
		font-size:20px;
		color:#fff;
		margin:15px 0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section-right h3{
		font-size:16px;
		color:#fff;
		margin:0 0 20px 0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}


	.vm-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
	}

	.vm-section h1{
		font-size:20px;
		color:#ac800b;
		margin:0;
		padding:0 50px;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.vm-section h2{
		font-size:18px;
		color:#ac800b;
		margin:0;
		padding:10px 0 0 20px;
		font-weight:400;
		text-align:left;
		text-transform:uppercase;
	}

	.vm-section p{
		font-size:13px;
		color:#666;
		line-height: 24px;
		margin:0 0 35px 0;
		padding:0 50px 0 20px;
		font-weight:400;
		text-align:left;
	}

	.footer01-section {
		margin: 0 auto;
		padding: 0 0;
		background: url(../images/bg-footer.jpg) center fixed;
		background-size: cover;
		text-align: center;
	}

	.footer01-section-col20{
		width: 100%;
		float: left;
		margin: 0;
		padding: 25px 0;
		border-right: 1px solid #62543d;
	}

	.footer01-section-col20 h1{
		margin: 0;
		padding: 0;
		font-size: 18px;
		color: #fff;
		font-weight: 400;
	}

	.footer01-section-col20 h1 span{
		margin: 0;
		padding: 0;
		font-size: 30px;
		color: #fff;
		font-weight: 400;
	}

	.footer-section {
		width: 100%;
		margin:0 auto;
		padding:0;
		height:auto;
		background:#3f4448;
		text-align: center;
	}

	.footer-section-col30{
		float:left;
		width:100%;
		height:auto;
		margin:0;
		padding:25px 0;
		border-right:1px solid #333739;
	}
	
	.footer-section-col30 img{
		width: 35%;
	}

	.footer-section-col30 h1{
		font-size:16px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 10px 0;
		font-weight:300;
		color:#cd9d51;
	}

	.footer-section-col30 h2{
		font-size:18px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 0 0;
		font-weight:500;
		color:#fff;
	}

	.footer-section-col30 h2 span{
		font-size: 14px;
	}

	.line-title-left-25 {
		background: #9e2523;
		width: 10%;
		margin: 20px auto 20px auto;
		padding: 0;
		height: 1px;
	}

	.footer-section-col30 p{
		font-size:13px;
		line-height:22px;
		color:#fff;
		margin:0;
		padding:0 25px;
		text-align:center;
	}

	.footer-section-col30 a.mail{
		color:#CCC;
	}

	.footer-section-col30 a.mail:hover{
		color:#dfa743;
	}

	.br-none {border-right:none;}

	.footer-section-col20{
		float:left;
		width:100%;
		height:auto;
		margin:0;
		padding:25px 0;
		border-right:1px solid #333739;
	}

	.footer-section-col20 h1{
		font-size:14px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 0 25px;
		font-weight:300;
		color:#cd9d51;
	}

	.footer-section-col20 p{
		font-size:12px;
		line-height:18px;
		color:#fff;
		margin:0;
		padding:0 0 0 25px;
		text-align:center;
	}

	.footer-section-col20 a{
		color:#fff;
	}

	.footer-section-col20 a:hover{
		color:#cd9d51;
	}

	.footer-section-col20 ul{
		margin:0 auto;
		padding:0;
		text-align: center;
	}

	.footer-section-col20 ul li{
		margin:0;
		padding:4px 0;
		list-style:none;
	}

	.footer-section-col20 ul li a{
		font-size:12px;
		margin:0;
		padding:0;
		color:#fff;
		display:inline-block;
		text-transform:uppercase;
		font-weight:400;
		letter-spacing: 1.5px;
	}

	.footer-section-col20 ul li a:hover{
		color:#cd9d51;
	}

	.social-link {
		margin:15px 0;
		padding:0 0 0 25px;
	}

	a.fb {color:#fff; font-size:18px; margin-right:12px;}
	a.fb:hover {color:#cd9d51; font-size:18px; margin-right:12px;}
	a.tweeter {color:#fff;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#cd9d51;font-size:18px;}
	a.instagram {color:#fff;font-size:18px;}
	a.instagram:hover {color:#cd9d51;font-size:18px;}
	a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
	a.pinterest:hover {color:#cd9d51;font-size:18px;}
	
	.clipart1{
		display: none;
	}

	.clipart2{
		display: none;
	}
	
	.team-section {
		margin: 0 auto;
		padding: 35px 0 0 0;
	}


	.team-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.team-section-main{
		margin: 0 auto;
		padding:25px 0;
		border-bottom: 2px solid #d5e0dc;
	}

	.team-section-main-left{
		margin: 0;
		padding:0;
	}

	.team-section-main-right{
		margin: 0;
		padding:0;
	}

	.team-section-main-right h2{
		font-size: 18px;
		line-height: 30px;
		margin: 10px 0 0 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
		letter-spacing: 0;
	}

	.team-section-main-right p{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 0 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}
	
	.contact-section {
		margin: 0 auto;
		padding:35px 0;
		height: auto;
	}

	.contact-section-main{
		margin: 0 20px;
	}

	.contact-section h1{
		font-size: 24px;
		text-align: center;
		margin: 0 auto;
		font-weight: 400;
		color: #9e2523;
		text-transform: uppercase;
	}

	.contact-section-left{
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.contact-section-left p {
		font-size: 13px;
		color: #000;
		text-align: center;
		margin: 0;
		padding: 15px 0 35px 0;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.contact-section-left  h2{
		font-size: 18px;
		text-align: center;
		margin: 15px 0 0 0;
		line-height: 36px;
		font-weight: 300;
		color: #9e2523;
	}

	.contact-section-right{
		margin: 20px 0 0 0;
		padding: 0;
	}

	.googlemap {
		width: 100%;
		height: 350px;
		border: 1px solid #ccc;
		padding: 8px;
	}

	a.enquire {
		font-size: 13px;
		color: #fff;
		text-align: center;
		margin: 0 auto;
		padding: 10px 15px;
		background: #9e2523;
		border-radius: 5px;
	}

	a.enquire:hover{
		background: #000;
	}

	.pro-section-inner {
		margin: 0 auto;
		padding: 0;
	}

	.pro-section-inner-col{
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.pro-section-inner-col p {
		font-size: 13px;
		color: #000;
		margin: 0;
		padding: 5px 0 15px 0;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.pro-section-inner-col  h2{
		font-size: 24px;
		margin: 15px 10px 0 0;
		line-height: 36px;
		font-weight: 400;
		color: #9e2523;
	}

	.pro-section-inner-col a.viewmore2 {
		margin: 0;
		padding: 10px 25px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		background: #9e2523;
		border-radius: 50px;
	}

	.pro-section-inner-col a.viewmore2:hover{
		background: #22262a;
		color: #fff;
	}

	.fonth2 {
		font-family: 'Great Vibes', cursive;
		font-size: 36px!important;
		font-weight: 300!important;
		margin-bottom: 35px!important;
	}


	.pro-dtl-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
	}

	.pro-dtl-section-left{
		margin: 0;
		padding: 0 10px 0 25px;
		text-align: left;
	}

	.pro-dtl-section-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.pro-dtl-section-left h2{
		font-size: 14px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: 600;
		color: #9e2523;
		letter-spacing: 0;
	}

	.pro-dtl-section-left p{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 45px 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}

	.pro-dtl-section-right {
		margin: 0;
		padding: 0;
	}

	.pro-dtl-section-amenities {
		margin: 0 auto;
		padding: 40px 0;
		height: auto;
		background: #f3eee3;
	}

	.pro-dtl-section-amenities-left{
		margin: 0;
		padding: 0 10px 0 25px;
		text-align: left;
	}

	.pro-dtl-section-amenities-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.pro-dtl-section-amenities-right{
		margin: 0;
		padding: 0 0 0 25px;
		text-align: left;
	}

	.amenities-col {
		float: left;
		width: 50%;
		padding: 0;
		margin: 25px 0 0 0;
	}

	.amenities-col ul {
		margin: 0 0 0 20px;
		padding: 0;
	}

	.amenities-col ul li {
		margin: 0;
		padding: 4px 0;
		list-style: disc;
		font-size: 13px;
	}

	.gallery-section {
		margin: 0 auto;
		padding: 40px 0;
		text-align: center;
	}

	.gallery-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
	}

	.gallery-section-main {
		margin: 0 10px;
	}

	.gallery-section-col {
		margin: 0;
		padding: 0;
	}

	.gallery-section-col h2{
		font-size: 10px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 500;
		color: #565656;
		letter-spacing: 0.8px;
	}
	
	.testimonial-section{
		margin: 0;
		padding:35px 10px;
	}

	.testimonial-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.testimonial-section-main {
		margin: 0 auto;
		padding:15px 0;
		border-bottom: 1px solid #ccc;
	}

	.testimonial-section-main h2{
		font-size: 16px;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #977510;
	}

	.testimonial-section-main p{
		font-size: 13px;
		margin: 0;
		padding: 0 0 10px 0;
		font-weight: 400;
		color: #666;	
	}
	
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.navbar {
		position:fixed; margin:0;
		padding:10px 10px;
		z-index:999;
		width:100%;
	}
	
	.navbar-nav {padding:50px 0 0 5px!important;}
	
	.navbar-brand {width:76%;}
	
	.main-nav {
		background:#fff !important;
	}
	
	.main-nav a{
		color:#CCC;
	}
	
	.navbar ul li{	
		padding:0 0!important;
		border-bottom:1px solid #CCC;
	}
	
	.navbar ul li a {
		color:#000 !important;
		padding:5px 0;
		text-transform:none;
		font-size:12px;
		letter-spacing:0.6px;
		font-weight:400;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:5px 10px;
	}
	
	.navbar-toggler {
		color:#CCC !important;
	}
	
	.logo {color:#FC0 !important; 
		z-index:999;
		margin:0;
		padding:0;
		position:static;
	}

	.logo img {width:20%; margin:-30px 0 0 0; padding:0; position: absolute;}
		
	
	.ht-navbar {
		height:55px;
	}
	
	
	.welcome-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
		background: #f6f6f6;
	}

	.line-title-left {
		background: #9e2523;
		width: 15%;
		margin: 20px 0;
		padding: 0;
		height: 1px;
	}

	.welcome-section-left{
		margin: 0;
		padding: 0 30px 0 10px;
		text-align: left;
	}

	.welcome-section-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left h2{
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
		letter-spacing: 0;
	}

	.welcome-section-left p{
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}

	a.viewmore {
		margin: 0;
		padding: 10px 5px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 11px;
		font-weight: 500;
		color: #9e2523;
	}

	a.viewmore:hover{
		background: #22262a;
		color: #fff;
	}

	a.download {
		margin: 0 0 0 2px;
		padding: 10px 5px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 11px;
		font-weight: 500;
		color: #fff;
		background: #9e2523;
	}

	a.download:hover{
		background: #22262a;
		color: #fff;
	}


	.welcome-section-right{
		margin: 0;
		padding: 35px 0 0 0;
	}


	.benchmark-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
		text-align: center;
	}

	.line-title-center {
		width:15%;
		height:1px;
		background:#ac800b;
		margin:20px auto;
	}

	.benchmark-section h1{
		font-size:20px;
		color:#ac800b;
		margin:0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}
	
	.current-trend-section {
		margin: 0 auto;
		padding: 30px 0 50px 0;
		height: auto;
		text-align: center;
		background-image: linear-gradient(-90deg, #101330, #343463);
	}

	.current-trend-section-left{
		margin: 0;
		padding: 0;
	}
	
	.current-trend-section-left img{
		width: 75%;
	}

	.current-trend-section-right{
		margin: 0;
		padding: 30px 0 0 0;
		text-transform: uppercase;
	}

	.current-trend-section-right h1{
		font-size:20px;
		color:#9e2523;
		margin:10px 0;
		padding:0;
		font-weight:600;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section-right h2{
		font-size:20px;
		color:#fff;
		margin:15px 0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section-right h3{
		font-size:16px;
		color:#fff;
		margin:0 0 20px 0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}


	.vm-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
	}

	.vm-section h1{
		font-size:20px;
		color:#ac800b;
		margin:0;
		padding:0 50px;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.vm-section h2{
		font-size:18px;
		color:#ac800b;
		margin:0;
		padding:10px 0 0 20px;
		font-weight:400;
		text-align:left;
		text-transform:uppercase;
	}

	.vm-section p{
		font-size:13px;
		color:#666;
		line-height: 24px;
		margin:0 0 35px 0;
		padding:0 50px 0 20px;
		font-weight:400;
		text-align:left;
	}

	.footer01-section {
		margin: 0 auto;
		padding: 0 0;
		background: url(../images/bg-footer.jpg) center fixed;
		background-size: cover;
		text-align: center;
	}

	.footer01-section-col20{
		width: 100%;
		float: left;
		margin: 0;
		padding: 25px 0;
		border-right: 1px solid #62543d;
	}

	.footer01-section-col20 h1{
		margin: 0;
		padding: 0;
		font-size: 18px;
		color: #fff;
		font-weight: 400;
	}

	.footer01-section-col20 h1 span{
		margin: 0;
		padding: 0;
		font-size: 30px;
		color: #fff;
		font-weight: 400;
	}

	.footer-section {
		width: 100%;
		margin:0 auto;
		padding:0;
		height:auto;
		background:#3f4448;
		text-align: center;
	}

	.footer-section-col30{
		float:left;
		width:100%;
		height:auto;
		margin:0;
		padding:25px 0;
		border-right:1px solid #333739;
	}
	
	.footer-section-col30 img{
		width: 35%;
	}

	.footer-section-col30 h1{
		font-size:16px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 10px 0;
		font-weight:300;
		color:#cd9d51;
	}

	.footer-section-col30 h2{
		font-size:18px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 0 0;
		font-weight:500;
		color:#fff;
	}

	.footer-section-col30 h2 span{
		font-size: 14px;
	}

	.line-title-left-25 {
		background: #9e2523;
		width: 10%;
		margin: 20px auto 20px auto;
		padding: 0;
		height: 1px;
	}

	.footer-section-col30 p{
		font-size:13px;
		line-height:22px;
		color:#fff;
		margin:0;
		padding:0 25px;
		text-align:center;
	}

	.footer-section-col30 a.mail{
		color:#CCC;
	}

	.footer-section-col30 a.mail:hover{
		color:#dfa743;
	}

	.br-none {border-right:none;}

	.footer-section-col20{
		float:left;
		width:100%;
		height:auto;
		margin:0;
		padding:25px 0;
		border-right:1px solid #333739;
	}

	.footer-section-col20 h1{
		font-size:14px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 0 25px;
		font-weight:300;
		color:#cd9d51;
	}

	.footer-section-col20 p{
		font-size:12px;
		line-height:18px;
		color:#fff;
		margin:0;
		padding:0 0 0 25px;
		text-align:center;
	}

	.footer-section-col20 a{
		color:#fff;
	}

	.footer-section-col20 a:hover{
		color:#cd9d51;
	}

	.footer-section-col20 ul{
		margin:0 auto;
		padding:0;
		text-align: center;
	}

	.footer-section-col20 ul li{
		margin:0;
		padding:4px 0;
		list-style:none;
	}

	.footer-section-col20 ul li a{
		font-size:12px;
		margin:0;
		padding:0;
		color:#fff;
		display:inline-block;
		text-transform:uppercase;
		font-weight:400;
		letter-spacing: 1.5px;
	}

	.footer-section-col20 ul li a:hover{
		color:#cd9d51;
	}

	.social-link {
		margin:15px 0;
		padding:0 0 0 25px;
	}

	a.fb {color:#fff; font-size:18px; margin-right:12px;}
	a.fb:hover {color:#cd9d51; font-size:18px; margin-right:12px;}
	a.tweeter {color:#fff;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#cd9d51;font-size:18px;}
	a.instagram {color:#fff;font-size:18px;}
	a.instagram:hover {color:#cd9d51;font-size:18px;}
	a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
	a.pinterest:hover {color:#cd9d51;font-size:18px;}
	
	.clipart1{
		display: none;
	}

	.clipart2{
		display: none;
	}
	
	.team-section {
		margin: 0 auto;
		padding: 35px 0 0 0;
	}


	.team-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.team-section-main{
		margin: 0 auto;
		padding:25px 0;
		border-bottom: 2px solid #d5e0dc;
	}

	.team-section-main-left{
		margin: 0;
		padding:0;
	}

	.team-section-main-right{
		margin: 0;
		padding:0;
	}

	.team-section-main-right h2{
		font-size: 18px;
		line-height: 30px;
		margin: 10px 0 0 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
		letter-spacing: 0;
	}

	.team-section-main-right p{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 0 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}
	
	.contact-section {
		margin: 0 auto;
		padding:35px 0;
		height: auto;
	}

	.contact-section-main{
		margin: 0 0px;
	}

	.contact-section h1{
		font-size: 24px;
		text-align: center;
		margin: 0 auto;
		font-weight: 400;
		color: #9e2523;
		text-transform: uppercase;
	}

	.contact-section-left{
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.contact-section-left p {
		font-size: 13px;
		color: #000;
		text-align: left;
		margin: 0;
		padding: 15px 0 35px 0;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.contact-section-left  h2{
		font-size: 18px;
		text-align: left;
		margin: 15px 0 0 0;
		line-height: 36px;
		font-weight: 300;
		color: #9e2523;
	}

	.contact-section-right{
		margin: 20px 0 0 0;
		padding: 0;
	}

	.googlemap {
		width: 100%;
		height: 350px;
		border: 1px solid #ccc;
		padding: 8px;
	}

	a.enquire {
		font-size: 13px;
		color: #fff;
		text-align: center;
		margin: 0 auto;
		padding: 10px 15px;
		background: #9e2523;
		border-radius: 5px;
	}

	a.enquire:hover{
		background: #000;
	}
	
	.pro-section-inner {
		margin: 0 auto;
		padding: 0;
	}

	.pro-section-inner-col{
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.pro-section-inner-col p {
		font-size: 13px;
		color: #000;
		margin: 0;
		padding: 5px 0 15px 0;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.pro-section-inner-col  h2{
		font-size: 24px;
		margin: 15px 10px 0 0;
		line-height: 36px;
		font-weight: 400;
		color: #9e2523;
	}

	.pro-section-inner-col a.viewmore2 {
		margin: 0;
		padding: 10px 25px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		background: #9e2523;
		border-radius: 50px;
	}

	.pro-section-inner-col a.viewmore2:hover{
		background: #22262a;
		color: #fff;
	}

	.fonth2 {
		font-family: 'Great Vibes', cursive;
		font-size: 36px!important;
		font-weight: 300!important;
		margin-bottom: 35px!important;
	}


	.pro-dtl-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
	}

	.pro-dtl-section-left{
		margin: 0;
		padding: 0 10px 0 25px;
		text-align: left;
	}

	.pro-dtl-section-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.pro-dtl-section-left h2{
		font-size: 14px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: 600;
		color: #9e2523;
		letter-spacing: 0;
	}

	.pro-dtl-section-left p{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 45px 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}

	.pro-dtl-section-right {
		margin: 0;
		padding: 0;
	}

	.pro-dtl-section-amenities {
		margin: 0 auto;
		padding: 40px 0;
		height: auto;
		background: #f3eee3;
	}

	.pro-dtl-section-amenities-left{
		margin: 0;
		padding: 0 10px 0 25px;
		text-align: left;
	}

	.pro-dtl-section-amenities-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.pro-dtl-section-amenities-right{
		margin: 0;
		padding: 0 0 0 25px;
		text-align: left;
	}

	.amenities-col {
		float: left;
		width: 50%;
		padding: 0;
		margin: 25px 0 0 0;
	}

	.amenities-col ul {
		margin: 0 0 0 20px;
		padding: 0;
	}

	.amenities-col ul li {
		margin: 0;
		padding: 4px 0;
		list-style: disc;
		font-size: 13px;
	}

	.gallery-section {
		margin: 0 auto;
		padding: 40px 0;
		text-align: center;
	}

	.gallery-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
	}

	.gallery-section-main {
		margin: 0 10px;
	}

	.gallery-section-col {
		margin: 0;
		padding: 0;
	}

	.gallery-section-col h2{
		font-size: 10px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 500;
		color: #565656;
		letter-spacing: 0.8px;
	}
	
	.testimonial-section{
		margin: 0;
		padding:35px 10px;
	}

	.testimonial-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.testimonial-section-main {
		margin: 0 auto;
		padding:15px 0;
		border-bottom: 1px solid #ccc;
	}

	.testimonial-section-main h2{
		font-size: 16px;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #977510;
	}

	.testimonial-section-main p{
		font-size: 13px;
		margin: 0;
		padding: 0 0 10px 0;
		font-weight: 400;
		color: #666;	
	}
	
		
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.navbar {
		position:fixed; margin:0;
		padding:10px 10px;
		z-index:999;
		width:100%;
	}
	
	.navbar-nav {padding:50px 0 0 5px!important;}
	
	.navbar-brand {width:76%;}
	
	.main-nav {
		background:#fff !important;
	}
	
	.main-nav a{
		color:#CCC;
	}
	
	.navbar ul li{	
		padding:0 0!important;
		border-bottom:1px solid #CCC;
	}
	
	.navbar ul li a {
		color:#000 !important;
		padding:5px 0;
		text-transform:none;
		font-size:12px;
		letter-spacing:0.6px;
		font-weight:400;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:5px 10px;
	}
	
	.navbar-toggler {
		color:#CCC !important;
	}
	
	.logo {color:#FC0 !important; 
		z-index:999;
		margin:0;
		padding:0;
		position:static;
	}

	.logo img {width:20%; margin:-30px 0 0 0; padding:0; position: absolute;}
		
	
	.ht-navbar {
		height:55px;
	}
	
	
	.welcome-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
		background: #f6f6f6;
	}

	.line-title-left {
		background: #9e2523;
		width: 15%;
		margin: 20px 0;
		padding: 0;
		height: 1px;
	}

	.welcome-section-left{
		margin: 0;
		padding: 0 30px 0 10px;
		text-align: left;
	}

	.welcome-section-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left h2{
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
		letter-spacing: 0;
	}

	.welcome-section-left p{
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}

	a.viewmore {
		margin: 0;
		padding: 10px 5px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 11px;
		font-weight: 500;
		color: #9e2523;
	}

	a.viewmore:hover{
		background: #22262a;
		color: #fff;
	}

	a.download {
		margin: 0 0 0 2px;
		padding: 10px 5px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 11px;
		font-weight: 500;
		color: #fff;
		background: #9e2523;
	}

	a.download:hover{
		background: #22262a;
		color: #fff;
	}


	.welcome-section-right{
		margin: 0;
		padding: 35px 0 0 0;
	}


	.benchmark-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
		text-align: center;
	}

	.line-title-center {
		width:15%;
		height:1px;
		background:#ac800b;
		margin:20px auto;
	}

	.benchmark-section h1{
		font-size:20px;
		color:#ac800b;
		margin:0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}
	
	.current-trend-section {
		margin: 0 auto;
		padding: 30px 0 0 0;
		height: auto;
		text-align: center;
		background-image: linear-gradient(-90deg, #101330, #343463);
	}

	.current-trend-section-left{
		margin: 0;
		padding: 0;
	}
	
	.current-trend-section-left img{
		width: 75%;
	}

	.current-trend-section-right{
		margin: 0;
		padding: 30px 0 0 0;
		text-transform: uppercase;
	}

	.current-trend-section-right h1{
		font-size:20px;
		color:#9e2523;
		margin:10px 0;
		padding:0;
		font-weight:600;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section-right h2{
		font-size:18px;
		color:#fff;
		margin:15px 0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section-right h3{
		font-size:16px;
		color:#fff;
		margin:0 0 20px 0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}


	.vm-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
	}
	
	.vm-section img{
		margin-top: 35px;
	}

	.vm-section h1{
		font-size:20px;
		color:#ac800b;
		margin:0;
		padding:0 50px;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.vm-section h2{
		font-size:18px;
		color:#ac800b;
		margin:0;
		padding:10px 0 0 10px;
		font-weight:400;
		text-align:left;
		text-transform:uppercase;
	}

	.vm-section p{
		font-size:12px;
		color:#666;
		line-height: 18px;
		margin:0 0 35px 0;
		padding:0 20px 0 10px;
		font-weight:400;
		text-align:left;
	}

	.footer01-section {
		margin: 0 auto;
		padding: 0 0;
		background: url(../images/bg-footer.jpg) center fixed;
		background-size: cover;
		text-align: center;
	}

	.footer01-section-col20{
		width: 20%;
		float: left;
		margin: 0;
		padding: 55px 0;
		border-right: 1px solid #62543d;
	}

	.footer01-section-col20 h1{
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #fff;
		font-weight: 400;
	}

	.footer01-section-col20 h1 span{
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #fff;
		font-weight: 400;
	}

	.footer-section {
		width: 100%;
		margin:0 auto;
		padding:0;
		height:auto;
		background:#3f4448;
		text-align: center;
	}

	.footer-section-col30{
		float:left;
		width:100%;
		height:auto;
		margin:0;
		padding:25px 0;
		border-right:1px solid #333739;
	}
	
	.footer-section-col30 img{
		width: 15%;
	}

	.footer-section-col30 h1{
		font-size:16px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 10px 0;
		font-weight:300;
		color:#cd9d51;
	}

	.footer-section-col30 h2{
		font-size:18px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 0 0;
		font-weight:500;
		color:#fff;
	}

	.footer-section-col30 h2 span{
		font-size: 14px;
	}

	.line-title-left-25 {
		background: #9e2523;
		width: 10%;
		margin: 20px auto 20px auto;
		padding: 0;
		height: 1px;
	}

	.footer-section-col30 p{
		font-size:13px;
		line-height:22px;
		color:#fff;
		margin:0;
		padding:0 25px;
		text-align:center;
	}

	.footer-section-col30 a.mail{
		color:#CCC;
	}

	.footer-section-col30 a.mail:hover{
		color:#dfa743;
	}

	.br-none {border-right:none;}

	.footer-section-col20{
		float:left;
		width:100%;
		height:auto;
		margin:0;
		padding:25px 0;
		border-right:1px solid #333739;
	}

	.footer-section-col20 h1{
		font-size:14px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 0 25px;
		font-weight:300;
		color:#cd9d51;
	}

	.footer-section-col20 p{
		font-size:12px;
		line-height:18px;
		color:#fff;
		margin:0;
		padding:0 0 0 25px;
		text-align:center;
	}

	.footer-section-col20 a{
		color:#fff;
	}

	.footer-section-col20 a:hover{
		color:#cd9d51;
	}

	.footer-section-col20 ul{
		margin:0 auto;
		padding:0;
		text-align: center;
	}

	.footer-section-col20 ul li{
		margin:0;
		padding:4px 0;
		list-style:none;
	}

	.footer-section-col20 ul li a{
		font-size:12px;
		margin:0;
		padding:0;
		color:#fff;
		display:inline-block;
		text-transform:uppercase;
		font-weight:400;
		letter-spacing: 1.5px;
	}

	.footer-section-col20 ul li a:hover{
		color:#cd9d51;
	}

	.social-link {
		margin:15px 0;
		padding:0 0 0 25px;
	}

	a.fb {color:#fff; font-size:18px; margin-right:12px;}
	a.fb:hover {color:#cd9d51; font-size:18px; margin-right:12px;}
	a.tweeter {color:#fff;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#cd9d51;font-size:18px;}
	a.instagram {color:#fff;font-size:18px;}
	a.instagram:hover {color:#cd9d51;font-size:18px;}
	a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
	a.pinterest:hover {color:#cd9d51;font-size:18px;}
	
	.clipart1{
		display: none;
	}

	.clipart2{
		display: none;
	}
	
	.team-section {
		margin: 0 auto;
		padding: 35px 0 0 0;
	}


	.team-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.team-section-main{
		margin: 0 auto;
		padding:15px 0;
		border-bottom: 2px solid #d5e0dc;
	}

	.team-section-main-left{
		margin: 0;
		padding:15px 0 0 0;
	}

	.team-section-main-right{
		margin: 0;
		padding:0 0 0 25px;
	}

	.team-section-main-right h2{
		font-size: 18px;
		line-height: 30px;
		margin: 10px 0 0 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
		letter-spacing: 0;
	}

	.team-section-main-right p{
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 0 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}
	
	.contact-section {
		margin: 0 auto;
		padding:50px 0;
		height: auto;
	}

	.contact-section-main{
		margin: 0 25px;
	}

	.contact-section h1{
		font-size: 24px;
		text-align: center;
		margin: 0 auto;
		font-weight: 400;
		color: #9e2523;
		text-transform: uppercase;
	}

	.contact-section-left{
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.contact-section-left p {
		font-size: 13px;
		color: #000;
		text-align: left;
		margin: 0;
		padding: 15px 0 35px 0;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.contact-section-left  h2{
		font-size: 18px;
		text-align: left;
		margin: 15px 0 0 0;
		line-height: 36px;
		font-weight: 300;
		color: #9e2523;
	}

	.contact-section-right{
		margin: 20px 0 0 0;
		padding: 0;
	}

	.googlemap {
		width: 100%;
		height: 350px;
		border: 1px solid #ccc;
		padding: 8px;
	}

	a.enquire {
		font-size: 13px;
		color: #fff;
		text-align: center;
		margin: 0 auto;
		padding: 10px 15px;
		background: #9e2523;
		border-radius: 5px;
	}

	a.enquire:hover{
		background: #000;
	}
	
	.pro-section-inner {
		margin: 0 auto;
		padding: 0;
	}

	.pro-section-inner-col{
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.pro-section-inner-col p {
		font-size: 13px;
		color: #000;
		margin: 0;
		padding: 5px 0 15px 0;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.pro-section-inner-col  h2{
		font-size: 24px;
		margin: 15px 10px 0 0;
		line-height: 36px;
		font-weight: 400;
		color: #9e2523;
	}

	.pro-section-inner-col a.viewmore2 {
		margin: 0;
		padding: 10px 25px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		background: #9e2523;
		border-radius: 50px;
	}

	.pro-section-inner-col a.viewmore2:hover{
		background: #22262a;
		color: #fff;
	}

	.fonth2 {
		font-family: 'Great Vibes', cursive;
		font-size: 36px!important;
		font-weight: 300!important;
		margin-bottom: 35px!important;
	}


	.pro-dtl-section {
		margin: 0 auto;
		padding: 45px 0;
		height: auto;
	}

	.pro-dtl-section-left{
		margin: 0;
		padding: 0 10px 0 25px;
		text-align: left;
	}

	.pro-dtl-section-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.pro-dtl-section-left h2{
		font-size: 14px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: 600;
		color: #9e2523;
		letter-spacing: 0;
	}

	.pro-dtl-section-left p{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}

	.pro-dtl-section-right {
		margin: 0;
		padding: 0;
	}

	.pro-dtl-section-amenities {
		margin: 0 auto;
		padding: 40px 0;
		height: auto;
		background: #f3eee3;
	}

	.pro-dtl-section-amenities-left{
		margin: 0;
		padding: 0 10px 0 25px;
		text-align: left;
	}

	.pro-dtl-section-amenities-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.pro-dtl-section-amenities-right{
		margin: 0;
		padding: 0 0 0 25px;
		text-align: left;
	}

	.amenities-col {
		float: left;
		width: 50%;
		padding: 0;
		margin: 25px 0 0 0;
	}

	.amenities-col ul {
		margin: 0 0 0 20px;
		padding: 0;
	}

	.amenities-col ul li {
		margin: 0;
		padding: 4px 0;
		list-style: disc;
		font-size: 13575
			px;
	}

	.gallery-section {
		margin: 0 auto;
		padding: 40px 0;
		text-align: center;
	}

	.gallery-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
	}

	.gallery-section-main {
		margin: 0 10px;
	}

	.gallery-section-col {
		margin: 0;
		padding: 0;
	}

	.gallery-section-col h2{
		font-size: 10px;
		text-transform: uppercase;
		margin: 0 0 25px 0;
		padding: 0;
		font-weight: 500;
		color: #565656;
		letter-spacing: 0.8px;
	}
	
	.testimonial-section{
		margin: 0;
		padding:35px 10px;
	}

	.testimonial-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.testimonial-section-main {
		margin: 0 auto;
		padding:15px 0;
		border-bottom: 1px solid #ccc;
	}

	.testimonial-section-main h2{
		font-size: 16px;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #977510;
	}

	.testimonial-section-main p{
		font-size: 13px;
		margin: 0;
		padding: 0 0 10px 0;
		font-weight: 400;
		color: #666;	
	}
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	.navbar {
		position:fixed; margin:0;
		padding:0;
		z-index:999;
		width:100%;
		border-bottom:1px solid #f0f0f0;
	}

	.main-nav {
		background:#fff !important;
	}

	.main-nav a{
		color:#CCC;
	}

	.navbar ul li{	
		padding:0 5px!important;
	}

	.navbar ul li a {
		color:#000 !important;
		padding:19px 0;
		text-transform:uppercase;
		font-size:12px;
		letter-spacing:1.2px;
		font-weight:600;
	}

	.navbar ul li a:hover{
		color:#3784f7!important;
	}

	.navbar-nav {padding:0 0 0 200px!important;}

	.navbar-toggler {
		color:#CCC !important;
	}

	/* shows the dropdown menu on hover */
	.navbar 
	.dropdown:hover 
	.dropdown-menu, 
	.navbar 
	.dropdown 
	.dropdown-menu:hover {
		display:block;
		visibility: visible;
		opacity: 1;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.navbar .dropdown-menu {
		border: 1px solid rgba(0,0,0,.15);
		background-color: #fff;
		opacity: 0.3;
		filter: alpha(opacity=53); /* For IE8 and earlier */
		padding:0;
		margin-top:0;
	}

	.dropdown-menu a {
		padding:15px 20px!important;
		display:block;
		border-bottom:1px solid #ccc;
		text-decoration:none;
		text-transform:none!important;
		font-size:12px!important;
		font-weight: 400!important;
		letter-spacing: 0.5!important;
	}

	.dropdown-menu a:last-child{
		border-bottom:none;
	}

	.dropdown-menu a:hover{
		background:#22262a!important;
		text-decoration:none;
	}

	.logo {color:#FC0 !important; 
		z-index:999;
		margin:0;
		padding:0;
		position:absolute;
	}

	.logo img {width:70%; margin:68px 0 0 0; padding:0;}

	.banner-section {
		margin:0;
		padding:0;
	}

	.ht-navbar {
		height:57px;
	}

	.social {
		font-size:16px;
		color:#C00;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 100px 0;
		height: auto;
		background: #f6f6f6;
	}

	.line-title-left {
		background: #9e2523;
		width: 15%;
		margin: 20px 0;
		padding: 0;
		height: 1px;
	}

	.welcome-section-left{
		margin: 0;
		padding: 0 100px 0 25px;
		text-align: left;
	}

	.welcome-section-left h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left h2{
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
		letter-spacing: 0;
	}

	.welcome-section-left p{
		font-size: 15px;
		line-height: 24px;
		margin: 0 0 45px 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}

	a.viewmore {
		margin: 0;
		padding: 15px 25px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		color: #9e2523;
	}

	a.viewmore:hover{
		background: #22262a;
		color: #fff;
	}

	a.download {
		margin: 0 0 0 10px;
		padding: 15px 25px;
		border: 1px solid #9e2523;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		background: #9e2523;
	}

	a.download:hover{
		background: #22262a;
		color: #fff;
	}


	.welcome-section-right{
		margin: 0;
		padding: 0;
	}

	.benchmark-section {
		margin: 0 auto;
		padding: 70px 0;
		height: auto;
		text-align: center;
	}

	.line-title-center {
		width:15%;
		height:1px;
		background:#ac800b;
		margin:20px auto;
	}

	.benchmark-section h1{
		font-size:24px;
		color:#ac800b;
		margin:0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section {
		margin: 0 auto;
		padding: 30px 0 0 0;
		height: auto;
		text-align: center;
		background-image: linear-gradient(-90deg, #101330, #343463);
	}

	.current-trend-section-left{
		margin: 0;
		padding: 0;
	}

	.current-trend-section-right{
		margin: 0;
		padding: 60px 0 0 0;
		text-transform: uppercase;
	}

	.current-trend-section-right h1{
		font-size:30px;
		color:#9e2523;
		margin:10px 0;
		padding:0;
		font-weight:600;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section-right h2{
		font-size:24px;
		color:#fff;
		margin:15px 0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.current-trend-section-right h3{
		font-size:18px;
		color:#fff;
		margin:0 0 40px 0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.vm-section {
		margin: 0 auto;
		padding: 100px 0;
		height: auto;
	}

	.vm-section h1{
		font-size:24px;
		color:#ac800b;
		margin:0;
		padding:0;
		font-weight:400;
		text-align:center;
		text-transform:uppercase;
	}

	.vm-section h2{
		font-size:18px;
		color:#ac800b;
		margin:0;
		padding:10px 0 0 20px;
		font-weight:400;
		text-align:left;
		text-transform:uppercase;
	}

	.vm-section p{
		font-size:13px;
		color:#666;
		line-height: 22px;
		margin:0 0 35px 0;
		padding:0 50px 0 20px;
		font-weight:400;
		text-align:left;
	}

	.footer01-section {
		margin: 0 auto;
		padding: 75px 0;
		background: url(../images/bg-footer.jpg) center fixed;
		background-size: cover;
		text-align: center;
	}

	.footer01-section-col20{
		width: 20%;
		float: left;
		margin: 0;
		padding: 35px 0;
		border-right: 1px solid #62543d;
	}

	.footer01-section-col20 h1{
		margin: 0;
		padding: 0;
		font-size: 18px;
		color: #fff;
		font-weight: 400;
	}

	.footer01-section-col20 h1 span{
		margin: 0;
		padding: 0;
		font-size: 60px;
		color: #fff;
		font-weight: 400;
	}

	.footer-section {
		margin:0 auto;
		padding:0;
		height:auto;
		background:#3f4448;
	}

	.footer-section-col30{
		float:left;
		width:30%;
		height:auto;
		margin:0;
		padding:115px 0;
		border-right:1px solid #333739;
	}

	.footer-section-col30 h1{
		font-size:16px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 10px 25px;
		font-weight:300;
		color:#cd9d51;
	}

	.footer-section-col30 h2{
		font-size:20px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 0 25px;
		font-weight:500;
		color:#fff;
	}

	.footer-section-col30 h2 span{
		font-size: 14px;
	}

	.line-title-left-25 {
		background: #9e2523;
		width: 15%;
		margin: 20px 0 20px 25px;
		padding: 0;
		height: 1px;
	}

	.footer-section-col30 p{
		font-size:14px;
		line-height:22px;
		color:#fff;
		margin:0;
		padding:0 55px 0 25px;
		text-align:left;
	}

	.footer-section-col30 a.mail{
		color:#CCC;
	}

	.footer-section-col30 a.mail:hover{
		color:#dfa743;
	}

	.br-none {border-right:none;}

	.footer-section-col20{
		float:left;
		width:20%;
		height:auto;
		margin:0;
		padding:115px 0;
		border-right:1px solid #333739;
	}

	.footer-section-col20 h1{
		font-size:14px;
		text-transform:uppercase;
		margin:0;
		padding:0 0 0 25px;
		font-weight:300;
		color:#cd9d51;
	}

	.footer-section-col20 p{
		font-size:13px;
		line-height:18px;
		color:#fff;
		margin:0;
		padding:0 0 0 25px;
		text-align:left;
	}

	.footer-section-col20 a{
		color:#fff;
	}

	.footer-section-col20 a:hover{
		color:#cd9d51;
	}

	.footer-section-col20 ul{
		margin:0 0 0 15px;
		padding:0;
	}

	.footer-section-col20 ul li{
		margin:0;
		padding:7px 0;
		list-style:none;
	}

	.footer-section-col20 ul li a{
		font-size:13px;
		margin:0;
		padding:0;
		color:#fff;
		display:inline-block;
		text-transform:uppercase;
		font-weight:400;
		letter-spacing: 1.5px;
	}

	.footer-section-col20 ul li a:hover{
		color:#cd9d51;
	}

	.social-link {
		margin:15px 0;
		padding:0 0 0 25px;
	}

	a.fb {color:#fff; font-size:18px; margin-right:12px;}
	a.fb:hover {color:#cd9d51; font-size:18px; margin-right:12px;}
	a.tweeter {color:#fff;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#cd9d51;font-size:18px;}
	a.instagram {color:#fff;font-size:18px;}
	a.instagram:hover {color:#cd9d51;font-size:18px;}
	a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
	a.pinterest:hover {color:#cd9d51;font-size:18px;}


	.clipart1{
		margin: 35px 0 0 0;
		padding: 0;
		position: absolute;
	}

	.clipart2{
		margin-top: 35px;
		padding: 0;
		position: absolute;
		float: right;
		text-align: right;
		right: 0;
		margin-right: 90px;
	}

	.clipart2 img{
		float: right;
	}

	.banner-inner {
		margin: 0 auto;
	}

	.banner-inner img{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.team-section {
		margin: 0 auto;
		padding: 35px 0 0 0;
	}


	.team-section h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: 400;
		color: #000;
	}

	.team-section-main{
		margin: 0 auto;
		padding:15px 0;
		border-bottom: 2px solid #d5e0dc;
	}

	.team-section-main-left{
		margin: 0;
		padding:15px 0 0 0;
	}

	.team-section-main-right{
		margin: 0;
		padding:0 0 0 25px;
	}

	.team-section-main-right h2{
		font-size: 20px;
		line-height: 30px;
		margin: 10px 0 0 0;
		padding: 0;
		font-weight: 400;
		color: #9e2523;
		letter-spacing: 0;
	}

	.team-section-main-right p{
		font-size: 13px;
		line-height: 24px;
		margin: 0 0 0 0;
		padding: 0;
		font-weight: 400;
		color: #666;
		letter-spacing: 0.5px;
	}
	
	.contact-section {
		margin: 0 auto;
		padding:70px 0;
		height: auto;
	}

	.contact-section-main{
		margin: 0 60px;
	}

	.contact-section h1{
		font-size: 24px;
		text-align: center;
		margin: 0 auto;
		font-weight: 400;
		color: #9e2523;
		text-transform: uppercase;
	}

	.contact-section-left{
		margin: 0;
		padding: 0;
	}

	.contact-section-left p {
		font-size: 15px;
		color: #000;
		text-align: left;
		margin: 0;
		padding: 15px 100px 35px 0;
		line-height: 30px;
		letter-spacing: 0.5px;
	}

	.contact-section-left  h2{
		font-size: 22px;
		text-align: left;
		margin: 15px 20px 0 0;
		line-height: 36px;
		font-weight: 300;
		color: #9e2523;
	}

	.contact-section-right{
		margin: 20px 0 0 0;
		padding: 0;
	}

	.googlemap {
		width: 100%;
		height: 350px;
		border: 1px solid #ccc;
		padding: 8px;
	}

	a.enquire {
		font-size: 17px;
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 12px 25px;
		background: #9e2523;
		border-radius: 5px;
	}

	a.enquire:hover{
		background: #000;
	}
	
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }