
    .who-we-serve {
      background: #f9faff;
      font-family: 'Poppins', sans-serif;
    }

    .section-title {
      font-size: 36px;
      font-weight: 700;
      color: #102a43;
    }

    .accordion-item {
      background: #fff;
      border: 1px solid #dbe2ef;
      border-radius: 6px;
      margin-bottom: 10px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 2px 10px rgba(16, 42, 67, 0.05);
    }

    .accordion-item.active {
      border-color: #7B0000;
      box-shadow: 0 4px 15px rgba(123, 0, 0, 0.15);
    }

    .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 20px;
      cursor: pointer;
      background: #fff;
      font-weight: 600;
      color: #102a43;
    }

    .accordion-header:hover {
      background: #f0f4f8;
    }

    .accordion-header h4 {
      margin: 0;
      font-size: 18px;
    }

    .accordion-header .icon {
      font-size: 22px;
      color: #7B0000;
      font-weight: 700;
      transition: transform 0.3s ease;
    }

    .accordion-content {
      display: none;
      padding: 15px 25px;
      background: #fff;
      color: #334e68;
      border-top: 1px solid #dbe2ef;
    }

    .accordion-content ul {
      padding-left: 18px;
      margin: 0;
    }

    .accordion-content ul li {
      margin-bottom: 8px;
      line-height: 1.6;
    }

    @media (max-width: 991px) {
      .section-title {
        font-size: 28px;
        text-align: center;
      }

      .who-we-serve img {
        margin-top: 30px;
      }
    }

    /** testimonial-section **/

    .testimonial-section {
      position: relative;
      background: #F7F7F7;
    }

    .testimonial-section .owl-carousel .owl-stage-outer {
      overflow: visible;
    }

    .testimonial-section .owl-carousel .owl-stage-outer .owl-item {
      opacity: 0;
      visibility: hidden;
    }

    .testimonial-section .owl-carousel .owl-stage-outer .owl-item.active {
      opacity: 1;
      visibility: visible;
    }

    .testimonial-block-one .inner-box {
      position: relative;
      display: block;
      background: #fff;
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
      border-top: solid;
      border-width: 5px;
      border-color: #7B0000;
      padding: 40px;
    }

    .testimonial-block-one .inner-box .icon-box {
      position: relative;
      display: inline-block;
      font-size: 40px;
      line-height: 40px;
      opacity: 0.1;
      margin-bottom: 25px;
    }

    .testimonial-block-one .inner-box p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 25px;
    }

    .testimonial-block-one .inner-box .author-box {
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .testimonial-block-one .inner-box .author-box .thumb-box {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 50px;
      min-width: 50px;
      border-radius: 50%;
    }

    .testimonial-block-one .inner-box .author-box .thumb-box img {
      width: 100%;
      border-radius: 50%;
    }

    .testimonial-block-one .inner-box .author-box h4 {
      display: block;
      font-size: 24px;
      line-height: 24px;
      font-weight: 600;
    }

    .testimonial-block-one .inner-box .author-box .designation {
      position: relative;
      display: block;
    }

    .testimonial-section .owl-nav {
      position: absolute;
     
    }

    /** testimonial-style-two **/

    .testimonial-style-two {
      position: relative;
      background: #F7F7F7;
    }

    .testimonial-style-two .testimonial-content {
      position: relative;
      display: flex;
      align-items: center;
      gap: 60px;
      background: #fff;
      box-shadow: 0px -10px 60px 0px rgba(0, 0, 0, 0.06);
      border-top: solid;
      border-width: 5px;
      border-color: #7B0000;
      padding: 60px;
      border-radius: 20px;
    }

    .testimonial-style-two .testimonial-content .image-box {
      position: relative;
      display: block;
      min-width: 330px;
      border-radius: 1000px 1000px 60px 1000px;
    }

    .testimonial-style-two .testimonial-content .image-box img {
      width: 100%;
      border-radius: 1000px 1000px 60px 1000px;
    }

    .testimonial-style-two .testimonial-content .icon-box {
      position: absolute;
      top: 80px;
      right: 60px;
      font-size: 35px;
      line-height: 35px;
    }

    .testimonial-style-two .testimonial-content h3 {
      position: relative;
      display: block;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 24px;
    }

    .testimonial-style-two .testimonial-content p {
      font-size: 20px;
      line-height: 32px;
      font-style: italic;
      margin-bottom: 46px;
    }

    .testimonial-style-two .testimonial-content h4 {
      display: block;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 6px;
    }

    .testimonial-style-two .testimonial-content .designation {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 20px;
    }

    .testimonial-style-two .owl-carousel .owl-stage-outer {
      overflow: visible;
    }

    .testimonial-style-two .owl-carousel .owl-stage-outer .owl-item {
      opacity: 0;
      visibility: hidden;
    }

    .testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active {
      opacity: 1;
      visibility: visible;
    }





    .testimonial-page-section {
      position: relative;
    }


    /** rtl-css **/

    .rtl .testimonial-block-one .inner-box,
    .rtl .testimonial-style-two .testimonial-content {
      direction: rtl;
    }

    .rtl .testimonial-section .owl-nav {
      left: inherit;
      right: -440px;
    }

    .rtl .testimonial-style-two .owl-dots {
      right: inherit;
      left: 47px;
    }

    .rtl .testimonial-style-two .testimonial-content .icon-box {
      right: inherit;
      left: 60px;
    }

    /** responsive-css **/

    @media only screen and (max-width: 1200px) {
      .testimonial-section .owl-nav {
        display: none;
      }
    }

    @media only screen and (max-width: 991px) {
      .testimonial-style-two .testimonial-content {
        display: block;
      }

      .testimonial-style-two .testimonial-content .image-box {
        margin-bottom: 40px;
      }
    }

    @media only screen and (max-width: 767px) {
      .testimonial-section {
        padding: 70px 0px 40px 0px;
      }

      .testimonial-style-two {
        padding: 70px 0px;
      }

      .testimonial-style-two .owl-dots {
        display: none;
      }

      .testimonial-page-section {
        padding: 70px 0px 40px 0px;
      }
    }

    @media only screen and (max-width: 599px) {
      .testimonial-style-two .testimonial-content {
        padding-left: 30px;
        padding-right: 30px;
      }
    }

    @media only screen and (max-width: 499px) {
      .testimonial-style-two .testimonial-content .image-box {
        min-width: 100%;
      }

      .testimonial-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px;
      }
    }


    .service-section {
      position: relative;
    }

    .service-section .tab-btns {
      position: relative;
      display: block;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
      max-width: 1070px;
      width: 100%;
      margin: 0 auto;
      z-index: 1;
    }

    .service-section .tab-btns .tab-btn {
      position: relative;
      display: inline-block;
      float: left;
      width: 20%;
      min-height: 180px;
      text-align: center;
      padding: 45px 15px;
      cursor: pointer;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      color: var(--title-color);
      transition: all 500ms ease;
    }

    .service-section .tab-btns .tab-btn:first-child {
      border-radius: 20px 0px 0px 20px;
    }

    .service-section .tab-btns .tab-btn:last-child {
      border-radius: 0px 20px 20px 0px;
    }

    .service-section .tab-btns .tab-btn.active-btn {
      color: #fff;
    }

    .service-section .tab-btns .tab-btn:before {
      position: absolute;
      content: '';
      background: #E5E5E5;
      width: 1px;
      height: 60px;
      top: 30px;
      right: 0px;
      transition: all 500ms ease;
    }

    .service-section .tab-btns .tab-btn:last-child:before {
      display: none;
    }

    .service-section .tab-btns .tab-btn.active-btn:before {
      opacity: 0;
    }

    .service-section .tab-btns .tab-btn:after {
      position: absolute;
      content: '';
      width: 21px;
      height: 9px;
      left: 50%;
      margin-left: -10px;
      bottom: -9px;
      clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
      opacity: 0;
      transition: all 500ms ease;
    }

    .service-section .tab-btns .tab-btn.active-btn:after {
      opacity: 1;
    }

    .service-section .tabs-content {
      position: relative;
      display: inline-block;
      width: 100%;
    }

    .service-section .tabs-content .shape {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 20px;
    }

    .service-section .image-box {
      position: relative;
      display: block;
      padding-left: 110px;
    }

    .service-section .image-box .image {
      border-radius: 8px;
    }

    .service-section .image-box .image img {
      width: 100%;
      border-radius: 8px;
    }

    .service-section .image-box .image-2 {
      position: absolute;
      left: 0px;
      bottom: 0px;
      border: 10px solid #F5F6F7;
      z-index: 2;
    }

    .service-section .content-box {
      position: relative;
      display: block;
    }

    .service-section .content-box h2 {
      font-size: 36px;
      line-height: 46px;
      font-weight: 600;
      margin-bottom: 26px;
    }

    .service-section .content-box p {
      margin-bottom: 25px;
    }

    /* 
.service-section .content-box .list-style-one li{
  float: left;
  width: 100%;
} */

    .service-section .content-box .list-style-one {
      margin-bottom: 33px;
    }

    /** rtl-css **/

    .rtl .service-style-four .image-box {
      margin-left: 0px;
      margin-right: 25px;
    }

    /** responsive-css **/

    @media only screen and (max-width: 1200px) {
      .service-style-three {
        padding-left: 0px;
        padding-right: 0px;
      }
    }

    @media only screen and (max-width: 991px) {
      .service-section .tab-btns .tab-btn {
        width: 100%;
        border-radius: 0px !important;
      }

      .service-section .tab-btns {
        border-radius: 20px;
        overflow: hidden;
      }

      .service-section .tab-btns .tab-btn:after,
      .service-section .tab-btns .tab-btn:before {
        display: none;
      }

      .service-section .content-box {
        margin-bottom: 40px;
      }
    }
