@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Open Sans", sans-serif;
}
h1 {
  font-family: "Open Sans", sans-serif !important;
}
.text-justify {
  text-align: justify;
}
.btn-primary {
  background: #0a87c9;
  border-color: #0a87c9;
  padding: 12px 20px;
}
.btn-primary:hover {
  background: #0a87c9;
  border-color: #0a87c9;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: #0a87c9;
  border-color: #0a87c9;
}
.btn-outline-primary {
  border-color: #0a87c9;
  color: #0a87c9;
}
.btn-outline-primary:hover {
  background-color: #0a87c9;
}

.text-primary {
  color: #0a87c9 !important;
}
nav {
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  /* backdrop-filter: saturate(180%) blur(20px); */
}
nav.fixed {
  position: fixed !important;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 99;
  transition: background-color 0.5s ease-out;
}
nav .navbar-brand .logo {
  display: none;
}
nav .navbar-brand .logo-white {
  display: block;
}

nav.fixed .navbar-brand .logo {
  display: block;
}
nav.fixed .navbar-brand .logo-white {
  display: none;
}

nav .navbar-toggler {
  border: none;
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .navbar-brand img {
  width: 195px;
}
nav .navbar-nav .nav-item {
  position: relative;
  padding: 0px 10px;
}

nav .navbar-nav .nav-item .nav-link {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #303030;
  position: relative;
}
nav .navbar-nav .nav-item .nav-link:hover {
  color: #0a87c9;
}
nav .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  border-radius: 4px;
  background: linear-gradient(91deg, #0a87c9 0%, #6b77e5 64.07%);
  bottom: 5px;
  left: 8px;
  width: 33px;
  height: 2px;
}
nav .navbar-nav .nav-item .btn {
  font-family: "Raleway", sans-serif;
  background-color: #fff;
  border-color: #0a87c9;
  margin-left: 5px;
}
nav .navbar-nav .nav-item .btn:hover {
  background-color: #0a87c9;
  border-color: #fff;
  color: #fff;
}
.slider {
  height: 100vh;
  overflow: hidden;
}
.slider::before {
  content: "";
  background-image: url(../images/line.svg);
  position: absolute;
  width: 85%;
  height: 100vh;
  left: 100px;
  bottom: 60px;
  z-index: 8;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  transform: scaleX(-1);
}
.slider .left-side {
  position: relative;
  z-index: 9;
  padding: 0px 60px;
}
.slider .left-side .owl-slider .owl-dots {
  text-align: left;
}
.slider .left-side .owl-slider .owl-dots .owl-dot span {
}
.slider .left-side .owl-slider .owl-dots .owl-dot.active span {
  background: #0a87c9;
}
.slider .left-side h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 133.2%;
}
.slider .left-side p {
  font-weight: 400;
}
.slider .left-side b {
  font-weight: bold;
  color: #0a87c9;
}
.slider .left-side ul {
}
.slider .left-side ul li {
  list-style: none;
  display: inline-flex;
}
.slider .right-side {
  position: relative;
  border-radius: 0px 0px 0px 93px;
  background: #0a87c9;
  height: 100vh;
  /* z-index: 3; */
}
.slider .right-side img {
  position: relative;
  z-index: 8;
}
.call-to-action {
  position: relative;
  background: #f3fbff;
  margin-top: 6rem;
  overflow: hidden;
  z-index: 9;
}
.call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: -175px;
  background-color: #97c3f9;
  border-radius: 50%;
  width: 272px;
  height: 272px;
  opacity: 0.1;
  z-index: -1;
}
.call-to-action::after {
  content: "";
  position: absolute;
  background-image: url(../images/call-to-action.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0px;
  width: 325px;
  height: 270px;
  z-index: -1;
}
.call-to-action .card {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.call-to-action .card .card-body {
  z-index: 9;
}
/* .call-to-action .card .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  background-color: #97c3f9;
  border-radius: 50%;
  width: 176px;
  height: 176px;
  opacity: 0.1;
  z-index: -1;
}
.call-to-action .card .card-body::after {
  content: "";
  position: absolute;
  background-image: url(../images/call-to-action.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0px;
  width: 235px;
  height: 200px;
  z-index: -1;
} */
.call-to-action .card .card-body {
  padding: 0px 50px;
}
.call-to-action .card .card-body img {
  width: 320px;
}
.owl-companies .item {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  border-radius: 8px;
}
.owl-companies .item img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}
.business-intelligence .card {
  border-radius: 20px;
}
#business-plan {
  position: relative;
}
#business-plan .card {
  background: linear-gradient(
    102deg,
    rgba(10, 135, 201, 0.39) -3.31%,
    rgba(78, 175, 78, 0.13) 104.09%
  );
  /* background: #f8f8f8; */
  border-radius: 20px;
}
#business-plan .card .card-body {
  padding: 50px 50px;
}
#business-plan .owl-business-plan {
  position: relative;
}
#business-plan .owl-business-plan .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 44%;
}
#business-plan .owl-business-plan .owl-dots .owl-dot span {
  background: #fff;
}
#business-plan .owl-business-plan .owl-dots .owl-dot.active span {
  background: #0a87c9;
}
#business-plan .owl-business-plan .owl-nav {
}
#business-plan .owl-business-plan .owl-nav .owl-prev {
  position: absolute;
  top: 42%;
  left: 42px;
}
#business-plan .owl-business-plan .owl-nav .owl-prev:hover {
  background: transparent;
}
#business-plan .owl-business-plan .owl-nav .owl-prev i {
  color: #0a87c9;
  font-size: 26px;
}
#business-plan .owl-business-plan .owl-nav .owl-next {
  position: absolute;
  top: 42%;
  right: 42px;
}
#business-plan .owl-business-plan .owl-nav .owl-prev:hover {
  background: transparent;
}
#business-plan .owl-business-plan .owl-nav .owl-next i {
  color: #0a87c9;
  font-size: 26px;
}
#business-plan-center .card {
  background: #fff;
  border-radius: 20px;
}
#business-plan-center .card .card-body {
  padding: 50px 50px;
}

footer {
  background-color: #1d2939;
  color: #fff;
}
footer .top .icon {
  background-color: #4c4d52;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}
footer .middle h5 {
  color: #0a87c9;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
footer .middle ul {
  padding-left: 0px;
}
footer .middle ul li {
  list-style: none;
  padding: 5px 0px;
}
footer .middle ul li a {
  text-decoration: none;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
footer .middle .card {
  background: transparent;
  color: #fff;
}
footer .middle .card h5 {
  color: #fff;
}
footer .middle .card button {
  background: #0c87ca;
  border-color: #0c87ca;
  color: #fff;
}
footer .partners ul li:first-child {
  background: none;
}
footer .partners ul li {
  list-style: none;
  margin-right: 0px;
  /* background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px; */
}
footer .partners ul li img {
  width: 90px;
  height: 45px;
  object-fit: contain;
}
footer .partners ul li img.twitter-x {
  width: 30px;
}
footer .bottom a {
  color: #fff;
  text-decoration: none;
}
footer .bottom ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
footer .bottom ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 6px;
}
footer .bottom ul li a {
  color: #fff;
}
.home-about {
  position: relative;
  overflow: hidden;
}
.home-about::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 542px;
  height: 542px;
  border-radius: 542px;
  background: rgba(9, 133, 200, 0.6);
  filter: blur(500px);
}
.home-about .left-side {
  background: #f3fbff;
  height: 783px;
  padding: 10px 65px 10px 100px;
}
.home-about .left-side h1 {
  font-weight: 300;
}
.home-about .right-side img {
  /* width: 100%; */
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
}

.home-about .right-side {
  position: relative;
}
.home-about .right-side::before {
  content: "";
  position: absolute;
  background-image: url(../images/about_pattern.svg);
  bottom: -61px;
  left: 61px;
  width: 200px;
  height: 200px;
}
/* .home-about .right-side::after {
  content: "";
  position: absolute;
  background-color: transparent;
  border-radius: 20px;
  bottom: -50px;
  right: 130px;
  width: 220px;
  height: 130px;
  backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid #fff;
} */
.home-about .right-side img {
  position: relative;
}
.home-about .right-side .background::before {
  content: "";
  position: absolute;
  background-color: #0099e8;
  border-radius: 50%;
  bottom: 20px;
  left: 303px;
  width: 130px;
  height: 130px;
  z-index: 1;
}
.home-about .right-side .background::after {
  content: "";
  position: absolute;
  background-color: #4eaf4e;
  border-radius: 50%;
  bottom: -100px;
  right: 140px;
  width: 130px;
  height: 130px;
}
.home-about .right-side .satisfied-clients .card {
  border-radius: 20px;
  background-color: transparent;
  backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid #fff;
  position: absolute;
  right: 200px;
  bottom: -52px;
  z-index: 9;
}
.home-about .right-side .satisfied-clients .card .card-body {
  padding: 25px 50px;
}
.home-about .right-side .satisfied-clients .card .card-body h1 {
  font-size: 50px;
}
.home-about .right-side .satisfied-clients .card .card-body p {
  font-size: 14px;
}
.expertise {
  position: relative;
  overflow: hidden;
}
/* .expertise::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 442px;
  height: 442px;
  border-radius: 50%;
  background: rgba(10, 135, 201, 0.6);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
} */
/* .expertise::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 442px;
  height: 442px;
  border-radius: 542px;
  background: rgba(10, 135, 201, 0.6);
  -webkit-backdrop-filter: blur(400px);
  -moz-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  filter: blur(400px);
} */
.expertise .card {
  border-radius: 20px;
  background: #ebebeb;
}
.expertise .card ul {
}
.expertise .card ul li {
  list-style: none;
  display: inline-block;
}
.expertise .card ul li a {
  text-decoration: none;
}
.expertise .card.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a87c9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.data-science {
  position: relative;
  overflow: hidden;
}
/* .data-science::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 350px;
  border-radius: 542px;
  background: rgba(9, 133, 200, 0.6);
  -webkit-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  filter: blur(400px);
  z-index: -1;
} */
.expertise-view {
  padding-top: 150px;
}
.expertise-view::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 0px 50px;
  background: #0a87c9;
  top: 0;
  left: 0;
  width: 41.6667%;
  height: 98px;
  z-index: -1;
}
.expertise-view::after {
  content: "";
  position: absolute;
  border-radius: 542px;
  background: rgba(10, 135, 201, 0.6);
  -moz-background: transparent;
  -webkit-backdrop-filter: blur(400px);
  -moz-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  filter: blur(400px);

  right: 0;
  width: 580px;
  height: 580px;
  z-index: -1;
}
.expertise-inner img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.expertise-inner .icon i {
  border-radius: 50%;
  background: #e3f5ff;
  color: #0a87c9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.expertise-inner ul li {
  list-style: none;
  padding: 5px 0px;
}
.expertise-inner ul li i {
  border-radius: 50%;
  background: #e3f5ff;
  color: #0a87c9;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.why-choose {
  background-color: #f4f4f4;
  overflow: hidden;
}
.why-choose .left-side {
  padding: 10px 18px 10px 100px;
}
.business {
  position: relative;
  overflow: hidden;
}
.business::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 330px;
  border-radius: 542px;
  background: rgba(10, 133, 199, 0.6);
  filter: blur(330px);
}
.business .card {
  border-radius: 30px;
  background: #f8f8f8;
}
.business .card .icon {
  width: 62px;
}
.business .card .card-body .card {
  background-color: #e6eff1;
  border-radius: 30px 0px 30px 0px;
}
.testimonials {
  overflow: hidden;
}
.testimonials .card {
  border-radius: 20px;
  background: #f1faff;
}
.testimonials .card .owl-testimonials .item {
  padding: 10px 10px;
}
.testimonials .card .owl-testimonials .owl-item.item:nth-child(2) {
  margin-right: 50px;
}
.testimonials .card .owl-testimonials .card {
  background: #fff;
  /* height: 230px; */
  border-radius: 10px;
}
.testimonials .card .owl-testimonials .owl-nav {
  position: absolute;
  right: -85px;
  top: 50%;
  transform: rotate(90deg);
}
.testimonials .card .owl-testimonials .owl-nav button {
  margin-right: 15px;
}
.testimonials .card .owl-testimonials .card .card-body {
  padding-top: 20px;
}
.testimonials .card .owl-testimonials .card img {
  width: 50px;
}
.blog {
  position: relative;
  overflow: hidden;
}
.blog .card {
  border-radius: 20px;
  background: #f8f8f8;
}
.blog .card .tags {
  position: absolute;
  top: 175px;
  left: 35px;
}
.blog .card .card-body img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
}
.blog .card .card-body .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog .card .card-body .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog .card .tags ul {
  padding-left: 0;
}
.blog .card .tags ul li {
  display: inline-block;
  list-style: none;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  margin-right: 5px;
}
.blog .owl-blogs.owl-theme .owl-dots .owl-dot.active span {
  background: #0a87c9;
}

.home-enquire {
  background-color: #0b3d57;
  background-image: url(../images/enquire.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 280px;
}
.home-enquire .icon {
}
.home-enquire form input.form-control {
  height: 50px;
  border-radius: 15px;
  border: 1px solid #c1c1c1;
}
.enquire {
  background-image: url(../images/contact.svg);
  background-size: cover;
  padding: 75px 50px;
}
.about-inner {
  padding-top: 150px;
}
.about-inner::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 0px 50px;
  background: #0a87c9;
  top: 0;
  left: 0;
  width: 41.6667%;
  height: 98px;
  z-index: -1;
}
.about-inner img {
  width: 100%;
  height: 520px;
}
.about-inner img.first {
  border-radius: 60px 0px 60px 0px;
}
.about-inner img.second {
  border-radius: 0px 60px 0px 60px;
}
.values {
  background: linear-gradient(
    135deg,
    rgba(10, 135, 201, 0.39) 0%,
    rgba(78, 175, 78, 0.13) 100%
  );
}
.values .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
.team {
  background: linear-gradient(
    135deg,
    rgba(10, 135, 201, 0.39) 0%,
    rgba(78, 175, 78, 0.13) 100%
  );
}
.team .card {
  border-color: #0a87c9;
}
.team .card ul li {
  list-style: none;
}
.team .card ul li a {
  text-decoration: none;
}
.team .icon img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.about-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.about-hiring {
  background-color: #303030;
  background-image: url();
}
.service-inner {
  padding-top: 150px;
}
.service-inner::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 0px 50px;
  background: #0a87c9;
  top: 0;
  left: 0;
  width: 41.6667%;
  height: 98px;
  z-index: -1;
}
.service-technologies .card {
  border-image: linear-gradient(#0a87c9, #4eaf4e) 30;
  border-radius: 5px;
}
.service-view {
  padding-top: 150px;
}
.service-view::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 0px 50px;
  background: #0a87c9;
  top: 0;
  left: 0;
  width: 41.6667%;
  height: 98px;
  z-index: -1;
}

.breadcrumb {
  background-color: #0a87c9;
  padding: 120px 100px;
  opacity: 0.97;
  color: #fff;
  flex-direction: column;
}
.breadcrumb i {
  color: #40ddb6;
}
.service-nav ul {
  padding: 0px 0px 20px 0px;
  /* border-bottom: 2px solid #0a87c9; */
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}
.service-nav ul li {
  margin-top: 6px;
  padding: 5px 5px;
  list-style: none;
  display: inline-block;
}
.service-nav ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 10px 20px;
  border-radius: 22px;
  border: 1px solid #0a87c9;
  display: block;
  width: 170px;
  max-width: 170px;
}
.service-nav ul li a.active {
  background-color: #0a87c9;
  color: #fff;
}
.ecommerce h4.title {
  position: relative;
  margin-bottom: 20px;
}
.ecommerce h4.title::before {
  content: "";
  position: absolute;
  border-radius: 4px;
  background: linear-gradient(91deg, #0a87c9 0%, #6b77e5 64.07%);
  bottom: -6px;
  left: 0px;
  width: 80px;
  height: 3px;
}
.ecommerce ul {
  padding-left: 0px;
}
.ecommerce ul li {
  list-style: none;
  padding: 10px 0px;
}
.ecommerce ul li i {
  font-size: 20px;
  background: rgb(10, 135, 201);
  background: -webkit-linear-gradient(
    135deg,
    rgba(10, 135, 201, 1) 0%,
    rgba(3, 205, 24, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bounce-anim {
}
.bounce-anim {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce-1;
  animation-timing-function: linear;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}

.circular-progress-bar {
  position: relative;
  margin: 0 auto;
  transform: rotate(-90deg);
}

.progress-percentage,
.progress-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  text-align: center;
  padding: 0px 25px;
}

.progress-percentage {
  font-size: 18px;
  left: 50%;
  color: #fff;
}

.progress-text {
  left: 35%;
  color: #0a87c9;
  font-size: 21px;
}
.resource .categories {
  position: sticky;
  top: 0;
}
.resource .categories ul {
}
.resource .categories ul li {
  list-style: none;
  padding: 0px 0px;
}
.resource .categories ul li a {
  color: #667085;
  display: block;
  padding: 8px 10px;
}
.resource .categories ul li a.active {
  font-weight: 600;
  border-radius: 6px;
  background: #f0faff;
  color: #0a87c9;
}
.resource .card {
  border-radius: 30px;
  background: #f8f8f8;
}
.resource .card .card-body {
  padding: 25px 18px 25px 18px;
}
.resource .card .card-body img {
  margin-bottom: 15px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.resource .card .card-body .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resource .card .card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resource .card .tags {
  position: absolute;
  top: 148px;
  left: 25px;
}
.resource .card .tags ul {
  padding-left: 0;
}
.resource .card .tags ul li {
  display: inline-block;
  list-style: none;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  margin-right: 5px;
  font-size: 14px;
}
.resource .btn {
  padding: 8px 18px;
}
.resource .pagination li {
}
.resource .pagination li a {
  background: #fff;
  color: #667085;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
}
.resource .pagination li a.active {
  border-radius: 8px;
  background: #f0faff;
  color: #0a87c9;
}
.resource-view ul {
  /* padding-left: 0px; */
}
.resource-view ul ol {
  display: list-item;
  padding: 5px 5px;
}

.resource-view .categories {
  position: sticky;
  top: 0;
}
.resource-view .categories ul {
}
.resource-view .categories ul li {
  list-style: none;
  padding: 0px 0px;
}
.resource-view .categories ul li a {
  color: #667085;
  display: block;
  padding: 8px 10px;
}
.resource-view .categories ul li a.active {
  font-weight: 600;
  border-radius: 6px;
  background: #f0faff;
  color: #0a87c9;
}
.contact-inner {
  padding-top: 150px;
}
.contact-inner::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 0px 50px;
  background: #0a87c9;
  top: 0;
  left: 0;
  width: 41.66667%;
  height: 98px;
  z-index: -1;
}
.contact-inner .contact-details .card {
  border-radius: 15px;
}
.contact-inner .contact-details .card .card-body {
  padding: 18px 12px;
}
.contact-inner .contact-details .card .card-body .icon {
  background-color: #9570ff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  font-size: 20px;
  margin-right: 5px;
}
.contact-inner .contact-details .card .card-body .icon.call {
  background-color: #25d366;
}
.contact-inner .contact-details .card .card-body a {
  color: #797979;
  font-size: 15px;
}
.contact-inner .contact-details .card .card-body ul {
  padding-left: 0px;
  text-align: center;
}
.contact-inner .contact-details .card .card-body ul li {
  list-style: none;
  display: inline-block;
}
.contact-inner {
  overflow: hidden;
}
.contact-inner .form {
  position: relative;
}
.contact-inner .form::before {
  content: "";
  position: absolute;
  left: -92px;
  top: -93px;
  background-image: url(../images/contact-dots.svg);
  width: 350px;
  height: 350px;
  z-index: -1;
}
.contact-inner .form::after {
  content: "";
  position: absolute;
  right: -96px;
  bottom: -160px;
  background-image: url(../images/contact-dots.svg);
  width: 350px;
  height: 350px;
  z-index: -1;
}
.contact-inner .form .card {
  border-radius: 15px;
}
.contact-inner .form .card .card-body {
  padding: 60px 60px;
}
.contact-inner .card form input.form-control {
  height: 46px;
}

.contact-location {
  background: #0a87c9;
  color: #fff;
  padding-bottom: 230px;
}
.contact-location .icon {
  width: 70px;
  height: 70px;
  line-height: 68px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
.contact-location .icon img {
  width: 65px;
}
.contact-map {
  position: relative;
}
.contact-map iframe {
  position: relative;
  left: 0;
  width: 100%;
  top: -200px;
  border-radius: 20px;
}
.contact-map #map {
  position: relative;
  left: 0;
  width: 100%;
  top: -200px;
  border-radius: 20px;
}
.contact-newsletter {
  background: linear-gradient(
    135deg,
    rgba(10, 135, 201, 0.39) 0%,
    rgba(78, 175, 78, 0.13) 100%
  );
}
.contact-newsletter form .form-control {
  height: 48px;
}
.contact-newsletter form button {
  padding: 10px 15px;
}
.data-analytics {
  position: relative;
}
/* .data-analytics::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 542px;
  height: 542px;
  border-radius: 542px;
  background: #0a87c9;
  filter: blur(500px);
  z-index: -1;
} */
.data-analytics h4.title {
  position: relative;
  margin-bottom: 20px;
}
.data-analytics h4.title::before {
  content: "";
  position: absolute;
  border-radius: 4px;
  background: linear-gradient(91deg, #0a87c9 0%, #6b77e5 64.07%);
  bottom: -8px;
  left: 0px;
  width: 80px;
  height: 2px;
}
.analytics-cards {
}
.analytics-cards .card .card-body {
  padding: 50px 20px;
}
.analytics-cards .card .card-body img {
  background-color: #fff;
  width: 120px;
  height: 120px;
  line-height: 100px;
  border-radius: 50%;
  padding: 10px 10px;
  margin-bottom: 15px;
}
.analytics-cards .card.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.data-analytics .data-management-cards .card {
  border-radius: 20px;
}
.data-analytics .data-management-cards .card .card-body {
  padding: 50px 20px;
}
.data-analytics .data-management-cards .card .card-body img {
  margin-bottom: 15px;
}
.data-analytics .data-administration .card {
  border-radius: 15px;
  padding: 10px 15px 0px 15px;
}
.data-analytics .data-administration .card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.data-analytics .data-administration .card .card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 10px;
}
.erp-implementation .business-transformation .card {
  background: #f7f8f9;
  border-radius: 16px;

  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.erp-implementation .business-transformation .card .card-body {
  padding: 28px 28px;
}
.erp-implementation .business-transformation .card:hover .card-body h6 {
  color: #fff !important;
}
.erp-implementation .business-transformation .card:hover .card-body .icon img {
  filter: invert(90%) sepia(98%) saturate(30%) hue-rotate(190deg)
    brightness(107%) contrast(99%);
}
.erp-implementation .reporting-services .card {
  background: #f7f8f9;
  border-radius: 16px;

  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.erp-implementation .reporting-services {
  position: relative;
}
.erp-implementation .reporting-services .card .card-body {
  position: relative;
  padding: 28px 28px;
  text-align: center;
}

.erp-implementation .reporting-services .card .card-body .icon {
  position: absolute;
  top: -25px;
  right: calc(50% - 15px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #0a87c9;
  color: #fff;
}
.erp-implementation .reporting-services .card .card-body .icon h6 {
  display: inline-block;
}
.erp-implementation-logo img {
  background: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.animate-text {
  height: 46px;
  overflow: hidden;
  width: 270px;
  text-align: left;
}
.animate-text span {
  font-weight: 700;
  line-height: 46px;
  display: none;
}
.animate-text span.text-in {
  display: block;
  animation: textIn 0.5s ease;
}
.animate-text span.text-out {
  animation: textOut 1s ease;
}
@keyframes textIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/** Mozilla Firefox */
@-moz-document url-prefix() {
  .expertise::before {
    background: transparent;
  }
  .data-science::before {
    background: transparent;
  }
  .expertise-view::after {
    background: transparent;
  }
  .data-analytics::before {
    background: transparent;
  }
}
@media only screen and (max-width: 1024px) {
  .blog .card .card-body img {
    height: 140px;
  }
  .resource .card .card-body img {
    height: 140px;
  }
  .resource .card .card-body .card-title {
    -webkit-line-clamp: 2;
  }
  .enquire {
    padding: 35px 50px;
  }
  .contact-inner {
    padding-top: 130px;
  }
  .contact-inner::before {
    width: 33.66667%;
  }
  .about-inner {
    padding-top: 130px;
  }
  .about-inner::before {
    width: 33.66667%;
  }
  .service-inner {
    padding-top: 130px;
  }
  .service-inner::before {
    width: 33.66667%;
  }
}
@media only screen and (max-width: 992px) {
  .offcanvas.offcanvas-start {
    width: 300px;
  }
  .offcanvas .offcanvas-body ul {
    padding-left: 0px;
  }
  .offcanvas .offcanvas-body ul li {
    list-style: none;
  }
  .offcanvas .offcanvas-body ul li a {
    display: block;
    color: #212529;
    text-decoration: none;
    padding: 10px 10px;
  }
  .offcanvas .offcanvas-body ul li a.active {
    background: #f2fbff;
    border-radius: 8px;
  }
  .offcanvas .offcanvas-body ul li a.active::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #0a87c9;
    right: 25px;
    position: absolute;
  }
  .slider .left-side {
    padding: 0px 25px;
    z-index: 1;
  }
  .contact-inner::before {
    height: 80px;
  }
  .contact-inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .offcanvas.offcanvas-start {
    width: 60%;
  }
  .offcanvas .offcanvas-body ul {
    padding-left: 0px;
  }
  .offcanvas .offcanvas-body ul li {
    list-style: none;
  }
  .offcanvas .offcanvas-body ul li a {
    display: block;
    color: #212529;
    text-decoration: none;
    padding: 10px 10px;
  }
  .offcanvas .offcanvas-body ul li a.active {
    background: #f2fbff;
    border-radius: 8px;
  }
  .offcanvas .offcanvas-body ul li a.active::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #0a87c9;
    right: 25px;
    position: absolute;
  }
  nav .navbar-brand .logo {
    display: none;
  }
  nav .navbar-brand .logo-white {
    display: block;
  }
  .slider {
    height: unset;
    padding-top: 86px;
    padding-bottom: 46px;
    background: linear-gradient(
      1deg,
      #0a87c9 0.5%,
      rgba(10, 135, 201, 0) 99.57%,
      rgba(98, 80, 80, 0) 102%
    );
  }
  .slider::before {
    background-image: unset;
    overflow: hidden;
    left: 0;
  }
  .slider .left-side {
    padding: 0px 0px;
    color: #fff;
    text-align: center;
    z-index: 1;
  }
  .slider::before {
    background-image: unset;
    left: 0;
  }
  .slider {
    height: unset;
  }
  .slider .left-side {
    padding: 0px 25px;
    z-index: 1;
  }
  .slider .right-side {
    height: 340px;
    background-color: transparent !important;
    border-radius: 0px 0px 0px 0px;
  }
  .slider .right-side img {
    width: 280px;
  }
  .home-about .left-side {
    height: unset;
  }
  .home-about .right-side img {
    height: 380px;
  }
  .home-about .right-side::before {
    left: -68px;
  }
  .home-about .right-side::after {
    right: 25px;
  }
  .blog .card .card-body img {
    height: 170px;
  }
  .why-choose .left-side {
    padding: 30px 30px;
  }
  .contact-inner::before {
    height: 70px;
  }
  .call-to-action .card .card-body img {
    display: none;
  }
}

@media only screen and (max-width: 426px) {
  .btn-primary {
    padding: 12px 15px;
  }
  nav .navbar-brand .logo {
    display: block;
  }
  nav .navbar-brand .logo-white {
    display: none;
  }
  .offcanvas.offcanvas-start {
    width: 80%;
  }
  .offcanvas .offcanvas-body ul {
    padding-left: 0px;
  }
  .offcanvas .offcanvas-body ul li {
    list-style: none;
  }
  .offcanvas .offcanvas-body ul li a {
    display: block;
    color: #212529;
    text-decoration: none;
    padding: 10px 10px;
  }
  .offcanvas .offcanvas-body ul li a.active {
    background: #f2fbff;
    border-radius: 8px;
  }
  .offcanvas .offcanvas-body ul li a.active::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #0a87c9;
    right: 25px;
    position: absolute;
  }
  .slider {
    height: unset;
    padding-top: 86px;
    padding-bottom: 46px;
    background: linear-gradient(
      1deg,
      #0a87c9 0.5%,
      rgba(10, 135, 201, 0) 99.57%,
      rgba(98, 80, 80, 0) 102%
    );
  }
  .slider::before {
    background-image: unset;
    overflow: hidden;
    left: 0;
  }
  .slider .left-side {
    padding: 0px 0px;
    color: #fff;
    text-align: center;
    z-index: 1;
  }
  .call-to-action::before {
    width: 200px;
    height: 200px;
    left: -144px;
  }
  .call-to-action::after {
    width: 237px;
  }
  .call-to-action .card .card-body {
    padding: 10px 10px;
  }
  .call-to-action .card .card-body img {
    display: none;
  }
  #business-plan .card .card-body {
    padding: 20px 20px;
  }
  .home-about .left-side {
    background-color: transparent;
    padding: 10px 20px 10px 20px;
    height: unset;
    text-align: center;
  }
  .slider .right-side {
    height: 380px;
    background-color: transparent !important;
    border-radius: 0px 0px 0px 0px;
  }
  .home-about .right-side {
    margin-bottom: 45px;
  }
  .home-about .right-side img {
    height: 320px;
  }
  .home-about .right-side::before {
    left: -80px;
    bottom: -45px;
  }
  .home-about .right-side::after {
    right: 25px;
  }
  .home-about .right-side .background::before {
    bottom: 8px;
    left: 180px;
    width: 75px;
    height: 75px;
  }
  .home-about .right-side .background::after {
    bottom: -68px;
    right: 0px;
    width: 75px;
    height: 75px;
  }
  .home-about .right-side .satisfied-clients .card {
    right: 30px;
    bottom: -38px;
  }
  .home-about .right-side .satisfied-clients .card .card-body {
    padding: 20px 26px;
  }
  .home-about .right-side .satisfied-clients .card .card-body h1 {
    font-size: 26px;
  }
  .home-about .right-side .satisfied-clients .card .card-body p {
    font-size: 12px;
  }
  .why-choose .left-side {
    text-align: center;
    padding: 25px 20px 25px 20px;
  }
  .testimonials .card .owl-testimonials .card {
    height: unset;
  }

  .blog .card .tags {
    top: 170px;
    left: 32px;
  }
  .home-enquire {
    background-image: none;
  }
  .enquire {
    background-position: right;
    padding: 50px 20px;
  }
  .about-inner {
    padding-top: 90px;
  }
  .about-inner::before {
    background-color: transparent;
  }
  .about-inner img {
    height: 240px;
    object-fit: contain;
  }
  .about-inner img.second {
    display: none;
  }
  .expertise-view {
    padding-top: 90px;
  }
  .contact-inner {
    padding-top: 90px;
  }
  .service-inner {
    padding-top: 90px;
  }
  .service-inner::before {
    background-color: transparent;
  }
  .service-view::before {
    background-color: transparent;
  }
  .service-view {
    padding-top: 70px;
  }
  .expertise-view::before {
    background-color: transparent;
  }
  .contact-inner::before {
    background-color: transparent;
  }
  .contact-inner .form .card .card-body {
    padding: 30px 20px;
  }
  .breadcrumb {
    background-color: transparent;
    padding: 65px 30px;
  }
  .service-nav ul li {
    margin-top: 6px;
    padding: 5px 0px;
  }
  .service-nav ul li a {
    padding: 10px 15px;
  }
  .resource .categories {
    margin-bottom: 20px;
  }
  .resource .btn {
    padding: 6px 12px;
  }
  .resource .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .animate-text {
    width: 150px;
  }
  footer .partners ul li img {
    width: 70px;
    height: 38px;
  }
}
@media only screen and (max-width: 376px) {
  .blog .card .tags {
    top: 142px;
    left: 32px;
  }
  .animate-text {
    width: 120px;
  }
  .data-science .section-title {
    font-size: 23px;
  }
  .data-science .section-title .animate-text {
    width: 150px;
  }
  footer .partners ul li img {
    width: 70px;
    height: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .animate-text {
    width: 118px;
  }
  .data-science .section-title {
    font-size: 20px;
  }
  .data-science .section-title .animate-text {
    width: 132px;
  }
  .about-inner .section-title {
    font-size: 22px;
  }
  footer .partners ul li img {
    width: 70px;
    height: 38px;
  }
}
/* * {
  box-shadow: 0px 0px 0px 1px red;
} */
