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

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

.text-justify {
  text-align: justify;
}

.navbar-toggler {
  background-color: #fff !important;
}

/* Header  */
.nav-item .btn {
  font-size: 18px;
  margin-left: 15px;
  font-weight: 500;
  background-color: #0cacc8;
  border-radius: 100px;
  color: #fff;
  transition: 0.4s;
  padding: 9px 20px 9px 26px;
}

.nav-item .btn:hover {
  background-color: #ff8330 !important;
  color: #fff !important;
}

.nav-link {
  font-weight: 500 !important;
  margin: 0 6px;
  font-size: 18px !important;
  border-radius: 5px;
  color: #000 !important;
  padding: 7px 12px !important;
}

.nav-link:hover {
  color: #ff8737 !important;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

/* banner section  */
.banner {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
  z-index: 1;
}

.sub_heading {
  color: #ff8330;
  font-size: 21px;
  font-weight: 600;
}

.heading {
  color: #0cacc8;
  font-weight: 700;
}

.banner h1 {
  font-size: 60px;
}

.banner p {
  font-size: 17px;
  font-weight: 400;
}

.getstart_btn {
  text-decoration: none;
  background-color: #1d4cae;
  color: #fff;
  border-radius: 10px 10px 0;
  padding: 13px 35px 13px 25px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  transition: ease 0.5s;
}

.getstart_btn:hover {
  background-color: #999999;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .banner h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .banner_shape {
    top: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .banner h1 {
    font-size: 38px;
  }

  .banner-text {
    padding: 20px;
  }

  .banner_shape {
    display: none;
  }
}

/* About Section  */
.about-us {
  padding: 60px 0;
  background-image: url("../images/service-bg.jpg");
  position: relative;
  z-index: 1;
}

.about-us::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff88;
}

.about-point {
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px #cfcfcf;
  border-bottom: 3px solid #138806;
}

.about-point-wrap {
  height: 100%;
}

/* Service Section  */
.service {
  position: relative;
  padding: 75px 0;
}

.service-wrapper {
  position: relative;
  background-color: #ffffff1f;
  backdrop-filter: blur(2px);
  border-radius: 15px;
  transition: ease 0.5s;
  padding: 20px;
  height: 100%;
}

.service-tab-wrapper {
  background-color: #fff;
  box-shadow: 0 0 10px #eee;
  border-radius: 10px;
  padding: 25px;
}

.service-tab-btns {
  background-color: #0cacc8;
  padding: 25px !important;
  border-radius: 10px;
}

.service .nav-link {
  color: #fff !important;
  text-align: left;
}

.service h1.heading {
  font-size: 45px;
}

@media only screen and (max-width: 550px) {
  .service h1.heading {
    font-size: 27px;
  }
}

/* counter  */
.counter-sec {
  background-color: #ddd;
  background-image: linear-gradient(319deg, #0cc8ba 0%, #0e29b8 37%, #0381b4 100%);
  padding: 30px 0;
}

.counter-wrapper {
  position: relative;
  z-index: 1;
  color: #fff;
}

.count_wrap img {
  filter: invert(1);
}

/* Features Section  */
.features {
  background-color: #ffffff;
  padding: 0 0 75px 0;
}

.feature-wrapper {
  padding: 20px;
  border-radius: 15px;
  background: #e7e7e7;
  height: 100%;
  transition: ease 0.4s;
}

.feature-wrapper:hover {
  box-shadow: 0 0 50px #ddd;
  background: #fff;
}

.feature_icon img {
  max-width: 100%;
  width: 70px;
  margin-bottom: 12px;
}


/* Business Steps Section  */
.business-steps {
  padding: 75px 0;
}

.step-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
}

.step-wrapper {
  position: relative;
  padding: 20px 45px;
  z-index: 1;
  background-color: #bdf5ff;
  box-shadow: 0 0 18px #ebebeb;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: auto;
}

.step-shape {
  position: absolute;
  top: 0;
  left: 89%;
  z-index: 1;
  transform: rotateX(180deg);
}

.step-shape2 {
  position: absolute;
  top: 69%;
  left: 89%;
  z-index: 1;
}

.step-wrapper p {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .step-shape2 {
    top: 114%;
    left: 28%;
    z-index: 1;
    transform: rotateX(173deg) rotateZ(256deg);
  }
}

/* platforms section  */
.platforms {
  padding: 0px 0 75px;
}

.platform-wrapper {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  transition: ease-out 0.4s;
}

.platform-wrapper p {
  margin: 0;
}

.platform-wrapper:hover {
  transform: translateY(-10px);
}


/* footer section  */
.footer {
  padding: 0 0 15px 0;
  background-color: #037cad;
  color: #fff;
}
.contact-icon{
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  margin-right: 15px;
}
.contact-details {
  background-color: #1f97c7;
  padding-top: 10px;
  margin-bottom: 50px;
  color: #fff;
}
.contact-details p a{
  color: #fff;
  text-decoration: none;
}
.contact-details i{
  color: #0381b4;
}

.social-icons a {
  color: #0381b4;
  margin: 0 5px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: ease-out 0.3s;
}

.social-icons a:hover {
  background-color: #ff8330;
  transform: translateY(5px);
  color: #fff;
}

.page-links a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.4s;
  display: inline-block;
}

.page-links a:hover {
  color: #ff8330;
}
.call a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
