@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Black.woff2') format('woff2'), url('../fonts/WorkSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'), url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-ExtraBold.woff2') format('woff2'), url('../fonts/WorkSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.woff2') format('woff2'), url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'), url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2'), url('../fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Light.woff2') format('woff2'), url('../fonts/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-BoldItalic.woff2') format('woff2'), url('../fonts/Ubuntu-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Italic.woff2') format('woff2'), url('../fonts/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.woff2') format('woff2'), url('../fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-LightItalic.woff2') format('woff2'), url('../fonts/Ubuntu-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.woff2') format('woff2'), url('../fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.woff2') format('woff2'), url('../fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-MediumItalic.woff2') format('woff2'), url('../fonts/Ubuntu-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}




/*--------------------------/*
Tempale name : bytescove

/*--------------------------/*

[Table of contents]
[Color codes]
Background: #ffffff
Body Color :#666;

1 COMPONENT STYLES
2 owlCarousel css 

/*-------------------------*/
/*==========================================================================
  1.0 COMPONENT STYLES
============================================================================ */



label {
    font-weight: 600;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: #fff;
    }

.footer-logo img {
    max-width: 25%;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.428;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    font-weight: 500;
    display: inline-block;
    border-left: none;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 20px 0;
    margin-top: 10px;
    margin-bottom: 38px;
}

    blockquote p,
    q p {
        font-style: italic;
        font-size: 14px;
    }

    blockquote::before {
        content: url('../images/quote-item.png');
        display: block;
    }

/* ==========================================================================
  1.1 FORM
============================================================================ */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}



textarea {
    line-height: 28px;
    padding: 11px 26px;
    height: auto;
    width: 100%;
    border-radius: 0;
}

.form-control {
    min-height: 50px;
    padding: 10px;
}

option {
    padding: 5px 21px;
    line-height: 30px;
}

.button,
button,
input[type="submit"] {
    display: inline-block;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    textarea:focus,
    button:focus,
    :focus {
        outline: none;
    }



/* ==========================================================================
  2. owlCarousel css
============================================================================ */

.owlCarousel img {
    width: auto;
}

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        margin: 7px;
        background-color: rgba(217, 217, 217, 1);
        display: block;
        border-radius: 10px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--primary-color);
    }

.owl-nav button {
    background-color: #fff !important;
    width: 83px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
    margin: 0px 10px !important;
    border: 2px solid #808080 !important;
}

    .owl-nav button.disabled.owl-prev {
        background-image: url(../images/grayarrow-right.svg) !important;
    }

    .owl-nav button.disabled.owl-next {
        background-image: url(../images/grayarrow-left.svg) !important;
    }

    .owl-nav button span {
        opacity: 0;
    }

    .owl-nav button.owl-prev {
        background-image: url(../images/arrow-left.svg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin-left: 20px;
        position: absolute;
        top: 50%;
        left: -4%;
        transform: translate(0%, -50%);
    }

    .owl-nav button.owl-next {
        background-image: url(../images/arrow-right.svg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        position: absolute;
        top: 50%;
        left: auto;
        right: -4%;
        transform: translate(0%, -50%);
    }


:root {
    --primary-color: #00A558;
    --secondary-color: #fff;
}

body {
    font-family: 'Work Sans';
    font-size: 14px;
    line-height: 21px;
    color: #666;
    overflow-x: hidden;
    background-color: #F4F1FF;
    text-transform: capitalize;
}

.thm-heading h1 {
    font-family: 'Ubuntu';
    font-size: 55px;
    font-weight: 700;
    line-height: 90px;
    color: #ffffff;
    text-align: center;
}

.connect-wrapper {
    margin: 0 48px;
}


.banner-wrapper .thm-heading p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}




    .thm-heading h2 {
    font-family: Ubuntu;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
}

.thm-heading h3 {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}

.thm-heading h4 {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.thm-heading p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.header-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-nav li .nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.81px;
    color: #fff;
    margin: 0px 16px;
}

    .navbar-nav li .nav-link:hover {
        color: var(--primary-color);
    }

.banner-wrapper {
    position: relative;
    padding: 50px 0px;
    padding-bottom: 70px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner-btn {
    width: fit-content;
    margin: 0 auto;
}

.thm-btn-sec {
    background: #D9F6FF;
    border-radius: 56px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .thm-btn-sec:hover {
        background: #d1f2fc;
    }

.thm-light-btn {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    color: #000;
    background-color: transparent;
    padding: 16px 28px;
    border-radius: 56px;
}

.thm-btn {
    background: #00A558;
    font-family: Ubuntu;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    padding: 16px 2px 16px 30px;
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}

    .thm-btn img {
        margin: 0px 15px;
    }

    .thm-btn:hover {
        background: #028849;
    }

    .thm-btn.bg-dark:hover {
        background: #333333 !important;
    }



  

.banner-btn {
    margin-top: 30px;
}





.banner-btn .thm-btn {
    padding: 16px 30px;
}


.get-intouch {
    background-color: #000;
    padding: 40px;
    border-radius: 36px;
    margin-top: 70px;
}

    .get-intouch .thm-heading h2, .get-intouch .thm-heading p {
        color: #fff;
    }




.services-con {
    background: #f7fdff;
    border-radius: 24px;
    padding: 18px;
    border: 1px solid #ebebeb;
    height: 100%;
}





    .services-con .mobile-dev-thm-heading {
        display: block !important;
    }

.services-wrapper.index .services-con {
    box-shadow: none;
}


.industries-wrapper .thm-heading h4 {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.services-sec {
    background-color: #fff;
    padding: 50px 0;
    border-radius: 30px;
}
    .services-con-img {
        height: 180px;
        width: fit-content;
        margin-left: auto;
        margin-top: 28px;
    }

    .services-con-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }



    .services-slider .owl-nav button {
        position: absolute !important;
        top: -20%;
        right: 9%;
        position: inherit;
    }

    .services-slider .owl-nav .owl-prev {
        left: auto;
        right: 16%;
    }



.industries-tabs .nav-item .nav-link {
    border: 2px solid #979797;
    padding: 16px 40px;
    border-radius: 40px;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    color: #000;
    text-transform: capitalize;
    background-color: #fff;
}

.industries-tabs .nav-pills {
    gap: 10px;
    margin: 20px 0px;
}

.industries-tabs .nav-item .nav-link.active {
    background: #00A558;
    border-color: #00A558;
    color: #fff;
}

.industries-list {
    margin-top: 30px;
}

    .industries-list ul li {
        font-family: Ubuntu;
        color: #4A4A4A;
        font-size: 20px;
        line-height: 40px;
        text-align: left;
        list-style: none;
        position: relative;
        padding: 10px;
        padding-left: 20px;
    }

        .industries-list ul li::before {
            content: " ";
            background-color: #00A558;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            display: block;
            position: absolute;
            left: 0px;
            top: 25px;
        }

.industries-tabs-sec {
    padding: 30px 28px;
    margin-top: 20px;
}

.industries-img {
    margin-top: 10px;
}

.ourwork-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ourwork-wrapper {
    background-color: #fff;
    margin: 60px 0px;
    padding: 75px 0px;
}

.ourwork-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ourwork-con h4 {
        margin-bottom: 10px;
    }

.ourwork-sec {
    margin-top: 18px;
}

    .ourwork-sec .thm-heading h4 {
        font-family: Ubuntu;
        font-size: 22px;
        font-weight: 700;
    }
    .ourwork-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px 0px;
}

    .ourwork-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ourwork-con {
    margin: 20PX 0px;
}



    

.ourteam-img {
    position: relative;
}

    .ourteam-img .ourteam-logo {
        position: absolute;
        right: 5px;
        bottom: -10px;
        width: 60px;
    }

.ourteam-slider {
    margin-top: 40px;
}

.connect-sec {
    border-radius: 30px;
    padding: 30px;
    background-color: #000;
    margin-top: 40px;
}

    .connect-sec .thm-heading h2, .connect-sec .thm-heading p {
        color: #fff;
    }

.clients-wrapper {
    padding: 30px 0px;
}

.clients-con {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    border: 1px solid #FFFFFF66;
    margin-left: 2px;
}

.clients-img::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.9%, #000000 100%);
    position: absolute;
}

.clients-con .ourwork-con {
    position: absolute;
    bottom: 16px;
    right: 16px;
    left: 16px;
    margin-bottom: 0px;
    z-index: 999;
}

    .clients-con .ourwork-con h4, .clients-con .ourwork-con p {
        color: #fff;
    }

.clients-slider {
    margin-top: 30px;
}

.clients-footer-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 185px;
    padding-bottom: 30px;
}

.clients-footer {
    background-color: #000;
    margin-top: -164px;
}

.partnerlist {
    margin-top: 20px;
}

    .partnerlist ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

        .partnerlist ul li {
            list-style: none;
            padding: 5px 10px;
        }

.partner-wrapper {
    margin: 30px 0px;
    margin-top: 0px;
}

.faq-wrapper {
    background-image: url(../images/faq-bg.png);
    padding: 60px 0px;
    margin: 70px 0px;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.faq-sec {
    background-color: #000;
    max-width: 700px;
    padding: 30px;
    border-radius: 14px;
    margin-left: auto;
}

    .faq-sec h3 {
        color: #fff;
        font-size: 32px;
    }

    .faq-sec p {
        color: #fff;
        font-size: 20px;
        margin-top:15px;
    }

        .accordion {
            background-color: transparent;
            border: none;
            margin-bottom: 40px;
            margin-top: 10px;
        }

.accordion-item {
    border: none;
}

.accordion-button {
    background-color: transparent;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    line-height: 22.98px;
    text-align: left;
    color: #fff;
    padding: 18px 0px;
}

    .accordion-button:focus {
        box-shadow: none;
    }

.accordion-item {
    background-color: transparent;
    border-bottom: 1.8px solid #EBEBEB40;
    border-radius: 0px;
}

.accordion-button::after {
    background-image: url(../images/accordion-arrow.svg);
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: #fff;
    background-color: transparent;
}

.accordion .faq-collapse-con {
    padding: 10px 0px;
}

    .accordion .faq-collapse-con p {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #FAFAFA;
    }

.ourwork-item {
    position: relative;
    margin: 0px 10px;
}

.contact-list-sec {
    background-color: #000;
    background-image: url(../images/contact-bg.svg);
    border-radius: 25px;
    padding: 45px 35px;
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 646px;
}

    .contact-list-sec .thm-heading h2, .contact-list-sec .thm-heading p {
        color: #fff;
    }

.contact-list {
    margin-top: 30px;
}

.contact-sec {
    background-color: #fff;
    border-radius: 30px;
    border: 1.5px solid #000;
    padding: 10px;
    padding-right: 25px;
    position: relative;
    z-index: 999;
}


.contact-list ul li {
    list-style: none;
}

.contact-list-con {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 21px 0px;
}

    .contact-list-con img {
        width: 26px;
        height: auto;
        margin-right: 10px;
    }

    .contact-list-con span {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.38px;
        text-align: left;
        color: #fff;
        text-transform: capitalize;
    }



    .contact-item label {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        
    }



    .form-control:focus-within label {
        height: auto;
        position: relative;
        z-index: 99;
        top: -15px;
        align-content: top;
        color: #000;
    }

    .form-control:focus-within .form-control {
        height: 40px;
        padding: 10px 0px;
    }

        .form-control:focus-within .form-control:focus {
            box-shadow: none;
        }

    .form-control::placeholder {
        opacity: 0;
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        color: #8D8D8D;
    }





 .form-control {
    padding: 10px;
}

.form-control::placeholder {
    opacity: 1;
    color: #6c757d;
}

.form-control:focus {
    box-shadow: none;
}

.subject-sec {
    width: 100%;
}

    .subject-sec h4 {
        font-family: Ubuntu;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
    }

.form-check-label {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.subject-list {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-top: 12px;
}

.form-check {
    margin-right: 40px;
}

.form-check-input {
    border-radius: 100%;
    border: none;
    background-color: #E0E0E0;
}

    .form-check-input:checked {
        background-color: #00A558;
    }

    .form-check-input:focus {
        box-shadow: none !important;
    }

.subject-sec {
    margin-top: 10px;
}

.footer-menu {
    background-color: #E6E6E6;
    padding: 30px 0px;
    margin-top: 40px;
}

    .footer-menu ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer-menu ul li {
            list-style: none;
        }

    .footer-menu .footer-menu-link {
        font-size: 18px;
        font-weight: 500;
        line-height: 20.68px;
        text-align: left;
        color: #000;
        margin: 0px 10px;
        padding: 10px;
    }

        .footer-menu .footer-menu-link:hover {
            color: var(--primary-color);
        }

.copyright-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .copyright-list ul li {
        list-style: none;
        padding: 0px 10px;
    }

.copyright-con {
    font-size: 18px;
    font-weight: 400;
    line-height: 20.68px;
    text-align: left;
}

.copyright-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-sec {
    padding: 20px 0px;
}

.footer-wrapper {
    padding-top: 30px;
}

.textarea-sec {
    height: auto;
}


    

        .textarea-sec .form-control::placeholder {
            opacity: initial;
        }

    .textarea-sec.label-active label {
        top: 0px !important;
    }

    .textarea-sec.label-active :focus-within label {
        top: 0px !important;
    }

.contact-form-btn {
    margin-top: 30px;
}

    .contact-form-btn .thm-btn {
        font-size: 16px;
        padding: 12px 26px;
        margin-left: auto;
    }

/* mega menu */
header {
    position: fixed;
    top: 0;
    margin: auto;
    width: 100%;
    z-index: 99999999;
    background-color: #000;
}

    header.fixed {
        background-color: #000;
        z-index: 1000;
        top: 0;
        margin: auto;
        width: 100%;
        transition: all 0.5s ease;
    }

.header-wrapper .dropdown-menu {
    display: none;
}

    .header-wrapper .nav-item:hover > .dropdown-menu,
    .header-wrapper .dropdown-menu:hover {
        display: block;
    }

    .header-wrapper .dropdown-menu .dropdown-menu {
        left: 80%;
        background-color: transparent;
        top: -20%;
        padding-left: 50PX;
        margin-top: 0px !important;
    }

.dropdown-submenu-bg {
    border-radius: 14px;
    background-color: #fff;
    border: none;
    padding: 14px 12px;
}

.header-wrapper .dropdown-submenu {
    position: relative;
}

    .header-wrapper .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.header-wrapper .dropdown-item {
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 10px 14px;
    padding-right: 30px;
    position: relative;
    border-radius: 8px;
}

    .header-wrapper .dropdown-item:active {
        background-color: var(--primary-color);
    }

    .header-wrapper .dropdown-item::after {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(-50%, -50%);
        border: none;
        background-image: url(../images/dropdown-arrow.svg);
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

.dropdown-menu-sec-bg {
    transform: translate(-50%, 0%);
    border: none;
    left: 50% !important;
    padding: 0px;
    padding-top: 20px;
    background-color: transparent;
    margin-top: 0px !important;
}

.dropdown-menu-sec {
    border-radius: 14px;
    background-color: #fff;
    border: none;
    padding: 14px 12px;
    min-width: 270px;
}

    .dropdown-menu-sec::before {
        content: '';
        width: 26px;
        height: 20px;
        display: block;
        background-color: #fff;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translate(-50%, -50%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

    .dropdown-menu-sec li {
        list-style: none;
    }

.dropdown-submenu .dropdown-menu {
    border-radius: 14px;
    background-color: #fff;
    border: none;
    padding: 14px 10px;
    margin-left: 16px !important;
}

#services-slider .owl-stage {
    padding-left: 0px !important;
}

.ourteam-container {
    margin-right: calc((100% - 1320px) / 2);
}

.partner-sec p {
    color: #6c757d;
    font-weight: 600;
}

.footer-wrapper {
    margin-top: -184px;
    background-color: #fff;
}

.footer-sec {
    padding-top: 195px;
}

.footer-logo {
    margin: 20px 0px !important;
}

.industries-tabs {
    overflow: auto;
}

    .industries-tabs .nav-pills {
        flex-wrap: nowrap;
        padding-bottom: 0px;
    }

        .industries-tabs .nav-pills .nav-link {
            white-space: nowrap;
        }

.industries-tab-con .row {
    flex-direction: row-reverse;
}

.banner-inner-con {
    background-color: #e1f6ff;
    padding: 30px;
    min-height: 220px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

    .banner-inner-con span {
        width: 100%;
    }

.banner-innersub-con p {
    font-size: 18px !important;
    line-height: 27px !important;
    color: #fff;
}

.banner-inner-sec {
    background-image: url(../images/banner-inner-bg.jpg);
    margin-top: 230px;
    padding-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.our-inner-bg {
    background-image: url(../images/banner-out-bg.jpg);
}

.portfolio-inner-bg {
    background-image: url(../images/banner-portfolio-bg.jpg);
}

.contact-inner-bg {
    background-image: url(../images/banner-contact-bg.jpg);
}

.mobile-development-bg {
    background-image: url(../images/banner-development-bg.jpg);
}

.industry-bg {
    background-image: url(../images/industry-bg.jpg);
    padding-bottom: 150px;
}

.career-banner-bg {
    padding-bottom: 180px;
}

.banner-inner-header {
    position: relative;
    top: -180px;
}

.sub-heading {
    color: #00A558;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-inner-details {
    background-color: #000;
    padding: 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    margin-top: 32px;
}

.banner-inner-details-con {
    text-align: center;
    padding: 0px 20px;
}

banner-inner-details-con h2 {
    font-family: Ubuntu;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -2px;
    text-align: center;
    color: #fff;
}

banner-inner-details-con span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.banner-inner-details::before {
    content: '';
    position: absolute;
    width: 740px;
    height: 30px;
    display: block;
    background: linear-gradient(to right, #03A2D2 40%, #00A558 40%, #00A558 80%);
    bottom: -30px;
    left: 0;
}

.our-details-wrapper {
    background-color: #000;
    padding: 40px 0px;
}

.our-details-con .sub-heading {
    color: #fff;
}

.our-details-con h3 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 14px;
}

.our-details-con p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.our-team-list-sec .ourteam-con {
    margin: 15px 0px;
}

.connect-information {
    margin-top: 0px;
}

    .connect-information ul {
        display: flex;
        align-items: end;
        justify-content: flex-end;
        gap: 22px;
        padding: 0px 10px;
        flex-wrap: wrap;
    }

        .connect-information ul .contact-list-con {
            padding: 0px;
        }



.contact-form-heading {
    margin-bottom: 30px;
}

.test-wrapper .industries-tabs {
    width: 50%;
}

.trusted-sec {
    padding: 30px 0px;
}

.w-fit {
    width: fit-content;
}

.ourwork-con p {
    line-height: 26px !important;
}

.app-development-wrapper .our-details-con h2 {
    margin-bottom: 10px;
}

.app-development-list {
    background: #262626a3;
    border: 1px solid #282828;
    border-radius: 30px;
    padding: 18px;
    height: 100%;
}

    .app-development-list h3 { color:#fff; font-size:22px;}

.app-development-img {
    background-color: #000;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.app-development h2 {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 5px;
}

.app-development span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
}

.expertise-details-sec {
    margin-top: 30px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 30px;
}

section.services-wrapper.discover-wrapper {
    background-color: #fff;
    padding: 65px 0;
}

    .expertise-details-sec .app-development-list {
        background: #ffffffa3;
        border: 1px solid #c9efff;
    }

    .expertise-details-sec .app-development-img {
        background: #00A558;
    }

.app-development h2, .app-development span {
    color: #000;
}

.expertise-wrapper .thm-heading h2 {
    margin-bottom: 10px;
}

.web-details-wrapper {
    margin-bottom: 50px;
}

.web-details-sec {
    background-color: #fff;
    border-radius: 30px;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .web-details-sec .thm-heading h1 {
        color: #00A558;
        font-size: 80px;
        font-weight: 700;
        line-height: 64px;
        text-align: center;
        margin-bottom: 0px;
    }

.number-con {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .number-con h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: normal;
        color: #fffF;
    }



h3 {
    font-size: 22px;
    margin-top: 14px;
}

.col-industry {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 14px;
    text-align: center;
    height: 100%;
}

    .discover-wrapper .services-con.thm-heading {
        display: block;
    }

.software-offerings {
    margin-bottom: 40px;
}

    .software-offerings .our-details-con {
        margin-top: 50px;
    }

    .software-offerings .our-details-con {
        margin-bottom: 30px;
    }

    .software-offerings .thm-heading h2 {
        color: #fff;
    }

.software-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 26px;
}

.blog-navigation .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.blog-navigation .page-link {
    border: 1px solid #E9E9E9;
    background-color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #00A558;
    padding: 8px 14px;
}

    .blog-navigation .page-link:focus {
        box-shadow: none;
    }

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e9f5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

.blog-list-item {
    display: grid;
    align-items: self-start;
    justify-content: flex-start;
    gap: 16px;
    grid-template-columns: 45% 55%;
    padding: 30px 0px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 30px;
}

    .blog-list-item .software-img {
        margin-bottom: 0px;
    }

    .blog-list-item:last-child {
        border-bottom: none;
    }

.blog-list-item-con p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
}

.blog-list-sub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20PX;
    margin: 10px 0px;
}

    .blog-list-sub .contact-list-con {
        padding: 0px;
    }

        .blog-list-sub .contact-list-con img {
            width: 20px;
            margin-right: 5px;
        }

        .blog-list-sub .contact-list-con span {
            color: #000;
            font-size: 18PX;
            font-weight: 500;
        }

.blog-list-btn {
    padding: 8px 26px !important;
    font-size: 18px !important;
}

.blog-right-btn {
    background-color: #00A558;
    padding: 8px 20px !important;
    font-size: 16px;
    margin-top: 14px;
    height: auto;
    line-height: normal;
}

.blog-list-right-con {
    background: #D1DEFF;
    border-radius: 30px;
    padding: 24px 25px;
    margin-bottom: 16px;
}

    .blog-list-right-con .contact-list-con img {
        width: 20px;
    }

    .blog-list-right-con span {
        color: #000;
        font-size: 14PX;
        font-weight: 500;
    }

    .blog-list-right-con h5 {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
    }

.webdevelopment-banner h2 {
    margin: 18px 0px;
}


.webdevelopment-banner-img {
    margin-top: 20px;
    border-radius: 30px;
    overflow: hidden;
}

.webdevelopment-item-list {
    margin-top: 20px;
}

    .webdevelopment-item-list li {
        list-style: none;
        font-family: Ubuntu;
        margin: 14px 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        text-align: left;
        color: #000;
    }


.webdevelopment-list {
    margin-top: 40px;
}

.webdevelopment-right {
    margin-bottom: 30px;
}

    .webdevelopment-right h4 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 10px;
    }

    .webdevelopment-right .webdevelopment-banner-img {
        margin-bottom: 30px;
    }

    .webdevelopment-right p {
        margin-bottom: 20px;
    }

    .webdevelopment-right .webdevelopment-item-list li {
        font-size: 18px;
        color: #707070;
        position: relative;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .webdevelopment-right .webdevelopment-item-list li::before {
            content: '•';
            color: #00A558;
            left: 0;
            font-size: 26px;
            line-height: 1;
            margin-right: 10px;
        }

.careeer-sub-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 40px;
    margin-top: 20px;
}

    .careeer-sub-list span {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #00A558;
    }

.careeer-list-item {
    margin: 30px 0px;
}

    .careeer-list-item ul {
        grid-template-columns: 50% 50%;
        display: grid;
    }

    .careeer-list-item li {
        list-style: none;
        font-size: 24px;
        color: #000;
        line-height: 44px;
    }

        .careeer-list-item li::before {
            content: "• ";
            color: #00A558;
        }

.careeer-list-sec {
    border-radius: 30px;
    padding: 24px 30px;
    margin-bottom: 30px;
    background-color: #fff;
}

.contact-banner .banner-inner-sec {
    margin-top: 150px;
}

.contact-banner .banner-inner-header {
    position: relative;
    top: -130px;
}

.blog-list-sec .row {
    flex-direction: row-reverse;
}

.banner-ps {
    padding-left: 95px;
}


#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


.industries-tabs {
    position: relative;
    overflow-x: hidden;
}

    .industries-tabs .icon {
        position: absolute;
        top: 0;
        height: 100%;
        width: 120px;
        display: flex;
        align-items: center;
    }

.icon:first-child {
    left: 0;
    display: none;
    background: linear-gradient(90deg, #f4f1ff 50%, transparent);
}

.icon:last-child {
    right: 0;
    justify-content: flex-end;
    background: linear-gradient(-90deg, #f4f1ff 50%, transparent);
}

.icon i {
    width: 55px;
    height: 55px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #fff;
}

    .icon i:hover {
        color: #212121;
        background: #efedfb;
    }

.icon:first-child i {
    margin-left: 15px;
}

.icon:last-child i {
    margin-right: 15px;
}

.industries-tabs .tabs-box {
    display: flex;
    gap: 12px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.tabs-box.dragging {
    scroll-behavior: auto;
    cursor: grab;
}

.tabs-box .tab {
    cursor: pointer;
    font-size: 1.18rem;
    white-space: nowrap;
    background: #f5f4fd;
    padding: 13px 20px;
    border-radius: 30px;
    border: 1px solid #d8d5f2;
    user-select: none;
}

    .tabs-box .tab:hover {
        background: #efedfb;
    }

.tabs-box.dragging .tab {
    user-select: none;
    pointer-events: none;
}

.tabs-box .tab.active {
    color: #fff;
    background: #3333ff;
    border-color: transparent;
}



.mt-services {
    padding-top: 90px;
    background-color: #000;
}


.app-development-list img {
    width: 56px;
    height: 56px;
}


.banner-about-wrapper .banner-inner-header {
    position: relative;
    top: 0;
}

h2.counter {
    color: #fff;
}


.our-details-wrapper .our-details-con h3 {
    color: #fff;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

section.banner-about-wrapper {
    padding-top: 145px;
}


.con-page .contact-list-sec {
height:auto;
    padding-bottom: 0;
}

.services-wrapper.index {
    margin: 60px 0px;
}


.mobile-development-bg {
    background-image: url(../images/mobile-app/mobile-app-developemnt.jpg);
}

.mobile-development-bg.web {
    background-image: url(../images/web-bg.jpg);
}

    .mobile-development-bg.digital {
        background-image: url(../images/digital-bg.jpg);
    }

    .mobile-development-bg.block {
        background-image: url(../images/block-bg.jpg);
    }

.mobile-development-bg.seo {
    background-image: url(../images/seo-bg.jpg);
}

    .mobile-development-bg.software {
        background-image: url(../images/soft-bg.jpg);
    }

    .mobile-development-bg.ui {
        background-image: url(../images/ui-bg.jpg);
    }



.industry-wrapper.mt-5 {
    margin-top: 86px !important;
}


.col-industry img { max-width:60px;}

.journey-img img { width:440px !important;}


section.services-wrapper.block .services-sec {
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
}

section.services-wrapper.block { padding-top:40px;}