/* === Banner Style === */
.page-banner{
	position:relative;
	color:#ffffff;
	text-align:center;
	padding:120px 0px 140px;
	background-color:#25283a;
	z-index: 2;
}
.page-banner .image-layer{
	position:absolute;
	left:0px;
	top:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
}
.page-banner .image-layer:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.50;	
}
.page-banner .auto-container{
	position:relative;
	z-index:1;	
}
.page-banner h1{
	position:relative;
	font-size:72px;
	line-height:1.2em;
	font-weight:700;
	margin-bottom:15px;
	color:#ffffff;
	text-transform:capitalize;
}
.page-banner .breadcrumb-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.page-banner .bread-crumb{
	position:relative;
	display: inline-block;
	padding: 10px 40px;
	background: #000000a1;
}
.page-banner .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:30px;
	margin-left:24px;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size:14px;
	font-weight:600;
}
.page-banner .bread-crumb li:before{
	content:'>';
	position:absolute;
	right:-24px;
	width: 24px;
	top:0px;
	text-align:center;
	line-height:30px;
}
.page-banner .bread-crumb li:first-child{
	margin-left:0px;	
}
.page-banner .bread-crumb li:last-child:before{
	display:none;	
}
.page-banner .bread-crumb li a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.page-banner .bread-crumb li a:hover{
	text-decoration: underline;
}


.organizer-widget{
	position:relative;
	margin-bottom:40px;	
}
.organizer-widget .widget-inner{
	position:relative;
	display:block;
	padding: 30px 30px;
	background:#eef7f8;
	border-radius:0px;
}
.sidebar-widget.organizer-widget .widget-inner{
	background:#f7f7f7;
}
.organizer-widget .upper-box{
	position: relative;
	min-height: 90px;
	margin-bottom: 10px;
}
.organizer-widget .upper-box .image{
	width: 100%;
}
.organizer-widget .upper-box .image img{
	display: block;
	width: 100%;
}
.organizer-widget .upper-box h5{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}
.organizer-widget h3:first-child{
	border-top:none;
	padding-top:0px;
	margin-top:0px;
}
.organizer-widget h3{
	border-top:1px dashed #ddd;
	padding-top:25px;
	margin-top:25px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.organizer-widget .upper-box .organized-by{
	display: block;
	font-size: 16px;
	color: #d22129;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}
.organizer-widget .upper-box .organized-by a{
	color: #d22129;
}
.organizer-widget .upper-box .date{
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.organizer-widget .upper-box .location{
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	font-style: italic;
}

/* === Team Section === */
.team-section{
	position:relative;
	padding: 30px 0px;
}
.team-section.alternate{
	padding-bottom: 60px;
}
.team-section .icon-one{
	position: absolute;
	left: 100px;
	bottom: -30px;
	line-height: 1em;
	font-size: 220px;
	color: #eef7f8;
	opacity: 1;
}
.team-section.alternate .icon-one{
	left: 50px;
	color: #faf9f2;
}
.team-section.team-page{
	padding-bottom: 60px;
}
.team-block{
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.team-block .inner-box{
	position: relative;
	display: block;
}
.team-block .image-box{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.team-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
}
.team-block h3{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	color: #d22129;
	margin-bottom: 5px;
}
.team-block h3 a{
	color: #d22129;
}
.team-block h3 a:hover{
	color: #000;
}
.team-block .designation{
	position: relative;
	font-size: 14px;
	color: #000;
}