@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,400;1,500;1,600;1,700;1,800&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
  font-family: "Open Sans", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

a {
  color: #015190;
  text-decoration: none;
}

header .navbar {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}
header .navbar .navbar-brand img {
  width: 150px;
}
header .nav-link {
  position: relative;
  padding: 15px 0 15px;
  color: #333;
}
header .nav-link:hover {
  opacity: 1;
}
header .nav-link:hover::before {
  width: 50%;
}
header .nav-link:before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #015190;
  width: 0%;
  bottom: 10px;
}
header .nav-item.active .nav-link {
  font-weight: 600;
  color: #e5077e;
}
header .nav-item.active .nav-link:before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #015190;
  width: 50%;
  bottom: 10px;
}

@media (max-width: 767px) {
  .banner {
    padding-top: 70px;
  }
}

.carousel-caption {
  transform: translate(0, 100%);
  background: rgba(227, 47, 129, 0.62);
  padding-right: 60px;
  bottom: 50%;
  left: 0;
  right: inherit;
}
@media (max-width: 767px) {
  .carousel-caption {
    padding: 10px 20px;
  }
}
.carousel-caption p {
  font-size: 35px;
  text-align: left;
  max-width: 1170px;
  margin-left: 120px;
}
@media (max-width: 767px) {
  .carousel-caption p {
    font-size: 20px;
    margin-left: 20px;
    width: 100%;
    margin-bottom: 0;
  }
}

.section-heading {
  margin-bottom: 25px;
}
.section-heading h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e5077e;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section-heading h1:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #015190;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.section-heading p {
  font-weight: 600;
  font-style: italic;
}

.about {
  padding: 50px 0;
}
.about img {
  height: auto;
  margin-bottom: 20px;
}

.services {
  padding: 50px 0 50px;
  background-color: rgba(227, 47, 129, 0.2);
  margin-bottom: 50px;
}
.services .container {
  max-width: 980px;
}
.services .container .row {
  margin-bottom: 50px;
  align-items: center;
}
.services .card {
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 992px) {
  .services .card {
    margin-bottom: 20px;
  }
}
.services .card .card-body {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(1, 81, 144, 0.7);
  color: #fff;
  font-size: 20px;
  border-radius: 0 0 5px 5px;
}
.services .card:hover img {
  transform: scale(1.2);
}
.services p.service-text strong {
  color: #015190;
}
.services img {
  width: 100%;
  transition: transform 0.6s;
  border-radius: 5px 5px 5px 5px;
}

.business {
  padding: 0 0 50px;
}
.business .card {
  text-align: center;
  margin-bottom: 30px;
  min-height: 221px;
}
.business .card .card-body {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.business .card p {
  font-size: 30px;
  font-weight: 700;
  color: deeppink;
}
.business .card img {
  object-fit: contain;
}
.business .card h3 {
  font-size: 22px;
}

footer {
  min-height: 350px;
  background-color: #dedede;
  margin-top: 50px;
}
footer h6 {
  font-size: 16px;
}
footer a {
  text-decoration: none;
}

.contact h5 {
  color: green;
  font-size: 20px;
}

.call-to-action {
  background-color: #015190;
}

.btn-primary {
  background-color: #e5077e;
  border-color: #e5077e;
}
.btn-primary:hover {
  background-color: #e5077e;
  border-color: #e5077e;
}

.faq-main {
  padding-top: 70px;
}
.faq-main .accordion {
  margin-top: 20px;
}

.page-header {
  padding-top: 20px;
}
.page-header h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e5077e;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.page-header h1:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #015190;
  left: 0%;
  bottom: 0;
}

/*# sourceMappingURL=style.css.map */
