@-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)
{	
	.header-strip
	{
		padding: 5px 20px;
	}
	.header-top
	{
		padding: 10px 20px;
	}
	.header-top .alignmiddle
	{
		display: flex !important;
	}
	.header-top h1, .header-top aside
	{
		position: relative;
		z-index: 99999999;
	}
	.header-top aside
	{
		margin-left: auto;
		margin-right: 60px;
	}
	.header-contact
	{
		display: none;
	}
	.header-top h1 a span
	{
		font-size: 20px;
	}
	.header-top h1 a span small
	{
		font-size: 14px;
	}
	.nav ul li a, .nav ul li a:visited
	{
		font-size: 14px;
		padding: 14px 8px;
	}
	.nav ul li a span
	{
		top: 18px;
		right: 15px;
		width: 8px;
		height: 8px;
	}
	.nav ul li a span:after
	{
		right: -9px;
	}
}
@media only screen and (max-width:960px)
{
	.header-top h1 a img
	{
		height: 70px;
	}
	.header-top h1 a span
	{
        font-size: 16px;
    }
	.header-top h1 a span small
	{
        font-size: 12px;
    }
	.container
	{
		padding: 25px 20px;
	}
	.home-staffs
	{
		grid-template-columns: 1fr 1fr;
		gap: 0 50px;
	}
	.linkbox ul li
	{
		width: 33.333333%;
	}
	.footer:before
	{
		top: -36px;
	}
	.footer article
	{
		padding: 30px 20px;
        display: flex;
        flex-wrap: wrap;
	}
	.footer article aside
	{
		margin-right: 0%;
		width: 33.333333%;
		float: left;
	}
	.page-title:after
	{
		bottom: -38px;
	}
	.team ul, .our-focus ul, .grid-color-three ul, .aims ul
	{
		grid-template-columns: 1fr 1fr;
	}
	.staffs ul
	{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.photo-gallery-four ul li a img
	{
		height: 150px;
	}
	.gallery-page ul li
	{
		width: 33.333333%;
	}
}
@media only screen and (max-width:768px)
{
	.alignmiddle
	{
		display: block;
	}
	.header-strip .alignmiddle
	{
		display: flex !important;
	}
	.container h2
	{
		font-size: 24px;
		line-height: 26px;
	}
	.intro figure, .intro aside, .school figure, .school aside, .sidebar, .content, .address-details, .contact .formfield
	{
		width: auto !important;
		float: none;
	}
	.section-tab ul
	{
		grid-template-columns: 1fr 1fr;
	}
	.home-staffs
	{
		grid-template-columns: 1fr;
		gap: 0 50px;
	}
	.linkbox ul li
	{
		width: 50%;
	}
	.footer article aside
	{
		width: 50%;
	}
	.scrollup
	{
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.footer-bottom p
	{
		float: none;
		text-align: center;
	}
	
	.wave
	{
		--size: 25px;
		height: 45px;
		top: -42px;
	}
	.linkbox .wave
	{
		top: -45px;
	}
	.page-title h2
	{
		font-size: 32px;
	}
	.team ul, .our-focus ul, .grid-color-three ul, .aims ul
	{
		grid-template-columns: 1fr;
	}
	.staffs ul
	{
		grid-template-columns: 1fr 1fr;
	}
	.photo-gallery ul li a img
	{
		height: 120px;
	}
	.photo-gallery-four ul li
	{
		width: 33.333333%;
	}
	.gallery-page ul li
	{
		width: 50%;
	}
	.staffs-split
	{
		width: 100%;
	}
}
@media only screen and (max-width:520px)
{	
	.flashnews h3
	{
		font-size: 13px;
		padding: 10px 10px;
	}
	.section-tab ul
	{
		grid-template-columns: 1fr;
	}
	.linkbox 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;
	}
	.staffs ul
	{
		grid-template-columns: 1fr;
	}
	.photo-gallery ul li
	{
		width: 50%;
	}
	.photo-gallery ul li a img
	{
		height: 135px;
	}
	.photo-gallery-four ul li
	{
		width: 50%;
	}
	.video-gallery ul li
	{
		width: 100%;
	}
	.video-gallery ul .videoWrapper
	{
		padding-bottom: 56.25%;
	}
	.gallery-page ul li
	{
		width: 100%;
	}
}
@media only screen and (max-width:320px)
{
	.photo-gallery ul li, .photo-gallery-four ul li
	{
		width: 100%;
	}
}