@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
      font-family: "Inter", sans-serif;
      margin:0;
}
h2 {
    font-weight: 700;
}
.hero-sec {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 85px 0;
    position: relative;
}
header {
    position: absolute;
    z-index: 111;
    width: 100%;
    background: #0167ff;
    transition: all .5s;
}
.navbar-brand img {
    filter: invert(0) brightness(11);
}
.contactus-wrap .btn_primary {
    background: #000;
}
header.header-main.header-fixed {
    position: fixed;
    width: 100%;
    background: #0167ff;
    transition: all .5s;
}
header.header-main.header-fixed a.btn.btn_primary {
    background: #000;
}

header.header-main.header-fixed img {
    filter: brightness(1000000);
}
section.hero-sec:after {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, black, transparent);
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
}
.navbar-nav.ms-auto {
    margin-right: auto;
}

.sec_0_nav_cntctbtn {
    background: #0066FF;
    border-radius: 7px;
    padding: 12px 30px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    box-shadow: none;
    outline: 0 !important;
    border: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 0 25px;
}
.hero-cont {
    max-width: 85%;
}

.hero-cont h2 {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

section.hero-sec .container {
    position: relative;
    z-index: 11;
}
.hero-cont p {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.btn-grp {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn_primary {
    display: flex;
    justify-content: center;
    gap: 10px;
    background: #0066FF;
    border-radius: 7px;
    padding: 12px 30px;
    color: #fff;
    font-size: 18px;
    align-items: center;
    line-height: 1.5;
    box-shadow: none;
    outline: 0 !important;
    border: 0;
    transition: all 0.5s;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
        background: #003687 !important;
    color: #fff !important;
    transition: all 0.5s;
}
.owl-nav {

    position: absolute;
    bottom: 0px;
    display: flex;
    gap: 10px;
}
.home-carousel {
    padding: 120px 0;
}
.space-cls {
    margin: 75px 0;
}
.about-img img {
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}
.sub-head {
    font-weight: 600;
}
.banner-number {
    background: #000;
    border-radius: 10px;
    padding: 30px;
}

.comapny-box {
    padding: 0;
    text-align: center;
    position: relative;
}

.comapny-number {
    font-size: 42px;
    color: #ffff;
    font-weight: 700;
    line-height: 42px;
}

.comapny-box h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
}

.comapny-box:after {
    content: '';
    position: absolute;
    right: -10px;
    background: #252525;
    height: 100%;
    width: 1px;
    top: .0;
}

.banner-number [class*="col-"]:last-child .comapny-box:after {
    display: none;
}
.service-accordion .accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.accordion-item {
    flex: 0 0 calc(50% - 10px);
    border: 0;
}

.accordion-header button {
    background: #cee1fe;
    border-radius: 7px;
    outline: 0 !important;
    box-shadow: none !important;
    display: flex;
    gap: 15px;
    font-weight: 600;
}
span.accordion-icon {
    background: #425c84;
    height: 55px;
    width: 55px;
    flex: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}
.front-side span img {
    max-width: 36px;
}
.accordion-icon svg path {
    fill: #fff;
}
.accordion-icon svg {
    width: 35px;
    height: 35px;
}
.accordion-button:not(.collapsed) {
    background: #0167ff;
    color: #fff;
}
.title-center {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 70%;
}
.discuss-more-btn {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
img {
    max-width: 100%;
}
.cc-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}
.cc-img img {
    border-radius: 10px 10px 0 0;
}
.cc-cont {
    padding: 15px;
}
.cc-cont h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.cc-cont h3:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80px;
    background: #0066ff;
    left: 0;
    bottom: -10px;
}
.cc-cont a {
    border: solid 1px #0066ff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 7px;
    color: #0066ff;
    font-size: 16px;
    display: inline-flex;
    line-height: 1.3;
    gap: 15px;
}
.cc-cont a span svg path {
    fill: #0066ff;
}
.sub-head + p {
    margin-bottom: 0;
}
.cc-cont a span svg {
    height: 15px;
    width: 15px;
}
.avatar-img {
    display: flex;
    justify-content: center;
}

.avatar-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    max-width: 100px;
    border: solid 1px #ddd;
}

.testimonial-card {
    text-align: center;
}

.testimonial-card h5 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cleint-carousel .owl-nav {
    bottom: 0px;
    left: auto;
    display: flex;
    justify-content: center;
    width: 100%;
}
.cleint-carousel {
    padding-bottom: 70px;
}


.industries-grid {
    display: flex;
    flex-wrap: wrap;
}
.industry {
    flex: 0 0 33.33%;
    padding: 0 10px;
    background-color: transparent;
    height: 300px;
    perspective: 1000px;
    margin-bottom: 20px;
}
.industry:last-child {
    margin-bottom: 0;
}
.industry .industry-inner {
    background: #01010161;
    display: flex;
    height: 100%;
    border-radius: 7px;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    width: 100%;
    margin-bottom: 0;
}
.industry .industry-inner h3 {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #Fff;
}
.bw-card {
    background: #e5ecf9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.bw-card h4 {
    font-size: 20px;
}
.bw-card p {
    margin-bottom: 0;
}
.btn_cont {
    max-width: 80%;
}
.cta_img img {
    max-width: 80%;
 }
.btn_inner {
    background: #D1E2FD;
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.btn_inner::before {
    width: 200px;
    height: 200px;
    background: #0d6efd;
    filter: blur(86.45px);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: .6;
}
.btn_inner::after {
    width: 200px;
    height: 200px;
    background: #896EFF;
    filter: blur(86.75px);
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
}
.btn_inner .row {
    align-items: center;
    position: relative;
    z-index: 1;
}

.btn_cont h4 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.btn_cont p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.cta_img {
    text-align: right;
}
.cta {
    background: #0167ff;
    padding: 12px 20px;
    display: inline-flex;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 15px;
    color: #ffff;
}
.process-tab-box:not(:last-child):before {
    border: 2px dashed #d6d6d6;
    content: "";
    display: block;
    height: 100%;
    left: 27px;
    position: absolute;
    width: 1px;
}
.process-tab-box .content-box__description {
    font-size: 16px;
}
.work-process .row {
    justify-content: center;
}
.process-tab-box:last-child {
    padding-bottom: 0;
    
}
.process-tab-box {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
    position: relative;
}
.content-box__title {
    padding: 12px 0;
    margin-bottom: 0;
}
.image-box {
    position: relative;
    z-index: 1;
}

.image-box path {
    fill: #0167ff;
}
.blog-carousel .owl-prev {
    position: absolute;
    top: calc(50% - 45px);
    bottom: unset !important;
    left: -30px;
}
.blog-carousel .owl-nav {
    position: unset;
}
.blog-carousel .owl-next {
    position: absolute;
    right: -30px;
    top: calc(50% - 25px);
}
.date-wrap svg path {
    stroke: #0366ff;
}
.date-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.enterprise {
    display: inline-flex;
    background: #0366ff;
    padding: 2px 15px;
    border-radius: 7px;
    color: #fff;
    margin-bottom: 5px;
}
.faq-sec .accordion-item {
    margin-bottom: 10px;
}
.about-cont p {
    text-align: justify;
}
.cc-cont p {
    text-align: justify;
}

.flip-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.front-side, .back-side {
    position: absolute;
     width: 100%;
     height: 100%;
     backface-visibility: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     border-radius: 7px;
}
.front-side {
    background: #83a9f7;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-size: cover;
}
.back-side {
    background: #ececec;
    transform: rotateY(180deg);
    padding: 20px;
}
.industry:hover  .flip-wrap {
    transform: rotateY(180deg);
}
.industry .industry-inner span {
    height: 80px;
    width: 80px;
    background: #0167ff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.industry .industry-inner span  svg path {
    fill: #fff;
}
.flip-wrap p {
    margin-bottom: 0;
}
.tabing_sec {
    display: flex;
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}
.tabing_sec nav {
    flex: 0 0 290px;
    max-height: 375px;
    overflow: auto;
}
.tabing_sec nav .nav-tabs button {
    width: 100%;
    text-align: left;
}
.tabing_sec nav .nav-tabs {
    border: 0;
    gap: 7px;
}
.why-choose-wrap .nav.nav-tabs button {
    border: 1px solid #ddd;
    margin-bottom: 0px;
    border-radius: 7px;
    color: #000;
    padding: 7px 10px;
}
.why-choose-wrap  .nav.nav-tabs button.active {
    border: solid 1px #0b6ffd;
    background: #0b6ffd;
    color: #fff;
}
.why-choose-wrap .tab-content {
    border-radius: 15px;
    margin: 0;
    border: 0;
    background: #f1f6ff;
    width: 100%;
}
.tab-content p {
    margin-bottom: 0;
}
.tab-content>.tab-pane ul {
    display: flex;
    list-style: none;
    gap: 1px;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.tab-content>.tab-pane ul li {
    padding: 15px 0px;
    border-radius: 7px;
    color: #000000;
    flex: 0 0 calc(25% - 1px);
    max-width: 25%;
    background: transparent;
    text-align: center;
}
.project-cont ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.project-cont ul li {
    height: 50px;
    width: 50px;
    background: #013450;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.project-cont ul li a svg {
    height: 35px;
    width: 35px;
}
.portfolio-btn-group {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-danger {
    background-color: #fa4555;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}
.get-in-touch {
    border: 1px solid #fa4555;
    height: 100%;
    padding: 7px 20px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
}
.project-logo {
    background: #003450;
    display: inline-flex;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.project-logo.logo-bg1 {
    background: #a6a6a6;
}
.pro-box {
    background: #013450;
    padding: 10px;
    border-radius: 7px;
    position: relative;
    margin-bottom: 30px;
}
.project-img {
    border-radius: 7px;
    overflow: hidden;
    transition: 0.5s;
}
.pro-box:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 90%;
    background: linear-gradient(360deg, #01345052, transparent);
    left: 5%;
    border-radius: 50%;
    bottom: -40px;
}
.project-logo img {
    width: 130px !important;
    object-fit: cover;
}
.portfolio-bg1 {
    background: #cee1fe;
    padding: 20px;
    border-radius: 10px;
}
.portfolio-list-wrap .owl-carousel.home-carousel {
    padding: 0;
    padding-bottom: 60px;
}
.portfolio-list-wrap .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.cc-cont p {
    margin-bottom: 0;
}
.our-diverse-box {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    height: 320px;
    margin-bottom: 16px;
    padding: 24px;
    transition: all 0.5s;
    text-align: justify;
}
.title {
    color: #121212;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.detail:after {
    background: url(../images/front-img/arrow.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: .4px;
    width: 18px;
}
.detail a {
    color: #0167ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
}
.description {
    display: none;
    margin-top: 10px;   
    transition: all 0.5s;
}
.our-diverse-box:hover {
    transition: all 0.5s;
    background-color: #dddd;
    background-image: unset !important;
}
.our-diverse-box:hover .description {
    display: block;
    transition: all 0.5s;
}




/* Footer CSS */
.bg-gradient{position: relative;}
.bg-gradient:after, .bg-gradient:before {
    border-radius: 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: -2;
}
.bg-gradient:before {
    background: radial-gradient(75.99% 262.53% at 95.73% 108.2%,rgba(0,102,255,.2) 0,rgba(0,102,255,0) 100%),radial-gradient(30.61% 75.99% at 3.39% 9.41%,#e6f4ed 0,hsla(0,0%,100%,0) 100%),#f5f5fc;
    background-blend-mode: normal,normal,darken,normal;
}
.bg-gradient:after {
    background: url(../images/front-img/noise-bg.webp);
    opacity: .1;
}
.footerfrm, .footerlinks {
    padding: 50px 0;
}
.footer-form {
    background: rgba(255,255,255,.4);
    padding: 35px;
    border-radius: 30px;
}
.footer-form h3 {
    margin-bottom: 20px;
}
.address-link .nav-tabs .nav-link {
    background: rgba(0, 102, 255, 0.3);
    border: 0;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #191D26;
    font-size: 20px;
    font-weight: 500;
    transition: all .5s;
    width: 55px;
    height: 55px;
}
.address-link .nav-tabs .nav-link span{visibility: hidden;}
.address-link .nav-tabs .nav-link.active {
    width: auto;padding: 5px 25px 5px 5px;transition: all .5s;
}
.address-link .nav-tabs .nav-link.active span{visibility: visible;}

.address-link .nav-tabs {
    gap: 15px;
}
.address-sec {
    margin: 25px 0;
}
.tab-content {
    border: 1px solid #896EFF;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.address-con h6 {
    color: #896EFF;
    text-transform: uppercase;
}
.address-con p {
    margin: 10px 0 0 0;
    font-weight: 500;
}
.address-sec .tab-content::after {
    width: 200px;
    height: 200px;
    background: #896EFF;
    filter: blur(76.75px);
    content: "";
    bottom: -80px;
    right: -80px;
    position: absolute;
}
.address-sec .tab-content .tab-pane {
    position: relative;
    z-index: 1;
}
.foorter-service {
    display: flex;
    gap: 30px;
    text-align: center;
}
.foorter-service-itm-img {
    margin-bottom: 15px;
}
.footerlinks {
    background-image: url(../images/front-img/bottom-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
}
.footer-copyright p {
    color: #fff;
    text-align: center;
    margin: 0;
    border-top: 1px solid #896EFF;
    padding-top: 40px;
    margin-top: 40px;
}
.footer-con {
    color: #fff;
    margin: 30px 0;
}
footer {
    overflow: hidden;
}
.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.footer-heading {
    color: #fff;
    margin-bottom: 25px;
}
.footer-links{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-links li {
    margin: 0 0 15px;
}
.footer-links li a {
    color: #fff;
    font-weight: 300;
}
.footer-links li a:hover {
    color: #0D6EFD;
}
.footerlinks-content-lft {
    padding-right: 100px;
}
.footer-social li {
    transition: all .5s;
}
.footer-links li:last-child {
    margin: 0;
}
.footer-social li:hover {
    transition: all .5s;
    margin-top: -10px;
}
a {
    text-decoration: none;
}
.image-box {
    height: 60px;
    max-width: 60px;
    flex: 0 0 60px;
    background: #0068ff;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    width:100%;
}
.image-box img {
    width: 100%;
}
.project-cont ul li img {
    filter: invert(1);
    height: 38px;
    width: 38px;
}


.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 0px;
    width: 150px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
    .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    animation-name: whatsappanimation;
}
.contact_icon_1 {
    background-color: #0169ff;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #0169ff;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    animation-name: whatsappanimation;
}
.contact_icon_1 i{
    -webkit-transform: rotate(115deg);
}
.custom-text-button {
    box-shadow: 5px 6px #000;
    font-weight: 600 !important;
}
.floating_btn_1 {
    position: fixed;
    bottom: 120px;
    right: 0px;
    width: 150px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.contact_icon_1 svg {
    height: 25px;
    width: 25px;
}
.contact_icon_1 svg path {
    fill: #Fff;
}
.contact_icon_1 img {
    filter: invert(1);
    height: 25px;
    width: 25px;
}
.contact_icon img {
    height: 25px;
    width: 25px;
}
@keyframes whatsappanimation {
 100% {
  box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
}
}
.industry .industry-inner h3 span {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.tab-content>.tab-pane ul li h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.technologyList img {
    width: 55px;
    height: 55px;
    object-fit: cover;
}
.why-choose-wrap  .tab-content p {
    text-align: justify;
}






 
#contactModal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    padding: 0;
    box-shadow: unset;
    background: transparent;
    z-index: 11;
}
#contactModal .close img {
    width: 40px;
}
#contactModal .modal-content {
    border-radius: 20px;
}
#contactModal .modal-trust {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
#contactModal .contactModalcon {
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}
#contactModal .modal-slider .owl-nav {
    position: initial;
}
#contactModal .modal-slider .owl-nav .owl-next {
    right: 0;
}
#contactModal .modal-slider .owl-nav button {
    position: absolute !important;
    top: 20px;
}
#contactModal .contactModalRow .default-form2 {
    padding-top: 50px;
}
#contactModal .contactModalnotes {
    color: #896EFF;
    font-weight: 500;
    font-size: 14px;
}
#contactModal .modal-slider {
    position: relative;
}
#contactModal .modal-slider-rating-itms {
    display: flex;
    gap: 3px;
    margin-bottom: 3px;
}
#contactModal .modal-slider-review .avatar-img img {
    width: 80px;
    height: 80px;
}
#contactModal .modal-slider-para {
    margin-top: 10px;
}
#contactModal .modal-slider-review .avatar-img {
    display: inline-flex;
    border: 1px solid #896EFF;
    padding: 5px;
    border-radius: 50%;
}
#contactModal .modal-slider-review {
    text-align: center;
}
#contactModal .modal-slider-rating {
    background: #896EFF;
    text-align: center;
    padding: 5px 10px;
    border-radius: 11px;
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
}
#contactModal .modal-slider-meta {
    margin-top: 20px;
}
#contactModal .modalHeading {
    text-align: center;
}
#contactModal .modal-slider-meta h6 {
    font-size: 14px;
}
.bg-black {
    position: relative;
    overflow: hidden;
}
.bg-black::before {
    width: 388px;
    height: 388px;
    background: #0A84FF;
    opacity: 0.32;
    filter: blur(111.45px);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}
.bg-black::after, .btn-sec-in::after {
    width: 200px;
    height: 200px;
    background: #896EFF;
    filter: blur(86.75px);
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
}
.bg-black .container {
    position: relative;
    z-index: 1;
}
.inner-banner {
    padding: 139px 0 70px;
}
.bg-black-con, .bg-black .title-center{color: #fff;}
.inner-banner-about {
    padding-right: 20px;
}
.about-img img {
    max-height: 400px;
}
.inner-banner-about h1 {
    margin-bottom: 20px;
}
.inner-banner-about p {
    margin-bottom: 30px;
}
.padding-space {
    padding: 75px 0;
}


.mobile-app-development-wrapper .accordion-item .accordion-header .accordion-button:before {
    display: none
}

.mobile-app-development-wrapper .heading-section .heading {
    color: var(--bs-black)
}

.mobile-faq-wrap .accordion-item {
    animation-name: fadeInUp;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    margin-top: -25px;
    border-top: 1px solid #ddd;
    z-index: 11;
    position: relative
}

.mobile-faq-wrap .accordion-item:last-child {
    border-radius: 30px 30px 0 0
}

.mobile-faq-wrap .accordion-item .accordion-button {
    padding-bottom: 45px;
    font-weight: 600;
    font-size: 18px
}

.acc_count {
    padding-right: 10px
}

.mobile-faq-wrap .accordion-item .accordion-body {
    padding-bottom: 45px
}

.mobile-faq-wrap .accordion-button[aria-expanded=true] {
    padding-bottom: 15px
}

.mobile-app-development-wrapper .parent-accordion {
    background-color: var(--bs-yellow);
    color: var(--bs-white)
}
.mobile-faq-wrap .parent-accordion {
    background: #5687d2;
    color: #fff;
}
.mobile-faq-wrap .accordion-button[aria-expanded=true] {
    color: #fff;
}
.mobile-faq-wrap .accordion-item:last-child p {
    margin-bottom: 0;
}
.mobile-faq-wrap .accordion-item:first-child {
    background: #5687d2;
    color: var(--bs-white);
}

.mobile-faq-wrap .accordion-item:first-child .accordion-button {
    color: var(--bs-white)
}

.mobile-faq-wrap .accordion-item:first-child:not(.parent-accordion) .accordion-button {
    color: var(--bs-black)
}

.mobile-faq-wrap .accordion-item:first-child:not(.parent-accordion) .accordion-button[aria-expanded=true] {
    color: var(--bs-white)
}

.mobile-app-development-wrapper .parent-accordion .accordion-button {
    color: var(--bs-white)
}

.mobile-faq-wrap .accordion-item:last-child {
    border-radius: 30px
}

.mobile-faq-wrap .accordion-item:last-child .accordion-button {
    padding-bottom: 20px
}

.mobile-development-process-wrapper {
    background-color: var(--bs-grey)
}
.mobile-faq-wrap .accordion-item:first-child {
    margin: 0;
}
.features-sec-itm {
    background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .04) 100%);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 10px 25px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    width: 100%;
    color: #fff;
    min-height: 70px;
    align-items: center;
}
.features-sec [class*="col-"] {
    margin-top: 20px;
}
.features-sec-itm:before {
    background-image: url(../../public/assets/images/front-img/check-circle.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 26px;
    display: inline-flex;
    width: 26px;
    margin-right: 10px;
    flex: 0 0 26px;
}
.bg-gradient.why-choose-wrap .tab-content {
    background: #fff;
}
.bg-gradient.why-choose-wrap .nav.nav-tabs button{background: #fff;}
.bg-gradient.why-choose-wrap .nav.nav-tabs button.active{background: #0b6ffd;}
.accordion.mobile-faq-wrap .accordion-collapse {
    background: #0167ff;
    transition: all 0.5s;
    color: #fff;
}
.tab-content>.tab-pane .why-choose-list {
    list-style: circle;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    margin-top: 8px;
}

.tab-content>.tab-pane .why-choose-list li {
    max-width: 100%;
    text-align: left;
    padding: 6px 0 0 0;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.navbar-brand:focus-visible{
    border: 0 !important;
    box-shadow: unset !important;
    outline: 0 !important;
}
.accordion-button:not(.collapsed) .accordion-icon {
    background: #fff;
}
.accordion-button:not(.collapsed) .accordion-icon img {
    filter: invert(1);
}



.inner-sld-form {
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
}
select.form-control {
    background-image: url(../images/front-img/downarrow.svg);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    padding-right: 40px;
}
.inner-sld-con h1 {
    margin-bottom: 15px;
}
.inner-sld-list {
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
.inner-sld-list li {
    margin: 10px 0 0 0;
    position: relative;
    padding-left: 40px;
}
.inner-sld-in .row {
    align-items: center;
}
.inner-sld-list li::before {
    content: "";
    background-image: url(../images/front-img/arrow-tik.svg);
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-flex;
    position: absolute;
    top: 1px;
    left: 0;
}
.inner-sld-con {
    padding-right: 130px;
}
.msm-meta {
    background: #ECF3FF;
    background: linear-gradient(to left, #F0F0FF, #ECF3FF);
}
.our-offices-itm {
    border: 1px solid #896EFF;
    padding: 80px 25px 25px 25px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    text-align: center;
    height: 100%;
    transition: all .5s;
}
.our-offices-itm:hover {
    box-shadow: 0 0 50px #6e6767;transition: all .5s;
}
.our-offices-in [class*="col-"] {
    margin-top: 20px;
}
.our-offices-address {
    border-top: 1px solid #CCCCCC;
    padding-top: 25px;
    margin-top: 25px;
}
.our-offices-itm-head {
    background: #896EFF;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0 0 15px 15px;
    white-space: nowrap;
}
.our-offices-address p {
    margin: 0;
}
.our-offices-meta {
    margin-top: 25px;
}
.our-offices-in h2, .our-offices-in p {
    text-align: center;
}
.sales-info-in {
    padding: 30px;
    border-radius: 25px;
    overflow: hidden;
}
.sales-meta-itm {
    margin-top: 7px;
    font-weight: 500;
}
.our-offices + .sales-info {
    padding-top: 0;
}
.space-banner .container {
    padding: 136px 15px 50px 15px;
}
.padding-cls {
    padding: 50px 0;
}
.msm-meta-in {
    display: flex;
    gap: 50px;
    text-align: center;
    width: 100%;
    justify-content: space-between;
}
.msm-meta-itm {
    flex: 0 0 calc(20% - 40px);
    max-width: calc(20% - 40px);
    position: relative;
}
.msm-meta-value {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    position: relative;
    margin-bottom: 34px;
}
.msm-meta-value::after {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 10px;
    display: inline-flex;
    background: #0D6EFD;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.msm-meta-itm:first-child .msm-meta-value::after {
    background: #FFA213;
}
.msm-meta-nm {
    line-height: 1.3;
}
.msm-meta-itm::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #C6C6C6;
    position: absolute;
    right: -25px;
    top: 0;
}
.msm-meta-itm:nth-child(2) .msm-meta-value::after {
    background: #48CB7E;
}
.msm-meta-itm:nth-child(3) .msm-meta-value::after {
    background: #1388FF;
}
.msm-meta-itm:nth-child(4) .msm-meta-value::after {
    background: #896EFF;
}
.msm-meta-itm:nth-child(5) .msm-meta-value::after {
    background: #D24B7E;
}
.msm-meta-itm:last-child::after {
    display: none;
}
select.form-control {
    background-image: url(../images/front-img/downarrow.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    padding-right: 30px;
}






/* About Page */

.about-row {
    display: flex;
    position: relative;
}

.about_img img {
    border-radius: 30px;
}

.about-right {
    width: 100%;
}

.why-cont-box {
    position: absolute;
    width: 560px;
    background: linear-gradient(360deg, #896EFF 0%, #0D6EFD 100%);
    border-radius: 20px;
    padding: 25px;
    color: #ffff;
    font-size: 18px;
}
.about-left {
    padding-right: 20px;
}
.about_cont h2 {
    font-size: 60px;
}

.about_cont h2 span {
    display: block;
    font-size: 100px;
    color: #0D6EFD;
}
.about-content p {
    text-align: justify;
}

.services-sec.value-sec .accordion-button {
    background: transparent;
    border: solid 1px #896EFF;
    color: #191D26;
}
.services-sec.value-sec .accordion-button .accordion-icon {
    background: transparent;
}
.services-sec.value-sec .accordion-button:not(.collapsed) .accordion-icon img {
    filter: unset;
}




.services-sec.value-sec .accordion-item.parent-accordion .accordion-button {
    border-radius: 7px 7px 0 0;
}
.services-sec.value-sec .accordion-collapse.collapse.show {
    border: solid 1px #896EFF;
    border-radius: 0 0 7px 7px;
    app-region: 0;
}
.services-sec.value-sec .accordion-button:not(.collapsed)::after {
    filter: unset;
}
.inner-sld.space-banner + .msm_meta.padding-cls {
    padding-top: 0;
}
.mission_vision {
    padding: 75px 0;
}

.mv-bg h3 {
    color: #fff;
}

.mv-bg p {
    color: #fff;
}

.mv-bg.mission-bg {
    padding: 25px 0;
}
.galary-img img {
    border-radius: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.galary-img2 {
    display: flex;
    gap: 30px;
}

.galary-img2 img {
    border-radius: 30px;
}
.why-cont-box p {
    margin-bottom: 0;
}