/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Details 1
- Details 2
- Details Lightbox
- Details 3
- Mission
- Strengths
- Projects
- About
- Invitation
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds, navbar - black #000000
- Backgrounds - light gray #f5f5f5
- Buttons, icons - red #c2337b
- Headings text - black #000000
- Body text - dark gray #6b747b
******************************************/


/**************************/
/*     General Styles     */
/**************************/

.font-bold-black {
    color: black !important;
    font-weight: bold !important;
}

@media (max-width: 767px) {
    .ribbon {
        position: absolute;
        top: 298px;
        left: -28px;
        z-index: 999;
        display: inline-block;
        font-family: 'SF Pro Display', sans-serif;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: 3rem !important;
        padding: 3px 11px 5px;
        color: #fff;
        text-align: center;
        line-height: initial;
        transform: rotate(270deg);
        border-radius: 5px 0 0 0;
        display: none !important;
    }
}

@media (min-width: 768px) {
    .ribbon {
        position: absolute;
        top: -32px;
        left: 407px;
        z-index: 999;
        display: inline-block;
        font-family: 'SF Pro Display', sans-serif;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: 3rem !important;
        padding: 10px 107px;
        color: #fff;
        text-align: center;
        line-height: initial;
    }
}

@media (min-width: 992px) {

    .ribbon {
        top: -21px;
        left: 268px;
        padding: 5px 51px;
        font-size: 0.8rem;
    }
}

@media (min-width: 1200px) {
    .ribbon {
        top: -35px;
        left: 319px;
        padding: 10px 65px;
        font-size: 0.9rem;
    }
}

@media (min-width: 1400px) {

    .ribbon {
        top: -39px;
        left: 372px;
        padding: 12px 83px;
        font-size: .9rem;
    }
}


@media (max-width: 480px) {
    .phone-thumb {
        max-height: 550px;
    }

    .phone-thumb-md {
        max-height: 600px;
    }

    .section-title p {
        width: 100%;
    }
}

.whatsappFixedBottom {
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 58px;
    z-index: 100;
}

.btn-store {
    color: #ffffff !important;
    text-transform: uppercase;
    min-width: 230px;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    border: 1px solid #fff !important;
    border-radius: 0.4rem;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-store:focus,
    .btn-store:hover {
        color: #ffffff !important;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary) !important;
    }

    .btn-store .btn-label,
    .btn-store .btn-caption {
        display: block;
        text-align: left;
        line-height: 1;
    }

    .btn-store .btn-caption {
        font-size: 14px;
    }

.feature-item .icon {
    margin-bottom: 15px;
}

    .feature-item .icon i {
        font-size: 38px;
        color: #007bff;
    }

.feature-item {
    margin-bottom: 60px;
}

.cta-download {
    position: relative;
    padding: 80px 0;
}

    .cta-download .image-block {
        position: absolute;
        top: -140px;
        left: 100px;
    }

@media (max-width: 1199px) {
    .cta-download {
        padding: 150px 0;
    }
}

@media (max-width: 992px) {
    .cta-download .image-block {
        display: none;
    }
}

.cta-download .content-block h2,
.cta-download .content-block p {
    color: #fff;
}

.cta-download .content-block h2 {
    font-weight: 500;
    margin-bottom: 30px;
}

.cta-download .content-block p {
    line-height: 30px;
    margin-bottom: 40px;
}

.overlay:before {
    content: '';
    background: rgba(15, 15, 15, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay-faq:before {
    content: '';
    background: rgba(15, 15, 15, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-faq {
    background: url(../images/faq/faq-default.jpg) fixed no-repeat;
    background-size: cover;
}

.bg-3 {
    background: url(../images/bg-app-02.jpg) fixed no-repeat;
    background-size: cover;
}

.bg-elipse {
    background: url(../images/elipse-bg-three.png) no-repeat center;
    background-position: center 90px;
}

@media (max-width: 991px) {
    .bg-elipse {
        background: url(../images/elipse-bg-three.png) no-repeat;
        background-position: center 500px;
    }
}

.p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.p-small {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
}

.li-space-lg li {
    margin-bottom: 0.5rem;
}

.no-line {
    text-decoration: none;
}

    .no-line:hover {
        text-decoration: none;
    }

.red {
    color: #c2337b;
}

.bg-gray {
    background-color: #f5f5f5;
}

.hr-heading {
    display: block;
    width: 3rem;
    height: 2px;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border: none;
    background-color: #007bff;
}

.btn-animate {
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    display: inline-flex;
    border: 0;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    line-height: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .btn-animate:hover {
        content: "";
        color: #000000;
        text-decoration: none;
        border: 1px solid #fff;
        z-index: -1;
        overflow: hidden;
        background-color: #ffffff;
        top: 100%;
        left: 0;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }



.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #c2337b;
    border-radius: 32px;
    background-color: #c2337b;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-solid-reg:hover {
        background-color: transparent;
        color: #c2337b; /* needs to stay here because of the color property of a tag */
        text-decoration: none;
    }

.btn-solid-lg {
    display: inline-block;
    padding: 1.625rem 2.625rem 1.625rem 2.625rem;
    border: 1px solid #c2337b;
    border-radius: 32px;
    background-color: #c2337b;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-solid-lg:hover {
        background-color: transparent;
        color: #c2337b; /* needs to stay here because of the color property of a tag */
        text-decoration: none;
    }

.btn-outline-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #000000;
    border-radius: 32px;
    background-color: transparent;
    color: #000000;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-outline-reg:hover {
        background-color: #000000;
        color: #ffffff;
        text-decoration: none;
    }

.btn-outline-lg {
    display: inline-block;
    padding: 1.625rem 2.625rem 1.625rem 2.625rem;
    border: 1px solid #000000;
    border-radius: 32px;
    background-color: transparent;
    color: #000000;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-outline-lg:hover {
        background-color: #000000;
        color: #ffffff;
        text-decoration: none;
    }

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 1px solid #000000;
    border-radius: 32px;
    background-color: transparent;
    color: #000000;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-outline-sm:hover {
        background-color: #000000;
        color: #ffffff;
        text-decoration: none;
    }

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.label-control {
    position: absolute;
    top: 0.875rem;
    left: 1.5rem;
    color: #7d838a;
    opacity: 1;
    font-size: 0.875rem;
    line-height: 1.375rem;
    cursor: text;
    transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
    top: 0.125rem;
    color: #6b747b;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-control-input,
.form-control-select {
    display: block; /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 0.125rem;
    padding-left: 1.5rem;
    border: 1px solid #cbcbd1;
    background-color: #ffffff;
    color: #6b747b;
    font-size: 0.875rem;
    line-height: 1.875rem;
    transition: all 0.2s;
    -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3.25rem;
    color: #7d838a;
}

.form-control-textarea {
    display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
    width: 100%;
    height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
    padding-top: 1.5rem;
    padding-left: 1.3125rem;
    border: 1px solid #cbcbd1;
    background-color: #ffffff;
    color: #6b747b;
    font-size: 0.875rem;
    line-height: 1.5rem;
    transition: all 0.2s;
}

    .form-control-input:focus,
    .form-control-select:focus,
    .form-control-textarea:focus {
        border: 1px solid #a1a1a1;
        outline: none; /* Removes blue border on focus */
    }

    .form-control-input:hover,
    .form-control-select:hover,
    .form-control-textarea:hover {
        border: 1px solid #a1a1a1;
    }

.checkbox {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

input[type='checkbox'] {
    vertical-align: -10%;
    margin-right: 0.5rem;
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.25rem;
    border: 1px solid #c2337b;
    border-radius: 32px;
    background-color: #c2337b;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
}

    .form-control-submit-button:hover {
        border: 1px solid #000000;
        background-color: transparent;
        color: #000000;
    }

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
    -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
    transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */

/********************/
/*   Video promo   */
/********************/
.hero-area {
    padding-bottom: 150px;
    padding-top: 180px;
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #040d22;
}

@media (max-width: 480px) {
    .hero-area {
        padding: 80px 0;
    }
}

.hero-area .block {
    color: #fff;
    padding-left: 30px;
    padding: 0;
}

    .hero-area .block h2 {
        font-size: 38px;
        margin-bottom: 20px;
        line-height: 54px;
    }

    .hero-area .block p {
        color: var(--bs-gray-600);
        margin-bottom: 20px;
    }

    .hero-area .block .list-inline {
        margin-top: 50px;
    }

    .hero-area .block .btn-main, .hero-area .block .btn-main-sm {
        margin-right: 8px;
    }

.video-player iframe {
    width: 100%;
    height: 100%;
}

.video-player .play-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .video-player .play-icon i {
        margin-left: 3px;
        height: 80px;
        width: 80px;
        border-radius: 50px;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
        background: #fff;
        color: var(--bs-primary);
        line-height: 80px;
        font-size: 30px;
        margin-left: 5px;
    }

    .video-player .play-icon:hover i {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.hero-area-video {
    height: 100vh;
    position: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-area-video .block {
        color: #fff;
        text-align: center;
    }

        .hero-area-video .block h1 {
            font-size: 60px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .hero-area-video .block p {
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 3px;
            margin-bottom: 20px;
        }

        .hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm {
            margin-top: 20px;
        }

.dark-bg {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

/*****************/
/*    Header     */
/*****************/
.header-prime {
    padding-top: 10rem;
    background: linear-gradient(rgba(17, 18, 22, 0.85), rgba(0, 0, 0, 0.7)), url('../images/header-background.jpg') center center no-repeat;
    background-size: cover;
    /* text-align: center; */
}

    .header-prime .image-container {
        margin-bottom: 2.75rem;
    }

    .header-prime .text-container {
        margin-bottom: 7rem;
    }

    .header-prime h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .header-prime h3 {
        margin-bottom: 2rem;
        color: #ffffff;
    }

    .header-prime .btn-solid-lg:hover {
        border: 1px solid #ffffff;
        color: #ffffff;
    }

    .header-prime .services {
        /* padding-top: 4.5rem; */
        /* padding-bottom: 0.375rem; */
        padding-top: 3rem;
        padding-bottom: 3rem;
        background: linear-gradient(to top left, #00098a, #007bff);
    }

    .header-prime .card {
        /* margin-bottom: 4rem; */
        border: 0;
        background-color: transparent;
    }

        .header-prime .card .fas {
            margin-bottom: 1.75rem;
            color: #ffffff;
            font-size: 4rem;
        }

    .header-prime .card-body {
        padding: 0;
    }

    .header-prime .card h5 {
        margin-bottom: 0.5rem;
        color: #ffffff;
    }

    .header-prime .card .card-text {
        color: #ffffff;
    }

/*****************/
/*   Header APP  */
/*****************/
.header-app {
    padding-top: 10rem;
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7)), url('../images/header-background-3.jpg') center center no-repeat;
    background-size: cover;
    /* text-align: center; */
}

    .header-app .image-container {
        margin-bottom: 2.75rem;
    }

    .header-app .text-container {
        margin-bottom: 7rem;
    }

    .header-app h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .header-app h3 {
        margin-bottom: 2rem;
        color: #ffffff;
    }

    .header-app .btn-solid-lg:hover {
        border: 1px solid #ffffff;
        color: #ffffff;
    }


.header-prime .card {
    /* margin-bottom: 4rem; */
    border: 0;
    background-color: transparent;
}

    .header-prime .card .fas {
        margin-bottom: 1.75rem;
        color: #ffffff;
        font-size: 4rem;
    }

.header-prime .card-body {
    padding: 0;
}

.header-prime .card h5 {
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.header-prime .card .card-text {
    color: #ffffff;
}


/*********************/
/*     Details 1     */
/*********************/
.basic-1 {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
}

    .basic-1 .text-container {
        margin-bottom: 4rem;
    }

    .basic-1 .hr-heading {
        display: inline-block;
        margin-top: 0.25rem;
        margin-bottom: 1.375rem;
    }

    .basic-1 .list-unstyled .fas {
        font-size: 0.375rem;
        line-height: 1.625rem;
    }

    .basic-1 .list-unstyled .media-body {
        margin-left: 0.5rem;
    }

/****************************/
/*     Details Lightbox     */
/****************************/
.lightbox-basic {
    position: relative;
    max-width: 1150px;
    margin: 2.5rem auto;
    padding: 3rem 1rem;
    background-color: #ffffff;
    text-align: left;
}

    .lightbox-basic .image-container {
        margin-bottom: 3rem;
        text-align: center;
    }

    .lightbox-basic h3 {
        margin-bottom: 0.5rem;
    }

    .lightbox-basic hr {
        width: 44px;
        height: 2px;
        margin-top: 0.125rem;
        margin-bottom: 1rem;
        margin-left: 0;
        border: none;
        background-color: #c2337b;
    }

    .lightbox-basic h4 {
        margin-top: 1.75rem;
        margin-bottom: 0.625rem;
    }

    .lightbox-basic .list-unstyled {
        margin-bottom: 1.5rem;
    }

        .lightbox-basic .list-unstyled .fas {
            color: #c2337b;
            font-size: 0.875rem;
            line-height: 1.75rem;
        }

        .lightbox-basic .list-unstyled .media-body {
            margin-left: 0.625rem;
        }

    .lightbox-basic .list-unstyled {
        margin-bottom: 1.5rem;
    }

    /* Action Button */
    .lightbox-basic .btn-solid-reg.mfp-close {
        position: relative;
        width: auto;
        height: auto;
        color: #ffffff;
        opacity: 1;
    }

        .lightbox-basic .btn-solid-reg.mfp-close:hover {
            color: #c2337b;
        }
    /* end of action Button */

    /* Back Button */
    .lightbox-basic .btn-outline-reg.mfp-close.as-button {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin-left: 0.375rem;
        padding: 1.375rem 2.25rem 1.375rem 2.25rem;
        border: 1px solid #000000;
        color: #000000;
        opacity: 1;
    }

        .lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
            color: #ffffff;
        }
    /* end of back button */

    /* Close X Button */
    .lightbox-basic button.mfp-close.x-button {
        position: absolute;
        top: -2px;
        right: -2px;
        width: 44px;
        height: 44px;
        color: #555555;
    }
/* end of close x button */


/*****************/
/*     About     */
/*****************/
.basic-6 {
    padding-top: 5rem;
    padding-bottom: 10rem;
}

    .basic-6 .text-container {
        padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    }

    .basic-6 .list-unstyled .fas {
        font-size: 0.375rem;
        line-height: 1.625rem;
    }

    .basic-6 .list-unstyled .media-body {
        margin-left: 0.5rem;
    }


/**********************/
/*     Invitation     */
/**********************/
.basic-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: linear-gradient(to bottom right, #0063ce, #00098a);
    text-align: center;
}

    .basic-7 h4 {
        margin-bottom: 1.75rem;
        color: #ffffff;
    }

    .basic-7 .btn-solid-lg {
        border-color: #ffffff;
        background-color: #ffffff;
        color: #c2337b;
    }

        .basic-7 .btn-solid-lg:hover {
            background-color: transparent;
            color: #ffffff;
        }


/*******************/
/*     Contact     */
/*******************/
.form-1 {
    padding-top: 9.5rem;
    padding-bottom: 8.5rem;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/contact-background.jpg') center center no-repeat;
    background-size: cover;
}

    .form-1 h2 {
        margin-bottom: 0.75rem;
    }

    .form-1 h2,
    .form-1 .p-heading,
    .form-1 .list-unstyled {
        color: #dad5d5;
        text-align: center;
    }

    .form-1 a {
        color: #dad5d5;
    }

    .form-1 .p-heading {
        margin-bottom: 0.25rem;
    }

    .form-1 .list-unstyled {
        margin-bottom: 3.5rem;
    }

    .form-1 .form-control-input:focus + .label-control,
    .form-1 .form-control-input.notEmpty + .label-control {
        color: #dad5d5;
    }

    .form-1 .label-control {
        color: #dad5d5;
    }

    .form-1 .form-control-input {
        border: 1px solid #585757;
        background-color: #3a3939;
        color: #dad5d5;
    }

        .form-1 .form-control-input:hover {
            border-color: #817e7e;
        }

    .form-1 .form-control-submit-button:hover {
        border: 1px solid #ffffff;
        color: #ffffff;
    }


/******************/
/*     Footer     */
/******************/
.footer {
    padding-top: 6.5rem;
    padding-bottom: 2rem;
    background-color: #000000;
}

    .footer a {
        text-decoration: none;
    }

    .footer .footer-col {
        margin-bottom: 3rem;
    }

    .footer h6 {
        margin-bottom: 0.625rem;
        color: #bfc4cd;
    }

    .footer p,
    .footer a,
    .footer ul {
        color: #bfc4cd;
    }

    .footer .li-space-lg li {
        margin-bottom: 0.375rem;
    }

    .footer .footer-col.third .fa-stack {
        width: 2em;
        margin-bottom: 1.25rem;
        margin-right: 0.375rem;
        font-size: 1.375rem;
    }

        .footer .footer-col.third .fa-stack .fa-stack-2x {
            color: #adaeb3;
            transition: all 0.2s ease;
        }

        .footer .footer-col.third .fa-stack .fa-stack-1x {
            color: #000000;
            transition: all 0.2s ease;
        }

        .footer .footer-col.third .fa-stack:hover .fa-stack-2x {
            color: #c2337b;
        }

        .footer .footer-col.third .fa-stack:hover .fa-stack-1x {
            color: #ffffff;
        }


/*********************/
/*     Copyright     */
/*********************/
.copyright {
    padding-bottom: 1rem;
    background-color: #000000;
    text-align: center;
}

    .copyright p,
    .copyright a {
        color: #bfc4cd;
        text-decoration: none;
    }


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 12px;
    display: none;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background: #3a424d;
    background-size: 18px 18px;
    text-indent: 2.5px;
    cursor: pointer;
}

a:hover.back-to-top {
    background-color: var(--bs-orange);
    color: white;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
    background-color: #000000;
}

    .ex-header h1 {
        color: #ffffff;
    }

.ex-basic-1 .list-unstyled .fas {
    font-size: 0.375rem;
    line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .media-body {
    margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    background-color: #f5f5f5;
}

.ex-cards-1 .card {
    border: none;
    background-color: transparent;
}

    .ex-cards-1 .card .fa-stack {
        width: 2em;
        font-size: 1.125rem;
    }

    .ex-cards-1 .card .fa-stack-2x {
        color: #c2337b;
    }

    .ex-cards-1 .card .fa-stack-1x {
        color: #ffffff;
        font-weight: 700;
        line-height: 2.125rem;
    }

    .ex-cards-1 .card .list-unstyled .media-body {
        margin-left: 0.75rem;
    }

        .ex-cards-1 .card .list-unstyled .media-body h5 {
            margin-top: 0.125rem;
            margin-bottom: 0.375rem;
        }


/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {

    /* Header */
    .header-prime {
        padding-top: 10rem;
    }

        .header-prime .text-container {
            margin-bottom: 9rem;
        }
    /* end of header */

    /* Header app */
    .header-app {
        padding-top: 10rem;
    }

        .header-app .text-container {
            margin-bottom: 9rem;
        }
    /* end of header app */


    /* Contact */
    .form-1 form {
        width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .form-1 .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }
    /* end of contact */


    /* Extra Pages */
    .ex-basic-1 .text-box {
        padding: 1.75rem 2rem 0.875rem 2rem;
    }
    /* end of extra pages */

}
/* end of min-width 768px */
/* Min-width 992px */
@media (min-width: 992px) {
    .cta-download {
        padding: 80px 0;
    }

        .cta-download .image-block {
            position: absolute;
            top: -50px;
            left: 100px;
        }

    .video-player .play-icon {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 67%;
        text-align: center;
    }
    /* General Styles */
    .h2-heading {
        width: 35.25rem;
        margin-right: auto;
        margin-left: auto;
    }

    .p-heading {
        width: 46rem;
        margin-right: auto;
        margin-left: auto;
    }
    /* end of general styles */


    
    /* Header */
    .header-prime {
        padding-top: 14rem;
        text-align: left;
    }

        .header-prime .image-container {
            margin-bottom: 0;
        }

        .header-prime .text-container {
            margin-bottom: 11rem;
        }

        .header-prime .services {
            text-align: center;
        }

        .header-prime .card {
            display: inline-block;
            width: 290px;
            vertical-align: top;
        }

            .header-prime .card:nth-of-type(3n+2) {
                margin-right: 1.5rem;
                margin-left: 1.5rem;
            }
    /* end of header */


    /* Details 1 */
    .basic-1 .text-container {
        margin-bottom: 0;
    }
    /* end of details 1 */


    /* Details Lightbox */
    .lightbox-basic {
        padding: 3rem 3rem;
    }

        .lightbox-basic .image-container {
            margin-bottom: 0;
            text-align: left;
        }
    /* end of details lightbox */


    /* About */
    .basic-6 .text-container {
        padding: 2.75rem 2.75rem 2rem 2.75rem;
    }
    /* end of about */


    /* Invitation */
    .basic-7 h4 {
        width: 830px;
        margin-right: auto;
        margin-left: auto;
    }
    /* end of invitation */


    /* Footer */
    .footer .footer-col {
        margin-bottom: 2rem;
    }

        .footer .footer-col.first {
            display: inline-block;
            width: 320px;
            margin-right: 1.75rem;
            vertical-align: top;
        }

        .footer .footer-col.second {
            display: inline-block;
            width: 320px;
            margin-right: 1.75rem;
            vertical-align: top;
        }

        .footer .footer-col.third {
            display: inline-block;
            width: 224px;
            text-align: right;
            vertical-align: top;
        }

            .footer .footer-col.third .fa-stack {
                margin-right: 0;
                margin-left: 0.375rem;
            }
    /* end of footer */


    /* Extra Pages */
    .ex-cards-1 .card {
        display: inline-block;
        width: 296px;
        vertical-align: top;
    }

        .ex-cards-1 .card:nth-of-type(3n+2) {
            margin-right: 1rem;
            margin-left: 1rem;
        }
    /* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
    /* Seção video */
    .video-player .play-icon {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 86%;
        text-align: center;
    }
    /* Mockup */
    .cta-download .image-block {
        position: absolute;
        top: -55px;
        left: 180px;
    }

    /* Navigation */
    .navbar .container {
        max-width: 1430px;
    }
    /* end of navigation */

    .hero-area {
        padding-bottom: 150px;
        padding-top: 350px;
    }

    /* Header */

    .header-prime {
        position: relative;
        padding-top: 15rem;
        padding-bottom: 25rem;
    }

        .header-prime .text-container {
            margin-top: 3rem;
            margin-bottom: 0;
            margin-left: 4rem;
        }

        .header-prime .services {
            position: absolute;
            right: 0;
            bottom: -14rem;
            left: 0;
            width: 1100px;
            margin-right: auto;
            margin-left: auto;
        }

        .header-prime .card {
            width: 290px;
        }

            .header-prime .card:nth-of-type(3n+2) {
                margin-right: 3.5rem;
                margin-left: 3.5rem;
            }
    /* end of header */


    /* Details 1 */
    .basic-1 {
        padding-top: 18rem;
        padding-bottom: 5rem;
    }

        .basic-1 .text-container {
            margin-top: 3.5rem;
            margin-right: 4rem;
        }

        .basic-1 .image-container {
            margin-left: 1.5rem;
        }
    /* end of details 1 */

    /* Details Lightbox */
    .lightbox-basic .image-container {
        margin-right: 1.5rem;
    }
    /* end of details lightbox */


    /* About */
    .basic-6 .text-container {
        position: absolute;
        bottom: 6rem;
        width: 470px;
    }

    .basic-6 .image-container {
        width: 920px;
        margin-right: 0;
        margin-left: auto;
    }
    /* end of about */


    /* Footer */
    .footer .footer-col.first {
        width: 352px;
        margin-right: 6rem;
    }

    .footer .footer-col.second {
        margin-right: 6.5rem;
    }

    .footer .footer-col.third {
        text-align: right;
    }
    /* end of footer */


    /* Extra Pages */
    .ex-cards-1 .card {
        width: 336px;
    }

        .ex-cards-1 .card:nth-of-type(3n+2) {
            margin-right: 2.875rem;
            margin-left: 2.875rem;
        }
    /* end of extra pages */
}
/* end of min-width 1200px */
@media (min-width: 1400px) {
    /* Seção video */
    .video-player .play-icon {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    /* Mockup */
    .cta-download .image-block {
        position: absolute;
        top: -55px;
        left: 240px;
    }

    .hero-area .block h2 {
        font-size: 48px;
    }
}
/* end of min-width 1400px */
@media (min-width: 1600px) {
    /* Mockup */
    .cta-download .image-block {
        position: absolute;
        top: -55px;
        left: 320px;
    }
}
/* end of min-width 1600px */

@media (min-width: 1900px) {
    /* Mockup */
    .cta-download .image-block {
        position: absolute;
        top: -55px;
        left: 460px;
    }
}
/* end of min-width 1900px */
html,
body {
    font-size: 15px;
    font-family: 'SF Pro Display', sans-serif !important;
    vertical-align: baseline;
    font-weight: 400;
    overflow-x: hidden;
}

p {
    margin: 0 0;
}

a {
    color: #006ADC;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

    a:active,
    a:hover {
        text-decoration: none;
        outline: 0 none;
        color: #242526;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #006ADC;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #006ADC;
    text-shadow: none;
    color: #ffffff;
}


.pt-90 {
    padding-top: 90px !important;
}

@media (max-width: 392px) {
    .ribbon {
        top: 258px !important;
        left: -28px !important;
    }
}

@media (max-width: 767px) {
    .ribbon {
        position: absolute;
        top: 234px;
        left: -28px;
        z-index: 999;
        display: inline-block;
        font-family: 'SF Pro Display', sans-serif;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: 3rem !important;
        padding: 3px 11px 5px;
        color: #fff;
        text-align: center;
        line-height: initial;
        transform: rotate(270deg);
        border-radius: 5px 0 0 0;
        display: none !important;
    }
}

@media (min-width: 768px) {
    .ribbon {
        position: absolute;
        top: -21px;
        left: 590px;
        z-index: 999;
        display: inline-block;
        font-family: 'SF Pro Display', sans-serif;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: 3rem !important;
        padding: 3px 11px 5px;
        color: #fff;
        text-align: center;
        line-height: initial;
    }
}

@media (min-width: 992px) {

    .ribbon {
        top: -34px;
        left: 385px;
    }
}

@media (min-width: 1200px) {
    .ribbon {
        top: -34px;
        left: 456px;
    }
}

@media (min-width: 1400px) {

    .ribbon {
        top: -30px;
        left: 530px;
        padding: 8px 10px;
        font-size: .8rem;
    }
}

/* ------------------------------------
02. Global CSS
---------------------------------------*/

.readon {
    position: relative;
    display: inline-block !important;
    background: #006ADC;
    padding: 10px 30px;
    line-height: normal;
    color: #ffffff !important;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    text-transform: capitalize !important;
    cursor: pointer;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

    .readon:hover,
    .readon:focus {
        background: #242526;
    }

.inner {
    width: 100%;
    float: left;
    position: relative;
}



.pricingTable .holder {
    /* background: #fff; */
    box-shadow: 1px 20px 12px -15px rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    padding: 40px 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.5s ease;
}

.pricingTable .holder2 {
    /* background: #fff; */
    box-shadow: 1px 20px 12px -15px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.5s ease;
}

.hdng {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.price {
    font-size: 25px;
    font-weight: bold;
}

.pricingTable .holder:hover {
    transform: translateY(-10px);
}

.pricingTable .holder .hdng p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.pricingTable .holder .img img {
    width: 70%;
}

.pricingTable .holder .price p {
    color: #ffffff;
    margin-bottom: 25px;
}

    .pricingTable .holder .price p b {
        font-size: 30px;
        font-weight: bold;
    }

    .pricingTable .holder .price p span {
        font-size: 18px;
    }

.pricingTable .holder .info p {
    margin-bottom: 15px;
    color: #242526;
    font-weight: 14px;
}

.pricingTable .holder.active {
    background: #006ADC;
}

.holder2.active {
    background: #006ADC;
}

.pricingTable .holder.active .hdng p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info p {
    color: #fff;
}

.pricingTable .holder.active .readon {
    background: #fff;
    color: #006ADC !important;
}

    .pricingTable .holder.active .readon:hover {
        background: #242526;
        color: #fff !important;
    }

.pricingTable .tabsBtnHolder ul {
    float: left;
    display: block;
    width: 100%;
    max-width: 326px;
    border-radius: 1.6666666667rem;
    margin: 0px auto;
    margin-bottom: 40px;
    background: #006ADC;
    text-align: center;
    position: relative;
    padding-left: 10px;
}

    .pricingTable .tabsBtnHolder ul li {
        float: left;
        width: calc(100% / 2);
        display: inline-block;
        transition: 0.4s ease;
    }

        .pricingTable .tabsBtnHolder ul li p {
            color: #fff;
            /* padding: 10px 15px; */
            z-index: 10;
            position: relative;
            cursor: pointer;
        }

            .pricingTable .tabsBtnHolder ul li p.active {
                color: #007bff;
            }

        .pricingTable .tabsBtnHolder ul li.indicator {
            position: absolute;
            top: 50%;
            left: 2px;
            /*163px*/
            background: #fff;
            height: calc(100% - 4px);
            transform: translateY(-50%);
            border-radius: 1.5333333333rem;
            width: 170px;
            z-index: 9;
        }


.overflow-hidden {
    overflow: hidden !important;
}

.divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 0px !important;
}

.btn-whats {
    color: #ffffff;
}

    .btn-whats:hover {
        text-decoration: underline;
        color: #93ff99;
    }
