@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
ul {
  list-style-type: none;
}
p {
  font-size: 14px;
  font-weight: 400;
  color: #363333;
  line-height: 27px;
}
.pad-left {
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pad-right {
  padding-right: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
section {
  width: 100%;
  float: left;
  padding: 40px 0;
}
.get-a-quote {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.get-a-quote a {
  background: linear-gradient(
    90deg,
    #28c6e9 0%,
    #5d99eb 27.6%,
    #9c6fef 64.58%,
    #d73ff2 100%
  );
  border-radius: 5px;
  color: #fff;
  padding: 12px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(
    90deg,
    #28c6e9 0%,
    #5d99eb 27.6%,
    #9c6fef 64.58%,
    #d73ff2 100%
  );
}

.get-a-quote a i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  border-radius: 50%;
  top: 2px;
  transition: 0.5s;
  animation: 2s infinite pulso;
  left: 0;
}

@keyframes pulso {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

.get-a-quote a:hover {
  padding: 12px 50px 12px 0px;
  border-image-source: linear-gradient(
    90deg,
    #28c6e9 0%,
    #5d99eb 27.6%,
    #9c6fef 64.58%,
    #d73ff2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.get-a-quote a:hover i {
  left: 125px;
  background: linear-gradient(
    90deg,
    #28c6e9 0%,
    #5d99eb 27.6%,
    #9c6fef 64.58%,
    #d73ff2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/********/
.iot-banner {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f8f7ff 100%);
  height: 655px;
  position: relative;
  overflow: hidden;
}
.iot-banner::before {
  content: "";
  position: absolute;
  background: url(../svg/line-design.svg) no-repeat;
  background-size: contain;
  height: 600px;
  left: 0;
  right: 0;
  bottom: -30px;
  animation: 10s infinite line linear;
}
@keyframes line {
  0%,
  100% {
    transform: translateX(-25px);
  }
  50% {
    transform: translateX(-50px);
  }
}
.left-part {
  padding-top: 25%;
}

/*.right-part {
    padding-top: 10%;
}*/
.mig-head {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600 !important;
}
h3.mig-head{
  text-align: center;
}
.mig-head span {
  background: linear-gradient(
    90deg,
    #28c6e9 0%,
    #5d99eb 27.6%,
    #9c6fef 64.58%,
    #d73ff2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.left-part .mig-head + p {
  font-weight: 500;
  font-size: 15px;
  margin: 20px 0;
}
.left-part .mig-head {
  line-height: 69px;
  font-size: 48px;
  color: #000;
  font-weight: 700 !important;
}
.iot-earth {
  animation: 5s infinite earth ease-in-out;
}
@keyframes earth {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(18%);
  }
}
.iot-earth-shadow {
  animation: 5s infinite shadow ease-in-out;
  opacity: 0.7;
}
@keyframes shadow {
  0%,
  100% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
}
.management-info .get-a-quote a {
  background: transparent;
}
.management-info .get-a-quote a span,
.management-info .get-a-quote a span i {
  background: linear-gradient(
    90deg,
    #28c6e9 0%,
    #5d99eb 27.6%,
    #9c6fef 64.58%,
    #d73ff2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
