header {
  position: sticky;
  top: 0;
  background-color: var(--light-color) !important;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s;
}
.fixed-header {
  box-shadow: 0 5px 6px 0 rgb(0 0 0 / 5%);
}
.menu-ios > a,
.menu-ibeacon a {
  text-transform: unset !important;
}

@media (min-width: 992px) {
  #menu-page-menu {
    display: flex;
  }
  .header-menu {
    padding: 0rem 2.5rem !important;
  }
  #header .header-menu a {
    color: var(--dark-color);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  #header .header-menu a:hover {
    color: var(--secondary-color);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  #header .header-menu .sub-menu a {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
  }
  #header .header-menu .company-menu {
    position: static;
  }
  #header .header-menu #menu-page-menu > li {
    padding: 1.75rem 1rem;
    cursor: pointer !important;
  }
  #header .header-menu .trending-menu > .sub-menu,
  #header .header-menu .company-menu > .sub-menu,
  #header .header-menu .services-menu > .sub-menu,
  #header .desktop-menu .technology-menu > .sub-menu,
  #header .desktop-menu .solution-menu > .sub-menu,
  #header .desktop-menu .our-work-menu > .sub-menu,
  #header .desktop-menu .hire-menu > .sub-menu {
    display: block !important;
    visibility: hidden;
    top: 60px;
    z-index: 10;
    opacity: 0;
    position: absolute;
    transition: 0.3s linear;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--light-color) !important;
    width: 100%;
  }
  #header .header-menu #menu-page-menu > li > a {
    position: relative;
  }
  #header .header-menu #menu-page-menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: 0.3s linear;
  }
  #header .header-menu #menu-page-menu > li:hover > a:after {
    width: 50%;
    transition: 0.3s linear;
  }
  #header .header-menu .company-menu > .sub-menu {
    min-width: 100%;
    padding: 1rem 0 1rem 3rem !important;
    margin: auto;
    padding-left: 23% !important;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--secondary-color);
    min-height: 350px;
  }
  #header .header-menu .sub-menu .company_after > a {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
    text-transform: uppercase;
    padding-bottom: 0.25rem;
    display: inherit;
  }
  #header .header-menu .company-menu > .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
  #header .header-menu .company-menu > .sub-menu li.company_after {
    width: 200px !important;
  }
  #header .header-menu .sub-menu .company_after ul li a {
    position: relative;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    color: var(--dark-color) !important;
  }
  #header .header-menu .sub-menu .company_after ul {
    padding: 16px 48px 0 0 !important;
  }
  #header .header-menu .sub-menu .company_after ul li a:hover {
    color: var(--secondary-color) !important;
  }
  #header .header-menu .company-menu > .sub-menu:after {
    content: "";
    left: 24px;
    top: 16px;
    background: var(--secondary-color);
    position: absolute;
    width: 1px;
    height: 0;
    transition: 0.5s linear;
    display: none;
  }
  #header .header-menu .company-menu:hover > .sub-menu:after {
    height: calc(100% - 32px);
    transition: 0.5s linear;
  }
  #header .header-menu .company-menu:hover > .sub-menu,
  #header .header-menu .services-menu:hover > .sub-menu,
  #header .desktop-menu .technology-menu:hover > .sub-menu,
  #header .desktop-menu .solution-menu:hover > .sub-menu,
  #header .desktop-menu .trending-menu:hover > .sub-menu,
  #header .desktop-menu .our-work-menu:hover > .sub-menu,
  #header .desktop-menu .hire-menu:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
  }
  #header .header-menu .company-menu > .sub-menu li {
    padding: 0.25rem 0;
  }
  #header .header-menu #menu-page-menu > li:hover {
    z-index: 99;
  }
  /*******Services Css******/
  #header .header-menu .services-menu {
    position: static !important;
  }
  #header .header-menu .services-menu > ul.sub-menu {
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    padding-left: 2rem !important;
    padding-top: 2rem !important;
    border-bottom: 1px solid var(--secondary-color);
    min-height: 350px;
  }
  #header .header-menu .services-menu > ul.sub-menu ul {
    padding: 16px 48px;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after > a,
  #header .header-menu .services-menu .menu-service-title > a,
  #header .header-menu .sub-menu .company_after > a {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after > a:after,
  #header .header-menu .services-menu .menu-service-title > a:after,
  #header .header-menu .sub-menu .company_after > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 27px;
    height: 2px;
    border-radius: 1px;
    background-color: var(--secondary-color);
  }
  #header .header-menu .services-menu .menu-service-title ul li {
    padding: 4px 0 !important;
  }
  #header .header-menu .services-menu .menu-service-title ul li a {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: var(--dark-color);
    transition: all 0.3s;
  }
  #header .header-menu .services-menu .menu-service-title ul li a:hover {
    color: var(--secondary-color);
    transition: all 0.3s;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after,
  #header .header-menu .services-menu .menu-service-title,
  #header .header-menu .sub-menu .company_after {
    position: relative;
    height: fit-content;
  }
  #header .header-menu .services-menu .menu-service-title:after,
  #header .header-menu .sub-menu .company_after:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 32px;
    height: calc(100% - 64px);
    width: 1px;
    background-color: var(--lightBlue-color);
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 75px;
    height: 150px;
    width: 1px;
    background-color: var(--lightBlue-color);
  }
  #header .header-menu .sub-menu .company_after:after {
    right: 48px;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after:last-child:after,
  #header .header-menu .services-menu .menu-service-title:last-child:after,
  #header .header-menu .sub-menu .company_after:last-child:after {
    width: 0;
  }
  /***********Technology css********/
  #header .desktop-menu .technology-menu {
    position: static !important;
  }
  #header .desktop-menu .technology-menu > .sub-menu {
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    border-bottom: 1px solid var(--secondary-color);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after
    .sub-menu {
    display: block !important;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after {
    margin: 32px 0;
    position: relative;
    height: fit-content;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 75px;
    height: 150px;
    width: 1px;
    background-color: var(--lightBlue-color);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:last-child:after {
    width: 0;
  }
  /* #header .desktop-menu .technology-menu > .sub-menu .technology_after:last-child > a{
    border-bottom:2px solid var(--dark-color);
    display:block;
    margin-right:16px;
    padding-bottom:0.25rem;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after:last-child:hover > a{
    border-bottom:2px solid var(--secondary-color);
  } */
  #header .desktop-menu .technology-menu > .sub-menu .technology_after a {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding-bottom: 0.25rem;
    display: inherit;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after ul li a {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding-bottom: 0;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after ul li {
    position: relative;
    margin: 10px 0 !important;
    display: flex;
    align-items: center;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after ul li a {
    padding-left: 8px;
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after
    ul
    li:before {
    content: " ";
    width: 45px;
    height: 45px;
    display: flex;
    background-size: 100%;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after ul {
    padding-top: 0.5rem;
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(1)
    ul
    li.menu-angular:before {
    background-image: url(../img/header/angular.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(1)
    ul
    li.menu-reactjs:before {
    background-image: url(../img/header/reactjs.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(1)
    ul
    li.menu-vuejs:before {
    background-image: url(../img/header/vuejs.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(2)
    ul
    li.menu-dot-net-core:before {
    background-image: url(../img/header/asp-core.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(2)
    ul
    li.menu-mvc:before {
    background-image: url(../img/header/mvc.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(2)
    ul
    li.menu-java:before {
    background-image: url(../img/header/java.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(2)
    ul
    li.menu-php:before {
    background-image: url(../img/header/php.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(2)
    ul
    li.menu-laravel:before {
    background-image: url(../img/header/laravel.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(2)
    ul
    li.menu-codeigniter:before {
    background-image: url(../img/header/codeigniter.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(2)
    ul
    li.menu-nodejs:before {
    background-image: url(../img/header/nodejs.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(3)
    ul
    li.menu-magento:before {
    background-image: url(../img/header/magento.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(3)
    ul
    li.menu-shopify:before {
    background-image: url(../img/header/shopify.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(3)
    ul
    li.menu-wordpress:before {
    background-image: url(../img/header/wordpress.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(4)
    ul
    li.menu-android:before {
    background-image: url(../img/header/android.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(4)
    ul
    li.menu-ios:before {
    background-image: url(../img/header/ios.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(4)
    ul
    li.menu-kotlin:before {
    background-image: url(../img/header/kotlin.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(4)
    ul
    li.menu-swift:before {
    background-image: url(../img/header/swift.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(5)
    ul
    li.menu-react-native:before {
    background-image: url(../img/header/react-native.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(5)
    ul
    li.menu-flutter:before {
    background-image: url(../img/header/flutter.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(5)
    ul
    li.menu-ionic:before {
    background-image: url(../img/header/ionic.png);
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(5)
    ul
    li.menu-xamarin:before {
    background-image: url(../img/header/xamarin.png);
  }
  #header .desktop-menu .trending-menu .menu-ar:before {
    background-image: url(../img/header/ar.png);
  }
  #header .desktop-menu .trending-menu .menu-chatbot:before {
    background-image: url(../img/header/chatbot.png);
  }
  #header .desktop-menu .trending-menu .menu-iot:before {
    background-image: url(../img/header/iot.png);
  }
  #header .desktop-menu .trending-menu .menu-ibeacon:before {
    background-image: url(../img/header/ibeacon.png);
  }
  #header .desktop-menu .trending-menu .menu-blockchain:before {
    background-image: url(../img/header/blockchain.png);
  }
  #header .desktop-menu .trending-menu .menu-ai:before {
    background-image: url(../img/header/ai.png);
  }

  #header .desktop-menu .trending-menu .menu-ai-software:before {
    background-image: url(../img/header/ai-software.svg);
  }
  #header .desktop-menu .trending-menu .menu-ai-consulting:before {
    background-image: url(../img/header/ai-consulting.svg);
  }
  #header .desktop-menu .trending-menu .menu-ai-development:before {
    background-image: url(../img/header/ai-development.svg);
  }
  #header .desktop-menu .trending-menu .menu-ml-solution:before {
    background-image: url(../img/header/ml-icon.svg);
  }
  /*#header .desktop-menu .technology-menu > .sub-menu:after,
  #header .desktop-menu .hire-menu > .sub-menu:after {
    content: "";
    background: url("../img/header/technology-bg.png") bottom/100% no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 250px;
    z-index: -1;
  }*/

  /*Solution Menu*/
  #header .desktop-menu .solution-menu .wpmm-sub-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
  }
  #header .desktop-menu .solution-menu .wpmm-sub-menu-wrapper ul li {
    width: calc(100% / 2 - 10px);
  }
  #header .desktop-menu .trending-menu > .sub-menu {
    background-color: var(--light-color) !important;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    display: flex !important;
    column-gap: 64px;
    flex-wrap: wrap;
    justify-content: start;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--secondary-color);
  }
  #header .desktop-menu .trending-menu > .sub-menu li {
    position: relative;
  }
  #header .desktop-menu .solution-menu .sub-menu li a,
  #header .trending-menu .sub-menu li a {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    height: 45px;
    line-height: 45px !important;
    padding: 0 !important;
    padding-left: 55px !important;
  }
  #header .trending-menu .sub-menu li {
    width: calc(100% / 3 - 48px);
  }
  #header .desktop-menu .solution-menu .sub-menu li:before,
  #header .trending-menu .sub-menu li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    background-size: 100%;
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-healthcare:before {
    background-image: url("../img/header/healthcare.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-ecommarce:before {
    background-image: url("../img/header/ecommarce.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-on-demand:before {
    background-image: url("../img/header/on-demand.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-education:before {
    background-image: url("../img/header/education.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-real-estate:before {
    background-image: url("../img/header/real-estate.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-event:before {
    background-image: url("../img/header/event.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-social-media:before {
    background-image: url("../img/header/social-media.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-taxi-booking:before {
    background-image: url("../img/header/taxi-booking.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-travel:before {
    background-image: url("../img/header/travel.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-logistics:before {
    background-image: url("../img/header/logistics.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-mining:before {
    background-image: url("../img/header/mining.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-menufacturing:before {
    background-image: url("../img/header/menufacturing.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-defence:before {
    background-image: url("../img/header/defence.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-automative:before {
    background-image: url("../img/header/automative.png");
  }
  #header .desktop-menu .solution-menu .sub-menu li.menu-drone:before {
    background-image: url("../img/header/drone.png");
  }
  #header .desktop-menu .solution-menu > .sub-menu {
    padding: 2rem 20rem !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    min-height: 270px;
    left: 0;
    right: 0;
    margin: auto;
    column-gap: 64px;
    border-bottom: 1px solid var(--secondary-color);
  }
  #header .desktop-menu .solution-menu > .sub-menu li {
    position: relative;
  }
  #header .desktop-menu .trending-menu > .sub-menu {
    padding: 1rem 20rem 2rem 20rem !important;
  }
  #header .desktop-menu .trending-menu > .sub-menu li {
    margin: 12px 0;
  }
  #header .desktop-menu .solution-menu > .sub-menu li {
    width: calc(100% / 3 - 44px);
    margin: 6px 0;
  }
  #header .desktop-menu .solution-menu > .sub-menu:after {
    content: "";
    background: url("../img/header/solution-bg.png") bottom/100% no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 230px;
    max-height: 230px;
    z-index: -1;
  }
  #header .desktop-menu .trending-menu > .sub-menu:before {
    display: none !important;
  }
  /*******Our Work Css********/
  #header .desktop-menu .our-work-menu > .sub-menu {
    width: 600px;
    padding: 2rem 2rem 2rem 3rem !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -16rem;
  }
  #header .desktop-menu .our-work-menu > .sub-menu:after {
    content: "";
    position: absolute;
    left: 24px;
    top: 32px;
    height: 0;
    width: 1px;
    background: var(--secondary-color);
    transition: 0.3s linear;
  }
  #header .desktop-menu .our-work-menu:hover > .sub-menu:after {
    height: calc(100% - 64px);
    transition: 0.3s linear;
  }
  #header .desktop-menu .our-work-menu > .sub-menu li {
    position: relative;
    width: calc(50% - 16px);
    padding-bottom: 12rem;
  }
  #header .desktop-menu .our-work-menu > .sub-menu li:before {
    content: "";
    position: absolute;
    top: 32px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: calc(100% - 32px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
  }
  #header .desktop-menu .our-work-menu > .sub-menu li:nth-child(1):before {
    content: "";
    background-image: url("../img/header/work-case-study.webp");
    transition: all 0.3s;
  }
  #header
    .desktop-menu
    .our-work-menu
    > .sub-menu
    li:nth-child(1)
    a:hover::after {
    content: "View Case Studies";
    transition: all 0.3s;
  }
  #header .desktop-menu .our-work-menu > .sub-menu li:nth-child(2):before {
    background-image: url("../img/header/work-portfolio.webp");
    transition: all 0.3s;
  }
  #header
    .desktop-menu
    .our-work-menu
    > .sub-menu
    li:nth-child(2)
    a:hover::after {
    content: "View Portfolio";
    transition: all 0.3s;
  }
  #header .desktop-menu .our-work-menu > .sub-menu li a:hover::before {
    content: "";
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - -32px);
    width: 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 2px;
    background: var(--secondary-color);
    z-index: 1;
    border-radius: 2px;
  }
  #header .desktop-menu .our-work-menu > .sub-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    height: calc(100% - 32px);
    font-size: 20px !important;
    line-height: 28px !important;
    color: var(--light-color);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
  #header .desktop-menu .our-work-menu > .sub-menu li a:hover::after {
    transition: all 0.5s;
    opacity: 1;
    background: linear-gradient(
        0deg,
        rgba(13, 47, 93, 0.7),
        rgba(13, 47, 93, 0.7)
      ),
      linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
  /****Hire Menu****/
  #header .desktop-menu .hire-menu > .sub-menu {
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px;
    border-bottom: 1px solid var(--secondary-color);
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after ul li a {
    font-size: 16px !important;
    line-height: 22px !important;
    color: var(--dark-color) !important;
    font-weight: 400 !important;
    text-transform: unset;
    padding-bottom: 0;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after ul li a:hover {
    color: var(--secondary-color) !important;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after {
    padding: 32px 0;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after ul {
    padding-top: 1rem;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after ul li {
    padding: 6px 0;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after ul li a {
    position: relative;
  }
  #header
    .desktop-menu
    .hire-menu
    > .sub-menu
    .hire_after
    ul
    li
    a:hover:before {
    height: 100%;
    transition: linear 0.3s;
  }
}
/*********New Css Ends*****/

#header .container-fluid {
  padding: 0px !important;
}

.header-menu .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mail-icon {
  border-right: 1px solid var(--lightGrey-color);
  padding: 0.5rem;
}

#header .mail-icon a {
  position: relative;
}
#header .mail-icon a img {
  width: 40px;
  height: auto;
  object-fit: contain;
}
#header .mail-icon a:hover::before {
  content: "info@zealousys.com";
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -44px;
  margin-left: -4.75em;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
  background: var(--primary-color);
  color: var(--light-color);
  font-size: 13px;
  line-height: 19px;
  padding: 4px 8px;
  z-index: 100;
}
#header .mail-icon a:hover::after {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: var(--primary-color);
  position: absolute;
  top: 23px;
  left: calc(50% - 10px);
  margin-left: 0;
}
#header .container-fluid .logo img {
  max-width: 180px;
  object-fit: contain;
  height: auto;
}
#header .header-search-btn {
  padding: 0 !important;
}
#header .header-search-btn svg {
  width: 20px;
}
#header .header-search-btn:focus {
  box-shadow: unset;
}
/*Services*/

/*Solution Menu*/

/*Technology*/

#header
  .desktop-menu
  .technology-menu
  .wpmm-sub-menu-wrap
  > .wpmm-sub-menu-wrapper {
  box-shadow: 0 5px 6px 0 rgb(0 0 0 / 5%) !important;
  padding: 0 0 0 30px !important;
  background-image: url("../img/header/technology-bg.png");
  background-position: right 0 bottom;
  background-repeat: no-repeat;
  position: relative !important;
  overflow: hidden;
  top: 0;
}
/**********sidebar***********/
.sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background: var(--light-color);
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 1rem;
  transition: all 0.2s ease;
  z-index: 100000000000;
  overflow-x: hidden;
}
.show-sidebar {
  right: 0px;
  box-shadow: -8px 0 10px -6px var(--dark-color);
}
.mobile_menu_sidebar {
  padding: 2rem !important;
}
.wpmega-openblock {
  display: none !important;
}
/************Footer Css*********/
footer {
  background-image: linear-gradient(
    180deg,
    var(--light-color) 0%,
    var(--light-color) 25%,
    var(--dark-color) 25%,
    var(--dark-color) 100%
  );
}
.footer-form .contact-content h3:after {
  content: "";
  position: absolute;
  width: calc(100%);
  height: 3px;
  background-color: var(--secondary-color);
  left: 0;
  max-width: 40%;
  bottom: -5px;
  text-align: center;
}
.footer-form .wpcf7-spinner {
  margin: 10px 0px !important;
  position: absolute;
  right: -30px;
}
.footer-form h2 {
  color: var(--light-color);
  font-size: 48px !important;
  line-height: 60px !important;
  font-weight: 600 !important;
  max-width: 450px;
  text-align: start;
}
.footer-form h2:after {
  display: none;
}
.footer-form h2 span {
  color: var(--secondary-color);
}
footer .footer-map {
  padding: 5rem 1rem;
  background-color: var(--dark-color);
}
footer .footer-map .map-img {
  width: 100%;
  overflow-x: hidden;
}
footer .footer-map span img {
  margin: 0px 5px;
}
footer .footer-map .main div {
  position: absolute;
  color: var(--light-color);
}
footer .footer-map .main div span {
  position: relative;
}
footer .footer-map .location-canada {
  left: 20%;
  top: 10%;
}
footer .footer-map .location-usa {
  left: 13%;
  top: 30%;
}
footer .footer-map .location-namibia {
  left: 48%;
  top: 48%;
}
footer .footer-map .location-india {
  right: 28%;
  top: 32%;
}
footer .footer-map .location-australia {
  bottom: 25%;
  right: 5%;
}
footer .footer-map .location-newzealand {
  bottom: 5%;
  right: 0%;
}
footer .footer-map .location-tooltip {
  position: absolute;
  opacity: 1;
  transition: all 0.5s;
  z-index: 1;
  background-color: var(--light-color);
  border-radius: 10px;
  padding: 1rem;
  left: -50px;
  top: 40px;
  min-width: 250px;
}
footer .footer-map .location-tooltip h6 {
  color: var(--dark-color);
  text-transform: uppercase;
  margin: 0 0 0 6px;
}
footer .footer-map .location-tooltip p {
  padding-top: 5px;
  margin-bottom: 0rem;
  font-size: 14px !important;
  line-height: 21px !important;
  color: var(--dark-color);
}
footer .footer-bottom {
  position: relative;
  padding: 1rem 0rem;
  text-align: center;
  border-top: 1px solid var(--grey-color);
}
footer .footer-bottom .useful-links {
  display: flex;
  gap: 12px;
}
footer .footer-bottom a,
footer .footer-bottom span {
  display: block;
  color: var(--grey-color);
}
footer .copyright p {
  margin-bottom: 0rem;
  color: var(--grey-color);
}
footer .footer-map .location-img {
  display: block;
  margin: auto !important;
  margin-bottom: 0.5rem !important;
  max-width: 25px;
  height: auto;
  object-fit: contain;
}
/******Footer form Section******/
.footer-form {
  margin-bottom: 1rem !important;
}
.footer-form {
  display: flex;
  flex-wrap: wrap;
}
.footer-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-form .wpcf7-form .form-group {
  width: calc(50% - 8px);
}
.footer-form .form-content .wpcf7-form .form-submit {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer-form .wpcf7-form .form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-form .wpcf7-form .form-submit p {
  position: relative;
  width: 240px;
  display: flex;
  align-items: center;
  margin-right: 40px !important;
}
.footer-form .wpcf7-form .form-submit p.secure-text {
  width: auto;
  padding-right: 0;
  justify-content: end;
  color: var(--light-color);
  margin-right: 0 !important;
}
.footer-form .wpcf7-form .form-submit p.secure-text:before {
  display: none;
}
.footer-form .form-group.message,
.footer-form .form-group.for-upload,
.footer-form .form-group.for-checkbox {
  width: 100%;
}
.footer-form .wpcf7 form.invalid .wpcf7-response-output,
.footer-form .wpcf7 form.unaccepted .wpcf7-response-output,
.footer-form .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--light-color) !important;
}

.footer-form .form-content {
  padding: 48px 32px 32px 64px;
  border-right: 1px solid var(--thin-dark-color);
  background-color: var(--primary-color);
  width: 65%;
}
.footer-form .form-control:focus {
  box-shadow: unset !important;
}
.footer-form .contact-content {
  width: 35%;
}
.footer-form .form-content form {
  padding-top: 1rem;
}
.footer-form .form-content .wpcf7-form label,
.footer-form .form-content .wpcf7-form textarea,
.footer-form .form-content .wpcf7-form input {
  width: 100%;
  margin-bottom: 0px !important;
}
.footer-form .form-content .wpcf7-form input,
.footer-form .form-content .wpcf7-form textarea,
.footer-form .form-content .wpcf7-form input:focus-visible {
  padding: 0.75rem 1rem;
  border: none !important;
  border-bottom: 1px solid var(--light-color) !important;
  background: transparent !important;
  outline: unset !important;
  border-radius: 0;
  font-weight: 400 !important;
  color: var(--light-color) !important;
}
.footer-form .form-content .wpcf7-form .form-control::placeholder {
  color: var(--light-color) !important;
}

.footer-form .form-select {
  appearance: none; /* Removes default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 1.66277C12.0008 1.9221 11.8842 2.16789 11.6828 2.33127L6.54047 6.47088C6.22421 6.73084 5.76826 6.73084 5.452 6.47088L0.309634 2.18557C-0.0548386 1.88264 -0.104722 1.34159 0.198216 0.977118C0.501155 0.612646 1.0422 0.562762 1.40667 0.8657L6.00052 4.69676L10.5944 0.994259C10.8512 0.780257 11.2091 0.735172 11.5111 0.878774C11.813 1.02238 12.0038 1.32845 11.9999 1.66277Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  border-radius: 0;
  font-weight: 400 !important;
  outline: unset !important;
  border: none !important;
  border-bottom: 1px solid var(--light-color) !important;
  padding: 0.75rem 1rem !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--light-color) !important;
  background-size: 12px !important;
}
.footer-form .form-select option {
  background-color: #f1f1f1;
  color: var(--primary-color);
  padding: 2px 8px !important;
}
.footer-form option:hover {
  color: var(--light-color) !important;
  background: var(--primary-color) !important;
}
.footer-form .form-content .wpcf7-form input:focus-visible,
.footer-form .form-content .wpcf7-form textarea:focus-visible {
  border-bottom: 1px solid var(--secondary-color) !important;
}
.footer-form .form-content .input-box:focus,
.footer-form .form-select:focus {
  box-shadow: unset !important;
  border-bottom: 1px solid var(--secondary-color) !important;
}
.footer-form .form-content .wpcf7-form .wpcf7-not-valid-tip,
.footer-form .form-content .wpcf7-form .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: left;
}
.footer-form .form-content .wpcf7-form .wpcf7-not-valid-tip {
  color: var(--danger-color) !important;
  text-align: left;
  position: absolute;
}
.footer-form .form-content .wpcf7-form .wpcf7-response-output span {
  border: 1px solid var(--secondary-color);
  padding: 0.5rem;
}
.footer-form .form-content .wpcf7-form textarea {
  height: 100px !important;
}
.footer-form .form-content .wpcf7-form p {
  text-align: center;
  margin: 0;
}
.footer-form .form-content .wpcf7-form p label {
  text-align: center;
}
.footer-form .form-content .wpcf7-form p .wpcf7-submit {
  width: 100%;
  background-color: var(--primary-color) !important;
  border-color: var(--light-color) !important;
  color: var(--light-color);
  transition: all 0.5s;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  margin: 1rem 0 0 0;
  border-radius: 40px;
  border: 1px solid !important;
  margin-top: 0 !important;
  padding-right: 24px;
}
.footer-form .form-content .wpcf7-form .form-submit p:before {
  content: "";
  width: 43px;
  height: 43px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.75' cy='25.5' r='25.5' fill='%23F8A133'/%3E%3Cmask id='mask0_10534_14115' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='0' width='51' height='51'%3E%3Ccircle cx='26.5' cy='25.5' r='25.5' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_10534_14115)'%3E%3Cpath d='M35.3732 18.9666C35.3732 18.6229 35.2366 18.2932 34.9936 18.0502C34.7505 17.8072 34.4209 17.6706 34.0772 17.6706L23.7074 17.6706C23.5353 17.6676 23.3644 17.6989 23.2045 17.7627C23.0447 17.8265 22.8991 17.9214 22.7763 18.0421C22.6536 18.1627 22.5561 18.3066 22.4895 18.4653C22.423 18.6241 22.3887 18.7944 22.3887 18.9666C22.3887 19.1387 22.423 19.3091 22.4895 19.4678C22.5561 19.6265 22.6536 19.7704 22.7763 19.891C22.8991 20.0117 23.0447 20.1067 23.2045 20.1704C23.3644 20.2342 23.5353 20.2655 23.7074 20.2626L30.9481 20.2626L18.8103 32.4004C18.5672 32.6435 18.4307 32.9731 18.4307 33.3169C18.4307 33.6607 18.5672 33.9904 18.8103 34.2335C19.0534 34.4765 19.3831 34.6131 19.7269 34.6131C20.0706 34.6131 20.4003 34.4765 20.6434 34.2335L32.7812 22.0956L32.7812 29.3364C32.7871 29.6762 32.9263 30.0001 33.1687 30.2383C33.4111 30.4765 33.7373 30.61 34.0772 30.61C34.4171 30.61 34.7434 30.4765 34.9858 30.2383C35.2282 30.0001 35.3673 29.6762 35.3732 29.3364L35.3732 18.9666Z' fill='white'/%3E%3Cpath d='M7.73649 47.1931C7.73644 46.8494 7.59988 46.5198 7.35685 46.2768C7.11381 46.0337 6.7842 45.8972 6.4405 45.8971L-3.9293 45.8971C-4.10139 45.8941 -4.27235 45.9254 -4.43221 45.9892C-4.59207 46.053 -4.73762 46.148 -4.86037 46.2686C-4.98313 46.3893 -5.08063 46.5332 -5.14718 46.6919C-5.21374 46.8506 -5.24802 47.021 -5.24802 47.1931C-5.24802 47.3652 -5.21374 47.5356 -5.14718 47.6944C-5.08063 47.8531 -4.98313 47.997 -4.86037 48.1176C-4.73762 48.2382 -4.59207 48.3332 -4.43221 48.397C-4.27235 48.4608 -4.10139 48.4921 -3.9293 48.4891L3.31141 48.4891L-8.82641 60.6269C-9.06949 60.87 -9.20605 61.1997 -9.20605 61.5435C-9.20605 61.8873 -9.06949 62.2169 -8.82641 62.46C-8.58332 62.7031 -8.25363 62.8397 -7.90986 62.8397C-7.56609 62.8397 -7.2364 62.7031 -6.99331 62.46L5.1445 50.3222L5.1445 57.5629C5.15041 57.9027 5.28955 58.2266 5.53195 58.4649C5.77435 58.7031 6.10063 58.8366 6.4405 58.8366C6.78037 58.8366 7.10664 58.7031 7.34905 58.4649C7.59145 58.2266 7.73059 57.9027 7.7365 57.5629L7.73649 47.1931Z' fill='%23030712'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  cursor: pointer;
}
.footer-form .form-content .wpcf7-form .form-submit p:hover:before {
  transform: rotate(45deg);
}
.footer-form .form-content .wpcf7-form p:hover .wpcf7-submit {
  color: var(--primary-color) !important;
  background-color: var(--light-color) !important;
  transition: all 0.5s;
}
.footer-form .form-content .wpcf7 .screen-reader-response {
  display: none !important;
}
.footer-form input:-internal-autofill-selected {
  background-color: var(--lightGrey-color) !important;
}
.footer-form .contact-content {
  padding: 64px 32px 32px 64px;
  background: var(--lightBlue-color);
}
.footer-form .contact-content .social-icon li a,
.author-social-icon li a {
  border: 1px solid var(--thin-dark-color);
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-form .contact-content .social-icon a svg,
.author-social-icon li a svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.footer-form .contact-content hr {
  margin: 2rem 0rem;
}
.footer-form .contact-content .social-icon li a:hover,
.author-social-icon li a:hover {
  transition: all 0.3s;
}
.footer-form .contact-content .social-icon li:nth-child(1) a:hover,
.author-social-icon li:nth-child(2) a:hover {
  background: #38529a;
  border-color: #38529a;
}
.footer-form .contact-content .social-icon li:nth-child(2) a:hover,
.author-social-icon li:nth-child(3) a:hover {
  background: #000000;
  border-color: #000000;
}
.footer-form .contact-content .social-icon li:nth-child(3) a:hover,
.author-social-icon li:nth-child(1) a:hover {
  background: #0077b5;
  border-color: #0077b5;
}
.footer-form .contact-content .social-icon li:nth-child(4) a:hover,
.author-social-icon li:nth-child(4) a:hover {
  background: #f00;
  border-color: #f00;
}
.footer-form .contact-content .social-icon li:nth-child(5) a:hover,
.author-social-icon li:nth-child(5) a:hover {
  border: 1px solid transparent;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.footer-form .contact-content .social-icon li:nth-child(6) a:hover,
.author-social-icon li:nth-child(6) a:hover {
  background: #1db954;
  border-color: #1db954;
}
.footer-form .contact-content .social-icon li.spotify a svg,
.author-social-icon li.spotify a svg {
  width: 22px;
  height: 22px;
}
footer .footer-map .location-tooltip {
  opacity: 0;
}
footer .footer-map .location-india .location-tooltip {
  opacity: 1;
}
.page-template-template-contact
  footer
  .footer-map
  .location-india
  .location-tooltip {
  opacity: 0;
}
.page-template-template-contact
  footer
  .footer-map
  .main
  > div:hover
  .location-tooltip {
  opacity: 1;
}
.footer-form .contact-content .social-icon li a:hover svg path,
.author-social-icon li a:hover svg path {
  fill: var(--light-color);
}
.footer-form .form-group,
.footer-form .captcha-box {
  padding: 0.5rem 0rem;
}
.footer-form .upload-files {
  position: relative;
  text-align: left;
}
.footer-form .wpcf7-form-control-wrap {
  position: relative;
}
.footer-form .upload-files label {
  text-align: center;
  padding: 13px;
  background: transparent;
  border: 1px solid var(--light-color);
  cursor: pointer;
  display: block;
  border-radius: 40px;
}
.footer-form .upload-files label span,
.for-checkbox span {
  color: var(--light-color);
  font-weight: 400 !important;
  text-align: center !important;
}
.upload-files .file_name {
  display: inline;
}
footer .for-checkbox span {
  margin-left: 0rem !important;
}
.footer-form .form-group.for-upload .file_name {
  position: relative;
  left: 0;
  color: var(--secondary-color);
  opacity: 1;
  font-size: 13px !important;
  max-width: 90%;
  top: 3px;
  line-height: 20px !important;
  overflow: hidden;
}
.footer-form .close {
  position: relative;
  font-style: normal;
  width: 15px;
  opacity: 1;
  height: 15px;
  float: none;
  background-color: var(--light-color);
  color: var(--primary-color);
  -moz-border-radius: 50%;
  cursor: pointer;
  top: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  display: none;
  margin-left: 5px;
  line-height: 16px;
}
.footer-form .form-group.for-checkbox .checkbox input[type="checkbox"] + span {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.footer-form .captcha-new {
  display: flex;
  gap: 30px;
  margin-bottom: 1rem;
}
.footer-form .captcha-new .wpcf7-form-control-wrap {
  width: 50%;
}
.footer-form
  .form-group.for-checkbox
  .checkbox
  input[type="checkbox"]
  + span:before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  background-color: var(--light-color);
  border: 1px solid var(--light-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 5px;
}
.footer-form
  .form-group.for-checkbox
  .checkbox
  input[type="checkbox"]:checked
  + span:before {
  border-color: var(--secondary-color);
  background: var(--secondary-color);
}
.footer-form
  .form-group.for-checkbox
  .checkbox
  input[type="checkbox"]:checked
  + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 7px;
  height: 13px;
  border: solid var(--light-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.footer-form .form-group.for-checkbox .checkbox {
  text-align: left;
  position: relative;
  border-radius: 5px;
  margin: 0px !important;
}
.footer-form .form-group.for-checkbox .checkbox input[type="checkbox"],
#attachfile,
.upload-files .nda-text,
.upload-files br {
  display: none;
}
.footer-form .form-group.for-checkbox .checkbox p {
  text-align: left !important;
}
.footer-form .close.active {
  display: inline-block !important;
}
.great-place-work-logo {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 100;
}
.great-place-work-logo .goodfirm-icon {
  max-width: 80px;
  margin-right: 6px;
  margin-top: -17px;
}
.great-place-work-logo .great-place-work {
  width: 60px;
}
.great-place-work-logo img {
  height: auto;
}
.error-section {
  background: var(--light-color);
}
.error404 header,
.error404 footer {
  display: none;
}
.error-box .zero {
  animation: swing2 ease-in-out 1.5s infinite alternate;
  display: inline-block;
}
.error-box .four {
  animation: swing3 ease-in-out 1.5s infinite alternate;
  display: inline-block;
}

@keyframes swing2 {
  0% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(3deg);
  }
}
@keyframes swing3 {
  0% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(8deg);
  }
}
.error-section .error-content span {
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: var(--primary-color);
  font-weight: 600;
}
footer .ajax-loader {
  display: none !important;
}
span.country-name {
  color: var(--dark-color);
  font-weight: 500 !important;
}
.microsoft-partner {
  width: 120px;
  margin-top: -20px;
  margin-right: 10px;
}
.header-contact-btn {
  padding-right: 210px;
}
.header-contact-btn .btn-default {
  border-radius: 25px !important;
}
.header-right-content {
  gap: 8px;
}
/****Contact Detail***/
.contact-details .contact-items {
  position: relative;
  padding-left: 60px;
}
.contact-details .contact-items span.contact-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  display: flex;
  border: 1px solid var(--lightGrey-color);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
}
.contact-details .contact-items span.contact-icon img {
  width: 100%;
}
.contact-details .contact-items .contact-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--dark-color);
}
.contact-details .contact-items {
  margin-bottom: 32px;
}
.contact-details .contact-items .contact-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--grey-color);
  margin: 8px 0 16px 0 !important;
}
.contact-details .contact-items .call-country-details {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.contact-details .contact-items .call-country-details img {
  width: 40px;
  object-fit: contain;
}
.contact-details .contact-items .contact-address,
.contact-details .contact-items a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--dark-color);
}
.contact-details {
  max-width: 450px;
}
.footer-contact-social {
  margin-top: 80px;
}
/****Footer menu*******/
.footer-menu .container {
  padding: 48px 12px;
  border-bottom: 1px solid var(--grey-color);
}
.footer-menu .container ul {
  padding-top: 1rem;
}
.footer-menu .container ul li {
  padding: 0.35rem 0;
}
.footer-menu .container ul a,
.footer-menu .container h3 {
  color: var(--light-color) !important;
  transition: all 0.3s;
  position: relative;
}
.footer-menu .container ul a:hover {
  color: var(--secondary-color) !important;
}
.footer-menu .container ul a::after {
  content: "";
  background: var(--secondary-color);
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: width 0.25s ease-out;
}
.footer-menu .container ul a:hover::after {
  width: 100%;
}

.technology-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology-footer-menu li {
  width: calc(100% / 2 - 0px);
}
.footer-menu .container ul .sub-menu li.menu-item a:hover {
  color: var(--secondary-color) !important;
  transition: all 0.3s;
}

.math-footer-captcha .wpcf7-form-control-wrap > label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.math-footer-captcha .wpcf7-form-control-wrap .wpcf7-quiz-label {
  color: var(--light-color);
  min-width: 80px !important;
  font-size: 24px !important;
  line-height: 32px !important;
  text-align: left !important;
  display: inline-block !important;
  white-space: nowrap;
}

.footer-menu .container ul#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.footer-menu .container ul#menu-footer-menu > li {
  width: calc(100% / 5 - 4px);
}
.footer-menu .container ul#menu-footer-menu > li:first-child,
.footer-menu
  .container
  ul#menu-footer-menu
  > li.Footer-menu-heading.industry-menu {
  width: calc(15% - 4px);
}
.footer-menu .container ul#menu-footer-menu .Footer-menu-heading > a {
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  color: var(--light-color);
  position: relative;
}
.footer-menu .container ul#menu-footer-menu .Footer-menu-heading > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: var(--secondary-color);
  width: 70%;
  height: 1px;
}
.footer-menu .container ul#menu-footer-menu .Footer-menu-heading.tech-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-menu
  .container
  ul#menu-footer-menu
  .Footer-menu-heading.tech-menu
  ul
  li {
  width: calc(100% / 2 - 8px) !important;
}
.footer-menu .container ul#menu-footer-menu > li.Footer-menu-heading.tech-menu {
  width: calc(22% - 4px);
}
.page-template-template-contact footer {
  background-image: linear-gradient(
    180deg,
    var(--light-color) 0%,
    var(--light-color) 0%,
    var(--dark-color) 0%,
    var(--dark-color) 100%
  );
}

#cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  color: var(--secondary-color);
  background-color: var(--lightBlue-color);
  z-index: 10;
  display: none;
}

.cookies {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cookies a {
  text-decoration: none;
  font-weight: 500 !important;
  color: var(--secondary-color);
}
.cookies a:hover {
  color: var(--secondary-color);
  text-decoration: underline !important;
}
.footer-form .contact-content ul.contact-map h6 {
  font-weight: 600;
}
.footer-form .math-footer-captcha {
  width: 100%;
}
.footer-form .math-footer-captcha p {
  width: 50%;
}
.footer-form .wpcf7-response-output {
  width: 100%;
}
.footer-form .form-content .wpcf7-form input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
}
.footer-form-main {
  width: 100%;
  max-width: 800px;
}
/******Popup Search img*****/
.search-group {
  position: relative;
  width: 100%;
}
.search-group span {
  position: absolute;
  left: 20px;
  top: calc(50% - 14px);
}
.search-group span svg {
  width: 28px;
  height: 28px;
}
.search-group .form-control {
  padding: 12px 60px;
  border-radius: 40px;
  height: 64px !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: var(--dark-color);
}
.search-group input::placeholder {
  font-size: 18px !important;
  line-height: 24px !important;
  opacity: 0.5;
  color: var(--dark-color);
}
.search-group #clearButton,
.search-group #clearButton-2 {
  position: absolute;
  right: 14px;
  top: calc(50% - 24px);
  border: none;
  background-color: transparent;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-group #clearButton-2 {
  display: none;
}
.search-group #clearButton svg,
.search-group #clearButton-2 svg {
  width: 18px;
}
#popupSearch .modal-dialog {
  max-width: 850px !important;
}
#popupSearch .modal-header {
  justify-content: center;
  border: none;
  flex-direction: column;
}
#popupSearch .modal-header h2 {
  margin: 24px auto;
}
#popupSearch .modal-header p {
  color: var(--dark-color);
}
#popupSearch .modal-header h2 span {
  color: var(--secondary-color);
}
#search-results {
  width: 100%;
  background: var(--light-color);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  /* margin-top: 16px; */
}
.search-loader {
  background-color: #ffffff;
  border: 1px solid #bfc4cb !important;
  border-radius: 15px;
  width: 500px;
  height: 299px !important;
  margin: 8px 0;
  position: absolute;
  left: 0;
  z-index: 10;
}
.global-search-input .search-loader {
  margin: 8px 17px;
  width: calc(100% - 34px) !important;
}
/* .search-no-results {
  color: var(--dark-color);
  font-size: 20px !important;
  line-height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
} */
/* .search-container2 #search-results ,.search-no-results,.search-loader{
  border-top:1px solid #bfc4cb ;
} */
.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--lightGrey-color);
}
.search-results-list .search-result-item:last-child {
  border-bottom: none;
}

.search-result-item a {
  text-decoration: none;
  display: block;
  padding-right: 12px;
  border-radius: 8px;
}

.search-result-item a img {
  width: 150px;
  height: 120px;
  object-fit: cover;
  object-position: right;
  border-radius: 15px;
}
.search-result-item a h4 {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  color: var(--dark-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result-item a p {
  font-size: 14px !important;
  line-height: 21px !important;
  color: var(--dark-color);
  opacity: 0.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result-item a p.search-result-type {
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  color: var(--primary-color);
  opacity: 1;
  padding-bottom: 2px !important;
  margin-bottom: 4px !important;
  position: relative;
  display: inline-block;
}
.search-result-item a p.search-result-type:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--secondary-color);
  height: 2px;
  width: 50%;
}
.search-result-item:hover a {
  background: #f4f4f4;
}
.search-result-item a {
  display: flex;
  align-items: center;
  gap: 16px;
}
#search-results::-webkit-scrollbar-track,
.search-container2 .search-results ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--lightBlue-color);
}
#search-results::-webkit-scrollbar,
.search-container2 .search-results ul::-webkit-scrollbar {
  width: 10px;
  background-color: var(--lightBlue-color);
}
#search-results::-webkit-scrollbar-thumb,
.search-container2 .search-results ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary-color);
}
.search-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.search-loader span {
  position: absolute;
  top: 0;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: var(--primary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.search-loader span:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.search-loader span:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.search-loader span:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.search-loader span:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}
.search-loader div {
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 0px);
}
.search-results-list li:first-child {
  padding-top: 0;
}
.search-results-list li:last-child {
  padding-bottom: 0;
}
/*****New Search Design*****/
.loader {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .global-search-section{
  position: fixed;
  z-index:100;
  right:60px;
  bottom:60px;
  align-items:end;
} */
.global-search-section .global-search-input {
  position: fixed;
  top: 150px;
  right: -500px;
  width: 500px;
  height: 435px;
  transition: all 0.2s ease;
  z-index: 100000000000;
  overflow-x: hidden;
  background: var(--lightBlue-color) !important;
  border-radius: 25px 0 0 25px;
  padding: 16px;
}
.global-search-section .global-search-input.show-global-sidebar {
  right: 0px;
  box-shadow: -8px 0 10px -6px #00000059;
}
.global-search-section .search-btn {
  position: fixed;
  right: 0;
  top: calc(50% - 32px);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  height: 64px;
  padding: 12px 24px;
  border-radius: 40px 0 0 40px;
  background-color: var(--secondary-color);
  color: var(--light-color);
  border: 1px solid var(--secondary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 200px;
}
.global-search-section .global-search-input #search-results ul {
  padding: 16px !important;
}
/* .global-search-section .global-search-input{
  background-color: var(--light-color);
  border-radius:35px;
  border: 1px solid  #bfc4cb !important;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
} */
.global-search-input .popup-close-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  opacity: 0.5;
}
.global-search-input .popup-close-btn svg {
  width: 12px;
}
.global-search-input .popup-close-btn svg path {
  fill: var(--dark-color);
}
.global-search-section .global-search-input input {
  box-shadow: unset !important;
  border: unset !important;
  border-radius: 0 !important;
  color: var(--dark-color);
}
.global-search-section .global-search-input .search-group {
  margin-top: 24px;
}
.global-search-section .global-search-input img {
  width: 100%;
  max-width: 200px;
  object-fit: contain;
  margin: auto;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.global-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.global-search-section .global-search-input input::placeholder {
  opacity: 0.5;
}
.search-container2 .search-loader {
  border-radius: 0 0 25px 25px;
  border: 1px solid #bfc4cb !important;
  border-top: 0px !important;
}
.search-group .form-control:focus,
.search-group .form-control:focus {
  border-color: #bfc4cb !important;
  box-shadow: unset !important;
}

/****Home Search***/
.search-container2 {
  position: absolute;
  top: 64px;
  left: 0;
  background-color: var(--light-color);
  width: 100%;
  z-index: 100;
}
.search-container2 .search-no-results {
  border: 1px solid #bfc4cb;
  border-top: 0px !important;
  max-height: 300px;
  overflow-y: auto;
  padding: 16px;
  border-radius: 0 0 25px 25px;
}
.search-container2 .search-results {
  border: 1px solid #bfc4cb;
  border-top: 0px !important;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}
.search-container2 .search-results ul {
  max-height: 300px;
  overflow-y: auto;
  padding: 8px 0;
}
.search-container2 .search-results ul li {
  margin: 0 8px;
}
.search-group .search-input::placeholder {
  opacity: 0.7;
}
.custom-search-form.form-hidden input {
  border-radius: 25px 25px 0 0;
}
#home-banner
  .home-banner-bg
  .home-banner-content
  .search-container2
  .search-no-results
  p {
  margin-top: 0 !important;
}
.search-container2 .search-result-content {
  text-align: start;
}

/****************Responsive Css*****/
@media (max-width: 1500px) {
  #header .desktop-menu .solution-menu > .sub-menu {
    padding: 2rem 15rem !important;
  }
  #header .desktop-menu .trending-menu > .sub-menu {
    padding: 2rem 15rem !important;
  }
  .header-menu {
    padding: 0rem 2rem !important;
  }
  .footer-form .form-content .wpcf7-form textarea {
    height: 80px !important;
  }
  .footer-form .contact-content hr {
    margin: 1.5rem 0rem;
  }
  #header .header-menu .logo img {
    max-width: 160px;
  }
  #header .header-menu #menu-page-menu > li {
    padding: 1.75rem 0.75rem;
  }
  #header .header-menu .company-menu > .sub-menu {
    padding-left: 215px !important;
  }
  #header .desktop-menu #menu-page-menu > li > a {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .footer-form .contact-content {
    padding: 48px 16px 16px 48px;
  }
  .footer-form h2 {
    font-size: 42px !important;
    line-height: 54px !important;
    max-width: 415px;
  }
  .contact-details .contact-items span.contact-icon {
    width: 40px;
    height: 40px;
  }
  .contact-details .contact-items .contact-address,
  .contact-details .contact-items a {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-details .contact-items .contact-title {
    font-size: 20px;
    line-height: 28px;
  }
  .contact-details .contact-items .contact-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0 12px 0 !important;
  }
  .contact-details .contact-items .call-country-details img {
    width: 40px;
  }
  .footer-form-main {
    max-width: 700px;
  }
  .contact-details .contact-items {
    margin-bottom: 24px;
    padding-left: 50px;
  }
  .footer-form form {
    gap: 12px;
  }
}
@media (max-width: 1366px) {
  #header .header-menu .services-menu > .sub-menu {
    min-width: 750px;
    margin-left: -15rem;
  }
  #header .desktop-menu .hire-menu > .sub-menu .hire_after a {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  #header .navbar-brand img {
    max-width: 150px;
  }

  #header .desktop-menu #menu-page-menu > li {
    padding: 1.5rem 0.65rem;
  }
  .mail-icon svg {
    max-width: 20px;
  }
  #header .btn-default {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0.5rem 0.65rem !important;
  }
  .great-place-work-logo .great-place-work {
    width: 50px;
  }
  .microsoft-partner {
    width: 130px;
  }
  .header-contact-btn {
    padding-right: 210px;
  }
  .about-mission-vision .card p {
    max-width: 80%;
  }
  footer .footer-map {
    padding: 4rem 2rem;
  }
  footer .copyright:before {
    width: calc(100% - 100px);
    left: 50px;
  }
  .header-right-content {
    gap: 8px;
  }
  .mail-icon {
    padding: 0.5rem;
  }
  .microsoft-partner {
    margin-top: -20px;
  }
  #header .desktop-menu .hire-menu:hover > .sub-menu,
  #header .header-menu .company-menu:hover > .sub-menu,
  #header .header-menu .services-menu:hover > .sub-menu,
  #header .desktop-menu .technology-menu:hover > .sub-menu,
  #header .desktop-menu .solution-menu:hover > .sub-menu,
  #header .desktop-menu .our-work-menu:hover > .sub-menu,
  #header .desktop-menu .trending-menu:hover > .sub-menu {
    top: 70px;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after a {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after ul li a {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  #header .desktop-menu .technology-menu > .sub-menu {
    padding-left: 1rem !important;
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:nth-child(2) {
    left: 16px;
    bottom: 48px;
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after
    ul
    li:before,
  #header .desktop-menu .solution-menu .sub-menu li:before {
    width: 40px;
    height: 40px;
  }
  #header
    .desktop-menu
    .technology-menu
    > .sub-menu
    .technology_after:last-child {
    padding-left: 16px;
  }
  #header .desktop-menu .technology-menu > .sub-menu .technology_after {
    padding: 24px 0;
  }
  #header .desktop-menu .solution-menu > .sub-menu {
    padding: 1.5rem 0rem 1.5rem 3rem !important;
  }
  #header .header-menu .company-menu > .sub-menu,
  #header .header-menu .services-menu > .sub-menu {
    padding: 1rem 0 1rem 3rem !important;
  }
  #header .header-menu .services-menu > .sub-menu .partner-btn {
    max-width: 190px;
  }
  #header .header-menu .company-menu > .sub-menu {
    padding-left: 215px !important;
  }
  #header .mail-icon a img {
    width: 28px;
  }
  #header .header-search-btn svg {
    width: 16px;
    height: 16px;
  }
  .header-menu {
    padding: 0rem 1rem !important;
  }
}

@media (max-width: 1300px) {
  footer .footer-map {
    padding: 4rem;
  }
  #header .header-menu .logo img {
    max-width: 150px;
  }
}

@media (max-width: 1200px) {
  .header-menu {
    padding: 0 20px !important;
  }
  .microsoft-partner {
    width: 90px;
    margin-top: -16px;
    object-fit: contain;
    margin-right: 5px;
  }
  .header-contact-btn {
    padding-right: 160px;
  }
  #header .btn-default {
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 0.5rem !important;
  }
}

@media (max-width: 1150px) {
  #header .header-menu .logo img {
    max-width: 130px;
  }
  #header .desktop-menu .sub-menu a {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  #header .desktop-menu #menu-page-menu > li > a {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  #header .desktop-menu #menu-page-menu > li {
    padding: 1.5rem 0.5rem;
  }
}

@media (max-width: 991px) {
  header {
    padding: 1rem 0rem;
  }
  header .logo img {
    max-width: 150px;
  }
  .header-menu {
    padding: 0rem 1rem !important;
  }
  .desktop-menu,
  header .btn-default,
  .mail-icon,
  header .desktop-menu .btn-secondary-outlined {
    display: none !important;
  }
  .desktop-enquiry {
    display: none !important;
  }
  .close-btn {
    position: relative;
    left: 0px;
    background: var(--primary-color);
    top: 10px;
    padding: 0.5rem 1rem;
    width: 45px;
    border-radius: 0px 5px 5px 0px;
  }
  .close-btn svg polygon {
    fill: var(--light-color) !important;
  }
  .blur-body {
    overflow-y: hidden;
  }
  .blur-body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 350px;
    bottom: 0;
    z-index: 10000;
    background: linear-gradient(0deg, hsl(207deg 91% 26% / 30%), rgb(6 73 127 / 30%));
    transition: all 0.3s;
    backdrop-filter: blur(4px);
  }
  .blur-body .fixed-header {
    z-index: 1000;
  }
  .partner-btn,
  #header .header-menu .trending-menu > .sub-menu,
  #header .header-menu .company-menu > .sub-menu,
  #header .header-menu .services-menu > .sub-menu,
  #header .mobile-menu .technology-menu > .sub-menu,
  #header .mobile-menu .solution-menu > .sub-menu,
  #header .mobile-menu .our-work-menu > .sub-menu,
  #header .mobile-menu .hire-menu > .sub-menu {
    position: static;
    display: none !important;
  }
  #header .header-menu .mobile-menu .trending-menu.active > .sub-menu,
  #header .header-menu .mobile-menu .company-menu.active > .sub-menu,
  #header .header-menu .mobile-menu .services-menu.active > .sub-menu,
  #header .mobile-menu .technology-menu.active > .sub-menu,
  #header .mobile-menu .solution-menu.active > .sub-menu,
  #header .mobile-menu .our-work-menu.active > .sub-menu,
  #header .mobile-menu .hire-menu.active > .sub-menu {
    display: block !important;
    padding: 0.5rem 0 0.5rem 1rem !important;
  }
  #header .mobile-menu #menu-page-menu-1 > li > a {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: var(--dark-color);
  }
  #header .header-menu .mobile-menu .trending-menu.active > a,
  #header .header-menu .mobile-menu .company-menu.active > a,
  #header .header-menu .mobile-menu .services-menu.active > a,
  #header .mobile-menu .technology-menu.active > a,
  #header .mobile-menu .solution-menu.active > a,
  #header .mobile-menu .our-work-menu.active > a,
  #header .header-menu .mobile-menu .hire-menu.active > a {
    color: var(--secondary-color) !important;
  }
  #header .mobile-menu #menu-page-menu-1 > li {
    padding: 1rem 0;
    border-bottom: 1px solid var(--lightGrey-color);
    position: relative;
  }
  .sub-menu li a {
    color: var(--dark-color);
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .sub-menu li {
    padding: 0.5rem 0;
  }
  #header .mobile-menu #menu-page-menu-1 > li.trending-menu > a:after,
  #header .mobile-menu #menu-page-menu-1 > li.company-menu > a:after,
  #header .mobile-menu #menu-page-menu-1 > li.services-menu > a:after,
  #header .mobile-menu #menu-page-menu-1 > li.solution-menu > a:after,
  #header .mobile-menu #menu-page-menu-1 > li.technology-menu > a:after,
  #header .mobile-menu #menu-page-menu-1 > li.our-work-menu > a:after,
  #header .mobile-menu #menu-page-menu-1 > li.hire-menu > a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23191b1d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M19.8,12.5h-16c-0.4,0-0.8-0.3-0.8-0.8S3.3,11,3.8,11h16c0.4,0,0.8,0.3,0.8,0.8S20.2,12.5,19.8,12.5z'/%3E%3Cpath class='st0' d='M11,19.8v-16C11,3.3,11.3,3,11.8,3s0.8,0.3,0.8,0.8v16c0,0.4-0.3,0.8-0.8,0.8S11,20.2,11,19.8z'/%3E%3C/svg%3E");
  }
  #header .mobile-menu #menu-page-menu-1 > li.active > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fcaa00;%7D%0A%3C/style%3E%3Cpath class='st0' d='M19.8,12.5h-16c-0.4,0-0.8-0.3-0.8-0.8S3.3,11,3.8,11h16c0.4,0,0.8,0.3,0.8,0.8S20.2,12.5,19.8,12.5z'/%3E%3C/svg%3E");
    transition: all 0.2s ease-in-out;
  }
  .technology_after ul {
    display: none !important;
    padding: 0.5rem 0 0.5rem 1rem !important;
  }
  .technology_after.sub-active ul,
  .hire_after.sub-active ul {
    display: block !important;
  }
  .technology_after ul li a,
  .hire_after ul li a {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .technology_after.sub-active > a {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .hire_after > a {
    color: var(--primary-color) !important;
  }
  .hire_after ul {
    padding: 0.5rem 0 0.5rem 1rem !important;
  }
  .sidebar-toggle .toggle-bar1 {
    background-color: var(--dark-color);
    height: 2px;
    width: 40px;
  }
  .sidebar-toggle .toggle-bar2 {
    background-color: var(--dark-color);
    height: 2px;
    width: 30px;
  }
  .sidebar-toggle .toggle-bar3 {
    background-color: var(--dark-color);
    height: 2px;
    width: 20px;
  }
  .header-contact-btn {
    display: none !important;
  }
  .great-place-work-logo {
    right: 40px;
    top: -25px;
  }
  .microsoft-partner {
    margin-right: 10px;
  }
  .great-place-work-logo {
    display: flex;
  }
  .great-place-work-logo .goodfirm-icon,
  .great-place-work-logo .great-place-work {
    object-fit: contain;
  }
  #header .header-menu .sub-menu .company_after {
    padding: 0 !important;
  }
  #header .header-menu .sub-menu .company_after > a {
    display: none !important;
  }
  /*****Footer*******/
  footer .footer-map,
  footer .inquiry-content {
    display: none;
  }
  .footer-form .form-content {
    border: none;
    width: 100%;
    padding: 32px;
  }
  footer .copyright:before {
    left: 32px;
    width: calc(100% - 64px);
  }
  .wp-mega-toggle-block {
    display: none;
  }
  .footer-form .contact-content {
    padding: 48px 32px;
    width: 100%;
  }
  .great-place-work-logo .goodfirm-icon {
    margin-top: -13px;
  }
  .our-mobile-app-solution h2.section-title {
    margin-bottom: 32px;
  }
  .footer-menu .col-12 {
    margin: 16px 0;
  }
  .footer-menu .container ul#menu-footer-menu {
    justify-content: flex-start;
  }
  .footer-menu .container ul#menu-footer-menu > li {
    width: calc(100% / 3 - 8px) !important;
  }
  .footer-menu .container ul#menu-footer-menu .Footer-menu-heading {
    padding: 1rem 0;
  }
  .cookie-container {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  .math-footer-captcha .wpcf7-form-control-wrap .wpcf7-quiz-label {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .footer-menu .container h3 {
    margin: 1.5rem 0 0 0;
  }
  .cookies {
    flex-wrap: wrap;
    text-align: center;
  }
  #cookies {
    padding: 1rem;
  }
  .cookies button {
    width: 100%;
    max-width: 150px;
    margin: auto;
  }
  #header .header-menu .services-menu > .sub-menu {
    margin-left: 0 !important;
    min-width: auto !important;
  }

  /***Services****/
  #header .header-menu .services-menu .menu-service-title {
    padding: 0;
  }
  #header .header-menu .services-menu .menu-service-title > a {
    display: none;
  }
  .header-right-content {
    gap: 180px;
  }
  header {
    position:sticky;
    z-index: 1000;
  }
}

@media (max-width: 768px) {
  .header-menu {
    padding: 0 12px !important;
  }
  footer .footer-bottom .useful-links {
    justify-content: center;
    margin-top: 0.75rem;
  }
  footer .footer-bottom .useful-links a {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .footer-menu .container ul#menu-footer-menu > li {
    width: calc(100% / 2 - 8px) !important;
  }
  .footer-menu
    .container
    ul#menu-footer-menu
    > li.Footer-menu-heading.tech-menu {
    width: 100% !important;
  }
  .footer-menu .container {
    padding-bottom: 32px !important;
  }
  .error-box svg {
    max-width: 60px;
    height: 120px;
  }
  .error-section .error-content span {
    font-size: 36px;
    line-height: 44px;
  }
  .footer-contact-social {
    flex-direction: column;
    align-items: start;
    margin-top: 1rem;
  }
  .footer-form .form-content {
    margin-bottom: 0;
  }
  .footer-contact-social .social-icon {
    margin-top: 3rem;
  }
  .search-group .form-control {
    height: 50px !important;
    font-size: 16px !important;
  }
  .search-group span {
    left: 16px;
    top: calc(50% - 12px);
  }
  .search-group #clearButton {
    right: 12px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .search-group #clearButton-2 {
    top: calc(50% - 12px);
    margin-top: 0 !important;
    right: 16px;
  }
  .search-group #clearButton svg,
  .search-group #clearButton-2 svg {
    width: 14px;
  }
  #popupSearch .modal-dialog {
    padding: 8px;
  }
  #popupSearch .modal-body {
    padding: 16px;
  }
  .search-group span svg {
    width: 24px;
    height: 24px;
  }
  .search-group .form-control {
    padding: 12px 50px;
  }

  .search-result-item a img {
    width: 100px;
    height: 70px;
  }
  .search-result-meta {
    display: none;
  }
  .search-result-item a h4 {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    -webkit-line-clamp: 2;
  }
  .search-result-item a p.search-result-type {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 0 !important;
  }
  .global-search-section {
    right: 12px;
    bottom: 12px;
  }
  .global-search-section input,
  .global-search-section input::placeholder {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .search-container2 {
    top: 60px;
  }
  .global-search-section .search-btn {
    font-size: 16px;
    line-height: 24px;
    height: 50px;
    min-width: 150px;
    padding: 8px 16px;
  }
  .global-search-section .search-btn svg {
    width: 16px;
  }
  .search-group input::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

@media (max-width: 576px) {
  .footer-form .contact-content {
    padding: 40px 20px;
  }
  footer .copyright:before {
    left: 16px;
    width: calc(100% - 32px);
  }
  .footer-form .contact-content .btn-default {
    margin-top: 1rem;
    padding-top: 10px !important;
    display: inline-flex !important;
    align-items: center;
  }
  .footer-form .contact-content hr {
    margin: 1rem 0rem;
  }
  #header .header-menu .logo img {
    max-width: 130px;
  }
  .great-place-work-logo .goodfirm-icon,
  .great-place-work-logo .great-place-work {
    width: 50px;
    margin-right: 6px;
  }
  .great-place-work-logo {
    right: 30px;
  }
  .footer-form .form-content form {
    padding-top: 1rem;
  }
  .microsoft-partner {
    margin-top: -15px;
    margin-right: 8px;
  }
  header {
    padding: 0.75rem 0rem;
  }
  footer {
    background-image: linear-gradient(
      180deg,
      var(--light-color) 0%,
      var(--light-color) 15%,
      var(--dark-color) 15%,
      var(--dark-color) 100%
    );
  }
  .footer-menu .container ul#menu-footer-menu .Footer-menu-heading > a {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .footer-menu .container ul {
    padding-top: 0.5rem;
  }
  .header-right-content {
    gap: 170px;
  }
  .global-search-section .global-search-input {
    width: 96%;
  }
  .footer-form h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .footer-form .form-content {
    padding: 40px 20px;
  }
  .footer-form .wpcf7-form .form-group,
  .footer-form .math-footer-captcha p {
    width: 100%;
  }
  .footer-form .form-content .wpcf7-form .form-submit {
    flex-wrap: wrap;
  }
  .footer-menu h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 400px) {
  .sidebar {
    width: 100%;
    right: -400px;
    transition: all 0.5s ease;
  }
  .blur-body:after {
    width: 0%;
    height: 0%;
  }
  .show-sidebar {
    right: 0px;
  }
  header {
    padding: 0.5rem 0rem;
  }
  .great-place-work-logo {
    top: -16px;
  }
  .great-place-work-logo .great-place-work {
    margin-top: 0px;
  }
  #header .header-menu .logo img {
    max-width: 120px;
  }
  .microsoft-partner {
    width: 80px;
    margin-top: 0px;
  }
  .great-place-work-logo .great-place-work {
    width: 36px;
    margin-right: 0;
  }
  .footer-form .form-content .wpcf7-form p .wpcf7-submit {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .footer-menu .container ul#menu-footer-menu > li {
    width: 100% !important;
  }
  .header-right-content {
    gap: 142px;
  }
}
@media (min-width: 991px) {
  .mobile-menu,
  .sidebar-toggle,
  .wpmegamenu-toggle {
    display: none !important;
  }
}
#header .header-menu #menu-page-menu > li.trending-menu > a {
  padding-left: 32px;
}
#header .header-menu #menu-page-menu > li.trending-menu > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  background-image: url(../../images/ai-menu.png);
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: scaleAnimation 2s infinite ease-in-out;
}
#header .header-menu #menu-page-menu > li.trending-menu:hover > a:after {
  display: none;
}
@keyframes scaleAnimation {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.95);
  }
}

.custom-search-form,
.global-search-section {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1150px) {
  #header .header-menu #menu-page-menu > li.trending-menu > a {
    padding-left: 24px;
  }
  #header .header-menu #menu-page-menu > li.trending-menu > a:before {
    width: 20px;
    height: 20px;
  }
  .header-menu {
    padding: 0 16px !important;
  }
  .header-contact-btn {
    padding-right: 150px;
  }
  .great-place-work-logo .great-place-work {
    width: 42px;
  }
  .great-place-work-logo {
    top: -10px;
  }
  #header .desktop-menu #menu-page-menu > li {
    padding: 1.25rem 0.35rem;
  }
}
