body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* navbar css */

#sticky {
  transition: position 10s;
}

#sticky.fixed {
  top: 0;
  background: #787ff6;
  position: fixed;
  width: 100% !important;
  z-index: 10000;
  min-height: 70px;
  animation: smoothScroll 0.5s forwards;
  max-width: 100% !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

header {
  position: relative;
}

header .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
}

.navbar-brand img {
  width: 100%;
  max-width: 135px;
}

.navbar-brand img:nth-child(2) {
  display: none;
}

.navbar-collapse {
  justify-content: space-between;
  align-items: baseline;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 28px;
}

div#navbarText ul li a:hover {
  opacity: 0.6;
  border-radius: 6px;
}

.navbar-link a {
  text-decoration: none;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  background: #e2e2e259;
  width: 100%;
  max-width: 165px;
  height: 35px;
  text-align: center;
  padding: 6px 20px;
  border-radius: 20px;
  transition: 0.2s ease-in-out;
}

.navbar-link a img {
  width: 10px;
  height: 10px;
  position: relative;
  bottom: 1px;
  left: 2px;
}

.navbar-toggler {
  background: #7784f5;
  padding: 5px 12px;
}

.navbar-toggler-icon {
  height: auto;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

.HomepageHeroGradient {
  width: 100%;
  height: 100%;
  --gradient-color-1: #787ff6;
  --gradient-color-2: #4adede;
  --gradient-color-3: #1ca7ec;
  --gradient-color-4: #7bc3e8;
}

.Gradient {
  overflow: hidden;
}

#gradient-canvas {
  overflow-x: hidden !important;
}

.container-box {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
}

.banner-content p {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}

.banner-content h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 20px;
  mix-blend-mode: overlay;
}

.banner-content ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

.banner-content ul li {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-right: 10px;
}

/* navbar css */

/* info sec css */

#info-wrapper {
  padding: 50px 40px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.content_wrapper {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 15px;
  display: flex;
  justify-content: center;
}

.content_wrapper img {
  margin-right: 15px;
}

.contnt-para p {
  font-size: 14px;
  color: #62626287;
}

/* info sec css */

/* logoriver css */

#logoriver {
  padding: 50px 0;
  background-color: #f8f8f8;
  overflow: hidden;
}

.logo_text {
  margin-top: 180px;
  padding: 40px 30px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.logo_text h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.logo_text p {
  font-size: 17px;
  color: #838383;
}

.bubble-wrap {
  /*   overflow: hidden; */
  height: 600px;
}

.bubbles {
  position: relative;
  background: salmon;
}

.bubble {
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  background-image: url("../images/icons-merged.png");
  background-size: 1076px 1076px;
}

.logo1 {
  background-position: 0 0;
}
.logo2 {
  background-position: -154px 0;
}
.logo3 {
  background-position: -308px 0;
}
.logo4 {
  background-position: -462px 0;
}
.logo5 {
  background-position: -616px 0;
}
.logo6 {
  background-position: -770px 0;
}
.logo7 {
  background-position: -924px 0;
}
.logo8 {
  background-position: 0 -154px;
}
.logo9 {
  background-position: -154px -154px;
}
.logo10 {
  background-position: -308px -154px;
}
.logo11 {
  background-position: -462px -154px;
}
.logo12 {
  background-position: -616px -154px;
}
.logo13 {
  background-position: -770px -154px;
}
.logo14 {
  background-position: -924px -154px;
}
.logo15 {
  background-position: 0 -308px;
}
.logo16 {
  background-position: -154px -308px;
}
.logo17 {
  background-position: -308px -308px;
}
.logo18 {
  background-position: -462px -308px;
}
.logo19 {
  background-position: -616px -308px;
}
.logo20 {
  background-position: -770px -308px;
}
.logo21 {
  background-position: -924px -308px;
}
.logo22 {
  background-position: 0 -462px;
}
.logo23 {
  background-position: -154px -462px;
}
.logo24 {
  background-position: -308px -462px;
}
.logo25 {
  background-position: -462px -462px;
}
.logo26 {
  background-position: -616px -462px;
}
.logo27 {
  background-position: -770px -462px;
}
.logo28 {
  background-position: -924px -462px;
}
.logo29 {
  background-position: 0 -616px;
}
.logo30 {
  background-position: -154px -616px;
}
.logo31 {
  background-position: -308px -616px;
}
.logo32 {
  background-position: -462px -616px;
}
.logo33 {
  background-position: -616px -616px;
}

/* logoriver css */

/* why choose us css */

#whu-wrapper {
  padding: 50px 0;
}

.wcu-box-wrapper {
  display: flex;
  background-color: #f8f8f8;
  padding: 50px 0 30px;
  justify-content: center;
}

.wcu-img img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: auto;
}

.wcu-content {
  padding: 0 25px;
}

.wcu-content h2 {
  font-size: 35px;
  color: #787ff6;
  font-weight: 700;
}

.wcu-content p {
  font-size: 15px;
  margin: 19px auto;
  font-weight: 400;
}

.wcu-content ul {
  list-style: none;
  padding-left: 28px;
}

.wcu-content ul li {
  font-size: 14px;
  font-weight: 500;
  color: #0e1538;
  margin-bottom: 10px;
  position: relative;
}

.wcu-content ul li::before {
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -28px;
  top: 0px;
  width: 25px;
  height: 25px;
}

/* why choose us css */

/* service sec css */

#services-wrapper {
  background: #f8f8f8;
  min-height: 100vh;
  padding: 50px 0;
}

.max_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.container-div .box .content p a {
  text-decoration: none;
  color: #4adede;
  margin-left: 5px;
}

.hideondesktop {
  display: none;
}

.container-div .box {
  position: relative;
  width: 430px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  transition: 1s;
}

.container-div .box::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 1s;
}

.container-div .box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 1s;
  filter: blur(10px);
}

.container-div .box:hover::before,
.container-div .box:hover::after {
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
}

.container-div .box:nth-child(1)::before,
.container-div .box:nth-child(1)::after {
  background: linear-gradient(315deg, #4adede3d, #787ff638);
}

.container-div .box:nth-child(2)::before,
.container-div .box:nth-child(2)::after {
  background: linear-gradient(315deg, #4adede3d, #787ff638);
}

.container-div .box:nth-child(3)::before,
.container-div .box:nth-child(3)::after {
  background: linear-gradient(315deg, #4adede3d, #787ff638);
}

.container-div .box:nth-child(4)::before,
.container-div .box:nth-child(4)::after {
  background: linear-gradient(315deg, #4adede3d, #787ff638);
}

.container-div .box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.container-div .box span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 1s;
  animation: animate 2.5s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.container-div .box:hover span::before {
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.container-div .box span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 1s;
  animation: animate 2.5s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  animation-delay: -1s;
}

.container-div .box:hover span::after {
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate {
  0%,
  100% {
    transform: translateY(10px);
  }

  50% {
    transform: translate(-10px);
  }
}

.container-div .box .content {
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgb(255 255 255 / 85%);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transition: 1s ease-in-out;
  color: #fff;
}

.container-div .box:hover .content {
  left: -25px;
  padding: 60px 40px;
}

.container-div .box .content h2 {
  font-size: 1.6em;
  color: #060606;
  margin-bottom: 10px;
}

.container-div .box .content p {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.4em;
  color: #060606;
}

.main-cta {
  position: relative;
}

.container-button {
  text-align: center;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: 5px 5px;
  background-image: linear-gradient(-45deg, #787ff6, #00ffff, #0099ff);
  border-radius: 50px;
  background-size: 400% 400%;
  animation: mymove 3s linear infinite;
  box-shadow: 0px 15px 10px -7px #adadad5c;
}

@keyframes mymove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.container-button .btn {
  padding: 10px 18px;
  border: none;
  border-radius: 50px;
  font-weight: bolder;
  font-size: 18px;
  background: #bae4f0;
}

.container-button .btn:active {
  border: none;
  -webkit-border: none;
  -ms-border: none;
  -moz-border: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

button:focus-visible {
  outline: 0;
}

.owl-theme .owl-nav {
  margin-bottom: 20px;
}

/* service sec css */

/* globe sec css */

#overlay {
  width: 100%;
  height: 700px;
  display: block;
  z-index: 999;
  position: absolute;
  background: linear-gradient(
    to right,
    rgb(28 167 236 / 41%) 0%,
    rgb(74 222 222 / 49%) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb00', endColorstr='#fecb00', GradientType=1 );
}

#rotatingGlobe {
  width: 950px;
  height: 950px;
  margin: auto;
  cursor: grab;
  z-index: 9999;
}

#globe-wrapper {
  position: relative;
  background: #49ddde6e;
  padding: 50px 0;
}

#globe-wrapper .container {
  position: absolute;
  top: 250px;
  right: 0;
}

.content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
}

#globe-sec .container {
  position: absolute;
  right: 0;
  z-index: 9999;
  top: 200px;
}

.globe-text h1 {
  font-size: 70px;
  text-transform: uppercase;
  color: #0f2a37;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 30px;
  text-align: end;
}

.globe-text {
  padding: 0 55px;
}

.content-wrapper .content-box {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#main_footer {
  background-color: #b0f0f1;
  padding-top: 40px;
}

footer#main_footer ul.list-unstyled li a {
  color: #000 !important;
  font-size: 14px;
  text-decoration: unset;
  transition: 0.4s;
}

footer#main_footer span.text-cap.text-primary-light {
  font-size: 18px;
}

.list-unstyled {
  padding-left: 20px;
  list-style: square;
}
/* globe css sec */

/* stripes css */

#partner {
  position: relative;
  margin-bottom: 318px;
}

li.nav-item.dropdown ul {
  padding: 12px 16px;
  border: unset;
  background-color: #ffffff9e;
}

.stripe-text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 210px;
}

.stripe-text h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}

.stripe-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.stripes {
  background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
  height: 50vh;
  width: 100%;
  display: flex;
  transform: skewY(-12deg);
  transform-origin: 100%;
}

.stripes span {
  height: 175px;
  width: 33.33333%;
}
.stripes span:nth-child(1) {
  background: #53f;
  left: -16%;
  top: 50px;
  position: relative;
}
.stripes span:nth-child(2) {
  background: #4553ff;
  left: -16%;
  top: 50px;
  position: relative;
}
.stripes span:nth-child(3) {
  background: #4f40ff;
  left: -16%;
  top: 50px;
  position: relative;
}
.stripes span:nth-child(4) {
  background: #25ddf5;
  position: relative;
  bottom: 150px;
  right: 0;
}
.stripes span:nth-child(5) {
  background: #1fa2ff;
  position: relative;
  bottom: 0;
}

.stipe-btn a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  background: #00a3a8;
  width: 100%;
  max-width: 165px;
  height: 45px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 10px;
}
#sticky.fixed .row {
  margin-left: 60px;
  margin-right: 60px;
}

.navbar-brand {
  margin-right: 3rem;
}
.navbar-link.side_contact_btn {
  margin-top: 20px;
}

.navbar-link.side_contact_btn a:hover {
  opacity: 0.8;
}

.navbar-link.side_contact_btn {
  transition: 0.8s;
}

.contentfirst {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.contentfirst.show {
  opacity: 1;
  transform: translateY(0);
}

.ceo_text {
  background-color: #787ff61f;
  padding: 30px 100px;
  border-radius: 10px;
  margin-top: 50px;
  text-align: center;
}

.contentfirst p {
  padding-left: 12px;
}
.contentfirst h3 {
  padding: 5px 10px;
  border-radius: 10px;
}

footer#main_footer ul.list-unstyled li a:hover {
  color: #fff !important;
  font-weight: 600;
}

.contentfirst {
  text-align: center;
  padding: 0 100px;
}

.contentfirst p.bold_heading {
  font-weight: 600;
  font-size: 18px;
}
/* media query */

.signature {
  text-align: center;
  margin-top: 40px; /* Adjust the top margin as needed */
}

.signature p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.line {
  width: 30%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
}
.main_section {
  text-align: center;
}

.section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  box-shadow: 0px 2px 12px 2px #0000001f;
  padding: 30px 22px;
  border-radius: 12px;
}

.section.active {
  opacity: 1;
  transform: translateY(0);
}

div#Accounts-Management p {
  display: none;
}

div#Bookkeeping p {
  display: none;
}

div#Cash-Flow-Management p {
  display: none;
}

div#Vendor-Management p {
  display: none;
}

div#Billing p {
  display: none;
}
section#contact_page_id .contact__wrapper {
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, 0.15),
    0 1px 3px 0 rgba(93, 100, 148, 0.2);
  border-radius: 20px;
}

.submit_contact_btn .btn {
  background-color: #787ff6;
  border: unset;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 6px 30px;
}

ul.contact-info__list li {
  list-style: none;
}
span.signature-image img {
  width: 130px;
}

ul.contact-info__list {
  padding-left: 0;
}

ul.contact-info__list li a {
  color: #212529;
  text-decoration: unset;
}

@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
  #info-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .container-div .box .content h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 991px) {
  .navbar-link a {
    margin-right: -32px !important;
  }
  .navbar-toggler-icon {
    background-image: unset;
  }

  div#navbarText {
    background-color: #ffffff9e;
    border-radius: 10px;
    margin-top: 4px;
  }
  div#navbarText ul li a {
    color: #00000082;
    padding: 7px 10px;
  }
}

@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 26px;
  }

  .HomepageHeroGradient {
    height: 500px;
  }

  .container-box {
    top: 175px;
  }

  .globe-text h1 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }

  .globe-text {
    padding: 0 30px;
  }

  .content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .logo_text {
    margin-top: 0;
  }

  .wcu-box-wrapper {
    display: block;
  }

  .stripes {
    width: 100%;
    height: auto;
    display: grid;
    transform-origin: 58%;
  }

  .stripe-text {
    top: 120px;
  }

  .banner-content ul li {
    font-size: 16px;
  }

  .banner-content ul {
    padding-left: 0;
  }

  #rotatingGlobe {
    width: 100% !important;
    height: 100% !important;
  }

  #globe-wrapper .container {
    top: 20px;
  }

  .container-div .box:hover .content {
    left: 0;
  }

  .navbar-brand img:nth-child(1) {
    display: none;
  }

  .navbar-brand img:nth-child(2) {
    display: block;
    width: 100%;
    max-width: 95px;
  }
}

@media (max-width: 567px) {
  .content-space-1 ul li {
    padding: 8px 0px;
  }

  .row.content-space-1.mb-5 .mb-5 {
    margin-bottom: 0 !important;
  }
  .navbar-link.side_contact_btn {
    display: none;
  }

  img.navbar-brand-logo.footer-logo {
    display: block;
  }

  #sticky.fixed .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .logo_text h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .contact-info__wrapper h3 {
    font-size: 40px;
  }
  .navbar-brand img:nth-child(2) {
    display: block;
    width: 100%;
    max-width: 76px;
  }

  #info-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 800px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
  #partner {
    margin-bottom: 100px;
  }
  .stripes span {
    height: 90px;
    width: 33.33333%;
  }
  .stripess {
    display: none !important;
  }
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
