* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

p {
  margin-bottom: 0px !important;
}

/* body {
  background: #ffffff !important;
} */

nav {
  background: #ffffff !important;
}

nav a {
    color: #000000 !important;
    font-family: Poppins;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

nav .dropdown-menu {
  background-color: #1E2029;
}

nav .dropdown-item:hover {
  color: #fff;
  background-color: #1E2029;
}

.hero {
  padding-top: 50px;
  padding-bottom: 30px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
}

button.header-btns a {
  color: white !important;
}

a.navbar-brand img {
  width: 35%;
}

.hero h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.383px 5.652px rgba(0, 0, 0, 0.63);
  font-family: Poppins;
  font-size: 28.099px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.523px;
  letter-spacing: 0.942px;
  padding: 5px 0px;
}

@media (max-width: 991px) {
  .hero h1 {
    font-size: 30px;
  }

  a.dropdown-item {
    font-size: 14px !important;
}


}

.hero .animated-text {
  display: inline-block;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  padding: 0px 30px;
  height: 60px;
  overflow: hidden;
  color: #FFF;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}

.hero .line {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
}

@media (max-width: 991px) {
  .hero .line {
    font-size: 22px;
  }
}

.hero .line:first-child {
  animation: anim 12s infinite;
}

@keyframes anim {
  0% {
    margin-top: 0;
  }

  16% {
    margin-top: -60px;
  }

  33% {
    margin-top: -120px;
  }

  50% {
    margin-top: -180px;
  }

  66% {
    margin-top: -120px;
  }

  82% {
    margin-top: -60px;
  }

  100% {
    margin-top: 0;
  }
}

.hero hr {
  background: #FFF;
  border: 1px solid #fff;
  margin-top: 50px;
  margin-bottom: 0px;
}

.hero p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 125% */
}

@media (max-width: 991px) {
  .hero p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.counts {
    background-color: #e1e1e1;
    padding: 70px;
    border-radius: 50px;
}

@media (max-width: 991px) {
  .counts {
    padding: 40px;
    border-radius: 20px;
  }
}

.counts button {
    margin-top: 20px;
    border-radius: 6.599px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 18px;
    background: #056999;
    border: 1px solid #fff;
}

.counts button a {
  text-decoration: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.623px;
  /* 71.429% */
}

.counts .count-box {
  padding: 10px;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #de784a;
  margin-bottom: 20px;
}

.counts .count-box span {
    color: #000000;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.6px;
    display: block;
}

.counts .count-box h6 {
    color: #055d92;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.counts h2 {
    color: #000000;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
}

.counts h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-blogs {
    background: #e9e9e9;
}


@media (max-width: 991px) {
  .counts h2 {
    font-size: 32px;
  }
}

.counts .count-box h3 {
    color: #000000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.counts p {
    padding-top: 18px;
    color: rgb(0 0 0);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #3fbbc0;
}

.cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #c6c6c6;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.15s;
}

.smm-video {
  width: 100%;
  background: url(../images/social-media-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.smm-video h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 32.012px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.02px;
  /* 162.5% */
}

@media (max-width: 991px) {
  .smm-video h2 {
    line-height: normal;
    font-size: 18.012px;
  }
}

.smm-video h1 {
  color: #F29C48;
  font-family: Poppins;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
}

@media (max-width: 991px) {
  .smm-video h1 {
    line-height: normal;
    font-size: 28px;
  }
}

.smm-video .one {
  border-radius: 6px;
  background: #D9D9D9;
  padding: 9px 30px;
  box-shadow: -3px 4px 4.3px 0px rgba(0, 0, 0, 0.25);
}

.smm-video .one a {
  color: #1E2029;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  text-decoration: none;
}

.smm-video .two {
  border-radius: 6px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 13px 42px;
  box-shadow: -3px 4px 4.3px 0px rgba(0, 0, 0, 0.25);
}

.smm-video .two a {
  color: #DDD;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
  text-decoration: none;
}

.magic {
  padding: 39px 0px;
}

.magic h6 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.magic h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
}

.magic span {
  background: linear-gradient(90deg, #383070 -17.09%, #E34576 42.58%, #F29C48 102.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.magic p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.magic .box {
  background: #1E2029;
  width: 100%;
  height: 386px;
  flex-shrink: 0;
  padding: 26px 8px;
}

.magic .box h6 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}

.magic .box hr {
  border: 1px solid #fff;
}

.magic .box p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.magic .box button {
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
}

.magic .box button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 105.556% */
  text-transform: capitalize;
  text-decoration: none;
  padding: 8px 20px;
}

.magic .box .icon-wrap {
  width: 97.143px;
  height: 97.143px;
  flex-shrink: 0;
  border-radius: 100%;
  background: linear-gradient(90deg, #383070 -17.09%, #E34576 42.58%, #F29C48 102.8%), #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-apart h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
}

.career-apart h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.career-apart h4 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.532px 1.511px 3.777px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 23.558px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.124px;
  /* 136.364% */
  letter-spacing: -0.471px;
  padding-top: 10px;
}

.career-apart .col-lg-3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.career-apart .svg-box {
  border-radius: 42.057px;
  border: 0.841px solid #FFF;
  width: 126.172px;
  height: 126.172px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: background-color 800ms ease;
  /* Smooth transition for color change */
}

.career-apart .svg-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #D9D9D9;
  /* Fill color */
  z-index: -1;
  transition: height 800ms ease;
  /* Smooth transition for height change */
}

.career-apart .svg-box:hover::before {
  height: 100%;
  /* Fill from bottom on hover */
}

.career-apart .svg-box:hover .on-hover {
  fill: #000 !important;
  transition: height 1000ms;
}

.check-social {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
}

.check-social h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 122.857% */
  letter-spacing: -0.7px;
}

.seo_video {
  min-height: 500px;
  width: 100%;
  background: url(../images/seo-banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seo_video h1 {
  color: #FFF;
  font-family: "Century Gothic";
  font-size: 27.137px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.097px;
  /* 162.5% */
}

.seo_video h1 span {
  color: #F29C48;
  font-family: "Century Gothic";
  font-size: 49.167px;
  font-style: normal;
  font-weight: 700;
  line-height: 56.796px;
}

@media (max-width: 991px) {
  .seo_video h1 span {
    line-height: normal;
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .seo_video h1 {
    line-height: normal;
    font-size: 26px;
  }
}

.seo_video p {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 150% */
}

@media (max-width: 991px) {
  .seo_video p {
    font-size: 14px;
  }
}

.seo_video .lets {
  border-radius: 6px;
  background: #D9D9D9;
  padding: 9px 30px;
  box-shadow: -3px 4px 4.3px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .seo_video .lets {
    padding: 5px 10px;
  }
}

.seo_video .lets a {
  color: #1E2029;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* 125% */
  text-decoration: none;
}

@media (max-width: 991px) {
  .seo_video .lets a {
    font-size: 14px;
  }
}

.seo_video button {
  border-radius: 6px;
  border: 1px solid #FFF;
  box-shadow: -3px 4px 4.3px 0px rgba(0, 0, 0, 0.25);
  padding: 9px 30px;
  background: transparent;
}

@media (max-width: 991px) {
  .seo_video button {
    padding: 5px 10px;
  }
}

.seo_video button a {
  color: #DDD;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* 100% */
  text-decoration: none;
}

@media (max-width: 991px) {
  .seo_video button a {
    font-size: 14px;
  }
}

.video_video {
  height: 550px;
  width: 100%;
}

.video_video video {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-service-content {
    padding-top: 50px;
    background: #f5f5f5;
    margin-top: 50px;
    padding-bottom: 50px;
}

.course-card {
    background: #ffffff;
    height: 540px;
}

.home-service-content h6 {
    color: #000000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
}

.home-service-content h2 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}

@media (max-width: 991px) {
  .home-service-content h2 {
    line-height: 32px;
  }
}

.home-service-content h2 span {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .home-service-content h2 span {
    line-height: 32px;
  }
}

.home-service-content p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}

.home-service-content .col-box {
    background-color: #0994b2;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: background-color 4000ms ease-out;
    height: 100%;
    padding: 20px;
}

.home-service-content .col-box p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
}

.home-service-content .col-box h3 {
    font-family: Poppins;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
}

button.readmore {
    padding: 3px 15px;
    background: white;
    border: none;
    border-radius: 3px;
}

button.readmore a {
    text-decoration: none;
    color: #056999;
    font-size: 17px;
    font-weight: 700;
}

.home-service-content .col-box h3 span {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about {
  padding: 70px 0px;
}

.about h2 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #fff;
}

@media (max-width: 991px) {
  .about h2 {
    line-height: 32px;
  }
}

.about h2 span {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .about h2 span {
    line-height: 32px;
  }
}

.about h4 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0px;
  margin-top: 8px;
}

.about h4 span {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #FFFFFF;
}

.about button {
  border: none;
  border-radius: 6.6px;
  padding: 8px 14px;
  background: linear-gradient(93.16deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%);
}

.about button a {
  font-family: Poppins;
  font-size: 28.87px;
  font-weight: 700;
  line-height: 20.62px;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}

.about .box {
  background: #1E2029;
  padding: 50px 20px;
  border-radius: 20px;
}

@media (min-width: 991px) {
  .about .box {
    position: sticky;
    top: 0px;
    height: 500px;
  }
}

.about .box h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  letter-spacing: -0.8px;
  margin-bottom: 32px;
}

.about .box input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.about .box select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.about .box select option {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #1E2029;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.about .box #btnsubmits {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}

.about .box span {
  text-shadow: -7.542px 7.542px 13.36px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 64.645px;
  font-style: normal;
  font-weight: 700;
  line-height: 64.645px;
  /* 100% */
  background: linear-gradient(91deg, #383070 -22.51%, #E13F78 18.3%, #E34576 47.49%, #F77165 82.31%, #F29C48 106.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .about .box span {
    font-size: 42px;
    line-height: 30px;
  }
}

.about .box .fields {
  margin-bottom: 28px;
}

.about .box button {
  background: #ffffff;
  width: 100%;
  padding: 11px;
  border-radius: 10px;
  border: none;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
}

.line-box hr {
  border: 1px solid rgba(255, 255, 255, 0.3607843137);
}

.seo-steps {
  padding: 100px 0px;
}

.seo-steps h6 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0px;
}

.seo-steps h2 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

.seo-steps h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.seo-steps h3 {
  color: #FFF;
  text-shadow: -3.918px 1.306px 3.265px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 32.402px;
  font-style: normal;
  font-weight: 600;
  line-height: 54.621px;
  /* 168.571% */
  margin: 0px;
}

.seo-steps p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
}

.client-box .logo-box {
  background: #DDDDDD;
  border-radius: 23px;
}

.engine-optimise {
  padding: 100px 0px;
}

.engine-optimise h2 {
  background: linear-gradient(91.6deg, #383070 -76.73%, #E34576 9.52%, #F29C48 114.94%);
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .engine-optimise h2 {
    line-height: 33px;
  }
}

.engine-optimise p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.engine-optimise .col-boxe {
  background-color: #1E2029;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: background-color 4000ms ease-out;
  height: 100%;
  padding: 20px;
  /* Smooth transition for color change */
}

.engine-optimise .col-boxe:hover::before {
  cursor: pointer;
  top: 0;
  /* Fill from top */
  right: 0;
  /* Fill from right */
}

.engine-optimise .col-boxe::before {
  content: "";
  position: absolute;
  top: -130%;
  /* Initial position above the box */
  right: -100%;
  /* Initial position outside the box */
  width: 120%;
  /* Double the width to cover the entire box */
  height: 120%;
  /* Double the height to cover the entire box */
  background-color: #D9D9D9;
  /* Fill color */
  z-index: 0;
  transition: background-color 4000ms ease-out;
  border-bottom-left-radius: 50%;
  transition: top 1000ms ease, right 1000ms ease;
  /* Smooth transition for top and right change */
}

.engine-optimise .col-boxe .icon-box {
  width: 134px;
  height: 134px;
  background-color: #D9D9D9;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25));
}

.engine-optimise .col-boxe h3 {
  position: relative;
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: all 1000ms ease-out;
  /* 128% */
}

.engine-optimise .col-boxe h6 {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 1000ms ease-out;
  /* 166.667% */
}

.engine-optimise .col-boxe:hover h3 {
  color: #1E2029;
}

.engine-optimise .col-boxe:hover h6 {
  color: #000;
}

.hover-btn {
  background: none;
  border-bottom: 1px solid #fff;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  color: #000;
  font-family: Poppins;
  font-size: 20.885px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.046px;
  /* 105.556% */
  text-transform: capitalize;
  padding: 12px 20px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 100;
}

.hover-btn svg {
  fill: #000 !important;
}

.hover-btn:hover {
  color: #7a7a7a;
}

.hover-btn:hover svg {
  fill: #c7c7c7 !important;
}

.hover-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #056999;
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: bottom;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.hover-btn::before {
  transform: scaleY(1);
}

.hover-btn:hover::before {
  transform: scaleY(0);
}

.seo-keypoints {
  margin-top: 50px;
}

@media (min-width: 991px) {
  .seo-keypoints {
    margin-top: -80px;
  }
}

.result h2 {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.result h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.result .post-slide {
  border-radius: 16.281px;
  background: rgba(217, 217, 217, 0.08);
  box-shadow: -3.618px 3.618px 11.035px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  flex-shrink: 0;
  margin: 20px 15px 20px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.result .post-slide .cover-box {
  position: relative;
  display: flex;
  justify-content: center;
  height: 124px;
  width: 100%;
}

.result .post-slide .cover-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.result .post-slide .cover-box .logo-box {
  position: absolute;
  bottom: -20px;
  background-color: #D9D9D9;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result .post-slide .cover-box .logo-box img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.result .post-slide p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0px;
  /* 137.5% */
}

.result .post-slide p span {
  background: linear-gradient(69deg, #122B6F -35.05%, #E64676 37.69%, #FCDE26 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: -4.523px 3.618px 3.799px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.result .post-slide h6 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 22.613px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}

.result .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.result .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  bottom: -13%;
  right: 70px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.result .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  bottom: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.result .owl-controls .owl-buttons .owl-prev:after,
.result .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.result .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.result .owl-controls .owl-buttons .owl-prev:after,
.result .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}

.result .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .result .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.top-health h2 {
  background: linear-gradient(90deg, #D738FF 0%, #DE781B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 125% */
}

.top-health p {
  color: #E9E9E9;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}

.top-health .white-box {
  background-color: #fff;
}

.seo-service h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -0.7px;
}

@media (max-width: 991px) {
  .seo-service h2 {
    font-size: 27px;
    line-height: 33px;
  }
}

.seo-service h2 span {
  background: linear-gradient(91.6deg, #383070 -76.73%, #E34576 9.52%, #F29C48 114.94%);
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  -webkit-text-fill-color: transparent;
}

.seo-service h4 {
  padding-top: 13px;
  color: #FFF;
  text-align: center;
  text-shadow: -3.56px 1.187px 2.967px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 21.029px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.234px;
  /* 120% */
  letter-spacing: -0.421px;
}

.seo-service .svg-box {
  border-radius: 42.057px;
  border: 0.841px solid #FFF;
  width: 126.172px;
  height: 126.172px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: background-color 800ms ease;
  /* Smooth transition for color change */
}

.seo-service .svg-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #D9D9D9;
  /* Fill color */
  z-index: -1;
  transition: height 800ms ease;
  /* Smooth transition for height change */
}

.seo-service .svg-box:hover::before {
  height: 100%;
  /* Fill from bottom on hover */
}

.seo-service .svg-box:hover .on-hover {
  fill: #000 !important;
  transition: height 1000ms;
}

.seo-rank {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  padding: 27px 0px;
}

.seo-rank .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .seo-rank .col-12 {
    flex-direction: column;
  }
}

.seo-rank .col-12 h2 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35.27px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.7px;
  /* 132.407% */
  letter-spacing: -0.705px;
}

@media (max-width: 991px) {
  .seo-rank .col-12 h2 {
    text-align: center;
  }
}

.seo-rank .col-12 button {
  background: #fff;
  border-radius: 37px;
  border: 0.5px solid #FFF;
  padding: 11px 30px;
}

.seo-rank .col-12 button a {
  text-decoration: none;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
}

.about-core-values {
  padding: 80px 0px;
}

.about-core-values h2 {
  color: #EEE;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 100% */
  margin-bottom: 0px;
  padding-bottom: 50px;
}

.about-core-values .col-box {
  background-color: #1E2029;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: background-color 4000ms ease-out;
  height: 100%;
  padding: 20px;
}

.about-core-values .col-box h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 83.333% */
  margin-bottom: 0px;
  margin-top: 20px;
}

.about-core-values .col-box p {
  color: #DCDCDC;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 0px;
  margin-top: 20px;
}

.about-team {
  padding: 80px 0px;
}

.about-team h2 {
  margin-bottom: 0px;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.771px;
  /* 117.269% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-team p {
  color: #CACACA;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.about-team img {
  border-radius: 20px;
}

@media (min-width: 991px) {
  .about-team .pt-lge-5 {
    padding-top: 5rem;
  }
}

.about-geographic {
  padding: 80px 0px;
}

.about-geographic h2 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #EEE;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.771px;
  /* 117.269% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-geographic p {
  color: #CACACA;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 0px;
}

.about-cta {
  padding: 18px 0px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
}

.about-cta h6 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 122.857% */
  letter-spacing: -0.7px;
  margin: 0px;
  padding-bottom: 18px;
}

.about-cta button {
  border-radius: 5.567px;
  background: #D9D9D9;
  padding: 11px 40px;
}

.about-cta button a {
  text-decoration: none;
  font-family: Poppins;
  font-size: 24.356px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.397px;
  /* 71.429% */
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sample-images {
  padding: 80px 0px;
}

.sample-images h4 {
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin-bottom: 0px;
}

.sample-images p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin-bottom: 0px;
}

.sample-images .positione {
  display: flex;
  gap: 10px;
}

.best-video {
  padding: 90px 0px;
}

.best-video h2 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
}

@media (max-width: 991px) {
  .best-video h2 {
    line-height: 38px;
  }
}

.best-video span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
}

@media (max-width: 991px) {
  .best-video span {
    line-height: 38px;
  }
}

.best-video p {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.best-video button {
  border-radius: 6.599px;
  padding: 15px 25px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
}

.best-video button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
  text-decoration: none;
}

.best-video .video-box {
  width: 430px;
  height: 500px;
  border-radius: 16px;
  position: relative;
}

.best-video .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.best-video .video-box img {
  position: absolute;
  bottom: -10px;
  left: -100px;
}

.solutions {
  height: 100%;
  padding: 50px 0px;
  width: 100%;
  background: url(../images/social-media-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.solutions h6 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.solutions h1 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solutions h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
}

.solutions li {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  list-style: none;
}

.solutions p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 137.5% */
}

.solutions button {
  padding: 10px 20px;
  border: none;
  border-radius: 6.599px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
}

.solutions button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18.872px;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
}

.jaipur-strategic-solutions {
  padding: 80px 0px;
}

.jaipur-strategic-solutions h2 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  /* 134.286% */
}

.jaipur-strategic-solutions h2 span {
  background: linear-gradient(90deg, #383070 -17.09%, #E34576 42.58%, #F29C48 102.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}

.jaipur-strategic-solutions p {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.jaipur-strategic-solutions .box {
  background: #1E2029;
  padding: 50px 20px;
}

.jaipur-strategic-solutions .box h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  letter-spacing: -0.8px;
  margin-bottom: 32px;
}

.jaipur-strategic-solutions .box input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.jaipur-strategic-solutions .box select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.jaipur-strategic-solutions .box select option {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #1E2029;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.jaipur-strategic-solutions .box span {
  text-shadow: -7.542px 7.542px 13.36px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* 100% */
  background: linear-gradient(91deg, #383070 -22.51%, #E13F78 18.3%, #E34576 47.49%, #F77165 82.31%, #F29C48 106.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .jaipur-strategic-solutions .box span {
    font-size: 42px;
    line-height: 30px;
  }
}

.jaipur-strategic-solutions .box .fields {
  margin-bottom: 28px;
}

.jaipur-strategic-solutions .box button {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  width: 100%;
  padding: 11px;
  border-radius: 30px;
  border: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
}

.india-services .row {
  margin: 20px 0px;
}

.india-services h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 9px 7px rgba(0, 0, 0, 0.43);
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 100% */
  margin: 0px;
  padding-bottom: 22px;
}

@media (max-width: 991px) {
  .india-services h1 {
    font-size: 32px;
    line-height: normal;
  }
}

.india-services p {
  color: #CACACA;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0px;
}

@media (max-width: 991px) {
  .india-services p {
    font-size: 14px;
    line-height: normal;
  }
}

.india-services h2 {
  color: #EEE;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.771px;
  /* 131.928% */
  padding-bottom: 24px;
  margin: 0px;
}

@media (max-width: 991px) {
  .india-services h2 {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: normal;
  }
}

.india-services p {
  color: #CACACA;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
}

@media (max-width: 991px) {
  .india-services p {
    font-size: 14px;
    line-height: normal;
  }
}

.seo-about-content {
  padding-top: 50px;
}

.seo-about-content h2 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
}

.seo-about-content h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.seo-about-content p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.ppc-marketing h2 {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ppc-marketing .col-boxe {
  background-color: #1E2029;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: background-color 4000ms ease-out;
  height: 100%;
  padding: 20px;
  /* Smooth transition for color change */
}

.ppc-marketing .col-boxe:hover::before {
  cursor: pointer;
  top: 0;
  /* Fill from top */
  right: 0;
  /* Fill from right */
}

.ppc-marketing .col-boxe::before {
  content: "";
  position: absolute;
  top: -130%;
  /* Initial position above the box */
  right: -100%;
  /* Initial position outside the box */
  width: 120%;
  /* Double the width to cover the entire box */
  height: 120%;
  /* Double the height to cover the entire box */
  background-color: #D9D9D9;
  /* Fill color */
  z-index: 0;
  transition: background-color 4000ms ease-out;
  border-bottom-left-radius: 50%;
  transition: top 1000ms ease, right 1000ms ease;
  /* Smooth transition for top and right change */
}

.ppc-marketing .col-boxe .icon-box {
  width: 134px;
  height: 134px;
  background-color: #D9D9D9;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25));
}

.ppc-marketing .col-boxe h3 {
  position: relative;
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: all 1000ms ease-out;
  /* 128% */
}

.ppc-marketing .col-boxe h6 {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 1000ms ease-out;
  /* 166.667% */
}

.ppc-marketing .col-boxe:hover h3 {
  color: #1E2029;
}

.ppc-marketing .col-boxe:hover h6 {
  color: #000;
}

.key-points {
  min-height: 272px;
  background: url(../images/key-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 70px 0px;
}

.key-points span {
  color: #FFF;
  text-align: center;
  text-shadow: -0.96px 2.88px 2.688px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 47.992px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.193px;
  /* 90% */
  text-transform: uppercase;
}

.key-points h5 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 23.996px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 125.02% */
}

.key-points .col-6 {
  min-height: 272px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.behind {
  overflow: hidden;
}

.behind h2 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35.27px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.7px;
  /* 132.407% */
  letter-spacing: -0.705px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.behind .frame img {
  width: 100%;
  height: 100%;
}

.capture {
  min-height: 100px;
  background: linear-gradient(93.31deg, #122B6F -8.3%, #E64676 55.97%, #FCDE26 127.1%);
  margin: 50px 0px;
}

.capture .col-12 {
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

@media (max-width: 991px) {
  .capture .col-12 {
    justify-content: start;
  }
}

.capture .col-12 h2 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35.27px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.7px;
  /* 132.407% */
  letter-spacing: -0.705px;
}

.capture .col-12 button {
  border-radius: 37px;
  border: 0.5px solid #FFF;
  background-color: transparent;
  padding: 11px 30px;
}

.capture .col-12 button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
  text-decoration: none;
}

.director {
  padding-top: 57px;
  padding-bottom: 100px;
}

.director h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 175% */
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.director h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 184% */
}

.director h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 100% */
}

.director p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
}

.director .img-box {
  position: relative;
}

.director .img-box #bottom {
  position: absolute;
  bottom: -10px;
  left: -100px;
  transform: rotate(3.372deg);
  flex-shrink: 0;
  border-radius: 30px;
}

.ppc_video {
  height: 500px;
  width: 100%;
}

.ppc_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ppc-bg {
  min-height: 272px;
  background: url(../images/ppc-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ppc-bg h2 {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 700;
  line-height: 49px;
  text-align: center;
  color: #FFFFFF;
}

.ppc-bg h2 span {
  font-family: Poppins;
  font-size: 38px;
  font-weight: 700;
  line-height: 49px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ppc-bg .col-12 {
  min-height: 272px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.magnetic {
  padding-top: 40px;
  padding-bottom: 70px;
}

.magnetic h1 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 97.143% */
}

.magnetic h1 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.magnetic p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.magnetic .post-slide {
  background: #1E2029;
  min-height: 390px;
  flex-shrink: 0;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.magnetic .post-slide h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  /* 132% */
}

.magnetic .post-slide .sv-box {
  background: linear-gradient(90deg, #383070 -17.09%, #E34576 42.58%, #F29C48 102.8%), #D9D9D9;
  width: 97.143px;
  height: 97.143px;
  flex-shrink: 0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.magnetic .post-slide hr {
  border: 1px solid #fff;
  width: 100%;
}

.magnetic .post-slide p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.magnetic .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.magnetic .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  bottom: -13%;
  right: 70px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.magnetic .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  bottom: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.magnetic .owl-controls .owl-buttons .owl-prev:after,
.magnetic .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.magnetic .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.magnetic .owl-controls .owl-buttons .owl-prev:after,
.magnetic .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}

.magnetic .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .magnetic .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.attention-grabing h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 2px;
  text-align: center;
}

.attention-grabing h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .attention-grabing h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.attention-grabing .post-slide {
  background: #1E2029;
  min-height: 390px;
  padding: 20px;
  flex-shrink: 0;
  margin: 20px 15px 20px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.attention-grabing .post-slide h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  /* 132% */
}

.attention-grabing .post-slide .sv-box {
  background: linear-gradient(90deg, #383070 -17.09%, #E34576 42.58%, #F29C48 102.8%), #D9D9D9;
  width: 97.143px;
  height: 97.143px;
  flex-shrink: 0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.attention-grabing .post-slide hr {
  border: 1px solid #fff;
  width: 100%;
}

.attention-grabing .post-slide p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.attention-grabing .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.attention-grabing .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  bottom: -13%;
  right: 70px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.attention-grabing .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  bottom: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.attention-grabing .owl-controls .owl-buttons .owl-prev:after,
.attention-grabing .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.attention-grabing .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.attention-grabing .owl-controls .owl-buttons .owl-prev:after,
.attention-grabing .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}

.attention-grabing .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .attention-grabing .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.perform h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 43px;
  /* 122.857% */
  letter-spacing: -0.7px;
  margin-bottom: 0px;
}

.perform h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perform .svg-box {
  border-radius: 42.057px;
  border: 0.841px solid #FFF;
  width: 126.172px;
  height: 126.172px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: background-color 800ms ease;
  /* Smooth transition for color change */
}

.perform .svg-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #D9D9D9;
  /* Fill color */
  z-index: -1;
  transition: height 800ms ease;
  /* Smooth transition for height change */
}

.perform .svg-box:hover::before {
  height: 100%;
  /* Fill from bottom on hover */
}

.perform .svg-box:hover .on-hover {
  fill: #000 !important;
  transition: height 1000ms;
}

.perform h4 {
  color: #FFF;
  text-align: center;
  text-shadow: -3.662px 1.221px 3.052px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 21.633px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.96px;
  /* 120% */
  letter-spacing: -0.433px;
  margin-top: 13px;
}

.ppc-cogent {
  padding: 106px 0px;
}

.ppc-cogent h2 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  margin-bottom: 0px;
}

.ppc-cogent h3 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .ppc-cogent h3 {
    font-size: 28px;
  }
}

.ppc-cogent p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.ppc-cogent p span {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 4.84px;
}

.ppc-cogent button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 14px 30px;
}

.ppc-cogent button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
  text-decoration: none;
}

.ppc-contact {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  min-height: 100px;
}

.ppc-contact h3 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35.27px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.7px;
  /* 132.407% */
  letter-spacing: -0.705px;
}

.ppc-contact button {
  background-color: transparent;
  padding: 11px 30px;
  border-radius: 37px;
  border: 0.5px solid #FFF;
}

.ppc-contact button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
  text-decoration: none;
}

.ppc-contact .col-12 {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .ppc-contact .col-12 {
    justify-content: start;
  }
}

.video-why h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 122.857% */
  letter-spacing: -0.7px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-why .col-boxe {
  background-color: #1E2029;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: background-color 4000ms ease-out;
  min-height: 230px;
  padding: 20px;
  /* Smooth transition for color change */
}

.video-why .col-boxe:hover::before {
  cursor: pointer;
  top: 0;
  /* Fill from top */
  right: 0;
  /* Fill from right */
}

.video-why .col-boxe::before {
  content: "";
  position: absolute;
  top: -130%;
  /* Initial position above the box */
  right: -100%;
  /* Initial position outside the box */
  width: 120%;
  /* Double the width to cover the entire box */
  height: 120%;
  /* Double the height to cover the entire box */
  background-color: #D9D9D9;
  /* Fill color */
  z-index: 0;
  transition: background-color 4000ms ease-out;
  border-bottom-left-radius: 50%;
  transition: top 1000ms ease, right 1000ms ease;
  /* Smooth transition for top and right change */
}

.video-why .col-boxe .icon-box {
  width: 134px;
  height: 134px;
  background-color: #D9D9D9;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25));
}

.video-why .col-boxe h3 {
  position: relative;
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: all 1000ms ease-out;
  /* 128% */
}

.video-why .col-boxe h6 {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 1000ms ease-out;
  /* 166.667% */
}

.video-why .col-boxe:hover h3 {
  color: #1E2029;
}

.video-why .col-boxe:hover h6 {
  color: #000;
}

.faq {
  padding: 50px 0px;
}

.faq h2 {
  color: #D8D5D5;
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  /* 100% */
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #ffffff !important;
    text-align: inherit;
    text-decoration: none;
    border-bottom: 1px solid #626262 !important;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
}

.faq h2 {
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.faq .accordion-button {
  border: 1px solid #AD8805;
  background: #12141D;
  border-radius: 12px;
  color: #FEE5E5;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 227.273% */
}




@media (max-width: 774px) {
  .faq .accordion-button {
    font-size: 15px;
    line-height: 22px;
  }
}

.faq .accordion-body {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 774px) {
  .faq .accordion-body {
    font-size: 14px;
  }
}

.faq .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #12141D;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.faq .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../images/Plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.faq .accordion-item {
  background-color: transparent !important;
  border: 0;
}

.faq .accordion-item:not(:first-of-type) {
  border: 0;
}

.hori hr {
  border: 1px solid #fff;
  width: 100%;
}

.tech-banner {
  height: 509px;
}

.tech-banner video {
  width: 100%;
  height: 509px;
  -o-object-fit: cover;
  object-fit: cover;
}

.technology-park h2 {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
}

.technology-park h4 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  /* 143.478% */
  text-transform: uppercase;
}

.technology-park .svg-box {
  border-radius: 42.057px;
  border: 0.841px solid #FFF;
  width: 126.172px;
  height: 126.172px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: background-color 800ms ease;
  /* Smooth transition for color change */
}

.technology-park .svg-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #D9D9D9;
  /* Fill color */
  z-index: -1;
  transition: height 800ms ease;
  /* Smooth transition for height change */
}

.technology-park .svg-box:hover::before {
  height: 100%;
  /* Fill from bottom on hover */
}

.technology-park .svg-box:hover .on-hover {
  fill: #000 !important;
  transition: height 800ms;
}

.technical-services {
  padding: 50px 0px;
}

.technical-services h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  /* 134.286% */
}

.technical-services h2 span {
  background: linear-gradient(90deg, #383070 -17.09%, #E34576 42.58%, #F29C48 102.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
}

.technical-services #tech-bg {
  background-image: url(../images/web-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0px;
}

.technical-services .nav-pills .nav-link.active,
.technical-services .nav-pills .show>.nav-link {
  color: #fff;
  background-color: inherit;
}

.technical-services .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  color: rgba(255, 255, 255, 0.75);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 100% */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.technical-services h3 {
  color: #FFF;
  text-shadow: -3px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 100% */
  text-transform: uppercase;
  text-align: center;
}

.uplift h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  /* 134.286% */
}

.uplift h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.uplift .logos {
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
}

.uplift .logos:before,
.uplift .logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.uplift .logos-slide {
  display: inline-block;
  animation: 16s slide infinite linear;
}

.uplift .logos-slide img {
  margin: 0 40px;
}

.testimonial {
  padding: 50px 0px;
}

.testimonial h2 {
  color: #000000;
  /* text-shadow: -3.918px 1.306px 3.265px rgba(0, 0, 0, 0.21); */
  font-family: Poppins;
  font-size: 32.402px;
  font-style: normal;
  font-weight: 600;
  line-height: 54.621px;
}

@media (max-width: 991px) {
  .testimonial h2 {
    line-height: 29px;
  }
}

.testimonial h2 span {
  background: linear-gradient(89deg, #122B6F -14.08%, #E64676 18.99%, #FCDE26 72.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 41.66px;
  font-style: normal;
  font-weight: 700;
  line-height: 54.621px;
}

.testimonial h6 {
  color: #000000;
  /* text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21); */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.testimonial .collection {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #12141D;
  position: relative;
  z-index: 2000;
}

.testimonial .collection .content {
  height: 28rem;
  width: 24rem;
  background: #1C1F2B;
  padding: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonial .content img {
  width: 150px;
  height: 150px;
  border-radius: 200px;
}

.testimonial .text-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonial .text-content h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -0.36px;
}

.testimonial .text-content h3 span {
  font-size: 16px;
}

.testimonial hr {
  border: 1px solid #fff;
  width: 100%;
}

.testimonial .text-content p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.28px;
}

.social-media h2 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

.social-media h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.social-media p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 113.636% */
}

.social-media p span {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 3.3px;
}

.social-media button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 14px 30px;
}

.social-media button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
  text-decoration: none;
}

.social-media .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.social-media .img-box .video-1 {
  mix-blend-mode: screen;
  width: 205.656px;
  height: 223.651px;
  transform: rotate(21.129deg);
  position: absolute;
  top: 0px;
  right: 0px;
}

.social-media .img-box .video-2 {
  mix-blend-mode: screen;
  width: 450.318px;
  height: 421.209px;
  transform: rotate(-7.286deg);
  position: absolute;
  bottom: 0px;
  left: -90px;
}

.social-box-hover h2 {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

.social-box-hover p {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.social-box-hover .col-boxe {
  background-color: #1E2029;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: background-color 4000ms ease-out;
  min-height: 300px;
  padding: 20px;
  /* Smooth transition for color change */
}

.social-box-hover .col-boxe:hover::before {
  cursor: pointer;
  top: 0;
  /* Fill from top */
  right: 0;
  /* Fill from right */
}

.social-box-hover .col-boxe::before {
  content: "";
  position: absolute;
  top: -130%;
  /* Initial position above the box */
  right: -100%;
  /* Initial position outside the box */
  width: 120%;
  /* Double the width to cover the entire box */
  height: 120%;
  /* Double the height to cover the entire box */
  background-color: #D9D9D9;
  /* Fill color */
  z-index: 0;
  transition: background-color 4000ms ease-out;
  border-bottom-left-radius: 50%;
  transition: top 1000ms ease, right 1000ms ease;
  /* Smooth transition for top and right change */
}

.social-box-hover .col-boxe .icon-box {
  width: 134px;
  height: 134px;
  background-color: #D9D9D9;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25));
}

.social-box-hover .col-boxe h3 {
  position: relative;
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: all 1000ms ease-out;
  /* 128% */
}

.social-box-hover .col-boxe h6 {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 1000ms ease-out;
  /* 166.667% */
}

.social-box-hover .col-boxe .read-more-btn {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  transition: all 1000ms ease-out;
  /* 166.667% */
}

.social-box-hover .col-boxe .read-more-text {
  display: none;
}

.social-box-hover .col-boxe .read-more-text--show {
  display: inline;
  cursor: pointer;
}

.social-box-hover .col-boxe:hover .read-more-btn {
  color: #000;
}

.social-box-hover .col-boxe:hover h3 {
  color: #1E2029;
}

.social-box-hover .col-boxe:hover h6 {
  color: #000;
}

.social-impact .circles {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #12141D;
}

.social-impact h2 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

@media (max-width: 991px) {
  .social-impact h2 {
    font-size: 28px;
  }
}

.social-impact h2 span {
  color: #FFF;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.7px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-impact h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 3.3px;
}

.social-impact p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.social-impact .svg-box {
  border-radius: 42.057px;
  border: 0.841px solid #FFF;
  width: 126.172px;
  height: 126.172px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: background-color 800ms ease;
  /* Smooth transition for color change */
}

.social-impact .svg-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #D9D9D9;
  /* Fill color */
  z-index: -1;
  transition: height 800ms ease;
  /* Smooth transition for height change */
}

.social-impact .svg-box:hover::before {
  height: 100%;
  /* Fill from bottom on hover */
}

.social-impact .svg-box:hover .on-hover {
  fill: #000 !important;
  transition: height 800ms;
}

.social-impact h4 {
  color: #FFF;
  text-align: center;
  text-shadow: -3.933px 1.311px 3.277px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20.442px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.876px;
  /* 136.364% */
  letter-spacing: -0.409px;
  padding-top: 7px;
}

.brands-trust {
  padding: 80px 0px;
}

.brands-trust h2 {
  margin: 0px;
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

.brands-trust h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.expect-smm h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  /* 88.571% */
  letter-spacing: -0.7px;
}

.expect-smm h2 span {
  color: #FFF;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -0.7px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .expect-smm h2 {
    font-size: 26px;
  }
}

.expect-smm p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  /* 150% */
}

.expect-smm .col-box {
  position: relative;
  overflow: hidden;
}

.expect-smm .col-box .content-wrap {
  position: absolute;
  bottom: -100px;
  background: #1E2029;
  width: 100%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: flex-start;
  transition: all 400ms ease-out;
  padding: 15px 10px;
}

.expect-smm .col-box .content-wrap h6 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12.752px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.752px;
  /* 100% */
  letter-spacing: -0.255px;
}

.expect-smm .col-box .content-wrap h3 {
  color: #FFF;
  text-align: center;
  text-shadow: -2px 0.879px 2.6px rgba(0, 0, 0, 0.19);
  font-family: Poppins;
  font-size: 21.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.308px;
  /* 88.571% */
  letter-spacing: -0.436px;
}

.expect-smm .col-box:hover .content-wrap {
  bottom: 5px;
}

.we-hiring {
  padding: 20px 0px;
}

.we-hiring h6 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.we-hiring h2 {
  color: #FFF;
  text-shadow: -5.824px 1.941px 4.853px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  /* 129.342% */
}

@media (max-width: 991px) {
  .we-hiring h2 {
    font-size: 18px;
    line-height: normal;
  }
}

.we-hiring span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.we-hiring p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.join-team h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 122.857% */
  letter-spacing: -0.7px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.join-team .col-box {
  padding: 40px 20px;
  background: #1E2029;
}

.join-team .col-box h3 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
}

.join-team .col-box h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 218.75% */
  letter-spacing: -0.32px;
}

.join-team .col-box button {
  border-radius: 53px;
  background: #D9D9D9;
  padding: 5px 30px;
}

.join-team .col-box button a {
  color: #1E2029;
  text-decoration: none;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 100% */
}

.home-services {
  padding: 100px 0px;
}

.home-services h6 {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin: 0px;
  color: #838383;
}

.home-services h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 991px) {
  .home-services h2 {
    font-size: 19px;
  }
}

.home-services h3 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  /* 114.286% */
  margin-top: 15px;
}

@media (max-width: 991px) {
  .home-services h3 {
    font-size: 26px;
    line-height: normal;
  }
}

.home-services h3 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .home-services h3 span {
    font-size: 32px;
  }
}

.home-services p {
  color: #fff;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
}

.home-services .img-box {
  position: relative;
  border-radius: 15px;
  display: block;
}

.home-services .img-box img {
  width: 100%;
  border-radius: inherit;
}

@media (max-width: 991px) {
  .home-services .img-box img {
    border-radius: 30px;
  }
}

.home-services .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #000000;
  opacity: 0.5;
  width: 100%;
}

@media (max-width: 991px) {
  .home-services .img-box .overlay {
    border-radius: 30px;
  }
}

.home-services .img-box .card-info {
  position: absolute;
  padding: 80px 25px 0;
  top: 0;
  left: 0;
  width: 100%;
}

.home-trust {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .home-trust {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.home-trust h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.home-trust h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 54.621px;
}

.home-trust p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 15px;
  padding-top: 0px;
  /* 125% */
}

@media (max-width: 991px) {
  .home-trust p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.home-trust h4 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 90% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 34px;
  text-align: center;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.home-trust .logos {
  background: #fff;
  overflow: hidden;
  padding-bottom: 20px;
  white-space: nowrap;
  position: relative;
}

.home-trust .logos-slide {
  display: inline-block;
  animation: 25s slide infinite linear;
}

.home-trust .logos-slide img {
  margin: 0 40px;
  width: 115px;
}

@media (max-width: 991px) {
  .home-trust .logos-slide img {
    margin: 0 10px;
  }
}

@keyframes slides {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.home-trust .logoss {
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
  position: relative;
}

.home-trust .logos-slides {
  display: inline-block;
  animation: 25s slides infinite linear;
}

.home-trust .logos-slides img {
  margin: 0 40px;
  width: 115px;
  filter: grayscale(100%);
}

@media (max-width: 991px) {
  .home-trust .logos-slides img {
    margin: 0 10px;
  }
}

.home-trust .logos-slides img:hover {
  filter: grayscale(0%);
}

.about-why-us {
  padding: 101px 0px;
}

.about-why-us h6 {
  color: #CACACA;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 111.111% */
  margin-bottom: 20px;
}

.about-why-us h2 {
  color: #EEE;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.771px;
  /* 117.269% */
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .about-why-us h2 {
    font-size: 40px;
  }
}

.about-why-us h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .about-why-us h2 span {
    font-size: 36px;
  }
}

.about-why-us p {
  margin: 0px;
  color: #CACACA;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.home-healthcare {
  padding: 80px 0px;
  background: url(../images/bg-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-healthcare h2 {
  color: rgb(254, 254, 254);
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 140% */
  letter-spacing: 0.6px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .home-healthcare h2 {
    line-height: 45px;
  }
}

.home-healthcare h3 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

.home-healthcare .circle {
  background-color: #1b1c25;
  background: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25));
  width: 210px;
  height: 210px;
  margin-top: 50px;
  border-radius: 500px;
  position: relative;
  left: -130px;
}

.home-healthcare span {
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  /* 100% */
  letter-spacing: 0.879px;
  color: #fff;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .home-healthcare span {
    font-size: 33px;
  }
}

.home-healthcare .post-slide {
  height: 100%;
  flex-shrink: 0;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
}

.home-healthcare .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.home-healthcare .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  bottom: -10%;
  right: 70px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.home-healthcare .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  bottom: -10%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.home-healthcare .owl-controls .owl-buttons .owl-prev:after,
.home-healthcare .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.home-healthcare .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.home-healthcare .owl-controls .owl-buttons .owl-prev:after,
.home-healthcare .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}

.home-healthcare .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .home-healthcare .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.home-healthcare h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 100% */
  letter-spacing: 0.6px;
  padding-top: 20px;
  padding-bottom: 28px;
}

.home-healthcare p {
  color: #C6C6C6;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 172.222% */
  letter-spacing: 0.36px;
}

.home-healthcare .img-box {
  position: relative;
  border-radius: 15px;
  display: block;
}

.home-healthcare .img-box img {
  width: 100%;
  border-radius: inherit;
}

.home-healthcare .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(360deg, #000000 0%, rgba(77, 77, 77, 0) 100%);
  opacity: 0.5;
  width: 100%;
}

.home-healthcare .img-box .card-info {
  position: absolute;
  padding: 45px 25px 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home-ready {
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .home-ready {
    padding: 50px 0px;
  }
}

.home-ready h4 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.947px;
  /* 100% */
  letter-spacing: 0.879px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .home-ready h4 {
    font-size: 32px;
    line-height: 37px;
  }
}

.home-ready h2 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.665px;
  /* 89.385% */
  padding-bottom: 30px;
}

.home-ready p {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.home-ready h5 {
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-ready .col-boxe {
    background-color: #0994b2;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: background-color 4000ms ease-out;
    min-height: 300px;
    padding: 20px;
}

.home-ready .col-boxe:hover::before {
  cursor: pointer;
  top: 0;
  /* Fill from top */
  right: 0;
  /* Fill from right */
}

.home-ready .col-boxe::before {
  content: "";
  position: absolute;
  top: -130%;
  /* Initial position above the box */
  right: -100%;
  /* Initial position outside the box */
  width: 120%;
  /* Double the width to cover the entire box */
  height: 120%;
  /* Double the height to cover the entire box */
  background-color: #D9D9D9;
  /* Fill color */
  z-index: 0;
  transition: background-color 4000ms ease-out;
  border-bottom-left-radius: 50%;
  transition: top 1000ms ease, right 1000ms ease;
  /* Smooth transition for top and right change */
}

.home-ready .col-boxe .icon-box {
  width: 134px;
  height: 134px;
  background-color: #D9D9D9;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
}

.home-ready .col-boxe h3 {
  position: relative;
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: all 1000ms ease-out;
  /* 128% */
}

.home-ready .col-boxe h6 {
  padding-top: 10px;
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: all 1000ms ease-out;
  /* 166.667% */
}

.home-ready .col-boxe .read-more-btn {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  transition: all 1000ms ease-out;
  /* 166.667% */
}

.home-ready .col-boxe .read-more-text {
  display: none;
}

.home-ready .col-boxe .read-more-text--show {
  display: inline;
  cursor: pointer;
}

.home-ready .col-boxe:hover .read-more-btn {
  color: #000;
}

.home-ready .col-boxe:hover h3 {
  color: #1E2029;
}

.home-ready .col-boxe:hover h6 {
  color: #000;
}

.home-bg-no {
  background: url(../images/home-key-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-bg-no h4 {
  color: #FFF;
  text-align: center;
  text-shadow: -0.816px 2.449px 2.285px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 40.81px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.729px;
  /* 90% */
  text-transform: uppercase;
}

.home-bg-no p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20.405px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.67px;
  /* 116% */
}

.home-take {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  margin-top: 50px;
}

.home-take h4 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35.27px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.7px;
  /* 132.407% */
  letter-spacing: -0.705px;
}

.home-take button {
  border-radius: 37px;
  border: 0.5px solid #FFF;
  background: #fff;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.home-take button a {
  text-decoration: none;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
}

@media (max-width: 991px) {
  .home-take .col-lg-12 {
    flex-direction: column;
  }
}

footer {
  background: #1E2029;
}

footer .foot {
  padding-top: 60px;
  padding-bottom: 20px;
}

footer .reach {
    /* background: linear-gradient(91deg, #383070 -22.51%, #0268a6 18.3%, #04c2c2 47.49%, #0858a1 82.31%, #F29C48 106.21%); */
    background-clip: text;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.7px;
    color: white;
}


img.img-fluid.footlogo {
    width: 25%;
}

footer h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
}

footer h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 194.444% */
}

footer li {
  list-style: none;
}

footer li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 106.25% */
}

footer hr {
  width: 100%;
  color: #FFFFFF;
  border: 1px solid #ffffff;
}

footer h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 11.908px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.583px;
  /* 181.25% */
}

footer h3 a {
  text-decoration: none;
  color: #fff;
}

.about-banner {
  background: url(../images/about-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 268px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-banner h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 9px 7px rgba(0, 0, 0, 0.43);
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 100% */
}

.about-banner p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
}

.about-our-agency {
  padding: 40px 0px;
  background: url(../images/about-agency-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.about-our-agency h6 {
  color: #CACACA;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 111.111% */
  margin-bottom: 20px;
}

.about-our-agency h2 {
  color: #EEE;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.771px;
  /* 117.269% */
  margin-bottom: 25px;
}

.about-our-agency h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-our-agency p {
  color: #CACACA;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0px;
}

.about-our-agency img {
  border-radius: 22px;
  position: relative;
  z-index: 100;
}

.contact-bg {
  height: 550px;
  width: 100%;
}

.contact-bg video {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  /* 132% */
  margin: 0px;
}

.form a {
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  text-decoration: none;
}

.form p {
  color: #FFF;
  text-align: justify;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  padding: 20px 0px;
}

.form h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 64.645px;
  font-style: normal;
  font-weight: 275;
  line-height: 64.645px;
  /* 100% */
}

.form h3 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .form h3 {
    font-size: 32px;
    line-height: 28px;
  }
}

.form .box {
  background: #1E2029;
  padding: 50px 20px;
}

.form .box h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  letter-spacing: -0.8px;
  margin-bottom: 32px;
}

.form .box input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.form .box select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.form .box select option {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #1E2029;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.form .box span {
  text-shadow: -7.542px 7.542px 13.36px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* 100% */
  background: linear-gradient(91deg, #383070 -22.51%, #E13F78 18.3%, #E34576 47.49%, #F77165 82.31%, #F29C48 106.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .form .box span {
    font-size: 42px;
    line-height: 30px;
  }
}

.form .box .fields {
  margin-bottom: 28px;
}

.form .box button {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  width: 100%;
  padding: 11px;
  border-radius: 30px;
  border: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
}

.section-title h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  /* 134.286% */
}

.section-title h2 span {
  background: linear-gradient(90deg, #383070 -17.09%, #E34576 42.58%, #F29C48 102.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
}

.marketing-top {
  padding: 50px 0px;
}

.marketing-top h1 {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  color: #FFFFFF;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.marketing-top h1 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marketing-top h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 3.3px;
  margin-bottom: 0px;
}

.marketing-top h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}

.marketing-top button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 14px 32px;
  border: none;
  margin: 20px 0px;
}

.marketing-top button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 22.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
  text-decoration: none;
}

.inspire-marketing {
  padding: 50px 0px;
}

.inspire-marketing h6 {
  margin-bottom: 0px;
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 3.3px;
}

.inspire-marketing h2 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.inspire-marketing h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.inspire-marketing p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.service-marketing {
  padding: 50px 0px;
}

.service-marketing h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 3.3px;
}

.service-marketing h2 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

.service-marketing h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.service-marketing .col-boxe {
  background-color: #1E2029;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: background-color 4000ms ease-out;
  height: 100%;
  padding: 20px;
  /* Smooth transition for color change */
}

.service-marketing .col-boxe:hover::before {
  cursor: pointer;
  top: 0;
  /* Fill from top */
  right: 0;
  /* Fill from right */
}

.service-marketing .col-boxe::before {
  content: "";
  position: absolute;
  top: -130%;
  /* Initial position above the box */
  right: -100%;
  /* Initial position outside the box */
  width: 120%;
  /* Double the width to cover the entire box */
  height: 120%;
  /* Double the height to cover the entire box */
  background-color: #D9D9D9;
  /* Fill color */
  z-index: 0;
  transition: background-color 4000ms ease-out;
  border-bottom-left-radius: 50%;
  transition: top 1000ms ease, right 1000ms ease;
  /* Smooth transition for top and right change */
}

.service-marketing .col-boxe .icon-box {
  width: 134px;
  height: 134px;
  background-color: #D9D9D9;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
}

.service-marketing .col-boxe h3 {
  position: relative;
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: all 1000ms ease-out;
  /* 128% */
}

.service-marketing .col-boxe h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  position: relative;
  transition: all 1000ms ease-out;
  /* 166.667% */
}

.service-marketing .col-boxe:hover h3 {
  color: #1E2029;
}

.service-marketing .col-boxe:hover h6 {
  color: #000;
}

.digital-results {
  padding: 50px 0px;
}

.digital-results h2 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

.digital-results h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.digital-results h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 140% */
  letter-spacing: 0.6px;
}

.digital-results .accordion-button {
  border: 1px solid;
  background: #1E2029;
  color: #FEE5E5;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 350;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 774px) {
  .digital-results .accordion-button {
    font-size: 20px;
  }
}

@media (max-width: 774px) {
  .digital-results .accordion-body {
    font-size: 16px;
  }
}

.digital-results .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #1E2029;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.digital-results .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../images/Plus.png) !important;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.digital-results .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png) !important;
}

.delhi-internet {
  padding-top: 30px;
  padding-bottom: 50px;
}

.delhi-internet h6 {
  margin: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  letter-spacing: 6px;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.delhi-internet h1 {
  margin: 0px;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}

.delhi-internet p {
  margin: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  padding-bottom: 24px;
}

.delhi-internet button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 10px 28px;
}

.delhi-internet button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
  text-decoration: none;
}

.line-hr hr {
  margin: 0px;
  color: #fff;
  border: 1px solid #fff;
}

.delhi-solutions {
  padding-top: 42px;
  padding-bottom: 100px;
}

.delhi-solutions h2 {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 160% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}

.delhi-solutions .post-slide {
  background: #1E2029;
  min-height: 390px;
  flex-shrink: 0;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding: 33px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delhi-solutions .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.delhi-solutions .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  bottom: -10%;
  right: 70px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.delhi-solutions .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  bottom: -10%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.delhi-solutions .owl-controls .owl-buttons .owl-prev:after,
.delhi-solutions .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.delhi-solutions .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.delhi-solutions .owl-controls .owl-buttons .owl-prev:after,
.delhi-solutions .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}

.delhi-solutions .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .delhi-solutions .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.delhi-solutions h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  /* 132% */
}

.delhi-solutions hr {
  width: 100%;
  border: 1px solid #fff;
}

.delhi-solutions .svg-box {
  padding: 20px;
  border-radius: 100px;
  display: inline-block;
  background: linear-gradient(90deg, #383070 -17.09%, #E34576 42.58%, #F29C48 102.8%), #D9D9D9;
}

.delhi-promise {
  padding-bottom: 50px;
}

.delhi-promise h6 {
  margin: 0px;
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  padding-bottom: 4px;
}

.delhi-promise h2 {
  margin: 0px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 91.429% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 40px;
}

.delhi-promise h3 {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
  display: inline-block;
  padding: 3px 11px;
}

.delhi-promise p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.delhi-promise div {
  padding-bottom: 18px;
}

.delhi-transform {
  background: url(../images/ppc-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.delhi-transform .col-12 {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.delhi-transform h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  margin: 0px;
}

.delhi-transform h3 {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
}

.delhi-transform button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 15px 28px;
}

.delhi-transform button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
  text-decoration: none;
}

.delhi-services {
  padding: 100px 0px;
}

.delhi-services h2 {
  margin: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  /* 130% */
  padding-bottom: 17px;
}

.delhi-services h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.delhi-services h3 {
  margin: 0px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 109.091% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 991px) {
  .delhi-services h3 {
    text-align: center;
  }
}

.delhi-services p {
  margin: 0px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 991px) {
  .delhi-services p {
    text-align: center;
  }
}

.delhi-services .d-flex {
  border: 1px solid #fff;
  border-radius: 21px;
  padding: 29px 15px;
}

@media (min-width: 991px) {
  .delhi-services .border-right {
    border-right: 1px solid #fff;
  }
}

.delhi-range h2 {
  margin: 0px;
  padding-bottom: 20px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.delhi-range p {
  margin: 0px;
  padding-bottom: 30px;
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.delhi-range span {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}

.delhi-range div {
  padding-bottom: 22px;
}

.delhi-range img {
  border-radius: 40px;
}

.delhi-nations {
  padding-top: 50px;
  padding-bottom: 70px;
}

.delhi-nations h2 {
  text-align: center;
  margin: 0px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 11px;
}

.delhi-nations h3 {
  margin: 0px;
  color: #FFF;
  font-family: Poppins;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 128% */
  padding-top: 16px;
}

.delhi-nations svg {
  width: 105px;
  height: 105px;
}

.delhi-page-faq {
  padding: 55px 0px;
}

.delhi-page-faq h2 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.delhi-forme {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  min-height: 190px;
}

.delhi-forme .col-12 {
  min-height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.delhi-forme .col-12 h3 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 122.857% */
  letter-spacing: -0.7px;
  margin: 0px;
  padding-bottom: 16px;
}

.delhi-forme .col-12 button {
  border-radius: 5.567px;
  background: #D9D9D9;
  padding: 11px 30px;
}

.delhi-forme .col-12 button a {
  text-decoration: none;
  font-family: Poppins;
  font-size: 24.356px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.397px;
  /* 71.429% */
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.e-seo {
  padding-top: 60px;
  padding-bottom: 50px;
}

.e-seo h1 {
  margin: 0px;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.e-seo p {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 24px;
}

.e-seo button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 15px 28px;
}

.e-seo button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
  text-decoration: none;
}

.e-form {
  padding: 54px 0px;
}

.e-form h2 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 14px;
}

.e-form h6 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
  padding-bottom: 38px;
}

.e-form p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin: 0px;
}

.e-form h4 {
  color: #F29C48;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 10px;
}

.e-form h5 {
  color: #F29C48;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  margin: 0px;
}

.e-form button {
  margin-top: 49px;
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 15px 28px;
}

.e-form button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.623px;
  /* 71.429% */
  text-decoration: none;
}

.e-form .e-form-box {
  border-radius: 40px;
  border: 2px solid #fff;
  padding: 28px 21px;
}

.e-form .e-form-box h4 {
  margin: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 128% */
  padding-bottom: 10px;
}

.e-form .e-form-box h3 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 128% */
}

.e-form .e-form-box hr {
  color: white;
  border: 1px solid #fff;
  width: 100%;
}

.e-form .e-form-box input {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 10px;
  border-top: none;
  border-radius: 10px;
  border-right: none;
  border-left: none;
}

.e-form .e-form-box label {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  opacity: 0.5;
}

.e-form .e-form-box button {
  border-radius: 5px;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), rgba(217, 217, 217, 0.74);
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 128% */
  padding: 6px 27px;
}

.e-unlock {
  padding: 50px 0px;
}

.e-unlock h2 {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 106.667% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 25px;
}

.e-unlock h6 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
  padding-bottom: 60px;
}

.e-unlock p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  margin: 0px;
  padding-bottom: 21px;
}

.e-what {
  padding-bottom: 50px;
}

.e-what h2 {
  margin: 0px;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 40px;
}

.e-what p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0px;
}

.e-what .col-lg-5 {
  mix-blend-mode: lighten;
}

.why-e-store {
  padding: 50px 0px;
}

.why-e-store h6 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 88% */
  margin: 0px;
  padding: 25px;
}

.why-e-store span {
  border-radius: 9px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  padding: 12px 28px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  display: block;
  margin-bottom: 50px;
}

.why-e-store .v-border {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 20px;
}

.why-e-store p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
  padding-bottom: 30px;
}

.why-e-store h5 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 110% */
}

.why-e-store .video-cover {
  mix-blend-mode: lighten;
}

.e-well-versed {
  padding: 50px 0px;
}

.e-well-versed h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 30px;
}

.e-stop-letting {
  padding: 19px 0px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
}

.e-stop-letting h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 122.857% */
  letter-spacing: -0.7px;
  margin: 0px;
  padding-bottom: 16px;
}

.e-stop-letting button {
  border-radius: 5.567px;
  background: #D9D9D9;
  padding: 10px 38px;
}

.e-stop-letting button a {
  font-family: Poppins;
  font-size: 24.356px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.397px;
  /* 71.429% */
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.email-hero {
  padding-top: 90px;
  padding-bottom: 52px;
}

.email-hero h1 {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 15px;
}

.email-hero p {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
  padding-bottom: 40px;
}

.email-hero button {
  padding: 10px 24px;
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
}

.email-hero button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 110.832% */
  text-decoration: none;
}

.email-how {
  padding: 50px 0px;
}

.email-how h2 {
  margin: 0px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 120% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 25px;
}

.email-how p {
  margin: 0px;
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  padding-bottom: 40px;
}

.email-how button {
  border-radius: 5px;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), rgba(217, 217, 217, 0.74);
  padding: 8px 50px;
}

.email-how button a {
  text-decoration: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 19.574px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.186px;
  /* 138.889% */
}

.email-marketing {
  padding: 50px 0px;
}

.email-marketing h2 {
  margin: 0px;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}

.email-marketing h6 {
  margin: 0px;
  display: inline-block;
  padding: 9px 18px;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Poppins;
  font-size: 19.574px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.186px;
  /* 138.889% */
  border-radius: 5px;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), rgba(217, 217, 217, 0.74);
}

.email-marketing h3 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 88% */
  margin: 0px;
  padding-top: 26px;
}

.email-marketing p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
  padding-top: 20px;
}

.email-marketing .col-lg-5 {
  mix-blend-mode: lighten;
}

.main-delhi {
  padding-top: 90px;
  padding-bottom: 84px;
}

.main-delhi h1 {
  margin: 0px;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 15px;
}

.main-delhi p {
  margin: 0px;
  color: #FFF;
  padding-bottom: 35px;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
}

.main-delhi button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 10px 24px;
}

.main-delhi button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 110.832% */
  text-decoration: none;
}

.delhi-about {
  padding: 50px 0px;
}

.delhi-about h6 {
  margin: 0px;
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding-bottom: 10px;
}

.delhi-about h2 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 20px;
}

.delhi-about p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
  padding-bottom: 28px;
}

.benefits-delhi {
  padding: 50px 0px;
}

.benefits-delhi h2 {
  margin: 0px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 90% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 14px;
}

.benefits-delhi p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
  padding-bottom: 27px;
}

.benefits-delhi p i {
  color: #95bc60;
  padding-right: 10px;
}

.benefits-delhi h6 {
  margin: 0px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 90% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 14px;
}

.benefits-delhi h3 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  color: #fff;
  border-radius: 9px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
}

.marketing-process {
  padding: 50px 0px;
}

.marketing-process img {
  max-width: 100%;
  height: auto;
}

.marketing-process h2 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marketing-process h6 {
  border-radius: 5px;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), rgba(217, 217, 217, 0.74);
  color: #FFF;
  font-family: Poppins;
  font-size: 19.574px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.186px;
  /* 138.889% */
  padding: 2px 15px;
  width: -moz-fit-content;
  width: fit-content;
}

.marketing-process h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 19.574px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.186px;
  /* 138.889% */
  margin: 0px;
  padding-bottom: 10px;
}

.marketing-process p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px;
}

.orm-head {
  padding-top: 90px;
  padding-bottom: 80px;
}

.orm-head h1 {
  margin: 0px;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}

.orm-head button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 10px 20px;
}

.orm-head button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 110.832% */
}

.email-tools {
  padding: 50px 0px;
}

.email-tools h2 {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 46px;
}

.what-reputation {
  padding: 50px 0px;
}

@media (min-width: 991px) {
  .what-reputation .sticky-left {
    position: sticky;
    top: 0px;
  }
}

.what-reputation .sticky-right {
  background: #1D202E;
  padding: 35px 10px;
  min-height: 150px;
}

.what-reputation .sticky-right h2 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 106.667% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  margin: 0px;
  -webkit-text-fill-color: transparent;
}

.what-reputation .sticky-right p {
  padding-top: 15px;
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  margin: 0px;
}

.what-reputation .sticky-right h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 113.636% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  padding: 5px 11px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.what-reputation .sticky-right h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  margin: 0px;
  padding-top: 20px;
}

.choose-orm {
  padding: 50px 0px;
}

.choose-orm h2 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 106.667% */
  margin: 0px;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 16px;
}

.choose-orm p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
  padding-bottom: 40px;
}

.choose-orm h6 {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

@media (min-width: 991px) {
  .choose-orm h6 {
    padding-bottom: 28px;
  }
}

.ready-protect {
  padding: 50px 0px;
}

.ready-protect .container {
  padding: 21px 15px;
  border-radius: 20px;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
}

.ready-protect .container h2 {
  color: #FFF;
  text-shadow: -4px 3px 5.3px rgba(0, 0, 0, 0.28);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 106.667% */
  padding-bottom: 15px;
}

.ready-protect .container p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
  padding-bottom: 15px;
}

.ready-protect .container .border-box {
  border-radius: 20px;
  border: 1px solid #FFF;
  padding: 12px 10px;
}

.ready-protect .container .border-box h4 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 90.909% */
}

.online-for {
  padding-bottom: 52px;
}

.online-for h2 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 12px;
}

.online-for p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
}

@media (min-width: 991px) {
  .online-for p {
    padding-bottom: 20px;
  }
}

.influence-head {
  padding-top: 66px;
  padding-bottom: 50px;
}

.influence-head h1 {
  margin: 0px;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}

.influence-head .first-button {
  border-radius: 6.599px;
  background: linear-gradient(93deg, #383070 0.34%, #E34576 52.39%, #F29C48 100.54%), #D9D9D9;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
  padding: 10px 42px;
  border: none;
}

@media (max-width: 991px) {
  .influence-head .first-button {
    padding: 5px 20px;
  }
}

.influence-head .first-button a {
  text-decoration: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 110.832% */
}

@media (max-width: 991px) {
  .influence-head .first-button a {
    font-size: 17px;
  }
}

.influence-head button {
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 6.599px;
  border: 1px solid #FFF;
  box-shadow: -3.3px 3.3px 3.3px 0px rgba(0, 0, 0, 0.62);
}

@media (max-width: 991px) {
  .influence-head button {
    padding: 5px 20px;
  }
}

.influence-head button a {
  text-decoration: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 28.872px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 110.832% */
}

@media (max-width: 991px) {
  .influence-head button a {
    font-size: 17px;
  }
}

.influence-jaipur {
  padding-top: 59px;
  padding-bottom: 53px;
}

.influence-jaipur h2 {
  margin: 0px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 116.667% */
  text-transform: uppercase;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 23px;
}

.influence-jaipur p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  margin: 0px;
}

.what-influence {
  padding: 66px 0px;
}

.what-influence h2 {
  margin: 0px;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 90% */
  text-transform: uppercase;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}

.what-influence p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
}

.meet-top {
  padding: 50px 0px;
}

.meet-top .box {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 30px;
}

.meet-top .box h2 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 108% */
  text-transform: uppercase;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  padding-bottom: 15px;
}

.meet-top .box p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  margin: 0px;
  padding-bottom: 10px;
}

.privacy-policy h1 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.privacy-policy h2 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.privacy-policy h3 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}

.privacy-policy p {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  /* 156.25% */
}

.privacy-policy p a {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

.privacy-policy li {
  color: #FFF;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
}

.privacy-policy h4 {
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.social-industries {
  padding: 80px 0px;
}

.social-industries .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.social-industries .nav-pills .nav-link.active,
.social-industries .work .nav-pills .show>.nav-link {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  color: #fff;
}

.social-industries h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  /* 88.571% */
  letter-spacing: -0.7px;
  margin: 0px;
  padding-bottom: 21px;
}

.ui-ux-intro {
  background: url(../images/ui-ux-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ui-ux-intro h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 0px;
  padding-bottom: 2px;
}

.ui-ux-intro h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  /* 124% */
  margin-bottom: 0px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .ui-ux-intro h2 {
    font-size: 32px;
    line-height: normal;
  }
}

.ui-ux-intro p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 0px;
  padding-bottom: 28px;
}

@media (max-width: 991px) {
  .ui-ux-intro p {
    font-size: 15px;
    line-height: normal;
  }
}

.ui-ux-intro button {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  padding: 10px 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.ui-ux-intro button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-decoration: none;
}

.ui-ux-service {
  padding: 100px 0px;
}

.ui-ux-service h2 {
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  /* 137.5% */
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 35px;
}

.ui-ux-service h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.ui-ux-service p {
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
  margin: 0px;
}

.ui-ux-service .col-6 {
  padding-bottom: 30px;
}

.ui-ux-case-study {
  background: url(../images/ui-ux-case-study.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.ui-ux-case-study h2 {
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  /* 137.5% */
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 35px;
}

.ui-ux-case-study h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
  margin: 0px;
  padding-bottom: 22px;
}

.ui-ux-case-study p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  margin-bottom: 0px;
  padding-bottom: 26px;
}

.ui-ux-case-study .contact {
  border-radius: 10px;
  padding: 10px 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
}

.ui-ux-case-study .contact a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

.tools-we-use {
  padding: 60px 0px;
}

.tools-we-use h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.tools-we-use p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.ui-ux-process {
  padding: 80px 0px;
}

.ui-ux-process h2 {
  margin-bottom: 0px;
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 107.5% */
  padding-bottom: 14px;
}

.ui-ux-process p {
  padding-bottom: 40px;
  margin-bottom: 0px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
}

.ui-ux-process .col-box {
  height: 100%;
  border-radius: 19.632px;
  background: #1E2130;
  padding: 16px 30px;
  box-shadow: -5.89px 4.908px 13.252px 0px rgba(0, 0, 0, 0.52);
}

.ui-ux-process .col-box .svg-box {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.ui-ux-process .col-box h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 24.54px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.503px;
  /* 108% */
  margin-bottom: 0px;
  padding: 13px 0px;
}

.ui-ux-process .col-box h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 17.669px;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: 26.503px;
  /* 150% */
}

.app {
  background: url(../images/web-%26-app.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.app h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 0px;
  padding-bottom: 17px;
}

@media (max-width: 991px) {
  .app h6 {
    font-size: 13px;
    line-height: normal;
  }
}

.app h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  /* 110% */
  margin-bottom: 0px;
  padding-bottom: 11px;
}

@media (max-width: 991px) {
  .app h1 {
    font-size: 32px;
    line-height: normal;
  }
}

.app p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 0px;
  padding-bottom: 28px;
}

@media (max-width: 991px) {
  .app p {
    font-size: 16px;
    line-height: normal;
  }
}

.app button {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  border: none;
  padding: 10px 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.app button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-decoration: none;
}

.achieve {
  padding: 80px 0px;
}

.achieve h2 {
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 142.857% */
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .achieve h2 {
    font-size: 28px;
    line-height: normal;
  }
}

.achieve p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  margin-bottom: 0px;
  padding-bottom: 45px;
}

.achieve .col-box {
  border-radius: 16.14px;
  background: #1E2130;
  box-shadow: -4.842px 4.035px 10.894px 0px rgba(0, 0, 0, 0.52);
  padding: 15px;
  height: 100%;
}

@media (max-width: 991px) {
  .achieve .col-box {
    padding: 10px;
  }
}

.achieve .col-box h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.789px;
  /* 99.04% */
  padding-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 11px;
}

.achieve .col-box h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.789px;
  /* 145.259% */
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .achieve .col-box h6 {
    font-size: 12px;
    line-height: normal;
  }
}

.web-digital {
  padding: 80px 0px;
}

.web-digital h2 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .web-digital h2 {
    font-size: 25px;
    line-height: normal;
  }
}

.web-digital p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin-bottom: 0px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .web-digital p {
    font-size: 14px;
    line-height: normal;
    padding-bottom: 18px;
  }
}

.web-digital li {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

@media (max-width: 991px) {
  .web-digital li {
    font-size: 12px;
    line-height: normal;
  }
}

.which-technology {
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .which-technology {
    padding: 40px 0px;
  }
}

.which-technology h2 {
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 142.857% */
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .which-technology h2 {
    font-size: 28px;
    line-height: normal;
  }
}

.which-technology p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  margin-bottom: 0px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .which-technology p {
    font-size: 13px;
    line-height: normal;
  }
}

.which-technology .col-box {
  border-radius: 18.057px;
  background: #1E2130;
  box-shadow: -5.417px 4.514px 12.188px 0px rgba(0, 0, 0, 0.52);
  padding: 20px;
  height: 100%;
}

@media (max-width: 991px) {
  .which-technology .col-box {
    padding: 6px;
  }
}

.which-technology .col-box .svg-box {
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.which-technology .col-box h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 24.613px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.377px;
  /* 99.04% */
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 16px;
}

@media (max-width: 991px) {
  .which-technology .col-box h3 {
    line-height: normal;
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 18px;
  }
}

.which-technology .col-box h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 17.9px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.377px;
  /* 136.18% */
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .which-technology .col-box h6 {
    font-size: 12px;
    line-height: normal;
  }
}

.web-port {
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .web-port {
    padding: 40px 0px;
  }
}

.web-port h2 {
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 142.857% */
  margin-bottom: 0px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .web-port h2 {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: normal;
  }
}

.web-port img {
  border-radius: 20px;
}

.tech-stack {
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .tech-stack {
    padding: 40px 0px;
  }
}

.tech-stack .col-lg-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tech-stack .svg-box {
  padding: 20px;
  border-radius: 100px;
  border: 1px solid #fff;
}

.tech-stack h2 {
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
  background: linear-gradient(88deg, #383070 -32.49%, #E34576 34.51%, #F29C48 102.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .tech-stack h2 {
    font-size: 28px;
    line-height: normal;
    padding-bottom: 20px;
  }
}

.tech-stack h3 {
  padding-top: 23px;
  margin-bottom: 0px;
  color: #FFF;
  font-family: Poppins;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.377px;
  /* 99.04% */
}

.influence-banner {
  background: url(../images/influence-banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.influence-banner h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  /* 110% */
  margin-bottom: 0px;
  padding-bottom: 11px;
}

@media (max-width: 991px) {
  .influence-banner h1 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.541px;
    /* 110.163% */
    padding-bottom: 6px;
    margin: 0px;
  }
}

@media (max-width: 991px) {
  .influence-banner .gap-3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.influence-banner p {
  margin-bottom: 0px;
  padding-bottom: 30px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

@media (max-width: 991px) {
  .influence-banner p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 150% */
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
}

.influence-banner button {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  padding: 10px 40px;
}

.influence-banner button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-decoration: none;
}

@media (max-width: 991px) {
  .influence-banner button a {
    color: #FFF;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    /* 130% */
  }
}

.influencer-solutions {
  padding: 80px 0px;
}

.influencer-solutions h2 {
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 142.857% */
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.influencer-solutions p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.influencer-solutions .col-box {
  padding: 25px;
  height: 100%;
  border-radius: 18.057px;
  background: #1E2130;
  box-shadow: -5.417px 4.514px 12.188px 0px rgba(0, 0, 0, 0.52);
}

.influencer-solutions .col-box h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 136.364% */
  margin-bottom: 0px;
}

.influencer-solutions .col-box h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  padding-top: 30px;
}

.influencer-solutions .col-box .svg-box {
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #fff;
}

.influencer-solutions .post-slide {
  height: 100%;
  flex-shrink: 0;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
}

.influencer-solutions .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.influencer-solutions .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  bottom: -10%;
  right: 70px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.influencer-solutions .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  bottom: -10%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.influencer-solutions .owl-controls .owl-buttons .owl-prev:after,
.influencer-solutions .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.influencer-solutions .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.influencer-solutions .owl-controls .owl-buttons .owl-prev:after,
.influencer-solutions .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}

.influencer-solutions .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .influencer-solutions .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.will-do-influencer {
  padding: 80px 0px;
}

.will-do-influencer h2 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  .will-do-influencer h2 {
    font-family: Poppins;
    font-size: 20.376px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.198px;
    /* 128.571% */
    background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }
}

.will-do-influencer p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin: 0px;
  padding-bottom: 26px;
}

@media (max-width: 991px) {
  .will-do-influencer p {
    color: #FFF;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.554px;
    /* 145.542% */
    margin-bottom: 0px;
    padding-bottom: 12px;
  }
}

.will-do-influencer button {
  border-radius: 10px;
  padding: 10px 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
}

.will-do-influencer button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-decoration: none;
}

@media (max-width: 991px) {
  .will-do-influencer button a {
    color: #FFF;
    font-family: Poppins;
    font-size: 10.479px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.301px;
    /* 155.556% */
  }
}

.will-do-influencer video {
  mix-blend-mode: difference;
}

.influencer-boost {
  padding: 80px 0px;
}

.influencer-boost h2 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .influencer-boost h2 {
    font-family: Poppins;
    font-size: 19.07px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.519px;
    /* 128.571% */
    background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}

.influencer-boost p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
  margin-bottom: 0px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .influencer-boost p {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.622px;
    /* 138.889% */
    padding-bottom: 30px;
    margin: 0px;
  }
}

.influencer-boost button {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  padding: 10px 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.influencer-boost button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-decoration: none;
}

@media (max-width: 991px) {
  .influencer-boost button a {
    color: #FFF;
    font-family: Poppins;
    font-size: 9.808px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.256px;
    /* 155.556% */
  }
}

.boost-business {
  padding: 80px 0px;
}

.boost-business h2 {
  padding-bottom: 50px;
  margin-bottom: 0px;
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

.boost-business video {
  border-radius: 20px;
}

.influencer-process {
  padding: 80px 0px;
}

.influencer-process h2 {
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 100% */
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 50px;
  margin-bottom: 0px;
}

.influencer-process .col-box {
  border-radius: 16.14px;
  background: #1E2130;
  box-shadow: -4.842px 4.035px 10.894px 0px rgba(0, 0, 0, 0.52);
  padding: 25px;
  height: 100%;
}

.influencer-process .col-box h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.789px;
  /* 99.04% */
  padding-top: 21px;
  padding-bottom: 13px;
  margin-bottom: 0px;
}

.influencer-process .col-box p {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.789px;
  /* 155.634% */
  margin-bottom: 0px;
}

.influencer-process .col-box .svg-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #fff;
}

.influencer-process .post-slide {
  height: 100%;
  flex-shrink: 0;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
}

.influencer-process .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.influencer-process .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  position: absolute;
  bottom: -10%;
  right: 70px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.influencer-process .owl-controls .owl-buttons .owl-next {
  background: transparent;
  position: absolute;
  bottom: -10%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: background 0.5s ease 0s;
}

.influencer-process .owl-controls .owl-buttons .owl-prev:after,
.influencer-process .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.influencer-process .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.influencer-process .owl-controls .owl-buttons .owl-prev:after,
.influencer-process .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 30px;
}

.influencer-process .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .influencer-process .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.in-india-cta {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  padding: 50px 0px;
}

.in-india-cta h5 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  /* 122.857% */
  letter-spacing: -0.7px;
}

.in-india-cta button {
  border-radius: 5.567px;
  background: #D9D9D9;
  padding: 10px 50px;
}

.in-india-cta button a {
  font-family: Poppins;
  font-size: 24.356px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.397px;
  /* 71.429% */
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.healthcare-banner {
  padding-top: 60px;
  background-image: url(../images/healthcare-banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.healthcare-banner h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

.healthcare-banner h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;
  /* 114% */
  text-transform: uppercase;
}

.healthcare-banner p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  padding-bottom: 24px;
  margin-bottom: 0px;
}

.healthcare-banner button {
  border-radius: 10px;
  padding: 10px 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  width: -moz-fit-content;
  width: fit-content;
}

.healthcare-banner button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-decoration: none;
}

.healthcare-leaders {
  padding-top: 54px;
}

.healthcare-leaders h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 125% */
}

.healthcare-leaders p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.healthcare-leaders h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 0px;
  padding-top: 26px;
  padding-bottom: 45px;
}

.healthcare-leaders button {
  border-radius: 10px;
  padding: 10px 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  border: none;
}

.healthcare-leaders button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-decoration: none;
}

.healthcare-leaders .form-box {
  background: #1E2130;
  padding: 40px;
}

.healthcare-leaders .form-box h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 23.348px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.348px;
  /* 100% */
  margin-bottom: 0px;
  padding-bottom: 23px;
}

.healthcare-leaders .form-box input {
  border-radius: 8.405px;
  border: 0.934px solid #FFF;
  color: rgba(255, 255, 255, 0.49);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 10px;
  width: 100%;
  background: transparent;
}

.healthcare-leaders .form-box button {
  width: 100%;
  border-radius: 8.405px;
  border: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.348px;
  /* 116.741% */
}

.healthcare-no {
  padding-bottom: 98px;
}

.healthcare-no h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 100% */
  text-transform: uppercase;
}

.healthcare-no h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 125% */
}

.healthcare-no p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.healthcare-no ul {
  margin: 0px;
  padding: 0px;
}

.healthcare-no ul li {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  /* 250% */
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.healthcare-no button {
  margin-top: 19px;
  border-radius: 10px;
  padding: 10px 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  border: none;
}

.healthcare-no button a {
  text-decoration: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

.complete-healthcare-solutions {
  background-image: url(../images/complete-healthcare-solutions-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.complete-healthcare-solutions h2 {
  background: linear-gradient(95deg, #383070 -46.61%, #E34576 20.42%, #F29C48 65.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize !important;
}

@media (min-width: 991px) {
  .complete-healthcare-solutions .side-padding {
    padding-left: 110px;
  }
}

.complete-healthcare-solutions h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
}

.complete-healthcare-solutions p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  padding-bottom: 26px;
  margin-bottom: 0px;
}

.complete-healthcare-solutions button {
  border-radius: 10px;
  padding: 10px 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%), linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%), #D9D9D9;
  width: -moz-fit-content;
  width: fit-content;
}

.complete-healthcare-solutions button a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-decoration: none;
}

.complete-healthcare-solutions .img-box {
  display: flex;
  justify-content: end;
}

.why-choose-as-digital-marketing-jaipur {
  padding: 50px 0px;
}

.why-choose-as-digital-marketing-jaipur h6 {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin: 0px;
  color: #838383;
}

.why-choose-as-digital-marketing-jaipur h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 991px) {
  .why-choose-as-digital-marketing-jaipur h2 {
    font-size: 19px;
  }
}

.why-choose-as-digital-marketing-jaipur h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .why-choose-as-digital-marketing-jaipur h2 span {
    font-size: 32px;
  }
}

.why-choose-as-digital-marketing-jaipur h4 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .why-choose-as-digital-marketing-jaipur h4 {
    font-size: 26px;
    line-height: normal;
  }
}

.why-choose-as-digital-marketing-jaipur h3 {
  color: #FFF;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .why-choose-as-digital-marketing-jaipur h3 {
    font-size: 26px;
    line-height: normal;
  }
}

.why-choose-as-digital-marketing-jaipur p {
  color: #fff;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
}

.custom-blogs h4 {
  color: #FFF;
  /* text-shadow: 0px 1.929px 4.226px rgba(0, 0, 0, 0.3); */
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  margin-top: 15px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .custom-blogs h4 {
    font-size: 26px;
    line-height: normal;
  }
}

/* .custom-blogs h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
} */


.contact-form {
    padding: 15px;
    margin-left: 0px;
    -webkit-box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
    box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
    background-color: var(--whiteColor);
}

input#sub {
    visibility: hidden;
    height: 0px;
}

.form-group {
    margin-bottom: 1rem;
}


.custom-blogs h2 {
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
}



@media (max-width: 991px) {
  .custom-blogs h2 {
    font-size: 19px;
  }
}

.custom-blogs h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .custom-blogs h2 span {
    font-size: 32px;
  }
}

.career-form {
  padding: 60px 0px;
}

.career-form .box {
  background: #1E2029;
  padding: 50px 30px;
}

@media (max-width: 991px) {
  .career-form .box {
    padding: 50px 10px;
  }
}

.career-form .box p {
  color: #fff;
  text-shadow: 0px 5.929px 6.226px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
}

.career-form .box p a {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.career-form .box h2 {
  color: #FFF;
  text-align: center;
  text-shadow: -4.232px 1.411px 3.527px rgba(0, 0, 0, 0.21);
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 131.429% */
}

.career-form .box h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.career-form .box input {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-family: Poppins;
}

.career-form .box input ::-moz-placeholder {
  color: #fff;
  font-family: Poppins;
}

.career-form .box input ::placeholder {
  color: #fff;
  font-family: Poppins;
}

.career-form .box #basic-addon1 {
  font-family: Poppins;
  background: linear-gradient(91deg, #383070 -22.51%, #E13F78 18.3%, #E34576 47.49%, #F77165 82.31%, #F29C48 106.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.career-form .box select {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-family: Poppins;
}

.career-form .box select ::-moz-placeholder {
  color: #fff;
  font-family: Poppins;
}

.career-form .box select ::placeholder {
  color: #fff;
  font-family: Poppins;
}

.career-form .box select option {
  color: #000;
  font-family: Poppins;
}

.career-form .box #regen-sum {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  width: 100%;
  padding: 11px;
  border-radius: 0px;
  border: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.career-form .box #btnsubmits {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  width: 100%;
  padding: 11px;
  border-radius: 0px;
  border: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.career-form .box textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-family: Poppins;
}

.career-form .box textarea ::-moz-placeholder {
  color: #fff;
  font-family: Poppins;
}

.career-form .box textarea ::placeholder {
  color: #fff;
  font-family: Poppins;
}

.studio-banner {
  padding: 50px 0px;
}

.studio-banner .box {
  padding: 40px 20px;
  background-image: url(../images/banner-image.svg);
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
}

.studio-banner .box h6 {
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  font-family: Poppins;
}

@media (max-width: 991px) {
  .studio-banner .box h6 {
    font-size: 14px;
  }
}

.studio-banner .box h2 {
  font-size: 61px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-family: Poppins;
}

@media (max-width: 991px) {
  .studio-banner .box h2 {
    font-size: 32px;
  }
}

.studio-banner .box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-family: Poppins;
}

@media (max-width: 991px) {
  .studio-banner .box p {
    font-size: 15px;
  }
}

.studio-banner .box button {
  background-color: #000;
  padding: 15px 30px;
  border-radius: 20px;
  margin-top: 10px;
}

.studio-banner .box button a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Poppins;
  text-transform: uppercase;
}

.studio-banner .box img {
  border-radius: 30px;
}

.podcast-set h2 {
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-family: Poppins;
}

.podcast-set h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.podcast-set h3 {
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-family: Poppins;
}

.podcast-set h3 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.podcast-set h6 {
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-family: Poppins;
}

.podcast-set h6 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.podcast-set li {
  list-style: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: Poppins;
  font-style: normal;
}

.podcast-set img {
  border-radius: 40px !important;
}

.podcast-set-4 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-family: Poppins;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .podcast-set-4 p {
    font-size: 15px;
  }
}

.studio-equipment h2 {
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-family: Poppins;
}

.studio-equipment h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.studio-equipment p {
  font-family: Poppins;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}

.studio-equipment img {
  filter: invert(1) !important;
}

.studio-live-feed .eapps-instagram-feed-header {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%) !important;
  padding: 20px;
}

.studio-live-feed #eapps-instagram-feed-1 .eapps-instagram-feed-header {
  background: rgb(255, 255, 255);
}

.studio-image h2 {
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-family: Poppins;
}

.studio-image h2 span {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.studio-image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-button {
  display: none;
}

@media (max-width: 991px) {
  .sticky-button {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
  }

  .sticky-button button {
    width: 100%;
    border-radius: 6.599px;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid #000;
  }

  .sticky-button button a {
    text-decoration: none;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
}

.d2c-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../dimages/hero-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-attachment: fixed;
}

.d2c-banner h1 {
  color: #ffffff;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  font-family: Poppins;
  margin-bottom: 0px;
}

.d2c-banner p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins;
  text-align: center;
}

.d2c-banner button {
  border-radius: 6px;
  border: none;
  padding: 9px 30px;
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991px) {
  .d2c-banner button {
    padding: 5px 10px;
  }
}

.d2c-banner button a {
  color: #DDD;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* 100% */
  text-decoration: none;
}

@media (max-width: 991px) {
  .d2c-banner button a {
    font-size: 14px;
  }
}

.if-brand {
  padding: 50px 0px;
}

.if-brand h2 {
  color: #ffffff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  font-family: Poppins;
  margin-bottom: 0px;
}

.if-brand h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.if-brand p {
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: Poppins;
}

.if-brand .col-box {
  padding: 5px 0px;
}

.how-help {
  padding: 50px 0px;
}

.how-help h2 {
  color: #ffffff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  font-family: Poppins;
}

.how-help h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-help .col-box {
  background-color: #1E2029;
  padding: 25px 10px;
  height: 100%;
}

.how-help .col-box h4 {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: Poppins;
}

.how-help .col-box h4 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-help .col-box li {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 300;
  font-family: Poppins;
}

.why-choose-us {
  padding: 50px 0px;
}

.why-choose-us h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  font-family: Poppins;
}

.why-choose-us h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-choose-us li {
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  padding: 4px;
  font-family: Poppins;
  list-style: none;
}

.why-choose-us img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.d-case-studies {
  padding: 50px 0px;
}

.d-case-studies h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  font-family: Poppins;
}

.d-case-studies h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d-case-studies h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-top: 5px;
  font-family: Poppins;
}

.d-case-studies p {
  color: white;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
}

.d-case-studies .read-more-btn {
  font-size: 15px;
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-btns {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  width: -moz-fit-content;
  border: none;
  width: fit-content;
  padding: 2px 10px;
}

.header-btns a {
  text-decoration: none !important;
  font-family: Poppins;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}

.form-container {
  position: fixed;
  top: 55%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  background-color: #2E3241;
  background-position: center;
  background-size: cover;
  padding: 20px 50px;
  border-radius: 5px;
  display: none;
  z-index: 999999;
}

.form-container span {
  color: #EAE6E5;
  font-size: 24px;
  font-weight: 600;
}

.form-container button:hover {
  background-color: white;
  color: black;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.popup_form .cross {
  background-color: #19382B;
  color: #fff;
}

.popup_form .cross:hover {
  background-color: #19382B;
  color: #fff;
}

.popup_form label {
  color: #dae0f5;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 18px;
  width: 100%;
  padding: 8px;
}

.popup_form input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.popup_form span {
  text-shadow: -7.542px 7.542px 13.36px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* 100% */
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .popup_form span {
    font-size: 22px;
    line-height: 30px;
  }
}

.popup_form select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.popup_form select option {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #1E2029;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.popup_form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 20px;
  /* 125% */
}

.popup_form h5 {
  color: #dae0f5;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 24px;
}

.form-container h4 {
  color: #FFC000;
  font-size: 21px;
  font-weight: 700;
}

.form-container p {
  color: #EAE6E5;
  font-size: 12px;
}

.popup_form h6 {
  color: #dae0f5;
  font-family: avalon-bold;
  font-size: 15px;
  text-align: center;
}

.popup_form button {
  background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
  width: 100%;
  padding: 11px;
  border-radius: 30px;
  border: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
}

@media (max-width: 576px) {
  .form-container {
    top: 50%;
    width: 90%;
    padding: 20px 10px;
  }

  .btn_brochure {
    background-color: #1e1916;
    padding: 5px 0 20px 0;
    margin-top: -5px;
  }
}

.new-seo-services h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  font-family: Poppins;
}

.new-seo-services h2 span {
  background: linear-gradient(89deg, #383070 -50.67%, #E34576 34.1%, #F29C48 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-seo-services h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  font-family: Poppins;
}

@media (max-width: 991px) {
  .new-seo-services h3 {
    font-size: 24px;
  }
}

.new-seo-services p {
  color: white;
  font-size: 18px;
  font-weight: 200;
  font-family: Poppins;
}

@media (max-width: 991px) {
  .new-seo-services p {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */


.about-content h2 span {
    background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 54.621px;
}


.servicesection h4 {
    /* font-family: Poppins; */
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 43.947px;
    letter-spacing: 0.879px;
    background: linear-gradient(93deg, #044684 -8.3%, #09dddf 55.97%, #04578c 127.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
}

