@media only screen and (max-width:790px){
	.topMargin10px {
		margin-top: 10px;
	}
	
	.contentMiddleJobs {
		width: 90%;
	}
	.contentMiddleJobsLbl {
		width: 90%;
		margin-top: 100px;
	}
	.contentMiddleJobs h1 {
		font-size: 20px;
	}
	.contentMiddle {
		width: 90%; 
		margin: 0 auto; 
	}
	.headerTopOuter {
		padding: 0 10px;
		height: 50px;
		line-height: 1;
	}
	.headerTop {
		width: 100%;
	}
	.headerTop #first {
		font-size: 13px;
		font-weight: normal;
	}
	.headerTop #second a {
		display: flex;
	}
	.slideShowContainer {
		margin-top: 60px;
	}
	.mainHeader {
		padding: 0 5% 0 5%;
		height: 60px;
		width: 100%;
	}
	#logo {
		width: 120px;
	}
	.menuList {
		display: none;
	}
	
	/* Hamburger */
	.containermobile {
		display: inline-block;
		cursor: pointer;
	}
	.bar1, .bar2, .bar3 {
		width: 30px;
		height: 2px;
		background-color: #7c848e;
		margin: 9px 0;
		transition: 0.4s;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
	
	#overlay {
		height: 0;
		width: 100vw;
		background: rgba(0,0,0, 0.8);
		z-index: 9999;
		overflow: hidden;
		position: fixed;
		left: 0;
		font-size: 18px;
		top:0;
		transition: height 0.5s;
		display: block;
		margin-top: 110px;
	}
	#overlay ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		height: 100vh;
		padding-left: 0;
		list-style-type: none;
	}
	#overlay ul li {
		padding-bottom: 5px;
	}
	#overlay ul li a {
		color: white;
		text-decoration: none;
		font-size: 18px;
		padding-bottom: 10px;
		text-transform: uppercase;
	}
	#overlay ul li .active {
		color: #65bd6a;
	}
	/* Homepage slider  */
	.imageText {
		font-size: 14px;
		top: 35%;
	}
	.bannerImage {
		height: auto;
	}
	.prevImage, .nextImage {
		font-size: 16px;
		width: 30px;
		height: 30px;
	}
	
	.imageText {
		max-width: 75%;
		left: 12.5%;
	}
	.boxesContainer{
		flex-direction: column;
	}
	.boxesContainer div {
		margin-top: 25px;
		width: 100%;
		padding-top: 0;
		padding: 30px;
		min-height: unset;
	}
	.boxesContainer .innerDiv {
		margin-top: 15px;
		margin-bottom: 0;
		padding: 30px;
	}
	
	.boxesContainer div i {
		font-size: 42px;
	}
	.boxesContainer div h6 {
		margin-top: 20px;
		font-size: 20px;
	}
	.boxesContainer div p {
		margin-top: 20px;
		font-size: 16px;
	}
	
	.footer {
		width: 90%;
		padding: 30px 0 30px 0;
	}
	.oneStopContainerInner {
		width: 90%;
	}
	.oneStopContainerInner p {
		font-size: 18px;
	}
	.oneStopContainerInner #button a {
		font-size: 14px;
		padding: 10px 8px;
	}
	
	.titleContainer {
		padding: 40px 5% 0 5%;
	}
	.titleContainer h2 {
		font-size: 20px;
	}
	.width1140px {
		width: 100%;
	}
	.projectGallery{
		width: 100%;
	}
	.mainContainerAuto {
		width: 90%;
	} 
	
	.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
		background: #65bd6a;
		border: 1px solid #65bd6a;
		border-radius: 0;
		color: #FFF;
		border-radius: 50%;
	}
	.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
	.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
		color: #FFF;
		transition: all 0.5s ease 0s;
	}
	.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
		left: 3%;
	}
	.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
		right: 3%;
	}
	.topMargin {
		margin-top: 50px;
	}
	.topMargin50px {
		margin-top: 40px;
	}
	.topMargin30px {
		margin-top: 30px;
	}
	
	.thinkAheadLeft .image {
		margin-right: 0;
	}
	
	.thinkAhead .image {
		width: 100%;
		height: 220px;
		margin-bottom: 20px;
	}
	.thinkAhead h1 {
		font-size: 20px;
		text-align: center;
	}
	.thinkAhead .paragraph {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
	.thinkAhead .imageBorderTrng {
		width: 120px;
	}
	.thinkAhead .imageBorderTrng::before {
		height: 120px;
	}
	
	/* Page banner */
	.pagesBanner {
		height: 200px;
		margin-top: 60px;
	}
	.pagesBanner #title {
		font-size: 22px;
		top: 50%;
	}
	.pagesBanner #breadcrumb {
		top: 70%;
		font-size: 16px;
	}
	.pagesBanner #descriptionOutter { 
		top: 35%;
	}
	.pagesBanner #description {
		font-size: 16px;
		width: 90%;
	}
	
	/* Contact  */
	.contactInformation {
		flex-direction: column;
		padding: 0 5%;
	}
	.contactInformation div #title {
		margin-bottom: 5px;
	}
	.contactInformation div #text {
		margin-bottom: 15px;
	}
	.topMargin80px {
		margin-top: 50px;
	}
	.contactForm {
		width: 90%;
		margin-top: 50px;
	}
	.contactForm #map {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.contactForm form {
		width: 100%;
	}
	
	.wa-mediabox-frame {
		top: 25%;
	}
	
	.wa-mediabox-title {
		bottom: unset;
		max-height: 300px;
		overflow-y: scroll;
	}
}