@media(max-width: 1200px) {
	.approach_sec ul li {
		width: 31%;
		display: table;
		box-sizing: border-box;
		margin-right: 2%;
		margin-bottom: 2%;
		height: 15.5vw;
		border: none;
		background: #2f2f2f;
	}
	.approach_sec ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.approach_sec ul li a {
		display: table-cell !important;
		height: 15.5vw;
		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: 12px !important;
	}
}

@media(max-width: 1200px) {
	
	.abs_cross {
	right:-9px!important;
	
}
}




@media(max-width: 1000px) {
	.pop-up {
		left: 0;
	}
	.pop-up.large {
	    margin-left: 0;
	}
}
@media(min-width: 971px) {
	.tabSearch {
		display: none !important;
	}
}
@media(min-width: 840px) {
	.firstproject {
		display: none;
	}
}
@media(min-width: 769px) {
	.topMobNav {
		display: none !important;
	}
	.togglemenu {
		display: none;
	}
}
@media(max-width: 1090px) {
	#header .logoArea {
		width: 25%;
	}
	#header .navArea {
		width: 45%;
	}
	#mainNav li.selected .dropdown-menu {
	    display: block;
	    left: 25%;
	    width: 75%;
	}
}
@media(max-width: 970px) {
	#header .logoArea {
		width: 290px;
		padding: 12px 15px;
	}
	#header .navArea {
		width: calc(100% - 290px);
		position: relative;
	}
	#mainNav li.selected .dropdown-menu {
	    width: 100%;
	    left: 0;
	}
	#header .navArea:after {
		width: 100%;
		height: 100%;
		background-color: #dadada;
		position: absolute;
		top: 0;
		left: 100%;
		content: "";
	}
	#header .topNavArea {
		width: calc(100% - 290px);
		padding: 10px 20px;
		box-sizing: border-box;
	}
	#mainNav {
		margin-top: 0;
	}
	.searchbtn, .searchbox {
		margin-bottom: 0;
	}
	.topNav li a {
		line-height: 20px;
	}
	.deskSearch {
		display: none !important;
	}
	.leftBlock {
		display: none;
	}
	.rightBlock {
		width: 100%;
		padding-left: 0;
	}
	.dropdownPicBlock {
		display: none;
	}
	.dropdownContentBlock {
		width: 100%;
		text-align: center;
	}
	.memberPicArea {
		padding-left: 15px;
	}
	.testimonialList li {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.defaultContent {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
}



@media(max-width: 840px) {
	.bannerArea {
		display: none;
	}
	#projectBlockArea .containerHalf {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.projectBlock {
		border: none;
	}
	.announcementbelowArea .containerHalf {
		width: 100%;
		margin-bottom: 20px;
	}
	.content {
		padding: 0 !important;
		width: 100%;
	}
	.teamSection .containerHalf {
		width: 100%;
		margin-bottom: 20px;
	}
	.projecList li .projectArea h3 {
		font-size: 14px;
		line-height: 30px;
	}
	.otherProject {
		display: none;
	}
}
@media(max-width: 768px) {
	#header .container {
		padding: 0;
	}
	#header .logoArea {
		padding: 0 15px;
	}
	#header .navArea {
		width: 100%;
		background: #000;
		display: none;
	}
	#mainNav > li {
		display: block;
		padding: 0;
		width: 100%;
		float: left;
	}
	#mainNav > li > a {
		color: #fff;
		border-right: none;
		font-size: 20px;
		font-weight: 400;
		line-height: 50px;
		position: relative;
		padding-left: 30px;
		box-sizing: border-box;
	}
	#mainNav > li > a:before {
		content: "\f04d";
		font-family: FontAwesome;
		color: #31AEA0;
		font-size: 15px;
		position: absolute;
		top: 0;
		left: 10px;
	}
	#mainNav > li.selected {
		position: relative;
	}
	#mainNav > li > .dropdown-menu {
		left: -9999em;
	}
	#mainNav > li.selected > .dropdown-menu {
		position: relative;
		top: 0;
		left: 0;
		float: left;
		padding: 0;
		background: #30a89b;
	}
	#mainNav > li.selected > a {
		background: #30a89b;
	}
	.dropdownContentArea {
		display: none;
	}
	.childNav {
		width: 100%;
	}
	.childNav li a {
		font-size: 20px;
	    font-weight: 400;
	    line-height: 40px;
	    padding-left: 50px;
	}
	.childNav li a:before {
		color: #fff;
		font-size: 15px;
    	left: 25px;
	}
	.childNav li a:hover {
		background: rgba(0,0,0,0.5);
	}
	.projecList li .projectArea h3 {
		font-size: 12px;
		line-height: 30px;
	}
	.memberVideoSection {
		width: 100%;
	}
	.memberBannerBlock {
		width: 100%;
	}
	.memberBannarSection {
		background: #fff;
	}
	.memberBannerBlock {
		color: #313131;
	}
	
	.abs_cross {
		display: block!important;
	}
	
}

@media(max-width: 767px) {
	.abs_cross {
		display:none!important;
	}	
}

@media(max-width: 680px) {
	.projectExcerptArea {
		width: 100%;
	}
	.projectInfoArea {
		width: 100%;
		max-width: 100%;
		border: 3px solid #30a89b;
		padding: 10px;
		box-sizing: border-box;
	}
	.projectInfoArea h3 {
		border: none;
		padding: 0;
		line-height: 30px;
		color: #30a89b;
	}
	.projectInfoContentArea {
		padding: 0;
	}
	.projectInfoContentArea .shareList {
		display: none;
	}
	.projecList li {
		width: 100%;
		padding: 15px 0;
	}
}
@media(max-width: 660px) {
	.projectTitleArea .containerQuater {
		width: 100%;
	}
	.projectTitleArea .containeOneFourth {
		display: none;
	}
	.serviceList li .servicePic {
		width: 100%;
		margin-bottom: 20px;
	}
	.serviceList li .serviceContent {
		width: 100%;
		padding-left: 0;
	}
	.testimonialList li .testiPicArea {
		width: 100%;
		margin-bottom: 20px;
	}
	.testimonialList li .testiContentArea {
		width: 100%;
		padding-left: 0;
	}
	.popupContentBlock .popupTextBlock {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.popupContentBlock .memberBtnBlock {
		width: 100%;
	}
	.popupContentBlock 
}
@media(max-width: 620px) {
	#header .logoArea {
		width: 50%;
		padding: 8px 5px;
		text-align: center;
	}
	#header .logoArea img {
		display: inline-block;
	}
	#header .topNavArea {
		width: 50%;
		padding: 10px;
	}
	.searchbox {
		width: 120px;
	}
	.footer {
		text-align: center;
	}
	.footer .containerHalf {
		width: 100%;
		margin-bottom: 20px;
	}
	.projectBannerHover {
		background: rgba(0,0,0,0);
		position: relative;
		width: 100%;
		float: left;
	}
	.popupBtn {
		display: block;
		width: 220px;
		margin: 3px auto;
	}
	.projectBannerArea {
		min-height: 300px;
	}
	.memberPicArea {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.memberContentArea {
		width: 100%;
		padding: 0 15px;
	}
	.testimonialList li {
		padding-left: 0;
		padding-right: 0;
	}
	.testimonialList li .testiPicArea {
		padding-right: 0;
	}
	.testimonialList li .testiContentArea {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width: 540px) {
	.responsive-tabs.accordion h3.accordion-title a {
		font-size: 20px;
		line-height: 30px;
	}
	.content h3 {
		padding-bottom: 5px;
	}
	.projectBlockTitle h3 {
		font-size: 12px;
	}
	.projectBlockTitle h3:before {
		font-size: 16px;
	}
	.announcementArea h3 {
		font-size: 30px;
	}
	.projectTitleArea h2 {
		font-size: 25px;
	}
	.memberList li {
		width: 100%;
	}
}