<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page {
    background: #F4F5FA;

}

.common-gap {
    margin-top: 100px;
}

.contact-wrapper {
    padding-top: 194px;
    background: url(../images/android-bg-1.png);
    background-size: cover;
    background-position: 0px 40px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.input-box {
    margin-bottom: 7px;
    display: flow-root;
}

.wpcf7-not-valid {
    margin-bottom: 0px !important;
}


.contact-main-content {
    display: flex;
    /* align-items: center; */
    gap: 56px;
}

.contact-details-col {
    width: 47.43%;
    margin-top: 0px;
}

.contact-form-col {
    width: 49.23%;
}

.contact-title h1 {
    text-align: center;
    text-transform: unset;
}


.contact-input-main .input-box input {
    padding: 21px 20px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    font-family: "Gilroy-Medium";
    color: #333;
    margin-bottom: 17px;
    border: 1px solid rgba(137, 150, 159, 0.2);
    line-height: 0;
}

.contact-form .input-box textarea {
    padding: 21px 20px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    font-family: "Gilroy-Medium";
    color: #333;
    margin-bottom: 17px;
    border: 1px solid rgba(137, 150, 159, 0.2);
}

.form-title-box h4 {
    color: var(--orange);
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: "Gilroy-Medium";

}

.contact-form .input-box input::placeholder {
    font-size: 18px;
    line-height: 20px;
    color: #89969F;
    font-family: "Gilroy-Medium";
}

.contact-form .input-box textarea::placeholder {
    font-size: 18px;
    line-height: 20px;
    color: #89969F;
    font-family: "Gilroy-Medium";
}

.contact-form-box .contact-btn button {
    padding: 12px 40px;
}

.contact-btn button:hover {
    background: transparent;
}

.contact-btn button {
    box-shadow: 0px 7px 15px 0px rgba(150, 150, 150, 0.29), 0px 27px 27px 0px rgba(150, 150, 150, 0.26), 0px 61px 37px 0px rgba(150, 150, 150, 0.15), 0px 108px 43px 0px rgba(150, 150, 150, 0.04), 0px 169px 47px 0px rgba(150, 150, 150, 0.01);
}

.accordion-content-box {
    padding-top: 20px;
}

.accordion-content-box .accordion-header button {
    background: unset;
    font-size: 20px;
    padding: 0 10px;
    border: 0;
    box-shadow: unset;
    color: var(--blue);
}

.accordion-content-box .accordion-item {
    padding: 25px 0;
    background: unset;
    /* box-shadow: 0 2px 12px #ddd; */
    border: 0;
    border-bottom: 1px solid #D4D4D4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

/* .accordion-content-box .accordion-item:last-child {
    border-bottom: 0;
} */

.accordion-item .accordion-body {
    padding: 0;
    border: 0;
    padding-top: 20px;
    padding-left: 10px;
}

.accordion-item .accordion-body p {
    padding-bottom: 15px;
    font-family: "Gilroy-medium";
    color: #7C919E;

}


.accordion-item .accordion-body p:last-child {
    padding-bottom: 0;
}

.accordion-item .accordion-body p a {
    color: var(--front_main_color);
    font-size: 18px;
    font-family: "Gilroy-medium";

}

.accordion-item .accordion-body p span {
    color: var(--front_main_color);
}

.accordion-button::after {
    background: url(../images/right-arrow.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    width: 15px;
    height: 15px;
}

.accordion-button:not(.collapsed)::after {
    background: url(../images/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-btn {
    text-align: center;
    display: block;
    margin-top: 40px;
}

.accordion-title h3 span {
    text-transform: lowercase;
}

.contact-form .contact-input-main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.input-main {
    width: 100%;
}


/*  */

.android-title-box h1 {
    color: var(--blue) !important;
}

.android-title-box h1 span {
    color: var(--orange) !important;
    display: unset !important;
}

.android-tag span {
    color: var(--orange);
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 25px;
    font-family: "Gilroy-medium";
    display: block;
}

.android-text p {
    color: var(--gray-color);
    margin-bottom: 10px;
    font-family: "Gilroy-medium";
    font-size: 18px;
}



.contact-form-box .subscribe-checkbox {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
}

.subscribe-checkbox label {
    font-size: 18px;
    color: #89969F;
    letter-spacing: 0.15px;
    font-family: "Gilroy-Medium";
    width: 100%;
    cursor: pointer;
}

.subscribe-checkbox label a {
    color: var(--orange);
    font-size: 18px;
}

.subscribe-checkbox input[type=checkbox] {
    position: relative;
    border: 1px solid var(--orange);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    /* opacity: .5; */

}

.subscribe-checkbox input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #F4F5FA;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.subscribe-checkbox input[type=checkbox]:checked {
    background-color: var(--orange);
    border-color: var(--orange);
    opacity: 1;
}


/*  */


.android-app-slider-wrapper {
    padding: 50px 0px;
    background: #fff;
}

.android-app-title small {
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-family: "Gilroy-SemiBold";
    margin-bottom: 25px;
    color: #89969F;
    text-transform: uppercase;
}

.title-box h3 {
    text-transform: unset;
}

.title-box h3 span {

    text-transform: unset;
}

.android-app-title h3 {
    margin: 0;
}

.android-app-slider {
    width: 74.222% !important;
    margin: auto !important;
}

.slider-title-box h4 {
    font-size: 24px !important;
    line-height: 31.44px !important;
    font-family: "Gilroy-SemiBold" !important;
    color: var(--blue) !important;
    margin-bottom: 25px !important;
}

.slider-title-box p {
    font-family: "Gilroy-Medium" !important;
    color: var(--gray-color) !important;
}

.android-slider-text {
    display: flex !important;
    align-items: center !important;
    padding-left: 50px !important;
}

/*  */

.development-title h3 {
    width: 100%;
    margin: auto;
    margin-bottom: 50px !important;
}

.card-text-box {
    padding: 60px 40px;
    background: #fff;
    box-shadow: 0px 4px 61px 0px #05050517;
    border-radius: 15px;
    height: 100%;
}

.android-development-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
}

.android-development-wrapper {
    padding-top: 50px;
}

.card-text-box h4 {
    font-size: 20px;
    line-height: 21px;
    color: var(--orange);
    margin-bottom: 18px;
    font-family: "Gilroy-SemiBold";
}

.card-text-box p {
    color: var(--footer-text-color);
    font-family: "Gilroy-Semibold";
    width: 86.6%;
    font-size: 16px;
    line-height: 25.44px;
    letter-spacing: 0.56px;
}

.card-text-box p span {
    text-transform: lowercase;
}




/* why-choose-title-section start */
.why-choose .why-choose-title h3 {
    font-family: "Gilroy-Regular";
    text-align: unset;
}

.why-choose-contain {
    padding: 0px 50px;
}

.why-choose-box .why-choose-img img {
    display: block;
    text-align: center;
    height: 55px;
    margin: auto;
}

.why-choose-contain .why-choose-text p {
    width: 85%;
    margin: unset;
    text-align: start;
    padding: 0%;

}

.why-choose-card .why-choose-title h6 {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 27px;
    color: var(--blue);
    display: block;
    text-align: center;
}

.why-choose-card .why-choose-title h6:hover {
    color: var(--orange);
}

.why-choose-card .why-choose-text p {
    font-size: 18px;
    color: var(--gray-color);
    /* width: 260px; */
    font-family: "Gilroy-medium";
    line-height: 20px;
    text-align: center;
}

.why-choose-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 99;
    margin-top: 50px;
}

.why-choose-card .why-box {
    padding: 20px 50px 40px;
}

.why-choose-card .why-box.why-box-bot.last {
    padding: 34px 50px 0px;
    display: flex;
    align-items: center;
}


/* .why-choose-card .last {
    width: 410px;
} */


.why-choose-card .why-box.why-box-top {
    padding: 0px 90px 100px;
}

.why-choose-card .why-box.why-box-top.bot {
    padding: 90px 90px 100px;
}

.border-img {
    position: absolute;
    top: 12%;
    left: 20%;
    right: 0%;
    z-index: -1;
}

.border-img-2 {
    position: absolute;
    top: 12%;
    left: 53.5%;
    right: 0%;
    z-index: -1;
}

.why-choose-title span {
    display: block;
}


.why-choose-box .why-choose-title-main {
    text-align: center;
}

.why-choose-box .why-choose-title-main h5 {
    font-size: 24px;
    font-family: "Gilroy-SemiBold";
    text-align: center;
    color: var(--blue);
}

.why-choose-box .why-choose-title-main span {
    font-size: 24px;
    font-family: "Gilroy-SemiBold";
    width: 316px;
    text-align: center;
    color: var(--orange);
}

.why-choose-box .why-choose-btn {
    text-align: center;
    padding: 20px 0px;
}

.why-choose-box .why-choose-btn a {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

.why-choose-box .why-choose-btn a:hover {
    background-color: transparent;
    color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 15px;
}



/*  */
.enterprise-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.enter-solution-title h3 {
    text-align: left !important;
    margin-bottom: 15px;
    color: #fff !important;
}

.enter-solution-title p {
    width: 80%;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Gilroy-medium";
    font-size: 18px;

}

.enterprise-list ul li {
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
    gap: 20px;
    color: #fff;
    font-family: "Gilroy-medium";

}

.solutions-wrapper {
    background: url(../images/solution-bg.png);
    padding: 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    overflow: hidden;

}

.solutions-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 15, 0.5);
}

.main-solutions-wrapper-contain {
    position: relative;
    z-index: 1;
}

.solution-btn {
    text-align: center;
    display: block;
    margin-top: 20px;
}


.our-work-title h3 {
    margin: 0;
}

/* our-work-section-start */
.Projects-card-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 17.5px;
}


.Projects-card-wrapper-text p {
    text-align: start;
    width: 66%;
    margin: 0%;
    padding: 0;
}

.Projects-card-wrapper h3 {
    text-align: start;
    width: 54%;
}

.Projects-card-img img {
    width: 452px;
    height: 381px;
}

.Projects-card-sub-title p {
    color: #B3B8BC;
    font-family: "Gilroy-Medium";
    font-size: 18px;
    line-height: 23.58px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
}

.Projects-card-title h4 {
    color: var(--blue);
    font-family: "Gilroy-SemiBold";
    font-size: 24px;
    font-weight: 400;
    line-height: 31.44px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.Projects-card-img-contain .Projects-card-description span {
    font-family: "Gilroy-Medium";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0em;
    color: #8296A4;
}

.Projects-card-img-contain .Projects-card-btn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.Projects-card-btn .card-btn a {
    font-family: "Gilroy-Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #89969F;
    padding: 5px 12px;
    border-radius: 34px;
    color: #89969F;
    display: block;
    text-transform: capitalize;
}

.Projects-card .Projects-card-img img {
    box-shadow: 0 4px 61px rgba(5, 5, 5, 0.09);
    border-radius: 15px;

}

.our-works-btn {
    text-align: center;
    margin-top: 50px;
}

.our-works-btn a {
    box-shadow: 0px 7px 15px 0px rgba(150, 150, 150, 0.29), 0px 27px 27px 0px rgba(150, 150, 150, 0.26), 0px 61px 37px 0px rgba(150, 150, 150, 0.15), 0px 108px 43px 0px rgba(150, 150, 150, 0.04), 0px 169px 47px 0px rgba(150, 150, 150, 0.01);
}

.solutions-wrapper-main {
    display: flex;
    justify-content: space-between;

}

/* relationships-section-start */
.relationships {
    background: linear-gradient(93.86deg, rgba(242, 119, 33, 0.12) 0%, rgba(30, 74, 96, 0.04) 100%),
        url(../images/relationships-bg-img.png);
    padding: 45px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.relationships-container .relationships-sub-title p {
    font-size: 20px;
    font-family: "Gilroy-Medium";
    color: var(--blue);
    padding: 33px 0px 13px 0px;
}

.relationships-container .relationships-title h5 {
    font-size: 37px;
    color: var(--blue);
    width: 523px;
}

.relationships-container .relationships-text p {
    font-size: 17px;
    color: var(--blue);
    font-family: "Gilroy-Medium";
    line-height: normal;
    padding: 20px 0px;
    width: 696px;
}

.relationships-container .relationships-btn a {
    font-size: 16px;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    text-transform: uppercase;
    margin-top: 10px;

}

.relationships-container .relationships-btn a:hover {
    background-color: transparent;
    color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 15px;

}



.relationships .client-img {
    display: flex;
    justify-content: end;
}

.relationships .client-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.client-mini-name img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

.client-name {
    width: 184px;
    height: 54px;
    background-color: var(--white-color);
    padding: 5px;
    border-radius: 50px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.client-name .name p {
    font-size: 17px;
    color: var(--blue);
    font-family: "Gilroy-SemiBold";
    line-height: 17px;
}

.client-name .name span {
    font-size: 15px;
    color: var(--blue);
    font-family: "Gilroy-Medium";
    line-height: 15px;
}

.client-main {
    position: relative;
}

.client-second-main-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-inner-section {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6px;
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
    width: 100%;
}

.client-inner-section .youtube-img img {
    width: 35px;
}

.client-inner-section .youtube-img {
    display: flex;
    align-items: end;
}

#slider .item .android-slider {
    display: block;
    width: 80%;
    height: auto;
}

.owl-carousel .owl-item img {
    width: unset;
}

#slider .item {
    display: flex;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--orange);
}

.contact-form-mainbox {
    padding: 0 !important;
}

/* relationships-section-end */

@media (max-width: 1440px) {
    .Projects-card-main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 10px;
    }

    .Projects-card-img img {
        width: 382px;
        height: 330px;
    }

    .card-text-box p {
        width: 100%;
    }

    .why-choose-title {
        text-align: center;
    }

    .solutions-wrapper-main {
        justify-content: space-around;
    }
}

@media (max-width: 1365px) {
    .why-choose-card .why-box.why-box-top {
        padding: 0px 40px 40px;
    }

    .why-choose-card .why-box.why-box-top.bot {
        padding: 40px 40px 40px;
    }

    .border-img {
        position: absolute;
        top: -1%;
        left: 19.5%;
    }

    .border-img-2 {
        position: absolute;
        top: -1%;
        left: 53%;
    }

    .enter-solution-title p {
        font-size: 16px;
    }

    .enterprise-list ul li {
        margin-bottom: 15px;
        font-size: 15px;
        gap: 10px;
    }

    .why-choose-card .why-choose-title h6 {
        width: 78%;
    }



}

@media (max-width: 1199px) {
    .contact-main-content {
        gap: 30px
    }

    .contact-input-main {
        gap: 12px;
    }

    .input-box input {
        margin-bottom: 15px;
    }

    .input-box input {
        padding: 16px;
    }

    .contact-form-col {
        width: 60.23%;
    }

    .Projects-card-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .Projects-card-wrapper h3 {
        width: 100%;
        text-align: center;
    }

    .Projects-card-wrapper-text p {
        width: 100%;
        text-align: center;

    }

    .android-development-card {
        gap: 10px 10px;
    }

    .card-text-box {
        padding: 40px 30px;
    }

    .card-text-box p {
        font-size: 15px;
        line-height: normal;
    }

    .why-choose-card .why-box.why-box-top {
        padding: 10px 10px 40px;
    }

    .why-choose-card .why-box.why-box-top.bot {
        padding: 10px 10px 40px;
    }

    .border-img {
        display: none;
    }

    .border-img-2 {
        display: none;

    }

    .why-choose-card {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }

    .contact-main-content {
        gap: 10px;
    }

    .android-title-box h1 {
        margin-bottom: 20px;
        line-height: normal;
    }

    .android-tag span {
        padding-bottom: 20px;
        line-height: normal;
    }

    .contact-details-col {
        width: 50%;
        margin: 0;

    }

    .contact-form-col {
        width: 50%;
        margin: 0;
    }

    /* relationships */
    .relationships-container .relationships-title h5 {
        width: 100%;
    }

    .relationships-container .relationships-text p {
        width: 100%;
    }

    .client-name {
        height: 58px;
    }

    .client-inner-section {
        padding: 0px 15px;
    }

    .client-inner-section .youtube-img img {
        width: 30px;
    }

    .client-mini-name img {
        width: 45px;
        height: 45px;
    }

    /* relationships */
    .android-app-slider {
        width: 100%;
    }

    .why-choose-card .why-choose-title h6 {
        width: 100%;
    }

    #slider .item .android-slider {
        display: block;
        width: 94%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .contact-wrapper {
        padding-top: 140px;
        padding-bottom: 60px;
    }

    .form-title-box h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .input-box input {
        padding: 12px 15px;
        margin-bottom: 10px;
    }

    .input-box textarea {
        padding: 12px 15px;
        margin-bottom: 10px;
    }

    .accordion-content-box .accordion-header button {
        font-size: 22px;
    }

    .accordion-item .accordion-body p {
        font-size: 12px;
    }

    .accordion-content-box {
        padding-top: 0;
    }

    .our-gaping {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .contact-main-content {
        gap: 15px;
    }

    .Projects-card-img img {
        width: 340px;
        height: 300px;
    }

    .why-choose-card .why-choose-title h6 {
        font-size: 20px;
        line-height: normal;
    }

    .why-choose-card .why-choose-text p {
        font-size: 16px;
        line-height: normal;
        text-align: center;
    }

    .android-development-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }

    .android-text p {
        line-height: normal;
        font-size: 17px;
    }

    .enter-solution-title p {
        margin-bottom: 10px;
    }

    .enter-solution-title h3 {
        margin-bottom: 10px;
    }

    .enterprise-list ul li {
        margin-bottom: 10px;
    }

    /* relationships */
    .relationships .client-img {
        justify-content: center;
    }

    .relationships-container .relationships-sub-title p {
        text-align: center;
    }

    .relationships-container .relationships-title h5 {
        text-align: center;
    }

    .relationships-container .relationships-text p {
        text-align: center;
    }

    .relationships-btn {

        text-align: center;
        margin-bottom: 20px;

    }

    .client-inner-section {
        bottom: 10px;
    }

    .relationships .client-img img {
        margin-top: 0px;
    }

    /* relationships */
    .slider-title-box {
        text-align: center !important;
    }

    .android-slider-img {
        display: flex;
        justify-content: center;
    }

    .enter-solution-title h3 {
        text-align: center;
    }

    .enter-solution-title p {
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
    }

    .subscribe-checkbox label,
    .subscribe-checkbox label a {
        font-size: 16px;
    }

    .android-title-box h1 {
        text-align: start;
    }

    .contact-main-content {
        flex-direction: column;
        gap: 8px;
    }

    .contact-details-col {
        width: 100%;
    }

    .contact-form-col {
        width: 100%;
    }

    .android-slider-text {
        padding-left: 0px !important;
    }

}

@media (max-width: 767px) {
    .our-gaping {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .accordion-content-box .accordion-header button {
        font-size: 20px;
    }

    .form-title-box h4 {
        font-size: 20px;
    }

    .accordion-item .accordion-body {
        padding-top: 10px;
    }

    .accordion-content-box .accordion-item {
        padding: 20px 0;
    }

    .Projects-card-img-contain .Projects-card-btn {
        display: flex;
        gap: 7px;
    }

    .Projects-card-btn .card-btn a {
        font-size: 14px;
        line-height: normal;
        padding: 5px 5px;
    }

    .Projects-card-title h4 {
        font-size: 22px;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .Projects-card-img-contain .Projects-card-description span {
        font-size: 16px;
        line-height: normal;
    }

    .Projects-card-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
        text-align: center;
    }

    .Projects-card-img-contain .Projects-card-btn {
        justify-content: center;
    }

    .card-text-box {
        padding: 20px 20px 40px;
    }

    .card-text-box h4 {
        margin-bottom: 10px;
    }

    .android-development-card {
        gap: 10px;
    }

    .development-title h3 {
        width: 100%;
    }

    .android-tag span {
        padding-bottom: 20px;
        text-align: center;
    }

    .android-development-wrapper {
        padding-top: 20px;
    }

    .development-title h3 {
        margin-bottom: 20px !important;
    }

    /* relationships */

    .relationships-container .relationships-title h5 {
        font-size: 28px;
    }

    .relationships-container .relationships-text p {
        font-size: 15px;
        padding: 10px 0px;
    }

    .relationships-container .relationships-sub-title p {
        padding: 10px 0px;
    }

    /* relationships */
    .android-app-title small {
        margin-bottom: 10px;
        font-size: 18px;

    }

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

    .contact-btn {
        text-align: center !important;
        line-height: 23.58px !important;
    }

    .contact-btn #contact-us {
        text-align: center !important;
    }

    .why-choose-card .why-box.why-box-top {
        padding: 10px 10px 20px !important;
        display: block ;
    }

    .why-choose-card .why-box.why-box-top.bot {
        padding: 10px 10px 20px !important;
 
    }

    .why-choose-card .why-choose-title h6 {
        font-size: 16px;
        margin-bottom: 5px;
        padding: 0px !important;
    }

    .why-choose-card .why-choose-text p {
        font-size: 14px;
    }

    .contact-wrapper {
        padding-top: 100px !important;
    }

    .android-title-box h1 {
        text-align: center;
    }

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

}

@media (max-width: 575px) {

    .accordion-content-box .accordion-header button {
        font-size: 18px;
    }

    .form-title-box h4 {
        font-size: 18px;
    }


    .contact-wrapper {
        padding-bottom: 20px;
        background: none !important;
    }

    .contact-wrapper {
        padding-top: 100px;
    }

    .accordion-item .accordion-body p {
        padding-bottom: 10px;
    }


    .Projects-card-sub-title p {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .our-works-btn {
        margin-top: 20px;
    }

    .android-development-card {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .card-text-box h4 {
        font-size: 18px;
        line-height: normal;
    }

    .android-app-slider-wrapper {
        padding: 20px 0px 20px;
    }

    .android-app-slider {
        width: 100%;
    }

    .android-slider-img {
        text-align: center;
    }

    .android-slider-img img {
        width: 80%;
    }

    .slider-title-box h4 {
        text-align: center !important;
    }

    .android-slider-text {
        align-items: center !important;
        padding: 0px 15px !important;
    }

    .why-choose-card {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .solutions-wrapper {
        padding: 20px 0px;
    }

    .slider-title-box h4 {
        margin-bottom: 10px !important;
    }

    .android-app-content .carousel-indicators {
        margin-bottom: -50px;
    }

    /* relationships */
    .relationships-container .relationships-logo img {
        width: 150px;
    }

    .relationships-container .relationships-btn a {
        font-size: 14px;
        padding: 10px;
    }

    .client-inner-section {
        right: 0px;
        left: 0px;
        padding: 0px 5px;
    }

    .client-name {
        width: 150px;
        height: 48px;
    }

    .client-name .name p {
        font-size: 15px;
        line-height: 10px
    }

    .client-name .name span {
        font-size: 14px;
    }

    .client-mini-name img {
        width: 40px;
        height: 40px;
    }

    /* relationships */


    .enter-solution-title p {
        width: 100%;
    }


    .solution-btn a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .contact-form .input-box input::placeholder {
        font-size: 16px;
        line-height: normal;
    }

    .contact-form .input-box textarea::placeholder {
        font-size: 16px;
        line-height: normal;
    }

    #slider .item .android-slider {
        width: 100%;
    }

    .contact-btn {
        text-align: center !important;
        line-height: 23.58px !important;
    }

}

@media (max-width: 480px) {
    .accordion-content-box .accordion-header button {
        font-size: 16px;
    }

    .contact-form .contact-input-main {
        flex-direction: column;
        gap: 0;
    }

    .Projects-card-img-contain .Projects-card-btn {
        display: flex;
        gap: 5px;
    }

    .Projects-card-btn .card-btn a {
        padding: 5px 8px;
    }

    .Projects-card-img img {
        width: 280px;
        height: 250px;
    }

    /* relationships */
    .relationships-container .relationships-sub-title p {
        font-size: 16px;
    }

    .relationships-container .relationships-title h5 {
        font-size: 24px;
    }

    .relationships {
        padding: 20px 0px;
    }

    .form-title-box h4 {
        font-size: 16px;
    }

    .enterprise-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .owl-carousel .owl-item img {
        width: 80%;
    }

    .contact-btn {
        text-align: center !important;
        line-height: 23.58px !important;
    }

    .wpcf7-spinner{
        display: none !important;
    }
    
    form.submitting .wpcf7-spinner{
        display: inline-block !important;
    }
}

@media (max-width: 375px) {

    /* relationships */
    .relationships-container .relationships-title h5 {
        font-size: 22px;
    }

    .relationships-container .relationships-text p {
        font-size: 14px
    }

    /* relationships */
    .contact-input-main .input-box input {
        margin-bottom: 10px;
    }

    .contact-btn {
        text-align: center !important;
        line-height: 23.58px !important;
    }
}


.owl-theme .owl-dots .owl-dot span {
    margin: 0px !important;
    display: block !important;
}
</pre></body></html>