.top-banner.simple {
  min-height: 480px;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.top-banner.simple .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.32;
  background-color: var(--black-color);
}
.top-banner.simple .title {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--light-color);
}
.top-banner.simple .title i {
  color: var(--green-color);
  font-style: normal;
}
.top-banner.simple .subtitle {
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-color);
  line-height: 1.6;
}
.top-banner.simple .subtitle i {
  color: var(--green-color);
  font-style: normal;
}
.top-banner.simple .btn-wrapper {
  margin-top: 45px;
}
.top-banner.simple.light .title, .top-banner.simple.light .subtitle {
  color: var(--light-color);
}

@media (max-width: 1200px) {
  .top-banner.simple {
    min-height: 400px;
  }
  .top-banner.simple .title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .top-banner.simple {
    min-height: 350px;
  }
  .top-banner.simple .subtitle {
    font-size: 16px;
  }
  .top-banner.simple .btn-wrapper {
    margin-top: 30px;
  }
  .top-banner.simple .img-wrap-1 {
    width: 50px;
    height: 50px;
  }
  .top-banner.simple .img-wrap-2 {
    width: 30px;
  }
  .top-banner.simple .img-wrap-3 {
    width: 89px;
  }
}
@media (max-width: 767px) {
  .top-banner.simple {
    min-height: 300px;
    padding: 30px 0;
  }
  .top-banner.simple .title {
    font-size: 40px;
  }
}
.top-banner.with-breadcrumbs {
  min-height: 480px;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.top-banner.with-breadcrumbs.only-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-banner.with-breadcrumbs.only-title .title {
  margin-top: 0;
}
.top-banner.with-breadcrumbs .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  background-color: var(--black-color);
}
.top-banner.with-breadcrumbs .title {
  font-size: 80px;
  font-weight: bold;
  margin-top: 125px;
  font-family: 'Roboto', sans-serif;
}
.top-banner.with-breadcrumbs .title i {
  color: var(--green-color);
  font-style: normal;
}
.top-banner.with-breadcrumbs .banner-breadcrumbs {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 112px;
  margin-bottom: 0;
}
.top-banner.with-breadcrumbs .banner-breadcrumbs li {
  color: #d8d8d8;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.top-banner.with-breadcrumbs .banner-breadcrumbs li:after {
  content: "/";
  margin: 0 10px;
  font-size: 10px;
}
.top-banner.with-breadcrumbs .banner-breadcrumbs li:last-child:after {
  content: none;
}
.top-banner.with-breadcrumbs .banner-breadcrumbs li a {
  color: var(--grey-color);
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.top-banner.with-breadcrumbs .banner-breadcrumbs li a:hover {
  opacity: 0.6;
}
.top-banner.with-breadcrumbs .banner-breadcrumbs li:nth-child(1) a {
  color: white;
}
.top-banner.with-breadcrumbs.light .title {
  color: var(--light-color);
}
.top-banner.with-breadcrumbs.light .banner-breadcrumbs li a {
  color: var(--light-color);
}

.container-breadcrumbs {
  border-bottom: 1px solid #eee;
}
.container-breadcrumbs .banner-breadcrumbs {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 20px 0 19px;
}
.container-breadcrumbs .banner-breadcrumbs li {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 15px;
}
.container-breadcrumbs .banner-breadcrumbs li:after {
  color: var(--grey-color);
  content: "\f3d1";
  font-family: "Ionicons";
  margin: 0 10px;
  font-size: 13px;
}
.container-breadcrumbs .banner-breadcrumbs li:last-child:after {
  content: none;
}
.container-breadcrumbs .banner-breadcrumbs li a {
  color: var(--dark-color);
  text-decoration: none;
}
.container-breadcrumbs .banner-breadcrumbs li a:hover {
  color: var(--grey-color);
}

@media (max-width: 1200px) {
  .top-banner.with-breadcrumbs {
    min-height: 400px;
  }
  .top-banner.with-breadcrumbs .title {
    font-size: 60px;
    margin-top: 130px;
  }
  .top-banner.with-breadcrumbs .banner-breadcrumbs {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .top-banner.with-breadcrumbs {
    min-height: 350px;
  }
  .top-banner.with-breadcrumbs .title {
    margin-top: 90px;
  }
  .top-banner.with-breadcrumbs .banner-breadcrumbs {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .top-banner.with-breadcrumbs {
    min-height: 300px;
    padding: 30px 0;
  }
  .top-banner.with-breadcrumbs .title {
    font-size: 40px;
  }
  .top-banner.with-breadcrumbs .banner-breadcrumbs {
    margin-top: 70px;
  }
}

/*# sourceMappingURL=banner.min.css.map */
