* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans';
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Bold.woff2') format('woff2'), url('OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Light.woff2') format('woff2'), url('OpenSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Medium.woff2') format('woff2'), url('OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular.woff2') format('woff2'), url('OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-SemiBold.woff2') format('woff2'), url('OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.woff2') format('woff2'), url('Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Light.woff2') format('woff2'), url('Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ExtraBold.woff2') format('woff2'), url('Montserrat-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Medium.woff2') format('woff2'), url('Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'), url('Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.tpenerflux-fixhdr {
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.progress-bar {
	height: 3px;
	background: #009966!important;
	width: 0%;
	position: relative;
	z-index: 999;
}
.tpenerflux-fixhdr.sticky {
	position: fixed;
	transition: all 0.9s ease;
	background: rgba(256, 256, 256);
	box-shadow: 0 0 15px rgba(0, 0, 0, .06);
}
.tpenerflux-fixhdr.sticky .enerfluxlogo {
	background: url(../images/logo.png) no-repeat;
	background-size: 125px 70px;
	width: 125px;
	height: 70px;
}
.tpenerflux-fixhdr.sticky .enerflux-rgtside-mnu ul li a {
	color: #4e5b66;
}
.tpenerflux-fixhdr.sticky .enerflux-rgtside-mnu ul li a:hover {
	color: #fff;
}
.tpenerflux-fixhdr.sticky .enerflux-rgtside-mnu li .sub-menu li a:hover {
	color: #4e5b66;
}
.tpenerflux-fixhdr.sticky .enerflux-rgtside-mnu ul li.drpmnu:before {
	content: "";
	position: absolute;
	top: 48%;
	right: 20px;
	background: url(../images/mnu-dwnarw1-h.png) no-repeat;
	width: 8px;
	height: 5px;
}
.tpenerflux-fixhdr.sticky .enerflux-rgtside-mnu ul li:hover.drpmnu:before {
	content: "";
	position: absolute;
	top: 48%;
	right: 20px;
	background: url(../images/mnu-dwnarw.png) no-repeat;
	width: 8px;
	height: 5px;
}
header .enerfluxlogo {
	position: relative;
	float: left;
	background: url(../images/logo-wt.png) no-repeat;
	background-size: 125px 70px;
	width: 125px;
	height: 70px;
	margin: 10px 0;
	transition: 0.3s;
}
header .enerflux-rgtside-mnu {
	float: right;
	padding-top: 25px;
}
header .enerflux-rgtside-mnu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .enerflux-rgtside-mnu ul li {
	float: left;
	position: relative;
	margin-right: 20px;
}
header .enerflux-rgtside-mnu ul li:last-child {
	margin-right: 0;
}
header .enerflux-rgtside-mnu ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1.5px;
	padding: 10px 35px 10px 20px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	border: 1px solid transparent;
	border-radius: 50px;
}
header .enerflux-rgtside-mnu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #009966;
}
header .enerflux-rgtside-mnu ul li.drplst a {
	padding-right: 20px;
}
header .enerflux-rgtside-mnu ul li.drpmnu:before {
	content: "";
	position: absolute;
	top: 48%;
	right: 20px;
	background: url(../images/mnu-dwnarw.png) no-repeat;
	width: 8px;
	height: 5px;
}
header .enerflux-rgtside-mnu li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 90px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .enerflux-rgtside-mnu li .sub-menu {
	position: fixed;
	min-width: 195px;
	background: #fff;
	padding: 20px 250px;
	z-index: 9999;
	left: 0;
	top: 150px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 7px 15px rgba(30, 34, 40, .06);
}
header .enerflux-rgtside-mnu li.bx .sub-menu {
	min-width: 100%;
	min-height: 400px;
	background: url(../images/mnulgo-bg.jpg) no-repeat #fff 30% 30%;
}
header .enerflux-rgtside-mnu li.bx .sub-menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #004080;
	width: 100%;
	height: 2px;
}
header .enerflux-rgtside-mnu li .sub-menu li {
	float: none;
	background: none;
	padding: 0;
	margin: 5px 0;
}
header .enerflux-rgtside-mnu li .sub-menu li a {
	color: #4e5b66;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	padding: 5px 15px;
	margin: 0;
}
header .enerflux-rgtside-mnu li .sub-menu li a:hover {
	color: #0080c1;
	padding-left: 20px;
	background: none;
}
header .enerflux-rgtside-mnu li .sub-menu li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #e3e7eb;
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: 1;
	border-radius: 50px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .enerflux-rgtside-mnu li .sub-menu li a:hover:before {
	content: "";
	width: 50%;
	left: 0;
}
header .enerflux-rgtside-mnu li .sub-menu li a:after {
	content: "";
	width: 3px;
	height: 12px;
	background: #0080c1;
	position: absolute;
	bottom: 2px;
	left: 0;
	top: 13px;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header .enerflux-rgtside-mnu li .sub-menu li a:hover:after {
	content: "";
	width: 10px;
	left: 0;
	top: 13px;
}

/** WHAT WE DO SUB LINK **/
header .enerflux-rgtside-mnu li .sub-menu li.whatwe-pht:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
	height: 350px;
	background: url(../images/whatwe-phto-bg.jpg) no-repeat;
	background-size: 260px 350px;
}
header .enerflux-rgtside-mnu li .sub-menu li.ourjourney-pht:before {
	content: '';
	position: absolute;
	right: 0;
	top: -43px;
	width: 260px;
	height: 350px;
	background: url(../images/ourjourney-phto-bg.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.ourjourney-pht:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -43px;
	width: 260px;
	height: 350px;
	background: url(../images/ourjourney-phto-bg.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/** SERVICES SUB LINK **/
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht1:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht01.jpg) no-repeat;
	background-size: 260px 350px;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht2:before {
	content: '';
	position: absolute;
	right: 0;
	top: -43px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht02.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht2:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -43px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht02.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht3:before {
	content: '';
	position: absolute;
	right: 0;
	top: -86px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht03.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht3:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -86px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht03.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht4:before {
	content: '';
	position: absolute;
	right: 0;
	top: -129px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht04.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht4:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -129px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht04.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht5:before {
	content: '';
	position: absolute;
	right: 0;
	top: -172px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht05.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht5:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -172px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht05.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht6:before {
	content: '';
	position: absolute;
	right: 0;
	top: -215px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht06.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht6:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -215px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht06.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht7:before {
	content: '';
	position: absolute;
	right: 0;
	top: -258px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht07.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht7:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -258px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht07.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht8:before {
	content: '';
	position: absolute;
	right: 0;
	top: -301px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht08.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.servce-pht8:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -301px;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-servce-pht08.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .enerflux-rgtside-mnu li .sub-menu li.projects-pht:before {
	content: '';
	position: absolute;
	right: 0;
	top: -344px;
	width: 260px;
	height: 350px;
	background: url(../images/welleng-phto-bg.jpg) no-repeat;
	background-size: 260px 350px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .enerflux-rgtside-mnu li .sub-menu li.projects-pht:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: -344px;
	width: 260px;
	height: 350px;
	background: url(../images/welleng-phto-bg.jpg) no-repeat;
	background-size: 260px 350px;
	opacity: 100;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/** CAREER SUB LINK **/
header .enerflux-rgtside-mnu li .sub-menu li.findjob-pht:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
	height: 350px;
	background: url(../images/mnu-findjob-phto1.jpg) no-repeat;
	background-size: 260px 350px;
}
/*** Mobile Menu ****/

header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background: #017abb;
	margin: 5px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 55px;
	right: 0;
	z-index: -1;
	width: 250px;
	height: 350px;
	background: #017abb;
	padding: 10px 15px;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px solid #1a69b7;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #fff;
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #fff;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	padding: 10px;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #fff;
}
/** END **/
.allsub-titlebx {
	width: fit-content;
	color: #009966;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.allsub-titlebx span {
	display: inline-flex;
	animation: fadeIn 1s infinite;
}
.allsub-titlebx span img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}
.hmenerflux-cmpnyprofile-section {
	position: relative;
	padding: 80px 0 0;
}
.hmenerflux-cmpnyprofile-section .ltside-cntntbx {
	position: relative;
	top: -140px;
	padding: 80px 0 0 50px;
	background: #fff;
}
.hmenerflux-cmpnyprofile-section .ltside-cntntbx:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 30px;
	width: 3px;
	height: 265px;
	background: #009966;
}
.hmenerflux-cmpnyprofile-section .ltside-cntntbx h1 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 54px;
	padding: 0;
	margin: 25px 0 10px;
}
.hmenerflux-cmpnyprofile-section .ltside-cntntbx p {
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.hmenerflux-cmpnyprofile-section .ltside-cntntbx .pt {
	display: block;
	font-family: 'Montserrat';
	color: #666;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}
.hmenerflux-cmpnyprofile-section .rtside-imgbx {
	position: relative;
	width: 95%;
}
.hmenerflux-cmpnyprofile-section .rtside-imgbx .imgbx {
	position: relative;
	overflow: hidden;
}
.hmenerflux-cmpnyprofile-section .rtside-imgbx .imgbx img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 50px;
}
.hmenerflux-cmpnyprofile-section .privatelabel-rotatecircle {
	width: 220px;
	height: 220px;
	padding: 5px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 40%;
	right: 20%;
	z-index: 99;
}
.hmenerflux-cmpnyprofile-section .privatelabel-rotatecircle .coloring {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.hmenerflux-cmpnyprofile-section .privatelabel-rotatecircle svg {
	-webkit-animation: rotated_circle 12s linear infinite;
	animation: rotated_circle 12s linear infinite;
}
.hmenerflux-cmpnyprofile-section .privatelabel-rotatecircle img {
	width: 120px;
	vertical-align: top;
	margin: -21px 0 0 -21px;
}
.hmenerflux-cmpnyprofile-section .privatelabel-rotatecircle .about-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	border-radius: 50%;
	padding: 25px;
}
 @-webkit-keyframes rotated_circle {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotated_circle {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.hmenerflux-cmpnyprofile-section .counter-box {
	width: 50%;
	float: left;
	padding: 20px 30px;
	margin: 20px 0;
	text-align: left;
	border-left: 1px solid #d0d0d0;
}
.hmenerflux-cmpnyprofile-section .counter {
	display: inline-block;
}
.hmenerflux-cmpnyprofile-section .counter-box .counter-box-content {
	display: block;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #004080;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 5px;
	margin: 0;
}
.hmenerflux-cmpnyprofile-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
	width: 100%;
	float: left;
}
.hmenerflux-cmpnyprofile-section .counter-box.home-effective .content-box-percentage .display-percentage {
	float: left;
	display: inline-block;
	color: #004080;
	font-family: 'Montserrat';
	font-size: 75px;
	font-weight: 600;
	line-height: 100px;
	padding: 0;
	margin: 0;
}
.hmenerflux-cmpnyprofile-section .counter-box.home-effective strong {
	float: left;
	display: inline-block;
	font-family: 'Montserrat';
	color: #666;
	font-size: 75px;
	font-weight: 400;
	line-height: 80px;
	padding: 0 5px;
	margin: 0;
}
.hmenerflux-cmpnyprofile-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0;
	margin: 0;
}
.hmenerflux-majorservice-section {
	position: relative;
	overflow: hidden;
	background: #f1f0f0;
	padding: 70px 0 130px;
	margin: -100px 0 0;
}
.hmenerflux-majorservice-section.mt {
	margin: 0;
}
.hmenerflux-majorservice-section a:hover {
	text-decoration: none;
}
.hmenerflux-majorservice-section .head-title {
	padding: 0 0 30px;
	margin-left: 50px;
}
.hmenerflux-majorservice-section .head-title:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 70px;
	width: 3px;
	height: 165px;
	background: #009966;
}
.hmenerflux-majorservice-section h3 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 46px;
	font-weight: 600;
	line-height: 54px;
	letter-spacing: 1px;
	padding: 0;
	margin: 25px 0 10px;
}
.hmenerflux-majorservice-section .innservc-tbx {
	margin: 80px 15px 0;
	padding: 20px;
	transition: all 0.5s ease;
	background: #fff;
	border-left: 1px solid #009966;
	min-height: 345px;
}
.hmenerflux-majorservice-section .innservc-tbx:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
}
.hmenerflux-majorservice-section .innservc-tbx h6 {
	display: block;
	font-size: 13px;
	color: #4e5b66;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 3px;
	transition: all .4s;
	margin: 0;
	padding: 15px 0;
	text-transform: uppercase;
}
.hmenerflux-majorservice-section .innservc-tbx h4 {
	position: relative;
	display: inline;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #4e5b66;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all .4s;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(transparent calc(100% - 2px), #4e5b66 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
}
.hmenerflux-majorservice-section .innservc-tbx:hover h4 {
	background-size: 100% 100%;
}
.hmenerflux-majorservice-section .innservc-tbx h4 strong {
	display: block;
	font-weight: 600;
}
.hmenerflux-majorservice-section .innservc-tbx img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -100px;
	border-radius: 30px;
}
.hmenerflux-majorservice-section .innservc-tbx .findmorebtn {
	position: relative;
	display: none;
	color: #4e5b66;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 3px;
	margin: 20px 0 0;
	padding: 10px 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-image: linear-gradient(transparent calc(100% - 2px), #4e5b66 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
}
.hmenerflux-majorservice-section .innservc-tbx .findmorebtn.mt {
	margin-top: 52px;
}
.hmenerflux-majorservice-section .innservc-tbx:hover .findmorebtn {
	padding-left: 20px;
	background-size: 70% 100%;
}
.hmenerflux-majorservice-section .innservc-tbx .findmorebtn:before {
	content: "";
	width: 3px;
	height: 13px;
	background: #0080c1;
	position: absolute;
	bottom: 2px;
	left: 0;
	top: 15px;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.hmenerflux-majorservice-section .innservc-tbx:hover .findmorebtn:before {
	content: "";
	width: 10px;
	left: 0;
	top: 15px;
}
.hmenerflux-majorservice-section .slick-next {
	right: 50px;
	top: -50px;
}
.hmenerflux-majorservice-section .slick-prev {
	left: 85%;
	top: -50px;
}
.hmenerflux-workprocess-section {
	position: relative;
	padding: 70px 0 120px;
}
.hmenerflux-workprocess-section .head-title {
	padding: 0 0 30px;
	margin-left: 50px;
}
.hmenerflux-workprocess-section .head-title:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 70px;
	width: 3px;
	height: 165px;
	background: #009966;
}
.hmenerflux-workprocess-section h3 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 54px;
	padding: 0;
	margin: 25px 0 0;
}
p:empty {
    display: none;
}
.hmenerflux-workprocess-section .tbx {
    position: relative;
    float: left;
    width: 25%;
    margin: 10px 0;
    padding: 20px 20px;
    text-align: center;
}
.hmenerflux-workprocess-section .tbx h5 {
	font-family: 'Montserrat';
	display: block;
	color: #4e5b66;
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
.hmenerflux-workprocess-section .tbx p {
    font-size: 15px;
    padding: 8px 15px 0;
}
.hmenerflux-workprocess-section .tbx h5 strong {
	font-family: 'Montserrat';
	display: block;
	font-weight: 500;
}
.hmenerflux-workprocess-section .tbx .workicn {
	width: 90px;
	height: 90px;
	margin: 0 auto 10px;
	border-radius: 50%;
	border: 1px solid #bfbfbf;
	padding: 9px 0;
}
.hmenerflux-workprocess-section .tbx .workicn img {
	width: 70px;
	height: auto;
	border-radius: 50%;
}
.hmenerflux-ourprojects-section {
	position: relative;
	background: #f1f0f0;
	padding: 50px 0 120px;
}
.hmenerflux-ourprojects-section .head-title {
	padding: 0 0 30px;
	margin-left: 50px;
}
.hmenerflux-ourprojects-section .head-title:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 70px;
	width: 3px;
	height: 165px;
	background: #009966;
}
.hmenerflux-ourprojects-section h3 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 54px;
	padding: 0;
	margin: 25px 0 10px;
}
.hmenerflux-ourprojects-section p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 28px;
	padding: 0 0 30px;
	margin: 0;
}
.hmenerflux-ourprojects-section h4 {
	position: relative;
	display: block;
	color: #000;
	font-size: 80px;
	font-weight: 400;
	line-height: 90px;
	padding: 0;
	margin: 30px 0;
}
.hmenerflux-ourprojects-section .prjnme {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0.5px;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
.hmenerflux-ourprojects-section .prjdsc {
	color: #666;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
.hmenerflux-ourprojects-section .prjdsc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hmenerflux-ourprojects-section .prjdsc ul li {
	display: block;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0;
	margin: 0;
}
.hmenerflux-ourprojects-section .projects-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.hmenerflux-ourprojects-section .projects-slider .projectbx {
	position: relative;
	margin: 0 100px 100px;
}
.hmenerflux-ourprojects-section .projects-slider .projectbx .ltslide-bx {
	position: absolute;
	width: 50%;
	left: 100px;
	bottom: -90px;
	z-index: 9;
	background: #f1f0f0;
	padding: 30px;
}
.hmenerflux-ourprojects-section .projects-slider .projectbx .ltslide-bx:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 20px;
	width: 3px;
	height: 165px;
	background: #009966;
}
.hmenerflux-ourprojects-section .projects-slider .projectbx img {
	width: 100%;
	height: auto;
}
.hmenerflux-ourprojects-section .slick-next {
	right: 50px;
	top: -50px;
}
.hmenerflux-ourprojects-section .slick-prev {
	left: 85%;
	top: -50px;
}
.hmenerflux-ourprojects-section .slick-dots {
	display: none!important;
}
.enerflux-customernumber-section {
	position: relative;
	width: 100%;
	float: left;
}
.enerflux-customernumber-section .tbx {
	width: 50%;
	float: left;
}
.enerflux-customernumber-section .counter-box {
	padding: 20px 30px;
	margin: 20px 0;
	text-align: left;
	border-left: 1px solid #d0d0d0;
	float: left;
}
.enerflux-customernumber-section .counter {
	display: inline-block;
}
.enerflux-customernumber-section .counter-box .counter-box-content {
	display: block;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #004080;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 5px;
	margin: 0;
}
.enerflux-customernumber-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
	width: 100%;
	float: left;
}
.enerflux-customernumber-section .counter-box.home-effective .content-box-percentage .display-percentage {
	float: left;
	display: inline-block;
	color: #004080;
	font-family: 'Montserrat';
	font-size: 75px;
	font-weight: 600;
	line-height: 100px;
	padding: 0;
	margin: 0;
}
.enerflux-customernumber-section .counter-box.home-effective strong {
	float: left;
	display: inline-block;
	font-family: 'Montserrat';
	color: #666;
	font-size: 75px;
	font-weight: 400;
	line-height: 80px;
	padding: 0 5px;
	margin: 0;
}
.enerflux-customernumber-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0;
	margin: 0;
}
.enerflux-customerlogoslider-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.enerflux-customerlogoslider-section .slider-main {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.enerflux-customerlogoslider-section .slider-main .slider-item {
	display: flex;
	align-items: center;
	white-space: nowrap;
	animation: scroll2 25s linear infinite;
	gap: 42px
}
.enerflux-customerlogoslider-section .slider-main .slider-item .title {
	color: #47b16a;
	font-size: 60px;
	font-weight: 300;
	line-height: 68px;
	letter-spacing: -1.48px
}
.enerflux-customerlogoslider-section .slider-main .slider-item .title img {
	margin-right: 20px;
	width: 105px;
	height: auto
}
.enerflux-customerlogoslider-section .slider-main .slider-item .title:nth-child(2n) {
	opacity: .7
}
.enerflux-customerlogoslider-section .slider-main:hover .slider-item {
	animation-play-state: paused
}
 @keyframes scroll2 {
 0% {
 transform: translate(0)
}
to {
	transform: translate(calc(-100% - 2.6rem))
}
}
.hmenerflux-hsepolicy-section {
	position: relative;
	padding: 70px 0;
}
.hmenerflux-hsepolicy-section .lftsafety-contbx {
	width: 160%;
	position: relative;
	padding: 50px;
	background: #fff;
	z-index: 1;
	margin-top: -110px;
}
.hmenerflux-hsepolicy-section .lftsafety-contbx .head-title {
	padding: 0 0 20px;
	margin-left: 20px;
}
.hmenerflux-hsepolicy-section .lftsafety-contbx .head-title:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 50px;
	width: 3px;
	height: 155px;
	background: #009966;
}
.hmenerflux-hsepolicy-section .lftsafety-contbx h3 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 46px;
	font-weight: 600;
	line-height: 54px;
	padding: 0;
	margin: 25px 0 10px;
}
.hmenerflux-hsepolicy-section .lftsafety-contbx p {
	display: block;
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 10px;
	margin: 0;
}
.hmenerflux-hsepolicy-section img {
	width: 100%;
	height: auto;
}
.hmenerflux-hsepolicy-section .read-morebtn {
	position: relative;
	display: inline-block;
}
.hmenerflux-hsepolicy-section .read-morebtn a {
	position: relative;
	display: block;
	color: #4e5b66;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 3px;
	padding: 10px 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-image: linear-gradient(transparent calc(100% - 2px), #4e5b66 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
}
.hmenerflux-hsepolicy-section .read-morebtn a:hover {
	padding-left: 20px;
	background-size: 100% 100%;
}
.hmenerflux-hsepolicy-section .read-morebtn:before {
	content: "";
	width: 3px;
	height: 13px;
	background: #0080c1;
	position: absolute;
	bottom: 2px;
	left: 0;
	top: 15px;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.hmenerflux-hsepolicy-section .read-morebtn:hover:before {
	content: "";
	width: 10px;
	left: 0;
	top: 15px;
}
.hmenerflux-insightspost-section {
	position: relative;
	padding: 80px 0;
	background: #333d44;
}
.hmenerflux-insightspost-section .container {
	width: 1180px;
}
.hmenerflux-insightspost-section .head-title {
	padding: 0 0 30px;
	margin-left: 0;
}
.hmenerflux-insightspost-section .allsub-titlebx {
	color: #fff;
	font-size: 16px;
}
.hmenerflux-insightspost-section .head-title:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 70px;
	width: 3px;
	height: 185px;
	background: #009966;
}
.hmenerflux-insightspost-section h3 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 46px;
	font-weight: 600;
	line-height: 54px;
	padding: 0;
	margin: 25px 0 10px;
}
.hmenerflux-insightspost-section .insights-postbx {
	margin: 15px 0 0;
	width: 100%;
	float: left;
	overflow: hidden;
}
.hmenerflux-insightspost-section .insights-postbx .imgbx {
	width: 100%;
	overflow: hidden;
}
.hmenerflux-insightspost-section .insights-postbx .imgbx img {
	width: 100%;
	height:auto;
}
.hmenerflux-insightspost-section .insights-postbx .tbx {
	width: 100%;
	float: left;
	padding: 30px 30px 30px 0;
}
.hmenerflux-insightspost-section .insights-postbx .tbx1 {
	width: 100%;
	float: left;
	padding: 30px;
	border-left: 1px solid #fff;
}
.hmenerflux-insightspost-section .insights-postbx h4 {
	display: inline;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	padding: 0;
	margin: 0;
	background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
}
.hmenerflux-insightspost-section .insights-postbx:hover h4 {
	background-size: 100% 100%;
}
.hmenerflux-insightspost-section .insights-postbx h5 {
	display: inline;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	padding: 0;
	margin: 0;
	background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
}
.hmenerflux-insightspost-section .insights-postbx:hover h5 {
	background-size: 100% 100%;
}
.hmenerflux-insightspost-section .insights-postbx .titlebx {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.hmenerflux-insightspost-section .insights-postbx h6 {
	width: 100%;
	float: left;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.hmenerflux-insightspost-section .insights-postbx .admintitle {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
.hmenerflux-insightspost-section .insights-postbx .admintitle strong {
	color: #ffcf06;
	font-size: 14px;
	font-weight: 500;
}
.hmenerflux-insightspost-section .allinsights-btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
	background: #009966;
	border-radius: 8px;
	margin: 20px 0 0;
}
.hmenerflux-insightspost-section .allinsights-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: all .25s linear 0ms;
	-khtml-transition: all .25s linear 0ms;
	-moz-transition: all .25s linear 0ms;
	-ms-transition: all .25s linear 0ms;
	-o-transition: all .25s linear 0ms;
	transition: all .25s linear 0ms;
	position: relative;
	cursor: pointer;
	border: none;
	z-index: 1;
	border-radius: 8px;
}
.hmenerflux-insightspost-section .allinsights-btn a:hover {
	color: #fff;
	text-decoration: none;
}
.hmenerflux-insightspost-section .allinsights-btn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	height: 105%;
	width: 100%;
	transform: translateY(-50%) scaleY(0);
	background-color: #666;
	-webkit-transition: all .25s linear 0ms;
	-khtml-transition: all .25s linear 0ms;
	-moz-transition: all .25s linear 0ms;
	-ms-transition: all .25s linear 0ms;
	-o-transition: all .25s linear 0ms;
	transition: all .25s linear 0ms;
	border-radius: 8px;
}
.hmenerflux-insightspost-section .allinsights-btn:hover::before {
	transform: translateY(-50%) scaleY(1);
}
@keyframes zoom-in-out {
 from {
 opacity: 1;
 transform: translate(-50%, -50%)scale(1)
}
to {
	opacity: 0;
	transform: translate(-50%, -50%)scale(1.8)
}
}
.rightside-contactlink {
	position: fixed;
	width: 50px;
	bottom: 150px;
	right: 10px;
	z-index: 99
}
.rightside-contactlink ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.rightside-contactlink ul li {
	float: left;
	margin: 5px 0
}
.rightside-contactlink ul li a {
	display: block
}
.rightside-contactlink .whtsap {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/wapicn.png) no-repeat 5px 5px #26d367;
	background-size: 40px 40px;
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.rightside-contactlink .whtsap:hover {
	opacity: 100
}
.rightside-contactlink .phcal {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/phnicn.png) no-repeat 5px 5px #004080;
	background-size: 40px 40px;
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.rightside-contactlink .phcal:hover {
	opacity: 100
}
.hmenerflux-ftrwrap {
	position: relative;
	background: #001a38;
	padding: 70px 0 0;
	overflow: hidden;
}
.hmenerflux-ftrwrap .container {
	width:1240px;
}
.hmenerflux-ftrwrap .ftlgo {
	display: block;
	margin: 0 0 10px;
}
.hmenerflux-ftrwrap .attachment-full {
	display: block;
	margin: 0 0 10px;
}
.hmenerflux-ftrwrap .compnynme {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.hmenerflux-ftrwrap .contact-tbx {
	width: 100%;
	float: left;
	color: #d0d0ce;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 0 0 30px;
	margin: 7px 0;
}
.hmenerflux-ftrwrap .contact-tbx strong {
        font-weight: 400;
	/*display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: 1px;*/
}
.hmenerflux-ftrwrap .contact-tbx a {
	color: #d0d0ce;
	text-decoration: none;
}
.hmenerflux-ftrwrap .contact-tbx.icn1 {
	background: url(../images/ft-cal-img01.png) no-repeat 0 1px;
	background-size: 22px 22px;
}
.hmenerflux-ftrwrap .contact-tbx.icn2 {
	background: url(../images/ft-eml-img01.png) no-repeat 0 2px;
	background-size: 23px 23px;
}
.hmenerflux-ftrwrap .contact-tbx.icn3 {
	background: url(../images/ft-adr-img01.png) no-repeat 0 2px;
	background-size: 24px 24px;
}
.hmenerflux-ftrwrap .contact-tbx.icn4 {
	background: url(../images/ft-web-img01.png) no-repeat 0 2px;
	background-size: 23px 23px;
}
.hmenerflux-ftrwrap .quicklinks-mnu {
	width: 23%;
	float: left;
	border-left: 1px solid #dba200;
	padding: 0 5px 0 18px;
	min-height: 370px;
	margin-bottom: 20px;
}
.hmenerflux-ftrwrap .quicklinks-mnu h4 {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px;
}
.hmenerflux-ftrwrap .quicklinks-mnu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmenerflux-ftrwrap .quicklinks-mnu ul li {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom:4px;
}
.hmenerflux-ftrwrap .quicklinks-mnu ul li a {
	display: block;
	color: #d0d0ce;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/ft-lst-arw-1.png) no-repeat 0 10px;
	background-size: 5px 10px;
	padding: 0 0 0 10px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hmenerflux-ftrwrap .quicklinks-mnu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/ft-lst-arw.png) no-repeat 5px 10px;
	background-size: 5px 10px;
	padding: 0 0 0 15px;
}
.hmenerflux-ftrwrap .serviceslinks-mnu {
	width: 50%;
	float: left;
	border-left: 1px solid #dba200;
	padding: 0 5px 0 18px;
	min-height: 370px;
	margin-bottom: 20px;
}
.hmenerflux-ftrwrap .serviceslinks-mnu h4 {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px;
}
.hmenerflux-ftrwrap .serviceslinks-mnu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmenerflux-ftrwrap .serviceslinks-mnu ul li {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom:4px;
}
.hmenerflux-ftrwrap .serviceslinks-mnu ul li a {
	display: block;
	color: #d0d0ce;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/ft-lst-arw-1.png) no-repeat 0 10px;
	background-size: 5px 10px;
	padding: 0 0 0 10px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hmenerflux-ftrwrap .serviceslinks-mnu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/ft-lst-arw.png) no-repeat 5px 10px;
	background-size: 5px 10px;
	padding: 0 0 0 15px;
}
.hmenerflux-ftrwrap .workwithlinks-mnu {
	width: 23%;
	float: left;
	border-left: 1px solid #dba200;
	padding: 0 5px 0 18px;
	min-height: 370px;
}
.hmenerflux-ftrwrap .workwithlinks-mnu h4 {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px;
}
.hmenerflux-ftrwrap .workwithlinks-mnu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmenerflux-ftrwrap .workwithlinks-mnu ul li {
	position: relative;
	margin: 5px 0;
}
.hmenerflux-ftrwrap .workwithlinks-mnu ul li a {
	display: block;
	color: #d0d0ce;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hmenerflux-ftrwrap .workwithlinks-mnu ul li a img {
	float: left;
	width: 18px;
	height: auto;
	margin: 5px 7px 0 0;
}
.hmenerflux-ftrwrap .workwithlinks-mnu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.hmenerflux-ftrwrap .flwuslinks-mnu {
	width: 23%;
	float: left;
	border-left: 1px solid #dba200;
	padding: 0 5px 0 18px;
	min-height: 370px;
}
.hmenerflux-ftrwrap .flwuslinks-mnu h4 {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px;
}
.hmenerflux-ftrwrap .flwuslinks-mnu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmenerflux-ftrwrap .flwuslinks-mnu ul li {
	position: relative;
	margin: 5px 0;
}
.hmenerflux-ftrwrap .flwuslinks-mnu ul li a {
	display: block;
	color: #d0d0ce;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hmenerflux-ftrwrap .flwuslinks-mnu ul li a img {
	float: left;
	width: 18px;
	height: auto;
	margin: 5px 7px 0 0;
}
.hmenerflux-ftrwrap .flwuslinks-mnu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.hmenerflux-ftrwrap .flwus-lgolinks {
	float: left;
	width: 100%;
	padding: 30px 0 0;
}
.hmenerflux-ftrwrap .flwus-lgolinks img {
	float: left;
	width: 40px;
	height: auto;
	margin: 0 8px;
}
.hmenerflux-ftrwrap .cpy-rightbx {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 0;
	margin: 50px 0 0;
	background: #013065;
}
.hmenerflux-ftrwrap .cpy-rightbx a {
	color: #fff;
}
.hmenerflux-ftrwrap .cpy-rightbx .ltbx {
	width:50%;
	float:left;
	text-align:left;
}
.hmenerflux-ftrwrap .cpy-rightbx .rtbx {
	width:50%;
	float:left;
	text-align:right;
	font-size: 10px;
    color: #9f9f9f;
}
.brdbx {
	position: relative;
}
.brdbx hr.mnbxs {
	opacity: .6
}
.brdbx hr.dpls {
	position: absolute;
	z-index: 39;
	width: 50%;
	margin: 0;
	top: 0;
	animation: flwdth ease-in-out 5s infinite;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-color: #122023;
}
@keyframes flwdth {
 0% {
 width: 0
}
 90% {
 width: 90%
}
 100% {
 width: 100%;
 opacity: 0
}
}
/*** INNER BRAED CRUMB PAGE CSS ***/
.innerbread-crumb-section {
	position: relative;
	padding: 30px 0;
}
.innerbread-crumb-section .bread-crumb-link {
	float: left;
	width: 90%;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 5%;
}
.innerbread-crumb-section .bread-crumb-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerbread-crumb-section .bread-crumb-link ul li {
	float: left;
	position: relative;
	color: #4e5b66;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: 0.3s;
	padding: 0;
	margin: 0 30px 0 0;
}
.innerbread-crumb-section .bread-crumb-link ul li:last-child {
	margin-right: 0;
}
.innerbread-crumb-section .bread-crumb-link ul li a {
	display: block;
	color: #4e5b66;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.5px;
	padding: 0 0 15px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
.innerbread-crumb-section .bread-crumb-link ul li a:hover {
	color: #0080c1;
	text-decoration: none;
}
.innerbread-crumb-section .bread-crumb-link ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #0082c4;
	position: absolute;
	bottom: 12px;
	right: 0;
	z-index: 1;
	border-radius: 50px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.innerbread-crumb-section .bread-crumb-link ul li a:hover:before {
	content: "";
	width: 100%;
	left: 0;
	right: 0;
}
.innerbread-crumb-section .bread-crumb-link ul li.drpmnu {
	margin-right: 30px;
	padding-right: 15px;
}
.innerbread-crumb-section .bread-crumb-link ul li.drpmnu:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 3px;
	background: url(../images/mnu-dwnarw1-h.png) no-repeat;
	width: 8px;
	height: 5px;
}
.innerbread-crumb-section .bread-crumb-link ul li:hover.drpmnu:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 3px;
	background: url(../images/mnu-dwnarw-h.png) no-repeat;
	width: 8px;
	height: 5px;
}
.innerbread-crumb-section .bread-crumb-link ul li:after {
	content: "";
	position: absolute;
	top: 0;
	right: -14px;
	width: 1px;
	height: 20px;
	background: #009966;
}
.innerbread-crumb-section .bread-crumb-link li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 102%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu {
	position: absolute;
	min-width: 250px;
	background: #f1f1f1;
	z-index: 999;
	left: 0;
	top: 15px;
	padding: 10px 20px 20px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu li {
	float: none;
	background: none;
	margin: 0;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu li a {
	font-size: 11px;
	color: #4e5b66;
	font-weight: 700;
	padding: 8px 15px;
	margin: 0;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu li a:hover {
	color: #0080c1;
	padding-left: 20px;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #e3e7eb;
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: 1;
	border-radius: 50px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu li a:hover:before {
	content: "";
	width: 90%;
	left: 0;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu li a:after {
	content: "";
	width: 3px;
	height: 13px;
	background: #0080c1;
	position: absolute;
	bottom: 2px;
	left: 0;
	top: 14px;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu li a:hover:after {
	content: "";
	width: 10px;
	left: 0;
	top: 14px;
}
.innerbread-crumb-section .bread-crumb-link li .sub-menu li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: none;
}
/*** INNER PAGE CSS ***/

.enerfluxinner-abouthero-section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.enerfluxinner-abouthero-section img {
	width: 100%;
	height: auto;
}
.enerfluxinner-abouthero-section:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	/*background-image: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.9));*/
	width: 100%;
	height: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(2, 2, 3, 0)));
	background: linear-gradient(180deg, #000, rgba(2, 2, 3, 0));
	opacity: .7;
}
.enerfluxinner-abouthero-section:before {
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(2, 2, 3, 0)));
	background: linear-gradient(180deg, #000, rgba(2, 2, 3, 0));
	content: "";
	height: 175px;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.enerfluxinner-abouthero-section .indiv-banner-content {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
}
.enerfluxinner-abouthero-section .indiv-banner-content .tbx {
	width: 80%;
	padding: 230px 0 0;
	margin: 0 auto;
}
.enerfluxinner-abouthero-section .indiv-banner-content .tbx h4 {
	font-family: 'Montserrat';
	display: block;
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
}
.enerfluxinner-abouthero-section .indiv-banner-content .tbx p {
	width: 70%;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerenerflux-aboutpgetxt-section {
	padding: 60px 0;
}
.innerenerflux-aboutpgetxt-section .container {
	width: 1180px;
}
.innerenerflux-aboutpgetxt-section h1 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 64px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 20px;
	width: 70%;
}
.innerenerflux-aboutpgetxt-section p {
	width: 95%;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-aboutpgetxt-section .pt {
	color: #666;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.innerenerflux-aboutpgetxt-section h2 {
	display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 20px 0;
}
.innerenerflux-aboutpgetxt-section h3 {
	display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 20px 0;
}
.innerenerflux-aboutpgetxt-section ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.innerenerflux-aboutpgetxt-section ul li {
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	background: url(../images/lsticn.png) no-repeat 0 10px;
	background-size: 20px 20px;
	padding: 8px 0 8px 30px;
	margin: 0;
}
.innerenerflux-aboutpgetxt-section .alignright {
	float: right;
	width: 44%;
	height:auto;
	margin:0 0 0 40px;
	border-radius:50px;
}
.innerenerflux-aboutpge-section {
	padding: 0 0 80px;
}
.innerenerflux-aboutpge-section .ltabout-tbx {
	width: 100%;
	float: left;
}
.innerenerflux-aboutpge-section .ltabout-tbx h2 {
	display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0 0 20px;
}
.innerenerflux-aboutpge-section .ltabout-tbx p {
	color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 0;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 20px;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx {
	width: 50%;
	float: left;
	padding: 20px 30px;
	position: relative;
	text-align: center;
	transition: 400ms all;
	-webkit-transition: 400ms all;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx h5 {
	position: relative;
	color: #666;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx h5 strong {
	display: block;
	font-weight: 700;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx p {
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0;
	padding: 0;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx p a {
	color: #666;
	text-decoration: none;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx .imgicn {
	position: relative;
	width: 90px;
	margin: 0 auto 10px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #004080;
	padding: 10px;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx .imgicn img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx .hvr-tbx {
	visibility: hidden;
	width: 90%;
	background: #004080;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.innerenerflux-aboutpge-section .ltabout-tbx .indiv-srvcbx .tbx:hover .hvr-tbx {
	visibility: visible;
	bottom: 50px;
}
.innerenerflux-aboutpge-section .rtimg-slidebx {
	position: relative;
	width: 95%;
	float: right;
}
.innerenerflux-aboutpge-section .rtimg-slidebx .aboutimg-slider {
	position: relative;
}
.innerenerflux-aboutpge-section .rtimg-slidebx .imgbx {
	width: 100%;
}
.innerenerflux-aboutpge-section .rtimg-slidebx .imgbx img {
	width: 100%;
	height: auto;
}
.innerenerflux-statementtxt-section {
	position: relative;
	overflow: hidden;
	background: url(../images/statement-bg.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.innerenerflux-statementtxt-section:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-image: linear-gradient(to left, rgba(0,0,0,0.1), rgba(0,0,0,0.9));
	width: 100%;
	height: 100%;
}
.innerenerflux-statementtxt-section h3 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	line-height: 80px;
	letter-spacing: 0.5px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 50px;
	border-left: 2px solid #fff;
}
.innerenerflux-statementtxt-section p {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;
}
.innerenerflux-statementtxt-section .pt {
	font-size: 18px;
	font-weight: 600;
}
.innerenerflux-statementtxt-section .director-namebx {
	position: relative;
	display: block;
	width: 360px;
	height: 360px;
	background: none;
	border-radius: 50%;
	padding: 110px 20px;
	margin: 100px auto 0;
	text-align: center;
	border: 2px solid rgba(256, 256, 256);
}
.innerenerflux-statementtxt-section .director-namebx:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0px;
	height: 0px;
	background: #009966;
	margin: auto;
	transition: 1500ms all;
	-webkit-transition: 1500ms all;
	border-radius: 50%;
}
.innerenerflux-statementtxt-section .director-namebx:hover:before {
	width: 100%;
	height: 100%;
}
.innerenerflux-statementtxt-section .director-namebx h4 {
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: 2px;
	padding: 0 0 10px;
	margin: 0;
}
.innerenerflux-statementtxt-section .director-namebx h5 {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
.innerenerflux-customernumber-section {
	position: relative;
	padding: 50px 0;
}
.innerenerflux-customernumber-section .counter-box {
	padding: 20px 30px;
	text-align: left;
	width: 100%;
}
.innerenerflux-customernumber-section .counter {
	display: inline-block;
}
.innerenerflux-customernumber-section .counter-box .counter-box-content {
	display: block;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #004080;
	font-weight: 400;
	line-height: 30px;
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 5px;
	margin: 0 0 15px;
}
.innerenerflux-customernumber-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
	text-align: right;
	width: 100%;
}
.innerenerflux-customernumber-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #004080;
	font-family: 'Montserrat';
	font-size: 70px;
	font-weight: 600;
	line-height: 80px;
	padding: 0;
	margin: 0;
}
.innerenerflux-customernumber-section .counter-box.home-effective strong {
	display: inline-block;
	font-family: 'Montserrat';
	color: #666;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 5px;
	margin: 0;
}
.innerenerflux-customernumber-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	padding: 5px 0;
	margin: 0;
}
.innerenerflux-videoplayer-section {
	position: relative;
	padding: 80px 0;
}
.innerenerflux-videoplayer-section iframe {
	width: 100%;
	height: 415px;
}
.innerenerflux-servicespage-section {
	padding: 60px 0;
}
.innerenerflux-servicespage-section .container {
	width: 1180px;
}
.innerenerflux-servicespage-section h1 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 64px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 20px;
	width: 70%;
}
.innerenerflux-servicespage-section p {
	width: 95%;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-servicespage-section .pt {
	color: #666;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.innerenerflux-servicespage-section h2 {
	display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 20px 0;
}
.innerenerflux-servicespage-section ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.innerenerflux-servicespage-section ul li {
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	background: url(../images/lsticn.png) no-repeat 0 10px;
	background-size: 20px 20px;
	padding: 8px 0 8px 30px;
	margin: 0;
}
.innerenerflux-servicespage-section .alignright {
	float: right;
	width: 44%;
	height:auto;
	margin:-50px 0 0 40px;
	border-radius:50px;
}
.innerenerflux-servicespage-section .rtimg-tbx {
	position: relative;
	width: 95%;
	float: right;
}
.innerenerflux-servicespage-section .rtimg-tbx .imgbx {
	width: 100%;
	overflow: hidden;
	border-radius: 150px;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.innerenerflux-servicespage-section .rtimg-tbx .imgbx img {
	width: 100%;
	height: auto;
	border-radius: 150px;
	transition: all .4s;
}
.innerenerflux-servicespage-section .rtimg-tbx .imgbx:hover img {
	ms-transform: scale(1.1); /* IE 9 */
	webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}
.innerenerflux-projectpge-section {
	position: relative;
	background: #004080;
}
.innerenerflux-projectpge-section video {
	border-left: 1px solid #5fa8f2;
	padding: 80px 0 80px 50px;
	width: 90%;
	margin: 0 auto;
	display: block;
}
.innerenerflux-projectpge-section h3 {
	display: block;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0 0 20px;
}
.innerenerflux-projectpge-section .indiv-contentbx {
	width:90%;
	float:left;
	padding:50px 60px;
}
.innerenerflux-projectpge-section .indiv-contentbx p {
	color: #666;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-projectpge-section .indiv-contentbx ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.innerenerflux-projectpge-section .indiv-contentbx ul li {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	background: url(../images/lsticn1.png) no-repeat 0 10px;
	background-size: 20px 20px;
	padding: 8px 0 8px 30px;
	margin: 0;
}
.innerenerflux-projectpge-section .indiv-contentbx .ltbx {
	width:50%;
	float:left;
}
.innerenerflux-projectpge-section .indiv-contentbx .ltbx img {
	width:90%;
	height:auto;
	border-radius:50px;
}
.innerenerflux-projectpge-section .indiv-contentbx .rtbx {
	width:50%;
	float:left;
	padding:50px 0 0;
}
.innerenerflux-servicespage-section-1 {
	padding: 60px 0;
}
.innerenerflux-servicespage-section-1 .container {
	width: 1180px;
}
.innerenerflux-servicespage-section-1 h2 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 20px;
}
.innerenerflux-servicespage-section-1 h3 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 20px;
}
.innerenerflux-servicespage-section-1 h6 {
    position: relative;
	display: block;
	font-family: 'Montserrat';
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}
.innerenerflux-servicespage-section-1 .tbx-cont-rw {
	width: 100%;
	float:left;
}
.innerenerflux-servicespage-section-1 .tbx-cont-rw .inntbx {
	position:relative;
	width: 47%;
	float:left;
	padding: 30px;
	margin:15px;
    background: #fff;
    border-radius: 15px;
	-webkit-box-shadow: 0 14px 20px 0 rgba(0, 0, 0, .10);
	box-shadow: 0 14px 20px 0 rgba(0, 0, 0, .10);
	min-height: 465px;
}
.innerenerflux-servicespage-section-1 .tbx-cont-rw .inntbx h4 {
	position:relative;
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 20px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
.innerenerflux-servicespage-section-1 .tbx-cont-rw .inntbx h4:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,153,102,0.8);
	width: 50px;
	height: 3px;
}
.innerenerflux-servicespage-section-1 .tbx-cont-rw .inntbx p {
	color: #666;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-servicespage-section-1 .tbx-cont-rw .inntbx img {
	width: 40%;
    height: auto;
    border-radius: 25px;
    margin: -50px 0 0 15px;
    float: right;
}
.innerenerflux-servicespage-section-1 .tbx-cont-rw .inntbx ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.innerenerflux-servicespage-section-1 .tbx-cont-rw .inntbx ul li {
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	background: url(https://webonlinecity.com/enerefluxwebsite/wp-content/uploads/2025/12/listicn1.png) no-repeat 0 10px;
	background-size: 22px 20px;
	padding: 8px 0 8px 30px;
	margin: 0;
}
.innerenerflux-servicespage-section-1 .indiv-contentbx p {
	color: #666;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx {
	width: 100%;
	float:left;
	padding:100px 0 140px;
	position:relative;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm {
	position:relative;
	float: left;
	width: 33%;
	background: url(https://webonlinecity.com/enerefluxwebsite/wp-content/uploads/2025/11/line-left.png) no-repeat 100% 0;
	background-size: 200px 246px;
	min-height: 250px;
	margin: 70px 0 0;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx1 {
	position: absolute;
	top: -10%;
	right: 40%;
	padding: 15px;
	border: 1px solid #ebedef;
	border-radius: 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx1:hover {
	animation: headShake 2s linear infinite;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx1 img {
	width: 90px;
	height: auto;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx1 .hvr-tbx {
	visibility: hidden;
	width: 210px;
	height: 210px;
	background: #4e5b66;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	padding: 45px 20px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: -190px;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx1:hover .hvr-tbx {
	visibility: visible;
	bottom: 15px;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx2 {
	position: absolute;
	top: 88%;
	right: 40%;
	padding: 15px;
	border: 1px solid #ebedef;
	border-radius: 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx2:hover {
	animation: headShake 2s linear infinite;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx2 img {
	width: 90px;
	height: auto;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx2 .hvr-tbx {
	visibility: hidden;
	width: 210px;
	height: 210px;
	background: #4e5b66;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	padding: 45px 20px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: -150px;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .lt-clm .icnbx2:hover .hvr-tbx {
	visibility: visible;
	bottom: 15px;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .cnt-clm {
	position: relative;
    float: left;
    width: 33%;
    border: 2px solid #cacdd1;
    border-radius: 20px;
    margin: 90px 0 0;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .cnt-clm img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 25px 70px;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm {
	position: relative;
	float: left;
	width: 33%;
	background: url(https://webonlinecity.com/enerefluxwebsite/wp-content/uploads/2025/11/line-right.png) no-repeat 0 0;
	background-size: 200px 246px;
	min-height: 250px;
	margin: 70px 0 0;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx1 {
	position: absolute;
	top: -10%;
	left: 40%;
	padding: 15px;
	border: 1px solid #ebedef;
	border-radius: 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx1:hover {
	animation: headShake 2s linear infinite;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx1 img {
	width: 90px;
	height: auto;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx1 .hvr-tbx {
	visibility: hidden;
	width: 210px;
	height: 210px;
	background: #4e5b66;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	padding: 45px 20px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: 70px;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx1:hover .hvr-tbx {
	visibility: visible;
	bottom: 15px;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx2 {
	position: absolute;
	top: 88%;
	left: 40%;
	padding: 15px;
	border: 1px solid #ebedef;
	border-radius: 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx2:hover {
	animation: headShake 2s linear infinite;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx2 img {
	width: 90px;
	height: auto;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx2 .hvr-tbx {
	visibility: hidden;
	width: 210px;
	height: 210px;
	background: #4e5b66;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	padding: 45px 20px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: 70px;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.innerenerflux-servicespage-section-1 .whychse-epc-bx .rt-clm .icnbx2:hover .hvr-tbx {
	visibility: visible;
	bottom: 15px;
}
.innerenerflux-servicespage-section-1 .btmtxt {
	width: 100%;
	float:left;
	color: #666;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-servicespage-section-1 .btmbx-request-viewprjt {
	display: block;
	margin: 50px 0 0;
	text-align:center;
}
.innerenerflux-servicespage-section-1 .btmbx-request-viewprjt .request-btn {
	display: inline-block;
	margin: 0 10px;
}
.innerenerflux-servicespage-section-1 .btmbx-request-viewprjt .request-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #009966;
	background:#009966;
	margin: 0;
	padding: 10px 20px;
	border-radius: 50px;
}
.innerenerflux-servicespage-section-1 .btmbx-request-viewprjt .request-btn a a:hover {
	color: #fff;
	text-decoration: none;
}
.innerenerflux-servicespage-section-1 .btmbx-request-viewprjt .viewprjt-btn {
	display: inline-block;
	margin: 20px 10px 0;
}
.innerenerflux-servicespage-section-1 .btmbx-request-viewprjt .viewprjt-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #004080;
	background:#004080;
	margin: 0;
	padding: 10px 20px;
	border-radius: 50px;
}
.innerenerflux-servicespage-section-1 .btmbx-request-viewprjt .viewprjt-btn a a:hover {
	color: #fff;
	text-decoration: none;
}
/*.innerenerflux-projectpge-section:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,153,102,0.8);
	width: 50%;
	height: 100%;
}
.innerenerflux-projectpge-section:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	width: 50%;
	height: 100%;
}
.innerenerflux-projectpge-section .tbx {
	width: 50%;
	float: left;
	padding: 20px;
	margin: 20px 0;
	position: relative;
	text-align: center;
	transition: 400ms all;
	-webkit-transition: 400ms all;
}
.innerenerflux-projectpge-section .tbx:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.innerenerflux-projectpge-section .tbx h5 {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.innerenerflux-projectpge-section .tbx h5 strong {
	display: block;
	font-weight: 700;
}
.innerenerflux-projectpge-section .tbx p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0;
	padding: 0;
}
.innerenerflux-projectpge-section .tbx p a {
	color: #666;
	text-decoration: none;
}
.innerenerflux-projectpge-section .tbx .imgicn {
	position: relative;
	width: 90px;
	margin: 0 auto 10px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #fff;
	padding: 5px;
}
.innerenerflux-projectpge-section .tbx .imgicn img {
	width: 100%;
	height: auto;
	border-radius: 50px;
}
.innerenerflux-projectpge-section .tbx .hvr-tbx {
	visibility: hidden;
	width: 80%;
	background: #fff;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	z-index: 1;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.innerenerflux-projectpge-section .tbx:hover .hvr-tbx {
	visibility: visible;
	bottom: 0px;
}*/
.innerenerflux-servicespage-section1 {
	padding: 60px 0;
}
.innerenerflux-servicespage-section1 .ltimg-tbx {
	position: relative;
	width: 95%;
	float: left;
}
.innerenerflux-servicespage-section1 .ltimg-tbx .imgbx {
	width: 100%;
	overflow: hidden;
	border-radius: 150px;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.innerenerflux-servicespage-section1 .ltimg-tbx .imgbx img {
	width: 100%;
	height: auto;
	border-radius: 150px;
	transition: all .4s;
}
.innerenerflux-servicespage-section1 .ltimg-tbx .imgbx:hover img {
	ms-transform: scale(1.1); /* IE 9 */
	webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}
.innerenerflux-servicespage-section1 .rtabout-tbx {
	width: 100%;
	float: left;
}
.innerenerflux-servicespage-section1 .rtabout-tbx h1 {
	display: block;
	font-family: 'Montserrat';
	color: #666;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
.innerenerflux-servicespage-section1 .rtabout-tbx h3 {
	display: block;
	font-family: 'Montserrat';
	color: #004080;
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 10px;
}
.innerenerflux-servicespage-section1 .rtabout-tbx p {
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-servicespage-section1 .rtabout-tbx .pt {
	color: #009966;
	font-size: 18px;
	font-weight: 600;
}
.innerenerflux-servicespage-section1 .rtabout-tbx ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.innerenerflux-servicespage-section1 .rtabout-tbx ul li {
	color: #004080;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	background: url(../images/listicn.png) no-repeat 0 5px;
	background-size: 30px 30px;
	padding: 5px 0 5px 40px;
	margin: 7px 0;
}
.innerenerflux-servicecate-section1 {
	position: relative;
	overflow: hidden;
	background: #f1f0f0;
	padding: 70px 0 130px;
}
.innerenerflux-servicecate-section1 a:hover {
	text-decoration: none;
}
.innerenerflux-servicecate-section1 h3 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 30px;
}
.innerenerflux-servicecate-section1 .innservc-tbx {
	width: 100%;
	margin: 80px 15px 0;
	padding: 20px 20px 30px;
	transition: all 0.5s ease;
	background: #fff;
	border-left: 1px solid #009966;
	min-height: 340px;
}
.innerenerflux-servicecate-section1 .innservc-tbx:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
}
.innerenerflux-servicecate-section1 .innservc-tbx h6 {
	display: block;
	font-size: 13px;
	color: #4e5b66;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 3px;
	transition: all .4s;
	margin: 0;
	padding: 15px 0;
	text-transform: uppercase;
}
.innerenerflux-servicecate-section1 .innservc-tbx h4 {
	position: relative;
	display: inline;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #4e5b66;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all .4s;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(transparent calc(100% - 2px), #4e5b66 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.5s ease-in-out, font-weight 0.3s ease-in-out;
}
.innerenerflux-servicecate-section1 .innservc-tbx:hover h4 {
	background-size: 100% 100%;
}
.innerenerflux-servicecate-section1 .innservc-tbx h4 strong {
	display: block;
	font-weight: 600;
}
.innerenerflux-servicecate-section1 .innservc-tbx img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -100px;
	border-radius: 30px;
}
.innerenerflux-servicecate-section1 .slick-next {
	right: 50px;
	top: -50px;
}
.innerenerflux-servicecate-section1 .slick-prev {
	left: 85%;
	top: -50px;
}
.innerenerflux-servicecate-section {
	position: relative;
	padding: 50px 0;
}
.innerenerflux-servicecate-section h3 {
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 54px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
.innerenerflux-servicecate-section .indiv-srvtbx {
	width: 315px;
	float: left;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link {
	transition: all 0.5s ease;
	overflow: hidden;
	width: 295px;
	height: 295px;
	margin: 15px 0;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg1 {
	background: url(../images/servives-productcate-img01.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 295px;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg1:hover {
	background: url(../images/servives-productcate-img01.jpg) no-repeat;
	background-size: 110% 110%;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg2 {
	background: url(../images/servives-productcate-img02.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 295px;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg2:hover {
	background: url(../images/servives-productcate-img02.jpg) no-repeat;
	background-size: 110% 110%;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg3 {
	background: url(../images/servives-productcate-img03.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 295px;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg3:hover {
	background: url(../images/servives-productcate-img03.jpg) no-repeat;
	background-size: 110% 110%;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg4 {
	background: url(../images/servives-productcate-img04.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 295px;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg4:hover {
	background: url(../images/servives-productcate-img04.jpg) no-repeat;
	background-size: 110% 110%;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg5 {
	background: url(../images/servives-productcate-img05.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 295px;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg5:hover {
	background: url(../images/servives-productcate-img05.jpg) no-repeat;
	background-size: 110% 110%;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg6 {
	background: url(../images/servives-productcate-img06.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 295px;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg6:hover {
	background: url(../images/servives-productcate-img06.jpg) no-repeat;
	background-size: 110% 110%;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg7 {
	background: url(../images/servives-productcate-img07.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 295px;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link.bg7:hover {
	background: url(../images/servives-productcate-img07.jpg) no-repeat;
	background-size: 110% 110%;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link h4 {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all .4s;
	margin: 70px 0 0;
	padding: 20px;
	background: rgba(0,153,102,0.8);
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link:hover h4 {
	margin: 100px 0 0;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link .imgbx {
	position: relative;
	overflow: hidden;
	width: 90%;
	float: right;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 15%;
}
.innerenerflux-servicecate-section .indiv-srvtbx-link .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerenerflux-servicecate-section a:hover {
	text-decoration: none;
}
.innerenerflux-servicespage-section1 {
	padding: 60px 0;
}
.innerenerflux-servicespage-section1 .lftabout-imgbx {
	position: relative;
	width: 95%;
	float: left;
}
.innerenerflux-servicespage-section1 .lftabout-imgbx .imgbx {
	width: 100%;
	overflow: hidden;
	border-radius: 150px;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.innerenerflux-servicespage-section1 .lftabout-imgbx .imgbx img {
	width: 100%;
	height: auto;
	border-radius: 150px;
	transition: all .4s;
}
.innerenerflux-servicespage-section1 .lftabout-imgbx .imgbx:hover img {
	ms-transform: scale(1.1); /* IE 9 */
	webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
}
.innerenerflux-servicespage-section1 .rgtabout-tbx {
	padding: 0;
}
.innerenerflux-servicespage-section1 .rgtabout-tbx h3 {
	display: block;
	font-family: 'Montserrat';
	color: #004080;
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 20px 0 10px;
}
.innerenerflux-servicespage-section1 .rgtabout-tbx p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-servicespage-section1 .rgtabout-tbx ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.innerenerflux-servicespage-section1 .rgtabout-tbx ul li {
	color: #004080;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	background: url(../images/listicn.png) no-repeat 0 5px;
	background-size: 30px 30px;
	padding: 5px 0 5px 40px;
	margin: 7px 0;
}
/** Text Marquee **/
.pt-text-marquee {
 --pt-gap: 30px;
 --pt-direction: -100%;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}
.pt-text-marquee-original, .pt-text-marquee-copy {
	display: flex;
	gap: var(--pt-gap);
	margin-inline-end: var(--pt-gap);
	animation: pt-text-marquee var(--duration, 20s) linear infinite;
}
.pt-text-marquee-text {
	position: relative;
	transition: background-color 0.3s, color 0.3s;
}
.pt-text-marquee span {
	font-style: italic;
}
.pt-text-marquee i {
	position: relative;
	top: -1px;
	vertical-align: middle;
	transition: background-color 0.3s, color 0.3s;
}
.pt-text-marquee.reverse {
 --pt-direction: 100%;
	flex-direction: row-reverse;
}
 @keyframes pt-text-marquee {
 0% {
 transform: translateX(0) translateZ(0);
}
 100% {
 transform: translateX(var(--pt-direction)) translateZ(0);
}
}
.indivbanner-contactdetail {
	position: relative;
	z-index: 9;
	float: left;
	width: 100%;
}
.indivbanner-contactdetail .adrstbx {
	position: relative;
	float: right;
	width: 250px;
	height: 250px;
	background: #fff;
	border-radius: 50%;
	padding: 50px 20px;
	margin: 0 20px;
	text-align: center;
	transition: 400ms all;
	-webkit-transition: 400ms all;
	border: 5px solid #004080;
}
.indivbanner-contactdetail .adrstbx:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.indivbanner-contactdetail .adrstbx:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0px;
	height: 0px;
	background: #004080;
	margin: auto;
	transition: 1500ms all;
	-webkit-transition: 1500ms all;
	border-radius: 50%;
}
.indivbanner-contactdetail .adrstbx:hover:before {
	width: 100%;
	height: 100%;
}
.indivbanner-contactdetail .adrstbx:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0px;
	height: 0px;
	background: #004080;
	margin: auto;
	transition: 1500ms all;
	-webkit-transition: 1500ms all;
	border-radius: 50%;
}
.indivbanner-contactdetail .adrstbx h5 {
	position: relative;
	font-family: 'Montserrat';
	display: block;
	color: #004080;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin: 15px 0;
	padding: 0;
}
.indivbanner-contactdetail .adrstbx h5::before {
	position: absolute;
	left: 43%;
	right: 43%;
	bottom: 0;
	content: "";
	height: 1px;
	background: #004080;
	transition: 400ms;
	-webkit-transition: 400ms;
	-o-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
}
.indivbanner-contactdetail .adrstbx:hover h5::before {
	left: 30%;
	right: 30%;
	background: #fff;
}
.indivbanner-contactdetail .adrstbx:hover h5 {
	color: #fff;
}
.indivbanner-contactdetail .adrstbx .numicn {
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	z-index: 1;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50px;
	background: #004080;
}
.indivbanner-contactdetail .adrstbx .numicn img {
	width: 70px;
	height: auto;
	border-radius: 50px;
	margin: 10px 0;
}
.indivbanner-contactdetail .adrstbx p {
	position: relative;
	font-size: 14px;
	color: #666;
	font-weight: 600;
	line-height: 22px;
	padding: 0;
	margin: 0;
}
.indivbanner-contactdetail .adrstbx:hover p {
	color: #fff;
}
.innerenerflux-contactpge-section {
	position: relative;
	padding: 60px 0;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form {
	width: 100%;
	float: left;
	background: #f9f9f9;
	padding: 60px;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form h4 {
	    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0 0 20px;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form input[type=text] {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
	padding: 20px;
	min-height: 50px;
	border-top: 1px solid #dedede;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #fff;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form input[type=text]::placeholder {
 color: #9d9d9d;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form textarea {
	width: 100%;
	height: 150px;
	float: left;
	font-size: 15px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
	padding: 20px;
	min-height: 50px;
	border-top: 1px solid #dedede;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #fff;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form textarea::placeholder {
 color: #9d9d9d;
}
.innerenerflux-contactpge-section .indiv-enqrydetail-form .send-btn {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding: 15px 30px;
	margin: 10px 0;
	background: #004080;
	border-radius: 5px;
	border: none;
	outline: none;
}
.innerenerflux-contactpge-section .indiv-location-map {
	width: 100%;
	float: left;
}
.innerenerflux-contactpge-section .indiv-location-map iframe {
	width: 100%;
	height: 686px;
	border: none;
}
/*** 26 DEC CSS ***/

.innerenerflux-findjob-pgetxt-section {
	padding: 60px 0;
}
.innerenerflux-findjob-pgetxt-section .container {
	width: 1180px;
}
.innerenerflux-findjob-pgetxt-section h1 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 64px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 20px;
}
.innerenerflux-findjob-pgetxt-section p {
	width: 95%;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-findjob-pgetxt-section .pt {
	color: #666;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.innerenerflux-findjob-pgetxt-section .alignright {
	float: right;
	width: 44%;
	height:auto;
	margin:0 0 0 40px;
	border-radius:50px;
}
.innerenerflux-findjob-section1 {
	padding: 60px 0;
	background: #f1f0f0;
}
.innerenerflux-findjob-section1 .container {
	width: 1180px;
}
.innerenerflux-findjob-section1 h2 {
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 54px;
    padding: 0 0 20px;
	margin: 0;
}
.innerenerflux-findjob-section1 p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-findjob-section1 ul {
	float:left;
	width:100%;
	list-style:none;
	padding: 0;
	margin: 0;
}
.innerenerflux-findjob-section1 ul li {
	float:left;
	width: 20%;
	color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    padding: 15px;
    margin: 20px 0 0;
    text-align: left;
    border-left: 1px solid #009966;
    min-height: 220px;
	transition: all 0.5s ease;
}
.innerenerflux-findjob-section1 ul li img {
	display: block;
    width: 90px;
    height: auto;
    margin: 0 0 10px;
}
.innerenerflux-findjob-section1 ul li:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
}
.innerenerflux-findjob-section2 {
	padding: 60px 0;
}
.innerenerflux-findjob-section2 .container {
	width: 1180px;
}
.innerenerflux-findjob-section2 h3 {
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 54px;
    padding: 0;
	margin: 0;
}
.innerenerflux-findjob-section2 h4 {
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 54px;
    padding: 0;
	margin: 0;
}
.innerenerflux-findjob-section2 p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-findjob-section2 ul {
	float:left;
	width:100%;
	list-style:none;
	padding: 0;
	margin: 0;
	clear:both;
}
.innerenerflux-findjob-section2 ul li {
	float:left;
	width: 20%;
	color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding: 15px;
    margin: 60px 0 25px;
    text-align: left;
    border-left: 1px solid #009966;
    min-height: 245px;
	transition: all 0.5s ease;
}
.innerenerflux-findjob-section2 ul li strong {
	display: block;
    color: #4e5b66;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.innerenerflux-findjob-section2 ul li img {
	display: block;
    width: 100%;
    height: auto;
    margin: -50px 0 15px;
	border-radius: 15px;
}
.innerenerflux-findjob-section2 ul li:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
}
.innerenerflux-findjob-section2 .opening-bx {
	float: left;
    width: 100%;
    padding: 30px;
    clear: both;
    margin: 30px 0;
    border: 1px solid #009966;
    border-radius: 20px;
    background: #fff;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
}
.innerenerflux-findjob-section2 .opening-bx p a {
	color: #009966;
	font-weight: 600;
}

/*** 30 DEC CSS ***/

.innerenerflux-ourprojects-pgetxt-section {
	padding: 60px 0;
}
.innerenerflux-ourprojects-pgetxt-section .container {
	width: 1180px;
}
.innerenerflux-ourprojects-pgetxt-section h1 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 64px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 20px;
}
.innerenerflux-ourprojects-pgetxt-section p {
	width: 95%;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-ourprojects-pgetxt-section .pt {
	color: #666;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.innerenerflux-ourprojects-pgetxt-section .alignright {
	float: right;
	width: 44%;
	height:auto;
	margin:-50px 0 0 40px;
	border-radius:50px;
}
.innerenerflux-ourprojects-section1 {
	padding: 60px 0;
	background: #f1f0f0;
}
.innerenerflux-ourprojects-section1 .container {
	width: 1180px;
}
.innerenerflux-ourprojects-section1 h3 {
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0;
	margin: 0 0 10px;
}
.innerenerflux-ourprojects-section1 p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-ourprojects-section1 ul {
	float:left;
	width:100%;
	list-style:none;
	padding: 0;
	margin: 0;
	clear:both;
}
.innerenerflux-ourprojects-section1 ul li {
	float:left;
	width: 20%;
	color: #009966;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
    padding: 15px;
    margin: 90px 0 40px;
    text-align: left;
    border-left: 1px solid #009966;
	background:#fff;
    min-height: 250px;
	transition: all 0.5s ease;
}
.innerenerflux-ourprojects-section1 ul li img {
	display: block;
    width: 100%;
    height: auto;
    margin: -80px 0 15px;
	border-radius: 15px;
}
.innerenerflux-ourprojects-section1 ul li:hover {
	-webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
}
.innerenerflux-ourprojects-section2 {
	padding: 60px 0;
}
.innerenerflux-ourprojects-section2 .container {
	width: 1180px;
}
.innerenerflux-ourprojects-section2 h3 {
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 0 20px;
	margin: 0;
}
.innerenerflux-ourprojects-section2 p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-ourprojects-section2 ul {
	float:left;
	width:100%;
	list-style:none;
	padding: 0;
	margin: 0;
}
.innerenerflux-ourprojects-section2 ul li {
	position:relative;
	float:left;
	width: 25%;
	color: #666;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.5px;
    padding: 0 40px;
    margin: 25px 0 0;
    text-align: center;
	transition: all 0.5s ease;
}
.innerenerflux-ourprojects-section2 ul li img {
	display: block;
    width: 150px;
    height: auto;
	border-radius:40%;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .07);
    background: #fff;
    padding: 30px;
	margin: 0 auto 50px;
}
.innerenerflux-ourprojects-section2 ul li:before {
    content: "";
    position: absolute;
	left:0;
	right:0;
    top: 65%;
	margin:0 auto;
    background: #009966;
    width: 50px;
    height: 5px;
}
.innerenerflux-workprocess-pgetxt-section {
	padding: 60px 0;
}
.innerenerflux-workprocess-pgetxt-section .container {
	width: 1180px;
}
.innerenerflux-workprocess-pgetxt-section h1 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 64px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0.5px;
	text-align:center;
	padding: 0;
	margin: 0 0 20px;
}
.innerenerflux-workprocess-pgetxt-section p {
	width: 95%;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-align:center;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-workprocess-pgetxt-section .pt {
	color: #666;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}
.innerenerflux-workprocess-pgetxt-section .alignright {
	float: right;
	width: 44%;
	height:auto;
	margin:0 0 0 40px;
	border-radius:50px;
}
.innerenerflux-workprocess-pgetxt-section .indiv-workstep-by-step {
	position: relative;
	width: 100%;
	float: left;
	padding: 50px 0;
}
.innerenerflux-workprocess-pgetxt-section .innstep-first {
	position: relative;
	width: 56%;
	float: left;
	padding: 0 180px 0 0;
	margin:20px 0;
	text-align: right;
}
.innerenerflux-workprocess-pgetxt-section .innstep-first .icnbx {
	position: absolute;
    top: 10px;
    right: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 0;
    background: #fff;
}
.innerenerflux-workprocess-pgetxt-section .innstep-first .icnbx img {
    width: 100%;
    height: auto;
	padding: 10px;
}
.innerenerflux-workprocess-pgetxt-section .innstep-first .icnbx .spinner {
	position: absolute;
	top: -10px;
	left: -10px;
	right: 0;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border: 3px solid #0080c1;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.innerenerflux-workprocess-pgetxt-section .innstep-first:hover .icnbx .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.innerenerflux-workprocess-pgetxt-section .innstep-first h4 {
	font-size: 24px;
	color: #0080c1;
    font-weight: 700;
    line-height: 30px;
	text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0;
	margin: 10px 0;
}
.innerenerflux-workprocess-pgetxt-section .innstep-first .desctxt {
	color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 0;
}
.innerenerflux-workprocess-pgetxt-section .innstep-second {
	position: relative;
	width: 56%;
	float: right;
	padding: 0 0 0 180px;
	margin:20px 0;
	text-align: left;
}
.innerenerflux-workprocess-pgetxt-section .innstep-second .icnbx {
	position: absolute;
    top: 10px;
    left: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 0;
    background: #fff;
}
.innerenerflux-workprocess-pgetxt-section .innstep-second .icnbx img {
    width: 100%;
    height: auto;
	padding: 10px;
}
.innerenerflux-workprocess-pgetxt-section .innstep-second .icnbx .spinner {
	position: absolute;
	top: -10px;
	left: -10px;
	right: 0;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border: 3px solid #0080c1;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.innerenerflux-workprocess-pgetxt-section .innstep-second:hover .icnbx .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.innerenerflux-workprocess-pgetxt-section .innstep-second h4 {
	font-size: 24px;
	color: #0080c1;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
	text-transform: uppercase;
    padding: 0;
	margin: 10px 0;
}
.innerenerflux-workprocess-pgetxt-section .innstep-second .desctxt {
	color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 0;
}
.innerenerflux-hse-pgetxt-section {
	padding: 60px 0;
}
.innerenerflux-hse-pgetxt-section .container {
	width: 1180px;
}
.innerenerflux-hse-pgetxt-section h1 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 64px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 20px;
}
.innerenerflux-hse-pgetxt-section p {
	width: 95%;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-hse-pgetxt-section .pt {
	color: #666;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.innerenerflux-hse-pgetxt-section .alignright {
	float: right;
	width: 44%;
	height:auto;
	margin:-70px 0 0 40px;
	border-radius:50px;
}
.innerenerflux-hsecont-section {
	padding: 60px 0;
	background: #f1f0f0;
}
.innerenerflux-hsecont-section .container {
	width: 1180px;
}
.innerenerflux-hsecont-section h3 {
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0;
	margin: 0 0 10px;
}
.innerenerflux-hsecont-section h4 {
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 0;
	margin: 40px 0 10px;
	clear: both;
}
.innerenerflux-hsecont-section p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-hsecont-section ul {
	float:left;
	width:100%;
	list-style:none;
	padding: 0;
	margin: 0;
	clear:both;
}
.innerenerflux-hsecont-section ul li {
	float:left;
	width: 25%;
	color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding: 15px;
    margin: 90px 0 40px;
    text-align: left;
    border-left: 1px solid #009966;
	background:#fff;
    min-height: 380px;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
}
.innerenerflux-hsecont-section ul li strong {
	display: block;
	font-size: 17px;
    color: #4e5b66;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 10px;
	min-height:70px;
}
.innerenerflux-hsecont-section ul li img {
	display: block;
    width: 100%;
    height: auto;
    margin: -80px 0 15px;
	border-radius: 15px;
}
.innerenerflux-hsecont-section ul li:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
}
.innerenerflux-whowepgetxt-section {
	padding: 60px 0;
}
.innerenerflux-whowepgetxt-section .container {
	width: 1180px;
}
.innerenerflux-whowepgetxt-section h1 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 64px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 20px;
	width: 70%;
}
.innerenerflux-whowepgetxt-section p {
	width: 95%;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-whowepgetxt-section .pt {
	color: #666;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.innerenerflux-whowepgetxt-section .alignright {
    float: right;
    width: 44%;
    height: auto;
    margin: -50px 0 0 40px;
    border-radius: 50px;
}
.innerenerflux-msnvsnpge-section {
	padding: 60px 0;
	background: #f1f0f0;
}
.innerenerflux-msnvsnpge-section .container {
	width: 1180px;
}
.innerenerflux-msnvsnpge-section .msntbx {
	position: relative;
    float: left;
    width: 33%;
    padding: 20px 40px 0 60px;
    border-left: 1px solid #009966;
    min-height: 250px;
}
.innerenerflux-msnvsnpge-section .msntbx img {
	width: 85px;
    height: auto;
    position: absolute;
    left: -40px;
    top: -30px;
    background: #f1f0f0;
}
.innerenerflux-msnvsnpge-section .msntbx h3 {
	display: block;
    color: #4e5b66;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 20px 0;
}
.innerenerflux-msnvsnpge-section .msntbx p {
	color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
}
.innerenerflux-msnvsnpge-section .msntbx ul {
	list-style:none;
    padding: 0;
    margin: 0;
}
.innerenerflux-msnvsnpge-section .msntbx ul li {
	color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
	background: url(../images/lsticn.png) no-repeat 0 4px;
	background-size: 18px 18px;
    padding: 0 0 0 25px;
    margin: 3px 0;
}
.innerenerflux-whyenereflux-section {
	position: relative;
	padding: 60px 0;
}
.innerenerflux-whyenereflux-section .container {
	width: 1180px;
}
.innerenerflux-whyenereflux-section h4 {
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #4e5b66;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
    line-height: 50px;
    padding: 0;
    margin: 0 0 20px;
}
.innerenerflux-whyenereflux-section ul {
	list-style:none;
    padding: 0;
    margin: 0;
}
.innerenerflux-whyenereflux-section ul li {
	color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    padding: 30px;
    margin: 10px;
    width: 45%;
    float: left;
    border: 1px solid #4572a1;
    border-radius: 50px;
    text-align: center;
    min-height: 250px;
}
.innerenerflux-whyenereflux-section ul li img {
	display:block;
	width:100px;
	height:auto;
	margin:0 auto;
}
.innerenerflux-whyenereflux-section .alignright {
	display:block;
	width:100%;
	height:auto;
	border-radius: 50px;
}
/**** BLOG PAGE CSS ****/

.innerenerflux-bloglistpgetxt-section {
	padding: 60px 0;
}
.innerenerflux-bloglistpgetxt-section .container {
	width: 1180px;
}
.innerenerflux-bloglistpgetxt-section h2 {
	display: block;
	font-family: 'Montserrat';
	color: #4e5b66;
	font-size: 64px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0 0 50px;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx {
	width: 100%;
	float: left;
	margin: 0 0 30px;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .lftimg {
	width: 36%;
	float: left;
	border-radius:20px;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .lftimg img {
	width: 100%;
	height: auto;
	border-radius:20px;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .rgtdsc {
	width: 60%;
	float: right;
	padding-right:20px;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .rgtdsc h3 {
	color: #4e5b66;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .rgtdsc p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .rgtdsc .dat-titlebx {
	width: 100%;
	float: left;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .rgtdsc .dat-titlebx strong {
	color: #009966;
	font-weight: 400;
	border-left: 1px solid #b1b1b1;
    padding-left: 8px;
    margin-left: 5px;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .morebtn {
	position: relative;
	overflow: hidden;
	display: inline-block;
	background: #009966;
	border-radius: 50px;
	margin: 10px 0 0;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .morebtn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 20px;
	text-decoration: none;
	-webkit-transition: all .25s linear 0ms;
	-khtml-transition: all .25s linear 0ms;
	-moz-transition: all .25s linear 0ms;
	-ms-transition: all .25s linear 0ms;
	-o-transition: all .25s linear 0ms;
	transition: all .25s linear 0ms;
	position: relative;
	cursor: pointer;
	border: none;
	z-index: 1;
	border-radius: 50px;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .morebtn a:hover {
	color: #fff;
	text-decoration: none;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .morebtn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	height: 105%;
	width: 100%;
	transform: translateY(-50%) scaleY(0);
	background-color: #666;
	-webkit-transition: all .25s linear 0ms;
	-khtml-transition: all .25s linear 0ms;
	-moz-transition: all .25s linear 0ms;
	-ms-transition: all .25s linear 0ms;
	-o-transition: all .25s linear 0ms;
	transition: all .25s linear 0ms;
	border-radius: 8px;
}
.innerenerflux-bloglistpgetxt-section .insights-postbx .morebtn:hover::before {
	transform: translateY(-50%) scaleY(1);
}
.innerenerflux-bloglistpgetxt-section .recent-pstlink {
	width: 100%;
	float: left;
	margin:0 0 30px;
}
.innerenerflux-bloglistpgetxt-section .recent-pstlink h3 {
	color: #4e5b66;
	font-size: 32px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .recent-pstlink ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .recent-pstlink ul li {
	display: block;
	width: 100%;
	margin:5px 0;
}
.innerenerflux-bloglistpgetxt-section .recent-pstlink ul li a {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	background: url(../images/lsticn.png) no-repeat 0 9px;
	background-size: 17px 17px;
	padding: 5px 0 5px 22px;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .recent-pstlink ul li a:hover {
	color: #004080;
	background: url(../images/lsticn.png) no-repeat 0 9px;
	background-size: 17px 17px;
	text-decoration:none;
}
.innerenerflux-bloglistpgetxt-section .cate-pstlink {
	width: 100%;
	float: left;
}
.innerenerflux-bloglistpgetxt-section .cate-pstlink h3 {
	color: #4e5b66;
	font-size: 32px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .cate-pstlink ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .cate-pstlink ul li {
	display: block;
	width: 100%;
	margin:10px 0;
}
.innerenerflux-bloglistpgetxt-section .cate-pstlink ul li a {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	background: url(../images/lsticn.png) no-repeat 0 9px;
	background-size: 17px 17px;
	padding: 5px 0 5px 22px;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .cate-pstlink ul li a:hover {
	color: #004080;
	background: url(../images/lsticn.png) no-repeat 0 9px;
	background-size: 17px 17px;
	text-decoration:none;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx {
	width: 100%;
	float: left;
	padding-right:20px;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx .dat-titlebx {
	width: 100%;
	float: left;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx .dat-titlebx strong {
	color: #009966;
	font-weight: 400;
	border-left: 1px solid #b1b1b1;
    padding-left: 8px;
    margin-left: 5px;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx h1 {
	color: #4e5b66;
	font-size: 38px;
	font-weight: 600;
	line-height: 48px;
	padding: 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx h2 {
	color: #4e5b66;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	padding: 10px 0 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx h3 {
	color: #4e5b66;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	padding: 10px 0 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx h4 {
	color: #4e5b66;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	padding: 10px 0 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx h5 {
	color: #4e5b66;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	padding: 10px 0 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx .alignright {
	width:54%;
	height:auto;
	float:right;
	margin:10px 0 10px 10px;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx .aligncenter {
	width:100%;
	height:auto;
	margin:10px 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.innerenerflux-bloglistpgetxt-section .insights-detail-postbx ul li {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	background: url(../images/lsticn.png) no-repeat 0 9px;
	background-size: 17px 17px;
	padding: 5px 0 5px 22px;
	margin: 0;
}