.burger-menu, .email_icon, .mobile_navigation, .mobile_banner {
	display: none;
}

a:visited li {
	border: inherit;
}

@media screen and (max-width:500px) {
	.wrapper {
		width:90%;
		margin:0 5%;
		padding:0;
	}

	.mobile_navigation {
		display: block;
		position: fixed;
		top:0;
		right:-180px;
		width: 180px;
		z-index: 99999;
		height:100%;
		background:#ffffff;
		overflow: hidden;


		transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
	}

	.mobile_navigation.hide {
		right:-180px;
		border:none;
	}

	.mobile_navigation.show {
		right:0px;
		border-left:2px solid #114a81;
	}

	.mobile_navigation ul {
		padding:0px 15px;
		list-style:none;
		position: relative;
	}

	.mobile_navigation ul a, .mobile_navigation ul li {
		padding:20px 0 16px 0;
		color:#114a81;
		text-decoration: none;
		cursor: pointer;
	}

	.mobile_navigation ul li {
		border-bottom: 1px solid #cfbf8d;
	}

	.mobile_navigation ul li i {
		float: right;
	}

	.mobile_navigation .education_button {
		cursor: pointer;
	}

	.mobile_navigation .mobile_nav_2 {
		right:-180px;
		transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		position: absolute;
		top:0;

		width:150px;
	}

	.mobile_navigation .mobile_nav_1 {
		right:0px;
		opacity: 1;
		transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
	}

	.mobile_navigation.education_section .mobile_nav_1 {
		right:180px;
		opacity: 0;
	}

	.mobile_navigation.education_section .mobile_nav_2 {
		display: block!important;
		right:0;
	}

	.mobile_banner {
		display: block;
		height:auto!important;
		border-bottom:6px solid #114a81;
	}

	.mobile_banner .banner_text {
		opacity: 1;
		padding:80px 0 80px 0!important;
	}

	.cycle-slideshow {
		display: none;
	}

	.burger-menu, .email_icon {
		display: block;
		position: absolute;
		top:50px;
		font-size:30px;
		cursor: pointer;
	}

	.burger-menu i, .email_icon i {
		color:#ffffff;
	}

	.burger-menu {
		right:0;
	}

	.email_icon {
		left: 0;
	}

	#header {
		width:90%;
		min-width:90%;
		border-bottom: 1px solid #ffffff;
		padding:0;
		height:100px;
	}

	#header ul {
		display: none;
	}

	#header img {
		margin: 0 auto;
		width:130px;
		padding:20px 0;
	}

	.banner {
		height:400px;
		min-width:90%;
	}

	.inside_page {
		height:auto;
	}

	.banner.inside_page .banner_text {
		padding: 80px 0 50px 0;
	}

	.banner.inside_page .banner_text h1 {
		font-size:30px;
	}

	.banner:first-child {
		display:none;
	}

	.banner .banner_text {
		padding-top:150px;
	}

	.banner_text a {
		padding:5px 10px;
		font-size:14px;
		margin:0 10px!important;
	}

	.banner .banner_text h1 {
		font-size:22px;
		line-height: 120%;
		padding:0;
		margin-bottom:20px;
	}

	.boxes, .service_section {
		height:auto;
	}

	.boxes {
		text-align: center;
		margin:20px 0;
	}

	.box {
		margin:10px 0;
	-webkit-box-shadow: 0px 22px 28px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 22px 28px -10px rgba(0,0,0,0.6);
	box-shadow: 0px 22px 28px -10px rgba(0,0,0,0.6);
	}

	.box:hover {
	-webkit-box-shadow: 0px 22px 28px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 22px 28px -10px rgba(0,0,0,0.6);
	box-shadow: 0px 22px 28px -10px rgba(0,0,0,0.6);
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	}

	.box span {
		left:0;
	}

	.strap {
		margin: 50px 0;
		min-width:90%;
	}

	.strap h2 {
		padding:20px;
		font-size: 20px;
	}

	.service_section {
		text-align: left;
		margin:50px 0 50px 0;
	}

	.service {
		width:100%;
		padding:0;
		height:auto;
		margin-bottom:20px;
	}

	.testimonial h3 {
		font-size:20px;
	}

	.testimonial p {
		font-size:17px;
	}

	.box.david {
		width:140px;
		height:140px;
		margin:0;
	-webkit-box-shadow: 0px 10px 28px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 28px -10px rgba(0,0,0,0.6);
	box-shadow: 0px 10px 28px -10px rgba(0,0,0,0.6);
	}

	.box.david span {
		height:50px;
	}

	.box.david p {
		font-size:16px;
	}

	#footer {
		min-width:90%;
	}

	#footer .line {
		height:4px;
	}

	#footer .blue_strap {
		padding:0px;
	}

	#footer img {
		width:150px;
	}

	#footer ul li {
		margin:15px 0;
		display: block;
	}

	.footer_nav {
		display:none;
	}




	.contact_section {
		height:auto;
		border:none;
	}

	.contact_text, .contact_form {
		width:100%;
		height:auto;
		float: inherit;
		border:none;
		margin:0;
		padding:0;
	}

	.contact_form {
		margin-top:30px;
	}

	.form_row {
		text-align: justify;
	}

	.contact_form .third, .contact_form .half {
		width:100%;
		margin:8px 0;
	}

	.contact_form select {
		width:100%;
	}





}