  .course-details h3 {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 1.5em;
}
/* Target Elements
---------------------------------------------------------------------- */

.mix {
	display: inline-block;
	vertical-align: top;
}

.mix {
	background: #fff;
	position: relative;
	float: left;
}

.profile .profile-content .hidden_txt {
	display: none;
	float: left;
	clear: both;
}
.profile {
	content: "";
	overflow: hidden;
	position: relative;
	height: 400px;
}

@media (max-width: 768px) {
	.profile {
		height: 250px;
	}
	.profile .profile-content .hidden_txt {
		display: block;
	}
}
.profile.selected.arrow-up:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #414d61;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.profile .profile-bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0%;
	height: 100%;
	width: 100%;
}
.profile .profile-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 0 20px 0 0;
	z-index: 1;
	color: #fff;
}
.profile .profile-content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	background: #000;
	padding: 3px 5px 5px;
	float: left;
}
.profile .profile-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	filter: alpha(opacity = 20);
}

.profile a.get-profile {
	padding: 5px 10px;
	border: solid 2px #fff;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	transition: all ease-in 0.2s;
}

.profile a.get-profile:hover {
	background: #000;
	border: solid 2px #000;
	color: #fff;
	text-decoration: none;
	transition: all ease-in 0.2s;
}

@media (max-width: 768px) {
	.profile a.get-profile {
		border: solid 2px #ffffff;
		background: #ffffff;
		border-radius: 5px;
		color: black;
		font-size: small;
	}
}

.profile-lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.profile-lead {
		font-size: 21px;
	}
}

/* Profile reveal styles
-----------------------------------------------------------------------*/

h3.profile-name small {
	font-size: 1em;
	color: #fff;
	font-weight: 700;
}
h3.profile-name span.shout strong {
	/*font-size: 2em;*/
	font-size: 1.5em;
	color: #92d6e3;
}

@media all and (max-width: 414px) {
	h3.profile-name span.shout strong {
		font-size: 1em;
		font-weight: normal;
	}
}
.profile-reveal p {
	color: #ffffff;
}

.profile-reveal {
	float: left;
	width: 100%;
	text-align: left;
	display: none;
}

.profile-reveal,
#profile-grid {
	background: #414d61;
}

.close-btn img {
	max-width: 40px;
	cursor: pointer;
	margin: 0 auto;
	padding-top: 30px;
}

/*opacity*/

.opacity_02 {
	opacity: 0.2;
}
.opacity_03 {
	opacity: 0.3;
}
.opacity_04 {
	opacity: 0.4;
}
.opacity_05 {
	opacity: 0.5;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

.mix {
	width: 100%;
	background: #f5f5f5;
}

/* 3 Columns */

@media screen and (min-width: 541px) {
	.mix {
		/* width: calc(100%/3 - (((3 - 1) * 1rem) / 3));*/
		width: 25%;
	}
}

/* 2 Columns */
@media screen and (min-width: 768px) {
	.mix {
		width: 50%;
	}
}

/* 4 Columns */
@media screen and (min-width: 961px) {
	.mix {
		width: 33.33333333%;
	}
}

/* 5 Columns */
@media screen and (min-width: 1120px) {
	.mix {
		width: 25%;
		padding: 0 1rem;
	}

	.course-wrapper {
		padding-left: 4rem;
		padding-bottom: 1rem;
	}
}

button.mixitup-control.mixitup-control-active {
	border-bottom: solid 3px #009edd;
	border-top: solid 3px transparent;
}

.mix {
	float: none;
	display: inline-block;
	margin-right: -3px;
}

.close-btn {
	padding: 1rem 0;
}

img.left-banner-shape {
	position: absolute;
	top: -10px;
	width: 240px;
	left: 5%;
}
img.right-banner-shape {
	position: absolute;
	right: 0;
	width: 250px;
	top: 0;
}

@media (max-width: 768px) {
	img.left-banner-shape,
	img.right-banner-shape {
		display: none;
	}
}

button.navbar-toggler:after {
	position: absolute;
	content: "in this section";
	font-size: 16px;
	color: #777777;
	left: 75px;
	top: 25px;
}

@media all and (max-width: 414px) {
	h1.site-header {
		font-size: 2rem !important;
	}
	.main_bg {
		padding-top: 80px;
	}
}

span.yellow-box {
	position: absolute;
	width: 20%;
	padding-bottom: 20%;
	display: block;
	background: #ffcc32;
	transform: rotate(-20deg);
	top: -16%;
	left: -7%;
}
span.vermillion {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
span.vermillion-box {
	position: relative;
	width: 22%;
	padding-bottom: 22%;
	display: block;
	background: #f15f5c;
	top: -16%;
	right: -7%;
	border-radius: 100%;
}
span.vermillion-box {
	position: relative;
	width: 22%;
	padding-bottom: 22%;
	display: block;
	background: #f15f5c;
	right: -89%;
	border-radius: 100%;
	margin-top: -5%;
}

span.vermillion-box:after {
	position: absolute;
	content: "";
	display: block;
	background: #ffffff;
	border-radius: 100%;
	margin-top: -6%;
	width: 60%;
	padding-bottom: 60%;
	left: 20%;
	top: 26%;
	z-index: 1;
}

img.icon-bg {
	opacity: 0.1;
	position: absolute;
	width: 400px;
	left: -57%;
	top: -96px;
}
.section-heading {
	font-size: 2rem;
}
.p-relative {
	position: relative;
}
span.overlay-light {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}
span.overlay-blue {
	position: absolute;
	background: rgba(0, 108, 145, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}
.bg-light {
	background-color: #f5f5f5 !important;
}
.bg-blue {
	background: #009abc;
}

p.blockquote {
	font-family: Georgia, serif;
	line-height: 1.4em;
	padding: 1em 2rem;
	margin: 4em auto;
	display: block;
	position: relative;
	text-align: center;
}
p.blockquote:before {
	content: "\201C";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -35%);
	font-size: 4em;
	color: #006c91;
}

p.blockquote:after {
	content: "\201D";
	position: absolute;
	top: inherit;
	bottom: -0.7em;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 4em;
	color: #006c91;
}

.btn.btn-blue {
	background: #009abc;
	color: #ffffff;
	padding: 0.5rem 1.5rem;
	border-radius: 20px;
}
a.btn.btn-white-rounded {
	border-color: #ffffff !important;
	margin-bottom: 15px;
	padding: 0.5rem 1.5rem;
	border-radius: 20px;
}

/*register*/
.pb120 {
	padding-bottom: 120px;
}
.pt120 {
	padding-top: 120px;
}
.all-white-txt > * {
	color: #fff !important;
}
.mktoLabel.mktoHasWidth {
	color: #fff;
}

.mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
	border: none !important;
	background: #009abc !important;
	font-weight: normal;
	font-size: 1rem !important;
}
select#levelOfStudy {
	background: white;
	border-color: #dddddd;
}

/*why choose ÂÜÀòÊÓÆµ*/

@media (min-width: 768px) {
	.feature {
		height: auto;
	}
}
@media (min-width: 1024px) {
	.feature {
		height: auto;
	}
}

@media (min-width: 1280px) {
	.feature {
		height: 540px;
	}
}

.hero-showcase {
	position: relative;
}
.hero-showcase.bg-dark {
	background-color: #414042 !important;
}
.hero-showcase .image-half {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 992px) {
	.hero-showcase .image-half {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 50%;
	}
	.hero-showcase .image-half.left {
		left: 0;
	}
	.hero-showcase .image-half.right {
		right: 0;
	}
}

@media (max-width: 991px) {
	.hero-showcase .image-half {
		height: 300px;
		width: 100%;
	}
}

.block-title {
	display: block;
	position: relative;
	padding-bottom: 60px;
}
.block-title h3 {
	line-height: 1;
	margin: 0;
	letter-spacing: 0.08rem;
	font-size: 2rem;
	font-weight: 700;
}
.section-title .sub-title {
	display: block;
	max-width: 700px;
	margin: auto;
	line-height: 1.6;
	padding-top: 0.75rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
	.block-title h3 {
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.block-title h2 {
		font-size: 2.75rem;
		font-weight: 800;
	}
	.block-title .sub-title {
		font-size: 1.125rem;
	}
}

.block-list ul {
	padding: 0;
	margin: 0;
}
.block-list ul > li {
	list-style: none;
}
.block-list ul > li + li {
	margin-top: 30px;
}
.block-list .item-wrap {
	position: relative;
	padding-left: 80px;
	font-size: 0.9375rem;
}
.block-list .item-wrap i {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	color: #92d6e3;
	font-size: 1.75rem;
}
.block-list .item-wrap h4 {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0 0 10px;
}
.block-list .item-wrap p {
	margin: 0 0 15px;
	padding: 0;
}

@media (min-width: 992px) {
	.block-list {
		padding-left: 45px;
	}
	.block-list h3 {
		font-size: 2.75rem;
	}
}

.block-list.light-color .section-title h2 {
	color: #fff;
}
.block-list.light-color .item-wrap p {
	color: rgba(255, 255, 255, 0.6);
}
.block-list.light-color .item-wrap i {
	background-color: rgba(255, 255, 255, 0.05);
}
.block-list.light-color .item-wrap h4 {
	color: #fff;
}
.block-list.dark-color .item-wrap p {
	color: rgba(255, 255, 255, 0.6);
}
.block-list.dark-color .item-wrap i {
	background-color: rgba(255, 255, 255, 0.05);
}
.blockl-list.dark-color .item-wrap h4 {
	color: #fff;
}

.item-wrap em {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 200;
}
/*Courses*/

.course {
	position: relative;
	margin: auto;
	overflow: hidden;
}

.course .course-overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.course:hover .course-overlay {
	opacity: 1;
}

.course-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.course:hover .course-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.course-details h3 {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.course-details p {
	color: #fff;
	font-size: 0.8em;
}

.fadeIn-bottom {
	top: 80%;
}

.fadeIn-top {
	top: 20%;
}

.fadeIn-left {
	left: 20%;
}

.fadeIn-right {
	left: 80%;
}
/*Canberra*/
.white-bg {
	background: #ffffff;
}

h2.section-heading {
	color: #006c91;
	font-weight: 700;
}
h2 span.display-block {
	display: inline;
}
@media all and (min-width: 1220px) {
	h2 span.display-block {
		display: block;
	}
}

a.btn.btn-white-rounded {
	border-color: #ffffff !important;
	margin-bottom: 15px;
}

/*register*/
input#FirstName,
input#LastName,
input#Email,
input#Industry,
select#levelOfStudy {
	border: solid 1px #ccc;
	height: 50px;
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	/*color: #cccccc;*/
	/*opacity: 1;*/ /* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #cccccc;
}

#levelOfStudy option {
	/*color: #cccccc !important;*/
}

select {
	color: #000000;
}
select option {
	color: #000000;
}

select option:first-child {
	color: #cccccc;
}

/*custom message*/

#message-box {
	display: none;
	width: 100%;
	background: #036f9d;
	height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: fixed;
	bottom: 0;
	line-height: 50px;
	left: 0;
	z-index: 1000;
}
@media all and (max-width: 440px) {
	#message-box {
		font-size: 14px;
	}
}

.blue-text {
	color: #036e9d;
}

.list li a {
	color: #337ab7;
}

@media all and (max-width: 441px) {
	.pb-small-5 {
		padding-bottom: 3rem !important;
	}
}
