@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ff8a03;
}
#header {
	background: #000;
	position: absolute;
	height: auto;
	width: 100%;
	z-index: 100;
}
#header #block {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto;
	height: auto;
	width: 970px;
}

#header #logo {
	height: 80px;
	width: 160px;
}

#header .nav {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 11px 0;
}

#header #contact {
	color: #c8c8c8;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	font-family: 'AsapRegular', Arial, sans-serif;
}
#header #facebook {
	color: #c8c8c8;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	font-family: 'AsapRegular', Arial, sans-serif;
}
#header #contact .orange {
	color: #ff8a03;
}

#header #contact a {
	font-weight: normal;
	color: #c8c8c8;
	text-decoration: none;
}
#header #contact a:hover {
	color: #ff8a03;
}

#header #desk-nav {
	color: #c8c8c8;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	font-family: 'AsapRegular', Arial, sans-serif;
}
#header #desk-nav a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#header #desk-nav a:hover {
	color: #ff8a03;
}
#mobile-nav.js {
			display: none;
		}

#menu {
	background-color: #000;
	border: none;
	display: none;
	height: 40px;
	padding: 10px;
	position: fixed;
	right: 1rem;
	top: 1rem;
	width: 40px;
	z-index: 1000;
}

#menu:focus , #menu:active {
	outline: none;
}

#menu span {
	background-color: #fff;
	display: block;
	height: 2px;
	left: 20px;
	margin: -1px -10px;
	position: absolute;
	top: 20px;
	width: 20px;

	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

#menu span:nth-child(1) {
	top: 13px;
}

#menu span:nth-child(4) {
	top: 27px;
}

#menu.active span:nth-child(1) , #menu.active span:nth-child(4) {
	opacity: 0;
}

#menu.active span:nth-child(2) {
	transform: rotate(45deg);
}

#menu.active span:nth-child(3) {
	transform: rotate(-45deg);
}

.mobile-nav {
	background-color: #000;
	display: block;
	font-family: 'AsapRegular', Arial, sans-serif;
	height: 100vh;
	left: 0;
	opacity: 0;
	padding: 5rem 25px 1rem;
	position: fixed;
	top: -100vh;
	width: 100%;
	z-index: 998;
	transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}

.mobile-nav.active {
	opacity: 1;
	top: 0;
}

#mobile-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile-nav a {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0;
}

.mob-contacts {
	display: none;
}

#page {
	display: block;
	float: left;
	overflow: visible;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
}
#background {
	overflow: hidden;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#background img {
	height: auto;
	width: 100%;
}
#page #background {
	z-index: -1;
}
#slogan {
	height: 80px;
	width: 970px;
	position: absolute;
	z-index: 100;
	top: 160px;
	color: #FFF;
	font: 36px/40px 'AsapBold', Arial, sans-serif;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	left: 50%;
	margin-left: -485px;
}
#page #slogan {
	height: 80px;
	width: 970px;
	position: relative;
	z-index: 100;
	top: auto;
	color: #FFF;
	font: 36px/40px 'AsapBold', Arial, sans-serif;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
	margin-bottom: 60px;
}
#slogan .orange {
	color: #ff8a03;
}
#content {
	position: absolute;
	z-index: 500;
	top: 300px;
	width: 970px;
	margin-left: -485px;
	left: 50%;
}
#page #content {
	position: relative;
	z-index: auto;
	top: auto;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
}
#content .title {
	display: block;
	background: url(../images/orange50.png) repeat;
	margin: 0px;
	padding-left: 25px;
	color: #FFF;
	font-size: 30px;
	line-height: 50px;
	border-radius: 25px 25px 0px 0px;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-weight: normal;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
}
#content #mainarea {
	background: #FFF;
	padding: 10px 25px;
	width: 970px;
	overflow: visible;
	border-radius: 0px 0px 25px 25px;
	float: left;
}
#content #mainarea #text {
	width: 520px;
	display: block;
	float: left;
	font-family: 'AsapRegular', Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: justify;
}
#content #mainarea #text a {
	color: #ff8a03;
	text-decoration: none;

}
#content #mainarea #text a:hover {
	color: #333333;
	text-decoration: none;

}
#content #mainarea #text h2 {
	color: #FF8A03;
	font: 18px/21px 'AsapBold', Arial, sans-serif;
	margin-top: 0px;
}
#contact #content #mainarea #text p a {
	color: #FF8A03;
	text-decoration: none;
}
#contact #content #mainarea #text p a:hover {
	text-decoration: underline;
}

#content #mainarea #text #banner {
	background: url(../images/banner.gif) no-repeat 0px 0px;
	display: block;
	height: 80px;
	width: 520px;
	padding-left: 30px;
	line-height: 80px;
	font-size: 28px;
	color: #FFF;
	float: left;
}
#content #mainarea #text #banner strong {
	font-family: 'AsapBold', Arial, sans-serif;
}

#home #content #mainarea #sidebox{
	background: url(../images/orange50.png);
	
	padding: 10px;
	width: 330px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
}
#sidebox{
	background: url(../images/orange50.png);
	font-family: 'AsapBold', Arial, sans-serif;
	padding: 10px;
	width: 350px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
}

#sidebox .sideimg {
	display: block;
	height: 225px;
	width: auto;
}

#sidebox .sideimg.round {
	border-radius: 25px;
	height: auto;
	min-width: 200px;
	width: 100%;
}

#sidebox h2 {
	font-size: 24px;
	margin: 20px 0;
}

#home #content #mainarea #sidebox h2{
	text-align: right;
	margin-top: 0px;
	font-family: 'AsapBold', Arial, sans-serif;
	color: #FFF;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	float: left;
	width: 330px;
}


#home #content #mainarea #sidebox img{
	margin: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#team #content #mainarea #sidebox {
	background: #dfd8ff url(../images/team.jpg) no-repeat 0px 0px;
	padding: 10px;
	width: 330px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
	height: 400px;
}

#team #content #mainarea #sidebox p {
	text-align: left;
	font-size: 18px;
	color: #FFF;
	line-height: 20px;
	font-family: 'AsapBoldItalic', Arial, sans-serif;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	margin-top: 380px;
}

#info #content #mainarea #sidebox , #sidebox.turtle {
	background: #dfd8ff url(../images/info.jpg) no-repeat 0px 0px;
	padding: 10px;
	width: 330px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
	height: 400px;
}

#info #content #mainarea #sidebox h2 , #sidebox.turtle h2 {
	text-align: right;
	margin: 0px;
	font-family: 'AsapBold', Arial, sans-serif;
	color: #FFF;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	float: left;
	width: 98%;
}

#contact #content #mainarea #sidebox {
	width: 350px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
	height: 420px;
	overflow: hidden;
	font-family: 'AsapRegular', Arial, sans-serif;
	background: url(../images/orange50.png);
}
#contact #content #mainarea #text #form {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#contact #content #mainarea #text #form p {
	display: block;
	float: left;
	width: 120px;
	margin: 0px 0px 5px;
	line-height: 20px;
	padding: 0px;
	height: 20px;
}
.formbox {
	display: block;
	float: left;
	width: 390px;
	padding: 0px 4px;
	border: 1px solid #FF8A03;
	font: 14px/18px 'AsapRegular', Arial, sans-serif;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.formbutton {
	float: left;
	width: 150px;
	color: #FFF;
	background: #FF8A03;
	height: 20px;
	border-width: 0px;
	display: block;
	margin-right: 5px;
	border-radius: 5px;
}
#contact #content #mainarea #text #form img {
	display: block;
	float: left;
	height: 30px;
	width: 100px;
	margin: 0px 300px 5px 0px;
}

#testimonials #content #mainarea #sidebox {
	background: url(../images/orange50.png);
	padding: 10px;
	width: 330px;
	border-radius: 25px;
	margin-right: 50px;
	display: block;
	float: left;
	margin-left: 0px;
}

#testimonials #content #mainarea #sidebox h2 {
	text-align: right;
	margin-top: 0px;
	font-family: 'AsapBold', Arial, sans-serif;
	color: #FFF;
	text-shadow: 1px 2px 2px rgba(0, 0, 1, 0.75);
	display: block;
	float: left;
	width: 330px;
}

#testimonials #content #mainarea #sidebox img {
	margin: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background: #000;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 100;
	top: 935px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
}
#footer a {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#FE8C00;
	text-decoration: none;
}#footer .orange {
	color: #ff8a03;
}
#footer-testimonials {
	background: #000;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 100;
	top: 1045px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#footer-testimonials a {
	color:#fff;
	text-decoration: none;
}
#footer-testimonials a:hover {
	color:#FE8C00;
	text-decoration: none;
}
#footer-testimonials .orange {
	color: #ff8a03;
}
#footer-index {
	background: #000;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
}
#footer-index a {
	color:#fff;
	text-decoration: none;
}
#footer-index a:hover {
	color:#FE8C00;
	text-decoration: none;
}
#footer-index .orange {
	color: #ff8a03;
}
#footer-contact {
	background: #000;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 100;
	top: 1120px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: 'AsapRegular', Arial, sans-serif;
	font-size: 14px;}
#footer-contact a {
	color:#fff;
	text-decoration: none;
}
#footer-contact a:hover {
	color:#FE8C00;
	text-decoration: none;
}
#footer-contact .orange {
	color: #ff8a03;
}
.areas   {
	width: 100%;
	display: block;
	float: left;
	font-family: 'AsapRegular', Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: justify;
	line-height: 30px;
}
.areas a   {
	color: 	#333333;
	text-decoration: none;
}
.areas a:hover {
	color: 	#ff8a03;
	text-decoration: none;
}
.areas h2 {
	font: 28px/30px 'AsapBold', Arial, sans-serif;
	font-weight: normal;
}
.area-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.area-list li {
	flex-basis: 20%;
}
.blog {
	width: 920px;
	display: block;
	float: left;
	font-family: 'AsapRegular', Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: justify;
	line-height: 30px;
}
.blog a {
	color: 	#333333;
	text-decoration: none;
}
.blog a:hover {
	color: 	#ff8a03;
	text-decoration: none;
}
.blog-title {
	width: 83%;
	margin: 0px;
	float: left;
	margin-right: 5%;
	font-weight: normal;
	font-size: 20px;
}
.blog-date {
	width: 12%;
	margin: 0px;
	float: left;
	font-size: 20px;
	text-align: right;
}
.blog-row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border-bottom: 2px solid #333333;
	padding-bottom: 10px;
}
.blog-text {
	width: 100%;
	float: left;
	height: 56px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
.blog-readmore {
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
}
.blog-readmore img {
	width: 20px;
	float: left;
	font-weight: normal;
	height: 20px;
	margin-bottom: -4px;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-right: 5px;
}
.blog-back {
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
}
.mobile-phone {
	display:none;
}
.mobile-email {
	display:none;
}

#blog {
	background-color: rgba(255,138,3,.75);
	color: #fff;
	display: block;
	font-weight: bold;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 100px;
	width: 100%;
}

#blog:hover {
	background-color: rgba(255,138,3,1);
	text-decoration: none;
}

@media (max-width: 991px) {
	#header #block {
		padding: 0 25px;
		width: 100%;
	}
	#header #desk-nav , #header #contact {
		font-size: 14px;
	}
	#page #content , #content #mainarea {
		width: 100%;
	}
	#content .title , #content #mainarea {
		border-radius: 0;
	}
	#content #mainarea {
		display: flex;
		flex-direction: row;
		gap: 2rem;
		padding: 25px;
	}
	#sidebox , #content #mainarea #text {
		margin: 0;
		width: auto;
	}
	#sidebox {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	#sidebox h2 {
		font-size: 21px;
	}
	#page {
		padding-bottom: 0;
	}
	#page #slogan {
		font-size: 28px;
		height: auto;
		line-height: 32px;
		margin: 150px 25px 25px;
		width: calc(100% - 50px);
	}
	#sidebox .sideimg {
		height: 150px;
	}
	#sidebox iframe {
		min-width: 300px;
	}
	#form {
		display: flex;
		flex-direction: column;
	}
	#form p {
		margin-bottom: 0;
	}
	.formbox {
		margin-bottom: 10px;
		padding: 5px;
		width: 100%;
	}
	.formbutton {
		height: 30px;
		margin: 0 10px 10px 0;
	}
	#content #mainarea #text #banner {
		justify-content: center;
		aspect-ratio: 52/8;
		background-size: cover;
		display: flex;
		flex-direction: column;
		float: none;
		height: auto;
		margin: auto;
		max-width: 520px;
		padding: 0;
		width: 100%;
	}
	#content #mainarea #text #banner span {
		display: block;
		font-size: 24px;
		line-height: 1;
		padding-left: 5%;
		padding-right: 27%;
		text-align: center;
		width: 100%;
	}
	#sidebox.turtle {
		margin-right: 0;
		min-width: 300px;
	}
}

@media (max-width: 767px) {
	#content #mainarea {
		flex-direction: column;
	}
	#content .title {
		font-size: 22px;
		line-height: 24px;
		padding: 10px 25px;
	}
	#page #slogan {
		font-size: 18px;
		line-height: 20px;
	}
	#sidebox {
		flex-direction: row;
		gap: 2rem;
		justify-content: space-between;
	}
	#sidebox h2 {
		font-size: 18px;
	}
	#sidebox .sideimg , #sidebox .sideimg.round {
		border-radius: 15px;
		height: 100px;
		min-width: inherit;
		width: auto;
	}
	#header {
		position: fixed;
		z-index: 999;
	}
	#header .nav {
		display: none;
	}
	#header #logo , #header #logo img {
		height: 50px;
		width: 100px;
	}
	#header #block {
		padding: 10px 25px;
	}
	#blog {
		top: 70px;
	}
	#page #slogan {
		margin: 120px 25px 20px;
	}
	#menu {
		display: block;
	}
	.mob-contacts {
		color: #ff8a03;
		display: block;
		font-family: 'AsapRegular', Arial, sans-serif;
		font-size: 13px;
		padding-right: 3rem;
		text-align: right;
	}
	.mob-contacts p {
		margin: 0;
	}
	.mob-contacts a {
		color: #c8c8c8;
	}
	#sidebox.turtle {
		background-size: cover;
		background-position: 100% 60%;
		height: auto;
		min-width: inherit;
		padding-right: 50%;
		width: 100%;
	}
	.area-list li {
		flex-basis: 33%;
	}
}

@media (max-width: 480px) {
	#content #mainarea #text #banner span {
		font-size: 16px;
	}
	.area-list li {
		flex-basis: 50%;
	}
}