/*
===================================================================
	Bootstrap Grid v5.1.3
===================================================================
*/
 
:root {
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}

/*
===================================================================
	Font
===================================================================
*/

@font-face{
	font-family:'fontello';
	src:url('../font/fontello/fontello.eot?32974303');
	src:url('../font/fontello/fontello.eot?32974303#iefix') format('embedded-opentype'),
	url('../font/fontello/fontello.woff?32974303') format('woff'),
	url('../font/fontello/fontello.ttf?32974303') format('truetype'),
	url('../font/fontello/fontello.svg?32974303#fontello') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*
===================================================================
	Grid System
===================================================================
*/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

@media (min-width: 576px) {
	.container-sm, .container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1320px;
	}
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

/*
===================================================================
	Global Settings
===================================================================
*/

body {
	margin: 0;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color: #2d4050;
	background-color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	text-rendering: optimizespeed;
	-webkit-font-smoothing: antialiased;
}

header {
	background-color: #1c1c1c;
	border-bottom: 1px solid #272727;
	padding: 15px 0;
}

footer {
	width: 100%;
	padding-top: 50px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color: #1c1c1c;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 {
	font-size:36px
}

h2 {
	font-size:30px
}

h3 {
	font-size:24px
}

h4 {
	font-size:18px
}

h5 {
	font-size:14px
}

h6 {
	font-size:12px
}

a {
	color: #488dc6;
	text-decoration: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-font-smoothing: antialiased;
}

a:hover, a:focus {
	color: #313131;
	text-decoration: none;
}

.anchor-link, .anchor-link:hover{
	font-size: 12px;
	margin-top:-50px;
	background-color:transparent;
	display: inline-block;
	color:transparent;
}

.workshop-img{
    display:inline-block;
    max-width:85%;
    border:solid 5px rgba(255,255,255,.9);
}

img {
	vertical-align: middle;
	border: 0;
}

p {
	margin: 0 0 20px;
}

ol, ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eee;
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

small {
	font-size: 85%;
}

sup {
	top: -0.5em;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button {
	overflow: visible;
}

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	padding: 0;
}

/*
===================================================================
	Base Style
===================================================================
*/

.w-100 {
	width: 100% !important;
}

.m-0 {
	margin: 0px !important;
}

.mtm-20 {
	margin-top: -20px !important;
}

.mtm-10 {
	margin-top: -10px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.p-0 {
	padding: 0px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-25 {
	padding: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.h-center {
	display: flex !important;
	justify-content: center !important;
}

.v-center {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

.v-middle {
	vertical-align: middle!important;
}

.align-items-flex-end {
	align-items: flex-end;
}

.d-none {
	display: none !important;
}

.d-flex {
	display: flex !important;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-success {
	color: #3c763d !important;
}

.text-danger {
	color: #a94442 !important;
}

.text-info {
	color: #31708f; !important;
}

.text-gold {
	color: #ffcc00 !important;
}

.text-yellow {
	color: #ffb20d !important;
}

.bg-primary {
	color: #fff !important;
	background-color: #337ab7 !important;
}

.bg-success {
	background-color: #dff0d8 !important;
}

.bg-warning {
	background-color: #fcf8e3 !important;
}

.bg-danger {
	background-color: #f2dede !important;
}

.bg-info {
	background-color: #d9edf7 !important;
}

.font-uppercase {
	text-transform: uppercase;
}

.title-text {
	margin-top: 0px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 20px;
	line-height: normal;
}

.title-text .main-button {
	padding: 5px 16px;
	font-size: 12px;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-relative {
	position: relative;
}

.border-none {
	border: none !important;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

.img-circle.small {
	width: 50px;
	height: 50px;
	margin-left: 15px;
	border: 1px solid #fff;
}

.img-circle.styled {
	background-color: #ededed;
	-moz-box-shadow: 0px 0px 0px 5px #ededed;
	-webkit-box-shadow: 0px 0px 0px 5px #ededed;
	box-shadow: 0px 0px 0px 5px #ededed;
	margin: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
	height: 95%;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.label.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 7px 4px 7px;
	background-color: #ffcc00;
}

.main-button {
	padding: 4px 16px;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	background: #12c6ff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
}

.main-button:hover {
	color: #fff;
	background: #029aca;
}

.main-button:focus {
	color: #fff;
}

.main-button.red {
	background: #F66;
}

.main-button.red:hover {
	background: #d23207;
}

.main-button.dark-blue {
	background: #61a5cf;
}

.main-button.dark-blue:hover {
	background: #4b7188;
}

.medium-button {
	border: none;
	background: #12c6ff;
	color: #fff;
	padding: 7px 12px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}

.medium-button:hover {
	color: #fff;
	background: #262c2d;
}

.medium-button:focus {
	color: #fff;
}

.big-button {
	border: none;
	background: #12c6ff;
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	padding: 20px 50px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.big-button:hover {
	color: #fff;
	background: #262c2d;
}

.big-button:focus {
	color: #fff;
}

.outline-button {
	background: none;
	color: #12c6ff;
	border: 2px solid #12c6ff;
	padding: 5px 10px;
	text-decoration: none;
	transition: .5s ease;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}

.prev-next .outline-button {
	line-height: 1.4;
}

.fullwidth-button {
	width: 100%;
	margin-bottom: 5px;
	padding: 7px 12px;
	display: block;
	border: none;
	background: #12c6ff;
	color: #fff;
	outline: none;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-font-smoothing: antialiased;
}

.fullwidth-button.light-green {
	width: calc(100% - 24px);
	background: #eafbf6;
	color: #333;
}

.fullwidth-button:hover {
	background: #262c2d;
}

.fullwidth-button.light-green:hover {
	background: #262c2d;
	color: #fff;
}

.outline-button:hover,
.outline-button:focus:hover {
	color: #262c2d;
	border: 2px solid #262c2d;
}

.outline-button:focus {
	color: #12c6ff;
	border: 2px solid #12c6ff;
}

.orange-button {
	padding: 7px 13px 8px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #ea9723;
	line-height: 1;
}

a.orange-button {
	padding-top: 4px;
}

a.orange-button:hover,
a.orange-button:focus {
	color: #fff;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.btn-block {
	width: 100%;
	display: block;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus,
.btn-success:hover,
.btn-success:active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:focus {
	border-color: #255625;
}

.btn-success:active:focus,
.btn-success:active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger:hover,
.btn-danger:active   {
	color: #fff!important;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:focus {
	border-color: #761c19;
}

.btn-danger:active:focus,
.btn-danger:active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus,
.btn-info:hover,
.btn-info:active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:focus {
	border-color: #1b6d85;
}

.btn-info:active:focus,
.btn-info:active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.custom-line {
	border-top: 1px solid #e0e5e9;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table .price {
	padding-right: 41px;
	padding-left: 41px;
	white-space: nowrap;
}

.table .private {
	padding-right: 30px;
	padding-left: 30px;
	white-space: nowrap;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.schedule .time-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}

.schedule .time-cont:first-child {
	margin-top: 5px;
}

.schedule .time-cont:last-child {
	margin-bottom: 5px;
}

.schedule .time-cont input[type="checkbox"] {
	margin-right: 5px;
	cursor: pointer;
}

.img-hover-effect span {
	display:block;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}

.img-hover-effect span:after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.img-hover-effect:hover span:after {
	background: rgba(0,0,0,0.3);
}

.img-hover-effect:hover img {
	-transform:scale(1.1);
}

.img-hover-effect img,
.img-hover-effect span:after {
	transition: all 0.5s ease-in-out;
}

.box-style-1 {
	padding: 15px 25px 5px 25px;
	box-shadow: inset 0 0 0 1px #e0e5e9;
	border: 5px solid #fbfbfc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
}

.box-style-1 h4 {
	border-bottom: 1px solid #eaeff3;
	margin-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.box-style-1.profile {
	padding-top: 30px;
}

.box-style-1.profile ul {
	text-transform: none;
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.box-style-2 {
	background: #f9f9f9;
	border: 1px solid #f3f3f3;
	padding: 30px;
	position: relative;
}

.box-style-3 {
	position: relative;
	margin: 0 0 2em 0;
	text-align: center;
	background: #fff;
	padding: 30px 30px 10px 30px;
	border: 1px solid #ededed;
}

.box-style-3 h4 {
	margin-bottom: 25px;
	display: block;
}

.list-style-1,
ul.list_3 {
	margin: 0 0 20px !important;
	padding: 0px 0px 0px 15px !important;
	list-style: none !important;
}

.list-style-1 > li,
ul.list_3 > li {
	margin-bottom: 8px !important;
	padding-left: 25px !important;
	position: relative !important;
	line-height: 1.4 !important;
}

.list-style-1 > li:before,
ul.list_3 > li:before {
	font-family: "fontello" !important;
	content: "\e891" !important;
	position: absolute !important;
	left: 0 !important;
	top: 2px !important;
}

.list-style-1 > li ul,
ul.list_3 > li ul {
	padding-left: 20px !important;
}

.list-style-1 > li ul li,
ul.list_3 > li ul li {
	list-style-type: circle !important;
}

.list-style-2 {
	list-style: none;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
}

.list-style-2 li a {
	margin-bottom: 0 !important;
	padding: 4px 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	text-decoration: none !important;
	border-bottom: 1px solid #efefef !important;
}

.list-style-2 li a:hover {
	background: #efefef !important;
	color: #326e99 !important;
}

.list-style-2 li a:after {
	content: "\e89b" !important;
	margin-left: 10px !important;
	font-family: "fontello" !important;
	float: right !important;
}

.number-list {
	padding-left: 40px;
	list-style: decimal;
}

.alpha-list {
	padding-left: 40px;
	list-style: lower-alpha;
}

.number-list > li,
.alpha-list > li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.socmed-list {
	margin: 10px 0 20px;
}

.socmed-list li {
	height: 34px;
	margin-bottom: 15px;
	padding-left: 45px;
	position: relative;
	line-height: 34px;
}

.socmed-list li a i {
	width: 33px;
	height: 34px;
	padding-left: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #c6c6c7;
	color: #c6c6c7;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.socmed-list   li a:hover i {
	border: 2px solid #333;
	color: #333;
}

.check-list {
	margin: 0 0 20px;
	padding: 0px 0px 0px 15px;
}

.check-list > li {
	margin-bottom: 8px;
	padding-left: 25px;
	position: relative;
	line-height: 1.4;
}

.check-list > li:before {
	font-family: "fontello";
	content: "\e901";
	position: absolute;
	left: 0;
	top: 2px;
	color: #ea9723;
}

.widget-list {
	margin: 0;
}

.widget-list li {
	margin-bottom: 10px;
	color: #888;
	border-bottom: 1px #e7e7e7 dotted;
	list-style: none;
	line-height: 18px;
}

.widget-list li:last-child,
.widget-list li:last-child div {
	border-bottom: 0;
	margin-bottom: 0;
}

.widget-list li a {
	padding-left: 2px;
	font-weight: bold;
}

.widget-list li.d-flex a {
	padding-left: 5px;
}

.widget-list li div {
	margin-bottom: 10px;
	padding-left: 25px;
}

.widget-list li.graduate {
	margin-bottom: 15px;
	border-bottom: none;
}

.vertical-menu-list {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.vertical-menu-list li a {
	text-decoration: none;
	padding: 4px 10px;
	display: block;
	margin-bottom: 3px;
}

.vertical-menu-list li:last-child a {
	margin-bottom: 0;
}


.vertical-menu-list li a:hover {
	background: #efefef;
	color: #111;
}

.vertical-menu-list li a.active {
	background: #0cbdaa url(../img/component/arrow.png) no-repeat 96% center;
	color: #fff;
}

.tags a {
	display: inline-block;
	margin: 5px 14px 10px 0;
	height: 33px;
	line-height: 33px;
	background: #ededed url(../img/component/tag_bg.png) no-repeat 91% center;
	padding: 0 32px 0 11px;
	color: #646464;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all .5s ease;
}

.tags a:hover {
	background-color: #099ad1;
	color: #fff;
	text-decoration: none;
}

.cursor-pointer {
	cursor: pointer;
}

#login {
	background-color: #fff;
	-moz-box-shadow: 0 0 5px rgb(0 0 0 / 40%);
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 40%);
	box-shadow: 0 0 5px rgb(0 0 0 / 40%);
	text-shadow: none;
	padding: 30px;
}

#login p {
	color: #000;
}

.auth-y-padding {
	padding-top: 100px !important;
	padding-bottom: 120px !important;
}

.review i:before {
	margin: 0 2px;
	color: #FC0;
}

.alumni-des ol,
.lecture-details ol {
	padding-left: 25px;
	list-style: decimal;
}

.underline-heading {
	display: flex;
	color: #488dc6;
	border-bottom: 2px solid #dfdfdf;
	padding-bottom:1px;
}

.underline-heading.center {
	justify-content: center;
}

.underline-heading span {
	margin-bottom: -2px;
	padding-bottom: 15px;
	border-bottom: 2px solid #488dc6;
}

@media (min-width: 768px) {
	.con-custom-pad > * {
		padding: 0 10px;
	}

	.con-custom-pad > .breadcrumb {
		--bs-gutter-x: 1.5rem;
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}

	.con-custom-pad > hr {
		width: calc(100% - 40px);
		margin-right: 10px;
		margin-left: 10px;
	}

	.lead {
		font-size: 21px;
	}

	.text-md-left {
		text-align: left !important;
	}
}

@media (max-width: 992px) {
	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.hidden-lg {
		display: none!important;
	}
}

@media (max-width: 768px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > thead > tr > th {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:first-child > td,
	.table-responsive > .table-bordered > tbody > tr:first-child > th,
	.table-responsive > .table-bordered > thead > tr:first-child > td,
	.table-responsive > .table-bordered > thead > tr:first-child > th {
		border-top: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}

	.visible-md {
		display: block!important;
	}

	.hidden-md {
		display: none!important;
	}

	.divider-md-hide:before {
		display: none !important;
	}

	.title-with-link *:first-child {
		margin-bottom: 15px;
		text-align: center;
	}

	.title-with-link *:last-child {
		margin-bottom: 5px;
		align-items: center;
	}
}

@media (max-width: 576px) {
	.table.course-fee {
		font-size: 15px;
	}

	.hidden-sm {
		display: none!important;
	}
}

@media (max-width: 395px) {
	.table.course-fee {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	.btn {
		white-space: normal;
	}

	.table.course-fee .price {
		padding-right: 20px;
		padding-left: 20px;
		white-space: normal;
	}

	.table.course-fee .private {
		padding-right: 17px;
		padding-left: 17px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.table .private {
		padding-right: 19px;
		padding-left: 19px;
		 white-space: normal; 
	}

	.table .hidden-number {
		display: none; 
	}

	.table .private .currency-symbol {
		display: none; 
	}
}


/*
===================================================================
	Alert
===================================================================
*/

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert > p, .alert > ul {
	margin-bottom: 0;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger > p {
	color: #a94442 !important;
	line-height: 1;
}

.alert-danger > button.close {
	margin-top: -2px;
}

/*
===================================================================
	Col Item
===================================================================
*/

.col-item {
	border: 1px solid #e3e3e3;
	background: #fff;
	margin-bottom: 25px;
	-moz-box-shadow: 0px 1px 4px rgb(154 147 140 / 22%);
	-webkit-box-shadow: 0px 1px 4px rgb(154 147 140 / 22%);
	box-shadow: 0px 1px 4px rgb(154 147 140 / 22%);
}

.col-item a:hover {
	color: #000;
}

.col-item .photo a {
	display: block;
	position: relative;
}

.col-item .photo a {
	display: block;
	position: relative;
}

.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}

.col-item .photo .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 10%);
	box-shadow: inset 0px 0px 4px rgb(255 255 255);
}

.col-item .photo .price {
	padding: 4px 13px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #ef8f00;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.col-item .cat-row {
	margin: 20px 15px 0px 15px;
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	font-size: 18px!important;
	font-weight: 600;
	border-bottom: 2px solid #dfdfdf;
}

.col-item .cat-row a {
	display: inline-block;
	margin: 0 0 -7px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #488dc6;
}

.col-item .cat-row .meet {
	font-weight: 700;
	color: #999;
	font-size: 16px;
}

.col-item .info {
	padding: 10px 15px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

.col-item .info .course-info p {
	font-size: 16px;
	line-height: 24px;
}

.col-item .info .rating {
	color: #f0b020;
	font-size: 17px;
	text-align: left;
}

.col-item .info .rating .icon-star-empty {
	color: #999;
}

.col-item .info .rating i:before {
	margin: 0;
}

.col-item .info .price {
	display: inline-block;
	color: #999;
	font-size: 16px;
	font-weight: 700;
}

.col-item .info .meet {
	font-weight: 700;
	color: #999;
	font-size: 16px;
}

.col-item .info .separator {
	padding-top: 10px;
	border-top: 1px solid #ededed;
}

.col-item .info .border-right {
	border: solid #ededed;
	border-width: 0 1px 0 0;
}

.col-item .info .middle {
	border: solid #ededed;
	border-width: 0 1px 0 1px;
}

.col-item .info .button {
	margin: 0;
	text-align: center;
}

.ribbon-course {
	width: 99px;
	height: 97px;
	position: absolute;
	display: block;
	left: -5px;
	top: -5px;
	background: url(../img/component/ribbon.png) no-repeat;
	z-index: 99;
}

@media (min-width: 576px) and (max-width: 662px) {
	.col-item .info .button a {
		display: flex;
		flex-direction: column;
	}
}

/*
===================================================================
	Panel
===================================================================
*/

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
	border-color: #ddd;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: normal;
}

.panel-title a {
	padding-right: 32px;
	display: flex;
	position: relative;
	align-items: center;
}

.panel-title a .indicator {
	position: absolute;
	right: 0;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
	color: inherit;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility;
}

.panel-body {
	padding: 15px;
}

.panel-body p {
	line-height: 1.4;
}

.panel-body p:last-child {
	margin-bottom: 5px;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.strip-single-course {
	border-bottom: 1px solid #e0e5e9;
	padding-top: 10px;
	background: url(../img/component/line_bg_course.png) 29px top no-repeat;
}

.strip-single-course h4 {
	line-height: 18px;
	font-size: 16px;
	padding: 5px 10px 10px 50px;
	margin: 0px 0px 0px 0px;
}

.strip-single-course p {
	line-height: 1.5;
	font-size: 16px;
	padding: 5px 30px 10px 50px;
	margin: 0;
	color: #777777;
}

.strip-single-course ul {
	padding: 0 30px 10px 50px;
	margin: 0;
}

.strip-single-course ul li {
	display: inline-block;
	margin-right: 10px;
}

.strip-single-course ul li i {
	font-size: 16px;
	color: #ccc;
}

.strip-single-course .completed {
	background: url(../img/component/bullet_complete.png) no-repeat 15px top;
}

.strip-single-course .inprogress {
	background:url(../img/component/bullet_progress.png) no-repeat 15px top;
}

.strip-single-course .start {
	background: url(../img/component/bullet_start.png) no-repeat 15px top;
}

.strip-single-course .completed a.current-active,
.strip-single-course .inprogress a.current-active,
.strip-single-course .start a.current-active {
	color: #c87d0d;
	font-weight: bolder;
}

/*
===================================================================
	Header
===================================================================
*/

header .main-button {
	margin-top: 5px;
}

.header-logo {
	height: 36px;
	background: url(../img/brand/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

.header-nav {
	margin: 10px 15px 0 0;
	font-size: 12px;
}

.header-nav li {
	display: inline-block;
	border-left: 1px solid #333;
	height: 12px;
	line-height: 12px;
	padding-right: 5px;
	padding-left: 7px;
}

.header-nav li:first-child {
	border-left: none;
}

.header-nav li a {
	color: #ccc;
}

.header-nav li a:hover {
	color: #fff;
}

.white-divider,
.black-divider,
.tape {
	position: relative;
}

.white-divider:before {
	content: '';
	width: 100%;
	height: 37px;
	display: block;
	position: absolute;
	top: -29px;
	left: 0;
	background: url(../img/component/top_divider_white.png) repeat-x center bottom;
	z-index: 999;
}

.black-divider:before {
	content: '';
	width: 100%;
	height: 37px;
	display: block;
	position: absolute;
	top: -29px;
	left: 0;
	background: url(../img/component/top_divider_black.png) repeat-x center bottom;
	z-index: 999;
}

.tape:before {
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	height: 45px;
	width: 100%;
	background: url(../img/component/tape.png) no-repeat center top;
	display: block;
}

@media (max-width: 670px) {
	.header-logo {
		width: 37px;
		height: 36px;
		background: url(../img/brand/logo_mobile.png) no-repeat 0 0;
	}
}

@media (max-width: 767px) {
	header + nav {
		border-bottom: 1px solid #4a4a4a;
	}
}

@media (max-width: 806px) {
	.header-nav {
		width: 100%;
		margin-right: 0;
		text-align: right;
	}
}

/*
===================================================================
	Main Menu
===================================================================
*/

nav.sticky {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}

nav {
	background-color: #1c1c1c;
}

@media (max-width: 767px) {
	nav.sticky {
		position:static;
	}
}

/*
===================================================================
	Smart Menu
===================================================================
*/

.sm {
	box-sizing: border-box;
	position: relative;
	z-index: 9998;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sm,
.sm ul,
.sm li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
	direction: rtl;
	text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
	margin: 0;
	padding: 0;
}

.sm ul{
	display: none;
}

.sm li,
.sm a {
	position: relative;
}

.sm a {
	display: block;
}

.sm a.disabled {
	cursor: default;
}

.sm::after {
	content: "";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
	box-sizing: inherit;
}

.nav-toggle {
	display: inline;
}

.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon,
.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon:before,
.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon:after {
	background: #fff;
}

#mobile-menu-state:checked ~ .mobile-menu-btn .mobile-menu-btn-icon {
	height: 0;
	background: transparent;
}

#mobile-menu-state:checked ~ .mobile-menu-btn .mobile-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile-menu-state:checked ~ .mobile-menu-btn .mobile-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-toggle .mobile-menu-btn {
	float: right;
	margin: 3px 0;
	margin-left: 15px;
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon,
.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon:before,
.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #555;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon,
.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon:before,
.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon:after {
	background: #fff;
}

.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.nav-toggle .mobile-menu-btn .mobile-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu {
	display: none;
	margin-bottom: 0 !important;
	clear: both;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#main-menu.show {
	display: block;
}

#main-menu li.more-link > ul {
	left: -100% !important;
	margin-left: 0px !important;
}

@media (min-width: 768px)
{
	.nav-toggle {
		display: none;
	}

	#main-menu {
		display: block;
	}
}

.sm-simple {
	border: none;
	background: #1c1c1c;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sm-simple a {
	padding: 1.1em 1.8em;
	padding-right: 58px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	line-height: 1.8;
	text-transform: uppercase;
	text-decoration: none;
}

.sm-simple a.current {
	background: #111;
	color: #12c6ff;
}

.sm-simple a.disabled {
	color: #cccccc;
}

.sm-simple a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 7px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 17px/32px monospace !important;
	text-align: center;
	text-shadow: none;
	background: #4a4a4a;
	border-radius: 3px;
}

.sm-simple a .sub-arrow::before {
	content: '+';
	position: static;
	display: inline;
	border-style: none;
}

.sm-simple a.highlighted .sub-arrow::before {
	content: '-';
}

.sm-simple li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li li.divider {
	border-top: dotted 1px #7f7e7e;
}

.sm-simple > li:first-child {
	border-top: 0;
}

.sm-simple > li:last-child {
	margin-bottom: 15px;
}

.sm-simple ul {
	background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
	font-size: 12px;
	border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
	border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
	border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

@media (min-width: 768px) {
	.sm-simple ul {
		position: absolute;
		width: 12em;
	}

	.sm-simple li {
		float: left;
		border-top: none; 
	}

	.sm-simple.sm-rtl li {
		float: right;
	}

	.sm-simple ul li,
	.sm-simple.sm-rtl ul li,
	.sm-simple.sm-vertical li {
		float: none;
	}

	.sm-simple a {
		white-space: nowrap;
	}

	.sm-simple ul a, .sm-simple.sm-vertical a {
		white-space: normal;
	}

	.sm-simple .sm-nowrap > li > a,
	.sm-simple .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
	}

	.sm-simple {
		background: #1c1c1c;
	}

	.sm-simple a {
		padding: 1.1em 1.8em;
	}

	.sm-simple a.disabled {
		background: #fff;
		color: #cccccc;
	}

	.sm-simple a.has-submenu {
		padding-right: 32px;
	}

	.sm-simple a .sub-arrow {
		margin-top: -8px;
		top: 48%;
		right: 16px;
		width: 10px;
		height: 16px;
		background: transparent;
	}

	.sm-simple a .sub-arrow::before {
		content: '';
		width: 0;
		height: 0;
		display: block;
		position: absolute;
		top: 40%;
		border: 5px solid transparent;
		border-top-color: rgba(255,255,255,.5);
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	.sm-simple > li:hover > a > .sub-arrow::before {
		border-top-color: #12c6ff;
	}

	.sm-simple > li {
		border-top: 0;
		border-left: none;
	}

	.sm-simple > li:first-child {
		border-left: 0;
	}

	.sm-simple > li:last-child {
		margin-bottom: 0px;
	}

	.sm-simple ul {
		background: #111;
	}

	.sm-simple ul a {
		padding: 0.9em 1.8em;
		border: 0 !important;
	}

	.sm-simple ul a.has-submenu {
		padding-right: 20px;
	}

	.sm-simple ul a .sub-arrow {
		right: 16px;
		background: transparent;
	}

	.sm-simple ul > li {
		border-left: 0;
	}

	.sm-simple ul > li:first-child {
		border-top: 0;
	}

	.sm-simple .scroll-up,
	.sm-simple .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #2c2c2c;
		height: 15px;
	}

	.sm-simple .scroll-up-arrow,
	.sm-simple .scroll-down-arrow {
		position: absolute;
		top: -3px;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 7px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #fff transparent;
	}

	.sm-simple .scroll-down-arrow {
		top: 5px;
		border-style: solid dashed dashed dashed;
		border-color: #fff transparent transparent transparent;
	}

	.sm-simple.sm-rtl a.has-submenu {
		padding-right: 20px;
		padding-left: 32px;
	}

	.sm-simple.sm-rtl a .sub-arrow {
		left: 20px;
		right: auto;
	}

	.sm-simple.sm-rtl.sm-vertical a.has-submenu {
		padding: 11px 20px;
	}

	.sm-simple.sm-rtl.sm-vertical a .sub-arrow {
		left: auto;
		right: 8px;
	}

	.sm-simple.sm-rtl > li:first-child {
		border-left: 1px solid #eeeeee;
	}

	.sm-simple.sm-rtl > li:last-child {
		border-left: 0;
	}

	.sm-simple.sm-rtl ul a.has-submenu {
		padding: 11px 20px;
	}

	.sm-simple.sm-rtl ul a .sub-arrow {
		left: auto;
		right: 8px;
	}

	.sm-simple.sm-vertical a .sub-arrow {
		left: 8px;
		right: auto;
	}

	.sm-simple.sm-vertical li {
		border-left: 0;
		border-top: 1px solid #eeeeee;
	}
	
	.sm-simple.sm-vertical > li:first-child {
		border-top: 0;
	}

	.sm-simple > li:hover > a {
		color: #12c6ff;
		background: #111;
	}

	.sm-simple > li li:hover > a {
		background: #12c6ff;
	}

	.sm-simple > li li:hover > a .sub-arrow::before {
		border-top-color: #fff;
	}

	.sm-simple > li li.divider {
		border-top: solid 1px #4f4e4e;
	}

	.sm-simple > li > ul > li ul {
		top: 0px !important;
		margin-top: 0px !important;
	}
}

.sm-simple > .has-mega-menu {
	position: static !important;
}

.sm-simple .mega-menu {
	width: auto !important;
	max-width: none !important;
	margin-left: -1px !important;
	margin-right: -1px !important;
	padding: 20px 23px 0px;
	right: 0 !important;
	color: #fff;
}

.sm-simple > .has-mega-menu .scroll-up,
.sm-simple > .has-mega-menu .scroll-down {
	margin-left: 12px !important;
}

.sm-simple .mega-menu h5 {
	margin: 0;
	padding-bottom: 10px;
	color: #ffcc00;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #6e6e6e;
}

.sm-simple .mega-menu ul {
	width: auto;
	padding: 0;
	position: static;
	display: block;
	border: 0;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sm-simple .mega-menu ul li {
	font-size: 14px;
	list-style: none;
	border-bottom: 1px dotted #6e6e6e;
}

.sm-simple .mega-menu .row div:last-child ul li:last-child {
	border-bottom: none;
}

.sm-simple .mega-menu a {
	padding: 0.9em 1.8em;
	color: #fff;
	border: 0;
}

.sm-simple .mega-menu a:hover {
	border-left: none;
}

@media (min-width: 768px) {
	.sm-simple .mega-menu {
		width: calc(100% - (var(--bs-gutter-x) * 0.5) * 2) !important;
		margin-left: 12px !important;
		padding: 30px 40px 20px;
	}

	.sm-simple .mega-menu h5 {
		border-bottom: 1px solid #333;
	}

	.sm-simple .mega-menu ul {
		margin: 0.83em 0;
	}

	.sm-simple .mega-menu ul li,
	.sm-simple .mega-menu .row div:last-child ul li:last-child {
		border-bottom: 1px dotted #333;
	}

	.sm-simple .mega-menu a {
		background: #111;
	}

	.sm-simple .mega-menu a:hover {
		background: #12c6ff;
	}
	

}

/*
===================================================================
	Hero
===================================================================
*/

.hero {
	width: 100%;
	height: auto;
	position: relative;
}

.hero .caption {
	height: calc(100% - 20px);
	padding-left: 40px;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
}

.hero .caption .medium-light-white {
	font-size: 42px;
	line-height: 52px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.hero .caption .large-bold-white {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.hero .caption .small-thin-white {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	padding: 1px 4px 0px;
	text-shadow: none;
	margin: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.ms-fullscreen-template .slide-pattern{
	background: url(../plugins/master_slider/templates/full-screen/pattern.png) scroll;
	width: 100%;
	height: 100%;
	z-index: 8;
	-webkit-transform: translateZ(0.4px);
	-moz-transform: translateZ(0.4px);
	-ms-transform: translateZ(0.4px);
	-o-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
	position: absolute;
	top: 0;
}

@media (max-width: 1100px) {
	.hero .caption .medium-light-white {
		font-size: 35px;
		line-height: 1;
	}

	.hero .caption .large-bold-white {
		font-size: 43px;
		line-height: 1.3;
	}

	.hero .caption .small-thin-white {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media (max-width: 900px) {
	.hero .caption .medium-light-white {
		font-size: 25px;
		line-height: 1;
	}

	.hero .caption .large-bold-white {
		font-size: 33px;
		line-height: 1;
	}

	.hero .caption .small-thin-white {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (max-width: 768px) {
	.hero .caption {
		height: 100%;
	}

	.hero .caption .medium-light-white {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 1;
	}

	.hero .caption .large-bold-white {
		font-size: 23px;
		line-height: 1;
	}

	.hero .caption .small-thin-white {
		margin-top: 10px !important;
		font-size: 13px;
		line-height: 1.6;
	}
}

/*
===================================================================
	Sub Header
===================================================================
*/

.sub-header {
	padding: 30px 0 60px 0;
	color: #fff;
	position: relative;
	text-shadow: 0px 1px 1px rgb(0 0 0 / 40%);
	width: 100%;
	background: #0cbdaa;
}

.sub-header h1 {
	margin: 20px 0 15px;
	padding: 0;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.sub-header .lead {
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
	line-height: 1.4;
}

.sub-header .lead.boxed {
	font-weight: 600;
	font-size: 30px;
	background-color: #333;
	display: inline-block;
	padding: 5px 15px;
}

.skill-text {
	text-align: center;
}

.skill-text h2 {
	color: #ffd832;
	font-size: 20px;
	font-weight: 700;
}

.skill-text p {
	font-weight: 600;
	line-height: 1.5;
}

@media (max-width: 480px) {
	.sub-header h1 {
		font-size: 36px;
		line-height: 38px;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.sub-header .w70 .lead,
	.sub-header .lead.w70 {
		width: 70%;
	}

	.sub-header .w85 .lead,
	.sub-header .lead.w85 {
		width: 85%;
	}

	.sub-header .w85 h1.custom {
		width: 85%;
		margin-right: auto; 
		margin-left: auto;
	}

	.skill-text {
		text-align: left;
	}
}

/*
===================================================================
	Breadcrumb
===================================================================
*/

.breadcrumb {
	margin: -30px 0 20px;
	padding: 0;
	list-style: none;
	border-radius: 4px;
	background: none;
	font-size: 12px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > .active {
	color: #777;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

/*
===================================================================
	Main Features
===================================================================
*/

.main-features-light {
	background: #f5f5f5;
	position: relative;
	color: #8c8c8c;
	font-weight: 600;
	padding: 60px 0;
}

.main-features-light h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 5px;
	margin-top: 0;
	padding-top: 0;
}

.main-features-light .lead {
	margin-bottom: 60px;
	color: #fff;
	font-size: 18px;
}

.main-features-light .feature {
	padding-left: 95px;
	position: relative;
}

.main-features-light .feature i {
	width: 65px;
	height: 65px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 26px;
	color: #12c6ff;
}

.main-features-light .feature h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.main-features-light .feature h2 a {
	color: #504e4e!important;
}

.main-features-light .feature a:hover {
	color: #666;
}

.main-features-light .feature {
	padding-left: 95px;
	position: relative;
}

.main-features-light .feature i {
	width: 65px;
	height: 65px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #12c6ff;
	font-size: 26px;
	color: #12c6ff;
	background-color:#fff;
}


/*
===================================================================
	Main Features
===================================================================
*/

.main-features {
	background: #1c1c1c url(../img/component/bg_sub-header_2.png) repeat 0 0;
	position: relative;
	color: #8c8c8c;
	font-weight: 600;
	padding: 60px 0;
}

.main-features h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 5px;
	margin-top: 0;
	padding-top: 0;
}

.main-features .lead {
	margin-bottom: 60px;
	color: #fff;
	font-size: 18px;
}

.main-features .feature {
	padding-left: 95px;
	position: relative;
}

.main-features .feature i {
	width: 65px;
	height: 65px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 26px;
	color: #12c6ff;
}

.main-features .feature h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.main-features .feature a:hover {
	color: #fff;
}

.feature {
	padding-left: 95px;
	position: relative;
}

.feature i {
	width: 65px;
	height: 65px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 26px;
	color: #12c6ff;
}

/*
===================================================================
	Main Content
===================================================================
*/

.main-content {
	padding: 60px 0;
	background-color: #fff;
}

.main-content-anak {
	padding: 0;
	background-color: #fff;
}


.main-content-gray {
	padding: 60px 0 30px 0;
	background-color: #f8f8f8;
}

.main-content-gray h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 36px;
	margin-top: 0;
}

.main-content-gray .lead {
	font-weight: 500;
}

/*
===================================================================
	Timeline Content
===================================================================
*/

.cbp_tmtimeline {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #1abc9c;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 16%;
	position: absolute;
	margin-top: -10px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 1em;
	color: #bdd0db;
	margin-bottom: 5px;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 36px;
	font-weight: 700;
	line-height: 0.4;
}

.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #e8f8f5;
	padding: 2em;
	padding-bottom: 1em;
	position: relative;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #f9f9f9;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	font-size: 24px!important;
}

.cbp_tmtimeline > li .cbp_tmlabel p {
	font-size: 17px;
	line-height: 1.7;
}

.cbp_tmtimeline > li .cbp_tmlabel ul,
.cbp_tmtimeline > li .cbp_tmlabel ol {
	margin-bottom: 20px;
	padding-left: 20px;
	list-style: revert;
}

.cbp_tmtimeline > li .cbp_tmlabel ul ul {
	margin-bottom: 0;
}

.cbp_tmtimeline > li .cbp_tmlabel .thumbnail-style {
	background: #fff;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #e8f8f5;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #f9f9f9;
}

.cbp_tmtimeline > li .cbp_tmicon {
	width: 48px;
	height: 48px;
	font-family: 'fontello';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	line-height: 48px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #1abc9c;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #1abc9c;
	text-align: center;
	left: 19.6%;
	top: -1%;
	margin: 0 0 0 -25px;
}

.timeline_icon_audio:before {
	content: "\e87d";
}

.timeline_icon_doc:before {
	content: "\e9c1";
}

.timeline_icon_video:before {
	content: "\e812";
}

.timeline_icon_test:before {
	content: "\e9ab";
}

.timeline_icon_break:before {
	content: "\ee64";
}

@media screen and (max-width:65.375em) {
	.cbp_tmtimeline > li .cbp_tmtime {
		width: 15%;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media (max-width: 767px) {
	.cbp_tmtimeline > li .cbp_tmtime {
		width: 14%;
	}
}

@media screen and (max-width:47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #e8f8f5;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #f9f9f9;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -65px 5px 0 0px;
	}
}

/*
===================================================================
	Post Content
===================================================================
*/

.post {
	margin-bottom: 45px;
}

.post img {
	margin-bottom: 18px;
}

.post .bg-danger img,
.post .bg-info img {
	margin-bottom: 0;
}

.post ul,
.post ol {
	padding-left: 30px;
	list-style: revert;
}
.post ol[type="a"],
.post ol[type="alpha"],
.post ol[type="alphabet"] {
	list-style: lower-alpha;
}

.post > ul li,
.post > ol li {
	padding-left: 7px;
}

.post table ul li,
.post table ol li {
	padding: 17px;
	list-style: auto;
}

.post > table ul li,
.post > table ol li {
	padding-left: 7px;
}

.post .info {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #e7e7e7 solid;
	border-top: 1px #e7e7e7 solid;
	margin-bottom: 12px;
	color: #555;
}

.post .info ul{
	padding: 0;
}

.post .info ul li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

.post .info ul li span {
	color: #ff6666;
}

.post .info .meet,
.post .info .comment {
	min-width: 70px;
}

.post p {
	line-height: 1.5;
}

.post.related p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.post.related img {
	width: calc(100% - 2px);
	border: 1px solid #dfdfdf;
}

.post .related-title {
	font-size: 22px;
}

.post .related-btn {
	margin-bottom: 5px;
	font-size: 14px;
}

/*
===================================================================
	Class Anounced
===================================================================
*/

#newClassModal .modal-body {
	padding: 0 25px 15px;
}

.modal .media {
	max-height: 345px;
	margin: 0;
	padding-top: 27px;
	overflow: auto;
}

.media, .media-body {
	overflow: hidden;
	zoom: 1;
}

.media hr {
	margin: 20px 0;
}

.media-body {
	width: 10000px;
}

.no-class.media-body {
	height: 100px;
	vertical-align: middle;
}

.media-body p {
	margin: 0;
	line-height: 24px;
}

.no-class.media-body p {
	text-align: center;
}

.box-wrapper {
	width: 80px;
	height: 105px;
	margin-top: 7px;
	margin-right: 14px;
	padding-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #12c6ff;
	color: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: rgb(10 165 148) 1px 1px, rgb(10 165 148) 2px 2px, rgb(10 165 148) 3px 3px, rgb(10 165 148) 4px 4px, rgb(10 165 148) 5px 5px, rgb(10 165 148) 6px 6px, rgb(10 165 148) 7px 7px, rgb(10 165 148) 8px 8px, rgb(10 165 148) 9px 9px, rgb(10 165 148) 10px 10px, rgb(10 165 148) 11px 11px, rgb(10 165 148) 12px 12px, rgb(10 165 148) 13px 13px, rgb(10 165 148) 14px 14px, rgb(10 165 148) 15px 15px, rgb(10 165 148) 16px 16px, rgb(10 165 148) 17px 17px, rgb(10 165 148) 18px 18px, rgb(10 165 148) 19px 19px, rgb(10 165 148) 20px 20px, rgb(10 165 148) 21px 21px, rgb(10 165 148) 22px 22px, rgb(10 165 148) 23px 23px, rgb(10 165 148) 24px 24px, rgb(10 165 148) 25px 25px, rgb(10 165 148) 26px 26px, rgb(10 165 148) 27px 27px, rgb(10 165 148) 28px 28px, rgb(10 165 148) 29px 29px, rgb(10 165 148) 30px 30px, rgb(10 165 148) 31px 31px, rgb(10 165 148) 32px 32px, rgb(10 165 148) 33px 33px, rgb(10 165 148) 34px 34px, rgb(10 165 148) 35px 35px, rgb(10 165 148) 36px 36px, rgb(10 165 148) 37px 37px, rgb(10 165 148) 38px 38px, rgb(10 165 148) 39px 39px, rgb(10 165 148) 40px 40px, rgb(10 165 148) 41px 41px, rgb(10 165 148) 42px 42px, rgb(10 165 148) 43px 43px, rgb(10 165 148) 44px 44px, rgb(10 165 148) 45px 45px, rgb(10 165 148) 46px 46px, rgb(10 165 148) 47px 47px, rgb(10 165 148) 48px 48px, rgb(10 165 148) 49px 49px, rgb(10 165 148) 50px 50px, rgb(10 165 148) 51px 51px, rgb(10 165 148) 52px 52px, rgb(10 165 148) 53px 53px, rgb(10 165 148) 54px 54px, rgb(10 165 148) 55px 55px, rgb(10 165 148) 56px 56px, rgb(10 165 148) 57px 57px, rgb(10 165 148) 58px 58px, rgb(10 165 148) 59px 59px, rgb(10 165 148) 60px 60px, rgb(10 165 148) 61px 61px, rgb(10 165 148) 62px 62px, rgb(10 165 148) 63px 63px, rgb(10 165 148) 64px 64px, rgb(10 165 148) 65px 65px, rgb(10 165 148) 66px 66px, rgb(10 165 148) 67px 67px, rgb(10 165 148) 68px 68px, rgb(10 165 148) 69px 69px, rgb(10 165 148) 70px 70px, rgb(10 165 148) 71px 71px, rgb(10 165 148) 72px 72px, rgb(10 165 148) 73px 73px, rgb(10 165 148) 74px 74px, rgb(10 165 148) 75px 75px, rgb(10 165 148) 76px 76px, rgb(10 165 148) 77px 77px, rgb(10 165 148) 78px 78px, rgb(10 165 148) 79px 79px, rgb(10 165 148) 80px 80px, rgb(10 165 148) 81px 81px, rgb(10 165 148) 82px 82px, rgb(10 165 148) 83px 83px, rgb(10 165 148) 84px 84px, rgb(10 165 148) 85px 85px, rgb(10 165 148) 86px 86px;
}

.box-wrapper.horizontal {
	width: 100%;
	height: 55px !important;
	margin-bottom: 10px;
	display: none;
}

.box-wrapper.time h3 {
	font-size: 21px;
	line-height: 1.4;
}

.box-wrapper.blue {
	background: #00aeef;
	text-shadow: rgb(0 139 192) 1px 1px, rgb(0 139 192) 2px 2px, rgb(0 139 192) 3px 3px, rgb(0 139 192) 4px 4px, rgb(0 139 192) 5px 5px, rgb(0 139 192) 6px 6px, rgb(0 139 192) 7px 7px, rgb(0 139 192) 8px 8px, rgb(0 139 192) 9px 9px, rgb(0 139 192) 10px 10px, rgb(0 139 192) 11px 11px, rgb(0 139 192) 12px 12px, rgb(0 139 192) 13px 13px, rgb(0 139 192) 14px 14px, rgb(0 139 192) 15px 15px, rgb(0 139 192) 16px 16px, rgb(0 139 192) 17px 17px, rgb(0 139 192) 18px 18px, rgb(0 139 192) 19px 19px, rgb(0 139 192) 20px 20px, rgb(0 139 192) 21px 21px, rgb(0 139 192) 22px 22px, rgb(0 139 192) 23px 23px, rgb(0 139 192) 24px 24px, rgb(0 139 192) 25px 25px, rgb(0 139 192) 26px 26px, rgb(0 139 192) 27px 27px, rgb(0 139 192) 28px 28px, rgb(0 139 192) 29px 29px, rgb(0 139 192) 30px 30px, rgb(0 139 192) 31px 31px, rgb(0 139 192) 32px 32px, rgb(0 139 192) 33px 33px, rgb(0 139 192) 34px 34px, rgb(0 139 192) 35px 35px, rgb(0 139 192) 36px 36px, rgb(0 139 192) 37px 37px, rgb(0 139 192) 38px 38px, rgb(0 139 192) 39px 39px, rgb(0 139 192) 40px 40px, rgb(0 139 192) 41px 41px, rgb(0 139 192) 42px 42px, rgb(0 139 192) 43px 43px, rgb(0 139 192) 44px 44px, rgb(0 139 192) 45px 45px, rgb(0 139 192) 46px 46px, rgb(0 139 192) 47px 47px, rgb(0 139 192) 48px 48px, rgb(0 139 192) 49px 49px, rgb(0 139 192) 50px 50px, rgb(0 139 192) 51px 51px, rgb(0 139 192) 52px 52px, rgb(0 139 192) 53px 53px, rgb(0 139 192) 54px 54px, rgb(0 139 192) 55px 55px, rgb(0 139 192) 56px 56px, rgb(0 139 192) 57px 57px, rgb(0 139 192) 58px 58px, rgb(0 139 192) 59px 59px, rgb(0 139 192) 60px 60px, rgb(0 139 192) 61px 61px, rgb(0 139 192) 62px 62px, rgb(0 139 192) 63px 63px, rgb(0 139 192) 64px 64px, rgb(0 139 192) 65px 65px, rgb(0 139 192) 66px 66px, rgb(0 139 192) 67px 67px, rgb(0 139 192) 68px 68px, rgb(0 139 192) 69px 69px, rgb(0 139 192) 70px 70px, rgb(0 139 192) 71px 71px, rgb(0 139 192) 72px 72px, rgb(0 139 192) 73px 73px, rgb(0 139 192) 74px 74px, rgb(0 139 192) 75px 75px, rgb(0 139 192) 76px 76px, rgb(0 139 192) 77px 77px, rgb(0 139 192) 78px 78px, rgb(0 139 192) 79px 79px, rgb(0 139 192) 80px 80px, rgb(0 139 192) 81px 81px, rgb(0 139 192) 82px 82px, rgb(0 139 192) 83px 83px, rgb(0 139 192) 84px 84px, rgb(0 139 192) 85px 85px, rgb(0 139 192) 86px 86px;
}

.box-wrapper h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.3;
}

.box-wrapper.horizontal h3 {
	margin-right: 11px;
}

.box-wrapper.horizontal h3:last-child {
	margin-right: 0 !important;
}

.box-wrapper + .check-list {
	margin-bottom: 19px;
	margin-left: 80px;
	padding-top: 10px;
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}

.media-heading {
	margin: 0 0 8px;
	display: flex;
	color: #488dc6;
	border-bottom: 2px solid #dfdfdf;
}

.media-heading span {
	margin-bottom: -2px;
	padding-bottom: 6px;
	border-bottom: 2px solid #488dc6;
}

.schedule-page .box-wrapper,
.course-page .box-wrapper {
	height: 131px;
}

.schedule-page .box-wrapper h3 {
	line-height: 1.5;
}

.schedule-page .box-wrapper + .check-list,
.course-page .box-wrapper + .check-list {
	margin-bottom: 14px;
}

.course-page > div:last-child {
	width: calc(100% - (((var(--bs-gutter-x) * 0.5)) * 2));
	margin: 0 calc(var(--bs-gutter-x) * 0.5);
	padding: 19px 20px;
	border: 1px solid #bdbdbd;
}

.course-page .mb-schedule {
	margin-bottom: 25px;
}

.course-page .mb-schedule:last-child {
	margin-bottom: 0;
}

.course-page .box-wrapper {
	margin-top: 0;
}

.course-page .box-wrapper + .check-list {
	padding-top: 3px;
}

@media (min-width: 576px) {
	.course-page .mb-schedule:nth-last-child(2) {
		margin-bottom: 0;
	}
}

@media (max-width: 400px) {
	.home-page .responsive .box-wrapper.pull-left,
	.course-page .responsive .box-wrapper.pull-left,
	.schedule-page .responsive .box-wrapper.pull-left {
		display: none;
	}

	.home-page .responsive .box-wrapper.horizontal,
	.course-page .responsive .box-wrapper.horizontal,
	.schedule-page .responsive .box-wrapper.horizontal {
		display: flex;
	}

	.home-page .responsive .box-wrapper.horizontal + .check-list,
	.course-page .responsive .box-wrapper.horizontal + .check-list,
	.schedule-page .responsive .box-wrapper.horizontal + .check-list {
		margin-left: 0;
		padding: 0;
	}

	.home-page .responsive .box-wrapper.horizontal h3 {
		margin-right: 9px;
	}

	.schedule-page .media-heading {
		font-size: 20px;
		font-weight: bold;
	}
}

@media (min-width: 768px) and (max-width: 950px) {
	.schedule-page .responsive .box-wrapper.pull-left {
		display: none;
	}

	.schedule-page .responsive .box-wrapper.horizontal {
		display: flex;
	}

	.schedule-page .responsive .box-wrapper.horizontal + .check-list {
		margin-left: 0;
		padding: 0;
	}

	.schedule-page .media-heading {
		font-size: 20px;
		font-weight: bold;
	}
}

@media (min-width: 576px) and (max-width: 750px) {
	.course-page .responsive .box-wrapper.pull-left,
	.schedule-page .responsive .box-wrapper.pull-left {
		display: none;
	}

	.course-page .responsive .box-wrapper.horizontal,
	.schedule-page .responsive .box-wrapper.horizontal {
		display: flex;
	}

	.course-page .responsive .box-wrapper.horizontal + .check-list,
	.schedule-page .responsive .box-wrapper.horizontal + .check-list {
		margin-left: 0;
		padding: 0;
	}

	.schedule-page .media-heading {
		font-size: 20px;
		font-weight: bold;
	}
}

/*
===================================================================
	Alumni
===================================================================
*/

.thumbnail-style {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	transition: box-shadow 0.4s ease;
}

.thumbnail-style.same-hight {
	height: calc(100% - 42px);
}

.modal .thumbnail-style,
.thumbnail-style.boxed {
	padding: 6px;
	border: 1px solid #a5a5a56b;
}

.thumbnail-style:hover {
	box-shadow: 0 0 8px #ddd;
}

.modal .thumbnail-style:hover,
.thumbnail-style.boxed:hover {
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 50%);
	transition: box-shadow 0.4s ease;
}

.thumbnail-style img {
	width: 100%;
	left: 10px;
	margin-left: -10px;
	position: relative;
	z-index: 1;
}

.modal .thumbnail-style img,
.thumbnail-style.boxed img {
	margin-left: 0;
	position: static;
}

.thumbnail-style:hover img {
	transform: scale(1.2) rotate(2deg);
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.modal .thumbnail-style .thumbnail-img,
.thumbnail-style.boxed .thumbnail-img {
	position: relative;
}

.modal .thumbnail-style .thumbnail-img:before,
.thumbnail-style.boxed .thumbnail-img:before {
	content: '';
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	background: #fff;
	z-index: 1;
}

.modal .thumbnail-style .thumbnail-img .overflow-hidden,
.thumbnail-style.boxed .thumbnail-img .overflow-hidden {
	position: relative;
	z-index: 1;
}

.thumbnail-style .name-btn {
	max-width: 210px;
	padding: 3px 9px 7px;
	position: absolute;
	display: inline-block;
	right: -10px;
	bottom: 10px;
	color: #fff;
	font-weight: 500;
	border: 0px;
	line-height: 1.2;
	transition: all 0.2s ease;
}

.thumbnail-style .name-btn:before {
	content: attr(data-name);
	width: calc(100% - 18px);
	height: calc(100% - 10px);
	padding: 3px 9px 7px;
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	right: 0;
	line-height: 1.2;
	background: #12c6ff;
	transition: all 0.2s ease;
	z-index: 1;
}

.thumbnail-style .name-btn:after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	border: 5px solid transparent;
	border-top-color: rgb(75 113 136);
	border-left-color: rgb(75 113 136);
	transition: all 0.1s ease;
	z-index: 0;
}

.thumbnail-style .name-btn:hover:before {
	text-decoration: none;
	box-shadow: 0 0 0 2px #09abdf;
}

.thumbnail-style:hover .name-btn {
	right: -2px;
}

.modal .thumbnail-style .name-btn,
.thumbnail-style.boxed .name-btn {
	right: -16px;
}

.modal .thumbnail-style:hover .name-btn,
.thumbnail-style.boxed:hover .name-btn {
	right: -2px;
}

.thumbnail-style h4 {
	margin: 3px 0 10px;
	font-size: 16px;
}

.thumbnail-style p {
	line-height: 1.5;
}

.thumbnail-style .text-limit {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.profile ul {
	text-transform: none;
	font-size: 16px;
	margin: 0 0 20px 0;
}

.profile ul li {
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
}

.profile ul li:last-child {
	border-bottom: none;
}

.testi-cont {
	position: relative;
}

.testi-cont p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.img-cont .thumbnail-img,
.testi-cont p {
	margin-bottom: 0;
}

.course-cont {
	margin-top: 10px;
}

.thumbnail-style .detail-btn {
	padding: 0 8px 1px;
	position: absolute;
	top: calc(100% + 8px);
	right: 12px;
	float: right;
	color: #4a4a4a;
	font-size: 14px;
	background: #e3e3e3;
	border: solid 1px #e3e3e3;
	transition: all 0.4s ease;
	z-index: 99;
}

.thumbnail-style .detail-btn:hover {
	color: #fff;
	background: #12c6ff;
	border-color: #12c6ff;
}

@media (max-width: 991px) {
	.img-cont {
		width: 100%;
		max-width: 165px;
	}

	.testi-cont {
		width: calc(100% - 165px);
	}
}

@media (max-width: 767px) {
	.img-cont {
		width: 100%;
		max-width: 180px;
	}

	.testi-cont {
		width: calc(100% - 180px);
	}

	.course-cont h4 {
		font-size: 18px;
	}
}

@media (max-width: 400px) {
	.thumbnail-style.alumnus {
		padding: 12px;
		padding-bottom: 49px;
	}

	.img-cont,
	.testi-cont,
	.course-cont {
		width: 100%;
	}

	.img-cont {
		max-width: none;
		margin-bottom: 10px;
	}

	.testi-cont {
		padding-bottom: 5px;
		order: 3;
	}

	.course-cont {
		margin: 0 0 5px;
	}
}

@media (max-width: 768px) {
	.alumni-img img {
		width: 40%;
	}
}

/*
===================================================================
	Testimonials
===================================================================
*/

.testimonials {
	padding: 60px 0;
	color: #fff;
	background: #1abc9c url(../img/component/users_bg.jpg) repeat 0 0;
}

/*
===================================================================
	Map
===================================================================
*/

.map {
	width: 100%;
	height: 450px;
}

.directions {
	background-color: #0cbdaa;
	padding: 22px 0 0 0;
}

/*
===================================================================
	Input Group & Form Control
===================================================================
*/

.input-group {
	margin-bottom: 20px;
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group>.btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child)>.btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group button {
	height: 45px;
	border: none;
	background-color: #333;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.input-group button:hover {
	background-color: #006db8;
	color: #fff;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

.input-group button:focus {
	outline: none;
	border: none;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.form-group {
	margin-bottom: 25px;
	/*display: flex;*/
	/*align-items: center;*/
	position: relative;
}

.form-title {
	margin-bottom: 15px;
	font-weight: 400;
}

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

input.form-control,
textarea.form-control {
	background: none;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #a0a0a0;
	height: 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	padding: 6px 12px;
}

input.form-control {
	width: calc(100% - 26px);
}

textarea.form-control {
	max-width: 100%;
}

textarea.custom-min-width {
	min-width: calc(100% - (((var(--bs-gutter-x) * 0.5) * 2) + 2px));
	max-width: calc(100% - (((var(--bs-gutter-x) * 0.5) * 2) + 2px));
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.form-control.style-2 {
	width: calc(100% - 24px);
	height: 33px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	border: none;
	background-color: #fff;
}

.styled-select {
	width: 100%;
	overflow: hidden;
	height: 44px;
	background: #fff url(../img/component/down_arrow_select.png) no-repeat right center;
	border: 1px solid #ededed;
}

.styled-select select {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 5px;
	padding-left: 15px;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #999;
	font-weight: 400;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
}

/*.styled-select select.form-control:focus {
	color: #999;
}*/

.input-icon {
	width: 32px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 8px;
	background-color: transparent;
	text-align: right;
	border-left: 1px solid #ececec;
	color: #ccc;
	font-size: 18px;
	line-height: 24px;
	text-shadow: none;
}

.input-icon i {
	color: #ccc;
	font-size: 18px;
	line-height: 24px;
}

.register-heading-title {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/*
===================================================================
	Course Register
===================================================================
*/

.join {
	background: url(../img/component/pattern_2.png) repeat 0 0;
	padding: 60px 0;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

/*
===================================================================
	Pagination
===================================================================
*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px 7px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

/*
===================================================================
	Sitemap
===================================================================
*/

.line-title {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}

.sitemap > div ul {
	padding-left: 23px;
}

.sitemap > div > ul > li {
	display: list-item;
	list-style-type: disc;
}

.sitemap > div > ul > li ul li {
	list-style-type: circle;
}

/*
===================================================================
	Modal
===================================================================
*/

.modal-open {
	overflow: hidden;
}

.modal-open.fancybox-lock {
	margin-right: 0 !important;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-open .center-middle {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.fade.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	padding: 15px 25px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px 25px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}



.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.close {
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

	.modal-md {
		width: 600px;
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

/*
===================================================================
	WhatsApp Box
===================================================================
*/

.wa-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	border: 3px solid #20a9f0;
	box-shadow: 0 0 5px #ccc;
	z-index: 999999;
	padding: 10px;
	position: fixed;
	width: 175px;
	height: 125px;
	bottom: -152px;
	right: 9px;
}

.wa-box .title {
	padding: 1px 26px;
	min-width: 50px;
	min-height: 20px;
	background: #20a9f0;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	position: absolute;
	top: -37px;
	right: 10px;
	font-size: 18px;
}

/*
===================================================================
	Owl Carousel
===================================================================
*/

.company-training img {
	width:120px;
	height:auto;
}
.company-training .owl-pagination {
	display:none;
}

.company-training .owl-item {
	text-align: center;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

/*
===================================================================
	Fancybox
===================================================================
*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../plugins/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../plugins/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../plugins/fancybox/source/blank.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../plugins/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*
===================================================================
	Scope Filter
===================================================================
*/

.scope-filter {
	margin-bottom: 20px;
}

.scope-filter h5 {
	font-size: 17px;
}

.scope-filter label {
	font-size: 16px;
}

.scope-filter .backdrop {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000069;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.scope-filter .box-style-1 {
	max-height: calc(100vh - 115px);
	position: sticky;
	top: 65px;
	overflow: auto;
}

.scope-filter .box-style-1::-webkit-scrollbar {
	width: 5px;
}

.scope-filter .box-style-1::-webkit-scrollbar-track {
	background: #e0e5e9;
	border-radius: 10px;
}

.scope-filter .box-style-1::-webkit-scrollbar-thumb {
	background: #888;
}

.scope-filter .box-style-1::-webkit-scrollbar-thumb:hover {
	width: 15px;
	background: #555;
}

.scope-filter .box-style-1 h4 {
	border-bottom: 1px solid #c7c7c7;
}

.scope-filter.show .box-style-1 {
	left: 0%;
}

.scope-filter.show .backdrop {
	opacity: 1;
	visibility: visible;
}

.scope-filter .hide-filter {
	width: 20px;
	height: 20px;
	position: absolute;
	display: none;
	top: 8px;
	right: 8px;
	color: #fff;
	font-size: 14px;
	background: #F66;
	border-radius: 10%;
	cursor: pointer;
}

.scope-filter .hide-filter:before {
	margin-right: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.scope-filter .show-filter {
	padding: 0px 6px 2px;
	position: fixed;
	display: none;
	top: 40%;
	/*left: -2px;*/
	left: -25px;
	color: #fff;
	font-size: 17px;
	background: #ef8f00;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	/*border-bottom-right-radius: 100%;*/
	box-shadow: 0 0 5px #858383;
	cursor: pointer;
	z-index: 9999;
	/*N*/
	transform: rotate(-90deg);
	align-items: center;
}

.scope-filter .show-filter:before {
	margin-top: 3px;
}

.scope-filter .show-filter:after {
	content: 'Filter';
	display: inline-block;
	color: #fff;
	font-size: 17px;
	margin-right: 0.2em;
	margin-left: 0.15em;
	font-style: normal;
	font-weight: bold;
}

.scope-filter .radio-filter {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.scope-filter .radio-filter:last-child {
	margin-bottom: 0px;
}

.scope-filter .radio-filter input[type=radio] {
	margin-right: 10px;
}

.scope-filter .box-style-1 .vertical-menu-list li a.active {
	background-color: #20a9f0;
}

@media (max-width: 767px) {
	.scope-filter {
		margin-bottom: 0px
	}

	.scope-filter .backdrop {
		position: fixed;
	}

	.scope-filter .hide-filter {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.scope-filter .show-filter {
		/*display: block;*/
		display: flex;
	}

	.scope-filter .box-style-1 {
		width: calc(40% - 60px);
		height: calc(100% - 30px);
		max-height: 100%;
		position: fixed;
		top: 0px;
		left: -40%;
		border-radius: 0px;
		z-index: 9999;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
}

@media (max-width: 625px) {
	.scope-filter .box-style-1 {
		width: calc(45% - 60px);
		left: -45%;
	}
}

@media (max-width: 600px) {
	.scope-filter .box-style-1 {
		width: calc(52% - 60px);
		left: -52%;
	}
}

@media (max-width: 525px) {
	.scope-filter .box-style-1 {
		width: calc(60% - 60px);
		left: -60%;
	}
}

@media (max-width: 425px) {
	.scope-filter .hide-filter:before {
		margin-right: 3px;
	}

	.scope-filter .box-style-1 {
		width: calc(100% - 60px);
		left: -100%;
		z-index: 1000000;
	}
}

/*
===================================================================
	Ajax Loader
===================================================================
*/

.loader-cont {
	width: 100%;
	height: 166px;
	position: relative;
}

.ajax-loader {
	width: 70px;
	position: absolute;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, 200%);
	transform: translate(-50%, 200%);
	z-index: 998;
}

.ajax-loader .bounce1,
.ajax-loader .bounce2,
.ajax-loader .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #20a9f0;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
	animation: tp-bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ajax-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.ajax-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes tp-bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/*
===================================================================
	Footer
===================================================================
*/

footer hr {
	border-color: #2a2a2a;
	margin-top: 60px;
}

.brand h3 {
	color: #ffcc00;
	font-size: 30px;
}

.brand address {
	font-size: 18px;
	line-height: 23px;
}

.brand address a:hover {
	color: #fff;
}

.brand .social-media {
	list-style: none;
	padding: 0;
	margin: 10px 0 15px 0;
}

.brand .social-media li {
	display: inline-block;
	margin-right: 15px;
}

.brand .social-media li a {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #c6c6c7;
	color: #c6c6c7;
	display: block;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}

.brand .social-media li a:hover {
	border: 2px solid #fff;
	color: #fff;
}

.menu-list h4 {
	color: #ffcc00;
	font-size: 18px;
	text-transform: uppercase;
}

.menu-list h4 {
	color: #ffcc00;
	font-size: 18px;
	text-transform: uppercase;
}

.menu-list ul {
	margin: 10px 0 20px 0;
}

.menu-list ul li a {
	color: #c6c6c7;
}

.menu-list ul li a:hover,
.menu-list ul li a:active{
	color: #12c6ff;
}

.copyright {
	padding: 10px;
	color: #555;
	background-color: #202020;
}

/*
===================================================================
	Fontello Icon
===================================================================
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0.2em;
}

.icon-instagram:before {
	content: '\e959';
}

.icon-facebook:before {
	content: '\e94e';
}

.icon-youtube:before {
	content: '\e970';
}

.icon-twitter:before {
	content: '\e969';
}

.icon-rss:before {
	content: '\e870';
}

.icon-user:before {
	content: '\e80f';
}

.icon-help:before {
	content: '\e82b';
}

.icon-ok-4:before {
	content: '\eccb';
}

.icon-tools:before {
	content: '\e9cb';
}

.icon-star:before {
	content: '\e80b';
}

.icon-star-empty:before {
	content: '\e80c';
}

.icon-star-half:before {
	content: '\e80d';
}

.icon-star-half-alt:before {
	content: '\e80e';
}

.icon-export-4:before {
	content: '\ece2';
}

.icon-list:before {
	content: '\e8e7';
}

.icon-clock:before {
	content: '\e883';
}

.icon-calendar:before {
	content: '\e879';
}

.icon-video:before {
	content: '\e812';
}

.icon-doc:before {
	content: '\e866';
}

.icon-acrobat:before {
	content: '\edec';
}

.icon-download:before {
	content: '\e846';
}

.icon-plus:before {
	content: '\e821';
}

.icon-minus:before {
	content: '\e825';
}

.icon-doc-text-inv:before {
	content: '\e86a';
}

.icon-calendar-empty:before {
	content: '\e87a';
}

.icon-mic-3:before {
	content: '\ec0f';
}

.icon-comment:before {
	content: '\e859';
}

.icon-trophy:before {
	content: '\ea1d';
}

.icon-email:before {
	content: '\edc5';
}

.icon-phone:before {
	content: '\e872';
}

.icon-home:before {
	content: '\e82f';
}

.icon-cart:before {
	content: '\ede5';
}

.icon-lock:before {
	content: '\e835';
}

.icon-sound-1:before {
	content: '\ee4f';
}

.icon-eye:before {
	content: '\e839';
}

.icon-left-open:before {
	content: '\e897';
}

.icon-right-open:before {
	content: '\e898';
}

.icon-doc-text:before {
	content: '\e868';
}

.icon-users-1:before {
	content: '\e980';
}

.icon-building:before {
	content: '\e93a';
}

.icon-cog-4:before {
	content:'\ecf2';
}

.icon-cancel:before {
	content:'\e81e';
}

.icon-money:before {
	content: '\e91a';
}

.icon-question:before {
	content: '\ec7e';
}

.job-list {
	margin: 30px 0;
}

.job-list h2 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
}

.job-list .row {
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #bdbdbd;
}

.job-list ul {
	margin: 0;
	padding-left: 25px;
	list-style: revert;
}

@media (max-width: 768px) {
	.job-list h2 {
		font-size: 16px;
	}
}