@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "work sans", sans-serif;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #32936f;
}
#google_translate_element {
    /* position: absolute;
  top: 50px;
  right: 0; */
    z-index: 9999999999;
}
/*.accordion-button:not(.collapsed) {*/
/*    color: #32936f !important;*/

/*}*/

p {
    margin: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.landing {
    min-height: 650px;
    width: 100%;
    background-image: linear-gradient(to right, #00000030, #00000057),
        url("../img/hero-bg.jpg");
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: bottom;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

nav {
    top: -100%;
    position: absolute;
    display: block;
    left: 0;
    padding: 20px;
    padding-bottom: 40px;
}
nav.open {
    background-color: rgba(0, 0, 0, 0.829);
    width: 100%;
    position: absolute;
    display: block;
    top: 80px;
    left: 0;
    padding: 20px;
    padding-bottom: 40px;
}
nav.open ul {
    list-style: none;
    padding-left: 0;
}
nav.open ul li {
    margin-bottom: 20px;
}
a.cta-btn {
    margin-left: 0;
}
.navnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-logo {
    padding: 10px 20px;
    background: #fefefe;
    border-radius: 5px;
}
.nav-logo img {
    height: 35px;
}

@media (min-width: 1200px) {
    .nav-icon-5 {
        display: none !important;
    }
    nav {
        display: flex;
        position: relative;
        padding-bottom: 20px;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        margin-right: 20px;
        padding: 0;
    }
    .nav-logo img {
        height: 40px;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
    }
    nav li {
        margin-left: 15px;
    }
}

.landing-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.header {
    z-index: 9;
}

#myVideo {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-btn {
    margin-left: 5px;
}

nav li,
.cta-btn {
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.cta-btn {
    padding: 9px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #32936f;
    border-radius: 5px;
}
.cta-btn:hover {
    color: #fff;
    background-color: #45c998;
}
.content {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1024px;
    margin: 0 auto;
}

.content-txt {
    color: #fff;
    padding: 0 20px;
    margin-bottom: 40px;
    max-width: 568px;
    text-align: center;
}
.content-txt .title-sub {
    color: #fff !important;
}
.title {
    font-family: "Manrope", sans-serif;
    margin-bottom: 20px;
    font-size: 16pt;
}
.title-sub {
    color: #616161;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Manrope";
}
.content-img {
    margin-bottom: 10px;
}

.content-img img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-sub {
    line-height: 2;
    font-size: 9pt;
    letter-spacing: 1.1px;
}

.landing-cta {
    margin-top: 40px;
}

.landing-cta .cta-btn {
    margin: 0;
}

.om-container {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.6))
        ),
        url("../img/om-bg.png");
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6)),
        url("../img/om-bg.png");
    background-size: cover;
    background-position: bottom;
    color: #fff;
}
.om-title .title-sub {
    color: #fff !important;
}
@media (min-width: 450px) {
    .content-img {
        padding-left: 50px;
    }
}

@media (min-width: 999px) {
    .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .content-txt {
        margin: 0;
    }
    .content-img {
        margin: 0;
    }
}

.sub {
    font-size: 15pt;
    font-weight: 400;
    margin: 0;
    color: #d1d1d1;
}

.title-sub {
    color: #616161;
}

.om-container {
    padding: 50px 0;
}

.om-cards-container {
    margin-top: 50px;
}

.om-cards-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.om-c-img {
    height: 150px;
    margin-bottom: 10px;
}

.om-c-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.om-card {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px;
}

.om-c-title {
    font-size: 15pt;
}

.om-c-sub {
    font-size: 9pt;
    color: #ebebeb;
}

.pro {
    padding: 50px 0;
    background-color: #fff;
    /* background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)
    ),
    url("../img/ts.svg");
  background-repeat: no-repeat;
  background-size: cover; */
}

.pro-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
    margin-bottom: 40px;
}

.ps-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58%;
    flex: 0 1 58%;
    font-size: 9pt;
}

.ps-txt p {
    line-height: 2;
    margin: 0;
    background-color: #fff;
}

.ps-img {
    margin-bottom: 10px;
}

.ps-img,
.as-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}

.ps-img img,
.as-img img {
    width: 100%;
    border-radius: 20px;
}

.as-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58%;
    flex: 0 1 58%;
}

.as-txt p {
    line-height: 2;
}

.as-txt .title-sub {
    color: #242424 !important;
}

.as2 {
    margin-top: 60px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.abt {
    margin-top: -1px;
    padding: 40px 0;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0.8))
        ),
        url("../img/abt-bg.png");
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8)),
        url("../img/abt-bg.png");
    background-size: cover;
    background-position: bottom;
    background-color: #fff;
}

.abt-btm-cont {
    margin-top: -1px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#cccccc),
        to(#393939)
    );
    background-image: linear-gradient(to bottom, #cccccc, #393939);
    color: #fff !important;
}

.abt-btm-cont .title-sub {
    color: #fff !important;
}

.abt-btm {
    padding: 40px 0;
}

.cta {
    text-decoration: none;
    padding: 9px 20px;
    background-color: #d9d9d9;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 9pt;
}

.as-txt .title-sub {
    margin-bottom: 20px;
}

.as-img {
    margin-top: 20px;
}

.abt .title-sub {
    margin: 0;
}

.daniel {
    padding: 20px 0;
}

.ewu {
    padding-top: 20px;
    padding-bottom: 40px;
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3)),
    url("../img/ts.svg");
  background-size: cover;
  background-attachment: fixed; */
}

.ewu-cards-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ewu-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    min-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
}

.ewu-card h2 {
    font-size: 12pt;
    margin-bottom: 15px;
}

.ewu-title {
    max-width: 900px;
}

.ewu-title .title-sub {
    color: #242424;
}

.ec-img {
    height: 150px;
}

.ec-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px;
}

.ewu-txt {
    font-size: 9pt;
    margin-top: 15px;
    text-align: center;
}

.about {
    /* background-image: url("../img/bgbg.jpg"); */
    background-image: linear-gradient(to bottom, #1e222d 1%, #fff);

    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
}

.about-bg {
    height: 251px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.about-bg .title {
    margin: 0;
    color: rgb(0, 0, 0);
}

.about-body {
    padding: 20px 0;
    padding-bottom: 0;
}

.about-body .container {
    padding: 20px;
}

.about-body .body-sub {
    padding-bottom: 20px;
}

.about-body .body-sub {
    color: rgb(39, 39, 39);
}

.ph-title {
    font-size: 11pt;
}

.part-broc {
    background-image: url("../img/bgbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.pb-cont {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.pb-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    min-width: 280px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #132222;
    padding: 9px 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.pb-card p {
    font-size: 9pt;
}

.pb-pc {
    padding: 5px 20px;
    margin-top: 10px;
    background-color: #32936f;
    border-radius: 10px;
}

.pb-pc p {
    font-weight: 700;
    font-size: 15pt;
    color: #f8f9fa;
}

.pl-name h3 {
    font-size: 15pt;
    margin-bottom: 15px;
}

.pl-cta-cont {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 25px 0 10px;
}

.pl-cta-cont a {
    font-size: 11px;
    padding: 9px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #32936f;
    border-radius: 10px;
}

.line {
    height: 1px;
    width: 97%;
    background-color: #a0a0a0;
    margin: 20px 0;
}

.pc-2 {
    background-color: #000;
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url(../img/bal-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 999px) {
    .pro-section,
    .abt-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ps-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .title {
        font-size: 25pt;
    }
    nav {
        margin-right: 20px;
    }
}

.faq {
    padding: 40px 0;
}

.faq-title {
    margin-bottom: 20px;
}

.faq-title .title-sub {
    color: #000;
}

.faq h6 {
    margin-bottom: 15px;
    font-size: 11pt;
}

.faq .accordion p {
    font-size: 9pt;
}

.accordion-button:not(.collapsed) {
    background-color: #f9f9f9;
}

footer {
    padding: 20px;
    background-color: #272727;
    color: #fff;
    text-align: center;
}

.contact .ctt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
}

@media (min-width: 999px) {
    .contact .ctt-container {
        flex-direction: row;
    }

    .ctt-txt {
        margin-top: 0;
    }
}
.ctt-cnt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
    margin-right: 10px;
}

.ctt-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    margin-top: 20px;
}

.contact {
    padding: 20px 0;
    background: #f9f9f9;
}

.ct-tt {
    margin-bottom: 15px;
}
/*# sourceMappingURL=style.css.map */
@media (min-width: 999px) {
    .title-sub {
        font-size: 11pt;
    }
    .ewu-txt {
        font-size: 11pt;
    }
    .ewu-card h2 {
        font-size: 14pt;
        margin-bottom: 15px;
    }
    .om-c-sub {
        font-size: 11pt;
        color: #ebebeb;
        line-height: 1.5;
    }
    .om-c-title {
        font-size: 15pt;
    }
    .ps-txt p {
        font-size: 11pt;
    }
    .cta-btn,
    nav li {
        font-size: 11pt;
    }
}
.pm {
    display: flex;
}
.pm-cont {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 1rem;
}
.pm-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.pm-item img {
    height: 15px;
    margin-right: 10px;
}
.pmpm .title-sub {
    margin-bottom: 20px;
}
.footer {
    padding: 20px 0;
    background-color: #424242;
    color: #fff;
}
.footer-logo {
    margin-bottom: 10px;
}
.footer-logo img {
    height: 35px;
}
.footer-txt {
    font-size: 9pt;
    margin-bottom: 15px;
}
.ft-links {
    list-style: none;
    padding-left: 0;
}
.ft-links li {
    font-size: 9pt;
}
.footer-cta {
    margin-top: 10px;
}
.footer-cta a {
    font-size: 9pt;
}
.ft-pack {
    margin-bottom: 20px;
}
.ft-pack:first-child {
    margin-bottom: 30px;
}
.footer-title {
    font-size: 12pt;
}
footer p {
    font-size: 9pt;
}
.footer-form {
    display: flex;
}
.footer-form input {
    padding: 5px;
}
.footer-form button {
    font-size: 9pt;
    padding: 5px;
    border: none;
    background-color: #32936f;
    color: #fff;
    font-weight: 500;
}
.ft-title {
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.footer-input::placeholder {
    font-size: 9pt;
}
@media (min-width: 999px) {
    .h-big {
        display: none !important;
    }
}
/* Footer */
.footer {
    background: linear-gradient(to right, #00000069, #00000069),
        url("../img/footerBg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #132222;
    padding: 4rem 0 0;
    color: #fff;
}
footer {
    margin-top: 2rem;
    background: #090c0abb;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #9ca3af;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-form input {
    padding: 0.75rem 1rem;
    border-radius: 8px 0 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    width: 100%;
}

.footer-form button {
    padding: 0.75rem 1.5rem;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(135deg, #32936f 0%, #45c998 100%);
    color: #fff;
    border: none;
    font-weight: 500;
}
