@charset "utf-8";
/* CSS Document */

/* fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
/* fonts */

/* global */
*{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background:#fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	position: relative;
	overflow-x: hidden;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	line-height: 28px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 20px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

li {
	line-height: 22px;
}

a {
	color: #004f92;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}
.spacer10 {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	height:10px;
}
.spacer25 {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	height:25px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

label {
	font-weight: bold;
	font-size: 11px;
}

.formText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}
.img_responsive {
	max-width:100%;
}
/* end global */

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
#header {
	width: 100%;
	float: left;
	height: auto;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,30a89c+50,30a89c+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(48,168,156,1) 50%, rgba(48,168,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(48,168,156,1) 50%,rgba(48,168,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(48,168,156,1) 50%,rgba(48,168,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#30a89c',GradientType=1 ); /* IE6-9 */
	border-bottom: 1px solid #DADADA;
}
#header .logoArea {
	width: 30%;
	float: left;
	height: auto;
	padding: 8px 15px;
	box-sizing: border-box;
}
#header .logoArea img {
	max-width: 100%;
}
#header .navArea {
	width: 40%;
	float: left;
	height: auto;
	background-color: #dadada;
}
#header .topNavArea {
	width: 30%;
	float: right;
	height: auto;
	background-color: #30a89c;
	padding-left: 20px;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
}
.headerInner {
	position: relative;
}
/*#header .topNavArea:after {
	width: 100%;
	height: 100%;
	background-color: #30a89c;
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
}*/
#mainNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 71px;
	font-size: 0;
}
#mainNav > li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
}
#mainNav > li > a {
	display: block;
	padding: 0 9px;
	box-sizing: border-box;
	line-height: 30px;
	border-right: 1px solid #2ead9a;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
#mainNav > li > a:hover {
	text-decoration: none;
}
#mainNav > li:last-child > a {
	border-right: none;
}
#mainNav > li > .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	padding: 15px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.66);
	color: #fff;
	display: none;
}
#mainNav > li > .dropdown-menu:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(0,0,0,0.66);
	content: '';
}
#mainNav > li.selected {
	position: static;
}
#mainNav > li.selected > .dropdown-menu {
	display: block;
	width: 70%;
	left: 30%;
}
.childNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 240px;
	float: left;
}
.childNav li {
	display: inline-block;
	width: 100%;
	border: none;
	position: relative;
}
.childNav li a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	padding: 0 10px;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
}
.childNav li a:before {
	content: "\f04d";
	font-family: FontAwesome;
	color: #31AEA0;
	font-size: 7px;
	position: absolute;
	top: 0;
	left: 8px;
}
.childNav li a:hover {
	background: rgba(48, 168, 155, 0.66);
	text-decoration: none;
}
.childNav li a:hover:before {
	color: #fff;
}
.dropdownContentArea {
	width: calc(100% - 255px);
	float: right;
	height: auto;
}
.dropdownContentBlock {
	width: 200px;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	height: auto;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.dropdownPicBlock {
	width: calc(100% - 200px);
	float: right;
	height: auto;
}
.dropdownPicBlock img {
	max-width: 100%;
}
.topNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.topNav li {
	display: block;
}
.topNav li a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
}
.topNav li a:hover {
	text-decoration: none;
}
.tabSearch {
	margin-bottom: 5px;
}
.searchbtn {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: #30a89c url(../images/searchbtn.png) center center no-repeat;
	overflow: hidden;
	color: transparent;
	border: none;
	margin-bottom: 10px;
}
.searchbox {
	display: inline-block;
	vertical-align: middle;
	border: none;
	width: 220px;
	height: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}
.togglemenu {
	width: 30px;
	height: 30px;
	position: absolute;
	top: auto;
	bottom: 5px;
	left: auto;
	right: 5px;
}
.togglemenu:after {
	font-family: FontAwesome;
	content: '\f0c9';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
#owl-banner .owl-item .items {
	min-height: 700px;
	background-size: cover;
	background-position: center;
}
.itemsArea {
	width: 100%;
	max-width: 1200px;
	min-height: 700px;
	position: relative;
	margin: 0 auto;
}
.sectionBlock {
	width: 100%;
	max-width: 300px;
	height: auto;
	background: rgba(255,255,255,0.85);
	padding: 20px;
	box-sizing: border-box;
	color: #333;
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: 50px;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}
.sectionBlock:before {
	width: 100%;
	height: 8px;
	background: #30A89C;
	content: '';
	position: absolute;
	top: auto;
	bottom: 100%;
	margin-bottom: 8px;
	left: 0;
}
.sectionBlock h3 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	padding-bottom: 20px;
}
.sectionBlock h3 i {
	color: #30A89C;
	font-size: 22px;
}
/*.sectionBlock h3:after {
	content: '\f05a';
	font-family: FontAwesome;
	color: #30A89C;
	font-size: 22px;
	margin-left: 10px;
}*/
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.containerHalf {
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}
.containerQuater {
	width: 70%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}
.containeOneFourth {
	width: 30%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}
.bannerArea {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 50px;
}
.bannerprojectBlock {
	position: absolute;
	top: 20px;
	left: 0;
	max-width: 750px;
	height: auto;
	padding: 20px;
	padding-top: 30px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	transition: all ease-in-out 0.5s;
	display: none;
}
.bannerprojectBlock h3 {
	font-size: 43px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
	padding-bottom: 15px;
	transition: all ease-in-out 0.5s;
}
.bannerprojectBlock h2 {
	font-size: 21px;
	font-weight: 300;
	color: #000;
	line-height: 30px;
	transition: all ease-in-out 0.5s;
}
.bannerprojectBlock p {
	font-size: 21px;
	line-height: 28px;
}
.bannerprojectBlock:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.bannerprojectBlock:hover h3, .bannerprojectBlock:hover h2 {
	color: #fff;
}
.bannerprojectBlock:hover .projectBlockHover {
	top: 0;
}
.bannerprojectBlock .viewProjecbtn {
	width: auto;
	padding: 0 25px;
	box-sizing: border-box;
	line-height: 40px;
	border-radius: 15px;
	background: #30a89b;
	color: #fff;
	font-size: 15px;
	float: right;
}
.bannerprojectBlock .viewProjecbtn:after {
	content: '\f152';
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 5px;
}
.bannerprojectBlock .viewProjecbtn:hover {
	text-decoration: none;
}
.bannerprojectBlock .close {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: auto;
	right: 20px;
	font-size: 20px;
	color: #fff;
}
.projectBlock {
	width: 100%;
	border: 5px solid #30A89C;
	height: auto;
	box-sizing: border-box;
	line-height: 0;
	position: relative;
	overflow: hidden;
}
.projectBlock img {
	width: 100%;
	max-width: 100%;
}
.projectBlockTitle {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	text-align: center;
}
.projectBlockTitle h3 {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.projectBlockTitle h3:before {
	font-size: 20px;
	content: '\f05a';
	font-family: FontAwesome;
	color: #30A89C;
	margin-right: 5px;
}
.projectBlockHover {
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	transition: all ease-in-out 0.5s;
	overflow: auto;
}
.projectBlockHover h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	padding-bottom: 15px;
}
.projectBlockHover h2 {
	font-size: 22px;
	font-weight: 300;
	color: #000;
}
.projectBlockHover p {
	font-size: 16px;
	line-height: 20px;
}
.projectBlock:hover .projectBlockHover {
	top: 0;
}
.projectBlock .viewProjecbtn {
	width: auto;
	padding: 0 25px;
	box-sizing: border-box;
	line-height: 40px;
	border-radius: 15px;
	background: #30a89b;
	color: #fff;
	font-size: 15px;
	float: right;
}
.projectBlock .viewProjecbtn:after {
	content: '\f152';
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 5px;
}
.projectBlock .viewProjecbtn:hover {
	text-decoration: none;
}
.approach_sec {
	width: 50%;
	float: left;
	height: auto;
}
.approach_sec ul li {
	width: 31.3%;
	display: table;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 190px;
	border: none;
	background: #2f2f2f;
}
.approach_sec ul li:nth-child(3n) {
	margin-right: 2%!important;
}
.approach_sec ul li a {
	display: table-cell !important;
	height: 190px;
	vertical-align: middle;
	background-color: #2f2f2f !important;
	background-image: url(../images/approach.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	color: #fff;
	background-size: 100% 100% !important;
	box-sizing: border-box;
	padding: 10px !important;
	color: #fff !important;
	text-align: center;
	border: none;
	text-transform: uppercase;
	font-size: 13px !important;
}
.approach_sec ul li.active {
	background-color: rgba(0,0,0,0) !important;
	/*border: none !important;
	margin-top: 0;
	top: 0;*/
}
.approach_sec ul li.active a {
	background-color: rgba(0,0,0,0) !important;
	background-image: url(../images/approach_hover.png) !important;
	border: none;
	color: #333 !important;
}
.content {
	width: 50%;
	float: left;
	height: auto;
	clear: none !important;
	box-sizing: border-box;
	padding: 15px 50px !important;
	font-size: 18px;
	line-height: 26px;
	border: none !important;
	box-shadow: none !important;
}
.content h3 {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: 600;
	color: #2f2f2f;
}
.explorebtn {
	width: 100%;
	max-width: 310px;
	display: inline-block;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #000;
	border-radius: 15px;
	padding: 0 30px;
	text-transform: uppercase;
	margin-top: 30px;
	box-sizing: border-box;
}
.explorebtn:hover {
	background: #18514B;
	text-decoration: none;
}
.announcementArea {
	font-size: 20px;
	line-height: 30px;
	color: #4f4f4f;
	text-align: center;
	padding-top: 50px;
}
.announcementArea h3 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	color: #2f2f2f;
}
.announcementArea p:after {
	content: '\f152';
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 5px;
	color: #30a89b;
}
.announcementArea a {
	color: #4f4f4f;
}
.announcementArea a:hover {
	color: #30a89b;
	text-decoration: none;
}
.announcementbelowArea {
	border-top: 10px solid #30a89b;
	border-bottom: 10px solid #30a89b;
	padding: 50px 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.announcementbelowArea h3 {
	font-size: 25px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	padding-bottom: 20px;
}
.announcementbelowArea ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.announcementbelowArea ul li {
	display: block;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
}
.announcementbelowArea ul li:before {
	width: 8px;
	height: 8px;
	background: #30a89b;
	position: absolute;
	top: 10px;
	left: 8px;
	content: '';
}
.announcementbelowArea ul li a {
	display: block;
	color: #000;
}
.announcementbelowArea ul li a:hover {
	color: #30a89b;
	text-decoration: none;
}
.teamSection {
	width: 100%;
	float: left;
	height: auto;
	padding: 50px 0;
	margin-top: 50px;
	background: #30a89b url(../images/meetteam.png) center no-repeat;
	font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.teamSection h3 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 20px;
}
.teamSection.grey {
	margin-top: 0;
	background: #a1a1a1 url(../images/meetteam.png) center no-repeat;
}
.teamQuote {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}
.teamQuote .teamName,
.teamQuote .teamposition,
.teamQuote .projectName {
	font-weight: 300;
	padding-bottom: 0;
	text-indent: 18px;
	line-height: 30px;
}
.teamQuote .teamName {
	text-indent: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0;
}
.footer {
	width: 100%;
	float: left;
	height: auto;
	padding: 50px 0;
	font-size: 18px;
	line-height: 26px;
}
.socialIcon {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 30px;
}
.socialIcon li {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
.socialIcon li a {
	font-size: 30px;
	color: #23b1a5;
}
.socialIcon li:last-child {
	margin-right: 0;
}
.footer p {
	padding-bottom: 0;
}
.footer a {
	color: #000;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
.footerlogo {
	max-width: 100%;
}
.projectTitleArea {
	width: 100%;
	float: left;
	height: auto;
	padding-top: 30px;
	margin-bottom: 15px;
	border-bottom: 10px solid #30a89b;
}
.projectTitleArea h2 {
	color: #2f2f2f;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
}
.filterProject {
	display: inline-block;
	width: 100%;
	max-width: 270px;
	border-radius: 5px;
	line-height: 30px;
	background: #000 url(../images/selectArrow.png) center right 20px no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	height: 35px;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 0 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.projecList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.projecList li {
	display: inline-block;
	width: 33.333333%;
	padding: 15px;
	box-sizing: border-box;
}
.projecList li .projectArea {
	width: 100%;
	float: left;
	display: inline-block;
	height: auto;
	line-height: 0;
	border: 5px solid #30a89b;
	box-sizing: border-box;
	position: relative;
}
.projecList li .projectArea img {
	width: 100%;
	max-width: 100%;
}
.projecList li .projectArea h3 {
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px;
	background: #000;
	color: #fff;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	font-weight: 300;
	width: 100%;
	box-sizing: border-box;
}
.shareList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	width: 270px;
}
.shareList li {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
.shareList li a {
	display: block;
	padding-left: 35px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	color: #4f4f4f;
	position: relative;
}
.shareList li a:hover {
	text-decoration: underline;
}
.shareList li a.pshare:before {
	content: "\f003";
	font-family: FontAwesome;
	color: #30a89b;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.shareList li a.pcontact:before {
	content: "\f075";
	font-family: FontAwesome;
	color: #30a89b;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.projectBannerBlock {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.projectBannerArea {
	width: 100%;
	float: left;
	height: auto;
	min-height: 400px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.projectBannerHover {
	position: absolute;
	top: auto;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding: 20px 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	min-height: 120px;
}
.popupBtn {
	display: inline-block;
	width: 135px;
	text-align: center;
	border-radius: 4px;
	height: 35px;
	line-height: 36px;
	color: #fff;
	margin-right: 5px;
	border: none;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	background: #30a89c;
}
.popupBtn:hover {
	text-decoration: none;
}
.contentArea {
	font-size: 18px;
	line-height: 30px;
	color: #555;
}
h3.sectionTitle {
    color: #313131;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    font-weight: 600;
    padding-bottom: 25px;
}
.contentArea p {
	padding-bottom: 20px;
}
.projectInfoArea {
	width: 100%;
	max-width: 320px;
	float: right;
	border-left: 1px solid #30a89c;
	height: auto;
	box-sizing: border-box;
}
.projectInfoArea h3 {
	font-size: 25px;
    font-weight: 600;
    padding-left: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #30a89c;
    box-sizing: border-box;
    color: #313131;
    line-height: 30px;
}
.projectInfoContentArea {
	width: 100%;
	float: left;
	height: auto;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	color: #555;
}
.projectInfoContentArea strong {
	font-weight: 600;
}
.projectInfoContentArea p {
	padding-bottom: 0;
}
.projectInfoArea .shareList {
	float: left;
}
.projectExcerptArea {
	width: calc(100% - 340px);
	float: left;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	color: #555;
	padding: 0 20px 0 0;
}
.projectExcerptArea h2 {
    color: #313131;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 40px;
}
.contentBlockArea {
    border-bottom: 10px solid #30a89b;
    float: left;
    height: auto;
    margin-bottom: 15px;
    padding-top: 30px;
    width: 100%;
}
.serviceList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.serviceList li {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 20px;
}
.serviceList li .servicePic {
	width: 320px;
	height: auto;
	float: left;
	line-height: 0;
	border: 5px solid #30a89b;
	box-sizing: border-box;
}
.serviceList li .servicePic img {
	width: 100%;
	max-width: 100%;
}
.serviceList li .serviceContent {
	width: calc(100% - 320px);
	float: left;
	height: auto;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 26px;
	color: #555;
}
.serviceList li .serviceContent h3 {
    color: #313131;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 30px;
}
.viewlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.viewlist li {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #555;
}
.viewlist li:before {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	left: 0;
	background: #30a89b;
	content: '';
}
#owl-gallery {
	border: 5px solid #30a89b;
	box-sizing: border-box;
}
#owl-gallery .owl-item .items {
	line-height: 0;
}
#owl-gallery .owl-item .items img {
	width: 100%;
	max-width: 100%;
}
#owl-gallery .owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#owl-gallery .owl-controls .owl-page, .owl-controls .owl-buttons div {
	font-size: 100px;
	color: #2CAB9A;
	line-height: 100px;
}
#owl-gallery .owl-controls .owl-page, .owl-controls .owl-buttons .owl-prev {
    left: auto;
    margin-right: 5px;
    position: absolute;
    right: 100%;
}
#owl-gallery .owl-controls .owl-page, .owl-controls .owl-buttons .owl-next {
    left: 100%;
    margin-left: 5px;
    position: absolute;
    right: auto;
}
.popupVideoArea {
	width: 100%;
	float: left;
	height: auto;
	display: none;
}
.popupVideoArea.first {
	display: block;
}
.popupVideoSection {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
.popupContentBlock {
	width: 100%;
	float: left;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}
.popupContentBlock h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 20px 0;
}
.popupContentBlock .memberBlockInfo {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	padding-left: 8px;
	box-sizing: border-box;
}
.popupContentBlock .popupTextBlock {
	width: calc(100% - 220px);
	float: left;
	height: auto;
	padding-right: 20px;
	box-sizing: border-box;
}
.popupContentBlock .memberBtnBlock {
	text-align: center;
	width: 220px;
	float: right;
	display: inline-block;
}
.memberBannarSection {
	width: 100%;
	float: left;
	height: auto;
	background: #221E1F;
}
.memberVideoSection {
	width: 65%;
	float: right;
	height: auto;
}
.memberBannerBlock {
	width: 35%;
	float: left;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.memberBannerBlock h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 20px 0;
}
.memberBannerBlock .memberBlockInfo {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	padding-left: 8px;
	box-sizing: border-box;
}
.memberBannerBlock .memberBtnBlock {
	text-align: center;
}
.memberBtn {
	display: inline-block;
	width: 220px;
	line-height: 40px;
	height: 40px;
	border-radius: 4px;
	background: #23B1A5;
	text-align: center;
	vertical-align: middle;
	margin: 3px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
.memberBtn:hover {
	text-decoration: none;
}
.leftNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 15px;
}
.leftNav li {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}
.leftNav li a {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	padding-left: 35px;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #555;
}
.leftNav li a:before {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	left: 20px;
	background: #30a89b;
	content: '';
}
.leftNav li a:hover {
	background: #30a89b;
	color: #fff;
	text-decoration: none;
}
.leftNav li a:hover:before {
	background: #fff;
}
.leftNav li ul {
	background: #30a89b;
	width: 100%;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}
.leftNav li.selected {
	background: #30a89b;
}
.leftNav li.selected a {
	color: #fff;
}
.leftNav li.selected a:before {
	background: #fff;
}
.leftNav li.selected ul {
	left: 0;
	position: relative;
}
.leftNav li li a {
	padding-left: 80px;
}
.leftNav li li a:before {
	left: 65px;
}
.leftNav li.selected li a {
	color: #fff;
}
.leftNav li.selected li a:before {
	background: #fff;
}
.leftNav li.selected li a:hover {
	background: #000;
}
.leftNav li.selected li.active a {
	background: #000;
}
.leftBlock {
	width: 100%;
	max-width: 320px;
	float: left;
	height: auto;
	border-left: 1px solid #30a89b;
	border-top: 1px solid #30a89b;
	box-sizing: border-box;
}
.leftBlock h3 {
	font-weight: 600;
	color: #555;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	padding-left: 20px;
	box-sizing: border-box;
}
.rightBlock {
	width: calc(100% - 320px);
	padding-left: 15px;
	float: left;
	height: auto;
	box-sizing: border-box;
}
.memberList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.memberList li {
	display: inline-block;
	width: 33.333333%;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.memberList li .projectArea {
	width: 100%;
	float: left;
	display: inline-block;
	height: auto;
	line-height: 0;
	border: 5px solid #30a89b;
	box-sizing: border-box;
	position: relative;
}
.memberList li .projectArea img {
	width: 100%;
	max-width: 100%;
}
.memberList li .projectArea h3 {
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px;
	background: #000;
	color: #fff;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	font-weight: 300;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.memberList li .projectArea h3:before {
	content: '\f05a';
	font-family: FontAwesome;
	color: #30A89C;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
}
.memberPicArea {
	width: 50%;
	float: left;
	height: auto;
	padding-right: 15px;
	box-sizing: border-box;
}
.memberPicArea .memberPic {
	width: 100%;
	float: left;
	height: auto;
	border: 5px solid #30a89b;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 15px;	
	position: relative;
}
.memberPicArea .memberPic img {
	width: 100%;
	max-width: 100%;
}
.memberPicArea .memberPic h3 {
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px;
	background: #000;
	color: #fff;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	font-weight: 300;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.memberPicArea .memberPic h3:before {
	content: '\f05a';
	font-family: FontAwesome;
	color: #30A89C;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
}
.memberInfoList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.memberInfoList li {
	display: inline-block;
	vertical-align: middle;
}
.memberInfoList li a {
	display: block;
	color: #23b1a5;
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
}
.memberContentArea {
	width: 50%;
	float: left;
	height: auto;
	padding-left: 15px;
	box-sizing: border-box;
}
.testimonialList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.testimonialList li {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #30a89b;
	margin-bottom: 20px;
}
.testimonialList li:last-child {
	border-bottom: none;
}
.testimonialList li .testiPicArea {
	width: 360px;
	float: left;
	height: auto;
	padding-right: 20px;
	box-sizing: border-box;
}
.testimonialList li .testiPicArea .testiPic {
	width: 100%;
	float: left;
	height: auto;
	border: 5px solid #30a89b;
	box-sizing: border-box;
	line-height: 0;
}
.testimonialList li .testiPicArea .testiPic img {
	width: 100%;
	max-width: 100%;
}
.testimonialList li .testiContentArea {
	width: calc(100% - 360px);
	float: left;
	height: auto;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 26px;
	color: #555;
}
.testimonialList li .testiContentArea .testInfo {
	font-size: 16px;
	line-height: 20px;
}
#pop-up {
	top: 100px !important;
}

.abs_cross {
	color:#fff;
	font-size:22px;
	position: absolute;
	top:5px;
	right:-25px;
	cursor: pointer;
	z-index: 9999999;
	
}