body {
position: relative;
 padding-top: 6rem;
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color:rgb(66,73,88);
	 background-size: cover;
	  margin-bottom: 60px;
	  height: 100%;
  }
 
	  
 .map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
	height:80%;
    width:100%;
    position:absolute;
}
.parallax0 {
    background-image: url("../img/livingroom.jpeg");
    position: relative;
	opacity: 0.5;
	min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax1 {
    background-image: url("../img/consumerunit.jpg");
    position: relative;
	opacity: 0.65;
	min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    background-image: url("../img/testing2.jpg");
    position: relative;
	opacity: 0.5;
	min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    background-image: url("../img/bulbs2.jpg");
    position: relative;
	opacity: 0.65;
	min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    background-image: url("../img/outsidelight.jpeg");
    position: relative;
	opacity: 0.65;
	min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.paracaption {
  position: absolute;
  opacity: 0.9;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
} 

.paracaption span.paraborder {
  background-color: #FFF;
  color: rgb(66,73,88);
  padding: 10px;
  font-size: 40px;
  letter-spacing: 10px;
}

.paracaption span.parainset {
  background-color: #FFF;
  color: rgb(66,73,88);
  padding: 10px;
  font-size: 20px;
  letter-spacing: 5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 60px; 
  text-align:center;
  background-color: rgb(66,73,88);
}

.card-header {
	background-color:rgb(66,73,88);
	color: #FFF;

}
.emergency {
	
	  background-color: rgb(239,131,36,0.8) !important ;
      padding: 100px 25px;
    
}

.emergency h1{
	
	 color:#FFF;
    
}

.emergency h3{
	
	 color:#FFF;
    
}


.telno {
	 color: #FFF;
	 font-size:36px;
     font-weight: 600;
     margin-left: 50px;
  }

h1 {
      
     
      font-weight: 600;
      margin-bottom: 20px;
	  
}

    h2 {
     
      font-weight: 600;
      margin-bottom: 20px;
  }
  
  h3 {
    
      font-weight: 600;
      margin-bottom: 20px;
  }
  h4 {
      
      line-height: 1.375em;
      font-weight: 400;
      margin-bottom: 20px;
  }  
  
  .jumbotron1 {
      background-color: rgb(239,132,36,0.8) !important;
	  padding: 40px;
  }
  .jumbotron1 h1 {
     
      color: #FFF ;
	  font-weight: 600;
      margin-bottom: 20px;
	  
}
.jumbotron1 h3 {
     
      color: #FFF ;
	  font-weight: 600;
      margin-bottom: 20px;
	  
}
 
  
 
  .container-fluid {
      padding: 60px 50px;
	
  }
  
  .experience {
      padding: 60px 50px;
	   background-color: rgb(239,132,36,0.8) !important;
	
  }
  .experience h3{
     color: #FFF;
	
  }
 
 
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  
  
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .carousel-item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .carousel-item span {
      font-style: normal;
  }

  .navbar {
      margin-bottom: 0;
      background-color: rgb(66,73,88);
      z-index: 9999;
      border: 0;
      font-size: 14px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  
  
  .navbar a, .navbar {
      color: #fff !important;
  }
  .navbar-nav a:hover, .navbar-nav .active a {
      color: rgb(239,132,35) !important;
      background-color: #fff !important;
  }
 
 .nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color: rgb(239,132,36); !important}
	  
.custom-toggler.navbar-toggler {
    border-color: rgb(239,132,36);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239,132,35, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
 

