/*============ Fonts ============*/
@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.woff2') format('woff2'),
       url('../fonts/Lato-Light.woff') format('woff'),
       url('../fonts/Lato-Light.ttf') format('truetype'),
       url('../fonts/Lato-Light.svg#Lato-Light') format('svg'),
       url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.woff2') format('woff2'),
       url('../fonts/Lato-Bold.woff') format('woff'),
       url('../fonts/Lato-Bold.ttf') format('truetype'),
       url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg'),
       url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
       url('../fonts/Lato-Regular.woff') format('woff'),
       url('../fonts/Lato-Regular.ttf') format('truetype'),
       url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
       url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



/*============ Common Styles ============*/
body{
	margin:0;
	padding:0;
	font-family: 'Lato-Regular';
	font-size: 16px;
	color: #838080;
}
h1,h2,h3,h4,p{
	margin: 0;
	padding: 0;
	font-family: 'Lato-Bold';
	color: #3c3838;
	font-weight: normal;
}
p{
	font-family: 'Lato-Regular';
}
h2{
	font-size: 36px;
	text-transform: uppercase;
}
.h-grey{
	font-size: 18px;
	color: #a3a3a3;
	float: left;
	width: 100%;
}
*{
	box-sizing: border-box;
}
.r-more{
	text-transform: uppercase;
	font-size: 16px;
	color: #ec1f27;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.r-more:before{
	content: '+';
	font-size: 20px;
	position: absolute;
	top: -2px; 
	left: 0;
}
.r-more:hover{
	color: #a59192;
}
a{
	text-decoration: none;
	color: #fff;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
*{
	box-sizing: border-box;
}
/*============ Header & Banner ============*/
.quick-links ul, .main-wrapper, .banner-wrapper, .banner-container, img, .header, .header-top, .header-block{
	width:100%;
	float: left;
}
.container{
	margin: 0 auto;
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
}
.banner-wrapper{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.caption-wrp {
	position: absolute;
	z-index: 97;
	text-align: center;
	padding: 15px;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.caption{
	max-width: 900px;
	width: 100%;
}
.caption h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	margin-bottom: 30px;
}
/*
.caption h1 span{
	color: #f34040;
}*/
.caption a{
	background-color: #f34040;
	font-size: 20px;
	padding: 10px 15px;
	border: 1px solid #fff;
	text-transform: uppercase;
}
.header{
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
}
.email, .phone{
	float: left;
	font-size: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
}
.phone {
	display: none;
	float: right;
}
.header-top{
	padding: 30px 0;
}
.header-top label{
	color: #ffde87;
}
.header-block {
	background: linear-gradient(#fffdfd, #e0e0e0);
	height: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.company{
	float: left;
}
.logo{
	min-width: 200px;
}
nav.menu, nav.menu li, nav.menu ul{
	float: left;
	height: 100%;
}
nav.menu li{
position: relative;
}
nav.menu li a {
	color: #000;
	text-transform: uppercase;
	height: 100%;
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
}

nav.menu .none-link{
	cursor: default;
}
li a:hover{
	background: linear-gradient(#dddddd, #acaaaa);
	color: #760000;
}

 nav.menu ul li:hover ul {
    display: block;
  }

 nav.menu ul li ul {
    position: absolute;
    width: 300px;
    top: 79px;
    left: 0px;
    float: none;
    height: auto;
    text-align: left;
    display: none;
    transition: all ease 1s;
    background: #fff;
    z-index: 1000;
  }
  nav.menu ul li ul li {
    list-style: none;
    display: inline-block;
    width: 100%;	
    position: relative;
    padding: 0px;
     height: auto;
    border-left: 1px solid #590101;
    border-right: 1px solid #590101;
    border-bottom: 1px solid #590101;
  }
  nav.menu ul li ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 5px 7px 7px;
    display: block;
    background:#760000;
    transition: all ease 1s;
  }
  nav.menu ul li ul li a:hover {
   background:linear-gradient(#dddddd, #acaaaa);
    color: #760000;
  }

  nav.menu ul li.submenu i {
    position: absolute;
    width: 9px;
    height: 8px;
    top: 4px;
    right: 6px;
  }
  nav.menu ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #760000;
    position: absolute;
    right: -3px;
    top: 34px;
    z-index: 10;
    margin-top: 0px;
  }


.quick-links{
	width:100%;
	position: absolute;
	z-index: 99;
	bottom: 60px;
	padding: 15px;
}
.quick-links ul {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	display: block;
	float: none;
}
.quick-links ul li{
	width: 25%;
	float:left;
	padding-right: 15px;
}
.quick-links ul li:last-child{
	padding-right: 0;
}
.quick-links ul li a {
	width: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	padding: 10px;
	text-decoration: underline;
	text-transform: uppercase;
}
.quick-links ul li a:hover{
	background-color: #f34040;
	color: #000;
	}
.gas .icon, .electricity .icon, .water .icon, .request .icon{
	width: 74px;
	height: 67px;
	background: url(../images/sprit.png)no-repeat -98px 0;
	margin-right: 5px;
}
.electricity .icon{
	background-position: -173px 0;
}
.water .icon{
	background-position: -248px 0;
}
.request .icon{
	background-position: -323px 0;
}
.gas:hover .icon{
	background-position: -98px -68px;
}
.electricity:hover .icon{
	background-position: -173px -68px;
}
.water:hover .icon{
	background-position: -248px -68px;
}
.request:hover .icon{
	background-position: -323px -68px;
}
.aboutus, .services{
	width: 100%;
	float: left;
}
.aboutus{
	padding: 0 15px;
}
.aboutus .container{
	text-align: center;
	padding: 80px 0 60px 0;
	max-width: 1000px;
}
.aboutus strong{
	margin-bottom: 50px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	float: left;
	width: 100%;
}
.aboutus p {
	font-size: 16px;
	line-height: 30px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.services .left{
	width:50%;
	float: left;
	min-height: 602px;
	background:url(../images/water.jpg) no-repeat center top;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 10px solid #821115;
}
.services .left h2, .services .left h2 .h-grey{
	color: #fff;
}
.services .right, .services .right li{
	float: left;
	width: 50%;
	text-align: center;
	padding: 15px;
}
.services .right li:hover{
	background-color: #fab535;
}
.services .right li:hover p{
	color: #fff;
}
.services .right li:hover .icon{
	background-position: -98px -207px;
}
.services .right .icon{
	width: 74px;
	height: 68px;
	background: url(../images/sprit.png)no-repeat -98px -137px;
	float: left;
}
.services .right li.gas .icon{
	background-position: -174px -137px;
}
.services .right li.gas:hover .icon {
	background-position: -174px -208px;
}
.services .right li.water .icon{
	background-position: -248px -137px;
}
.services .right li.water:hover .icon {
	background-position: -248px -208px;
}
.services .right li.other .icon{
	background-position: -325px -137px;
}
.services .right li.other:hover .icon {
	background-position: -325px -208px;
}
.services .right h3, .services .right p{
	width: 100%;
	float: left;
	text-align:left;
}
.services .right h3{
	margin-bottom: 15px;
}
.services .right p{
	margin-bottom: 30px;
	height: 100px;
	overflow: hidden;
}
.services .right .r-more{
	float: left;
	padding-left: 15px;
	background: none;
}
/*============ Our Partners =============*/

.quote-head{
	border-top: 5px solid #760000;
}
.partners{
	width:100%;
	float:left;
	padding: 70px 0;
}
.partners h2{
	text-align: center; 
}
.partners .owl-dots {
	display: none;
}
.partners .owl-carousel .owl-nav .owl-prev, .partners .owl-carousel .owl-nav .owl-next,
.projects .owl-carousel .owl-nav .owl-prev, .projects .owl-carousel .owl-nav .owl-next{
	width: 30px;
	height: 40px;
	background: #4c4c4c url(../images/sprit.png) no-repeat;
	font-size: 0;
}
.partners .owl-carousel .owl-nav .owl-next,
.projects .owl-carousel .owl-nav .owl-next{
	background-position: -425px -74px;
	margin-left:5px;
}
.partners .owl-carousel .owl-nav .owl-prev,
.projects .owl-carousel .owl-nav .owl-prev{
	background-position: -398px -74px;
}
.projects .owl-carousel .owl-nav,
.partners .owl-carousel .owl-nav{
	text-align: center;
}
/*============ Projects =============*/
.projects {
	background-color: #323232;
	padding: 70px 0;
	width: 100%;
	float: left;
}
.projects h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.projects .owl-carousel{
	float: left;
	width: 100%;
}
/*============ Testimonial =============*/
.testimonials{
	width: 100%;
	float: left;
	padding: 50px 0;
}
.testimonials h2 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.testimonials ul{
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.testimonials ul li{
	padding: 15px;
	width: 48%;
}
.testimonials ul li p{
	background-color: #f5f5f5;
	padding: 20px;
	border-bottom: 5px solid #e6b301;
	position: relative;
	margin-bottom: 20px;
	line-height: 30px;
}
.testimonials ul li p:before{
	content: ' ';
	display: block;
	position: absolute;
	z-index: 99;
	right: 100px;
	bottom: -15px;
	border-top: 10px solid #e6b301;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.testimonials ul li h3{
	color: #f34040;
	font-size: 16px;
	width: 100%;
	float: left;
	text-transform: uppercase;
	text-align: right;
	padding: 0 30px;
	font-weight: normal;
	font-family: Lato-Light;
}
/*============ Footer =============*/
footer, .footer-details, .copyright-block{
	width: 100%;
	float: left;
}
 .footer-details{
 	padding: 70px 0;
 	background-color: #3f3f3f;
 }
.address, .number, .net-links{
	width: 33.33%;
	float: left;
}
.footer-details .icon{
	width: 51px;
	height: 47px;
	float: left;
	background: url(../images/sprit.png) no-repeat -47px -63px;
}
.address ul, .address li,
.number ul, .number li,
.net-links .content{
	margin: 0;
	padding: 0;
	float: left;
	width: calc(100% - 51px);
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.net-links ul, .net-links li{
	float: left;
}
.net-links li a{
	width: 27px;
	height: 24px;
	background: url(../images/sprit.png) no-repeat;
	float: left;
}
.net-links li a.fbook{
	background-position: -426px 0;
}
.net-links li a.twr{
	background-position: -426px -25px;
}
.net-links li a.gplus{
	background-position: -426px -50px;
}
.net-links li a.fbook:hover{
	background-position: -399px 0;
}
.net-links li a.twr:hover{
	background-position: -399px -25px;
}
.net-links li a.gplus:hover{
	background-position: -399px -50px;
}
.copyright-block{
	background-color: #333333;
	padding: 20px 0;
}
.copyright{
	font-size: 12px;
	float: left;
}
.footer-links{
	float: right;
	font-size: 13px;
}
.footer-links li{
	float: left;
}
.footer-links li a{
	float: left;
	padding: 0 20px;
}
.footer-links li:last-child a{
	padding-right: 0;
}
.footer-links li a:hover {
    color: #cf5743;
}
.owl-dots{
	display:none;
}
.toggle{
	width: 60px;
	height: 47px;
	float: right;
	background: url(../images/sprit.png)no-repeat -315px -276px;
	cursor: pointer;
	margin-top: 20px;
	display: none;
}
.toggle:hover{
	background-position: -315px -323px; 
}
/*============ About Us =============*/
.cns-page.header {
	position: static;
	width: 100%;
	float: left;
}

.cms-pages .banner-wrapper {
	height: auto;
	float: left;
	width: 100%;
	background-color: #f34040;
	
	padding: 0 15px;
	-moz-box-shadow:    inset 4px 4px 30px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 4px 4px 30px rgba(0, 0, 0, 0.5);
	box-shadow:         inset 4px 4px 30px rgba(0, 0, 0, 0.5);
}

.cms-pages .banner-wrapper-elctr {
	height: auto;
	width: 100%;
	background: url(../images/business-el01.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	
}

.cms-pages .banner-wrapper-elctr {
	height: auto;
	width: 100%;
	background: url(../images/business-electric.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.cms-pages .banner-wrapper-water {
	height: auto;
	width: 100%;
	background: url(../images/business-water.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.cms-pages .banner-wrapper-gas {
	height: auto;
	width: 100%;
	background: url(../images/business-gas.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}
.cms-pages header .email a {
	color: #353535;
	font-size: 20px;
}
.cms-pages .email, .cms-pages .phone{
	background: transparent;
	padding: 0;
}
.cms-pages .header {
	position: static;
	margin-bottom: 20px;
}
.cms-pages .header-top {
	padding: 10px 0;
}
.cms-pages .email a, .cms-pages .h-number {
	color: #3A3A3A;
}
.cms-pages .banner-container{
	height: 400px;
	max-width: 1200px;
	float: none;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.cms-pages .banner-container ul{
	margin: 0;
	padding: 0;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.cms-pages .banner-container ul li{
	text-align: center;
}
.cms-pages .banner-container ul li a{
	display: inline-block;
}
.cms-pages .banner-container ul li .icon{
	width: 100%;
	max-width: 235px;
	display: inline-block;
	float: none;
	margin-bottom: 10px;
}
.cms-pages .banner-container ul li .name{
	color: #760000;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
}
.cms-pages .banner-container ul .icon, .cms-pages .banner-container ul .name {
	float: left;
	width: 100%;
}
.cms-pages .aboutus p {
	color: #838080;
}
.cms-pages  .aboutus strong {
	margin-bottom: 24px;
}
/*============Inner page Testimonial =============*/
.cms-pages .testimonials{
	background-color: #f34040;
}
.cms-pages .testimonials ul li h3 {
	color: #e6b301;
}
/*============ Services =============*/
.process{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-top:50px;
}
.process h2{
	text-align: center;
	margin-bottom: 30px;

}
.process ul{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.process h3{
	font-size: 24px;
	font-family: 'Lato-Bold';
	color: #000;
	margin-bottom: 10px;
}
.process li p{
	line-height: 30px;
}
.process li{
	width: 33.33%;
	float: left;
	padding: 10px;
	background-color: #e6b301;
	text-align: center;
	border-bottom: 5px solid #f34040;
}
.process li:nth-child(2n){
	background-color: #f0f0f0;
	border-bottom: 5px solid #e6b301;
}
.process li .icon{
	width: 195px;
	height: 195px;
	display: inline-block;
	background: url(../images/sprit-2.png);
}
.process li.healthcheck .icon{
	background-position: 0 0;
}
.process li.proactive .icon{
	background-position: -196px 0;
}
.process li.audit .icon{
	background-position: -392px 0;
}
.process li.feasibility .icon{
	background-position: -588px 0;
}
.process li.automated .icon{
	background-position: -784px 0;
}
.process li.leak .icon{
	background-position: -980px 0;
}
.process li.mitigation .icon{
	background-position: -1176px 0;
}
.process li.mitigation{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}
.process li.mitigation .icon{
	float: left;
}

.b-electric:hover, .b-gas:hover, .b-water:hover{
	background: none;
}

.list-box{
	margin:15px 0;
	float: left;
}
.list-box ul{
	margin:15px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.aboutus.init {
	margin-bottom: 30px;
}
.list-box li{
	width: 33.33%;
	float: left;
	min-height: 390px;
	padding: 15px;
	background-color: #e6b301;
	text-align: center;
	border-bottom: 5px solid #f34040;
}

.list-box li i{
	font-size: 90px;
	color: #fff;
	margin: 30px 0;
	display: inline-block;
}
.cms-pages .list-box h3{
font-size: 24px;
font-family: 'Lato-Bold';
color: #000;
min-height: 60px;
margin-bottom: 10px;
}

.cms-pages .list-box li p{
color: #3c3838;
}
.mitigation .content {
	float: left;
	width: calc(100% - 195px);
	text-align: left;
	padding-left: 15px;
}
/*============ Contact Us =============*/
.address .section-two ul, .address .section-two ul li, .address .section-one ul, .address .section-one ul li, .contacts, .contact-details .address, .contact-details .contact-form, .input-box, .input-box input, .input-box textarea{
	width: 100%;
	float: left;
}
.address .section-two ul li, .address .section-one ul li{
	padding-right: 15px;
}
.contacts h1{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.contacts .wrapper{
	float: left;
	width: 100%;
}
.contacts .wrapper .location, .contacts .wrapper .contact-details, .address .section-one, .address .section-two{
	width: 50%;
	float: left;
}
.input-box{
	margin-bottom: 20px;
}
.input-box input{
	padding: 10px;
	font-size: 16px
}
.input-box input[type=submit]{
	cursor: pointer;
}
.input-box button{
	background-color: #ef3e3e;
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}
.input-box textarea{
	height: 100px;
}
.input-box button:hover{
	background-color: #ce2c2c;
}
.contacts .wrapper .contact-details{
	padding-left: 35px;
}
.contact-details .address ul li {
	color: #515151;
	font-size: 16px;
}
.contacts .container {
	max-width: 100%;
}
.location iframe{
	width: 100%;
	height: 100%;
	min-height: 575px;
	border: 1px solid #efefef;
}
.address{
	margin-bottom: 20px;
}
.contacts{
	margin-bottom: 40px;
}
.contacts h3{
	text-transform: uppercase;
	font-family: 'Lato-Bold';
	font-size:24px;
	color: #760000;
	width: 100%;
	float: left;
	margin:0 0 15px 0;
}
.location .map {
	float: left;
	width: 100%;
	border: 1px solid #d7d7d7;
}
.q-quote .contacts .wrapper .contact-details {
	padding-left: 0;
	float: none;
	margin: 0 auto;
}
.contact-page .contacts {
	margin-bottom: 40px;
	border-top: 5px solid #760000;
}
.number {
	display: none;
}
.input-box input.btn-attachment {
	padding: 0;
}
.para{
	float: left;
	width: 100%;
	padding: 20px;
	line-height: 30px;
}
.line-one{
	background-color: #efefef;
}
.line-two{
	background-color: #e6b301;
}
.para ul{
	margin-left: 50px;
}
.para ul li, .process li:nth-child(2n){
	width: 100%;
	float: left;
	background-color: unset;
	border: none;
	text-align: left;
	color: #3c3838;
	list-style-type: lower-hexadecimal;
	padding: 0;
}
.content-wrapper h1{
	margin-bottom: 14px;
}
.pound {
	font-size: 120px;
	color: #fff;
	font-weight: bold;
	margin: 30px 0;
	display: inline-block;
	/* height: 90px; */
	line-height: 88px;
}
.aboutus .container ul {
	line-height: 30px;
}
.aboutus .container ul li {
	text-align: left;
	list-style-type: lower-hexadecimal;
}
.aboutus.init .container ul li{
	text-align: center;
	list-style: none;
}
.cms-water .process li:nth-child(2n) {
	width: 33.33%;
	float: left;
	background-color: unset;
	border-bottom: 5px solid #fff;
	text-align: left;
	color: #3c3838;
	list-style-type: none;
	padding: 10px;
}
.cms-water .aboutus ul{
	line-height: 30px;
}
.cms-water .aboutus ul li {
	text-align: left;
	list-style-type: lower-hexadecimal;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	text-align: left;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.card-body .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card-body .btn.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
/*============ Responsive =============*/
@media only screen and (max-width: 1400px) {
	.quick-links {
		bottom: 20px;
	}
	.header-top {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 1200px) {
	.caption h1 {
		font-size: 40px;
	}
	.quick-links ul li a {
		font-size: 14px;
	}
	nav.menu li a {
	padding: 0 10px;
	font-size: 12px;
}
}
@media only screen and (max-width: 999px) {
	.header-top {
		padding: 15px 0;
	}
.gas .icon, .electricity .icon, .water .icon, .request .icon{
	width: 53px;
	height: 47px;
	background: url(../images/sprit.png)no-repeat -98px -276px;
	margin-right: 5px;
}

.list-box li{
	min-height: 416px;
}
.electricity .icon{
	background-position: -151px -276px;
}
.water .icon {
	background-position: -206px -276px;
}
.request .icon{
	background-position: -262px -276px;
}
.gas:hover .icon{
	background-position: -98px -325px;
}
.electricity:hover .icon{
	background-position: -151px -325px;
}
.water:hover .icon{
	background-position: -206px -325px;
}
.request:hover .icon{
	background-position: -262px -325px;
}
.aboutus .container {
	padding: 40px 0 30px 0;
}
.aboutus strong {
	margin-bottom: 15px;
}
.address, .number, .net-links {
	width: 100%;
	margin-bottom: 20px;
}
.footer-details .net-links {
	width: 100%;
	margin-bottom: 0;
}
.footer-links {
	float: none;
	font-size: 13px;
	width: 100%;
	margin-bottom: 10px;
}
.footer-links li {
	float: left;
	width: 50%;
}
.footer-links li a {
	float: left;
	padding: 15px;
	width: 100%;
}
.copyright {
	font-size: 12px;
	float: none;
}
.copyright-block .container {
	display: flex;
	flex-wrap: wrap-reverse;
	flex-direction: column-reverse;
}
/* Inner Testimonial */
.cms-pages .banner-container ul li .name {
	font-size: 20px;
}
}
@media only screen and (max-width: 949px) {
.toggle{
	display: block;
}
.menu{
	position: relative;
}
nav.menu ul{
	width: 290px;
	position: absolute;
	z-index: 99;
	right: 0;
	top: 80px;
	background-color: #760000;
	height: auto;
	display: none;
	 -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.menu ul li{
	width: 100%;
	float: left;
	font-size: 14px;
}
.menu ul li a{
	padding: 15px 0;
	color: #fff;
	-webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.address .section-one{
	margin-bottom: 15px;
}
.address .section-two, .address .section-one{
	width: 100%;
	float: left;
}
.location iframe {
	min-height: 675px;
}
 nav.menu ul li:hover ul {
    display: none;
     overflow: hidden;
  }
nav.menu ul li ul{
	 display: none;
    overflow: hidden;
    position: static;
    width: 100%;
}
  nav.menu li ul {
    display: none;
    overflow: hidden;
  }
   nav.menu ul li.open > ul {
    display: block;
     -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
   nav.menu li.open > ul {
    display: list-item;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 0px;
     position: static;
     top: 0;
     display: block;
    margin: 0px 0px 0px 0px;
  }
  nav.menu ul li ul li{
  	 border-left: 1px solid #760000;
  	 border-right: 1px solid #760000;
  	 border-bottom: 1px solid #760000;
  }
   nav.menu li.open > ul li a {
    padding:15px 0;
    text-align: center;
    background: #760000;
    color: #fff;
  }
   nav.menu li.open > ul li ul li a {
    padding-left: 22px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
   nav.menu li.open > ul li ul li ul li a {
    padding-left: 28px;
    padding-bottom: 5px;
  }
   nav.menu li li {
    position: relative;
    display: block;
  }
   nav.menu li li:first-child {
    border-top: 1px solid #760000;
  }
   nav.menu li li:last-child {
    border-bottom: none;
  }
   nav.menu li li a {
    display: block;
  }

  nav.menu ul li.submenu i {
    position: absolute;
    width: 35px;
    height: 45px;
    top: 0;
    right: 0;
    cursor: pointer;
    border-left: 1px solid #590101;
  }
  nav.menu ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 10;
    margin-top: -3px;
  }


}
@media only screen and (max-width: 1400px) {

.cms-pages .banner-wrapper-water, .cms-pages .banner-wrapper-gas, .cms-pages .banner-wrapper-elctr{
		height: 380px;
	}
	}
@media only screen and (max-width: 849px) {
	.banner-wrapper {
		height: auto;
	}
.cms-pages .banner-wrapper-water, .cms-pages .banner-wrapper-gas, .cms-pages .banner-wrapper-elctr{
		height: 280px;
	}
	.caption-wrp {
	height: 100%;
}
.services .left {
	width: 100%;
	min-height: 200px;
	border: none;
}
.services .right{
	width: 100%;
}
.services .left h2{
	text-align: center;
}
.testimonials ul {
	flex-direction: column;
}
.testimonials ul li{
	width: 100%;
padding: 0;	
}
.testimonials ul li:first-child{
	margin-bottom: 15px;
}

.cms-pages .banner-container {
	height: auto;
	padding: 15px 0;
}
.cms-pages .banner-container ul {
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.cms-pages .banner-container ul li {
	padding-bottom: 15px;
}
.process li {
	width: 50%;
}
.cms-water .process li:nth-child(2n) {
	width: 50%;
}
.list-box li{
	min-height: auto;
	width: 100%;
	margin-bottom: 15px;
}
.cms-pages .list-box h3{
	min-height: auto;
}

.list-box li i{
	font-size: 60px;
	margin: 15px 0;
}
}
@media only screen and (max-width: 768px) {
	.contacts h1 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 14px;
}
.aboutus h2 {
	font-size: 22px;
}
.process h2 {
	margin-bottom: 15px;
	font-size: 22px;
}
.process {
	padding-top: 10px;
}
	.header-top {
	padding: 15px 0;
	display: none;
}
.header {
	padding-top: 15px;
}
	.caption h1 {
	font-size: 32px;
	margin-bottom:20px;
}
.caption a {
	font-size: 14px;
	padding: 5px 10px;
}
.quick-links {
	position: static;
	float: left;
	width: 100%;
}
.quick-links ul li{
	width: 50%;
	float: left;
}
.quick-links ul li a {
	background: #c9a150;
	border-radius: 0;
}
.quick-links ul li:first-child{
	padding-bottom: 15px;
}
.quick-links ul li:nth-child(2){
	padding-right: 0;
	padding-bottom: 15px;
}
.caption {
	padding-top: 100px;
}
.header-block {
	height: 50px;
}
.email, .phone {
	font-size: 12px;
	padding: 5px;
}
.toggle {
	margin-top: 4px;
}
nav.menu ul {
	top: 50px;
}
.logo {
	width: 44%;
}
.aboutus .container {
	padding: 20px 0 10px 0;
}
.aboutus strong {
	margin-bottom: 5px;
	font-size: 14px;
}
.h-grey {
	font-size: 14px;
}
.aboutus h2 {
	font-size: 28px;
}
.footer-details {
	padding: 30px 0;
}
.projects {
	padding: 30px 0;
}
.projects h2 {
	margin-bottom: 15px;
}
.partners {
	padding: 30px 0;
}
.testimonials {
	padding: 30px 0;
}
.testimonials h2 {
	margin-bottom: 15px;
	font-size: 22px;
}
.contacts .wrapper .location, .contacts .wrapper .contact-details{
	width: 100%;
}
.contacts .wrapper .contact-details{
	padding-left: 0;
	padding-top: 15px;
}
.address .section-two, .address .section-one{
	width: 50%;
	float: left;
}
.location iframe {
	min-height: 500px;
}
}
@media only screen and (max-width: 599px) {
	.process li {
		width: 100%;
		margin-bottom: 15px;
	}
	.cms-water .process li:nth-child(2n) {
		width: 100%;
		text-align: center;
	}
	.mitigation .content {
		float: none;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.process li.mitigation .icon {
		float: none;
	}
	.process li.mitigation {
		width: 100%;
		float: left;
		display: block;
		align-items: center;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 549px) {
	.address .section-two, .address .section-one{
		width: 100%;
		float: left;
	}
	.location iframe {
		min-height: 350px;
	}
}
@media only screen and (max-width: 479px) {
.caption h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
.quick-links ul li {
	width: 100%;
	float: left;
	padding-right: 0;
	padding-bottom: 15px;
}
.quick-links ul li:last-child{
	padding-bottom: 0;
}
.services .right, .services .right li {
	width: 100%;
}
.footer-links li {
	float: left;
	width: 100%;
}
}
@media only screen and (max-width: 379px) {
.caption h1 {
	font-size: 15px;
	margin-bottom: 20px;
}
.caption {
	padding-top:50px;
}
.header-top {
	padding: 5px 0;
}
.header-top .email {
	display: none;
}
.phone {
	float: left;
	width: 100%;
	text-align: center;
}
}
@media only screen and (max-width: 379px) {
	.main-wrapper{
		min-width: 320px;
	}
}
/*============ Ends =============*/

.banner-container-wrap .banner-container{
	width:100%;
	max-width: 100%;
}
.banner-container-wrap .header{
	position:absolute;
}