.navbar-nav .nav-link:hover {
  color: #ef761b; }
.navbar-nav .nav-link .active {
  color: #ef761b !important;
  text-decoration: underline; }

.p-5 {
  padding: 3rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.all-content-ppc p {
  font-size: 14px; }
.all-content-ppc .h2__heading2 {
  color: #212529 !important;
  font-weight: 500 !important; }
.all-content-ppc .h1__heading {
  font-weight: 600 !important;
  font-size: 36px;
  letter-spacing: 1px;
  margin-top: 35px; }

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .banner .left-img,
  .banner .right-img {
    position: absolute;
    top: 20% !important; }
  .banner .left-img {
    left: -90px !important;
    top: 0 !important; }
  .banner .right-img {
    left: 55% !important;
    top: 50% !important; }

.item {
  overflow: hidden;
  display: inline-block; }
  .item img {
    transition: all 0.5s;
    transform-origin: 50% 50%;
    transition: transform 30s linear; }

.whover:hover img {
  transform: scale(2); }

.auto img {
  animation: scale 5s linear infinite; }

@keyframes scale {
  50% {
    transform: scale(1.2); } }
.text-container {
  display: grid;
  place-items: center;
  /* Centers both vertically and horizontally */
  height: 100%;
  /* Ensure the div has a height */ }
  .text-container .h2__heading2 {
    margin-bottom: 20px;
    line-height: 26px !important; }

.cookie .alert-cookie-policy {
  border-radius: 0;
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  z-index: 9999999999;
  background-color: rgba(0, 0, 0, 0.902);
  padding: 25px 20px;
  box-shadow: 0 -5px 5px -5px #333;
  border-top: 2px solid black; }
  .cookie .alert-cookie-policy .outline {
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 3;
    background: transparent;
    color: #33afe4;
    font-size: 14px;
    border-color: #33afe4;
    border-style: solid;
    border-width: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    margin-right: 10px;
    margin-bottom: 10px; }
    .cookie .alert-cookie-policy .outline:hover {
      color: white;
      /* background: #1172c4; */
      background: #33afe4;
      border-color: none;
      font-weight: 600;
      box-shadow: 2px 18px 48px 0 rgba(0, 0, 0, 0.11); }
  .cookie .alert-cookie-policy .bg {
    cursor: pointer;
    position: relative;
    z-index: 3;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    margin-right: 10px;
    margin-bottom: 10px; }
  .cookie .alert-cookie-policy .closeCookie {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5; }
  .cookie .alert-cookie-policy .alert-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .cookie .alert-cookie-policy .alert-link {
    color: #2fafe4;
    font-weight: 500; }
  .cookie .alert-cookie-policy .cookie-btn {
    margin-top: 30px;
    text-align: right; }
    .cookie .alert-cookie-policy .cookie-btn .btn {
      display: inline-block; }

/*PPC CSS*/
.feature-card {
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);
  border-radius: 0;
  margin-top: 10px;
  margin-right: 10px;
  padding: 20px; }
  .feature-card.large {
    height: 530px; }
  .feature-card .pt-50 {
    padding-top: 50px; }
  .feature-card .pb-60 {
    padding-bottom: 60px; }
  .feature-card .pt-80 {
    padding-top: 82px; }
  .feature-card h6 {
    font-size: 16px;
    font-weight: 600; }

.benefits-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 20px auto;
  max-width: 400px; }

.img-container {
  position: relative;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 20px; }
  .img-container .img-first {
    position: absolute;
    right: 0;
    top: 0; }
  .img-container .img-second {
    top: 83px;
    position: relative;
    z-index: -1;
    right: 100px; }
  .img-container .img-third {
    position: absolute;
    right: 0;
    top: 167px;
    z-index: -2; }
  .img-container .img-fourth {
    right: 51px;
    top: 113px;
    position: relative;
    z-index: -3; }

.image-containers {
  position: relative;
  margin: auto;
  overflow: hidden;
  height: 312px !important; }

  .image-containers .bubble {
    position: absolute;
    text-align: center; }

    .image-containers .bubble.left-bubble {
      left: 25px;
      top: 37%;
      transform: translateY(-57%); }

    .image-containers .bubble.right-bubble {
      right: -10px;
      top: 44%;
      transform: translateY(-61%); }

    .image-containers .bubble.top-bubble {
      top: 22px;
      left: 76%;
      transform: translateX(-51%); }

.element img {
  animation: bounce 2s infinite; }

@keyframes bounce {
  0% {
    transform: translateY(0);
    position: relative; }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }

.why-choose-lms {
  border: 5px solid #193399; }
  .why-choose-lms .row {
    padding: 40px 40px; }
  .why-choose-lms .blue-bg {
    background: #193399;
    padding: 20px 30px;
    color: #fff; }
    .why-choose-lms .blue-bg h3 {
      font-size: 20px;
      color: #fff;
      font-weight: 500 !important; }
    .why-choose-lms .blue-bg h5 {
      font-size: 17px;
      margin: 20px 0; }

.benefits {
  margin: 30px auto; }
  .benefits .h2__heading2 {
    margin: 30px 0; }
  .benefits .bcard {
    padding: 10px 15px 10px 0; }
  .benefits h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px; }

.review-section {
  background: #F4F4F4; }
  .review-section h2 {
    font-size: 1.5rem;
    font-weight: bold; }
  .review-section .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px; }
    .review-section .card h3 {
      font-size: 1.25rem;
      font-weight: bold; }
    .review-section .card h4 {
      font-size: 1.125rem;
      font-weight: bold; }
    .review-section .card p {
      font-size: 0.9rem; }
    .review-section .card i {
      font-size: 1rem; }
  .review-section .gc {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 40px;
    vertical-align: top; }
  .review-section .gc--1-of-3 {
    width: 22.33333%; }
  .review-section .gc--2-of-3 {
    width: 77.66666%; }
  .review-section .naccs {
    position: relative;
    width: 100%; }
  .review-section .naccs .menu div {
    padding: 25px 25px 25px 40px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0);
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    filter: grayscale(1);
    transform: scale(0.7); }
  .review-section .naccs .menu div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .review-section .naccs .menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 15px;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }
  .review-section .naccs .menu div.active span.light {
    background-color: rgba(255, 255, 255, 0);
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0; }
  .review-section .naccs .menu div.active {
    color: #FBC02D;
    padding: 15px 20px 15px 20px;
    filter: none;
    transform: scale(1); }
  .review-section .nacc {
    position: relative;
    height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1); }
  .review-section .nacc .content-review {
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }
  .review-section .nacc .content-review.active {
    transition-delay: .3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px); }
  .review-section .nacc .content-review p {
    margin: 0; }

.cta-main {
  background-image: url("../ppc/img/CTA-form-bg.webp");
  background-size: cover;
  background-repeat: no-repeat; }
  .cta-main #cta_iframe {
    height: 290px;
    margin-top: 40px; }
  .cta-main h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px; }

.image-container {
  position: relative;
  width: 100%;
  margin: auto;
  height: 420px; }

.image-container img {
  position: absolute; }

.image-container .second-image {
  position: absolute;
  top: 192px;
  left: 125px; }

@media (max-width: 768px) {
  .all-content-ppc .h1__heading {
    font-weight: 600 !important;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: -35px; }

  .banner .left-img {
    left: 0;
    top: 46%; }
  .banner .right-img {
    left: 20%;
    top: 70%; }

  .p-5 {
    padding: 1rem !important; }

  .ps-5 {
    padding-left: 1rem !important; }

  .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .review-section {
    height: 100vh; }
    .review-section .card {
      padding: 20px; }
    .review-section .gc--1-of-3 {
      width: 100%; }
    .review-section .gc--2-of-3 {
      width: 100%; }
    .review-section .naccs .menu {
      display: flex;
      margin-bottom: 20px; }
    .review-section .gc {
      padding-left: 0; }

  .image-container .second-image {
    position: absolute;
    top: 192px;
    left: 0px; } }

/*# sourceMappingURL=custom.css.map */
