/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) { 
	.container{
		max-width: 1710px;
	}
}
@media (min-width: 1600px) and (max-width: 1919.98px){
	html{
		font-size: 55%;
	}
	.container{
		max-width: 1500px;
	}
}
@media (min-width: 1366px) and (max-width: 1599.98px){
	html{
		font-size: 48%;
	}
	.container{
		max-width: 1290px;
	}
}
@media (min-width: 1200px) and (max-width: 1365.99px){
	html{
		font-size: 43%;
	}
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 37%;
	}
	.container{
		max-width: 970px;
	}
}
@media (max-width: 991.98px) {
	html{
		font-size: 59%;
	}
	.top_header{
		display: none;
	}
	header.current::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: -1;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	header.sticky .logo,
	.logo{
		max-width: 21rem;
	}
	.right_menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-column-gap: 3rem;
		   -moz-column-gap: 3rem;
		        column-gap: 3rem;
	}
	.menu_wrapper {
	    position: fixed;
	    top: 0;
	    height: 100vh;
	    width: 100%;
	    left: -100%;
	    background-color: var(--dark_blue);
	    z-index: -2;
	    padding-top: 0;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    overflow: auto;
	    display: block;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}
	.menu_wrapper.current{
		left: 0;
	}
	.hamburger-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu{
		display: block;
		padding-top: 18rem !important;
		padding-right: calc((100% - 720px) / 2 + 1.5rem);
	    padding-left: calc((100% - 720px) / 2 + 1.5rem);
		position: relative;
	}
	.menu>ul>li.dropdown_wrap>a::after {
	    -webkit-transform: rotate(-90deg);
	        -ms-transform: rotate(-90deg);
	            transform: rotate(-90deg);
	}
	.menu>ul{
		display: block;
		margin-bottom: 3rem;
	}
	.menu>ul li{
		max-width: 100%;
        padding: 3rem 0rem !important;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
        margin-right: 0;
	}
	.menu>ul li:last-child{
		border-bottom: none;
		padding-bottom: 0 !important;
	}
	.menu>ul>li.dropdown_wrap>ul {
		background-color: var(--dark_blue);
		padding-bottom: 0;
	}
	.menu>ul>li.dropdown_wrap:hover {
	    background-color: transparent;
	}
	.menu>ul>li>a,
	header.sticky .menu>ul>li>a, 
	.header2 .menu>ul>li>a {
	    font-size: 2.2rem;
	    font-weight: 700;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    color: #fff;
	}
	.menu>ul>li.dropdown_wrap{
		padding-left: 0;
		padding-right: 0;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a{
		font-size: 2rem;
		color: #fff;
	}
	.menu>ul>li.dropdown_wrap:hover>a {
	    color: var(--orange) !important;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a:hover,
	.menu>ul>li.dropdown_wrap>ul>li.active>a{
		color: var(--orange);
	}
	.search_form input {
	    padding: 0 2rem;
	    font-size: 1.8rem;
	    border-radius: 1rem;
	}
	.search_form button{
		right: 2rem;
	}

	.menu_wrapper .button:not(.white_outline){
		display: none;
	}
	.top_inner {
	    border-radius: 0;
	    padding: 6rem 0;
	    width: 100%;
	}
	.top_inner ul{
		font-size: 1.8rem;
	}

	.home_area {
	    padding: 20rem 0 12rem;
	}
	.home_area h1{
		font-size: 6rem;
		max-width: 48rem;
	}
	.white_g {
	    right: -10rem;
	    top: 15rem;
	    width: 39rem;
	}
	.home_blog{
		padding: 4rem 0 7rem;
		position: relative;
		z-index: 2;
	}
	.link_wrap{
		position: relative;
		top: auto;
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
	.link_wrap .white_btn {
	    font-size: 2.5rem;
	}
	.button.mt_60{
		margin-top: 3rem;
	}
	.school_area {
	    padding-bottom: 50rem;
	}
	.school_img {
	    max-width: 71rem;
	}
	.geslaagd {
	    max-width: 23.5rem;
	    left: 0rem;
	    top: 5rem;
	}

	.about_area .mt_55{
		margin-top: 4rem;
	}
	.about_content{
		padding-top: 0;
	}
	.about_img {
	    width: 100vw;
	    margin-left: 0;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	            transform: translateX(-50%);
	}
	.quote_box {
	    padding: 4rem 4.5rem;
	    margin-left: 0;
	    border-radius: 1rem;
	    margin-top: -11rem;
	}
	.quote_box h5{
		max-width: 100%;
		font-size: 3rem;
	}
	.lees_content p{
		max-width: 100%;
	}
	h2 {
	    font-size: 4.6rem;
	}
	.big_shape {
	    bottom: auto;
	    max-width: 43.7rem;
	    left: -17rem;
	    top: -5rem;
	}
	.g_img{
		display: none;
	}
	.cta_area h2 {
	    font-size: 5.5rem;
	}
	.girls_img {
	    max-width: 28rem;
	    left: auto;
	    top: auto;
	    -webkit-transform: translateY(0%);
	        -ms-transform: translateY(0%);
	            transform: translateY(0%);
	    right: -3rem;
	    bottom: -0.1rem;
	}

	.footer_top{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer_item{
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}	
	.full_width{
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	footer h5 {
	    padding-top: 0rem;
	}
	.inner_home {
	    padding-top: 12.5rem;
	}
	.inner_img {
	    height: 30rem;
	}
	.inner_shape {
	    max-width: 29rem;
	    top: 11rem;
	}
	.inner_home h1 {
	    font-size: 5rem;
	}
	.search_inner .inner_shape{
		max-width: 18rem;
	    top: 11rem;
	}
	h3{
		font-size: 4rem;
	}
	.faq_sidebar {
	    margin-top: 1rem;
	}
	.inner_description .five_col>div{
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}
}
@media (min-width: 576px) and (max-width: 991.98px){
	.mobile_column{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.mobile_column>*{
		max-width: 33.33%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33%;
		        flex: 0 0 33.33%;
		margin-bottom: 3rem;
	}
	.footer_logo_wrap,
	.footer_logo_wrap + p{
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin-bottom: 3rem;
		padding-bottom: 0;
	}
	.footer_logo {
	    max-width: 31rem;
	}
	.mobile_column .icon_box{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.menu>ul{
		position: relative;
	}
	.menu>ul>li.dropdown_wrap{
		position: static;
	}
	.menu>ul>li.dropdown_wrap>ul{
		opacity: 1;
		pointer-events: all;
		top: 0;
		padding: 0;
		width: 100%;
		min-width: 100%;
		min-height: 100%;
		left: 120%;
		z-index: 1;
	}
	.menu>ul>li.dropdown_wrap>ul.open{
		left: 0;
	}
	.white_outline{
		font-weight: 700;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.white_outline::after{
		-webkit-transform: rotate(-180deg);
		    -ms-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		color: var(--orange);
	}
}
/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 43%;
	}
	.menu{
		padding-right: calc((100% - 540px) / 2 + 1.5rem);
		padding-left: calc((100% - 540px) / 2 + 1.5rem);
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	html{
		font-size: 1.88vw;
	}
	body{
		font-size: 2rem;
	}
	.container,
	.menu{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.menu_bottom {
	    margin-top: 7rem;
	}
	.menu_bottom .icon_box a {
	    height: 4rem;
	    width: 4rem;
	    font-size: 2rem;
	}
	.menu>ul>li.dropdown_wrap>ul {
	    padding: 0 0rem;
	    -webkit-transition: none;
	    -o-transition: none;
	    transition: none;
	    opacity: 1;
	    pointer-events: all;
	    width: auto;
	    min-width: auto;
	    display: none;
	    top: 0rem;
	    left: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.dropdown_wrap>*{
		position: relative !important;
		left: auto !important;
		top: auto !important;
		margin-top: 1.5rem;
	}
	.menu>ul>li{
		max-width: 100%;
		margin-right: 0;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a{
		padding: 0;
	}
	.menu>ul>li.dropdown_wrap>a::after {
	    -webkit-transform: rotate(0deg);
	        -ms-transform: rotate(0deg);
	            transform: rotate(0deg);
	}
	.right_menu .button{
		display: none;
	}
	h1,
	.home_area h1 {
	    font-size: 5rem;
	}
	h2{
		font-size: 4rem;
	}
	.home_area h1 {
	    max-width: 39rem;
	}
	.home_area {
	    padding: 17rem 0 18rem;
	}
	.scroll_link{
		height: 5rem;
	}
	.scroll_link a {
	    height: 10rem;
	    width: 10rem;
	    font-size: 4rem;
	}
	.white_g {
	    right: -6rem;
	    top: 19rem;
	    width: 25rem;
	}
	.sm_blog>img {
	    width: 18rem;
	}
	.school_area p br{
		display: none;
	}
	.school_img{
		width: 100%;
	}
	.geslaagd {
	    max-width: 20.5rem;
	    top: 3rem;
	}
	.school_area {
	    padding-bottom: 38rem;
	}
	.news_button{
		text-align: center;
		margin-top: 5rem;
	}
	.news_button .button{
		position: relative;
		right: auto;
		top: auto;
	}
	.mt_65 {
	    margin-top: 4.5rem;
	}
	.faq_btn{
		text-align: left;
		position: relative;
		right: auto;
		top: auto;
		margin-top: 3rem;
	}
	.accordion-toggle::before {
	    top: 0.2rem;
	    height: 3rem;
	    width: 3rem;
	}
	.faq_area {
	    padding: 8rem 0 9rem;
	}
	.cta_area h2 {
	    font-size: 4rem;
	}
	.cta_area {
	    padding: 6rem 0;
	}
	.girls_img {
	    max-width: 17rem;
	    right: 0rem;
	}
	.footer_item {
	    max-width: 100%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	}
	footer {
	    padding: 1rem 0 6rem;
	}
	footer p {
	    margin-top: 3rem;
	    max-width: 44.3rem;
	}
	.white_outline.menu_back{
		display: none;
	}
	.menu_wrapper .button:not(.white_outline){
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		font-size: 2.2rem;
		margin-top: 1rem;
		margin-bottom: 3rem;
	}
	.top_inner {
	    padding: 4rem 0;
	}
	.inner_shape {
	    max-width: 18rem;
	    top: 11rem;
	    right: -1rem;
	}
	.breadcrumb{
		display: none;
	}
	.inner_home h1 {
	    font-size: 4.5rem;
	}
	.sidebar .sm_blog{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
	}
	.sidebar .sm_blog>img {
	    width: 18rem;
	}
	.inner_description .five_col>div{
		max-width: 50%;
		flex: 0 0 50%;
	}
	.ins_area .news_content h5{
		font-size: 3rem;
	}
	.school_content ul{
	    column-count: 1;
	}
}