@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
.btn-secondary {
  background-color: #17c4ba;
  border-color: #17c4ba;
}

.btn-primary {
  background-color: #1486d6;
  border-color: #1486d6;
}

.bg-primary {
  background-color: #1486d6 !important;
}

.text-primary {
  color: #1486d6 !important;
}

.padding-y {
  padding-top: 80px;
  padding-bottom: 80px;
}

.badge-section-name {
  padding: 10px 22px;
  color: #1486d6;
  background-color: #d9ebf1;
  border-radius: 4px;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0d5d;
  font-family: "Montserrat", sans-serif;
}

.btn-gradient {
  background: rgb(23, 196, 186);
  background: linear-gradient(
    90deg,
    rgb(23, 196, 186) 0%,
    rgb(20, 134, 214) 100%
  );
  color: white;
  border: 0;
  padding: 12px 40px;
  transition: all 300ms ease-in-out;
}
.btn-gradient:hover {
  color: white;
  transform: scale(1.1);
}

.navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.navbar.fixed {
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.7);
}

.navbar.backdrop {
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.7);
}

.navbar.backdrop a {
  color: black;
}

.navbar.fixed a {
  color: black;
}

.navbar-collapse.show,
.collapsing {
  /* -webkit-backdrop-filter: blur(11px); */
  /* backdrop-filter: blur(11px); */
  z-index: 9;
  /* background-color: rgba(255, 255, 255, 0.3); */
  padding: 10px 30px;
  text-align: center;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.fixed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 134, 214, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.navbar.backdrop .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 134, 214, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.accordion .collapsing {
  text-align: left;
}

.nav-item a {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  font-size: 14px;
}
.nav-item .btn-secondary {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.main-header {
  background-image: url("../img/header-bg.png");
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  overflow-x: hidden;
}
.main-header .fullheight {
  min-height: calc(100vh - 120px);
}
.main-header .header-lady img {
  position: absolute;
  height: 96vh;
  margin-top: -120px;
  bottom: 0;
  right: 0;
}

.featured-row {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}

@media screen and (max-width: 991px) {
  /* .featured-row {
    top: -160px;
    text-align: center;
  }

  .main-header .fullheight {
    min-height: calc(100vh - 250px);
  } */

  .main-header .header-lady img {
    transform: translateX(25%);
  }
}

@media screen and (max-width: 767px) {
  .featured-row {
    top: -160px;
    text-align: center;
  }
}

@media screen and (max-width: 551px) {
  .main-header .header-lady img {
    opacity: 0.7;
  }
}

.featured-row .featured-icon-wrapper img {
  max-width: 60px;
  max-height: 60px;
}

.header-2 {
  background-image: url("../img/header-2-bg.png");
  background-size: cover;
  background-position: center;
}
.header-2 .heading-container {
  min-height: 300px;
}
@media screen and (max-width: 769px) {
  .header-2 .heading-container {
    min-height: 450px;
  }

  .header-2 .heading-container h2 {
    transform: translateY(40%);
  }

  .featured-row .featured-icon-wrapper img {
    max-width: 40px;
    max-height: 40px;
  }
}

.featured-section .featured-card {
  background-color: #f4f9f5;
}
.featured-section .featured-card .active,
.featured-section .featured-card:hover {
  background: rgb(23, 196, 186);
  background: linear-gradient(
    174deg,
    rgb(23, 196, 186) 0%,
    rgb(20, 134, 214) 100%
  );
  color: white;
}
.featured-section .featured-card .active img,
.featured-section .featured-card:hover img {
  filter: brightness(5);
}
.featured-section .featured-card .icon {
  margin-top: 50px;
  height: 60px;
  width: 60px;
}
.featured-section .featured-card .icon img {
  width: 100%;
  height: 100%;
}
.featured-section .featured-card .text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #d9ebf1;
  font-size: 44px;
}

#about .check-mark {
  height: 20px;
  width: 20px;
}

#consulting .card-services {
  background-color: #f4f9f5;
  height: 100%;
}
#consulting .card-services h4 {
  border-bottom: 1px solid #ced0d1;
  padding-bottom: 14px;
  padding-top: 26px;
  font-size: 22px;
}
#consulting .card-services p {
  color: #414042 !important;
}
#consulting .card-services .service_icon-wrapper {
  height: 70px;
  width: 70px;
  background-color: #1486d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: -30px;
}
#consulting .card-services .service_icon-wrapper img {
  width: 38px;
  max-width: 38px;
  max-height: 38px;
}

#video {
  background-image: url("../img/video_section.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  min-height: 550px;
}
#video .video-button img {
  max-width: 80px;
  transition: all 300ms ease-in-out;
}
#video .video-button img:hover {
  transform: scale(1.1);
}

#pricing {
  background-image: url("../img/procing-cards-bg.png");
  background-position: center;
  background-size: cover;
}
#pricing .pricing-cards-row {
  margin-top: -18%;
}
#pricing .pricing-card {
  border: 0;
}
#pricing .features img {
  width: 20px;
}
#pricing .features p {
  position: relative;
}
#pricing .features p:not(:last-child):after {
  height: 1px;
  width: 80%;
  position: absolute;
  background-color: #e1e1e1;
  content: "";
  left: 10%;
  bottom: -10px;
}

#testimonial {
  background: rgb(23, 196, 186);
  background: linear-gradient(
    90deg,
    rgb(23, 196, 186) 0%,
    rgb(20, 134, 214) 100%
  );
}

#faq .faqs-wrapper {
  padding-top: 50px;
}
#faq .accordion .accordion-item {
  border: 0;
}
#faq .accordion .accordion-item .accordion-header .accordion-button {
  background: #d4edfa;
  margin-top: 20px;
  color: #0d0d5d;
  border-radius: 40px;
}
#faq
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"] {
  background: #1486d6;
  color: white;
}
#faq .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#cta-contact .card-cta {
  background: #f1f8f9;
  margin-top: -60px;
}

footer {
  background: rgb(23, 196, 186);
  background: linear-gradient(
    90deg,
    rgb(175, 215, 181) 0%,
    rgb(33, 206, 247) 100%
  );
}
footer .divider {
  margin-top: 16px;
  height: 4px;
  width: 50px;
  background: #0cb6b4;
}
footer .icon {
  color: #0cb6b4;
}

.main-header-contact {
  background-image: url("../img/contact-header.png");
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  overflow-x: hidden;
}
.main-header-contact .fullheight {
  min-height: calc(100vh - 300px);
}
.main-header-contact .header-lady img {
  position: absolute;
  height: 96vh;
  margin-top: -120px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .main-header-contact .header-lady img {
    height: 50vh;
  }
}

.contact-form-wrapper {
  margin-top: -100px;
  z-index: 1;
}
.contact-form-wrapper .form-control {
  border: 0;
  border-bottom: 1px solid #414042;
  font-size: 14px;
}
.contact-form-wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-form-wrapper .shadow-color {
  background-color: #414042;
  background-image: url("../img/headphone-shadow.png");
  background-size: 70%;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: white;
} /*# sourceMappingURL=main.css.map */
