ul {
  padding-left: 25px;
}
ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .fusion-tb-header .fusion-button {
    font-size: 16px !important;
  }
}
body.home .home-banner .logo {
  width: 550px;
}
@media screen and (max-width: 767px) {
  body.home .home-banner .logo {
    width: 400px;
  }
}
@media screen and (max-width: 576px) {
  body.home .home-banner .logo {
    width: 300px;
  }
}
body.home .home-banner .logo img {
  width: 100%;
}
body.home .home-banner .google-badge {
  width: 200px;
}
@media screen and (max-width: 576px) {
  body.home .home-banner .google-badge {
    width: 100px;
  }
}
body.home .awb-carousel .swiper-slide .fusion-image-wrapper img {
  height: 194px;
  object-fit: cover;
}
body.home .contact-section .img-col .fusion-imageframe img {
  height: 595px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body.home .contact-section .img-col .fusion-imageframe img {
    height: 400px;
  }
}
body.home .contact-section .info-col .fusion-text a {
  color: #fff !important;
}
body.home .team-slider {
  margin: 0 -15px;
}
body.home .team-slider .team-item {
  padding: 0 15px;
}
body.home .team-slider .team-item h5 {
  margin: 20px 0 10px;
  color: #fff;
}
body.home .team-slider .team-item .title {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
body.home .team-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 45px);
  width: 30px;
  height: 30px;
  font-size: 0;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}
body.home .team-slider .slick-arrow.slick-prev {
  left: 15px;
  font-family: awb-icons !important;
}
body.home .team-slider .slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 14px;
  color: #fff;
}
body.home .team-slider .slick-arrow.slick-next {
  right: 13px;
  font-family: awb-icons !important;
}
@media screen and (max-width: 600px) {
  body.home .team-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
body.home .team-slider .slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 14px;
  color: #fff;
}
/* Contact Form */
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px !important;
}
.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
  background: none !important;
  padding: 10px 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.5px;
}
.wpcf7-form .wpcf7-form-control-wrap input::placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px !important;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .submit-wrap {
  text-align: right;
}
.wpcf7-form .submit-wrap .wpcf7-submit {
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-family: articulat-cf, sans-serif;
  letter-spacing: 0.5px;
}
