@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;
}
.pad-right {
  padding-right: 0;
}
section {
  width: 100%;
  float: left;
  padding: 40px 0;
}
.get-a-quote {
  width: 100%;
  float: left;
  margin: 20px 0;
  text-align: left;
}
.get-a-quote a {
  background: #6fc047;
  border: 1px solid #6fc047;
  color: #fff;
  padding: 12px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  border-radius: 50px;
}

.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 {
  border-radius: 25px;
  padding: 12px 50px 12px 0px;
  background: #fff;
  color: #000;
}

.get-a-quote a:hover i {
  left: 125px;
}

/********/
.seo-banner {
  background: #fafafa;
  height: 655px;
  position: relative;
  overflow: hidden;
}
.seo-banner::before {
  content: "";
  position: absolute;
  background: url(../svg/seo-bg.svg) no-repeat;
  background-size: contain;
  height: 600px;
  left: 0;
  right: 0;
  bottom: 0;
  animation: 10s infinite circle linear;
}
@keyframes circle {
  0%,
  100% {
    transform: translateX(-25px);
  }
  50% {
    transform: translateX(-50px);
  }
}
.left-part {
  padding-top: 25%;
}

.right-part {
  padding-top: 30%;
}
.seo-banner .mig-head {
  font-size: 48px;
  line-height: 69px
}
.mig-head {
  font-size: 32px;
  line-height: 48px;
}
.mig-head span {
  color: #6fc047;
}
.left-part .mig-head + p {
  font-weight: 500;
  font-size: 15px;
  margin: 15px 0;
  width: 80%;
}
.right-part {
  width: 100%;
  position: relative;
  background: url(../gif/seo-ring.gif) no-repeat;
  background-size: contain;
  background-position: center;
  mix-blend-mode: multiply;
}
.right-part::after {
  content: "";
  position: absolute;
  background: url(../png/seo-object.png) no-repeat;
  background-size: contain;
  height: 275px;
  left: 0;
  right: 0;
  top: 15%;
  animation: 5s infinite objects linear;
}
@keyframes objects {
  0%,
  100% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(-50px);
  }
}
.seo-head h3,
.seo-head p {
  text-align: center;
}
.seo-head p {
  width: 45%;
  margin: 0 auto;
}
.seo-img {
  position: relative;
}
.seo-no {
  background: linear-gradient(180deg, #dcdcdc 0%, rgba(234, 234, 234, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 140px;
  font-weight: 600;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1;
  width: 180px;
}
.seo-no.seo-alt {
  left: -10px;
}
.seo-img .seo-image {
  position: relative;
  top: -50px;
}
/***/
.hire-us-section {
  width: 100%;
  padding: 10% 0 5%;
  height: 760px;
  background: url(../png/hire-us-bg.png) no-repeat;
  background-size: 100% 100%;
}
.hire-us-head h6,
.hire-us-head p {
  color: #fff;
  text-align: center;
}
.hire-us-head p {
  width: 90%;
  margin: 0 auto;
}
.hire-us {
  width: 100%;
}

.hire-img {
  width: 84px;
  height: 84px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.hire-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6fc047;
  clip-path: circle(0.1% at 10% 80%);
  opacity: 0;
  transition: 0.4s;
}
.hire-us:hover .hire-img::after {
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
  transition: 0.4s;
}
.hire-img::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(5px);
  z-index: -1;
  left: -3px;
  top: -2px;
}
.hire-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.hire-us:hover .hire-img img {
  transition: 0.2s;
  filter: invert(1) brightness(200);
}
.hire-us h6 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}

.hire-us p {
  color: #fff;
  text-align: center;
}
.hire-us::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 40px;
  border: 2px solid #6fc047;
  border-radius: 10px;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.2s;
}
.hire-us:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: 0.2s;
}
/***/
.privilege-section {
  margin: 10% 0 5%;
}
.privilege-service {
  width: 100%;
  height: auto;
  float: left;
  background: #f0f0f0;
  border-radius: 20px;
}
.privilege-info {
  width: 55%;
  padding: 40px 0 0 40px;
  float: left;
}
.privilege-img {
  width: 44%;
  height: 300px;
  position: relative;
  float: right;
}
.privilege-img .rocket {
  position: absolute;
  top: -125px;
  right: 10%;
  animation: 0.8s infinite rocket ease-in;
}
@keyframes rocket {
  0%,
  100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-3px);
  }
}
.privilege-cloud {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.seo-cloud {
  position: absolute;
  z-index: 1;
}
.cloud1 {
  right: 15%;
  animation: 1s forwards infinite cloud1 ease-in-out;
}
@keyframes cloud1 {
  0% {
    transform: translate(-50px, -80px);
  }
  100% {
    transform: translate(185px, 200px);
  }
}
.cloud2 {
  left: 0;
  bottom: 0;
  animation: 1s forwards infinite cloud2 ease-out;
}
@keyframes cloud2 {
  0% {
    transform: translate(-60px, -250px);
  }
  100% {
    transform: translate(140px, 200px);
  }
}
.cloud3 {
  right: 0;
  bottom: 50px;
  animation: 1s forwards infinite cloud3 ease-out;
  animation-delay: 0.5s;
}
@keyframes cloud3 {
  0% {
    transform: translate(-130px, -190px);
  }
  100% {
    transform: translate(80px, 320px);
  }
}
.traffic-services .mig-head{
  text-align: center;
}
.web-rank-info {
  width: 100%;
  margin: 40px 0;
}

.web-rank-info h6 {
  font-weight: 600;
  font-size: 18px;
  color: #22243b;
}

.web-rank-info p {
  width: 90%;
}
