html, body{
   padding: 0;
	background:#ffffff;
	margin: 0;
	font-family: 'Open Sans', sans-serif;

}

p{ font-size: 16px; color: #555555; margin-bottom: 25px;}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Open Sans', sans-serif;

}
a:hover, a:focus{ text-decoration: none !important; outline: none !important;}

ul,label{
	margin:0;
	padding:0;
}
body{ overflow-x: hidden;}
body a:hover{
	text-decoration:none; 
}
a:focus{ outline:none;}
img{ width: 100%;}

/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/*  Header Style   ||-----------*/
.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background:#fff;
}
.boxed {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}
#header, .header {
	/* background: #314555; */
}
#header.header-1 {
 background:#ffffff;
 position: static;
 top: 0;
 z-index:9999;
 width: 100%;
}
@media (max-width: 767px) {
#header.header-1{
	background:#ffffff;
	text-align: center;
}
#header.header-1{
	position: static;
}
}
.logo, .nav-bg {
	position: relative;
	z-index: 9;
}
.logo a {
	display: inline-block;
	padding: 26px 0;
}
.header-1 .logo a {
	display: inline-block;
	padding: 15px 0 7px;
}
@media (min-width: 992px) {
	.header-1 .logo a {
		padding:0;
	}
}
.nav-wrap{
	background: transparent;
	transition: all 0.3s ease-in-out;
	    z-index: 999;
}
.stricky{
	    background: #fff;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.08);
}
.menu {
	border:none;
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
	height: 29px;
	position: absolute;
	right: 29px;
	top: 40px;
	width: 44px;
	background: none;
	z-index: 10;
}
.menu:after {
	position: absolute;
	top: 9px;
	right: 0;
	content: '';
	width: 100%;
	height: 4px;
	background:#fff;
}
.stricky .menu:after{
	background: #fff;
}
.stricky .menu{
	border-color: #fff;
}
.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header ul li {
	float: left;
	position: relative;
}
.navigation ul li a {
	font-size: 14px;
	
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation > ul > li > a {
	display: block;
	color:#004e89;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;
}
.navigation > ul > li:last-child a {
	padding-right: 0;
}
.header_tran .navigation .sub-nav {
	left: 0;    border-top: 2px solid #62bd00;
	
	position: absolute;
	top: 175%;
	width: 250px;
	z-index: 3;
	background-clip: padding-box;
	padding: 0;
	transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	visibility: hidden;
	background-color:#fff;
	-webkit-backface-visibility:hidden;
}
.navigation .sub-nav li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #242424;
	padding-bottom: 0;
	position: relative; padding-right: 0;
}
.navigation .sub-nav li a:hover,.navigation .sub-nav li a:focus{
	color: #fff !important;
}
.navigation li:hover .sub-nav {
	opacity: 1;
	top: 100%;
	transition: top 0.3s ease 0s;
	-webkit-transition: top 0.3s ease 0s;
	visibility: visible;
}
.navigation li.sub-menu .sub-nav {
	border: none;
	opacity: 0;
	top: 0;
	visibility: visible;
	left: auto;
	right: 110%;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.navigation li.sub-menu:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	right: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.navigation .sub-nav li:last-child {
	border-bottom: 0;
}
.navigation .sub-nav li a {
	padding: 8px 20px;
	display: block;
	color:#242424;
	    transition: all 0.3s ease-in-out;
}
.navigation .sub-nav li a:hover:before {
    transform: scaleX(1);
    opacity: 1;
    z-index: -1;
}
.navigation .sub-nav li a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform-origin: 0 0;
    background: #0e2f64;
}
/*Top bar*/
.header-1 .top-bar-section{
	background: #c79a06;
}

.top-contact {
	float: left;
	text-align: center;
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.header_tran .top-bar-section.top-bar-bg-color a {
	color:#fff;
}
.top-contact a i {
	padding-left: 5px;
	padding-right: 5px;
}
.header_tran .top_loction ul li:first-child{
	margin: 0px;
}
.header_tran .top_loction ul li {
    margin: 0px 0px 0px 40px;
}
.header_tran .top_loction ul li a i{
	    margin-right: 5px;
	    color:#fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header .top_loction ul li {
    margin: 0px 0px 0px 10px;
}
}

.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.top-social-icon ul {
	margin: 0;
	padding: 0;
}
.top-social-icon li {
	margin-left: 10px;
}

.header-1 .top-contact  .welcome-text{
	color:#2c3740;
}
.welcome-text i{
	 margin-right: 6px;
}
.top-bar-section a i {
	font-size: 16px;
}
.top-social-icon a.btn {
	padding: 9px 20px;
}
.top-social-icon a.btn:hover {
	color: #1fcab8;
}
.link-hover-black > a:last-child {
	margin-left: 10px;
}
.header_tran .top-bar-section .top-social-icon .icons-hover-black a{
	    display: inline-block;
	    font-size: 18px;
	    line-height: 49px;
	    /* border-left: 1px solid #073D51; */
	    padding: 0 12px;
	    color:#fff;
	    /* border-color: #212121; */
	    transition: all .3s ease;
}
.header_tran .top-bar-section .top-social-icon .icons-hover-black a:hover, .header_tran .top_loction ul li a:hover{
	color:#fff;
	text-decoration: none;
}
/*  Header style 2   ||-----------*/
.header-2 .primary-header {
	background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.header-2 .navigation > ul {
	float: left;
}
.header-2 .navigation > ul > li {
	border-left: 1px solid #dedddd;
}

@media only screen and (min-width: 768px) {
	
	.header-2 .navigation > ul > li:hover {
		background: #2a3b48;
	}
}
.header-2 .navigation > ul > li > a {
	color: #314555;
	padding: 18px 32px;
}
.header-2 .navigation li:hover>a{
	color:#fff;
}
.header-2 .navigation li:hover .sub-nav {
	top: 67%;
}
.call-us ul {
	list-style-type: none;
	line-height: 1.3;
	padding-top: 22px;
}
.call-us ul li {
	display: inline-block;
	font-weight: bold;
	padding: 0 1px;
	vertical-align: top;
	position: relative;
	padding-left: 33px;
}
.call-us ul li:first-child:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	right: -15px;
	top: -5px;
	width: 1px;
	height: 67px;
}

.call-box {
	    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.58);
    text-transform: uppercase;
}
.call-box > span {
	display: block;
}
.call-us .phone-nomber i {
	    font-size: 23px;
  
    margin-right: 12px;
    vertical-align: top;
    margin-top: 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.58);
}
.call-us i.ion-ios-email-outline{
	margin-top: -10px;
}
.call-us ul li .position {
    float: left;
    display: inline;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 5px;
     color: rgba(255, 255, 255, 0.58);
}
.call-us ul li .icon-fa {
    font-size: 50px;
    font-weight: 400;
    font-family: oswald;
    float: left;
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 47px;
}
.call-us ul li .time_block {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 2px;
}
.call-us ul li .date-block {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: open sans;
}
.call-us ul li a {
	font-size: 22px;
	color: #fff;
	line-height: 1;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.call-us ul li.phone-nomber a{
	font-size: 33px;
}

.call-us ul li:first-child {

	padding-left: 49px;
}
.mailing-icon{
	margin-right: 7px;
}
.icons-hover-black .mailing-icon i{
	background: none;
	width: 17px;
}
.header-2 .top-bar-section {
	background: #F7F7F7;
	border-bottom: 1px solid #364f63;
	padding-top: 4px;
	padding-bottom: 4px;
}
.header-2 .top-bar-section.top-bar-bg-color a, .header-2 .top-social-icon li {
	color: #909090;
}
.header-2 .top-bar-section.top-bar-bg-color a:hover, .call-us ul li a:hover {
	color: #1fcab8;
}
.col-right {
	text-align: right;
}
.col-right .opening {
	float: right;
	text-align: left;
	padding: 25px 0 0 33px
}
.header .col-right ul, .header .col-right ul li {
	float: none;
	position: relative;
	color: #2c3740 !important;
	font-weight: bold;
}
.header .col-right ul li span, .header .col-right ul li * {
	color: #2c3740 !important;
}
.col-right .call-us {
	display: inline-block;
	text-align: right;
	float: none;
}
.col-right .opening ul:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	left: -15px;
	top: -9px;
	width: 1px;
	height: 67px;
}
.header-style {
	box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);
}
.header-style, .header-1  {
	box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.47);
	
}

.header-1 .reletiv_box {
	position: relative;
}

.header-1 .reletiv_box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color:rgba(232, 162, 13, 0.58);
	border-left-color:rgba(232, 162, 13, 0.58);
	border-style: solid;
	border-top-width: 46px;
	border-right-width: 34px;
	border-bottom-width: 40px;
	border-left-width: 40px;
	margin-left: -338px;
	display: none;
}
.header-1 .reletiv_box:before {
	content: '';
	width: 50%;
	height: 86px;
	background:rgba(232, 162, 13, 0.58);
	position: absolute;
	top: 0;
	left: -338px;
	display: none;
}

.header-1 .stricky .reletiv_box:before{
	background: #E8A20D;
}
.header-1 .stricky .reletiv_box:after{
	    border-bottom-color:#E8A20D;
    border-left-color:#E8A20D;
}



.fix-header #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
@media (min-width: 768px) and (max-width: 991px) {
.header-1 .top-bar-section{
	display: none;
}	
.header-1 .reletiv_box:before{
	    width: 67.2%;
}
.header-1 .reletiv_box:after{
	    left: 67.2%;
}
}
@media only screen and (min-width: 767px) {
	#header.fix .nav-wrap, #header.fix .primary-header, .header-style.fix-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
	}
	#header.fix .nav-wrap, .header-style.fix-header {
		background: #fff;
	}
	.p-top {
		padding-top: 157px;
	}

}
.boxed #header.fix .nav-wrap, .boxed #header.fix .primary-header, .boxed .header-style.fix-header {
	max-width: 1170px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-2 .navigation > ul > li > a {
		padding-left: 28px;
		padding-right: 28px;
	}
	.header.header-2 .navigation > ul > li > a {
    padding-left: 28px;
    padding-right: 25px;
}
.header-1 .reletiv_box:before{
	    width: 59.1%;
}
.header-1 .reletiv_box:after{
	    left:59.1%;
}
.header-1 .stricky .reletiv_box:after{
	    left: 59%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navigation {
		margin-left: 0;
	}
	.navigation > ul > li > a {
		padding: 38px 13px;
	}
	.navigation .sub-nav {
		left: -27px;
	}
	.header-1 .nav-wrap:after {
		margin-left: -167px;
	}
	.header-1 .nav-wrap:before {
		left: -166px;
	}
	.header-1 .navigation li:hover .sub-nav {
		top: 77%;
	}
	.call-us ul li a{
		font-size: 16px;
	}
	.header-2 .navigation > ul > li > a {
    padding: 18px 23px;
}
.header-1 .navigation > ul > li > a {
    padding:30px 6px;
}
.header.header-2 .navigation > ul > li > a {
    padding: 18px 10px;
}
.navigation .btn-text{
padding: 0 10px;
min-width:160px;
	}
.top-contact  .welcome-text{
	font-size: 11px;
}	
	
}

@media (max-width: 767px) {
	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	.header_tran .navigation .sub-nav{
		width: 100%;
		position: static;
		background:#ccc;
	}
	
	.stricky{
		background:#000;
	}
	.header ul, .header ul li {
		float: none !important;
	}
	.top-social-icon {
		text-align: center;
	}
	.top-social-icon ul li {
		display: inline-block;
		margin: 0 4px !important;
	}
	.top-social-icon ul li:last-child, .top-social-icon ul li:last-child a {
		width: 100%;
		margin: 0;
	}
	.story-content, .video-frame {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none !important;
	}
	.logo a {
		padding: 29px 0px !important;
	}
	.header-1 .logo a {
		padding: 26px 0 20px !important;
	}
	.navigation {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background:#222;
	}
	.header-1 .navigation {
		top: 1px;
	}
	.navigation ul li {
		border-bottom: 1px solid #fff;
	}
	.header-2 .navigation > ul > li {
		border-left: none;
	}
	.navigation > ul > li > a, .header-2 .navigation > ul > li > a, .navigation > ul > li:last-child a, .header-1 .navigation > ul > li > a {
		padding: 10px 15px;
		color: #fff;
	}
	.header-2 .primary-header {
		border-bottom: 1px solid #fff;
		background: none;
	}
	.navigation .sub-nav, .navigation li.sub-menu .sub-nav, .navigation li.sub-menu:hover .sub-nav {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		border-top: none;
		transition: inherit;
		-webkit-transition: inherit;
		padding: 0;
	}
	.navigation ul li i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 9px;
		cursor: pointer;
		pointer-events: none;
	}
	.navigation ul li ul {
		display: none;
	}
	.navigation .on > .ion-ios-plus-empty:before {
		content: '\f462';
		font-family: "Ionicons";
	}
	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer h5:after {
		margin-bottom: 18px;
	}
	.footer-info .col-xs-12 {
		min-height: 0;
	}

	.call-us ul li a {
		font-size: 24px;
	}
	.col-right .opening ul::after, .col-right {
		display: none;
	}

	.header-style .logo {
		padding-bottom: 56px;
	}
	.header-style .navigation {
		top: 163px;
	}
	.header-2 .navigation > ul, .top-social-icon {
		float: none !important;
		;
	}
	.header-2 .top-social-icon ul li:last-child, .header-2 .top-social-icon ul li:last-child a {
		width: auto;
	}
	.header-2 .top-social-icon {
		padding-bottom: 0;
	}
	.header-2 .appointment-button {
		display: block;
		margin: 10px auto;
		width: 200px;
	}
	.header-2 .navigation {
		top: 3px;
	}
	.header-2.header-style .navigation {
		top: 148px;
	}
	.header-1 .nav-wrap:before, .header-1 .nav-wrap:after {
		display: none;
	}
	.header-1 .top-bar-section{
	display: none;
}	
}


.top_loction {
    background: #0e2f64;
    padding: 10px 15px 10px 50px;
    color: #fff;
    border-radius: 0px 0px 4px 0px;
    position: relative;
}
.top_loction:before {
    position: absolute;
    content: '';
    background: #0e2f64;
    width: 100%;
    height: 100%;
    right: 20px;
    top: 0;
    transform: skew(32deg);
    border-radius: 0px 0px 0px 4px;
}
.top_loction ul li a {
    color: #fff;
}
.top_loction ul li a:hover {
    color: #fff;
}


a.nav-link.nav-link-btn.m-btn.m-btn-theme {
    color: #fff;
    background: #62bd00;
    padding:10px 20px;
    position: relative;
    border-radius: 50px;
}

nav.navigation {
    margin-top: 50px;float: right;
}

nav.navigation ul li {
    padding-right: 25px;
}
a.nav-link.nav-link-btn.m-btn.m-btn-theme:hover {
    text-decoration: none; color: #fff; background: #0e2f64;
}
nav.navigation ul li i.fa.fa-angle-down {
    padding-left: 3px;
}
.dl-menuwrapper { display: none;}
.catlog{float:left;padding-top: 10px;}
.catlog span{font-weight: 600;}
.catlog span a{color: #0e2f64;}
.catlog span img{ width: auto; padding-right: 5px;}
.col-md-0{min-height: inherit !important;}
/*============================== TOP UP ======================*/
#toTop { display: none; text-decoration: none; position: fixed;  bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 40px;
height: 40px; border: none; text-indent: 100%; background: url(../images/arrow.png)0 0 no-repeat;}
#toTopHover {width: 40px; height: 40px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0;  filter: alpha(opacity=0);}
/*===================================== Header End ==============================================*/
.service{width: 100%; float: left; padding: 50px 0;}
.mb-60 { margin-bottom: 60px;}
.service-title > span{color:#054f86; font-size:14px; text-transform:uppercase; padding-bottom:10px; font-weight:400;position:relative;}
.service-title h2 {color: #1f1f1f;font-size: 24px; text-transform: uppercase;font-weight:600; position: relative; line-height: 1;    margin-bottom: 0; padding-bottom:10px;}
.service-title span::before {height: 3px; content: ""; position: absolute; width: 60px; background: #054f86; bottom: 0; left: 0;}
.service-title h2 >span {  color: #010e2a;position: relative;}
.service-title span::after { height: 3px; content: ""; position: absolute;  width: 15px;  background: #00a651;  bottom: 0;  left: 67px;}
.service-button{float: right;}
.service-button a.btn{color:#00a651; border:1px solid #000000; background: none; font-weight:500; padding: 15px 40px; margin-top:35px;}
.btn {backface-visibility: hidden; border: none; border-radius: 0; color: #fff; display: inline-block; font-size: 14px;line-height: 1;
 padding: 17px 40px; position: relative; text-align: center; text-transform: uppercase; transform: translateZ(0px);transition: .3s; transition-property: color; background: #ff5e14; font-weight: 600;}
.btn:after{background: #000; border-radius: 0; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0;transform:scaleX(0);  transform-origin: 0 50% 0; transition: .3s;  transition-property: transform, -webkit-transform; transition-timing-function: ease-out;    z-index: -1;}
.btn:hover::after { transform: scaleX(1); color: #fff;}
.service-button a.btn:hover{color: #fff;}
.mb-30 { margin-bottom: 30px;}
.service-img img { width: 100%;}
.service-text {  margin-top: 36px;}
.service-text h4 { font-size: 18px;  font-weight: 600;  margin-bottom: 12px;}
.service-text h4 a { color: #333333;  transition: .3s;}
.service-text p { line-height: 26px;  margin-bottom: 0;}
.service-text > a {color: #333333; font-size: 14px;  font-weight: 400; border-bottom: 1px solid #000000; display: inline-block;  transition: .3s; margin-top: 18px;}
.service-text > a:hover { color: #00a651; border-color: #00a651;}
/*===================================== save water ==============================================*/
.save-water{width: 100%; float: left;    background:#e6e7e8; padding: 50px 0;}
.save-water-icon{width: 100%; float: left; text-align: center;padding: 0 20px;}
.save-water-icon span img{ width: auto;}
.save-water-icon h3{ font-size: 17px; padding: 15px 0 10px; line-height: 24px; font-weight:600; color: #262626; position: relative;}
.mar-top{margin-top:40px;}
.pd-top{padding-top: 0 !important;}
.d-inline-block{display: inline-block;}
.radius{border-radius: 5px !important; color: #fff;  background: #62bd00;  padding: 10px 20px 10px 20px;  position: relative;}
.radius:hover{ color: #fff;  background: #0e2f64;}
.water-save{width: 100%; float: left;}
.water-save h3{font-size: 20px; text-align: center; line-height: 24px; letter-spacing: .8px; padding-top: 20px; padding-bottom: 15px;}
.water-save h4{font-size: 20px; text-align: center; line-height: 26px; color: #555555;    font-weight: 600;}
/***================================== Fun Fact Section ============================================***/

.fun-fact-section{
	position: relative;
	padding:50px 0;float: left;
    width: 100%;
}
.fun-fact-section h2{ text-align: center; padding-bottom:22px; font-size: 34px; color: #054f86; font-weight:600; line-height: 38px; position: relative; margin-bottom: 25px;}
.fun-fact-section h2:before {height: 3px; content: ""; position: absolute; width: 60px; background: #054f86; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.fun-fact-section h2:after { height: 3px; content: ""; position: absolute;  width: 15px;  background: #00a651;  bottom: 0;right: 0; margin: 0 auto;  left:95px;}

.fun-fact-section p{width: 70%; margin: 0 auto 45px; text-align: center; }

.fun-fact-section:before{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 742px;
	height: 476px;
	background-image: url(../images/icons/bg-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
}

.fun-fact-section .fact-counter{
	position: relative;
}

.fun-fact-section .counter-column{
	position:relative;
	margin-bottom:40px;
}

.fun-fact-section .count-box{
	position: relative;    text-align: center;
}

.fun-fact-section .count-box .icon{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #aaaaaa;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fun-fact-section .count-box:hover .icon{
	color: #054781;
}

.fun-fact-section .count-box .count-text{
	position:relative;
	*display: block; display: inline-block;
	font-size:40px;
	line-height: 1.2em;
	font-weight:700;
	color:#054781;
	margin-bottom: 10px;
}

.fun-fact-section .count-box .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height: 1.2em;
	font-weight:600;
	color:#222222;
	margin-bottom: 15px;
}

.fun-fact-section .count-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
}

/***

====================================================================
			Fun Fact Section Two
====================================================================

***/
@import url('flaticon.css');

.fun-fact-section-two{
	position: relative;
	padding:100px 0 60px;
}

.fun-fact-section-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/pattern.jpg);
	background-repeat: repeat;
	background-position: center;
	content: "";
}

.fun-fact-section-two .fact-counter{
	position: relative;
}

.fun-fact-section-two .counter-column{
	position:relative;
	margin-bottom:40px;
}

.fun-fact-section-two .count-box{
	position: relative;
	padding-left: 100px;
	font-size:36px;
	line-height: 42px;
	font-weight:700;
	color:#ff8a00;
}

.fun-fact-section-two .count-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 65px;
	line-height: 1em;
	color: #000000;
	margin-bottom: 30px;
	font-weight: 400;
}

.fun-fact-section-two .count-box .count-text{
	position:relative;
	display: inline-block;
	font-size:36px;
	line-height: 42px;
	font-weight:700;
	color:#ff8a00;
}

.fun-fact-section-two .count-box .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	color:#777777;
	margin-bottom: 15px;
}

.fun-fact-section-two .count-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
}

@font-face {
  font-family: "flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon.woff") format("woff"),
       url("../fonts/flaticon.ttf") format("truetype"),
       url("../fonts/flaticon.svg#flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.svg#flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: flaticon;
  font-style: normal;
}

.flaticon-project-1::before {
    content: "";
}
.flaticon-support-2::before {
    content: "";
}
.flaticon-medal-1::before {
    content: "";
}
.flaticon-innovation::before {
    content: "";
}



/*** 

====================================================================
			Projects Section
====================================================================

***/
.sec-title.light .title {
    color: #dddddd;
}
.projects-section .sec-title {
    position: relative;
    float: right;
    width: 100%;
    max-width: 600px;
    padding: 0px 15px;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec-title.light h2 {
    color: #ffffff;
}
.sec-title h2 {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    padding-bottom: 25px;
}
.sec-title h2:before {
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 3px;
    width: 70px;
    background-color: #62bd00;
    content: '';
}
.projects-section{
	position: relative;
	background-color: #222222;
	width:100%;    float: left;
}

.projects-section .outer-container{
	position: relative;
	width:100%;
}

.projects-section .title-box{
	position: absolute;
	left: 0;
	top: 90px;
	width:50%;
}

.projects-section .sec-title{
	position:relative;
	float:right;
	width:100%;
	max-width:600px;
	padding:0px 15px;
}

.projects-section .carousel-box{
	position:relative;
	float:right;
	width:50%;	
}

.projects-section .carousel-box .carousel-container{
	position:relative;
	display:block;
	margin-left:-600px;
	padding-left:15px;
}

.projects-carousel{
	position: relative;
}

.project-block{
	position: relative;
	padding-left: 370px;
}

.project-block .image-box{
	position:relative;
	display:block;
	width:100%;
	height:650px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;	
}

.project-block .image-box .image{
	position:relative;
	display:none;	
}

.project-block .image-box .image img{
	position:relative;
	display:block;
	width:100%;	
}

.project-block .info-box{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	width: 370px;
	padding: 70px 50px 50px;
}

.project-block .info-box:before{
	position: absolute;
	top: 50%;
	right: -29px;
	margin-top: -30px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #ffffff;
	content: "";
	z-index: 9;
}

.project-block .info-box .slide-info{
	position:relative;
	display:inline-block;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #777777;
	font-size:18px;
	font-family: 'Rubik', sans-serif;
	font-weight:500;	
}

.project-block .info-box .slide-info .current{
	font-size:30px;	
}

.project-block .info-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #777777;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	margin-bottom: 20px;
}

.project-block .info-box h4 a{
	color: #777777;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .info-box h4 a:hover{
	color: #ff8a00;
}

.project-block .text{
	position: relative;
	display: block;
	margin-bottom: 35px;
}

.project-block .btn-box{
	position: relative;
}

.project-block .btn-box a{
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
	min-width: 120px;
	margin-right: 5px;
}

.project-block .image{
	margin-bottom: 0;
}

.projects-section .owl-dots{
	display: none;
}

.projects-section .owl-nav{
	position:absolute;
	right:2px;
	bottom:2px;	
}

.projects-section .owl-nav .owl-prev,
.projects-section .owl-nav .owl-next{
	position:relative;
	float:left;
	width:52px;
	height:52px;
	line-height:52px;
	margin:0px 0px 0px 2px;
	padding:0px;
	text-align:center;
	color:#222222;
	background:#ffffff;
	font-size:20px;
	font-weight:400;	
}

.projects-section .owl-nav .owl-prev:hover,
.projects-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background:#222222;	
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #ff8a00;
}
.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*** 

====================================================================
		Project Details
====================================================================

***/

.project-details-section{
	position:relative;
	padding:100px 0px 50px;	
}

.project-detail .image-box{
	position: relative;
	margin-bottom: 15px;
}

.project-detail .image-box .image{
	position: relative;
	margin-bottom: 30px;
}

.project-detail .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-detail .content-box{
	position:relative;
}

.project-detail .content-box .content-column{
	position: relative;
}

.project-detail h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #020202;
	font-weight: 500;
	margin-bottom: 30px;
}

.project-detail h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #020202;
	font-weight: 500;
	margin-bottom: 30px;
}

.project-detail p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.project-detail .info-column{
	position:relative;
	margin-bottom:50px;
}

.project-detail .info-column .inner-column{
	position: relative;
}

.project-detail .info-list{
	position: relative;
	border: 2px solid #dddddd;
	padding: 40px 35px 35px;
	font-family: "Rubik", sans-serif;
}

.project-detail .info-list li{
	position:relative;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 24px;
	padding-left: 60px;
}

.project-detail .info-list li strong{
	position:relative;
	display: block;
	font-size:16px;
	color: #020202;
	line-height: 24px;
	font-weight: 500;
}

.project-detail .info-list li .iocn{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	line-height: 24px;
	color: #bbbbbb;
}

.project-detail .info-list li:last-child{
	margin-bottom: 0;
}

.project-detail .two-column{
	position: relative;
	margin-bottom: 10px;
}

.project-detail .two-column .image{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.project-detail .two-column .image img{
	display: block;
	width: 100%;
	height: auto;
}

.post-controls{
	position:relative;
	padding:30px 0px;
	text-align:center;
	border-top:1px solid #d0d0d0;
}

.post-controls .theme-btn{
	position:relative;
	display:block;
	padding: 10px 35px;
	min-width: 140px;
}

/*=== Related Projects ===*/
.related-projects{
	position: relative;
	padding-bottom: 100px;
}
/*Btn Style Three*/
.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 13px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #222222;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-three:hover{
	color: #ffffff;
	-webkit-box-shadow: rgb(98, 189, 0) 0 0px 0px 40px inset;
	-moz-box-shadow: rgb(98, 189, 0) 0 0px 0px 40px inset;
	-ms-box-shadow: rgb(98, 189, 0) 0 0px 0px 40px inset;
	-o-box-shadow: rgb(98, 189, 0) 0 0px 0px 40px inset;
	box-shadow: rgb(98, 189, 0) 0 0px 0px 40px inset;
}
/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #62bd00;
	-webkit-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;
}

.btn-style-one:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}
/*------------------------------- Why Would ------------------------------*/
.why-would{width: 100%; padding: 50px 0 10px; float: left;}
.why-would-txt { padding: 30px 20px 0px 20px;}
.why-would-txt h2 {font-size: 24px; font-weight:600; ine-height: 32px; padding-bottom: 25px; position: relative; margin-bottom: 30px;}
.why-would-txt h2:before {height: 3px; content: ""; position: absolute; width: 60px; background: #054f86; bottom: 0; left: 0;}
.why-would-txt h2:after { height: 3px; content: ""; position: absolute;  width: 15px;  background: #00a651;  bottom: 0;  left: 67px;}
.service-button{float: right;}
.exclusives-services{width: 100%; float: left;}
.exclusives-services ul{list-style-type: none;}
.exclusives-services ul li{width: 100%; float: left; padding-bottom:10px;}
.exclusives-services ul li span{float: left; padding-right: 10px;font-size:18px;margin-right: 10px; position: relative;font-weight: 600;}
.exclusives-services ul li span:after{width: 2px; height:14px; position: absolute; right: 0; top:5px; background: #1a7145; content: ""; display: block;}
.exclusives-services ul li h3 {font-size: 17px; font-weight:600; padding-bottom: 15px; line-height: 24px;}
.exclusives-services ul li figure{   float: left;    width: 90%;} 
/*
=============================================
	Eco services starts
=============================================
*/
.our-mission{float: left; width: 100%; padding: 50px 0;}
.thumb-widthout-layer,
.eco_services_environment{
	float: left;
	width:100%;
}
.eco_service_cols,
.eco_services{
	float: left;
	width:100%;
}
.eco_service_cols{
	margin-bottom: 70px;
	padding: 0px 10px;    position: relative;
}
.eco_service_cols.rtl_service div{
	text-align: left;
}
.eco_service_cols.rtl_service span{
	float: left;
	margin-left: 0px;
	margin-right: 29px;
}
.eco_service_cols span{
	width:70px;
	height: 70px;
	font-size: 40px;
	float: right;
	text-align: center;
	line-height: 70px;
	border-radius: 100%;
	margin-left: 29px;
	margin-top:2px;
	position: relative;
	z-index: 1;
	background-color: transparent;
}
.eco_service_cols span img{ width: auto; vertical-align: baseline; text-align: center;}
.eco_service_cols span:before{
	position: absolute;
	content:"";
	top:0px;
	left:0px;
	right: 0px;
	border:1px solid #e2e2e2;
	bottom:0px;
	margin: 0 auto;
	border-radius: 100%;
	z-index: -1;
	transform:scale(1);
	-webkit-transform:scale(1);
}

.eco_service_cols div{
	float: none;
	overflow: hidden;
	width: auto;
	text-align: right;
}
.eco_service_cols div h4{
	text-transform: uppercase;
	font-weight: 400;    font-size: 20px;
	margin-bottom: 10px;
}
.eco_service_cols div p{
	margin-bottom: 0px;
}
.eco_items-services{
	float: left;
	width:100%;
	padding-top: 70px;
}
.thumb-widthout-layer{
	text-align: center;
}
.thumb-widthout-layer img {
    text-align: center;
    width: 80%;
}
.eco_services{
	margin-bottom: 29px;
}

/*
=============================================
	Eco services ends
=============================================
*/
/*------------------------------- Footer ------------------------------*/
.footer{width: 100%; background: #515151; padding: 25px 0; float: left;}
.footer-nav{width: 100%; float: left; padding-bottom: 5px; list-style-type: none;}
.footer-nav li{float: left; font-size: 15px; color: #fff; font-weight: 500; padding-right: 20px;}
.footer-nav li a{color: #fff; text-decoration: none;}
.footer-nav li a:hover{ color: #62bd00;}
.footer-nav li:last-child{padding-right: 0;}
.footer p{color: #fff; margin-bottom: 0;}
.footer p a{color: #fff; text-decoration: none;}
.footer p a:hover{color: #62bd00;}
/*============================== social sidebar ======================*/

div#social-sidebar {
    display: none;
}
#social-sidebar li {line-height: 0;font-size: 0}
#social-sidebar {position: fixed;font-family: Arial;z-index: 99;}
#social-sidebar ul li a {text-align: center;position: relative;display: block}
#social-sidebar ul li .link-icon {display: inline-block;text-align: center;overflow: hidden}
#social-sidebar ul li a:hover .link-label {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);}
#social-sidebar ul li a .link-label {width: 0;white-space: nowrap;opacity: 0;position: absolute;z-index: -1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);}
#social-sidebar.pos-left {right: 0;top: 25%}
#social-sidebar.pos-left ul li a .link-label {left: -600%}
#social-sidebar.pos-left ul li a:hover .link-label {left: 100%}
#social-sidebar.pos-left ul li a .link-label:before {left: -4px}
#social-sidebar ul li a {width: 35px;height: 35px;line-height: 35px;font-size: 21px;}
#social-sidebar .link-icon {width: 35px;height: 35px;line-height: 35px}
#social-sidebar ul li a {border-radius: 5px;}
#social-sidebar .link-icon {border-radius: 5px;}
#social-sidebar.pos-left ul li a {margin-top: 5px;right: 1px;}
#social-sidebar.label-fancy .link-label {margin-top: -16px;padding: 4px 8px;min-width: 80px;width: auto;
line-height: 24px;font-size: 14px;border-radius: 3px;top: 50%;}
#social-sidebar.label-fancy .link-label:before {margin-top: -4px;width: 8px;height: 8px;content: "";
display: block;transform: rotate(45deg);position: absolute;z-index: -2;top: 50%;}
#social-sidebar.label-fancy.pos-left a:hover .link-label {left: 130%}
#social-sidebar.colors-color ul li a span, #social-sidebar.colors-color ul li a span:before {background: #333;color: #FFF;}
#social-sidebar.colors-color ul li a[class*="facebook"] span, #social-sidebar.colors-color ul li a[class*="facebook"] span:before {background: #234999;}
#social-sidebar.colors-color ul li a[class*="instagram"] span, #social-sidebar.colors-color ul li a[class*="instagram"] span:before {background: #f09433;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);;}
#social-sidebar.colors-color ul li a[class*="linkedin"] span, #social-sidebar.colors-color ul li a[class*="linkedin"] span:before {background: #cb2e96;}
#social-sidebar.colors-color ul li a[class*="envelope"] span, #social-sidebar.colors-color ul li a[class*="envelope"] span:before {background: #de3641;}
#social-sidebar.colors-color ul li a[class*="twitter"] span, #social-sidebar.colors-color ul li a[class*="twitter"] span:before {background: #6CDFEA;}
#social-sidebar.colors-color ul li a[class*="whatsapp"] span, #social-sidebar.colors-color ul li a[class*="whatsapp"] span:before {background: #45C355;}
#social-sidebar.colors-color ul li a[class*="youtube"] span, #social-sidebar.colors-color ul li a[class*="youtube"] span:before {background: #CD181F;}
/*==================================== Contact Us ================================================*/
.banner { float: left;width: 100%; background: url(../images/banner/1.jpg) no-repeat center; background-size: auto auto; background-size: cover;-webkit-background-size: cover; -o-background-size: cover; -ms-background-size: cover; -moz-background-size: cover; padding: 150px 0; position: relative;}
.banner::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .2); content: "";display: block;}
.page_head h2 {color:#fff; font-weight:bold;font-size:32px; text-transform:uppercase; position:relative; padding-left:10px; text-align:left;}
.page_head h2:after{position:absolute;bottom:3px; left:0; background:#62bd00; margin:0 auto; content:""; display:block; height:26px; width:3px;}

.contact-us{width: 100%; float: left; background:url(../images/pattern-2.jpg);}
.contact{width: 100%; float: left;display: -webkit-inline-box;}
.bm{display: table-cell;}
.contact-address { background: #0e2f64;padding:50px; position: relative; z-index: 11;}
.contact-address:before{position:absolute; width: 1000%; height: 100%; content: ""; right:-945%; top: 0;background: #0e2f64;z-index: -1;}
.contact-address h4{font-size: 28px; color: #fff; margin-bottom:35px; position: relative; padding-bottom: 10px;}
.contact-address h4:after{position:absolute; bottom: 0; left: 0; width: 70px; height: 1px; background: #6b6b6b;content: ""; }
.contact-address h4:before{position:absolute; bottom:-5px; left: 0; width:50px; height: 1px; background: #fff;content: ""; }

.alx-icon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 40px;}
.alx-icon__icon { -webkit-border-radius: 50%; border-radius: 50%;border: 7px solid rgba(255,255,255,.5);-webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center;align-items: center;margin-right: 20px; height: -webkit-min-content; height: -moz-min-content; height: min-content;}
.alx-icon__icon:before { content: ""; height: 2px; width: 64px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);    transform: rotate(45deg); background-color: #0e2f64; position: absolute; z-index: 1; -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.alx-icon__icon span {cursor: pointer; background-color: #fff; -webkit-border-radius: 50%; border-radius: 50%; text-align: center;
width: 50px; height: 50px;display: -webkit-box;display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center;
 -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 3; text-decoration: none; color: #0e2f64; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s;}
.alx-icon__icon span i { color: #0e2f64;  font-size: 19px;}
.alx-icon h5 { margin: 0; font-size: 20px; text-transform: uppercase; padding-bottom: 5px; color: #fff;}
.alx-icon p { font-weight: 500; margin: 0;color: #fff;}
.alx-icon a{color: #fff;}

.form-wrapper {padding:50px; float: left;}
.form-wrapper h4{font-size: 28px; margin-bottom:35px; position: relative;padding-bottom: 10px;}
.form-wrapper h4:after{position:absolute; bottom: 0; left: 0; width: 70px; height: 1px; background: #6b6b6b;content: ""; }
.form-wrapper h4:before{position:absolute; bottom:-5px; left: 0; width:50px; height: 1px; background: #0e2f64;content: ""; }
.form-wrapper input{ width: 100%;  border: none; border-bottom: 1px solid #222; border-radius: 0;  outline: none; box-shadow: none;
font-size: 16px; padding: 0 0 12px 0;  margin-bottom: 35px; background: none;}
.form-wrapper textarea { width: 100%; max-width: 100%; height: 110px; resize: none; border: none; border-bottom: 1px solid #222;  font-size: 16px; padding: 0 0 10px 0;  margin-bottom: 32px;background: none; outline: none;}
.btn-submit { margin: 0; display: inline-block; text-align: center; border: none;  padding: 12px 35px; background:#0e2f64; font-weight: 500; font-size: 14px; color: #fff; letter-spacing: 0.75px; text-transform: uppercase; -webkit-transition: background 1s ease-out;
-moz-transition: background 1s ease-out; -o-transition: background 1s ease-out; transition: background 1s ease-out; outline: none !important; cursor: pointer; position: relative; overflow: hidden;}

.btn-submit:before, .btn-submit:after {content: '';position: absolute;top: 0; left: 0;width: 100%;height: 100%;z-index: 1;    background-color: rgba(255,255,255,0.25);-webkit-transition: all 0.3s; -moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;-webkit-transform: translate(-100%,0);transform: translate(-100%,0); -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-submit:after {-webkit-transition-delay: 0.2s; transition-delay: 0.2s;}
.btn-submit:hover::before, .btn-submit:hover::after { -webkit-transform: translate(0,0); transform: translate(0,0);}

.map {width: 100%; margin: 0;float: left;}
.map .container-fluid { padding: 0;}
.map iframe { float: left;}


/*========================== Products ======================*/
.water-treatment{width: 100%; padding: 50px 0; float: left;}
.water-treatment h1{font-size: 30px; text-align: center; color: #00a651; padding-bottom: 30px;}
.water-coagulation{width: 100%; padding: 24px; background: #ebebeb; margin-bottom: 30px;    min-height: 246px;}
.water-coagulation h3{font-size:18px; padding-bottom: 15px; line-height: 24px; margin-bottom: 15px; position: relative; color: #054f86; font-weight: 600;}
.water-coagulation h3:after{position: absolute; bottom: 0; left: 0; background: #054f86; width: 30px; height: 2px; content: "";}
.water-coagulation p{margin-bottom: 0; font-size: 14px;}

.latest-product{float: left; width: 100%; background: #0e2f64;}
.latest-pd{ padding: 50px 0;float: left; text-align: center; width: 100%;}
.product-pl{padding-left: 50px;}
.product-pr{padding-right: 30px;}
.water-treatment-right{    position: relative;    z-index: 11;}
.water-treatment-right:before {position: absolute;width: 1000%; height: 100%; content: ""; right: -945%; top: 0; background: #0e2f64;
    z-index: -1;}
.latest-pd h2{color: #fff; padding-bottom:25px; font-size: 36px;}
.latest-pd p{color: #acacac; line-height: 24px;}
.latest-product-btn{border: 1px solid #fff; display: inline-block;   margin-top: 15px;}
.latest-product-btn a{background-color: transparent; }
.latest-product-btn .btn:after{background: #00a651;}
.latest-product-btn .btn.focus, .btn:focus, .btn:hover {color: #fff;}
.latest-product-btn .btn{ padding: 17px 50px;}
.treatment_title { margin: 0; font-size: 100px; padding: 120px 0; font-weight: 700; text-align: center; line-height: 1.1; text-transform: uppercase;  color: #000;}

.water-treatment ul{list-style-type: none;padding-left: 60px;}
.water-treatment ul li{ font-size: 16px; padding-bottom: 10px; color: #676767; position: relative;}
.zero-liquid-discharge{font-size:18px; padding-bottom:15px; line-height:24px; margin-bottom:15px; position:relative; color:#054f86;   font-weight:600;} 
.zero-liquid-discharge:after {position: absolute; bottom: 0; left: 0; background: #054f86; width: 30px; height: 2px; content: "";}

/*========================== Industrial Segments ======================*/
.industrial-segments{width: 100%; padding: 50px 0; float: left;}
.industrial-segments h1{font-size: 30px; text-align: center; color: #1f1f1f; padding-bottom:25px;}
.industrial-segments h4{font-size:20px; text-align: center; color: #054f86; padding-bottom:25px;}
.service-industrial{background: #054f86;}
.service-industrial h4{ padding: 0 !important; color: #fff; font-size: 16px;}
.service-industrial h4 a{ color: #fff; display: block; padding: 12px;} 

/*========================== About US ======================*/
.about-us{width: 100%; float: left; padding: 50px 0;    display: table;}
.pad-about{float:left; width: 100%;}
.pad-about p{text-align: justify;}
.pad-about h2{font-size:30px; font-weight:600; padding-bottom: 25px; color: #1f1f1f;}
.pad-about span{ color: #0e2f63;}
.table_col { display: table-cell;  float: none;  vertical-align: middle;}
.tg-haslayout{background: #f5f5f5; float: left;width: 100%;}
.tg-whychoseus{float: left; width: 100%;  padding: 40px 0 0;}
.tg-whychoseus h2{font-size:30px; font-weight:600; padding-bottom: 20px; color: #1f1f1f;}
.tg-whychoseus h4{font-size:18px; font-weight:500; padding-bottom: 20px; color: #0e2f63; line-height: 24px;}
.tg-whychoseus ul{list-style-type: none;}
.tg-whychoseus ul li{ font-size: 16px; padding-bottom: 12px; color: #676767; position: relative;padding-left: 20px;}
.tg-whychoseus ul li:last-child{padding-bottom: 0;}
.tg-whychoseus ul li:before { position: absolute;  content: "\f054";  font-family: fontawesome;  left: 0px;  color: #62bd00;}
/*========================== Effluent Treatment ======================*/
.effluent-treatment{width: 100%; float:left; padding-top: 20px;}
.effluent-treatment ul{ padding-top: 30px; list-style-type: none;}
.effluent-treatment ul li {font-size: 16px; padding-bottom: 15px; text-align: left; position: relative; padding-left: 30px;}
.effluent-treatment ul li:after { position: absolute;  left: 0;  top: 9px; content: ""; display: block; clear: both; background: url(../images/effluent-icon.png)0 0 no-repeat; width: 19px;  height: 10px;}
.effluent-treatment ul li strong{ color: #163868;    font-weight: 600;}

.service-wrapper {min-height: 590px;}

.min-ser{min-height: inherit !important;margin-bottom: 10px!important;}

.located{width: 100%; float: left; padding: 30px 0;}


.short-text-title {
    width: 35%;
    padding-right: 32px;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 1.2;
    text-align: right;
    position: relative;
}
.short-text-title:before {
    content: '';
    width: 2px;
    top: 0;
    bottom: 0;
    background:#0e2f64;;
    position: absolute;
    right: -2px;
}
.short-text-description {
    width: 65%;
    padding-left: 32px;

    line-height: 1.55555;
}
.short-text-description p{margin-bottom: 0;}
.short-text-description .btn-oasis{
    color: #333333; display: block; float: left;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #0e2f64;
  color: #0e2f64;
    transition: .3s;
    margin-top: 10px;
}
.layout1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mar-top2{ margin-top: 20px;}
