/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

/* sourcesanspro_bold */
@font-face {
	font-family: 'sourcesanspro_semibold';
	src: url('../fonts/source_sans_pro/sourcesanspro_semibold.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/source_sans_pro/sourcesanspro_semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/source_sans_pro/sourcesanspro_semibold.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/source_sans_pro/sourcesanspro_semibold.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/source_sans_pro/sourcesanspro_semibold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/source_sans_pro/sourcesanspro_semibold.svg#sourcesanspro_semibold') format('svg');
	/* Legacy iOS */
}

/* latin-ext */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v11/dI-qzxlKVQA6TUC5RKSb3xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v11/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html,
body {
	height: 100%;
}

body {
	padding-top: 50px;
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

h1 {
	font-size: 38px;
	text-align: center;
	color: #009946;
	font-weight: normal;
}

h2 {
	font-size: 60px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

.img-portfolio {
	margin-bottom: 30px;
}

h3 {
	color: #000000 !important;
	font-weight: bold;
	font-size: 20px;
}

.img-hover:hover {
	opacity: 0.8;
}

/* Home Page Carousel */
.headerContainer {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
header.carousel {
	height: 90%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
	height: 100%;
}

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}

/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}

.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}

.period {
	display: block;
	font-style: italic;
}

/* Footer Styles */

footer {
	padding: 20px 0;
	background: #d9e2b5;
	float: left;
	width: 100%;
	text-align: center;
}

.facility-bot {
	color: #fff;
	font-weight: normal;
	text-align: center;
}

.facility-bot h2 {
	font-size: 40px;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}

.facility-bot p {
	text-align: center;
	font-size: 26px;
	padding: 0;
	margin: 0;
	color: #d1cc4b;
}

footer a {
	color: #000000;
	padding: 0 10px;
}

footer p {
	color: #42ad69;
	padding: 10px 0;
	font-weight: bold;
}

footer b {
	font-size: 24px;
	color: #333;
}

footer span {
	color: #168ad3;
}

.navbar {
	min-height: 90px;
	background: #FFFFFF;
	border: none;
	padding-top: 10px;
}

.navbar-right {
	margin-top: 30px;
	color: #000000;
	text-transform: uppercase;
}

.nav a {
	color: #5a86c3 !important;
	font-weight: bold;
	font-size: 18px;
}

.nav a:hover {
	background: #42ad69 !important;
	color: #FFFFFF !important;
	border-radius: 5px;
}

.fullwidth {
	width: 100%;
	padding: 0;
	margin: 0;
}

.left-green {
	background: #53af38;
	margin: 0;
	padding: 20px 0 20px 60px;
	float: left;
	color: #FFFFFF;
}

.right-black {
	background: #000000;
	margin: 0;
	padding: 20px 60px 20px 0;
	float: right;
}

.left-green img {
	float: right;
	margin: 10px 0 10px 10px;
	border: 5px #FFFFFF solid;
	border-right: 0 !important;
}

.left-green span {
	color: #000000;
}

.right-black img {
	float: left;
	margin: 10px 10px 10px 0;
	border: 5px #FFFFFF solid;
	border-left: 0 !important;
}

.page-header {
	text-align: center;
}

.black {
	background: #dedddd;
	color: #FFFFFF;
	padding: 20px 10px;
	float: left;
}

.black p {
	text-align: center;
	color: #1a1d1e;
	font-size: 22px;
	font-weight: bold;
}

.black b {
	color: #168ad3;
}

.map {
	margin: 0;
	padding: 0;
	float: right;
}

.map img {
	width: 100%;
}

.social {
	float: right;
	width: 50%;
	padding: 10px 0 10px 0;
}

.social div {
	float: right;
	padding: 0;
	color: #9ac23b;
	font-size: 18px;
	font-weight: bold;
}

.social span {
	color: #000000;
}

.social b {
	padding-right: 15px;
	padding-top: 10px;
}

.social a {
	padding: 0 5px;
}

.red {
	background: #ee2125;
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.blue {
	background: #5a86c3;
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}

.yellow-sub {
	background: #5a86c3;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}

.yellow-sub h1 {
	color: #fff;
	text-transform: uppercase;
	margin: 10px !important;
	text-align: left !important;
    text-align: center;
}

.about {
	text-align: justify;
	float: left;
	clear: right;
	padding: 10px 20px 20px 0px;
}

.aboutsub {
	text-align: justify;
	float: left;
	clear: right;
	padding: 0 20px;
}

.contactsub {
	text-align: justify;
	float: left;
	clear: right;
	padding: 20px;
}

.midbox {
	width: 100%;
	float: left;
	padding: 20px 3%;
	text-align: center;
	/*box-shadow: 0 0 20px rgba(134, 132, 132, 0.69);*/
}

.midbox div {}

.midbox h4 {
	text-align: center;
	font-weight: bold;
	color: #9ac23b;
}

.midbox img {
	width: 85%;
}

.gallery_main {
	width: 100%;
	float: left;
}

.midbox a {
	color: #333;
}

.midbox a:hover {
	text-decoration: none;
	color: #168ad3;
}

ul.list {
	padding: 0;
	margin: 0;
}

ul.list li {
	line-height: 26px;
	font-weight: bold;
	padding: 5px 0;
	display: block;
	border-bottom: 1px #CCCCCC dotted;
}

ul.list li i {
	font-size: 22px;
	padding-right: 10px;
}

#trans,
#office,
#build,
#house,
#hospital,
#carpet,
#waste,
#sewerage {
	padding-top: 150px;
}

.no-padding {
	padding: 0;
	margin: 0;
}

.aboutsub h3 {
	font-size: 22px;
}

.aboutsub h4 {
	font-weight: bold;
	color: #e7805f;
}

.aboutsub h5 {
	font-weight: normal;
	color: #42ad69;
	font-size: 18px;
	line-height: 20px;
}

/*--------------------*/

/* CLIENT */

/*--------------------*/

#client {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 70px 0 55px;
	width: 100%;
}

.client-area {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

.client-table {
	display: inline-block;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
}

.client-table li {
	display: inline-block;
	margin-right: 80px;
}

.client-table li:last-child {
	margin-right: 0px;
}

hr.style15 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #8c8b8b;
	text-align: center;
}

hr.style15:after {
	content: 'Our Clients ';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

hr.style16 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}

hr.style16:after {
	content: '\2666 ';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

#triangle-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
	position: absolute;
	bottom: 0;
	left: 49%;
}

.list-inline {
	list-style: none;
	text-align: center;
	color: #333333;
}

.list-inline [class*="fa fa-"] {
	background-color: #333;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: auto 3px;
	width: 30px;
	font-size: 15px;
	justify-content: center;
    display: flex;
    text-align: cente
}

.list-inline>li {
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
}

.readmore {
	text-align: center;
	color: #9ac23b;
	padding: 3px;
	border: 1px #9ac23b solid;
	width: 100px;
}

a.readmore {
	background: #9ac23b;
	color: #FFFFFF;
}

a.readmore:hover {
	background: #9ac23b;
	color: #FFFFFF;
	text-decoration: none;
}

.md {
	float: left;
	width: 30%;
	padding: 10px;
	border: 2px #CCCCCC solid;
	margin: 0 20px 10px 0;
	background: #CCCCCC;
}

.grey {
	background: #dedddd;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	height: 140px;
}

.grey p {
	text-align: left;
	color: #666666;
	font-size: 13px;
	padding: 0 10px;
	margin: 0;
}

.grey h4 {
	color: #ee2125;
	padding: 10px;
	margin: 0;
}

.grey-l {
	float: left;
	width: 50%;
}

.grey-r {
	float: right;
	width: 50%;
}

#triangle-left {
	width: 0;
	height: 0;
	border-top: 70px solid transparent;
	border-right: 40px solid #dedddd;
	border-bottom: 70px solid transparent;
	position: absolute;
	right: 50%;
}

#triangle-right {
	width: 0;
	height: 0;
	border-top: 70px solid transparent;
	border-left: 40px solid #dedddd;
	border-bottom: 70px solid transparent;
	position: absolute;
	left: 50%;
}

.customer {
	margin: 2% 1% 1% 1%;
	width: 48%;
	float: left;
	clear: right;
	border: 1px #CCCCCC solid;
	border-radius: 7px;
	font-size: 13px;
}

.customer p {
	font-size: 16px;
	font-style: normal;
	text-align: center;
}

.customer h3 {
	text-align: center;
}

.customer img {
	padding: 0 10px;
	text-align: center;
}

.banner {
	width: 100%;
}

.career-input {
	width: 100%;
	border-radius: 6px;
	border: 1px #CCCCCC solid;
	height: 30px;
}

.career-area {
	width: 100%;
	border-radius: 6px;
	border: 1px #CCCCCC solid;
	height: 80px;
}

.submit {
	background: #168ad3;
	color: #FFFFFF;
	border-radius: 6px;
	padding: 5px 10px;
	border: none;
	font-weight: bold;
}

/* Responsive Styles */

/* header */
.header_nav ul:not(.browser-default)>li {
    list-style-type: none;
}	
.header_nav nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}
.header_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	z-index: 999;
	background: #ffffff;
}

.header_nav .headerContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 95px;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.header_nav .headerContainer .logo {
	width: 100%;
	max-width: 150px;
	text-align: center;
	position: absolute;
	left: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 99;
}

.header_nav nav {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 10px;
	height: 100%;
	margin-top: 20px;
}

.header_nav nav ul {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.header_nav nav ul li {
	padding: 0 20px;
	padding-bottom: 30px;
}

.header_nav nav ul li:first-child {
	padding-left: 0;
}

.header_nav nav ul li:last-child {
	padding-right: 0;
}

.header_nav nav ul li a {
	color: #113751;
	font-size: 18px;
	font-family: 'sourcesanspro_semibold';
	position: relative;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	display: inline-block;
	padding: 0;
	text-transform: capitalize;
}

.header_nav nav ul li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #96ca50;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	bottom: -15px;
	left: 0;
}

.header_nav nav ul li a:hover {
	color: #96ca50;
	background: transparent;
	text-decoration: none;
}

.header_nav nav ul li a.active,
nav ul li.active {
	/* color: #96ca50; */
	background: transparent;
}

.header_nav nav ul li a {
	color: #113751;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 20px;

}

.header_nav nav ul li.menu span {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.header_nav nav ul li.menu span img {
    padding-left: 10px;
	display: inline-block;
	
}

.header_nav nav ul li a:hover:after,
.header_nav nav ul li a.active:after {
	width: 100%;
}

.header_nav .mob-menu {
	display: none;
}

.header_nav nav ul li.menu {
	position: relative;
}

.header_nav nav ul li.menu .submenu {
	position: absolute;
	left: 50%;
	top: 12px;
	transform: translateX(-50%);
	width: 220px;
	/* padding-top: 25px; */
	padding: 10px;
	padding-top: 15px;
	background: #ffffff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
	display: none;
	margin-top: 30px;
	z-index: 99;
}
.header_nav nav ul li.menu .submenu ul {
	display: inline-block;
	padding: 0;
	width: 100%;
}

.header_nav nav ul li.menu .submenu ul li {
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000101;
	width: 100%;
	text-align: left;
}

.header_nav nav ul li.menu .submenu ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.header_nav nav ul li.menu .submenu ul li a:hover:after {
	content: '';
	display: none;
}
@media screen and (max-width: 993px) { 
	.header_nav .mob-menu {
		display: block;
	}
	.header_nav {
		background: #ffffff;
	}
	.header_nav .headerContainer .logo {
		width: 100px;
		/* top: 45px; */
	}
	.header_nav,
	.header_nav .headerWrap {
		height: 65px;
	}
	.header_nav .headerContainer {
		height: 100%;
	}
	.header_nav .headerContainer .socialLink {
		padding: 0 25px 0 15px;
	}
	.header_nav .mob-menu {
		display: inline-block;
		width: 30px;
		position: relative;
		height: 20px;
		cursor: pointer;
		display: block;
	}
	.header_nav .mob-menu .burger-icon {
		height: 3px;
		background-color: #96ca50;
		width: 30px;
		position: absolute;
		top: 47%;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_nav .mob-menu .burger-icon:before,
	.header_nav .mob-menu .burger-icon:after {
		content: '';
		position: absolute;
		height: 3px;
		background-color: #96ca50;
		width: 30px;
		display: inline-block;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_nav .mob-menu .burger-icon:before {
		top: -10px;
	}
	.header_nav .mob-menu .burger-icon:after {
		top: 10px;
	}
	.header_nav .mob-menu .burger-icon.active {
		background-color: transparent;
	}
	.header_nav .mob-menu .burger-icon.active:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		top: 0;
	}
	.header_nav .mob-menu .burger-icon.active:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		top: 0;
	}
	.header_nav .headerContainer .navigation {
		position: fixed;
		top: 65px;
		background: #ffffff;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		right: 0;
		height: calc(100vh - 65px);
		width: 360px;
		padding: 0 20px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.header_nav .headerContainer .navigation.active {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.header_nav nav {
		padding: 10px 0;
		display: block;
		height: 100%;
		overflow-y: scroll;
	}
	.header_nav nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding-left: 0;
	}
	.header_nav nav ul li {
		padding: 0;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 0;
		font-size: 16px;
		text-align: left;
	}
	.header_nav nav ul li a {
		color: #113751;
	}
	.header_nav .headerContainer .socialLink li a img:first-child {
		visibility: hidden;
		opacity: 0;
	}
	.header_nav .headerContainer .socialLink li a img:last-child {
		visibility: visible;
		opacity: 1;
	}
	.header_nav nav ul li.menu .submenu {
		position: static;
		transform: translate(0);
		margin: 0 auto;
		width: 95%;
		margin-top: 20px;
	}
	.header_nav nav ul li a:after {
		bottom: -5px;
	}
	.header_nav nav ul li a {
		height: 20px;
		display: inline-block;
	}
}
/* header */

@media screen and (max-width: 1600px) {
	.header_nav .headerContainer .logo {
		left: 15px;
	}
}

@media screen and (max-width: 1200px) { 
	.header_nav .headerContainer .logo img {
		width: 100%;
	}
}

@media(max-width:991px) {
	.customer-img,
	.img-related {
		margin-bottom: 30px;
	}
}

@media(max-width:767px) {
	.img-portfolio {
		margin-bottom: 15px;
	}
	.facility-bot p {
		text-align: center;
		font-size: 26px;
		padding: 0 0 20px 0;
		margin: 0;
		color: #adc91d;
	}
	header.carousel .carousel {
		height: 70%;
	}
    
    .client-title-div{
        margin-top: 16px !important;
    }
    .navigation{
    	flex-direction: column !important;
    }
}

@media(max-width:768px) {
    
    .client-title-div{
        margin-top: 16px !important;
    }
}

@media(max-width:650px) {
	.social {
		display: none;
	}
	.carousel-caption {
		right: 3%;
		left: 3%;
		padding-bottom: 30px;
	}
	.carousel-caption h2 {
		font-size: 20px;
		text-align: center;
	}
	.red img {
		width: 60%;
	}
	.navbar-brand {
		width: 70%;
	}
	.navbar {
		min-height: 70px;
	}
	.navbar-collapse {
		margin-top: 70px;
	}
	.about {
		padding: 10px;
	}
	#triangle-left,
	#triangle-right,
	#triangle-top,
	#triangle-down {
		display: none;
	}
	.grey {
		width: 100%;
		float: left;
		height: auto !important;
	}
	.customer {
		width: 90%;
		float: left;
		margin: 1% 5%;
	}
	.black p {
		font-size: 16px;
	}
	.banner {
		padding-top: 60px;
	}
}

.logo {
	width: 100%;
}

.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav>li>a:hover {
	background: #9ac23b !important;
}

.navbar-brand {
	padding: 0 !important;
}

.navbar-toggle {
	background-color: #333 !important;
}

.clients-row{
    margin-top: 100px;;
}

.client-box{
    padding: 10px;
    position: relative;
}

.client-box .container img{
    width: 100%; 
    height: 100%; 
    object-fit: contain;
    transition: transform .2s;
}

.client-box .container img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

.client-title-div {
	background: #5a86c3;
	padding: 5px 0;
    margin-top: 45px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}

.client-title-div h1 {
	color: #fff;
	text-transform: uppercase;
	margin: 10px !important;
	text-align: center !important;
}

.client-name{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}


/* Container holding the image and the text */
.container {
    position: relative;
    width:100%
}

/* Bottom right text */
.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #5a86c3;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.sanitize-top{
	margin-top: 50px;

}

.sanitize-top .content{
	margin-bottom:50px;
	display: flex;
	justify-content: start;
	align-items: center;
}
.sanitize-block{
	margin: 50px 0;
}
.sanitize-top .content img{
	max-width: 60px;
}
.sanitize-top .content p{
	margin-left: 25px;
}
.sanitize-top.bottom{
 display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sanitize-top.bottom .content{
 flex-direction: column;
 justify-content: center;
 text-align: center;
 height: 130px;
}
.sanitize-top.bottom .content img{
	margin-bottom: 15px;
}
.sanitize-top.bottom .content p{
	margin-left: 0;
	max-width: 250px;
}
.sani-h1
{
	margin-top: 50px;
}.sanitize-bottom{
	background-color: #a3b9ef;
	padding: 50px 0 75px 0;
	position: relative;
	margin-top: 100px;
}
.sanitize-bottom .block{
	text-align: center;
	height: 250px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.sanitize-bottom .block img{
	max-width: 100px;
}
.sanitize-bottom  h4{
    font-size: 38px;
    text-align: center;
    color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
}
.san-img img{
	max-width: 100%;
}
.san-img {
	width: 500px;
	position:absolute;
	top: -242px;
	right: 0;
}
.navigation{
	display: flex;
	align-items: center;
}
.header-social{
	padding: 0 0 0 50px; 
}
.header-social li img{
	max-width:25px;
}
.header-social li a{
	padding-right:5px;
}

@media(max-width:767px){
 .navigation{
 	display: block !important;
 }
 .header-social{
 	display: none !important;
 }
}
.klr-pop img{
	max-width: 100%;
}
.klr-pop p{
	font-size: 19px;
	line-height: 25px;
	text-align: center;
	color: #fff;
}