.s-icon {
  position: absolute;
  right: 20px;
  bottom: 80px;
  max-width: 100px;
  width: auto;
  height: auto;
}

.service {
  margin-bottom: 50px;
}
.service h2 {
  margin-top: 20px;
  height: 27px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service img {
  border-radius: 12px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .content {
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service:hover .overlay {
  opacity: 1;
}

.service-main-contr {
  padding-top: 80px;
  padding-bottom: 50px;
}

.view-all {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #0E5782;
}
.view-all svg {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.offer-cn {
  padding-right: 100px;
  margin-bottom: 20px;
}

.cloud-section {
  padding-bottom: 60px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(31, 143, 209, 0.68);
  border-radius: 12px;
  opacity: 0;
  transition: 0.5s;
  color: #fff;
}
.overlay img {
  width: 85px;
  height: 85px !important;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
}
.overlay h2 {
  margin-top: 15px;
}
.overlay h3 {
  font-size: 18px;
}

.get-contr {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 3px 4px 6px rgba(2, 59, 84, 0.31);
  border-radius: 50px;
  height: 43px;
  display: inline-block;
  line-height: 40px;
  padding: 0px 20px;
  margin-top: 15px;
}
.get-contr svg {
  margin-left: 15px;
  transition: 0.5s;
  position: relative;
  top: -2px;
}
.get-contr:hover svg {
  margin-left: 30px;
}

html:lang(ar) body .get-contr svg {
  margin-left: 0;
  margin-right: 15px;
  transform: scaleX(-1);
}

@media (max-width: 1199px) {
  .service img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .list-cc {
    width: 50%;
  }
  .service-main-contr {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .list-cc {
    width: 100%;
  }
}
