* {
    box-sizing: border-box;
    letter-spacing: 0.4px;
  }
  *,
  .leaf:after {
    line-height: 1;
  }
  body {
    font-family: Montserrat, sans-serif;
    transition: 0.5s;
    color: #000;
    overflow-x: hidden;
  }
  html {
    font-size: 16px;
  }
  .breadcrumb ul,
  body,
  html {
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 15px;
    line-height: 170%;
  }
  h2 {
    font-size: 2rem;
    font-weight: 400;
  }
  .about-gallery .gallery-img a,
  .accord-tabs .tabs.show .tabs-content,
  .d-block,
  .footer .lets-talk .lets-talk-add .contact-mail strong,
  .page_cta_name span,
  .social_fixed a span,
  .start-ups .start-ups-point ul li,
  section {
    display: block;
  }
  .alert-popup .btn.btn-green,
  .owl-carousel .owl-nav button.owl-next:focus,
  .owl-carousel .owl-nav button.owl-prev:focus,
  .owl-carousel button.owl-dot,
  a {
    outline: 0;
  }
  .header_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000000;
    padding: 0 15px;
    display: none;
  }
  .container,
  .mini-container {
    margin: 0 auto;
    max-width: 1230px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    margin: 0 -15px;
  }
  .container {
    padding: 0 15px;
  }
  .col-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_search .close_search {
    text-align: right;
    margin: 50px 0 0;
  }
  .header_search .close_search img {
    margin-right: -120px;
  }
  .search_block {
    margin: 130px 0 0;
    position: relative;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .search_block {
    margin: 130px 0 0;
    position: relative;
  }
  .search_block input {
    width: 100%;
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 24px;
    outline: 0;
    padding: 25px 10px;
    border-bottom: 2px solid #fff;
    font-weight: 400;
  }
  .search_block button {
    background: 0 0;
    border: 0;
    position: absolute;
    top: 22px;
    padding: 5px 0;
    width: 40px;
    height: 40px;
    right: 5px;
    border-radius: 3px;
    transition: 0.4s;
  }
  ul.auto_suggest {
    margin: 20px 0 0;
    padding: 0;
  }
  ul.auto_suggest li {
    margin: 15px 0;
    padding: 0;
  }
  ul.auto_suggest li a {
    background: #181818;
    display: block;
    align-items: center;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    min-height: 95px;
    transition: 0.4s;
  }
  ul.auto_suggest li p {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 7px;
    line-height: 140%;
  }
  ul.auto_suggest li span {
    display: block;
    word-break: break-word;
    line-height: 140%;
  }
  .menu_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
  }
  .menu_overlay .green_overlay {
    width: 100%;
    height: 165px;
    background: rgba(50, 50, 40, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .menu_overlay .black_overlay {
    width: 100%;
    height: calc(100vh - 165px);
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
  }
  .menu_overlay.open {
    visibility: visible;
    opacity: 1;
  }
  .wrapper,
  header,
  section {
    float: left;
    width: 100%;
  }
  .header {
    left: 0;
    top: 0;
    right: 0;
    padding-top: 2%;
    padding-bottom: 15px;
    position: absolute;
    z-index: 5;
  }
  .header .top_bar_info {
    position: relative;
    margin-bottom: 15px;
    display: block;
  }
  .header .top_bar_info:before {
    content: "";
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%
    );
    padding: 0 10px;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    opacity: 0.5;
    height: 55px;
    z-index: -1;
  }
  .header .call-info.desk_view {
    margin-top: 0;
    padding-top: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 50%;
    gap: 15px;
  }
  .header .call-info span {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 600;
    float: left;
    letter-spacing: 1.5px;
    margin-top: 4px;
  }
  .header .call-info span.call:before {
    background: url(../images/icons/header-phone-icon.png) no-repeat;
    position: relative;
  }
  .header .call-info span.call:before,
  .header .call-info span.mail:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: -2px;
    float: left;
    content: "";
  }
  .header .call-info span + span {
    margin-left: 10px;
  }
  .header .call-info span a {
    color: #fff;
    text-decoration: none;
  }
  .header .call-info span.search_top_btn {
    margin-left: 20px;
    margin-top: 0;
  }
  .search_top_btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    margin-left: 20px;
    cursor: pointer;
  }
  .herobanner .herobanner-slider {
    z-index: 0;
  }
  .flt-left,
  .footer .footer-slider .herobanner-slider,
  .header .logo,
  .herobanner .herobanner-slider {
    float: left;
  }
  .header .logo img,
  .herobanner.innerpage-banner.ecommerce .herobanner-content,
  .herobanner.innerpage-banner.mobile-app .herobanner-content {
    max-width: 100%;
  }
  .flt-right,
  .header .nav-call-info {
    float: right;
  }
  .header .call-info {
    float: right;
    padding-top: 3.6%;
  }
  header.fixed-header {
    position: fixed;
    top: 0;
    background: #5c0075;
  }
  .header .moblogo,
  header.fixed-header .top_bar_infoW {
    display: none;
  }

  /* header.fixed-header .top_bar_info {
    display: block;
} */

  header ul#menu li ul,
  header ul#menu2 li ul {
    padding: 50px 0 5px;
    z-index: 1001;
    top: 62%;
    left: 0;
    visibility: hidden;
  }
  .header .nav ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
  }
  .header .nav ul li:first-child {
    margin-left: 0;
    border-left-width: 0;
  }
  .header .nav > ul > li {
    border-left-width: 0;
  }
  .header .nav ul li {
    float: left;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 600;
    list-style: none;
    padding: 0 16px;
  }
  .btn,
  .header .nav ul li {
    color: #fff;
  }
  header ul#menu li .arrowDown,
  header ul#menu2 li .arrowDown {
    margin-left: 56px;
    content: " ";
    pointer-events: none;
    top: 81%;
    visibility: hidden;
  }
  #owl-example1 .owl-nav .owl-next,
  #owl-example1 .owl-nav .owl-prev {
    font-size: 0;
  }
  .bodyfixed,
  body.fixed {
    position: fixed;
    width: 100%;
  }
  .btn,
  .btn::before {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }
  body.is_open {
    overflow: hidden;
    height: 100vh;
  }
  .header .nav ul li a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    cursor: pointer;
  }
  .header .nav ul li.dropdown > a {
    position: relative;
    z-index: 1;
    padding-right: 20px;
  }
  header ul#menu.header3 > li > a {
    position: relative;
  }
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-3 {
    width: 25%;
  }
  header ul#menu li ul {
    position: absolute;
    opacity: 0;
    margin: 0;
    width: 100%;
  }
  header ul#menu li ul > div *,
  header ul#menu2 li ul > div *,
  header.header {
    transition: 0.5s;
  }
  .header .mobmenu-open {
    display: none;
    background: #000000bf;
    padding: 12px;
    float: right;
    margin-left: 20px;
    cursor: pointer;
  }
  .header .mobmenu-open span {
    width: 25px;
    background: #c2c900;
    float: left;
    height: 3px;
    clear: both;
  }
  .header .mobmenu-open span + span {
    margin-top: 5px;
  }
  .header .moblogo {
    margin-top: 10px;
  }
  header ul#menu li ul li {
    position: relative;
    float: left;
    width: 16.66%;
    padding: 20px 10px;
    margin: 0;
  }
  header ul#menu li ul li > a {
    text-transform: inherit;
    padding: 0;
    font-size: 18px;
    display: block;
    color: #000;
    height: 100%;
    line-height: 150%;
  }
  label.h3.cpointer {
    cursor: pointer;
  }
  header ul#menu.header3 > li > a:before {
    position: absolute;
    content: "";
    transition: 0.5s;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #c2c900;
    opacity: 0;
  }
  .header .nav ul li.dropdown > a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    right: 0;
    border: 5px solid #c2c900;
    border-color: #c2c900 transparent transparent;
  }
  .header .nav ul li.dropdown > a:after {
    border-bottom-width: 0 !important;
  }
  .full,
  .half {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .herobanner.landing-ecom .herobanner-content p.h1,
  h1 {
    font-size: 4.5rem;
  }
  .box_new .col-4,
  .mar-b-40 {
    margin-bottom: 40px;
  }
  .header .nav ul li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .header .mobmenu-close {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 30px;
    padding: 24px 10px;
    border: 3px solid #c2c900;
    border-radius: 50px;
    top: 25px;
  }
  .header .mobmenu-close span {
    width: 30px;
    background: #fff;
    float: left;
    height: 3px;
    clear: both;
  }
  .header .mobmenu-close span + span {
    margin-top: -3px;
  }
  .header .mobmenu-close span:first-child,
  .popup-close span:first-child {
    transform: rotate(45deg);
  }
  .header .mobmenu-close span:last-child,
  .popup-close span:last-child {
    transform: rotate(-45deg);
  }
  .social_fixed {
    position: fixed;
    right: 0;
    top: 50%;
    width: 48px;
    z-index: 100000;
    transform: translate(0, -50%);
  }
  .social_fixed a {
    display: flex;
    width: 48px;
    height: 48px;
    background: #5c0075;
    margin-top: 5px;
    transition: 0.4s;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .herobanner.home {
    background: url(../images/background/home-banner-new.webp) center center /
      cover no-repeat #333;
  }
  .herobanner {
    min-height: 100vh;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 15%;
    padding-bottom: 2.5%;
  }
  .herobanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .herobanner .herobanner-content .banner-logo {
    max-width: 30%;
    margin-bottom: 30px;
  }
  .herobanner.home:before,
  .herobanner:before {
    background: rgba(0, 0, 0, 0.75);
  }
  .herobanner .herobanner-content {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    min-height: 400px;
  }
  .footer_logos ul li figure a,
  .startup-to-business.whatmakes-distinctive .col-5,
  .text-center {
    text-align: center;
  }
  .mar-b-70 {
    margin-bottom: 4.6% !important;
  }
  .herobanner .herobanner-content p.h1,
  h1,
  h2 {
    line-height: 1.2;
    margin-top: 0;
    font-family: museo500;
  }
  .herobanner .herobanner-inner-slider.mar-t-100,
  .herobanner .herobanner-slider.mar-t-100 {
    margin-top: 5%;
  }
  .herobanner .herobanner-content p.h1,
  h1 {
    font-size: 5.5rem;
    font-family: museo700;
  }
  .herobanner .herobanner-content p.h1 {
    color: #c2c900;
    margin-bottom: 10px !important;
  }
  .herobanner .herobanner-content p.h1 span {
    color: #fff;
    font-family: museo300;
    display: block;
    font-weight: 400;
    font-size: 3.8rem;
  }
  .herobanner .herobanner-content p.h1 span.small {
    margin-top: -10px;
    font-size: 26px;
    text-transform: initial;
  }
  .herobanner .herobanner-content h1.p {
    font-weight: 400;
    line-height: 1.8;
    margin-top: 0;
    color: #fff;
    font-size: 1.4rem;
    font-family: Montserrat, sans-serif;
    padding: 0 13%;
    width: 100%;
    display: inline-block;
  }
  .herobanner.innerpage-banner .bannerRow .herobanner-content {
    position: static;
    transform: none;
    flex: 60%;
    max-width: 60%;
  }
  .btn,
  .herobanner.innerpage-banner
    .herobanner-content
    .magento-flex
    .magento-cont.no-pm
    p,
  .leaf,
  .offices-inner .offices span {
    display: inline-block;
  }
  .btn {
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    text-align: center;
    padding: 0 2.2rem;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  .btn::after,
  .btn::before {
    background-color: rgba(0, 0, 0, 0.15);
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    opacity: 0;
  }
  .btn::before {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transform: translate(13%, 190%) rotate(-30deg);
    transform: translate(13%, 190%) rotate(-30deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .btn span {
    position: relative;
    z-index: 2;
  }
  .btn::after {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
  }
  .btn-purple {
    background-color: #5c0075;
    border: 1px solid #5c0075;
  }
  .footer .footer-slider .herobanner-slider .owl-stage,
  .herobanner .herobanner-inner-slider .owl-stage,
  .herobanner .herobanner-slider .owl-stage {
    display: flex;
  }
  .footer .footer-slider .herobanner-slider .owl-item .item,
  .herobanner .herobanner-inner-slider .owl-item .item,
  .herobanner .herobanner-slider .owl-item .item {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
  }
  .footer .footer-slider .herobanner-slider .owl-item + .owl-item:before,
  .herobanner .herobanner-inner-slider .owl-item + .owl-item:before,
  .herobanner .herobanner-slider .owl-item + .owl-item:before {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 1px;
    left: 0;
    background: #fff;
    opacity: 0.1;
  }
  .content-section .list-items-leaf li p,
  .footer .lets-talk .lets-talk-add .contact-mail.follow-us ul,
  .list-items-leaf.new,
  .mar-0,
  .which-hiring-modal .subscription .price-box .price-box-inner,
  .why-go-mobile .list-items-leaf li p,
  figure {
    margin: 0;
  }
  .big-certification .list-items-leaf li:first-child,
  .owl-theme .owl-nav,
  .owl-theme .owl-nav.disabled + .owl-dots,
  .start-ups .start-ups-point.new.one {
    margin-top: 10px;
  }
  .big-certification .col_boxs .small-btn span,
  .big-certification.magento_support .col_boxs .small-btn span,
  .col-12,
  .container,
  .fluid-container,
  .herobanner.innerpage-banner
    .herobanner-content
    .magento-flex
    .magento-cont.no-pm.one
    p,
  .w-100 {
    width: 100%;
  }
  .mar-t-70 {
    margin-top: 3%;
  }
  .author_dtls h2,
  .box_new .col-6,
  .grayBg .whatmakes-distinctive h2.mar-b-40,
  .magento_support_service .col-3,
  .mar-b-30,
  .services.img-left-01.four_col .col-6,
  .team-members .col-3 {
    margin-bottom: 30px;
  }
  svg.with-leaf {
    width: 29px;
    height: 26px;
    margin-left: 3px;
  }
  .mini-container {
    width: 100%;
    clear: both;
    padding: 0 15px;
  }
  .mini-container.sml_col {
    max-width: 808px;
    margin: -25px auto 60px;
  }
  .header .nav {
    float: right;
    clear: both;
  }
  .header .logo {
    transition: 0.5s ease-in-out;
    max-width: 18%;
    margin-top: 10px;
  }
  h3,
  h4,
  p {
    margin-top: 0;
  }
  .btn-green:hover,
  .gallery .wp-pro-cont *,
  .lets-connect .lets-connect-inner .btn.btn-border-green,
  .team-avtar p a,
  .white,
  header ul#menu li ul li:hover > a .submenu-icons .menu-content p,
  header ul#menu2 li ul li:hover .submenu-icons .menu-content p {
    color: #fff;
  }
  body.four-o-four .main-content {
    padding-top: 4%;
  }
  .header .mobmenu-open span + span,
  .which-hiring-modal
    .subscription
    .price-box
    .price-box-inner
    .item
    ul
    li[data-title]
    ul
    li
    + li,
  .why-go-mobile .appstore-optimisation .free-ebook {
    margin-top: 5px;
  }
  .herobanner .herobanner-inner-slider {
    float: none;
    margin-left: -5%;
    margin-right: -5%;
    padding-top: 5%;
    width: auto;
    min-width: 100%;
    clear: both;
  }
  .herobanner.innerpage-banner.magento {
    background: url(../images/background/magento-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.magento.magento-web {
    background: url(../images/background/magento-chilliapple-bg-new.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.magento-support-banner {
    background: url(../images/background/magento-support-banner.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.magento-certified-develoer {
    background: url(../images/background/magentocertified-banner-img.webp) top
      center no-repeat;
    background-size: cover !important;
  }
  .herobanner.innerpage-banner.our-technology {
    background: url(../images/background/technoly-page-banner.webp) top center
      no-repeat;
    background-size: cover !important;
  }
  .herobanner.innerpage-banner.magento:not(.magento-develoer) {
    min-height: inherit;
  }
  .herobanner.innerpage-banner.laravel {
    background: url(../images/background/laravel-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.laravel-developers {
    background: url(../images/background/laravel-developers-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.prestashop {
    background: url(../images/prestashopBanner.webp) top center/cover no-repeat;
  }
  .herobanner.innerpage-banner.prestashop-support {
    background: url(../images/background/prestashop-support-banner.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.prestashop-upgrade {
    background: url(../images/background/presta-upgrade-banner.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.adobe-partner {
    background: url(../images/background/adobe-partner-banner.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.adobe-commerce {
    background: url(../images/background/adobe-commerce-banner.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.woocommerce {
    background: url(../images/background/woocommerce-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.nodejs {
    background: url(../images/background/nodejs-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.angularjs {
    background: url(../images/background/anugular-banner.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.phpBanner {
    background: url(../images/background/php-banner.webp?v=1) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.expressjs {
    background: url(../images/background/expressjs-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.mongodb {
    background: url(../images/background/mongodb-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.mean-stack {
    background: url(../images/background/meanstack-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.seo {
    background: url(../images/background/seo-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.wordpress {
    background: url(../images/background/wordpress-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.xamarin {
    background: url(../images/background/xamarin-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.team {
    background: url(../images/team/team-banner-c.webp) center center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.mobile-app {
    background: url(../images/background/mobile-app-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.privacy {
    background: url(../images/background/privacy-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.terms {
    background: url(../images/background/terms-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.about {
    background: url(../images/background/about-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.contact {
    background: url(../images/background/contact-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.android {
    background: url(../images/background/android-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.ios {
    background: url(../images/background/ios-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.migration {
    background: url(../images/background/migration-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.pwa {
    background: url(../images/background/pwa-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.maintenance {
    background: url(../images/background/web-maintenance-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.development {
    background: url(../images/background/development-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.websitedesign {
    background: url(../images/background/websitedesign-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.ecommerce {
    background: url(../images/background/ecommerce-banner-img.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.career {
    background: url(../images/background/career-banner-img.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.digital-transformation {
    background: url(../images/background/digital-transformation-banner-img.webp)
      top center/cover no-repeat;
  }
  .herobanner.innerpage-banner.support-subscription {
    background: url(../images/background/support-subscription-bg.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.dedicated-teams {
    background: url(../images/background/dedicated-teams-banner.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.reactjs {
    background: url(../images/background/reactjs-banner-img1.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.bespoke-sol {
    background: url(../images/background/bespoke-banner.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.vuejs-banner {
    background: url(../images/background/vuejs-banner.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.magento_upgrade_b {
    background: url(../images/background/magento_upgrade_b.webp) top center/cover
      no-repeat;
  }
  .herobanner.innerpage-banner.shopifyBanner {
    background: url(../images/background/shopify-chilliapple-bg.webp) top
      center/cover no-repeat;
  }
  .herobanner.innerpage-banner.reactjs:before,
  .herobanner.innerpage-banner.vuejs-banner:before {
    background: rgba(0, 0, 0, 0.83);
  }
  .herobanner.team:before {
    background: rgba(0, 0, 0, 0.55);
  }
  .herobanner.innerpage-banner {
    padding-top: 29%;
    min-height: inherit;
  }
  .herobanner.innerpage-banner .herobanner-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    left: 50%;
    max-width: 1230px;
    padding: 0 15px;
    min-height: 0;
  }
  .herobanner.innerpage-banner .herobanner-content .magento-flex {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .herobanner.innerpage-banner .herobanner-content .magento-flex.newD {
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;
  }
  .herobanner.innerpage-banner .herobanner-content .magento-flex .magento-img {
    float: left;
    text-align: center;
  }
  .herobanner.innerpage-banner .herobanner-content .magento-flex .magento-cont {
    display: block;
    overflow: hidden;
    width: 80%;
    margin-left: 4%;
    padding-left: 4%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .herobanner.innerpage-banner
    .herobanner-content
    .magento-flex
    .magento-cont
    h1 {
    margin-bottom: 15px;
    line-height: 1.3;
    text-transform: inherit;
    color: inherit;
    font-size: 3rem;
  }
  .herobanner.innerpage-banner
    .herobanner-content
    .magento-flex
    .magento-cont
    h1
    span {
    font-size: 3.5rem;
    display: block;
  }
  .herobanner.innerpage-banner
    .herobanner-content
    .magento-flex.inline
    .magento-cont
    h1
    span {
    display: inline;
    font-family: museo300;
  }
  .herobanner.innerpage-banner .herobanner-content .magento-flex .magento-cont p {
    padding: 0;
    width: 100%;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .herobanner.innerpage-banner
    .herobanner-content
    .magento-flex
    .magento-cont.no-pm {
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
  }
  .herobanner.innerpage-banner
    .herobanner-content
    .magento-flex
    .magento-cont.no-pm
    h1 {
    margin-bottom: 20px;
    font-weight: 400;
  }
  .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-content span,
  .offer-popup .offer-box u,
  .wpcf7-submit {
    text-transform: uppercase;
  }
  .pythonBanner {
    background: url(../images/background/python-bg.webp) center center no-repeat
      #333;
    background-size: cover;
  }
  .pwaBanner {
    background: url(../images/background/pwa-banner.webp) center center no-repeat
      #333;
    background-size: cover;
  }
  .is_open .social_fixed {
    display: none;
  }
  .ukappaward img {
    width: 150px;
  }
  .laravel_usp ul li svg {
    height: 51px;
    width: auto;
  }
  .laravel_usp .vuejs-logoleft {
    width: 163px;
  }
  .breadcrumb ul li:first-child span {
    color: #000;
  }
  .footer .lets-talk {
    float: left;
    width: 100%;
    position: relative;
    padding: 3% 0;
    overflow: hidden;
    background: url(../images/background/footer-bg.webp) center center / cover
      no-repeat;
  }
  .footer .lets-talk:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .bannerFormWrapper .input-group.custom-file {
    display: none;
  }
  .input-group.custom-file {
    padding: 12px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  label.input-group-text {
    border-radius: 5px 0 0 5px;
    background: #e1dddd;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    padding: 0.75rem 0.75rem;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
  }
  label.form-control.d-flex.justify-content-start.align-items-center {
    padding: 0.75em;
    border: 0;
    color: #fff;
    width: auto;
    height: auto;
    background: none;
  }
  .footer_logos ul li figure a svg {
    display: flex;
    width: 85%;
    margin: 0 auto;
  }
  .footer .lets-talk h2,
  .main-content .contact-form div.wpcf7 {
    position: relative;
    z-index: 1;
  }
  .gdpr-cookie.bottom {
    position: fixed;
    left: 0;
    right: 0;
    height: auto;
    z-index: 2147483647;
    background-color: #fff;
    color: #fff;
    line-height: 1.8;
    border-bottom: 1px solid #cbd6e2;
    border-top: 1px solid #cbd6e2;
    box-shadow: 0 1px 5px #eaf0f6;
    text-align: center;
    bottom: 0;
    opacity: 1;
    display: none;
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    clear: both;
  }
  .gdpr-cookie.bottom .content {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-evenly;
  }
  .gdpr-cookie.bottom .content p {
    font-size: 12px;
    width: 72%;
    text-align: left;
    margin-bottom: 0;
  }
  .empty-bg {
    background: 0;
    color: #000;
  }
  .footer_location a {
    color: #fff;
    text-decoration: none;
  }
  .footer_location a:hover {
    text-decoration: underline;
  }
  .footer .lets-talk .lets-talk-add {
    float: left;
    width: 45%;
    padding: 0 30px;
    position: relative;
    z-index: 1;
  }
  .footer .lets-talk .contact-form {
    float: left;
    width: 55%;
    padding: 30px;
    z-index: 1;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .contact-form .contact-inner:after,
  .img-content figure span:after,
  .lets-connect .lets-connect-inner:after {
    border: 4px solid #c4cb09;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .footer .lets-talk .lets-talk-add .contact-mail {
    font-size: 1.12rem;
    color: #fff;
    float: left;
    width: 100%;
    padding: 25px 0;
    letter-spacing: 1.5px;
  }
  .footer .lets-talk .lets-talk-add .contact-mail a {
    color: #fff;
    text-decoration: none;
    outline: 0;
  }
  .footer .lets-talk .lets-talk-add .contact-mail + .contact-mail {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    position: relative;
  }
  .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-content {
    display: block;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.125rem;
  }
  .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-content strong {
    font-size: 1.1rem;
    line-height: 26px;
  }
  .footer .lets-talk .lets-talk-add .contact-mail.follow-us span {
    float: left;
    margin: 8px 20px 0 0;
  }
  .footer .lets-talk .lets-talk-add .contact-mail.follow-us ul li {
    float: left;
    display: block;
  }
  .footer .lets-talk .lets-talk-add .contact-mail.follow-us ul li + li {
    margin-left: 10%;
  }
  .contact-form .form-field {
    float: left;
    width: 100%;
    font-size: 13px;
    border: 1px solid #d9dadb;
    padding: 0 15px;
    margin-bottom: 8px;
    background-color: #fff;
    color: #000;
  }
  .contact-form textarea.form-field {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-form .recap-cha {
    float: left;
    margin-right: 8px;
  }
  .contact-form .btn-green {
    font-size: 1rem;
    margin-top: 10px;
    padding: 0 1.5rem;
  }
  .contact-form #mail-status {
    color: #fff;
    padding: 0 15px;
    display: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .contact-form #mail-status.error {
    background: red;
    display: block;
    padding: 10px;
    float: left;
    width: 100%;
  }
  .contact-form #mail-status.success {
    background-color: #d60606ab;
    display: block;
    padding: 10px;
    float: left;
    width: 100%;
  }
  .footer .footer-slider {
    float: left;
    width: 100%;
    background: #5c0075;
    padding: 30px 0;
  }
  .footer .copyright {
    float: left;
    width: 100%;
    background: #4a035d;
    color: #fff;
    padding: 21px 0;
  }
  .footer .copyright p {
    font-size: 13px;
    margin: 0;
  }
  .footer .copyright p a {
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
  }
  .contact-form .mini-container,
  .lets-connect .mini-container {
    padding-left: 44px;
  }
  .lets-connect .lets-connect-inner {
    width: 70%;
    background: #5c0075;
    position: relative;
    padding: 3% 5%;
    color: #fff;
    margin: auto;
  }
  .lets-connect .lets-connect-inner:after {
    top: 0;
    content: "";
    position: absolute;
    transform: translate(-15px, 15px);
  }
  .lets-connect .lets-connect-inner h2 {
    font-size: 2.375rem;
    padding: 0;
  }
  .lets-connect .lets-connect-inner h2 span {
    display: block;
    font-size: 3rem;
    color: #c4cb09;
    font-family: museo700;
  }
  .lets-connect .lets-connect-inner h2 span.small {
    display: inline-block;
    font-size: inherit;
  }
  .lets-connect .lets-connect-inner figure {
    float: left;
    max-width: 25%;
    margin-right: 30px;
  }
  .ready-for-more {
    padding: 5% 0;
    float: left;
    width: 100%;
    background: url(../images/background/team-footer-bg.webp) top center/cover
      no-repeat;
    position: relative;
  }
  .ready-for-more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
  }
  .footer .footer-slider .herobanner-slider img,
  .herobanner .herobanner-inner-slider img,
  .herobanner .herobanner-slider.owl-carousel .owl-item img {
    max-width: 80%;
    display: inline-block;
    width: auto;
  }
  .herobanner.innerpage-banner.formBanner {
    padding-top: 12%;
    padding-bottom: 3%;
  }
  .breadcrumb {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .breadcrumb ul {
    margin: 0;
    padding: 0;
  }
  .breadcrumb ul li {
    list-style: none;
    display: inline-block;
    float: left;
    color: #000;
    position: relative;
    font-size: 14px;
  }
  .breadcrumb ul li + li {
    padding-left: 20px;
    margin-left: 20px;
  }
  .breadcrumb ul li a {
    color: #000;
    text-decoration: none;
  }
  .breadcrumb ul li + li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 6px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .breadcrumb ul li a:hover,
  .breadcrumb ul li span {
    color: #5c0075;
  }
  .breadcrumb ul li a:hover,
  .breadcrumb ul li span {
    color: #5c0075;
  }
  @media (hover: hover) and (pointer: fine) {
    header ul#menu.header3 > li:hover > a:before {
      opacity: 1;
      width: 40%;
      transition: 0.5s;
    }
  }
  @media (min-width: 768px) {
    .herobanner-slider {
      display: none;
    }
    .herobanner .herobanner-slider.certi_logos.mobile {
      display: none !important;
    }
  }
  @media screen and (min-width: 992px) {
    .certi_logos.mobile {
      display: none;
    }
  }
  @media (min-width: 1025px) {
    .header {
      padding-top: 0;
    }
    .header .call-info.mob_view,
    .subdropdown_menu .col-3:nth-child(4n + 1)::before,
    header ul#menu.header3 > li.contact_btn a:before {
      display: none;
    }
    .header .nav {
      margin-top: 10px;
    }
    .header .nav ul li {
      padding-bottom: 50px;
    }
    .header .nav ul li.dropdown > a {
      display: block;
    }
    .arrow-new,
    header ul#menu > li > ul {
      transition: transform 0.3s, opacity 0.3s;
    }
    .arrow-new,
    .subdropdown_menu {
      left: 0;
      visibility: hidden;
      opacity: 0;
      position: absolute;
    }
    .subdropdown_menu {
      width: 100%;
      background: rgba(0, 0, 0, 0.95);
      padding: 0 50px;
      top: 100%;
      transition: transform 0.2s, opacity 0.2s;
      z-index: -55555;
      display: none;
    }
    header ul#menu > li:hover > .subdropdown_menu {
      visibility: visible;
      opacity: 1;
      pointer-events: initial;
      transform: translateY(-20px);
      z-index: 10000;
      display: block;
    }
    header ul#menu2 li:hover > ul,
    header ul#menu > li:hover .arrow-new,
    header ul#menu > li:hover > ul {
      visibility: visible;
      opacity: 1;
    }
    .subdropdown_menu .col-3 {
      margin-bottom: 30px;
      position: relative;
      margin-top: 40px;
    }
    .menu-circle {
      width: 40px;
      height: 40px;
      background: #2a2a2a;
      display: flex;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      padding: 12px;
      position: absolute;
      left: -4px;
    }
    .menu-circle img {
      max-width: 100%;
    }
    .subdropdown_menu .h3 {
      color: #c2c900;
      font-size: 17px;
      font-weight: 700;
      padding: 10px 15px 10px 35px;
      display: block;
      line-height: 1.4;
    }
    header ul#menu li .subdropdown_menu ul {
      position: relative;
      width: 100%;
      top: 0;
      padding: 0 0 0 37px;
      visibility: visible;
      opacity: 1;
    }
    header ul#menu li .subdropdown_menu ul li {
      width: 100%;
      margin: 0;
      padding: 6px 10px 6px 0;
      text-transform: none;
      font-weight: 500;
    }
    header ul#menu li .subdropdown_menu ul li > a {
      color: #fff;
      height: auto;
      line-height: 150%;
      font-size: 14px;
      display: flex;
      align-items: center;
    }
    .header .nav ul li.realtive {
      position: relative;
    }
    .arrow-new {
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #000;
      bottom: -45px;
      right: 0;
      margin: 0 auto;
    }
    .subdropdown_menu {
      width: 100%;
      background: rgba(0, 0, 0, 0.95);
      padding: 0 50px;
      top: 100%;
      transition: transform 0.2s, opacity 0.2s;
      z-index: -55555;
      display: none;
    }
    .subdropdown_menu.small {
      min-width: 500px;
      left: -50px;
      padding: 0 60px;
    }
    .subdropdown_menu.small.w390 {
      min-width: 390px;
      padding: 0 50px;
    }
    .subdropdown_menu .col-3.full {
      width: 100%;
      margin: 30px 0;
    }
    header ul#menu.header3 > li.contact_btn a {
      background: rgba(194, 201, 0, 0.12);
      border: 1px solid #c2c900;
      padding: 10px 20px;
      border-radius: 3px;
      transition: 0.4s;
    }
    header ul#menu > li:hover > .subdropdown_menu.small {
      transform: translateY(-4px);
    }
    header.hide-header {
      padding-bottom: 0;
    }
    header.fixed-header .logo {
      max-width: 12%;
      margin-top: 20px;
    }
    header.fixed-header .nav ul li {
      padding-bottom: 30px;
    }
    header ul#menu.header3 > li.contact_btn a:hover {
      background: rgba(194, 201, 0, 0.9);
    }
    header ul#menu li .subdropdown_menu ul {
      position: relative;
      font-weight: inherit;
    }
  }
  @media screen and (min-width: 1200px) {
    .header .nav-call-info,
    .herobanner .herobanner-content h1.p {
      min-height: 80px;
    }
    .herobanner .herobanner-content p.h1 {
      min-height: 150px;
    }
    .header.landing-ecom .nav-call-info,
    .herobanner .herobanner-content h1.p {
      min-height: 0;
      margin-bottom: 14px;
    }
  }
  @media screen and (min-width: 1700px) {
    .subdropdown_menu .col-3:before {
      content: "";
      position: absolute;
      left: -50px;
    }
  }
  @media screen and (max-width: 1512px) {
    .header .nav ul li.dropdown > a {
      padding-right: 15px;
    }
  }
  @media (max-width: 1440px) {
    .menu-circle {
      width: 40px;
      height: 40px;
      padding: 12px;
    }
    .subdropdown_menu .h3 {
      font-size: 14px;
    }
    header ul#menu li .subdropdown_menu ul {
      padding-left: 37px;
    }
    header ul#menu li .subdropdown_menu ul li > a {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 1366px) {
    html {
      font-size: 13px;
    }
    .header .call-info {
      padding-top: 4.5%;
    }
    .menu-circle {
      width: 35px;
      height: 35px;
      padding: 8px;
    }
    .subdropdown_menu .h3 {
      font-size: 13px;
      padding: 8px 10px 8px 28px;
    }
    header ul#menu li .subdropdown_menu ul li {
      padding: 3px 10px 6px 0;
    }
    header ul#menu li .subdropdown_menu ul {
      padding-left: 32px;
    }
    header ul#menu li .subdropdown_menu ul li > a {
      font-size: 14px;
    }
    header ul#menu li .subdropdown_menu ul li > a {
      font-size: 13px;
    }
  }
  @media screen and (max-width: 1366px) {
    .herobanner .herobanner-content h1.p,
    .herobanner .herobanner-content p {
      width: 100%;
    }
    .herobanner .herobanner-content h1.mar-b-40,
    .herobanner .herobanner-content h1.p.mar-b-70,
    .herobanner .herobanner-content p.h1.mar-b-40,
    .herobanner .herobanner-content p.mar-b-70,
    .whats-going .content p.small {
      margin-bottom: 20px;
    }
    .header .call-info {
      padding-top: 4.5%;
    }
    .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-img.call,
    .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-img.mail {
      margin-top: -5px;
    }
    .footer .lets-talk .lets-talk-add .contact-mail.follow-us span {
      margin: 11px 20px 0 0;
    }
  }
  @media screen and (max-width: 1300px) {
    .menu-circle {
      width: 38px;
      height: 38px;
      padding: 10px;
      top: 0;
    }
    .subdropdown_menu .h3 {
      font-size: 13px;
      padding-left: 30px;
    }
    header ul#menu li .subdropdown_menu ul li {
      padding: 5px 10px;
    }
    header ul#menu li .subdropdown_menu ul {
      padding-left: 20px;
    }
    header ul#menu li .subdropdown_menu ul li > a {
      font-size: 12px;
    }
  }
  @media (max-width: 1280px) {
    .search_block {
      margin-top: 100px;
    }
    .header_search .close_search img {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 1249px) {
    .header .nav ul li.dropdown > a {
      padding-right: 15px;
    }
    .header .call-info {
      padding-top: 2.5%;
    }
    .header .call-info span + span {
      margin-left: 10px;
    }
    .header .logo {
      max-width: 22%;
    }
    .header .nav ul li:first-child {
      margin-left: 0 !important;
    }
  }
  @media screen and (max-width: 1200px) {
    .header .call-info {
      padding-top: 3.5%;
    }
    .header .logo {
      max-width: 22%;
    }
    .header .nav ul li.dropdown > a {
      padding-right: 15px;
    }
    .btn {
      font-size: 0.875rem;
      line-height: 40px;
      height: 40px;
      padding: 0 1rem;
    }
    .header .call-info span.call:before,
    .header .call-info span.mail:before {
      margin-top: -5px;
    }
  }
  @media (max-width: 1199px) {
    header ul#menu li .subdropdown_menu ul li {
      padding: 4px 10px;
    }
    header ul#menu li .subdropdown_menu ul li > a {
      font-size: 12px;
      font-weight: 500;
    }
  }
  @media (max-width: 1080px) {
    svg.with-leaf {
      width: 25px;
      height: 25px;
    }
  }
  @media screen and (max-width: 1024px) {
    .header .logo {
      margin-top: 0;
    }
    .header .mobmenu-open {
      display: block;
    }
    header ul#menu li ul,
    header ul#menu2 li ul {
      padding-top: 30px;
    }
    .header .call-info.desk_view,
    .header .nav ul li.dropdown.realtive .subdropdown_menu .h3,
    .header .nav ul li.dropdown.realtive .subdropdown_menu .submenu,
    .header .top_bar_info,
    .menu-circle,
    header ul#menu li .subdropdown_menu ul li i {
      display: none;
    }
    .header .nav.open {
      left: calc(100% - 375px);
    }
    .herobanner {
      padding-top: 20%;
      min-height: inherit;
    }
    .header .call-info span {
      font-size: 1rem;
    }
    .header .nav {
      padding: 20px;
    }
    .header .nav ul li {
      font-size: 0.875rem;
      margin: 0 10px;
    }
    .header .mobmenu-close span:last-child {
      transform: rotate(-45deg);
    }
    .subdropdown_menu {
      display: none;
      padding: 0 15px;
    }
    .subdropdown_menu .col-3 {
      margin: 0;
      border-top: 1px solid #ffffff24;
      padding: 10px 15px;
      width: 100%;
    }
    .subdropdown_menu .h3 {
      padding: 0 10px;
      font-size: 13px;
      margin: 0;
      line-height: 150%;
      font-weight: 500;
      display: block;
    }
    .subdropdown_menu .h3:before,
    header ul#menu li.dropdown.realtive .subdropdown_menu ul li:before,
    header ul#menu.header3 li.dropdown ul > div > li > a > .submenu-icons:before {
      content: "";
      width: 0;
      height: 0;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent transparent #c2c900;
      position: absolute;
      left: 10px;
      top: 19px;
      transform: translateY(-50%);
      background: 0 0;
      border-radius: 0;
    }
    .subdropdown_menu .submenu,
    header ul#menu li ul li.subdropdown span.submenu {
      position: absolute;
      right: 0;
      top: 6px;
      font-size: 24px;
      padding: 2px 0;
      width: 30px;
      line-height: 1;
      text-align: center;
      color: #c2c900;
      cursor: pointer;
      z-index: 10;
    }
    .subdropdown_menu .submenu:before,
    header ul#menu li ul li.subdropdown span.submenu:before {
      content: "+";
    }
    header ul#menu li .subdropdown_menu ul {
      top: 0;
      padding: 0;
    }
    header ul#menu li ul {
      margin-top: 0;
    }
    header ul#menu li .subdropdown_menu ul li {
      padding: 10px 20px 10px 35px;
    }
    header ul#menu li .subdropdown_menu ul li:first-child {
      border-top: 0;
    }
    header ul#menu li ul div.seven li,
    header ul#menu li ul li,
    header ul#menu2 li ul li {
      width: 33.33%;
      padding: 10px;
    }
    header ul#menu li .subdropdown_menu ul li a {
      color: #fff;
    }
    header ul#menu.header3 li.dropdown > a:before,
    header ul#menu.header3 > li:hover > a:before {
      display: none !important;
    }
    .header .nav ul li.dropdown > a:after {
      display: none;
    }
    header ul#menu li .subdropdown_menu ul {
      top: 0;
      padding: 0;
    }
    header ul#menu li .subdropdown_menu .open ul {
      display: inline-block;
    }
    header ul#menu li .subdropdown_menu ul li {
      padding: 10px 20px 10px 35px;
    }
    header ul#menu li .subdropdown_menu ul li:first-child {
      border-top: 0;
    }
    header .isdevice ul#menu.header3 li ul li ul.submenu li a:before,
    header ul#menu li .subdropdown_menu ul li:before {
      content: "";
      width: 18px;
      height: 2px;
      background: #c2c900;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 10px;
      border: 0;
    }
    header ul#menu li .subdropdown_menu ul li:before {
      width: 14px;
      left: 10px;
    }
    .subdropdown_menu .col-3.open {
      padding: 10px 0 0;
    }
    .subdropdown_menu .open .h3 {
      padding: 0 24px 10px;
    }
    header ul#menu li .subdropdown_menu .open ul {
      position: relative;
    }
    header ul#menu li.dropdown.realtive .subdropdown_menu ul {
      position: relative;
    }
  }
  @media screen and (max-width: 991px) {
    .header .call-info span,
    .header .nav ul li {
      font-size: 1rem;
    }
    .header .call-info {
      padding-top: 1%;
    }
    .header .call-info span + span {
      margin-left: 12px;
    }
    .header .nav ul li {
      margin: 0 6px;
    }
    .header .nav ul li.dropdown > a {
      padding-right: 10px;
    }
    header ul#menu li ul div.seven li,
    header ul#menu li ul li {
      width: 100%;
      padding: 10px;
    }
    .mob-brands-logos {
      display: none !important;
    }
    .herobanner-slider.certi_logos.mobile {
      background: #f7f7f7;
      display: flex;
      flex-wrap: wrap;
      padding: 15px 5px 0;
      overflow-x: hidden;
      align-items: center;
      margin: 0;
      box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    }
    .herobanner-slider.certi_logos.mobile .item {
      width: 25%;
      padding: 0 15px;
      margin-bottom: 20px;
    }
    .herobanner .herobanner-content h1,
    .herobanner .herobanner-content p.h1 {
      font-size: 3.5rem;
    }
    .footer .lets-talk {
      padding: 4.6% 0;
    }
    .footer .lets-talk .contact-form {
      padding: 30px;
      margin-bottom: 50px;
      order: 1;
    }
    .footer .lets-talk .lets-talk-add .contact-mail.follow-us span {
      float: left;
      margin: 5px 0 0;
      width: 100%;
      text-align: center;
    }
    .footer .lets-talk .lets-talk-add .contact-mail.follow-us ul {
      margin: 15px 0 0;
      display: inline-block;
      width: 100%;
      padding: 0;
      text-align: center;
    }
    .footer .lets-talk .lets-talk-add .contact-mail.follow-us ul li {
      float: none;
      display: inline-block;
    }
    .lets-connect .lets-connect-inner h2 {
      font-size: 1.875rem;
    }
    .lets-connect .lets-connect-inner h2 span {
      font-size: 3.875rem;
    }
    .footer .lets-talk .lets-talk-add .contact-mail {
      padding: 15px 0;
    }
    .footer .lets-talk .contact-form,
    .footer .lets-talk .lets-talk-add {
      width: 100%;
    }
    .footer-talk {
      display: flex;
      flex-wrap: wrap;
    }
    .footer .lets-talk .lets-talk-add {
      padding-left: 0;
      padding-right: 0;
      order: 2;
    }
    .footer .copyright p,
    .footer_location {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 767px) {
    .header .nav.open {
      left: 0;
    }
    .header .nav,
    .nav-open {
      position: fixed;
      width: 100%;
    }
    h1 {
      font-size: 4rem;
    }
    .header {
      padding-top: 3%;
    }
    h2 {
      font-size: 2.125rem;
      padding: 0 30px 0 15px;
    }
    .nav-call-info {
      margin-top: 0;
      width: 68%;
    }
    .header .logo img {
      max-width: 158px;
    }
    .header {
      padding-top: 3%;
    }
    .header .logo {
      max-width: 50%;
      width: 32%;
    }
    .header {
      position: relative;
      background: #590072;
      height: auto;
      padding: 20px 0 15px;
    }
    .header .container {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 0 15px;
    }
    .herobanner.home {
      padding-top: 40px;
      padding-bottom: 20px;
    }
    .header .call-info span {
      clear: both;
      font-size: 13px;
    }
    .header .call-info span + span {
      margin-top: 10px;
      margin-left: 0;
    }
    .header .moblogo,
    .header .mobmenu-close,
    .header .mobmenu-open {
      display: block;
    }
    .header .mobmenu-open {
      width: 40px;
      height: 38px;
      text-align: center;
      padding: 9px 9px;
      margin-left: 20px;
      margin-top: 0;
      background: 0 0;
      border: 1px solid #fff;
    }
    .header .mobmenu-close {
      display: block;
      transform: scale(0.6);
      top: 20px;
      right: 10px;
    }
    .header .nav ul {
      margin: 8% 0;
      width: 100%;
    }
    .header .nav {
      overflow-y: auto;
      transition: 0.5s;
      background: #000000f0;
      top: 0;
      bottom: 0;
      left: 100%;
      padding: 5%;
    }
    header .nav ul li {
      width: 100%;
      position: relative;
      padding: 0;
      border-top: 1px solid #ffffff24;
    }
    .header .nav > ul > li:last-child {
      border-bottom: 1px solid #ffffff24;
    }
    .header .nav ul li {
      font-size: 1rem;
      margin: 0;
    }
    .header .nav ul li a {
      display: block;
      padding: 4% 0;
    }
    .header .nav ul li a:hover,
    header ul#menu li ul li:hover .submenu-icons {
      border-color: transparent;
    }
    .header .nav ul li.dropdown:after {
      content: "+";
      position: absolute;
      right: 0;
      top: 12px;
      font-size: 24px;
      padding: 2px 0;
      width: 30px;
      line-height: 1;
      text-align: center;
      color: #c2c900;
      cursor: pointer;
    }
    .header .nav ul li.dropdown.show:after {
      content: "-";
    }
    header ul#menu li ul,
    header ul#menu li.show ul,
    header ul#menu2 li.show ul {
      opacity: 1;
      height: auto;
      visibility: visible;
    }
    header ul#menu li.relative.show ul,
    header ul#menu li.relative:hover > ul,
    header ul#menu li.show ul,
    header ul#menu li:hover > ul {
      transform: translateY(0);
    }
    .col-6,
    .subscription .price-box,
    .which-hiring-modal
      .subscription
      .price-box
      .price-box-inner
      .item
      ul
      li[data-title]:before,
    header ul#menu li ul div.seven li,
    header ul#menu li ul li,
    header ul#menu li ul.case-studies li .submenu-icons .menu-icons,
    header ul#menu li.relative ul li,
    header ul#menu2 li ul li,
    header ul#menu2 li ul.case-studies li .submenu-icons .menu-icons,
    header ul#menu2 li.relative ul li {
      width: 100%;
    }
    .header .nav ul li .mobile-a a {
      padding: initial;
      display: block;
    }
    .mini-container.sml_col {
      margin-bottom: 20px;
      margin-top: 0;
    }
    .header .mobmenu-open span {
      margin-left: auto;
      margin-right: auto;
      background: #fff;
      height: 3px;
      width: 100%;
    }
    .nav-open {
      overflow: hidden;
      right: 280px;
    }
    .header .call-info span + span {
      margin-top: 10px;
      margin-left: 0;
    }
    .herobanner {
      padding-top: 20%;
    }
    .herobanner .herobanner-content h1.p,
    .herobanner .herobanner-content p {
      font-size: 1.1rem;
    }
    .herobanner .mar-t-100 {
      margin-top: 0;
    }
    .social_fixed,
    h2 .leaf br {
      display: none;
    }
    .herobanner .herobanner-content h1.p {
      max-width: 295px;
    }
    .header .call-info {
      padding-top: 5px;
    }
    .header .call-info {
      padding-top: 0;
    }
    .footer .lets-talk {
      background: 0 0;
      padding-top: 0;
      padding-bottom: 0;
    }
    .footer .lets-talk:before {
      background: #000;
    }
    .herobanner.landing-ecom .herobanner-content p.h1,
    h1 {
      font-size: 2.5rem;
    }
    .breadcrumb ul li {
      font-size: 13px;
      margin-bottom: 10px;
    }
    .footer .lets-talk .lets-talk-add {
      order: 1;
      padding: 15px 30px 0;
    }
    .footer .footer-slider .herobanner-slider .owl-item + .owl-item:before,
    .footer-map,
    .header .nav ul li ul li:after,
    .header .nav ul li.dropdown > a:after,
    .herobanner .herobanner-slider .owl-item + .owl-item:before,
    .herobanner.innerpage-banner
      .herobanner-content
      .magento-flex
      .magento-cont
      p
      br,
    .mob-none,
    .subscription .price-box .price-box-inner .item ul li.cost-sec:before,
    .subscription .price-box .price-box-inner .item ul li.heading:before,
    .subscription .price-box .price-box-inner .item ul li:after,
    .subscription .whats-included,
    .which-hiring-modal
      .subscription
      .price-box
      .price-box-inner
      .item
      ul
      li:not([data-title]):before,
    header ul#menu li ul {
      display: none;
    }
    .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-img {
      transform: scale(0.7);
      margin-right: 5px;
      margin-top: 0;
    }
    .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-img img {
      top: 10px;
      left: 0;
      transform: translate(0, 0);
    }
    .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-content {
      font-size: 1rem;
      padding-top: 5px;
    }
    .footer .lets-talk .lets-talk-add .contact-mail .contact-mail-content strong {
      font-size: 1rem;
      line-height: 21px;
    }
    .footer .container,
    .wantto-see h2 {
      padding: 0;
    }
    .footer_form {
      background-color: #191919;
      display: inline-block;
      width: 100%;
      padding: 40px 20px;
      position: relative;
      margin-top: 0px;
      order: 2;
    }
    .footer .lets-talk .lets-talk-add .contact-mail.follow-us ul {
      text-align: left;
      width: auto;
      display: flex;
      margin: 0;
    }
    .footer .lets-talk .lets-talk-add .contact-mail.follow-us span {
      text-align: left;
      width: auto;
      padding-top: 10px;
      margin-right: 15px;
    }
    .footer .lets-talk .footer_form h2 {
      display: block;
    }
    .footer .lets-talk .contact-form {
      margin-bottom: 0;
      margin-top: 0px;
      border: 0;
      padding: 0;
    }
    form.frmContact {
      position: relative;
      z-index: 1;
    }
    .footer .lets-talk .contact-form .btn-green {
      float: none;
      position: relative;
      left: 50%;
      transform: translate(-50%, 0);
      clear: both;
      display: block;
    }
    .footer .lets-talk .contact-form .recap-cha {
      float: none;
      display: inline-block;
      margin-right: 0;
      position: relative;
      left: 50%;
      transform: translate(-50%, 0);
      clear: both;
    }
    .main-content .contact-form .recap-cha {
      float: none;
      margin-right: 0;
      display: inline-block;
    }
    .main-content .contact-form .btn-green {
      float: none;
    }
    .footer .lets-talk h2 {
      display: none;
    }
    .footer .lets-talk .footer_form h2 {
      display: block;
    }
    .footer_form h2,
    .text-center.text-left {
      text-align: left;
    }
  }
  @media (max-width: 669px) {
    .gdpr-cookie.bottom .content {
      display: block;
      text-align: center;
    }
    .gdpr-cookie.bottom .content p {
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 600px) {
    .herobanner-slider.certi_logos.mobile .item {
      width: 50%;
    }
  }
  @media (max-width: 575px) {
    .header .logo img {
      max-width: 100%;
    }
    .herobanner.home {
      padding-bottom: 10px;
    }
    .header .mobmenu-open {
      margin-left: 12px;
    }
    .herobanner.innerpage-banner {
      padding-top: 60%;
    }
    .partner-content-box {
      padding: 0 10px;
    }
    .herobanner.innerpage-banner.angularjs {
      background-image: none;
      background: #333;
    }
    .pythonBanner {
      background: #333;
    }
    .herobanner.innerpage-banner.magento.magento-web {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.ecommerce {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.reactjs {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.laravel {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.shopifyBanner {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.eCommAgency {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.woocommerce {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.bespoke-sol {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.mean-stack {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.wordpress {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.dedicated-teams {
      background-image: none;
      background: #333;
    }
    .web-application-bg {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.android {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.ios {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.vuejs-banner {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.phpBanner {
      background-image: none;
      background: #333;
    }
    .pwaBanner {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.magento-certified-develoer {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.laravel-developers {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.prestashop {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.mobile-app {
      background-image: none;
      background: #333;
    }
    section.herobanner.innerpage-banner.nodejs.formBanner {
      background-image: none;
      background: #333;
    }
    section.herobanner.innerpage-banner.flutterBanner.formBanner {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.websitedesign {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.seo {
      background-image: none;
      background: #333;
    }
    section.herobanner.innerpage-banner.Digital.Transformation {
      background-image: none;
      background: #333;
    }
    .herobanner.innerpage-banner.support-subscription {
      background-image: none;
      background: #333;
    }
    section.herobanner.innerpage-banner.reactjs.our-partner {
      background-image: url(../images/background/reactjs-banner-img1-mob.webp);
    }
  }
  @media screen and (max-width: 479px) {
    h2 {
      font-size: 1.5rem;
    }
    .header .call-info span {
      font-size: 11px;
    }
    .header .call-info span + span {
      margin-left: 0;
      margin-top: 8px;
    }
    .header .mobmenu-close {
      right: 8px;
      top: 20px;
      transform: scale(0.5);
    }
    .header .nav ul li a {
      padding: 4% 0;
    }
    .header .nav ul li.dropdown.show:after,
    .header .nav ul li.dropdown:after {
      top: 10px;
    }
    .col-2,
    .col-3,
    .col-6,
    .herobanner.innerpage-banner
      .herobanner-content
      .magento-flex
      .magento-cont.no-pm
      p,
    .services .col-3 .service-box,
    .services .col-4 .service-box,
    .wanttosee-ourproject .wp-project,
    header ul#menu li ul div.seven li,
    header ul#menu li ul li,
    header ul#menu li.relative ul li,
    header ul#menu2 li ul li,
    header ul#menu2 li.relative ul li {
      width: 100%;
    }
    .herobanner.innerpage-banner
      .herobanner-content
      .magento-flex.wrap
      .presta_view
      .magento-img {
      width: 100%;
      padding-right: 0;
      margin-right: 0;
      border-right: 0;
    }
    .herobanner .herobanner-content h1 span,
    .herobanner .herobanner-content p.h1 span {
      font-size: 1.5rem;
    }
    .mar-t-70 {
      margin-top: 12%;
    }
    .header .logo {
      max-width: 35%;
    }
    .header .moblogo {
      max-width: 50%;
    }
    .lets-connect .lets-connect-inner figure {
      width: 100%;
      margin-right: 0;
      max-width: inherit;
      margin-bottom: 30px;
      text-align: center;
    }
    .lets-connect .lets-connect-inner figure img {
      max-width: 40%;
    }
    .lets-connect .lets-connect-inner .block-hidden {
      clear: both;
      text-align: center;
    }
  }
  @media screen and (max-width: 360px) {
    .header .logo,
    .nav-call-info {
      width: 50%;
    }
    .header .mobmenu-open {
      width: 36px;
      height: 34px;
      padding: 9px 8px 7px;
      margin-left: 0;
    }
    .header .call-info span + span {
      margin-top: 0;
    }
    .header .call-info span {
      font-size: 0;
      background: 0 0;
      width: 35px;
      height: 34px;
      clear: none;
      margin: 0 6px 0 0;
      text-align: center;
      line-height: 1;
      position: relative;
      border: 1px solid #fff;
    }
    .header .call-info span a {
      color: #fff;
      text-decoration: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      font-size: 0;
    }
    .header .call-info span.call:before {
      display: none;
    }
    .header .call-info span.mail:before {
      display: none;
    }
    .header .mobmenu-open {
      margin-left: 0;
    }
    .header .logo {
      max-width: 40%;
    }
    .header .call-info {
      padding-top: 0;
    }
    .header .call-info span.call:before {
      display: none;
      margin: 6px 0 0 7px !important;
      line-height: 1;
      transform: scale(1);
    }
    .header .call-info span.mail:before {
      display: none;
      margin: 6px 0 0 8px !important;
      line-height: 1;
      transform: scale(0.9);
    }
    .header .call-info span + span {
      margin-top: 0;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .header .logo {
      max-width: 15%;
    }
  }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .header .moblogo {
      display: block;
      max-width: 50%;
    }
    .header .nav {
      position: fixed;
      overflow-y: auto;
      width: 100%;
      transition: 0.5s;
      background: #000000f0;
      top: 0;
      bottom: 0;
      left: 100%;
      max-width: 375px;
    }
    .header .nav.open {
      left: calc(100% - 375px);
    }
    .header .mobmenu-close {
      display: block;
      transform: scale(0.5);
      right: 8px;
      top: 15px;
    }
    .header .nav ul {
      margin: 8% 0;
      width: 100%;
    }
    .header .nav ul li,
    header ul#menu li:hover > ul {
      transform: translateY(0) !important;
    }
    .header .nav ul li {
      width: 100%;
      margin: 0;
      position: relative;
      padding: 0;
      border-top: 1px solid #ffffff24;
      font-size: 1rem;
    }
    .header .nav ul li.dropdown:after {
      content: "+";
      position: absolute;
      right: 0;
      font-size: 24px;
      padding: 2px 0;
      width: 30px;
      line-height: 1;
      text-align: center;
      color: #c2c900;
      cursor: pointer;
    }
    .header .nav ul li.dropdown.show:after {
      content: "-";
    }
    .header .nav ul li.dropdown.show:after,
    .header .nav ul li.dropdown:after,
    header ul#menu li ul li.subdropdown.open span.submenu {
      top: 8px;
    }
    .header .nav ul li a {
      padding: 4% 10px;
      display: block;
    }
    .header .nav ul li .mobile-a a {
      padding: initial;
      display: block;
    }
    header ul#menu li ul {
      visibility: visible;
      opacity: 1;
      height: auto;
      display: none;
      position: relative;
      padding-top: 0;
    }
    header ul#menu li ul div.seven li,
    header ul#menu li ul li {
      width: 100%;
    }
  }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .header .nav ul {
      margin: 5% 0;
    }
    .header .nav ul li {
      padding: 1% 0;
    }
    .header .nav ul li a {
      padding: 4% 15px;
    }
    .header .nav ul li .mobile-a a {
      padding: initial;
      display: block;
    }
  }
  @supports (-webkit-hyphens: none) {
    .herobanner.home {
      background-image: url(../images/background/home-banner-new.jpg);
    }
    .footer .lets-talk {
      background-image: url(../images/background/footer-bg.jpg);
    }
    .service-box .service-img.ca-mini-logo {
      background-image: url(../images/logo/ca-mini-logo.png);
    }
    .finalist {
      background-image: url(../images/background/we-are-finalists.png);
    }
    .herobanner.innerpage-banner.ecommerce {
      background-image: url(../images/background/ecommerce-banner-img.jpg);
    }
    .herobanner.innerpage-banner.magento {
      background-image: url(../images/background/magento-banner-img.jpg);
    }
    .herobanner.innerpage-banner.magento.magento-web {
      background-image: url(../images/background/magento-chilliapple-bg.jpg);
    }
    .herobanner.innerpage-banner.magento-certified-develoer {
      background-image: url(../images/background/magentocertified-banner-img.jpg);
    }
    .herobanner.innerpage-banner.laravel {
      background-image: url(../images/background/laravel-banner-img.jpg);
    }
    .herobanner.innerpage-banner.laravel-developers {
      background-image: url(../images/background/laravel-developers-banner-img.jpg);
    }
    .herobanner.innerpage-banner.prestashop {
      background-image: url(../images/prestashopBanner.jpg);
    }
    .herobanner.innerpage-banner.prestashop-support {
      background-image: url(../images/background/prestashop-support-banner.png);
    }
    .herobanner.innerpage-banner.prestashop-upgrade {
      background-image: url(../images/background/presta-upgrade-banner.png);
    }
    .herobanner.innerpage-banner.adobe-partner {
      background-image: url(../images/background/adobe-partner-banner.jpg);
    }
    .herobanner.innerpage-banner.adobe-commerce {
      background-image: url(../images/background/adobe-commerce-banner.jpg);
    }
    .herobanner.innerpage-banner.woocommerce {
      background-image: url(../images/background/woocommerce-banner-img.jpg);
    }
    .herobanner.innerpage-banner.nodejs {
      background-image: url(../images/background/nodejs-banner-img.jpg);
    }
    .herobanner.innerpage-banner.angularjs {
      background-image: url(../images/background/anugular-banner.png);
    }
    .herobanner.innerpage-banner.phpBanner {
      background: url(../images/background/php-banner.jpg?v=1);
    }
    .herobanner.innerpage-banner.expressjs {
      background-image: url(../images/background/expressjs-banner-img.jpg);
    }
    .herobanner.innerpage-banner.mongodb {
      background-image: url(../images/background/mongodb-banner-img.jpg);
    }
    .herobanner.innerpage-banner.mean-stack {
      background-image: url(../images/background/meanstack-banner-img.jpg);
    }
    .herobanner.innerpage-banner.seo {
      background-image: url(../images/background/seo-banner-img.jpg);
    }
    .herobanner.innerpage-banner.wordpress {
      background-image: url(../images/background/wordpress-banner-img.jpg);
    }
    .herobanner.innerpage-banner.xamarin {
      background-image: url(../images/background/xamarin-banner-img.jpg);
    }
    .herobanner.innerpage-banner.team {
      background-image: url(../images/team/team-banner-c.jpg);
    }
    .herobanner.innerpage-banner.mobile-app {
      background-image: url(../images/background/mobile-app-banner-img.jpg);
    }
    .herobanner.innerpage-banner.privacy {
      background-image: url(../images/background/privacy-banner-img.jpg);
    }
    .herobanner.innerpage-banner.terms {
      background-image: url(../images/background/terms-banner-img.jpg);
    }
    .herobanner.innerpage-banner.about {
      background-image: url(../images/background/about-banner-img.jpg);
    }
    .herobanner.innerpage-banner.contact {
      background-image: url(../images/background/contact-banner-img.jpg);
    }
    .herobanner.innerpage-banner.android {
      background-image: url(../images/background/android-banner-img.jpg);
    }
    .herobanner.innerpage-banner.ios {
      background-image: url(../images/background/ios-banner-img.jpg);
    }
    .herobanner.innerpage-banner.migration {
      background-image: url(../images/background/migration-banner-img.jpg);
    }
    .herobanner.innerpage-banner.pwa {
      background-image: url(../images/background/pwa-banner-img.jpg);
    }
    .herobanner.innerpage-banner.maintenance {
      background-image: url(../images/background/web-maintenance-banner-img.jpg);
    }
    .herobanner.innerpage-banner.development {
      background-image: url(../images/background/development-banner-img.jpg);
    }
    .herobanner.innerpage-banner.websitedesign {
      background-image: url(../images/background/websitedesign-banner-img.jpg);
    }
    .herobanner.innerpage-banner.career {
      background-image: url(../images/background/career-banner-img.jpg);
    }
    .herobanner.innerpage-banner.digital-transformation {
      background-image: url(../images/background/digital-transformation-banner-img.jpg);
    }
    .herobanner.innerpage-banner.support-subscription {
      background-image: url(../images/background/support-subscription-bg.jpg);
    }
    .herobanner.innerpage-banner.dedicated-teams {
      background-image: url(../images/background/dedicated-teams-banner.jpg);
    }
    .herobanner.innerpage-banner.reactjs {
      background-image: url(../images/background/reactjs-banner-img1.jpg);
    }
    .herobanner.innerpage-banner.bespoke-sol {
      background-image: url(../images/background/bespoke-banner.jpg);
    }
    .herobanner.innerpage-banner.vuejs-banner {
      background-image: url(../images/background/vuejs-banner.jpg);
    }
    .herobanner.innerpage-banner.bespoke {
      background-image: url(../images/background/bespoke_banner.jpg);
    }
    .herobanner.innerpage-banner.author {
      background-image: url(../images/background/author-img.jpg);
    }
    .ready-for-more {
      background-image: url(../images/background/team-footer-bg.jpg);
    }
    .herobanner.innerpage-banner.our-technology {
      background-image: url(../images/background/technoly-page-banner.jpg);
    }
    .herobanner.innerpage-banner.magento-support-banner {
      background-image: url(../images/background/magento-support-banner.jpg);
    }
    .herobanner.innerpage-banner.magento_upgrade_b {
      background-image: url(../images/background/magento_upgrade_b.jpg);
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .herobanner.home {
      background-image: url(../images/background/home-banner-new.jpg);
    }
    .footer .lets-talk {
      background-image: url(../images/background/footer-bg.jpg);
    }
    .service-box .service-img.ca-mini-logo {
      background-image: url(../images/logo/ca-mini-logo.png);
    }
    .finalist {
      background-image: url(../images/background/we-are-finalists.png);
    }
    .herobanner.innerpage-banner.ecommerce {
      background-image: url(../images/background/ecommerce-banner-img.jpg);
    }
    .herobanner.innerpage-banner.magento {
      background-image: url(../images/background/magento-banner-img.jpg);
    }
    .herobanner.innerpage-banner.laravel {
      background-image: url(../images/background/laravel-banner-img.jpg);
    }
    .herobanner.innerpage-banner.laravel-developers {
      background-image: url(../images/background/laravel-developers-banner-img.jpg);
    }
    .herobanner.innerpage-banner.prestashop {
      background-image: url(../images/prestashopBanner.jpg);
    }
    .herobanner.innerpage-banner.prestashop-support {
      background-image: url(../images/background/prestashop-support-banner.png);
    }
    .herobanner.innerpage-banner.prestashop-upgrade {
      background-image: url(../images/background/presta-upgrade-banner.png);
    }
    .herobanner.innerpage-banner.adobe-partner {
      background-image: url(../images/background/adobe-partner-banner.jpg);
    }
    .herobanner.innerpage-banner.adobe-commerce {
      background-image: url(../images/background/adobe-commerce-banner.jpg);
    }
    .herobanner.innerpage-banner.woocommerce {
      background-image: url(../images/background/woocommerce-banner-img.jpg);
    }
    .herobanner.innerpage-banner.nodejs {
      background-image: url(../images/background/nodejs-banner-img.jpg);
    }
    .herobanner.innerpage-banner.angularjs {
      background-image: url(../images/background/anugular-banner.png);
    }
    .herobanner.innerpage-banner.phpBanner {
      background: url(../images/background/php-banner.jpg?v=1);
    }
    .herobanner.innerpage-banner.expressjs {
      background-image: url(../images/background/expressjs-banner-img.jpg);
    }
    .herobanner.innerpage-banner.mongodb {
      background-image: url(../images/background/mongodb-banner-img.jpg);
    }
    .herobanner.innerpage-banner.mean-stack {
      background-image: url(../images/background/meanstack-banner-img.jpg);
    }
    .herobanner.innerpage-banner.seo {
      background-image: url(../images/background/seo-banner-img.jpg);
    }
    .herobanner.innerpage-banner.wordpress {
      background-image: url(../images/background/wordpress-banner-img.jpg);
    }
    .herobanner.innerpage-banner.xamarin {
      background-image: url(../images/background/xamarin-banner-img.jpg);
    }
    .herobanner.innerpage-banner.team {
      background-image: url(../images/team/team-banner-c.jpg);
    }
    .herobanner.innerpage-banner.mobile-app {
      background-image: url(../images/background/mobile-app-banner-img.jpg);
    }
    .herobanner.innerpage-banner.privacy {
      background-image: url(../images/background/privacy-banner-img.jpg);
    }
    .herobanner.innerpage-banner.terms {
      background-image: url(../images/background/terms-banner-img.jpg);
    }
    .herobanner.innerpage-banner.about {
      background-image: url(../images/background/about-banner-img.jpg);
    }
    .herobanner.innerpage-banner.contact {
      background-image: url(../images/background/contact-banner-img.jpg);
    }
    .herobanner.innerpage-banner.android {
      background-image: url(../images/background/android-banner-img.jpg);
    }
    .herobanner.innerpage-banner.ios {
      background-image: url(../images/background/ios-banner-img.jpg);
    }
    .herobanner.innerpage-banner.migration {
      background-image: url(../images/background/migration-banner-img.jpg);
    }
    .herobanner.innerpage-banner.pwa {
      background-image: url(../images/background/pwa-banner-img.jpg);
    }
    .herobanner.innerpage-banner.maintenance {
      background-image: url(../images/background/web-maintenance-banner-img.jpg);
    }
    .herobanner.innerpage-banner.development {
      background-image: url(../images/background/development-banner-img.jpg);
    }
    .herobanner.innerpage-banner.websitedesign {
      background-image: url(../images/background/websitedesign-banner-img.jpg);
    }
    .herobanner.innerpage-banner.career {
      background-image: url(../images/background/career-banner-img.jpg);
    }
    .herobanner.innerpage-banner.digital-transformation {
      background-image: url(../images/background/digital-transformation-banner-img.jpg);
    }
    .herobanner.innerpage-banner.support-subscription {
      background-image: url(../images/background/support-subscription-bg.jpg);
    }
    .herobanner.innerpage-banner.dedicated-teams {
      background-image: url(../images/background/dedicated-teams-banner.jpg);
    }
    .herobanner.innerpage-banner.reactjs {
      background-image: url(../images/background/reactjs-banner-img1.jpg);
    }
    .herobanner.innerpage-banner.bespoke-sol {
      background-image: url(../images/background/bespoke-banner.jpg);
    }
    .herobanner.innerpage-banner.vuejs-banner {
      background-image: url(../images/background/vuejs-banner.jpg);
    }
    .herobanner.innerpage-banner.bespoke {
      background-image: url(../images/background/bespoke_banner.jpg);
    }
    .herobanner.innerpage-banner.author {
      background-image: url(../images/background/author-img.jpg);
    }
    .ready-for-more {
      background-image: url(../images/background/team-footer-bg.jpg);
    }
    .herobanner.innerpage-banner.our-technology {
      background-image: url(../images/background/technoly-page-banner.jpg);
    }
    .herobanner.innerpage-banner.magento-support-banner {
      background-image: url(../images/background/magento-support-banner.jpg);
    }
    .herobanner.innerpage-banner.magento_upgrade_b {
      background-image: url(../images/background/magento_upgrade_b.jpg);
    }
    .herobanner.innerpage-banner.shopifyBanner {
      background: url(../images/background/shopify-chilliapple-bg.jpg);
    }
  }
  .about-gallery .gallery-img a,
  .accord-tabs .tabs.show .tabs-content,
  .d-block,
  .footer .lets-talk .lets-talk-add .contact-mail strong,
  .page_cta_name span,
  .social_fixed a span,
  .start-ups .start-ups-point ul li,
  section {
    display: block;
  }
  .flt-left,
  .footer .footer-slider .herobanner-slider,
  .header .logo,
  .herobanner .herobanner-slider {
    float: left;
  }
  .footer_logos ul li figure a,
  .startup-to-business.whatmakes-distinctive .col-5,
  .text-center {
    text-align: center;
  }
  .accord-tabs,
  .accord-tabs .tabs,
  .accord-tabs .tabs .tabs-content,
  .accord-tabs .tabs .tabs-label,
  .chilli-promise .chilli-promise-inner,
  .contact-form .fields,
  .faq .positionsContainer,
  .faq .positionsContainer .positions,
  .faq .positionsContainer .positions .pos_description,
  .faq .positionsContainer .positions .pos_header,
  .footer,
  .footer-map,
  .img-content,
  .main-content,
  .positionsContainer,
  .positionsContainer .positions,
  .positionsContainer .positions .pos_description,
  .positionsContainer .positions .pos_header,
  .service_box_left_icon,
  .start-ups .start-ups-point,
  .what-client-says .client-says,
  .why-go-mobile .appstore-optimisation,
  .wrapper,
  footer,
  header,
  section {
    float: left;
    width: 100%;
  }
  #download-ebook,
  .alert-popup .btn.btn-green:after,
  .alert-popup .btn.btn-green:before,
  .brands.mobile,
  .expertise .services .col-4:before,
  .faq .positionsContainer .positions .pos_description ol li:before,
  .footer_location li:first-child:before,
  .footer_logos .owl-carousel .owl-item:first-child li:before,
  .list-items-leaf.new ul li:before,
  .main-content .contact-form .wpcf7-form .fields br,
  .main-content .contact-form div.wpcf7 .ajax-loader,
  .new_benefits .list-items-leaf ul li:before,
  .offer-banner .btn:after,
  .offer-banner .btn:before,
  .positionsContainer .positions .pos_description,
  .positionsContainer .positions .pos_description ol li:before,
  .services .col-4:nth-child(3n + 1):before,
  .services-outer .services.service-btn-box .col-4:before,
  .services.divider-border .col-3:nth-child(4n + 1):before,
  .services.divider-border .col-4:nth-child(3n + 1):before,
  .subscription .price-box .price-box-inner .item ul li .info,
  .subscription .price-box .price-box-inner .item ul li .tooltiptext,
  .support-all-box .btns .btn:before,
  .which-hiring-modal
    .subscription
    .price-box
    .price-box-inner
    .item
    ul
    li:nth-child(2n):after,
  .which-hiring-modal .subscription .whats-included ul li:nth-child(2n):after,
  header.fixed-header .top_bar_infoW {
    display: none;
  }
  .expertise .services .service-box p a:hover,
  .footer .copyright p a:hover,
  .gallery .gallery-img a:hover,
  .offer-popup .offer-box u {
    text-decoration: underline;
  }
  .advantage-box,
  .footer .copyright {
    padding: 15px 0;
  }
  .footer .lets-talk .contact-form .form-field {
    line-height: 40px;
  }
  .bannerFormWrapper {
    background: #fff;
    margin-top: 0;
    padding: 30px 35px;
    max-width: 460px;
    float: right;
    width: 100%;
  }
  .bannerFormWrapper h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .bannerFormOuter {
    flex: 40%;
    max-width: 40%;
  }
  .bannerRow {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bannerFormWrapper .formHeadingN {
    font-size: 25px;
    margin-bottom: 30px;
    font-family: museo500;
  }
  .leaf {
    position: relative;
    width: 100%;
    line-height: 1.2;
  }
  .leaf:after,
  .pos-absolute {
    position: absolute;
  }
  .leaf:after {
    content: "";
    background: url(../images/icons/leaf.svg) no-repeat;
    width: 29px;
    height: 26px;
    margin: 3px 0 0 3px;
    transform: scale(0.85);
  }
  .contact-form .btn-green,
  .contact-form input.form-field,
  .contact-form select.form-field,
  .wpcf7-submit {
    line-height: 50px;
    height: 50px;
  }
  .contact-form .form-field,
  .what-client-says .client-says h3,
  .whats-going .content p.small ~ p {
    font-family: Montserrat, sans-serif;
  }
  .btn-green {
    background-color: #c2c900;
    border: 1px solid #c2c900;
    color: #000;
  }
  .btn span {
    position: relative;
    z-index: 2;
  }
  .btn::before {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transform: translate(13%, 190%) rotate(-30deg);
    transform: translate(13%, 190%) rotate(-30deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .btn::after {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
  }
  @media screen and (max-width: 1512px) {
    .leaf {
      padding: 0;
    }
  }
  i.menu-icon {
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 12px;
    position: absolute;
    left: 4px;
  }
  label.h3.desktop-space-heading {
    padding-left: 20px;
  }
  @media (max-width: 1440px) {
    .subdropdown_menu .col-4 {
      margin-top: 18px;
      margin-bottom: 25px;
    }
  }
  .header .nav ul li {
    text-transform: capitalise;
  }
  @media (min-width: 1024px) {
    .contact_btn a {
      background: rgba(194, 201, 0, 0.12);
      border: 1px solid #c2c900;
      padding: 10px 20px;
      border-radius: 3px;
      transition: 0.4s;
      color: #fff;
      text-decoration: none;
      width: auto;
    }
    .bg-before:before {
      background: #0c0c0c;
      content: "";
      right: 0;
      top: 0;
      position: absolute;
      width: 28%;
      height: 100%;
    }
    .subdropdown_menu p {
      font-size: 12px;
      letter-spacing: -0.5px;
      font-weight: 400;
      padding: 10px 20px;
      width: 80%;
    }
    .contact_btn-sub-menu a {
      padding: 9px 20px !important;
      background: #c2c900;
      width: fit-content;
      color: #000 !important;
      font-weight: 600;
      border-radius: 4px;
    }
    header ul#menu li .subdropdown_menu.dropdown-menu-leaf-icon ul {
      padding-left: 20px;
    }
    .last-menu {
      text-align: left;
    }
    .desktop-col p {
      width: 100%;
    }
    .menu-industries p {
      width: 100%;
    }
  }
  @media (min-width: 1480px) {
    .subdropdown_menu p {
      font-size: 16px;
    }
    .subdropdown_menu .h3 {
      color: #c2c900;
      font-size: 19px;
    }
  }
  @media (max-width: 1390px) {
    .header .nav ul li {
      font-size: 1.1rem;
    }
  }
  @media (max-width: 1080px) {
    .header .nav ul li {
      font-size: 1.3rem;
    }
    .header .call-info.desk_view {
      width: 58%;
    }
  }
  @media (max-width: 1024px) {
    i.menu-icon {
      display: none;
    }
    label.h3.desktop-space-heading {
      padding-left: 10px;
    }
    .subdropdown_menu p {
      display: none;
    }
  }
  .last-menu:before {
    display: none;
  }
  @media (min-width: 1950px) {
    .header {
      display: flex;
    }
    .mega-menu-container {
      max-width: 1560px;
      margin: 0 auto;
    }
    .header .container {
      max-width: 1560px;
      margin: 0 auto;
    }
    .header .nav ul li {
      float: left;
      font-size: 1.1rem;
    }
    header ul#menu li .subdropdown_menu ul li > a {
      font-size: 16px;
    }
    .subdropdown_menu .h3 {
      color: #c2c900;
      font-size: 17px;
    }
    .header .nav ul li.dropdown > a:after {
      top: 9px;
    }
    .subdropdown_menu p {
      font-size: 15px;
    }
    i.menu-icon {
      display: flex;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      padding: 0;
      position: absolute;
      left: 4px;
      width: 21px;
      height: 21px;
      top: 12px;
    }
    .menu-icon img {
      width: 100%;
      height: 100%;
    }
    .col-3.last-menu {
      background: #0c0c0c;
      margin: 0;
      padding: 40px;
    }
    .last-menu label.h3 {
      padding-left: 17px;
    }
    .header-container {
      position: relative;
      max-width: 1560px;
      margin: 0 auto;
      width: 100%;
    }
    header ul#menu > li:hover > .subdropdown_menu {
      transform: translateY(-5px);
    }
  }
  @media (max-width: 557px) {
    .footer .lets-talk .lets-talk-add .contact-mail.follow-us ul li + li {
      margin-left: 7%;
    }
  }
  .herobanner.home {
    height: 100vh;
    padding-bottom: 2%;
    display: flex;
    align-items: center;
    min-height: unset;
    max-height: 755px;
  }
  .herobanner.home:before {
    background: #000000a1;
  }
  .hading-cont {
    font-size: 42px;
    font-family: "museo700";
    font-weight: 600;
    line-height: 100%;
    color: #fff;
    margin-bottom: 10px;
  }
  .hading-cont span {
    font-family: "museo100";
    font-style: italic;
    color: #c2c904;
    font-weight: 300;
  }
  .new-content-layout a {
    color: #fff;
    margin-top: 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-transform: unset;
  }
  .new-content-layout a span {
    line-height: 100%;
    font-size: 16px;
  }
  .banner-review-block {
    display: flex;
    gap: 44.4px;
    margin-top: 105px;
  }
  .paragraph-cont {
    max-width: 567px;
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px;
  }
  .paragraph-cont h1 {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 400;
    margin-bottom: 0;
    display: inline;
  }
  .herobanner.home .herobanner-content {
    min-height: unset;
  }
  @media screen and (max-width: 1024px) {
    .herobanner.home .herobanner-content .paragraph-cont h1 {
      font-size: 16px;
    }
    .herobanner.home {
      padding-top: 11%;
    }
    .herobanner.home .herobanner-content {
      padding: 0 0;
    }
  }
  @media (max-width: 991px) {
    .herobanner-slider.certi_logos.mobile.mar-t-100 svg {
      width: 100%;
      height: 100%;
    }
  }
  @media (max-width: 657px) {
    .herobanner.home {
      max-height: 500px;
    }
    .hading-cont {
      font-size: 32px;
    }
    .herobanner.home .herobanner-content {
      text-align: center;
    }
    .banner-review-block {
      justify-content: center;
    }
  }
  @media (max-width: 400px) {
    .banner-review-block {
      gap: 28.4px;
    }
    .banner-review-block img {
      max-width: 45%;
    }
  }
  @media (max-width: 1024px) {
    .contact_btn.blog-contact-view {
      display: none;
    }
  }
  