@media(max-width: 900px) {
	.large-header {
		display: none;
	}
	.small-header {
		display: block;
	}
	.small-header .showcase {
		width: 100%;
		padding: 150px 0;
		background: #dd0332;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.small-header nav {
		position: relative;
		z-index: 1000;
		padding: 30px 0 0 0;
		background: #dd0332;
	}
	.small-header .sidebar {
		width: 250px;
		height: 100vh;
		position: fixed;
		top: 0;
		left: -100%;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transition: all .3s ease;
	}
	.small-header.show .sidebar {
		left: 0;
	}
	.small-header .sidebar li {
		padding:  15px 0;
		width: 100%;
		position: relative;
		border-bottom: 1px solid #eee;
		text-align: center;
	}
	.small-header .sidebar li.bb-0 {
		border-bottom: 0;
	}
	.small-header .sidebar li a {
		color: #444;
		display: block;
		font-family: 'Oswald', sans-serif;
	}
	.small-header .close {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		background: #ccc;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #dd0332;
	}
	.small-header .bars {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 65%;
		transform: translateY(-50%);
		right: 2rem;
		cursor: pointer;
	}
	.small-header .bars i {
		font-size: 30px;
		color: #fff;
	}
	.small-header .showcase-content {
		text-align: center;
	}
	.small-header .showcase-content-txt h1 {
		color: #fff;
		font-size: 50px;
	}
	.small-header .showcase-content-txt p {
		margin: 20px 0;
		color: #fff;
	}
	.small-header .showcase-content-txt a {
		background: #fff;
		color: #333;
		font-family: 'Arimo', sans-serif;
		padding: 10px 30px;
		border-radius: 50px;
		transition: all .3s ease;
	}
	.small-header .showcase-content-txt a:hover {
		background: #ddd;
	}
}



@media(max-width: 768px) {
	.training-col {
		margin-bottom: 20px;
	}
	.training-path {
		padding: 40px!important;
	}
	.about-col {
		margin-bottom: 20px;
	}
	.about-us-left-info {
		text-align: center;
	}
	.training-perth2-list a {
		margin-top: initial;
	}
	.service-col:last-child {
		margin-bottom: 0;
	}
	.footer-col {
		margin-bottom: 30px;
	}
	form {
		margin-left:10px;
	}
	.footer-top {
		position: relative;
		padding: 100px 0 20px 0;
		background: #292A2E;
	}
	.footer-content .follow {
		margin-top: 20px;
	}
}