.orang-fms {
  display: flex;
  position: relative;
  height: 600px;
  width: 1024px;
  margin: auto;
  overflow: hidden;
}
.orang-fms > div {
  position: absolute;
  transition: all 1s ease;
}
.orang-fms .orang-fleet-laptop {
  width: 768px;
  left: -30px;
}
.orang-fms .orang-fleet-tablet {
  width: 280px;
  margin: 0 auto;
  right: 46px;
  bottom: 46px;
}
.orang-fms .orang-fleet-mobile {
  width: 200px;
  right: 274px;
  bottom: 10px;
}
.orang-fms .orang-fleet-mobile2 {
  width: 200px;
  right: 5px;
  bottom: 10px;
}
.orang-product-banner {
  clear: both;
  display: flex;
  text-align: center;
  margin: 20px auto;
  max-width: 1400px;
  box-shadow: 1px 4px 7px #ccc;
}
.orang-product-brief {
  width: 350px;
  padding: 20px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
.orang-product-brief .orang-product-detail > ul {
  padding: 0;
}
.orang-product-brief .orang-product-detail > ul > li {
  list-style-type: none;
  line-height: 28px;
}
.orang-product-brief .orang-product-icon {
  background-color: #900000;
  width: 128px;
  height: 128px;
  box-sizing: content-box;
  display: inline-flex;
  border-radius: 128px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.orang-product-brief .orang-product-icon img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.orang-trusted {
  overflow: hidden;
  background-color: #ccc;
  display: flex;
}
.orang-trusted .brand-note {
  margin: auto;
  width: 320px;
}
.orang-trusted .orang-trausted-brands {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}
.orang-trusted .orang-trusted-logo {
  margin: 20px;
  display: inline-block;
}
.orang-trusted .orang-trusted-logo > img {
  height: 100px;
  width: auto;
}
.gps-device {
  direction: rtl;
}
.gps-device img {
  width: auto !important;
}
.gps-device .hardware-desc > ul > li {
  list-style: none;
}
.gps-device .hardware-desc > ul > li:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .orang-product-banner {
    flex-wrap: wrap;
  }
  .orang-product-banner .orang-product-brief {
    width: 50%;
  }
}
@media all and (max-width: 760px) {
  .orang-fms {
    width: 100% !important;
    height: 400px  !important;
  }
  .orang-fms .orang-fleet-laptop {
    left: auto !important;
    width: 100%;
  }
  .orang-fms .orang-fleet-tablet {
    width: 40%;
  }
  .orang-fms .orang-fleet-mobile {
    width: 30%;
    right: 10px;
  }
  .orang-product-banner {
    display: block;
  }
  .orang-product-brief {
    width: auto;
    border-left: none;
  }
}
@media all and (max-width: 768px) {
  .row-feaute-img {
    padding: 0!important;
  }
  .orang-trusted {
    display: block;
  }
  .orang-trusted .brand-note {
    margin: 20px auto;
    text-align: center;
  }
  .orang-trusted .orang-trusted-logo {
    margin: 10px !important;
  }
}
@media all and (min-width: 768px) {
  .orang-fms {
    width: 768px;
  }
  .orang-fms .orang-fleet-laptop {
    left: auto !important;
  }
  .orang-fms .orang-fleet-laptop:hover {
    width: 800px;
    left: 0px;
  }
  .orang-fms .orang-fleet-tablet:hover {
    right: 0;
    width: 300px;
  }
  .orang-fms .orang-fleet-mobile:hover,
  .orang-fms .orang-fleet-mobile2:hover {
    width: 230px;
  }
}
/*rotate by abedi */
.rotate-all {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -15px;
  left: -17px;
  transform: rotateZ(10deg);
  animation: RotateAnimate 3s linear 0s infinite;
}
.rotate-all svg {
  width: 200px;
  height: 200px;
}
.rotate-reverse {
  animation: RotateAnimateReverse 3s linear 0s infinite;
}
.arc {
  fill: transparent;
  stroke-width: 4px;
  stroke: #900000;
  stroke-dasharray: 69.24778 131.91149;
}
@keyframes RotateAnimate {
  0% {
    transform: rotateZ(8deg);
  }
  100% {
    transform: rotateZ(368deg);
  }
}
@keyframes RotateAnimateReverse {
  0% {
    transform: rotateZ(368deg);
  }
  100% {
    transform: rotateZ(8deg);
  }
}
.o-feature-icon {
  filter: brightness(0.2) invert(1) grayscale(1);
  transition: filter 0.3s ease-in;
  width: 100px;
  height: 100px;
  margin: auto;
}
.orang-product-brief:hover .rotate-all {
  animation: RotateAnimate 0.7s linear 0s infinite;
}
.orang-product-brief:hover .o-feature-icon {
  filter: none;
}
