  /* font-family */
  @import url('https://fonts.googleapis.com/css2?family=Stylish&display=swap');
  /* testimonail font */
  @import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');

  /* body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
  } */
  body {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    color: #2e2e2e;
    font-weight: 400;
    word-spacing: 3px;
  }

  .text-gray {
    color: #b9a4a4 !important;
  }

  a.text-gray:hover {
    color: #000;
  }



  /* .container {
    max-width: 100%;
  } */

  /********** Template CSS **********/
  :root {
    --primary: #FE0000;
    --secondary: #243746;
    --light: #F6F4F9;
    --dark: #212125;
    --gray: #dcdcdceb
  }

  * {
    margin: 0;
    padding: 0;
  }

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

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


  .bg-gray {
    background: #dcdcdceb;
  }

  .section-bg {
    background: #f2f2f2bf;
  }

  .bg-dark {
    background: var(--dark);
  }

  .bg-primary {
    background: var(--primary) !important;
  }

  .bg-secondary {
    background: var(--secondary) !important;
  }

  .text-primary {
    color: var(--primary) !important;
  }

  .text-secondary {
    color: var(--secondary) !important;
  }

  .text-dark {
    color: var(--dark) !important;
  }

  a {
    text-decoration: none;
  }

  /* h6 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
  }

  h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
  }

  h3 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  h5 {
    font-size: 1.1rem;
    font-weight: 500;
  } */


  /* btn-primary */
  .btn-theme-dark {
    padding: 0rem 1rem;
    /* background: var(--primary); */
    border: 1px solid var(--dark);
    color: var(--dark);
    border-radius: 30px;
    transition: 0.3s linear;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
  }


  .btn-theme-dark::after {
    content: "";
    width: 0%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.7s all;
    background: var(--dark);
    color: var(--dark);
    border-radius: 30px;
    font-weight: 500;
  }

  .btn-theme-dark:hover::after {
    width: 100%;
  }

  .btn-theme-light {
    padding: 0rem 1rem;
    /* background: var(--primary); */
    border: 1px solid var(--light);
    color: var(--light);
    border-radius: 30px;
    transition: 0.3s linear;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
  }

  /* .btn-theme-light::after {
    content: "";
    width: 0%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.7s all;
    background: var(--light); 
    border-radius: 30px;
    font-weight: 500;

  } */

  .btn-theme-light:hover {
    background: #fff;
  }


  .btn-text {
    background-color: transparent;
    color: #070B0EE2;
    border-color: #070B0EE2;
    border-radius: 2px;
    transition: .3s all;
    font-size: 14px;
    padding: 5px 20px;
    text-transform: capitalize;
  }

  .btn-text:hover {
    background-color: #EF4023;
    border-color: #EF4023;
    color: #fff;
    transition: .3s all;
  }

  /* btn-secondary */
  .btn-theme-secondary {
    padding: 0.1rem 1rem;
    /* background: var(--secondary); */
    border: 2px solid var(--secondary);
    color: var(--dark);
    border-radius: 30px;
    transition: 0.3s linear;
    position: relative;
    overflow: hidden;
  }

  .btn-theme-secondary:hover {
    background: var(--secondary);
    color: #fff;
  }

  /* .btn-theme-secondary::after {
    content: "";
    width: 0%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.7s all;
    background: var(--secondary);
    color: var(--dark);
    border-radius: 30px;
    font-weight: 500;
    overflow: hidden;
  }

  .btn-theme-secondary:hover::after {
    width: 100%;
  } */



  /* MAIN-HEADER SECTION STYLE */
  .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
  }

  .navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    /* color: #fe0000  !important; */
    color: #000 !important;
    outline: none;
    transition: .5s;
  }

  .breadecrumb-div {
    background: #3ad4a575;
  }

  /* .breadcrumb-row {
    background-color: var(--primary) !important;
  }

  .breadcrumb-row .breadcrumb li a,
  .breadcrumb-row .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
  } */

  .breadcrumb {
    margin-bottom: 0 !important;
  }

  .breadcrumb li {
    margin-right: 0px;
    padding: 0.5rem 0;
    font-family: 'Poppins', sans-serif;
    ;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: .5s;
  }

  .breadcrumb li a {
    color: var(--dark);
  }

  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
    transition: 0.5s all;
  }

  .navbar-light .navbar-nav .nav-link::after {
    display: block;
    content: "";
    width: 0%;
    height: 2px;
    top: 5px;
    left: 0;
    background: var(--primary);
    position: relative;
    transition: 0.7s all;
  }

  .navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
  }

  .navbar-light .navbar-brand h1 {
    color: #FFFFFF;
  }

  .navbar-light .navbar-brand img {
    width: 140px;
    transition: .5s;
  }

  .sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
  }

  @media (max-width: 991.98px) {
    .sticky-top.navbar-light {
      position: relative;
      background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
      margin-top: 15px;
      border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
      padding: 10px 0;
      margin-left: 0;
      color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
      color: var(--primary);
    }

    /* .navbar-light .navbar-brand img {
      max-height: 45px;
    } */
  }

  @media (min-width: 992px) {
    .header {
      position: sticky;
      width: 100%;
      top: 0;
      left: 0;
      background-color: #f7f7f7;
      /* box-shadow: 0px -3px 25px #00000054; */
      backdrop-filter: blur(30px);
      z-index: 999;
      padding-top: 2px;
      padding-bottom: 2px;
    }

    .sticky-top.navbar-light {
      position: fixed;
      background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
      color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
      min-width: 9rem;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
      box-shadow: 0px 0px 7px 0px rgb(193 193 193 / 48%);
    }

    .navbar-light .btn {
      color: var(--light);
      background: #7a6dd6;
    }

    .sticky-top.navbar-light .btn {
      color: var(--dark);
      background: var(--secondary);
    }

    /* #home-slider .item{
      height: 392px;
    } */
  }


  /* FOOTER SECTION STYLE */
  .site-footer {
    background-color: #212125;
    padding: 35px 0px 15px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
  }

  .site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
  }

  .site-footer hr.small {
    margin: 20px 0
  }

  .site-footer h6 {
    /* color: #fff !important; */
    margin-top: 5px;
    font-size: 18px;
  }

  .footer-links {
    padding-left: 0;
    list-style: none;
    margin-top: 15px;
  }

  .footer-links li {
    display: block;
    margin-top: 5px;
  }

  .footer-links a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
  }

  .footer-links p {
    color: #fff;
    font-size: 13px;
  }

  .footer-links a:active,
  .footer-links a:focus,
  .footer-links a:hover {
    color: #f7f7f7;
    transition: 0.5s all;
    text-decoration: none;
  }

  .footer-links.inline li {
    display: inline-block
  }


  .site-footer .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #c1c1c1
  }

  .copyright-text {
    margin: 0;
    color: var(var(--light))
  }

  @media (max-width:991px) {
    .site-footer [class^=col-] {
      margin-bottom: 30px
    }

  }

  @media (max-width:767px) {
    .site-footer {
      padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
      text-align: center
    }

    .counter {
      flex-wrap: wrap !important;
      justify-content: center !important;
    }

    .counter .counter-div1,
    .projet-counter .counter-div1 {
      width: 45% !important;
    }

    .social-icons li.title {
      display: block;
      margin-right: 0;
      font-weight: 600
    }

  }

  .social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 15px;
  }

  .social-icons li {
    display: inline-block;
    margin-bottom: 8px
  }

  .social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
  }

  .social-icons a {
    color: var(--dark);
    font-size: 15px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
  }

  .social-icons a:active,
  .social-icons a:focus,
  .social-icons a:hover {
    color: #fff;
    background-color: #29aafe
  }

  .social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
  }

  .social-icons a.facebook:hover {
    background-color: #3b5998
  }

  .social-icons a.twitter:hover {
    background-color: #00aced
  }

  .social-icons a.linkedin:hover {
    background-color: #007bb6
  }

  .social-icons a.dribbble:hover {
    background-color: #ea4c89
  }




  section {
    padding: 2rem 0;
  }

  /* video section css */

  .video-container {
    display: flex;
    background: #fff;
    width: 100%;
    align-items: center;
    margin: -5px auto;
    transition: all .3s;
    position: relative;
  }

  #myVideo {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }

  .content-btn {
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 9;
  }

  .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 9;
  }

  #myBtn,
  #close-btn {
    background: var(--light);
    color: var(--dark);
    padding: 0.5rem;
    border: 0px;
  }

  /* service slider-home page */
  .owl-carousel {
    display: block;
  }

  .main-carousel .slide-item {
    width: 100%;
    height: 100%;
    padding: 50px 0px;
    position: relative;
  }



  .service-item {
    text-align: left;
    padding: 5px 15px 10px;
    border-radius: 5px !important;
    margin-bottom: 4px;
    border: 1px solid #efefef;
    transition: 0.3s all;
    box-shadow: rgb(99 99 99 / 14%) 0px 2px 8px 0px;
    /* box-shadow: inset -3px -3px 6px 0px #bebbbbab; */
    background: #ffffffbf;
  }

  .service-icon {
    /* padding-top: 10px; */
    color: #ff4040;
    font-size: 1.5rem;
    width: 80px;
    /* border: 1px solid #372323; */
    height: 80px;
    border-radius: 5px;
    text-align: center;
    /* line-height: 70px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-item h6 {
    padding-top: 0px;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    margin-top: 10px;
  }

  .sub-heading-card {
    padding-top: 0px;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 0px !important;
    margin-top: 10px;
  }

  /* Media Queries */
  @media screen and(min-width: 1160px) {
    .container.counter {
      display: flex;
      justify-content: space-between;
    }
  }

  @media screen and (min-width: 480px) {
    .counter {
      display: flex;
      justify-content: space-between;
    }
  }

  /* Counter Styles */
  .counter-div .number {
    color: #000;
  }

  .project-div {
    background: #4b3f9e;
  }

  .counter .counter-div1,
  .projet-counter .counter-div1 {
    border-right: 2px solid #ffffffb8;
    width: 100%;
  }

  .counter .counter-div1:nth-child(5) {
    border-right: none !important;
  }

  /* Service Item Styles */
  .service-item p {
    text-align: left;
    margin: 0px auto !important;
  }


  /* .service-item:hover {
    transition: 0.3s all;
    box-shadow: inset 2px 4px 6px 0px #9a9191;
    background: #fff;
  } */

  @media (min-width: 600px) {
    .service-item {
      min-height: 100%;
    }
  }

  .owl-nav {
    display: flex;
    justify-content: center;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    /* position: absolute;
    transform: translateY(-50%); */
    background: #ebebeb !important;
    color: #fff;
    border-radius: 0;
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .owl-nav .owl-prev {
    left: 46% !important;
  }

  .owl-nav .owl-next {
    right: 46% !important;
  }


  /* HOME ABOUT STYLE */

  .inner-bg .banner-caption {
    height: calc(100% - 72px);
    width: 70%;
    max-width: 550px;
    background: linear-gradient(260deg, #243746D4 0%, #243746CC 100%);
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: end;
    flex-direction: column;
  }

  .inner-bg h1 {
    font-weight: 600;
    font-size: 70px;
    margin-bottom: 20px;
    /* text-transform: capitalize; */
  }

  .inner-bg p {
    font-size: 15px;
  }

  .gallery {
    --g: 6px;
    /* the gap */

    display: grid;
    width: 100%;
    /* the size */
    aspect-ratio: 1.5;
    grid: auto-flow 1fr/repeat(3, 1fr);
    gap: var(--g);
  }

  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: .5s
  }

  .gallery img:hover {
    transform: scale(1.05);
  }

  .gallery img:nth-child(2) {
    grid-area: 1/2/span 2/span 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--g)/4) 100%, 0 calc(50% - var(--g)/4))
  }

  .gallery img:nth-child(3) {
    grid-area: 2/1/span 2/span 2;
    clip-path: polygon(0 0, calc(50% - var(--g)/4) 0, 100% calc(50% + var(--g)/4), 100% 100%, 0 100%);
  }

  .counter-div {
    text-align: center;
    padding: 1rem 0.5rem;
    /* border: 1px solid #dee2e6; */
    /* box-shadow: inset 2px 4px 10px 0px rgba(0, 0, 0, .125); */
    color: var(--dark);
  }

  .counter-div img {
    width: 55px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(6183%) hue-rotate(357deg) brightness(90%) contrast(125%);
  }



  .number span {
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;
    margin: 0px;
  }

  /* 
  .title {
    color: #41464b;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    position: relative;
  } */

  .title h4 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    /* padding: 10px; */
    transition: all 0.3s ease-in-out;
    /* text-shadow: 2px 2px 0 #bdbdbd; */
    /* Pseudo element for the underline */
    /* Styling on hover for the section heading */
  }

  /* 
  .title h4::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 90px;
    background-color: #9ed7f8;
    transition: all 0.3s ease-in-out;
  } */

  /* 
  .title h4:hover::before {
    bottom: 0;
    height: 3px;
    width: 80%;
    ;
  } */

  /* .title h4 {
    display: inline-block;
  } */

  /* .title h4::first-letter {
    color: var(--primary);
    font-size: 2.5rem;
  } */


  .about-head {
    font-weight: 500;
    color: #41464b;
    font-size: 1.3rem;
  }

  .content {
    text-align: justify;
    padding-right: 2rem;
  }

  /*	 BX-SLIDER 	*/
  /****************/
  .domain {
    background: #f2f2f2bf;
  }


  .domain-card {
    margin-bottom: 1.5rem;
  }

  .domain-card .card img {
    aspect-ratio: 8/5;
    object-fit: cover;
  }

  /* .domain-card .card:hover img {
    margin-top: -30px;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 8px 0px #d6d6d6 !important;
  } */

  .domain-card p {
    text-align: left !important;
    flex-grow: 1;
  }

  .domain-card .card-body a {
    margin-top: auto !important;
    width: fit-content;
  }

  /* testimonial */
  .shadow-effect {
    background: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
  }

  #customers-testimonials .shadow-effect p {
    margin: 5px 0 10px 0;
    color: var(--dark);
    font-family: 'kalam';
  }

  #customers-testimonials .item {
    text-align: justify;
    margin-bottom: 50px;
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
  }

  .shadow-effect img {
    transform-style: preserve-3d;
    max-width: 120px;
    border-radius: 50%;
    margin: 0 auto 10px;
  }

  span.person-position {
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }

  #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
  #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--light);
    border-radius: 50%;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
  }

  #customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  #customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
  }

  #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #d6d6d6;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
  }

  .shadow-effect p {
    text-align: justify !important;
  }

  .testimonials {
    background-size: cover;
    background-image: url(../images/testimonial2.JPG);
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
  }

  /* .about-section-counter {
    background-size: cover;
    background-image: url(../images/counter-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
  } */


  .testimonials-overlay {
    background: #00000096;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }



  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-250px * 7))
    }
  }

  .service-slider-home,
  .Value-Proposition {
    background: #f2f2f2bf;
  }

  .slider-partners {
    /* height: 100px; */
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 30px 0;
  }

  .slide-track {
    align-items: baseline;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }

  .slide {
    /* height: 50px;
    width: 150px; */
    margin-left: 15px;
  }


  .inner-heading {
    /* display: inline-block; */
    /* margin: auto; */
    padding-top: 8rem;
    width: 100%;
    color: #fff;
    text-align: center;
    align-items: center;
    /* display: flex; */
  }

  .inner-tab .nav-item button {
    background: transparent;
    border: none;
    /* border-bottom: 2px solid var(--secondary); */
    color: #3ad4a5;
    font-size: 15px;
    font-weight: 500;
    padding: 0.4rem;
  }

  .inner-tab .active {
    border-bottom: 1px solid var(--secondary) !important;

    &:hover {
      border-color: transparent;
      background: var(--secondary);
      color: var(--light);
    }
  }

  .card-text,
  .card-title {
    color: var(--dark);
  }

  .inner-tab .nav-item {
    margin-right: 1.5rem;
  }

  .tab-content {
    margin-bottom: 5rem;
  }

  * {
    /* Global Clip-Path Prefixer */
    --clip-path: initial;
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
  }

  .ict-counter {
    /* --cell-size: 12vmin; */
    display: grid;
    grid: var(--cell-size) / repeat(6, var(--cell-size));
    grid-gap: 1.5vmin;
  }

  .ict-counter-item {
    --area: var(--row, 1) / var(--col, 1) / span 2 / span 2;
    grid-area: var(--area);
    --clip-path:
      polygon(0% 50%,
        50% 0%,
        100% 50%,
        50% 100%);
    backface-visibility: hidden;
    animation: r .8s calc(var(--i) * .1s + 1s) both cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .ict-counter-item:nth-child(2) {
    --row: 2;
    --col: 2;
  }

  .ict-counter-item:nth-child(3) {
    --col: 3;
  }

  .ict-counter-item:nth-child(4) {
    --row: 2;
    --col: 4;
  }

  .ict-counter-item:nth-child(5) {
    --col: 5;
  }

  .ict-counter-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }


  @keyframes r {
    from {
      opacity: 0;
      transform:
        perspective(1000px) rotateY(-90deg) rotateZ(-45deg);
    }
  }

  .domain-banner-img {
    background-image: url(/indev-consultancyv2/images/inner/health-bg.jpg);
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
  }

  .domain-inner-heading {
    background: #00000091;
    color: #fff;
    height: 290px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 103px;
    bottom: 0;
    width: 30%;
    right: 0;
  }


  .domain-grid {
    display: grid;
    grid-template-rows:
      repeat(4, 110px);
    grid-template-columns:
      repeat(3, 1fr);
    grid-gap: 7px;
  }

  .domain-grid-item:nth-child(1) {
    grid-row: 1 / 4;
  }

  .domain-grid-item:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
  }

  .domain-grid-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 3 / 5;
  }

  .domain-grid-item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .domain-grid-item:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }

  /* styling code */

  .domain-grid {
    max-width: 1000px;
  }

  .domain-grid>.domain-grid-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .domain-solution {
    background: #ffffff;
    box-shadow: 0px 4px 5px 0px #dfdfdf;
    border-radius: 0px;
    border: 1px solid #cccccc40;
    padding: 0.3rem;
  }

  .sub-title h5 {
    color: #41464b;
    font-weight: 700;
    font-size: 1.3rem;
    position: relative;
    margin-bottom: 0.5rem;
  }

  .join-us {
    background-image: url(/indev-consultancyv2/images/bg2.jpg);
    background-size: cover;
    color: var(--dark);
    background-position: center;
    position: relative;
  }

  .join-us p {
    font-size: 13px;
  }

  .privacy p,
  .copyright-text {
    font-size: 14px;
  }

  /* team style */
  .image-flip {
    margin-bottom: 10px;
  }

  .image-flip:hover .backside,
  .image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: 1rem;
  }

  .image-flip:hover .frontside,
  .image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
  }

  .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    border-radius: 0.5rem;
    box-shadow: 1px 2px 5px 0px rgb(223 223 223)
  }

  .backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 2px 2px 5px 0px rgb(223 223 223);
    -moz-box-shadow: 2px 2px 5px 0px rgb(223 223 223);
    box-shadow: 2px 2px 5px 0px rgb(223 223 223)
  }

  .frontside,
  .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
  }

  .frontside .card,
  .backside .card {
    min-height: 200px;
  }


  .frontside .card .card-title,
  .backside .card .card-title {
    color: var(--dark) !important;
  }

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


  .mainflip>div {
    border: 1px solid rgba(0, 0, 0, .125);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mainflip>div .card {
    border: none;
  }

  .frontside .card .card-body img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .teamGrid {
    justify-content: center !important;
  }

  .inner-bg {
    position: relative;
  }

  .inner-bg img,
  .inner-bg video {
    height: calc(100vh - 260px);
    object-fit: cover;
    width: 100%;
  }

  .inner-bg-heading {
    background: #00000045;
    color: #fff;
    justify-content: center;
    align-items: end;
    display: flex;
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 100%;
    right: 0;
    padding-bottom: 5%;
  }

  @media(max-width :360px) {
    .inner-bg-heading h1 {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 0px !important;
    }
  }

  .Services-main-div .card-body p {
    text-align: justify;
  }

  .Services-main-div .card-body img {
    height: 90px;
    margin-bottom: 5px;
  }

  .domain-card .card-body {
    min-height: 210px;
    display: flex;
    flex-direction: column;
  }

  .value-proposition li {
    display: flex;
  }

  .project-tab .nav-item .nav-link {
    border: 2px solid #fff;
    background: none;
    color: #2e1e9b;
    border-bottom: 1px solid;
    font-weight: 500;
    transition: 0.3s all;
    display: block;
    width: 100%;
  }

  .project-tab .nav-item {
    flex: 1;
  }

  .project-tab .nav-item .nav-link.active,
  .project-tab .nav-item .nav-link:hover {
    background: #f1f1f18a;
    color: #2e1e9b;
    border-bottom: 1px solid;
    box-shadow: none;
    transition: 0.3s all;
  }


  .partners .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }

  .gallery-card {
    padding: 10px 10px 0;
    box-shadow: 0px 0px 7px 1px #dadada;
    border-radius: 5px;
    position: relative;
    margin: 10px auto;
  }

  .gallery-card .image img {
    border-radius: 5px;
    position: relative;
    transition: all 0.3s linear;
  }

  .gallery-card .image:nth-child(2) {
    transform: rotate(5deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s linear;
  }

  .gallery-card:hover.gallery-card .image:nth-child(2) {
    opacity: 1;
    transition: all 0.3s linear;
  }

  .gallery-card:hover.gallery-card .image img {
    transform: scale(1.05);
    transition: all 0.3s linear;
  }

  .contact-form {
    margin-top: 0.5rem;
  }

  .contact-form .form-control {
    border: none;
    font-size: 13px;
    border: 1px solid #00000045;
    min-height: 37px;
    ;
  }

  .form-label {
    font-size: 15px;
    margin-bottom: 0;
  }

  .contact-map {
    margin-top: 40px;
  }

  .contact-details {
    list-style: none;
    padding: 10px 10px 0;
    margin: 0px;
  }

  .contact-details li {
    margin-top: 5px;
  }

  .contact-details li a {
    color: var(--dark);
    font-weight: 500;
  }

  .contact-row {
    background: #ffffff99;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 3px #e6e6e68c;
  }

  .queries p,
  .head p {
    color: #a6a3a3;
  }

  .head {
    margin-top: 10px;
  }

  /* @media (min-width: 576px) {
    .modal-dialog {
      max-width: 600px;
      margin: 1.75rem auto;
    }
  } */

  .modal-content {
    box-shadow: 0px 0px 15px 0px #2b2b2b;
    background: #f1f0f0;
    padding: 1.5rem;
    border-radius: 5px;
  }

  .modal-header {
    padding: 0 0 0.5rem;
  }

  .card.Services-main-div {
    background: #f4f4f456;
    min-height: 325px;
    box-shadow: 0px 3px 5px 0px #d9d9d9;
  }

  .approach,
  .expertise,
  .Custom-solution {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 3px 3px 0px #d8d8d8;
    min-height: 245px;
    text-align: justify;
  }

  .Proposition-content-r,
  .Proposition-content-l {
    background: #fff;
    padding: 1rem 1.2rem;
  }

  .Proposition-content-r {
    border-radius: 0px 10px 10px 0;
    box-shadow: inset 5px 0px 0px 0px #cbcbcb, 0px 2px 5px 0px #cbcbcb;
  }

  .Proposition-content-l {
    border-radius: 10px 0 0 10px;
    box-shadow: inset -5px 0px 0px 0px #cbcbcb, 0px 2px 5px 0px #cbcbcb;
  }


  .ivrs-content .ivrs-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff7d;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 0.1);
  }

  .ivrs-content .ivrs-list:nth-child(even) {
    flex-direction: row-reverse;
    background: #f6f6f6;
    margin-right: -2rem;
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }


  .ivrs-iot {
    background: #dfdfdf42;
    color: #212125;
    border-radius: 50%;
    font-size: 3rem;
    padding: 0.3rem 0.9rem;
  }

  .key-feature {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 3px 3px 0px #ccc;
    height: 100%;
  }

  .service-icon1 {
    position: relative;
    max-width: 100%;
    transition: all 0.5s linear;

  }

  .service-icon1 img {
    filter: grayscale(1);
  }

  .service-icon1 img.hover-show {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.7s linear;
    filter: grayscale(1);

  }

  .service-item-new .service-icon img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(6183%) hue-rotate(357deg) brightness(90%) contrast(125%);
  }

  .service-item:hover img.hover-show {
    opacity: 1;
  }

  .service-item:hover img.hover-hide {
    opacity: 0;
  }

  /* home slider1 */

  .home-slider {
    position: relative;
  }

  .home-slider .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 30px;
    /* margin-top: 10px; */
  }

  .home-slider .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #f6f4f94d;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

  .home-slider .owl-theme .owl-dots .owl-dot.active span,
  .home-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--light);
  }

  /* home slider2 */

  .home-slider1 {
    position: relative;
  }

  .home-slider1 img,
  .home-slider1 video {
    height: calc(100vh - 260px);
    object-fit: cover;
    width: 100%;
  }

  .home-slider1 .owl-theme .owl-dots .owl-dot span {
    border-radius: 0 !important;
  }

  .home-slider1 .owl-theme .owl-nav.disabled+.owl-dots {
    display: inline-grid;
    position: absolute;
    bottom: 25%;
    right: 30px;
  }

  .home-slider1 .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #ffffffa3;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50% !important;
  }

  .home-slider1 .owl-theme .owl-dots .owl-dot.active span,
  .home-slider1 .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--light);
  }




  .web-development .card {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .web-design-re-design .card {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .laravel-development .card {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .responsive-website .card {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

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

  .span-01 {
    background-color: #bfbbbb;
    border-radius: 50%;
    color: white;
    margin-right: 0.4rem;
    padding: 0.5rem;
  }

  .card-content h4 {
    margin-bottom: 10px;
    position: relative;
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 500;
  }

  .col-md-8 h2 {
    margin-bottom: 10px;
    position: relative;
    color: #1e1e1e;
    font-size: 34px;
    font-weight: 500;
  }


  .field-set-card .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
  }

  .services-card .row .col-md-4 .card {
    position: relative;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    flex-direction: column;
    min-width: 0;
    height: 200px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
  }

  @media (max-width:370px) {
    .services-card .row .col-md-4 .card {
      position: relative;
      display: flex;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      flex-direction: column;
      min-width: 0;
      height: 230px;
      overflow-y: scroll;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, .125);
      border-radius: 0.25rem;
    }

  }

  /* contact us */
  .bg_ghostWhite {
    background-color: #F8F8F9 !important;
  }

  .contact-way {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-way .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    background-color: #fe0000;
    border-radius: 50%;
    font-size: 30px;
  }

  .contact-way .caption {
    display: inline-block;
    width: calc(100% - 100px);
    padding-left: 7px;
    color: #434343;
    line-height: 1.5;
  }

  .contact-way .caption a,
  .contact-way .caption p {
    color: #434343 !important;
    font-size: 13px
  }

  .contact-card {
    padding: 24px 0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .Branch-Office {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .contact-card:last-child,
  .Branch-Office:last-child {
    border: none;
  }

  /* contact form */


  .form {
    width: 100%;
    z-index: 1000;
    overflow: hidden;
  }


  form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }

  .title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
  }

  .input-container {
    position: relative;
    margin: 1rem 0;
  }

  .contact-input {
    width: 100%;
    outline: none;
    border: 1px solid #CBCBCB;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
  }

  textarea.contact-input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
  }

  .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
    z-index: 1000;
    text-transform: uppercase;
    transition: 0.5s;
  }

  .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
  }


  .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
  }

  .input-container span:before,
  .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
  }

  .input-container span:before {
    left: 50%;
  }

  .input-container span:after {
    right: 50%;
  }

  .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
  }

  .input-container.focus span:before,
  .input-container.focus span:after {
    width: 50%;
    opacity: 1;
  }

  .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
  }

  .contact-info .title {
    color: #1abc9c;
  }

  .text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
  }


  .contact-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #070B0EE2;
    font-weight: 300;
    text-transform: uppercase;
  }

  .contact-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 4px;
    width: 30px;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fe0000;
  }

  .contact-btn {
    background-color: transparent;
    color: #070B0EE2;
    border-color: #070B0EE2;
    border-radius: 0;
    transition: .3s all;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px;
  }

  .contact-btn i {
    transform: rotate(-45deg);
  }

  .contact-btn:hover {
    background-color: #EF4023;
    border-color: #EF4023;
    color: #fff;
    transition: .3s all;
  }

  .contact-btn:hover>i {
    transform: rotate(0deg);
  }

  .contact-form-page {
    position: relative;
  }

  @media screen and (max-width: 991px) {
    .btn>i {
      font-size: 15px;
    }
  }

  .contact-form img {
    bottom: 20px;
    position: absolute;
    left: -10%;
    z-index: -99;
    opacity: 0.7;
  }

  #partners .owl-item img {
    height: 100px;
    width: auto;
    aspect-ratio: 7/4;
    object-fit: contain;
  }

  .pdf-btn-wrap {
    width: 50px;
    height: 50px;
    position: relative;
  }

  .pdf-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #184E7D;
    /* border-radius: 26px; */
    white-space: nowrap;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    color: #184E7D;
    transition: all ease 0.3s;
    cursor: pointer;
  }

  .pdf-btn:hover {
    width: auto;
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }

  .pdf-btn>span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    display: none;
    text-transform: uppercase;
  }

  .pdf-btn:hover>span {
    display: inline-block;
  }


  /* project style */
  .project-img {
    height: 100%;
    width: 100%;
    background: #f6f6f6;
    /* box-shadow: 0px 3px 25px #EF40232B; */
    border-radius: 6px;
    border: 8px solid #F8F8F9;
  }

  /* .project-img img {
    aspect-ratio: 7/6;
    object-fit: cover;
    width: 100%;
  } */

  .project-img img {
    /* aspect-ratio: 7/4;
    object-fit: cover; */
    width: 100%;
    /* height: 100%; */
  }

  .project-content {
    background: #f6f6f6 !important;
    padding: 30px;
    height: 100%;
  }

  .key-points {
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #070B0E2E;
    text-transform: uppercase;
    font-size: 14px;
  }

  .impact-number span {
    font-size: 25px;
    font-weight: 600;
    display: block;
  }

  .impact-number {
    font-size: 14px;
  }

  @media screen and (max-width: 991px) {
    .impact-number span {
      font-size: 18px;
    }
  }

  i.fa-solid.fa-diamond {
    font-size: 11px;
    color: var(--primary);
    padding-right: 5px;
  }

  .project-list-point li {
    display: flex;
    align-items: center;
  }

  .fw-medium {
    font-weight: 500;
  }

  .radius-20 {
    border-radius: 20px;
  }


  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    top: auto;
    margin-top: 0;
    border: 1px solid #212125;
    margin: 0 20px;
    background-image: none;
    text-align: center;
    color: #212125;
    transition: .3s all;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 700;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    border: 1px solid #FF4612;
    color: #fff !important;
    background-color: #FF4612;
    transition: .3s all;
  }

  .swiper-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 5;
    text-align: center;
  }


  /*--------tab------------*/
  .category-lists-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #catgory-slider .swiper-slide {
    width: auto;
    margin: 25px 5px 40px;
  }

  .category-button {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #212125;
    background-color: #fff;
    color: #212125;
    padding: 8px 28px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    transition: .3s all;
    user-select: none;
  }

  .category-button.active {
    background-color: #fe0000;
    color: #fff;
    border: 2px solid #fe0000;
  }

  .category-button:hover.active {
    color: #fff !important;
  }

  .category-button:hover {
    border: 2px solid #fe0000;
    color: #fe0000;
    transition: all;
  }

  .data-text {
    display: none;
  }

  .data-text.active {
    display: block;
  }

  .data-text h6 {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 8px;
    font-weight: 700;
  }


  .data-text p {
    font-size: 14px;
    margin-bottom: 1.7rem;
  }

  .text-justify {
    text-align: justify;
  }



  @media (max-width: 575px) {

    .counter .counter-div1,
    .projet-counter .counter-div1 {
      width: 100% !important;
    }

    .category-lists-slider {
      margin-top: 40px;
    }

    .category-button {
      font-size: 12px;
      padding: 4px 14px;
    }

    .slider-button {
      top: -40px;
    }

    .slider-button.slider-prev {
      left: inherit;
      right: 32px;
    }

    .slider-button.slider-next {
      right: 0;
    }
  }

  .table>:not(:first-child) {
    border: none;
  }

  .job-list table thead tr {
    background-color: transparent;
    border-color: #fff;
  }

  .job-list table th {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
    color: #373737;
  }

  .job-list table th label {
    font-size: 15px;
    color: #070B0EE2;
  }

  .job-list table tr {
    background-color: #F8F8F8;
    padding: 10px;
  }

  .job-list table td {
    border-bottom: 10px solid #fff;
    padding: 30px 15px;
    vertical-align: middle;
  }

  .job-list table th,
  .job-list table td {
    padding: 15px;
    text-align: left;
    color: #373737;
    font-size: 15px;
  }

  .job-list table td a {
    color: #373737;
  }

  .job-list table tbody tr:hover {
    background-color: #e2e2e2;
  }

  @media screen and (max-width: 640px) {
    .job-list>.table {
      margin-bottom: 0;
      background-color: transparent;
    }

    .job-list>.table>thead,
    .job-list>.table>tfoot {
      display: none;
    }

    .job-list>.table>tbody {
      display: block;
    }

    .job-list>.table>tbody>tr {
      display: block;
      border: 1px solid #f8f8f8;
      border-radius: 2px;
      margin-bottom: 1.6rem;
    }

    .job-list>.table>tbody>tr>td {
      background-color: #f8f8f8;
      display: block;
      vertical-align: middle;
      text-align: right;
      border-bottom: 1px solid #e1e5e9;
      font-size: 14px;
      padding: 15px;
    }

    .job-list>.table>tbody>tr>td[data-title]:before {
      content: attr(data-title);
      float: left;
      font-size: inherit;
      font-weight: bold;
      color: var(--dark);
    }

    .job-list table tbody>tr>td:last-child {
      border-bottom: none;
    }


  }

  /* sector details  */


  .audio-downlode {
    width: 3rem;
    height: 3rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #f1f3f4;
    color: #000;
    transition: 0.5s all ease-in-out;
    /* box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 8px; */
  }

  .audio-downlode:hover {
    color: #fff;
    background-color: var(--primary);
  }

  .innner-banner .h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
  }

  .z-1 {
    z-index: 1;
  }

  .z-2 {
    z-index: 2;
  }

  .inner-banner-details {
    background: #00000061;
  }

  .poitns {
    padding: 0px;
  }

  .poitns li {
    padding: 15px;
    list-style: none;
    /* background-color: var(--secondary); */
    border: 2px solid #ccc;
    /* color: #fff; */
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
  }

  .poitns li img {
    display: none;
    width: 50px;

  }


  .our-impact-bg {
    background: linear-gradient(84deg, #243746FA 0%, #070B0ED9 100%), url(https://www.piramalfoundation.org/Assets/images/our-impact-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 60vh;
    width: 100%;
    background-attachment: fixed;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .commitment-header {
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 400;
  }

  .icon-style {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: auto;
    background-color: #F6F3F8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .icon-style img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(6183%) hue-rotate(357deg) brightness(90%) contrast(125%);
  }

  .btn-linkedin {
    background-color: #0a66c2;
  }

  .btn-instagram {
    border: 0;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);

  }

  .btn-facebook {
    background-color: #0866ff;
  }

  .btn-twitter {
    background-color: #000000;
  }

  /* .sub-head {
    font-family: emoji;
    font-size: 17px !important;
  } */

  .sector-testimonial {
    background: linear-gradient(84deg, #243746FA 0%, #070B0ED9 100%), url(../images/Nutrition.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 30px 60px;
  }



  @media screen and (max-width: 1500px) {
    .quotation-marks {
      font-size: 20px;
      padding: 20px 40px 10px 40px;
    }
  }

  .quotation-marks {
    position: relative;
    padding: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .quotation-marks::before {
    font-family: "Font Awesome 6 Free";
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 1px;
    color: #EF4023;
    font-size: 45px;
  }

  .quotation-marks::after {
    font-family: "Font Awesome 6 Free";
    content: "\f10e";
    position: absolute;
    bottom: 0;
    right: 1px;
    color: #EF4023;
    font-size: 45px;
  }

  @media screen and (max-width: 767px) {
    .quotation-marks {
      font-size: 14px;
      padding: 25px;
    }
  }

  @media screen and (max-width: 767px) {

    .quotation-marks::before,
    .quotation-marks::after {
      font-size: 30px;
    }
  }

  @media screen and (max-width: 767px) {
    .sector-testimonial {
      padding: 30px 20px;
    }

    .technology-bg,
    .comunication-bg {
      padding: 1rem;
    }
  }

  .testimonial-from {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
  }

  .testimonial-from p:first-child {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .technology-bg,
  .comunication-bg {
    background: var(--light) !important;
    padding: 3rem 3rem 0;
    height: 100%;
    margin-top: 2rem;
  }

  .technology-bg h4,
  .comunication-bg h4 {
    font-weight: 600;
    color: #243746;
    text-transform: uppercase;
    font-size: 18px;
  }

  .border-list li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    list-style: none;
  }

  .border-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 8px);
    width: 5px;
    background-color: #EF4023;
  }

  .impact-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.64)
  }

  .testimonial-swiper .swiper-button-next,
  .testimonial-swiper .swiper-button-prev {
    border: 1px solid #fff;
    color: #fff;
  }

  .testimonial-swiper .swiper-btn {
    bottom: 10px;
  }

  .main-slider-div {
    background: linear-gradient(94deg, #000000, #24374600 100%);
  }



  @media (min-width: 1200px) {
    .main-slider-div .container h1 {
      font-size: 3.5rem;
    }

    .main-slider .container h1 {
      font-size: 3.5rem;
    }
  }

  .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }

  .header .nav-item.dropdown {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
  }

  .header .nav-item.dropdown::before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }

  .visibility-hidden {
    visibility: hidden;
  }

  #join-us-from label {
    font-size: 14px;
  }

  #join-us-from .contact-input {
    padding: 0.4rem 1.2rem;
  }

  .point-list {
    /* border: 2px solid var(--primary); */
    color: #000 !important;
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 50rem;
    text-decoration: none;
    margin-bottom: 10px;
    /* padding: 5px 5px; */
    transition: 0.5s all ease-in-out;
  }

  .point-icon {
    min-width: 55px;
    max-width: 55px;
    /* background-color: var(--primary); */
    border-radius: 50%;
    display: block;
    margin-right: 5px;
    /* padding: 10px; */

  }

  .assignment-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  /* .point-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(110deg) brightness(106%) contrast(101%);
  } */

  .s-no {
    min-width: 30px !important;
  }

  .odk-item {
    /* border: 2px solid #efefef; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .odk-item-icon {
    background: #f8f9fa;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 10px;
  }


  /* /////////////////////// UPADETED DESIGN CSS STARTS FROM HERE //////////////////////////// */

  /* project new page style */
  .project-page-tab .nav-pills .nav-link {
    text-align: left;
    color: var(--dark);
    background: var(--light);
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    border: 1px solid #ebebebc2;
    margin-top: 5px;
    box-shadow: inset 7px 6px 6px -3px #dcdcdcc7;
  }

  .project-page-tab .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link,
  .project-page-tab .nav-pills .nav-link.active,
  .nav-pills .nav-link:hover {
    color: #ffffff;
    background-color: #ff0000;
    box-shadow: 3px 3px 5px -3px #656162a6;
  }

  .projects-card {
    border-radius: 10px;
    box-shadow: 0px 11px 15px -10px rgba(0, 38, 255, 0.205);
    padding: 10px;
    background-color: #ecf0ff;
    height: 100%;
  }

  .projects-card .inner {
    align-items: center;
    padding: 13px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    height: 100%;
  }

  .projects-card .inner p {
    font-size: 13px;
    /* text-align: justify; */
  }

  .project-page-tab .tab-content {
    height: 500px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0px;
  }

  ::-webkit-scrollbar {
    width: 10px;
    border-radius: 20px;
  }

  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ccc, #ffcbcb);
    border-radius: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #ecf0f1;
  }

  @media screen and (max-width: 992px) {

    .inner-bg img,
    .inner-bg video {
      height: calc(70vh - 260px) !important;
    }

    .inner-bg .banner-caption {
      width: calc(100% + 1.7rem) !important;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
      text-align: left !important;
    }

    ::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, #fff, #fff);
      border-radius: 10px;
    }

    .project-page-tab {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }

    .project-page-tab #v-pills-tab {
      display: -webkit-box;
      flex-wrap: nowrap;
      width: 100%;
      overflow-x: auto;
    }

    ::-webkit-scrollbar {
      height: 2px;
      border-radius: 20px;
    }

    .project-page-tab .tab-content {
      height: auto;
      width: 100%;
      padding: 0;
      margin-top: 2rem;
    }
  }

  .casestudy-card {
    border-radius: 10px;
    box-shadow: -2px 2px 6px 0px rgb(187 187 187);
    position: relative;
    cursor: pointer;
  }

  .casestudy-inner {
    width: 100%;
    /* height: 100%; */
    background-color: #fff;
    border: 1px solid #f2f0ec;
    border-radius: 0px 0 5px 5px;
    /* position: absolute;
  top: 80%;
  bottom: 0; */
    transition: top 0.5s ease;
    color: var(--dark);
    box-shadow: 0px -8px 4px -6px rgb(195 180 180);
  }

  .youtube-thumbnail {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0px 4px #e6e6e6;
  }

  .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb2055; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #f36060;
    border-radius: 50%;
    animation: pulse-border 1300ms ease-out infinite;
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fe0000ce;
    border-radius: 50%;
    transition: all 200ms;
  }

  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

  .modules {
    background: var(--bs-light);
    padding: 10px;
    border-radius: 5px;
  }

  .activites-section {
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 5px;
  }

  .agencies-card:hover img {
    transform: scale(1.05);
    transition: linear 1s ease;
  }

  .initiatives-section {
    box-shadow: 0px -5px 16px -6px #d1d1d1;
    border-radius: 5px;
  }

  .advisory-card .card-img {
    border: 6px solid #fff;
    border-radius: 25px;
    box-shadow: 0px -3px 6px 3px #aaaaaa54;
    position: relative;

    img {
      border-radius: 25px;
      /* aspect-ratio: 4 / 3; */
      object-fit: cover;
    }

    .advisory-title {
      background: #00000085;
      color: #fff;
      position: absolute;
      bottom: 0;
      border-radius: 0 0 25px 25px;
      left: 0;
      right: 0;
      padding: 5px;
      text-align: center;
    }

    .advisory-card p {
      position: relative;
    }
  }

  .advisory-card {
    position: relative;
    /* padding: 0 20px; */
  }

  .advisory-card::after {
    content: "";
    height: 40%;
    width: 2px;
    display: block;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    right: -20px;
  }

  .initiatives:last-child .advisory-card::after {
    display: none;
  }


  @media screen and (max-width: 576px) {

    .modules-content {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
    }

    .modules-content-left {
      width: 30%;
    }

    .modules-content-right {
      width: 70%;
    }

    .course-btn {
      justify-content: start !important;
      margin: 0;
    }
  }

  .modules .title {
    color: var(--dark) !important;
  }

  .news-category {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ddd;
    margin-bottom: 30px;

  }

  .activity-details .domain-card .card .inner {
    position: relative;
    display: block;
    min-height: 100%;
    text-align: center;
    padding: 20px;
    color: initial;
    background: linear-gradient(0deg, #e1f2ff 0%, #fff 77.69%);
  }

  .activity-details .domain-card .card .inner h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 0;
  }


  .activity-details .domain-card .card .inner .text {
    padding-bottom: 0;
  }

  .activity-details .domain-card .card .inner .count {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -25px;
    width: 54px;
    height: 54px;
    line-height: 50px;
    background: #f2f2f2;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 5;
  }

  .activity-details .domain-card .card .inner::before {
    content: '';
  }

  .sector-button,
  .expertise-button {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    background-color: #e3e3e3;
    color: #212125;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    transition: .3s all ease-in-out;
    user-select: none;
  }

  .action-btn {
    transition: all .5s ease-in-out;
  }

  .action-btn:hover {
    background-color: var(--primary) !important;
  }

  .contract-section a {
    position: relative;
    display: block;
    color: #132728;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 24px;
    padding: 30px 15px 25px;
    text-align: center;
    background: #f2f2f2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .contract-section a:before {
    position: absolute;
    right: 0;
    top: 0px;
    content: "";
    width: 31px;
    height: 31px;
    background: #FFFFFF url(/assets/image/file-curve.png) right top no-repeat;
    z-index: 1;
  }


  .contract-section a .icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }

  .project-partner-logo {
    width: -webkit-fill-available;
  }

  img.listviewimage {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
    height: 100px;
}