
.clear {
	clear: both;
}

/* home */

.home-main {
	min-height: calc(100vh - 60px);
}
.home-main .bg {
	position: absolute;
	width: 100%;
	height: calc(100% - 60px + 1px);
	background-color: #042248;
	z-index: 0;
}
.home-main .content {
	position: absolute;
	width: 100%;
	height: calc(100% - 60px + 1px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.home-main .content .img-wrapper {
	height: 100%;
}
.home-main .content .img-wrapper img {
	height: 100%;
}
.home-main .content .text-wrapper {
	width: 80%;
	color: #fff;
	/* margin: 0 auto; */
	margin: 0 15% 0 5%;
	text-align: center;
	font-size: 40px;
}
.home-main .image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100vh;
	bottom: 0;
	right: 0;
	/* background-size: contain; */
	background-size: 100% 100%;
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
	z-index: 1;
}
.home-session {
	min-height: calc(100vh - 60px);
	height: 450px;
}
.home-session .session-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.home-session .img-wrapper {
	height: 100%;
}
.home-session .img-wrapper img {
	height: 100%;
}
.home-session .content {
	max-width: 600px;
	margin: 0 auto;
}
.home-session .content .content-header {
	font-size: 20px;
	font-weight: bold;
	/* color: #807e7f; */
	color: #042248;
	margin-bottom: 10px;
}
.home-session.home-session-0 .content .content-header {
	font-size: 20px;
	font-weight: bold;
	color: #042248;
	margin-bottom: 10px;
}
.home-session .content .content-wrapper {
	/* color: #fff; */
	color: #042248;
	text-align: center;
	display: flex;
	font-size: 18px;
	border: 1px solid #27467d;
}
.home-session .content .content-word {
	font-weight: bold;
	color: #807e7f;
}
.home-session .content-left {
	width: 63%;
	float: left;
	border: 1px solid #27467d;
}
.home-session .content-right {
	width: 37%;
	float: right;
	/* background-color: #2e75b5; */
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #27467d;
	border-left: none;
}
.home-session .content-left-top {
	display: flex;
}
.home-session .content-left-bottom {
	/* background-color: #333e50; */
	background-color: #deeaf6;
	border-top: 1px solid #27467d;
}
.home-session .content-left-top-left {
	float: left;
	/* background-color: #bf9100; */
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #27467d;
}
.home-session .content-left-top-right {
	float: right;
	/* background-color: #4473c5; */
	background-color: #dae3f4;
}
.home-session .half-width {
	width: 50%;
}
.home-session .text-block {
	padding: 12px 12px;
}
.home-session .text-block .big-font {
	font-size: 28px;
	font-weight: bold;
}
.home-session.home-session-2 .content .content-wrapper {
	font-size: 14px;
}
.home-session .content-top, .home-session .content-bottom {
	display: flex;
	height: 160px;
	border: 1px solid #27467d;
}
.home-session .content-top-left {
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #4473c5; */
	background-color: #dae3f4;
}
.home-session .content-top-right {
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #767070; */
	border-left: 1px solid #27467d;
}
.home-session .content-bottom-left {
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #bf9100; */
}
.home-session .content-bottom-right {
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #27467d; */
	background-color: #deeaf6;
	border-left: 1px solid #27467d;
}
.home-session-3 .content-left-top {
	/* background-color: #4473c5; */
	background-color: #fff;
}
.home-session-3 .content-left-bottom {
	/* background-color: #27467d; */
	background-color: #deeaf6;
}
.home-session-3 .content-right {
	/* background-color: #bf9100; */
	background-color: #dae3f4;
}

@media (max-width: 1023px) {
	.home-main .content .img-wrapper img {
		width: 300px;
	}
	.home-session .img-wrapper img {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.home-main .content .img-wrapper img {
		width: 200px;
	}
	.home-session .img-wrapper {
		display: none;
	}
}

@media (max-width: 480px) {
	.home-session .text-block .big-font {
		font-size: 22px;
	}	
}

/* capability */

/*
.capability-section {
	text-align: center;
}
.capability-body {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 0;
}
.capability-text-title {
	width: 60%;
	margin: 0px auto;
}
.capability-container {
	width: 100%;
	margin: 20px 0;
}
.capability-item {
	margin: 20px 4%;
	width: 24%;
	padding: 5px 5px;
	float: left;
	position: relative;
}
.capability-item:hover img {
	transform: scale(1.03);
	opacity: 0.7;
}
.capability-img img {
	width: 100%;
}
.capability-text-block {
	margin: 0px 1%;
	padding: 10px 0;
}
.capability-title {
	position: absolute;
	left: 18px;
	bottom: 5px;
	width: 65%;
	padding: 6px 15px;
	background-color:rgba(125,144,177,0.5);
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

@media (max-width: 1199px) {
	.capability-title {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.capability-item {
		margin: 20px 4%;
		width: 42%;
		padding: 5px 5px;
	}
	.capability-title {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.capability-title {
		font-size: 22px;
	}
}

@media (max-width: 599px) {
	.capability-title {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.capability-item {
		margin: 10px 0;
		width: 100%;
		padding: 5px 5px;
	}
	.capability-title {
		font-size: 28px;
	}
}
*/

.capability-section {
	display: table;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.capability-item {
	display: block;
	width: 85.27473%;
	margin: 0;
	margin-top: 40px !important;
	margin-left: 7.36264%;
	margin-right: 3.07692%;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	float: left;
	clear: both;
}
.capability-header {
	margin: 20px 20px;
	padding: 0;
	padding-top: 24px;
	font-weight: 500;
	font-size: 1rem;
	color: #000;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-top: 1px solid #000;
	overflow-wrap: break-word;
}
.capability-body {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	padding: 20px;
}
.capability-body:hover {
	box-shadow:0 0 24px 0 rgba(0,0,0,0.3)
}
.capability-image {
	position: relative;
	z-index: 2;
	width: 43.87887%;
	margin-right: 3.07692%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
.capability-image img {
	width: 100%;
}
.capability-text-wrapper {
	width: 52.51289%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
.capability-headline {
	display: inline;
	margin-bottom: 0.5rem;
	font-family: Bower, Georgia, 'Times New Roman', serif;
	font-weight: 500;
	font-size: 40px;
	font-style: normal;
	color: #000;
	overflow-wrap: break-word;
}
.capability-description {
	position: relative;
	z-index: 2;
	font-size: 18px;
	padding-top: 1.25em;
	max-width: 80%;
	width: auto;
	line-height: 1.657;
	clear: left;
	margin-top: 1em;
}

@media (max-width: 1199px) {
	.capability-text-wrapper {
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	.capability-section {
		margin-left: 0%;
		width: 100%;
	}
	.capability-item {
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
	}
	.capability-header {
	}
	.capability-body {
		display: block;
		padding: 10px;
	}
	.capability-image {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		clear: both;
	}
	.capability-text-wrapper {
		margin-top: 20px;
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		clear: both;
	}
	.capability-headline {
		font-family: Bower, Georgia, 'Times New Roman', serif;
		font-weight: 500;
		font-size: 30px;
	}
	.capability-description {
		font-size: 16px;
		max-width: none;
	}
}

/* project */

.project-session {
	display: flex;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;
	padding: 30px 10px;
}
/*
.project-item {
	width: 25%;
	margin: 0;
	padding: 10px;
	border: 0;
	font-size: 100%;
	border: 1px solid #fff;
	float: left;
}
*/
.project-item {
/*
	width: calc(25% - 20px);
	margin: 10px 10px;
*/
	width: calc(50% - 40px);
	margin: 20px 20px;
	padding: 10px;
	font-size: 100%;
	border: 1px solid #eee;
	background-color: #fafafa;
	float: left;
}
.project-item:hover {
	border: 1px solid #cccccc;
	box-shadow:0 0 24px 0 rgba(0,0,0,0.3)
}
.project-image img {
	width: 100%;
}
.project-text {
}
.project-head {
	margin-top: 14px;
	color: #00338D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: normal;
	margin: 8px 0px;
	word-wrap: break-word !important;
	word-break: normal !important;
}
.project-industry, .project-capability {
	margin-bottom: 0;
	color: #777;
}
.project-desc {
	margin: 16px 0 28px;
	padding: 0;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.6rem;
	line-height: 1.3;
	word-wrap: break-word !important;
	word-break: normal !important;
}

@media (max-width: 767px) {
	/*
	.project-session {
		max-width: 640px;
	}
	.project-item {
		width: calc(50% - 40px);
		margin: 20px 20px;
	}*/
}

@media (max-width: 480px) {
	.project-session {
		padding: 0;
	}
	.project-item {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		padding-bottom: 10px;
	}
	.project-item:hover {
		border: none;
		box-shadow: none;
	}
	.project-text {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* customer */
/* news */

.media.media-lg:hover {
	border: 1px solid #fff;
}

.media.media-lg:hover {
	border: 1px solid #ededed;
	border-radius: 2%;
}

