/*****************

Inner page Banner

*****************/

.banner-component {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: none no-repeat center center transparent;
  background-size: cover !important;
  background-position: center center;
}

.banner-component:before,
.banner-component:after {
  display: none;
}

.banner-component .view-header {
  display: none;
}

.banner-component>.form-group {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.banner-component>.form-group>div {
  height: 100%;
}

.banner-component>.form-group:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--greenColor);
  opacity: 0.8;
}

.banner-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  margin: 0 auto;
  padding: 0 100px;
}

/* banner listing */

.banner-listing .view-content {
  width: 100%;
  padding: 0 200px;
  /*max-width: 800px;*/
}

.banner-listing .views-row {
  color: var(--white1);
}

.banner-listing .views-row .list-item,
.banner-listing .views-row .field-content {
  display: flex;
  flex-wrap: wrap;
}

.banner-listing .listing-item-left {
  width: 242px;
  align-self: center;
}

.banner-listing .listing-item-right {
  width: calc(100% - 242px);
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-listing .listing-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 313px;
}

.banner-listing .listing-item-type {
  font-size: 12px;
  font-family: var(--font-andes-bold);
  text-transform: uppercase;
}

.banner-listing .listing-field-content {
  padding: 10px 0;
}

.banner-listing .listing-field-title {
  margin-bottom: 10px;
}

.banner-listing .listing-field-title a {
  font-size: 34px;
  line-height: 40px;
  font-family: var(--font-andes-regular);
  color: var(--white1);
}

.banner-listing .listing-field-title a:hover {
  color: var(--orange);
  text-decoration: none;
}

.banner-listing .listing-field-description {
  font-weight: var(--font-open-regular);
  font-size: 18px;
  line-height: 24px;
}

/* carousel */

.banner-listing-carousel .slick-prev {
  left: 0;
}

.banner-listing-carousel .slick-next {
  right: 0;
}

.banner-listing-carousel .slick-prev,
.banner-listing-carousel .slick-next {
  background-color: #b5ced0;
}

/* normal-banner */

.banner-normal>.form-group:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1); */
  /* IE6-9 */
}

.banner-normal .banner-content-inner {
  width: 100%;
  height: 100%;
  padding: 0 200px;
  display: flex;
  align-items: center;
}

.banner-title {
  margin: 0;
  font-size: 56px;
  color: var(--white1);
  font-family: var(--font-andes-light);
}

.banner-normal .banner-image-field {
  display: none;
}

.banner-normal .banner-view {
  height: 100%;
}

.inner-page-banner .banner-content-inner {
  padding: 0;
  max-width: 750px;
}

.inner-page-banner .banner-content {
  justify-content: flex-start;
}

/*slider issue*/

.banner-listing-carousel>.view-content:not(.slick-initialized) {
  opacity: 0;
}

/* slick dots */

.inner-page-banner .slick-dots {
  left: 0;
  bottom: -60px;
}

.inner-page-banner .slick-dots button {
  width: 10px;
  height: 10px;
}

.inner-page-banner .slick-dots li {
  margin: 0 6px;
}
