@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}

b, h1, h2, h3, h4 {
	font-weight: 700;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

a:hover {
	color: #e25b21;
}

header {
	top: 0;
	font-size: 14px;
	border-width: 2px !important;
	background-color: #fff;
	position: sticky;
	z-index: 100;
}

.containerWide {
	margin: 0 auto;
	width: 85vw;
}

.panelHeader {
	height: 280px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 35px;
}

.panelFooter {
	position: relative;
	top: -75px;
	background-image: url('../grfx/back.trial.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 35px;
}

a.dropdown-toggle {
	outline: none
}

.dropdown {
	position: static;
}

.dropDown {
	top: 103px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
	width: 1000px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	1overflow: hidden;
}

.nav-item a:hover {
	color: #e76026 !important;
	text-decoration: none;
}

.dropDown .dropdown-item:hover {
	color: #e76026 !important;
	background-color: #fff;
}

.dropdownContent, .dropdownArrow {
	display: none;
}

.circleName {
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background-color: #333333;
	border-radius: 50%;
}

#boxDown {
	top: -35px;
	left: calc(50% - 35px);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 12px 24px #E7602629;
	position: relative;
}

#boxDown .circle {
	border-radius: 50%;
	background-color: #fff;
	width: 100px;
	height: 100px;
	position: absolute;
	opacity: 0;
	animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

#boxWhy {
	height: 450px;
	background-image: url('../grfx/why.text.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#accordionFAQ .card-header {
	padding: .35em .75rem;
	background-color: #fdefe9;
}

#accordionFAQ .card-header button {
	color: #000;
	box-shadow: none;
	border-color: rgba(0,0,0,0);
}

#accordionFAQ .card .card-header button:after {
	content: "\f106";
	font-family: 'Font Awesome 5 Pro';
	float: right;
}

#accordionFAQ .card .card-header button.collapsed:after {
	content: "\f107";
}

#accordionCourseFilter .card-header {
	padding: .35em .75rem;
	background-color: #fff;
	border-color: rgba(0,0,0,0);
}

#accordionCourseFilter .card-header button {
	color: #e25b21;
	box-shadow: none;
}

#accordionCourseFilter .card .card-header button:after {
	content: "\f106";
	font-family: 'Font Awesome 5 Pro';
	float: right;
}

#accordionCourseFilter .card .card-header button.collapsed:after {
	content: "\f107";
}

@keyframes scaleIn {
	from {
		transform: scale(.5, .5);
		opacity: .5;
	}
	to {
		transform: scale(2.5, 2.5);
		opacity: 0;
	}
}

.nav-item a {
	color: #333333 !important;
}

.nav-item a.text-primary {
	color: #e25b21 !important;
}

.homeSplash {
	height: 75vh;
	background-size: cover;
}

.boxCourse {
	min-width: 250px;
	max-width: 330px;
}

.boxCourseSide {
	border-radius: 16px;
	box-shadow: 0px 24px 24px #E7602629;
}

.boxCourseSide li {
	margin-left: -20px;
}

.boxIndustry {
	max-width: 185px;
	height: 260px;
	user-select: none;
	border-radius: 16px;
	border: 1px solid #e25b21;
}

.boxIndustry a {
	color: #000;
}

.boxIndustry a:hover {
	text-decoration: none;
}

.boxIndustry:hover, .boxSolution:hover {
	box-shadow: 0px 24px 24px #E7602629;
	border: 1px solid #fff;
}

.boxTestimonial {
	height: 350px;
	background-image: url('../grfx/video.png');
	background-size: cover;
	background-position: center;
	border-radius: 15px;
}

#homeSplash1 {
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	background-image: url('../grfx/splash1.jpg');
}

#homeSplash2 {
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	background-image: url('../grfx/splash2.jpg');
}

#homeSplashInner1 {
	top: 30vh;
	left: 10vw;
	right: 5vw;
	position: absolute;
}

#homeSplashInner2 {
	top: 30vh;
	left: 5vw;
	right: 10vw;
	position: absolute;
}

footer {
	background-color: #fdefe9;
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
}

footer a {
	color: #707070;
}

.borderBottom {
	border-bottom: 3px #E76026 solid;
}

.txtMedium {
	font-weight: 500;
}

.txtGrey {
	color: #707070;
}

.txtLarge {
	font-size: 20px;
}

.txtSmall {
	font-size: 12px;
}

.centerH {
	margin: 0 auto;
}

.backPrimary {
	background-color: #E76026;
	opacity: 1;
}

.backCover {
	background-size: cover;
}

.cursorH {
	cursor: pointer;
}

.hide {
	display: none;
}

.nav-link.active {
	color: #3369e9 !important;
	background-color: #bdcaf5 !important;
}

.nav-link {
	text-align: center;
	color: #a2a2a2 !important;
	background-color: #e6e5e6 !important;
}

.nav-link.highlight {
	color: #a6f8ae !important;
	background-color: #129e34 !important;
}

.panelSlides .swiper {
	overflow: hidden;
}

#swiperIndustry .swiper-slide {
	width: 200px;
	height: 300px;
}

#swiperCourse .swiper-slide {
	width: 200px;
	height: 550px;
}

.swiper-button-prev, .swiper-button-next {
	color: #e25b21 !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

/* Bootstrap: xl */
@media (max-width:1399.9px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 32px;
	}
	.txtLarge {
		font-size: 18px;
	}
	#homeSplashInner1 {
		top: 28vh;
		left: 8vw;
		right: 4vw;
	}
	#homeSplashInner2 {
		top: 28vh;
		left: 4vw;
		right: 8vw;
	}
}

/* Bootstrap: lg */
@media (max-width:1199.9px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 30px;
	}
	.txtLarge {
		font-size: 18px;
	}
	.navbar {
		font-size: 10px;
	}
	#homeSplashInner1 {
		top: 26vh;
		left: 6vw;
		right: 3vw;
	}
	#homeSplashInner2 {
		top: 26vh;
		left: 3vw;
		right: 6vw;
	}
}

/* Bootstrap: md */
@media (max-width:991.9px) {
	header {
		height: 105px;
	}
	header.container-fluid, header .container-fluid, .navbar {
		padding: 0;
	}
	.containerWide {
		width: 95vw;
	}
	.navbar {
		width: 100%;
		z-index: 9999;
	}
	.navbar-nav .dropdown-menu {
		top: -5px !important;
		width: 85vw;
		position: relative !important;
		border: 0;
	}
	.dropdown-item:hover {
		background-color: #333 !important;
	}
	#navbarSupportedContent {
		height: calc(100vh - 105px);
		margin-top: 20px;
		font-size: 13px;
		text-align: center;
		background-color: #333;
	}
	#navbarSupportedContent .navbar-nav li {
		margin: 0 40px;
		padding: 20px 0;
		border-bottom: 1px #707070 solid;
	}
	#navbarSupportedContent .navbar-button li {
		margin: 10px auto;
	}
	#navbarSupportedContent a {
		color: #fff !important;
	}
	.dropDown {
		background-color: #333;
	}
	.dropdown-item {
		color: #fff;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	.txtLarge {
		font-size: 16px;
	}
	#homeSplashInner1 {
		top: 24vh;
		left: 3vw;
		right: 3vw;
	}
	#homeSplashInner2 {
		top: 24vh;
		left: 3vw;
		right: 3vw;
	}
	#boxWhy {
		font-size: 0.85em;
	}
}

/* Bootstrap: sm */
@media (max-width:767.9px) {
	.swiper-button-next {
		display: none;
	}
	.swiper-button-prev {
		display: none;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
	}
	h5 {
		font-size: 18px;
	}
	#panelSplash {
		width: 100vw;
	}
	#boxWhy {
		font-size: 0.7em;
	}
	.boxCourse {
		max-width: 100vh;
		margin: 20px 0;
	}
	.boxTestimonial {
		height: 250px;
	}
	.lmsDesc div {
		left: 0px !important;
	}
}

/* Bootstrap: xs */
@media (max-width:575.9px) {
	.containerWide {
		width: 100vw;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h5 {
		font-size: 15px;
	}
	#panelSplash {
		width: 100vw;
	}
	#boxWhy {
		font-size: 0.7em;
	}
	#homeSplash1 {
		left: 3vw;
	}
	#homeSplash2 {
		right: 3vw;
	}
	#homeSplashInner1, #homeSplashInner2 {
		top: 5vh;
		left: 8vw;
		right: 8vw;
		text-align: center;
	}
	.homeSplash {
		height: 45vh;
	}
	.txtLarge {
		font-size: 14px;
	}
}

/*------------------------------------
Bootstrap color Overrides
------------------------------------*/
.alert-primary {
    color: #782f0f;
    background-color: #f9e0d5;
    border-color: #f7d2c3;
}

.alert-primary hr {
    border-top-color: #f4c2ac;
}

.alert-primary .alert-link {
    color: #4b1d09;
}

.badge-primary {
    color: #fff;
    background-color: #e25b21;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #b74818;
}

.bg-primary {
    background-color: #e25b21 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #b74818 !important;
}

.border-primary {
    border-color: #e25b21 !important;
}

.btn-primary {
    color: #fff;
    background-color: #e25b21;
    border-color: #e25b21;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c54d19;
    border-color: #b74818;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 91, 33, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e25b21;
    border-color: #e25b21;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b74818;
    border-color: #aa4216;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 91, 33, 0.5);
}

.btn-outline-primary {
    color: #e25b21;
    background-color: transparent;
    border-color: #e25b21;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #e25b21;
    border-color: #e25b21;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 91, 33, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #e25b21;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #e25b21;
    border-color: #e25b21;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 91, 33, 0.5);
}

.list-group-item-primary {
    color: #782f0f;
    background-color: #f7d2c3;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #782f0f;
    background-color: #f4c2ac;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #782f0f;
    border-color: #782f0f;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #f7d2c3;
}

.table-hover .table-primary:hover {
    background-color: #f4c2ac;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #f4c2ac;
}

.text-primary {
    color: #e25b21 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #b74818 !important;
}

.tabs .nav-link {
    color: #707070 !important;
    background-color: #fff !important;
}

.tabs .nav-link.active {
    color: #e25b21 !important;
    background-color: #fff !important;
    border-bottom: 3px #E76026 solid;
}

/* HighSlide Related */
.highslide-html {
	background-color: white;
	text-align: left;
}

.highslide-html-content {
	position: absolute;
	display: none;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
    	padding-left: 22px;
	background-image: url(../grfx/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.highslide-dimming {
	position: absolute;
	background: #000;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}

.highslide-html-content {
	padding: 15px 5px 0 0;
}

.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
}

.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next, .highslide-wrapper .highslide-header ul li.highslide-move, .highslide-wrapper .highslide-header ul li.highslide-close, .highslide-resize {
	display: none;
}

.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}

.highslide-wrapper .highslide-header a:hover {
	color: black;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-wrapper .highslide-footer {
	height: 11px;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(grfx/highslide/resize.gif);
}

.closebutton {
	background: transparent url(../grfx/highslide/close.png) repeat scroll 0 0;
	cursor: pointer;
	height: 30px;
	left: 15px;
	position: relative;
	top: -15px;
	width: 30px;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}