.bixol-our-sucessful-project-block {
  height: 500px;
  overflow: visible;
  padding-top: 0px;
  margin-bottom: 120px;
}
@media (max-width: 1399px) {
  .bixol-our-sucessful-project-block {
    height: auto;
    padding-bottom: 120px;
    padding-top: 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .bixol-our-sucessful-project-block {
    margin-bottom: 50px;
  }
}
.bixol-our-sucessful-project-block .top-view .title-style-2 {
  padding-right: 60px;
}
.bixol-our-sucessful-project-block .top-view .title-style-2 .bixol-subtitle {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  color: var(--color-primary);
}
.bixol-our-sucessful-project-block .top-view .title-style-2 h3 {
  color: #000;
  margin-top: 10px;
  text-transform: initial;
  font-size: 36px;
  width: 590px;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .bixol-our-sucessful-project-block .top-view .title-style-2 h3 {
    width: auto;
  }
}
@media (max-width: 991px) {
  .bixol-our-sucessful-project-block .top-view .title-style-2 h3 {
    font-size: 24px;
  }
}
.bixol-our-sucessful-project-block .top-view .h4-bf-desc p {
  color: #d0d0d0;
  width: 576px;
  line-height: 23px;
}
@media (max-width: 1399px) {
  .bixol-our-sucessful-project-block .top-view .h4-bf-desc p {
    width: auto;
  }
}
.bixol-our-sucessful-project-block .bottom-view {
  margin-top: 40px;
  z-index: 1;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single:hover::before {
  opacity: 1;
  height: 100%;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single:hover .project-content {
  opacity: 0;
  visibility: hidden;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single:hover .hover-content h5 {
  font-size: 24px;
  animation: 0.6s textUp linear;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single:hover .hover-content span {
  animation: 0.9s textUp linear;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single:hover .hover-content a {
  animation: 0.3s fadeInDown linear;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single:hover::after {
  opacity: 0;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -80px;
  width: 140%;
  height: 350px;
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 center;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .pic {
  height: 371px;
}
@media (max-width: 991px) {
  .bixol-our-sucessful-project-block .bottom-view .h4-project-single .pic {
    height: auto;
  }
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  transition: all 0.3s ease-in;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .project-content h5 {
  font-size: 24px;
  margin-top: 20px;
  color:#fff;
  font-weight: bold;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .project-content span {
  color: var(--color-second);
  font-size: 16px;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .hover-content a {
  text-decoration: none;
  color: var(--color-primary);
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .hover-content a h5 {
  color: #ffffff;
  margin-top: 25px;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .bixol-our-sucessful-project-block .bottom-view .h4-project-single .hover-content a h5 {
    font-size: 20px;
  }
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .hover-content span {
  color: var(--color-second);
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .bixol-our-sucessful-project-block .bottom-view .h4-project-single .hover-content span {
    margin-top: 0;
  }
}
@keyframes textUp {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .hover-content .iconfont {
  color: #fff;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .readmore-btn {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s ease-in;
}
.bixol-our-sucessful-project-block .bottom-view .h4-project-single .readmore-btn:hover {
  background-color: var(--color-primary);
}
.bixol-our-sucessful-project-block .slick-dots {
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  height: 18px;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  background-color: #f5f3f0;
}
@media (max-width: 991px) {
  .bixol-our-sucessful-project-block .slick-dots {
    background-color: transparent;
  }
}
.bixol-our-sucessful-project-block .slick-dots li {
  display: inline-block;
  width: 150px;
  height: 18px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bixol-our-sucessful-project-block .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .bixol-our-sucessful-project-block .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.bixol-our-sucessful-project-block .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 30px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.bixol-our-sucessful-project-block .slick-dots .slick-active button {
  background-color: var(--color-primary);
}
