/***************************/

.company-name {
	font-size: 34px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	color: white;
}


#subscribenewsletter {
	display:none;
	color:rgba(155, 19, 164, 1);
	font-size:1.1em;
	font-weight:bold;
}

#newserrormessage {
	display:none;
	color:red;
}

 #subscribenewsletter.show,   #newserrormessage.show,    #footer .show {
  display: block;
}

#aboutus {
	padding-bottom:0px;
	text-align:left;
}


/* Header mods */

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 90px;
  transition: all .5s;
}

@media (max-width: 768px) {
  
  #header #logo h1 a, #header #logo h1 a:hover {
    padding-left: 0px;
	border:none;
  }
  
  #logo {
	  max-width: 80%;
	  text-align:left;
  }
  
}

@media (max-width: 500px) {
	#header.header-scrolled {
		height: 120px;
	}
}


/* #about section */
#about {
	padding-top: 60px;
	padding-bottom: 100px;
	padding-left: 0;
	padding-right: 0;
	
}

.about-col {
	min-height: 425px;
}
@media (max-width:1199px) {
	.about-col {
	min-height: 450px;
	}
}
@media (max-width:991px) {
	.about-col {
	min-height: 475px;
	}
}

/* #services section */
#services {
	padding-top: 100px;
	padding-bottom: 200px;
	padding-left: 0;
	padding-right: 0;
	
}



/* contact section */
#contact {
	padding-top:100px;
}
@media (max-width:532px) {
	#contact {
		padding-top:200px;
	}
}


/* Coverage Section
--------------------------------*/
#coverage {
  padding: 0;
  padding-top: 60px;
  background-color:#b4d7e3; 
  height:800px;"

}

#coverage .section-header {
  margin-bottom: 40px;
}

#coverage .testimonial-item {
  text-align: center;
}

#coverage .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#coverage .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#coverage .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#coverage .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#coverage .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#coverage .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #coverage .testimonial-item p {
    width: 80%;
  }
}

#coverage .owl-nav, #coverage .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#coverage .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#coverage .owl-dot.active {
  background-color: #18d26e;




