/*------------------- 4.00. Testimonial  -------------------*/
/* Team card start ----------------------------*/
.testiSlider1 {
    overflow: visible;
    margin: 0 -30px !important;
    /* Medium devices */
    /* Small devices */
  }
  
  @media (max-width: 991px) {
    .testiSlider1 {
      margin-top: 0 !important;
    }
  }
  
  @media (max-width: 767px) {
    .testiSlider1 {
      margin: 0 !important;
    }
  }
  
  .testiSlider1 .swiper-slide {
    margin-top: 98px !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /* Medium devices */
  }
  
  @media (max-width: 991px) {
    .testiSlider1 .swiper-slide {
      margin-top: 58px !important;
    }
  }
  
  .testiSlider1 .swiper-slide.swiper-slide-active {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
    width: calc(716px) !important;
    /* Medium devices */
    /* Small devices */
  }
  
  @media (max-width: 991px) {
    .testiSlider1 .swiper-slide.swiper-slide-active {
      width: 60% !important;
      margin-bottom: 40px !important;
    }
  }
  
  @media (max-width: 767px) {
    .testiSlider1 .swiper-slide.swiper-slide-active {
      width: 100% !important;
    }
  }
  
  .testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote {
    background-color: var(--theme-color);
  }
  
  .testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  
  .testiSlider1 .swiper-wrapper {
    visibility: visible;
  }
  
  .testiSlider6 {
    overflow: visible;
    margin: 0 -30px !important;
    /* Medium devices */
    /* Small devices */
  }
  
  @media (max-width: 991px) {
    .testiSlider6 {
      margin-top: 0 !important;
    }
  }
  
  @media (max-width: 767px) {
    .testiSlider6 {
      margin: 0 !important;
    }
  }
  
  .testiSlider6 .swiper-slide {
    margin-top: 40px !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /* Medium devices */
  }
  
  @media (max-width: 991px) {
    .testiSlider6 .swiper-slide {
      margin-top: 58px !important;
    }
  }
  
  .testiSlider6 .swiper-slide.swiper-slide-active {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    width: calc(672px) !important;
    /* Medium devices */
    /* Small devices */
  }
  
  @media (max-width: 991px) {
    .testiSlider6 .swiper-slide.swiper-slide-active {
      width: 65% !important;
      margin-bottom: 0px !important;
    }
  }
  
  @media (max-width: 767px) {
    .testiSlider6 .swiper-slide.swiper-slide-active {
      width: 100% !important;
    }
  }
  
  .testiSlider6 .swiper-slide.swiper-slide-active .testi-card-quote {
    background-color: var(--theme-color);
  }
  
  .testiSlider6 .swiper-slide.swiper-slide-active .testi-card-quote img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  
  .testiSlider6 .swiper-wrapper {
    visibility: visible;
  }
  
  .testi-card {
    position: relative;
    padding: 40px 40px 64px;
    background: #E9F6F9;
    border-radius: 24px;
    margin: 10px;
    /* Medium devices */
    /* Extra small devices */
  }
  
  .testi-card.style2 .testi-card_profile {
    width: 316px;
    height: 153px;
    background-color: var(--theme-color);
    margin: -40px 0 -50px -60px;
    padding: 10px 30px 50px 30px;
  }
  
  @media (max-width: 480px) {
    .testi-card.style2 .testi-card_profile {
      margin: -24px 0 -50px -60px;
    }
  }
  
  .testi-card.style2 .testi-card_desig {
    color: var(--white-color);
  }
  
  .testi-card.style2 .box-title {
    color: var(--white-color);
  }
  
  @media (max-width: 991px) {
    .testi-card {
      padding: 30px 30px 64px;
    }
  }
  
  @media (max-width: 575px) {
    .testi-card {
      padding: 25px 25px 64px;
    }
  }
  
  .testi-card_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  
  @media (max-width: 480px) {
    .testi-card_wrapper {
      display: block;
    }
  }
  
  .testi-card_wrapper:nth-child(even) .testi-card {
    margin-top: 0px;
  }
  
  .testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  
  .testi-card_avater {
    min-width: 72px;
    /* Extra small devices */
  }
  
  @media (max-width: 575px) {
    .testi-card_avater {
      min-width: 40px;
    }
  }
  
  .testi-card_avater img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .testi-card .box-title {
    margin-bottom: 0;
    /* Extra small devices */
  }
  
  @media (max-width: 575px) {
    .testi-card .box-title {
      font-size: 20px;
    }
  }
  
  .testi-card_review i {
    color: #FFA944;
    font-size: 14px;
    margin-right: 3px;
    /* Medium devices */
  }
  
  @media (max-width: 991px) {
    .testi-card_review i {
      font-size: 12px;
    }
  }
  
  .testi-card_text {
    color: var(--black-color2);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -0.3rem;
    /* Extra small devices */
  }
  
  @media (max-width: 575px) {
    .testi-card_text {
      font-size: 18px;
    }
  }
  
  .testi-card-quote {
    width: 78px;
    height: 78px;
    line-height: 70px;
    text-align: center;
    background-color: var(--white-color);
    border: 4px solid var(--white-color);
    border-radius: 50%;
    position: absolute;
    left: 48%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  /* testi-area --------------------*/
  .testi-area8 {
    position: relative;
    background: #113D48;
    border-radius: 30px 0px 0px 30px;
    min-width: 1060px;
    padding: 0px 0px 0px 160px;
    z-index: 3;
    overflow: hidden;
    /* Extra large devices */
    /* Medium Large devices */
    /* Medium devices */
    /* Extra small devices */
  }
  
  @media (max-width: 1799px) {
    .testi-area8 {
      min-width: 991px;
    }
  }
  
  @media (max-width: 1699px) {
    .testi-area8 {
      min-width: 891px;
      padding: 0px 0px 0px 100px;
    }
  }
  
  @media (max-width: 1500px) {
    .testi-area8 {
      padding-left: 40px;
    }
  }
  
  @media (max-width: 1699px) {
    .testi-area8 {
      margin-left: -200px;
    }
  }
  
  @media (max-width: 1399px) {
    .testi-area8 {
      margin: 0;
      border-radius: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .testi-area8 {
      min-width: 100%;
    }
  }
  
  @media (max-width: 575px) {
    .testi-area8 {
      padding-left: 20px;
    }
  }
  
  .testi-area8 .icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 45%;
    left: -24%;
    width: auto;
    color: #FFFFFF;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  @media (max-width: 1699px) {
    .testi-area8 .icon-box {
      left: -29%;
    }
  }
  
  .testi-area8 .icon-box .slider-arrow {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    width: 290px;
    height: 80px;
  }
  
  .testi-area8 .icon-box .slider-arrow:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
  }
  
  .testi-grid3-thumb {
    max-width: 295px;
    margin: 0;
    position: absolute !important;
    top: 80px;
    right: 80px;
    margin: 0 !important;
    /* Extra large devices */
    /* Large devices */
    /* Medium devices */
    /* Extra small devices */
  }
  
  @media (max-width: 1699px) {
    .testi-grid3-thumb {
      right: 40px;
    }
  }
  
  @media (max-width: 1500px) {
    .testi-grid3-thumb {
      right: 60px;
    }
  }
  
  @media (max-width: 1199px) {
    .testi-grid3-thumb {
      right: 40px;
    }
  }
  
  @media (max-width: 991px) {
    .testi-grid3-thumb {
      max-width: 100%;
      position: relative;
      top: 0;
      right: 0;
      padding-bottom: 80px;
    }
  }
  
  @media (max-width: 575px) {
    .testi-grid3-thumb {
      padding-bottom: 60px;
      padding-right: 20px;
    }
  }
  
  .testi-grid3-thumb .box-img img {
    border-radius: 30px;
  }
  
  .testiSlide8 {
    max-width: 550px;
    margin: 0 !important;
  }
  
  .testi-grid4 {
    padding: 80px 80px 80px 0;
    background-color: var(--title-color);
    /* Medium Large devices */
    /* Medium devices */
    /* Extra small devices */
  }
  
  @media (max-width: 1399px) {
    .testi-grid4 {
      padding: 80px 0;
    }
  }
  
  @media (max-width: 991px) {
    .testi-grid4 {
      padding: 80px 0 30px 0px;
    }
  }
  
  @media (max-width: 575px) {
    .testi-grid4 {
      padding: 60px 20px 30px 0px;
    }
  }
  
  .testi-grid4 .box-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 445px;
    margin-bottom: 45px;
    /* Medium Large devices */
    /* Medium devices */
    /* Extra small devices */
  }
  
  @media (max-width: 1399px) {
    .testi-grid4 .box-text {
      max-width: 100%;
    }
  }
  
  @media (max-width: 991px) {
    .testi-grid4 .box-text {
      font-size: 25px;
    }
  }
  
  @media (max-width: 375px) {
    .testi-grid4 .box-text {
      font-size: 20px;
    }
  }
  
  .testi-grid4 .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-grid4 .box-profile {
      display: block;
    }
  }
  
  .testi-grid4 .box-avater {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-grid4 .box-avater {
      margin-bottom: 15px;
    }
  }
  
  .testi-grid4 .box-avater img {
    border-radius: 50%;
  }
  
  .testi-grid4 .box-title {
    color: var(--white-color);
    margin-bottom: 0;
  }
  
  .testi-grid4 .box-desig {
    font-weight: 500;
    font-size: 14px;
    color: #1CA8CB;
  }
  
  /* testi box area start -----------------------*/
  .testi-review {
    position: relative;
    height: 520px;
    background-size: auto;
    z-index: 3;
    margin-top: 100px;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-review {
      margin-bottom: 50px;
    }
  }
  
  .testi-box {
    position: absolute;
    text-align: center;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-box {
      position: relative;
      left: auto;
      top: auto;
    }
  }
  
  .testi-box:after {
    content: '';
    position: absolute;
    left: 30%;
    top: -29.5%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 19px;
    height: 14px;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    border-bottom: solid 12px transparent;
    border-top: solid 12px var(--theme-color);
    opacity: 0;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-box:after {
      display: none;
    }
  }
  
  .testi-box:first-child {
    top: 50%;
    right: 29%;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-box:first-child {
      right: auto;
      top: auto;
    }
  }
  
  .testi-box:nth-child(2) {
    top: 48%;
    right: 43%;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-box:nth-child(2) {
      right: auto;
      top: auto;
    }
  }
  
  .testi-box:nth-child(3) {
    top: 9%;
    left: 38%;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-box:nth-child(3) {
      left: auto;
      top: auto;
    }
  }
  
  .testi-box:nth-child(4) {
    top: 27%;
    left: 24%;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testi-box:nth-child(4) {
      left: auto;
      top: auto;
    }
  }
  
  .testi-box:nth-child(5) {
    top: 52%;
    left: 28%;
    /* Small devices */
    /* Extra small devices */
  }
  
  @media (max-width: 767px) {
    .testi-box:nth-child(5) {
      left: 10%;
    }
  }
  
  @media (max-width: 375px) {
    .testi-box:nth-child(5) {
      left: auto;
      top: auto;
    }
  }
  
  .testi-box_content {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
    border-radius: 16px;
    padding: 24px 35px;
    min-width: 447px;
    margin-bottom: 10px;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    margin-top: -300px;
    margin-left: -165px;
    z-index: 4;
    /* Extra small devices */
    /* Extra small devices */
  }
  
  @media (max-width: 575px) {
    .testi-box_content {
      min-width: 350px;
      padding: 24px;
      margin-top: -282px;
      margin-left: -115px;
    }
  }
  
  @media (max-width: 375px) {
    .testi-box_content {
      min-width: 300px;
      margin: -270px 0 0 0;
    }
  }
  
  .testi-box_text {
    font-weight: 500;
    font-size: 18px;
    color: var(--black-color2);
    /* Extra small devices */
  }
  
  @media (max-width: 575px) {
    .testi-box_text {
      font-size: 16px;
    }
  }
  
  @media (max-width: 320px) {
    .testi-box_text {
      font-size: 14px;
    }
  }
  
  .testi-box .media-body {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .testi-box_review i {
    color: #FFA944;
    margin-right: 3px;
  }
  
  .testi-box_avater {
    position: relative;
    max-width: 36px;
    display: block;
    margin: auto auto 40px auto;
  }
  
  .testi-box_avater span {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: var(--white-color);
    z-index: 2;
  }
  
  .testi-box_avater:after, .testi-box_avater:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: rgba(28, 168, 203, 0.5);
    z-index: 1;
  }
  
  .testi-box_avater:after {
    background-color: var(--theme-color);
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  .testi-box_avater img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .testi-box .box-title {
    font-weight: 600;
    margin-bottom: 0px;
  }
  
  .testi-box_desig {
    margin-bottom: 0;
  }
  
  .testi-box.item-active:after {
    opacity: 1;
  }
  
  .testi-box.item-active .media-body {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  
  .testi-box.item-active .testi-box_avater img {
    -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
            transform: scale(2.5);
  }
  
  .testi-box.item-active .testi-box_avater:before, .testi-box.item-active .testi-box_avater:after {
    display: none;
  }
  
  .testi-box.item-active .testi-box_avater span {
    display: none;
  }
  
  .testi-box.item-active .testi-box_content {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  
  /* testi box area end -----------------------*/
  /* testi grid area end -----------------------*/
  .testiSlide3 {
    position: relative;
    z-index: 9;
  }
  
  .testi-grid {
    position: relative;
    text-align: center;
    max-width: 563px;
    display: block;
    margin: auto;
  }
  
  .testi-grid_author {
    max-width: 80px;
    display: block;
    margin: auto auto 30px auto;
  }
  
  .testi-grid_author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  
  .testi-grid .box-title {
    margin-bottom: 0;
  }
  
  .testi-grid_text {
    font-size: 18px;
    color: var(--black-color2);
    font-weight: 500;
    margin-bottom: 30px;
  }
  
  .testi-grid-thumb {
    position: relative;
    margin-top: -450px;
    height: 700px;
    /* Extra small devices */
  }
  
  @media (max-width: 990px) {
    .testi-grid-thumb {
      display: none;
    }
  }
  
  @media (max-width: 575px) {
    .testi-grid-thumb {
      margin-bottom: 50px;
    }
  }
  
  .testi-grid-thumb .swiper-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: visible;
  }
  
  .testi-grid-thumb .swiper-slide {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    content: "";
    position: absolute;
    margin: 0;
    max-width: 64px;
    height: 64px;
  }
  
  .testi-grid-thumb .swiper-slide img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .testi-grid-thumb .swiper-slide:first-child {
    top: 5%;
    left: 15%;
  }
  
  .testi-grid-thumb .swiper-slide:nth-child(2) {
    top: 30%;
    left: 5%;
  }
  
  .testi-grid-thumb .swiper-slide:nth-child(3) {
    bottom: 30%;
    left: 13%;
  }
  
  .testi-grid-thumb .swiper-slide:nth-child(4) {
    top: 10%;
    right: 10%;
  }
  
  .testi-grid-thumb .swiper-slide:nth-child(5) {
    top: 40%;
    right: 5%;
  }
  
  .testi-grid-thumb .swiper-slide:nth-child(6) {
    bottom: 30%;
    right: 13%;
  }
  
  .testi-grid-thumb .swiper-slide-thumb-active .box-img img {
    object-fit: cover;
    -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
            transform: scale(1.6);
    /* Extra small devices */
  }
  
  @media (max-width: 575px) {
    .testi-grid-thumb .swiper-slide-thumb-active .box-img img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  
  .testi-area3 {
    height: 700px;
  }
  
  /* testi grid area end -----------------------*/
  /* testi grid 2 area start -----------------*/
  .testi-image-wrapp {
    margin-left: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /* Large devices */
  }
  
  @media (max-width: 1199px) {
    .testi-image-wrapp {
      margin: 0 0 50px 0;
    }
  }
  
  .testi-image-wrapp .testi-img {
    border-radius: 150px 0 150px 0;
  }
  
  .testi-image-wrapp .testi-img img {
    border-radius: 150px 0 150px 0;
    border: 10px solid var(--white-color);
  }
  
  .testi-image-wrapp .testi-img.style2 {
    position: relative;
    z-index: 2;
    margin-left: -45px;
  }
  
  .testi-grid2-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 5px !important;
  }
  
  .testi-grid2-thumb .swiper-slide-thumb-active .box-img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    border-color: var(--theme-color);
  }
  
  .testi-grid2-thumb .icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  
  .testi-grid2-thumb .slider-arrow {
    box-shadow: none;
    border: 1px solid var(--title-color);
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  }
  
  .testi-grid2-thumb .slider-arrow:hover {
    border-color: var(--theme-color);
  }
  
  .testi-grid2-thumb .box-img {
    width: 72px;
    height: 72px;
  }
  
  .testi-grid2-thumb .box-img img {
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .testi-grid2 .box-text {
    font-weight: 500;
    font-size: 20px;
    color: var(--black-color2);
    margin-bottom: 20px;
  }
  
  .testi-grid2 .box-title {
    margin-bottom: 0;
  }
  
  .testi-grid2 .box-desig {
    font-weight: 400;
    font-size: 16px;
    color: #6E7070;
    display: block;
    margin-bottom: 10px;
  }
  
  .testi-grid2 .box-review {
    margin-bottom: 35px;
  }
  
  .testi-grid2 .box-review i {
    color: #FFA944;
    font-size: 14px;
  }
  
  .testi-grid2-thumb.style2 {
    gap: 40px;
    /* Medium Large devices */
  }
  
  @media (max-width: 1399px) {
    .testi-grid2-thumb.style2 {
      display: block;
    }
  }
  
  .testi-area7 {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
  }
  
  .testi-image-wrapp2 {
    position: relative;
    height: 539px;
    /* Extra small devices */
  }
  
  @media (max-width: 575px) {
    .testi-image-wrapp2 {
      display: none;
    }
  }
  
  .testi-image-wrapp2 .testi-img {
    position: absolute;
    right: 0;
    width: 449px;
    height: 539px;
    /* Large devices */
    /* Extra small devices */
  }
  
  @media (max-width: 1199px) {
    .testi-image-wrapp2 .testi-img {
      right: 10%;
    }
  }
  
  @media (max-width: 575px) {
    .testi-image-wrapp2 .testi-img {
      display: none;
    }
  }
  
  .testi-image-wrapp2 .testi-img2 {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 276px;
    height: 297.67px;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background: #FFFFFF;
    -webkit-mask-image: url("../img/testimonial/testi_shape_2.png");
            mask-image: url("../img/testimonial/testi_shape_2.png");
    z-index: 2;
    /* Small devices */
  }
  
  @media (max-width: 767px) {
    .testi-image-wrapp2 .testi-img2 {
      display: none;
    }
  }
  
  .testi-image-wrapp2 .testi-shape {
    content: "";
    position: absolute;
    inset: -10px;
    top: 18%;
    left: 3.3%;
    width: 300px;
    /* Small devices */
  }
  
  @media (max-width: 767px) {
    .testi-image-wrapp2 .testi-shape {
      display: none;
    }
  }
  
  .testi-image-wrapp2 .testi-shape2 {
    content: "";
    position: absolute;
    top: -7px;
    right: -18px;
    width: 472px;
    z-index: -1;
    /* Large devices */
    /* Extra small devices */
  }
  
  @media (max-width: 1199px) {
    .testi-image-wrapp2 .testi-shape2 {
      right: 8%;
    }
  }
  
  @media (max-width: 575px) {
    .testi-image-wrapp2 .testi-shape2 {
      display: none;
    }
  }
  
  /* testi 9 ----------------------------------*/
  .testiSlider9 {
    margin-top: 60px;
  }
  
  .testiSlider9 .swiper-slide {
    border-radius: 30px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .testiSlider9 .swiper-slide .box-img {
    -webkit-transform: scale(0.75) translateX(0);
        -ms-transform: scale(0.75) translateX(0);
            transform: scale(0.75) translateX(0);
  }
  
  .testiSlider9 .swiper-slide .box-img img {
    opacity: 35%;
  }
  
  .testiSlider9 .swiper-slide.swiper-slide-active .box-img {
    border-radius: 30px;
    -webkit-transform: scalex(1.3) translateX(0);
        -ms-transform: scalex(1.3) translateX(0);
            transform: scalex(1.3) translateX(0);
    /* Medium devices */
  }
  
  @media (max-width: 991px) {
    .testiSlider9 .swiper-slide.swiper-slide-active .box-img {
      -webkit-transform: scalex(1) translateX(0);
          -ms-transform: scalex(1) translateX(0);
              transform: scalex(1) translateX(0);
    }
  }
  
  .testiSlider9 .swiper-slide.swiper-slide-active .box-img img {
    opacity: 100%;
  }
  
  .testiSlider9 .swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
    visibility: visible;
  }
  
  .testiSlider9 .swiper-wrapper {
    visibility: visible;
  }
  
  .testi-card3 {
    position: relative;
    z-index: 3;
    height: 536px;
    --space: 90px;
    margin-bottom: 97px;
    /* Extra large devices */
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
  }
  
  @media (max-width: 1500px) {
    .testi-card3 {
      --space: 40px;
    }
  }
  
  @media (max-width: 1299px) {
    .testi-card3 {
      --space: 20px;
    }
  }
  
  @media (max-width: 1199px) {
    .testi-card3 {
      --space: 0px;
    }
  }
  
  @media (max-width: 991px) {
    .testi-card3 {
      --space: 20px;
    }
  }
  
  .testi-card3 .box-img {
    border-radius: 30px;
  }
  
  .testi-card3 .box-img img {
    width: 100%;
    height: 536px;
    object-fit: cover;
    border-radius: 30px;
  }
  
  .testi-card3 .box-avater {
    max-width: 150px;
    height: 150px;
    display: block;
    margin: auto auto 30px auto;
    border: 2px solid var(--white-color);
    border-radius: 100px;
    margin-top: -80px;
  }
  
  .testi-card3 .box-avater img {
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100px;
  }
  
  .testi-card3 .box-content {
    position: absolute;
    bottom: 0px;
    left: var(--space);
    right: var(--space);
    -webkit-transform: translateY(17%);
        -ms-transform: translateY(17%);
            transform: translateY(17%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--white-color);
    box-shadow: 0px 4px 59px 9px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 0 40px 40px 40px;
    max-width: 100%;
    text-align: center;
    z-index: 2;
    /* Large devices */
  }
  
  @media (max-width: 1199px) {
    .testi-card3 .box-content {
      padding: 0 20px 20px 20px;
    }
  }
  
  .testi-card3 .box-content .box-quote {
    position: absolute;
    top: 30%;
    left: 30%;
    -webkit-transform: translate(-50% -50%);
        -ms-transform: translate(-50% -50%);
            transform: translate(-50% -50%);
    z-index: -1;
  }
  
  .testi-card3 .box-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    /* Large devices */
  }
  
  @media (max-width: 1199px) {
    .testi-card3 .box-text {
      font-size: 16px;
    }
  }
  
  .testi-card3 .box-title {
    margin-bottom: 0;
  }
  
  .testi-card3 .box-desig {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    display: block;
    margin-bottom: -0.3rem;
  }
  
  /* testi-area10 start --------------------------*/
  .testi-area10 {
    background-color: #E9F1EC;
  }
  
  .testiSlider10 {
    max-width: 1626px;
    display: block;
    margin: auto;
  }
  
  .testiSlider10 .swiper-pagination-bullets {
    margin: 70px 0 10px 0;
  }
  
  .testi-card2 {
    min-height: 508px;
  }
  
  .testi-card2 .box-img {
    border-radius: 30px;
  }
  
  .testi-card2 .box-img img {
    border-radius: 30px;
  }
  
  .testi-card2 .box-content {
    background: var(--white-color);
    border-radius: 60px;
    padding: 40px;
    max-width: 373px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .testi-card2 .box-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #113D48;
    margin-bottom: 30px;
  }
  
  .testi-card2 .box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .testi-card2 .box-title {
    font-weight: 700;
    font-size: 20px;
    color: #113D48;
    margin-bottom: 0;
  }
  
  .testi-area11 {
    background-color: #E9F6F9;
  }
  
  .testiSlider11 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: 45px auto 10px auto;
    overflow: hidden;
    position: relative;
  }
  
  .testi-card4 {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 40px;
  }
  
  .testi-card4_review {
    color: #F8BC22;
    margin-bottom: 10px;
  }
  
  .testi-card4 .box-text {
    margin-bottom: 30px;
    color: #361d04;
  }
  
  .testi-card4 .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  
  .testi-card4 .box-avater {
    max-width: 44px;
  }
  
  .testi-card4 .box-avater img {
    border-radius: 50%;
  }
  
  .testi-card4 .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .testi-card4 .box-desig {
    font-size: 14px;
    color: var(--theme-color);
  }
  
  /* testi-card5 start ------------------------*/
  .testiSlider12 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: 40px auto auto auto;
    overflow: hidden;
    position: relative;
  }
  
  .testiSlider12 .slider-arrow {
    top: 16%;
    left: var(--pos-x, 450px);
    /* Medium Large devices */
  }
  
  .testiSlider12 .slider-arrow.slider-next {
    right: var(--pos-x, 270px);
    left: auto;
  }
  
  @media (max-width: 1399px) {
    .testiSlider12 .slider-arrow {
      display: none !important;
    }
  }
  
  .testiSlider12 .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .testiSlider12 .swiper-slide {
    margin-top: 60px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .testiSlider12 .swiper-slide.swiper-slide-active {
    width: calc(872px) !important;
    /* Large devices */
    /* Small devices */
  }
  
  @media (max-width: 1199px) {
    .testiSlider12 .swiper-slide.swiper-slide-active {
      width: 100% !important;
      margin-bottom: 40px !important;
    }
  }
  
  @media (max-width: 767px) {
    .testiSlider12 .swiper-slide.swiper-slide-active {
      width: 100% !important;
    }
  }
  
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 {
    width: calc(872px) !important;
  }
  
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
    min-width: 300px;
    min-height: 420px;
    /* Large devices */
    /* Small devices */
  }
  
  @media (max-width: 1199px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
      min-width: 250px;
    }
  }
  
  @media (max-width: 767px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
      height: 250px;
    }
  }
  
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-title {
    font-size: 18px;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-title {
      font-size: 16px;
    }
  }
  
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-text {
    font-size: 24px;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-text {
      font-size: 18px;
    }
  }
  
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-desig {
    font-size: 12px;
  }
  
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-quote img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-content {
    padding: 50px;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-content {
      padding: 30px;
    }
  }
  
  .testiSlider12 .swiper-wrapper {
    visibility: visible;
  }
  
  .testi-card5 {
    background-color: var(--white-color);
    box-shadow: 0px 20px 40px rgba(204, 204, 204, 0.15);
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* Small devices */
  }
  
  @media (max-width: 767px) {
    .testi-card5 {
      display: block;
    }
  }
  
  .testi-card5 .box-img {
    min-width: 144px;
    min-height: 265px;
    border-radius: 30px;
    -webkit-transform: all 0.4s ease;
        -ms-transform: all 0.4s ease;
            transform: all 0.4s ease;
    /* Small devices */
  }
  
  @media (max-width: 767px) {
    .testi-card5 .box-img {
      height: 250px;
    }
  }
  
  .testi-card5 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
  }
  
  .testi-card5 .box-content {
    padding: 24px;
  }
  
  .testi-card5 .box-quote {
    margin-bottom: 18px;
  }
  
  .testi-card5 .box-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 30px;
    max-width: 268;
  }
  
  .testi-card5 .box-title {
    position: relative;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 0;
    padding-left: 55px;
    z-index: 2;
  }
  
  .testi-card5 .box-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color);
  }
  
  .testi-card5 .box-desig {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.02em;
    color: var(--theme-color);
    padding-left: 60px;
  }
  
  .testi-card5 .box-number {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: rgba(17, 61, 72, 0.3);
    position: absolute;
    right: 18px;
    bottom: 30px;
  }
  
  /* testi-area13 start -----------------------------------*/
  .testi-area13 {
    background-color: #E9F1EC;
  }
  
  .testi-image2 .testi-img {
    margin-left: -40%;
    margin-right: 80px;
    /* Large devices */
  }
  
  @media (max-width: 1199px) {
    .testi-image2 .testi-img {
      margin: 0;
    }
  }
  
  .testiSlide13 {
    height: 300px;
    /* Extra small devices */
  }
  
  @media (max-width: 375px) {
    .testiSlide13 {
      height: 500px;
    }
  }
  
  .testiSlide13 .icon-box {
    position: absolute;
    right: 50px;
    bottom: 0;
    /* Extra small devices */
  }
  
  @media (max-width: 575px) {
    .testiSlide13 .icon-box {
      display: none;
    }
  }
  
  .testiSlide13 .slider-arrow.style7 {
    --icon-size: 46px;
  }
  
  .testiSlide13 .slider-arrow.style7 img {
    max-width: 20px;
  }
  
  .testi-grid2.style2 {
    height: 300px;
  }
  
  .testi-grid2.style2 .box-review {
    font-size: 14px;
    color: #F8BC22;
    margin-bottom: 15px;
  }
  
  .testi-grid2.style2 .box-title2 {
    font-size: 20px;
  }
  
  .testi-grid2.style2 .box-text {
    font-size: 16px;
    color: #6E7070;
    max-width: 560px;
    margin-bottom: 25px;
  }
  
  .testi-grid2.style2 .box-title {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 0;
    padding-left: 55px;
    z-index: 2;
  }
  
  .testi-grid2.style2 .box-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color);
  }
  
  .testi-grid2.style2 .box-desig {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: var(--theme-color);
    padding-left: 60px;
  }