body {
    color: #15284a;
}

a {
    color: #0f6db7;
}
sup {
    font-size: .5em;
    top: -1em;
}
h1, h2, h3, h4, h5, .bebas {
    font-family: "Bebas Neue", cursive;
}

.sans-serif {
    font-family: var(--bs-body-font-family);
}

.lh-09 {
    line-height: 0.9 !important;
}

.mt-n3 {
    margin-top: -3rem;
}
.btn {
  color: #16284c;
}
.btn-orange {
    background: rgb(255, 109, 44);
}

.text-orange {
    color: rgb(255, 109, 44);
}

.text-green {
    color: #95a83a;
}

.text-primary {
    color: rgb(22, 40, 76) !important;
}

.border-primary {
    border-color: rgb(22, 40, 76) !important;
}

.bg-primary {
    background-color: rgb(22, 40, 76) !important;
}

.bg-success {
    background-color: rgb(150, 168, 30) !important;
}

.border-orange {
    border-color: rgb(255, 109, 44) !important;
}

.btn {
    text-transform: uppercase;
    border-radius: 0px;
}

.btn-lg {
    border-radius: 4rem;
    font-family: "Bebas Neue", cursive;
    font-size: 2rem;
    display: inline-block;
}

.btn-xl {
    display: inline-block;
    border-radius: 5rem;
    font-size: 1rem;
    font-family: "Bebas Neue", cursive;
    padding: 1rem 2rem;
}
@media (min-width: 1200px) {
  .btn-xl {
    font-size: 2rem;
  }  
}
@media (min-width: 1200px) {
  .btn-xl {
    font-size: 3rem;
  }  
}
.navbar-brand {
    width: 200px;
}

.nav-link {
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(22, 40, 76);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.hero .carousel {
    position: absolute;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.hero .carousel-inner {
    position: absolute;
    transform: translateY(-25%);
}

.hero .slideshow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(22, 40, 76, 0.6);
    display: block;
    top: 0px;
    left: 0px;
}

section.hero {
    position: relative;
    overflow: hidden;
}

.hero .bg {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.slideshow > :nth-child(1) {
    animation: 40s ease 0s infinite normal none running fade1;
}

@keyframes fade1 {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slideshow > :nth-child(2) {
    animation: 40s ease 0s infinite normal none running fade2;
}

@keyframes fade2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slideshow > :nth-child(3) {
    animation: 40s ease 0s infinite normal none running fade3;
}

@keyframes fade3 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slideshow > :nth-child(4) {
    animation: 40s ease 0s infinite normal none running fade4;
}

@keyframes fade4 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slideshow > :nth-child(5) {
    animation: 40s ease 0s infinite normal none running fade5;
}

@keyframes fade5 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.section__bg {
    position: absolute;
    inset: 0px 0px 0px 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

section {
    position: relative;
}

.section {
    position: relative;
    overflow: hidden;
}

ul.orange-bullets {
    list-style: none;
}

ul.orange-bullets li::before {
    content: "•";
    color: rgb(255, 109, 44);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

a.no-style {
    text-decoration: none;
    color: inherit;
}

footer a.no-style {
    text-decoration: underline;
}

.arrow {
    width: 0px;
    height: 0px;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 160px solid rgb(22, 40, 76);
    position: relative;
    right: 0px;
    display: inline-block;
}

.arrow > .h5 {
    position: absolute;
    left: -142px;
    color: white;
    top: -23px;
    width: 69px;
    font-weight: bold;
    font-family: inherit;
}

.arrow.arrow-down {
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 160px solid rgb(22, 40, 76);
    border-bottom-width: 10px;
}

.arrow.arrow-down > .h5 {
    left: -50px;
    right: 0;
    margin: auto;
    top: -150px;
    width: 100px;
}

.accordion-button, .accordion-button:not(.collapsed) {
    background: rgb(22, 40, 76);
    color: white;
    font-size: 2.5rem;
    text-align: center;
    display: block;
    border-radius: 0px !important;
}

.accordion-header {
    text-align: center;
}

.accordion-button::after {
    display: inline-block;
    background-image: url("../img/angle-down-light.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/angle-up-light.png");
    transform: none;
}

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 0px !important;
}

.steps {
    display: flex;
}

.steps ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.steps ul li {
    height: 145px;
    text-align: center;
}

.steps ul li .number {
    background: #0f6db7;
    color: white;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin: 0px auto 5px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .steps {
        display: block;
    }

    .steps ul {
        display: flex;
    }

    .steps ul.odd {
        align-items: flex-end;
        justify-content: space-between;
        border-bottom: 2px solid rgb(106 197 236);
    }

    .steps ul.even {
        align-items: flex-start;
        justify-content: space-evenly;
        border-top: 2px solid rgb(106 197 236);
    }

    .steps ul li {
        width: 15%;
        line-height: 1.3;
        position: relative;
        height: auto;
    }

    .steps ul.odd li {
        padding-bottom: 1.5rem;
    }

    .steps ul.even li {
        padding-top: 1.5rem;
    }

    .steps ul.odd li div {
        flex-direction: column-reverse;
    }

    .steps ul li div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .steps ul.odd li .number {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .steps ul li::before, .steps ul li::after {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 1.5rem;
        background: rgb(106 197 236);
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .steps ul.odd li::before {
        display: none;
    }

    .steps ul.odd li::after {
    }

    .steps ul.even li::before {
        top: 0px;
    }

    .steps ul.even li::after {
        display: none;
    }
}

.flip-card {
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 100px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 100px;
    justify-content: center;
    padding: 2rem;
}

.flip-card-front {
    background-color: #16284c;
    color: #ff6c2c;
}

.flip-card-back {
    background-color: #ff6d2c;
    color: white;
    transform: rotateY(180deg);
}

span.number-flip {
    font-size: 3rem;
}

.grow {
    transition: transform 0.3s ease !important;
    transform: scale(1);
}

.grow:hover {
    transform: scale(1.1) !important;
}

.footprints {
    text-align: center;
    position: absolute;
    width: 8%;
    top: 705px;
    margin: auto;
    left: 0px;
    right: 0px;
}

.footprints img {
    position: absolute;
    width: 27px;
}

.footprints img:nth-child(1) {
    top: 0px;
    left: 10px;
    transform: scaleX(-1);
}

.footprints img:nth-child(2) {
    top: 81px;
    left: 67px;
    transform: rotate(20deg);
}

.footprints img:nth-child(3) {
    top: 116px;
    left: 17px;
    transform: rotate(10deg) scaleX(-1);
}

.footprints img:nth-child(4) {
    top: 215px;
    left: 64px;
    transform: rotate(0deg);
}

.footprints img:nth-child(5) {
    top: 268px;
    left: 29px;
    transform: rotate(-10deg) scaleX(-1);
}

.footprints img:nth-child(6) {
    top: 331px;
    left: 89px;
    transform: rotate(-10deg);
}

.footprints img:nth-child(7) {
    top: 369px;
    left: 50px;
    transform: rotate(-20deg) scaleX(-1);
}

.footprints img:nth-child(8) {
    top: 456px;
    left: 81px;
    transform: rotate(24deg);
}

.footprints img:nth-child(9) {
    top: 478px;
    left: 34px;
    transform: rotate(6deg) scaleX(-1);
}

.footprints img:nth-child(10) {
    top: 565px;
    left: 66px;
    transform: rotate(10deg);
}

.footprints img:nth-child(11) {
    top: 592px;
    left: 16px;
    transform: rotate(2deg) scaleX(-1);
}

.footprints img:nth-child(12) {
    top: 678px;
    left: 85px;
    transform: rotate(347deg);
}

.footprints img:nth-child(13) {
    top: 715px;
    left: 50px;
    transform: rotate(343deg) scaleX(-1);
}

[data-aos="custom"] {
    opacity: 0;
    transition-property: opacity;
}

[data-aos="custom"].aos-animate {
    opacity: 1;
}
.swiper {
    height: 100%;
}
.swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.swiper-slide {
    text-align: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
    text-shadow: 3px 0px 0 #16284c;
}
.slideshow-container {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
}
.hero-stage {
    background: rgb(255 255 255 / 90%);
    min-height: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* birdeye */
#birdeye .table td, #birdeye .table th {
  vertical-align: middle;
  padding: .2rem;
  border: 0;
  font-size: 80%;
  width: auto;
  text-align: left;
}
.reviews-container {
  max-height: 1000px;
  padding-right: 3rem;
}
a.loading svg {
  display: inline-block !important;
}
.review-comments {
    display: inline;
}
a#LoadReviews {
    display: inline-block;
}

.scroll-y-auto {
    overflow-y: auto;
}
.scroll-y-auto::-webkit-scrollbar {
    width: 10px;
}
.scroll-y-auto::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.scroll-y-auto::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid slategrey;
}

/* loading */
.loading {
  width: 80px;
  max-width: 100%;
  position: absolute;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.loading path {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@keyframes draw {
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading path {
  fill: transparent;
  stroke-width: 0.4;
  stroke: #16284c;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  animation: draw 1.5s forwards infinite;
}


/* faqs */

.answer {
    display: none;
}

.answer.active {
    display: block;
}

.answer h2 {
    margin-top: 0;
}

.faq-buttons h2 {
    color: var(--color-navy) !important;
}




/* Calculators */
.calculators .fancybox-slide--iframe .fancybox-content {
	width  : 940px;
	height : 100%;
	max-width  : 90%;
	margin: 0;
}
.calculator-buttons button span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.calculator-buttons button {
    width: 100%;
    margin-bottom: 1%;
    border: 0;
}
.calculator-buttons button:hover {
    box-shadow: 0 0 3px 2px rgb(255, 109, 44);
    background: white !important;
}
@media (min-width: 768px) {
    .calculator-buttons button {
        width: 23%;
        margin: 1%;
    }
}
