@font-face{
	font-family: sub-heading;
	src: url(../fonts/MrDeHaviland-Regular.ttf);
	font-weight: normal;

}

body{
	padding: 0;
	margin: 0;
	background: #efefef;
	color: #656565;
	font: 300 16px/24px lato, sans-serif;
}



*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

img{
	width: 100%;
	height: auto;
}

.page-center{
	max-width: 1248px;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}

/* body-page codes ends */

header{
	background: rgba(0,0,0,0.8);
	color: #8e8e8e;
	position: absolute;
	width: 100%;
	box-shadow: 0 0 2px #fff;
}

header .logo{
	float: left;	
	padding: 18px 0 0;
}


header .nav-icon{
	display: none;
}

header nav{
	float: right;
}

header nav ul li{
	list-style: none;
	float: left;
}

header nav ul li a{
	text-decoration: none;
	color: #8e8e8e;
	display: block;
	padding: 46px 20px;
	background: transparent;
	text-transform: capitalize;
	position:relative;
	
}

header nav ul li a:hover,
header nav ul li a.active{
	background: #e2c213;
	padding: 46px 20px;
	color: #000;
}
header nav ul li a:hover:after,
header nav ul li a.active:after{
	content: '';
 	border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
 	border-top: 10px solid #e2c213;
	position: absolute;
	bottom: -10px;
	left: 40%;
}

header nav ul li:last-child{
	border-left:1px solid rgba(255,255,255, 0.2);
	margin-left: 20px;
}

/* header codes ends */

main .banner{
	background:url(../images/banner.png) no-repeat center center;
	background-size: 100% 100%;
	height: 674px;
}

main .banner .text-content{
	padding-top: 226px;
	color: #fff;
}

main .banner .text-content .line{
	background: #e2c213;
	width: 100px;
	height: 6px;
	margin-bottom: 20px;	
}

main .banner .text-content h1{
	font: 800 43px Montserrat, lato;
	text-transform: uppercase;	
}

main .banner .text-content h3{
	font: 100 27px Montserrat, lato;
	text-transform: uppercase;	
}

main .banner .text-content h3 span{
	font: 100 27px Montserrat, lato;
	text-transform: uppercase;
	color: #e2c213;
}

main .banner .text-content p{
	
	margin-top: 20px;
	width: 40%;
}

main .banner .text-content a{
	font: 400 16px/20px Montserrat, lato;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	background: #e2c213;
	padding: 15px 25px;
	color: #000;
	text-transform: uppercase;
	
}

main .banner .text-content i{
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 30px;	
}

main .banner .text-content .icon2{
	left: 51.5%;
}

main .banner .text-content .icon3{
	left: 53%;
}

/* slider-banner ends */

.about{
	text-align: center;
	margin-top: 90px;
	overflow: hidden;
}

.about h3 {
	font: 400 60px Montserrat, lato;
	color: #e2c213;
}

.about h3 span{
	font: 800 60px Montserrat, lato;
	color: #e2c213;
}

.about span{
	font: 300 50px Mr De Haviland;
	word-spacing: 25px;
	font-family: sub-heading;
}

.arrow{
	margin: 40px 0;
}
.hide{
	font-style: normal;
}

/* about ends */

.upcoming-event{
	text-align: center;
	margin-top: 40px;
	overflow: hidden;
}

.upcoming-event h3 {
	font: 400 60px Montserrat, lato;
	color: #e2c213;
}

.upcoming-event h3 span{
	font: 800 60px Montserrat, lato;
	color: #e2c213;
}

.upcoming-event span{
	font: 300 50px Mr De Haviland;
	font-family: sub-heading;
	

}

.upcoming-event .content-image {
	margin-top: 50px;
	text-align: left;
}


.upcoming-event .content-image .event-image{
	width: 50%;
	float: left;
}


.upcoming-event .content-image .text-content{
	width: 40%;
	float: left;
	margin-top: 80px;
	padding-left: 50px;
}

.upcoming-event .content-image .text-content h2{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 35px;
}


.upcoming-event .content-image .text-content h2{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 35px;
}

.upcoming-event .content-image .text-content span{
	font-size: 16px;
	font-family: lato;
	margin: 15px 0;
	display: inline-block;
	text-transform: uppercase;
}

.upcoming-event .content-image .text-content a{
	font: 400 16px/20px Montserrat, lato;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	background: #e2c213;
	padding: 15px 25px;
	color: #000;
	text-transform: uppercase;
}

.upcoming-event .content-image .flip-image{
	width: 50%;
	float: right;
	margin-top: -56px;
}

.upcoming-event .content-image .flip-text{
	width: 45%;
	float: left;
	margin-top: 80px;
	text-align: right;
}

/* upcoming event ends */


.event-gallary{
	text-align: center;
	margin-top: 40px;
}

.event-gallary h3 {
	font: 400 60px Montserrat, lato;
	color: #e2c213;
}

.event-gallary h3 span{
	font: 800 60px Montserrat, lato;
	color: #e2c213;
}

.event-gallary span{
	font: 300 50px Mr De Haviland;
	font-family: sub-heading;
	
}


/* ------------gallary---------------- */

.event-gallary .four-column-group{
	margin-top: 40px;
}

.event-gallary .four-column-group .row1{
	margin-top: 20px;
}


.event-gallary .four-column-group .column{
	position: relative;
	left: 0;
	top: 0;	
	width: 23.3%;
	height: 230px;
	float: left;
	background: #e2c213;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	border: 15px solid #e2c213;
}

.event-gallary .four-column-group .column span{
	position: absolute;
	z-index:1;
	font:bold 16px lato;
	background: rgba(0,0,0,0);
	color: #fff;
	width: 100%;
	height: 100%;
	line-height: 190px;	
	display: none;		
	transition: all 100ms linear;
}

.event-gallary .four-column-group .column:hover span{
	display: inline-block;
background: rgba(0,0,0,0.6);
}


.four-column-group .row1 .column img {
	transform: scale(2.2);
	margin-top: 45px;
}


/* Gallary Ends  */


.subscribe{
	text-align: center;
	margin-top: 100px;
	background: #333;
	padding: 70px 0;

}

.subscribe h3 {
	font: 400 60px Montserrat, lato;
	color: #e2c213;
}

.subscribe h3 span{
	font: 800 60px Montserrat, lato;
	color: #e2c213;
}

.subscribe span{
	font: 300 50px Mr De Haviland;
	color:#d0cece;
	font-family: sub-heading;
	
}


.subscribe form {
	margin-top: 50px;

}


.subscribe form input{
	text-align: left;
	width: 500px;
	height: 50px;
	padding: 10px;	
	font-size: 18px;
}

.subscribe form input:focus{
	border: 1px solid #e2c213;
	outline: none;
}

.subscribe .btn{
	width: 150px;
	height: 49px;
	padding: 10px;
	text-align: center;
	background: #e2c213;
	color:#262526;
	border: none;
	font-weight: 100;
	margin-left: -4px;
	outline: none;
}

.subscribe input::placeholder {
  color: #262526;
  opacity: 0.3;
}

input, textarea{
	border-radius: 0px;
	outline: none;
}

input[type=submit] {
	-webkit-appearance:none;
}

/* subscribe  end */


.contact{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;

}

.contact h3 {
	font: 400 60px Montserrat, lato;
	color: #e2c213;
	
}

.contact h3 span{
	font: 800 60px Montserrat, lato;
	color: #e2c213;
}

.contact span{
	font: 300 50px Mr De Haviland;
	color:#d0cece;
	font-family: sub-heading;
	
}


.contact form {
	margin: 40px 140px 0;

}

.contact form .col1{
	float: left;
	width: 50%;
}

.contact form .col2{
	float: right;	
	width: 50%;
}


.contact form input,
.contact form textarea{
	width: 95%;
	height: 60px;
	padding: 15px;
	margin: 10px 0;
	font-size: 18px;
	background: #dbdbdb;
	border: none;
	outline: none;
}

.contact form input:focus,
.contact form textarea:focus{
	border: 1px solid #e2c213;
}

.contact form textarea{
	height: 140px;
	font-family: Montserrat, lato;
}

 .contact .btn{
	width: 45%;
	height: 60px;
	padding: 10px;
	background: #e2c213;
	color:#262526;
	border: none;
	font-weight: 100;
	float: right;
	margin-right: 15px;
}

.contact input::placeholder,
.contact textarea::placeholder{
  color: #262526;
  opacity: 0.2;
  font-family: Montserrat, lato;
  font-size:16px;
} 



/* contact  end */


footer{
	background: #d4d4d4;
	padding-top: 70px;
	text-align: center;
}

footer .top-bar .logo{
	width: 15%;
	margin: 0 auto;
}

footer .top-bar nav ul li{
	display: inline-block;
	padding: 20px;
	font-size: 20px;
}

footer .top-bar nav ul li a{
	text-decoration: none;
	color: #262726;	
	font-weight: 400;
}

footer .top-bar nav ul li a:hover{
	color: #e2c213;	
}


footer .top-bar .social-icon i{
	padding: 25px 15px;
	font-size: 30px;
}

footer .top-bar .social-icon a{
	text-decoration: none;
	color: #262726;	
}

footer .top-bar .social-icon a:hover{
	text-decoration: none;
	color: #e2c213;	
}

footer .bottom-bar{
	background: #7d7b7b;
	padding: 20px;
	color:#fff;
	margin-top: 25px;
}


