@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
/*font-family: 'Playfair Display', serif;*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 999999999;
	height: 100%;
}
#status
{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
 	background-image: url(../images/loadin.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.svg) center center no-repeat;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Open Sans', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #2e2e2e;
    line-height: 22px;
    font-size: 14px;
    margin: 15px 0;
    font-weight: 400;
}
p strong
{
	color:#076bdd;
	font-weight:bold;
}
p span
{
	color:#0072bc;
}
a, span, strong, nav
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
} 
a
{
	color:#652f90;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
table
{ 
	color: #000;
    line-height: 24px;
    font-size: 16px;
	background:#faf5f3;
}
table strong
{ 
	color: #2060d4;
    font-weight: 600;
}
tr
{
	border:solid 1px #e7ded9;
}
td
{
	padding:8px 15px;
	border:solid 1px #e7ded9;
}
td.h4
{ 
	color:#fff;
	background:#f86b26;
	margin:0;
	text-transform:uppercase;
	font-size:18px;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #2e2e2e;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
	margin-bottom:3px;
}
ul.list li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 0;
    color: #000;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
h1, h2, h3
{ 
	color:#2a2f27;
	margin:15px 0;
	font-weight:400;
}
.wrapper
{
	
}
.header
{
    position: absolute;
    width: 100%;
    height: 100vh;
}
.section
{
	
}
.footer
{
	background:#191615;
}
.header-top
{
    z-index: 9999;
    position: absolute;
    width: 100%;
    padding: 20px 100px;
}
.header-top h1
{
	margin:0;
}
.booking
{
    margin: 41px 0;
}
.booking a
{
    background: #000;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 40px;
}
.booking a:hover
{
    background: #213fc1;
}
.banner
{
	position:relative;
	height:100vh;
}
.about-us
{
	background:url(../images/about-us.jpg) center center no-repeat;
	background-size:cover;
}
.facilities
{
	background:url(../images/facilities.jpg) center center no-repeat;
	background-size:cover;
}
.payments
{
	background:url(../images/payments.jpg) center center no-repeat;
	background-size:cover;
}
.affiliates
{
	background:url(../images/affiliates.jpg) center center no-repeat;
	background-size:cover;
}
.contact-us
{
	background:url(../images/contact-us.jpg) center center no-repeat;
	background-size:cover;
}
.badminton
{
	background:url(../images/badminton-banner.jpg) center center no-repeat;
	background-size:cover;
}
.billiards
{
	background:url(../images/billiards-banner.jpg) center center no-repeat;
	background-size:cover;
}
.card-room
{
	background:url(../images/card-room-banner.jpg) center center no-repeat;
	background-size:cover;
}
.health-club
{
	background:url(../images/health-club-banner.jpg) center center no-repeat;
	background-size:cover;
}
.restaurant-bar
{
	background:url(../images/restaurant-bar-banner.jpg) center center no-repeat;
	background-size:cover;
}
.restaurant
{
	background:url(../images/BAR-1.jpg) center center no-repeat;
	background-size:cover;
}
.restaurant1
{
	background:url(../images/Bumper-Blackball-Shootout.jpg) center center no-repeat;
	background-size:cover;
}
.auditorium
{
	background:url(../images/Auditorium-2.jpg) center center no-repeat;
	background-size:cover;
}
.tophall
{
	background:url(../images/Rooftop--1.jpg) center center no-repeat;
	background-size:cover;
}
.achall
{
	background:url(../images/AC-Mini--hall-1.jpg) center center no-repeat;
	background-size:cover;
}
.rooms
{
	background:url(../images/rooms-banner.jpg) center center no-repeat;
	background-size:cover;
}
.table-tennis
{
	background:url(../images/table-tennis-banner.jpg) center center no-repeat;
	background-size:cover;
}
.banner-text
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    margin: auto;
}
.banner-text > div
{
	display:table-cell;
	vertical-align:middle;
}
.banner-text h2
{
    position: relative;
    color: #fff;
    font-size: 4vw;
    position: relative;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    text-shadow: 0px 3px 4px #000;
}
.banner-text a
{
    color: #000;
    background: #ff793f;
    font-size: 30px;
    padding: 5px 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
}
.banner-text a:hover
{
    color: #fff;
    background: #000;
}
.isStuck
{
    z-index: 9999;
}
.isStuck .navbar
{
	top:0;
	position:static;
}
.navbar
{
	background:rgba(0, 0, 0, 0.8); 
	padding:0 100px;
	position:absolute;
	bottom:0;
	z-index:999;
	width:100%;
	right:0;
	left:0;
}
.nav
{
	
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav ul li
{
    list-style: none;
    float: left;
    position: relative;
    margin-right: 40px;
}
.nav ul li a
{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 22px 0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
    color: #f7764a;
}
.social-icon
{
    margin: 15px 0;
}
.social-icon a
{
	
}
.social-icon a img
{
	width:35px;
}
.social-icon a:hover img
{
	opacity:0.6;
}
.section-home
{
	margin:100px;
	position:relative;
	text-align:center;
}
.section-home-left
{
	width:70%;
	padding-right:100px;
}
.section-home-left h2
{
    color: #363433;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
    margin: 0;
}
.section-home-left h2 small
{
    color: #ff793f;
    font-weight: 600;
    font-size: 36px;
}
.section-home-left p
{
	text-align:center;
}
.section-home-left a
{
	color:#000;
	background:#ff793f;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
	padding:16px 50px;
	display:inline-block;
	position:relative;
	margin-top:10px;
}
.section-home-left a:hover
{
	color:#fff;
	background:#000;
}
.section-home-right
{
    background: #eeeeee;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%;
}
.section-home-right h3
{
    background: #2060d4;
    margin: 0;
    padding: 20px 40px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: left;
}
.news
{
	padding:0 40px 40px 40px;
}
.news marquee
{
    height: 20vw;
}
.news p
{
	text-align:left; 
}
.news p a
{
	color:#000; font-size:13px; text-transform:uppercase;
}
.news p a strong
{
	color:#076bdd; 
}
.news p a:hover
{
	text-decoration:underline;
}
.section-events
{
	padding:90px;
	background:#F0F0F0;
}
.section-events h2
{
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
	text-align:center;
}
.section-events ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-events ul li
{
    float: left;
    list-style: none;
    width: 25%;
}
.section-events ul li a
{
    position: relative;
    display: block;
	margin:10px;
}
.section-events ul li a figure
{
    position: relative;
    overflow: hidden;
	height:200px;
}
.section-events ul li a figure img
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-events ul li a figure:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index:999;
}
.section-events ul li a:hover figure:before, .section-events ul li a:hover figure:after
{
    opacity: 1;
}
.section-events ul li a figure:after
{
    font-family: 'FontAwesome';
    content: "\f1c1";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: auto;
    font-size: 50px;
    text-align: center;
	opacity:0;
	z-index:9999;
}
.section-events ul li a:hover figure img
{ 
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.section-achivement
{
    background: url(../images/section-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 100px 100px;
    box-shadow: 661px 0px 252px rgba(0, 0, 0, 0.6) inset;
}
.section-achivement-left
{
	width:30%;
}
.section-achivement h2
{
    margin: 0;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size:44px;
}
.section-achivement p
{
    color: #fff;
}
/*.section-achivement a
{
	color:#000;
	background:#ff793f;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
	padding:16px 50px;
	display:inline-block;
	position:relative;
	margin-top:10px;
}
.section-achivement a:hover
{
	color:#fff;
	background:#000;
}*/
.section-achivement-right
{
	width:65%;
}
.section-achivement-right ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.section-achivement-right ul li
{
	list-style:none;
	position:relative;
	width:50%;
	float:left;
}
.section-achivement-right ul li a
{
    display: block;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    padding: 100px 0 20px 0;
    font-weight: 800;
    color: #fff;
    background: #ff793f;
    margin: 0 20px;
    text-align: center;
}
.section-achivement-right ul li a:hover
{
    color: #000;
}
.section-achivement-right ul li a:after
{
    content: "\f1c1";
    font-family: 'FontAwesome';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 46px;
}
.section-achivement-right ul li a:hover:after
{
    color: #000;
}
.section-facilities
{
	
}
.section-facilities h2
{
	margin: 50px 100px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    position: relative;
}
.section-facilities h2:before
{
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background: #ff793f;
}
.section-facilities ul
{
    padding: 0 80px;
    margin: 0;
    list-style: none;
}
.section-facilities ul li
{
    width: 33.333333%;
    float: left;
    list-style: none;
    padding: 0 20px;
    margin-bottom: 20px;
}
.section-facilities ul li a
{
    background: #f5f5f5;
    display: block;
    padding-bottom: 5px;
}
.section-facilities ul li a h3
{
    color: #777777;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0 20px;
}
.section-facilities ul li a p
{
    color: #000;
    margin-top: 0;
    font-size: 13px;
    padding: 0 20px;
}
.section-facilities ul li a i
{
	
}
.section-photos
{
	position:relative;
    border: solid 3px #fff;
}
.section-photos h2
{
    margin: 50px 100px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.section-photos h2 small
{
    color: #979797;
    font-size: 16px;
    position: relative;
    padding-left: 22px;
}
.section-photos h2 small:before
{
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 2px;
    background: #ff793f;
}
.section-photos-left
{
	width:50%;
     border: solid 3px #fff;
}
.section-photos-left ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.section-photos-left ul li
{
	list-style:none;
	float:left;
    width: 50%;
     border: solid 3px #fff;
}
.section-photos-left ul li a
{
	position:relative;
	display:block;
	overflow:hidden;
}
.section-photos-left ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-photos-left ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.section-photos-left ul li a span
{
	position:absolute;
	display:block;
	width:100%;
	height:0;
    background: rgba(255, 121, 63, 0.8);
	top:100%;
	-webkit-tranistion:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
    z-index: 99;
}
.section-photos-left ul li a span:after
{
    content: "\f00e";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 27px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
}
.section-photos-left ul li a span:hover:after
{
	opacity:1;
}
.section-photos-left ul li a:hover span
{
	width:100%;
	height:100%;
	top:0; 
}
.section-photos-right
{
    /*width: 50%;
    background: url(../images/video.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 104px;
    bottom: 0;
    right: 0;
     border: solid 3px #fff;*/
	 
	width: 50%;
    background: url(../images/video.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 154px;
    bottom: 0;
    right: 0;
    border: solid 3px #fff;
}
.section-video-left-inner
{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	display:table;
	margin:auto;
	z-index:-9999;
     border: solid 3px #fff;
}
.section-video-left-inner a
{
    padding: 15px 0;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50%;
    border: solid 3px #fff;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    color: #fff;
    font-size: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99999;
}
.section-video-left-inner a:hover
{
    border: solid 3px #d6256d;
	background:#d6256d;
}
.modal-close
{
	color: #b1b0ac;
	font-size: 30px;
	line-height: .5;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	cursor: pointer;
}
.modal-close:hover
{
	color: #e72626;
}
#video
{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width: 100%;
	height:100%;
	z-index: 9999;
}
#video img,
#video iframe
{
	display: block;
	width: 100%;
	height:100%;
}
#play
{
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-size: auto, cover;
}
#play:hover
{
	
}
.projects-home
{
    background: linear-gradient(120deg, #f61a68, #ff773f, #2f1aae);
    text-align: center;
    margin:100px;
    padding: 100px 50px;
}
.projects-home h2
{
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.projects-home p
{
    color: #000;
    text-align: center;
    padding: 0 23%;
    margin: 20px 0;
}
.projects-home a
{
    color: #000;
    background: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 50px;
    display: inline-block;
    position: relative;
}
.projects-home a:hover
{
	color:#fff;
	background:#000;
}

.footer_marg
{
    padding-top: 100px;
    padding-bottom: 100px;
	margin:auto;
    text-align:center;
}
.foot
{
	
}
.foot p
{
    font-size: 15px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    text-align:center;
}
.foot p span
{
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-style: italic;
    font-weight: 800;
}
.foot h3
{
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 30px 0;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}
.foot h3:after
{
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 0;
	right:0;
	margin:auto;
    width: 30px;
    height: 2px;
    background: #ff793f;
}
.foot a
{
	color:#ff7800;
}
.foot a:hover
{
	color:#000;
}
.foot strong
{
    color: #2d35db;
    margin: 0;
}
.foot_list
{
    text-align:center;
	margin-bottom:30px;
}
.foot_list ul
{
	padding: 0;
    margin:0;
    list-style: none;
}
.foot_list ul li
{
	float:none;
	list-style:none;
	display:inline-block;
}
.foot_list ul li a
{
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0 20px;
    display: block;
    font-size: 14px;
}
.foot_list ul li a:hover
{
	color:#5f4ae2;
}
.foot_list ul li a:after
{
    position: absolute;
    top: 100%;
    left: 50%;
    content: " ";
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.foot_list ul li a:hover:after
{
    width: 100%;
    left: 0%;
}
.social-icon-footer
{
	margin-bottom:12px;
}
.social-icon-footer img
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	width:50px;
}
.social-icon-footer img:hover
{
	opacity:0.6;
}
/*.social-icon-footer a
{
	color: #000;
    width: 36px;
    padding: 8px 8px;
    font-size: 20px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    background: #fff;
    border-radius: 50%;
}
.social-icon-footer a:hover
{
	color: #0f3a6d;
}*/
.section-pages
{
	margin:85px 100px;
	position:relative;
}
.section-pages-left
{
	width:25%;
	padding-right:25px;
}
.section-pages-right
{
	width:75%;
	padding-left:25px;
}
.section-pages-right h4
{
	color:#2d35db;
	font-size:18px;
	font-weight:600;
}
/*.section-pages h3
{
    color: #363433;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
    margin: 0;
}*/
.links
{
	
}
.links h4
{
    background: #f7764a;
    margin: 15px 0 0 0;
    color: #fff;
    font-weight: 800;
    padding: 10px 16px;
}
.links ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.links ul li
{
    list-style: none;
}
.links ul li a
{
    display: block;
    background: #f4f4f4;
    border-bottom: solid 2px #e1e1e1;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
    color: #000;
}
.links ul li a:hover
{
	text-decoration:underline;
}
.split
{
	width:48%;
}
.contact
{
    position: relative;
    padding:100px;
}
.contact h3
{
    color: #2d35db;
    font-size: 22px;
    font-weight: 800;
    margin-top: 0;
}
.contact h3 small
{
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.contact-left
{
    width: 50%;
    padding-right: 25px;
}
.contact-left p
{
    position: relative;
    padding-left: 30px;
    color: #000;
}
.contact-left p strong
{
    color: #828282;
	font-weight:600;
}
.contact-left p.address, .contact-left p.phoneno, .contact-left p.fax, .contact-left p.mobile, .contact-left p.emailid
{
	
}
.contact-left p.address:before, .contact-left p.phoneno:before, .contact-left p.fax:before, .contact-left p.mobile:before, .contact-left p.emailid:before
{
    color: #000;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}
.contact-left p.address:before
{
	content: "\f124";
}
.contact-left p.phoneno:before
{
	content: "\f095";
}
.contact-left p.fax:before
{
	content: "\f1ac";
}
.contact-left p.mobile:before
{
	content: "\f10b";
}
.contact-left p.emailid:before
{
	content: "\f0e0";
}
.contact-right
{
    width: 50%;
    padding-left: 25px;
}
.contact-form
{
	
}
.contact label
{
    color: #333;
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
}
.contact::-webkit-input-placeholder,
.contact::-moz-placeholder,
.contact:-ms-input-placeholder,
.contact:-moz-placeholder
{
	color: #4e4e4e;
	font-family: 'Lato', sans-serif;
	font-size:12px;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number]
{
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 2px #dcdfe2;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight:400;
}
.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=number]:focus
{
    border:solid 2px #333;
}
.contact input[type=file]
{
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea
{
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 2px #dcdfe2;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight:400;
}
.contact textarea:focus
{
    border:solid 2px #333;
}
.select
{
    background: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact-button
{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    padding: 12px 60px;
    position: relative;
    background: #2d35db;
    border: none;
    outline: 0;
    cursor: pointer;
	margin-bottom:50px;
	width:100%;
}
.contact-button:hover
{
    background: #000;
}
.contact-left-form, .contact-right-form
{
    width: 49.2%;
}
.map
{
    position: relative;
}
.map:after
{
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 90px;
    background: #fff;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    z-index: 9999;
}
.facilities-page
{
	padding:85px;
}
.facilities-page ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.facilities-page ul li
{
	float:left;
	list-style:none;
	width:33.333333%;
	padding:15px;
}
.facilities-page ul li a
{
	display:inline-block;
	position:relative;
	overflow:hidden;
}
.facilities-page ul li a img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.facilities-page ul li a:hover img
{
	-webkit-transform:scale(1);
	-ms-transform:scale();
	transform:scale(1);
}
.facilities-page ul li a .text
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    box-shadow: 0px -30px 90px -30px #000 inset;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    padding: 40px;
    overflow: hidden;
    text-align: left;
}
.facilities-page ul li a .text h3
{
    color: #fff;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    bottom: 80px;
}
.facilities-page ul li a .text h3:after
{
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}
.facilities-page ul li a:hover .text h3
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.facilities-page ul li a .text p
{
    color: #fff;
    font-size: 10px;
    font-weight: 500;
	letter-spacing:2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    opacity: 0;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    position: absolute;
    bottom: 40px;
}
.facilities-page ul li a .text p i
{
	font-size:17px;
	font-weight:bold;
}
.facilities-page ul li a:hover .text p
{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.facilities-page ul li a .text:hover
{
	background-color:rgba(0, 0, 0, .6);
	background-image:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.gallery-img
{
    margin-bottom: 30px;
}
.gallery-img ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gallery-img ul li
{
    float: left;
    list-style: none;
    width: 23%;
    margin-top: 15px;
    margin-right: 2%;
}
.gallery-img ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
}
.gallery-img ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.gallery-img ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.gallery-img ul li a span
{
    position: absolute;
    display: block;
    background: #000;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
	z-index:99;
}
.gallery-img ul li a span:after
{
    content: "\f00e";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 27px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
}
.gallery-img ul li a span:hover:after
{
	opacity:1;
}
.gallery-img ul li a:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.gallery-img ul li a:hover
{
    background: #d83030;
}
.committe
{
	position:relative;
}
.committe-heading
{
    background: #ff793f;
    margin: 30px 0 0 0;
}
.committe-heading h3
{
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.committe-heading-inner
{
    padding:5px 30px;
}
.committe-inner
{
	
}
.committe-img
{
	text-align:center;
}
.committe-img a
{
	display:block;
	background:#fff;
	box-shadow:0px 8px 26px #d6ddda;
}
.committe-img a img
{
	width:100%;
}
.committe-img a h3
{
    position: relative;
    color: #262e29;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 0 0;
	text-transform:uppercase;
}
.committe-img a p
{
	margin:0;
    font-size: 12px;
    padding: 0 0 20px 0;
	text-transform:uppercase;
}
.committe-img a span
{
    font-size: 11px;
	color:#1b4eab;
	text-transform:uppercase;
}
.committe-img a:hover
{
	box-shadow:0px 0px 3px #d6ddda;
}
.committe-members
{
	
}
.committe-members h2
{
    color: #000;
    font-size: 26px;
    position: relative;
    font-weight: 800;
    padding-left: 22px;
    margin: 0 0 30px 15px;
    text-transform: uppercase;
}
.committe-members h2:before
{
    content: " ";
    position: absolute;
    top: 17px;
    left: 0;
    width: 16px;
    height: 3px;
    background: #ff793f;
}
.committe-members ul
{
	padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.committe-members ul li
{
	float:left;
	list-style:none;
	width:33.333333%;
	padding:15px;
}
.committe-members ul li a
{
	display:block;
	background:#fff;
	box-shadow:0px 8px 26px #d6ddda;
}
.committe-members ul li a img
{
	width:100%;
}
.committe-members ul li a h3
{
    position: relative;
    color: #262e29;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 0 0;
}
.committe-members ul li a p
{
	margin:0;
    font-size: 12px;
    padding: 0 0 20px 0;
}
.committe-members ul li a:hover
{
	box-shadow:0px 0px 3px #d6ddda;
}
.booking-page
{
	padding:50px 100px;
}
.booking-page h2, .booking-page-inner h2
{
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 800;
    padding-left: 22px;
    margin: 0 0 0 0;
    background: #ff793f;
	padding: 12px 12px 12px 34px;
}
.booking-page h2:before
{
    content: " ";
    position: absolute;
    top: 21px;
    left: 12px;
    width: 16px;
    height: 3px;
    background: #fff;
}
.booking-page-inner
{
	margin:50px 0;
}
.booking-page-split
{
	width:46%;
}
.payment
{
	border-bottom:solid 2px #EBEBEB;
	text-align:center;
}
.payment a
{
    display: inline-block;
    background: #1d1e1f;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 16px 42px;
    margin: 50px 0;
}
.payment a:hover
{
    background: #fff;
    color: #1d1e1f;
	box-shadow:0px 0px 26px #cdd0d5;
}
.gallery
{
	
}
.gallery ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gallery ul li
{
	float:left;
    list-style: none;
    width: 25%;
	border:solid 15px #fff;
}
.gallery ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
}
.gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.gallery ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.gallery ul li a span
{
    position: absolute;
    display: block;
    background: #000;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
	z-index:99;
}
.gallery ul li a span:after
{
    content: "\f00e";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 27px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
}
.gallery ul li a span:hover:after
{
	opacity:1;
}
.gallery ul li a:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.gallery ul li a:hover
{
    background: #d83030;
}