.bixol-service-read-block {
  padding: 80px 0;
}

@media (max-width: 992px) {
  .bixol-service-read-block {
    padding: 40px 0;
    padding-bottom: 0;
  }
}

.bixol-service-read-block .blog-details-wrap {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .bixol-service-read-block .blog-details-wrap {
    padding-left: 0;
  }
}

.bixol-service-read-block .blog-details-wrap h3 {
  margin-bottom: 20px;
  color: var(--color-primary);
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bixol-service-read-block .blog-details-wrap h3 {
    font-size: 24px;
  }
}

.bixol-service-read-block .blog-details-wrap .title {
  margin-bottom: 20px;
  font-size: 34px;
}

@media (max-width: 767px) {
  .bixol-service-read-block .blog-details-wrap .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.bixol-service-read-block .blog-details-wrap .swiper-view {
  position: relative;
  margin-top: 30px;
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page {
  align-items: center;
  justify-content: space-between;
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease-in;
  padding: 30px 15px;
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-icon-wrapper .icon {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 30px;
  transition: all 0.3s ease-in;
}

@media (max-width: 767px) {
  .bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-icon-wrapper .icon {
    width: 70px;
    height: 70px;
  }
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-icon-wrapper .icon::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-second);
  z-index: 2;
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-icon-wrapper .icon i {
  background-color: var(--color-primary);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-service-content {
  flex: 1;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
  padding: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-service-content {
    padding: 20px;
    padding-left: 50px;
  }
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-service-content .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-service-content a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 20px;
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-service-content a h5 {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 210px;
  text-align: center;
  border-radius: var(--button-radius);
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .bixol-service-item .bixol-service-content a .iconfont {
  margin: 0 5px;
}

.bixol-service-read-block .blog-details-wrap .swiper-view .page .hide {
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .bixol-service-read-block .blog-sidebar {
    margin-bottom: 20px;
  }
}

.bixol-service-read-block .blog-sidebar .blog-widget {
  margin-bottom: 60px;
  position: relative;
}

.bixol-service-read-block .blog-sidebar .blog-widget::after {
  content: "";
  position: absolute;
  left: 00px;
  top: 0;
  width: 100%;
  height: 6px;
  background-color: var(--color-second);
}

@media (max-width: 767px) {
  .bixol-service-read-block .blog-sidebar .blog-widget {
    margin-bottom: 20px;
  }
}

.bixol-service-read-block .blog-sidebar .blog-widget .sw-title {
  display: inline-block;
  padding: 30px 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--color-primary);
  font-size: 22px;
}

@media (max-width: 767px) {
  .bixol-service-read-block .blog-sidebar .blog-widget .sw-title {
    padding: 20px 0;
  }
}

.bixol-service-read-block .blog-sidebar .sidebar-cat-list .list-wrap {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.bixol-service-read-block .blog-sidebar .sidebar-cat-list .list-wrap li+li a {
  border-top: 1px solid #eaeaea;
  margin-top: 1px;
}

.bixol-service-read-block .blog-sidebar .sidebar-cat-list .list-wrap li a {
  color: var(--color-primary);
  display: block;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  text-decoration: none;
}

.bixol-service-read-block .blog-sidebar .sidebar-cat-list .list-wrap li a.active,
.bixol-service-read-block .blog-sidebar .sidebar-cat-list .list-wrap li a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

.bixol-service-read-block .blog-sidebar .sidebar-cat-list .list-wrap li a.active::after,
.bixol-service-read-block .blog-sidebar .sidebar-cat-list .list-wrap li a:hover::after {
  right: 10px;
  /* opacity: 1; */
}

.bixol-service-read-block .blog-sidebar .sidebar-cat-list .list-wrap li a::after {
  content: "\e690";
  font-family: "iconfont";
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.bixol-service-read-block .blog-sidebar .contact-widget {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bixol-service-read-block .blog-sidebar .contact-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 21, 85, 0.6);
  z-index: -1;
}

.bixol-service-read-block .blog-sidebar .contact-widget .subtitle {
  font-size: 16px;
  color: var(--color-second);
}

.bixol-service-read-block .blog-sidebar .contact-widget .title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  display: block;
}

.bixol-service-read-block .blog-sidebar .contact-widget p {
  margin-top: 15px;
  color: #ffffff;
}

.bixol-service-read-block .blog-sidebar .contact-widget .download-btns {
  margin-top: 20px;
}

.bixol-service-read-block .blog-sidebar .contact-widget .download-btns a {
  width: 100%;
  display: block;
  background-color: #fff;
  color: var(--color-primary);
  font-size: 15px;
  padding: 12px 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
  margin-bottom: 20px;
}

.bixol-service-read-block .blog-sidebar .contact-widget .download-btns a:last-of-type {
  margin-bottom: 0;
}

.bixol-service-read-block .blog-sidebar .contact-widget .download-btns a:first-of-type {
  background-color: var(--color-second);
  color: #fff;
}

.bixol-service-read-block .blog-sidebar .contact-widget .download-btns a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

.bixol-service-read-block .blog-sidebar .contact-widget .download-btns a i {
  float: right;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.bixol-service-read-block .mix {
  display: none;
}

.bixol-case-read-warpper {
  display: flex;
}

.bixol-case-read-warpper .tabs {
  width: 240px;
  flex-shrink: 0;
}

@media screen and (max-width:991px) {
  .bixol-case-read-warpper {
    flex-direction: column;
  }

  .bixol-case-read-warpper .tabs {
    width: auto;
  }

  .bixol-service-read-block .blog-details-wrap {
    padding-left: 0;
  }

  .bixol-service-read-block .blog-widget {
    margin-bottom: 0 !important;
  }

  .bixol-service-read-block .blog-sidebar {
    margin-bottom: 24px;
  }

}