* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.text_dark {
    color: black;
}

p {
    font-size: 16px !important;
}

.p-light-bg{
    color: #1C1C1CCC !important;
}

h4 {
    font-size: 24px;
}

.text-24 {
    font-size: 24px;
}

.dark_btn_common {
    background-color: #212529;
    color: white;
}

h4 {
    font-size: clamp(20px, 1.5vw + 1rem, 24px);
}

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

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



/* ................css padding....................... */

:root {
    --box-shadow-block: 0 20px 55px 0 rgba(185, 208, 250, 0.29);
}

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

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

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

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

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

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

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

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

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

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

li i {
    margin-right: 5px;
}

.dropdown-menu-item-icon .la-angle-down {
    margin-right: 0 !important  ;
}

/* ....................... margin css................ */

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

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

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

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

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

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

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

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

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

/* ..............common css............. */

.dropdown-menu-item-icon i {
    color: black;
}

.popup-visible {
    overflow: hidden;
}

.max-width-650 {
    max-width: 650px;
    margin: auto;
}

.inner_dropdown .inner_link::after {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.header-area .navbar-wrapper ul li a:hover {
    color: #adc5d1 !important;
}

.header-area .navbar-wrapper ul li a.active {
    color: #abc4d2 !important;
    text-decoration: underline !important;
}

.dropdown-menu-item a:has(~ .dropdown-menu .active) {
    color: #adc5d1 !important;
}

span.counter_num,
span.counter_num + span {
    font-size: 36px !important;
    font-weight: 500 !important;
}

.header_number_filed {
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0 20px;
}
header.header-area.header-2.is-fixed .header_number_filed a,
header.header-area.header-2.is-fixed .header_number_filed p {
    color: white;
}

header.header-area.header-2 .header_number_filed p {
    color: white;
}

.header_number_filed a {
    color: white;
}

.header_number_filed a:hover i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.header_tag_sub {
    padding: 20px;
}

.header_sub_para {
    padding: 30px;
}

.bg_circle {
    font-size: 16px;
    display: inline-block;
    border-radius: 30px;
    background: rgb(19 81 216 / 10%);
    padding: 11px 31px;
    text-transform: capitalize;
    font-family: var(--font_dm);
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 30px;
}

.inner_dropdown {
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
    z-index: 9;
    min-height: 46px;
}

.inner_link::after {
    content: "";
    border-left: 5px solid transparent;
    border-top: 5px solid var(--dark1);
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -24px;
    top: 10px;
    border-width: 4px;
    top: 15px;
}

.inner_dropdown.active .dropdown-menu {
    max-height: 167px !important;
    opacity: 1;
    visibility: visible !important;
}

/* Style for preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader img {
    width: 180px;
    height: auto;
}

.dropdown-menu-item .dropdown-menu li a {
    color: var(--dark1) !important;
}

/* .............................index page css starts........................ */

#our-services{
    padding-bottom: 0px !important;
}

.code_chronical .slick-slide {
    margin: 0 10px;
}

.code_chronical .slick-slide.slick-current {
    transform: scale(1.05);
}

.sweet-alert p {
    font-family: var(--font_yantramanv);
    font-weight: 400;
}

.author-box-content h4 {
    font-size: 24px !important;
}

.mobile-contact-us a:hover {
    transform: scale(1.1);
}
.mobile-contact-us a {
    background-color: #212529;
    color: white !important;
}

.bg_dark_btn {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #212529;
    color: white;
    border: none;
}

.bg_dark_btn:hover::before,
.bg_dark_btn:hover::after {
    border-radius: unset !important;
    border: none !important;
    background-color: #b6cbd4;
}

.contact-info a {
    color: black;
}

.contact-info a:hover {
    color: #212529;
}

.banner_common_btn {
    background-color: #212529;
    color: white;
}

.banner_common_btn:hover {
    color: black;
}

.home-service-card .services-list .service-card.simple-shadow {
    box-shadow: none !important;
}

.services-list .service-card.simple-shadow {
    background: transparent;
    box-shadow: 0px 4px 20px 5px rgb(0 0 0 / 6%);
}

.services-list .service-card p {
    color: #1C1C1CCC !important;
}

.home_landing_page {
    padding: 0px 0 0 0 !important;
    background: url(../../assets/imgs/image/home/innovation_bg.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 72px;
}

.home_landing_page .hero-section-content-wrap {
    /* background: url(../../assets/imgs/image/home/innovation_blend.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 100px; */
}

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

.input-group label.error {
    margin-top: 10px;
    color: red !important;
}

#contact_form .input-group {
    margin-bottom: 16px;
}

.home_about_area {
    overflow: inherit;
    background: #b6cbd4;
    padding-bottom: 50px !important;
}

.home_about_area .left-content {
    position: sticky;
    top: 150px;
}

.home_abt_service_area ul {
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.home_abt_service_area .content-box {
    padding-right: 60px;
}

.home_abt_service_area .img-box {
    max-width: 540px;
}
.home_abt_service_area {
    background: url(../../assets/imgs/image/home/forging_bg.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

/* .......................footer css ............... */

.foot_area_Sec {
    background: url(../../assets/imgs/image/home/footer.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.sweet-alert .icon.success .placeholder,
.sweet-alert .icon.success {
    display: none !important;
}

.sweet-alert button {
    background: #adc5d1 !important;
}

.sweet-alert button {
    font-size: 18px;
    font-weight: 400;
    color: var(--light_white);
    background: var(--primary_color);
    display: inline-flex;
    align-items: center;
    padding: 13px 26px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    gap: 10px;
}

.sweet-alert button::after,
.sweet-alert button::before {
    content: "";
    width: 51%;
    height: 0;
    background: var(--dark1);
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}

.sweet-alert button::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0 30px 30px 0;
}
.sweet-alert button:hover {
    color: var(--light_white);
}

.sweet-alert button:hover::after,
.sweet-alert button:hover::before {
    height: 100%;
}

.sweet-alert button:hover i,
.sweet-alert button:hover i {
    transition: transform 0.5s;
    transform: rotate(45deg);
}

.sweet-alert button:hover i {
    fill: #ffffff;
}

.footer-links.second {
    display: flex;
    align-items: flex-start;
}
.footer_content_p ul {
    padding-left: 2rem;
    margin: 10px 0;
}

.footer_content_p ul li {
    list-style-type: disc;
}

.footer_content_p p {
    margin-bottom: 8px;
}

.footer_content_p h4 {
    margin-top: 18px;
    margin-bottom: 0;
}

/* ............................hrms management project.......................... */

.connect_dots {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 30px;
}

.hrms_combined_sec {
    background: url(../../assets/imgs/image/hr_management/background.png)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

/* ...........................AI ML ,AI bots,speech to text,ai_orders........................ */

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

.digital_demand .tab-pane img {
    width: 100%;
    max-width: 450px;
}

.word_exprience {
    border-radius: 40px;
    max-width: 490px;
    width: 100%;
    margin: auto;
    padding: 20px;
}

/* ...............................about css........................... */

.offering_the_best .service-card {
    background: #adc5d1 !important;
}

.from_byte_sec .custom-container .cta-body {
    background: url(../../assets/imgs/image/about/con_bytes.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.client_area_about {
    background: #b6cbd4;
    background-size: cover;
    background-position: center center;
}

.hero-company-box h1 span.counter_num {
    font-size: 42px !important;
}

.about_services_area {
    background: url(../../assets/imgs/image/about/innovate_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.develop_concepts_sec ul {
    flex-wrap: wrap;
    gap: 20px;
}

/* ...........................website developement css............... */

.wd_sec_8 {
    background: url(../../assets/imgs/image/website_developement/code_to_conquer.jpg)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.faq_accordian .accordion-item {
    border: none;
}

.wd_sec_2 .content-box {
    padding: 40px;
}

.wd_sec_4 .content-box {
    padding: 50px;
}

.wd_sec_1 {
    background: url(../../assets/imgs/image/website_developement/harnessing_seamless.jpg)
        no-repeat;
    background-size: cover;
    background-position: center center;
}

.wd_banner_sec {
    text-align: center;
}

.wd_banner_sec h1 {
    font-size: 66px;
    font-weight: 600;
    color: #212529;
    /* background-image: linear-gradient(180deg, #2e56a7 0%, #bb6de5 100%); */
}

.wd_services_section h3,
.wd_services_section p {
    color: var(--dark1);
}

.wd_services_section .feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 190px;
    /* margin-bottom: 30px; */
    transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s,
        border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.combined_section_bg {
    background: url(../../assets/imgs/image/website_developement/your_vision.jpg)
        no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
}

.virtual_reality_
    .testimonials-4-item
    .testimonials-4-text
    .testimonials-4-author
    .testimonials-4-author-img
    img {
    width: 80px;
}

.virtual_reality_
    .testimonials-4-item
    .testimonials-4-text
    .testimonials-4-author {
    flex-wrap: nowrap !important;
    gap: 20px;
    margin-bottom: 20px;
}

.wd_services_section .service_img {
    box-shadow: var(--box-shadow-block);
    padding: 20px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

.wd_services_section .service_img img {
    width: 150px;
}

/* .wd_services_section .feature-box:hover {
    transform: scale(1.1);
    transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s,
        border 0.3s, border-radius 0.3s, box-shadow 0.3s;
} */

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li.slick-active button {
    background: #abc4d2;
    transform: scale(1.5);
    border: 1px solid black;
}

.slick-dots li {
    margin: 0 5px;
    /* Adjust the spacing between dots as needed */
}

.slick-dots li button {
    font-size: 12px;
    /* Adjust the font size of the dots as needed */
}

.slick-dots li button {
    width: 12px;
    /* Set the width of the circle */
    height: 12px;
    /* Set the height of the circle */
    border-radius: 50%;
    /* Make it a circle */
    background-color: #212529;
    /* Set the background color of the circle */
    border: none;
    /* Remove border */
    font-size: 0;
    /* Hide the number */
}

.development_slider .slick-dots li.slick-active button {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    background-color: #2e56a7;
}

.development_slider .slick-prev.slick-arrow,
.development_slider .slick-next.slick-arrow {
    display: none !important;
}

.development_slider .slick-list .slick-track {
    margin-bottom: 50px;
}

.slick-dots li {
    margin: 0 5px;
    /* Adjust the spacing between dots as needed */
}

.wd_sec_5 {
    padding: 50px 0;
}

.wd_features_ {
    min-height: 360px;
    margin: auto 10px;
    padding: 20px;
    text-align: center;
}

.wd_features_ p {
    text-align: center;
}

.wd_features_.even {
    margin-top: 40px;
}

.wd_sec_6 {
    background: var(--dark1);
    padding: 70px 0;
    background: url(../../assets/imgs/image/website_developement/your_ideas.jpg)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.fields_we_work {
    color: white;
    margin-top: 14px;
}

.fields_we_work .img-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.testimonials-4-item {
    position: relative;
    padding: 30px;
    background: #212529;
    border-radius: 10px;
    box-shadow: var(--box-shadow-block);
}

.wd_sec_7 {
    padding: 70px 0;
}

.number-3-title {
    font-size: 42px;
}

.testimonials-4-item._2 {
    margin-top: -30px;
}

.testimonials-4-item._1 {
    margin-bottom: 30px;
}

.testimonials-4-item._4 {
    margin-top: -30px;
}

.testimonials-4-author {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.technology_img {
    text-align: center;
    padding: 30px 20px;
    /* border: 1px solid blue; */
}

.technology_img img {
    opacity: 1;
    margin-bottom: 20px;
    max-width: 250px;
    width: 100%;
}

.wd_blog_tmplate .post-prev-3-intro {
    padding: 50px 20px;
}

.wd_blog_tmplate .post-prev-3-img {
    flex: 0 0 40%;
}

.wd_blog_tmplate .post-prev-3-img img {
    width: 100%;
    max-width: 400px;
    height: 315px;
}

.wd_blog_tmplate h6 {
    color: #adc5d1;
}

.wd_blog_tmplate {
    /* box-shadow: var(--box-shadow-block); */
    cursor: pointer;
    align-items: center;
    margin-top: 20px;
    background: #212529;
    padding: 10px;
    border-radius: 10px;
    color: white;
}

.post-prev-3-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

/* faq */
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid black;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #1C1C1CCC;
    font-size: 1.5rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: black;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: black;
    border: 1px solid black;
}

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

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

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

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

.accordion button[aria-expanded="true"] {
    color: black;
}

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

.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    display: block;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    display: none;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 400;
    margin: 15px 0;
    padding: 0 10px;
}

.faq_accordian .accordion-item button {
    padding: 16px 40px 16px 16px;
}

.accordion.faq_accordian .accordion-item {
    margin-bottom: 0 !important;
}

/* faq */

.faq_text_ h1 {
    transform: rotate(180deg);
    font-size: 42px;
    opacity: 0.8;
    writing-mode: vertical-rl;
    padding: 0 50px;
    text-align: center;
    font-weight: 900;
    color: #212529;
}

/* ................................mobile app developement css..... */

.mad_sec_9 {
    background: url(../../assets/imgs/image/mobile-app_dev/resonate_bg.png)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.mad_sec_5 {
    background: url(../../assets/imgs/image/mobile-app_dev/pixel_pikel.png)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.mad_gsap_anim .box {
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin: 20px;
    position: absolute;
    right: 76%;
}

.case-studio-area .case-studio .case-studio-tabs .nav-item button.active {
    position: relative;
    background: transparent !important;
    color: black;
}

.case-studio-area
    .case-studio
    .case-studio-tabs
    .nav-item
    button.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #212529;
    left: 0%;
    bottom: 0;
    transform-origin: center;
    transform: scaleX(1);
    transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.apps_dream_numbers li span {
    font-size: 32px;
    font-weight: 600;
    margin-right: 5px;
}
.apps_dream_numbers{
    display: flex;
    justify-content: space-between;
}

.apps_dream_numbers li {
    font-size: 24px;
}
.mad_landing_banner_img {
    padding-top: 40px;
}

.mad_landing_banner_img img {
    transition: all 4s ease;
    animation: bounce_up 4s infinite;
}

@keyframes bounce_up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

.mad_banner_content h1 {
    font-size: 66px;
    font-weight: 700;
}

.mad_banner_content p {
    font-size: 18px;
}

span.text_color {
    color: #212529;
}

.mad_sec_1 {
    position: relative;
}

.mad_sec_1 .banner_chips ._a {
    position: absolute;
    top: 0;
    width: 140px;
    right: 10%;
}

.mad_sec_1 .banner_chips ._b {
    position: absolute;
    bottom: 10%;
    width: 140px;
    right: 50%;
}

.mad_sec_1 .banner_chips ._c {
    position: absolute;
    top: 0;
    width: 140px;
    left: 10%;
}

.why_mapp_dev {
    padding: 40px;
    position: relative;
    margin-top: 50px;
}

.img_responsive {
    width: 100%;
    max-width: 480px;
}

.img_center {
    display: flex;
    margin: auto;
}

.why_mapp_dev::before {
    content: "";
    position: absolute;
    top: 0;
    background: url(../../assets/imgs/image/divider.svg) no-repeat;
    width: 200px;
    height: 20px;
    display: none;
}

.why_mapp_dev_img {
    position: relative;
}

.why_mapp_dev_img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    width: 100%;
}

.mad_services {
    gap: 30px;
    background-color: #212529;
    border-radius: 10px;
    padding: 26px 60px;
    justify-content: center;
    align-items: center;
    color: white;
}

.mad_services {
    margin-top: 40px;
}

.mad_services {
    min-height: 236px;
}

.mad_services:hover .contents h3 svg {
    opacity: 1;
    transition: all 0.5s ease;
}

.mad_services .contents p {
    margin-bottom: 0;
}

.mad_services .contents h3 svg {
    opacity: 0;
    transition: all 0.5s ease;
}

.mad_sec_3 {
    background: url(../../assets/imgs/image/mobile-app_dev/engineering_bg.png)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.mad_features_ {
    text-align: center;
    background: transparent;
    padding: 40px;
}

/* .mad_features_:hover,
.mad_features_:focus {
    box-shadow: var(--box-shadow-block);
    transition: all 1s ease;
} */

.mad_features_ .img-box img {
    width: 100px;
    height: 100px;
    border-radius: 0;
    margin: auto;
    z-index: 99;
}

.mad_features_ .img-box span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #acc5d0;
    z-index: 1;
    opacity: 0;
    border-radius: 50%;
}

.mad_features_ .img-box {
    background-color: #acc5d0;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 10px 50px 0 #acc5d0;
    transition: all 3s ease;
}

.mad_features_:hover .img-box span {
    opacity: 1;
    transition: all 2s ease;
}

.mad_features_:hover .img-box {
    box-shadow: none;
    transition: all 2s ease;
}

.number_box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #212529;
    color: white;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.mad_why {
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.mad_why_us {
    margin-left: 40px;
    margin-right: 40px;
}

.mad_sticky_scroll {
    position: relative;
}

.mad_sticky_scroll::before {
    content: "";
    position: absolute;
    border-style: dashed;
    height: 71%;
    /* width: 0; */
    border-width: 1px;
    left: 25px;
    z-index: -1;
    top: 72px;
}

.mad_gsap_anim {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper .circle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-color: pink;
}

.wrapper:nth-child(odd) .circle {
    background-color: yellow;
}

#spreading {
    background: orange;
}

.mad_field_icons_header {
    transition: all 1s ease;
    padding: 12px;
    text-align: center;
}

.mad_field_icons_header:hover {
    transform: scale(1.1);
    transition: all 1s ease;
}

.mad_field_icons_header:hover h4 span svg {
    opacity: 1;
    transition: all 1s ease;
    display: inline-block;
    margin-left: 3px;
}

.mad_field_icons_header h4 {
    font-size: 24px;
}

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

.mad_field_icons_header h4 span svg {
    opacity: 0;
    display: none;
}

.mad_field_icons {
    padding: 58px;
}

.mad_field_we_work {
    padding: 49px;
    margin-top: 50px;
}

.mad_borde_left {
    border: 1px solid black;
    border-radius: 20px 0 0 20px;
}

.mad_borde_right {
    border: 1px solid black;
    border-radius: 0px 20px 20px 0px;
}

/* .................................hrms developement...................... */

.beyond_img_block img {
    width: 100%;
    max-width: 520px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.tab_modification {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.beyond_img {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.beyond_img .hrms_image {
    max-width: 350px;
    width: 100%;
    margin: auto;
}

/*.........................e comerce developement................*/

.ecom_sec_1 {
    background: url(../../assets/imgs/image/e-commerce/tailored_devlopent.png)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.ecom_sec_22 {
    background: url(../../assets/imgs/image/e-commerce/tailored_bg.jpg)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.ecom_sec_2 {
    background: url(../../assets/imgs/image/e-commerce/background.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.ecom_sec_8 {
    background: url(../../assets/imgs/image/e-commerce/forward_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.our-team-body.card-h {
    margin: auto;
}

.online_shopping_slider ul li {
    list-style-type: disc;
}

.online_shopping_slider ul {
    padding-left: 2rem;
}

.ecom_sec_4 {
    background: url(../../assets/imgs/image/e-commerce/build_brand_bg.png)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.ecom_sec_4 .row {
    margin-top: 40px;
}

.scope_circle .cricle_span {
    width: 20px;
    height: 20px;
    background-color: #212529;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 4px solid white;
}

.scope_cards_heading h4 {
    margin-bottom: 0;
}

.scope_cards_heading {
    display: inline-flex;
    gap: 30px;
    padding: 10px;
    background-color: #212529;
    border-radius: 8px;
    color: white;
    align-items: center;
}

.scope_cards {
    background-color: #212529;
    color: white;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.scope_cards.left::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 32%;
    width: 0;
    height: 0;
    border-left: solid 20px #212529;
    border-bottom: solid 20px transparent;
    border-top: solid 20px transparent;
}

.scope_cards.right::before {
    border-right: solid 20px #212529;
    border-bottom: solid 20px transparent;
    border-top: solid 20px transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 32%;
    width: 0;
    height: 0;
}

.scope_circle.end::after {
    height: 0;
}

.scope_cards p {
    margin-bottom: 0 !important;
}

.scope_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.scope_circle::after {
    width: 20px;
    height: 109px;
    position: absolute;
    top: 0;
    content: "";
    background: #adc5d1;
    z-index: -1;
    border-radius: 20px;
}

.ul_panel {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
}

.ul_panel li {
    list-style-type: disc;
    margin: 6px 0;
}

.ecom_features_ {
    align-items: flex-start;
    background: transparent;
    padding: 24px !important;
    text-align: center;
}

.ecom_features_ h4 {
    margin-bottom: 10px;
    width: 100%;
}

.ecom_features_ .img-box img {
    width: 50px;
    height: 50px;
    border-radius: 0;
}

.ecom_banner_text {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.e_com_banner h1 {
    font-size: 66px;
}

/* .e_com_banner h1 span {
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #3D9BFC, #7B40E4, #F53A8B, #EE704A, #2DDD4F);
} */

.e_com_banner {
    padding: 50px;
    text-align: center;
}

.ecom_fearure_box {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.ecom_fearure_box .service_img {
    width: 36%;
}

.ecom_fearure_box .service_img img {
    width: 60px;
    display: flex;
    margin: auto;
}

.ecom_hiring_model {
    max-width: 500px;
    margin-top: 20px;
    background: transparent;
    background-color: #212529;
}

.mad_services .contents p .ecom_hiring_model .contents h3,
.ecom_hiring_model .contents p {
    color: white;
}

.ecom_hiring_heading h1 {
    font-size: 60px;
}

.ecom_sec_5 {
    position: relative;
}

.ecom_custom_integration_img img {
    width: 450px;
    margin: auto;
    display: flex;
}

.ecom_sec_6,
.ecom_sec_7 {
    overflow: inherit !important;
}

.ecom_custom_integration_img {
    position: sticky;
    top: 150px;
}

.ecom_custom_itegration {
    padding: 200px 100px 50px 50px;
}

/* .........................speech to text and text to speech css............... */

.swiper_AI_ai .slick-list {
    padding: 50px 0;
}

.swiper_AI_ai .swiper-slide.slick-current {
    transform: scale(1.1);
}

.speech_text_sec_un .swiper_AI_ai {
    padding: 50px 0;
}

.speech_feature_highlight_slider button.slick-arrow {
    display: none !important;
}

.bounce-in.ft {
    animation: bounceIn 1s infinite;
    -webkit-animation: bounceIn 1s infinite;
}

.pop-in.ft {
    animation: popIn 1s infinite;
    -webkit-animation: popIn 1s infinite;
}

.speech_to_text_banner h1 {
    margin: 0;
    letter-spacing: -1px;
    font-size: 66px;
    text-align: center;
    color: var(--dark1);
}

.what_is_speech {
    padding: 20px;
}

.speech_to_text_banner h1 span {
    display: inline-block;
    overflow: hidden;
    animation: 0.3s swift-up ease-in-out forwards;
}

.speech_to_text_banner h1 span i {
    font-style: normal;
    position: relative;
    top: 60px;
    animation: 0.5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}

.speech_text_sec_0 {
    /* background-image: linear-gradient(120deg, #353a5f 0%, #191c33 100%); */
    background: url(../../assets/imgs/image/speech_to_text/harnessing_of_ai.jpg)
        no-repeat;
    background-size: 100% 92%;
    background-position: bottom;
    color: white;
    text-align: center;
    padding: 200px 0 200px !important;
    position: relative;
    overflow: inherit;
}

.wave_image {
    position: absolute;
    bottom: -120px;
    width: 100%;
}

.wave_image svg {
    width: 100%;
    z-index: -1;
}

.app_logos {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.speech_text_sec_0 .floating_img .ft {
    position: absolute;
}

.speech_text_sec_0 .floating_img .a {
    top: 20%;
    left: 50%;
    width: 50px;
}

.speech_text_sec_0 .floating_img .b {
    top: 60%;
    left: 20%;
    width: 50px;
}

.speech_text_sec_0 .floating_img .c {
    top: 53%;
    left: 80%;
    width: 60px;
}

.regular_slider p {
    padding: 20px;
}

.regular_slider .slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 35%;
}

.regular_slider .slick-next.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.speech_text_sec_1 {
    padding-top: 200px;
    z-index: 1;
}

.speech_text_features_ {
    background: transparent;
    text-align: center;
    padding: 32px;
    margin-bottom: 0 !important;
}

.speech_text_sec_66 {
    background: url(../../assets/imgs/image/speech_to_text/use_case_bg.jpg)
        no-repeat;
    background-size: cover;
    background-position: center;
}

.empowered_text_slider .service-card {
    margin: 0 15px;
}

.empowered_text_slider .service-card h3,
.empowered_text_slider .service-card p {
    color: white;
}

.empowered_text_slider .service-card img {
    width: 50px !important;
    height: auto !important;
}

.empowered_text_slider button.slick-arrow {
    display: none !important;
}

.empowered_text_slider .service-card {
    padding: 30px 20px;
    min-height: 270px;
    margin: 20px 0 0 0;
}

.speech_text_features_ .img-box img {
    border-radius: unset;
    width: 100px;
}

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

/* .speech_text_sec_6 .header_tag_sub span {
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(
        90deg,
        rgb(141, 101, 233) 0%,
        rgb(107, 205, 148) 100%
    );
} */

.speech_text_sec_66 .service-card img {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.speech_text_sec_66 .service-card {
    text-align: center;
    border-right: 1px solid black;
}

.speech_text_sec_66 .service-card.last {
    border: none;
}

.speech_text_sec_66 .service-card.one::after {
    position: absolute;
    content: "";
    right: 0;
    top: 25%;
    width: 2px;
    height: 25px;
    background: black;
}

.speech_text_sec_66 .service-card.two::after {
    position: absolute;
    content: "";
    right: 0;
    top: 80%;
    width: 2px;
    height: 25px;
    background: black;
}

/* ....................................blockchain developement............................................... */

.accordion-header.active + .accordion-content {
    display: block;
}

.custom_row {
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
}

.custom_row_image {
    width: 30% !important;
}

.custom_row .feature2-content {
    width: 65% !important;
}

.whyus_background {
    background: url(../../assets/imgs/image/bloackchain_devlopement/building_trust.png)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.enabling_potential {
    background: url(../../assets/imgs/image/bloackchain_devlopement/blockchain_brilliance_bg.jpg)
        no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

/* .............................blogs css.................... */

.blogs_01_sec_1 h1 {
    font-weight: 700;
    padding-bottom: 20px;
}

.blogs_01_sec_1 img {
    margin-top: 70px;
}

.blog_page_content_sec img {
    margin: 20px 0;
}

.blog_page_content_sec {
    padding: 50px;
    background-color: #c5d4e8;
}

.blogs_banner_1 {
    padding: 20px;
    text-align: center;
}

.blog_list_img img {
    width: 100%;
}

.blogs_list {
    padding: 20px;
    background: #838feb;
    border-radius: 5px;
}

.blogs_list .blog_list_content {
    padding-top: 20px;
}

.blogs_list .blog_list_content h6 {
    color: white;
}

.blog_list_items ul {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.blog_list_items ul li {
    width: 48%;
}

.blog_list_items ul li i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #3d9bfc;
    color: white;
    border-radius: 50%;
    line-height: 20px;
}

/* ................................media css section starts................ */
@media (min-width: 400px) {
    .testimonial-slider .swiper-pagination {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .ai_section_8_left_box h5 {
        font-size: 36px !important;
    }
    .wd_blog_tmplate {
        min-height: 384px;
    }
}

@media (min-width: 991px) {
    .pixel_by_pixel .tab-pane .case-studio-body.d-flex .right {
        max-width: 350px !important;
    }
    .mobile_view {
        display: none;
    }
}

@media (min-width: 768px) {
    .hr_smart_work .tab-pane .case-studio-body {
        flex-direction: row !important;
        align-items: center !important;
    }
    .hr_smart_work .tab-pane .case-studio-body .left {
        width: 50% !important;
    }
    .hr_smart_work .tab-pane .case-studio-body .right {
        width: 50% !important;
        text-align: center;
    }
    .hr_section2 .case-studio .case-studio-tabs {
        border-bottom: 4px solid #212529;
    }
}

@media (min-width: 1199px) {
    .whyus_boxes {
        min-height: 344px;
    }
    .testimonial-item-body {
        min-height: 250px;
    }
    .ai_section_6_img img {
        left: 150px;
    }
    .hr_home_banner {
        background-position: 100% 100%;
    }
    .speech_text_sec_6 .header_tag_sub h1 {
        font-size: 42px;
        line-height: 76px;
    }
    .blogs_banner_1 h1 {
        font-size: 66px;
        line-height: 68px;
    }

    .fields_we_work {
        text-align: center;
    }

    .fields_we_work h1 {
        font-size: 64px;
    }

    .ecom_hiring_heading {
        padding: 50px;
    }

    .foot_area_Sec .footer-top .right-content-inner {
        padding-left: 0px;
    }

    .mad_field_we_work h1 {
        font-size: 60px;
    }

    .what_is_speech {
        padding: 50px;
    }

    .fields_we_work.h_top {
        padding: 20px;
    }

    h4.tag_line {
        font-size: 40px;
    }

    .inner_dropdown .dropdown-menu {
        top: 80% !important;
        left: 100%;
    }

    .about_hero_sec {
        padding-top: 160px !important;
    }
}

@media (min-width: 1341px) {
    #nav_ul li a {
        color: white;
    }
    .ai_home_banner {
        margin-top: 72px;
    }
}

@media (min-width: 1700px) {
    .ai_home_banner {
        background-position-y: 110px !important;
    }
}

@media (max-width: 1340px) {
    .services-list .service-card {
        padding: 20px !important;
    }
    .ai_order_section3_number_position {
        display: none;
    }
    .ai_section3_padding {
        margin-top: 0 !important;
        padding-left: 0 !important;
    }
    .ai_section3_padding2 {
        margin-top: 0 !important;
        padding-left: 0 !important;
    }
    #nav_ul li a {
        color: #212529;
    }
    .dropdown-menu-item a:has(~ .dropdown-menu .active) {
        color: #adc5d1 !important;
        text-decoration: underline;
    }
    z .hr_section2_content h2 {
        font-size: 34px;
    }
    .header_number_filed {
        display: none;
    }

    .pixel_by_pixel .tab-pane .case-studio-body.d-flex {
        flex-direction: row !important;
    }

    .custom-row .contact-experience,
    .custom-row .contact-infos {
        width: 100% !important;
    }

    .home_about_area .custom-row {
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .home_about_area .abt_area_item {
        width: 48% !important;
    }

    .abt_area_item .about-timeline {
        padding-left: 124px;
    }

    .about-area .custom-row {
        flex-direction: row !important;
        gap: 0px !important;
    }

    .about-timeline .about-timeline-item:nth-child(even)::before {
        left: -85px;
    }

    .about-timeline .about-timeline-item:nth-child(odd) {
        margin-left: inherit;
    }

    .about-timeline .about-timeline-item:nth-child(even) .number {
        left: -111px;
    }
    .ai_orders_tab .hr_section2_content {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1199px) {
    .project-area .project-right-slider {
        transform: translateX(0);
        max-width: 894px;
        margin: auto;
    }
    .project-area
        .project-right-slider
        .project-right-slider-inner
        .swiper-pagination {
        left: 50%;
        transform: translate(-50%) !important;
    }
    .project-area
        .project-right-slider
        .project-right-slider-inner
        .swiper-pagination
        .swiper-pagination-bullet {
        width: 30px;
        height: 10px;
    }
}

@media (max-width: 991px) {
    /* .inner_dropdown .inner_link::after{
        display: none;
    } */

    .ai_orders_home_banner_tittle {
        width: 100%;
    }

    .ai_section3_inner_box {
        text-align: center;
    }

    .ai_order_section3 .heading_tag {
        margin-bottom: 0 !important;
    }

    .desktop_view {
        display: none;
    }
    .mobile_view {
        display: block;
        color: white;
        font-size: 66px;
    }
    .ai_home_banner {
        background-position-y: 70px !important;
    }

    .ai_section_6_img img {
        position: relative;
    }

    .wd_services_section .feature-box {
        align-items: flex-start;
    }
    .custom_row {
        flex-direction: column;
    }

    .about-timeline {
        padding-left: 80px !important;
    }

    .testimonials-4-item {
        margin-top: 30px;
    }

    .testimonials-4-item._2 {
        margin-top: 30px;
    }

    .testimonials-4-item._4 {
        margin-top: 30px;
    }

    .ecom_sec_4 .container .row .col-lg-5 {
        text-align: center !important;
    }

    .scope_cards {
        margin-top: 20px;
    }

    .mad_services {
        padding: 20px;
    }

    /* .our-team-box .img-box img {
        height: 400px;
    } */

    .ecom_custom_itegration {
        padding: 20px;
    }

    .ecom_sec_2 {
        padding-top: 50px;
    }

    .wd_blog_tmplate .post-prev-3-intro {
        padding: 25px;
    }

    .speech_text_sec_1 {
        padding-top: 100px;
    }

    .why_mapp_dev {
        padding: 20px;
    }

    .mad_banner_content {
        text-align: center;
    }

    .moving-shape {
        display: none;
    }

    .wd_sec_7 {
        margin-top: 0 !important;
    }

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

    .ecom_features_ .img-box {
        margin: inherit;
    }

    .tailored_ecom_file {
        margin-top: 30px;
    }

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

    .mad_field_icons {
        padding: 20px;
    }

    .mad_field_we_work {
        padding: 20px;
        margin-top: 100px;
    }

    .forging_flex {
        justify-content: flex-start !important;
        gap: 24px;
    }
    .scope_circle::after {
        height: 170px;
    }
    .ai_section_7_tabs .nav-item .nav-link {
        width: 100%;
        text-align: center;
    }
    .ai_section_7_tabs .nav-item .nav-link.active,
    .ai_section_7_tabs .nav-item .nav-link.active .ai_section_7_tabs_content2 {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .services-list {
        gap: 5px !important;
    }

    .custom_row_image {
        width: 70% !important;
    }

    .custom_row .feature2-content {
        width: 100% !important;
    }

    .pixel_by_pixel_tab .nav-item {
        width: 50%;
    }

    h1 {
        font-size: 42px !important;
    }

    .speech_text_sec_66 .service-card {
        padding: 20px;
    }

    .speech_text_sec_66 .service-card {
        border-right: none;
    }
    .speech_text_sec_66 .service-card.one::after {
        display: none;
    }
    .header_sub_para {
        padding: 20px;
    }
    .speech_text_sec_0 {
        padding: 150px 0 100px 0 !important;
    }
    .hr_section1 .content_box .content {
        margin-bottom: 30px;
        width: 78%;
    }

    .hr_home_banner {
        padding: 180px 0 100px !important;
    }
    .custom_row {
        flex-direction: column !important;
    }

    .main_v {
        align-items: center !important;
    }
    .sidebar img {
        max-width: 100% !important;
    }

    .scope_circle .cricle_span,
    .scope_circle .cricle_span::after {
        display: none;
    }
    .scope_circle::after {
        display: none;
    }
    .custom_container .row:has([class^="col-lg"]) {
        margin: auto;
    }

    .scope_cards_heading {
        margin-top: 20px;
    }
    .scope_cards_heading {
        display: flex;
        text-align: start;
        justify-content: center;
    }

    .home_landing_page .hero-section-content-wrap {
        padding: 170px 0 70px !important;
    }
    .responsive_ban_img {
        margin-top: 50px;
    }

    .hr_section_6_content_box_content {
        align-items: center;
        justify-content: center;
        padding-bottom: 40px;
    }
    .hr_section_6_content_box_content .inner {
        width: 100%;
        max-width: 100% !important;
    }

    .wd_blog_tmplate .post-prev-3-img img {
        height: auto;
        margin: auto;
        display: flex;
    }

    .hr_smart_work {
        flex-direction: column;
    }
    .wd_sec_4 .content-box {
        padding: 20px;
    }
    .home_landing_page {
        background-position-x: 19%;
    }
    .project-area
        .project-right-slider
        .project-right-slider-inner
        .swiper-pagination {
        left: 50%;
        transform: translate(-50%);
    }
    .home_about_area .custom-row {
        gap: 30px !important;
    }

    .home_about_area .abt_area_item {
        width: 100% !important;
    }

    .wd_features_ {
        margin-top: 20px;
        min-height: auto;
    }

    .tailored_heading_top {
        margin-top: 20px;
    }

    .order_small_deevice {
        order: 1;
    }

    .ecom_banner_text.first {
        margin-top: 0;
    }

    .ecom_sec_4 .container .row.align-items-center .col-lg-2.col-md-2.col-12 {
        display: none;
    }

    .scope_cards.left::after,
    .scope_cards.right::before {
        display: none;
    }

    .pixel_by_pixel .tab-pane .case-studio-body.d-flex .left {
        order: 1;
    }

    .mad_field_icons_header {
        padding: 10px 0;
    }

    .mad_field_icons_header h4 {
        font-size: 16px;
    }

    .mad_why_us {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pixel_by_pixel .tab-pane .case-studio-body.d-flex {
        flex-direction: column !important;
    }

    .pixel_by_pixel .tab-pane .case-studio-body.d-flex .right {
        max-width: 100% !important;
    }

    .speech_to_text_banner h1 {
        font-size: 38px;
    }

    .home_abt_service_area {
        overflow: hidden;
    }

    .home_about_area .left-content {
        position: relative;
        top: 0px;
    }

    .wd_banner_sec h1 {
        font-size: 48px;
    }

    .header-area {
        padding: 14px 0;
    }

    .wd_sec_2 .content-box {
        padding: 20px;
    }

    .wd_features_.even {
        margin-top: 20px;
    }

    .slick-dots {
        margin-top: 30px;
    }

    .fields_we_work {
        text-align: center;
    }

    .mad_sec_1 .banner_chips {
        display: none;
    }

    .mad_services {
        padding: 20px;
    }

    .mad_field_we_work {
        padding: 20px;
        margin-top: 0;
        text-align: center;
    }

    .mad_borde_left {
        border: none;
    }

    .mad_borde_right {
        border: none;
    }

    .mad_field_icons {
        padding: 20px;
    }

    .e_com_banner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .e_com_banner h1 {
        font-size: 36px;
    }

    .faq_text_ h1 {
        writing-mode: unset;
        color: black;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    }

    .text_m_center {
        text-align: center;
    }

    .wd_services_section .feature-box {
        padding-left: 0;
    }

    .contact-area .custom-row {
        gap: 10px;
    }
    .speech_text_sec_0 {
        background-size: cover !important;
    }
}

@media (max-width: 475px) {
    .pixel_by_pixel_tab .nav-item {
        width: 100%;
    }
    .pixel_by_pixel_tab .nav-item button {
        width: 100%;
        display: block;
        text-align: center;
    }
    .ai_orders_home_banner_tittle {
        top: 140px !important;
    }

    h1 {
        font-size: 36px !important;
    }

    .forging_flex {
        gap: 0;
    }

    .mobile_view {
        font-size: 36px;
    }

    .custom-row .contact-experience,
    .custom-row .contact-infos {
        width: 100% !important;
    }

    .about-timeline {
        padding-left: 60px !important;
    }

    .forging_flex {
        flex-direction: column;
    }

    .forging_flex ul {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

    .home_landing_page .hero-section-content h1 {
        font-size: 36px !important;
    }

    .speech_to_text_banner h1 {
        font-size: 36px !important;
        margin-bottom: 15px;
    }

    .speech_to_text_banner {
        padding-top: 0;
    }

    h1 {
        font-size: 36px !important;
    }

    .testimonial-area .swiper {
        padding: 30px 0;
    }
    .speech_text_features_ {
        padding: 20px;
    }
    .section-subtitle {
        font-size: 14px !important;
        letter-spacing: 1px !important;
    }
    .hero-service-about {
        padding: 30px !important;
    }
}

@media (max-width: 390px) {
    .testimonial_swiper_wrapper .swiper-wrapper .testimonial-item {
        padding: 20px !important;
    }
    .contact-area .contact-infos {
        padding: 50px;
        max-width: 280px;
        width: 100%;
    }
    .about-timeline {
        padding-left: 54px !important;
    }
    .about-timeline .about-timeline-item h3 {
        font-size: 20px !important;
    }
    .hero-company-box {
        text-align: center;
    }
    .hero-company-box h3 {
        font-size: 20px !important;
    }
    .mad_sticky_scroll::before {
        top: 90px;
    }

    .faq_text_ h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 319px) {
    .footer-links ul li a {
        font-size: 14px !important;
    }
    .hero-service-about img {
        width: 100%;
        height: 134px;
        object-fit: cover;
    }
    .about .iconbox h3 {
        font-size: 20px !important;
    }
}
