/*
Theme Name: Symtaxglobal
Theme URI: https://symtaxglobal.com/
Author: Muhammad Sheraz
Author URI: https://symtaxglobal.com/
Description: Crafting tailored digital experiences with top-tier development, IT staffing, and marketing.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options
*/


/* ***********************************/
/*     Globally define style Start   */
/* ***********************************/

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

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

::selection {
    background-color: #266dd3;
    color: #fff;
}

.bs-tsoc{
	display:none;
}
html {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

body {
    background-color: #F5F6FC;
    overflow-x: hidden;
}

#particles-js {
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 10;
    margin-top: -60px;
}


/* Headings */
h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 76px;
    color: #28263D;
    margin-bottom: 24px;
}

h2 {
    font-weight: bold;
    font-size: 54px;
    line-height: 60px;
    color: #28263D;
    margin-bottom: 32px;
}

h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #28263D;
    margin-bottom: 24px;
}

h4 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #28263D;
    margin-bottom: 16px;
}

h5 {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.25em;
    color: #28263D;
    margin-bottom: 10px;
}

h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #28263D;
    margin-bottom: 10px;
}

/* Paragraphs */
p {
    margin: 0 0 32px 0;
    color: #555;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

/* Blockquotes */
blockquote {
    border-left: 4px solid #ccc;
    padding-left: 20px;
    margin: 0 0 1em 0;
    color: #666;
}

/* Lists */
/* ul,
ol {
    margin: 0 0 1em 20px;
} */

li {
    list-style: none;
    color: #555;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 8px;
}

/* Links */
a {
    /* color: #0073aa; */
    text-decoration: none;
}

a:hover {
    /* color: #005177; */
    /* text-decoration: underli; */
}

a:visited {
    /* color: #551a8b; */
}

/* Buttons */
/* button, */
.button {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 14px 20px;
    border-radius: 100px;
    background-color: #FF3D57;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    /* background-color: ; */
}

/* .button.button-blue {
    background-color: #266DD3;
} */
.button.button-blue:hover {
    background-color: #266DD3;
}

/* nav.fixed .button {
    background-color: #fff;
    color: #FF3D57;
} */

button:hover,
.button:hover {
    background-color: #28263D;
}

/* Form Elements */
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] input[type="email"],
input[type="text"],
textarea,
select {
    font-size: 1em;
    padding: 12px 16px;
    /* border: 1px solid #ccc; */
    border-radius: 100px;
    margin: 6px 0 1em 0;
    width: 100%;
    height: 50px;
    background: #F5F6FC;
    color: #718096;
    font-size: 16px;
    transition: all 0.2s;
    font-style: italic;
    border: none;
}

input[type="submit"]:focus-visible {
    outline: none;
    border: none;
}

input[type="submit"] {
    outline: none;
    border: none;
    height: 50px;
    padding: 12px 22px;
}

textarea {
    border-radius: 16px !important;
    height: 100px;
    resize: none;
    background: #F5F6FC;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #718096;
    font-size: 16px;
    font-style: italic;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

label {
    font-size: 16px;
    line-height: 22px;
    color: #F5F6FC;
    font-weight: 600;
    position: relative;
}

label img {
    position: absolute;
    top: 2px;
    user-select: none;
    -webkit-user-select: none;
    margin-left: 2px;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 40px;
    left: 16px;
    font-size: 14px;
}

.wpcf7-response-output {
    display: none;
}


/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

th,
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

.backw-clr {
    background-color: #F5F6FC;
}

.scd-clr {
    color: #FF3D57;
}

.pcd-clr {
    color: #FFB800;
}

.wcd-clr {
    color: #fff;
}

.bcd-clr {
    color: #28263D;
}

.desktop-space {
    margin-top: 120px;
}

.desktop-space-e {
    margin-top: 120px !important;
}

.head-mb {
    margin-bottom: 60px;
}

.d-flex {
    display: flex;
}

.gap-20 {
    gap: 24px;
}

.cb-flex {
    justify-content: space-between;
}

.ai-center {
    align-items: center;
}

.dc-flex {
    flex-direction: column;
}

span {
    color: #555;
}

.mt-32 {
    margin-top: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-16 {
    margin-bottom: 16px;
}

.fw-bold {
    font-weight: bold;
}

.fs-26 {
    font-size: 26px;
}

.lh-0 {
    line-height: 0;
}

.ttc {
    text-transform: capitalize;
}

.ttu {
    text-transform: uppercase;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.pr {
    position: relative;
}

.pl-24 {
    padding-left: 24px;
}

.pr-24 {
    padding-right: 24px;
}

.pt-32 {
    padding-top: 32px;
}

.pb-32 {
    padding-bottom: 32px;
}

.box-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.br-40 {
    border-radius: 40px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.talign {
    text-align: center;
}

.vs-hidden {
    visibility: hidden;
}

.show-on-desktop {
    display: block;
}

.show-on-mobile {
    display: none;
}

.show-on-mobile-e {
    display: none !important;
}

.btn {
    display: inline-block;
    position: relative;
    background: #FF3D57;
    border: none;
    border-radius: 100px;
    overflow: hidden;
    padding: 14px 20px;
    cursor: pointer;
}

.btn:hover {
    color: #fff;
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #28263D;

    clip-path: circle(0%);
    z-index: 0;
    transition: 0.5s;
}

.btn:hover::after {
    clip-path: circle(100%);
}

.button__text {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: #fff;
    font: 16px;
    line-height: 24px;
    font-weight: 700;
}

/* *********************************/
/*    Globally define style End    */
/* *********************************/


/* *********************************/
/*      Navigation menu style      */
/* *********************************/
.logo-span {
    display: block;
    height: 24px;
    width: 120px;
    background: url(https://symtaxglobal.com/wp-content/uploads/2025/06/symtaxglobal-logo-dark.png);
}
.fcon-is img{
	display:none !important;
}
nav.fixed .logo-span {
    background: url(https://symtaxglobal.com/wp-content/uploads/2025/06/symtaxglobal-logo-light.png);
}

.fa-bars {
    color: #28263D;
}

nav.fixed .fa-bars {
    color: #fff;
}

.bx {
    cursor: pointer;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 80px;
    background: transparent;
    z-index: 99;
    transition: all 0.3s ease;
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #28263D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

nav .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 50px;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 80px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}
.menu-bold{
	pointer-events: none; /* Disables clicking */
	font-weight:500 !important;
}
nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /*     justify-content: center; */
    justify-content: flex-start;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    /*     white-space: nowrap; */
    /* 	mega menu  */
    white-space: unset;
    /* 	mega menu  */
    color: #28263D;
    font-size: 15px;
    font-weight: 500;
}

nav.fixed .navbar .links li a {
    color: #fff;
}

.fa-caret-down {
    color: #FF3D57;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .au-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 78px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

/* mew style mega menu start */
.submenu-inner {
    display: flex;
    width: 100%;
}

.si-fr,
.si-sr {
    width: 50%;
}

/* mew style mega menu end  */
nav .navbar .links li .sub-menu {

    /* 	mega menu  */
    width: 712px;
    left: -298px;
    border-radius: 8px;
    /* mega menu end  */
    /* 	width:auto; */
    position: absolute;
    top: 70px;
    /* left: 0; */
    /*     left: -86px; */
    line-height: 40px;
    background: #28263D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    /*     border-radius: 0 0 4px 4px; */
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .au-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}


.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    /* position: relative;
    height: 40px;
    width: 40px; */
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

.sub-menu::before {
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FF3D57;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: "";
}

.sub-menu::after {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FF3D57;
    border-left: 6px solid transparent;
    content: "";
}

/* Style for the hero heading blink  */
.hero-head {
    color: #28263D;
    font-size: 70px;
    line-height: 82px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0;
}

.hero-head:nth-child(2) {
    margin-bottom: 24px;
}

.hero-head span {
    color: #FF3D57;
    position: relative;
}

.hero-head span::before {
    content: "";
    height: 30px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: -8px;
    background: #FF3D57;
    transform: translateY(-45%);
    animation: blink 0.7s infinite;
}

.hero-head span.stop-blinking::before {
    animation: none;
}


@keyframes blink {
    50% {
        opacity: 0
    }
}

.hero-content {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 12;
}

p.hero-para {
    width: 100%;
    margin: 0 0 24px 0;
    color: #28263D;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.herobw {
    text-align: center;
}

a.hero-btn {
    display: inline-block;
}

/* Who are we section start here  */
.whowr-is span {
    font-size: 12px;
    line-height: 14px;
}

.whowr-is p {
    font-size: 14px;
    line-height: 16px;
}

.whowr-is {
    padding: 24px;
    width: 70%;
    position: absolute;
    top: -116px;
    left: 15%;
}

.whowr-is h5 {
    margin-top: 10px;
}

.who-wr-image-sec {
    position: relative;
}

.whowr-cs .whowr-inner {
    width: 50%;
}

.whowr-cs .whowr-inner img {
    width: 70px;
}

/* Who are we section end here  */

/* style for the tabs start  */

.tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    background: #266DD3;
    border-radius: 40px;
    padding: 32px 32px;
}

.tab {
    /* background: #404040; */
    cursor: pointer;
    /* color: #CCC; */
    /* padding: 12px 15px; */
    border-radius: 16px;
    width: 90%;
    transition: all 0.3s ease-in-out;
}

.tabs .tab img {
    margin-bottom: 24px;
}

.tab div {
    width: 90%;
    padding: 32px 24px;
    border-radius: 40px;
}

.tab div p {
    color: #fff;
    margin-bottom: 0;
}

.tab div h3 {
    color: #fff;
}

.tab.tab--active div {
    background: #0153C8;
    color: white;
    width: 90%;
}

.tab-content__section {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.tab-content__section.active {
    opacity: 1;
    display: block;
}


.tab-wra {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: center;
}

.tabwra-le {
    width: 50%;
}

.tabwra-le p {
    width: 90%;
    font-size: 20px;
    line-height: 26px;
}

.tabwra-ri {
    width: 50%;
    text-align: center;
}

.tabwra-ri img {
    width: 400px;
}


/* style for the tabs end  */

/* footer style start  */
footer {
    background: #28263D;
    padding: 48px 50px 32px 50px;
}

.footer-wrap {
    max-width: 1150px;
    /* padding: 0 50px; */
    width: 100%;
    margin: auto;
}

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

.fcon-is img {
    margin: 4px 0 8px 0;
    width: 140px;
}

.fcon-is {
    width: 30%;
}

.fcon-fcol,
.fcon-scol {
    width: 23.3%;
}

.fcon ul li {
    /* list-style: none; */
    margin-bottom: 2px;
}

.fcon ul li:last-child {
    margin-bottom: 0px;
}

.fcon ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}

.fcon-is ul {
    width: 80%;
}

.fcon-fcol ul li:first-child a,
.fcon-scol ul li:first-child a,
.fcon-tcol ul li:first-child a {
    font-weight: 700;
}

.fcon-is ul li:first-child,
.fcon-is ul li:last-child {
    list-style-type: none;
    position: relative;
    padding-left: 18px;
}

.fcon-is ul li:first-child a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 14px;
    width: 12px;
    background-image: url('https://www.bitvoxe.com/wp-content/uploads/2024/08/location.svg');
    background-repeat: no-repeat;
    margin-top: 5px;

}

.fcon-is ul li:last-child a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 14px;
    height: 12px;
    background-image: url('https://www.bitvoxe.com/wp-content/uploads/2024/08/@.svg');
    background-repeat: no-repeat;
    margin-top: 7px;
}

.fcon-scol,
.fcon-fcol {
    position: relative;
}

.fcon-scol ul::before,
.fcon-fcol ul::before {
    position: absolute;
    content: "";
    height: 90%;
    width: 1px;
    background: #d3d3d3;
    right: -5%;
    top: 0;
    z-index: 1;
}

/* .fcon-scol ul::before{
	right:20%;
} */

.bit-soc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 42px 0 0 0;
}

.bs-ssoc a:first-child {
    margin: 0 36px 0 0;
    position: relative;
}

.bs-ssoc {
    position: relative;
}

/* .bs-ssoc::before {
    position: absolute;
    content: "";
    height: 65%;
    width: 1px;
    background: #FF3D57;
    right: 50%;
    top: 5px;
    z-index: 1;
} */

.bs-ssoc a {
    color: #fff;
}

.bs-ssoc a:hover {
    color: #FF3D57;
    text-decoration: underline;
}

.bs-tsoc a {
    padding-right: 8px;
}

/* .bs-tsoc a:last-child {
    padding-right: 0px;
} */

.bs-fsoc {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.bs-tsoc a:last-child {
    margin-right: 0px;
}

.bs-fsoc {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.bs-tsoc a {
    margin-right: 4px;
    background-color: #fff;
    padding: 8px 8px;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
    display: inline-block;
}

.bs-tsoc a.tsoc-mail {
    padding: 6px 11px;
}

.bs-tsoc a.tsoc-face {
    padding: 6px 13px;
}

.bs-tsoc a.tsoc-yout {
    padding: 6px 9px;
}

.bs-tsoc a.tsoc-insta {
    padding: 6px 11px;
}

.bs-tsoc a.tsoc-twitt {
    padding: 6px 10px;
}

.bs-tsoc a.tsoc-tik {
    padding: 6px 11px;
}
.bs-tsoc a.tsoc-wha{
	padding:6px 11px;
}


.bs-tsoc a svg {
    font-size: 16px;
    color: #FF3D57;
    transition: all 0.5s ease;
}

.bs-tsoc a:hover {
    background-color: #FF3D57;
    box-shadow: inset 0 0 0 3px #fff;
}

.bs-tsoc a:hover svg {
    color: #fff;
    /*     transform: rotate(360deg);
    transition: transform 0.8s ease-in-out; */
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bitvoxe-footer .fcon-tcol ul li a,
.bitvoxe-footer .fcon-fcol ul li a,
.bitvoxe-footer .fcon-scol ul li a {
    position: relative;
}

.bitvoxe-footer .fcon-tcol ul li a::after,
.bitvoxe-footer .fcon-fcol ul li a::after,
.bitvoxe-footer .fcon-scol ul li a::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0%;
    background: #fff;
    bottom: -5px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.bitvoxe-footer .fcon-tcol ul li a:hover::after,
.bitvoxe-footer .fcon-fcol ul li a:hover::after,
.bitvoxe-footer .fcon-scol ul li a:hover::after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

/* footer style end  */

/* Style for tech stack section start */
.tech-main h3,
.tech-btn {
    text-align: center;

}

.cllogos-fr,
.cllogos-sr,
.cllogos-tr {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.cl-logos img {
    width: 100%;
}

.cl-logos a {
    padding: 12px;
    margin-bottom: 24px;
    /*     display: flex; */
    justify-content: center;
    height: 140px;
    width: 140px;
    border-radius: 32px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.3s ease-in-out;
}

.cl-logos a:hover {
    scale: 1.05;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 12px;
}

/* Style for tech stack section end */

/* Service Slider style start here  */
.ser-wra,
.feedback {
    visibility: hidden;
}

.serwra-slider .slick-slide {
    background-color: #fff;
    height: auto;
    margin: 0 18px 32px 18px;
    border-radius: 32px;
    transition: all 0.4s ease-in-out;
}

.serwra-slider .slick-slide {
    user-select: text;
}

.ser-con {
    padding: 32px 24px;
}

.ser-con span {
    margin-bottom: 14px;
    color: red;
    width: 50px;
    height: 50px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #FF3D57;
}

.serwra-slider .slick-center {
    margin-top: 24px;
    margin-bottom: 0px;
}

.serwra-slider .slick-center h4 {
    color: #FF3D57;
}

.serwra-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 18px;
    height: 18px;
    font-size: 0px;
    color: #FF3D57;
    background: #FF3D57;
    border: 1px solid #fff;
    top: 0;
}

.serwra-slider .slick-dots li button:before {
    width: 13px;
    height: 13px;
    border-radius: 50px;
    opacity: 1;
    color: transparent;
    border: 1px solid #CBD5E0;
    top: 3px;
}

.serwra-slider .slick-dots {
    bottom: -25px;
}

.ser-wra h3 {
    text-align: center;
}

/* Service Slider style end here  */

/* Help section style start here  */
.help-sec h2,
.help-sec p {
    color: #fff;
}

.home-form input[type=text],
.home-form input[type=email],
.home-form textarea {
    margin-bottom: 24px;
}

/* Help section style end here  */

/* style for the top customer slider start */
.scroller {
    max-width: 100%;
}

.scroller__inner {
    /*    padding-block: 1rem;*/
    display: flex;
    flex-wrap: wrap;
    /*    gap: 1rem;*/
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, rgb(77, 72, 72) 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 40s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

img.trust-img {
    width: 130px;
    margin: 0 48px;
}

.top-customer h6 {
    text-align: center;
    margin-bottom: 48px;
}

/* style for the top customer slider end */

/* Style for the number count section start  */
.numcout-wrap .numcount-cont h2,
.numcout-wrap .numcount-cont p {
    text-align: center;
}

.numcout-wrap .numcount-cont p {
    width: 75%;
    margin: auto;
}

.numcout-wrap .numcount-num {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    margin-left: -48px;
}

.numcout-wrap .numcount-num div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 25%; */
    flex-direction: column;
}

.numcout-wrap .numcount-num img {
    width: 50px;
    background: #FFB800;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    margin-left: 38px;
}

.num-inner {
    position: relative;
}

.num-inner span {
    margin-left: 48px;
    color: #28263D;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.num-inner .counter {
    margin: 24px 0 6px 0;
    color: #FF3D57;
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
}

.num-inner::after {
    position: absolute;
    content: '%';
    color: #FF3D57;
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
    top: 74px;
}

.num-inner:nth-child(3):after {
    position: absolute;
    content: '+';
    color: #FF3D57;
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
    top: 74px;
}

.num-inner1::after {
    /* top: 50px; */
    left: 168px;
}

.num-inner2::after {
    /* top: 50px; */
    left: 136px;
}

.num-inner3::after {
    /* top: 50px; */
    left: 168px;
}

.num-inner4::after {
    /* top: 50px; */
    left: 160px;
}

/* Style for the number count section end  */


/* Engagement Model section style start here  */
.engagemnt-model {
    /* margin-bottom: 10px !important; */
    border-radius: 500px 0 0 500px !important;
}

img.engagement-model-img {
    margin-left: -60px;
    margin-bottom: -6.2px;
    max-width: 120% !important;
}

.engatment-content h2 {
    color: #fff;
    font-size: 44px;
    line-height: 52px;
}

.ec-inner {
    padding-left: 48px;
}

.ec-inner h5 {
    color: #fff;
    position: relative;
}

.ec-inner h5::before {
    position: absolute;
    content: "";
    background: url(https://www.bitvoxe.com/wp-content/uploads/2024/08/enagegement-arrow.svg);
    background-repeat: no-repeat;
    top: -3px;
    left: -46px;
    width: 33px;
    height: 32px;
}

.ec-inner p {
    color: #F5F6FC;
    font-size: 16px;
    line-height: 22px;
}

/* Engagement Model section style start end  */

/* Testimonial Slider start here  */

.feedback {
    max-width: 1200px;
    padding: 0 50ppx;
    width: 100%;
    margin: auto;
}

.feedback h3 {
    text-align: center;
    width: 370px;
    margin: 32px auto;
    font-weight: 400;
    position: relative;
}

.feedback h3::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background: #FF3D57;
    left: 50%;
    /* Start from the middle of the h3 */
    transform: translateX(-50%);
    top: -12px;
}

.feedback .slick-slide.slick-active {
    /* filter: grayscale(100%); */
    /* transition: all 0.3s; */
    /* padding-bottom: 12px; */
}

.feedback .slick-slide.slick-active.slick-center {
    /* filter: grayscale(0%); */
    scale: 1.1;
    margin-top: 10px;
}

.slinav-cli {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slick-slide .slinav-cli p {
    color: #A0AEC0;
    font-weight: 500;
    letter-spacing: -0.5%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}

.slick-slide.slick-center .slinav-cli p {
    color: #FF3D57;
    font-weight: 700;
    letter-spacing: -0.5%;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 2px;
}

.slick-slide .slinav-cli span {
    margin-bottom: 8px;
    color: #CBD5E0;
    font-size: 12px;
    line-height: 16px;
}

.slick-slide.slick-center .slinav-cli span {
    margin-bottom: 8px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.slider-for-content p {
    line-height: 36px;
    width: 578px;
    margin: auto;
    position: relative;
    margin-bottom: 48px;
}

.slider-for-content p::after {
    content: "";
    position: absolute;
    left: -70px;
    top: -1px;
    height: 26px;
    width: 16px;
    background-image: url(https://www.bitvoxe.com/wp-content/uploads/2024/08/quote-upper.svg);
    background-repeat: no-repeat;
}

.slider-for-content p::before {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -1px;
    height: 26px;
    width: 16px;
    background-image: url(https://www.bitvoxe.com/wp-content/uploads/2024/08/quote-lower.svg);
    background-repeat: no-repeat;
}

.feedback .slick-list {
    padding: 0 !important;
}

.slinavcli-str {
    margin: 14px 0 8px 0;
}

.slider-for button {
    display: unset;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    padding: unset;
    border-radius: unset;
    background-color: unset;
    color: unset;
    border: 1px solid #FF3D57;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.slider-for button img {
    margin-top: 3px;
}

.slider-for .slide-arrow.prev-arrow {
    position: absolute;
    top: 88%;
    left: -40px;
}

.slider-for .slide-arrow.next-arrow {
    position: absolute;
    top: 88%;
    right: -40px;
}

.slick-slide .slinav-cli {
    opacity: 0.3;
}

.slick-slide.slick-center .slinav-cli {
    opacity: 1;
}

/* Testimonial Slider end here  */

/* Staff augmentation page style start here  */
.up-your-skills-img,
.staff-head {
    position: relative;
}

.up-your-skills-img::before {
    position: absolute;
    content: "";
    background: url(http://www.bitvoxe.com/wp-content/uploads/2024/08/up-your-skills-back-1.svg);
    background-repeat: no-repeat;
    top: 190px;
    right: -60%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
}

.staff-head::before {
    position: absolute;
    content: "";
    background: url(http://www.bitvoxe.com/wp-content/uploads/2024/08/up-your-skills-back-dot.svg);
    background-repeat: no-repeat;
    top: 0px;
    left: -36%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    animation: rotateimg 5s linear infinite;
    transform-origin: 0 0;
}

/* 
@keyframes rotateimg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */

.sh-btns {
    display: flex;
    gap: 20px;
}

.sh-span img {
    width: 28px;
    margin-right: 8px;
}

.sh-logos {
    gap: 80px;
}

.su-whyhire ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 16px;
    height: 18px;
    background-image: url('http://www.bitvoxe.com/wp-content/uploads/2024/08/tick-without-fill.svg');
    background-repeat: no-repeat;
    margin-top: 5px;
}

.tab-buttons-e {
    text-align: center;
}

.tab-buttons-e span {
    /* color:#333; */
    /* background:#eee; */
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    margin: 0 16px;
    padding: 10px 28px;
}

.tab-buttons-e span.active {
    border-bottom: 2px solid #FFB800;
}

.tab-content-e {
    margin-top: 32px;
    /* border-bottom:3px solid #ddd; */
    /* padding:15px; */
    /* background:#eee; */
    /* font:400 13px 'open sans',sans-serif; */
    /* color:#333; */
}

.sa-support .cl-logos img {
    width: 70px;
}

.tabs-v {
    display: flex;
}

.tabs-v>ul {
    margin: 0;
    padding: 0;
    width: 15%;
}

.tabs-v>ul li {
    display: block;
}

.tabs-v>ul li:not(:last-child) {
    margin-bottom: 12px;
}

.tabs-v>ul li a,
.tabs-v>ul li a:visited {
    font-weight: 600;
    display: flex;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 12px 20px;
    color: #28263D;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
}

.tabs-v>ul li a:hover {
    background: #FF3D57;
}

.tabs-v>ul li a:hover span {
    color: #fff;
}

.tab-body-v {
    background: #fff;
}

.tab-body-v .vt-hi img {
    position: relative;
    top: -6px;
}

.tab-body-v .vt-hi h4 {
    margin-left: 12px;
}

.tab-link-v.active {
    background-color: #FF3D57 !important;
    position: relative;
}

.tab-link-v.active span {
    color: #fff;
}

.tab-link-v.active::after {
    content: '';
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 8px 8px 0 8px;
    border-color: #FF3D57 transparent transparent transparent;
    top: 21px;
    right: -12px;
    rotate: 270deg;
    transition: all 0.2s ease-in-out;
}

.tabs-v>ul li a>span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-v>ul li a>span.tab-label-v {
    display: none;
}

.tabs-v section {
    display: none;
    word-wrap: break-word;
}

.tabs-v section>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.tabs-v section.active {
    display: block;
}

.tabs-v section.active-content-v>* {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 576px) {

    .tabs-v>ul {
        width: 360px;
    }

    .tabs-v>ul li a {
        flex-wrap: wrap;
    }

    .tabs-v>ul li a>span {
        width: 100%;
    }

    .tabs-v>ul li a>span.tab-label-v {
        width: 100%;
        display: block;
    }

    .tabs-v section {
        border-radius: 20px;
        height: 367px;
        width: calc(100% - 360px);
        padding: 1.5rem 3rem;
        margin-left: 2rem;
    }
}




.lfosc a {
    height: 150px;
    width: 33%;
}

.lfosc a span {
    font-size: 14px;
    line-height: 16px;
}

.lfos {
    width: 65%;
}

.accordion-item {
    margin-bottom: 16px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.accordion-content {
    padding: 10px 20px;
    display: none;
    background-color: #fff;
}

.accordion-item:last-child {
    border-bottom: none;
}

.ac-arrow {
    transition: transform 0.3s ease;
}

.accordion-header.active .ac-arrow {
    transform: rotate(180deg);
}

/* Staff augmentation page style end here  */

/* Our development process section style start here  */
.odp h6 {
    font-size: 16px;
    line-height: 18px;
}

.odp p {
    font-size: 14px;
    line-height: 18px;
}

.odp span {
    background: #FFB800;
    padding: 9px 17px;
    border-radius: 20px;
}

.odp span::after {
    content: "";
    position: absolute;
    top: -18px;
    height: 100%;
    width: 250px;
    border-bottom: 2px dashed #FF3D57;
    left: 40px;
    z-index: 1;
}

.odp .span-4::after {
    display: none;
}

.odp span.span-2 {
    padding: 9px 15.5px;
}

.odp span.span-3 {
    padding: 9px 15.2px;
}

.odp span.span-4 {
    padding: 9px 14.8px;
}

/* Our development process section style end here  */

/* Key benefits section start here  */
.key-benefits span {
    background: #0360E3;
    padding: 9px 17px;
    border-radius: 6px;
}

/* Key benefits section end here  */

/* Conatct us page style start  */
.page-id-635 .help-sec h2,
.page-id-635 .help-sec p {
    color: #28263D;
}

.page-id-635 label {
    color: #28263D;
}

.page-id-635 .wpcf7 input[type="url"],
.page-id-635 .wpcf7 input[type="email"],
.page-id-635 .wpcf7 input[type="tel"] input[type="email"],
.page-id-635 input[type="text"],
.page-id-635 textarea,
select {
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Contct us page style end  */

/* About us page style start here  */
.letsconn {
    width: 59%;
    margin: auto;
}

.core-vp {
    position: relative;
    top: 20px;
}

/* About us page style end here  */
.csd-ready {
    width: 46%;
    margin: auto;
}

/* Socials page styte start here  */

.socials svg {
    width: 44px;
    height: 44px;
    background: #FF3D57;
    border-radius: 50px;
    padding: 20px;
    border: 5px solid #fff;
    box-shadow: black;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    transition: all 0.3s;
}

.socials svg path {
    fill: #fff;
}

.socials span {
    display: block;
    font-size: 26px;
    line-height: 26px;
}

.socials-con {
    transition: all 0.3s ease-in-out !important;
    height: 250px !important;
}

.socials-con:hover {
    scale: 1.05;
    transition: all 0.3s ease-in-out;
}

.socials-con:hover .socials svg {
    background: #266DD3;
    transition: all 0.3s;
}

.socials-con:hover span {
    color: #FF3D57;
    transition: all 0.3 ease-in-out;
}

/* Socials page style end here  */

/* 404 page style start here  */
#main-404 {
    margin: 120px 0;
}

/* 404 page style end here  */

/* Privacy policy style start here  */
.priul{
padding-left:32px;	
	margin-bottom:32px;
}
.priul li{
list-style:disc;	
}
/* Privacy policy style end here  */
@media all and (max-width:1400px) {
    img.engagement-model-img {
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .engagemnt-model {
        /* margin-bottom: 10px !important; */
        border-radius: 0 !important;
    }
}


@media (max-width:920px) {
    nav .navbar .links li a {
        color: #28263D;
    }

    /*     nav .navbar .links li .sub-menu {
        background: transparent;
    } */

    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
}

@media all and (min-width:800px) and (max-width:1080px) {
    nav .navbar .links li .sub-menu {
        width: 414px;
        left: -154px;
    }

    .navbar .links li .sub-menu a {
        font-size: 15px;
        line-height: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        white-space: normal;
    }

    .submenu-inner {
        align-items: end;
    }
}

@media (max-width:800px) {
	nav .navbar .nav-links{
		height:100vh;
		overflow-x:hidden;
	}
    .submenu-inner {
        flex-direction: column;
    }

    nav {
        /* position: relative; */
    }

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 370px;
        width: 100%;
        background: #28263D;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .fa-solid.fa-xmark {
        color: #fff;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        left: 0;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow,
    .links li:hover .au-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center;
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu,
    nav .navbar .links li:hover .au-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show3 .links .au-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
        left: 0;
    }

    .sub-menu::after,
    .sub-menu::before {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow,
    .navbar .nav-links.show3 .links .au-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}

/* *************************************/
/*    NAvigation Menu style end here   */
/* *************************************/

/* *************************************/
/*    Tablet Screen Style Start Here   */
/* *************************************/
@media all and (max-width:1080px) and (min-width:768px) {

    /* Global style start here  */
    .desktop-space {
        margin-top: 100px;
    }

    .desktop-space-e {
        margin-top: 100px !important;
    }

    h1 {
        font-size: 50px;
        line-height: 58px;
    }

    h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .head-mb {
        margin-bottom: 50px;
    }

    /* Global style end here  */
    /* Hero section style start here  */
    .hero-content {
        width: 90%;
    }

    .hero-head {
        font-size: 60px;
        line-height: 70px;
    }

    #particles-js {
        height: 70vh;
    }

    /* Hero section style end here  */

    /* Tabs Section tablet style start here  */
    .tabs {
        margin-top: 32px;
    }

    .tabs h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .tabs .tab img {
        margin-bottom: 18px;
    }

    /* Tabs Section tablet style end here  */

    /* Section tech stack start here  */
    .cllogos-sr a,
    .cllogos-fr a,
    .cllogos-tr a {
        margin: 0 20px 20px 20px;
    }

    .cllogos-sr a:last-child {
        display: none;
    }

    /* Section tech stack end here  */

    /* Service section tablet style start here  */
    .serwra-slider .slick-center {
        margin-top: 0;
    }

    /* Service section tablet style end here  */

    /* Where we are tablet section start  */
    .whowr-is {
        width: 85%;
        left: 7%;
    }

    .whowr-is p {
        font-size: 12px;
        line-height: 14px;
    }

    .whowr-is span {
        font-size: 11px;
        line-height: 12px;
    }

    /* Where we are tablet section end  */

    /* Looking for other services tablet style start  */
    .lfos {
        width: 85%;
    }

    .lfosc a {
        width: 28%;
    }

    /* Looking for other services tablet style end  */

    /* 	VErtical tabs tablet style start here  */
    .tabs-v section {
        height: auto !important;
    }

    /* opd section start  */
    .odp span::after {
        width: 159px;
    }

    /* opd section end */

    /* About us tablet section start  */
    .core-vp {
        top: 0px;
    }

    /* About us tablet section end  */

    /* 404 page tablet style start here  */
    #main-404 {
        padding: 0 25px;
    }

    /* 404 page tablet style end here  */

}

/* *************************************/
/*    Tablet Screen Style Start here   */
/* *************************************/

/* *************************************/
/*    Mobile Screen Style Start Here   */
/* *************************************/
@media all and (max-width:767px) {

    /* Globaly for mobile start  */
    nav .navbar .links li a {
        color: #fff;
    }
	nav .navbar .nav-links{
		max-width:100%;
	}

    .button__text {
        font: 14px;
        line-height: 16px;
    }

    .btn {
        padding: 12px 16px;
    }

    .show-on-mobile-e {
        display: block !important;
    }

    .desktop-space {
        margin-top: 80px;
    }

    .desktop-space-e.margin-top {
        margin-top: 0 !important;
    }

    .desktop-space-e {
        margin-top: 80px !important;
    }

    h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    h4 {
        font-size: 1.3em;
        line-height: 1.3em;
    }

    p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    button,
    .button {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 16px;
    }

    .head-mb {
        margin-bottom: 40px;
    }

    .mdc-flex {
        flex-direction: column;
    }

    .mtalign {
        text-align: center;
    }

    .mwrap-flex {
        flex-wrap: wrap;
    }

    .mmt-32 {
        margin-top: 32px;
    }

    .mmb-24 {
        margin-bottom: 24px;
    }

    .mmt-24 {
        margin-top: 24px;
    }

    .show-on-desktop {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }

    /* Globaly for mobile end  */

    /* Footer Mobile style start here  */
    footer {
        padding: 48px 25px 32px 25px;
    }

    .bitvoxe-footer {
        flex-direction: column;
    }

    .fcon-is,
    .fcon-fcol,
    .fcon-scol {
        width: 100%;
        margin-bottom: 16px;
    }

    .fcon-scol ul::before,
    .fcon-fcol ul::before {
        height: 1px;
        width: 100%;
        right: 0%;
        top: 105%;
        z-index: 1;
    }

    .bit-soc {
        margin: 24px 0 0 0;
        flex-direction: column;
    }

    .bs-fsoc {
        font-size: 16px;
        line-height: 20px;
    }

    .bs-ssoc,
    .bs-fsoc {
        margin-bottom: 8px;
    }

    /* Footer Mobile style end here  */

    /* Style for tab mobile section start  */
    .tabwra-le p {
        font-size: 16px;
        line-height: 24px;
    }

    .tabwra-le,
    .tabwra-ri {
        width: 100%;
    }

    .tab-wra {
        flex-direction: column-reverse;
        gap: 0;
    }

    .tabs {
        margin-top: 32px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 32px 0px 32px 32px;
    }

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

    .tab {
        width: 100%;
        flex: 0 0 100%;
        scroll-snap-align: end;
    }

    .tabs::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 8px;
        border-radius: 10px;
        background-color: #FF3D57;
        pointer-events: none;
    }

    .tab--active::before {
        content: '•';
        font-size: 24px;
        color: #FF3D57;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }

    /* Slider for mobile  */

    .header-mslider .slick-dots li.slick-active button:before {
        opacity: 1;
        width: 18px;
        height: 18px;
        font-size: 0px;
        color: #FF3D57;
        background: #FF3D57;
        border: 1px solid #fff;
        top: 0;
    }

    .header-mslider .slick-dots li button:before {
        width: 13px;
        height: 13px;
        border-radius: 50px;
        opacity: 1;
        color: transparent;
        border: 1px solid #CBD5E0;
        top: 3px;
    }

    .header-mslider .slick-dots {
        bottom: -25px;
    }

    .header-mslider .tabwra-le p {
        width: 95%;
    }

    /* Style for tab mobile section end  */

    /* Hero Head mobile style start here  */
    .hero-head {
        font-size: 42px;
        line-height: 54px;
    }

    .hero-head:nth-child(2) {
        height: 100px;
    }

    .hero-head span::before {
        display: none;
    }

    .hero-content {
        width: 90%;
    }

    #particles-js {
        height: 80vh;
    }

    p.hero-para {
        font-size: 16px;
        line-height: 24px;
    }

    /* Hero Head mobile style end here  */

    /* Tab tech Mobile Style start  */
    .cl-logos a {
        width: 96px;
        height: 96px;
    }

    .cl-logos img {
        width: 74px;
    }

    .cllogos-sr a:last-child {
        display: none;
    }

    /* Tab tech Mobile Style end  */

    /* Style for section service mobile start  */
    .serwra-slider .slick-slide {
        margin: 0 12px 32px 12px;
    }

    .serwra-slider .slick-center {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .serwra-slider .slick-list {
        padding: 0 !important;
    }

    /* Style for section service mobile end  */

    /* trusted mobile stle start here  */
    .top-customer h6 {
        margin-bottom: 36px;
        width: 100%;
        text-align: left;
        padding: 0 25px;
    }

    img.trust-img {
        margin: 0 24px;
    }

    /* trusted mobile stle end here  */

    /* Number Counter section start here  */
    .numcout-wrap .numcount-cont h2,
    .numcout-wrap .numcount-cont p {
        text-align: left;
    }

    .numcout-wrap .numcount-cont p {
        width: 100%;
    }

    .numcout-wrap .numcount-num {
        flex-wrap: wrap;
        margin-left: -40px;
    }

    .numcout-wrap .numcount-num div {
        width: 50%;
        justify-content: flex-start;
    }

    .num-inner::after,
    .num-inner:nth-child(3):after {
        font-size: 52px;
        line-height: 52px;
    }

    .num-inner span {
        text-align: center;
        margin-bottom: 48px;
    }

    .num-inner .counter {
        font-size: 52px;
        line-height: 52px;
    }

    @media all and (max-width:370px) {
        .num-inner1::after {
            left: 118px;
        }


        .num-inner2::after {
            left: 128px;
        }

        .num-inner3::after {
            left: 130px;
            top: 76px;
        }

        .num-inner4::after {
            left: 128px;
            top: 76px;
        }
    }

    @media all and (min-width:370px) and (max-width:380px) {
        .num-inner1::after {
            left: 123px;
        }


        .num-inner2::after {
            left: 126px;
        }

        .num-inner3::after {
            left: 132px;
            top: 76px;
        }

        .num-inner4::after {
            left: 126px;
            top: 76px;
        }
    }

    @media all and (min-width:380px) and (max-width:400px) {
        .num-inner1::after {
            left: 127px;
        }


        .num-inner2::after {
            left: 126px;
        }

        .num-inner3::after {
            left: 137px;
            top: 76px;
        }

        .num-inner4::after {
            left: 128px;
            top: 74px;
        }
    }

    @media all and (min-width:400px) and (max-width:767px) {
        .num-inner1::after {
            left: 134px;
        }


        .num-inner2::after {
            left: 134px;
        }

        .num-inner3::after {
            left: 143px;
            top: 76px;
        }

        .num-inner4::after {
            left: 132px;
            top: 74px;
        }
    }

    /* Number Counter section end here  */

    /* Engagement section mobile style  */
    .engatment-content h2 {
        font-size: 32px;
        line-height: 36px;
    }

    /* Engagement section mobile style end  */

    .feedback h3 {
        width: 100%;
    }

    .slider-for-content p {
        width: 100%;
        line-height: 32px;
    }

    .slider-for .slide-arrow.next-arrow {
        top: 100%;
        right: 0;
        z-index: 99999;
    }

    .slider-for .slide-arrow.prev-arrow {
        left: 0;
        top: 100%;
        z-index: 99999;

    }

    /* Staff Augmentation mobile style start here  */
    .up-your-skills-img::before {
        display: none;
    }

    .staff-head::before {
        top: -58px;
        left: -20%;
        width: 122%;
        opacity: 0.3;
    }

    .staff-head .sh-span span {
        line-height: 16px;
        font-size: 14px;
        margin-top: 8px;
    }

    .sh-logos {
        gap: 20px;
    }

    .sh-logos img {
        width: 60%;
    }

    .tab-buttons-e {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        display: flex;
    }

    .tab-buttons-e span {
        padding: 10px 24px 0px;
    }

    .sa-support .cl-logos img {
        width: 46px;
    }

    .tabs-v {
        flex-direction: column;
    }

    .auac-div ul {
        width: 100%;
    }

    .tabs-v>ul li a>span.tab-label-v {
        display: block;
    }

    .tabs-v>ul {
        width: 100%;
    }

    .tab-body-v {
        border-radius: 20px;
        margin-top: 24px;
        padding: 2rem 1rem;
    }

    /* Staff Augmentation mobile style end here  */

    /* Who we are mobile section start  */
    .whowr-is {
        width: 80%;
        top: -116px;
        left: 10%;
    }

    .whowr-cs .whowr-inner {
        width: 100%;
    }

    /* Who we are mobile section end  */

    /* looking for other services mobile style start here  */
    .lfosc a {
        height: 160px;
        width: 100%;
    }

    .lfos {
        width: 80%;
    }

    /* looking for other services mobile style end here  */

    /* About us page style start here  */
    .letsconn {
        width: 100%;
        margin: auto;
    }

    .core-vp {
        top: 0px;
    }

    /* About us page style end here  */

    /* opd mobile start  */
    .odp .span-4::after {
        display: block;
    }

    /* opd mobile end */
    .csd-ready {
        width: 100%;
        margin: auto;
    }

    /* .accordion mobile start here  */
    .accordion-content-v {
        display: none;
    }

    .accordion-header-v {
        font-weight: 600;
        border-radius: 8px;
        background-color: #ffffff;
        padding: 12px 16px;
        color: #28263D;
        transition: all 0.2s ease-in-out;
        word-wrap: break-word;
    }

    .accordion-header-v.active {
        background: #FF3D57;
        position: relative;
    }

    .accordion-header-v.active::after {
        content: '';
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        border-width: 8px 8px 0 8px;
        border-color: #FF3D57 transparent transparent transparent;
        top: 21px;
        right: -12px;
        rotate: 270deg;
        transition: all 0.2s ease-in-out;
    }

    .accordion-header-v.active span {
        color: #fff;
    }

    .accordion-content-v {
        border-radius: 20px;
        padding: 2rem 1rem;
        background: #fff;
    }

    .accordion-content-v .vt-hi {
        align-items: center;
    }

    .accordion-content-v .vt-hi h4 {
        margin-left: 12px;
    }

    .accordion-content-v .vt-hi img {
        margin-bottom: 16px;
    }

    /* .accordion mobile end here  */
    /* Number line section mobile style start */
    .modp {
        display: grid;
        align-items: start;
        grid-template-columns: 0fr 1fr;
    }

    .odp span {
        font-size: 12px;
        padding: 6px 13px;
        top: -6px;
        z-index: 9;
    }

    .odp span.span-2 {
        padding: 6px 12px;
    }

    .odp span.span-3 {
        padding: 6px 11.4px;
    }

    .odp span.span-4 {
        padding: 6px 11.1px;
    }

    .modpi {
        padding-left: 16px;
    }

    .odp span::after {
        width: 2px;
        background-image: linear-gradient(to bottom, #FF3D57 50%, transparent 50%);
        background-size: 2px 14px;
        left: 14px;
        top: 30px;
    }

    .odp .span-4::after {
        display: none;
    }

    /* Number line section mobile style end */

    /* 404 page mobile style start here  */
    #main-404 {
        margin: 80px 0;
        padding: 0 25px;
    }

    /* 404 page mobile style end here  */

}

@media all and (min-width:367px) and (max-width:767px) {
    .odp span::after {
        height: 147px;
    }
}

@media all and (max-width:367px) {
    .odp span::after {
        height: 170px;
    }
}

/* *************************************/
/*    Mobile Screen Style end here     */
/* *************************************/