.header-layout1 .navbar .navbar-brand img {
  height: 70px;
}

.footer-widget-content p {
    color: #666666;
}

.footer .social-icons li {
  margin-right: 10px;
}

.feature-banner .feature-banner__icon svg,
.banner-layout2 .fancybox-item__icon svg {
  fill: #FFF;
  height: 70px;
}

.heading-layout3 .slide-item__desc {
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}

.careers .fancybox-item__icon svg {
  fill: #04ACB9;
  height: 70px;
}

.navbar .dropdown-menu .nav__item {
  margin-bottom: 15px;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  line-height: 1.4 !important;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.heading-layout2 .heading__desc {
  font-size: 16px;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
      padding: 35px 0 20px;
  }
}

.footer-copyrights {
  background-color: #04ACB9;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget-whatsapp {
    margin: 70px 10px !important;
  }
  .banner-layout7 .fancybox-light .fancybox-item .fancybox-item__title,
  .banner-layout7 .fancybox-light .fancybox-item .fancybox-item__title a,
  .banner-layout7 .fancybox-light .fancybox-item .fancybox-item__title h4 {
    color: #FFF !important;
  }
}

.widget-whatsapp {
  margin: 17px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 16000160;
}

.widget-whatsapp--sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.widget-whatsapp {
  width: 50px;
  height: 50px;
  background-color: #4dc247;
  display: block;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.widget-whatsapp:hover {
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.widget-whatsapp:hover .widget-whatsapp--icon {
  fill: #4dc247;
}

.widget-whatsapp--icon {
  fill: #fff;
  width: 41px;
  height: 50px;
}

.footer-primary {
  position: relative;
}

.footer-primary:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.06;
  background-image: url('../images/backgrounds/pattern-cropped.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.about-layout2, .careers {
  position: relative;
}

.about-layout2:before,
.careers::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url('../images/backgrounds/pattern-cropped.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}