/*-- events --*/
.events{
    padding:  50px 0;
	position:relative;
	z-index: 1;
}
.events:after{
	content: '';
    background: url(../images/14.jpg) no-repeat 0px 0px;
    display: block;
    width: 400px;
    height: 197px;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
}
.eventsTitle {
    text-align: center;
    text-transform: capitalize;
    color: #212121;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5em;
    margin: 0 0 30px 0;
}
.eventList{
	width:45%;
	margin:0 auto;
	position:relative;
}
.eventStep1{
	position: absolute;
    left: -57%;
    top: 10%;
    width: 70%;
	border-bottom: 2px solid #fa3d03;
}
.eventStep{
	position: absolute;
    right: -57%;
    top: 10%;
    width: 70%;
	border-bottom: 2px solid #65b126;
}
.eventInfo h4 a{
	font-size: 1.1em;
    letter-spacing: 3px;
    color: #212121;
    text-transform: capitalize;
    line-height: 1.5em;
    font-weight: 600;
    text-decoration: none;
}
.eventInfo h4 a:focus{
	outline:none;
}
.eventInfo h4 a:hover{
	color:#fa3d03;
}
.eventInfo h4{
	margin:1em 0 0;
}
.eventInfo p{
	color:#999;
	line-height:2em;
}
.eventInfo{
    padding: 2em;
    background: #f5f5f5;
}
.eventInfo h5{
	font-size: 1em;
    color: #14a1ff;
    font-weight: 600;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.eventInfo h5 span{
	font-size: 3em;
    padding-right: 0.5em;
}
.eventInfo h5:after{
	content: '';
    background: #14a1ff;
    height: 2px;
    width: 29%;
    position: absolute;
    top: 60%;
    left: -1%;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.w3_agileits_event_head{
	color:#65b126 !important;
}
.w3_agileits_event_head:after{
	background:#65b126 !important;
}
.eventSocial,
.eventSocial1{
	position: absolute;
    top: 0%;
    background: #fee00c;
    padding: 1em;
}
.eventSocial {
    right: -7.5%;
}
.eventSocial1 {
	left: -7.5%;
}
.eventIcons li{
    display:block;
    list-style-type:none;
}
.eventIcons li a{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 1em;
    display: block;
    text-align: center;
}
.eventIcons li a.agileits_facebook{
    background:#3b5998;
}
.eventIcons li a.agileits_facebook:hover {
    background: #50699c;
}
.eventIcons li a.dribble{
    background:#ea4c89;
}
.eventIcons li a.dribble:hover {
    background: #f16da0;
}
.eventIcons li a.google{
    background:#dd4b39;
}
.eventIcons li a.google:hover {
    background: #f38173;
}
.eventIcons li a.twitter{
    background:#1da1f2;
}
.eventIcons li a.twitter:hover {
    background: #4eb1ef;
}
.eventIcons li a i{
    line-height:2.8em;
}
/*-- //events --*/


@media(max-width: 767px) {
.eventList {
  width: 100%;    
}
.eventSocial {
  right: -0%;   
}
.eventSocial1 {
 left: -0%;   
}
.eventStep1,.eventStep {
 position: relative;
 top: 0;
 width: 100%;
 left: 0;   
 }
}
@media(min-width: 768px) and (max-width: 992px) {
.eventList {
  width: 89%;    
 }
.eventSocial {
  right: -0%;   
 }
.eventSocial1 {
 left: -0%;   
 }
.eventStep1,.eventStep {
 position: relative;
 top: 0;
 width: 100%;
 left: 0;   
 }
.eventInfo h5:after {
    content: '';
    background: #14a1ff;
    height: 2px;
    width: 10%;
    position: absolute;
    top: 60%;
    left: 5%;
 }
}
@media(min-width: 992px) and (max-width: 1024px) { 
.eventInfo {
 padding: 5px 13px;   
}
.eventStep1,.eventStep {
 top: 0;   
}





}
