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

/*banner3*/
.banner3{
	margin-top:138px;
	width:100%;
	height:340px;
	background: url("../images/banner1.jpg") no-repeat;
	background-size:cover;
}
.banner4{
	margin-top:140px;
	width:100%;
	height:340px;
	background: url("../images/upcoming-events-banner.jpg") no-repeat;
	background-size:cover;
}
.con-warp{
	width:100%;
	float:left;
	margin-top:120px;
	color:#fff;
	font-size:45px;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	height:auto;
	margin-bottom:110px;
}
.listwarp{
	width:100%;
	float:left;
	height:auto;
	margin-top:50px;
	margin-bottom:200px;

}

.listwarp ul{
	list-style:none;
}
.listwarp ul li{
	width:100%;
	float:left;
	height:290px;
	margin-bottom:15px;
	margin-top:15px;
}
.listwarp ul li .span1{
	width:45%;
	float:left;
	margin-right:5%;
	height:287px;
	margin-right:15px;
	background:#000;
	overflow: hidden;
}
.listwarp ul li .span1 img{
	width:100%;
	height:100%;
	float:left;

}
.listwarp ul li .span1 img:hover{
	float: left;
	width: 100%;
	opacity: 0.8;
	height: 100%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.listwarp ul li .span2{
	width:50%;
	float:left;
	height:auto;
}
.listwarp ul li .span2 > h5{
	width:100%;
	float:left;
	font-size:24px;
	line-height:25px;
	height:35px;
	margin-bottom:10px;
}
.listwarp ul li .span2 #UpcomingH{
	width:100%;
	float:left;
	font-size:24px;
	line-height:25px;
	height:52px;
	margin-bottom:20px;
	margin-top:-10px;
	/*text-align:justify;*/
}
.listwarp ul li .span2 .p1{
	width:100%;
	float:left;
	line-height:25px;
	color:#707070;
	height:35px;
	font-size:18px;
	text-align:left;
}

.listwarp ul li .span2 em{
	width:29px;
	float:left;
	margin-top:2px;
	height:20px;
	background-image: url("../images/Pcoming2.png");
	background-size:cover;
	margin-left:-4px;
}
 .listwarp ul li .span2 .p2{
	width:100%;
	float:left;
	font-size:14px;
	height:auto;
	line-height:25px;
	text-align: justify;
}
 .listwarp ul li .span2 .p3{
	width:140px;
	float:left;
	line-height:35px;
	text-align:center;
	border:1px solid #69ac49;
	border-radius: 30px;
	color:#69ac49;
	 font-size:14px;
	margin-top:10px;
	 text-transform: capitalize;
}
/*.listwarp ul li .span2 .p3:hover{*/
	/*background:#21944b;*/
	/*color:#fff;*/
	/*text-decoration:underline;*/
/*}*/
.listwarp ul li .span2 .p3 a:hover{
	background:#69ac49;
	color:#fff;
	display: block;
	text-decoration:none;
	border-radius: 30px;
}
.listwarp ul li .span2 .p3 a{
	color:#69ac49;
}
/*----------------------------Upcoming Events-----------------------------------*/
.marginwarp{
	width:100%;
	float:left;
	height:auto;
	margin-top:50px;
	margin-bottom:300px;

}
.marginwarp h3{
	text-align:center;
	width:100%;
	font-size:50px;
	color:#4fab53;
	font-weight:bold;
}
.PcomingDiv{
	width:900px;
	margin:0 auto 50px;
}
.PcomingDiv .session p{
	font-size:22px;
	height:40px;
	line-height:40px;
	margin-top:20px;
	color:#333;
	font-weight: bold;
}
.PcomingDiv .session .PcomingImg img{
	width:900px;
}
.PcomingDiv .session .PcomingImg{
	position:relative;
}
.PcomingDiv .session .PcomingImg .marks{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#101010;
	z-index:10;
	opacity: 0.2;
}
.PcomingDiv .session ul{
	width:100%;
	height:50px;
	padding:15px 0;
}
.PcomingDiv .session ul li{
	float:left;
	color:#333;
	line-height:20px;
	margin-right:20px;
}
.PcomingDiv .session ul li img{
	width:30px;
	height:21px;
	margin-right:2px;
}
.PcomingDiv .session .paid{
	width:80px;
	height:20px;
	background:url(../images/Pcoming5.png) no-repeat;
	background-size:cover;
	margin:0;
	padding-left:30px;
	color:#fff;
	font-size:16px;
	font-weight: 100;
	line-height:20px;
}
