.mobile-header {
	display: none;
	background: #045300;  
}
.menuBtn>span:after,
.menuBtn>span:before {
    content: '';
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.menuBtn>span:after {
    top: -7px;
}

.menuBtn>span:before {
    bottom: -7px;
}
button.uk-button.uk-button-default {
    border: none !important;
}
.uk-open .menuBtn>span {
    height: 0;
}
.menuBtn > span {
	background-color: #afce69;
	border-radius: 1px;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -15px;
	-webkit-transition: height 100ms;
	transition: height 100ms;
}
.uk-open .menuBtn>span:after,
.uk-open .menuBtn>span:before {
    background-color: #afce69;
    top: 1px;
}
.mobile-header .menu a {
    color: #afce69;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 19px;
    padding: 10px 0;
  	
}

.mobile-header .uk-card-default {
  background: #045300;
}

.mobile-header ul.uk-nav-default.uk-nav-parent-icon.uk-nav.menu {
    text-align: left;	
}


button.uk-button.uk-button-default.mobile-menu {
    position: absolute;
    right: 0;
    top: 22px;
}
.mobile-header .uk-drop{
	width: 100%;
	top:100px !important;
}
.mobile-header ul.level2 li {
    padding: 5px 30px;
}
.mobile-header img {
    max-width: 200px;
    left: 0;
    position: relative;
    height: auto;
    top: 5px;
    padding: 0;
}
.uk-open .menuBtn>span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uk-open .menuBtn>span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menuBtn {
    height: 30px;
    width: 30px;
    display: block;
    right: 30px;
    top: 25px;
    z-index: 1200;
    position: relative;
 	
}
.menuBtn>span:after,
.menuBtn>span:before {
    content: '';
    background-color: #afce69;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
@media (max-width: 1024px) {
	.banner {
		margin-right: 0;
	}
	.header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.mobile-header p {
		padding: 0;
	}
	h3.mod-title, .bottom-a h3 {
		margin-left: 122px;
	}
	.oval {
		position: absolute;
		right: 65px;
		bottom: -40px;
		left: auto;
	}
	.top-a h3.mod-title {
		margin-left: 0;
	}
	.inner-banner {
		margin-right: 0;
	}
	a.logo .moduletable {
		display: inline-block;
	}
	a.logo {
		margin-left: 0;
		display: inline-block;
		padding: 10px;
	}
}
@media (max-width: 850px) {
	.container {
		max-width: 85%;
		margin: 0 auto;
	}
	.footer p {
		word-break: break-all;
	}
	.contact .main .main_ {
		max-width: 500px;
	}
	.main .main_ {
		margin-top: -57px;
	}

}
@media (max-width: 450px) {

.imagetop-img {
	height:250px;
}

.top-e .custom.uk-width-3-5.image {
	margin-top: 0px;
}

.uk-width-2-5 {
	width:100%;
}

.uk-width-3-5 {
	width:100%;
}

.top-e .uk-grid {
	margin-left: 0px;
	width:100%;
}

.background-imge {
	background-size: contain;
	background-repeat: no-repeat;
	max-height: 300px;
	height:300px;
}

.top-d1 .imagetop-img {
	background-size: contain;
	background-repeat: no-repeat;
}

.wbg-img {
	background-size: contain;
	background-repeat: no-repeat;
}

	a.logo {

	}
	.item-content .uk-width-1-1 {
		margin: 0;
		padding: 0;
	}
	.menuBtn {
		right: 10px;
	}
	.uk-width-1-2 {
		width: 100%;
	}
	.top-a {
		margin: 50px 0;
	}
	.top-b {
		padding: 50px 0;
	}
	.top-c {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.bottom-a {
		margin: 50px 0;
		padding: 50px 0;
	}
	.uk-width-1-4 {
		width: 100%;
	}
	.container2, .container3 {
		max-width: 85%;
	}
	.footer {
		padding-bottom: 150px;
		text-align: center;
	}
	.oval {
		bottom: -100px;
	}
	.item-content .uk-grid, .item-page {
		margin: 0;
		padding: 0;
	}
	.main .main_ {
		max-width: 85%;
		padding: 30px;
	}
	.custom.wbg {
		margin-top: 40px;
	}
	.imagebottom-img {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.main #userForm {
		margin-top: 0;
		max-width: 85%;
		padding: 50px 0;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.footer .border-content {
		margin-bottom: 40px;
	}
	.footer h3 {
		font-weight: 600;
	}
}
