.text-color-primary.text-5-5.mb-3 {
					text-align: left;
					color: #205c98;
				}
				.x-el.x-el-iframe.c2-1.c2-2.c2-1i.c2-1j.c2-1k.c2-1l.c2-k.c2-l.c2-1m.c2-1n.c2-1o.c2-1p.c2-1c.c2-3.c2-4.c2-1q.c2-5.c2-1r.c2-6.c2-7.c2-8 {
					width: 100%;
					height: 440px;
				}
				.row.align-items-center.appear-animation.animated.fadeInUpShorter.appear-animation-visible {
	margin-bottom: 50px;
}
.bg-light.custom-box-shadow-1.text-center.py-5 {
	padding: 0px !important;
}
.x-el.x-el-iframe.c2-1.c2-2.c2-1i.c2-1j.c2-1k.c2-1l.c2-k.c2-l.c2-1m.c2-1n.c2-1o.c2-1p.c2-1c.c2-3.c2-4.c2-1q.c2-5.c2-1t.c2-6.c2-7.c2-8 {
	width: 100%;
	height: 436px;
}
#middlesec {
	background: #f5f5f5;
}
.row.align-items-center.appear-animation.animated.fadeInUpShorter.appear-animation-visible {
	margin: 0px !important;
}
.row.justify-content-center.pb-3.mb-4.mt-100 {
	margin-top: 80px !important;
	float: left;
	width: 100%;
	margin-bottom: 50px !important;
}


/**
 * Tabs Container
 */
.tabs-container {
	padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
}

.tabs > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 15%;
}

.tabs > ul li {
	display: block;
}

.tabs > ul li:not(:last-child) {
	border-bottom: 1px solid #262626;
}

.tabs > ul li a,
.tabs > ul li a:visited {
	display: flex;
	border-bottom: none;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 1rem 1.5rem;
	transition: all 0.2s ease-in-out;
	word-wrap: break-word;
}

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
	border-bottom: none;
	outline: 0;
}

.tabs > ul li a.active {
	background-color: #fff;
	color: #0067b8;
}

.tabs > ul li a:hover:not(.active) {
	color: #0067b8;
}

.tabs > ul li a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabs > ul li a > span.tab-label {
	display: none;
}

.tabs section {
	width: 85%;
	background-color: #fff;
	padding: 1rem;
	display: none;
	word-wrap: break-word;
	border-bottom: 6px solid #0067b8;
}

.tabs section > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.2s, transform 0.2s;
}

.tabs section > *:nth-child(1) {
	transition-delay: 0.2s;
}

.tabs section > *:nth-child(2) {
	transition-delay: 0.3s;
}

.tabs section > *:nth-child(3) {
	transition-delay: 0.4s;
}

.tabs section > *:nth-child(4) {
	transition-delay: 0.5s;
}

.tabs section > *:nth-child(5) {
	transition-delay: 0.6s;
}

.tabs section > *:nth-child(6) {
	transition-delay: 0.7s;
}

.tabs section > *:nth-child(7) {
	transition-delay: 0.8s;
}

.tabs section > *:nth-child(8) {
	transition-delay: 0.9s;
}

.tabs section > *:nth-child(9) {
	transition-delay: 1s;
}

.tabs section > *:nth-child(10) {
	transition-delay: 1.1s;
}

.tabs section > *:nth-child(11) {
	transition-delay: 1.2s;
}

.tabs section > *:nth-child(12) {
	transition-delay: 1.3s;
}

.tabs section > *:nth-child(13) {
	transition-delay: 1.4s;
}

.tabs section > *:nth-child(14) {
	transition-delay: 1.5s;
}

.tabs section > *:nth-child(15) {
	transition-delay: 1.6s;
}

.tabs section > *:nth-child(16) {
	transition-delay: 1.7s;
}

.tabs section > *:nth-child(17) {
	transition-delay: 1.8s;
}

.tabs section > *:nth-child(18) {
	transition-delay: 1.9s;
}

.tabs section > *:nth-child(19) {
	transition-delay: 2s;
}

.tabs section > *:nth-child(20) {
	transition-delay: 2.1s;
}

.tabs section.active {
	display: block;
}

.tabs section.active-content > * {
	opacity: 1;
	transform: translateY(0);
}
@media (min-width: 576px) {

	.tabs > ul {
		width: 150px;
	}

	.tabs > ul li a {
		flex-wrap: wrap;
	}

	.tabs > ul li a > span {
		width: 100%;
	}

	.tabs > ul li a > span.tab-label {
		width: 100%;
		display: block;
		margin-top: 0.2rem;
	}

	.tabs section {
		width: calc(100% - 150px);
		padding: 2rem 2rem;
	}
}
@media (min-width: 768px) {

	body {
		font-size: 1.125rem;
	}

	.tabs-container {
		padding: 4rem 4rem;
	}
}
@media (min-width: 992px) {

	.tabs {
		width: 800px;
	}
}
#middlesec {
	background: #f5f5f5;
	float: left;
	width: 100%;
	padding: 0px;
}
.site-wrapper {
	width: 100%;
}
.tabs-container {
	padding: 0px !important;
}
.tabs {
	width: 100%;
}
.tabs > ul {
	width: auto;
}
#middlesec {
	background: #f5f5f5;
	float: left;
	width: 100%;
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.tabs > ul li a, .tabs > ul li a:visited {
	display: flex;
	border-bottom: none;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	word-wrap: break-word;
}
.tabs > ul li a.active {
	background-color: #0067b8;
	color: #fff;
}
.tabs > ul {
	width: 30%;
}
.tabs > ul li a > span.tab-label {
	width: 100%;
	display: block;
	margin-top: 0.2rem;
	text-align: left;
	font-size: 16px;
	margin: 0px !important;
	line-height: normal;
}
.tabs section {
	width: calc(100% - 150px);
	padding: 2rem 2rem;
	border: none !important;
}
.tabs > ul li a {
	flex-wrap: wrap;
	padding: 10px 20px;
}
#tabs-section video {
	width: 100%;
}
.tab-body > div {
	float: left;
	padding: 0px 3px;
}