/*Stats carousel*/
.blue-bg-top {
  background-color: #006AC3;
  padding: 145px 15px 45px 15px;
  z-index: -1;
  position: relative;
  margin-top: -110px;
  text-align: center;
}
.blue-bg-top h2 {
  font-family: "RBCDisplay", Georgia, Times, serif;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
}

.blue-bg-top.dark h2 {
    margin-bottom: 10px;
}

.blue-bg-top p {
    color: #fff;
}

.blue-bg-bottom {
  background-color: #006AC3;
  padding: 50px 15px 15px 15px;
  text-align: center;
}

.blue-bg-top.dark,
.blue-bg-bottom.dark {
    background-color: #082043;
}

.marquee {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blue-bg-bottom button {
  display: none;
}
.blue-bg-bottom .container-lg {
  width: 100%;
  max-width: 100%;
}
.blue-bg-bottom p {
  color: #fff;
}
.blue-bg-bottom small {
  color: #c9dfe4 !important;
}
.blue-bg-bottom .slick-slide {
  border-left: 1px solid #479cce;
  min-height: 100px;
}
.blue-bg-bottom .slick-slide:first-child {
  border-left: none;
}
.blue-bg-bottom h2 {
  font-family: "RBCDisplay", Georgia, Times, serif;
  font-weight: normal;
  color: #fff;
}

.blue-bg-bottom.dark .stat-item {
    display: flex;
    flex-direction: column;
    padding-left:20px
}

.blue-bg-bottom .stat-item h3 {
  font-family: "RBCDisplayLight", "RBCDisplay", Georgia, Times, serif;
  font-size: calc(29px + (45 - 33) * ((100vw - 300px) / (1200 - 300)));
  font-weight: normal;
  color: #c9dfe4;
  line-height: 80%;
  padding-bottom: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.blue-bg-bottom.dark .stat-item h3 {
    font-family: "RBCDisplayLight", "RBCDisplay", Georgia, Times, serif;
    font-size: calc(15px + (45 - 33) * ((100vw - 300px) / (1200 - 300)));
    text-align: center;
    line-height: 110%;
    padding-bottom: 0;
    color:#FFC72C;
    min-height:123px;
    letter-spacing:0;
}

.blue-bg-bottom .stat-item h3 .val-sign {
  font-size: 30px;
  color: #c9dfe4;
}
.blue-bg-bottom.dark .stat-item h3 .val-sign {
    color:#FFC72C;
}

.blue-bg-bottom .stat-item:first-child h3 {
  border-left: none;
}
.blue-bg-bottom .bottom-stat-section {
  height: 150px;
}
.blue-bg-bottom .stat-desc {
  font-size: 16px;
  font-family: "RBCDisplayMedium", "RBCDisplay", Georgia, Times, serif;
  color: #c9dfe4;
}
.blue-bg-bottom.dark .stat-item .stat-desc {
    color: #fff;
    font-size: 14px;
    font-family: "Roboto Light", "Roboto", Arial, Verdana, sans-serif;
}

.blue-bg-bottom small {
    color: #c9dfe4 !important;
}

.blue-bg-bottom .slick-slide {
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.blue-bg-bottom .slick-dots {
   bottom: -18px;
  padding-bottom: 10px;
  transform: translateZ(0);           /* NEW - Forces GPU acceleration */
  -webkit-transform: translateZ(0);   /* NEW - Safari-specific fix */
}


/*play pause button*/
.carousel-toggle {
  position:absolute;
  bottom:15px;
  right:15px;
  z-index:20;
  background: #e7edf1;
  color: #003168;
  border-radius:50%;
  padding: 2px 7px;
  cursor:pointer;
}

.dark .carousel-toggle {
  background: #66758B;
  color: #fff;
  border: 1.5px solid white;
}

.carousel-toggle svg{
pointer-events:none;
}


@media (min-width: 1600px) {
  .blue-bg-bottom .stat-item h3 {
    font-size: 55px;
  }
  .blue-bg-bottom .stat-item .val-sign {
    font-size: 30px;
  }
}

@media (width: 1200px) and (max-width: 1365px) {
    .blue-bg-bottom .container-lg  {
        max-width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .blue-bg-bottom .container-lg {
        max-width: 991px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

@media (max-width: 767px) {
  .blue-bg-bottom .bottom-stat-section {
    overflow: scroll-x;
  }
    .blue-bg-bottom.dark .stat-item h3 {
        font-size: 26px;
        line-height: 110%;
        min-height:57px;
    }
    .blue-bg-bottom.dark .stat-item .stat-desc {
        font-size: 18px;
    }

}