/* Common CSS Starts */
.DFlex {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.DFColumn {
	flex-direction: column;
}
#BannerTitle {
	margin-top: 45px;
	padding: 7rem 0;
	text-align: center;
	background-image:url("../images/eventsbnr.png");
	background-size: cover;
}
.videos-banner{
	margin-top: 6%;
	padding: 7rem 0;
	text-align: center;
	background-image:url("../images/videobnr.png") !important;
	background-size: cover;
}
#BannerTitle img {
	margin-bottom: 15px;
}
.PageTitle {
    font-family: 'Flama Condensed';
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.6px;
    text-transform: uppercase;
}
.RedBGTitle {
	font-family: 'Flama Condensed';
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 0 3px;
    background-color: #dd1a32;
    color: #ffffff;
}
.RedTitle {
	color: #dd1a32 !important;
}
.TitleLineDiv {
	display:flex;
	flex-direction:row;
	align-items: center;
}
.TitleLineTxt {
	flex-grow:0;
	font-family: 'Flama Condensed';
	font-weight: 600;
	font-size: 38px;
	line-height: 1.4;
	color: #000000;
	margin-right: 25px;
}
.TitleLine {
	flex-grow:1;
	height: 1px;
	background-color: #9f9f9f;
}
@media (max-width: 767px) {
	/* .PageTitle, .RedBGTitle {
		font-size: 24px;
	} */
	#BannerTitle{
		background-position: center;
	}
}
/* Common CSS Ends */
/* Events Page CSS Starts */
.LaunchEvntSecTitle, .SuccessStoryTitle {
	margin: 40px 0;
}
.LaunchEvnts, .SuccessStor {
	margin-bottom: 50px;
}
.LaunchEvntOtr, .SuccessStorOtr {
	background-color: #f4f8fb;
	border-radius: 8px;
	height: 100%;
}
.LaunchEvntInr, .SuccessStorInr {
	flex: 1;
	padding: 15px;
}
.LaunchEvntVideo, .SuccessStorVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.LaunchEvntVideo iframe, .SuccessStorVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.LaunchEvntTitle, .SuccessStorTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #000000;
	margin: 5px 0;
}
.LaunchVideoMore, .SuccessMore {
	text-align: center;
}
.LaunchVideoMore a, .SuccessMore a {
	font-family: 'Flama Condensed';
    font-size: 24px;
    font-weight: 600;
    background-color: #ffc945;
    color: #000000;
    text-decoration: none;
    padding: 5px 30px 10px 30px;
}
.LaunchVideoMore a:hover, .SuccessMore a:hover {
	color: #f11f35;
}
#SuccessStories {
	margin-bottom: 60px;
}
/* Events Page CSS Starts */