@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Regular.ttf);
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-family: rubik;
}

header {
    background-color: #ddd;
    padding: 10px 0px;
}

.topLinksMain {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topLinksInnerDiv {
    display: flex;
    align-items: center;
    border-right: 1px solid #333;
    padding: 0px 20px;
}

.topLinksInnerDiv:last-child {
    border-right: none;
}

.topLinksInnerDiv i {
    margin-right: 5px;
    color: #0088c4;
}

.topLinksInnerDiv a {
    text-decoration: none;
    color: #222;
    margin: 0px 10px;
}

.topLinksInnerDiv a i {
    color: #222;
}

.logoDiv {
    width: 100%;
    display: flex;
    padding: 10px 0px;
    height: 100%;
    align-items: center;
}

.logoDiv img {
    width: 50%;
    display: block;
}

.NavDiv {
    width: 100%;

    height: 100%;
    align-items: center;
}

.NavDiv ul {
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    padding: 0px;
    height: 100%;
    margin: 0px;
}

.NavDiv ul li {
    margin: 0px 25px;
    padding: 25px 0px;
}

.NavDiv ul li a {
    text-decoration: none;
    color: #222;
}

.servicesMain {
    position: relative;
}

.servicesDropDown {
    display: none;
    position: absolute;
    top: 72px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    width: 235px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px 0px;
    backdrop-filter: blur(8px);
    box-shadow: 0px 0px 50px rgb(255, 244, 244, 0.8) inset;
}

.servicesDropDown ul {
    display: block;
}

.servicesDropDown ul li {
    border-bottom: 1px solid #f9f9f9;
    padding: 0px 0px !important;
}

.servicesDropDown ul li a {
    padding: 6px 0px !important;
    display: block;
    transition: 0.3s ease-in-out;
}

.servicesDropDown ul li:hover a {
    color: rgb(20, 117, 247);
}

.servicesMain:hover .servicesDropDown {
    display: block;
}


.bannerMain {
    width: 100%;
    display: block;
    position: relative;
}

.bannerDivMain {
    background-image: url(../Images/Mobile-app-development-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
    position: relative;
}

.bannerTextMain {
    display: flex;
    align-items: center;
    height: 100%;
}

.mainBanner {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.mainBanner img {
    display: block;
    width: 100%;
}

.mainBanner {
    width: 100%;
    display: b;
}

.bannerText h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.bannerText span {
    border-radius: 50px;
    padding: 5px 10px;
    padding-left: 5px;
    background-color: #fff;
    color: #222;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 35px;
    width: auto;
}

.bannerText span i {
    border-radius: 50%;
    padding: 10px;
    background-color: #222;
    color: #fff;
    display: flex;
    align-items: center;
    height: 45px;
    width: 45px;
    justify-content: center;
    margin-right: 7px;
}

.bannerText p {
    font-size: 20px;
    line-height: 40px;
    margin-top: 35px;
    color: #fff;
}

.whiteBtn {
    border-radius: 50px;
    padding: 15px 30px;
    color: #ffffff;
    border: 1px solid #fff;
    outline: none;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    width: auto;
    justify-content: center;
    background-color: transparent;
    transition: 0.5s ease-in-out;
}

.whiteBtn:hover {
    background-color: #673AB7;
    border: 1px solid #673AB7;
}

.bannerText button i {
    margin-left: 10px;
}

.sec-title {
    position: relative;
    font-weight: 700;
    line-height: 54px;
    font-size: 42px;
    text-transform: capitalize;
    margin-top: 30px;
}

.aboutShorttext {
    line-height: 30px;
    padding-left: 25px;
    border-left: 3px solid #0088c4;
    margin-top: 20px;
}

.abtUSP {
    display: flex;
    align-items: center;
    height: 100%;
}

.abtUSP i {
    color: #0088c4;
    font-size: 60px;
    margin-right: 10px;
}

.testimonialCont2 {
    background-color: #fff;
    padding: 20px 12px;
    border-radius: 10px;
    border-top-left-radius: 60px;
    text-align: center;
    position: relative;
    text-align: center;
    padding-top: 70px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    height: 230px;
}

.servicesBg {
    background-image: url(../Images/servicesBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.g-recaptcha {
    text-align: center;
    margin: auto;
    width: fit-content;
    margin-bottom: 20px;
    background: #fff;
}

.servicesBg::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 255, 00.05);
}

.marginClass {
    margin-top: 70px;
    margin-bottom: 50px;
}

.serviceIcon {
    background-color: #0088c4;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    color: #fff;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: auto;
    margin-bottom: 30px;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    top: -11px;
    left: 50%;
}

.serviceIcon img {
    transform: rotate(-45deg);
}

.tabcontent01 h2 {
    font-size: 20px;
    font-weight: 600;
}

.owl-carousel .owl-stage-outer {
    padding-top: 80px;
    padding-bottom: 20px;

}

.tab-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    justify-content: space-evenly;
}

.tab {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 20px;
}

.tab-pane {
    display: none;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.tab-pane.active {
    display: block;
    opacity: 1;

}

.counterBg {
    background-image: url(../Images/countertBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    padding: 80px 60px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}

.counterBg:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    opacity: 0.80;
    background: linear-gradient(to top left, rgb(20, 117, 247) 0%, rgb(113, 20, 239) 100%);
    z-index: -1;
}

.counterBg span a {
    color: #f9f9f9;
    font-weight: 500;
}

.couterInnerDiv {
    text-align: center;
}

.couterInnerDiv p:nth-child(1) {
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 600;
}

.CaseStudyMain {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border: 1px solid #ddd;
}

#caseStudyDiv .owl-carousel .owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 20px;

}

.tbContent101 {
    text-align: center;
}

#TestimonialDiv .TestimoanialDivMain {
    height: 400px;
}

#partnerLogoDiv .TestimoanialDivMain {
    padding: 5px;
    border-radius: 0px;
}

.TestimoanialDivMain {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border: 1px solid #ddd;
    padding: 20px 25px;
}

.testimonialProfile {
    display: flex;
    align-items: center;
}

.profImg {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.profDet {
    margin-left: 10px;
}

.profDet p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
}

.profDet span {
    font-size: 14px;
}

.star_Testimonial {
    width: 100%;
    color: gold;
}

.logoSection {
    background-image: url(../Images/clientsLogoBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.logoSection::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(4, 8, 35, 0.8);
    z-index: -1;
}

#partnerLogoDiv .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mrgin {
    margin-bottom: 30px;
    color: #fff;
}

.dotsPatter {
    position: absolute;
    top: 10px;
    left: 30px;
}

.dotsPatter2 {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.custmargin {
    margin: 70px 0px;
}

.headingTextBox {
    text-align: center;
}

.headingTextBox h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;
}

.blogMain {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 20px;
    transition: .5s ease-in-out;
    overflow: hidden;
}

.blogImg {
    width: 100%;
    display: block;
}

.blogImg img {
    width: 100%;
    display: block;
}

.blogtext {
    padding: 10px;
}

.blogtext span {

    color: #0088c4;
}

.blogtext p {
    color: #222;
    font-weight: 700;
    margin: 10px 0px;
}

.customBtn {
    padding: 15px 35px;
    border-radius: 50px;
    border: none;
    background-color: #0088c4;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}



.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta {
    display: flex;
    align-items: flex-start;
}

.single-cta i {
    color: #0088c4;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.cta-text span a {
    color: #757575;
    font-size: 15px;

}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #0088c4;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #0088c4;
}

.footer-widget ul li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #0088c4;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #0088c4;
    padding: 13px 20px;
    border: 1px solid #0088c4;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #0088c4;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #0088c4;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.appointmentDays {
    width: 100%;
    display: block;
}

.appointmentDays ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-widget ul li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.appointmentDays ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #fff;
    display: flex;
    justify-content: space-between;
}

.marginDiv {
    padding: 70px;
    padding-bottom: 50px;
    background: #7d42e50a;
}

.aboutImg {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.aboutImg img {
    width: 80%;
    display: block;
    border-radius: 10px;
}

.aboutImgbefore {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 224px;
    height: 242px;
    background-repeat: no-repeat;
    background-image: url(../Images/Dot-pattern2.png);
    z-index: -1;
    animation-name: introImg;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes introImg {
    from {
        right: 0px;
    }

    to {
        right: 120px;
    }
}

.btnCustom {
    background: #0088c4;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    text-wrap: nowrap;
}

.abtBtnDiv {
    display: flex;
    align-items: flex-start;
}

.abtCall {
    font-size: 30px;
    color: #0088c4;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtContactDetails p {
    font-size: 22px;
    font-weight: 600;
}

.whyChooseImg {
    position: relative;
}

.whyChooseImg img {
    width: 80%;
    display: block;
    border-radius: 10px;
    position: relative;
    top: 30px;
    left: 30px;
}

/* .whyChooseImg::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(244, 249, 253);
    height: 100%;
    width: 75%;
    border-radius: 10px;
} */

.whyChooseText span {
    color: #0088c4;
}

.whyChooseText h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.caseStudies span {
    color: #0088c4;
}

.caseStudies h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tbContent101s {
    padding: 20px 15px;
    text-align: left;
}

.testimonialLeft {
    display: block;
    width: 100%;
}

.testimonialLeft h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#testimonials {
    background-image: url(../Images/testimonialImg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

#testimonials::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: -1;
}

#testimonials .owl-carousel .owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 20px;
}


.caseStudyImg {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.caseStudyImg img {
    width: 100%;
    display: block;
    transition: transform 10s ease;
}

.caseStudyImg:hover img {
    transform: translateY(-100%);
}

.form-wrapper {
    border-radius: 20px;
    background-color: #f9f9f9;
    margin-bottom: 50px;
    margin-top: 70px;
    max-width: 100%;
    min-height: auto !important;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(66, 68, 90, 0.5);
    -moz-box-shadow: 0px 0px 20px -9px rgba(66, 68, 90, 0.5);
    box-shadow: 0px 0px 20px -9px rgba(66, 68, 90, 0.5);
}

.form-wrapper h2 {
    padding-top: 7px;
    font-size: 32px;
    line-height: 50px;
    color: #22262a;
    padding-bottom: 20px;
    font-weight: 500;
}

#txt-a textarea {
    min-height: 150px;
}

.barIcon {
    display: none;
}

.smhde .col-md-6:first-child {
    display: block;
}
.dflex{
    display: flex !important; align-items: center;
}
.dflex .col-md-6{
    width: 50% !important;
}
@media(max-width:1290px) {
    .aboutImg img {
        width: 75%;
    }
}

@media(max-width:1025px) {
    .bannerText h1 {
        font-size: 35px;
    }

    .sec-title,
    .whyChooseText h2,
    .caseStudies h2,
    .form-wrapper h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .aboutImg img {
        width: 90%;
    }

    .abtUSP i {
        font-size: 30px;
    }

    .abtContactDetails p {
        font-size: 16px;
    }

    .abtCall {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }

    .btnCustom {
        padding: 10px 15px;
    }

    #TestimonialDiv .TestimoanialDivMain {
        height: 100%;
    }

    .owl-carousel .owl-stage {
        height: 100%;
        display: flex;
    }

    .footer-widget-heading h3 {
        font-size: 16px;
    }

    .NavDiv ul li {
        margin: 0px 18px;
    }
}

@media (max-width: 992px) {
    .NavDiv {
        position: absolute;
        top: 45px;
        left: 0px;
        width: 100%;
        background: #fff;
        height: auto;
        padding: 10px 20px 20px;
        z-index: 99;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        display: none;
        box-shadow: 0 8px 24px rgba(0,0,0,0.10);
        border-top: 2px solid #0088c4;
    }

    .barIcon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }

    .barIcon i {
        font-size: 24px;
        cursor: pointer;
        color: #0088c4;
        padding: 6px 8px;
        border-radius: 6px;
        transition: background 0.2s;
    }

    .barIcon i:hover {
        background: #f0f4ff;
    }

    .NavDiv ul {
        display: block;
        padding: 0;
        margin: 0;
    }

    .NavDiv ul li {
        padding: 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .NavDiv ul li:last-child {
        border-bottom: none;
    }

    .NavDiv ul li a {
        display: block;
        padding: 12px 4px !important;
        font-size: 15px;
        color: #333;
    }

    .NavDiv ul li a:hover {
        color: #0088c4;
    }

    /* Services dropdown on mobile — inline, not absolute */
    .servicesMain {
        position: static;
    }

    .servicesDropDown {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        background: #f7f9ff;
        border-radius: 10px;
        padding: 4px 0 !important;
        box-shadow: none;
        backdrop-filter: none;
        margin-top: 2px;
        margin-bottom: 6px;
        border: none;
    }

    .servicesDropDown ul li {
        border-bottom: none !important;
    }

    .servicesDropDown ul li a {
        font-size: 14px !important;
        padding: 8px 12px !important;
        color: #444;
    }

    .servicesMain {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .servicesMain > a {
        flex: 1;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding-right: 10px !important;
    }

    .servicesMain > a::after {
        content: '▾';
        font-size: 13px;
        color: #0088c4;
        margin-left: auto;
    }

    .servicesMain .servicesDropDown {
        width: 100% !important;
        flex-basis: 100%;
    }

    .logoDiv img {
        width: 70%;
        display: block;
    }

    .smhde .col-md-6:first-child {
        display: none;
    }

    .smhde .col-md-6:last-child {
        width: 100%;
    }
    .aboutShorttext{
        border: none;
        padding-left: 0px;
    }
    .marginDiv{
        padding: 20px;
    }
    .bannerText h1 {
        font-size: 25px;
    }
    .bannerText p{
        font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
    }
    .tab{
        font-size: 16px;
    }
    .sec-title, .whyChooseText h2, .caseStudies h2, .form-wrapper h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .testimonialLeft h2 {
    font-size: 20px;
    line-height: 30px;
}
}

@media(max-width:600px) {
    header {
        display: none;
    }

    .bannerDivMain {
        padding: 5vh 0vh
    }
    .whyChooseText{
        margin-top: 50px;
    }
    .custmargin{
        margin: 20px 0px;
    }
    #testimonials{
        padding: 0px;
    }
    .marginClass{
        margin-top: 0px;
    }
    .footer-widget-heading, .single-cta{
        margin-top: 20px;
    }
    .abtBtnDiv{
        margin-bottom: 15px;
        justify-content: center;
    }
    .servicesBg{
        padding: 20px 0px;
    }
    .logoDiv img {
        width: 100%;
        display: block;
    }
}