.u-b1d1a91d {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.u-d4f5c2c9 {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.u-64ff37c3 {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.u-64ff37c3 {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.u-d4f5c2c9.u-1436addd {
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
  font-weight: 400;
  transition: 0.5s;
}

.u-d4f5c2c9.u-1436addd:hover {
  background: var(--bs-white) !important;
  color: var(--bs-primary) !important;
}

.u-d4f5c2c9.u-2e62b221 {
  background: var(--bs-light) !important;
  color: var(--bs-primary) !important;
  font-weight: 400;
  transition: 0.5s;
}

.u-d4f5c2c9.u-2e62b221:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-light) !important;
}

.u-79b815e4 {
  position: relative;
  animation: RotateMoveLeft 10s linear infinite;
}

.u-09def065 {
  position: relative;
  animation: RotateMoveLeft 10s linear infinite;
}

@keyframes RotateMoveLeft {
  0% {
    left: 0px;
  }
  50% {
    left: 40px;
  }
  100% {
    left: 0px;
  }
}

@keyframes RotateMoveRight {
  0% {
    right: 0px;
  }
  50% {
    right: 40px;
  }
  100% {
    right: 0px;
  }
}

/*** Navbar ***/
.u-6d736aab .u-958ba859 .u-a5ccda2d {
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-dark) !important;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.u-6d736aab .u-958ba859 .u-a5ccda2d {
  padding: 20px 0;
  color: var(--dark) !important;
}

.u-6d736aab .u-958ba859 .u-a5ccda2d:hover,
.u-6d736aab .u-958ba859 .u-a5ccda2d.u-c76a5e84 {
  color: var(--bs-primary) !important;
}

.u-6d736aab .u-df19c756 img {
  max-height: 50px;
  transition: 0.5s;
}

.sticky-top.u-6d736aab .u-df19c756 img {
  max-height: 45px;
}

.u-dd47e217 .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .u-dd47e217 .u-8316133e .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.u-dd47e217 .u-8316133e:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: 0.5s;
  opacity: 1;
}

.u-1a721faf.u-890afd84 {
  transition: 0.5s;
}

@media (max-width: 992px) {
  nav.bg-transparent {
    position: absolute;
    width: 100%;
    background: transparent !important;
  }

  .u-dd47e217.u-0f183002 button span {
    position: relative;
    z-index: 99;
  }

  .u-dd47e217 {
    position: relative;
    background: var(--bs-light);
    z-index: 2;
  }

  .sticky-top.u-6d736aab {
    position: relative;
    background: var(--bs-white) !important;
    padding: 0 20px 20px 20px !important;
  }

  .sticky-top.u-6d736aab {
    background: transparent;
  }

  nav.u-dd47e217 {
    padding: 0 30px 30px 0;
  }

  .u-dd47e217.u-0f183002 .u-e5d5fda8 {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .u-6d736aab .u-890afd84 {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .u-6d736aab .u-958ba859 .u-a5ccda2d,
  .sticky-top.u-6d736aab .u-958ba859 .u-a5ccda2d {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .u-6d736aab .u-df19c756 img {
    max-height: 45;
  }

  .u-a33cd45c {
    margin-top: -100px !important;
  }
}

@media (min-width: 992px) {
  .u-6d736aab {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent !important;
    z-index: 999;
  }

  .sticky-top.u-6d736aab {
    position: fixed;
    background: var(--bs-light) !important;
  }
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    rgba(102, 16, 242, 0.05),
    rgba(102, 16, 242, 0.05)
  );
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 60px 0;
  margin-bottom: 6rem;
  transition: 0.5s;
}

.bg-breadcrumb::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  border-radius: 300px;
  border: 80px solid rgba(247, 71, 128, 0.05);
  background: transparent;
  animation: RotateMoveSingle 5s linear infinite;
  z-index: -1;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
  z-index: 2;
}

@keyframes RotateMoveSingle {
  0% {
    -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0)
      rotateZ(0deg);
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
    transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
  }

  0% {
    bottom: 0px;
  }
  50% {
    left: -10px;
  }
  75% {
    bottom: 10%;
  }
  100% {
    bottom: 0px;
  }
}

.bg-breadcrumb::before {
  content: "";
  position: absolute;
  top: -15%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 300px;
  border: 80px solid rgba(247, 71, 128, 0.04);
  background: transparent;
  animation: RotateMoveSingle 5s linear infinite;
  z-index: -1;
}

@keyframes RotateMoveSingle {
  0% {
    -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0)
      rotateZ(0deg);
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
    transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
  }

  0% {
    top: 0px;
  }
  50% {
    top: 10%;
  }
  100% {
    top: 0px;
  }
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding-top: 100px !important;
  }
}

.bg-breadcrumb .breadcrumb-item a {
  color: var(--bs-dark) !important;
}

.breadcrumb-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.breadcrumb-animation li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(102, 16, 242, 0.07);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.breadcrumb-animation li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.breadcrumb-animation li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.breadcrumb-animation li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.breadcrumb-animation li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.breadcrumb-animation li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.breadcrumb-animation li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.breadcrumb-animation li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.breadcrumb-animation li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/*** Single Page Hero Header End ***/

/*** Hearo Header Start ***/
.u-099fb995::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: var(--bs-light);
  border-radius: 22% 78% 33% 67% / 32% 0% 100% 68%;
  animation: bgMove 5s linear infinite;
  z-index: -1;
}

@keyframes bgMove {
  0% {
    right: 0px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 0px;
  }
}

.u-099fb995::before {
  content: "";
  position: absolute;
  bottom: -9%;
  left: -7%;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 30px solid rgba(247, 71, 128, 0.05);
  background: transparent;
  animation: RotateMoveHeader 5s linear infinite;
  z-index: -1;
}

@keyframes RotateMoveHeader {
  0% {
    -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0)
      rotateZ(0deg);
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
    transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
  }

  0% {
    bottom: 0px;
  }
  50% {
    left: -10px;
  }
  75% {
    bottom: 9%;
  }
  100% {
    bottom: 0px;
  }
}

.u-a33cd45c {
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative;
}

.u-a33cd45c::after {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 58px;
  height: 50px;
  animation: RotateMoveSty-3 45s linear infinite;
  transition: 0.5s;
  z-index: -1;
}

@keyframes RotateMoveSty-3 {
  0% {
    left: 100px;
  }
  40% {
    bottom: -0px;
  }
  50% {
    left: 700px;
  }
  70% {
    bottom: 500px;
  }
  80% {
    left: 400px;
  }
  95% {
    bottom: -0px;
  }
  100% {
    left: 100px;
  }
}

.u-a33cd45c::before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  border: 30px solid rgba(102, 16, 242, 0.05);
  background: transparent;
  animation: RotateMoveSty-4 45s linear infinite;
  transition: 0.5s;
  z-index: -1;
}

@keyframes RotateMoveSty-4 {
  0% {
    left: 100px;
  }
  40% {
    bottom: -0px;
  }
  50% {
    left: 700px;
  }
  70% {
    bottom: 500px;
  }
  80% {
    left: 400px;
  }
  95% {
    bottom: -0px;
  }
  100% {
    left: 100px;
  }
}

.u-a33cd45c .u-0d11b7aa {
  position: absolute;
  top: 70px;
  left: 20px;
}

.u-a33cd45c .u-0d11b7aa .u-6efff7b3 {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 5px solid rgba(247, 71, 128, 0.1);
  background: transparent;
  animation: RotateMoveSty-2 45s linear infinite;
  transition: 0.5s;
}

@keyframes RotateMoveSty-2 {
  0% {
    left: 0px;
  }
  40% {
    top: -30px;
  }
  50% {
    left: 500px;
  }
  70% {
    top: 200px;
  }
  80% {
    left: 100px;
  }
  95% {
    top: -30px;
  }
  100% {
    left: 0px;
  }
}

.u-a33cd45c .u-0d11b7aa img {
  position: relative;
  animation: RotateMove 30s linear infinite;
  z-index: -1;
}

@keyframes RotateMove {
  0% {
    left: 0px;
  }
  50% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}

@media (max-width: 992px) {
  .u-a33cd45c {
    padding-top: 280px;
  }

  .u-a33cd45c .u-0d11b7aa img {
    margin-top: 100px;
  }
}
/*** Hero Header End ***/

/*** Service Start ***/
.u-aaabf0d3 .u-fb05adaf {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.u-aaabf0d3 .u-fb05adaf,
.u-aaabf0d3 .u-fb05adaf .u-2b9759c8,
.u-aaabf0d3 .u-fb05adaf a {
  transition: 0.5s;
}

.u-aaabf0d3 .u-fb05adaf:hover {
  background: rgba(102, 16, 242, 0.09);
  border: 1px;
}

.u-aaabf0d3 .u-fb05adaf:hover .u-2b9759c8,
.u-aaabf0d3 .u-fb05adaf:hover a {
  background: var(--bs-white) !important;
}

.u-aaabf0d3 .u-fb05adaf:hover a:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white);
}

/*** Service End ***/

/*** Features Start ***/
.u-518a4861 .u-5250ac97 {
  background: var(--bs-light);
  border-radius: 58% 42% 21% 79% / 30% 29% 71% 70%;
}
/*** Features End ***/

/*** Pricing Start ***/
.u-78a5eb43 .u-9e06cdf6 {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.u-78a5eb43 .u-9e06cdf6:hover {
  background: var(--bs-white) !important;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.u-78a5eb43 .u-9e06cdf6 .u-34f37e0d {
  position: absolute;
  width: 200px;
  height: 110px;
  top: -45px;
  right: -80px;
  color: var(--bs-white);
  transform: rotate(42deg);
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 10px;
}
/*** Pricing End ***/

/*** Contact Start ***/
.u-2f8a6bf3 {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}

.u-2f8a6bf3::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -1%;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 60px solid rgba(102, 16, 242, 0.05);
  background: transparent;
  animation: ContactMoveLeft 50s linear infinite;
  z-index: 1;
}

@keyframes ContactMoveLeft {
  0% {
    left: 0px;
  }
  25% {
    top: 100px;
  }
  50% {
    left: 90%;
  }
  75% {
    top: 80%;
  }
  100% {
    left: 0px;
  }
}

.u-2f8a6bf3::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -1%;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 60px solid rgba(102, 16, 242, 0.05);
  background: transparent;
  animation: ContactMoveRight 50s linear infinite;
  z-index: 1;
}

@keyframes ContactMoveRight {
  0% {
    right: 0px;
  }
  25% {
    top: 100px;
  }
  50% {
    right: 90%;
  }
  75% {
    top: 80%;
  }
  100% {
    right: 0px;
  }
}
/*** Contact End ***/

/*** Footer Start ***/
.u-251d1646 {
  background: linear-gradient(
    rgba(102, 16, 242, 0.05),
    rgba(102, 16, 242, 0.05)
  );
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.u-251d1646 .u-1b8ad6a7 a {
  line-height: 35px;
  color: var(--bs-dark);
  transition: 0.5s;
}

.u-251d1646 .u-1b8ad6a7 p {
  line-height: 35px;
}

.u-251d1646 .u-1b8ad6a7 a:hover {
  letter-spacing: 2px;
  color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.u-2ae41fa6 {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark) !important;
}
/*** copyright end ***/

.u-777a526d {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  width: 100%;
  background: #fff;
}

.u-c3d48e95 {
  padding: 16px 38px 16px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media screen and (min-width: 1440px) {
    padding: 20px 34px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.u-e8db0b7e {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #191919;
  font-family: "Raleway", sans-serif;
  margin-bottom: 24px;
  @media screen and (min-width: 1440px) {
    width: 595px;
    margin-bottom: 0;
  }
}

.u-bd7868cb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  @media screen and (min-width: 1440px) {
    flex-direction: row;
    gap: 26px;
  }
}

.u-0f6a8efc {
  width: 200px;
  height: 50px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 300ms ease;
}

.u-0f6a8efc:hover {
  opacity: 0.8;
}

.u-e7698522 {
  background-color: #191919;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.u-9c6667c6 {
  border: 1px solid #191919;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #191919;
  font-family: "Raleway", sans-serif;
}
