#policysec h4 {
    margin: 15px 0px;
}

#policysec h5 {
    margin-top: 15px;
}

#policysec ul {
    margin: 15px 0px;
    padding-left: 15px;

}

.nav-container {
    margin-left: auto;
}

.navlink-dropdown {
    position: relative;
    cursor: pointer;
}

.navlink-dropdown-lists {
    position: absolute;
    display: none;
    /* background: rgb(82, 82, 82, 0.5); */
    background: #000;
    border-radius: 5px;
    padding: 16px 0;
    margin-top: 6px;
    text-align: center;
    min-width: 250px;
}

.navlink-dropdown-lists a {
    display: inline-block;
    padding: 0 8px 8px 8px;
    text-transform: capitalize;

}

.navlink-dropdown-lists a:last-child {
    padding-bottom: 0;
}


.nav-link-wrapper.dropdown-arrow.active a i.fa {
    transform: rotate(180deg);
}

form#email-form .error {
    color: #e42121;
    font-size: .9vw;
}

.maxwidth {
    max-width: 60vw;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.martop-20 {
    margin-top: 20px;
}

#promise-slider {}

.promises-slide {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0px;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
}

.promises-slide h4 {
    font-size: 1.25vw;
    line-height: 2vw;
    font-weight: 400;
}

#promise-slider .owl-prev,
#promise-slider .owl-next {
    border-radius: 5px;
}

#promise-slider .owl-prev i.fa,
#promise-slider .owl-next i.fa {
    padding: 12px;
    background: #545454;

}

.about-title-flex {
    flex-direction: column;
    text-align: center;
}

.about-title-flex h2.about-title,
.page-title-flex.faqpage-title-flex h2 {
    font-size: 5vw;
    line-height: 6vw;
    text-transform: capitalize !important;
}

.page-title-wrapper h1 {
    font-size: 7.5vw;
    text-transform: capitalize;

}

.services-card-text h5 {
    text-transform: capitalize;
    font-size: .89vw;
}

.services-card-text h4.caps {
    font-size: 24px;
    text-transform: capitalize;
}

/** faq section start **/
.faq-question {
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding: 1.1vw 2.2vw 1.1vw 2.2vw;
    font-size: 1.4vw;
}

.faq-question.active+.faq-answer {
    text-align: initial;
}

.faq-answer {
    display: none;
    padding: 0 5vw 20px 2.2vw;
    background-color: transparent;
    text-align: initial;
}

.faq-question.active .fa-minus {
    display: block;
}

.faq-wrapper .faq-item {
    padding: 0;
}

.faq-question .fa {
    position: absolute;
    right: 5%;
    top: 35%;
    font-size: 20px;
    transition: all 0.5s ease;
}

.faq-question.active .fa-plus,
.faq-question .fa-minus {
    opacity: 0;
    transition: all 0.5s ease;
}

.faq-question .fa-plus,
.faq-question.active .fa-minus {
    opacity: 1;
    transition: all 0.5s ease;
}

.faq-item {
    position: relative;
    border-radius: var(--border-radius);
    background-color: var(--secondary);
    min-width: 100%;
    text-align: left;
    cursor: pointer;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.1vw;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/** faq section end **/
.meeting-excution {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: .5vw;
    grid-row-gap: 2vw;
}

.meeting-excution p {
    text-align: center;
}

.about-text-flex .cards-wrapper .card {
    max-width: 25vw;
    min-height: 25vw;
}

.about-text-flex .cards-wrapper .card h5 {
    text-transform: capitalize;
}

.about-text-flex .cards-wrapper .card p {
    padding-left: 2.2vw;
    padding-right: 2.2vw;

}

.competitive-edge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    margin-top: 30px;

}

.competitive-lists {

    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    margin-bottom: 15px;
}

.competitive-lists-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.competitive-lists-head h4 {
    color: var(--heading-color);
    font-size: 1.5vw;
    font-weight: 600;
}

.competitive-lists-head p {
    color: var(--light-grey);
    letter-spacing: .07vw;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 1.11vw;
    font-weight: 100;
    line-height: 1.89vw;
}

.owl-carousel.logo-carousel {
    background-color: #fff;
}

.owl-carousel.logo-carousel .owl-item img {
    height: 70px;
    width: 100%;
    max-width: 170px;
}

section.section.our-focus {
    /* background-color: #FF9B00; */
    padding: 75px 0px;

}

.ourfocus-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem;
}

.shape-decoration.work-step-divider-one {
    top: 50%;
    bottom: 0%;
    left: 29%;
    right: 0%;
}

.shape-decoration {
    position: absolute;
}

.ourfocus-lists h4 {
    color: var(--heading-color);
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2vw;
}

.ourfocus-lists p {
    color: var(--white);
    letter-spacing: .07vw;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 1.11vw;
    line-height: 1.89vw;
}

.work-step-item-simple img {
    border-radius: 10px;
}

.ourfocus-lists-content {
    margin-top: 15px;
}





/* .our-focus .teams-title-wrapper h5, */
/* .our-focus .teams-title-wrapper h2, */
/* .our-focus .teams-title-wrapper p, */
/* .what-weare .teams-title-wrapper h5, */
.what-weare .teams-title-wrapper h2,
/* .what-weare .teams-title-wrapper p, */
/* .our-testimonial-text .teams-title-wrapper h5,
.our-testimonial-text .teams-title-wrapper h2, */
.our-testimonial-text .teams-title-wrapper p {
    color: #000;
}

.our-focus .teams-title-wrapper h2 span.outline-white,
.what-weare .teams-title-wrapper h2 span.outline-white,
.our-testimonial-text .teams-title-wrapper h2 span.outline-white {
    -webkit-text-stroke-color: #000000;
}

.what-weare {
    background-color: #091114;
    padding: 50px 0px;
}

.what-weare-boxes {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
}

.what-weare-box {
    padding: 50px;
    text-align: center;
    border-radius: 5px;
}

.what-weare-box h3 {
    color: #000;
    font-size: 3vw;
    font-weight: 600;
    line-height: 4vw;
}

.what-weare-box h4 {
    color: #000;
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2vw;
    margin-bottom: 10px;

}

.what-weare-box p {
    color: #000;
    letter-spacing: .07vw;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 1.11vw;
    line-height: 1.89vw;
}

.what-weare-box {
    background-color: #000;
    -webkit-box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);
    -moz-box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);
    box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);

}


.what-weare-box.whatwe-boxone {
    background-color: #000;
    -webkit-box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);
    -moz-box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);
    box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);

}

.what-weare-box.whatwe-boxtwo {

    margin-top: 100px;
}

.what-weare-box.whatwe-boxthree {
    background-color: #000;
    margin-top: 175px;
}

.what-weare-box h3,
.what-weare-box h4 {
    color: #fff;
}

.what-weare-box p {
    color: #808181;
}


.weare-provide,
.grid-tech {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    gap: 1rem
}

.weare-provide-left {
    width: 100%;
    min-width: 50%;
}

.weare-provide-right {
    min-width: 50%;
}

.weare-provide .faq-question {
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.5vw;
}

ul.ourteam-lists {
    gap: 0;
    text-align: left;
}

.ourteam-lists.horizongtal-lists {
    gap: 25px;
    flex-direction: row;
}

.blackchain-tech-boxes {
    display: flex;
    grid-column-gap: 2%;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.blackchain-box {
    width: 48%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #FF9B00;
    color: #000;
    border-radius: 5px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    padding: 30px;
    display: grid;
}

.value-icon {
    height: 90px;
}

.blackchain-tech-boxes h5 {
    color: #000;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.8vw;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blackchain-tech-boxes p {
    color: #000;
    letter-spacing: .07vw;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 1.11vw;
    line-height: 1.89vw;
}

.grid-tech {
    margin-bottom: 50px;
}

.feature-icon {
    height: 50px;
}

.future-techsec {
    display: grid;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr;
    align-items: center;
    margin-top: 70px;
    /* background-color: #fff; */
}

.future-techsec-boxes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.future-techsec-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
}

.future-techsec-box h4 {
    color: #fff;
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 1.8vw;
}

.future-techsec-box p {
    color: #fff;
    letter-spacing: .07vw;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 1.11vw;
    line-height: 1.89vw;
    text-align: center;
}

section.section.our-testimonial {
    background-color: #1A1A1A;
    padding: 75px 0px;
}

.our-testimonial-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.our-testimonial-left .teams-title-wrapper h2 {
    font-size: 3vw;
    line-height: 3.5vw;
}

.testimonial-counter {
    display: flex;
}

.counter-text h5,
.testimonial-box h4 {
    color: var(--white);
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.8vw;
    margin-bottom: 10px;
    text-align: center;
}

.counter-text p,
.testimonial-box p {
    color: #808181;
    text-align: center;
    letter-spacing: .07vw;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 1.11vw;
    line-height: 1.89vw;
}

.testimonial-box {
    text-align: center;
    padding: 25px;
    margin: 10px;
    /* background-color: #000; */
    border-radius: 5px;
    -webkit-box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);
    -moz-box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);
    box-shadow: 0px -1px 14px -3px rgb(231 166 26 / 75%);
    height: auto;


}

.testislider-sec {
    margin-top: 30px;
}

.footer-flex {
    grid-column-gap: 0.4vw;
    grid-row-gap: 0.4vw;
}

.contact-flex.footer-contact .contact-card {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    border-radius: var(--border-radius);
    justify-content: flex-start;
    align-items: flex-start;
    /* padding: 0.1vw 2.2vw; */
    padding: 0;
    display: flex;
    width: 21vw;
    min-height: auto;
    background-color: transparent;
}

.contact-flex.footer-contact .contact-card .icon-wrapper {

    min-width: 3vw;
    height: 3vw;

}


.contact-flex.footer-contact .contact-icon-image {
    min-width: 1.8vw;
    height: 1.8vw;
}

.contact-flex.footer-contact {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;

}

.contact-flex.footer-contact .contact-card .contact-block p {
    font-size: 1vw;
    line-height: 1.78vw;
    text-align: initial;
}

.max-width-20vw {
    max-width: 20vw;
}

.about-cards-flex h5 {
    padding: 0;
    font-size: 1vw;
    text-transform: capitalize;

}

.reviews-text {
    font-size: 3vw;
    line-height: 3.8vw;
}

.timeline-block,
.team-wrapper h4 {
    font-size: 2vw;
    line-height: 2.5vw;
}

.footer-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
}

.nav-link-wrapper a.nav-link.w-nav-link.w--current,
.navlink-dropdown-lists.w--current,
.navlink-dropdown .navlink-dropdown-lists a.w--current,
.navlink-dropdown.w--current .nav-link-wrapper a {
    font-weight: 900;
    color: #FF9B00 !important;
}

/*=========================================
            29. BACK TO TOP CSS
============================================*/
button.scroll-top:focus {
    outline: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #FF9B00;
    transition: 1s ease;
    border: none;
}

.scroll-top span {
    color: #000;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/**responsive css **/
@media screen and (min-width: 1200px) {
    .testimonial-box {
        min-height: 280px;
    }

}

@media screen and (min-width: 1024px) {
    .reviews-text {
        text-indent: 10rem;
    }
}

@media screen and (min-width: 768px) {


    .team-block {

        width: 100%;
        max-width: 30%;
    }

}

@media screen and (max-width: 1200px) {
    .competitive-lists-head h4 {
        line-height: 1.7vw;
    }

    .faq-question,
    .faq-answer {
        max-width: 96.5%;
    }

}

@media screen and (max-width: 991px) {
    .contact-flex.footer-contact {
        flex-flow: inherit;
    }

    .faq-question .fa {
        font-size: 12px;
    }

    .navlink-dropdown-lists {
        position: initial;
    }

    .nav-link {
        min-height: 3rem;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .navlink-dropdown-lists a {
        display: block;
    }

    .space-8rem {
        min-height: 2rem;
    }

    .faq-main-wrapper {

        grid-row-gap: 1rem;
    }

    .faq-question {
        font-size: 16px !important;
    }

    .utilities-rtb-wrapper {
        width: 100%;
    }

    .utitlities-title-wrapper {
        grid-row-gap: 0;
    }

    .space-2rem {
        min-height: 1rem;
    }

    .future-techsec-box h4 {
        text-align: center;
    }

    .skills-details-wrapper h2.title {
        text-align: center;
        line-height: 74px;
    }

}

@media only screen and (max-width: 1023.99px) and (min-width: 768px) {
    .reviews-text {
        text-indent: 0rem;
        font-size: 2.5vw;
    }

    .reviews-images {

        min-width: 6vw;
        max-width: 6vw;
        inset: -5vw auto auto .2%;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .competitive-edge {
        gap: 0;
    }

    .button-flex {

        padding: .125rem 1rem;
    }

    .contact-flex.footer-contact .contact-card p,
    .contact-flex.footer-contact .contact-card p a {
        font-size: 1.729vw !important;
    }

    .footer-block p.max-width-20vw {
        max-width: initial;
    }

    .footer-top {
        gap: 5px;
    }
}


@media screen and (max-width: 768px) {
    .banner-sec {
        flex-direction: column;
    }

    .services-card-text h5,
    .reviews-text,
    .contact-flex.footer-contact .contact-card .contact-block p,
    .about-text-flex .cards-wrapper .card p,
    .blackchain-tech-boxes p,
    .future-techsec-box p,
    .counter-text p,
    .testimonial-box p,
    .ourfocus-lists p,
    .what-weare-box p,
    form#email-form .error {
        font-size: 13px;
        line-height: 18px;
    }

    .cards-wrapper h5,
    .counter-text h5,
    .testimonial-box h4,
    .ourfocus-lists h4,
    .what-weare-box h4,
    .faq-question,
    .competitive-lists-head h4 {
        font-size: 16px;
    }

    .timeline-block,
    .team-wrapper h4,
    .blackchain-tech-boxes h5,
    .future-techsec-box h4,
    .our-testimonial-left .teams-title-wrapper h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .title {
        font-size: 36px;
        line-height: 42px;
        text-transform: capitalize;

    }

    .contact-flex.footer-contact {
        flex-flow: inherit;
    }

    .ourfocus-lists {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .work-step-item-simple {
        text-align: center;
    }

    .shape-decoration {
        display: none;
    }

    .what-weare-box {
        padding: 20px;
        grid-template-columns: 1fr;
    }

    .maxwidth {
        max-width: initial;

    }

    .competitive-edge {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }

    .faq-main-wrapper {
        grid-row-gap: 1rem;
    }

    .navlink-dropdown-lists {
        position: initial;
    }

    .nav-link {
        min-height: 3rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .max-width-20vw {
        max-width: initial;
    }

    .contact-flex.footer-contact .contact-card {
        justify-content: center;
        align-items: center;
        width: initial;
        flex-direction: column;
    }

    .contact-flex.footer-contact .contact-card .contact-block h5 {
        text-align: center;
        width: 100%;
    }

    h4.reviews-text {
        font-size: 20px;
        line-height: 24px;
        margin-top: 5px;
    }

    .reviews-space-top {
        min-height: 2rem;
    }

    .services-card-text h5 {
        margin-top: 5px;
    }

    .faq-answer {
        padding: 0 6.5vw 20px 2.2vw;
    }

    .about-text-flex .cards-wrapper .card p {
        margin-bottom: 10px;
    }

    .faq-question,
    .faq-answer {
        max-width: 97.25%;
    }

    .contact-flex.footer-contact .contact-icon-image {
        min-width: 3vw;
        height: 3vw;
    }

    .contact-flex.footer-contact .contact-card .icon-wrapper {
        min-width: 6vw;
        height: 6vw;
    }

    .faq-question .fa {

        right: 3%;

    }
}

@media screen and (max-width: 581px) {
    .what-weare-boxes {
        padding: 15px;
        grid-template-columns: 1fr;
    }

    .what-weare-box.whatwe-boxtwo,
    .what-weare-box.whatwe-boxthree {
        margin-top: 20px;
    }

    .weare-provide-left,
    .weare-provide-right {
        width: 100%;

    }

    .weare-provide,
    .grid-tech {
        flex-wrap: wrap;
    }

    .blackchain-tech-boxes {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .blackchain-box {
        width: 100%;
    }

    .future-techsec {
        grid-template-columns: 1fr;
    }

    .meeting-excution {
        grid-template-columns: repeat(2, 1fr);
    }

    .skills-content-wrapper h2.self-align-right {
        align-self: center;
    }

    .skills-content-wrapper {
        text-align: center;
    }

    .contact-flex.footer-contact .contact-icon-image {
        min-width: 5vw;
        height: 5vw;
    }

    .contact-flex.footer-contact .contact-card .icon-wrapper {
        min-width: 8vw;
        height: 8vw;
    }

    .faq-question .fa {

        right: 2%;
    }
}

@media screen and (max-width: 479px) {
    .our-testimonial-text {
        flex-wrap: wrap;
        justify-content: center;
    }




    .hero-space-top {
        min-height: 6rem;
    }

    .max-width-20vw,
    .contact-flex.footer-contact .contact-card,
    .contact-card {
        max-width: 100%;
        width: 100% !important;
    }

    .footer-wrapper {
        align-items: center;
    }


    .timeline-block,
    .team-wrapper {
        text-align: center;
    }

    .meeting-excution {
        grid-template-columns: repeat(1, 1fr);
    }

    .metrics-text-block {
        margin-bottom: 10px;
    }

    .about-text-flex .cards-wrapper .card {
        min-height: 35vh;
    }



    .skills-content-wrapper {
        min-width: initial;
        max-width: initial;
        text-align: center;
    }

    .self-align-right {
        align-self: center;

    }

    .line-wrapper,
    .line-progress {
        width: 0;
    }

    .skills-content-wrapper {
        grid-row-gap: 0;
    }

    .space-top {
        min-height: 130px;
    }

    .container.padding-13-5rem,
    .container.padding-9rem,
    .container.padding-4-5rem {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ourteam-lists.horizongtal-lists {
        gap: 15px;
        flex-direction: column;
    }

    .blackchain-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .future-techsec-box {
        grid-row-gap: 5px;
    }

    .testimonial-counter {
        gap: 10px;
    }

    .ourfocus-lists h4 {
        margin-bottom: 10px;
    }

    .space-8rem {
        min-height: 1rem;
    }

    .space-page-top {
        min-height: 7rem;
    }

    .works-details,
    .services-details {
        max-width: initial;
        padding: 0px 15px;
    }

    .faq-question.active+.faq-answer {

        margin-right: 20px;
    }

    h4.reviews-text {
        letter-spacing: normal;
        font-size: 16px;
    }

    .works-block,
    .timeline-flex {
        grid-row-gap: 2rem;
    }

    .card,
    .about-text-flex .cards-wrapper .card {
        width: 100%;
    }

    .cards-wrapper h5 {
        font-size: 13px;
        line-height: 16px;
    }

    #learn-more {
        margin-top: 20px;
    }

    .services-cards-block .cards-wrapper a .services-card-text h4.caps {
        line-height: 25px !important;
        font-size: 20px;
    }

    .services-3d-card {
        padding: 1rem;
    }

    .teams-title-wrapper {
        margin-top: 20px;
    }

    .what-weare-box h3 {
        font-size: 5vw;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 420px) {

    .future-techsec-boxes {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 14px !important;
        line-height: 1.25rem !important;
    }

    .faq-answer {
        padding: 0 4vw 20px 2.2vw;
    }

    .faq-question,
    .faq-answer {
        max-width: 96.5%;
    }



}

@media screen and (max-width: 360px) {
    .reviews-arrow.right {
        left: 12rem;
    }

    .about-text-flex .cards-wrapper .card {
        min-height: 30vh;
    }

    .faq-question .fa {
        right: 2.5%;
    }

    .faq-question {
        padding: 2.1vw 2.2vw 2.1vw 2.2vw;
    }
}

@media screen and (max-width: 320px) {
    .faq-question {
        font-size: 12.5px !important;
        line-height: 1rem !important;
    }

    .faq-question .fa {

        right: 2%;
    }

}


/*=========================================
            27. PRELOADER CSS
============================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
}

.loader1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader1 {
    width: 100px;
    height: 100px;
}

.ourteam-lists.horizongtal-lists {}

.services-card-text h4.caps {
    line-height: 2vw !important;
}

#footer-bg {
    background-image: url("../images/footer-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}

.banner-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-rightsec {
    -webkit-animation: mover 0.75s infinite alternate;
    animation: mover 0.75s infinite alternate;
    /*animation: flipFlopRotation 61s infinite linear;
    -webkit-animation: flipFlopRotation 6s infinite linear;
    */
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.footer-link-wrapper a {
    color: #fff;
}

.footer-wrapper h5,
.cards-wrapper .card h5,
.skills-content-wrapper h5,
.team-block h5,
section.section.what-weare h2 {
    color: var(--white);
}

.cards-wrapper .card {
    background: #4d3a0f;
}

.timeline-block h4,
.team-wrapper h4,
.skills-content-wrapper h2,
.works-details h2,
.works-details h3 {
    color: var(--heading-color);
}

h2.self-align-right.outline-white {
    color: var(--transparent);
}

.teams-title-wrapper h2 span.outline-white {
    -webkit-text-stroke-color: var(--heading-color) !important;
}

.field-wrapper label {
    color: var(--white);
}

.page-title-wrapper.faqpage-title-wrapper .page-title-block {
    align-items: center;
}

#promise-slider .owl-prev:hover i.fa,
#promise-slider .owl-next:hover i.fa {
    background: #ff9b00;
}

.footer-flex-bottom:hover a p.footer-bottom-text {
    color: #ff9b00;
}