body {
	background-color: #000e23;
}
/*section.slides*/
@media screen and (max-width: 500px) {
	section.slides {
		width: 100%;
		height: 118vw;
		overflow: auto;
		max-width: 2000px;
		position: relative;
		margin: 0px auto 0 auto;
	}
	section.slides .slide {
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		position: absolute;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.slides .slide {
		width: 100%;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		position: absolute;
	}
	section.slides .slide.active {
		opacity: 1;
	}
	section.slides .controls {
		width: 150px;
		height: 18px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 100;
		position: absolute;
		bottom: 4px;
	}
	section.slides .controls .control {
		overflow: auto;
		width: 25%;
		height: 100%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.slides .controls .control:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}
	section.slides .controls .control>.innr {
		background-color: #00008e;
		width: 100%;
		height: 100%;
		float: left;
		cursor: pointer;
	}
	section.slides .controls .control.active>.innr {
		background-color: #ffb100;
	}
}
@media screen and (min-width: 501px) and (max-width: 900px) {
	section.slides {
		width: 100%;
		height: 118vw;
		overflow: auto;
		max-width: 2000px;
		position: relative;
		margin: 0px auto 0 auto;
	}
	section.slides .slide {
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		position: absolute;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.slides .slide {
		width: 100%;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		position: absolute;
	}
	section.slides .slide.active {
		opacity: 1;
	}
	section.slides .controls {
		width: 150px;
		height: 18px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 100;
		position: absolute;
		bottom: 4px;
	}
	section.slides .controls .control {
		overflow: auto;
		width: 25%;
		height: 100%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.slides .controls .control:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}
	section.slides .controls .control>.innr {
		background-color: #00008e;
		width: 100%;
		height: 100%;
		float: left;
		cursor: pointer;
	}
	section.slides .controls .control.active>.innr {
		background-color: #ffb100;
	}
}
@media screen and (min-width: 901px) {
	section.slides {
		width: 100%;
		height: 40vw;
		overflow: auto;
		max-width: 2000px;
		position: relative;
		margin: 0px auto 0 auto;
	}
	section.slides .slide {
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		position: absolute;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.slides .slide.active {
		opacity: 1;
	}
	section.slides .controls {
		width: 200px;
		height: 18px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 100;
		position: absolute;
		bottom: 20px;
	}
	section.slides .controls .control {
		overflow: auto;
		width: 25%;
		height: 100%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.slides .controls .control:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}
	section.slides .controls .control>.innr {
		background-color: #00008e;
		width: 100%;
		height: 100%;
		float: left;
		cursor: pointer;
	}
	section.slides .controls .control.active>.innr {
		background-color: #ffb100;
	}
}
/*section.become*/
@media screen and (max-width: 500px) {
	section.become {
		width: 100%;
		position: relative;
		overflow: auto;
		font-family: var(--main-font-family);
		padding: 20px 0;
	}
	section.become .text {
		width: 100%;
		overflow: auto;
		position: relative;
		padding: 0 5%;
		box-sizing: border-box;
	}
	section.become .text h1 {
		background-color: #000f23;
		/*	margin: 0;*/
		display: inline-block;
		overflow: auto;
		color: white;
		font-size: 16px;
		padding: 0 2% 0 2%;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}
	section.become .text .fcy_bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 15px;
		background-color: #ffd600;
	}
	section.become>.wrap {
		width: 100%;
		height: 100%;
		overflow: auto;
		padding: 0 5%;
		box-sizing: border-box;
		color: white;
		position: relative;
		overflow: visible;
	}
	section.become .lf {
		width: 100%;
	}
	section.become .lf>.innr {}
	section.become .lf h3 {
		font-size: 35px;
		line-height: 36px;
		margin: 0 0 0 0;
	}
	section.become .lf h4 {
		font-size: 16px;
		line-height: 18px;
		font-weight: lighter;
	}
	section.become .rt {
		position: absolute;
		top: -40px;
		width: 40%;
		height: 217px;
		overflow: auto;
		right: 0;
		overflow: visible;
	}
	section.become .rt img {
		position: absolute;
		width: 110px;
		top: 0;
		right: 0;
		display: block;
	}
	section.become .rt>.innr {
		width: 100%;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.become {
		width: 100%;
		position: relative;
		overflow: auto;
		font-family: var(--main-font-family);
		padding: 20px 0;
	}
	section.become .text {
		width: 100%;
		overflow: auto;
		position: relative;
		padding: 0 5%;
		box-sizing: border-box;
	}
	section.become .text h1 {
		background-color: #000f23;
		/*	margin: 0;*/
		display: inline-block;
		overflow: auto;
		color: white;
		font-size: 16px;
		padding: 0 2% 0 2%;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}
	section.become .text .fcy_bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 15px;
		background-color: #ffd600;
	}
	section.become>.wrap {
		width: 100%;
		height: 100%;
		overflow: auto;
		padding: 0 5%;
		box-sizing: border-box;
		color: white;
		position: relative;
		overflow: visible;
	}
	section.become .lf {
		width: 100%;
	}
	section.become .lf>.innr {}
	section.become .lf h3 {
		font-size: 35px;
		line-height: 36px;
		margin: 0 0 0 0;
	}
	section.become .lf h4 {
		font-size: 16px;
		line-height: 18px;
		font-weight: lighter;
	}
	section.become .rt {
		position: absolute;
		top: -40px;
		width: 40%;
		height: 217px;
		overflow: auto;
		right: 0;
		overflow: visible;
	}
	section.become .rt img {
		position: absolute;
		width: 110px;
		top: 0;
		right: 0;
		display: block;
	}
	section.become .rt>.innr {
		width: 100%;
	}
}
@media screen and (min-width: 801px) {
	section.become {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		position: relative;
		overflow: auto;
		/*	font-family: 'Open Sans Condensed', sans-serif;*/
		font-family: var(--main-font-family);
		padding: 100px 0;
	}
	section.become .text {
		width: 100%;
		overflow: auto;
		position: relative;
		padding: 0 10%;
		box-sizing: border-box;
	}
	section.become img.rt_bg {
		position: absolute;
		height: 60vw;
		max-height: 850px;
		right: 0;
		bottom: 50px;
	}
	section.become .text h1 {
		background-color: #000f23;
		/*	margin: 0;*/
		display: inline-block;
		overflow: auto;
		color: white;
		font-size: 35px;
		padding: 0 5% 0 2%;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}
	section.become .text .fcy_bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 15px;
		background-color: #ffd600;
	}
	section.become>.wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 2000px;
		padding: 0 10%;
		box-sizing: border-box;
		color: white;
	}
	section.become .lf {
		width: 60%;
		float: left;
	}
	section.become .lf>.innr {}
	section.become .lf h3 {
		font-size: 90px;
		line-height: 85px;
		margin: 0 0 0 0;
	}
	section.become .lf h4 {
		font-size: 20px;
		font-weight: lighter;
	}
	section.become .rt {
		width: 40%;
		float: left;
	}
	section.become .rt>.innr {
		width: 50%;
		float: left;
	}
}
/*course adverts*/
@media screen and (max-width: 500px) {
	section.course_adverts {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		font-family: var(--main-font-family);
	}
	section.course_adverts .fcy_bg_img {
		position: absolute;
		/*        top: 0;*/
		top: -200px;
		right: 0;
		left: -110%;
		margin: auto;
		min-height: 125%;
		-webkit-transition: all linear .6s;
		-moz-transition: all linear .6s;
		-o-transition: all linear .6s;
		transition: all linear .6s;
	}
	section.course_adverts .overlay {
		width: 100%;
		height: auto;
		background-color: #000e23d4;
		position: relative;
	}
	section.course_adverts .wrap {
		margin: 0 auto;
		width: 100%;
		height: auto;
		overflow: auto;
		max-width: 1200px;
		color: white;
	}
	section.course_adverts .wrap h1 {
		font-size: 35px;
		padding: 0 30px;
		box-sizing: border-box;
		margin: 25px 0 0 0;
		display: block;
		text-align: center;
	}
	section.course_adverts .wrap h2 {
		font-weight: normal;
		font-size: 20px;
		margin: 10px 0 10px 0;
		padding: 0 30px;
		box-sizing: border-box;
		text-align: center;
	}
	section.course_adverts .wrap ul {
		margin: 10px 0 0px -1px;
		height: auto;
		overflow: auto;
		width: 100%;
		padding: 0 0 0 30px;
		box-sizing: border-box;
	}
	section.course_adverts .wrap ul li {
		list-style-type: none;
		display: block;
		width: 70%;
		margin-right: 0 !important;
		-webkit-transition: all linear .3s;
		-moz-transition: all linear .3s;
		-o-transition: all linear .3s;
		transition: all linear .3s;
		background-color: transparent !important;
	}
	section.course_adverts .wrap ul li p:nth-of-type(1) {
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
	}
	section.course_adverts .wrap ul li p:nth-of-type(2) {
		font-size: 15px;
		width: 100%;
		margin: 0px 0;
	}
	section.course_adverts .wrap .clicks {
		margin: 0 auto;
		width: 75%;
		margin: 30px auto;
		text-align: center;
	}
	section.course_adverts .wrap .clicks a {
		background-color: var(--color-gold);
		border-radius: 5px;
		width: 100%;
		box-sizing: border-box;
		color: black;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 15px;
		padding: 5px 0;
		text-decoration: none;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
		display: block;
		margin: 0 auto 10px auto;
	}
	section.course_adverts .wrap .clicks a:hover {
		background-color: white;
	}
	section.course_adverts .wrap .clicks a:nth-of-type(1) {}
	section.course_adverts .wrap .clicks a:nth-of-type(2) {}
}
@media screen and (min-width: 501px) and (max-width: 720px) {
	section.course_adverts {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		font-family: var(--main-font-family);
	}
	section.course_adverts .fcy_bg_img {
		position: absolute;
		/*        top: 0;*/
		top: -200px;
		right: 0;
		left: 0%;
		margin: auto;
		min-height: 145%;
		-webkit-transition: all linear .6s;
		-moz-transition: all linear .6s;
		-o-transition: all linear .6s;
		transition: all linear .6s;
	}
	section.course_adverts .overlay {
		width: 100%;
		height: auto;
		background-color: #000e23d4;
		position: relative;
	}
	section.course_adverts .wrap {
		margin: 0 auto;
		width: 100%;
		height: auto;
		overflow: auto;
		max-width: 1200px;
		color: white;
	}
	section.course_adverts .wrap h1 {
		font-size: 35px;
		padding: 0 30px;
		box-sizing: border-box;
		margin: 25px 0 0 0;
		display: block;
		text-align: center;
	}
	section.course_adverts .wrap h2 {
		font-weight: normal;
		font-size: 20px;
		margin: 10px 0 10px 0;
		padding: 0 30px;
		box-sizing: border-box;
		text-align: center;
	}
	section.course_adverts .wrap ul {
		margin: 10px 0 0px -1px;
		height: auto;
		overflow: auto;
		width: 100%;
		padding: 0 0 0 30px;
		box-sizing: border-box;
	}
	section.course_adverts .wrap ul li {
		list-style-type: none;
		display: block;
		width: 70%;
		margin-right: 0 !important;
		-webkit-transition: all linear .3s;
		-moz-transition: all linear .3s;
		-o-transition: all linear .3s;
		transition: all linear .3s;
		background-color: transparent !important;
	}
	section.course_adverts .wrap ul li p:nth-of-type(1) {
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
	}
	section.course_adverts .wrap ul li p:nth-of-type(2) {
		font-size: 15px;
		width: 100%;
		margin: 0px 0;
	}
	section.course_adverts .wrap .clicks {
		margin: 0 auto;
		width: 75%;
		margin: 30px auto;
		text-align: center;
	}
	section.course_adverts .wrap .clicks a {
		background-color: var(--color-gold);
		border-radius: 5px;
		width: 100%;
		box-sizing: border-box;
		color: black;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 15px;
		padding: 5px 0;
		text-decoration: none;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
		display: block;
		margin: 0 auto 10px auto;
	}
	section.course_adverts .wrap .clicks a:hover {
		background-color: white;
	}
	section.course_adverts .wrap .clicks a:nth-of-type(1) {}
	section.course_adverts .wrap .clicks a:nth-of-type(2) {}
}
@media screen and (min-width: 721px) {
	section.course_adverts {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		height: 700px;
		position: relative;
		overflow: hidden;
	}
	section.course_adverts .fcy_bg_img {
		position: absolute;
		top: -200px;
		right: 0;
		left: 0;
		margin: auto;
		min-width: 100%;
		min-height: 100%;
		-webkit-transition: all linear .6s;
		-moz-transition: all linear .6s;
		-o-transition: all linear .6s;
		transition: all linear .6s;
	}
	section.course_adverts .overlay {
		width: auto;
		height: 100%;
		background-color: #000e23d4;
		position: relative;
	}
	section.course_adverts .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 1200px;
		font-family: 'Open Sans Condensed', sans-serif;
		text-align: center;
		color: white;
	}
	section.course_adverts .wrap h1 {
		font-size: 70px;
		margin: 70px 0 0 0;
	}
	section.course_adverts .wrap h1 span {
		-webkit-transition: all linear 1s;
		-moz-transition: all linear 1s;
		-o-transition: all linear 1s;
		transition: all linear 1s;
		opacity: 0;
	}
	section.course_adverts .wrap h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		font-size: 30px;
		margin: 20px 0 30px 0;
		opacity: 0;
		-webkit-transition: all linear 1s;
		-moz-transition: all linear 1s;
		-o-transition: all linear 1s;
		transition: all linear 1s;
	}
	section.course_adverts .wrap ul {
		height: 250px;
		display: inline-block;
		margin: 0 auto;
		padding: 40px 0;
	}
	section.course_adverts .wrap ul li {
		list-style-type: none;
		float: left;
		display: block;
		height: 250px;
		width: 250px;
		border-radius: 300px;
		margin-right: -100px;
		/*        opacity: 0.1;*/
		-webkit-transition: all linear .6s;
		-moz-transition: all linear .6s;
		-o-transition: all linear .6s;
		transition: all linear .6s;
	}
	section.course_adverts .wrap ul li:last-of-type {
		margin-right: 0;
	}
	section.course_adverts .wrap ul li:hover {
		/*
        height: 250px;
        margin-top: -25px;
*/
	}
	section.course_adverts .wrap ul li p:nth-of-type(1) {
		font-size: 60px;
		line-height: 50px;
		margin-bottom: 0px;
		margin-top: 50px;
		font-weight: bold;
	}
	section.course_adverts .wrap ul li p:nth-of-type(2) {
		font-size: 20px;
		font-weight: bold;
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
	}
	section.course_adverts .wrap .clicks {
		margin: 0 auto;
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	section.course_adverts .wrap .clicks a {
		padding: 15px 20px;
		background-color: lightgrey;
		border-radius: 5px;
		width: auto;
		box-sizing: border-box;
		color: #730c27;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		text-decoration: none;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	}
	section.course_adverts .wrap .clicks a:hover {
		background-color: white;
	}
	section.course_adverts .wrap .clicks a:nth-of-type(1) {
		margin-right: 2%;
	}
	section.course_adverts .wrap .clicks a:nth-of-type(2) {}
}
/*search*/
@media screen and (max-width: 500px) {
	section.search {
		overflow: auto;
		width: 100%;
		position: relative;
		overflow: visible;
		font-family: var(--main-font-family);
		padding: 10px;
		box-sizing: border-box;
	}
	section.search>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	section.search .find {
		width: 100%;
		height: 100%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		color: #ffd600;
	}
	section.search .find h1 {
		font-size: 30px;
		text-align: center;
		width: 100%;
		margin-top: 0px;
	}
	section.search .find h2 {
		font-size: 20px;
		text-align: center;
		width: 100%;
		color: white;
	}
	section.search .find input {
		width: 85%;
		height: 40px;
		float: left;
		display: inline-block;
		outline: none;
		border-width: 0px;
		padding: 0px 10px;
		color: #000000;
		font-weight: bold;
		margin: 0px;
		background-color: #f7f7f7;
		box-sizing: border-box;
		font-size: 11px;
	}
	section.search .find #search_courses {
		width: 15%;
		height: 40px;
		float: left;
		display: inline-block;
		border-width: 0px;
		padding: 0px 0px;
		background-image: url(images/search.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 15px;
		color: #730c27;
		background-color: #f7f7f7;
		margin: 0px;
		box-sizing: border-box;
	}
	section.search .find:focus input {
		border-bottom: 2px solid #730c27;
	}
	section.search .find:focus #search_courses {
		border-bottom: 2px solid #730c27;
	}
}
@media screen and (min-width: 501px) and (max-width: 900px) {
	section.search {
		overflow: auto;
		width: 100%;
		position: relative;
		overflow: visible;
		font-family: var(--main-font-family);
		padding: 10px;
		box-sizing: border-box;
	}
	section.search>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	section.search .find {
		width: 100%;
		height: 100%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
		color: #ffd600;
	}
	section.search .find h1 {
		font-size: 30px;
		text-align: center;
		width: 100%;
		margin-top: 0px;
	}
	section.search .find h2 {
		font-size: 20px;
		text-align: center;
		width: 100%;
		color: white;
	}
	section.search .find input {
		width: 86%;
		height: 40px;
		float: left;
		display: block;
		outline: none;
		border-width: 0px;
		padding: 0px 20px;
		box-sizing: border-box;
		color: #000000;
		font-weight: bold;
		margin: 0px;
		background-color: #f7f7f7;
	}
	section.search .find #search_courses {
		width: 10%;
		height: 40px;
		float: left;
		display: block;
		border-width: 0px;
		padding: 0px 20px;
		box-sizing: border-box;
		background-image: url(images/search.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 15px;
		color: #730c27;
		background-color: #f7f7f7;
		margin: 0px;
	}
	section.search .find:focus input {
		border-bottom: 2px solid #730c27;
	}
	section.search .find:focus #search_courses {
		border-bottom: 2px solid #730c27;
	}
}
@media screen and (min-width: 901px) {
	section.search {
		overflow: auto;
		width: 100%;
		position: relative;
		overflow: visible;
		font-family: var(--main-font-family);
		padding: 60px 10%;
		box-sizing: border-box;
	}
	section.search>.wrap {
		position: relative;
		z-index: 3;
		top: -50px;
		overflow: auto;
		width: 100%;
		margin: 0 auto;
		min-height: 250px;
		color: #000000;
		display: flex;
		padding: 0 100px;
		box-sizing: border-box;
	}
	section.search>div {
		display: table-cell;
	}
	section.search .find {
		width: 100%;
		height: 100%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
		color: #ffd600;
	}
	section.search .find h1 {
		font-size: 30px;
		text-align: center;
		width: 100%;
	}
	section.search .find h2 {
		font-size: 20px;
		text-align: center;
		width: 100%;
		color: white;
	}
	section.search .find input {
		width: 90%;
		height: 40px;
		float: left;
		display: block;
		outline: none;
		border-width: 0px;
		padding: 0px 20px;
		box-sizing: border-box;
		color: #000000;
		font-weight: bold;
		margin: 0px;
		background-color: #f7f7f7;
	}
	section.search .find #search_courses {
		width: 10%;
		height: 40px;
		float: left;
		display: block;
		border-width: 0px;
		padding: 0px 20px;
		box-sizing: border-box;
		background-image: url(images/search.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 15px;
		color: #730c27;
		background-color: #f7f7f7;
		margin: 0px;
	}
	section.search .find:focus input {
		border-bottom: 2px solid #730c27;
	}
	section.search .find:focus #search_courses {
		border-bottom: 2px solid #730c27;
	}
}
/*section.levels*/
@media screen and (max-width: 500px) {
	section.levels {
		overflow: auto;
		width: 100%;
		background-color: black;
		font-family: var(--main-font-family);
		background-image: url(images/section_levels_bg.jpg);
		background-repeat: no-repeat;
		background-position: 38% center;
		background-size: auto;
		position: relative;
	}
	section.levels .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: -webkit-linear-gradient(0deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-image: -moz-linear-gradient(90deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-image: linear-gradient(90deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.levels>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		padding: 30px 10px 30px 10px;
		box-sizing: border-box;
	}
	section.levels h1.title {
		color: white;
		font-size: 25px;
		line-height: 30px;
		width: 60%;
		max-width: 600px;
		text-align: right;
		float: right;
		clear: both;
		margin: 0 0 0 0;
	}
	section.levels h2.subtitle {
		color: white;
		font-size: 16px;
		width: 60%;
		max-width: 800px;
		text-align: right;
		float: right;
		clear: both;
		margin: 20px 0;
	}
	section.levels>.wrap .items {
		overflow: auto;
		width: 100%;
	}
	section.levels>.wrap .items .scroll {
		width: auto;
		overflow-x: auto;
		float: left;
		display: flex;
		flex-wrap: nowrap;
	}
	section.levels .items .item {
		width: 150px;
		float: right;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	section.levels .items .item>.innr {
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	section.levels .items .item .image {
		width: 100%;
		height: 55px;
		background-color: white;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.levels .items .item .name {
		color: #ffd600;
		margin-top: 5px;
		font-size: 16px;
	}
	section.levels .items .item .summary {
		color: white;
		font-size: 12px;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.levels {
		overflow: auto;
		width: 100%;
		background-color: black;
		font-family: var(--main-font-family);
		background-image: url(images/section_levels_bg.jpg);
		background-repeat: no-repeat;
		background-position: 38% center;
		background-size: auto;
		position: relative;
	}
	section.levels .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: -webkit-linear-gradient(0deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-image: -moz-linear-gradient(90deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-image: linear-gradient(90deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.levels>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		padding: 30px 10px 30px 10px;
		box-sizing: border-box;
	}
	section.levels h1.title {
		color: white;
		font-size: 25px;
		line-height: 30px;
		width: 60%;
		max-width: 600px;
		text-align: right;
		float: right;
		clear: both;
		margin: 0 0 0 0;
	}
	section.levels h2.subtitle {
		color: white;
		font-size: 16px;
		width: 60%;
		max-width: 800px;
		text-align: right;
		float: right;
		clear: both;
		margin: 20px 0;
	}
	section.levels>.wrap .items {
		overflow: auto;
		width: 100%;
	}
	section.levels>.wrap .items .scroll {
		width: auto;
		overflow-x: auto;
		float: left;
		display: flex;
		flex-wrap: nowrap;
	}
	section.levels .items .item {
		width: 150px;
		float: right;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	section.levels .items .item>.innr {
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	section.levels .items .item .image {
		width: 100%;
		height: 55px;
		background-color: white;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.levels .items .item .name {
		color: #ffd600;
		margin-top: 5px;
		font-size: 16px;
	}
	section.levels .items .item .summary {
		color: white;
		font-size: 12px;
	}
}
@media screen and (min-width: 801px) {
	section.levels {
		overflow: auto;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		background-color: black;
		font-family: var(--main-font-family);
		background-image: url(images/section_levels_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
		position: relative;
	}
	section.levels .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: -webkit-linear-gradient(0deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-image: -moz-linear-gradient(90deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-image: linear-gradient(90deg, rgba(0, 14, 35, 0) 0, rgba(0, 14, 35, 0) 15%, #000e23 74%, #000e23 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.levels>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		padding: 100px 10%;
		box-sizing: border-box;
	}
	section.levels>.wrap .items {
		width: 70%;
		overflow: auto;
		float: right;
	}
	section.levels>.wrap .items .scroll{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	section.levels .items .item {
		width: 20%;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	section.levels h1.title {
		color: white;
		font-size: 50px;
		line-height: 60px;
		width: 100%;
		max-width: 600px;
		text-align: right;
		float: right;
		clear: both;
		margin: 0 0 0 0;
	}
	section.levels h2.subtitle {
		color: white;
		font-size: 25px;
		width: 100%;
		max-width: 800px;
		text-align: right;
		float: right;
		clear: both;
		margin: 20px 0;
	}
	section.levels .items .item>.innr {
		width: 100%;
		text-decoration: none;
	}
	section.levels .items .item .image {
		width: 100%;
		height: 5vw;
		background-color: white;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.levels .items .item .name {
		color: #ffd600;
		margin-top: 10px;
		font-size: 14px;
	}
	section.levels .items .item .summary {
		color: white;
		font-size: 12px;
	}
}
/*academics*/
@media screen and (max-width: 500px) {
	section.academics {
		width: 100%;
		overflow: auto;
		font-family: var(--main-font-family);
	}
	section.academics .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1500px;
		padding: 50px 2%;
		box-sizing: border-box;
	}
	section.academics .wrap .links {
		width: 100%;
		overflow: auto;
	}
	section.academics .wrap .links .inner {
		width: 100%;
		float: left;
		overflow: auto;
		box-sizing: border-box;
		padding: 0 10px;
	}
	section.academics .wrap .links sup {
		font-size: 12px;
		margin: 0;
		display: block;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: bolder;
	}
	section.academics .wrap h1 {
		font-weight: normal;
		font-size: 20px;
		font-family: 'Lora', serif;
		color: #ffd600;
	}
	section.academics .wrap .links .image {
		display: block;
		height: 40vw;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.academics .wrap .links p {
		margin: 5px 0;
		text-decoration: none;
		color: #ffffff;
		font-size: 14px;
		box-sizing: border-box;
		display: block;
	}
	section.academics .wrap .clicks {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
		margin-top: 50px;
	}
	section.academics .wrap .clicks .item {
		width: 50%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.academics .wrap .clicks a {
		text-align: center;
		display: block;
		float: left;
		padding: 15px 0px;
		background-color: #ffffff;
		color: #000e23;
		border-radius: 5px;
		width: 100%;
		box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		text-decoration: none;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	}
	section.academics .wrap .clicks a:hover {
		background-color: #002d71;
		color: #ffd600;
	}
}
@media screen and (min-width: 501px) and (max-width: 900px) {
	section.academics {
		width: 100%;
		overflow: auto;
		font-family: var(--main-font-family);
	}
	section.academics .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1500px;
		padding: 50px 2%;
		box-sizing: border-box;
	}
	section.academics .wrap .links {
		width: 100%;
		overflow: auto;
	}
	section.academics .wrap .links .inner {
		width: 100%;
		float: left;
		overflow: auto;
		box-sizing: border-box;
		padding: 0 10px;
	}
	section.academics .wrap .links sup {
		font-size: 12px;
		margin: 0;
		display: block;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: bolder;
	}
	section.academics .wrap h1 {
		font-weight: normal;
		font-size: 20px;
		font-family: 'Lora', serif;
		color: #ffd600;
	}
	section.academics .wrap .links .image {
		display: block;
		height: 40vw;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.academics .wrap .links p {
		margin: 5px 0;
		text-decoration: none;
		color: #ffffff;
		font-size: 14px;
		box-sizing: border-box;
		display: block;
	}
	section.academics .wrap .clicks {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
		margin-top: 50px;
	}
	section.academics .wrap .clicks .item {
		width: 50%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.academics .wrap .clicks a {
		text-align: center;
		display: block;
		float: left;
		padding: 15px 0px;
		background-color: #ffffff;
		color: #000e23;
		border-radius: 5px;
		width: 100%;
		box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		text-decoration: none;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	}
	section.academics .wrap .clicks a:hover {
		background-color: #002d71;
		color: #ffd600;
	}
}
@media screen and (min-width: 901px) {
	section.academics {
		width: 100%;
		overflow: auto;
		font-family: var(--main-font-family);
	}
	section.academics .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1500px;
		padding: 50px 2%;
		box-sizing: border-box;
	}
	section.academics .wrap .links {
		width: 100%;
		overflow: auto;
	}
	section.academics .wrap .links .inner {
		width: 33.333%;
		float: left;
		overflow: auto;
		box-sizing: border-box;
		padding: 0 10px;
	}
	section.academics .wrap .links sup {
		font-size: 12px;
		margin: 0;
		display: block;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: bolder;
	}
	section.academics .wrap h1 {
		font-weight: normal;
		font-size: 20px;
		font-family: 'Lora', serif;
		color: #ffd600;
	}
	section.academics .wrap .links .image {
		display: block;
		height: 280px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.academics .wrap .links p {
		margin: 5px 0;
		text-decoration: none;
		color: #ffffff;
		font-size: 14px;
		box-sizing: border-box;
		display: block;
	}
	section.academics .wrap .clicks {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
		margin-top: 50px;
	}
	section.academics .wrap .clicks .item {
		width: 50%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.academics .wrap .clicks a {
		text-align: center;
		display: block;
		float: left;
		padding: 15px 0px;
		background-color: #ffffff;
		color: #000e23;
		border-radius: 5px;
		width: 100%;
		box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		text-decoration: none;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	}
	section.academics .wrap .clicks a:hover {
		background-color: #002d71;
		color: #ffd600;
	}
}
/*eclassroom*/
@media screen and (max-width: 500px) {
	section.eclass {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
		font-family: 'Lora', serif;
		font-family: 'Open Sans', sans-serif;
	}
	section.eclass>.wrap {
		width: 100%;
		overflow: auto;
		position: relative;
	}
	section.eclass h1 {
		width: 100%;
		margin: 20px 0 0px 0;
		text-align: center;
		font-size: 35px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	section.eclass h1 span {
		color: #ffcb93;
	}
	section.eclass .image {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		background-image: url(images/eclass_bg.png);
		background-repeat: no-repeat;
		background-position: 80% bottom;
		background-size: auto 100%;
	}
	section.eclass .info {
		width: 100%;
		height: 100%;
		position: relative;
		box-sizing: border-box;
		padding: 20px 50px 320px 50px;
		box-sizing: border-box;
	}
	section.eclass .info>.innr {}
	section.eclass .info .item {
		height: auto;
		overflow: auto;
		position: relative;
		padding: 10px 0;
		box-sizing: border-box;
	}
	section.eclass .info .item p {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin: 0;
	}
	section.eclass .info a {
		width: 200px;
		text-align: center;
		border-radius: 5px;
		text-decoration: none;
		font-weight: bold;
		color: black;
		height: 50px;
		line-height: 50px;
		background-color: #ffae00;
		display: block;
		margin: 20px auto 0 auto;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.eclass {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
		font-family: 'Lora', serif;
		font-family: 'Open Sans', sans-serif;
	}
	section.eclass>.wrap {
		width: 100%;
		overflow: auto;
		position: relative;
	}
	section.eclass h1 {
		width: 100%;
		margin: 20px 0 0px 0;
		text-align: center;
		font-size: 35px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	section.eclass h1 span {
		color: #ffcb93;
	}
	section.eclass .image {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		background-image: url(images/eclass_bg.png);
		background-repeat: no-repeat;
		background-position: 50% bottom;
		background-size: auto 100%;
	}
	section.eclass .info {
		width: 100%;
		height: 100%;
		position: relative;
		box-sizing: border-box;
		padding: 20px 50px 320px 50px;
		box-sizing: border-box;
	}
	section.eclass .info>.innr {}
	section.eclass .info .item {
		height: auto;
		overflow: auto;
		position: relative;
		padding: 10px 0;
		box-sizing: border-box;
	}
	section.eclass .info .item p {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin: 0;
	}
	section.eclass .info a {
		width: 200px;
		text-align: center;
		border-radius: 5px;
		text-decoration: none;
		font-weight: bold;
		color: black;
		height: 50px;
		line-height: 50px;
		background-color: #ffae00;
		display: block;
		margin: 20px auto 0 auto;
	}
}
@media screen and (min-width: 801px) {
	section.eclass {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		overflow: auto;
		font-family: 'Lora', serif;
		font-family: 'Open Sans', sans-serif;
	}
	section.eclass>.wrap {
		width: 100%;
		overflow: auto;
	}
	section.eclass h1 {
		width: 100%;
		margin: 20px 0;
		text-align: center;
		font-size: 45px;
	}
	section.eclass h1 span {
		color: #ffcb93;
	}
	section.eclass .image {
		width: 50%;
		float: left;
		height: 400px;
		position: relative;
		background-image: url(images/eclass_bg.png);
		background-repeat: no-repeat;
		background-position: 80% bottom;
		background-size: auto 100%;
	}
	section.eclass .info {
		width: 50%;
		float: left;
		height: 100%;
		position: relative;
		box-sizing: border-box;
	}
	section.eclass .info>.innr {}
	section.eclass .info .item {
		height: auto;
		overflow: auto;
		position: relative;
	}
	section.eclass .info .item p {
		font-size: 25px;
		font-weight: bold;
		width: 100%;
		max-width: 400px;
	}
	section.eclass .info a {
		width: 200px;
		text-align: center;
		border-radius: 5px;
		text-decoration: none;
		font-weight: bold;
		color: black;
		height: 50px;
		line-height: 50px;
		background-color: #ffae00;
		display: block;
	}
}
/*section.acrdt*/
@media screen and (max-width: 500px) {
	section.acrdtd {
		width: 100%;
		overflow: auto;
		margin: 0px 0;
	}
	section.acrdtd .wrap {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}
	section.acrdtd .wrap img.desk {
		display: none;
		width: 100%;
	}
	section.acrdtd .wrap img.mobi {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
	section.acrdtd {
		width: 100%;
		max-width: 700px;
		overflow: auto;
		margin: 0px auto;
		padding: 0px 20px 0px 20px;
		box-sizing: border-box;
	}
	section.acrdtd .wrap {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}
	section.acrdtd .wrap img.desk {
		display: none;
		width: 100%;
	}
	section.acrdtd .wrap img.mobi {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (min-width: 1001px) {
	section.acrdtd {
		width: 100%;
		max-width: 1500px;
		overflow: auto;
		margin: 0px auto;
		padding: 0 0px;
		box-sizing: border-box;
	}
	section.acrdtd .wrap {
		width: 100%;
		max-width: 2000px;
		overflow: auto;
		margin: 0 auto;
	}
	section.acrdtd .wrap img.desk {
		width: 100%;
		overflow: auto;
		display: block;
	}
	section.acrdtd .wrap img.mobi {
		display: none;
	}
}
/*alumni section*/
@media screen and (max-width: 500px) {
	section.alumni {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding: 0px 10px 40px 10px;
		box-sizing: border-box;
		margin: 0 auto;
		font-family: var(--main-font-family);
		overflow: auto;
	}
	section.alumni h1 {
		text-align: center;
		font-size: 25px;
		color: white;
	}
	section.alumni h2 {
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: lighter;
	}
	section.alumni>.innr {
		color: white;
		width: 50%;
		height: 500px;
		float: left;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.alumni>.innr h1 {
		color: #730c27;
		text-transform: capitalize;
		margin: 0;
		font-size: 40px;
		font-weight: bold;
		width: 100%;
		height: 50%;
		text-align: center;
		background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.alumni .faculties {
		width: 100%;
		overflow: auto;
		margin: 0;
		padding: 0px 5%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}
	section.alumni .faculties .item {
		width: 50%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.alumni .faculties .item>.innr {
		width: 100%;
		overflow: auto;
		text-decoration: none;
		display: block;
		color: #ffffff;
	}
	section.alumni .faculties .item img {
		width: 100%;
		display: block;
	}
	section.alumni .faculties .item .dept_name {
		font-size: 14px;
		padding-left: 0px;
		box-sizing: border-box;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		display: block;
	}
	section.alumni .faculties .item>.innr:hover .dept_name {
		padding-left: 10px;
	}
	section.alumni .article_photo {
		width: 45%;
		height: 440px;
		float: left;
		margin: 0 30px 30px 0;
		padding: 0 20px 20px 0;
		box-sizing: border-box;
		object-fit: cover;
	}
	section.alumni .img_box {
		position: relative;
		float: left;
		width: 40%;
		height: 100%;
		height: 500px;
		display: block;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.alumni .info {
		display: none;
		/*        float: left;*/
		width: 100%;
		/*        margin-left: 5%;*/
	}
	section.alumni .info h1 {
		font-size: 35px;
		margin-top: 0;
		color: #730c27;
	}
	section.alumni .info h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.alumni {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding: 0px 10px 40px 10px;
		box-sizing: border-box;
		margin: 0 auto;
		font-family: var(--main-font-family);
		overflow: auto;
	}
	section.alumni h1 {
		text-align: center;
		font-size: 25px;
		color: white;
	}
	section.alumni h2 {
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: lighter;
	}
	section.alumni>.innr {
		color: white;
		width: 50%;
		height: 500px;
		float: left;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.alumni>.innr h1 {
		color: #730c27;
		text-transform: capitalize;
		margin: 0;
		font-size: 40px;
		font-weight: bold;
		width: 100%;
		height: 50%;
		text-align: center;
		background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.alumni .faculties {
		width: 100%;
		overflow: auto;
		margin: 0;
		padding: 0px 5%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}
	section.alumni .faculties .item {
		width: 50%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.alumni .faculties .item>.innr {
		width: 100%;
		overflow: auto;
		text-decoration: none;
		display: block;
		color: #ffffff;
	}
	section.alumni .faculties .item img {
		width: 100%;
		display: block;
	}
	section.alumni .faculties .item .dept_name {
		font-size: 14px;
		padding-left: 0px;
		box-sizing: border-box;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		display: block;
	}
	section.alumni .faculties .item>.innr:hover .dept_name {
		padding-left: 10px;
	}
	section.alumni .article_photo {
		width: 45%;
		height: 440px;
		float: left;
		margin: 0 30px 30px 0;
		padding: 0 20px 20px 0;
		box-sizing: border-box;
		object-fit: cover;
	}
	section.alumni .img_box {
		position: relative;
		float: left;
		width: 40%;
		height: 100%;
		height: 500px;
		display: block;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.alumni .info {
		display: none;
		/*        float: left;*/
		width: 100%;
		/*        margin-left: 5%;*/
	}
	section.alumni .info h1 {
		font-size: 35px;
		margin-top: 0;
		color: #730c27;
	}
	section.alumni .info h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	section.alumni {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding: 0px 10px 40px 10px;
		box-sizing: border-box;
		margin: 0 auto;
		font-family: var(--main-font-family);
		overflow: auto;
	}
	section.alumni h1 {
		text-align: center;
		font-size: 25px;
		color: white;
	}
	section.alumni h2 {
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: lighter;
	}
	section.alumni>.innr {
		color: white;
		width: 50%;
		height: 500px;
		float: left;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.alumni>.innr h1 {
		color: #730c27;
		text-transform: capitalize;
		margin: 0;
		font-size: 40px;
		font-weight: bold;
		width: 100%;
		height: 50%;
		text-align: center;
		background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.alumni .faculties {
		width: 100%;
		overflow: auto;
		margin: 0;
		padding: 0px 5%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}
	section.alumni .faculties .item {
		width: 33.333%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.alumni .faculties .item>.innr {
		width: 100%;
		overflow: auto;
		text-decoration: none;
		display: block;
		color: #ffffff;
	}
	section.alumni .faculties .item img {
		width: 100%;
		display: block;
	}
	section.alumni .faculties .item .dept_name {
		font-size: 14px;
		padding-left: 0px;
		box-sizing: border-box;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		display: block;
	}
	section.alumni .faculties .item>.innr:hover .dept_name {
		padding-left: 10px;
	}
	section.alumni .article_photo {
		width: 45%;
		height: 440px;
		float: left;
		margin: 0 30px 30px 0;
		padding: 0 20px 20px 0;
		box-sizing: border-box;
		object-fit: cover;
	}
	section.alumni .img_box {
		position: relative;
		float: left;
		width: 40%;
		height: 100%;
		height: 500px;
		display: block;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.alumni .info {
		display: none;
		/*        float: left;*/
		width: 100%;
		/*        margin-left: 5%;*/
	}
	section.alumni .info h1 {
		font-size: 35px;
		margin-top: 0;
		color: #730c27;
	}
	section.alumni .info h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 1201px) {
	section.alumni {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding: 0px 0 40px 0;
		margin: 0 auto;
		font-family: var(--main-font-family);
		overflow: auto;
	}
	section.alumni h1 {
		text-align: center;
		font-size: 55px;
		color: white;
	}
	section.alumni h2 {
		text-align: center;
		font-size: 25px;
		color: white;
		font-weight: lighter;
	}
	section.alumni>.innr {
		color: white;
		width: 50%;
		height: 500px;
		float: left;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.alumni>.innr h1 {
		color: #730c27;
		text-transform: capitalize;
		margin: 0;
		font-size: 40px;
		font-weight: bold;
		width: 100%;
		height: 50%;
		text-align: center;
		background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.alumni .lf {
		display: none;
		height: 500px;
		float: left;
		width: 50%;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	section.alumni .lf>.innr {
		height: 100%;
	}
	section.alumni .lf h1 {
		color: #730c27;
		font-size: 60px;
		font-weight: normal;
		padding: 0 50px 100px 30px;
		box-sizing: border-box;
		height: 50%;
		margin: 0;
		font-family: 'Lora', serif;
		/*		text-align: center;*/
		width: 100%;
		background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.alumni .rt {
		display: none;
		width: 50%;
		height: 70%;
		box-sizing: border-box;
		float: left;
	}
	section.alumni .rt .top {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.alumni .rt .top h1 {
		width: 100%;
		margin: 0;
		background-color: #730c27;
		border-bottom: 5px solid #ffae00;
		color: white;
		padding: 20px;
		box-sizing: border-box;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
	}
	section.alumni .rt .btm {
		overflow: auto;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	section.alumni .rt .btm h1 {
		width: 100%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
	}
	section.alumni .faculties {
		width: 100%;
		overflow: auto;
		margin: 0;
		padding: 0px 5%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}
	section.alumni .faculties .item {
		width: 20%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.alumni .faculties .item>.innr {
		width: 100%;
		overflow: auto;
		text-decoration: none;
		display: block;
		color: #ffffff;
	}
	section.alumni .faculties .item img {
		width: 100%;
		display: block;
	}
	section.alumni .faculties .item .dept_name {
		font-size: 20px;
		padding-left: 0px;
		box-sizing: border-box;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		display: block;
	}
	section.alumni .faculties .item>.innr:hover .dept_name {
		padding-left: 10px;
	}
	section.alumni .article_photo {
		width: 45%;
		height: 440px;
		float: left;
		margin: 0 30px 30px 0;
		padding: 0 20px 20px 0;
		box-sizing: border-box;
		object-fit: cover;
	}
	section.alumni .img_box {
		position: relative;
		float: left;
		width: 40%;
		height: 100%;
		height: 500px;
		display: block;
		background-image: url(images/alumni_photo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.alumni .info {
		display: none;
		/*        float: left;*/
		width: 100%;
		/*        margin-left: 5%;*/
	}
	section.alumni .info h1 {
		font-size: 35px;
		margin-top: 0;
		color: #730c27;
	}
	section.alumni .info h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 0px;
	}
}
/*section.feature*/
@media screen and (max-width: 500px) {
	section.feature {
		padding: 50px 0px;
		box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
	}
	section.feature .wrap {
		overflow: auto;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
	}
	section.feature .wrap>h1 {
		font-family: 'Lora', serif;
		font-weight: bold;
		font-size: 25px;
		text-align: center;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 50px auto;
	}
	section.feature .wrap .info_wrap {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.feature .wrap .info_wrap .info {
		overflow: auto;
		padding: 0 10px 30px 10px;
		box-sizing: border-box;
		width: 100%;
		font-family: 'Lora', serif;
		font-family: 'Open Sans', sans-serif;
		position: relative;
	}
	section.feature .wrap .info .image {
		height: 200px;
		background-size: cover;
		background-position: center;
	}
	section.feature .wrap .info h1 {
		font-size: 20px;
		font-family: 'Lora', serif;
	}
	section.feature .wrap .info h2 {
		font-size: 16px;
		font-weight: normal;
		font-family: 'Open Sans', sans-serif;
	}
	section.feature .wrap .info a {
		display: block;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		color: #730c27;
	}
}
@media screen and (min-width: 501px) and (max-width: 900px) {
	section.feature {
		padding: 50px 0px;
		box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
	}
	section.feature .wrap {
		overflow: auto;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	section.feature .wrap>h1 {
		font-family: 'Lora', serif;
		font-weight: bold;
		font-size: 25px;
		text-align: center;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 50px auto;
	}
	section.feature .wrap .info_wrap {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.feature .wrap .info_wrap .info {
		overflow: auto;
		padding: 0 10px 30px 10px;
		box-sizing: border-box;
		width: 100%;
		font-family: 'Lora', serif;
		font-family: 'Open Sans', sans-serif;
		position: relative;
	}
	section.feature .wrap .info .image {
		height: 200px;
		background-size: cover;
		background-position: center;
	}
	section.feature .wrap .info h1 {
		font-size: 20px;
		font-family: 'Lora', serif;
	}
	section.feature .wrap .info h2 {
		font-size: 16px;
		font-weight: normal;
		font-family: 'Open Sans', sans-serif;
	}
	section.feature .wrap .info a {
		display: block;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		color: #730c27;
	}
}
@media screen and (min-width: 901px) {
	section.feature {
		padding: 80px 0px;
		box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
	}
	section.feature .wrap {
		overflow: auto;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		max-width: 1500px;
		margin: 0 auto;
	}
	section.feature .wrap>h1 {
		font-family: 'Lora', serif;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 50px auto;
	}
	section.feature .wrap .info_wrap {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		overflow: auto;
		display: flex;
	}
	section.feature .wrap .info_wrap .info {
		float: left;
		padding: 0 10px 30px 10px;
		box-sizing: border-box;
		width: 33.33333%;
		font-family: 'Lora', serif;
		font-family: 'Open Sans', sans-serif;
		display: table-cell;
		position: relative;
	}
	section.feature .wrap .info .image {
		height: 220px;
		background-size: cover;
		background-position: center;
	}
	section.feature .wrap .info h1 {
		font-size: 25px;
		line-height: 28px;
		height: 70px;
		font-family: 'Lora', serif;
	}
	section.feature .wrap .info h2 {
		font-size: 16px;
		font-weight: normal;
		font-family: 'Open Sans', sans-serif;
	}
	section.feature .wrap .info a {
		display: block;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		color: #730c27;
		position: absolute;
		bottom: 0;
	}
}
/*graduate programs*/
@media screen and (max-width: 500px) {
	section.gdt_pgms {
		width: 100%;
		height: auto;
		/*        display: inline-block;*/
		position: relative;
		overflow: hidden;
	}
	section.gdt_pgms .img_wrap {
		position: absolute;
		z-index: 01;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	section.gdt_pgms .ovly {
		position: relative;
		z-index: 02;
		box-sizing: border-box;
		overflow: auto;
		width: 100%;
		background-color: rgba(0, 10, 44, 0.85);
	}
	section.gdt_pgms .wrap {
		margin: 0 auto;
		width: 90%;
		overflow: auto;
		padding: 0;
	}
	section.gdt_pgms .wrap .lf {
		text-align: center;
		width: 100%;
		border-bottom: 1px solid white;
		box-sizing: border-box;
	}
	section.gdt_pgms .wrap .lf h1 {
		font-family: 'Open Sans Condensed', sans-serif;
		color: white;
		font-size: 55px;
		line-height: 50px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	section.gdt_pgms .wrap .lf h2 {
		font-family: 'Open Sans Condensed', sans-serif;
		color: white;
		font-size: 25px;
		line-height: 30px;
	}
	section.gdt_pgms .wrap .rt {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 10px
	}
	section.gdt_pgms .wrap .rt a {
		display: inline-block;
		padding: 7px 10px;
		box-sizing: border-box;
		margin: 0 0 10px 0;
		text-decoration: none;
		font-weight: bold;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 15px;
		color: white;
		border-radius: 5px;
		text-align: center;
		width: 100%;
	}
	section.gdt_pgms .wrap .rt .view_info {
		background-color: #0f16cb;
	}
	section.gdt_pgms .wrap .rt .view_list {
		background-color: #ffba00;
		color: black;
	}
}
@media screen and (min-width: 501px) and (max-width: 900px) {
	section.gdt_pgms {
		width: 100%;
		height: 400px;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}
	section.gdt_pgms .img_wrap {
		position: absolute;
		z-index: 01;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	section.gdt_pgms .img_wrap .gdt_bg_image {
		position: relative;
	}
	section.gdt_pgms .ovly {
		position: relative;
		z-index: 01;
		box-sizing: border-box;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 10, 44, 0.85);
	}
	section.gdt_pgms .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1100px;
		padding: 50px 0;
	}
	section.gdt_pgms .wrap .lf {
		text-align: right;
		float: left;
		width: 50%;
		border-right: 1px solid white;
		padding-right: 20px;
		box-sizing: border-box;
	}
	section.gdt_pgms .wrap .lf h1 {
		font-family: 'Open Sans Condensed', sans-serif;
		color: white;
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 30px;
		margin-top: 0px;
	}
	section.gdt_pgms .wrap .lf h2 {
		font-family: 'Open Sans Condensed', sans-serif;
		color: white;
		font-size: 20px;
	}
	section.gdt_pgms .wrap .rt {
		padding-left: 20px;
		box-sizing: border-box;
		float: left;
		width: 50%;
	}
	section.gdt_pgms .wrap .rt a {
		width: 40%;
		text-indent: 20px;
		padding: 10px 0;
		margin: 10px 0;
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 16px;
		color: white;
		border-radius: 5px;
	}
	section.gdt_pgms .wrap .rt .view_info {
		background-color: #afafaf;
		width: 80%;
	}
	section.gdt_pgms .wrap .rt .view_info:hover {
		background-color: #383838;
	}
	section.gdt_pgms .wrap .rt .view_list {
		width: 90%;
		background-color: #730c27;
	}
	section.gdt_pgms .wrap .rt .view_list:hover {
		background-color: #cb0035;
	}
}
@media screen and (min-width: 901px) {
	section.gdt_pgms {
		width: 100%;
		margin: 0 auto;
		max-width: 2000px;
		height: 550px;
		position: relative;
		overflow: hidden;
	}
	section.gdt_pgms .img_wrap {
		position: absolute;
		z-index: 01;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	section.gdt_pgms .img_wrap .gdt_bg_image {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	section.gdt_pgms .ovly {
		position: relative;
		z-index: 01;
		box-sizing: border-box;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 10, 44, 0.85);
	}
	section.gdt_pgms .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1100px;
		padding: 70px 0;
	}
	section.gdt_pgms .wrap .lf {
		text-align: right;
		float: left;
		width: 55%;
		border-right: 1px solid white;
		padding-right: 20px;
		box-sizing: border-box;
	}
	section.gdt_pgms .wrap .lf h1 {
		font-family: 'Open Sans Condensed', sans-serif;
		color: white;
		font-size: 80px;
		line-height: 70px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	section.gdt_pgms .wrap .lf h2 {
		font-family: 'Open Sans Condensed', sans-serif;
		color: white;
		font-size: 30px;
	}
	section.gdt_pgms .wrap .rt {
		padding-left: 20px;
		box-sizing: border-box;
		float: left;
		width: 45%;
	}
	section.gdt_pgms .wrap .rt a {
		width: 40%;
		text-indent: 20px;
		padding: 10px 0;
		margin: 10px 0;
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 16px;
		color: white;
		border-radius: 5px;
	}
	section.gdt_pgms .wrap .rt .view_info {
		background-color: #afafaf;
		width: 40%;
	}
	section.gdt_pgms .wrap .rt .view_info:hover {
		background-color: #383838;
	}
	section.gdt_pgms .wrap .rt .view_list {
		width: 60%;
		background-color: #730c27;
	}
	section.gdt_pgms .wrap .rt .view_list:hover {
		background-color: #cb0035;
	}
}
/*about*/
@media screen and (max-width: 500px) {
	section.about {
		overflow: auto;
		width: 100%;
		padding: 80px 0;
		box-sizing: border-box;
		display: none;
	}
	section.about>h1 {
		font-family: 'Lora', serif;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
		width: 100%;
		max-width: 600px;
		margin: 0 auto 50px auto;
	}
	section.about .wrap {
		width: 100%;
		max-width: 700px;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
		overflow: auto;
	}
	section.about .wrap>div {
		float: left;
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
		font-family: 'Lora', serif;
		border-radius: 5px;
		font-family: 'Open Sans', sans-serif;
	}
	section.about .wrap p.headline {
		font-weight: bold;
		margin: 0;
		font-size: 25px;
		height: 70px;
		padding: 20px;
		box-sizing: border-box;
		color: #730c27;
		font-family: 'Lora', serif;
		text-align: center;
	}
	section.about .wrap .mid {
		text-align: center;
	}
	section.about .wrap .mid p.content {
		font-size: 18px;
	}
	section.about .wrap .item {
		/*        background-color: white;*/
		/*        border: 1px solid grey;*/
	}
	section.about .wrap .item p {
		font-weight: bold;
		margin: 0;
		font-size: 25px;
		line-height: 28px;
		height: 70px;
		padding: 20px;
		box-sizing: border-box;
		color: #730c27;
	}
	section.about .wrap .item a.image {
		display: block;
		width: 100%;
		height: 220px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section.about .wrap .item sup {
		padding: 10px;
		box-sizing: border-box;
		display: block;
		color: grey;
	}
}
@media screen and (min-width: 501px) and (max-width: 900px) {
	section.about {
		overflow: auto;
		width: 100%;
		padding: 80px 0;
		box-sizing: border-box;
		display: none;
	}
	section.about>h1 {
		font-family: 'Lora', serif;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
		width: 100%;
		max-width: 600px;
		margin: 0 auto 50px auto;
	}
	section.about .wrap {
		width: 100%;
		max-width: 700px;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
		overflow: auto;
	}
	section.about .wrap>div {
		float: left;
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
		font-family: 'Lora', serif;
		border-radius: 5px;
		font-family: 'Open Sans', sans-serif;
	}
	section.about .wrap p.headline {
		font-weight: bold;
		margin: 0;
		font-size: 25px;
		height: 70px;
		padding: 20px;
		box-sizing: border-box;
		color: #730c27;
		font-family: 'Lora', serif;
		text-align: center;
	}
	section.about .wrap .mid {
		text-align: center;
	}
	section.about .wrap .mid p.content {
		font-size: 18px;
	}
	section.about .wrap .item {
		/*        background-color: white;*/
		/*        border: 1px solid grey;*/
	}
	section.about .wrap .item p {
		font-weight: bold;
		margin: 0;
		font-size: 25px;
		line-height: 28px;
		height: 70px;
		padding: 20px;
		box-sizing: border-box;
		color: #730c27;
	}
	section.about .wrap .item a.image {
		display: block;
		width: 100%;
		height: 220px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section.about .wrap .item sup {
		padding: 10px;
		box-sizing: border-box;
		display: block;
		color: grey;
	}
}
@media screen and (min-width: 901px) {
	section.about {
		overflow: auto;
		width: 100%;
		padding: 80px 0;
		box-sizing: border-box;
		display: none;
	}
	section.about>h1 {
		font-family: 'Lora', serif;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0 auto 50px auto;
	}
	section.about .wrap {
		width: 100%;
		max-width: 2000px;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
		overflow: auto;
	}
	section.about .wrap>div {
		float: left;
		overflow: auto;
		padding: 0 10px;
		box-sizing: border-box;
		width: 33.33333%;
		font-family: 'Lora', serif;
		border-radius: 5px;
		font-family: 'Open Sans', sans-serif;
	}
	section.about .wrap p.headline {
		font-weight: bold;
		margin: 0;
		height: 100px;
		font-size: 25px;
		padding: 20px;
		box-sizing: border-box;
		color: #730c27;
		font-family: 'Lora', serif;
		text-align: center;
	}
	section.about .wrap .mid {
		text-align: center;
	}
	section.about .wrap .mid p.content {
		font-size: 18px;
	}
	section.about .wrap .item {
		/*        background-color: white;*/
		/*        border: 1px solid grey;*/
	}
	section.about .wrap .item a.image {
		display: block;
		width: 100%;
		height: 220px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section.about .wrap .item sup {
		padding: 10px;
		box-sizing: border-box;
		display: block;
		color: grey;
	}
}
/*partners*/
section.partners .main .partner .course_links a:nth-of-type(1) {
	background-color: #8dc540;
}
section.partners .main .partner .course_links a:nth-of-type(2) {
	background-color: #0170bf;
}
section.partners .main .partner .course_links a:nth-of-type(3) {
	background-color: #f8931f;
}
section.partners .main .partner .course_links a:nth-of-type(4) {
	background-color: #939393;
}
@media screen and (max-width: 500px) {
	section.partners {
		overflow: auto;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
	}
	section.partners {
		background-color: #cccccc;
		overflow: hidden;
		position: relative;
		width: 100%;
		padding: 0px 0 0px 0;
		margin: 0px 0 0px 0;
	}
	section.partners img.fcy_anmt {
		position: absolute;
		width: 150vw;
		top: -30vw;
		right: -25vw;
		margin: auto;
		-webkit-animation: rotate-center 150s linear infinite both;
		animation: rotate-center 150s linear infinite both;
		z-index: 1;
	}
	@-webkit-keyframes rotate-center {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes rotate-center {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	section.partners .wrap {
		position: relative;
		z-index: 02;
		width: 100%;
		overflow: auto;
		max-width: 1100px;
		margin: 0 auto;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	section.partners a {
		float: left;
		width: 50%;
		display: block;
		height: 100px;
		position: relative;
		pointer-events: none;
	}
	section.partners a img {
		max-width: 80%;
		max-height: 80%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	section.partners p {
		color: #ffffff;
		background-color: #000e23;
		text-align: center;
		font-size: 25px;
		line-height: 30px;
		margin: 0;
		box-sizing: border-box;
		z-index: 3;
		position: relative;
		padding: 20px 40px;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.partners {
		overflow: auto;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
	}
	section.partners {
		background-color: #cccccc;
		overflow: hidden;
		position: relative;
		width: 100%;
		padding: 0px 0 0px 0;
		margin: 0px 0 0px 0;
	}
	section.partners p {
		color: #ffffff;
		background-color: #000e23;
		text-align: center;
		font-size: 25px;
		line-height: 30px;
		margin: 0;
		box-sizing: border-box;
		z-index: 3;
		position: relative;
		padding: 20px 40px;
	}
	section.partners img.fcy_anmt {
		position: absolute;
		width: 150vw;
		top: -30vw;
		right: -25vw;
		margin: auto;
		-webkit-animation: rotate-center 150s linear infinite both;
		animation: rotate-center 150s linear infinite both;
		z-index: 1;
	}
	@-webkit-keyframes rotate-center {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes rotate-center {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	section.partners .wrap {
		position: relative;
		z-index: 02;
		width: 100%;
		overflow: auto;
		max-width: 1100px;
		margin: 0 auto;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	section.partners a {
		float: left;
		width: 50%;
		display: block;
		height: 120px;
		position: relative;
		pointer-events: none;
	}
	section.partners a img {
		max-width: 90%;
		max-height: 90%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}
@media screen and (min-width: 801px) {
	section.partners {
		background-color: #d8d8d8;
		overflow: hidden;
		position: relative;
		width: 100%;
		padding: 0px 0 0px 0;
		margin: 0px auto 0px auto;
		max-width: 2000px;
	}
	section.partners img.fcy_anmt {
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		-webkit-animation: rotate-center 150s linear infinite both;
		animation: rotate-center 150s linear infinite both;
		z-index: 1;
	}
	@-webkit-keyframes rotate-center {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes rotate-center {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	section.partners .wrap {
		position: relative;
		z-index: 02;
		width: 100%;
		overflow: auto;
		max-width: 1100px;
		margin: 0 auto;
		padding: 50px 0;
	}
	section.partners a {
		float: left;
		width: 22%;
		margin-left: 2.4%;
		margin-bottom: 30px;
		display: block;
		height: 120px;
		position: relative;
		pointer-events: none;
	}
	section.partners p {
		color: #ffffff;
		background-color: #000e23;
		text-align: center;
		font-size: 25px;
		line-height: 55px;
		margin: 0;
		box-sizing: border-box;
		box-sizing: border-box;
		z-index: 3;
		position: relative;
		padding: 20px 0;
	}
	section.partners a img {
		max-width: 95%;
		max-height: 95%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}
/*store link and jmmb advert section*/
@media screen and (max-width: 500px) {
	section.store_link {
		font-family: 'Open Sans', sans-serif;
		position: relative;
		width: 100%;
		height: 350px;
		background-image: url(images/store_section_bg_1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border: solid #730c27;
		border-width: 10px 0 0px 0;
		margin-bottom: 50px;
		display: none;
	}
	section.store_link .btn {
		position: absolute;
		z-index: 2;
		bottom: 0px;
		height: auto;
		width: 100%;
		background-image: url(images/store_section_bg_3.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
	}
	section.store_link .btn .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
	}
	section.store_link .btn .wrap #go_to_store {
		display: block;
		text-decoration: none;
		color: black;
		height: 40px;
		line-height: 40px;
		margin: 10px auto 0 auto;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		width: 150px;
		border-radius: 5px;
		background-color: #ffae00;
	}
	section.store_link .btn .wrap .bank_icons {
		height: 100%;
		width: 100%;
		/* float: left; */
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
	}
	section.store_link .btn .wrap .bank_icons div {
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		border-radius: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 30px;
		width: 75px;
		float: left;
	}
	section.store_link .wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: hidden;
		max-width: 900px;
	}
	section.store_link .wrap img {
		position: absolute;
		left: -30vw;
		bottom: 0;
		height: 100%;
	}
	section.store_link .wrap .info {
		text-align: right;
		height: 100%;
		width: 480px;
		float: right;
		padding: 0 10px;
		position: relative;
	}
	section.store_link .wrap .info .fcy_block {
		position: absolute;
		top: 10px;
		right: 0;
		height: 5px;
		width: 150px;
		background-image: url(images/store_section_fcy_block.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.store_link .wrap .info h1 {
		font-size: 35px;
		margin: 10px 0 0 0;
		padding-bottom: 0;
	}
	section.store_link .wrap .info p {
		margin: 0;
		width: 35%;
		float: right;
		font-weight: bold;
		font-size: 15px;
	}
	section.jmmb_link {
		font-family: 'Open Sans', sans-serif;
		position: relative;
		width: 100%;
		overflow: auto;
		background-color: #3f3f98;
		background-image: url(images/store_section_bg_1A.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border: solid #e53828;
		border-width: 10px 0 2px 0;
		margin-bottom: 50px;
		/*		display: none;*/
	}
	section.jmmb_link .bnr {
		position: absolute;
		z-index: 2;
		bottom: 0px;
		height: 32vw;
		width: 100%;
		background-image: url(images/store_section_bg_3A_mobile.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: contain;
	}
	section.jmmb_link>.wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		overflow: auto;
	}
	section.jmmb_link>.wrap img {
		position: absolute;
		height: 60%;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0px;
	}
	section.jmmb_link>.wrap .info {
		text-align: center;
		height: auto;
		width: 100%;
		padding: 20px 20px 350px 20px;
		box-sizing: border-box;
		font-size: 16px;
	}
	section.jmmb_link>.wrap .info .fcy_block {
		position: absolute;
		height: 10px;
		width: 50%;
		left: 0;
		top: 10px;
		right: 0;
		margin: auto;
		background-color: #069249;
	}
	section.jmmb_link>.wrap .info .fcy_block .innr {
		position: absolute;
		height: 10px;
		width: 15px;
		top: 0px;
		right: 0px;
		clear: both;
		background-color: #e53828;
	}
	section.jmmb_link>.wrap .info h1 {
		font-size: 20px;
		line-height: 21px;
		margin-bottom: 10px;
		padding-bottom: 0;
		color: #001458;
	}
	section.jmmb_link>.wrap .info p {
		margin: 0;
		font-weight: bold;
		color: #001458;
	}
	section.jmmb_link>.wrap .info .contact {}
	section.jmmb_link>.wrap .info .contact a {
		text-decoration: none;
		color: #001458;
		font-weight: bold;
	}
}
@media screen and (min-width: 501px) and (max-width: 900px) {
	section.store_link {
		font-family: 'Open Sans', sans-serif;
		position: relative;
		width: 100%;
		height: 350px;
		background-image: url(images/store_section_bg_1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border: solid #730c27;
		border-width: 10px 0 2px 0;
		margin-bottom: 50px;
		display: none;
	}
	section.store_link .btn {
		position: absolute;
		z-index: 2;
		bottom: 50px;
		height: 70px;
		width: 100%;
		background-image: url(images/store_section_bg_3.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.store_link .btn .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
	}
	section.store_link .btn .wrap #go_to_store {
		display: block;
		text-decoration: none;
		color: black;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		width: 20%;
		float: left;
		border-radius: 5px;
		background-color: #ffae00;
	}
	section.store_link .btn .wrap .bank_icons {
		height: 100%;
		width: 80%;
		float: left;
		padding-left: 40px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
	}
	section.store_link .btn .wrap .bank_icons div {
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		border-radius: 5px;
		margin-top: 20px;
		height: 30px;
		width: 110px;
		float: left;
	}
	section.store_link .wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 900px;
	}
	section.store_link .wrap img {
		position: absolute;
		left: 0;
		height: 100%;
	}
	section.store_link .wrap .info {
		text-align: right;
		height: 100%;
		width: 480px;
		float: right;
	}
	section.store_link .wrap .info .fcy_block {
		float: right;
		height: 15px;
		width: 150px;
		margin-top: 25px;
		background-image: url(images/store_section_fcy_block.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.store_link .wrap .info h1 {
		font-size: 50px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	section.store_link .wrap .info p {
		margin: 0;
		font-weight: bold;
		font-size: 18px;
	}
	section.jmmb_link {
		font-family: 'Open Sans', sans-serif;
		position: relative;
		width: 100%;
		overflow: auto;
		background-color: #3f3f98;
		background-image: url(images/store_section_bg_1A.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border: solid #e53828;
		border-width: 10px 0 2px 0;
		margin-bottom: 50px;
		/*		display: none;*/
	}
	section.jmmb_link .bnr {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 2;
		bottom: 30px;
		height: 80px;
		width: 100%;
		background-image: url(images/store_section_bg_3A.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 120% auto;
		background-color: #048f46;
	}
	section.jmmb_link>.wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		overflow: auto;
	}
	section.jmmb_link>.wrap img {
		position: absolute;
		height: 60%;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0px;
	}
	section.jmmb_link>.wrap .info {
		text-align: center;
		height: auto;
		width: 80%;
		margin: 0 auto;
		padding: 20px 20px 350px 20px;
		box-sizing: border-box;
		font-size: 16px;
	}
	section.jmmb_link>.wrap .info .fcy_block {
		position: absolute;
		height: 10px;
		width: 50%;
		left: 0;
		top: 10px;
		right: 0;
		margin: auto;
		background-color: #069249;
	}
	section.jmmb_link>.wrap .info .fcy_block .innr {
		position: absolute;
		height: 10px;
		width: 15px;
		top: 0px;
		right: 0px;
		clear: both;
		background-color: #e53828;
	}
	section.jmmb_link>.wrap .info h1 {
		font-size: 20px;
		line-height: 21px;
		margin-bottom: 10px;
		padding-bottom: 0;
		color: #001458;
	}
	section.jmmb_link>.wrap .info p {
		margin: 0;
		font-weight: bold;
		color: #001458;
	}
	section.jmmb_link>.wrap .info .contact {}
	section.jmmb_link>.wrap .info .contact a {
		text-decoration: none;
		color: #001458;
		font-weight: bold;
	}
}
@media screen and (min-width: 901px) {
	section.store_link {
		font-family: 'Open Sans', sans-serif;
		position: relative;
		width: 100%;
		height: 350px;
		background-image: url(images/store_section_bg_1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border: solid #730c27;
		border-width: 10px 0 2px 0;
		margin-bottom: 50px;
		display: none;
	}
	section.store_link .btn {
		position: absolute;
		z-index: 2;
		bottom: 50px;
		height: 70px;
		width: 100%;
		background-image: url(images/store_section_bg_3.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.store_link .btn .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
	}
	section.store_link .btn .wrap #go_to_store {
		display: block;
		text-decoration: none;
		color: black;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		width: 20%;
		border-radius: 5px;
		background-color: #ffae00;
		float: left;
	}
	section.store_link .btn .wrap .bank_icons {
		height: 100%;
		width: 80%;
		float: left;
		padding-left: 40px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
	}
	section.store_link .btn .wrap .bank_icons div {
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		border-radius: 5px;
		margin-top: 20px;
		height: 30px;
		width: 110px;
		float: left;
	}
	section.store_link>.wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 900px;
	}
	section.store_link>.wrap img {
		position: absolute;
		left: 0;
		height: 100%;
	}
	section.store_link>.wrap .info {
		text-align: right;
		height: 100%;
		width: 480px;
		float: right;
	}
	section.store_link>.wrap .info .fcy_block {
		float: right;
		height: 15px;
		width: 150px;
		margin-top: 25px;
		background-image: url(images/store_section_fcy_block.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.store_link>.wrap .info h1 {
		font-size: 50px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	section.store_link>.wrap .info p {
		margin: 0;
		font-weight: bold;
		font-size: 18px;
	}
	section.jmmb_link {
		font-family: 'Open Sans', sans-serif;
		position: relative;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		height: 400px;
		background-image: url(images/store_section_bg_1A.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border: solid #e53828;
		border-width: 10px 0 2px 0;
		margin-bottom: 50px;
		padding: 0 50px;
		box-sizing: border-box;
		/*		display: none;*/
	}
	section.jmmb_link .bnr {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 2;
		bottom: 30px;
		height: 80px;
		width: 100%;
		background-image: url(images/store_section_bg_3A.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
		background-color: #048f46;
	}
	section.jmmb_link>.wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		height: 100%;
		overflow: auto;
	}
	section.jmmb_link>.wrap img {
		position: absolute;
		left: 0;
		height: 100%;
	}
	section.jmmb_link>.wrap .info {
		text-align: right;
		height: 100%;
		width: 480px;
		float: right;
	}
	section.jmmb_link>.wrap .info .fcy_block {
		position: absolute;
		height: 10px;
		width: 150px;
		top: 10px;
		right: 0px;
		clear: both;
		background-color: #069249;
	}
	section.jmmb_link>.wrap .info .fcy_block .innr {
		position: absolute;
		height: 10px;
		width: 15px;
		top: 0px;
		right: 0px;
		clear: both;
		background-color: #e53828;
	}
	section.jmmb_link>.wrap .info h1 {
		font-size: 28px;
		line-height: 28px;
		text-align: right;
		margin-bottom: 10px;
		padding-bottom: 0;
		color: #001458;
	}
	section.jmmb_link>.wrap .info p {
		margin: 0;
		font-weight: bold;
		font-size: 22px;
		color: #001458;
	}
	section.jmmb_link>.wrap .info .contact {}
	section.jmmb_link>.wrap .info .contact a {
		text-decoration: none;
		color: #001458;
		font-weight: bold;
		font-size: 22px;
	}
}
/*STORE MODAL*/
@media screen and (max-width: 500px) {
	.store_modal {
		font-family: 'Open Sans', sans-serif;
		position: fixed;
		height: 100vh;
		width: 100vw;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 10000;
		display: none;
	}
	.store_modal .inner {
		display: none;
		border: solid #730c27 1px;
		height: 100%;
		max-height: 500px;
		position: absolute;
		width: 90%;
		max-width: 600px;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
		background-color: white;
		box-sizing: border-box;
		background-image: url(images/store_section_bg_1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.store_modal .inner .modal_close {
		position: absolute;
		top: 0;
		right: 0px;
		width: auto;
		width: 70px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-family: sans-serif;
		color: white;
		background-color: #730c27;
		font-size: 12px;
		cursor: pointer;
	}
	.store_modal .inner .btn {
		position: absolute;
		z-index: 2;
		bottom: 0;
		height: auto;
		width: 100%;
		background-image: url(images/store_section_bg_3.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 650% 100%;
	}
	.store_modal .inner .btn .wrap {
		margin: 0 auto;
		width: 100%;
		height: auto;
		overflow: auto;
		max-width: 800px;
		padding: 0;
		box-sizing: border-box;
	}
	.store_modal .inner .btn .wrap #go_to_store {
		display: block;
		text-decoration: none;
		color: black;
		height: 40px;
		line-height: 40px;
		margin: 8px auto 0 auto;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		width: 150px;
		border-radius: 5px 5px 0 0;
		background-color: #ffae00;
	}
	.store_modal .inner .btn .wrap .bank_icons {
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
	}
	.store_modal .inner .btn .wrap .bank_icons div {
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		border-radius: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 25px;
		width: 70px;
		float: left;
	}
	.store_modal .inner img {
		position: absolute;
		left: 10%;
		right: 0;
		bottom: 70px;
		height: 200px;
	}
	.store_modal .inner .info {
		text-align: left;
		height: 100%;
		width: 100%;
		padding: 40px 0px;
		box-sizing: border-box;
	}
	.store_modal .inner .info .fcy_block {
		position: absolute;
		height: 5px;
		width: 100%;
		top: 225px;
		background-image: url(images/store_section_fcy_block.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.store_modal .inner .info h1 {
		font-size: 35px;
		margin: 0;
		padding-bottom: 0;
		width: 100%;
		padding: 0 20px;
	}
	.store_modal .inner .info p {
		margin: 0;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		padding: 0 20px;
	}
}
@media screen and (min-width: 501px) and (max-width: 720px) {
	.store_modal {
		font-family: 'Open Sans', sans-serif;
		position: fixed;
		height: 100vh;
		width: 100vw;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 10000;
		display: none;
	}
	.store_modal .inner {
		display: none;
		border: solid #730c27 1px;
		height: 100%;
		max-height: 400px;
		position: absolute;
		width: 100%;
		max-width: 600px;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
		background-color: white;
		box-sizing: border-box;
		background-image: url(images/store_section_bg_1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.store_modal .inner .modal_close {
		position: absolute;
		top: 0px;
		right: 0px;
		width: auto;
		height: 30px;
		line-height: 35px;
		width: 70px;
		text-align: center;
		padding: 4px 5px;
		font-weight: bold;
		font-family: sans-serif;
		color: white;
		background-color: #730c27;
		font-size: 12px;
		cursor: pointer;
	}
	.store_modal .inner .btn {
		position: absolute;
		z-index: 2;
		bottom: 50px;
		height: 70px;
		width: 100%;
		background-image: url(images/store_section_bg_3.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.store_modal .inner .btn .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
		padding: 0 0 0 100px;
		box-sizing: border-box;
	}
	.store_modal .inner .btn .wrap #go_to_store {
		display: block;
		text-decoration: none;
		color: black;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		width: 150px;
		border-radius: 5px;
		background-color: #ffae00;
	}
	.store_modal .inner .btn .wrap .bank_icons {
		height: 100%;
		width: 80%;
		float: left;
		padding-left: 40px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
	}
	.store_modal .inner .btn .wrap .bank_icons div {
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		border-radius: 50px;
		margin-top: 20px;
		height: 25px;
		width: 80px;
		float: left;
	}
	.store_modal .inner img {
		position: absolute;
		left: 20px;
		bottom: 100px;
		height: 60%;
	}
	.store_modal .inner .info {
		text-align: left;
		height: 100%;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.store_modal .inner .info .fcy_block {
		height: 15px;
		width: 150px;
		margin-top: 25px;
		background-image: url(images/store_section_fcy_block.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.store_modal .inner .info h1 {
		font-size: 50px;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 250px;
	}
	.store_modal .inner .info p {
		padding-left: 250px;
		margin: 0;
		font-weight: bold;
		font-size: 15px;
	}
}
@media screen and (min-width: 721px) {
	.store_modal {
		font-family: 'Open Sans', sans-serif;
		position: fixed;
		height: 100vh;
		width: 100vw;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 10000;
		display: none;
	}
	.store_modal .inner {
		display: none;
		height: 100%;
		max-height: 400px;
		position: absolute;
		width: 100%;
		max-width: 600px;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
		border: solid #730c27 1px;
		background-color: white;
		box-sizing: border-box;
		background-image: url(images/store_section_bg_1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.store_modal .inner .modal_close {
		position: absolute;
		top: 0px;
		right: 0px;
		width: auto;
		height: 30px;
		line-height: 35px;
		width: 70px;
		text-align: center;
		padding: 4px 5px;
		font-weight: bold;
		font-family: sans-serif;
		color: white;
		background-color: #730c27;
		font-size: 12px;
		cursor: pointer;
	}
	.store_modal .inner .btn {
		position: absolute;
		z-index: 2;
		bottom: 50px;
		height: 70px;
		width: 100%;
		background-image: url(images/store_section_bg_3.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.store_modal .inner .btn .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
		padding: 0 40px;
		box-sizing: border-box;
	}
	.store_modal .inner .btn .wrap #go_to_store {
		display: block;
		text-decoration: none;
		color: black;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		width: 20%;
		float: left;
		border-radius: 5px;
		background-color: #ffae00;
	}
	.store_modal .inner .btn .wrap .bank_icons {
		height: 100%;
		width: 80%;
		float: left;
		padding-left: 40px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
	}
	.store_modal .inner .btn .wrap .bank_icons div {
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		border-radius: 50px;
		margin-top: 20px;
		height: 25px;
		width: 80px;
		float: left;
	}
	.store_modal .inner img {
		position: absolute;
		left: 20px;
		bottom: 100px;
		height: 60%;
	}
	.store_modal .inner .info {
		text-align: left;
		height: 100%;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.store_modal .inner .info .fcy_block {
		height: 15px;
		width: 150px;
		margin-top: 25px;
		background-image: url(images/store_section_fcy_block.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.store_modal .inner .info h1 {
		font-size: 50px;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 250px;
	}
	.store_modal .inner .info p {
		padding-left: 250px;
		margin: 0;
		font-weight: bold;
		font-size: 15px;
	}
}
/*JMMB MODAL*/
@media screen and (max-width: 500px) {
	.jmmb_modal {
		font-family: 'Open Sans', sans-serif;
		position: fixed;
		height: 100vh;
		width: 100vw;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 10000;
		display: none;
	}
	.jmmb_modal .inner {
		/*		display: none;*/
		height: 100%;
		max-height: 600px;
		position: absolute;
		width: 95%;
		max-width: 600px;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
		border: solid #ffae00 1px;
		background-color: white;
		box-sizing: border-box;
		background-color: #3f3f98;
		/*
		background-image: url(images/store_section_bg_1A.png);
		background-repeat: no-repeat;
		background-position: 30% center;
		background-size: cover;
*/
	}
	.jmmb_modal .inner .modal_close {
		position: absolute;
		top: 0px;
		right: 0px;
		width: auto;
		height: 30px;
		line-height: 35px;
		width: 70px;
		text-align: center;
		padding: 4px 5px;
		font-weight: bold;
		font-family: sans-serif;
		color: #000000;
		background-color: #ffae00;
		font-size: 12px;
		cursor: pointer;
		z-index: 100;
	}
	.jmmb_modal .inner .btn {
		position: absolute;
		z-index: 2;
		bottom: 0px;
		height: 35vw;
		width: 100%;
		background-image: url(images/store_section_bg_3A_mobile.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100%;
	}
	.jmmb_modal .inner .btn .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
		padding: 0 40px;
		box-sizing: border-box;
		display: none;
	}
	.jmmb_modal .inner img {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 60px;
		height: 45%;
	}
	.jmmb_modal .inner .info {
		height: 100%;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
	}
	.jmmb_modal .inner .info .fcy_block {
		position: absolute;
		right: 0px;
		left: 0px;
		margin: auto;
		height: 10px;
		width: 150px;
		top: 20px;
		background-color: #069249;
	}
	.jmmb_modal .inner .info .fcy_block .innr {
		position: absolute;
		height: 10px;
		width: 15px;
		top: 0px;
		right: 0px;
		clear: both;
		background-color: #e53828;
	}
	.jmmb_modal .inner .info h1 {
		font-size: 28px;
		line-height: 27px;
		margin: 40px auto 0 auto;
		width: 80vw;
		color: white;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	}
	.jmmb_modal .inner .info p {
		width: 90%;
		margin: 0 auto;
		font-weight: bold;
		font-size: 14px;
		color: white;
		margin-top: 20px;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	}
	.jmmb_modal .inner .info .contact {}
	.jmmb_modal .inner .info .contact a {
		text-decoration: none;
		color: white;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
		font-weight: bold;
	}
}
@media screen and (min-width: 501px) and (max-width: 720px) {
	.jmmb_modal {
		font-family: 'Open Sans', sans-serif;
		position: fixed;
		height: 100vh;
		width: 100vw;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 10000;
		display: none;
	}
	.jmmb_modal .inner {
		/*		display: none;*/
		height: 100%;
		max-height: 600px;
		position: absolute;
		width: 95%;
		max-width: 500px;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
		border: solid #ffae00 1px;
		background-color: white;
		box-sizing: border-box;
		background-color: #3f3f98;
		/*
		background-image: url(images/store_section_bg_1A.png);
		background-repeat: no-repeat;
		background-position: 30% center;
		background-size: cover;
*/
	}
	.jmmb_modal .inner .modal_close {
		position: absolute;
		top: 0px;
		right: 0px;
		width: auto;
		height: 30px;
		line-height: 35px;
		width: 70px;
		text-align: center;
		padding: 4px 5px;
		font-weight: bold;
		font-family: sans-serif;
		color: #000000;
		background-color: #ffae00;
		font-size: 12px;
		cursor: pointer;
		z-index: 100;
	}
	.jmmb_modal .inner .btn {
		position: absolute;
		z-index: 2;
		bottom: 0px;
		height: 35vw;
		width: 100%;
		background-image: url(images/store_section_bg_3A_mobile.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100%;
	}
	.jmmb_modal .inner .btn .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
		padding: 0 40px;
		box-sizing: border-box;
		display: none;
	}
	.jmmb_modal .inner img {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 60px;
		height: 45%;
	}
	.jmmb_modal .inner .info {
		height: 100%;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
	}
	.jmmb_modal .inner .info .fcy_block {
		position: absolute;
		right: 0px;
		left: 0px;
		margin: auto;
		height: 10px;
		width: 150px;
		top: 20px;
		background-color: #069249;
	}
	.jmmb_modal .inner .info .fcy_block .innr {
		position: absolute;
		height: 10px;
		width: 15px;
		top: 0px;
		right: 0px;
		clear: both;
		background-color: #e53828;
	}
	.jmmb_modal .inner .info h1 {
		font-size: 28px;
		line-height: 27px;
		margin: 40px auto 0 auto;
		width: 80%;
		color: white;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	}
	.jmmb_modal .inner .info p {
		width: 90%;
		margin: 0 auto;
		font-weight: bold;
		font-size: 14px;
		color: white;
		margin-top: 20px;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	}
	.jmmb_modal .inner .info .contact {}
	.jmmb_modal .inner .info .contact a {
		text-decoration: none;
		color: white;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
		font-weight: bold;
	}
}
@media screen and (min-width: 721px) {
	.jmmb_modal {
		font-family: 'Open Sans', sans-serif;
		position: fixed;
		height: 100vh;
		width: 100vw;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 10000;
		display: none;
	}
	.jmmb_modal .inner {
		/*		display: none;*/
		height: 100%;
		max-height: 600px;
		position: absolute;
		width: 95%;
		max-width: 500px;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
		border: solid #ffae00 1px;
		background-color: white;
		box-sizing: border-box;
		background-color: #3f3f98;
		/*
		background-image: url(images/store_section_bg_1A.png);
		background-repeat: no-repeat;
		background-position: 30% center;
		background-size: cover;
*/
	}
	.jmmb_modal .inner .modal_close {
		position: absolute;
		top: 0px;
		right: 0px;
		width: auto;
		height: 30px;
		line-height: 35px;
		width: 70px;
		text-align: center;
		padding: 4px 5px;
		font-weight: bold;
		font-family: sans-serif;
		color: #000000;
		background-color: #ffae00;
		font-size: 12px;
		cursor: pointer;
		z-index: 100;
	}
	.jmmb_modal .inner .btn {
		position: absolute;
		z-index: 2;
		bottom: 0px;
		height: 35vw;
		width: 100%;
		background-image: url(images/store_section_bg_3A_mobile.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100%;
	}
	.jmmb_modal .inner .btn .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 800px;
		padding: 0 40px;
		box-sizing: border-box;
		display: none;
	}
	.jmmb_modal .inner img {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 60px;
		height: 45%;
	}
	.jmmb_modal .inner .info {
		height: 100%;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
	}
	.jmmb_modal .inner .info .fcy_block {
		position: absolute;
		right: 0px;
		left: 0px;
		margin: auto;
		height: 10px;
		width: 150px;
		top: 20px;
		background-color: #069249;
	}
	.jmmb_modal .inner .info .fcy_block .innr {
		position: absolute;
		height: 10px;
		width: 15px;
		top: 0px;
		right: 0px;
		clear: both;
		background-color: #e53828;
	}
	.jmmb_modal .inner .info h1 {
		font-size: 28px;
		line-height: 27px;
		margin: 40px auto 0 auto;
		width: 80%;
		color: white;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	}
	.jmmb_modal .inner .info p {
		width: 90%;
		margin: 0 auto;
		font-weight: bold;
		font-size: 14px;
		color: white;
		margin-top: 20px;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	}
	.jmmb_modal .inner .info .contact {}
	.jmmb_modal .inner .info .contact a {
		text-decoration: none;
		color: white;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
		font-weight: bold;
	}
}