/* Page Heading Starts */

.page-heading {
    padding: 100px 40px 50px;
}

.page-heading__title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}

.page-heading__text {
    max-width: 465px;
    letter-spacing: 0.18px;
}
.page-heading__hr {
    margin-top: 40px;
    border-color: #DBDADE;
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .page-heading {
        padding: 50px 40px 30px;
    }
    .about-item__col--sidebar {
        width: 295px;
    }
}

@media (max-width: 1023.98px) {

}

@media (max-width: 959.98px) {
    .page-heading {
        padding: 50px 10px 30px;
    }
}

@media (max-width: 767.98px) {
}
@media (max-width: 639.98px) {

}

@media (max-width: 575px) {

}

/* Page Heading Ends */

/* About Page Starts */

.about {
    padding-left: 40px;
    padding-right: 40px;
}

.about-item__col--sidebar {
    width: 350px;
    max-width: 100%;
}

.about-item__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.24px;
}

.about-item__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
    letter-spacing: 0.24px;
    margin-bottom: 20px;
}

.about-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.about-build {
    border-radius: 38px;
    background: #FFE000;
    padding: 60px 50px;
    margin: 50px 0;
}

.about-build__title {
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 46px; /* 121.053% */
    letter-spacing: 0.38px;
}

.about-item + .about-item {
    border-top: 1px solid #DBDADE;
    margin-top: 50px;
    padding-top: 40px;
}

.about-count {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-count__item {
    min-height: 241px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 38px;
    padding: 20px;
}

.about-count__heading-big {
    font-size: 73px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.73px;
}

.about-count__heading-big-light {
    font-weight: 400;
}

.about-count__heading {
    font-size: 33px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.33px;
}

.about-count__text {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
}

.about-count__item--maroon {
    background: #941100;
    color: #fff;
}

.about-count__item--blue {
    background: #0433FF;
    color: #fff;
}

.about-count__item--yellow {
    background: #FFE000;
}

.about-count__item--orange {
    background: #FF9300;
}

.about-author {
    display: flex;
    align-items: center;
}

.about-author__media {
    width: 64px;
    height: 64px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.about-author__media > * {
    width: 100%;
    height: 100%;
    display: block;
}

.about-author__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #6f6b7d;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 2px;
}

.about-author__des {
    font-size: 18px;
    color: #a5a2ad;
    font-weight: 500;
}

.about-item__quote {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 150% */
    letter-spacing: 0.3px;
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .about-count__heading {
        font-size: 26px;
    }
    .about-count__heading-big {
        font-size: 40px;
    }
}

@media (max-width: 1023.98px) {

}

@media (max-width: 959.98px) {
    .about {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-item__grid > * {
        width: 100%;
    }

    .about-item__title {
        font-size: 20px;
        line-height: 1.3;
    }

    .about-build {
        padding: 40px 40px;
        margin: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .about-item__quote {
        font-size: 20px;
        line-height: 1.6;
    }
    .about-build__title {
        font-size: 30px;
        line-height: 1.3;
    }
    .about-build__grid {
        align-items: center;
    }

}
@media (max-width: 639.98px) {
    .about-build__grid {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }
    .about-build__title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .about-build {
        padding: 25px;
        margin: 40px 0;
        border-radius: 20px;
    }
    .about-build__title {
        font-size: 22px;
        line-height: 1.3;
    }
}

/* About Page Ends */

/* Landing Video Starts */

.landing-video {
    padding: 60px 40px 100px;
}

.landing-video__wrapper {
/*    width: 1340px;*/
    max-width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 35%;
    border-radius: 38px;
    border: 7px solid #000;
    margin: auto;
}

.landing-video__action {
    padding: 0;
    width: 82px;
    height: 82px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 1023.98px) {

}

@media (max-width: 959.98px) {
    .landing-video {
        padding: 30px 10px;
    }
    .landing-video__wrapper {
        padding-bottom: 75%;
    }
}

@media (max-width: 767.98px) {

}
@media (max-width: 639.98px) {

}

@media (max-width: 575px) {
    .landing-video__action {
        width: 60px;
        height: 60px;
    }
}
/* Landing Video Starts */

/* Contact Starts */
.contact {
    padding: 0 40px 100px;
}

.contact-sales__maintitle {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}

.contact-sales__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
    letter-spacing: 0.15px;
    max-width: 520px;
    margin-bottom: 25px;
}

.contact-sales__item {
    border-radius: 6px;
    background: rgba(99, 99, 99, 0.04);
    padding: 24px;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.contact-sales__icon {
    border-radius: 6px;
    background: rgba(144, 144, 144, 0.16);
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-sales__boldtext {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}

.contact-sales__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

.contact-sales__title > * {
    color: inherit;
}

.contact-sales__grid {
    margin-left: -25px;
}

.contact-sales__grid > .uk-grid-margin {
    margin-top: 25px;
}

.contact-sales__grid > * {
    padding-left: 25px;
}

.contact-form {
    width: 590px;
    border-radius: 6px;
    border: 1px solid #DBDADE;
    max-width: 100%;
    padding: 25px;
}

.contact-form__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #4B465C;
}

.contact-form__label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.contact-form__input {
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
}

.contact-form__group {
    margin-bottom: 15px;
}

.contact-form__actions {
    margin-top: 25px;
}

.contact-form__submit {
    background: #000 !important;
    border-color: #000 !important;
    padding: 10px 20px;
    min-height: 38px;
}

.contact-form__cancel {
    border-color: #000 !important;
    color: #000 !important;
    padding: 10px 20px;
    min-height: 38px;
    margin-left: 15px;
}

@media (max-width: 1399.98px) {
    .contact-form {
        width: 400px;
    }
}

@media (max-width: 1199.98px) {
    .contact-form {
        width: 340px;
    }
}

@media (max-width: 1023.98px) {
    .contact-sales__title {
        font-size: 18px;
    }
}

@media (max-width: 959.98px) {
    .contact {
        padding: 0 10px 60px;
    }
    .contact__grid > * {
        width: 100%;
    }
    .contact-form {
        width: 100%;
    }
    .contact-sales__maintitle {
        font-size: 30px;
    }
    .contact-sales__item {
        min-height: 100%;
    }
}

@media (max-width: 767.98px) {

}
@media (max-width: 639.98px) {

}

@media (max-width: 575px) {
    .contact-sales__grid > * {
        width: 100%;
    }
    .contact-sales__maintitle {
        font-size: 24px;
        letter-spacing: 0.06px;
    }
}

/* Contact Ends */

/* Support Starts */

.support {
    padding: 100px 40px;
}

.support-sidebar {
    width: 260px;
    max-width: 100%;
}

.support-sidebar__name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #4B465C;
}

.support-sidebar__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-sidebar__links > li + li {
    margin-top: 5px;
}

.support-sidebar__links > li > a {
    padding: 10px 20px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.43px;
    color: #A8AAAE;
    display: flex;
}

.support-sidebar__links > li > a.is-active {
    background: #000;
    color: #fff;
    border-radius: 6px;
}

.support__maintitle {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}

.support__maintext {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
    margin-bottom: 25px;
    color: #616161;
}

.support__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #414141;
}

.support__text ul:not(.uk-accordion) {
    color: #000;
    font-weight: 500;
    padding-left: 0;
    list-style-position: inside;
    margin: 35px 0;
}

.support__text ul:not(.uk-accordion) > li + li {
    margin-top: 10px;
}

.support__text .uk-accordion {
    margin-top: 30px;
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

    .support {
        padding: 50px 40px;
    }

}

@media (max-width: 1023.98px) {

}

@media (max-width: 959.98px) {

    .support {
        padding: 50px 10px;
    }
    .support-sidebar {
        width: 200px;
    }

}

@media (max-width: 767.98px) {
    .support__grid > * {
        width: 100%;
    }

    .support__grid {
        flex-direction: column-reverse;
    }

    .support__col--sidebar {
        display: none;
    }
}
@media (max-width: 639.98px) {

}

@media (max-width: 575px) {
    .support__maintitle {
        font-size: 28px;
    }
}

/* Support Ends */

.fv-plugins-bootstrap5 .invalid-feedback, .fv-plugins-bootstrap5 .invalid-tooltip {
    display: block;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: #ea5455;
}
.contact-form__input.is-invalid {
    border-color: #ea5455;
}