/* Global Colors */
@media (min-width: 768px) and (max-width: 991px) {
  .home-section5 {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .home-section5 {
    overflow: hidden;
  }
}
.home-section5 .second-link {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .home-section5 .second-link {
    margin-top: 1.389vw !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-section5 .content-wrap {
    margin-top: -70px !important;
    width: 36.333vw !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section5 .lead-bg::before {
    bottom: -96px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section5 .section-link {
    top: 45px !important;
  }
}
.home-section5 .section-para ul li, .home-section5 .section-para ol li {
  position: relative;
}
.home-section5 .section-para ul li:last-child, .home-section5 .section-para ol li:last-child {
  margin-bottom: 0;
}
.home-section5 .section-para ul li::before, .home-section5 .section-para ol li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #004c99;
  top: 8.2px;
}
@media (max-width: 991px) {
  .home-section5 .section-para ul li::before, .home-section5 .section-para ol li::before {
    width: 8px;
    height: 8px;
    border-radius: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section5 .section-para ul li::before, .home-section5 .section-para ol li::before {
    top: 12px;
  }
}
@media (max-width: 991px) {
  .home-section5 .section-para ul li, .home-section5 .section-para ol li {
    padding-left: 18px;
    letter-spacing: -0.32px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .home-section5 .section-para ul li, .home-section5 .section-para ol li {
    margin-bottom: 1.111vw;
    padding-left: 1.25vw;
    letter-spacing: -0.32px;
  }
  .home-section5 .section-para ul li::before, .home-section5 .section-para ol li::before {
    width: 0.625vw;
    height: 0.625vw;
    top: 0.59vw;
    border-radius: 0.139vw;
  }
}
.home-section5 img {
  height: 100%;
}
@media (max-width: 991px) {
  .home-section5 .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home-section5 .container {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .home-section5 .section-heading {
    margin: 20px 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section5 .section-heading {
    margin: 30px 0 16px;
  }
}
@media (max-width: 991px) {
  .home-section5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .home-section5 .lead-bg {
    background: white;
    position: relative;
    z-index: 9999;
  }
}
@media (max-width: 991px) {
  .home-section5 .section-link {
    z-index: 99999;
    top: 22px;
  }
  .home-section5 .section-para {
    padding-right: 12px;
  }
  .home-section5 .section-para p:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .home-section5 .img-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .home-section5 {
    display: grid;
    grid-template-columns: auto 48.125vw;
  }
  .home-section5 .img-wrapper {
    height: inherit;
    overflow: hidden;
  }
  .home-section5 .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.333vw;
    margin-left: auto;
  }
  .home-section5 p:not(:last-child) {
    margin-bottom: 1.944vw;
  }
  .home-section5 .section-heading {
    margin-bottom: 1.944vw;
  }
  .home-section5 .section-link {
    margin-top: 4.167vw;
  }
}
@media (max-width: 767px) {
  .home-section5 .heading-1,
  .home-section5 .section-link {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home-section5 .section-para {
    padding: 0 32px 8px 20px;
  }
}
@media (max-width: 991px) {
  .home-section5 .section-para {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section5 .section-para {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.home-section5 .d-none-before::before {
  content: none;
}