@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
    scroll-behavior: smooth;
}

.allcode_section {
    overflow-x: hidden;
}

.allcode_section::-webkit-scrollbar {
    display: none;
}

.allcode_section {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

:root {
    --ButtonColor: #064BD1;
    --teamColor: #1E60DF;
    --color: #fff;
    --textColor: #0B59EF;
    --textDark: #818181;
    --footerBg: #280606;
}

a {
    text-decoration: none;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

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

    100% {
        transform: translateY(-10px);
    }
}

/* navbar section */
/* .navbar {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
    border-radius: 15px;
    box-shadow: 3px 4px 4px 0px rgba(214, 214, 214, 0.50);
    transition: all 0.3s;
}

.navbar-brand img {
    height: 35px;
    width: auto;
}

.nav-bar-scrolled {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0px;
    left: 0px;
    transform: 0.4s;
    border-radius: 0px;
}

.nav-item a {
    font-weight: 600;
    font-size: 16px;
}

.inpos_btn {
    padding: 8px 0px 8px 0px;
    width: 160px;
    border-radius: 10px;
    color: #fff;
    border: 0px;
    background: linear-gradient(to right, #0066FF, #0047B1);
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.inpos_btn:hover {
    opacity: 0.9;
    transform: 0.3s;
}

.banner_bg_img ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.banner_bg_img li {
    display: table-cell;
    position: relative;
    padding: 0px 0;
}

.banner_bg_img .nav-item a {
    color: var(--teamColor);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.banner_bg_img .nav-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--teamColor);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.banner_bg_img .nav-item a:hover:after {
    width: 100%;
    left: 0;
} */

/* Home section */

.home {
    width: 100%;
    height: 380px;
    background-image: url('images/aboutUs/about_banner_img.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0px 0px 50px 0px;
}

.arrow_Img {
    position: absolute;
    height: 180px;
    right: 100px;
    top: 330px;
    z-index: -1000;
}

.home h1 {
    color: var(--color);
    font-size: 50px;
    font-weight: 600;
}

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

.paginationLink a {
    color: var(--color);
    text-decoration: none;
}

.aboutUsTxt h5 {
    font-weight: 700;
}

/* Organization section css */

.Organization_section {
    margin-top: 130px;
    position: relative;
}

.Organization_heading h6 {
    font-size: 20px;
    color: var(--teamColor);
    font-weight: 700;
}

.Organization_heading h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 55px;
}

.Organization_product_txt h1 span {
    font-weight: 600;
}

.task_showing .mission h6 {
    color: var(--teamColor);
}

.show-features ul {
    list-style-type: none;
    padding: 0;
    width: 500px;
}

.tab {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #C6C6C6;
    height: 50px;
    color: black;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.tab .line-btn {
    padding: 10px 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    width: 25%;
    text-align: center;
    transition: border-bottom 0.3s;
}

.tab .line-btn.active {
    border-bottom: 5px solid var(--teamColor);
    color: var(--teamColor);
}

.tab-contents {
    display: none;
    width: 100%;
}

.tab-contents p {
    font-size: 16px;
    font-weight: 500;
    color: var(--textDark);
    width: 140%;
}

.tab-contents.active-tab {
    display: block;
}

.Organization_us_img img {
    height: 85%;
}

.header h1 {
    font-size: 42px;
    line-height: 55px;
    font-weight: 700;
}

.header h1 span {
    color: var(--textColor);
}

.Organization_txt_sction .card {
    border: 0px;
    background-color: transparent;
}

.Organization_txt_sction .card .card-body h4 span {
    color: var(--textColor);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.Organization_txt_sction .card .card-body h4 {
    font-size: 16px;
    color: var(--textDark);
    font-weight: 600;
    line-height: 35px;
}

.tecnical_section {
    display: flex;
}

.about_btn button {
    box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
    border-radius: 6px;
    background: var(--ButtonColor);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    width: 170px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.about_btn button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.about_btn button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.about_btn button:hover span {
    padding-right: 25px;
}

.about_btn button:hover span:after {
    opacity: 1;
    right: 0;
}

/* about us section css */
.about_section {
    position: relative;
    padding: 100px 0px 150px 0px;
    background-image: url('images/aboutUs/about_bg_img.webp');
    /* background-position: center; */
    background-size: cover;
    height: auto;
}

.about_section_txt h6 {
    font-size: 20px;
    color: var(--teamColor);
    font-weight: 700;
}

.about_section_txt h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
}

.about_section_txt .card {
    border: 0px;
    background-color: transparent;
}

.about_section_txt .card .card-body h4 span {
    color: var(--textColor);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.about_section_txt .card .card-body h4 {
    font-size: 16px;
    color: var(--textDark);
    font-weight: 400;
    line-height: 45px;
}

.progress-bar h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.progress_head {
    font-size: 20px;
    font-weight: 600;
    color: var(--textColor);
}

.beginning_txt h5 {
    font-size: 30px;
    font-weight: 600;
}

.beginning_txt p {
    font-size: 18px;
    color: var(--textDark);
    font-weight: 400;
    line-height: 50px;
}

/* It solution css*/
.itSolution {
    background-image: url('images/aboutUs/itSolution_bg.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
}

.heading_Itsolution {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.heading_Itsolution h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--color);
    text-align: center;
    line-height: 55px;
}

.heading_Itsolution p {
    font-size: 18px;
    font-weight: 500;
    color: var(--color);
    text-align: center;
    line-height: 35px;
}

/* counting_section css */
.counting_section_bg {
    font-family: sans-serif;
    width: 100%;
    background-image: url('images/aboutUs/counting_bg.webp');
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    padding: 52px 10px 52px 10px;
}

.counting_img img {
    height: 70px;
}

.counting_section_bg h2 {
    font-size: 30px;
    font-weight: 500;
    color: var(--textColor);
}

.counting_section_bg h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--textColor);
}

/* Our service section css */
.ourService_bg {
    background-image: url('images/aboutUs/our_service_bg_img.webp');
    /* background-position: center; */
    background-size: cover;
    height: auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-top: 150px;
}


.ourService_card h6 {
    font-size: 20px;
    color: var(--teamColor);
    font-weight: 700;
}

.ourService_card h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 55px;
}

.ourService_card p {
    font-size: 18px;
    color: var(--textDark);
    font-weight: 500;
}

.ourService_card .card {
    border: 0px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 3px 20px 0px rgba(164, 164, 164, 0.25);
    padding: 10px 5px 10px 5px;
}

.ourService_card .card img {
    height: 80px;
}

.ourService_card .card h5 {
    color: var(--textDark);
    font-size: 18px;
}

.card2 {
    margin-top: 130px;
}

.card3 {
    margin-top: 130px;
}

/* testimonial_section css */
.testimonial_section {
    background-image: url('images/aboutUs/Testimonials_bg.webp');
    background-size: cover;
    background-position: center;
    height: auto;
    margin-top: 150px;
    padding: 100px 0px 30px 0px;
    position: relative;
    z-index: 1000;
}

.testimonial_right_img {
    position: absolute;
    right: 0;
    height: 80%;
}

.txt_testimonial h6 {
    font-size: 20px;
    color: var(--teamColor);
    font-weight: 700;
}

.txt_testimonial h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.txt_testimonial p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: var(--textDark);
}

.item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}

.item .box p {
    font-size: 18px;
    font-weight: 400;
    color: var(--textDark);
    text-align: center;
    line-height: 35px;
}


.item .box:after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}

.single_commaa {
    height: 40px;
    width: 40px;
    background-color: var(--teamColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}

.author {
    text-align: center;
}


.rounded-circle {
    height: 70px;
    width: 70px;
}


/* business solution section css */
.business_solution_section {
    background-image: url('images/aboutUs/business_solution_bg.webp');
    background-size: cover;
    background-position: center;
    height: auto;
    margin-top: 100px;
    padding: 80px 0px 150px 0px;
}

.business_solution_head {
    border-radius: 30px;
    background: var(--color);
    box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
    width: 310px;
    padding: 5px 20px;
    text-align: center;
}

.business_solution_head h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

.business_solution_txt h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

.business_solution_txt h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 55px;
}

.business_solution_txt p {
    color: var(--textDark);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

/* footer css */
.footer_bg {
    background-image: url('images/footer_bg.webp');
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 10px 0px 5px 0px;
}

.footer_logo img {
    height: 60px;
}

.footer_logo p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
}

.wrapper {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper .icon a {
    color: #000;
    transition: 0.3s;
}

.wrapper .icon a:hover {
    color: #fff;
    transform: 0.3s;
}

.wrapper .icon {
    position: relative;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 23px;
    height: 23px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before,
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before,
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before,
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before,
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
}

.footer_txt h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-top: 50px;
}

.footer_social_media {
    display: flex;
    justify-content: center;
}

.footer_social_media img {
    height: 25px;
}

.underLine {
    height: 3px;
    width: 40px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.footer_txt ul {
    padding: 0;
}

.footer_txt ul a {
    text-decoration: none;
}

.footer_txt ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.bottom_nav {
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
}

.bottom_nav p {
    color: #fff;
}

.bottom_nav a {
    text-decoration: none;
}

/* Media qurey section */

@media screen and (max-width:900px) {

    /* Home section */
    .home {
        width: 100%;
        height: 300px;
        background-image: url('images/aboutUs/about_banner_img.webp');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .arrow_Img {
        position: absolute;
        height: 180px;
        right: 100px;
        top: 250px;
        z-index: -1000;
    }

    /* Organization section css */

    .Organization_section {
        margin-top: 130px;
        position: relative;
    }

    .Organization_heading h6 {
        font-size: 20px;
        color: var(--teamColor);
        font-weight: 700;
        margin-top: 100px;
    }

    .Organization_us_img {
        display: flex;
        justify-content: center;
    }

    .Organization_us_img img {
        height: 45vh;
    }

    /* about us section css */
    .about_img {
        display: flex;
        justify-content: center;
    }

    .about_img img {
        height: 45vh;
    }

    /* It solution css*/
    .itSolution {
        background-image: url('images/aboutUs/itSolution_bg.webp');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 30vh;
        display: flex;
        align-items: center;
    }

    .heading_Itsolution {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .heading_Itsolution h1 br {
        display: none;
    }

    /* counting_section css */
    .counting_img img {
        height: 60px;
    }

    /* Our service section css */
    .ourService_bg {
        background-image: url('images/aboutUs/our_service_bg_img.webp');
        /* background-position: center; */
        background-size: cover;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 130px;
    }


    .ourService_card h6 {
        font-size: 20px;
        color: var(--teamColor);
        font-weight: 700;
    }

    .ourService_card h1 {
        font-weight: 600;
        font-size: 40px;
        line-height: 55px;
    }

    .ourService_card p {
        font-size: 21px;
        color: var(--textDark);
        font-weight: 500;
    }

    .ourService_card .card {
        border: 0px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 2px 3px 20px 0px rgba(164, 164, 164, 0.25);
        padding: 10px 5px 10px 5px;
    }

    .ourService_card .card img {
        height: 100px;
    }

    .ourService_card .card h5 {
        color: var(--textDark);
        font-size: 18px;
    }

    .card2 {
        margin-top: 20px;
    }

    .card3 {
        margin-top: 20px;
    }

    /* footer section */
    .footer_social_media {
        display: flex;
        justify-content: flex-start;
    }

}


/* Media qurey section */

@media screen and (max-width:700px) {

    /* Home section */
    .home {
        width: 100%;
        height: 200px;
        background-image: url('images/aboutUs/about_banner_img.webp');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .arrow_Img {
        position: absolute;
        height: 180px;
        right: 60px;
        top: 100px;
        z-index: -1000;
    }

    .home h1 {
        color: var(--color);
        font-size: 30px;
        font-weight: 600;
    }

    .paginationLink a {
        color: var(--color);
        text-decoration: none;
        font-size: 14px;
    }

    .aboutUsTxt h5 {
        font-weight: 700;
        font-size: 18px;
    }

    /* Organization section css */

    .Organization_section {
        margin-top: 100px;
        position: relative;
    }

    .Organization_heading h6 {
        font-size: 18px;
        color: var(--teamColor);
        font-weight: 700;
        margin-top: 50px;
        text-align: center;
        line-height: 30px;
    }

    .Organization_heading h1 br {
        display: none;
    }

    .Organization_heading h1 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
    }

    .Organization_product_txt {
        display: none;
    }

    .Organization_us_img img {
        height: 35vh;
    }

    .Organization_txt_sction .card {
        border: 0px;
        background-color: transparent;
        text-align: center;
    }

    .Organization_txt_sction .card .card-body h4 span {
        color: var(--textColor);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }

    .Organization_txt_sction .card .card-body h4 {
        font-size: 14px;
        color: var(--textDark);
        font-weight: 500;
        line-height: 35px;
    }

    .about_btn button {
        box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
        border-radius: 6px;
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        padding: 5px 5px 5px 5px;
        width: 170px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* about us section css */
    .about_section {
        position: relative;
        padding: 100px 0px 150px 0px;
        background-image: url('images/aboutUs/about_bg_img.webp');
        /* background-position: center; */
        background-size: cover;
        height: auto;
        text-align: center;
    }

    .about_section_txt h6 {
        font-size: 16px;
        color: var(--teamColor);
        font-weight: 700;
    }

    .about_section_txt h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 45px;
    }

    .about_section_txt h1 br {
        display: none;
    }

    .about_section_txt .card .card-body h4 span {
        color: var(--textColor);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }

    .about_section_txt .card .card-body h4 {
        font-size: 14px;
        color: var(--textDark);
        font-weight: 500;
        line-height: 35px;
    }

    .progress-bar h6 {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }

    .progress_head {
        font-size: 17px;
        font-weight: 600;
        color: var(--textColor);
        text-align: left;
    }

    .beginning_txt h5 {
        font-size: 26px;
        font-weight: 600;
    }

    .beginning_txt p {
        font-size: 14px;
        color: var(--textDark);
        font-weight: 500;
        line-height: 35px;
    }

    .about_img img {
        height: 35vh;
    }

    /* It solution css*/
    .itSolution {
        background-image: url('images/aboutUs/itSolution_bg.webp');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        width: 100%;
        padding: 30px 0px 30px 0px;
        height: auto;
        display: flex;
        align-items: center;
    }

    .heading_Itsolution {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .heading_Itsolution h1 {
        font-size: 28px;
        font-weight: 600;
        color: var(--color);
        text-align: center;
        line-height: 45px;
    }

    .heading_Itsolution h1 br {
        display: none;
    }

    .heading_Itsolution p {
        font-size: 14px;
        font-weight: 500;
        color: var(--color);
        text-align: center;
        line-height: 25px;
    }

    .heading_Itsolution p br {
        display: none;
    }

    /* counting_section css */
    .counting_section_bg {
        font-family: sans-serif;
        width: 100%;
        background-image: url('images/aboutUs/counting_bg.webp');
        background-size: cover;
        background-position: center;
        margin-top: 100px;
    }

    .counting_img img {
        height: 50px;
    }

    .counting_section_bg h2 {
        font-size: 28px;
        font-weight: 500;
        color: var(--textColor);
    }

    .counting_section_bg h6 {
        font-size: 14px;
        font-weight: 500;
        color: var(--textColor);
    }

    .counting_card {
        margin-top: 25px;
    }

    /* Our service section css */
    .ourService_bg {
        background-image: url('images/aboutUs/our_service_bg_img.webp');
        /* background-position: center; */
        background-size: cover;
        height: auto;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        padding-top: 80px;
        text-align: center;
    }


    .ourService_card h6 {
        font-size: 16px;
        color: var(--teamColor);
        font-weight: 700;
    }

    .ourService_card h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 45px;
    }

    .ourService_card p {
        font-size: 16px;
        color: var(--textDark);
        line-height: 30px;
        font-weight: 500;
    }

    .ourService_card .card {
        border: 0px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 2px 3px 20px 0px rgba(164, 164, 164, 0.25);
        padding: 10px 5px 10px 5px;
    }

    .ourService_card .card img {
        height: 100px;
    }

    .ourService_card .card h5 {
        color: var(--textDark);
        font-size: 18px;
    }

    .card2 {
        margin-top: 20px;
    }

    .card3 {
        margin-top: 20px;
    }

    /* testimonial_section css */
    .testimonial_section {
        background-image: url('images/aboutUs/Testimonials_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        margin-top: 150px;
        padding: 100px 0px 30px 0px;
        position: relative;
        z-index: 1000;
        text-align: center;
    }

    .testimonial_right_img {
        position: absolute;
        right: 0;
        height: 20%;
        z-index: -1;
        display: none;
    }

    .txt_testimonial h6 {
        font-size: 18px;
        color: var(--teamColor);
        font-weight: 700;
    }

    .txt_testimonial h1 {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 45px;
    }

    .txt_testimonial p {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        color: var(--textDark);
    }

    .item .box {
        padding: 30px;
        background-color: #fff;
        position: relative;
    }

    .item .box p {
        font-size: 14px;
        font-weight: 400;
        color: var(--textDark);
        text-align: center;
        line-height: 40px;
    }


    .item .box:after {
        content: '';
        position: absolute;
        right: 30px;
        bottom: -24px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-width: 12px 15px;
        border-top-color: #fff;
    }

    .single_commaa {
        height: 40px;
        width: 40px;
        background-color: var(--teamColor);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        color: #FFF;
        margin-left: auto;
        margin-right: auto;
    }

    .author {
        text-align: center;
    }

    .rounded-circle {
        height: 50px;
        width: 50px;
    }

    .name {
        font-size: 18px;
    }

    .title {
        font-size: 14px;
    }

    /* business solution section css */
    .business_solution_section {
        background-image: url('images/aboutUs/business_solution_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        margin-top: 100px;
        padding: 80px 0px 150px 0px;
        text-align: center;
    }

    .business_solution_head {
        border-radius: 30px;
        background: var(--color);
        box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
        width: 310px;
        padding: 5px 20px;
        text-align: center;
    }

    .business_solution_head h5 {
        color: var(--teamColor);
        font-size: 20px;
        font-weight: 600;
    }

    .business_solution_txt h5 {
        font-size: 18px;
    }

    .business_solution_txt h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 40px;
    }

    .business_solution_txt p {
        color: var(--textDark);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
    }

    .business_img {
        display: flex;
        justify-content: center;
        margin-top: 80px;
    }

    .business_img img {
        height: 35vh;
    }

    /* footer section css */
    .footer_bg {
        background-image: url('images/footer_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        padding: 10px 0px 5px 0px;
    }

    .footer_logo img {
        height: 40px;
    }

    .footer_logo p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        margin-top: 20px;
    }

    .wrapper {
        display: inline-flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .wrapper .icon {
        position: relative;
        background: #ffffff;
        color: #000;
        border-radius: 50%;
        padding: 15px;
        margin: 10px;
        width: 23px;
        height: 23px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .wrapper .tooltip {
        position: absolute;
        top: 0;
        font-size: 14px;
        background: #ffffff;
        color: #ffffff;
        padding: 5px 8px;
        border-radius: 5px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .wrapper .tooltip::before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        background: #ffffff;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .wrapper .icon:hover .tooltip {
        top: -45px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .wrapper .icon:hover span,
    .wrapper .icon:hover .tooltip {
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    }

    .wrapper .github:hover,
    .wrapper .github:hover .tooltip,
    .wrapper .github:hover .tooltip::before,
    .wrapper .youtube:hover,
    .wrapper .youtube:hover .tooltip,
    .wrapper .youtube:hover .tooltip::before,
    .wrapper .instagram:hover,
    .wrapper .instagram:hover .tooltip,
    .wrapper .instagram:hover .tooltip::before,
    .wrapper .twitter:hover,
    .wrapper .twitter:hover .tooltip,
    .wrapper .twitter:hover .tooltip::before,
    .wrapper .facebook:hover,
    .wrapper .facebook:hover .tooltip,
    .wrapper .facebook:hover .tooltip::before {
        background: #333333;
        color: #ffffff;
    }

    .footer_txt h6 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
    }

    .footer_social_media {
        display: flex;
        justify-content: flex-start;
    }

    .footer_social_media img {
        height: 25px;
    }

    .underLine {
        height: 3px;
        width: 40px;
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    .footer_txt ul {
        padding: 0;
    }

    .footer_txt ul a {
        text-decoration: none;
    }

    .footer_txt ul li {
        list-style: none;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .bottom_nav {
        display: flex;
        justify-content: center;
        color: #fff;
        flex-wrap: wrap;
        text-align: center;
    }

    .bottom_nav p {
        font-size: 12px;
    }
}