.gs_testimonial_container span.screen-reader-text {
  display: none;
}

.gs_testimonial_container {
  position: relative;
  margin: 0 auto;
  --swiper-button-size: 42px;
  --swiper-bottom-space-dots: 0px;
  --swiper-button-space: 0px;
  --swiper-dots-bottom-space: 45px;
  --swiper-dots-x-space: 0px;
  --swiper-button-prev-style-three: calc(4% - 42px);
  --swiper-button-next-style-three: calc(4% - 42px);
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --single-item--bg-color: #fff;
  --box-content: #141417;
  --box-tm-title-color: #030d1e;
  --read-more-color: #1b55d9;
  --read-more-hover-color: #e72097;
  --box-client-name: #030d1e;
  --box-design-name: #808080;
  --box-company-name: #474647;
  --info-text-color: #808080;
  --info-icon-color: #869791;
  --star-rating: #ffc92e;
  --nav-border-color: #869791;
  --nav-bg-color: #ffffff;
  --nav-bg-active-color: #7b11d9;
  --nav-icon-color: #45464b;
  --nav-icon-active-color: #ffffff;
  --dot-border-color: #d7d0e3;
  --dot-bg-color: #d7d0e3;
  --dot-bg-color-active: #7b11d9;
  --filter-text-color: #222222;
  --filter-text-active-color: #ffffff;
  --filter-bg-color: #ffffff;
  --filter-bg-active-color: #4f67ff;
  --filter-border-color: #00000017;
  --filter-border-active-color: #4f67ff;
  --socials-bg-color: #ffffff;
  --socials-bg-active-color: #7b11d9;
  --socials-icon-color: #222222;
  --socials-icon-active-color: green;
  --socials-border-color: red;
  --socials-border-active-color: olive;
  --shadow-color: rgba(26, 46, 85, 0.1);
  /* Image Mode Styles */
  /* Image Box Styles */
}
.gs_testimonial_container.grid_style17, .gs_testimonial_container.carousel_style_1 {
  --gs-tai-contact-active: #ff5d62;
}
.gs_testimonial_container.image-mode-gray-to-normal .gs_testimonial_single .box-image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.gs_testimonial_container.image-mode-gray-to-normal .gs_testimonial_single:hover .box-image img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.gs_testimonial_container.image-mode-gray-on-hover .gs_testimonial_single:hover .box-image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.gs_testimonial_container.image-mode-always-gray .gs_testimonial_single .box-image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.gs_testimonial_container.image-style-gs_square .gs_testimonial_single .box-image img {
  border-radius: 0;
}
.gs_testimonial_container.image-style-gs_circle .gs_testimonial_single .box-image img {
  border-radius: 50%;
}
.gs_testimonial_container.image-style-gs_radius .gs_testimonial_single .box-image img {
  border-radius: 8px;
}
.gs_testimonial_container.image-style-gs_square_shadow .gs_testimonial_single .box-image img {
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(26, 46, 85, 0.2);
          box-shadow: 0px 4px 24px 0px rgba(26, 46, 85, 0.2);
}
.gs_testimonial_container.image-style-gs_circle_shadow .gs_testimonial_single .box-image img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(26, 46, 85, 0.2);
          box-shadow: 0px 4px 24px 0px rgba(26, 46, 85, 0.2);
}
.gs_testimonial_container.image-style-gs_radius_shadow .gs_testimonial_single .box-image img {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(26, 46, 85, 0.2);
          box-shadow: 0px 4px 24px 0px rgba(26, 46, 85, 0.2);
}
.gs_testimonial_container .box-tm-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--box-tm-title-color);
}

.gs_testimonial_container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .mfp-gstm {
  /* overlay at start */
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */
}
body .mfp-gstm .mfp-iframe-holder .mfp-close,
body .mfp-gstm .mfp-image-holder .mfp-close {
  background: none;
  width: auto;
  outline: none;
}
body .mfp-gstm.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body .mfp-gstm.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
body .mfp-gstm.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
body .mfp-gstm.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body .mfp-gstm.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
body .mfp-gstm.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

body .gs_testimonial_single .box-content p,
body .gs_testimonial_single .box-client-name {
  margin: 0;
}
body .gs_testimonial_single .gs-star-rating .gs-star {
  display: inline-block;
  font-size: 18px;
  height: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}

.gs_testimonial_container ul, .gs_testimonial_container li, .gs_testimonial_container a, .gs_testimonial_container h1, .gs_testimonial_container h2, .gs_testimonial_container h3, .gs_testimonial_container h4, .gs_testimonial_container h5, .gs_testimonial_container h6 {
  margin: 0;
  padding: 0;
}
.gs_testimonial_container .has-shadow {
  -webkit-box-shadow: 0px 10px 50px 0px var(--shadow-color);
          box-shadow: 0px 10px 50px 0px var(--shadow-color);
}

/* gst-grid  ( Dev- Manzur)
================*/
.grid_style1,
.grid_style2,
.grid_style3,
.grid_style4,
.grid_style5,
.grid_style6,
.grid_style7,
.grid_style8,
.grid_style9,
.grid_style10,
.grid_style11,
.grid_style12,
.grid_style13,
.grid_style14,
.grid_style15,
.grid_style16,
.grid_style17,
.grid_style18,
.carousel_style_1 {
  /* End of gs_testimonial_single*/
}
.grid_style1 .gs_testimonial_single,
.grid_style2 .gs_testimonial_single,
.grid_style3 .gs_testimonial_single,
.grid_style4 .gs_testimonial_single,
.grid_style5 .gs_testimonial_single,
.grid_style6 .gs_testimonial_single,
.grid_style7 .gs_testimonial_single,
.grid_style8 .gs_testimonial_single,
.grid_style9 .gs_testimonial_single,
.grid_style10 .gs_testimonial_single,
.grid_style11 .gs_testimonial_single,
.grid_style12 .gs_testimonial_single,
.grid_style13 .gs_testimonial_single,
.grid_style14 .gs_testimonial_single,
.grid_style15 .gs_testimonial_single,
.grid_style16 .gs_testimonial_single,
.grid_style17 .gs_testimonial_single,
.grid_style18 .gs_testimonial_single,
.carousel_style_1 .gs_testimonial_single {
  margin-bottom: 32px;
  /* End of testimonial box*/
}
.grid_style1 .gs_testimonial_single .testimonial-box,
.grid_style2 .gs_testimonial_single .testimonial-box,
.grid_style3 .gs_testimonial_single .testimonial-box,
.grid_style4 .gs_testimonial_single .testimonial-box,
.grid_style5 .gs_testimonial_single .testimonial-box,
.grid_style6 .gs_testimonial_single .testimonial-box,
.grid_style7 .gs_testimonial_single .testimonial-box,
.grid_style8 .gs_testimonial_single .testimonial-box,
.grid_style9 .gs_testimonial_single .testimonial-box,
.grid_style10 .gs_testimonial_single .testimonial-box,
.grid_style11 .gs_testimonial_single .testimonial-box,
.grid_style12 .gs_testimonial_single .testimonial-box,
.grid_style13 .gs_testimonial_single .testimonial-box,
.grid_style14 .gs_testimonial_single .testimonial-box,
.grid_style15 .gs_testimonial_single .testimonial-box,
.grid_style16 .gs_testimonial_single .testimonial-box,
.grid_style17 .gs_testimonial_single .testimonial-box,
.grid_style18 .gs_testimonial_single .testimonial-box,
.carousel_style_1 .gs_testimonial_single .testimonial-box {
  height: 100%;
}
.grid_style1 .gs_testimonial_single .testimonial-box .box-content,
.grid_style2 .gs_testimonial_single .testimonial-box .box-content,
.grid_style3 .gs_testimonial_single .testimonial-box .box-content,
.grid_style4 .gs_testimonial_single .testimonial-box .box-content,
.grid_style5 .gs_testimonial_single .testimonial-box .box-content,
.grid_style6 .gs_testimonial_single .testimonial-box .box-content,
.grid_style7 .gs_testimonial_single .testimonial-box .box-content,
.grid_style8 .gs_testimonial_single .testimonial-box .box-content,
.grid_style9 .gs_testimonial_single .testimonial-box .box-content,
.grid_style10 .gs_testimonial_single .testimonial-box .box-content,
.grid_style11 .gs_testimonial_single .testimonial-box .box-content,
.grid_style12 .gs_testimonial_single .testimonial-box .box-content,
.grid_style13 .gs_testimonial_single .testimonial-box .box-content,
.grid_style14 .gs_testimonial_single .testimonial-box .box-content,
.grid_style15 .gs_testimonial_single .testimonial-box .box-content,
.grid_style16 .gs_testimonial_single .testimonial-box .box-content,
.grid_style17 .gs_testimonial_single .testimonial-box .box-content,
.grid_style18 .gs_testimonial_single .testimonial-box .box-content,
.carousel_style_1 .gs_testimonial_single .testimonial-box .box-content {
  color: var(--box-content);
  font-size: 15px;
  line-height: 1.733;
  font-weight: 500;
  padding-bottom: 12px;
}
.grid_style1 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style2 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style3 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style4 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style5 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style6 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style7 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style8 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style9 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style10 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style11 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style12 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style13 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style14 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style15 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style16 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style17 .gs_testimonial_single .testimonial-box .box-content p,
.grid_style18 .gs_testimonial_single .testimonial-box .box-content p,
.carousel_style_1 .gs_testimonial_single .testimonial-box .box-content p {
  margin: 0;
  font-family: inherit;
}
.grid_style1 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style2 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style3 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style4 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style5 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style6 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style7 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style8 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style9 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style10 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style11 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style12 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style13 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style14 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style15 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style16 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style17 .gs_testimonial_single .testimonial-box .box-content a,
.grid_style18 .gs_testimonial_single .testimonial-box .box-content a,
.carousel_style_1 .gs_testimonial_single .testimonial-box .box-content a {
  color: var(--read-more-color);
}
.grid_style1 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style2 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style3 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style4 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style5 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style6 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style7 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style8 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style9 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style10 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style11 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style12 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style13 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style14 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style15 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style16 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style17 .gs_testimonial_single .testimonial-box .box-content a:hover,
.grid_style18 .gs_testimonial_single .testimonial-box .box-content a:hover,
.carousel_style_1 .gs_testimonial_single .testimonial-box .box-content a:hover {
  color: var(--read-more-hover-color);
}
.grid_style1 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style2 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style3 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style4 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style5 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style6 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style7 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style8 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style9 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style10 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style11 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style12 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style13 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style14 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style15 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style16 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style17 .gs_testimonial_single .gs-star-rating .gs-star,
.grid_style18 .gs_testimonial_single .gs-star-rating .gs-star,
.carousel_style_1 .gs_testimonial_single .gs-star-rating .gs-star {
  color: var(--star-rating);
}
.grid_style1 .gs_testimonial_single .company-image img,
.grid_style2 .gs_testimonial_single .company-image img,
.grid_style3 .gs_testimonial_single .company-image img,
.grid_style4 .gs_testimonial_single .company-image img,
.grid_style5 .gs_testimonial_single .company-image img,
.grid_style6 .gs_testimonial_single .company-image img,
.grid_style7 .gs_testimonial_single .company-image img,
.grid_style8 .gs_testimonial_single .company-image img,
.grid_style9 .gs_testimonial_single .company-image img,
.grid_style10 .gs_testimonial_single .company-image img,
.grid_style11 .gs_testimonial_single .company-image img,
.grid_style12 .gs_testimonial_single .company-image img,
.grid_style13 .gs_testimonial_single .company-image img,
.grid_style14 .gs_testimonial_single .company-image img,
.grid_style15 .gs_testimonial_single .company-image img,
.grid_style16 .gs_testimonial_single .company-image img,
.grid_style17 .gs_testimonial_single .company-image img,
.grid_style18 .gs_testimonial_single .company-image img,
.carousel_style_1 .gs_testimonial_single .company-image img {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.grid_style1 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style2 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style3 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style4 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style5 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style6 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style7 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style8 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style9 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style10 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style11 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style12 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style13 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style14 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style15 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style16 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style17 .gs_testimonial_single .gs-tai-client .box-client-name,
.grid_style18 .gs_testimonial_single .gs-tai-client .box-client-name,
.carousel_style_1 .gs_testimonial_single .gs-tai-client .box-client-name {
  font-size: 20px;
  color: var(--box-client-name);
  font-weight: 600;
  line-height: 1.3;
}
.grid_style1 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style2 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style3 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style4 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style5 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style6 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style7 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style8 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style9 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style10 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style11 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style12 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style13 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style14 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style15 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style16 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style17 .gs_testimonial_single .box-desiginfo .box-design-name,
.grid_style18 .gs_testimonial_single .box-desiginfo .box-design-name,
.carousel_style_1 .gs_testimonial_single .box-desiginfo .box-design-name {
  font-size: 15px;
  color: var(--box-design-name);
  line-height: 1.733;
}
.grid_style1 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style2 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style3 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style4 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style5 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style6 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style7 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style8 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style9 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style10 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style11 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style12 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style13 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style14 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style15 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style16 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style17 .gs_testimonial_single .box-companyinfo .box-company-name,
.grid_style18 .gs_testimonial_single .box-companyinfo .box-company-name,
.carousel_style_1 .gs_testimonial_single .box-companyinfo .box-company-name {
  font-size: 16px;
  color: var(--box-company-name);
  line-height: 1.733;
  font-family: Montserrat, sans-serif;
}
.grid_style1 .gs_testimonial_single .gs-tai-email a,
.grid_style2 .gs_testimonial_single .gs-tai-email a,
.grid_style3 .gs_testimonial_single .gs-tai-email a,
.grid_style4 .gs_testimonial_single .gs-tai-email a,
.grid_style5 .gs_testimonial_single .gs-tai-email a,
.grid_style6 .gs_testimonial_single .gs-tai-email a,
.grid_style7 .gs_testimonial_single .gs-tai-email a,
.grid_style8 .gs_testimonial_single .gs-tai-email a,
.grid_style9 .gs_testimonial_single .gs-tai-email a,
.grid_style10 .gs_testimonial_single .gs-tai-email a,
.grid_style11 .gs_testimonial_single .gs-tai-email a,
.grid_style12 .gs_testimonial_single .gs-tai-email a,
.grid_style13 .gs_testimonial_single .gs-tai-email a,
.grid_style14 .gs_testimonial_single .gs-tai-email a,
.grid_style15 .gs_testimonial_single .gs-tai-email a,
.grid_style16 .gs_testimonial_single .gs-tai-email a,
.grid_style17 .gs_testimonial_single .gs-tai-email a,
.grid_style18 .gs_testimonial_single .gs-tai-email a,
.carousel_style_1 .gs_testimonial_single .gs-tai-email a {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: var(--info-text-color);
  line-height: 1.867;
}
.grid_style1 .gs_testimonial_single .gs-tai-email a i,
.grid_style2 .gs_testimonial_single .gs-tai-email a i,
.grid_style3 .gs_testimonial_single .gs-tai-email a i,
.grid_style4 .gs_testimonial_single .gs-tai-email a i,
.grid_style5 .gs_testimonial_single .gs-tai-email a i,
.grid_style6 .gs_testimonial_single .gs-tai-email a i,
.grid_style7 .gs_testimonial_single .gs-tai-email a i,
.grid_style8 .gs_testimonial_single .gs-tai-email a i,
.grid_style9 .gs_testimonial_single .gs-tai-email a i,
.grid_style10 .gs_testimonial_single .gs-tai-email a i,
.grid_style11 .gs_testimonial_single .gs-tai-email a i,
.grid_style12 .gs_testimonial_single .gs-tai-email a i,
.grid_style13 .gs_testimonial_single .gs-tai-email a i,
.grid_style14 .gs_testimonial_single .gs-tai-email a i,
.grid_style15 .gs_testimonial_single .gs-tai-email a i,
.grid_style16 .gs_testimonial_single .gs-tai-email a i,
.grid_style17 .gs_testimonial_single .gs-tai-email a i,
.grid_style18 .gs_testimonial_single .gs-tai-email a i,
.carousel_style_1 .gs_testimonial_single .gs-tai-email a i {
  color: var(--info-icon-color);
}
.grid_style1 .gs_testimonial_single .box-image img,
.grid_style2 .gs_testimonial_single .box-image img,
.grid_style3 .gs_testimonial_single .box-image img,
.grid_style4 .gs_testimonial_single .box-image img,
.grid_style5 .gs_testimonial_single .box-image img,
.grid_style6 .gs_testimonial_single .box-image img,
.grid_style7 .gs_testimonial_single .box-image img,
.grid_style8 .gs_testimonial_single .box-image img,
.grid_style9 .gs_testimonial_single .box-image img,
.grid_style10 .gs_testimonial_single .box-image img,
.grid_style11 .gs_testimonial_single .box-image img,
.grid_style12 .gs_testimonial_single .box-image img,
.grid_style13 .gs_testimonial_single .box-image img,
.grid_style14 .gs_testimonial_single .box-image img,
.grid_style15 .gs_testimonial_single .box-image img,
.grid_style16 .gs_testimonial_single .box-image img,
.grid_style17 .gs_testimonial_single .box-image img,
.grid_style18 .gs_testimonial_single .box-image img,
.carousel_style_1 .gs_testimonial_single .box-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
.grid_style1 .gs_testimonial_single .gs-tai-contact a,
.grid_style2 .gs_testimonial_single .gs-tai-contact a,
.grid_style3 .gs_testimonial_single .gs-tai-contact a,
.grid_style4 .gs_testimonial_single .gs-tai-contact a,
.grid_style5 .gs_testimonial_single .gs-tai-contact a,
.grid_style6 .gs_testimonial_single .gs-tai-contact a,
.grid_style7 .gs_testimonial_single .gs-tai-contact a,
.grid_style8 .gs_testimonial_single .gs-tai-contact a,
.grid_style9 .gs_testimonial_single .gs-tai-contact a,
.grid_style10 .gs_testimonial_single .gs-tai-contact a,
.grid_style11 .gs_testimonial_single .gs-tai-contact a,
.grid_style12 .gs_testimonial_single .gs-tai-contact a,
.grid_style13 .gs_testimonial_single .gs-tai-contact a,
.grid_style14 .gs_testimonial_single .gs-tai-contact a,
.grid_style15 .gs_testimonial_single .gs-tai-contact a,
.grid_style16 .gs_testimonial_single .gs-tai-contact a,
.grid_style17 .gs_testimonial_single .gs-tai-contact a,
.grid_style18 .gs_testimonial_single .gs-tai-contact a,
.carousel_style_1 .gs_testimonial_single .gs-tai-contact a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.75;
  font-weight: 600;
  color: var(--info-text-color);
}
.grid_style1 .gs_testimonial_single .gs-tai-contact a i,
.grid_style2 .gs_testimonial_single .gs-tai-contact a i,
.grid_style3 .gs_testimonial_single .gs-tai-contact a i,
.grid_style4 .gs_testimonial_single .gs-tai-contact a i,
.grid_style5 .gs_testimonial_single .gs-tai-contact a i,
.grid_style6 .gs_testimonial_single .gs-tai-contact a i,
.grid_style7 .gs_testimonial_single .gs-tai-contact a i,
.grid_style8 .gs_testimonial_single .gs-tai-contact a i,
.grid_style9 .gs_testimonial_single .gs-tai-contact a i,
.grid_style10 .gs_testimonial_single .gs-tai-contact a i,
.grid_style11 .gs_testimonial_single .gs-tai-contact a i,
.grid_style12 .gs_testimonial_single .gs-tai-contact a i,
.grid_style13 .gs_testimonial_single .gs-tai-contact a i,
.grid_style14 .gs_testimonial_single .gs-tai-contact a i,
.grid_style15 .gs_testimonial_single .gs-tai-contact a i,
.grid_style16 .gs_testimonial_single .gs-tai-contact a i,
.grid_style17 .gs_testimonial_single .gs-tai-contact a i,
.grid_style18 .gs_testimonial_single .gs-tai-contact a i,
.carousel_style_1 .gs_testimonial_single .gs-tai-contact a i {
  color: var(--info-icon-color);
  margin-right: 8px;
}
.grid_style1 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style2 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style3 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style4 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style5 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style6 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style7 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style8 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style9 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style10 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style11 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style12 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style13 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style14 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style15 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style16 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style17 .gs_testimonial_single .gs-tai-socials-icon,
.grid_style18 .gs_testimonial_single .gs-tai-socials-icon,
.carousel_style_1 .gs_testimonial_single .gs-tai-socials-icon {
  margin-top: 10px;
}
.grid_style1 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style2 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style3 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style4 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style5 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style6 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style7 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style8 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style9 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style10 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style11 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style12 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style13 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style14 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style15 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style16 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style17 .gs_testimonial_single .gs-tai-socials-icon li,
.grid_style18 .gs_testimonial_single .gs-tai-socials-icon li,
.carousel_style_1 .gs_testimonial_single .gs-tai-socials-icon li {
  list-style: none;
  display: inline-block;
}
.grid_style1 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style2 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style3 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style4 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style5 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style6 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style7 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style8 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style9 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style10 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style11 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style12 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style13 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style14 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style15 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style16 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style17 .gs_testimonial_single .gs-tai-socials-icon li a,
.grid_style18 .gs_testimonial_single .gs-tai-socials-icon li a,
.carousel_style_1 .gs_testimonial_single .gs-tai-socials-icon li a {
  border: 1px solid rgb(229, 229, 229);
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid_style1 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style2 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style3 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style4 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style5 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style6 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style7 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style8 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style9 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style10 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style11 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style12 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style13 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style14 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style15 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style16 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style17 .gs_testimonial_single .gs-tai-socials-icon li a i,
.grid_style18 .gs_testimonial_single .gs-tai-socials-icon li a i,
.carousel_style_1 .gs_testimonial_single .gs-tai-socials-icon li a i {
  color: #111A2E;
  font-size: 15px;
}
.grid_style1 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style2 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style3 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style4 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style5 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style6 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style7 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style8 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style9 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style10 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style11 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style12 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style13 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style14 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style15 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style16 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style17 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.grid_style18 .gs_testimonial_single .gs-tai-socials-icon li a:hover,
.carousel_style_1 .gs_testimonial_single .gs-tai-socials-icon li a:hover {
  background: #15B7B9;
  color: #fff;
  border: 1px solid transparent;
}
.grid_style1 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style2 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style3 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style4 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style5 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style6 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style7 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style8 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style9 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style10 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style11 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style12 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style13 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style14 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style15 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style16 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style17 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.grid_style18 .gs_testimonial_single .gs-tai-socials-icon li a:hover i,
.carousel_style_1 .gs_testimonial_single .gs-tai-socials-icon li a:hover i {
  color: #fff !important;
}

/* gst-grid 0ne (Dev-Manzur)
================*/
.grid_style1 .gs_testimonial_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style1 .gs_testimonial_single .testimonial-box {
  border-radius: 50px 0 50px 0;
  padding: 42px 38px 30px 38px;
  background: var(--single-item--bg-color);
  /* End of star rating */
}
.grid_style1 .gs_testimonial_single .testimonial-box .box-content {
  padding-top: 18px;
  font-family: "Poppins", sans-serif;
}
.grid_style1 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 8px;
}
.grid_style1 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style1 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style1 .gs_testimonial_single .testimonial-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.grid_style1 .gs_testimonial_single .testimonial-author-info .box-image {
  margin-right: 20px;
}
.grid_style1 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style1 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style1 .box-tm-title {
  margin-top: 20px;
}

/* gst-grid Two (Dev-Manzur)
================*/
.grid_style2 {
  --box-content: #030d1e;
  --box-design-name: #15b7b9;
  --info-text-color: #030d1e;
  --info-icon-color: #15b7b9;
}
.grid_style2 .gs_testimonial_single {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style2 .gs_testimonial_single .testimonial-box {
  border-radius: 10px;
  text-align: center;
  padding: 34px 32px 68px 32px;
  background: var(--single-item--bg-color);
  /* End of star rating */
}
.grid_style2 .gs_testimonial_single .testimonial-box .box-content {
  font-family: "Poppins", sans-serif;
}
.grid_style2 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 10px;
}
.grid_style2 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style2 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style2 .gs_testimonial_single .testimonial-author-info {
  margin-top: -35px;
}
.grid_style2 .gs_testimonial_single .testimonial-author-info .box-image img {
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}
.grid_style2 .gs_testimonial_single .testimonial-author-info .gs-tai-client {
  margin-top: 5px;
}
.grid_style2 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style2 .gs_testimonial_single .testimonial-author-info .box-desiginfo {
  margin-top: 3px;
}
.grid_style2 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.grid_style2 .gs_testimonial_single .testimonial-author-info .gs-tai-contact a {
  color: var(--info-text-color);
}
.grid_style2 .gs_testimonial_single .testimonial-author-info .gs-tai-contact a i {
  color: var(--info-icon-color);
}
.grid_style2 .box-tm-title {
  padding-top: 10px;
  margin-bottom: 20px;
}

/* gst-grid Three (Dev-Manzur)
================*/
.grid_style3 {
  --box-design-name: #622efa;
  --single-item--bg-color: rgba(98, 46, 250, 0.031);
}
.grid_style3 .gs_testimonial_single {
  padding-top: 48px;
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style3 .gs_testimonial_single .testimonial-box {
  background: var(--single-item--bg-color);
  border: 1px solid rgba(98, 46, 250, 0.3019607843);
  border-radius: 20px;
  padding: 48px 40px 40px 40px;
  position: relative;
  /* End of star rating */
}
.grid_style3 .gs_testimonial_single .testimonial-box .box-content {
  margin-top: 22px;
  font-family: "Poppins", sans-serif;
}
.grid_style3 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 8px;
  margin-bottom: 5px;
}
.grid_style3 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style3 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style3 .gs_testimonial_single .testimonial-author-info {
  margin-top: 0px;
}
.grid_style3 .gs_testimonial_single .testimonial-author-info .box-image {
  position: absolute;
  right: 30px;
  top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.grid_style3 .gs_testimonial_single .testimonial-author-info .box-image img {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  width: 80px;
  height: 80px;
}
.grid_style3 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style3 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style3 .box-tm-title {
  margin-top: 20px;
}


/* -- Navigation */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

/* Default Style */
.gstm-has-carousel-swiper .gs_testimonial_single {
  margin-bottom: 0;
}
.gstm-has-carousel-swiper .gs_testimonial_single .testimonial-box {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gstm-has-carousel-swiper .swiper-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 44px;
}
.gstm-has-carousel-swiper .swiper-button-next,
.gstm-has-carousel-swiper .swiper-button-prev {
  width: var(--swiper-button-size);
  height: var(--swiper-button-size);
  background: var(--nav-bg-color);
  border-radius: 50%;
  font-size: 24px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  position: relative;
  margin-top: 0;
}
.gstm-has-carousel-swiper .swiper-button-next svg,
.gstm-has-carousel-swiper .swiper-button-prev svg {
  width: 16px;
  height: 16px;
}
.gstm-has-carousel-swiper .swiper-button-next svg path,
.gstm-has-carousel-swiper .swiper-button-prev svg path {
  fill: var(--nav-icon-color);
}
.gstm-has-carousel-swiper .swiper-button-next:hover,
.gstm-has-carousel-swiper .swiper-button-prev:hover {
  background: var(--nav-bg-active-color);
}
.gstm-has-carousel-swiper .swiper-button-next:hover svg path,
.gstm-has-carousel-swiper .swiper-button-prev:hover svg path {
  fill: var(--nav-icon-active-color);
}
.gstm-has-carousel-swiper .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Default Style */
.carousel-navs--default,
.carousel-navs--style-one {
  --swiper-button-space: 86px;
}

.carousel-navs--style-two {
  --nav-bg-active-color: #fd8072;
  --swiper-container-x-space: 20px;
  --swiper-dots-x-space: 62px;
}
.carousel-navs--style-two .gs_carousel_swiper {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: calc(var(--swiper-button-size) + var(--swiper-container-x-space));
  padding-right: calc(var(--swiper-button-size) + var(--swiper-container-x-space));
}
.carousel-navs--style-two .swiper-nav-buttons {
  margin-top: 0;
}
.carousel-navs--style-two .swiper-button-prev {
  left: 0;
}
.carousel-navs--style-two .swiper-button-next {
  right: 0;
}
.carousel-navs--style-two .swiper-button-next,
.carousel-navs--style-two .swiper-button-prev {
  position: absolute;
  top: calc(50% - var(--swiper-bottom-space-dots) / 2 - var(--swiper-button-size) / 2);
}
.carousel-navs--style-two .swiper-button-next:hover,
.carousel-navs--style-two .swiper-button-prev:hover {
  background: var(--nav-bg-active-color);
}
.carousel-navs--style-two .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Nav Style 3 */
.carousel-navs--style-three {
  --nav-bg-active-color: #15b7b9;
}
.carousel-navs--style-three .swiper-nav-buttons {
  margin-top: 0;
}
.carousel-navs--style-three .swiper-button-prev {
  left: calc(15px - var(--swiper-button-size) / 2);
}
.carousel-navs--style-three .swiper-button-next {
  right: calc(15px - var(--swiper-button-size) / 2);
}
.carousel-navs--style-three .swiper-button-next,
.carousel-navs--style-three .swiper-button-prev {
  position: absolute;
  top: calc(50% - var(--swiper-bottom-space-dots) / 2 - var(--swiper-button-size) / 2);
}
.carousel-navs--style-three .swiper-button-next:hover,
.carousel-navs--style-three .swiper-button-prev:hover {
  background: var(--nav-bg-active-color);
}
.carousel-navs--style-three .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel-has-dots .swiper-pagination {
  margin-top: 32px;
  position: relative;
  width: 100%;
}
.carousel-has-dots .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--dot-bg-color);
  border-color: var(--dot-border-color);
  opacity: 1;
  bottom: 0;
}
.carousel-has-dots .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--dot-bg-color-active);
  width: 12px;
  height: 12px;
}
.carousel-has-dots .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.carousel-has-dots.carousel-dots--bottom {
  --swiper-bottom-space-dots: 44px;
}

.carousel-dots--style-two .swiper-pagination .swiper-pagination-bullet {
  border-color: var(--dot-bg-color-active);
  border-width: 1px;
  border-style: solid;
  width: 9px;
  height: 9px;
  background: transparent !important;
}
.carousel-dots--style-two .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 30px;
  background: var(--dot-bg-color-active) !important;
}

.carousel-dots--style-three .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--dot-bg-color-active);
  background: transparent !important;
}
.carousel-dots--style-three .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--dot-bg-color-active) !important;
}

.grid_style2.carousel-has-dots,
.grid_style8.carousel-has-dots,
.grid_style9.carousel-has-dots,
.grid_style15.carousel-has-dots,
.grid_style16.carousel-has-dots {
  --dot-border-color: #17b7b9;
  --dot-bg-color-active: #17b7b9;
}

.grid_style3.carousel-has-dots,
.grid_style14.carousel-has-dots {
  --dot-border-color: #622efa;
  --dot-bg-color-active: #622efa;
}


.carousel-dots--bottom-inside-left.carousel-has-dots .swiper-pagination {
  position: absolute;
  left: calc(55px + var(--swiper-dots-x-space));
  bottom: calc(var(--swiper-button-space) + var(--swiper-dots-bottom-space)) !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
}

.carousel-dots--bottom-inside-right.carousel-has-dots .swiper-pagination {
  position: absolute;
  right: calc(55px + var(--swiper-dots-x-space));
  left: auto;
  bottom: calc(var(--swiper-button-space) + var(--swiper-dots-bottom-space)) !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
}


@media only screen and (min-width: 600px) and (max-width: 767px) {
  .gs_testimonial_container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .gs_testimonial_container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .gs_testimonial_container .gs-col-xs-6 {
    width: 100% !important;
  }
  .flipster__button--next {
    margin-right: 0;
  }
  .flipster__button--prev {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .gs_testimonial_container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Responsive (Dev By Manzur)
================*/
@media (min-width: 1024px) and (max-width: 1200px) {
  
}
@media (min-width: 992px) and (max-width: 1023px) {
  .grid_style3 .gs_testimonial_single {
    padding-bottom: 60px;
  }
  
  .carousel-navs--style-one .gs_carousel_swiper,
  .carousel-dots--style-three .gs_carousel_swiper {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 480px) and (max-width: 767px) {
  /* gst-grid 3 (Dev-Manzur)
  ================*/
  .grid_style3 .gs_testimonial_single {
    margin-bottom: 60px;
  }
  
}
@media (max-width: 479px) {
  /** Common Css **/
  .grid_style1 .gs_testimonial_single,
  .grid_style2 .gs_testimonial_single,
  .grid_style3 .gs_testimonial_single,
  .grid_style4 .gs_testimonial_single,
  .grid_style5 .gs_testimonial_single,
  .grid_style6 .gs_testimonial_single,
  .grid_style7 .gs_testimonial_single,
  .grid_style8 .gs_testimonial_single,
  .grid_style9 .gs_testimonial_single,
  .grid_style10 .gs_testimonial_single,
  .grid_style11 .gs_testimonial_single,
  .grid_style12 .gs_testimonial_single,
  .grid_style13 .gs_testimonial_single,
  .grid_style14 .gs_testimonial_single,
  .grid_style15 .gs_testimonial_single,
  .grid_style16 .gs_testimonial_single,
  .grid_style17 .gs_testimonial_single,
  .grid_style18 .gs_testimonial_single,
  .carousel_style_1 .gs_testimonial_single {
    /* End of testimonial-box */
  }
  .grid_style1 .gs_testimonial_single .testimonial-box,
  .grid_style2 .gs_testimonial_single .testimonial-box,
  .grid_style3 .gs_testimonial_single .testimonial-box,
  .grid_style4 .gs_testimonial_single .testimonial-box,
  .grid_style5 .gs_testimonial_single .testimonial-box,
  .grid_style6 .gs_testimonial_single .testimonial-box,
  .grid_style7 .gs_testimonial_single .testimonial-box,
  .grid_style8 .gs_testimonial_single .testimonial-box,
  .grid_style9 .gs_testimonial_single .testimonial-box,
  .grid_style10 .gs_testimonial_single .testimonial-box,
  .grid_style11 .gs_testimonial_single .testimonial-box,
  .grid_style12 .gs_testimonial_single .testimonial-box,
  .grid_style13 .gs_testimonial_single .testimonial-box,
  .grid_style14 .gs_testimonial_single .testimonial-box,
  .grid_style15 .gs_testimonial_single .testimonial-box,
  .grid_style16 .gs_testimonial_single .testimonial-box,
  .grid_style17 .gs_testimonial_single .testimonial-box,
  .grid_style18 .gs_testimonial_single .testimonial-box,
  .carousel_style_1 .gs_testimonial_single .testimonial-box {
    padding: 24px;
  }
  .grid_style1 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style2 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style3 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style4 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style5 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style6 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style7 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style8 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style9 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style10 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style11 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style12 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style13 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style14 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style15 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style16 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style17 .gs_testimonial_single .gs-tai-client .box-client-name,
  .grid_style18 .gs_testimonial_single .gs-tai-client .box-client-name,
  .carousel_style_1 .gs_testimonial_single .gs-tai-client .box-client-name {
    font-size: 16px;
  }
  .grid_style1 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style2 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style3 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style4 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style5 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style6 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style7 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style8 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style9 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style10 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style11 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style12 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style13 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style14 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style15 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style16 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style17 .gs_testimonial_single .box-desiginfo .box-design-name,
  .grid_style18 .gs_testimonial_single .box-desiginfo .box-design-name,
  .carousel_style_1 .gs_testimonial_single .box-desiginfo .box-design-name {
    font-size: 14px;
  }
  /* gst-grid 0ne (Dev-Manzur)
  ================*/
  .grid_style1 .gs_testimonial_single .testimonial-box {
    border-radius: 28px 0 28px 0;
  }
  .grid_style1 .gs_testimonial_single .box-image {
    margin-right: 12px;
  }
  .grid_style1 .gs_testimonial_single .box-image img {
    width: 60px;
    height: 60px;
  }
  /* gst-grid 2 (Dev-Manzur)
  ================*/
  .grid_style2 .gs_testimonial_single .testimonial-box {
    padding-bottom: 64px;
  }
  /* gst-grid 3 (Dev-Manzur)
  ================*/
  .grid_style3 .gs_testimonial_single {
    padding-bottom: 60px;
  }
  .grid_style3 .gs_testimonial_single .testimonial-box {
    padding-top: 48px;
  }
  .grid_style3 .gs_testimonial_single .testimonial-author-info .box-image {
    right: 10px;
    top: -32px;
  }
  .grid_style3 .gs_testimonial_single .testimonial-author-info .box-image img {
    width: 60px;
    height: 60px;
  }
  
  .carousel-navs--style-one .gs_carousel_swiper,
  .carousel-dots--style-three .gs_carousel_swiper {
    padding-bottom: 10px;
  }
}

