body {
  padding: 0;
  margin: 0;
}

:root {
  --one-color: rgb(0, 110, 255);
  --two-color: orange;
  --three-color: rgb(218, 233, 255);
  --four-color: rgb(255, 242, 219);
  --five-color: #fbe6e6;
  --six-color: #e95557;
  --seven-color: rgb(27, 27, 27);
  --eight-color: green;
}

.service-details {
  padding: 100px 0px;
  width: 100%;
  position: relative;
  direction: rtl !important;
}

.service-details .float-box {
  position: absolute;
  top: -70px;
  left: 100px;
  z-index: 10;
  text-align: center;
}

.service-details .float-box .icon {
  margin-bottom: 5px;
  font-size: 45px;
}

.service-details .float-box .call a {
  text-decoration: none;
  color: black;
  transition: 0.4s;
  text-align: center;
  font-family: "Cairo", sans-serif;
  font-weight: 700 !important;
}

.service-details .float-box .call a:hover {
  color: var(--two-color);
}

.service-details .float-box .call a h4 {
  font-size: 17px;
  font-size: 900;
  font-family: "Cairo", sans-serif;
  font-weight: 700 !important;
}

.service-details .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  border-bottom: 2px dashed gainsboro;
  padding-bottom: 70px;
}

.service-details .row .col-img {
  text-align: center;
}

.service-details .row .col-img img {
  width: 100%;
  border-radius: 10px;
}

.service-details .row .diff-img img {
  margin-bottom: 20px;
}

.service-details .row .col-video iframe {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

.service-details .row .details {
  padding: 20px;
}

.service-details .row .details .title {
  font-size: 30px;
  margin-bottom: 20px;
  display: flex;
}

.service-details .row .details .title img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.service-details .row .details .title-desc {
  font-size: 17px;
  opacity: 0.7;
  line-height: 0.8cm;
  /* display: flex; */
  /* padding-right: 30px; */
}

.service-details .row .details .title-desc a {
  text-decoration: none;
  color: var(--six-color);
  transition: 0.4s;
  font-size: 19px;
}

.service-details .row .details .title-desc a:hover {
  color: var(--one-color);
}

.service-details .row .details .title-desc img {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.service-details .row .details .desc-list {
  list-style: none;
  padding-right: 30px;
  padding-left: 0;
  margin-bottom: 0;
}

.service-details .row .details .desc-list li {
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
  /* align-items: center; */
}

.service-details .diff .details .desc-list li {
  align-items: center;
  font-size: 18px;
  margin-bottom: 0px;
}

.service-details .row .details .desc-list li i {
  font-size: 22px;
  margin-left: 10px;
  color: var(--six-color);
}

@media (max-width: 1199px) {
  .service-details .row .details .title-desc {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .service-details {
    padding: 60px 0px;
  }

  .service-details .row .col-img .display {
    display: none;
  }

  .second-header .sec-cover::after {
    display: none !important;
  }

  .service-details .float-box {
    display: none;
  }
}

@media (max-width: 575px) {
  .service-details {
    padding: 40px 0px;
  }
  .service-details .row .details .title {
    font-size: 22px;
  }

  .service-details .row .details .desc-list {
    padding-right: 20px;
  }

  .service-details .row .details .desc-list li {
    font-size: 14px;
  }
}

/* service details end */

/* company features start */

.company-features {
  padding: 80px 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
  direction: rtl !important;
  background: rgb(255, 247, 247);
}

.company-features .feature-head {
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-features .feature-head .head-title {
  padding-left: 10px;
  width: auto;
  border-radius: 20px;
  position: relative;
  display: flex;
  /* align-items: center; */
  margin-bottom: 5px;
}

.company-features .feature-head span {
  font-size: 15px;
  padding-left: 20px;
  border-radius: 20px;
  background: var(--five-color);
}

.company-features .feature-head .head-title img {
  width: 40px;
  height: 40px;
  filter: invert();
  background: #15a9a7;
  padding: 7px;
  border-radius: 0px 10px 10px 0px;
  margin-left: 10px;
}

.company-features .feature-head .head-line h2 {
  font-size: 27px;
  margin-top: 10px;
}

.company-features .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-features .row .colom {
  margin-bottom: 30px;
}

.company-features .row .col-feature {
  display: flex;
  align-items: center;
}

.company-features .row .col-feature .feature-img {
  background: var(--six-color);
  padding: 20px;
  border-radius: 50%;
  margin-left: 20px;
}

.company-features .row .colom:nth-child(2) .col-feature .feature-img {
  background: var(--one-color);
}

.company-features .row .colom:nth-child(3) .col-feature .feature-img {
  background: var(--two-color);
}

.company-features .row .colom:nth-child(4) .col-feature .feature-img {
  background: var(--eight-color);
}

.company-features .row .colom:nth-child(5) .col-feature .feature-img {
  background: var(--seven-color);
}

.company-features .row .colom:nth-child(6) .col-feature .feature-img {
  background: rgb(179, 0, 255);
}

.company-features .row .col-feature .feature-img img {
  width: 60px;
  height: 60px;
  filter: invert();
}

.company-features .row .col-feature .feature-info h4 {
  font-size: 22px;
  margin-bottom: 5px;
  color: var(--six-color);
}

.company-features .row .colom:nth-child(2) .col-feature .feature-info h4 {
  color: var(--one-color);
}

.company-features .row .colom:nth-child(3) .col-feature .feature-info h4 {
  color: var(--two-color);
}

.company-features .row .colom:nth-child(4) .col-feature .feature-info h4 {
  color: var(--eight-color);
}

.company-features .row .colom:nth-child(5) .col-feature .feature-info h4 {
  color: var(--seven-color);
}

.company-features .row .colom:nth-child(6) .col-feature .feature-info h4 {
  color: rgb(179, 0, 255);
}

.company-features .row .col-feature .feature-info p {
  opacity: 0.7;
  font-size: 15px;
  padding-left: 10px;
}

/* company features end */
