@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
}
@media only screen and (max-width:1024px)
{	
}
@media only screen and (max-width:960px)
{
	.header-top
	{
		padding: 10px 20px;
	}
	.container
	{
		padding: 25px 20px;
	}
	.logo-text h1
	{
		font-size: 30px;
	}
	.logo-text p
	{
		font-size: 16px;
		margin: -2px 0;
	}
	.why ul
	{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.testimonials .row:before,
	.testimonials .row:after
	{
		left: 0;
		right: 0;
	}
	.footer article
	{
		padding: 30px 20px;
        display: flex;
        flex-wrap: wrap;
	}
	.footer article aside
	{
		margin-right: 0%;
		width: 33.333333%;
		float: left;
	}
	.photo-gallery ul li
	{
		width: 33.333333%;
	}
}
@media only screen and (max-width:768px)
{
	.alignmiddle, .vision-mission
	{
		display: block;
	}
	.header-strip aside, .header-strip nav
	{
		text-align: center;
	}
	.header-strip aside
	{
		display: block;
	}
	.header-strip aside h3
	{
		display: inline-flex;
		justify-content: center;
	}
	.header-strip nav ul li
	{
		display: inline-block !important;
		margin: 0 10px;
	}
	.header-strip aside, .header-strip nav, .latest-news, .intro figure, .intro aside, .awards, .news, .about-us figure, .about-us aside,  .courses-content figure, .courses-content aside, .contact .formfield, .address-details
	{
		width: auto !important;
		float: none;
	}
	.logo-text h1
	{
		font-size: 26px;
	}
	.logo-text p
	{
		font-size: 15px;
		margin: -2px 0;
	}
	.section-tab .row
	{
		padding: 20px 0;
		top: -25px;
		margin-bottom: -25px;
	}
	.section-tab ul li
	{
		width: 50%;
	}
	.why ul
	{
		grid-template-columns: 1fr 1fr;
	}
	.courses ul li
	{
		width: 50%;
	}
	.footer article aside
	{
		width: 50%;
	}
	.scrollup
	{
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.social-icons-fixed
	{
		bottom: 50px;
		right: 10px;
	}
	.social-icons-fixed a
	{
		width: 30px;
		height: 30px;
		padding: 7px 0;
		font-size: 18px;
		margin: 5px 0px;
	}
	.footer-bottom p
	{
		float: none;
		text-align: center;
	}
	.page-title h2
	{
		font-size: 2rem;
	}
	.members ul li
	{
		width: 33.333333%;
	}
	.vision-mission article
	{
		width: 100%;
	}
	.vision-mission article aside
	{
		padding: 0 0 0 20px;
	}
	.linkbox ul li
	{
		width: 33%;
	}
	.gallery-link ul li
	{
		width: 50%;
	}
	.photo-gallery ul li a img
	{
		height: 160px;
	}
}
@media only screen and (max-width:520px)
{	
	.header-top
	{
		
		text-align: center;
	}
	.section-tab ul li
	{
		width: 100%;
	}
	.why ul
	{
		grid-template-columns: 1fr;
	}
	.courses ul li
	{
		width: 100%;
	}
	.footer
	{
		text-align: center;
	}
	.footer article aside
	{
		width: 100%;
		float: none;
	}
	.social-icons a
	{
		display: inline-block;
		float: none;
		margin: 0 1px;
	}
	.members ul li
	{
		width: 50% !important;
	}
	.linkbox ul li
	{
		width: 100%;
	}
	.gallery-link ul li a img
	{
		height: 180px;
	}
	.photo-gallery ul li
	{
		width: 50%;
	}
	.photo-gallery ul li a img
	{
		height: 180px;
	}
}
@media only screen and (max-width:320px)
{
	.gallery-link ul li
	{
		width: 100%;
	}
	.gallery-link ul li a img
	{
		height: 220px;
	}
	.members ul li
	{
		width: 100%;
	}
	.photo-gallery ul li
	{
		width: 100%;
	}
	.photo-gallery ul li a img
	{
		height: auto;
	}
}