*:not(i) {
	font-family: 'DM Sans', sans-serif;
	color:#3F3F3F;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:0;
	margin-bottom:0;
}
h1,
h1 * {
	font-size:60px;
}
h2,
h2 * {
	font-size:40px;
	margin-bottom:30px;
}
h3,
h3 * {
	font-size:24px;
	margin-bottom:15px;
}
h4,
h4 * {

}
h5,
h5 * {

}
h6,
h6 * {

}

img {
	max-width: 100%;
	height:auto;
}
body,
p {
	font-size:16px;
}
a,
a:hover {
	text-decoration: none;
	color:#7E3FBC;
}
html,
body {
	overflow-x: hidden;
	background:#E8E8E8;
}
.container {
	width:100%;
	max-width: 1660px;
}

/* Header */
header {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	padding:15px 0;
}
header ul {
	list-style: none;
	padding-left:0;
	margin-bottom:0;
	text-align: right;
}
header ul>li {
	display: inline-block;
	margin-left:30px;

}
header * {
	color:#fff;
}
.header_1 img{
	max-width:261px;
}
.top_banner_home {
	height:calc(100vh - 30px);
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	text-align: center;
	padding:30px;
}
body:not(.home) .top_banner_home {
	height:400px
}
.top_banner_home * {
	color:#fff;
}
.top_banner_home p {
	font-size: 30px;
	margin-bottom:0;
}
.top_banner_home h1 {
	margin-bottom: 30px;
}
.top_banner_row {
	flex-grow: 1;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_banner_row a {
	font-size:100px;
}
.subscribe_banner a{
	margin:0 7.5px
}
.home_section-2 {
	margin-top:120px;
}
.break_point {
	border-top:solid thin #9121FE;
	margin-top:120px;
	margin-bottom:120px;
}
.sidebar_content a {
	border-bottom:solid thin #9121FE;
	padding-bottom:3.5px;
}
.panel_img {
	min-height:260px;
}
.panel_row {
	background:#fff;
	margin-bottom:30px;
}
.panel_row p {
	margin-bottom:15px;
}
.panel_row a {
	text-transform: uppercase;
	color:#9121FE;
}
.left_extra {
	padding-left:45px;
	padding-right: 60px
}
.team_member {
	margin-bottom:30px;
}
.team_member img {
	border-radius: 100%;
}
footer {
	margin-top:120px;
	border-top:solid thin #7E3FBC;
	padding:15px 0;
}
footer p {
	margin-bottom:0;
	font-size:12px;
	text-transform: uppercase;
	color:#3F3F3F;
}
footer p a {
	color:#3F3F3F;
}

/* Default */
.default_container {
	margin-top:60px;
}
[id^=sb_youtube_].sb_youtube .sby_info .sby_video_title_wrap {
	text-align: left;
	font-family: 'DM Sans', sans-serif;
	color: #3F3F3F;
	font-size: 18px;
}
[id^=sb_youtube_].sb_youtube .sby_info .sby_meta {
	margin-bottom: 0;
	text-align: left;
	margin-top:15px;
	font-size: 16px;
	color: #3F3F3F;
}
[id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
	margin-bottom: 30px !important;
}
.home .sby_inner_item {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom:15px;
	background:#fff;

}
.home .sby_video_thumbnail_wrap {
	max-width: 30%;

}
.home [id^=sb_youtube_].sb_youtube .sby_video_title {
	font-size: 24px;
}
.home [id^=sb_youtube_].sb_youtube .sby_info {
	padding:30px;
}