.home-banner {
  padding-top: 120px;
  position: relative;
  background: #192f3d;
}

.home-banner__container {
  position: relative;
  z-index: 2;
}

.home-banner__heroimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-banner__caption {
  display: none;
}

.home-banner__form {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 30px;
  background: rgba(235, 239, 239, 0.95);
  bottom: -50px;
  position: relative;
}

.home-banner__form-heading {
  font-family: Raleway, sans-serif;
  font-size: 27px;
  margin-bottom: 20px;
}

.home-banner__form-detail {
  margin-bottom: 20px;
}

.home-banner__form fieldset {
  display: block;
  margin-bottom: 15px;
}

.home-banner__form fieldset input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  border: 1px solid #899495;
  font-family: Nunito, sans-serif;
}

.home-banner__form .blue-btn {
  width: 100%;
  cursor: pointer;
}

.home-why-callus {
  background: #fff;
}

.icon-info-card__item {
  padding-bottom: 30px;
}

.icon-info-card__item:last-child {
  padding-bottom: 0;
}

.icon-info-card__item-in {
  text-align: center;
}

.icon-info-card__icon {
  max-height: 80px;
}

.icon-info-card__title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #192f3d;
}

.imagelink-block {
  margin: -15px 0;
  padding-top: 20px;
}

.imagelink-block__item {
  padding: 15px 0;
}

.imagelink-block__link {
  display: block;
  padding-top: 100%;
  position: relative;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.imagelink-block__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(25, 47, 61, 0.88);
}

.imagelink-block__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.imagelink-block__caption {
  display: block;
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-why-callus {
  padding-top: 100px;
}

.image-info-list-layout {
  margin: -15px 0;
}

.image-info-list-layout__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}

.image-info-list-layout__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-info-list-layout__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}

.image-info-list-layout__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
}

.image-info-list-layout__title {
  font-size: 18px;
  color: #535353;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-what-we-do__teaser-top,
.home-what-we-do__teaser-bottom {
  text-align: center;
  margin: 30px 0;
}

.home-examples,
.home-locations {
  background: #fff;
}

.home-examples__teaser-bottom {
  margin-top: 30px;
  text-align: center;
}

.image-title-block {
  margin: -15px 0;
}

.image-title-block__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}

.image-title-block__link {
  display: block;
  position: relative;
}

.image-title-block__image {
  display: block;
  width: 100%;
}

.image-title-block__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  color: #fff;
  background: #192f3d;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.locations {
  padding: 50px 15px;
  position: relative;
}

.locations__bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.locations__list {
  margin: -15px 0;
  padding-top: 20px;
}

.locations__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.locations__heading,
.locations__list {
  position: relative;
  z-index: 2;
}

.testimonials__quote {
  line-height: 1.45;
  text-align: center;
}

.testimonials__quote header:after {
  content: "";
  display: inline-block;
  width: 78px;
  height: 14px;
  background-image: url("../../../images/home/rates.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.testimonials__author {
  font-size: 22px;
  color: #535353;
  text-align: center;
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

.home-reviews__btn {
  display: block;
  width: 100%;
}

.testimonials {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  padding-top: 25px;
  margin-bottom: 25px;
}

.home-cta {
  background: #0fa2e6;
}

.home-cta__text {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

#feedback {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  display: none;
}

#feedback.success {
  background: #59c61e;
}

#feedback.error {
  background: #ee0d22;
}

.help-block {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}

.help-block-error {
  color: #ee0d22;
}

/*******************
************
RESPONSIVE BREAKDOWN
********************
***********/
/*For Mobile Portrait - mp-small*/
/*For Mobile Portrait - mp*/
/*Form Mobile Landscape - ml */
@media (min-width: 600px) {
  .home-reviews {
    text-align: center;
  }
  .home-reviews__btn {
    display: inline-block;
    width: auto;
  }
}

/*Tablet Portrait - tp*/
@media (min-width: 768px) {
  .imagelink-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: -15px;
  }
  .imagelink-block__item {
    max-width: 50%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .image-title-block {
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-title-block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .locations__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .locations__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 50%;
  }
  .testimonials__quote {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
  .icon-info-card {
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding-top: 20px;
  }
  .icon-info-card__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site-footer__copyright {
    font-size: 12px;
  }
}

/*Table Landscape - tl */
@media (min-width: 992px) {
  .home-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home-banner__form {
    bottom: 0;
    max-width: 420px;
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home-banner__caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: calc(100% - 420px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 45px 60px 30px;
    display: block;
    border-left: solid 2px #30afea;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    font-family: Raleway, sans-serif;
  }
  .home-banner {
    padding-top: 165px;
  }
  .home-banner__caption {
    font-size: 32px;
    letter-spacing: 1.7px;
  }
  .icon-info-card__item {
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    position: relative;
  }
  .icon-info-card__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    z-index: 1;
  }
  .icon-info-card__item:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    background: #fff;
    -webkit-box-shadow: 0 3px 6px #00000029;
            box-shadow: 0 3px 6px #00000029;
  }
  .icon-info-card__item-in {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .icon-info-card__title {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    font-size: 22px;
  }
  .icon-info-card__item:hover .icon-info-card__title {
    color: #f48038;
  }
  .home-why-callus {
    padding-top: 75px !important;
  }
  .home-what-we-do__teaser-top,
  .home-what-we-do__teaser-bottom,
  .home-examples__teaser-bottom,
  .image-info-list-layout {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .image-info-list-layout__image {
    max-width: 40%;
  }
  .image-info-list-layout__text {
    max-width: 60%;
  }
  .image-info-list-layout__title {
    font-size: 22px;
  }
  .locations__item {
    max-width: 33.3%;
  }
  .home-cta__text {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
  }
  .imagelink-block__link:before {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
  }
  .imagelink-block__link:hover:before {
    opacity: 0;
  }
  .imagelink-block__link:hover .imagelink-block__caption {
    display: none;
  }
  .image-title-block__title {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-title-block__link:hover .image-title-block__title {
    height: 100%;
  }
  .testimonials__quote {
    padding: 15px 10px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
  }
  .testimonials__quote:hover {
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
  }
  .testimonials {
    padding-top: 10px;
  }
  .home-reviews__btn {
    margin-top: 10px;
  }
  .image-info-list-layout__link {
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
  }
  .image-info-list-layout__link:hover {
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
  }
  .image-info-list-layout__link:before {
    content: "";
    display: block;
    width: calc(40% - 15px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
  }
  .image-info-list-layout__link:hover:before {
    background: #f48038;
    opacity: 0.85;
  }
  .image-info-list-layout__link:after {
    content: "MORE ABOUT THIS SERVICE";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(40% - 15px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    color: #fff;
    font-weight: 400;
    opacity: 0;
  }
  .image-info-list-layout__link:hover:after {
    opacity: 1;
  }
}

/*Desktop Small - ds*/
@media (min-width: 1200px) {
  .image-title-block__item {
    max-width: 33.3%;
  }
}

/*Desktop Large - dl*/
/*# sourceMappingURL=home.css.map */