/* Global Colors */
.logos-with_heading::before {
  content: "";
  width: 100%;
  bottom: 0;
  background: #004C99;
  position: absolute;
}
@media (min-width: 992px) {
  .logos-with_heading::before {
    height: 90.2vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logos-with_heading::before {
    height: 47.8rem !important;
  }
}
@media (max-width: 767px) {
  .logos-with_heading::before {
    height: 80vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logos-with_heading::before {
    content: none;
  }
}

@media (max-width: 991px) {
  .home-section3 {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section3 .heading-wrapper {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .home-section3 .container {
    padding: 0;
    height: inherit;
    display: grid;
    grid-template-rows: 0.5fr 1.8fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section3 .container {
    background: #004C99;
  }
}
@media (min-width: 992px) {
  .home-section3 .heading-1,
  .home-section3 .sub-heading {
    margin-bottom: 1.111vw;
  }
}
@media (max-width: 767px) {
  .home-section3 .heading-1 {
    padding: 0px 9px 0 20px;
  }
}
@media (max-width: 767px) {
  .home-section3 .sub-heading {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section3 .sub-heading {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .home-section3 .background-wrapper {
    background-color: #02458a;
    color: white;
    display: grid;
    grid-template-rows: 55.556vw 1fr;
    position: relative;
    height: inherit;
  }
  .home-section3 .without-sub-heading {
    padding-top: 20px !important;
  }
  .home-section3 .logo-note-wrapper {
    -ms-flex-item-align: start;
        align-self: start;
    padding-top: 50px;
    height: 100%;
  }
}
.home-section3 .heading-wrapper {
  background: white;
}
@media (max-width: 991px) {
  .home-section3 .heading-wrapper {
    position: relative;
    z-index: 999;
    color: black;
    padding-bottom: 80px;
  }
  .home-section3 .heading-wrapper::after {
    position: absolute;
    content: "";
    top: -9vh;
    height: 10vh;
    width: 100vw;
    background: white;
    left: 0;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .home-section3 .heading-wrapper.lead-bg::before {
    content: none !important;
  }
}
@media (max-width: 991px) {
  .home-section3 .logos-wrapper {
    margin-bottom: 10vw;
  }
}
@media (max-width: 767px) {
  .home-section3 .logos-wrapper {
    padding: 0 20px 36px 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section3 .logos-wrapper {
    padding: 0 50px 30px;
  }
}
@media (min-width: 992px) {
  .home-section3 .logos-wrapper {
    grid-column: 2;
    width: 43.333vw;
    height: 14.722vw;
  }
}
.home-section3 .small-note {
  opacity: 0.6;
  color: #fff;
}
@media (min-width: 992px) {
  .home-section3 .small-note {
    width: 27.778vw;
    margin-top: 2.431vw;
  }
}
@media (max-width: 991px) {
  .home-section3 .small-note {
    margin: 0 20px 0;
    position: absolute;
    bottom: 5.556vw;
  }
}

@media (min-width: 992px) {
  .content-wrappers {
    display: grid;
    row-gap: 6.944vw;
    padding-bottom: 2.778vw;
  }
  .heading-wrapper {
    position: relative;
    max-width: 45.486vw;
    padding: 5vw 5.069vw 2.639vw 4.028vw;
  }
  .logo-note-wrapper {
    display: grid;
    grid-template-columns: 25.694vw 1fr;
    -webkit-column-gap: 7.569vw;
       -moz-column-gap: 7.569vw;
            column-gap: 7.569vw;
  }
  .logo-note-wrapper .logos-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    bottom: 1.111vw;
  }
}