@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Playfair+Display:400,700,900|Roboto+Slab:100,300,400,700');

.foundation-mq {
	font-family: "small=0em&medium=40em&xmedium=930px&large=64em&xlarge=75em&xxlarge=90em";
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #252525;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	background: #ececec;
}

/*.row { max-width: 70rem; }*/
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #4b534d;
	letter-spacing: 0;
	line-height: 1em;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	color: #4b534d;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}

a {
	color: #fff;
	/*color: #06ae58;*/
	transition: 0.3s;
}

a:hover,
a:focus {
	color: #10d06a;
}

a.link {
	word-break: break-word;
}

p {
	font-size: 16px;
	line-height: 1.2em;
}

p:last-child {
	margin-bottom: 0;
}

li {
	line-height: 1.2em;
}

.text li {
	margin-bottom: 1rem;
}

.text li:not(:last-child) {
	margin-bottom: 0.5em;
}

.nilpadding {
	padding: 0;
}

.relative {
	position: relative;
}

/*----------*/
body.ohide {
	overflow: hidden;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: #333;
}

/**
 * Copyright (c) 2016 Connor Atherton
 * https://connoratherton.com/loaders
 */
.line-scale-pulse-out {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.line-scale-pulse-out>div {
	background-color: #fff;
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	display: inline-block;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
	animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
	-webkit-animation-delay: -0.4s !important;
	animation-delay: -0.4s !important;
}

.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
	-webkit-animation-delay: -0.2s !important;
	animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

/*----------*/
@media screen and (max-width:639px) {
	body {
		font-size: 13px;
	}
}



/*====================================*/
/*==========HEADER==========*/
.header {
	position: relative;
	z-index: 10;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/*----------*/
.applybanner {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05ae59+0,1ca183+100 */
	background: rgb(5, 174, 89);

	/* Old browsers */
	background: -webkit-linear-gradient(-45deg, rgba(5, 174, 89, 1) 0%, rgba(28, 161, 131, 1) 100%);
	background: linear-gradient(135deg, rgba(5, 174, 89, 1) 0%, rgba(28, 161, 131, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05ae59', endColorstr='#1ca183', GradientType=1);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
}

.applybanner span {
	display: inline-block;
	vertical-align: middle;
}

.applybanner a.btn {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border: 1px solid #fff;
	padding: 0.5em 1em;
	display: inline-block;
	margin-left: 2em;
	vertical-align: middle;
}

.applybanner .nilpadding {
	position: relative;
}

.applybanner .close-button {
	right: 0;
	top: 50%;
	opacity: 0.5;
	font-size: 20px;
	color: #fff;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: none;
	transition: none;
}

.applybanner .close-button:hover {
	opacity: 1;
}

/*----------*/
.topbar {
	background: #363636;
	padding: 10px 20px;
}

.topbar ul {
	margin: 0;
	line-height: 1;
}

.topbar li {
	position: relative;
	display: inline-block;
	padding: 0 0.75em;
	font-size: 14px;
}

.topbar li:first-child {
	padding-left: 0;
}

.topbar li:last-child {
	padding-right: 0;
}

.topbar li:not(:last-child)::after {
	content: '/';
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -8px;
	color: #fff;
}

ul.loginnavi span {
	padding: 0 15px;
}

.topbar li a {
	color: #fff;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.topbar li i {
	font-size: 12px;
	color: #fff;
}

.topbar li.active a,
.topbar li a:hover {
	color: #10d06a;
}

/*----------*/
.navibar {
	background: #ebebeb;
	padding: 15px 20px;
	position: relative;
	height: 110px;
}

.menuham-wrap,
.logo-wrap a {
	display: inline-block;
}

.logo img {
	width: 220px;
}

/*-----------Hamburger----------*/
.menuham {
	cursor: pointer;
	outline: 0;
}

.menuham div {
	display: block;
	width: 40px;
	height: 5px;
	margin-bottom: 4px;
	background: #fff;
	border-radius: 2px;
	ms-transform-origin: 7px 2.5px;
	-webkit-transform-origin: 7px 2.5px;
	transform-origin: 7px 2.5px;
	-webkit-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.menuham div:nth-child(3) {
	margin: 0;
}

.menuham.change div:first-child {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menuham.change div:nth-child(2) {
	opacity: 0;
	-ms-transform: rotate(0deg) scale(0.2, 0.2);
	-webkit-transform: rotate(0deg) scale(0.2, 0.2);
	transform: rotate(0deg) scale(0.2, 0.2);
}

.menuham.change div:nth-child(3) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*----------*/
.navi>li {
	margin-bottom: 0;
}

.menu>li>a {
	position: relative;
	font-size: 15px;
	color: #363636;
}

.navi li.active>a {
	background: none;
	color: #363636;
}

/*----------Preventing FOUC----------*/
.no-js #responsive-menu {
	display: none;
}



@media screen and (min-width: 640px) {
	.topbar {
		padding: 10px 20px;
	}

	.topbar>div {
		display: -ms-flexbox;
		display: flex;
	}

	.infonavi-wrap {
		display: inline-block;
		float: left;
		margin: auto 0;
	}

	.loginnavi-wrap {
		display: inline-block;
		float: right;
		margin: auto 0;
		margin-left: auto;
	}
}



@media screen and (min-width: 930px) {
	.responsive-menu {
		display: block;
	}

	.no-js .menuham-wrap {
		display: none;
	}

	.navibar>div {
		display: -ms-flexbox;
		display: flex;
	}

	.logo-wrap {
		display: inline-block;
		float: left;
		margin: auto 0;
		/*width: 159px; padding-right: 27px;*/
	}

	.navi-wrap {
		display: inline-block;
		float: right;
		margin: auto 0;
		margin-left: auto;
		padding: 12px 0;
	}

	.navi>li {
		padding: 0px 15px;
	}

	.navi>li:last-child {
		padding-right: 0px;
	}

	.navi>li>a {
		padding: 0;
	}

	.navi>li>a:before {
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 97%;
		height: 1px;
		background: #06ae58;
		/*background: #fff;*/
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1) 0s;
		transition: transform .3s cubic-bezier(.165, .84, .44, 1) 0s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.navi>li>a:hover::before {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transition: -webkit-transform .45s cubic-bezier(.86, 0, .07, 1) 0s;
		transition: transform .45s cubic-bezier(.86, 0, .07, 1) 0s;
	}

	.navi li.active>a:before {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.dropdown.menu.xmedium-horizontal>li {
		display: table-cell;
	}

	.dropdown.menu.xmedium-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}

	.dropdown.menu.xmedium-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}

	.dropdown.menu.xmedium-horizontal>li.opens-right.navi-up>.is-dropdown-submenu,
	.dropdown.menu.xmedium-horizontal>li.opens-left.navi-up>.is-dropdown-submenu {
		top: inherit;
		bottom: 100%;
	}

	.dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a {
		padding-right: 1.3rem;
	}

	.dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a:after {
		content: '\f078';
		font-family: Font Awesome\ 5 Free;
		font-size: 10px;
		font-weight: bold;
		color: #14b15e;
		position: absolute;
		top: 4px;
		right: 5px;
		width: inherit;
		height: inherit;
		display: inline-block;
		border: none;
		margin: 0;
	}

	.dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent.navi-up>a:after {
		content: '\f077';
	}

	.is-dropdown-submenu {
		border: none;
		background: transparent;
		margin-top: 23px;
		/*min-width:100%;*/
	}

	.submenu li {
		padding: .7rem 1rem;
		margin-bottom: 1px;
		background: #ebebeb;
	}

	.submenu li a {
		padding: 0;
		color: #363636;
	}

	.submenu li a:hover {
		color: #06ae58;
	}
}



@media screen and (max-width: 929px) {
	.logo-wrap {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.menuham-wrap {
		float: right;
		margin: auto 0;
		margin-left: auto;
		padding: 10px 0;
	}

	.menuham div {
		background: #05ae59;
	}

	.navi-wrap {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	}

	/*-----*/
	.applybanner {
		font-size: 14px;
		padding: 10px 40px 10px 20px;
	}

	.applybanner a.btn {
		font-size: 10px;
		padding: 0.3em 1em;
		margin-left: 1em;
	}

	.applybanner .close-button {
		font-size: 15px;
	}

	/*-----*/
	.responsive-menu {
		display: block !important;
	}

	.responsive-menu.none {
		display: none !important;
	}

	.responsive-menu .navi {
		background: rgba(255, 255, 255, 0);
		-webkit-transition: background 0.3s ease-out;
		transition: background 0.3s ease-out;
	}

	.responsive-menu.change .navi {
		background: #ebebeb;
	}

	.responsive-menu ul {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.responsive-menu li {
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}

	.responsive-menu li:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.responsive-menu.change li {
		opacity: 1;
	}

	.responsive-menu.change .submenu {
		margin: 0 2em;
		background: rgba(0, 0, 0, 0.15);
	}

	.responsive-menu .menu>li>a {
		font-size: 13px;
		opacity: 0;
		padding: 0 2em;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.responsive-menu.change .menu>li>a {
		opacity: 1;
		padding: 1em 2em;
	}

	.responsive-menu .menu>li>a:hover {
		color: #10d06a;
		padding-left: 3em;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
		content: '\f078';
		font-family: Font Awesome\ 5 Free;
		font-weight: bold;
		border: none;
		width: inherit;
		height: inherit;
		margin-top: -6px;
		right: 2.5em;
	}
}

@media screen and (max-width: 639px) {
	.responsive-menu .navi>li>a {
		font-size: 12px;
		font-weight: 700;
	}

	.responsive-menu.change .navi>li>a {
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
}



/*====================================*/
/*=====__________FOOTER__________=====*/
.footer {
	color: #d9d9d9;
	background: #363636;
	padding: 0 20px;
	/*border-top: 5px solid #05ae59;*/
}

.footer ul {
	margin: 0;
}

.footer li {
	list-style: none;
	margin-bottom: 5px;
}

.footer li a {
	display: inline-block;
	color: #d9d9d9;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.footer li a:hover {
	color: #10d06a;
}

.footer span {
	display: inline-block;
}

.footer p.small {
	font-size: 10px;
}

.footer p.small:not(:last-child) {
	margin-bottom: 8px;
}

ul.footernavi li {
	position: relative;
}

ul.footernavi li:after {
	content: '/';
	padding-left: 5px;
}

ul.footercontact {
	margin-bottom: 1rem;
}

ul.footercontact a span {
	text-decoration: underline;
}

ul.footersocial {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

ul.footersocial li {
	display: inline-block;
	padding-right: 3px;
}

ul.footersocial a {
	font-size: 18px;
	color: #f1a41d;
}

ul.footersocial a:hover {
	color: #10d06a;
}

.footer-reveal {
	margin: 20px auto;
	padding: 30px;
}

.footer-reveal table {
	border: 1px solid #ececec;
}

.footer-reveal ol {
	counter-reset: li;
	list-style: none;
	margin: 0;
}

.footer-reveal ol>li {
	counter-increment: li;
	position: relative;
	padding-left: 25px;
}

.footer-reveal ol>li>h6 {
	position: relative;
}

.footer-reveal ol>li:not(:last-child) {
	margin-bottom: 1.5em;
}

.footer-reveal ol>li>h6::before {
	content: counter(li)".";
	position: absolute;
	top: 43%;
	left: -35px;
	font-weight: 700;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.footer-reveal b {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	display: block;
}

.footer-reveal a {
	color: #666;
	word-break: break-all;
}

.footer-reveal a:hover {
	color: #10d06a;
}

.copyright {
	background: #3f3f3f;
	padding: 1.3em 0em;
	color: #d9d9d9;
	text-align: center;
}

.footer-reveal .uni-table td {
	vertical-align: top;
}

.footer-reveal .uni-table td.second {
	padding: 20px 10px;
	text-align: justify;
}

.footer-reveal .uni-img {
	width: 3em;
	height: 3em;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	background-size: 100%;
}



@media screen and (min-width: 640px) {
	.footer-info {
		padding: 30px 30px;
		border-right: 1px solid #636363;
	}

	.footer-info:first-child {
		padding-left: 0;
	}

	.footer-info:last-child {
		padding-right: 0;
		border: none;
	}
}



@media screen and (min-width: 1024px) {
	.footer-info {
		padding: 40px 50px;
	}

	.footer-reveal .uni-table td.first {
		text-align: justify;
		width: 10%;
	}

	.footer-reveal .uni-table td.second {
		text-align: justify;
		width: 60%;
	}

	.footer-reveal .uni-table td.third {
		text-align: justify;
		width: 30%;
	}
}



@media screen and (max-width: 929px) {
	.footer-reveal {
		width: 70%;
	}
}



@media screen and (max-width:639px) {
	.footer {
		padding: 20px 20px;
	}

	.footer-info {
		padding: 0;
		text-align: left;
	}

	.footer-info:not(:last-child) {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #636363;
	}

	.footer-reveal {
		width: 85%;
		height: auto !important;
		min-height: 0 !important;
	}

	.footer-reveal .title {
		font-size: 22px;
	}

	.footer-reveal h6 {
		font-size: 13px;
	}
}



/*====================================*/
/*=====__________CONTENT__________=====*/
.column:last-child:not(:first-child) {
	float: left;
}

.small-centered:last-child:not(:first-child) {
	float: none;
}

.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.accordion-content {
	border-bottom: 1px solid #e6e6e6;
}

.content-wrap {
	font-size: 16px;
	color: #444;
}

.content-wrap p {
	line-height: 1.3;
}

.content-wrap a.link {
	color: #666;
	text-decoration: underline;
}

.content-wrap a.link:hover {
	color: #06ae58;
}

/*----------*/
.applyf-btn {
	position: fixed;
	bottom: 25%;
	right: 0;
	z-index: 5;
	border-radius: 30px 0 0 30px;
	background: #05ae59;
	padding: 1em 2em 1em 1.5em;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1;
}

.applyf-btn:hover {
	color: #fff;
}

.applyf-btn:hover span {
	-webkit-animation: hoverApply 0.3s forwards;
	animation: hoverApply 0.3s forwards;
	display: inline-block;
}

@-webkit-keyframes hoverApply {
	49% {
		-webkit-transform: translateY(-200%);
	}

	50% {
		-webkit-transform: translateY(200%);
	}
}



@keyframes hoverApply {
	49% {
		transform: translateY(-200%);
	}

	50% {
		transform: translateY(200%);
	}
}



.apply-wrap {
	padding: 50px 20px;
}

.login-wrap .small {
	font-size: 12px;
}

.login-wrap {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.login-form>div:not(:last-child) {
	margin-bottom: 10px;
}

/*----------*/
a.km-btn {
	display: inline-block;
	background: #5f5d5a;
	margin-top: 2em;
	padding: 0.8em 2em;
	overflow: hidden;
	border-radius: 50px;
	font-size: 10px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

a.km-btn:hover span {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
	display: inline-block;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}

	50% {
		-webkit-transform: translateY(100%);
	}
}

@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}

	50% {
		transform: translateY(100%);
	}
}



/*----------Video----------*/
.emvideo-con:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.6) 100%);
	background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#40000000', GradientType=1);
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.emvideo-con.filter:after {
	background: rgba(0, 0, 0, 0.6);
}

/*----------*/
.emvideo {
	width: 100%;
	min-height: 450px;
	position: relative;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.emvideo .videobtn {
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.05em;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 0.08em solid;
	cursor: pointer;
	font-family: Font Awesome\ 5 Free;
	font-size: 120px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-indent: 0.2em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.emvideo .videobtn:before {
	content: '\f0da';
}

.emvideo-con .responsive-embed {
	position: relative;
	margin: 0;
	z-index: 1;
}

.emvideo-con .responsive-embed.widescreen {
	padding-bottom: 720px;
}

.emvideo-con .responsive-embed iframe {
	height: inherit;
	min-height: 720px;
}

@media screen and (min-width: 930px) {
	.bigtitle {
		position: relative;
		background: #808080;
	}

	.bigtitle h2,
	.bigtitle p {
		color: #fff;
	}

	.title-flip {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-ms-transform-origin: 0 100%;
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
		position: absolute;
		bottom: 0;
		left: 100%;
		padding: 15px 20px;
	}
}



@media screen and (max-width: 1023px) {
	.bigtitle h1 {
		font-size: 35px;
	}

	/*----------*/
	.apply-wrap {
		padding: 0px 0px 50px;
	}

	.login-wrap {
		margin-top: 2.5em;
	}
}


@media screen and (max-width: 929px) {
	.bigtitle {
		width: 100%;
		padding: 20px 30px;
		text-align: center;
		left: 0;
	}

	.bigtitle h2 {
		font-size: 40px;
		margin-bottom: 5px;
	}
}


@media screen and (max-width:639px) {
	a.km-btn {
		font-size: 10px;
	}

	/*----------*/
	.emvideo,
	.emvideo-con .responsive-embed iframe {
		min-height: 420px;
	}

	.emvideo-con .responsive-embed.widescreen {
		padding-bottom: 420px;
	}

	.emvideo .videobtn {
		font-size: 90px;
	}
}


/*====================================*/
/*=====__________FORM__________=====*/
[type='text'],
[type='email'],
[type='number'],
[type=password],
select,
textarea {
	height: 100%;
	margin: 0;
	padding: 10px 12px;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

select:invalid {
	color: #949494;
}

[type='text']:focus,
select:focus,
textarea:focus {
	border: 1px solid #868686;
	box-shadow: none;
	background: inherit;
}

select {
	color: #949494;
	cursor: pointer;
	background-position: right 0rem center;
}

textarea {
	min-height: 100px;
}

input::-webkit-input-placeholder {
	color: #898989;
}

input:-moz-placeholder {
	color: #898989;
	opacity: 1;
}

input::-moz-placeholder {
	color: #898989;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #898989;
}

/*----------*/
input[type="submit"] {
	background: #f15e71;
	border: none;
	margin-top: 1.5em;
	padding: 0.6em 3em;
	outline: 0;
	cursor: pointer;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	transition: 0.3s ease-out;
}

input[type="submit"]:hover {
	background: #534741;
}

/*----------*/
label {
	font-size: 15px;
	font-weight: 700;
	color: #252525;
	letter-spacing: 0.08em;
}

label.error {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: palevioletred;
}

/*----------*/
.check-wrap {
	position: relative;
}

.check-wrap input[type=checkbox] {
	display: none;
}

.check-wrap label.checkbox {
	position: relative;
	margin: 0;
	padding-left: 2em;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.check-wrap .checkbox:before {
	content: "";
	/*border-radius:5px;*/
	background-color: #ebebeb;
	position: absolute;
	top: 2px;
	left: 0;
	width: 1em;
	height: 1em;
}

.check-wrap input[type=checkbox]:checked+.checkbox:before {
	content: 'âœ“';
	font-size: 14px;
	color: rgb(234, 0, 0);
	text-align: center;
	line-height: 1em;
}

.check-wrap input[type=checkbox]:checked+label+.checkbox:before {
	content: 'âœ“';
	font-size: 14px;
	color: rgb(234, 0, 0);
	text-align: center;
	line-height: 1em;
}

.check-wrap input[type=checkbox]+label+.checkbox {
	margin-top: 15px;
}

.check-wrap input[type=checkbox]:checked+label+.checkbox {
	margin-bottom: 13px;
}

.check-wrap .error {
	position: absolute;
	top: 0;
	margin: 0;
	padding-left: 2.5em;
}

.check-error:empty {
	display: none;
}

/*----------*/
.effect+label+label.label-tag,
.effect+label.label-tag {
	background: #7ea78e;
	padding: 2px 8px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.effect+label+label.label-tag:after,
.effect+label.label-tag:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}

.effect:focus+label+label.label-tag,
.effect:active+label+label.label-tag,
.effect:focus+label.label-tag,
.effect:active+label.label-tag {
	opacity: 1;
	visibility: visible;
}

/*----------*/
.effectt+label+label.label-tag,
.effectt+label.label-tag {
	border-radius: 2px;
	top: 0px;
	left: 0px;
}

.effectt+label+label.label-tag:after,
.effectt+label.label-tag:after {
	bottom: -4px;
	left: 50%;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #7ea78e;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.effectt:focus+label+label.label-tag,
.effectt:active+label+label.label-tag,
.effectt:focus+label.label-tag,
.effectt:active+label.label-tag {
	-ms-transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

@media screen and (max-width: 639px) {
	input[type="submit"] {
		font-size: 14px;
	}

	.check-wrap label.checkbox {
		font-size: 14px;
	}

	.check-wrap>div {
		margin-bottom: 8px;
	}
}



/*====================================*/
/*=====__________HOME__________=====*/
.homeslider {
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
	position: relative;
}

.homeslider.slick-initialized {
	background: inherit;
	margin: 0;
}

.homeslider .home-slide {
	display: none;
}

.homeslider.slick-initialized .home-slide {
	display: block;
}

.home-slide {
	position: relative;
	outline: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px;
}

/*----------Home slider dots----------*/
.homeslider .slick-dots {
	bottom: 35px;
	line-height: 0;
}

.homeslider .slick-dots li {
	width: initial;
	height: initial;
	margin: 0 4px;
}

.homeslider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.homeslider .slick-dots li.slick-active button,
.homeslider .slick-dots li button:hover,
.homeslider .slick-dots li button:focus {
	background: #05ae59;
	border: 1px solid #05ae59;
}

.homeslider .slick-dots li button:before {
	content: none;
}

/*----------Home slider description----------*/
.homeslide-content {
	background: rgba(0, 0, 0, 0.35) url(../images/homeslider-bg.png);
	padding: 50px;
	border-radius: 30px;
}

.homeslide-content h1 {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #fff;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.homeslide-content p {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.025em;
	margin: 0;
}

a.sliderkm-btn {
	display: inline-block;
	background: transparent;
	margin-top: 3em;
	padding: 0.85em 2.5em;
	overflow: hidden;
	border: 3px solid #ebebeb;
	border-radius: 50px;
	position: relative;
	font-size: 12px;
	font-weight: 900;
	color: #f1a41d;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	outline: 0;
	-webkit-transition: background 0.1s 0s ease-out, transform 0.1s ease-out;
	transition: background 0.1s 0s ease-out, transform 0.1s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a.sliderkm-btn:hover {
	color: #fff;
	border: 3px solid #f1a41d;
	background: #f1a41d;
	-webkit-transition: background 0.1s 0.5s ease-out, -webkit-transform 0.1s ease-out;
	transition: background 0.1s 0.5s ease-out, transform 0.1s ease-out;
}

a.sliderkm-btn span {
	position: relative;
	z-index: 1;
}

a.sliderkm-btn:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1a41d;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1) 0s;
	transition: transform .3s cubic-bezier(.165, .84, .44, 1) 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a.sliderkm-btn:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform .45s cubic-bezier(.86, 0, .07, 1) 0s;
	transition: transform .45s cubic-bezier(.86, 0, .07, 1) 0s;
}

@media screen and (min-width: 640px) {
	/* .home-slide {
		min-height: 600px;
	} */

	/*----------*/
	.home-desc {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1023px) {

	/*----------Home slider Button----------*/
	.homeslider .slick-prev {
		left: 2%;
		-ms-transform: rotate(180deg) translate(0, -50%);
		-webkit-transform: rotate(180deg) translate(0, -50%);
		transform: rotate(180deg) translate(0, -50%);
		-ms-transform-origin: top;
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	.homeslider .slick-next {
		right: 2%;
	}

	.homeslider .slick-prev,
	.homeslider .slick-next {
		width: initial;
		height: initial;
		z-index: 1;
		padding: 30px 20px;
		/* background: url(../images/leftright.png) no-repeat center; */
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.homeslider .slick-prev:before,
	.homeslider .slick-next:before {
		content: "";
	}

	.homeslider .slick-next:hover {
		-ms-transform: scale(1.1) translate(0, -50%);
		-webkit-transform: scale(1.1) translate(0, -50%);
		transform: scale(1.1) translate(0, -50%);
	}

	.homeslider .slick-prev:hover {
		-ms-transform: scale(1.1) rotate(180deg) translate(0, -50%);
		-webkit-transform: scale(1.1) rotate(180deg) translate(0, -50%);
		transform: scale(1.1) rotate(180deg) translate(0, -50%);
	}
}

@media screen and (min-width: 1280px) {
	.homeslider .slick-prev {
		left: 5%;
	}

	.homeslider .slick-next {
		right: 5%;
	}
}

@media screen and (max-width: 639px) {
	.homeslider .home-slide {
		height: 0;
	}

	.homeslider.slick-initialized .home-slide.slick-current {
		height: auto;
	}

	/*----------*/
	.home-desc {
		margin: 30px;
	}

	.homeslide-content h1 {
		font-size: 30px;
	}

	.homeslide-content p {
		font-size: 16px;
	}

	.homeslide-content a.sliderkm-btn {
		font-size: 10px;
	}
}

/*----------Home About----------*/
.home-about-desc {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.home-about-desc>div.row {
	padding: 30px 0;
	width: 60%;
	text-align: justify;
}

/*----------Home Album----------*/
.home-album-con {
	position: relative;
	overflow: hidden;
}

.home-album-con-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: -1;
	opacity: 0.1;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/*----------*/
.home_album-img {
	position: relative;
	text-align: center;
}

.home_album-img:before {
	content: '';
	z-index: -1;
	position: absolute;
	display: inline-block;
	width: 80%;
	height: 80%;
	background: url(../images/Home_Album_Deco2.png) no-repeat center;
	background-size: contain;
	transition: 0.3s;
}

.home_album-img.cd:before {
	animation: spin 5s 0.5s infinite linear;
}

/*----------*/
.home_album-desc {
	line-height: 1.2em;
}

.home_album-desc .title {
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}

.home_album-desc .category {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

.home_album-desc a.km-btn {
	margin-top: 3em;
}



@media screen and (min-width: 640px) {
	.home_album-img {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.home_album-img:before {
		top: 50%;
		right: 0;
		transform: translate(0%, -50%);
	}

	.home_album-img.cd:before {
		transform: translate(40%, -50%);
	}

	@keyframes spin {
		0% {
			transform: translate(40%, -50%) rotate(0deg);
		}

		100% {
			transform: translate(40%, -50%) rotate(360deg);
		}
	}

	/*----------*/
	.home_album-desc {
		margin-top: 30px;
	}
}

@media screen and (min-width: 930px) {
	.home-album-con .bigtitle {
		min-height: 300px;
	}

	.home_album-img {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.home_album-desc a.km-btn {
		font-size: 12px;
	}

	/*----------*/
	.home_album-desc {
		margin-top: 80px;
	}
}

@media screen and (max-width: 929px) {
	.home-album-con {
		padding: 20px 20px 40px;
	}

	.home-album-wrap {
		width: 100%;
		left: 0;
	}
}

@media screen and (max-width: 639px) {
	.home-about-desc {
		font-size: 18px;
	}

	/*----------*/
	.home_album-img {
		margin-bottom: 60px;
	}

	.home_album-img:before {
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.home_album-img.cd::before {
		transform: translate(-50%, 40%)
	}

	@keyframes spin {
		0% {
			transform: translate(-50%, 40%) rotate(0deg);
		}

		100% {
			transform: translate(-50%, 40%) rotate(360deg);
		}
	}

	.home_album-desc {
		text-align: center;
	}

	.home_album-desc .title {
		font-size: 40px;
	}
}







/*====================================*/
/*=====__________PROGRAMSLIDER__________=====*/
.programslider-container {
	position: relative;
}

.programslider {
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
	position: relative;
}

.programslider.slick-initialized {
	background: inherit;
	margin: 0;
}

.programslider .slick-slide>div {
	line-height: 0;
}

.programslider .program-slide {
	display: none;
}

.programslider.slick-initialized .program-slide {
	background-image: url(../images/brief_history.jpg);
	display: block;
}

.program-slide.slick-slide.slick-current {
	background-image: url(../images/Malaysia-How-to-Apply-Application-Documentation.jpg);
	display: block;
}

.about-program-slide.slick-slide.slick-current {
	background-image: url(../images/Aboutus_Brief_History.jpg);
}

.program-slide {
	position: relative;
	outline: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px;
}

.program-slide:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px;
	/* opacity: 0.75; */
	/* background: linear-gradient(to right, #000000, #000000c9, transparent); */
	position: absolute;
	top: 0;
	left: 0;
}

.about-program-slide:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px;
	opacity: 0.75;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.program-slide-ias:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px;
	opacity: 0.75;
	background: rgba(0, 0, 0, 0.55) url(../images/IAS-bg.png);
	position: absolute;
	top: 0;
	left: 0;
}

/*----------program slider description----------*/
.program-desc {
	position: relative;
}

.programslide-content h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #5cb467;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.programslide-content p,
.programslide-content ul li {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.025em;
	margin: 0;
}

.programslide-content ul li {
	margin-bottom: 15px;
}

/*----------slider Navi----------*/
.slider-nav {
	width: 450px;
	position: absolute;
	bottom: 23px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.slider-nav .slick-track {
	transform: none !important;
}

.slider-nav .slick-slide {
	outline: 0;
}

.slider-nav .slick-slide>div,
.slider-nav .slick-slide {
	cursor: pointer;
	text-align: center;
	outline: 0;
}

.slider-nav i {
	display: none;
	width: 1em;
	height: 1em;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	font-size: 65px;
	color: #fff;
	text-align: center;
	line-height: 0.55em;
	-webkit-transition: background 0.1s 0s ease-out, transform 0.1s ease-out;
	transition: background 0.1s 0s ease-out, transform 0.1s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider-nav i:before {
	font-size: 30px;
	position: relative;
	z-index: 1;
}

.slider-nav .slick-current i {
	background: #fff;
	color: #9e0039;
	display: none;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.slider-nav i:hover {
	background: #fff;
	color: #9e0039;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: background 0.1s 0.5s ease-out, -webkit-transform 0.1s ease-out;
	transition: background 0.1s 0.5s ease-out, transform 0.1s ease-out;
}

.slider-nav i:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1) 0s;
	transition: transform .3s cubic-bezier(.165, .84, .44, 1) 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider-nav i:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform .45s cubic-bezier(.86, 0, .07, 1) 0s;
	transition: transform .45s cubic-bezier(.86, 0, .07, 1) 0s;
}

.slider-nav p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: auto;
	border-bottom: 2px solid #FFF;
	width: fit-content;
	text-align: center;
}






@media screen and (min-width: 640px) {
	.program-slide {
		min-height: 620px;
	}

	/*----------*/
	.program-desc {
		position: absolute;
		top: 40%;
		left: 50%;
		width: 100%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 639px) {
	.programslider .program-slide {
		height: 0;
	}

	.programslider.slick-initialized .slick-current .program-slide,
	.programslider.slick-initialized .slick-current.program-slide {
		height: auto;
	}

	/*----------*/
	.program-slide {
		padding-bottom: 130px;
	}

	.program-desc {
		margin: 30px;
	}

	.programslide-content h1 {
		font-size: 30px;
	}

	.programslide-content p,
	.programslide-content ul li {
		font-size: 16px;
	}

	.programslide-content a.sliderkm-btn {
		font-size: 10px;
	}

	.slider-nav {
		width: 350px;
	}

	.slider-nav i {
		font-size: 30px;
	}

	.slider-nav i:before {
		font-size: 15px;
	}
}





/*====================================*/
/*=====__________PROGRAM__________=====*/
/*----------Program Home----------*/
.program-con {
	overflow: hidden;
	position: relative;
}

.home-program-wrap {
	position: relative;
	background: #ececec;
}

/*----------*/
.program-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	/*background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.3) 100%);
	background-image: radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#40000000',GradientType=1 );*/
	/* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%) */
}

.program:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.foundation:after {
	background-image: url(../images/Home_Banner_Program_BMUS.jpg);
}

.sound:after {
	background-image: url(../images/home_img/home_banner_program2.jpg);
}

.business:after {
	background-image: url(../images/Home_Banner_Program_ICOM_After_School.jpg);
	background-position: 100% 10%;
}

.extension:after {
	background-image: url(../images/Home_Banner_Program_DSP.jpg);
}

/*----------*/
.program .content {
	position: relative;
	z-index: 2;
}

.program .text-wrap {
	padding: 30px;
}

.program .text {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	color: #fff;
	line-height: 1.2em;
}

.program .tag {
	background: #07ae59;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0.3em 0.5em 0.25em;
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
}

/*----------*/
.program .text-deco {
	font-weight: 100;
}

.program .bigtext-deco {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px 50px;
	opacity: 0.15;
	opacity: 0;
	visibility: hidden;
	font-size: 6em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	transition: all 0.3s ease-out;
}

.program.active .bigtext-deco {
	opacity: 0.1;
	visibility: visible;
}

/*----------*/
.home-program .content {
	min-height: 200px;
}

.home-program .text-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

/*----------Program----------*/
.p-program-con .bigtitle {
	text-align: center;
	position: relative;
	z-index: 2;
}

.p-program .content {
	display: flex;
	min-height: 40vh;
}

.p-program .text-wrap {
	text-align: center;
	margin: auto;
}

.p-program:nth-child(1) .text-wrap {
	padding: 30px 50px;
}

.p-program .text {
	font-size: 16px;
}

.p-program .text-deco {
	font-size: 40px;
}

.p-program a.km-btn {
	background: #fff;
	color: #4b534d;
}

/*----------Facility----------*/
.gridder-show {
	position: absolute;
	left: 0;
}

.gridder-content {
	display: none;
}

/*----------*/
.facility-wrap {
	position: relative;
}

.facility-wrap .gridder-list {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	filter: grayscale(1);
}

.facility-wrap .gridder-list.selectedItem {
	filter: grayscale(0.3);
}

.facility-wrap .gridder-list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.facility-title {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------*/
.facility-wrap .gridder-show {
	padding: 10px .9375rem;
	margin-top: 15px;
}

.facility-wrap .gridder-padding {
	background: #e1e1e1;
	padding: 30px;
}

.facility-wrap .gridder-expanded-content {
	font-weight: 300;
	color: #000;
}

.facility-wrap .gridder-expanded-content .title {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 0;
}

.facility-wrap .gridder-expanded-content .title:before {
	content: none;
}

.facility-wrap .gridder-expanded-content p {
	line-height: 1.5;
}

/*----------*/
.facility-gallery>div {
	margin-bottom: 6px;
	padding: 0 3px;
}

.facility-gallery>div>a {
	display: block;
	width: 100%;
	position: relative;
	background-color: #d7d7d7;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.facility-gallery>div.photo-more>a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.facility-gallery>div>a>span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------Faculty----------*/
.faculty {
	border: 2px solid #dcdde1;
	padding: 50px 5px;
}

.faculty:not(:last-child) {
	padding-bottom: 50px;
	border-bottom: none;
}

.faculty .img-wrap {
	width: 5em;
	height: 5em;
	font-size: 2em;
	border-radius: 50%;
	display: inline-block;
}

.faculty .img-wrap img {
	border-radius: 50%;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {

	.home-program:nth-child(1) .content,
	.home-program:nth-child(3) .content {
		border-right: 1px solid rgba(235, 235, 235, 0.3);
	}

	.home-program:nth-child(1) .content,
	.home-program:nth-child(2) .content {
		border-bottom: 1px solid rgba(235, 235, 235, 0.3);
	}

	/*----------Program----------*/
	.p-program:nth-child(1) .content {
		border: 1px solid rgba(235, 235, 235, 0.3);
		border-bottom: none;
		border-radius: 20px 20px 0 0;
	}

	.p-program:nth-child(2) .content {
		border-right: none;
		border-radius: 0 0 0 20px;
	}

	.p-program:nth-child(3) .content {
		border-radius: 0 0 20px 0;
	}
}

@media screen and (min-width: 640px) {
	.program:after {
		opacity: 0;
		visibility: hidden;
	}

	.program.active:after {
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	/*-----*/
	.home-program .content {
		min-height: 250px;
	}

	.home-program.active:hover .text-wrap {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}

	/*-----*/
	.home-program a.km-btn {
		display: none;
		background: #7a0026;
	}

	.home-program.active:hover a.km-btn {
		display: inline-block;
	}

	/*----------Program----------*/
	.p-program-con {
		padding: 50px 30px 80px;
	}

	.p-program-con .bigtitle {
		padding-bottom: 2em;
	}

	.p-program-con .bigtitle h1,
	.p-program-con .bigtitle p {
		color: #fff;
	}

	.p-program-con .decotitle-wrap {
		margin-top: 0;
		padding-top: 3.5em;
		z-index: 2;
		color: #fff;
	}

	.p-program-con .decotitle-wrap h1 {
		color: #fff;
	}

	.p-program-con .decotitle-wrap .bigtext-deco {
		opacity: 0.1;
		color: #fff;
	}

	.p-program:after {
		position: fixed;
	}

	.p-program .content {
		border: 1px solid rgba(235, 235, 235, 0.3);
	}

	.p-programdetail-wrap {
		background: #ececec;
		position: relative;
	}
}

@media screen and (min-width: 1024px) {
	.home-program:not(:last-child) .content {
		border-right: 1px solid rgba(235, 235, 235, 0.3);
	}

	.home-program .content {
		min-height: 450px;
	}

	.home-program.active:hover .text-wrap {
		-webkit-transform: translate(0, -30px);
		transform: translate(0, -30px);
	}

	/*----------Program----------*/
	.p-program:not(:last-child) .content {
		border-right: none;
	}

	.p-program:nth-child(1) .content {
		border-radius: 20px 0 0 20px;
	}

	.p-program:nth-child(3) .content {
		border-radius: 0 20px 20px 0;
	}
}

@media screen and (max-width: 1023px) {

	/*----------Program----------*/
	.p-program .content {
		min-height: 35vh;
	}

	.p-program .text-wrap {
		padding: 30px;
	}
}

@media screen and (max-width: 929px) {
	.program-con .home-program-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 639px) {
	.program {
		position: relative;
	}

	.program:not(:last-child) {
		border-bottom: 1px solid rgba(235, 235, 235, 0.3);
	}

	.program-wrap:before {
		background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.30) 100%);
		background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.30) 100%);
	}

	.program:after {
		/* filter: grayscale(1); */
	}

	.program.active:hover::after {
		filter: grayscale(0);
	}

	.program .bigtext-deco {
		display: none;
	}

	/*-----*/
	.home-program .content {
		display: flex;
	}

	.home-program .text-wrap {
		position: static;
		margin: auto;
		padding: 30px;
		width: 100%;
		text-align: center;
	}

	/*----------Program----------*/
	.p-program-wrap {
		position: relative;
	}

	.p-program-con .decotitle-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}

	.p-program .content {
		min-height: 20vh;
	}

	.p-program .text {
		font-size: 14px;
	}

	.p-program a.km-btn {
		font-size: 10px;
	}
}





.table-scroll table {
	width: 100%;
}

table {
	border-collapse: collapse;
	font-size: 14px;
}

table tbody td,
table tbody th {
	border: 1px solid #ccc;
}

table ul {
	margin-bottom: 0;
}

table.semester tbody th {
	padding: 0.9em 0.5em;
	background: #616161;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

table.semester tbody tr.detailtitle th {
	background: #7ea68d;
	/*background: #5f9ea0;*/
}

table.fee tbody tr th {
	background: #616161;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}




/*====================================*/
/*=====__________PROGRAM & ADDMISSION__________=====*/
/*----------tab accordion detail----------*/
.tabacc-detail {
	padding: 50px 20px;
}

/*----------*/
.tabacc-detail .tabs {
	border: none;
	background: none;
}

.tabacc-detail .tabs>li>a {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: relative;
	outline: 0;
}

/*----------*/
.tabacc-detail .tabs-content {
	border: none;
	background: none;
	color: #252525;
}

.tabacc-detail .tabs-panel {
	padding: 0;
}

.tabacc-detail .title {
	font-size: 20px;
	font-weight: 700;
	color: #252525;
	position: relative;
	padding-left: 3em;
	margin-bottom: 1em;
}

/* .tabacc-detail .title:before {
	content: '';
	width: 2em;
	height: 1px;
	background: #252525;
	position: absolute;
	top: 0.65em;
	left: 0;
} */

/*----------*/
.tabacc-detail .accordion {
	background: none;
}

.tabacc-detail .accordion a.accordion-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border: none;
}

.tabacc-detail .accordion-content {
	background: none;
	padding: 2em 3em;
	border: none;
}

.tabacc-detail .accordion-content:last-child {
	border: none;
}

/*----------head----------*/
.oblique-head {
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.oblique-head:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.oblique-head:after {
	content: '';
	width: 100%;
	height: 8em;
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.oblique-head>div {
	position: relative;
	overflow: hidden;
}

.oblique-head .bigtext-deco {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.06;
	font-size: 10em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.oblique-head .title {
	position: relative;
	z-index: 1;
}

.oblique-head .title h3 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.oblique-head .title p.small {
	font-size: 12px;
	font-weight: 700;
}

.oblique-head .title a.breadcrumb {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #5c9c86;
	line-height: 1;
	position: relative;
	margin-left: 1em;
	margin-top: 2em;
	padding: 3px 0;
	display: inline-block;
}

.oblique-head .title a.breadcrumb:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: -1em;
	top: 7px;
	border-top: 0.25em solid transparent;
	border-right: 0.5em solid #5c9c86;
	border-bottom: 0.25em solid transparent;
}

.oblique-head .title a.breadcrumb:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	border-bottom: 1px solid;
}

@media screen and (max-width: 639px) {
	.tabacc-detail {
		font-size: 14px;
	}

	.tabacc-detail .title {
		font-size: 16px;
	}

	/*---------*/
	.oblique-head .title h3 {
		font-size: 22px;
	}

	.oblique-head .title p.small {
		font-size: 10px;
	}
}


/*====================================*/
/*=====__________PROGRAM DETAILS__________=====*/
/*----------detail----------*/
.programdetail-wrap .tabs>li {
	margin-bottom: 1px;
}

.programdetail-wrap .tabs>li.enquiry-tab {
	width: 85%;
	margin: auto;
	margin-top: 2em;
}

.programdetail-wrap .tabs>li.enquiry-tab>a {
	border-radius: 50px;
	padding-left: 90px;
}

.programdetail-wrap .tabs>li.enquiry-tab>a:hover::before,
.programdetail-wrap .tabs>li.enquiry-tab>a:before {
	content: '\f27a';
	font-family: Font Awesome\ 5 Free;
	font-weight: 400;
	position: absolute;
	left: 4em;
}

.programdetail-wrap .tabs>li>a {
	color: #252525;
	background: #fff;
	padding-left: 4em;
	padding-right: 4em;
}

.programdetail-wrap .tabs>li>a:hover,
.programdetail-wrap .tabs>li>a[aria-selected=true] {
	background: #7ea78e;
	color: #fff;
}

.programdetail-wrap .tabs>li:not(.enquiry-tab)>a:hover::before,
.programdetail-wrap .tabs>li:not(.enquiry-tab)>a[aria-selected=true]:before {
	content: '\f005';
	font-family: Font Awesome\ 5 Free;
	color: #fff;
	position: absolute;
	left: 2em;
}

.programdetail-wrap .tabs>li>a:hover::after,
.programdetail-wrap .tabs>li>a[aria-selected=true]:after {
	content: '\f054';
	font-family: Font Awesome\ 5 Free;
	position: absolute;
	right: 2em;
	opacity: 0.5;
}

/*----------*/
.programdetail-wrap .tabcontent-wrap ul>li {
	margin-bottom: 0.3em;
}

.programdetail-wrap .tabcontent-wrap ol>li:not(:last-child) {
	margin-bottom: 1em;
}

/*----------*/
.programdetail-wrap .accordion>li {
	margin-bottom: 1px;
}

.programdetail-wrap .accordion li.enquiry-tab {
	margin-top: 2em;
}

.programdetail-wrap .accordion li.enquiry-tab a {
	border-radius: 50px;
	padding-left: 80px;
}

.programdetail-wrap .accordion li.enquiry-tab>a:after {
	content: '\f27a';
	font-family: Font Awesome\ 5 Free;
	font-weight: 400;
	position: absolute;
	left: 4em;
}

.programdetail-wrap .accordion a.accordion-title {
	color: #252525;
	background: #fff;
	padding-left: 3em;
	padding-right: 3em;
}

.programdetail-wrap .accordion a.accordion-title:hover,
.programdetail-wrap .accordion a.accordion-title[aria-selected=true] {
	background: #7ea78e;
	color: #fff;
}

/*----------Form----------*/
.enquiry-form {
	margin-top: 2.5em;
}

.enquiry-form .border {
	border: 1px solid #ccc;
	padding: 20px;
	background: #fff;
}

.enquiry-form .captcha-img {
	border: 1px solid #ccc;
	margin-top: 5px;
}

.enquiry-form h6 {
	font-size: 15px;
	font-weight: 700;
	color: #252525;
	text-transform: none;
	letter-spacing: 0.08em;
}

.enquiry-form .field:not(:last-child) {
	margin-bottom: 25px;
	position: relative;
}

.enquiry-form .space {
	position: relative;
}

/*----------inner program header----------*/
.program-head {
	background-size: cover;
	background-repeat: no-repeat;
}

.program-head:before {
	background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
	background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#40000000', GradientType=1);
}

.program-head:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' preserveAspectRatio='none' viewBox='0 0 160.1 12.2' enable-background='new 0 0 160.1 12.2' xml:space='preserve'%3e%3cpolygon fill='%23FFFFFF' points='160.099,0.23 160.099,12.23 0.099,12.23 '/%3e%3c/svg%3e");
}

.program-head>div {
	padding-bottom: 70px;
}

.program-head .course-code {
	font-size: 10px;
	font-weight: 700;
	text-align: right;
	position: relative;
	padding: 30px 0 70px;
}

/*----------overview----------*/
.overview-wrap {
	background: #fff;
	padding: 20px 20px 50px;
	text-align: justify;
}

.overview-wrap .title-flip {
	padding-bottom: 15px;
}

.overview-wrap .title-flip h3 {
	margin-bottom: 3px;
	color: #252525;
}

.overview-wrap .title-flip p.small {
	font-size: 0.93333em;
}

@media screen and (min-width: 640px) {
	.overview-wrap .title-flip {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-ms-transform-origin: 0 100%;
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
		position: absolute;
		bottom: 0;
		left: 100%;
	}

	/*----------*/
	.enquiry-form .basic-wrap {
		margin-bottom: 10px;
	}

	.enquiry-form .space:first-child {
		padding-right: 5px;
	}

	.enquiry-form .space:last-child {
		padding-left: 5px;
	}

	/*----------*/
	.check-wrap:first-child {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 639px) {
	.overview-wrap {
		font-size: 14px;
	}

	.overview-wrap .title-flip h3 {
		font-size: 25px;
	}

	/*----------*/
	.programdetail-wrap li.enquiry-tab .accordion-content {
		padding: 2em 1em;
	}

	/*----------*/
	.enquiry-form .space {
		margin-bottom: 5px;
	}
}



/*====================================*/
/*=====__________ADMISSIONS__________=====*/
.admissions-head:before {
	filter: grayscale(0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top 70% center;
	background-color: #252525;
	background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/banner-admission-itn.jpg);
	background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/banner-admission-itn.jpg);
}

.admissions-head:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' preserveAspectRatio='none' viewBox='0 0 160.1 12.2' enable-background='new 0 0 160.1 12.2' xml:space='preserve'%3e%3cpolygon fill='%23ECECEC' points='160.099,0.23 160.099,12.23 0.099,12.23 '/%3e%3c/svg%3e");
}

.admissions-head>div {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*----------detail----------*/
.admisdetail-wrap .tabs>li {
	border-bottom: 2px solid #dcdde1;
	counter-increment: number;
}

.admisdetail-wrap .tabs>li>a {
	color: #9fa3a7;
	padding-left: 4em;
	padding-right: 2em;
}

.admisdetail-wrap .tabs>li>a::before {
	content: counter(number);
	position: absolute;
	top: 50%;
	left: 2em;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
	text-indent: 0.1em;
	background: #e4e4e4;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	transform: translate(0, -50%);
}

.admisdetail-wrap .tabs>li>a:hover,
.admisdetail-wrap .tabs>li>a[aria-selected=true] {
	background: #5cb467;
	color: #FFFFFF;
}

.admisdetail-wrap .tabs>li>a:hover::before,
.admisdetail-wrap .tabs>li>a[aria-selected=true]:before {
	background: #ffc80a;
}

.admisdetail-wrap .tabs>li>a:after {
	content: '';
	width: 20px;
	height: 101%;
	position: absolute;
	left: 99.6%;
	top: 0;
	transition: all 0.2s ease-out;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' preserveAspectRatio='none' viewBox='0 0 7.625 21' enable-background='new 0 0 7.625 21' xml:space='preserve'%3e%3cpath fill='#ececec9e' fill-rule='evenodd' clip-rule='evenodd' d='M0.064,0.064c1.512,0.03,7.665,9.467,7.502,11.209 c-0.135,1.443-5.83,9.604-7.476,9.669L0.064,0.064z'/%3e%3c/svg%3e");
}

.admisdetail-wrap .tabs>li>a:hover::after,
.admisdetail-wrap .tabs>li>a[aria-selected=true]::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' preserveAspectRatio='none' viewBox='0 0 7.625 21' enable-background='new 0 0 7.625 21' xml:space='preserve'%3e%3cpath fill='#5cb467' fill-rule='evenodd' clip-rule='evenodd' d='M0.064,0.064c1.512,0.03,7.665,9.467,7.502,11.209 c-0.135,1.443-5.83,9.604-7.476,9.669L0.064,0.064z'/%3e%3c/svg%3e");
}

/*----------*/
.admisdetail-wrap hr {
	margin: 2.25rem auto;
}


.admisdetail-wrap .small-title {
	font-size: 14px;
	color: #252525;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 2.5em;
}

.admisdetail-wrap .tabs-content ul>li {
	margin-bottom: 0.3em;
}

.admisdetail-wrap .tabs-content ol>li:not(:last-child),
.admisdetail-wrap .accordion ol>li:not(:last-child) {
	margin-bottom: 1em;
}

/*----------*/

.admisdetail-wrap .accordion>li {
	border-bottom: 2px solid #dcdde1;
	counter-increment: number;
}

.admisdetail-wrap .accordion a.accordion-title {
	color: #363636;
	padding-left: 4em;
	padding-right: 3em;
}

.admisdetail-wrap .accordion a.accordion-title:after {
	content: counter(number);
	position: absolute;
	top: 50%;
	left: 2em;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
	text-indent: 0.1em;
	background: #e4e4e4;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	transform: translate(0, -50%);
}

.admisdetail-wrap .accordion a.accordion-title:hover,
.admisdetail-wrap .accordion a.accordion-title[aria-selected=true] {
	background: #dcdde1;
	color: #252525;
}

.admisdetail-wrap .accordion a.accordion-title:hover::after,
.admisdetail-wrap .accordion a.accordion-title[aria-selected=true]:after {
	background: #ffc80a;
}

/*----------*/


.malaysia-con {
	margin-top: 30px;
}

.malaysia-con .mys-wrap {
	padding: 25px;
	padding-top: 5em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
}

.malaysia-con b {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 1.5em;
}

/* .weather-wrap {
	background-image: url(../images/admission_img/icon-weather.png);
}

.language-wrap {
	background-image: url(../images/admission_img/icon-language.png);
}

.religion-wrap {
	background-image: url(../images/admission_img/icon-religion.png);
}

.currency-wrap {
	background-image: url(../images/admission_img/icon-currency.png);
}

.clothing-wrap {
	background-image: url(../images/admission_img/icon-clothing.png);
}

.communi-wrap {
	background-image: url(../images/admission_img/icon-communi.png);
}

.transport-wrap {
	background-image: url(../images/admission_img/icon-transport.png);
}

.cost-wrap {
	background-image: url(../images/admission_img/icon-cost.png);
}

.volt-wrap {
	background-image: url(../images/admission_img/icon-volt.png);
} */



@media screen and (min-width: 1024px) {
	.admisdetail-wrap .tab-wrap {
		padding-right: 5em;
	}

	.programdetail-wrap .tab-wrap {
		padding-right: 30px;
	}
}





/*====================================*/
/*=====__________CONTACT__________=====*/
.contact-wrap {
	position: relative;
	padding: 0 20px;
}

/*----------*/
.decotitle-wrap {
	position: relative;
	margin-top: 1.6em;
	padding-top: 7.5em;
	padding-bottom: 1.6em;
	font-size: 10px;
}

.decotitle-wrap h1 {
	font-size: 48px;
	color: #252525;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	padding-right: 1.5em;
}

/* .decotitle-wrap h1:after {
    content: ''; width: 1em; height: 2px; display: inline-block; background: #05ae59; margin-left: 20px;
    position: absolute; top: 28px; right: 0;
} */
.decotitle-wrap p.small {
	font-weight: 300;
	letter-spacing: 0.05em;
}

.decotitle-wrap .bigtext-deco {
	width: 100%;
	position: absolute;
	left: -0.6em;
	top: 0;
	opacity: 0.03;
	z-index: -1;
	font-size: 8em;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*----------*/
.contact-detail {
	margin-top: 2em;
	margin-bottom: 5em;
}

.contact-detail ul {
	margin: 0;
}

.contact-detail li {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

.contact-detail li b {
	display: table-cell;
	width: 25%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.contact-detail li a {
	color: #05ae59;
}

/*----------*/
.map {
	height: 350px;
}

/*----------Form----------*/
.contact-form-wrap {
	background: url(../images/deco-wave.png) no-repeat;
	background-position: bottom -400px right -400px;
	padding: 0px 20px 50px;
}

.contact-form {
	margin-top: 2.5em;
}

.contact-form>div:not(:last-child) {
	margin-bottom: 10px;
}

.contact-form .medium-3 label {
	line-height: 1;
}

@media screen and (max-width: 1023px) {
	.contact-detail {
		margin-bottom: 3em;
	}

	/*------*/
	.map-wrap {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 639px) {
	.contact-wrap {
		font-size: 14px;
	}

	.decotitle-wrap {
		margin-top: 1em;
		padding-top: 3.5em;
		padding-bottom: 1.3em;
		font-size: 8px;
	}

	.decotitle-wrap h1 {
		font-size: 35px;
	}

	.decotitle-wrap .bigtext-deco {
		font-size: 6em;
	}

	/*------*/
	.contact-form-wrap .title {
		font-size: 22px;
	}

	.contact-form .medium-3 label {
		margin-bottom: 5px;
	}
}



/*====================================*/
/*=====__________ABOUT__________=====*/
.about-wrap {
	position: relative;
}

.about-wrap .content {
	margin-bottom: 5em;
}

.about-wrap .content h6 {
	font-size: 16px;
	font-weight: 700;
	color: #252525;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	margin-top: 3px;
	display: inline-block;
}

.about-wrap .content p {
	text-align: justify;
}

.about-wrap .content li {
	margin-bottom: 1.5em;
}

.facilities-list ul li small,
.faculty-list ul li small {
	color: #838383;
	font-size: 12px;
	font-weight: bold;
}

.about-wrap .content a {
	color: #666;
}

.about-wrap .content a:hover {
	color: #06ae58;
}

/*----------*/
.parallax-img-wrap,
.parallax-img {
	height: 500px;
}

.parallax-img-wrap {
	margin: 50px auto;
}

.parallax-img {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	position: absolute;
	left: 0;
	filter: grayscale(0.5);
}

.content.brief-content {
	margin-bottom: 1rem;
}

.content.vision-content {
	padding: 1rem;
}

.content.vision-content h6 {
	margin-bottom: 10px;
}

/*----------*/
.magallen-menu {
	text-align: right;
}

.magallen-menu .sticky {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
}

.magallen-menu ul {
	margin: 0;
	display: inline-block;
}

.magallen-menu li {
	list-style: none;
	position: relative;
	text-align: left;
}

.magallen-menu li:not(:last-child) {
	margin-bottom: 1em;
}

.magallen-menu li:after {
	content: '/';
	padding-left: 5px;
	color: #888888;
}

.magallen-menu li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #888888;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.magallen-menu li a:hover,
.magallen-menu li a.active {
	color: #10d06a;
}

@media screen and (max-width: 1023px) {
	.magallen-menu li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 639px) {
	.about-wrap .content h6 {
		font-size: 16px;
	}

	.about-wrap {
		font-size: 14px;
	}
}
