.header .img-logo
{
  margin-top: 16px;
}

.header .nav-inner
{
  margin-right: 0;
}

.contact-form-area label
{
  display:none;
}

.contact-form-area select
{
  height: 50px;
  border: 1px solid rgba(204,204,204,0.58);
  width: 100%;
  display: block;
  padding: 0 40px 0 15px;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: normal;
}

.single-feature h4
{
  font-size: 1.2rem;
}

.call-action.overlay:before
{
  opacity: 0;
}

.call-action.overlay
{
  height: 400px;
  background: url('/images/918.jpg') no-repeat;
  background-size: contain;
}

.video-feature
{
  background: #1a584a;
}

.hero-slider .hero-text h4
{
  background-color: #196b68;
}

.hero-slider .hero-text h1, .hero-slider .hero-text p
{
  color: #EEE;
  text-shadow: 1px 1px #000;
}

.partner-slider1 .owl-nav {
  margin: 0;
  width: 100%;
}

.partner-slider1.owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.partner-slider1.owl-carousel .owl-nav .owl-next {
  right: -50px;
}

@media only screen and (max-width: 767px)
{
  .call-action.overlay
  {
    height: 300px;
    background: url('/images/919.jpg') no-repeat;
    background-size: contain;
  }

  .hero-slider .single-slider
  {
    background-color: #1f716e !important;
  }
}