.service-hero {
  text-align: center;
  background-image: url("background.2018d3ce.jpeg");
  background-size: cover;
  justify-content: center;
  padding: 3rem;
}

.service-hero .service-heading h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  font-size: 30px;
  font-weight: 400;
}

.service-hero .service-col .service-link {
  margin-top: 10px;
}

.service-hero .service-col .service-link a {
  color: #00008b;
  font-size: 18px;
}

.service-hero .service-col .service-link .bi {
  font-size: 15px;
}

.service-hero .service-col .service-link span {
  color: #fff;
  margin-left: 5px;
  font-size: larger;
  font-weight: 400;
}

.custom .content .card {
  background: #f0f8fe;
  border-radius: 6px;
  min-height: 315px;
  box-shadow: 5px 5px 10px #a6a5b0, -5px -5px 10px #fff;
}

.custom .content .card p {
  color: #262524;
  font-weight: 500;
}

.service-hero .service-col .service-btn {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  min-width: 220px;
  margin-top: 20px;
  transition: transform .25s;
  display: inline-block;
}

.service-hero .service-col .service-btn:hover {
  transform: translateX(10px);
}

.service-hero .service-col .service-btn a {
  color: #000;
  font-weight: 600;
}

.main-row h1 {
  color: #00008b;
}

.main-container .main-row h1 {
  font-size: 30px;
}

.main-container .main-row hr {
  color: red;
  width: 100px;
  height: 10px;
}

.main-container .main-row .content {
  border: 1px solid #fff;
  height: 500px;
  padding-top: 100px;
}

.main-container .main-row .content .card-body h1 {
  color: #262524;
  letter-spacing: 2px;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  font-family: Anton SC, sans-serif !important;
}

.main-container .main-row .content .card-body p {
  color: #000;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 590;
  line-height: 40px;
}

.main-container .main-row .content-card {
  background: #f0f8fe;
  border-radius: 6px;
  min-height: 200px;
}

.main-container .main-row .content-card p {
  color: #000;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

.main-container .main-row .content-card h5 {
  text-align: center;
  font-size: 25px;
}

.why-choose .choose-row .card {
  background: #f0f8fe;
  border-radius: 5px;
  min-height: 220px;
  box-shadow: 5px 5px 10px #a6a5b0, -5px -5px 10px #fff;
}

.why-choose .choose-row .card-body h4 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}

.why-choose .choose-row .card-body p {
  color: #000;
  font-size: 18px;
}

.why-choose .choose-row .card-body {
  background: #f0f8fe;
  border-radius: 5px;
  min-height: 20px;
  box-shadow: 5px 5px 10px #a6a5b0, -5px -5px 10px #fff;
}

.why-choose .choose-row span {
  color: red;
  font-size: 40px;
}

.process .process-content {
  padding-left: 30px;
}

.process .process-heading h2 {
  text-align: center;
  color: #262524;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  font-family: sans-serif !important;
}

.process .process-heading .hea {
  text-align: center;
  display: block;
}

.process .process-heading hr {
  color: #00008b;
  height: 10px;
}

.process .process-heading p {
  text-align: center;
  color: #000;
  font-size: 18px;
}

.process .process-content h5 {
  color: #262524;
  font-size: 25px;
}

.process .process-content p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.process .process-content span {
  color: red;
  font-size: 40px;
}

.section-title {
  margin-top: 4rem;
  padding-bottom: 60px;
  position: relative;
}

.section-title h1 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1px;
  position: relative;
}

.section-title h1:after {
  content: "";
  background: var(--accent-color);
  width: 120px;
  height: 1px;
  margin: 4px 10px;
  display: inline-block;
}

.section-title p {
  color: #2d2d2d;
  text-transform: capitalize;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.banner-wrapper {
  justify-content: flex-end;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.banner-wrapper .banner {
  object-fit: cover;
  background-color: #0000;
  background-position: 100%;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.banner-wrapper .banner-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
}

.card {
  border-right: 1px solid var(--accent-color);
  color: #333;
  background: #fff;
  max-width: 600px;
  padding: 2rem;
  position: absolute;
  left: 15%;
  box-shadow: 0 4px 6px #0000001a;
}

.card h1 {
  color: #222;
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.card p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (width <= 768px) {
  .banner {
    height: auto;
    padding: 2rem 0;
  }

  .card h1 {
    font-size: 1.5rem;
  }

  .card p {
    font-size: .9rem;
  }
}

@media (width <= 480px) {
  .card {
    padding: 1.5rem;
  }

  .card h1 {
    font-size: 1.2rem;
  }

  .card p {
    font-size: .8rem;
  }
}

.service-items {
  width: 100%;
  margin-top: 4rem;
}

.service-items .service-item {
  background-color: #fff;
  border-radius: 18px;
  height: 100%;
  padding: 60px 30px 60px 70px;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 30px #0000001a;
}

.service-items .service-item:after {
  display: none;
}

.service-items .service-item .icon {
  position: absolute;
  top: calc(50% - 30px);
  left: -20px;
}

.service-items .service-item .icon i {
  font-size: 64px;
  line-height: 1;
  transition: all .5s;
}

.service-items .service-item h3 {
  margin: 10px 0 15px;
  font-size: 22px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.service-items .service-item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

@media (width >= 1365px) {
  .service-items .service-item:hover {
    transform: translateY(-10px);
  }
}

.more-features {
  margin-top: 10rem;
}

.more-features .features-image {
  min-height: 400px;
  position: relative;
}

.more-features .features-image img {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.more-features h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.more-features .icon-box {
  margin-top: 30px;
}

.more-features .icon-box i {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 1.2;
}

.more-features .icon-box h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.more-features .icon-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

@media (width <= 475px) {
  .process .process-content p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }

  .main-container .main-row .content .card-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .main-container .main-row .content {
    border: 1px solid #fff;
    height: 800px;
    padding-top: 50px;
  }
}

@media (width <= 768px) {
  .main-container .main-row .content .card-body p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .main-container .main-row .content-card p {
    font-size: 18px;
    font-weight: 400;
  }
}
/*# sourceMappingURL=webdevelopment.db1c69a3.css.map */
