.homepage-slider {
  margin: 50px 0;
  position: relative;
  background-color: #EFEFEF;
}
.homepage-slider .slick-slider {
  margin-bottom: 0!important;
}
.homepage-slider .slider-item {
  padding: 40px 0;
  height: 450px;
  background-color: #EFEFEF;
  outline: none;
}
@media screen and (max-width: 767px) {
  .homepage-slider .slider-item {
    padding: 50px 0 70px;
    height: auto;
  }
}
.homepage-slider .slider-wrapper {
  padding: 0 85px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .homepage-slider .slider-wrapper {
    padding: 0 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .slider-wrapper {
    padding: 0 20px;
  }
}
.homepage-slider .slider-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .homepage-slider .slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.homepage-slider .slider-image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 85px;
  height: 100%;
  width: 375px;
  border-right: 1px solid black;
}
.homepage-slider .slider-image-col img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
}
@media screen and (max-width: 767px) {
  .homepage-slider .slider-image-col img {
    display: block;
    max-width: 100%;
    max-height: 350px;
    width: auto;
  }
  .homepage-slider .slider-image-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .homepage-slider .slider-image-col {
    padding-right: 20px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .slider-image-col {
    padding-right: 0;
    width: 100%;
  }
}
.homepage-slider .slider-info-col {
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .homepage-slider .slider-info-col {
    padding-left: 20px;
  }
}
@media screen and (max-width: 797px) {
  .homepage-slider .slider-info-col {
    padding-left: 0px;
  }
}
.homepage-slider .info-head-box {
  margin-top: 30px;
  max-width: 500px;
}
.homepage-slider .info-head-box .slider-title,
.homepage-slider .info-head-box .slider-author,
.homepage-slider .info-head-box .slider-description {
  font-family: 'Noto Sans', sans-serif;
}
.homepage-slider .info-head-box .slider-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #1A1E5B;
}
@media screen and (max-width: 767px) {
  .homepage-slider .info-head-box .slider-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.homepage-slider .info-head-box .slider-author {
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .homepage-slider .info-head-box .slider-author {
    font-size: 14px;
  }
}
.homepage-slider .info-head-box .slider-description {
  font-size: 18px;
  font-weight: 700;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .homepage-slider .info-head-box .slider-description {
    font-size: 14px;
  }
}
.homepage-slider .info-footer-box {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .homepage-slider .info-footer-box {
    margin-bottom: 0;
  }
}
.homepage-slider .slick-dots {
  position: absolute;
  bottom: 0;
  display: inline-block;
  padding: 0;
  list-style: none;
  top: 50%;
  right: -120px;
  width: auto;
  height: 35px;
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%);
  transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (max-width: 991px) {
  .homepage-slider .slick-dots {
    right: -125px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .slick-dots {
    display: block;
    transform: none;
    width: 100%;
    right: 0;
    top: auto;
    bottom: 15px;
  }
}
.slick-dots li button {
  background: #FFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  opacity: 0;
}
.slick-dots li button:hover:before {
  opacity: 0;
}
.slick-dots li.slick-active button {
  background: #F85F52;
}
.slick-dots li.slick-active button:before {
  opacity: 0;
}
.slider-list {
    width: 100%;
    text-align: center;
}