* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #283571;
  background: #fff;
}

header {
  padding: 20px 0;
  background: #fff;
}
header img {
  max-width: 220px;
}
header .dropdown {
  text-align: right;
  margin-top: 10px;
}
header .btn-secondary {
  background: transparent !important;
  color: #283571 !important;
  border: 0;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 24px;
  padding-right: 30px;
}
header .btn-secondary:hover, header .btn-secondary:focus, header .btn-secondary:active {
  background: transparent;
  color: #283571;
}
header .dropdown-menu {
  border: 1px solid #283571;
}
header .dropdown-menu a {
  font-size: 20px;
  color: #283571;
  font-weight: 500;
}
header .dropdown-toggle::after {
  background-image: url("../img/digital/angle-down.svg");
  border: none;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 10px;
}

.home-main {
  overflow: hidden;
}
.home-main h1, .home-main h2, .home-main h3, .home-main h4, .home-main h5, .home-main p {
  margin: 0;
}
.home-main .section-1 {
  background-image: url("../img/image29.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 90px 0 70px;
  position: relative;
  display: flex;
}
.home-main .section-1 .blk-1 h1 {
  max-width: 700px;
  font-size: clamp(42px, 5vw, 82px);
  line-height: 0.95;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFD859;
  margin-bottom: 28px;
}
.home-main .section-1 .blk-1 p {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.55;
}
.home-main .section-1 .blk-1 p span {
  color: #ffffff;
  font-weight: 700;
}
.home-main .section-1 .carousel .carousel-item img {
  border-radius: 28px;
}
.home-main .section-1 .carousel .carousel-indicators {
  margin-bottom: -2rem;
}
.home-main .section-1 .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}
.home-main .section-1 .carousel .carousel-indicators button.active {
  background-color: #FFD859;
}
.home-main .section-2 {
  background: #FFD859;
  padding: 28px 0;
  text-align: center;
}
.home-main .section-2 h3 {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  color: #283571;
}
.home-main .section-3 {
  padding: 70px 0;
  background: #fff;
}
.home-main .section-3 .blk-1 {
  text-align: center;
  margin-bottom: 35px;
}
.home-main .section-3 .blk-1 h2 {
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 600;
  text-transform: uppercase;
}
.home-main .section-3 .blk-1 p {
  max-width: 850px;
  margin: 16px auto 0;
  font-size: 21px;
  line-height: 1.45;
  color: #696969;
}
.home-main .section-3 .carousel .carousel-item img {
  border-radius: 28px;
}
.home-main .section-3 .carousel .carousel-indicators {
  margin-bottom: -2rem;
}
.home-main .section-3 .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: #999;
}
.home-main .section-3 .carousel .carousel-indicators button.active {
  background-color: #FFD859;
}
.home-main .section-4 .container-fluid {
  padding: 0;
}
.home-main .section-4 .carousel .carousel-indicators {
  position: static;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.home-main .section-4 .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.home-main .section-4 .carousel .carousel-indicators button.active {
  background-color: #FFD859;
}
.home-main .section-4 .carousel .carousel-control-prev,
.home-main .section-4 .carousel .carousel-control-next {
  position: static;
  opacity: 1;
  width: auto;
  margin: 0 30px;
}
.home-main .section-4 .carousel .carousel-control-prev img,
.home-main .section-4 .carousel .carousel-control-next img {
  width: 50px;
}
.home-main .section-4 .carousel .indicator-c {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 4rem;
  margin-left: 15%;
  align-items: center;
}
.home-main .section-5 {
  padding: 70px 0;
  background: #fff;
}
.home-main .section-5 h2 {
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home-main .section-5 .blk-1 {
  background: #ffffff;
  border: 1px solid #dbe9f6;
  border-radius: 16px;
  padding: 28px 18px;
  height: 100%;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: 0.25s all ease-in-out;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  cursor: default;
  pointer-events: none;
}
.home-main .section-5 .blk-1:hover {
  background-color: #C4E8F5;
  border-color: #005893;
}
.home-main .section-5 .blk-1 img {
  width: 120px;
  margin: 0 auto 16px;
}
.home-main .section-5 .blk-1 h3 {
  font-size: 38px;
  font-weight: 600;
  color: #005893;
  margin-bottom: 8px;
}
.home-main .section-5 .blk-1 p {
  font-size: 20px;
  font-weight: 500;
  color: #696969;
  max-width: 170px;
  margin: 0 auto;
  line-height: 1.2;
}
.home-main .section-5 .blk-1 h5 {
  height: 8px;
  background-color: #E8F2F8;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
}
.home-main .section-5 .blk-1 h5:after {
  content: '';
  background-color: #1B6FAB;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 8px;
  border-radius: 20px;
}
.home-main .section-5 .row-3 > div:nth-child(2) h5:after {
  width: 40%;
}
.home-main .section-5 .row-3 > div:nth-child(3) h5:after {
  width: 70%;
}
.home-main .section-5 .row-3 > div:nth-child(4) h5:after {
  width: 35%;
}
.home-main .section-5 .row-2 {
  margin-top: 42px;
}
.home-main .section-5 .row-2 .blk-2 {
  background: #FFD859;
  border-radius: 18px;
  padding: 25px 32px;
}
.home-main .section-5 .row-2 h3 {
  display: inline-block;
  border-radius: 8px;
  font-size: 32px;
  font-weight: 600;
  color: #283571;
  margin-bottom: 0;
}
.home-main .section-5 .row-2 p {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
}
.home-main .section-6 {
  background: #E5F4F5;
  padding: 70px 0;
}
.home-main .section-6 h2 {
  text-align: center;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.home-main .section-6 img {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  border-radius: 18px;
}
.home-main .section-7 {
  background: #E5F4F5;
}
.home-main .section-7 .container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-main .section-7 .container > div {
  position: relative;
}
.home-main .section-7 .container:before {
  content: '';
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  background: linear-gradient(180deg, rgba(0, 88, 147, 0) 0%, #005893 13%, #005893 100%);
  height: 100%;
  width: 8px;
  position: absolute;
  left: 50%;
  top: 0;
}
.home-main .section-7 .container:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 20%;
  background-color: #ffffff;
  bottom: 0;
  width: 8px;
  opacity: 0.4;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.home-main .section-7 .arrow-icon {
  position: absolute;
  bottom: 15%;
  left: 50.13%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  z-index: 1111;
}
.home-main .section-7 .blk-5 {
  display: table;
  background-color: #E5F4F5;
  margin: 45px auto 50px;
  padding: 10px 0;
}
.home-main .section-7 h2 {
  text-align: center;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.home-main .section-7 h3 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
.home-main .section-7 .blk-1 {
  padding: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #777;
}
.home-main .section-7 .blk-1 h4 {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.home-main .section-7 .blk-1 > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-main .section-7 .blk-1 img {
  width: 70px !important;
  height: 70px;
  object-fit: contain;
  flex: 0 0 70px;
}
.home-main .section-7 .blk-1 h5 {
  font-size: 32px;
  font-weight: 600;
  color: #0065a8;
  margin-bottom: 6px;
}
.home-main .section-7 .blk-1 p {
  font-size: 16px;
  line-height: 1.35;
  min-height: 44px;
}
.home-main .section-7 .cc-1 h5 {
  color: #000;
}
.home-main .section-7 .cc-1 .blk-1 {
  text-align: right;
}
.home-main .section-7 .cc-1 .blk-1 > div {
  justify-content: flex-end;
}
.home-main .section-8 {
  background-image: url("../img/image12.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
}
.home-main .section-8 h2 {
  color: #FFD859;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-main .section-8 h2 sup {
  font-size: 26px;
  top: -2rem;
}
.home-main .section-8 p {
  font-size: 24px;
  line-height: 1.2;
}
.home-main .section-8 p sup {
  font-size: 14px;
}
.home-main .section-9 {
  background: #fff;
  padding: 70px 0;
  text-align: center;
}
.home-main .section-9 h2 {
  max-width: 720px;
  margin: 0 auto 14px;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 600;
  text-transform: uppercase;
}
.home-main .section-9 p {
  font-size: 24px;
  margin-bottom: 34px;
  color: #696969;
}
.home-main .section-9 img {
  max-width: 860px;
  margin: 0 auto;
}
.home-main .section-10 {
  padding: 55px 0;
  background: #fff;
  box-shadow: 6px 0 10px #000;
}
.home-main .section-10 h2 {
  text-align: center;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  text-transform: uppercase;
}
.home-main .section-11 {
  background-color: #E5F4F5;
  box-shadow: 6px 0 10px #444;
  color: #fff;
  padding: 0;
}
.home-main .section-11 .container-fluid {
  padding: 0;
}
.home-main .section-11 .carousel-item {
  position: relative;
}
.home-main .section-11 .blk-1 {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  box-shadow: -6px 0 10px #000;
}
.home-main .section-11 .blk-1 h2 {
  color: #ffffff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.home-main .section-11 .blk-1 h2 sup {
  font-size: 30px;
  top: -2rem;
}
.home-main .section-11 .blk-1 p {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.home-main .section-11 .blk-2 {
  margin-top: 0;
}
.home-main .section-11 .carousel-indicators {
  position: static;
  margin-bottom: 0;
  padding: 30px 0;
}
.home-main .section-11 .carousel-indicators button {
  height: auto;
  background-color: transparent;
  width: 130px;
  opacity: 1;
  text-indent: 0;
  margin: 0 20px;
  position: relative;
}
.home-main .section-11 .carousel-indicators button img {
  width: 80px;
}
.home-main .section-11 .carousel-indicators button img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
}
.home-main .section-11 .carousel-indicators button.active img:last-child {
  opacity: 1;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
}
.home-main .section-11 .carousel-indicators button.active img:first-child {
  opacity: 0;
}
.home-main .section-12 {
  background: #fff;
  padding: 70px 0 40px;
  overflow: hidden;
}
.home-main .section-12 h2 {
  text-align: center;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home-main .section-12 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #283571;
  margin: 30px 0 16px;
  text-transform: uppercase;
  padding-left: 30px;
  text-align: center;
}
.home-main .section-12 .blk-1 {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  padding: 14px 0;
}
.home-main .section-12 .blk-1 img {
  height: 70px;
  width: auto;
  object-fit: contain;
}
.home-main .section-12 .row:nth-of-type(2) .blk-1 {
  animation: logoStripLeft 50s linear infinite;
}
.home-main .section-12 .row:nth-of-type(3) .blk-1 {
  animation: logoStripLeft 90s linear infinite;
}
.home-main .section-12 .row:nth-of-type(4) .blk-1 {
  animation: logoStripLeft 70s linear infinite;
}

footer {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 55px 0 18px;
  background-image: url("../img/digital/footer_bg.jpg");
}
footer img {
  max-width: 250px;
}
footer h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .linked-icon {
  background-color: #FFD859;
  display: inline-block;
  color: #000000;
  padding: 2px 10px 5px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.25s all ease-in-out;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
}
footer .linked-icon img {
  width: 20px;
  margin-left: 3px;
}
footer .linked-icon:hover {
  background-color: #E1B91DFF;
}
footer .container-fluid {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
  text-align: center;
}
footer .container-fluid p {
  font-size: 14px;
  margin: 0;
}

@keyframes logoStripLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-45%);
  }
}
@keyframes logoStripRight {
  from {
    transform: translateX(-45%);
  }
  to {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  header .col {
    text-align: center;
    margin-bottom: 14px;
  }
  header .dropdown {
    text-align: right;
  }
  header .dropdown .dropdown-toggle {
    position: relative;
  }

  .home-main .section-1,
  .home-main .section-3,
  .home-main .section-5,
  .home-main .section-6,
  .home-main .section-7,
  .home-main .section-8,
  .home-main .section-9,
  .home-main .section-12 {
    padding: 45px 0;
  }
  .home-main .section-1 .carousel {
    margin-top: 30px;
  }
  .home-main .section-3 .row-2 .col-md-6 {
    margin-bottom: 30px;
  }
  .home-main .section-4 .carousel .indicator-c {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    margin-bottom: 0;
  }
  .home-main .section-5 .row-3 > div {
    margin-bottom: 30px;
  }
  .home-main .section-7 .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-main .section-7 .container .blk-5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-main .section-7 .container:before, .home-main .section-7 .container:after {
    display: none;
  }
  .home-main .section-7 .arrow-icon {
    display: none;
  }
  .home-main .section-7 .blk-1 > div {
    align-items: flex-start;
  }
  .home-main .section-8 h2 sup {
    top: -0.8rem;
  }
  .home-main .section-11 .blk-1 h2 sup {
    top: -0.8rem;
  }
  .home-main .section-11 .carousel-indicators {
    overflow: auto;
    width: 100%;
    margin: 0;
  }
  .home-main .section-11 .carousel-item {
    min-height: auto;
    padding: 45px 20px;
  }
  .home-main .section-12 .blk-1 img {
    height: 40px;
  }

  footer .container .row {
    text-align: center;
  }
  footer .container .row > div {
    margin-bottom: 30px;
  }
}

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