.rounded-circle {
  border-radius: 50% !important;
}
.home-section {
  position: relative;
  background: url('assets/images/bg10.jpg') no-repeat center center/cover;
  background: url(../images/banner1.jpg) top center no-repeat;
  color: #fff;
}
.home-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  /* black overlay with 40% opacity */
  z-index: 1;
}
.home-section>* {
  position: relative;
  z-index: 2;
}
.card.shadow-lg {
  min-height: 355px;
}
h2 {
  color: #0b2c4f;
}
h3 {
  color: #4284F4;
}
.about img {
  border-radius: 9px;
}
.services img {
  border-radius: 9px;
}

    ul.list {
    color: #212529;
    font-size: 18px;
    padding: 20px;
    padding-top: 0px;
    font-weight: 300;

}
.register-form-wrapper {
  margin-top: 00px;
  background-color: #0b2c4f96;
  box-shadow: 0 6px 10px -1px rgba(0, 0, 0, 0.25);
  border-radius: 8px 8px;
  padding: 20px 20px 30px 20px;
  text-align: center;
  border: 1px solid #0d6efd7a;
}
input.register-input,
select.register-input {
  width: 100% !important;
  height: 52px !important;
  padding-left: 4% !important;
  padding-right: 4% !important;
  margin-top: 4px !important;
  margin-bottom: 15px !important;
  color: #656565 !important;
  border: 1px solid #ededed !important;
  background-color: #f7f8f9 !important;
  font-size: 16px !important;
  border-radius: 5px 5px 5px 5px !important;
}
input.register-submit {
  background: #2d7af7;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 535px;
  padding: 18px 0;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
h1.display-3.fw-bold.mb-3 {
  font-size: 44px;
}
.home-section p.pe-lg-10.mb-5 {
  width: 400px;
}
.form-d h3 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 20px;
}
.pricing span {
  color: #4284F4;
}
.AWS img {
  border-radius: 9px;
}
.DevOps-list span.text-gray-500 {
  font-size: 12px;
}
.Methodology h5.mb-0 {
  color: #4284F4;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #0b2c4f;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
@media Screen and (max-width: 768px) {
  .home-section p.pe-lg-10.mb-5 {
    width: auto;
  }
  h1.display-3.fw-bold.mb-3 {
    font-size: 32px;
  }
  .form-d h3 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .logo img {
    width: 50%;
    padding: 5px;
  }
  .talk {
    width: auto;
    background: aliceblue;
    right: 10px;
    position: absolute;
  }
  .home-section {
    position: relative;
    background: url(../images/banner1.jpg) top center repeat;
    color: #fff;
}
}
