@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600&family=Work+Sans:wght@300;400;600&display=swap');

:root {
    --bs-font-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
}

*, :after, :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

/*
yellow: #f0c150
green: #43924d
orange: #c84f34

 */
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-weight: 500;
    line-height: 1.625;
    font-size: .96rem;
    color: #333333;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    color: #43924d !important;
}
a:hover {
    color: #000000;
}

.lead {
    font-family: Helvetica;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}



/* Orange */
.bg-orange {
    background-color: #c84f34;
}
.bg-orange-hover:hover {
    background-color: #c84f34 !important;
}

.text-orange {
    color: #c84f34;
}
.text-orange-hover:hover {
    color: #c84f34 !important;
}

.border-orange {
    border-color: #c84f34;
}
.border-orange-hover:hover {
    border-color: #c84f34 !important;
}


/* Yellow */
.bg-yellow {
    background-color: #f0c150;
}
.bg-yellow-hover:hover {
    background-color: #f0c150 !important;
}

.text-yellow {
    color: #f0c150;
}
.text-yellow-hover:hover {
    color: #f0c150 !important;
}

.border-yellow {
    border-color: #f0c150;
}
.border-yellow-hover:hover {
    border-color: #f0c150 !important;
}


/* Green */
.bg-green {
    background-color: #43924d;
}
.bg-green-hover:hover, .hover-green:hover {
    background-color: #43924d !important;
}

.text-green {
    color: #43924d;
}
.text-green-hover:hover {
    color: #43924d !important;
}

.border-green {
    border-color: #43924d;
}
.border-green-hover:hover {
    border-color: #43924d !important;
}


/* White */
.bg-white {
    background-color: #ffffff;
}
.bg-white-hover:hover {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff;
}
.text-white-hover:hover {
    color: #ffffff !important;
}

.border-white {
    border-color: #ffffff;
}
.border-white-hover:hover {
    border-color: #ffffff !important;
}


/* Black */
.bg-black {
    background-color: #000000;
}
.bg-black-hover:hover {
    background-color: #000000 !important;
}

.text-black {
    color: #000000;
}
.text-black-hover:hover {
    color: #000000 !important;
}

.border-black {
    border-color: #000000;
}
.border-black-hover:hover {
    border-color: #000000 !important;
}





.bg-success {
    background-color: #40bd53 !important;
}

.bg-medium-light {
    background-color: #eeeeee;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-19 {
    font-size: 19px;
}

.fs-21 {
    font-size: 21px;
}

.fs-23 {
    font-size: 23px;
}


.mh-150 {
    min-height: 150px;
}

.mh-200 {
    min-height: 200px;
}

.mh-300 {
    min-height: 300px;
}

.mh-400 {
    min-height: 400px;
}

.mh-500 {
    min-height: 500px;
}


.fw-bold {
    font-weight: 600 !important;
}

.cursor-zoom {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.message {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 420px;
    transform: translate(-50%, 0);
    z-index: 1030;
}

.message-wide {
    position: fixed;
    top: 0;
    min-height: 80px;
    width: 100%;
    background-color: #fff;
    opacity: .95;
    z-index: 1030;
}


/* Light */
.form-label {
    margin-bottom: 0;
}

a {
    color: #3f80ea;
    text-decoration: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

.h1, h1 {
    font-size: 1.9rem
}

.h2, h2 {
    font-size: 1.44375rem
}

.h3, h3 {
    font-size: 1.2375rem
}

.h4, h4 {
    font-size: 0.95rem
}

.h5, .h6, h5, h6 {
    font-size: .825rem
}

.step-line-right {
    height: 2px;
    position: relative;
    top: 19px;
    z-index: -1;
    width: 49%;
    left: 51%;
}

.step-line-left {
    height: 2px;
    position: relative;
    top: 19px;
    z-index: -1;
    width: 46%;
}

.step-line {
    height: 2px;
    position: relative;
    top: 19px;
    z-index: -1;
}

.stepper .line {
    width: 2px;
    background-color: lightgrey !important;
}

.btn {
    /*  padding: .5rem .7rem;
      font-size: 1rem;*/
}

.btn-sm {
    padding: .4rem .6rem;
    font-size: .875rem;
}

.btn-outline-orange:hover {
    border-color: #fe6022 !important;
}

.badge {
    font-weight: 500;
}

.card-title {
    margin-bottom: 0rem
}


.cursor-pointer {
    cursor: pointer;
}

.over-navbar {
    height: 36px;
    background: #f0c150;
    color: #000;
    padding-top: 7px;
}


/* Icons */
.icon {
    position: relative;
    margin-right: 7px;
    flex-shrink: 0;
    flex-grow: 0;
}

.icon-xs, .icon-sm, .icon-md, .icon-lg {
    display: inline-block;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}

.icon-xs {
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    font-size: 17px;
}

.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    font-size: 20px;
}

.icon-md {
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    font-size: 28px;
}

.icon-lg {
    width: 96px;
    height: 96px;
    line-height: 96px !important;
    font-size: 42px;
}


/* Carousel */
.carousel-inner {

}

.carousel-indicators button {
    height: 20px !important;
    background-color: #fe6022 !important;
}

.carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
    background-color: #fe6022 !important;
}

.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: #fe6022 !important;
}

.carousel-control-prev {
    background: none;
    border: 0;
}

.carousel-control-next {
    background: none;
    border: 0;
}


/* Pagination */
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #c84f34;
    background-color: #fff;
    border: 1px solid #c84f34;

}

.page-item.disabled .page-link {
    color: #999999;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #c84f34;

}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #c84f34;
    border-color: #c84f34;
}

.page-link:focus, .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c84f34;
    border-color: #c84f34;
}


/* List group - menu */
.list-group-item.active {
    background-color: #f0c150;
    border-color: #f0c150;
}

.list-group-item {
    color: #000;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


/* Typeahead */
.typeahead .active {
    background-color: #fe6022;
}

.typeahead .active a {
    color: #fff;
}


/* Profile */
.profile-image {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.profile-image:hover {
    border-color: #ccc !important;
}

/* Menu left */
.menu-left .active {
    background-color: #c84f34 !important;
    color: #ffffff !important;
}