/*Colors:
	blue: #134d96;
	green: #3d9292;
	light-grey: #ededed;
	red: #e30613;

*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Museo-sans', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

strong {
	font-weight: 600;
}

p, ul{
	font-size: 15px;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	background-color: transparent!important;
}

.btn-primary {
	background-color: #3d9292;
	border-radius: 10px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 30px 10px 30px; 
	border: none;
}

.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
	background-color: #3d9292!important;
}

.btn-sm {
	padding: 10px 20px; 
	font-size: 18px;
}

.white-txt {
	color: #fff;
}

/*Modals*/

.modal-title {
	text-align: center;
	font-size: 30px;
}

.modal-body {
	overflow-y: auto;
	max-height: 600px;
	padding: 20px 40px 40px 40px;
}

.modal-body img {
	padding-bottom: 20px;
}

.modal-content h4 {
	font-weight: 700;
	font-size: 30px;
	margin-top: 0;
}

.modal-content {
	border-radius: 0;
}

.modal-content ul {
	padding-left: 25px;
}

.modal-body h3 {
	color: #d47117;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.modal.in .modal-dialog {
	width:80%!important;
}

.modal-header .close {
	margin-top: 10px;
}

/* ======= Tab panels ============ */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #134d96!important;
	font-size: 20px;
	text-transform: uppercase;
}

.nav-tabs>li>a {
	color: #134d96!important;
	font-size: 20px;
	text-transform: uppercase;
}

/* ======================== */

/*Topbar*/
.topbar {
    padding-top: 0px;
    padding-bottom: 0;
    background-color: #ececec;
    text-align: right;
}

.topbar p {
    color: #134d96;
    font-size: 18px;
    font-weight: 800;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    vertical-align: middle;
	text-align: right;
}

/* .topbar p {
	color: #134d96;
	font-size: 18px;
	font-weight: 800;
	padding-top: 10px;
} */

.topbar a>i {
	color: #134d96;
	font-size: 30px;
	font-weight: 800;
	padding-right: 20px;
	padding-top: 5px;
	vertical-align: middle;
	float: left;
}

.menubar-heading .newsletter-link {
	float: right;
	border: 1px solid #fff;
	padding: 5px;
    font-size: 15px;
    margin-top: 5px;
}

.head-electricity span {
    line-height: 40px;
}
/*navbar*/

.mobile-logo, .mobi-display {
	display: none;
}

.logo {
	text-align: left;
}

.logo img {
	width: 50%;
    margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: middle;
}

.menubar .col-md-9 {
	margin-left: auto;
}

.menubar {
	background-color: #3d9292;
	border-radius: 0;
	width: 100%;

}

/* .menubar-heading .col-md-2 {
    margin: 30px auto 10px auto;
    display: table-cell;
    border-bottom: 1px solid #fff;
    padding: 40px 0 10px 0;
} */

.menubar-heading img {
	width:23px;
	text-align: right;
	vertical-align: middle;
	margin-right: 20px;
	display: inline-block;
}

.menubar-heading p {
	color: #fff;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
    margin-top: 5px;
}

.menubar-heading a {
	color: #fff;
	vertical-align: middle;
}

.navbar.navbar-expand-lg.navbar-light {
	border:none;
	background-color: transparent;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	float: none!important;
}

.navbar.navbar-expand-lg.navbar-light .navbar-nav>li>a {
	color: #fff;
	font-size: 16px!important;
	padding: 0px 20px 5px 0px!important;
	text-transform: uppercase;
	font-weight: 300;
}

.navbar.navbar-expand-lg.navbar-light .navbar-nav>li>a:hover, .navbar.navbar-expand-lg.navbar-light .navbar-nav>li>a:link, .navbar.navbar-expand-lg.navbar-light .navbar-nav>li>a:visited, .navbar.navbar-expand-lg.navbar-light .navbar-nav>li>a:hover, .navbar.navbar-expand-lg.navbar-light .navbar-nav>li>a:active  {
	color: #fff!important;
}

.navbar.navbar-expand-lg.navbar-light .navbar-collapse, .navbar.navbar-expand-lg.navbar-light {
	padding-right: 0;
	text-align: center; 
	float: none;
}

.navbar-nav {
	text-align: center;
	padding-top: 0;
	margin-top: 10px;
	float: none;
}

.navbar {
	min-height: auto;
	margin-bottom: 0;
}
.dropdown-item {
	line-height: 30px;
}
.dropdown-toggle::after {
	color: #e30613;
}

.dropdown-menu.columns-4 {
	min-width: 600px;
}

.dropdown i{
	color: #e30613;
	padding-left: 4px;
}

.dropdown a {
	color: #fff;
	font-weight: 300;
}
.dropdown p  {
	font-weight:300;
}
.dropdown a:active {
	background-color: transparent!important;
	color: #fff!important;
}

.dropdown a:hover {
    background-color: transparent;
    color: #212529;
}
.dropdown-menu {
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #3d9292;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
	line-height: 20px;
}
.dropdown-col li {
	list-style: none;
	margin-bottom:5px;
	font-size:15px;
}
.dropdown-col a:hover {
	color:#fff;
}

.dropdown-col.manuals a:hover {
	color:#000;
}
.btn-secondary {
	border: none;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
}
.carousel-indicators {
    left: 66%;
	padding-left:40px;
	margin-left:0;
	margin-right:0;
}
.single-column {
	width: 300px!important;
	left: auto;
}

.single-column li>a {
	color: #fff;
	font-size: 18px;
}

.dropdown-menu  ul {
	padding-left: 0;
}
.btn.btn-secondary.dropdown-toggle::after {
	display:none;
}
.dm2 .multi-column-dropdown1 li {
	list-style-type: none;
	border-right: none;
	font-size: 15px;
}

.multi-column-dropdown1 {
	padding-top: 20px;
}

.multi-column-dropdown1 li a {
	display: block;
	clear: both;
	color: #fff;
	padding-bottom: 10px;
}

.dm2 .col-md-6 .multi-column-dropdown1  {
	border-right: 2px solid #fff;
	padding:20px 40px 20px 20px;
	font-weight: 300;
}

.dm2 .multi-column-dropdown1 h2 {
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 25px;
}

ol {
	padding-left: 15px;
}
#heading {
	border-right: 2px solid #fff;
} 

/* Temporary popup */
#popupshow {
   position: fixed;
   height: auto;
   top: 5%;
   left: 30%;
   right: 30%;
   width: auto;
   max-width: 100%;
   margin-left: 0;
   background-color: #fff;
   z-index: 99999;
   padding: 0px 30px 10px;
   -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.63);
	box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.63);
}
 
.popup-wrapper {
    height: auto;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    z-index: 9999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
 
.popup-wrapper p, .popup-wrapper .btn-primary {
    margin-top: 10px;
    margin-bottom: 10px;
}
.popup-wrapper a {
	color: #000;
}
 
.popup-close {
    position: absolute;
    top: 0px;
    right: -30px;
    display: inline-block;
    width: 60px;
    height: auto;
    cursor: pointer;
    color: #134d96;
    font-size: 30px;
    z-index: 9999;
}
 
.popup-close i {
   font-size: 20px;
   color: inherit;
}
/* ================ */

/*Home page*/
.offline-message {
	color: #fff;
	background-color: red;
	padding:30px 35px 20px 35px;
	text-align: center;
	margin-top: 20px;
}

.offline-message p {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.offline-message a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.notice	{
	color: #fff;
	background-color: #fb3f3f;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}

.home-top-section {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}

.home-top-section .overlay {
	background-color: rgba(19, 77, 150, 0.5);
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 10px 20px 20px 20px;

}

.home-top-section .overlay h2 {
	font-size: 40px;
	font-weight: 300;
	font-style: italic;
	margin-bottom:20px;
}

.home-top-section .col-md-6 {
	padding-right: 0;
}

#want-to {
	padding-left:20px;
}

#partner {
	padding-left: 0;
}

/*Slider on home page*/

.home-top-section .owl-carousel .overlay {
	background-color: rgba(19, 77, 150, 0.5);
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	z-index:999;
	color: #fff;
	padding: 0 20px 20px 20px; 
}

.home-top-section .owl-carousel .overlay h2 {
	font-size: 40px;
	font-weight: 500;
	font-style: italic;
	margin-top: 0px!important;
	padding-top: 10px;
	padding-bottom: 20px;
}

.owl-carousel a:hover {
	text-decoration: none;
	border-bottom: 0;
}

.owl-carousel img{
	width: 100%;
}

.owl-nav{
	margin-top: 0;
	position: absolute;
	top: 35%;
	width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
	background:rgba(169, 169, 169, 0.5);
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background:rgba(169, 169, 169, 0.5);
	border-radius: 100px;
}

.owl-carousel .owl-dot {
	height: 20px;
    width: 20px;
    background:rgba(169, 169, 169, 0.5);
    border-radius: 100px;
    display: inline-block;
    position: relative;
    top: -60px;
    right: 30px;
    margin: 5px; 
}

.owl-carousel .owl-dot.active {
	background:rgba(169, 169, 169, 0.7);
}

.want-to #meter {
	max-width: 590px;
}

.want-to {
	background-color: #ededed;
	text-align: center;
	height: 274px;
	padding-top: 25px;
}

.want-to h2 {
	margin-top: 0;
	color: #134d96;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.want-to img {
    width: 90px;
    margin: 20px 0;
}

.want-to i {
	font-size: 90px;
	color: #134d96;
}

.want-to p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #134d96;
}
	
.want-to .col-md-2 {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	float: left;
	padding:0 35px;	
}

.want-to .btn-primary	{
	font-size: 15px;
	padding: 10px; 
}

.check-meter {
	background-color: #134d96;
	text-align: center;
	padding: 48px 27px;
	margin-top: 10px;
	max-height: 300px;
}

.check-meter img {
	width: 10%;
	z-index: 999;
	margin-bottom: 15px;
}

.check-meter p {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 0;
	line-height: 26px;
}

.check-meter .btn-primary {
	margin-top: 0px;
}
div.dropdown-multicol2 {
	width: 30em;
}
div.dropdown-multicol2>div.dropdown-col {
	display:inline-block;
}
  
input:focus, textarea:focus {
	outline: none!important;
}

.home-categories {
	text-align: center;
	padding-bottom: 20px;
}

#water-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.home-categories .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}

.home-categories h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	padding-top: 30px;
}

.home-categories .electricity {
	background-image: url('/images/home-page/electricity.jpg');
	background-position: center;
	background-size: cover;	
	height: 100px;
}

.home-categories .water {
	background-image: url('/images/home-page/water.jpg');
	background-position: center;
	background-size: cover;	
	height: 100px;
}

.home-categories .gas {
	background-image: url('/images/home-page/gas.jpg');
	background-position: center;
	background-size: cover;
	height: 100px;	
}

.leaders {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ededed;
}

.leaders h2 {
	margin-top: 0;
	color: #134d96;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.leaders p, .leaders li {
	color: #134d96;
	font-size: 15px;
}

.leaders #button {
	text-align: center;
}

.leaders .btn-primary {
	margin-top: 10px;
	float: left;
}

.what-we-do {
	padding-top: 80px;
	padding-bottom: 40px;
}

.what-we-do .container{
	text-align: center;
	border-top: 1px solid #134d96;
}

.what-we-do h2 {
	margin-top: 0;
	color: #134d96;
	font-size: 40px;
	text-transform: uppercase;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	background-color: #fff;
}

.heading {
	padding-top: 40px;
}

.heading p {
	color: #134d96;
	font-size: 15px;
	margin-bottom: 40px;
}

.what-we-do-categories {
	margin-top: 40px;
}

.what-we-do-categories .col-md-6 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 40px;
}

.cat-col-img {
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 0;
	width: 60%;
	margin-bottom: 20px;
}

.cat-col-text {
	float: right;
	padding: 0 10px 10px 10px; 
	text-align: left;
	width: 40%;
	color: #134d96;
	font-size: 15px;
}

.cat-col-text p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cat-col-text p>strong {
	font-size: 18px;
	margin-bottom:0px;
	padding-bottom: 0;
}

.cat-col-text a {
	color: #134d96;
	font-weight: 700;
}

.cat-col-text a:hover {
	color: #134d96;

}

.find	 {
	background-color: #134d96; 
	min-height: 218px;
	padding: 20px;
	display: block;
}

.find img {
	width: 30%;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
}

.find h3 {
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	text-align: left;
	margin-top: 0;
}

.find p>a {
	float: right;
	color: #fff;
	margin-right:20px;
	text-transform: uppercase;
	font-weight: 300;
}

.find i {
	vertical-align: middle;
}

.memberships {
	background-color: #ededed;
	padding-top: 60px;
	padding-bottom: 60px;
}

.memberships .container{
	text-align: center;
	border-top: 1px solid #134d96;
}

.memberships  h2 {
	margin-top: 0;
	color: #134d96;
	font-size: 40px;
	text-transform: uppercase;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	background-color: #ededed;
}

.memberships-images {
	padding-top:80px;
}

.memberships-images img {
	width: 100%;
}

.memberships-images .col-mem {
	width: 20%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.home-latest-news {
	padding-top: 60px;
	padding-bottom: 60px;
}

.latest-news-heading {
	margin-bottom: 60px;
}

.home-latest-news .container{
	/* text-align: center; */
	border-top: 1px solid #134d96;
}

.home-latest-news h2 {
	margin-top: 0;
	color: #134d96;
	font-size: 40px;
	text-transform: uppercase;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	background-color: #fff;
}



.home-blogs h3 {
	color: #134d96;
	padding-top:15px;
}

.home-latest-news .date {
	color:#134d96; 
}

.home-latest-news a#link {
	color:#134d96; 
	text-transform: uppercase;
}

.home-latest-news .btn-primary {
	margin-top: 60px;
}

/*About page*/

.about-header {
	background-color: #ededed;
}

.about-header  h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #134d96;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.about-us {
	padding-top: 40px;
	padding-bottom: 40px;
}

.about-us h2 {
	margin-top: 20px;
	color: #134d96;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}

.about-us p {
	color: #134d96;
	font-size: 15px;
	font-weight: 300;
}

.about-us img {
	width: 80%;
	float: right;
}

.about-sc {
	position: relative;
	background-color: transparent;
	min-height: 450px;
}

.bg-container {
	position: absolute;
	background-color: transparent; 
	left: 0;
	top:0;
	width: 100%;
	z-index: -10;
	min-height: 450px;
}

.green-bg {
	background-color: #3d9292;
	padding-left: 0;
	padding-right: 0;
	min-height: 450px;
}

.blue-bg {
	background-color: #134d96;
	padding-left: 0;
	padding-right: 0;
	min-height: 450px;
}

.bg-content {
	z-index: 999;
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.bg-content h3 {
	padding-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}

.bg-content p, .bg-content ul>li, .bg-content a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.bg-content ul {
	list-style: none;
	padding-left: 0;
}

.bg-content .btn-primary.grey {
	background-color: #ededed!important;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #134d96;
	text-transform: uppercase;
	padding: 10px 30px 10px 30px;
}

#left-align {
	padding-right: 100px;
}

#left-align .btn-primary {
	margin-top: 20px;
}

#right-align {
	padding-left: 100px;
}

/*1st tab group*/

.stand-for {
	background-image: url('/images/about-page/what-we-stand-for.jpg');
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
	min-height: 500px;
}

.stand-for h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top: 60px;
}

.stand-for h3 {
	font-weight: 700;
}

.stand-for li{
	font-size: 20px;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}

.stand-for p{
	font-size: 20px;
}

.stand-for ul {
	list-style: none;
}

.stand-for ul li {
	font-size: 20px;
}

.nav-tabs>li>a{
	color: #fff;
}

.nav-tabs>li.active>a{
	border-bottom: 2px solid #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #fff;
	border-bottom: 2px solid #fff;
}

.nav-tabs.nav-justified>li>a {
	border: none; 
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
	margin: 0;
	border: none;
	border-bottom: 2px solid #fff;
}

.tab-pane{
	border: none;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

.tab-pane p{
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
}

/*2nd Tab group*/

.nav-tabs2>li{
	text-transform: uppercase;
	font-size: 25px;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}

.nav-tabs2.nav-justified>li {
    display: inline-block;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.tab2-content p{
	font-size: 20px;
}

.tab2-content ul {
	list-style: none;
}

.tab2-content ul li {
	font-size: 20px;
}

.nav-tabs2>li>a{
	color: #134d96;
}

.nav-tabs2>li.active>a{
	border-bottom: 2px solid #134d96;
}

.nav-tabs2>li.active>a, .nav-tabs2>li.active>a:focus, .nav-tab2>li.active>a:hover{
	color: #134d96;
	border-bottom: 2px solid #134d96;
}

.nav-tabs2.nav-justified>li>a {
	border: none; 
}

.nav-tabs2.nav-justified>.active>a, .nav-tabs2.nav-justified>.active>a:focus, .nav-tabs2.nav-justified>.active>a:hover{
	margin: 0;
	border: none;
	border-bottom: 2px solid #134d96;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	top: 30px;
}
.dropdown-multicol2 .dropdown-col {
	padding:15px;
}
.dropdown-menu.dropdown-multicol2 {
	padding:0;
	margin:0;
}
.dropdown-item {
	padding:0;
}
.tab-pane2{
	border: none;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

.tab-3 p {
	padding-left: 0;
}

.tab-pane2 p{
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
}

.tab-pane3 p{
	padding-right: 40px;
	padding-left: 0;
	margin-bottom: 10px;
}

.grg {
	display: none;
}

.meet-team {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.meet-team .col-md-4 {
	min-height: 360px;
	width: 33.3%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.meet-team img {
	width: 80%;
}

.meet-team h2 {
	margin-top: 0px;
	padding-top: 0;
	color: #134d96;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.meet-team p {
	color: #134d96;
	font-size:18px;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*Products and Services page*/
.products-services-header {
	background-color: #ededed;
}

.products-services-header  h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #134d96;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}
.products-categories.fixed-left a {
	color:#134d96;
}
.products-categories.fixed-left {
	padding-top:40px;
}

.products-categories.fixed-left ul {
	padding-left: 0;
	list-style: none;
}

.products-categories.fixed-left li {
	text-transform: uppercase;
	padding-bottom: 8px;
	font-size: 13px;
	color: #134d96;
}

.products-categories.fixed-left li>a {
	color: #134d96;
	font-size: 12px;
}

.products-categories.fixed-left strong {
	color: #134d96;
}

.products-heading {
	padding: 0px 40px 20px 10px ;
	color: #134d96;
}

.products-heading .col-md-9 {
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 100%;
	padding-left: 0;
}

.products-heading h2 {
	margin-top: 0px;
	padding-top: 0;
	color: #134d96;
	font-size: 35px;
	font-weight: 500;
	text-transform: uppercase;
}
.products .form-control {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #134d96;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.product-paragraph .btn-primary {
	margin-top: 0;
}
.products textarea.form-control {
    padding-bottom: 30%;
}
.products textarea.form-control {
    border-radius: 19px;
}
#border-left {
	border-left: 1px solid #3d9292;
	margin-top: 40px;
	margin-bottom: 40px;
}

.product-paragraph img {
	float: right;
	max-width: 350px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.product-paragraph h3 {
	color: #134d96;
}

.product-form .col-md-9{
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.product-form .col-md-4	{
	width: 50%;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

.product-form h3 {
	color: #134d96;
	font-size: 30px;
	text-transform: uppercase;
}

.product-form input {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #134d96;
	border-radius: 20px;
}

.product-form .message textarea {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #134d96;
	border-radius: 20px;
	height: 150px;
}

.product-form .submit .btn-primary {
	border: none;
	width: 20%;
	border-radius: 10px;
}

/*Placeholder text*/

::webkit-input-placeholder {
	color: #134d96;
	opacity: 1;
}

:-moz-placeholder { /* firefox 18- */
	color: #134d96;
	opacity: 1;
}

::moz-placeholder { /* Firefox 19+ */
	color: #134d96;
	opacity: 1;
}

:ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.product-form #product {
	display: none!important;
}

.product-paragraph p {
	color: #134d96;
	/*padding-bottom: 20px;*/
}

.product-paragraph .col-md-5 {
	width: 60%!important;
}

.product-paragraph .col-md-4 {
	width: 40%;
	padding-right: 0;
}

/*meter-products*/

.what-we-offer {
	text-align: left;
	color: #134d96;
}

.what-we-offer ul {
	text-align: left;
	padding-left: 20px;
}

.meter-gallery img {
	margin-bottom: 30px;
	margin-top: 30px;
}

#meter-products {
	display: none;
}
/*utility management*/

.utilities {
	padding-bottom: 40px;
	text-align: left;
	color: #134d96;
}

.utilities h3 {
	text-align: left!important;
	color: #134d96;
}

.utilities ul {
	text-align: left;
	padding-left: 20px;
}

#utility-management {
	display: none;
}

.utilities a {
	border-bottom: 1px dotted #134d96;
}

/*buy electricity*/

.buy {
	text-align: left;
	color: #134d96;
}

.buy h2 {
	margin-top: 0;
}

.buy .col-md-4 {
	text-align: left;
}

.buy .col-md-2 {
	width:120px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: inline-block;
	
}

.buy img {
	vertical-align: middle;
}

.buy a:hover {
	border-bottom: 1px dotted #134d96; 
}

.buy .btn-primary {
	border: none!important;
}

.pay-points {
	margin-top: 40px;
}

#buy-electricity {
	display: none;
}

/*remote metering*/

#login {
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: 700;
}

.remote {
	color: #134d96;
}

.remote-info {
	color: #134d96;
}

.remote ul {
	padding-left: 20px;
}

#remote-metering {
	display: none;
}

/*smart metering*/

.smart {
	color: #134d96;
}

.smart ul {
	padding-left: 20px;
}

#smart-metering {
	display: none;
}

/*Meter auditing and verification*/

.auditimg {
	float: right;
	position: relative;
	right: 0;
	top: 0;
	padding-left: 20px;
}

#auditing {
	display: none;
}

/*Revenue protection*/

.revenue-offer {
	color: #134d96;
}

.revenue-offer ul {
	padding-left: 0;
}

#revenue-protection {
	display: none;
}

/*Faqs page */

.faqs-header {
	background-color: #ededed;
}

.faqs-header h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #134d96;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.faqs.fixed-left {
	padding-top:40px;
}

.faqs.fixed-left ul {
	padding-left: 0;
	list-style: none;
}

.faqs.fixed-left li {
	text-transform: uppercase;
	padding-bottom: 8px;
	font-size: 13px;
}

.faqs.fixed-left li>a {
	color: #134d96;
	font-size: 12px;
}

.faqs.fixed-left strong {
	color: #134d96;
}

.faq-heading {
	padding-bottom: 40px;
}

.faq-heading p {
	font-size: 15px;
}

.faqs-categories {
	border-left: 1px solid #3d9292;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 40px;
}

.faqs-categories {
	padding: 0px 40px 0 40px ;
	color: #134d96;
}

.faqs-categories h2 {
	margin-top: 0px;
	color: #134d96;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}
.panel-heading {
	border:1px solid #ddd;
	background-color: #f5f5f5;
}
.panel-heading a {
    color: #134d96;
    font-size: 16px;
}
.panel-heading {
	padding-left: 15px;
    padding-top: 10px;
	margin-bottom:5px;
	
}
.accordion i {
	margin-right: 10px;
}
.accordion>.card:not(:last-of-type) {
    border-bottom:1px solid #ddd;
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 5px;
}
.faqs-categories .card {
	border-radius: 0;
	background-color: #ededed;
}

.faqs-categories .card-body {
	border-radius: 0;
	background-color: #ededed;
	padding-left: 15px;
	padding-right: 15px;
    padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.faqs-categories .card-body a {
	color: #134d96;
}

.faqs-categories .card-body ul, .faqs-categories .card-body ol {
	padding-left: 0;
}

.faqs-categories .card-body .btn-primary {
	font-size: 13px;
	margin-bottom: 20px;
	color: #fff;
}

.faqs-categories .card-body li {
	display: inline-block;
}

.faqs-categories .card-body img {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.faqs-categories .card-title, .faqs-categories .card-title i {
	color: #134d96;
	padding-right: 10px;
}

.check-meter2 {
	margin-top: 10px;
}

.check-meter2 input {
	width: 50%;
	border-radius: 10px;
	padding: 8px;
	border: none;
}

.check-meter2 .btn-primary {
	margin-top: 10px;
	font-size: 15px!important;
	padding: 10px;
	color: #fff!important;
}

/*Contact page*/

.contact-header {
	background-color: #ededed;
}

.contact-header  h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #134d96;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.contact {
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #134d96;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}

.contact-form input {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid  #ededed;  
}

.contact-form textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	height:150px;
	border-radius: 10px;
	border: 1px solid  #ededed;  
}

.contact-form .btn-primary {
	width: initial;
	margin-top: 0;
	border: none; 
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #3d9292;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

.contact-info .col-md-4 {
	width: 33.3%;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.contact-info p, .contact-info a, .contact-info2 p, .contact-info2 a {
	color: #134d96;
	font-size: 15px;
}

#map {
	height: 300px;
	width: 100%;
}

#content {
	max-width: 250px;
	text-align: center;
}

#content h2 {
	font-size: 18px;
	margin-bottom: 0;
}

#content p, #content a {
	color: #000;
	margin-bottom: 0;
}

#content img {
	width: 30%;
}

/*Register meter page*/

.register h2 {
	margin-top: 0px;
	margin-bottom: 0;
	color: #134d96;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}

.register {
	padding-bottom: 60px;
}

.register a {
	border-bottom: 1px dotted #134d96!important;
	color: #134d96;
}

.register-form .col-md-6, .register-form .col-md-12 {
	padding-left: 0;
}

.register-form h3 {
	color: #134d96;
	font-size: 30px;
	text-transform: uppercase;
}

.register-form input {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #134d96;
	border-radius: 20px;
}

.register-form select {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #134d96;
	border-radius: 20px; 
}

.register-form select:focus {
	outline: none;
}

.register-form label {
	display: inline-block;
	vertical-align: top;
}


.submit-wrapper .btn-primary {
	border: none!important;
	width: 20%;
	border-radius: 10px;
	
}

.register-form p>a {
	color: #134d96;
	margin-bottom: 20px;
}

.register-form ol {
	padding-left: 25px;
}

#total_ex_hidden, #total_inc_hidden {
	display: none;
}

.mt25 {
	margin-top: 25px;
}

/* Token order page */

.token {
	padding-bottom: 60px;
}

.token-order-form .col-md-4, .token-order-form .col-md-12 {
	padding-left: 0;
}

.token-order-form h3 {
	color: #134d96;
	font-size: 30px;
	text-transform: uppercase;
}

.token-order-form input {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #134d96;
	border-radius: 20px;
}

.token-order-form select {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #134d96;
	border-radius: 20px; 
}

.token-order-form textarea {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	height: 100px;
	border-radius: 20px; 
	border: 1px solid #134d96;
}

.delivery-options label {
	width: 100px;
	float: left;
}

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	width: 10%;
	text-align: left;
}

.token-order-form .btn-primary {
	border: none;
	width: 20%;
	border-radius: 10px;
}

.mb-20  {
	margin-bottom: 20px;
}

.payment-opt h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #134d96;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}

.payment-opt h3 {
	color: #134d96;
	font-size: 30px;
	text-transform: uppercase;	
}

/* latest News page */

.latest-news-header {
	background-color: #ededed;
}

.latest-news-header h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #134d96;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.latest-news {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.latest-news h2 {
	margin-top: 20px;
	color: #134d96;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
}
.latest-news p {
	color: #134d96;
	font-size: 16px;
	font-weight: 300;
}

.latest-news #link {
	color: #3d9292;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 40px;
	position: relative;
	bottom: 0px;
}

.latest-news img {
	width: 80%;
	float: right;
}

.line-border {
	border-bottom: 1px solid #134d96;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* View post page */

.post-header {
	background-color: #ededed;
}

.post-header h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #134d96;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.post {
	padding-top: 60px;
	padding-bottom: 60px;
}

.post p {
    color: #134d96;
    font-size: 16px;
    font-weight: 300;
}

.post h2 {
	color: #134d96;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.post img {
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}

.recent-heading {
	padding-top: 20px;
}

.recent-heading h3, .contact-heading h3 {
	font-size: 25px;
	font-weight: 700;
	color: #134d96;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top: 0;
}

.contact-heading {
	padding-top: 40px;
}

.recent-categories p, .contact-details p {
	border-bottom: 1px solid #134d96;
	padding-bottom: 15px;
}

.recent-categories p, .recent-categories a {
	color: #333333;
}

.recent-categories a:hover {
	border-bottom: 1px dotted;
}

.contact-details p>strong, .team-contact-details p>strong {
	color: #134d96;
}

.contact-details p, .contact-details a {
	color: #333333;
}

.team-contact-details p, .team-contact-details a {
	color: #333333;
	margin-bottom: 0;
}

.team-member {
	margin-bottom: 5%;
}

.team-member img {
	width: 100%;
}

/*footer*/

#back-to-top {
	background-color: #134d96!important;
	text-align: center;
	float: left;
	vertical-align: middle;
	position: fixed;
	padding: 10px;
	bottom: 15px;
	left: 15px;
	z-index: 999;
	border-radius: 10px;
	display: none;
}

#back-to-top i {
	font-size: 25px;
	vertical-align: middle;
	color: #fff;
	margin-bottom: 0;
	padding-left: 0;
}

#back-to-top p {
	margin-bottom: 0;
}

#back-to-top p>span {
	color: #fff;
}

#back-to-top a{
	vertical-align: middle;
	color: #fff;
}

.footer {
	padding-top: 0px;
	padding-bottom: 15px;
}

.footer p, .footer a {
	font-size: 15px;
}

.footer .col-md-4 {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
	width: 33.3%;
}

.footer-contact.blue {
	background-color: #134d96;
	height: 300px;
	width: 100%;
	padding: 40px 40px 40px 200px; 
	margin-right: 0;
	margin-left: 0;
}

.footer-contact p>span {
	position: absolute;
	right: 40px;
}

.footer-contact h2 {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
}

.footer-contact p {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0;
	text-transform: uppercase;
}

.footer-contact a {
	color: #fff;
}

#border-top {
	border-top: 1px solid #fff;
	padding-top: 10px;
}

.footer-how.green {
	background-color: #3d9292;
	height: 300px;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 40px 40px 40px 100px;
}

.footer-how h2 {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
}

.footer-how p, .footer-how a {
	color: #fff;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0;
}

.footer-signup.blue {
    background-color: #134d96;
    height: 300px;
    width: 100%;
    padding: 1%;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
	overflow-y: scroll;
}
.footer-signup.blue img {
	width: 50%;
}
.footer-signup h2 {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
}

.footer-signup p {
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 0;
	padding-top: 0px;
	margin-top: 0;
	font-size: 15px;
}

.footer-signup input {
	width:100%;
	border-radius: 10px;
	padding: 5px;
	border: none;
	margin-bottom: 10px;
}

#mlb2-5741865 .subscribe-form {
	padding: 0!important;
}

/*footer lower*/

.footer-lower {
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}

.footer-lower a {
	color: #000;
}
.footer .col-lg-4 {
	padding-right:0;
	padding-left:0;
}