body{
    font-family: sans-serif !important;
}
.web-banner {
    text-align: center;
    padding: 60px;
}

.high {
    line-height: 1.8;
    font-size: 1.09rem;
    margin-bottom:30px;
}

.high span {
    margin-bottom: 20px;
}

.space {
    padding: 20px 85px
}

.right-img {
    text-align: right
}

.brand-h2 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #192F59;
    padding-bottom: .5rem
}

.txt-white {
    color: white;
}

.card-title {
    font-weight: 600;
    font-size: 1rem;
    color: #192F59;
    margin-bottom: 8px;
    margin-left: 0
}
.card-wd img {
    width:50px;
    margin-bottom:10px;
}
.card-title-design {
    font-weight: 600;
    font-size: 1.4rem;
    color: #192F59;
    margin-bottom: 15px;
    margin-left: 0;
}

.padd-sec p {
    font-size: 16px;
    line-height: 1.4;
}

.card {
    box-shadow: 0px 0px 10px 1px #eaeaea;
    border: none;
    padding: 15px;
    height: 100%;
    background-color: white;
}


.card p {
    font-size: 1rem;
}

.project_head {
    font-size: 2.1rem;
    color: #fff;
    margin-bottom: 20px;
}

.fn-mb {
    font-size: 18px
}

.mb-bottom {
    margin-bottom: 50px;
}

.about-points {
    padding-left: 0px;
}

.about-points li {
    font-size: 16px;
    list-style: none;
}

.about-points li::before {
    color: #7c1d1d;
    content: "\2713";
    font-weight: 900;
    margin-right: 10px;
}

.lets-box {
    box-shadow: 3px 0px 8px 1px #cfcfcf;
    padding: 20px;
    border-left: 3px solid #192F59;
    border-radius: 8px;
}

.bg-card {
    border-left: 3px solid #ffbc00;
    border-top: 3px solid #ffbc00;
}

.padd-sec {
    padding: 40px;
}

.case {
    display: flex;
}

/* --------------------------------------- */
.banner-title {
    color: rgb(0, 0, 0) !important;
    font-size: 46px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.ban-title {
    color: #1f1f1f;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
}

.banner-p {
    font-size: 18px;
    color:#253468;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0px;
}

.service-glob {
    padding: 10px 60px;
}

/* -----------banner----------- */
.formdisplay {
    text-align: left !important;
}

.title-top {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

.form-p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2px;
}

.top-form {
    height: 100%;
    padding: 20px;
    border: 1px solid #d3d3d3;
    background-color: white;
    border-radius: 10px;
}

.top-form input {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    border-radius: 6px;
    padding: 8px 10px;
}

.top-form textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    border-radius: 6px;
    padding: 8px 10px;
}

.submit {
    padding: 3px 12px;
    border: 1px solid #cf8a1b;
    background-color: #df9926;
    color: white;
    border-radius: 8px;
    font-weight: 500;
}

.submit:hover {
    padding: 3px 12px;
    border: 1px solid #df9926;
    background-color: #f1a832;
    color: white;
    border-radius: 8px;
    font-weight: 500;
}
.p-tag{
    font-size:18px;
}
/* -----------banner----------- */
/* --------------------------------------- */

.nmb-title {
    font-size: 30px !important;
    font-weight: 600;
    color: #993333;
    margin: 0px;
    padding: 0;
}

.card-wd{}
/* --------------------------------------- */
.card-service {
    box-shadow: 1px 1px 2px #d3d3d3;
    border: none;
    /* padding: 15px; */
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    background-color: white;
    display: flex;
}

.case img {
    margin-bottom:20px;
}

/* --------------------------------------- */


/* ------------testimonial------------ */

.testimonials {
    /* padding: 40px 0; */
    background: #f1f1f1;
    color: #434343;
    text-align: center;
}

.testimonial-inner {

    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

.border {
    width: 160px;
    height: 5px;
    background: #c52323;
    margin: 26px auto;
}

.testimonial {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
}

.testimonial img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.name {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
}

.stars {
    color: #f0932b;
    margin-bottom: 20px;
}

/* ------------testimonial------------ */


/* ------------faq------------ */
.faq-cont {
    width: 100%;
    margin: auto;
    padding: 2rem;
    display: grid;
    place-items: center;
}

.accordion__wrapper {
    background-color: white;
    box-shadow: -1px -8px 56px -12px rgba(9, 40, 163, 0.137);
    border-radius: 2.5rem;
    width: 100%;
    max-width: 60rem;
    padding: 5rem;
}

.accordion__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #242e4c;
    text-align: center;
    margin-bottom: 4rem;
}

.accordion {
    border-bottom: 0.1rem solid #dae1f5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.accordion__icon {
    background-color: #ff4b4b;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    flex-shrink: 0;
}

.accordion__question {
    font-size: 1.2rem;
    font-weight: 500;
    color: #242e4c;
}

.accordion__answer {
    padding: 2rem 0;
}

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: var(--transition);
}
.last-brd-none{
    border-bottom:none !important;
}

/* .ri-add-line:before {
    content: "\ea13";
}
.ri-subtract-fill:before {
    content: "\f1ae";
} */
@media screen and (min-width: 580px) {
    .accordion__wrapper {
        padding: 4rem 3rem 0rem 3rem;
    }
}

/* ------------faq------------ */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .padd-sec {
        padding: 20px;
    }

    .top-form input {
        font-size: 12px;
    }

    .title-top {
        font-size: 15px !important;
    }

    .header h2 {
        font-size: 1.1rem;
        line-height: 1.6;
        font-weight: 700;
        color: #192F59;
        margin-bottom: 2rem;
    }

    .ban-title {
        color: rgb(95 95 95) !important;
        font-size: 17px !important;
        text-align: left;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .banner-p b {
        font-size: 16px !important;
        color: #a11111;
        font-weight: 600;
    }

    .banner-p {
        font-size: 16px !important;
        color: #a11111 !important;
        font-weight: 500 !important;
    }

    .banner-title {
        font-size: 30px !important;
        font-weight: 500;
        margin-bottom: 10px !important;

    }

    .brand-h2 {
        font-weight: 600;
        font-size: 1.2rem;
        color: #192F59;
        padding-bottom: .5rem;
    }

    .space {
        padding: 40px 40px;
    }

    .brand-h4 {
        font-weight: 600;
        font-size: 1.2rem;
        color: #192F59;
        padding-bottom: .5rem;
    }

    .txt-white {
        color: white !important;
    }

    .card-title {
        font-size: 1.2rem;
        color: #192F59;
    }

    .project_head {
        font-size: 1.2rem;
        color: #fff;
        margin-bottom: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .txt-white {
        color: white !important;
    }
}