html,
body,
body.home header,
#intro {
	height: 100%;
}

img {
	overflow: hidden;
}

body.single header {
	height: 50%;
}

#intro,
#single_intro {
	background: none;
}

#intro::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background: url("../img/main_bg.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
}

#single_intro::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background: url("../img/single_bg.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
}

@media (max-width: 576px) {
	.wts_logo_text {
		font-size: 2.5rem;
	}
	.wts_logo_text_mini {
		font-size: 1.25rem;
	}
}

@media (min-width: 768px) {
	.wts_logo_text {
		font-size: 3.0rem;
	}
	.wts_logo_text_mini {
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
	.wts_logo_text {
		font-size: 3.5rem;
	}
	.wts_logo_text_mini {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.wts_logo_text {
		font-size: 3.5rem;
	}
	.wts_logo_text_mini {
		font-size: 1.5rem;
	}
}

main {
	background-color: #fff;
}

.top-nav-collapse {
	background-color: #24355c;
}

@media (max-width: 768px) {
	.navbar:not(.top-nav-collapse) {
		background-color: #24355c;
	}
}

@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
		background-color: #24355c;
	}
}

.viewsize {
	width: 25%;
}

@media (max-width: 576px) {
	.viewsize {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.gallery_child {
		flex-basis: 50%;
	}
}

@media (min-width: 992px) {
	.gallery_child {
		flex-basis: 50%;
	}
}

@media (min-width: 1200px) {
	.gallery_child {
		flex-basis: 25%;
	}
}

.txt-break:before {
	content: "\A";
	white-space: pre;
}

svg {
	vertical-align:bottom;
}

.logo svg {
	max-width: 75px;
	max-height: 20px;
	margin: 0;
	padding: 0;
}

.defs {
	display: none;
}

.header_wts_logo {
	width: auto;
	height: 25%;
	max-height: 40px;
}

.footer_wts_logo {
	width: auto;
	height: 25%;
	max-height: 40px;
}

ul.type_of_business li:nth-child(odd) {
	color: #fff;
	background-color: #659800;
}

ul.type_of_business li:nth-child(even) {
	color: #659800;
	background-color: #fff;
}

.service-flow {
	color: #000;
	list-style: none;
	overflow: hidden;
}

.service-flow li {
	background-color: #659800;
	line-height: 60px;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	min-width: 100px;
	padding: 0 10px 0 40px;
	text-align: center;
	text-decoration: none;
}

.service-flow li:first-child {
	padding-left: 20px;
}

.service-flow li::after {
	background-color: #659800;
	border-right: 1px solid #fff;
	content: " ";
	display: block;
	height: 30px;
	margin-left: auto;
	margin-right: -30px;
	margin-top: -30px;
	position: relative;
	transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	width : 30px;
}

.service-flow li::before {
	background-color: #659800;
	border-right: 1px solid #fff;
	content: " ";
	display: block;
	float: right;
	height: 30px;
	margin-bottom: -30px;
	margin-left: auto;
	margin-right: -30px;
	transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	width: 30px;
}

.service-flow .active {
	background-color: #3c763d;
	color: #fff;
}

.service-flow .active::before,
.service-flow .active::after {
	background-color: #3c763d;
}