@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: center;
}
.get-a-quote a {
  background: #6fc047;
  color: #fff;
  padding: 12px 25px;
  font-weight: 600;
  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;
}

/********/
.cloud-mig-banner {
  background: url(../svg/cloud-banner-bg.svg)
    no-repeat;
  background-size: cover;
  height: 655px;
  position: relative;
  overflow: hidden;
}
.cloud-mig-banner::after {
  content: "";
  position: absolute;
  background: url(../svg/blue-smog.svg)
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 655px;
  left: 0;
  right: 0;
  bottom: 0;
}
.cloud-mig-banner::before {
  content: "";
  position: absolute;
  background: url(../svg/clouds.svg) no-repeat;
  background-size: cover;
  height: 660px;
  left: 0;
  right: 0;
  bottom: 0;
  animation: 10s infinite cloud linear;
}
@keyframes cloud {
  0%,
  100% {
    transform: translate(-25px, -45px);
  }
  50% {
    transform: translate(-50px, 40px);
    animation-delay: 2s;
  }
  75% {
    transform: translate(80px, -30px);
  }
}
.cloud-banner-sec {
  width: 560px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cloud-banner-sec h2 {
  width: 100%;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  line-height: 68px;
}
.cloud-banner-sec p {
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #fff;
  line-height: 27px;
}

.migration-section {
  background: #f0f6ff;
}
.migration-section p.fadeInDown {
  text-align: center;
  color: #333;
}

.mig-head {
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 20px 0;
}

.mig-head span {
  background: linear-gradient(
      0.27deg,
      #6cbbfa -71.36%,
      #0088ec -18.18%,
      #0062b3 25.72%,
      #003773 79.11%,
      #001c4b 118.17%,
      #00123c 138.39%,
      #001139 139.7%,
      #00081a 156.96%,
      #000207 171.56%,
      #000000 181.65%
    ),
    #004f70;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.migration-info ul p {
  font-weight: 600;
  font-size: 15px;
  margin-left: -25px;
}
.migration-info ul li {
  font-size: 14px;
  color: #333;
  line-height: 27px;
  margin-bottom: 10px;
  position: relative;
}
.migration-info ul li::before {
  content: url(../svg/check-2.svg);
  position: absolute;
  left: -20px;
  top: 1px;
}
/*************/
.cloud-migration {
  width: 100%;
  position: relative;
}
.cloud-migration .mig-head {
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
}
.cloud-circle {
  width: 420px;
  height: 415px;
  margin: 40px auto;
  position: relative;
  background: url(../png/cloud-circle.png)
    no-repeat;
  background-size: contain;
}
.cloud-circle img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: cloudPulse 1.2s infinite alternate;
}
@keyframes cloudPulse {
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.clouds-info {
  width: 320px;
  position: absolute;
}
.clouds-info h5 {
  font-weight: 600;
  font-size: 20px;
}
.res-clouds-img {
  display: none;
}
.cloud-public {
  top: 13%;
  text-align: right;
}

.cloud-private {
  bottom: 0;
  text-align: right;
}

.cloud-support {
  top: 13%;
  right: 0;
}

.cloud-monitoring {
  top: 52%;
  right: 0;
}

.cloud-security {
  bottom: -95px;
  right: 10%;
  width: 390px;
}
/************/
.cloud-offering-section {
  width: 100%;
  height: 535px;
  margin: 40px 0;
  background: url(../svg/service-offering-bg.svg)
    no-repeat;
  background-size: cover;
}
.offer-head {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.offer-head .mig-head {
  width: 30%;
  float: left;
  color: #fff;
  line-height: 45px;
}
.offer-head p {
  width: 53%;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  float: right;
  margin: 20px 0;
}
.service-offer {
  width: 100%;
  position: relative;
}
.service-offer::before {
  content: url(../svg/border.svg);
  position: absolute;
  right: 0;
}
.service-offer img {
  width: 45px !important;
  height: auto;
}
.service-offer h6 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
}
.service-offer p {
  font-size: 13px;
  color: #fff;
  width: 85%;
}
.cloud-offering-section .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
}

.cloud-offering-section .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px;
  color: #fff !important;
}

.cloud-offering-section button.owl-prev {
  background: #0f4c9952 !important;
}

.cloud-offering-section button.owl-next {
  background: #0f4c99 !important;
}
/**********/
.client-value-section .mig-head {
  text-align: center;
}
.client-value-section .mig-head + p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.client-value-section .owl-stage-outer {
  padding: 50px 0;
}
.client-value {
  width: 100%;
  min-height: 400px;
  background: #f8fbff;
  border-radius: 35px;
  padding: 20px;
  text-align: center;
  position: relative;
}
.client-value::before {
  content: url(../svg/quotes.svg);
  top: -20px;
  position: absolute;
  left: 25px;
}
.client-value::after {
  content: url(../png/half-cloud.png);
  top: -20px;
  position: absolute;
  right: -25px;
  display: none;
  transition: 0.2s;
}
.client-value:hover::after {
  display: block;
  transition: 0.2s;
}

.client-value p:first-child {
  min-height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0;
}
.client-value p.client-bio {
  font-size: 13px;
}
.client-value p.client-bio span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.client-value .client-img {
  position: absolute;
  width: 100px !important;
  height: 100px !important;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  padding: 2px;
  background-image: linear-gradient(to top, #6cbbfa, #0088ec, #0062b3, #003773);
}
.client-value-section .owl-dots {
  margin: 20px 0 0 0;
  text-align: center;
}

.client-value-section .owl-dots .owl-dot {
  width: 75px;
  height: 5px;
  background: #d7ebff !important;
}

.client-value-section .owl-dots .owl-dot.active {
  width: 35px;
  background: #418ddb !important;
}
.migration-section .migration-info .mig-head {
  line-height: 43px;
}
/***/
.cloud-mig-img {
  width: 100%;
  height: 540px;
  background: url(../webp/cloud-mig-bg.webp)
    no-repeat;
  background-size: 100% 100%;
  padding: 70px 25px;
}
.cloud-mig-img h6 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}
.cloud-mig-img p {
  color: #fff;
}
.cloud-mig-img .get-a-quote {
  text-align: left;
}
.cloud-mig-process {
  width: 31%;
  min-height: 260px;
  float: left;
  margin: 0 0 20px 20px;
  background: #f8fbff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
.cloud-mig-process:nth-child(1),
.cloud-mig-process:nth-child(4) {
  margin-left: 0;
}
.cloud-mig-head h6 {
  width: 75%;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  float: left;
  margin: 0 0 10px 0;
}

.cloud-mig-head img {
  float: right;
  margin: 10px 0 0 0;
}

.cloud-mig-process p {
  width: 100%;
  float: left;
  line-height: 24px;
}
.cloud-num {
  position: absolute;
  right: 20px;
  bottom: 15px;
  background: linear-gradient(180deg, #dcdcdc 0%, rgba(234, 234, 234, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 600;
}
