@charset "utf-8";
/* CSS Document */


h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0px;
}

p{	}

::-moz-selection {
	background: #edbf49;
	color: #162d39;
	text-shadow: none !important;
}

::selection {
	background: #edbf49;
	color: #162d39;
	text-shadow: none !important;
}



body a{
	outline:0;
}

	
body{
	margin: 0 auto;
	background:#ffffff;
	text-decoration:none;
	color:#484848;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}

/*BANEER*/
#banner-wrapper{
	width:100%;
	float:left;
	height:100%;
	padding:0px;
    margin:0px;
	background:#000;
}


::-webkit-input-placeholder {
   color: #999999;
   opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999999;
   opacity: 1 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;
   opacity: 1 !important;
}
:-ms-input-placeholder {  
   color: #999999;
   opacity: 1 !important;
}


#wc-wrapper{
	width:100%;
	height:auto;
	margin:auto;
	
	padding:0px;
	background-color:#FFF;
	overflow:hidden;
	
	
}
#wc-inner{
	width:1200px;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	margin:auto;
	padding:0px;
	

}
#wc-left{
	width:50%;
	height:400px;
	float:left;
	text-align:center;
	
	
}
#wc-left h1{
	font-family: 'Playball', cursive !important;
	font-size:50px;
	color:#fd9c11;
	display:block;
	text-align:center;
	padding-top:50px;
}
#wc-left h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:37px;
	color:#222222;
	display:block;
	text-align:center;
	padding-top:40px !important;
	font-weight:bold;
}
#wc-left h3{
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#222222;
	display:block;
	text-align:center;
	padding:40px 25px 25px 25px !important;
	line-height:33px;
	
}
#read-more {
	width:auto;
	height:auto;
	border-radius:6px;
	background:#78a22f;
	color:#252323;
	font-family: 'PT Sans', sans-serif !important;
	font-size:14px;
	padding:5px 15px 5px 15px !important;
	text-decoration:none;
	font-weight:bold;
	
}
#read-more:hover{
	color:#000;
}
#wc-right{
	width:50%;
	height:400px;
	float:left;
	right:0;
	background-image:url(../images/maharani-img.jpg);
	background-repeat: no-repeat;
    background-position: 100% 100%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
	
}
/*services*/
#services-wrapper1{
	width:100%;
	height:auto;
	margin:auto;
	padding:0px;
	background-color:#f0f0f0;
	overflow:hidden;
	
}
#services-inner1{
	width:1200px;
	height:auto;
	min-height:600px;
	overflow:hidden;
	margin:auto;
	padding:0px;

}
#services-inner1 h1{
	color:#fd9c11;
	font-family: 'Play', sans-serif;
	font-size:40px;
	text-align:center;
	float:left;
	width:100%;
	background:url(../images/underline.png) no-repeat bottom center;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-top:40px;
	
}
.servicebox-bg1{
	width:30.5%;
	height:400px;
	float:left;
	background:#FFFFFF;
	margin:10px 1.1%;
	overflow:hidden;
	position:relative;
	justify-content: center;
	border-bottom:5px solid #fd9c11;
}
.servicebox-bg1 img{
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease; 
	-webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
}
.servicebox-bg1 img:hover{
	-webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
    overflow: hidden;
}
.servicebox-bg1 h3{
	font-family:'PT Sans', sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	border-bottom:1px #dadada solid;
	padding:10px 0px 10px 0px;
	margin:0px 10px 0px 10px;
	
}
.servicebox-bg1 h4{
	font-family:'PT Sans', sans-serif;
	font-size:15px;
	color:#333;
	border-bottom:1px #dadada solid;
	padding:10px 0px 10px 0px;
	margin:0px 10px 0px 10px;
	
}
#view-more{
	width:auto;
	height:auto;
	border-radius:6px;
	color:#FFFFFF;
	background:#78a22f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	float:right;
	margin-right:5px;
	margin-top:10px;
	padding:5px 20px 5px 20px;
	
}
#view-more:hover{
	color:#333;
}
#view-all{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin:auto;
	margin-top:20px;
}
#read-more1{
	width:auto;
	height:auto;
	border:1px #999999 solid;
	color:#b16e0b;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	font-weight:bold;
	border-radius:6px;
	
	
}
#read-more1:hover{
	
	color:#333333;
		
}








#canvas{
	width:100%;
	height:100%;
	overflow: hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.scrollToTop{
	width:44px;
	height:40px;
	background: rgba(230, 169, 50, 0.8) url(../images/arrow_up.png) no-repeat center center;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:99999;
	display:none;
}
.scrollToTop:hover{
	background:#a57701 url(../images/arrow_up.png) no-repeat center center;
}
.tripadvsr{
	width:100px;
	height:103px;
	background:url(../images/tripadvisor.png) no-repeat center center;
	position:absolute;
	top:270px;
	right:3px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:#a57701 url(../images/tripadvisor.png) no-repeat center center;
}




/*HOME BOX*/
#homebox-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF;
}
#homebox-inner{
	width:1200px;
	min-height:95px;
	height:auto;
	padding:0px; 
	margin:0px auto;
	background:#FFFFFF;
}
#homebox-inner  h1{
	color:#4b4b4b;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:30px;
	letter-spacing:5px;
	text-align:center;
	float:left;
	width:100%;
	background:url(../images/underline.png) no-repeat bottom center;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-top:60px;
}
.box-bg{
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
}
.homebox{
	width:23.5%;
	min-height:330px;
	float:left;
	background:#433832;
	margin-right:2%;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-family: 'Raleway', sans-serif;
	overflow:hidden;
	position:relative;
}
.box-margin{
	margin-right:0%;
}

.homebox a{
	background:#f1bb01 url(../images/btn-box.jpg) repeat-x bottom left;
	color:#000;
	font-size:15px;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	padding:10px 20px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.homebox a:hover{
	color:#FFF;
}
#homebox-inner  h2{
	color:#FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}
.homebox span{
	float:left;
	min-height:280px;
	word-wrap: break-word;
	display:block;
	width:90%;
	padding:0px 5%;
}
.homebox img{
	width:100%;
	min-height:330px;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease; 
	-webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
}
.homebox:hover img{
	-webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
    overflow: hidden;
}
.div-box{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:99;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease; 
}
.div-box:hover{
	background: rgba(0, 0, 0, 0.7);
}
.div-box:hover  h2 {
	color:#f0bc01 !important;
}

/*HOME WELCOME*/
#welcome-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF;
}
#welcome-inner{
	width:900px;
	min-height:95px;
	height:auto;
	padding:30px 0px; 
	margin:0px auto;
	background:#FFFFFF;
}
#welcome-inner p{
	color:#2f2e2e;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
	font-size:20px;
	text-align:center;
	float:left;
	width:100%;
	margin-bottom:15px;
	line-height:30px;
}
#welcome-inner  h1{
	color:#4b4b4b;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:30px;
	letter-spacing:5px;
	text-align:center;
	float:left;
	width:100%;
	background:url(../images/underline.png) no-repeat bottom center;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-top:10px;
}
#welcome-inner  h2{
	color:#4b4b4b;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:20px;
	letter-spacing:2px;
	text-align:center;
	float:left;
	width:100%;
	background:url(../images/underline.png) no-repeat bottom center;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-top:10px;
}

/*HOME COUND*/
#count-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:url(../images/pattern.png) repeat ;
}
#count-inner{
	width:1200px;
	min-height:100px;
	height:auto;
	padding:50px 0px; 
	margin:0px auto;
}
.count-bg{
	width:27%;
	min-height:130px;
	float:left;
	font-family: 'PT Sans', sans-serif;
	color:#FFF;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	padding-top:10px;
}
.count-margin{
	margin:0px 9.5%;
}
.chart {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	line-height: 110px;
	z-index: 2;
}
.percent:after {
	content: '+';
	margin-left: 0.1em;
	font-size: .8em;
}
.angular {
  	margin-top: 100px;
}
.angular .chart {
  	margin-top: 0;
}
.chart span{
	margin-top: -19px;
	font-size:60px;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
}
.percent:after {
	content: '+';
	margin-left: 0.1em;
	font-size:60px;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
}
.chart sup{
	font-size:18px;
	color: #FFFFFF;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	
	top: 0px !important;
	left: 0px !important;
	margin-left: 1px;
}
.textP h3{
	margin-top: 22px;
	text-align:center;
	font-size:20px;
	color: #2f2f2f;
	font-weight: 300;
}
.textP p{
	line-height: 23px;
	margin-top: 13px;
	text-align:center;
	font-size:13px;
	color: #2f2f2f;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
.bar{
}
/*.bar:first-child{
	padding-left:0;
}
.bar:last-child{
	padding-right:0;
}*/
/**/


/*HOME CLIENT*/
#client-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF;
}
#client-inner{
	width:1200px;
	min-height:95px;
	height:auto;
	padding:40px 0px; 
	margin:0px auto;
	background:#FFFFFF;
}
#client-inner  h1{
	color:#4b4b4b;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:30px;
	letter-spacing:5px;
	text-align:center;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.homeclientbg{
	float:left;
	width:100%;
	margin-top:20px;
	text-align:center;
}
.homeclientbg img{
	margin:10px 13px;
}


/*HOME Gallery*/
#gallery-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#000000;
	min-height:100px;
}
.shadow{
	background:url(../images/gallery-shadow.png) repeat-x left bottom ;  
	width: 100%;
	height:100%;
	background-size:contain;
}


/*INNER*/
.inner-bannerbg {
	width:100%;
	float:left;
	background:#000;
	overflow:hidden;
	text-align:center;
	position:relative;
	display: flex;
    justify-content: center;
}

.inner-bannerbg img{
	min-width:100%;
	 flex: none; /* keep aspect ratio */
}
#about-four-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
}
#about-four-inner{
	width:1000px;
	min-height:200px;
	height:auto;
	padding:60px 0px; 
	margin:0px auto;
}

#about-four-inner h1{
	 font-family: 'Raleway', sans-serif;
	 font-weight:bold;
	 float:left;
	 text-align:center;
	 text-transform:uppercase;
	 font-size:22px;
	 width:100%;
	 color:#000000
}

.about-whybg{
	width:42%;
	min-height:235px;
	float:left;
	background: rgba(255, 255, 255, 0.8);
	padding:30px 3%;
}
.about-howbg{
	float:right;
}

.about-whybg ul {
     margin-top:5px;
     margin-left:3%;
     float:left;
	 margin-top:10px;
	 font-family: 'Raleway', sans-serif;
}
.about-whybg ul li{
     list-style-image:url(../images/bullet2.png);
     clear:both;
     float:left;
	 color: #000000;
	 font-size: 15px;
	 line-height:20px;
	 margin-bottom:8px;
}

/*SERVICE*/

#sericebox-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#f8f8f8;
}
#servicebox-inner{
	width:1200px;
	min-height:100px;
	height:auto;
	padding:20px 0px; 
	margin:0px auto;
	padding-bottom:40px;
}
#servicebox-inner h1{
	color:#4b4b4b;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	float:left;
	width:100%;
	background:url(../images/underline.png) no-repeat bottom center;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-top:10px;
	text-transform:uppercase;
}
.servicebox-bg{
	width:31%;
	height:240px;
	float:left;
	background:#274353;
	margin:10px 1.1%;
	overflow:hidden;
	position:relative;
	display: flex;
    justify-content: center;
}
.servicebox-bg img{
	flex: none; /* keep aspect ratio */
}

.servicebox-caption{
	position:absolute;
	width:100%;
	height:240px;
	left:0px;
	top:0px;
	z-index:99;
	background: rgba(0, 0, 0, 0.3);
	text-align:center;
	color:#FFFFFF;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease; 
}
#servicebox-inner h2{
	width:90%;
	padding:0px 5%;
	height:240px;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
	display: flex;
    align-items: center;
    justify-content: center;
}
.servicebox-caption:hover{
	background: rgba(0, 0, 0, 0.5);
}
#servicebox-inner h3{
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	background:#cfa12b;
	float:left;
	padding:6px 10px;
	margin-bottom:5px;
	color:#FFF;
	margin-left:5px;
}
#servicebox-inner h3:hover{
	color:#000;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

#servicebox-inner p {
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.motorsport-bg{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}
#promotors-area{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}
#promotors-area p {
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 22px;
   margin-bottom: 12px;
}
#promotors-area h4{
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	margin-bottom:10px;
	color:#333;
	font-weight:bold;
	
}


#servicebox-inner h4{
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	margin-bottom:10px;
	color:#333;
	font-weight:bold;
}

.motorsport-bg2{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}

.motorsport-bg img{
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

.motorsport-bg:hover img{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.motorsport-bg2 img{
	float:right;
	margin-left:30px;
	margin-bottom:10px;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

.motorsport-bg2:hover img{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.training-name{
	float:left;
	width:100%;
}
.training-name ul {
     margin-top:5px;
     margin-left:3%;
     float:left;
	 margin-top:10px;
	 font-family: 'Raleway', sans-serif;
}
.training-name ul li{
     list-style:none;
     float:left;
}

.training-name ul li a{
    float:left;
	background: #cfa12b;
	color: #fff;
	font-family: "Raleway",sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 6px 10px;
	text-decoration:none;
}
.training-name ul li a:hover{
	color: #333;
}




#sericelink-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#f2f2f2 url(../images/linkbg.jpg) no-repeat center top;
	background-size:102%;
}
#servicelink-inner{
	width:900px;
	min-height:200px;
	height:auto;
	padding:20px 0px; 
	margin:0px auto;
	text-align:center;
}

#servicelink-inner p{
	color:#000000;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
	font-size:18px;
	text-align:center;
	float:left;
	width:100%;
	margin-bottom:15px;
	line-height:25px;
}
.logo2{
	margin-bottom:15px;
}
.ser-linkbtnbg{
	width:100%;
	float:left;
	text-align:center;
	padding:30px 0px;
}

.ser-linkbtnbg a{
	background:#f1bb01 url(../images/btn-box.jpg) repeat-x bottom left;
	color:#000;
	font-size:18px;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	padding:10px 20px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.ser-linkbtnbg a:hover{
	color:#FFF;
}


/*TRAINING INNER*/
#trainninginner-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF;
}
#trainninginner-inner{
	width:1130px;
	min-height:95px;
	height:auto;
	padding:30px 0px; 
	margin:0px auto;
	background:#FFFFFF;
}
#trainninginner-inner p{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
	color:#2f2e2e;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
	text-align:left;
	float:left;
	width:100%;
}
#trainninginner-inner h1{
	color:#4b4b4b;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:26px;
	text-align:left;
	float:left;
	width:100%;
	margin-bottom:15px;
	margin-top:10px;
}
#trainninginner-inner ul {
     margin-top:5px;
     margin-left:3%;
     float:left;
	 margin-top:10px;
	 margin-bottom:20px;
	 font-family: 'Raleway', sans-serif;
}
#trainninginner-inner ul li{
     list-style-image:url(../images/bullet2.png);
     clear:both;
     float:left;
	 color: #4b4b4b;
	 font-size: 15px;
	 line-height:20px;
	 margin-bottom:8px;
}

.traiing-posted{
	font-size: 15px;
	color:#2f2e2e;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
	text-align:left;
	float:left;
	width:100%;
	margin-bottom:10px;
	font-style:italic;
}
.traiing-posted span{
	color:#d18502;
	font-style:italic;
}
#trainninginner-inner h2{
	color:#4b4b4b;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:20px;
	text-align:left;
	float:left;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}

.breaking-div{
	border-bottom:1px dotted #666;
	float:left;
	width:100%;
	height:20px;
	margin-bottom:20px;
}










/*CONTACT*/

.addresbg{
    color: #000000;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: lighter;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.addresbg span{
	font-weight:600;
}

#forminner{
	float:left;
	width:60%;
	margin-top:10px;
	margin-left:20%;
	text-align:center;
}

/*FORM*/
.formmatter{
	width:50%;
	float:left;
	margin-top:20px;
}
#forminner input, select{
	width:94%;
	height:40px;
	background:#f8f8f8;
	border-bottom:2px solid #909090!important;
	border:none;
	margin:0% 2%;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
}
#forminner textarea {
	width:97%;
	height:100px;
	background:#f8f8f8;
	border-bottom:2px solid #909090!important;
	border:none;
	margin:20px 0px;
	padding-top:10px;
	resize:none;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
}
#forminner input:focus,
select:focus {
	border-bottom:2px solid #fcaf23!important;
}
#forminner input:hover,
select:hover {
	border-bottom:2px solid #fcaf23!important;
}
#forminner textarea:focus{
	border-bottom:2px solid #fcaf23!important;
}
#forminner textarea:hover{
	border-bottom:2px solid #fcaf23!important;
}

#forminner [type='submit'] {
	border: none !important;
	cursor: pointer;
	display: inline-block;
	margin-top:30px;
	background:#f1bb01 url(../images/btn-box.jpg) repeat-x bottom left;
	color:#000;
	width:150px;
	font-size:18px;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	padding:9px 20px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
	
#forminner [type='submit']:hover{
	color:#FFF;
	background:#f1bb01 url(../images/btn-box.jpg) repeat-x bottom left;
   
}



#hotel_reservation-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin: 0px;
	background:#089ac2 url(../images/registrationbg.jpg) no-repeat center;
	background-size: 100% 100%;
	border-top:1px #221c1c solid;
	border-bottum:1px #221c1c solid;
}
#hotel_reservation{
	width:1000px;
	height:98px;
	padding:0px; 
	margin:0px auto;
	color:#FFFFFF;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
#hotel_reservation:hover {
	color:#a1e2f4;
}
#hotel_reservation h5{
	font-family: 'Play', sans-serif;
	font-size:32px;
	display:block;
	text-align:left;
	line-height:30px;
	float:left;
	margin:20px 0 0 600px;
	width:300px;
	letter-spacing:1px;
}



.a-btn{
    width:85px;
    height:85px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display:block;
    float:left;
	line-height:25px;
    background:#f0ad4e;
    position:absolute;
	margin-left:460px;
	margin-top:6px;
	text-decoration:none;
    -webkit-box-shadow:0px 0px 0px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 2px #fff,  0px 0px 1px 0px rgba(188, 188, 188, 0.4), 0px 0px 0px 5px #fff;
    -moz-box-shadow:0px 0px 0px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 2px #fff,  0px 0px 1px 0px rgba(188, 188, 188, 0.4), 0px 0px 0px 5px #fff;
    box-shadow:0px 0px 0px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 2px #fff,  0px 0px 1px 0px rgba(188, 188, 188, 0.4), 0px 0px 0px 5px #fff;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn span{
    display:table-cell;
    width:85px;
    height:80px;
    padding:12px 6px;
    text-align:center;
    vertical-align:middle;
    font-size:22px;
    color:#fff;
    text-shadow:0px 1px 1px #A03F16;
    font-family: 'Play', sans-serif;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn span:nth-child(1), 
.a-btn span:nth-child(3){
    position:absolute;
    top:0px;
    left:0px;
    font-size:23px;
    line-height:23px;
    opacity:0;
}
.a-btn span:nth-child(1){
    background:transparent url(../images/star.png) no-repeat center center;
    opacity:0.1;


}
.a-btn:hover{
    background:rgba(148, 171, 144, 0.5);
}
.a-btn:hover span:nth-child(3){
    opacity:1;
}
.a-btn:hover span:nth-child(2){
    opacity: 0; 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.a-btn:hover span:nth-child(1){
    -webkit-animation:rotate 1s linear;
    -moz-animation:rotate 1s linear;
    animation:rotate 1s linear;
}
.a-btn:active{
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
}
.a-btn:active span:nth-child(2){
    color:rgba(170, 77, 27, 0.8);
    text-shadow:0px 1px 1px rgba(255, 255, 255, 0.6);
}
@keyframes rotate{
    0% { transform: scale(1) rotate(0);}
    50% { transform: scale(0.5) rotate(180deg);}
    100% { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% { -webkit-transform: scale(1) rotate(0);}
    50% { -webkit-transform: scale(0.5) rotate(180deg);}
    100% { -webkit-transform: scale(1) rotate(360deg);}
}
@-moz-keyframes rotate{
    0% { -moz-transform: scale(1) rotate(0);}
    50% { -moz-transform: scale(0.5) rotate(180deg);}
    100% { -moz-transform: scale(1) rotate(360deg);}
}

.img-responsive{
	width:100%;
	height:auto;
}

/*TAB*/
#welcometab-inner{
	width:1100px;
	min-height:95px;
	height:auto;
	padding:30px 0px; 
	margin:0px auto;
	background:#FFFFFF;
}
#welcometab-inner p{
	color:#2f2e2e;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
	text-align:left;
	float:left;
	width:100%;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
}

.contenttabbg{
	width:100%;
	height:auto;
	float:left;
	padding:0%;
	margin-top:20px;
}


#welcometab-inner  h1{
	color:#2e3192;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:30px;
	letter-spacing:5px;
	text-align:center;
	float:left;
	width:100%;
	background:url(../images/underline.png) no-repeat bottom center;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-top:10px;
}

#welcometab-inner  h4{
	color:#4b4b4b;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:25px;
	letter-spacing:5px;
	text-align:left;
	float:left;
	width:100%;
	background:url(../images/underline.png) no-repeat bottom left;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-top:10px;
}
#welcometab-inner  h5{
	color:#274353;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	float:left;
	width:100%;
	margin-bottom:15px;
}

#welcometab-inner a{
	color:#2f2e2e;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
	text-align:left;
	font-size: 16px;
	line-height: 22px;
	/*margin-bottom: 12px;*/
}
#welcometab-inner a:hover{
	color:#e5b547;
}
.down{
	margin-right:10px;
}

.founder-bg{
	float:left;
	width:100%;
	min-height:100px;
	font-family: 'Play', sans-serif;
	
}
.founder-area:nth-child(odd){
	width:100%;
	float:left;
	background:#f2f4f4;
	padding-right:5%;
	margin-bottom:10px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.founder-area:nth-child(even){
	width:100%;
	float:left;
	background:#e5f3f3;
	padding-right:5%;
	margin-bottom:10px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.founderprofile-bg{
	float:left;
	width:23%;
	min-height:100px;
	margin-right:20px;
}
.founderprofile-dsc{
	/*float:left;*/
	width:100%;
	min-height:100px;
	margin-right:20px;
	text-align:justify;
	margin-bottom:20px;
	line-height:25px;
	font-size:16px;
	padding-top:6%;
	color:#041304;
}
.founderprofile-title{
	float:left;
	width:100%;
	background:#274353;
	color:#FFF;
	font-family: 'Play', sans-serif;
	font-weight:600;
	text-align:center;
	font-size: 16px;
	padding:15px 0px;
}
.founderprofile-photo{
	float:left;
	width:100%;
	background:#000000;
	min-height:100px;
	position:relative;
}
.founderprofile-photo img{
	float:left;
	width:100%;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
	 cursor:pointer;
}
.founderprofile-photo img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	cursor:pointer;
}


.founderprofile-photo span{
	position:absolute;
	left:0px;
	bottom:0px;
	color:#FFF;
	width:100%;
	padding:10px 0px;
	text-align:center;
	font-family: 'Play', sans-serif;
	font-weight:lighter;
	font-size:17px;
	background: rgba(0, 0, 0, 0.8);
}

/* EVENTS */
#events-inner{
	width:1200px;
	min-height:100px;
	height:auto;
	padding:20px 0px; 
	margin:0px auto;
	padding-bottom:10px;
}
#events-inner h1 {
    background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll center bottom;
    color: #2e3192;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}

ul.eventlinks{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:40px;
}
ul.eventlinks li{
	list-style:none;
	text-decoration:none;
	float:left;
}
ul.eventlinks li a{
	text-decoration:none;
	font-size:15px;
	font-family: "Raleway",sans-serif;
	font-weight:600;
	color:#666;
	margin:0PX 2PX;
	padding:5px 30px;
}
ul.eventlinks li a:hover{
	color:#274353;
}
.eactive{
	background:#274353;
	color:#FFF !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}



.event-singlebg{
	text-align: center;
	width:22.5%;
	margin-left:1%;
	margin-right:1%;
	display: inline-block;
    vertical-align: top;
	min-height:375px;
	background:#FFF;
	padding-bottom:20px;
	box-shadow: 1px 1px 2px #e6e6e6;
	margin-bottom:30px;
}


#events-inner h2  {
	text-decoration:none;
    color: #274353;
    float: left;
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
	margin-bottom:10px;
    text-align: left;
    width: 90%;
	margin-left:5%;
}
#events-inner h5 {
    color: #666;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: lighter;
    text-align: left;
    width: 90%;
	margin-left:5%;
}
.event-thumbimage{
	float:left;
	width:100%;
	position:relative;
}
.event-thumbimage_img{
	width:100%;
}
.event-thumbimagedot{
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	background:url(../images/port-sep.png) repeat;
	opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

.event-thumbimagedot:hover{
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.zoom{
	opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
	top:0; 
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background:#;
	padding:0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.event-singlebg:hover .zoom{
	opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}
.zoom:hover{
	background:#;
}


#events-inner h3 {
    color: #274353;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    width: 90%;
	margin-left:5%;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px dotted #bababa;
}
.eventdescription{
	color: #666;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    width: 90%;
	margin-left:5%;
	margin-top:10px;
}

.event-gallery{
    width: 90%;
	margin-left:5%;
	margin-top:10px;
	float:left;
	min-height:100px;
	background:#933;
	margin-top:40px;
}

/*FACILITES*/

#faciliteis-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	/*background:url(../images/fc-bg.png) repeat ;*/
}
#facilites-inner{
	width:1200px;
	min-height:100px;
	overflow:hidden;
	background:#FFF;
	height:auto;
	padding:30px 0px; 
	margin:0px auto;
	font-family: 'Ubuntu', sans-serif !important;
}
.facilites-left{
	float:left;
	width:68%;
	min-height:500px;
	overflow:auto;
	
}
.f-header{
    font-family: 'Ubuntu', sans-serif !important;
    background: #2e3192;
    margin: 8px 0px 0px 0px;
    padding: 10px 8px;
	border-radius:10px 10px 0px 0px;
    border-bottom: 3px solid #461f5e;;
    font-size: 25px;
    color: #FFF;
}
.facilites-bg{
	width:100%;
	background:#fbfaf7;
	padding:0px 0px 0px 0px;
	margin-bottom:18px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.facilites-bg h3{
	color: #083f82;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    padding:15px 0px 5px 5px;
    margin-bottom: 15px;
    margin-top: 0px;
	margin-left:5px;
    position: relative;
   
	
}
.facilites-bg h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0px;
    width: 233px;
    height: 3px;
    background: #083f82;
	margin-left:5px;
}
.facilites-bg h4{
	color: #083f82;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    padding:15px 0px 5px 5px;
    margin-bottom: 15px;
    margin-top: 0px;
	margin-left:5px;
    position: relative;
   
	
}
.facilites-bg h4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0px;
    width: 190px;
    height: 3px;
    background: #083f82;
	margin-left:5px;
}
.facilites-bg h5{
	color: #083f82;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    padding:15px 0px 5px 5px;
    margin-bottom: 15px;
    margin-top: 0px;
	margin-left:5px;
    position: relative;
   
	
}
.facilites-bg h5:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0px;
    width: 315px;
    height: 3px;
    background: #083f82;
	margin-left:5px;
}
.facilites-bg ul{
	list-style:none;
	padding:0px 18px;
}
.facilites-bg ul li{
	font-size:15px;
	padding-bottom:10px;
	color:#000203;
	line-height:28px;
}
.facilites-bg ul li::before {
  /*content: "» ";
  font-size:13px;
  font-weight:bold;*/
}
.bd-txt{
	font-size:16px;
	color: #083f82;
}	

.facilites-right{
	float:left;
	width:30%;
	min-height:500px;
	overflow:auto;
}
.tariff-area{
	background:#FFF;
	padding:8px 8px 4px 20px;
	/*border-bottom:4px solid #2e3192;*/
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffdf7+0,fbe8b2+100 */
background: #fffdf7; /* Old browsers */
background: -moz-linear-gradient(top,  #fffdf7 0%, #fbe8b2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fffdf7 0%,#fbe8b2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fffdf7 0%,#fbe8b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf7', endColorstr='#fbe8b2',GradientType=0 ); /* IE6-9 */

	
	
}
.tariff-area h3{
	background:#2e3192;
	font-family: 'Ubuntu', sans-serif !important;
	font-size:20px;
	color:#FFF;
	text-align:center;
	font-weight:500;
	padding:12px 1px;
	border-radius:10px 10px 0px 0px;
}
.tariff-area ul{
	list-style:none;
	padding:0px;	
}
.tariff-area ul li:nth-child(odd){
	background:#efeadc;
	color:#000;
	font-size:17px;
	text-align:center;
	border-bottom:3px solid #dddcda;
	padding:5px 2px;
	display:block;
}
.tariff-area ul li:nth-child(even){
	background:#eff6f7;
	color:#000;
	font-size:17px;
	text-align:center;
	border-bottom:3px solid #dddcda;
	padding:5px 2px;
	display:block;
}


.tariff-area span{
	
	display:block;
	margin:0px auto;
	margin-top:4px;
	width:40%;
	background:#fbcd57;
	font-size:15px;
	text-align:center;
	color:#5b0000;
	font-weight:500;
	padding:6px 7px;
	border-radius:8px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	
}
/*.tariff-area span::before {
  content: ":";
}*/
.tariff-area a{
	text-decoration:none;	
}
.trf-button{
	margin-top:8px;
	color:#FFF !important;
	background:#2e3192 !important;
	font-weight:500;
	padding:10px 5px !important;
	border-radius:0px 0px 10px 10px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
}
.trf-button:hover{
	color:#fbcd57 !important;
	background:#181b81 !important;
}
.hotel-logo-area{
	background:#fefefe;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	
}
.hotel-logo-area img{
	width:100%;
	
}

/*TARIFF*/

#tariff-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	/*background:url(../images/fc-bg.png) repeat ;*/
}
#tariff-inner{
	width:1200px;
	min-height:100px;
	overflow:hidden;
	background:#FFF;
	height:auto;
	padding:0px 0px 30px 0px; 
	margin:0px auto;
	font-family: 'Play', sans-serif;
}
.tariff-inner-left-area{
	width:63%;
	float:left;	
}
.tariff-inner-left-area p{
	font-size:13px;
	float:right;
	color:#333;
}

.tariff-inner-right-area{
	width:33%;
	float:left;	
	padding:0px 12px;
	font-family: 'Play', sans-serif;
}

.tariff-contact-area{
	background:#FFF;
	padding:8px 8px 4px 8px;
	/*border-bottom:4px solid #2e3192;*/
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffdf7+0,fbe8b2+100 */
background: #fffdf7; /* Old browsers */
background: -moz-linear-gradient(top,  #fffdf7 0%, #fbe8b2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fffdf7 0%,#fbe8b2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fffdf7 0%,#fbe8b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf7', endColorstr='#fbe8b2',GradientType=0 ); /* IE6-9 */

	
	
}
.tariff-contact-area h3{
	background:#2e3192;
	font-family: 'Ubuntu', sans-serif !important;
	font-size:20px;
	color:#FFF;
	text-align:center;
	font-weight:500;
	padding:12px 1px;
	border-radius:10px 10px 0px 0px;
}
.tariff-contact-area ul{
	list-style:none;
	padding:0px;	
}
.tariff-contact-area ul li:nth-child(odd){
	background:#efeadc;
	color:#000;
	font-size:17px;
	text-align:left;
	border-bottom:3px solid #dddcda;
	padding:8px 5px;
	display:block;
}
.tariff-contact-area ul li:nth-child(even){
	background:#eff6f7;
	color:#000;
	font-size:17px;
	text-align:left;
	border-bottom:3px solid #dddcda;
	padding:8px 5px;
	display:block;
}

/*GALLERY*/
#gallery-wrapper-rooms{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#000000;
	min-height:100px;
}
#gallery-inner{
	width:1200px;
	min-height:95px;
	height:auto;
	padding:40px 0px; 
	margin:0px auto;
	background:#FFFFFF;
}


/* -------------------------------  Media Query  ------------------------------- */

@media screen and (max-width: 1280px) {
	#client-inner{
		width:94%;}
	#homebox-inner{	
		width:94%;}
	#count-inner{
		width:94%;}
	#servicebox-inner{
		width:94%;}
	#servicelink-inner{
		width:90%;}
	.homeclientbg img{
		height:60px;}	
	#welcometab-inner{
		width:94%;}	
	#events-inner{
		width:94%;}	
	#facilites-inner{
		width:94%;}	
	#tariff-inner{
		width:94%;}	
	#gallery-inner{
		width:94%;}	
		
	
}
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
	
	
}
@media screen and (max-width: 1050px) {
	.homebox{
		font-size:14px;}
	#about-four-inner{
		width:90%;	}	
	
}

@media screen and (max-width: 1024px) {

.tripadvsr{top:200px;}

}

@media screen and (max-width: 1000px) {
	#forminner{
	width:80%;margin-left:10%;}
	.tripadvsr{top:200px;}
#services-inner1{
	width:980px;
	min-height:1020px;
}
.servicebox-bg1{
	width:46% ;
	height:400px;
	margin:10px 1.5%;
}
}
@media screen and (max-width: 966px) {
	#welcome-inner{
		width:94%;}
	#welcome-inner p{
		font-size:16px;	line-height:25px;}	
	
}

@media screen and (max-width: 900px) {
	.box-bg{
		float:none;width:650px;margin-top:20px;margin:0px auto;	}
	.homebox{
		width:46%;min-height:330px;margin-right:2%;	margin-left:2%;	margin-bottom:20px;	}
	.box-margin{
		margin-right:2%;	}
	.event-singlebg{
		width:30.5%;}
		
#wc-inner{
	width:880px;
	
	}
#wc-left h2{font-size:30px;}
#wc-left h3{font-size:16px;
	line-height:25px;}		
#services-inner1{
	width:880px;
	min-height:1020px;
}
.servicebox-bg1{
	width:46% ;
	height:400px;
	margin:10px 1.5%;
}
#hotel_reservation{
		width:890px;
		
	}	
}

@media screen and (max-width: 860px) {
	#wc-inner{
	width:760px;}
	#wc-left h2{
	font-size:30px;}
	#wc-left h3{
	
	font-size:15px;
	line-height:25px;
	
}
}

@media screen and (max-width: 850px) {
	#wc-inner{
	width:750px;}
}
@media screen and (max-width: 800px) {
	.servicebox-bg1{
	width:28.5% ;}
	#wc-inner{
	width:700px;}
	#wc-left h2{
	font-size:30px;
}
#wc-left h3{
	
	font-size:15px;
	line-height:25px;
	
}	.a-btn{	margin-left:40%;}
	
#wc-inner{
	width:750px;
	
	}
#services-inner1{
	width:740px;
	min-height:1020px;
}
.servicebox-bg1{
	width:46% ;
	height:400px;
	margin:10px 1.5%;
}
#hotel_reservation{
		width:790px;
		background-color:#08202e;
	}
	#hotel_reservation h5{
		margin-left:15px;
		font-size:12px;
		display:none;
	
	
}
}

@media screen and (max-width: 768px) {
	#client-inner  h1{
		font-size:25px;}
	.homeclientbg img{
		height:50px;}
	#homebox-inner  h1{
		font-size:25px;}
	
	.count-bg{
		width:30%;}
	.count-margin{
		margin:0px 5%;}	
	
	.about-whybg{
		min-height:300px;}	
	#servicebox-inner h3{
		font-size:16px;}
	.motorsport-bg img{
		height:200px;}
	.a-btn{	margin-left:30%;}	
	

#wc-inner{
	width:750px;
	
	}
#services-inner1{
	width:740px;
	min-height:1020px;
}
.servicebox-bg1{
	width:46% ;
	height:400px;
	margin:10px 1.5%;
}

	#hotel_reservation{
		width:750px;
		background-color:#08202e;
	}
	#hotel_reservation h5{
		margin-left:15px;
		font-size:12px;
		display:none;
	
	
}
.a-btn{	margin-left:45%;}
.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:150px;
	right:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}
.facilites-left{width:100%;}
.facilites-right{width:100%;}
.tariff-inner-left-area{width:100%;}
.tariff-inner-right-area{width:100%;}

}

@media screen and (max-width: 700px) {
	.box-bg{
		float:left;width:100%;margin-top:20px;	}
	.servicebox-bg{
		width:46%;height:240px;margin:10px 2%;}
	#forminner{
		width:90%;margin-left:5%;}		
	.event-singlebg{
		width:47%;}
.tripadvsr{	
	top:100px;}
	.a-btn{	margin-left:30%;}
	
	#services-inner1{width:700px; }
	.servicebox-bg1{
	width:38.5% ;
	margin:10px .5%;
}

#hotel_reservation{
		width:700px;;
		background-color:#08202e;
	}	
	.a-btn{	margin-left:40%;}
}

@media screen and (max-width: 660px) {
	.founderprofile-bg{
		width:46%;margin-right:2%;margin-left:2%;}
	.a-btn{	margin-left:30%;}
}

@media screen and (max-width: 640px) {
	#welcome-inner p{
		font-size:14px;	line-height:20px;}
	
	#about-four-inner{
		padding:30px 0px;}	
	.about-whybg{
		width:90%;min-height:100px;padding:20px 5%;}
	.about-howbg{
		margin-top:20px;}	
	#forminner{
		width:100%;margin-left:0%;}
#hotel_reservation{
		width:auto !important;
		background-color:#08202e;
	}
}

@media screen and (max-width: 600px) {
.a-btn{	margin-left:40%;}
#hotel_reservation{
		width:auto !important;
		background-color:#08202e;
	}	
}
@media screen and (max-width: 480px) {
#hotel_reservation{
	background-image:none;
	background-color:#08202e;
}
#hotel_reservation{
		width:460px;
		background-color:#08202e;
	}
#hotel_reservation h5{
		margin-left:15px;
		font-size:12px;
		display:none;
	
	
}
.event-singlebg{min-height:auto !important;}
.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	right:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}

}

@media screen and (max-width: 568px) {
	.chart span{
		font-size:40px;}
	.percent:after {
		font-size:40px;}
	.percent {
    	line-height: 70px;}
	.count-bg {
    	min-height: 90px;}	
	#servicelink-inner p{
		font-size:16px;margin-bottom:10px;line-height:22px;}	
	#servicebox-inner h3{
		font-size:16px; width:90%; padding:6px 5%; margin-left:0px;}	
	
	.motorsport-bg img{
		height:auto; margin-right:0px; float:none; max-width:90%;}
	.motorsport-bg{
		text-align:center;}
		.a-btn{	margin-left:40%;}
		#wc-inner{width:400px;}
	#wc-right{display:none;	}
	#wc-left{width:400px;}
	#wc-left h2{font-size:30px;}
    #wc-left h3{	
	font-size:15px;
	line-height:25px;}
	#services-inner1{
	width:400px;
	min-height:1450px;
	}
#view-more{margin-right:33px;}
.servicebox-bg1{width:400px;}
.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	left:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}	
}

@media screen and (max-width: 460px) {
	#client-inner  h1{
		letter-spacing:2px;}
	.homebox img{
		width:100%;}
	.homebox{
		width:90%;min-height:100px;margin-right:5%;	margin-left:5%;	margin-bottom:20px;height:auto; height:300px;	}
	.box-margin{
		margin-right:5%;}	
	.homebox span{
		min-height:240px;}	
	#homebox-inner  h1{
		letter-spacing:2px;}
	
	.a-btn{	margin-left:40%;}
#wc-inner{width:400px;}
	#wc-right{display:none;	}
	#wc-left{width:400px;}
	#wc-left h2{font-size:30px;}
    #wc-left h3{	
	font-size:15px;
	line-height:25px;}
	#services-inner1{
	width:400px;
	min-height:1450px;
	}
#view-more{margin-right:33px;}
.servicebox-bg1{width:400px;}
.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	left:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}	
}
@media screen and (max-width: 400px) {
	.count-bg{
		width:100%;}
	.count-margin{
		margin:20px 0%;	}
	.servicebox-bg{
		width:94%;height:240px;margin:10px 3%;}	
	.formmatter{
		width:100%;}
	.founderprofile-bg{
		width:90%;margin-right:5%;margin-left:5%;}	
	.event-singlebg{
		width:90%; margin-left:5%;}	
	.event-thumbimage{
		max-height:none;}
	.a-btn{	margin-left:30%;}
	
		#hotel_reservation{
		width:300px;
		background-color:#08202e;
	}
	#hotel_reservation h5{
		display:none;
	
	
}
 #wc-inner{width:320px;}
	#wc-right{display:none;	}
	#wc-left{width:320px;}
	#wc-left h2{font-size:30px;}
    #wc-left h3{	
	font-size:14px;
	
	line-height:25px;}

#services-inner1{
	width:320px;
	min-height:1450px;
	}
#view-more{margin-right:33px;}
.servicebox-bg1{width:320px;}

.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	left:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}
}


@media screen and (min-width: 400px) (max-width: 400px) {
	
	
	#hotel_reservation{
		width:400px;
		background-color:#08202e;
	}
	#hotel_reservation h5{
		display:none;
}

}
@media screen and (min-width: 460px) (max-width: 600px) {
#hotel_reservation{
		width:470px;
		background-color:#08202e;
}
#hotel_reservation h5{
		margin-left:10px;
		font-size:20px;
}
.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	left:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}
}
@media screen and (max-width: 360px) {
.about-whybg{
	width:80%;min-height:100px;padding:20px 10%;}
.a-btn{	margin-left:30%;}
.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	left:0px;
	z-index:99999;
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}
#wc-left{height:432px;}	
}

@media screen and (max-width: 320px) {
	.homeclientbg img{
		height:40px;}
	.a-btn{	margin-left:30%;}
	#hotel_reservation{
	width:303px;
	background-color:#08202e;}
    #wc-inner{width:320px;}
	#wc-right{display:none;	}
	#wc-left{width:320px;height:450px !important;}
	#wc-left h2{font-size:30px;}
    #wc-left h3{	
	font-size:14px;
	
	line-height:25px;}

#services-inner1{
	width:320px;
	min-height:1450px;
	}
#view-more{margin-right:33px;}
.servicebox-bg1{width:320px;}
	

.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	left:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}

	
}

@media screen and (max-width: 300px) {
	.homebox{
		width:90%;min-height:100px;margin-right:5%;	margin-left:5%;	margin-bottom:20px;height:auto; height:350px;	}
	.homebox span{
		min-height:290px;}	
	.homebox img{
		min-height:350px;}		
	.a-btn{	margin-left:30%;}
#wc-right{display:none;
	}
.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	left:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}	
}
@media screen and (max-width: 240px) {
.wrapper         {width:30%;height:100%;margin:0 auto;}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:30%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
.tripadvsr{
	width:40px;
	height:174px;
	background:url(../images/tripadvisor2.png) no-repeat center center;
	position:absolute;
	top:200px;
	left:0px;
	z-index:99999;
	
}
.tripadvsr:hover{
	background:url(../images/tripadvisor2.png) no-repeat center center;
}

}