/*
** Services
*/
#services {
  height: 46.875rem;
}
#services ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#services ul li a {
  margin-bottom: 1rem;
  display: block;
}
#services ul li a .style-icon {
  display: block;
  float: left;
  padding: .25rem;
  width: 1.063rem;
  height: 1.063rem;
  margin-right: .938rem;
  border-radius: 50%;
  border: 1px solid transparent;
}
#services ul li a .style-icon span {
  width: .438rem;
  height: .438rem;
  border-radius: 50%;
  background-color: #999999;
  display: block;
}
#services ul li a:hover .style-icon,
#services ul li a:focus .style-icon,
#services ul li a:active .style-icon,
#services ul li a.active .style-icon {
  border-color: #E6E6E6;
}
#services ul li a:hover .style-icon span,
#services ul li a:focus .style-icon span,
#services ul li a:active .style-icon span,
#services ul li a.active .style-icon span {
  background-image: linear-gradient(90deg, #87cefa 0%, #7eb6ee 55.300000000000004%, #77a2e4 100%);
  background-color: transparent;
}
#services ul li a .write {
  color: #999;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.063rem;
  width: 16rem;
  float: left;
}
#services ul li a:hover .write,
#services ul li a:focus .write,
#services ul li a:active .write,
#services ul li a.active .write {
  color: #77A2E4;
}
#services ul li a .arrow-icon , #otherProd ul li a .arrow-icon{
  display: block;
  float: left;
  width: 1.75rem;
  height: .938rem;
  margin-top: 1px;
  background-image: url(../img/icon-arrow-right-type-3.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
#services ul li a.active .arrow-icon , #otherProd ul li a.active .arrow-icon {
  opacity: 1;
}
#services .list-area {
  display: grid;
  padding-top: 6rem;
  width: 20rem;
  position: relative;
  z-index: 4;
}
#services .inner-services {
  display: grid;
  width: calc(100% - 20rem);
  height: 520px;
  background-image: url(../img/frame-2.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -130px;
}
#services .services-item {
  display: none;
  width: 100% !important;
}
#services .services-item.active {
  display: flex !important;
}
#services .img-area {
  display: grid;
  width: 13rem;
  margin-top: 10rem;
  margin-left: 15rem;
}
#services .img-area img {
  max-height: 11rem;
}
#services .type-1 .img-area img {
  margin-top: 2rem;
}
#services .type-2 .img-area img {
  margin-left: 0;
}
#services .type-3 .img-area img {
  margin-left: 1.5rem;
}
#services .type-4 .img-area img {
  margin-left: 2rem;
}
#services .type-5 .img-area img {
  margin-left: 0;
  margin-top: 2rem;
}
#services .type-6 .img-area img {
  margin-top: 1rem;
}
#services .type-7 .img-area img {
  margin-left: 3rem;
  margin-top: 1rem;
}
#services .type-8 .img-area img {
  margin-left: 0;
}
#services .type-9 .img-area img {
  margin-left: 2rem;
  margin-top: 3rem;
}
#services .info-area {
  display: grid;
  width: 25.938rem;
  height: 17.5rem;
  margin-left: 3rem;
  margin-top: 8rem;
}
#services .info-area h5.title {
  color:#2B2160;
  font-size: 1.125rem;
  font-weight: bold;
}
#services .info-area p.text {
  color: #858CA9;
  font-size: 1.125rem;
}
#services .info-area a.more-btn {
  color: #77A2E4;
  font-size: .875rem;
  font-weight: bold;
  text-decoration: none;
}
#services .info-area a.more-btn span {
  display: inline-block;
  margin-left: .625rem;
  background-image: url(../img/icon-arrow-right.svg);
  width: .875rem;
  height: .469rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width:1199px) {
  #services .img-area {
    width: 34.5rem;
  }
  #services .info-area {
    width: 18.938rem;
    margin-top: 5rem;
  }
  #services .list-area {
    padding-top: 6rem;
  }
}
@media (max-width:991px) {
  #services .list-area {
    padding-top: 2rem;
    width: 15rem;
  }
  #services ul li a .write {
    width: 10rem;
  }
  #services .inner-services {
    width: calc(100% - 15rem);
  }
  #services .img-area {
    width: 28.5rem;
  }
  #services .info-area {
    width: 14.938rem;
    margin-top: 2rem;
  }
  #services .info-area p.text {
    font-size: .925rem;
  }
}
@media (max-width:767px) {
  #services .carousel {
    width: 100%;
  }
  #services .carousel .img-area,
  #services .carousel .info-area {
    width: 100%;
    display: block;
    margin: 0;
  }
  #services .carousel .info-area {
    margin-top: 3rem;
  }
  #services .carousel .img-area img {
    margin: 0 auto;
    display: block;
  }
  #services .info-area h5.title,
  #services .info-area p.text {
    text-align: center;
  }
  #services .info-area a.more-btn {
    display: block;
    margin: 0 auto;
    width: 6.875rem;
  }
  #services .carousel-indicators {
    width: calc(100% - 6rem);
    bottom: 0;
    left: 3rem;
    display: flex;
  }
  #services .carousel-indicators li {
    bottom: 0;
    padding: .25rem;
    width: 1.063rem;
    height: 1.063rem;
    margin-right: .938rem;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: transparent;
    transition: background-color 0.9s ease;
    transition: border-color 0.9s ease;
  }
  #services .carousel-indicators li span {
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #D5E2F6;
    border: .25rem solid transparent;
    transition: background-color 0.9s ease;
    display: block;
    margin: .344rem;
  }
  #services .carousel-indicators li.active {
    border-color: #77A2E4;
  }
  #services .carousel-indicators li.active span {
    background-color: #77A2E4;
    border-color: #77A2E4;
  }
}
