body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #686868;
    line-height: 1.4;
    font-weight: 400;
}

.banner-wrapper {
    width: 100%;
    min-height: 100vh;
    /* background: url('../img/Saas-hero1.png') no-repeat center center/cover; */
    /* background: linear-gradient(158deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255) 23%, rgba(253, 102, 1, 0.671) 131%); */
}

.nav-item .nav-link {
    color: #222;
    font-weight: 700;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
    margin: 0 0.2rem;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-started {
    background-color: #fd6601;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-started:hover {
    background-color: #60605f;
    color: #fff;
}

.banner-title {
    font-size: 16px;
    color: #fd6601;
    border: 1px solid #e1b192;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
}

.banner-heading {
    font-size: 58px;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
    margin: 1rem 0;
    font-family: "Rajdhani", Sans-serif;
}

.banner-content {
    padding: 100px 0px 99px 0px;
}

.banner-text {
    font-size: 18px;
    color: #1d1d1d;
    margin-bottom: 1.5rem;
}

.btn-banner {
    background-color: #fd6601;
    color: #fff;
    padding: 0.9rem 2.3rem;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
}

.slider-partner-card-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ed9054;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.partner-slider {
    background: #fff5f0;
}

.slider-partner-card-img img {
    width: 65% !important;
    object-fit: contain;
}

.about-heading {
    font-size: 42px;
    font-weight: 700;
    color: #041424;
    text-transform: capitalize;
    margin-top: 20px;
}

.listing-about {
    padding-left: 0px;
    list-style: none;
}

.listing-about li {
    font-size: 18px;
    color: #1d1d1d;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 30px;
}

.listing-about li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url('../img/check-icon.png') no-repeat center center/contain;
}

.learn-more_btn {
    background-color: #fd6601;
    color: #fff;
    padding: 0.9rem 2.3rem;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

.icon-flat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background: #f5f5f5;
}

.icon-flat img {
    width: 25px;
    height: 25px;
}

.text-main {
    color: #fd6601;
}

.caouter-card {
    padding: 15px;
}

.counter-font {
    font-size: 58px;
    font-weight: 700;
    color: #041424;
    margin-bottom: 10px;
    text-align: center;
    word-spacing: 2px;
}

.caouter-card p {
    font-size: 16px;
    color: #60605f;
}

.banner-cards {
    /* background-image: url('../img/header9-bg.png'); */
    background: linear-gradient(175deg, rgba(255, 255, 255, 1) 0%, rgba(255, 237, 194, 1) 23%, rgb(253 102 1 / 33%) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0px;
}

.card-services {
    padding: 40px 40px 40px 10px;
}

.card-img-new {
    width: 110px;
    height: 110px;
    display: flex;
}

.card-img-new img {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 3px;
}

.rght-contetn-heading {
    font-size: 24px;
    font-weight: 600;
    color: #041424;
}

.content-right-card-para {
    font-size: 16px;
    margin-top: 10px;
}

.card-service-link a svg {
    width: 20px;
}

.right-content {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.card-bg-change {
    padding: 30px 35px;
    background-color: #fd6601;
    border-radius: 10px;
    color: #fff;
}

.card-service-link a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}

.btn-new-design {
    background-color: #545454;
    color: #fff;
    padding: 0.9rem 2.3rem;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.listing-heading-new-2 {
    font-size: 17px;
    padding-left: 50px;
    position: relative;
    color: #000000;
    font-weight: 500;
}

.listing-heading-new-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    width: 10px;
    height: 10px;
    background-image: url('../img/check-new.png');
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.testi-item {
    background-color: #ffffff;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 40px 25px 40px;
}

.testi-item .client-thumb {
    position: absolute;
    top: -10px;
    left: -10px;
}

.testi-item .client-thumb img {
    width: 120px;
    height: 120px;
}

.testi-item .client-thumb img {
    width: 120px;
    height: 120px;
}

.testi-item .quote {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px !important;
}

.testi-item .testi-content .name {
    padding-left: 110px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 45px;
}

.testi-item .testi-content .name span {
    color: #fd6601;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.testi-item .testi-content .review {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0px;
}

.testi-item .testi-content .review li:not(:last-of-type) {
    margin-right: 7px;
}

.testi-item .testi-content .review li svg {
    fill: #FE9D51;
}

.testi-item .testi-content p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .testi-item .testi-content p {
        font-size: 16px;
    }
}

#testimonial-slider .owl-nav .owl-prev,
#testimonial-slider .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: #fd6601;
    color: #fff;
    font-size: 32px;

}

#testimonial-slider .owl-nav {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

footer {
    background: #000;
    padding: 40px 0px 40px 0px;
}

.footer_logo {
    display: inline-block;
}

.footer_para {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}

.footer_list_header {
    font-size: 16px;
    font-weight: 600;
}

.footer_listing_location {
    padding-left: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_listing_location li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.footer_listing_location li svg {
    width: 18px;
    fill: #545454;
}

.footer_listing_location li span {
    color: #fff;
    font-size: 16px;
}

.footer_list_header {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-left: 15px;
}

.sccial_heading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sccial_heading a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #545454;
}

.sccial_heading a svg {
    fill: #fff;
    width: 15px;
}

.socila_cont {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}

.footer_form_input {
    border: 1px solid #545454;
    padding: 8px 10px;
    color: #fff;
    background-color: transparent;
    width: 100%;
}

.footer_form label {
    color: #fff;
    font-size: 16px;
}

.footer_submit_btn {
    background-color: #545454;
    padding: 7px 20px;
    font-size: 17px;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.links_heading {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
}

.footer_links_all ul {
    padding-left: 10px;
    list-style: none;
}

.footer_links_all ul li {
    margin-top: 10px;
}

.footer_links_all ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.footer_links_all ul li a:hover {
    border-bottom: 1px solid #fff;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fd6601;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    width: 45px;
    height: 45px;

}

.fadeout {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.bg-slide1 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.bg-slide1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 12, 23, .7);
    top: 0;
    left: 0;
    z-index: -1;
}

.image-wrapper .shine {
    position: relative;
    overflow: hidden;
}

.box-shadow {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    border: none;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.box-shadow:hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.image-wrapper:hover .shine:before,
.shine:focus:before {
    animation: shine .85s;
}

.image-wrapper .shine:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.btn-outline-brown {
    background-color: #fff;
    border: 2px solid #1d1d1d;
    color: #1d1d1d;
    border-radius: 30px;
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.5s;
}

.btn-outline-brown:hover {
    background-color: #1d1d1d;
    color: #fff;
}

.position-bg {
    width: 100%;
    background-image: url(../img/home-partner-logo.webp);
    background-position: left;
    height: 58px;
    background-repeat: no-repeat;
}

.inside-box {
    padding: 30px 20px;
    min-height: 153px;
    transition: all 0.3s ease-in-out;
}

.new-card-design {
    height: 100%;
    border-radius: 10px;
    border: 1.5px solid #ececec;
    margin: 0 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 40px 0 rgba(237, 246, 255, .3);
}

.inside-box .h3 {
    margin-bottom: 20px;
    padding: 0 0 15px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #ffcf66, #e19b01);
    border-bottom: 2px solid;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #110302;
    margin: 0 0 15px;
}

.inside-box p {
    font-size: 16px;
    color: #5e6373;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fd6601;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
    margin-bottom: 0 !important;
}

.accordion-body {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, .06);
    background: #1d1d1d;
    color: #fff;
}

.accordion-item {
    border: none;
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}

.accordion-button {
    font-weight: bold;
    background: #ff9c62;
    padding: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
}

.banner-conteact {
    background-color: #1d1d1d;
}

.card-holder-white-contact {
    border-radius: 20px;
    background: #fff;
    padding: 30px 40px 40px;
}

.header-text {
    color: #fd6601;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 5px;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contact p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}

.link-listing {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #374571;
    font-weight: 500;
}

.form-group-new-contact .form-group .form-label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-group-new-contact .form-group .form-control {
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 35px 15px 18px;
    border: .9px solid #d9d9d9;
    background: transparent;
    width: 100%;
    font-weight: 500;
    -webkit-appearance: inherit !important;
    appearance: initial !important;
}

.form-group-new-contact {
    margin-top: 25px;
}

.submit-btn-contact {
    padding: 10px 35px;
    color: #fff;
    background: #fd6601;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.5s
}

.top-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.bottom-para {
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 0px;
}

a.bottom-para {
    color: #fff;
    text-decoration: none;
}

.submit-btn-contact:hover {
    color: #fd6601;
    border: 1px solid #fd6601;
    background: none;
}

.card-become {
    border: 1px solid #ffe6cb;
    padding: 15px 20px;
    border-radius: 4px;
}

.bog-text {
    font-size: 66px;
    color: #fd6601;
    font-weight: 700;
}

.dropdown_tranparent {
    background-color: #fd6601;
    border: none;
}

.dropdown_tranparent li .dropdown-item {
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown_tranparent li .dropdown-item:hover {
    background: none;
}

.dropdown_tranparent li:last-child .dropdown-item {
    border-bottom: none;
}

.svg-box-cont {
    width: 45px;
    height: 45px;
    background: #fd6601;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


@media only screen and (max-width: 991px) {
    .footer_listing_location {
        flex-direction: column;
    }

    .mob-wrap {
        flex-wrap: wrap;
    }

    .banner-heading {
        font-size: 32px;
    }

    .bog-text {
        font-size: 28px;
    }

    .about-heading {
        font-size: 26px;
    }

    .counter-font {
        font-size: 28px;
    }

    .banner-content {
        padding: 70px 0px 60px 0px;
    }

    .fixed-action {
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 9999 !important;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .mob-call.same {
        background-color: #21a3f1;
    }

    .fixed-action .same {
        width: 50%;
        padding: 10px 15px;
        font-size: 17px;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;
        text-decoration: none;
    }

    .fixed-action .same svg {
        width: 17px;
        fill: #fff;
    }
    .back-to-top{
        bottom: 70px;
    }
    .mob-whatsapp.same {
        background-color: #29aa5a;
    }
}