.footer__cta.three .footer__cta-area {
  margin-bottom: -110px;
  background: #00bbee;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__cta.three .footer__cta-area-item {
  text-align: center;
  width: 33.33%;
  border-right: 2px solid #00b3e3;
  padding: 40px 0;
}

.footer__cta.three .footer__cta-area-item:last-child {
  border-right: 0;
}

.footer__cta.three .footer__cta-area-item i {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00b3e3;
  background: white;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.footer__cta.three .footer__cta-area-item span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.footer__cta.three .footer__cta-area-item h6 a,
.footer__cta.three .footer__cta-area-item h6 {
  font-size: 20px;
  line-height: 30px;
  color: white;
}

.footer__area.three {
  background: #1f242c center no-repeat;
  padding-top: 190px;
  font-size: 16px;
  line-height: 28px;
  color: white;
}

.footer__area.three .footer__area-widget {
  margin-bottom: 40px;
}

.footer__area.three .footer__area-widget h6 {
  color: white;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 800;
}

.footer__area.three .logo img {
  max-width: 140px;
}

.footer__area.three .footer__area-widget-company p {
  margin: 0;
  max-width: 255px;
}

.footer__area.three .social__icon ul li a i {
  width: 45px;
  height: 45px;
  transition: background-color 0.3s;
}

.footer__area.three .footer-widget-menu ul li {
  list-style: none;
  margin-bottom: 5px;
}

.footer__area.three .footer-widget-menu ul li:last-child {
  margin-bottom: 0;
}

.footer__area.three .footer-widget-menu ul li a {
  color: white;
  transition: color 0.3s;
  font-size: 15px;
}

.footer__area.three .footer__area-widget-subscribe form {
  display: flex;
}

.footer__area.three .footer__area-widget-subscribe form input {
  flex: 1;
  height: 60px;
  margin-right: 10px;
}

.footer__area.three .footer__area-widget-subscribe form button {
  border: none;
  height: 60px;
  padding: 0;
  cursor: pointer;
}

.footer__area.three .footer__area-widget-subscribe label {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
}

.copyright__area.three {
  padding: 35px 0;
  border-top: 1px solid #414141;
  text-align: center;
}

.copyright__area.three p {
  margin: 0;
  color: #999;
  font-size: 0.9rem;
}

.copyright__area.three p a {
  color: #00bbee;
  text-decoration: underline;
  margin: 0 2px;
  transition: color 0.3s;
}

.copyright__area.three p a:hover {
  color: #0088cc;
}

.copyright__area.three .copyright__area-menu {
  margin-top: 10px;
  text-align: center;
}

.copyright__area.three .copyright__area-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.copyright__area.three .copyright__area-menu ul li a {
  color: #999;
  transition: color 0.3s;
}

.copyright__area.three .copyright__area-menu ul li a:hover {
  color: #00bbee;
}

@media (max-width: 991px) {
  .footer__cta.three .footer__cta-area-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .footer__cta.three .footer__cta-area-item {
    width: 100%;
  }
}
