.about-three-container.about-three-business-section.privacy_page {
    flex-direction: column;
    align-items: start;
    padding-bottom: 0;
    display: flex;
    text-align: justify;
}

.policy_banners {
    background-image: url('../images/Common-Banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
}

.privacy_d_flex {
    display: flex;
    gap: 10px;
}

.btn-color {
    color: #000;
    background-color: #ffc812;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
    font-family: Be Vietnam Pro, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    text-decoration: none;
    transition: color .4s, background-color .4s;
    display: flex;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.section_border {
    /* box-shadow: 0 2px 16px 2px #080d2980; */
    background-color: #222325;
    width: 100%;
    padding: 30px;
    position: sticky;
    top: 50px;
    border-radius: 20px;
}

.section_border h3.pb-30 {
    color: #fff;
}

.section_border ul {
    list-style: none;
    display: flex;
    /* justify-content: space-between; */
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 10px;
    flex-wrap: wrap;
}

.section_border img {
    width: 100%;
    height: 310px;
}

.section_border a {
    text-decoration: none;
}

.cursor_none a {
    cursor: default !important;
}

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

.border-box {
    border-radius: 20px;
    box-shadow: 0 -4px 16px -4px #080d2980;
    height: 200px;
    background-image: url('../images/payroll/section6_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 45px;
}

.border-box h3 {
    color: #fff;
    line-height: 40px;
}

.border-box p {
    color: #fff;
}

.w-800 {
    width: 660px;
}

.home_btn {
    display: flex;
    gap: 20px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.w-280 {
    width: 250px !important;
    padding: 20px;
}


.footer-p {
    color: #fff;
}

/* faq css start*/



.container {
    margin: 0 auto;
    /* padding: 4rem; */
    width: 48rem;
}

.accordion .accordion-item {
    border-bottom: 1px solid #84848470;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #84848470;
    background-color: #222325;

}

.accordion .accordion-item button[aria-expanded='true'] .accordion-title {
    color: #0c63e4 !important;
}

.accordion-item {
    background-color: #222325 !important;
    /* border: 1px solid #e5e5e5 !important; */
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 16px 35px 16px 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #453be9;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #453be9;
    /* border: 1px solid #453be9; */
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    color: #fff;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #fff;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: #fff;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 14em;
    background-color: #222325;
    transition: all 0.5s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s linear, max-height 0.5s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 16px;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


/* faq css end */

/* tab start */

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #222325;
    color: #fff;
    font-family: Be Vietnam Pro, sans-serif;
    border-radius: 60px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 160px;
    margin-right: 6px;
}

.tab .w-230 {
    width: 234px;
}

.tab .w-240 {
    width: 244px;
}

.tab .w-230.active {
    width: 230px;
    background-color: #0268ff;
    color: #fff;
}

.tab .w-240.active {
    width: 244px;
    background-color: #0268ff;
    color: #fff;
}

.color-w {
    color: #fff !important;
}

.color-w-2 {
    background-color: #fff !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #0268ff;
    border-radius: 60px;
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #0268ff;
    border-radius: 60px;
    width: 160px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

/* tab End */

.d-flex-api {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.d-flex-2 {
    display: flex;
    justify-content: space-between;
}

table {
    border: 1px solid black;
}

th {
    padding: 10px;
    border: 1px solid black;
}

.table_border {
    padding: 10px;
    border: 1px solid black;
}

.bg-color {
    background-color: #ff6d2f;
}

.bg-color h4 {
    color: #fff;
}

.d-flex-center {
    display: flex;
    align-items: center;
}

.d-flex-center--4 {
    display: flex;
}

.f-color li {
    color: #dadada;
}

.career-grid--2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

h1 {
    font-size: 42px;
}

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

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

header {
    position: sticky;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
}

.w-nav-link.w--current,
.w-nav-link:hover {
    color: #0268ff !important;
}

.home-one-footer-links-text.w--current {
    color: #0268ff !important;
}

.header-menu-item.sub-menu.w--current {
    color: #0268ff !important;
}

.menu-font.text-dark.w--current {
    color: #0268ff !important;
}

.d-flex-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.w-840 {
    width: 840px !important;
}

.w-790 {
    width: 790px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.d-flex-old {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.container--1 {
    margin: 10px 0px 10px 0px;
    width: 40rem;
}

.container--1 h4 {
    border: 1px solid black;
    padding: 10px;
    background-color: #ffc812;
    color: #fff;
}

.feature-member-left--2 {
    position: sticky;
    top: 100px;
}

.career-data-grid-box-w-255 {
    height: 100%;
}

label.error {
    color: red;
}

.payout_ul {
    display: flex;
    justify-content: flex-start !important;
    gap: 45px;
}

.section_border ul li {
    border: 2px solid #84848470;
    height: 516px;
    border-radius: 15px;
    overflow: hidden;
}

.section_border ul li h5 {
    color: #fff;
}

.btn-d-flex-2 {
    display: flex;
}

.menu-section-one p {
    font-size: 14px !important;
    margin: 0px;
    text-align: left;
}

.section_border--2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.d-flex-4 {
    display: flex;
    justify-content: center;
}

.pt-30 {
    padding-top: 30px !important;
}

.accordion button .accordion-title {
    font-family: Be Vietnam Pro, sans-serif;
}

.services-three-data-head {
    padding-bottom: 30px;
}

.h1,
h1 {
    font-size: 32px !important;
}

.h2,
h2 {
    font-size: 32px !important;
}

.about-three-card-inner-heading {
    font-size: 20px;
}

.w-70 {
    width: 60%;
}

.w-30 {
    width: 30%;
}

.privacy_page strong {
    font-size: 20px;
    color: #fff;
}

.heading-40 {
    font-size: 40px !important;
}

.mr-65 {
    margin-right: 65px;
}

.gateway-bg {
    background-image: url('../images/gateway/bg.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-2 {
    background-image: url('../images/gateway/Bg.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-3 {
    background-image: url('../images/gateway/bg.png');
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg--4 {
    background-image: url('../images/links/Bg.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-5 {
    background-image: url('../images/method/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-6 {
    background-image: url('../images/bulk/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-7 {
    background-image: url('../images/bulk/Hassle-Free-Payouts.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-8 {
    background-image: url('../images/invoice/bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-link {
    background-image: url('../images/links/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.text-fff {
    color: #fff !important;
}

.bg-000 {
    background-color: #000;
}

.bg-252424 {
    background-color: #252424;
}


/* Pushpam code */

.home-one-hero-section.payroll_banner {
    background-image: url('../images/payroll/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-logo {
    max-width: 180px;
}

.accordion-body {
    color: #bbbbbb;
}

.accordion-button:not(.collapsed) {
    background-color: #222325 !important;
}

.accordion-collapse:not(.collapsed) {
    background-color: #222325 !important;
    border-top: 1px solid #84848470;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.pb-15 {
    padding-bottom: 15px;
}

.sub_nav_container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub_nav_container img {
    width: 40px;
    height: 40px;
}

.tagline {
    margin-bottom: 40px;
}

.banner_header {
    text-align: center;
    margin-bottom: 30px;
}

.banner_header h1 {
    max-width: 100% !important;
}

.banner_header p {
    margin: 0px auto 15px;
}

.banner_header .home-one-hero-button-section {
    justify-content: center;
}

.banner_header .home-one-hero-text-one {
    justify-content: center;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.left_wrapper {
    width: 50%;
}

.right_wrapper {
    width: 50%;
}

.left_side_image,
.right_side_image {
    height: 100%;
}

.left_side_image img {
    height: 100%;
    float: right;
}

.right_side_image img {
    height: 100%;
    float: left;
}

.max_width_42 {
    max-width: 42%;
}

.remove-cursor {
    cursor: inherit !important;
}

.home-one-hero-slider-left-arrow:hover {
    background-color: #0268ff !important;
    border-radius: 20px;
}

.home-one-hero-slider-right-arrow:hover {
    background-color: #0268ff !important;
    border-radius: 20px;
}

.w-input-2 {
    margin-top: 13px !important;
}

.home-one-footer-link-text.w--current {
    color: #0268ff !important;
}

.contact-one-right-containt a {
    color: #fff;
}

.home-one-footer-headings--2 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75rem;
}

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

.bg-000 {
    background-color: black;
}

/* Media Qurey Start */
/* -------------------- */
@media (max-width:1120px) {
    .pb-50-mob {
        padding-bottom: 50px;
    }
}


/* --------------------- */
@media (min-width:1000px) and (max-width:1024px) {

    /* .home-one-footer-first-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
    } */
    .home-one-footer-contact-box {
        text-align: left !important;
    }

    /* .text-end {
        text-align: center !important;
    }
    .home-one-footer-item-one.home-one-footer-touch-container {
        max-width: 300px;
    } */

    .footer-p {
        width: 40%;
    }

    .home-one-footer-first-item {
        justify-content: space-around;
    }
}

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

@media (min-width:1120px) and (max-width:1150px) {
    .home-one-footer-item-one.home-one-footer-touch-container {
        max-width: 280px;
        position: relative;

    }

    .w-280 {
        width: 245px !important;
    }

    .section_border ul li {
        border: 2px solid #84848470;
        height: 410px;
    }

    .section_border img {
        width: 100%;
        height: 180px;
    }

    .home-three-container.home-three-businerr-container {
        justify-content: center;
    }
}

@media (min-width:1025px) {
    .height-660 {
        height: 660px !important;
    }

    .width-70 {
        width: 70% !important;
    }

    .width-74 {
        width: 74% !important;
    }

    .startech-home-one-project-image {
        right: 0px;
    }

    .w-270 {
        width: 270px;
    }

}

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

@media (min-width:550px) and (max-width: 1024px) {
    .section_border ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }


    .section_border img {
        width: 100%;
    }

    .section_border {
        position: static;
        top: 0px;
    }

    .section_border ul li {
        height: 100%;
    }

    .home-one-footer-contact-box {
        position: relative;
    }

    .home-one-footer-item-box {
        flex-direction: row;
    }

    .home-one-container.home-one-footer-under-section {
        padding-top: 50px;
    }

    .home-one-footer-under-right {
        grid-row-gap: 10px;
    }

    /* .home-one-footer-item-one.home-one-footer-touch-container {
        width: unset;
    } */

    .home-one-footer-contact-box {
        width: 100%;
    }

    .grid-seven {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-seven {
        grid-row-gap: 0;
    }

}

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

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

@media (max-width: 1024px) {

    .startech-home-one-project-image2 {
        position: absolute;
        top: -113px;
        right: -5px;
    }

    .pb-50-mob {
        padding-bottom: 50px;
    }

    .text-end img {
        width: 100% !important;
    }

    .home-flip-card-back {
        position: relative;
        inset: 0px;
        transform: none;
        margin-top: 30px;
    }

    .home-three-flip-card-wrapper {
        height: 100%;
        transform: none !important;
    }

    .home-flip-card-front {
        position: relative;
        inset: 0px;
        height: auto;
        overflow: auto;
    }

    .w-dyn-item a.style-none.w-inline-block {
        height: 100%;
    }

    .home-one-footer-contact-box {
        width: 100%;
        text-align: center;
    }

    .home-one-footer-item-one.home-one-footer-touch-container .home-one-footer-headings {
        text-align: center;
    }

    .contact-one-left {
        width: 50%;
    }

    .contact-one-right {
        text-align: center;
    }

    .contact-one-right .home-one-hero-text-one {
        justify-content: center;
    }

    .services-two-container-two.contact-one-hero-container {
        flex-direction: column-reverse;
    }

    .slider_wrapper {
        flex-direction: column;
    }

    .slider_wrapper .home-one-hero-left-section.home-one-hero-left-section-padding.home-one-hero-left-padding {
        text-align: center;
    }

    .slider_wrapper .home-one-hero-text-one {
        justify-content: center;
    }

    .slider_wrapper .home-one-hero-header {
        max-width: 100%;
    }

    .slider_wrapper .home-one-hero-button-section {
        justify-content: center;
    }

    .home-one-hero-left-section {
        max-width: 100%;
    }

    .auto-fit.about-one-business-image-one,
    .auto-fit.about-one-business-image-two {
        display: none;
    }

    .home-one-develop-text-grid {
        width: 100%;
    }

    .auto-fit.startech-home-one-project-image {
        position: relative;
        inset: 0px;
        border-radius: 0px;
    }

    .about-three-container.about-three-hero-second-container {
        margin-bottom: 90px;
    }

    .career-data-grid-box {
        padding: 20px 24px;
        height: 100%;
    }

    .home-three-strategy-image-section {
        height: 170px;
    }

    .home-three-strategy-carcel-main {
        width: 100%;
    }

    .home-three-video {
        position: relative;
    }

    .home-three-strategy-image-banner {
        height: 100%;
    }

    .about-one-manage-grid-inbox-two {
        width: 100%;
    }

    .about-two-integration-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .about-one-home-right {
        width: 100%;
        height: 100%;
    }

    .sub_nav_wrapeer {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .header-menu-item.sub-menu {
        line-height: normal;
    }

    .home-tow-project-text-box {
        height: 30vh;
    }

    .home-tow-project-section,
    .home-tow-project-section-two {
        background-position: 50% 100%;
    }

    .home-one-container.home-tow-project-container {
        flex-direction: column;
    }

    .home-one-container.home-tow-project-container {
        height: auto;
    }

    .home-tow-project-section.home-tow-project-section-height,
    .home-tow-project-section-two.home-tow-project-section-height {
        height: 82vh;
    }

    .section_border img {
        height: 100%;
    }

    .about-three-video-container {
        width: 95%;
        height: 100%;
        top: 5%;
    }

    .button-font {
        padding: 15px 15px;
    }

    .mr-65 {
        margin-right: 0px;
    }

    .display-block {
        display: flex !important;
    }

    .border-box {
        border-radius: 20px;
        box-shadow: 0 -4px 16px -4px #080d2980;
        height: 100%;
        background-color: rgb(37, 40, 231);
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }

    .border-box h3 {
        color: #fff;
        line-height: 40px;
        text-align: center;
    }

    .nav-menu {
        overflow: auto;
        overflow-x: hidden;
        max-height: 555px;
        margin: 0px;
    }

    .d-flex-nav {
        display: flex;
        flex-direction: column;
    }

    .mega-menu-wrapper.sub-menu-wrapper {
        padding: 20px;
        width: auto !important;
        margin-top: 10px;
        border-radius: 10px 10px 0px 0px;
    }

    .home-one-nav-button-box {
        margin-bottom: 30px;
    }

    .d-flex-center--2 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    /* .about-one-button {
        display: flex;
        justify-content: center;
    } */

    /* .home-three-business-left-section {
        height: 100%;
    } */

    .auto-fit.nav-menu-two {
        width: 25px;
        height: 25px;
        filter: invert(1);
    }

    .nav-menu {
        background-color: #222325;
        border-bottom: 1px solid #84848470;
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-block.nav-display.padding-twenty {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .menu-block.nav-display {
        grid-column-gap: 3px;
        grid-row-gap: 3px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .menu-font.nav-text-padding.nav-padding-twenty.padding-thirty {
        padding-left: 0;
        padding-right: 0;
        width: max-content;
        margin: 0px;
    }

    .menu-font.nav-text-padding.nav-padding-twenty {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-font.nav-text-padding {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-menu-item.text-color-white.change-height {
        padding-top: 0px;
        padding-bottom: 0px;
        width: max-content;
        margin: 0px;
    }

    .header-menu-item.text-color-white.change-height.responsive-color-change {
        color: #1f2e54;
    }

    .menu-button.w--open {
        background-color: rgba(200, 200, 200, 0);
    }

    .mega-menu-block.sub-menu-one {
        position: static;
        width: max-content !important;
        margin: 0px;
    }

    .nav-menu::-webkit-scrollbar {
        display: none;
    }

    .mega-menu-main {
        width: max-content;
        position: relative;
    }

    .nav-dropdown {
        text-align: left;
        width: max-content !important;
        margin: 0px;
    }

}

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

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

@media (max-width: 991px) {
    .home-one-footer-first-item {
        justify-content: flex-start;
    }

    .footer-p {
        width: 40%;
    }

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

    .home-one-footer-contact-box {
        text-align: left !important;
    }

    .text-end {
        text-align: center !important;
    }

    .home-one-footer-item-one.home-one-footer-touch-container {
        max-width: 300px;
    }

    .startech-home-one-project-image2 {
        position: relative;
        inset: 0px;
        margin-bottom: 30px;
    }

    .home-one-project-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .display-block-mob {
        display: flex !important;
        justify-content: center;
    }

    .w-70-mob {
        width: 100%;
    }

    .d-none-mob {
        display: none !important;
    }

    .services-three-hero-gradient-buttom {
        display: none;
    }

    .services-three-hero-gradient-top {
        display: none;
    }

    .contact-one-left {
        width: 100%;
    }

    .home-one-hero-button-section {
        justify-content: center;
    }

    .home-one-hero-text-one {
        justify-content: center;
    }

    .home-one-container.flex_col .home-one-development-two-grid {
        flex-direction: column;
    }

    .career-grid--2 {
        grid-template-columns: 1fr;
    }

    .home-one-manage-second-box-left-container,
    .home-one-manage-first-box-first-container {
        flex-direction: column;
        gap: 20px;
    }

    .home-three-container .d-flex-center--4 {
        flex-direction: column;
    }

    .home-three-container p,
    .services-one-gallery-bold-text,
    .services-one-business-card-paragraph {
        text-align: center;
    }

    .home-three-business-left-section,
    .services-three-data-head {
        width: 100%;
        max-width: 100%;
        height: auto;
        text-align: center;
    }

    .auto-fit.startech-home-one-project-image {
        width: 100%;
        margin-bottom: 60px;
    }

    .home-one-project-right-section {
        width: 100%;
        text-align: center;
    }

    .home-one-development-two-grid.flex_column {
        flex-direction: column !important;
    }

    .w-layout-grid.grid-eight {
        align-self: baseline;
    }

    .alien--self {
        align-self: normal !important;
    }

    .flex_self_align .w-layout-grid.grid-eight {
        align-self: center;
    }

    .about-one-manage-heading-text,
    .career-detail-apply-grid-paragraph {
        max-width: 100%;
    }

    .right_wrapper img {
        width: 100%;
    }

    .right_wrapper,
    .left_wrapper {
        width: 100%;
    }

    .home-one-container .home-one-development-two-grid {
        flex-direction: column-reverse;
    }

    .career-detail-apply-grid-inside {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .career-detail-apply-left {
        width: 100%;
        text-align: center;
    }

    .career-detail-apply-paragraph {
        max-width: 100%;
    }

    .about-three-container.about-three-hero-second-container {
        margin-bottom: 0px;
    }

    .feature-member-grid-box {
        flex-direction: column;
        align-items: center;
    }

    .feature-member-grid-text {
        text-align: center;
    }

    .about-one-button {
        justify-content: center;
    }

    .home-one-manager-grid-inner-box-one {
        flex-direction: column;
        align-items: center;
    }

    .home-flip-card-back {
        height: auto;
    }

    .career-data-grid-head-text {
        max-width: 100%;
    }

    .career-data-grid-heading {
        flex-direction: column;
        align-items: center;
    }

    .services-two-container.services-two-price-main-container .d-flex-old {
        flex-direction: column;
    }

    .container--1 {
        width: 100%;
    }

    .tagline.d-flex-2 {
        flex-direction: column;
        align-items: center;
    }

    .tab .w-240.active {
        width: 235px;
    }

    .home-three-strategy-image-section {
        height: 65px;
    }

    .col_reverse {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .about-one-card-inner-one {
        flex-direction: column;
    }

    .about-two-integration-grid {
        grid-template-columns: 1fr 1fr;
    }

    .grid-seven {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 30px;
    }

    .about-three-testimonial-card-section-one {
        flex-direction: column;
        align-items: center;
    }

    .about-three-testimonial-heading,
    .career-grid-paragraph {
        text-align: center;
    }

    .about-three-card-item {
        width: 55%;
        margin: 0 auto;
    }

    .about-three-video-container {
        position: relative;
    }

    .w-background-video,
    .about-three-container.about-three-hero-second-container {
        background-color: transparent;
        height: 100%;
    }

    .policy_banners {
        padding: 80px 0px !important;
    }

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

    .w-270 {
        width: auto;
    }

    .home-one-footer-first-item {
        flex-wrap: wrap;
    }
}

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

@media (max-width: 767px) {

    .home-three-strategy-image-section {
        height: 0px;
    }

    .home-three-strategy-carcel-main,
    .home-three-carcel-tow {
        border: none;
    }

    .accordion button[aria-expanded='true']+.accordion-content {
        max-height: 100%;
    }

    .about-two-integration-grid {
        grid-template-columns: 1fr;
    }

    .about-three-card-item {
        width: 100%;
    }

    .section_border h3.pb-30 {
        text-align: center;
    }

    .header-logo {
        max-width: 140px;
    }

    .home-one-footer-under-right.justify-wrapper {
        width: 100%;
        align-items: center;
    }

    .home-one-footer-item-one {
        width: 100%;
    }

    .home-one-footer-first-item {
        text-align: center;
    }

    .mega-menu-block.sub-menu-one {
        width: 100% !important;
    }

    .mega-menu-main {
        width: 100%;
    }

    .mega-menu-wrapper.sub-menu-wrapper {
        padding: 10px;
    }
}

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

@media (max-width: 500px) {
    .section_border {
        position: static;
        top: 0px;
    }

    .home-one-footer-item-one.home-one-footer-touch-container {
        max-width: 100%;
    }

    .footer-p {
        width: 100%;
    }

    .max_width_42 {
        max-width: 100%;
    }

    .d-none-mob {
        display: none;
    }

    .home-one-hero-number-one-paragraph {
        text-align: start;
        max-width: 100%;
    }

    .home-tow-project-section-two.home-tow-project-section-height.one-project-section {
        height: 110vh;
    }

    .contact-one-hero-section {
        height: 18em;
    }

    .contact-one-hero-image-section {
        height: 18em;
    }

    .d-flex-center--4 {
        display: flex;
        flex-direction: column;
    }

    .tab .w-230.active,
    .tab .w-240.active {
        width: 100%;
    }

    .tab .w-230,
    .tab .w-240 {
        width: 100%;
    }

    .services-one-business-grid {
        grid-row-gap: 0px;
    }

    .career-grid--2 {
        grid-template-columns: 1fr;
    }

    .container--1 {
        width: inherit;
    }

    .d-flex-old {
        flex-direction: column;
    }

    .section_border ul {
        display: flex;
        flex-direction: column;
    }

    .pt-0-mob {
        padding-top: 0px !important;
    }

    .pb-0-mob {
        padding-bottom: 0px !important;
    }

    .mt-0-mob {
        margin-top: 0px !important;
    }

    .mb-0-mob {
        margin-bottom: 0px !important;
    }

    .tab button.active {
        width: 100%;
    }

    .tab button {
        width: 100%;
    }

    .tab {
        padding: 10px;
    }

    .about-three-business-left-background-box img {
        height: 100%;
    }

    .auto-fit.about-three-card-left-static-image {
        display: none;
    }

    .w-270 {
        width: 100%;
    }

    .auto-fit.about-one-manage-static-image {
        display: none;
    }

    .home-one-hero-text-one {
        display: flex;
        flex-direction: column;
    }

    .home-three-carcle-text-box-one {
        align-items: center;
        top: -6%;
    }

    .home-three-carcel-text-two-box {
        align-items: center;
        top: 5%;
    }

    .home-three-carcel-text-three-box {
        top: 16%;
        align-items: center;
    }

    .home-tow-solution-image-left-static {
        height: 120px;
    }

    .home-tow-strategy-second-box-head {
        text-align: center;
    }

    .home-tow-strategy-thard-box {
        padding: 20px 0px 25px;
    }

    .home-dream-right-inner {
        display: flex;
        flex-direction: column;
    }

    .home-dream-right-inner {
        grid-row-gap: 15px;
    }

    .career-data-grid-head-text {
        text-align: center;
    }

    .career-data-grid-box-w-255 {
        height: 100%;
    }

    .home-one-project-section {
        height: 100%;
    }

    .services-two-hero-heading {
        font-size: 30px;
    }

    .startech-home-one-project-image {
        position: relative;
        right: -65px;
        height: 100%;
    }

    .home-one-hero-border {
        margin-top: 10px;
    }

    .home-one-lead-box-one {
        margin-top: 20px;
    }

    .home-one-lead-box-one.home-one-lead-box-tow.padding-twenty.margin-forty {
        margin-bottom: 0px;
    }

    .home-tow-solution-heading-text {
        line-height: 2.7rem;
    }

    .home-three-carcle-three {
        display: none;
    }

    .home-tow-project-text-box.home-tow-project-text-height.services-one-project-left {
        height: 70vh;
    }

    .flex_height .home-tow-project-text-box.home-tow-project-text-height.services-one-project-left {
        height: 48vh;
    }

    .about-one-manage-right-section {
        height: 330px;
    }

    .home-one-performence-heading-text.home-one-development-heading,
    .home-one-performence-heading-text.home-one-development-heading.home-one-performance-heading,
    .home-one-performence-heading-text.startech-home-one-development-heading,
    .home-one-management-head-left-text {
        line-height: 2.7rem;
    }

    .home-tow-project-head-text.home-tow-header-tow {
        line-height: 2.7rem;
    }

    .home-three-strategy-heading.home-three-header-tow-small {
        line-height: 2.7rem;
    }

    .home-tow-project-section-two.flex_height.home-tow-project-section-height.one-project-section {
        height: 94vh;
    }

    .home-one-hero-slider-left-arrow {
        margin-left: 172px;
        bottom: 44px;
    }

    .home-one-hero-slider-right-arrow {
        margin-left: 210px;
    }

    .startech-home-one-hero-slide-tow-background {
        background-size: contain;
    }

    .startech-home-one-hero-slide-one-background {
        background-size: contain;
    }

    .home-one-hero-slider-section {
        height: 600px;
    }

    .contact-one-hero-title {
        width: 200px;
    }

    .mt-16-mob {
        margin-top: 100px;
    }

    .home-three-strategy-image-section {
        height: 70px;
    }

    .home-three-strategy-image-banner {
        height: 230px;
    }

    .object-fit--2 {
        object-fit: contain !important;
    }


}

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

/* ------------------------ */
@media (max-width: 344px) {
    .home-tow-project-section.home-tow-project-section-height {
        height: 80vh !important;
    }

    .home-tow-project-text-box.home-tow-project-text-height {
        height: 54vh;
    }

    .mt-16-mob {
        margin-top: 140px;
    }

    .home-three-strategy-image-section {
        height: 80px;
    }

    .home-three-strategy-image-banner {
        height: 270px;
    }
}

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

/* ------------------------ */
@media (max-width: 280px) {
    .button-font {
        font-size: 14px;
        padding: 15px 12px;
    }

    .home-three-strategy-image-banner {
        height: 170px;
    }

    .section_border {
        padding: 0px;
    }

    .home-tow-project-text-box.home-tow-project-text-height {
        height: 60vh;
    }

    .home-tow-project-section.home-tow-project-section-height {
        height: 90vh !important;
    }

    .home-one-container.home-one-footer-under-section {
        padding-top: 40px;
    }

    .home-three-strategy-image-section {
        height: 100%;
    }

    .home-tow-project-text-box.home-tow-project-text-height.services-one-project-left {
        height: 100vh;
    }

    .home-tow-project-section-two.home-tow-project-section-height.one-project-section {
        height: 150vh;
    }

    .home-three-solution-left-heading-text.home-three-header-tow-small {
        line-height: 2rem;
    }

    .auto-fit-image.home-three-solution-image {
        height: 240px;
    }

    .home-one-hero-slider-section {
        height: 470px;
    }

    .home-one-project-left-section {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .about-one-manage-right-section {
        height: 230px;
    }

    .services-two-hero-heading {
        font-size: 28px !important;
    }

    .home-one-project-section.padding-twenty {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section_border img {
        height: 100%;
    }

    .services-three-hero-section.services-three-overflow {
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-three-business-left-background-box img {
        height: 77%;
    }

    .d-flex-center {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .home-three-future-heading-text.home-three-header-tow-small {
        line-height: 2.7rem;
    }

    .about-three-card-item {
        height: 529px;
    }

    .home-tow-project-text-box.home-tow-project-text-height {
        padding-top: 50px;
    }

    .menu-section-one p {
        font-size: 12px !important;
    }

    .mega-menu-wrapper.sub-menu-wrapper {
        padding: 20px 10px;
    }

    .home-three-container.home-three-strategy-container-tow {
        bottom: 0px;
    }

}

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



/* Media Qurey End */

.home-one-footer-links-text {
    white-space: nowrap;
}

.home-one-footer-first-item {
    flex-wrap: wrap;
}

.menu-font.text-white.w--current {
    color: #0268ff !important;
}

.pt-20 {
    padding-top: 20px;
}

.position-initial--2 {
    position: initial;
}

.home-one-hero-slider-left-arrow,
.home-one-hero-slider-right-arrow {
    padding: 3px 8px;
    background: rgba(180, 179, 179, 0.48);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(180, 179, 179, 0.3);
}

/* loader start */

.logo-pre {
    /* background: linear-gradient(to bottom, #FFFCE9 0, #FFE1EC 100%); */
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0%);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px
}

.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}

.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #202020;
}

/* loader end */

.border-radius img {
    border-radius: 10px;
}