@media only screen and (max-width: 768px)
{
	

header .logo img{
		height: 60px;
		width: auto;
		margin-left: 15px;
	} 
	
	header .nav-icon{
		display: block;
		float: right;
		position: relative;
	}

	header .nav-icon i:first-child{
		background: transparent;
		padding:20px 15px;
		font-size: 15px;		
	}

	
	header .nav-icon i:last-child{
		background: #e2c213;
		padding: 30px;
		color: #000;
		font-size: 26px;	
	}

  header .nav-icon i:hover:after,
  header .nav-icon i.active:after{
		content: '';
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;  
		border-top: 10px solid #e2c213;
		position: absolute;
		bottom: -10px;
		right: 23%;
}

	header nav{
		display: none;
	}
	
	header nav ul li{
		width:100%;
		background: rgba(0,0,0,0.8);
	}
	header nav ul li a{
		padding: 15px 10px;		
	}
	
	header nav ul li a:hover,
	header nav ul li a.active{
		padding: 15px 10px;
	}
	
	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 transparent;
	position: absolute;
	bottom: -10px;
	left: 40%;
}
	
	
	.s-hide{
		display: none;
	}

main .banner{
	background: #000 url(../images/banner.png) no-repeat;
	background-size: 200%;
	background-position: 50% 10%;
	text-align: center;
	padding: 12px;
	position: relative;
	z-index: -1;
}
	
main .banner .text-content{
	padding-top: 180px;
	color: #fff;
}

main .banner .text-content .line{
	display: none;	
}

main .banner .text-content h1{
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	margin-top:200px; 
}

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

main .banner .text-content h3 span{
	font-weight: 100;
	font-size: 16px;
	text-transform: uppercase;
	color: #e2c213;
}

main .banner .text-content p{
	line-height: 20px;
	font-size: 14px;
	width: 100%;
}
	
main .banner .text-content a{
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	background: #e2c213;
	padding: 10px 18px;
	color: #000;
	text-transform: uppercase;
	
}

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

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

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

/* slider-banner ends */

.about{
	text-align: center;
	margin-top: 20px;
	padding: 10px;
}

.about h3 {
	font-weight: 400;
	font-size: 25px;
	color: #e2c213;
	margin-bottom: 10px;
}

.about h3 span{
	font-weight: 800;
	font-size: 25px;
	color: #e2c213;
}

.about span{
	font-weight: 300;
	font-size: 25px;
	word-spacing: 8px;
}

	.about p{
	font-weight: 300;
	font-size: 14px;
}


.arrow{
	margin: 30px -300px 10px;
	width: 180%;
}
	
	.hide{
		display: none;
	}
	
	/* about ends */

.upcoming-event{
	text-align: center;
	margin-top: 0px;
}

.upcoming-event h3 {
	font-weight: 400;
	font-size: 30px;
	color: #e2c213;
}

.upcoming-event h3 span{
	font-weight: 800;
	font-size: 30px;
	color: #e2c213;
}

.upcoming-event span{
	font-weight: 300;
	font-size: 25px;
}

.upcoming-event .content-image {
	margin-top: 30px;
}


.upcoming-event .content-image .event-image{
	width: 100%;
	float: none;
}


.upcoming-event .content-image .text-content{
	width: 100%;
	float: none;
	margin-top: 15px;
	padding: 15px;	
	text-align: center;
	
}

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

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

	
	

.upcoming-event .content-image .text-content a{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	background: #e2c213;
	padding: 10px 18px;
	color: #000;
	text-transform: uppercase;
}

.upcoming-event .content-image .flip-image{
	width: 100%;
	float: none;
	margin-top: 0px;
}

.upcoming-event .content-image .flip-text{
	width: 100%;
	float: none;
	margin-top: 15px;
	text-align: center;
}

/* upcoming event ends */


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

.event-gallary h3 {
	font-weight: 400;
	font-size: 30px;
	color: #e2c213;
}

.event-gallary h3 span{
	font-weight: 800;
	font-size: 30px;
	color: #e2c213;
}

.event-gallary span{
	font-weight: 300;
	font-size: 25px;
}


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

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

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


.event-gallary .four-column-group .column{
	position: relative;
	left: 0;
	top: 0;	
	width: 100%;	
	height: 230px;
	margin: 10px 0 0;
	float: none;
	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: 30px;
	background: #333;
	padding: 10px 0;
	padding-bottom: 20px;

}

.subscribe h3 {
	font-weight: 400;
	font-size: 30px;
	color: #e2c213;
}

.subscribe h3 span{
	font-weight: 800;
	font-size: 30px;
	color: #e2c213;
}

.subscribe span{
	font-weight: 300;
	font-size: 20px;
	color:#d0cece;
}


.subscribe form {
	margin-top: 10px;
	padding: 10px;

}


.subscribe form input{
	width: 70%;
	height: 40px;
	padding: 0;
	padding-left:5px;
	font-size: 14px;
	float: left;
	border: none;
}


.subscribe .btn{
	float: right;
	width: 30%;
	height: 40px;
	padding: 0;
	text-align: center;
	background: #e2c213;
	color:#262526;
	font-weight: 100;
	margin: 00px 0px;
	outline: none;
	border: none;
}

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


/* subscribe  end */


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

}

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

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

.contact span{
	font-weight: 300;
	font-size: 25px;
	color:#d0cece;

}


.contact form {
	margin: 10px 0;

}

.contact form .col1{
	float: none;
	width: 100%;
}

.contact form .col2{
	float: none;	
	width: 100%;
}


.contact form input,
.contact form textarea{
	width: 95%;
	height: 40px;
	padding: 10px;
	margin: 5px 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: 100px;
}

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

.contact input::placeholder,
.contact textarea::placeholder{
  color: #262526;
  opacity: 0.3;
  font-size:14px;
} 



/* contact  end */


footer{
	background: #d4d4d4;
	padding-top: 20px;
	text-align: center;
	
}
	
footer .top-bar {
	padding: 10px;
}

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

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

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 10px;
	font-size: 22px;
}

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

footer .top-bar .social-icon a:hover{
	text-decoration: none;
	color: #e2c213;	
}
	
footer .top-bar .text-content p{
	font-size: 13px;
	line-height: 18px;
}

footer .bottom-bar{
	background: #7d7b7b;
	padding: 10px;
	color:#fff;
	font-size: 12px;
}



	
	
	

}

