body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #464032;
	background: #000;
}
a {
	text-decoration: none;
	color: #A7430F;
}
img {
	width: 100%;
	height: auto;
	border: 0px;
}
.breaker {
	clear: both;
	height: 0.1px;
}
.break {
	clear: both;
	height: 12px;
}
.breaks {
	clear: both;
	height: 25px;
}
#sticky {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 999999990;	
}
#sticky.stick {
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.8);
	height: 70px;
	transition: all 0.5s ease;
    padding: 2px 0px 5px;
}
#sticky.stick #wrapper, #sticky.stick #wrapper2 {
	padding: 10px 0 0;
}
#sticky.stick .logo {
	float: left;
	max-width: 60px;
	padding: 0px 0px;
}
#wrapper {
	margin: 0 auto;
	position: absolute;
	z-index: 999999;
	width: 100%;
	padding: 20px 0 0;
}
#wrapper2 {
    margin: 0 auto;
    position: relative;
    z-index: 999999;
    width: 100%;
    padding: 20px 0 0;
}
#header {
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	float: left;
	max-width: 100px;
	padding: 0px 0px;
}
.sub-icon {
	width: 12px;
	margin-left: 5px;
}
.top-righter {
	float: left;
	max-width: 260px;
	margin-left: 20px;
	margin-top: 4px;
}
.book-now {
	width: 60px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 20px;
	background: url(../image/Button_Small_A.png);
}
.book-now:hover {
	background: url(../image/Button_Small_B.png);
}
.scl {
	float: left;
	width: 20px;
	padding: 5px 5px 2px;
	border-radius: 100%;
	background: #CE1213;
	margin-left: 10px;
	margin-top: 4px;
}
.scl:hover {
	background: #5F0038;
}
.manage-banner {
	position: absolute;
	width: 90%;
	margin-left: 5%;
	z-index: 10000;
	top: 250px;
}
.banner-content {
	margin: auto;
	max-width: 900px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.banner-content h2 {
	font-size: 40px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.banner-content p {
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 24px;
}
.banner-btn3 {
	padding: 7px 30px;
	color: #fff;
	font-size: 15px;
	border-radius: 18px;
	margin-top: 4px;
	border: 2px solid #fff;
	text-transform: uppercase;
}
.banner-btn3:hover {
	background: #fff;
	color: #CE1213;
}
.scroll-down {
	display: block;
	clear: both;
	width: 40px;
	margin: auto;
	position: relative;
	margin-top: 150px;
}
.page-container {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 99999;
	margin-top: 700px;
}
.page {
	margin: auto;
	max-width: 900px;
	text-align: center;
	padding: 60px 0 0;
	margin-bottom: -120px;
	position: relative;
}
.page h2 {
	color: #4A2B21;
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.page h3 {
	color: #88542A;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 5px;
}
.page p {
	color: #303843;
	font-size: 15px;
	line-height: 24px;
	margin: 15px 80px;
	font-weight: normal;
}
.sub-btn {
	color: #86754D;
	font-size: 13px;
	text-transform: uppercase;
	padding: 6px 30px;
	margin: 0 10px;
	border: 1px solid #86754D;
}
.sub-btn:hover {
	color: #fff;
	background: #86754D;
}
.polaride {
	max-width: 671px;
	margin-top: 50px;
}
.contentp {
	width: 100%;
	padding: 50px 0 160px;
	background: url(../image/open-hour.jpg);
	background-attachment: fixed;
	text-align: center;
	color: #fff;
}
.contentp h2 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 180px;
	letter-spacing: 3px;
}
.contentp p {
	font-size: 17px;
	line-height: 22px;
	margin: 4px 80px;
	font-weight: normal;
}
.reservation {
	background: #272727;
}
.reserve {
	margin: auto;
	max-width: 900px;
	text-align: center;
	padding: 30px 0 50px;
	position: relative;
}
.reserve h2 {
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.reserve p {
	color: #939393;
	font-size: 15px;
	line-height: 24px;
	margin: 15px 80px 0;
	font-weight: normal;
}
.sub-btn2 {
	color: #E7AC44;
	font-size: 13px;
	text-transform: uppercase;
	padding: 6px 30px;
	margin: 0 10px;
	border: 1px solid #E7AC44;
}
.sub-btn2:hover {
	color: #fff;
	background: #E7AC44;
}
#footer-wrap {
	background: #272727;
	padding: 10px 0 20px;
}
.footer-stat, #footer {
	margin: 0 auto;
	max-width: 1200px;
}
.footer-stat h3 {
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	margin: 25px 0 20px 0px;
	padding-bottom: 8px;
}
.footer-stat h4 {
	color: #FFDD00;
	font-size: 17px;
	font-weight: normal;
	margin: 25px 0 10px 0px;
}
.footer-stat a {
	text-decoration: none;
	color: #A2A2A6;
}
.footer-stat a:hover {
	text-decoration: none;
	color: #fff;
}
.footer-stat li {
	padding: 7px 10px 7px 0px;
	list-style: none;
	text-align: justify;
	letter-spacing: 0.5px;
	color: #222;
	font-size: 14px;
	line-height: 20px;
}
.footer-stat p {
	padding: 7px 10px 7px 0px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	margin: 0px;
	line-height: 22px;
}
.adrs {
	float: left;
	max-width: 21px;
	margin-right: 12px;
	margin-bottom: 10px;
}
.mbl {
	max-width: 20px;
	margin-right: 12px;
	float: left;
}
.eml {
	float: left;
	max-width: 20px;
	margin-right: 12px;
}
.foot {
	float: left;
	width: 20%;
	margin-right: 0%;
	margin-top: 20px;
}
.foot2 {
	float: left;
	width: 16%;
	margin-left: 4%;
}
.foot3 {
	float: right;
	width: 34%;
	padding-left: 3%;
	border-left: 1px solid #E7AC44;
}
.scl2 {
	width: 15px;
	text-decoration: none;
	display: block;
	float: left;
	border-radius: 100%;
	padding: 9px 9px;
	margin-right: 8px;
	background: #00599E;
}
.scl2:hover {
	background: #FFAD00;
}
.feeter {
	background: #E7AC44;
	padding: 15px 0;
}
#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 13px;
}
#footer a:hover {
	color: #fff;
}
.bot-logo {
	max-width: 100px;
}
.scrollup {
	width: 45px;
	height: 45px;
	border-radius: 3px;
	text-indent: -9999px;
	position: fixed;
	bottom: 50px;
	right: 30px;
	display: none;
	z-index: 109999;
}
.our-works {
	padding: 90px 0;
	background: #DEE6E9;
}
.work-list {
	margin: auto;
	max-width: 950px;
}
.work-det {
	float: left;
	width: 60%;
}
.work-do {
	float: right;
	width: 55%;
	position: relative;
	padding: 20px;
	margin-top: -120px;
	background: rgba(176,156,103,0.9);
}
.work-do h2 {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 29px;
	padding-left: 40px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.work-do h3 {
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.7px;
	margin-bottom: 16px;
	padding-left: 40px;
	font-weight: normal;
}
.work-do p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 40px;
}
.menus-icon {
	float: left;
	width: 30px;
	margin-top: 4px;
	margin-right: 16px;
}
.other-pages {
    background:  #fff;
}
.matter {
	margin: auto;
	padding: 40px 0 20px;
	max-width: 1200px;
}
.lefter {
	float: left;
	width: 35%;
	margin-right: 30px;
	border: 15px solid #fff;
	position: relative;
	z-index: 99999;
	margin-top: -90px;
}
.lefter2 {
	float: left;
	width: 35%;
	display: none;
	margin-right: 30px;
}
.matter h2 {
	font-size: 33px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 40px;
	color: #A50032;
	padding: 20px 0px 0;
}
.matter p {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	color: #250E0E;
}
.more-btn {
	padding: 5px 18px;
	font-size: 15px;
	color: #A50032;
	float: left;
	margin-top: 12px;
	margin-left: 28px;
	border: 1px solid #A50032;
}
.more-btn span {
	position: relative;
	height: 1px;
	width: 50px;
	background: #A50032;
	float: left;
	margin-top: 11px;
	margin-left: -45px;
}
.more-btn:hover {
	color: #BE9156;
	border: 1px solid #BE9156;
}
.more-btn:hover span {
	background: #BE9156;
}
.contentp {
	width: 100%;
	padding: 10px 0 30px;
	background: #DEE6E9;
	text-align: center;
	color: #fff;
}
.contentp h2 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 30px;
	letter-spacing: 3px;
	color: #000;
}
.contentp p {
	font-size: 17px;
	line-height: 22px;
	margin: 4px 20px;
	color: #4D4D4D;
	font-weight: normal;
}
#luxor {
	margin: auto;
	max-width: 1200px;
}
#luxor h3 {
	color: #222;
	text-align: center;
	line-height: 30px;
	margin: 8px 0 8px 0px;
	font-size: 19px;
	letter-spacing: 0.6px;
	font-weight: normal;
	padding: 0px;
}
.prod {
	float: left;
	width: 23%;
	margin: 25px 1% 10px;
	background: #fff;
	padding: 5px 0 15px;
}
.contentp .prod p {
	font-size: 14px;
	line-height: 22px;
	margin: 4px 20px;
	color: #777;
	margin-bottom: 15px;
}
.prod span {
	display: block;
	width: 96%;
	overflow: hidden;
	margin: auto;
}
.service-icon {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.prod:hover .service-icon {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.detail_btn {
	background: #E7AC44;
	font-size: 14px;
	padding: 3px 14px;
	color: #fff;
}
.detail_btn:hover {
	background: #000;
	color: #fff;
}
.galleryz {
	margin: auto;
	max-width: 1200px;
	padding: 40px 0;
}
.galleryz h4 {
	font-size: 33px;
	text-align: center;
	color: #060606;
	margin-bottom: 33px;
	padding: 0px 0;
	line-height: 30px;
	font-weight: normal;
	margin-top: 5px;
}
.choose-btn {
    display: block;
    margin: auto;
    width: 170px;
    padding: 6px 0;
    line-height: 30px;
    background: #CE1213;    
	font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 30px;
}
.highl {
	color: #fff;
}
.booking {
	padding: 0px 0 0px 0;
	background: url(../image/enquiry-bg.jpg) top right no-repeat;
}
.query {
	width: 50%;
	float: left;
	color: #fff;
	background: #272727;
}
.query h1 {
    padding: 32px 0 0 0px;
	color: #fff;
	text-align: center;
	font-size: 35px;
	margin: 20px 0 10px 0px;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: bold;
}
.query p {
	color: #fff;
	padding: 0 15px 0 15px;
	line-height: 150%;
	font-size: 18px;
	text-align: center;
}
#great  { 
    width: 80%;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.quote-input {
	font-size: 15px;
	padding: 2px 0.5%;
	color: #fff;
	float: left;
	height: 32px;
	width: 45%;
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
	margin: 10px 1%;
}
.quote-input2 {
	font-size: 14px;
	padding: 8px 1%;
	color: #9C9999;
	width: 94%;
	height: 100px;
	border: none;
	font-weight: bold;
	background: none;
	border-bottom: 1px solid #fff;
	margin: 10px 0px 12px 5px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.bluebox2 {
	margin: auto;
	width: 220px;
	border: none;
	margin-left: 6px;
	background: #fff;
	padding: 15px 25px 12px 25px;
	color: #333;
	font-size: 17px;	
	font-weight: bold;
	transition: 0.5s x;
	border-radius: 28px;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
	cursor: pointer;
}
.bluebox2:hover {
	background: #CE1213;
	color: #fff;
}
.breakerd {
	clear: both;
	height: 0.1px;
}
.clnts {
	background: #F2F2F2;
	padding: 20px 0 38px;
}
.clnts h2 {
	text-align: center;
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
    letter-spacing: 1px;
	margin-bottom: 30px;
}