.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;
}

/*! <fs_premium_only> */
/* gst-grid Four (Dev-Manzur)
================*/
.grid_style4 {
  --box-content: #ffffff;
  --box-client-name: #fff;
  --box-design-name: #fff;
}
.grid_style4 .gs_testimonial_single {
  padding-left: 16px;
  padding-right: 16px;
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style4 .gs_testimonial_single .testimonial-box {
  border-radius: 26px;
  padding: 40px 38px;
  position: relative;
  text-align: center;
  /* End of star rating */
}
.grid_style4 .gs_testimonial_single .testimonial-box .box-image img {
  border: 4px solid rgba(255, 255, 255, 0.2);
  width: 88px;
  height: 88px;
}
.grid_style4 .gs_testimonial_single .testimonial-box .box-content {
  margin-top: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.grid_style4 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 20px;
}
.grid_style4 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style4 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style4 .gs_testimonial_single .testimonial-author-info {
  margin-top: 8px;
}
.grid_style4 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "DM Sans", sans-serif;
}
.grid_style4 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "DM Sans", sans-serif;
}
.grid_style4 .box-tm-title {
  margin-top: 24px;
  --box-tm-title-color: #fff;
}

/* gst-grid Five (Dev-Manzur)
================*/
.grid_style5 .gs_testimonial_single {
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style5 .gs_testimonial_single .testimonial-box {
  padding: 30px 30px;
  position: relative;
  border-right: 1px solid #e5e5e5;
  /* End of star rating */
}
.grid_style5 .gs_testimonial_single .testimonial-box .box-content {
  margin-top: 18px;
  font-family: "Inter", sans-serif;
}
.grid_style5 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style5 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style5 .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: 10px;
}
.grid_style5 .gs_testimonial_single .testimonial-author-info .box-image {
  margin-right: 18px;
}
.grid_style5 .gs_testimonial_single .testimonial-author-info .box-image img {
  border-radius: 8px 50px 50px 50px;
}
.grid_style5 .gs_testimonial_single .testimonial-author-info .gs-tai-client {
  margin-top: -1px;
}
.grid_style5 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Jost", sans-serif;
}
.grid_style5 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Jost", sans-serif;
}
.grid_style5 .box-tm-title {
  margin-top: 24px;
}

/* gst-grid Six (Dev-Manzur)
================*/
.grid_style6 {
  --box-content: #030d1e;
}
.grid_style6 .gs_testimonial_single {
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style6 .gs_testimonial_single .testimonial-box {
  border-radius: 50px 0 50px 0;
  padding: 38px;
  background: var(--single-item--bg-color);
  /* End of star rating */
}
.grid_style6 .gs_testimonial_single .testimonial-box .box-content {
  font-family: "Poppins", sans-serif;
}
.grid_style6 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 20px;
}
.grid_style6 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style6 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style6 .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: 10px;
}
.grid_style6 .gs_testimonial_single .testimonial-author-info .box-image {
  margin-right: 16px;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 20px 5px 20px 5px;
}
.grid_style6 .gs_testimonial_single .testimonial-author-info .box-image img {
  border-radius: 20px 5px 20px 5px;
}
.grid_style6 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style6 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style6 .box-tm-title {
  margin-bottom: 20px;
}

/* gst-grid Seven (Dev-Manzur)
================*/
.grid_style7 {
  --box-design-name: #ff5d62;
}
.grid_style7 .gs_testimonial_single {
  text-align: center;
  /* End of testimonial-author-info */
}
.grid_style7 .gs_testimonial_single .box-image {
  position: relative;
}
.grid_style7 .gs_testimonial_single .box-image:after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
.grid_style7 .gs_testimonial_single .box-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.grid_style7 .gs_testimonial_single .playicon-wrappper {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid_style7 .gs_testimonial_single .playicon-wrappper .gstm-svg {
  fill: #fff;
  -webkit-transition: fill 0.25s ease;
  -o-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.grid_style7 .gs_testimonial_single .playicon-wrappper:hover .gstm-svg {
  fill: #ff5d62;
}
.grid_style7 .gs_testimonial_single .testimonial-author-info {
  margin-top: 26px;
}
.grid_style7 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style7 .gs_testimonial_single .testimonial-author-info .box-desiginfo {
  margin-top: 6px;
}
.grid_style7 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}

/* gst-grid Eight (Dev-Manzur)
================*/
.grid_style8 {
  --box-content: #ffffff;
  --single-item--bg-color: #15b7b9;
}
.grid_style8 .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_style8 .gs_testimonial_single .testimonial-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  text-align: center;
  padding: 40px 28px 66px 28px;
  background: var(--single-item--bg-color);
  /* End of star rating */
}
.grid_style8 .gs_testimonial_single .testimonial-box .box-content {
  font-family: "Poppins", sans-serif;
}
.grid_style8 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 8px;
}
.grid_style8 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style8 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style8 .gs_testimonial_single .testimonial-author-info {
  margin-top: -35px;
}
.grid_style8 .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_style8 .gs_testimonial_single .testimonial-author-info .gs-tai-client {
  margin-top: 5px;
}
.grid_style8 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style8 .gs_testimonial_single .testimonial-author-info .box-desiginfo {
  margin-top: 0;
}
.grid_style8 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style8 .gs_testimonial_single .testimonial-author-info .gs-tai-contact a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #030d1e;
  line-height: 1.75;
  font-weight: 600;
}
.grid_style8 .gs_testimonial_single .testimonial-author-info .gs-tai-contact a i {
  color: #15b7b9;
}
.grid_style8 .box-tm-title {
  margin-bottom: 24px;
  --box-tm-title-color: #fff;
}

/* gst-grid Nine (Dev-Manzur)
================*/
.grid_style9 {
  --box-content: #030d1e;
  --box-design-name: #15b7b9;
  --info-text-color: #030d1e;
  --info-icon-color: #15b7b9;
}
.grid_style9 .gs_testimonial_single {
  text-align: center;
  /* End of testimonial-box */
}
.grid_style9 .gs_testimonial_single .testimonial-box {
  border-radius: 10px;
  text-align: center;
  padding: 42px 28px 34px 28px;
  background: var(--single-item--bg-color);
  /* End of star rating */
}
.grid_style9 .gs_testimonial_single .testimonial-box .box-content {
  padding-top: 12px;
  font-family: "Poppins", sans-serif;
}
.grid_style9 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 10px;
}
.grid_style9 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style9 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style9 .gs_testimonial_single .testimonial-box .box-image img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.grid_style9 .gs_testimonial_single .testimonial-box .gs-tai-client .box-client-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style9 .gs_testimonial_single .testimonial-box .box-desiginfo {
  margin-top: 3px;
}
.grid_style9 .gs_testimonial_single .testimonial-box .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style9 .gs_testimonial_single .testimonial-box .gs-tai-contact a {
  color: var(--info-text-color);
}
.grid_style9 .gs_testimonial_single .testimonial-box .gs-tai-contact a i {
  color: var(--info-icon-color);
}
.grid_style9 .box-tm-title {
  margin-top: 26px;
  margin-bottom: 10px;
}

/* gst-grid Ten (Dev-Manzur)
================*/
.grid_style10 {
  --box-content: #030d1e;
}
.grid_style10 .gs_testimonial_single {
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style10 .gs_testimonial_single .testimonial-box {
  border-radius: 10px;
  padding: 50px 38px 42px 38px;
  border: 1px solid #e5e5e5;
  /* End of star rating */
}
.grid_style10 .gs_testimonial_single .testimonial-box .box-content {
  padding-top: 16px;
  font-family: "Poppins", sans-serif;
}
.grid_style10 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: -4px;
}
.grid_style10 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style10 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style10 .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: 12px;
}
.grid_style10 .gs_testimonial_single .testimonial-author-info .box-image {
  margin-right: 15px;
}
.grid_style10 .gs_testimonial_single .testimonial-author-info .box-image img {
  width: 80px;
  height: 80px;
}
.grid_style10 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Montserrat", sans-serif;
}
.grid_style10 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style10 .box-tm-title {
  margin-top: 24px;
  margin-bottom: 10px;
}

/* gst-grid Eleven (Dev-Manzur)
================*/
.grid_style11 {
  --box-content: #ffffff;
  --box-client-name: #fff;
  --box-design-name: #ffffff;
}
.grid_style11 .gs_testimonial_single {
  padding-left: 16px;
  padding-right: 16px;
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style11 .gs_testimonial_single .testimonial-box {
  border-radius: 30px;
  padding: 40px 38px 34px 38px;
  position: relative;
  text-align: center;
  /* End of star rating */
}
.grid_style11 .gs_testimonial_single .testimonial-box > * {
  z-index: 2;
  position: relative;
}
.grid_style11 .gs_testimonial_single .testimonial-box .box-image img {
  border: 4px solid rgba(255, 255, 255, 0.2);
  width: 88px;
  height: 88px;
}
.grid_style11 .gs_testimonial_single .testimonial-box .box-content {
  margin-top: 18px;
  font-family: "Poppins", sans-serif;
}
.grid_style11 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 20px;
}
.grid_style11 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style11 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style11 .gs_testimonial_single .testimonial-box .qoute-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.grid_style11 .gs_testimonial_single .testimonial-author-info {
  margin-top: 6px;
}
.grid_style11 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "DM Sans", sans-serif;
}
.grid_style11 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "DM Sans", sans-serif;
}

/* gst-grid Tweleve (Dev-Manzur)
================*/
.grid_style12 .gs_testimonial_single {
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style12 .gs_testimonial_single .testimonial-box {
  padding: 0px 32px;
  position: relative;
  /* End of star rating */
}
.grid_style12 .gs_testimonial_single .testimonial-box .box-content {
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
}
.grid_style12 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style12 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style12 .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: 8px;
}
.grid_style12 .gs_testimonial_single .testimonial-author-info .box-image {
  margin-right: 16px;
}
.grid_style12 .gs_testimonial_single .testimonial-author-info .box-image img {
  border-radius: 8px 50px 50px 50px;
}
.grid_style12 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Jost", sans-serif;
}
.grid_style12 .gs_testimonial_single .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Jost", sans-serif;
}
.grid_style12 .box-tm-title {
  margin-top: 24px;
}

/* gst-grid 13 (Dev-Manzur)
================*/
.grid_style13 {
  --box-design-name: #ff5d62;
  --box-content:#030d1e;
}
.grid_style13 .gs_testimonial_single {
  text-align: center;
  padding-bottom: 30px;
  /* End of testimonial-box */
  /* End of testimonial-author-info */
}
.grid_style13 .gs_testimonial_single .testimonial-box {
  text-align: center;
  padding: 42px 28px 34px 28px;
  background-color: transparent !important;
  /* End of star rating */
}
.grid_style13 .gs_testimonial_single .testimonial-box .qoute-icon svg path {
  fill: #ff5d62;
}
.grid_style13 .gs_testimonial_single .testimonial-box .box-content {
  padding-top: 37px;
  font-family: "Jost", sans-serif;
  color: var(--box-content);
  text-shadow: 0px 7px 10px rgba(42, 11, 88, 0.5);
  font-size: 20px;
  line-height: 1.5;
}
.grid_style13 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 5px;
}
.grid_style13 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style13 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style13 .gs_testimonial_single .testimonial-box .box-image img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50% 50% 50% 5px;
}
.grid_style13 .gs_testimonial_single .testimonial-box .gs-tai-client {
  margin-top: 7px;
}
.grid_style13 .gs_testimonial_single .testimonial-box .gs-tai-client .box-client-name {
  font-family: "Jost", sans-serif;
}
.grid_style13 .gs_testimonial_single .testimonial-box .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style13 .gs_testimonial_single .testimonial-box .gs-tai-email a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.grid_style13 .gs_testimonial_single .testimonial-box .company-image {
  margin-top: 26px;
}
/* gst-grid 14 (Dev-Manzur)
================*/
.grid_style14 .gs_testimonial_single {
  --img-size: 150px;
  --qoute-size: 50px;
  /* End of testimonial-box */
}
.grid_style14 .gs_testimonial_single .testimonial-box {
  padding: 0px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  /* End of star rating */
}
.grid_style14 .gs_testimonial_single .testimonial-box .box-content {
  margin-top: 14px;
  font-family: "Open Sans", sans-serif;
}
.grid_style14 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style14 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .box-image {
  width: var(--img-size);
  height: var(--img-size);
  border-radius: 50%;
  margin-right: 4px;
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .box-image img {
  border-radius: 50%;
  width: var(--img-size);
  height: var(--img-size);
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .qoute-icon {
  width: var(--qoute-size);
  height: var(--qoute-size);
  border-radius: 50%;
  background: #622efa;
  text-align: center;
  position: absolute;
  right: -1px;
  bottom: -6px;
  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_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .qoute-icon svg path {
  fill: #fff;
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right {
  background: var(--single-item--bg-color);
  border-radius: 20px;
  padding: 34px 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  /* End of testimonial-author-info */
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right .testimonial-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right .testimonial-author-info .gs-tai-client {
  margin-top: -1px;
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right .testimonial-author-info .gs-tai-client .box-client-name {
  font-family: "Poppins", sans-serif;
}
.grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right .testimonial-author-info .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style14 .box-tm-title {
  margin-top: 24px;
  margin-bottom: 10px;
}
.grid_style14 .gs-col-lg-6 .testimonial-box,
.grid_style14 .gs-col-lg-4 .testimonial-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: initial;
}
.grid_style14 .gs-col-lg-6 {
  --img-size:100px;
  --qoute-size: 40px;
}
.grid_style14 .gs-col-lg-6 .testimonial-box {
  gap: 0;
}
.grid_style14 .gs-col-lg-6 .testimonial-box .testimonial-content-left {
  margin-bottom: -90px;
}
.grid_style14 .gs-col-lg-6 .testimonial-box .testimonial-content-left .box-image {
  width: var(--img-size);
  height: var(--img-size);
  border-radius: 50%;
  margin-right: 0;
}
.grid_style14 .gs-col-lg-6 .testimonial-box .testimonial-content-left .box-image img {
  width: var(--img-size);
  height: var(--img-size);
}
.grid_style14 .gs-col-lg-6 .testimonial-box .testimonial-content-left .qoute-icon {
  width: var(--qoute-size);
  height: var(--qoute-size);
  bottom: 40px;
}
.grid_style14 .gs-col-lg-6 .testimonial-box .testimonial-content-left .qoute-icon svg {
  width: 16px;
  height: 16px;
}
.grid_style14 .gs-col-lg-6 .testimonial-box .testimonial-content-right {
  padding: 42px 32px;
}
.grid_style14 .gs-col-lg-4 {
  --img-size:100px;
  --qoute-size: 40px;
}
.grid_style14 .gs-col-lg-4 .testimonial-box {
  gap: 0;
}
.grid_style14 .gs-col-lg-4 .testimonial-box .testimonial-content-left {
  margin-bottom: -90px;
}
.grid_style14 .gs-col-lg-4 .testimonial-box .testimonial-content-left .box-image {
  width: var(--img-size);
  height: var(--img-size);
  border-radius: 50%;
  margin-right: 0;
}
.grid_style14 .gs-col-lg-4 .testimonial-box .testimonial-content-left .box-image img {
  width: var(--img-size);
  height: var(--img-size);
}
.grid_style14 .gs-col-lg-4 .testimonial-box .testimonial-content-left .qoute-icon {
  width: var(--qoute-size);
  height: var(--qoute-size);
  bottom: 46px;
}
.grid_style14 .gs-col-lg-4 .testimonial-box .testimonial-content-left .qoute-icon svg {
  width: 16px;
  height: 16px;
}
.grid_style14 .gs-col-lg-4 .testimonial-box .testimonial-content-right {
  padding: 60px 32px 42px 32px;
}

/* gst-grid 15 (Dev-Manzur)
================*/
.grid_style15 {
  --box-content: #030d1e;
  --box-design-name: #15b7b9;
  --info-text-color: #030d1e;
  --info-icon-color: #15b7b9;
  --img-size: 100px;
}
.grid_style15 .gs_testimonial_single {
  text-align: center;
  margin-bottom: 30px;
  /* End of testimonial-box */
}
.grid_style15 .gs_testimonial_single .testimonial-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  text-align: center;
  padding: 42px 28px 34px 28px;
  background: var(--single-item--bg-color);
  position: relative;
  /* End of star rating */
}
.grid_style15 .gs_testimonial_single .testimonial-box > * {
  z-index: 2;
  position: relative;
}
.grid_style15 .gs_testimonial_single .testimonial-box .box-content {
  padding-top: 14px;
  font-family: "Poppins", sans-serif;
}
.grid_style15 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 10px;
}
.grid_style15 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style15 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style15 .gs_testimonial_single .testimonial-box .box-image img {
  margin: 0 auto;
  width: var(--img-size);
  height: var(--img-size);
  border-radius: 50%;
}
.grid_style15 .gs_testimonial_single .testimonial-box .gs-tai-client .box-client-name {
  font-family: "Poppins", sans-serif;
}
.grid_style15 .gs_testimonial_single .testimonial-box .box-desiginfo {
  margin-top: 3px;
}
.grid_style15 .gs_testimonial_single .testimonial-box .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.grid_style15 .gs_testimonial_single .testimonial-box .gs-tai-contact a {
  color: var(--info-text-color);
}
.grid_style15 .gs_testimonial_single .testimonial-box .gs-tai-contact a i {
  color: var(--info-icon-color);
}
.grid_style15 .gs_testimonial_single .testimonial-box .gs-tai-email a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.grid_style15 .gs_testimonial_single .testimonial-box .qoute-icon {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
}
.grid_style15 .gs_testimonial_single .testimonial-box .qoute-icon svg path {
  fill: rgba(21, 183, 185, 0.0705882353);
}
.grid_style15 .gs_testimonial_single .testimonial-box .qoute-left-icon {
  left: 24%;
}
.grid_style15 .gs_testimonial_single .testimonial-box .qoute-right-icon {
  right: 24%;
}
.grid_style15 .box-tm-title {
  margin-top: 28px;
}
.grid_style15 .gs-col-lg-4 .testimonial-box .qoute-icon svg {
  width: 48px;
}
.grid_style15 .gs-col-lg-4 .testimonial-box .qoute-right-icon {
  right: 12%;
}
.grid_style15 .gs-col-lg-4 .testimonial-box .qoute-left-icon {
  left: 12%;
}
.grid_style15 .gs-col-lg-6 .testimonial-box .qoute-icon svg {
  width: 60px;
  height: 60px;
}
.grid_style15 .gs-col-lg-6 .testimonial-box .qoute-right-icon {
  right: 10%;
}
.grid_style15 .gs-col-lg-6 .testimonial-box .qoute-left-icon {
  left: 10%;
}

/* gst-grid 16 (Dev-Manzur)
================*/
.grid_style16 {
  --box-content: #030d1e;
  --box-design-name: #15b7b9;
  --img-size: 100px;
}
.grid_style16 .gs_testimonial_single {
  margin-bottom: 30px;
  min-width: 50%;
  /* End of testimonial-box */
}
.grid_style16 .gs_testimonial_single .for-right-padding {
  padding-right: calc(var(--img-size) / 2);
}
.grid_style16 .gs_testimonial_single .testimonial-box {
  border-radius: 10px;
  padding: 32px calc(var(--img-size) / 2 + 50px) 40px 28px;
  background: var(--single-item--bg-color);
  position: relative;
  border: 1px solid rgb(229, 229, 229);
  text-align: right;
  /* End of star rating */
}
.grid_style16 .gs_testimonial_single .testimonial-box .box-content {
  padding-top: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.76;
}
.grid_style16 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 16px;
}
.grid_style16 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style16 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style16 .gs_testimonial_single .testimonial-box .box-image {
  position: absolute;
  right: calc(var(--img-size) / 2 * -1);
  top: 50%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}
.grid_style16 .gs_testimonial_single .testimonial-box .box-image img {
  width: var(--img-size);
  height: var(--img-size);
  border-radius: 50%;
}
.grid_style16 .gs_testimonial_single .testimonial-box .gs-tai-client .box-client-name {
  font-family: "Poppins", sans-serif;
}
.grid_style16 .gs_testimonial_single .testimonial-box .box-desiginfo {
  margin-top: 3px;
}
.grid_style16 .gs_testimonial_single .testimonial-box .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style16 .box-tm-title {
  margin-top: 10px;
  margin-bottom: 12px;
}
.grid_style16 .gs-col-lg-6 {
  padding-right: 40px;
}
.grid_style16 .gs-col-lg-6 .testimonial-box {
  padding-right: 70px;
}
.grid_style16 .gs-col-lg-6 .testimonial-box .box-image {
  right: -40px;
}
.grid_style16 .gs-col-lg-6 .testimonial-box .box-image img {
  width: 80px;
  height: 80px;
}

/* gst-grid 15 (Dev-Manzur)
================*/
.grid_style17 {
  --box-content: #030d1e;
  --box-design-name: #ff4c4c;
  --info-text-color: #030d1e;
  --info-icon-color: #ff4c4c;
}
.grid_style17 .gs_testimonial_single {
  text-align: center;
  padding-bottom: 50px;
  /* End of testimonial-box */
  /* End of star rating */
}
.grid_style17 .gs_testimonial_single .testimonial-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  text-align: center;
  padding: 53px 28px 88px 28px;
  background: var(--single-item--bg-color);
  height: 100%;
}
.grid_style17 .gs_testimonial_single .qoute-icon svg path {
  fill: #ff5d62;
}
.grid_style17 .gs_testimonial_single .box-content {
  padding-top: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 2;
  padding-bottom: 15px;
}
.grid_style17 .gs_testimonial_single .gs-star-rating {
  margin-top: 7px;
}
.grid_style17 .gs_testimonial_single .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style17 .gs_testimonial_single .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style17 .gs_testimonial_single .box-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.grid_style17 .gs_testimonial_single .box-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.grid_style17 .gs_testimonial_single .gs-tai-client .box-client-name {
  font-family: "Poppins", sans-serif;
}
.grid_style17 .gs_testimonial_single .box-desiginfo {
  margin-top: -3px;
}
.grid_style17 .gs_testimonial_single .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style17 .gs_testimonial_single .gs-tai-contact a {
  color: var(--info-text-color);
}
.grid_style17 .gs_testimonial_single .gs-tai-contact a i {
  color: var(--info-icon-color);
}
.grid_style17 .gs_testimonial_single .gs-tai-socials-icon li a:hover {
  background: #ff4c4c;
  color: #fff;
  border: 1px solid transparent;
}
.grid_style17 .gs_testimonial_single .gs-tai-socials-icon li a:hover i {
  color: #fff !important;
}
.grid_style17 .box-tm-title {
  margin-top: 24px;
  margin-bottom: 5px;
}

/* gst-grid 16 (Dev-Manzur)
================*/
.grid_style18 {
  --box-content: #030d1e;
}
.grid_style18 .gs_testimonial_single {
  padding: 30px;
  min-width: 100%;
  /* End of testimonial-box */
}
.grid_style18 .gs_testimonial_single .testimonial-box {
  border-radius: 10px;
  padding: 32px;
  background: var(--single-item--bg-color);
  position: relative;
  border: 1px solid rgb(229, 229, 229);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* End of star rating */
}
.grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-left {
  position: relative;
  height: 350px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-left .box-image img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-right {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-right .qoute-icon svg path {
  fill: #ff5d62;
}
.grid_style18 .gs_testimonial_single .testimonial-box .box-content {
  padding-top: 12px;
  font-family: "Poppins", sans-serif;
}
.grid_style18 .gs_testimonial_single .testimonial-box .gs-star-rating {
  margin-top: 10px;
}
.grid_style18 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star {
  margin-right: 5px;
}
.grid_style18 .gs_testimonial_single .testimonial-box .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.grid_style18 .gs_testimonial_single .testimonial-box .gs-tai-client .box-client-name {
  font-family: "Poppins", sans-serif;
}
.grid_style18 .gs_testimonial_single .testimonial-box .box-desiginfo {
  margin-top: 3px;
}
.grid_style18 .gs_testimonial_single .testimonial-box .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.grid_style18 .box-tm-title {
  margin-top: 28px;
  margin-bottom: 5px;
}

/* Carousel Style 1 (Dev-Manzur)
================*/
.carousel_style_1 {
  --box-content: #030d1e;
  --box-design-name: #ff4c4c;
  --info-text-color: #030d1e;
  --info-icon-color: #ff4c4c;
  --single-item--bg-color: #fff;
  background: var(--single-item--bg-color);
  padding: 53px 28px 0px 28px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  margin-bottom: 50px;
}
.carousel_style_1 .gs_testimonial_single {
  text-align: center;
}
.carousel_style_1 .gs_testimonial_single .testimonial-box {
  text-align: center;
}
.carousel_style_1 .gs_testimonial_single .qoute-icon svg path {
  fill: #ff5d62;
}
.carousel_style_1 .gs_testimonial_single .box-content {
  padding-top: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 2;
  padding-bottom: 15px;
}
.carousel_style_1 .gs_testimonial_single .gs-star-rating {
  margin-top: 7px;
}
.carousel_style_1 .gs_testimonial_single .gs-star-rating .gs-star {
  margin-right: 5px;
}
.carousel_style_1 .gs_testimonial_single .gs-star-rating .gs-star:last-child {
  margin-right: 0;
}
.carousel_style_1 .gs_testimonial_single .box-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.carousel_style_1 .gs_testimonial_single .box-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.carousel_style_1 .gs_testimonial_single .gs-tai-client .box-client-name {
  font-family: "Poppins", sans-serif;
}
.carousel_style_1 .gs_testimonial_single .box-desiginfo {
  margin-top: -3px;
}
.carousel_style_1 .gs_testimonial_single .box-desiginfo .box-design-name {
  font-family: "Poppins", sans-serif;
}
.carousel_style_1 .gs_testimonial_single .gs-tai-contact a {
  color: var(--info-text-color);
}
.carousel_style_1 .gs_testimonial_single .gs-tai-contact a i {
  color: var(--info-icon-color);
}
.carousel_style_1 .gs_testimonial_single .gs-tai-socials-icon li a:hover {
  background: #ff4c4c;
  color: #fff;
  border: 1px solid transparent;
}
.carousel_style_1 .gs_testimonial_single .gs-tai-socials-icon li a:hover i {
  color: #fff !important;
}
.carousel_style_1 .box-tm-title {
  margin-top: 24px;
  margin-bottom: 5px;
}
.carousel_style_1 .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  display: block;
  text-align: center;
  bottom: -50px;
  margin-top: 0px;
}
.carousel_style_1 .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel_style_1 .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: rgba(16, 23, 52, 0.35);
}
.carousel_style_1 .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_style_1 .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel_style_1 .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main:after {
  background: rgba(19, 29, 75, 0);
}

/*! </fs_premium_only> */
/* -- 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;
}

/*! <fs_premium_only> */
.grid_style7.carousel-has-dots,
.grid_style13.carousel-has-dots,
.grid_style17.carousel-has-dots,
.grid_style18.carousel-has-dots {
  --dot-border-color: #ff5d62;
  --dot-bg-color-active: #ff5d62;
}

/*! </fs_premium_only> */
.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;
}

/*! <fs_premium_only> */
.grid_style16.carousel-dots--bottom-inside-right .gs_carousel_swiper .gs_testimonial_single {
  padding-right: 100px !important;
}
.grid_style16.carousel-dots--bottom-inside-right .swiper-pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  bottom: 22% !important;
  left: 5%;
}

.grid_style16.carousel-dots--bottom-inside-left .gs_carousel_swiper .gs_testimonial_single {
  padding-right: 100px !important;
}

.gstm-filter-cats {
  --filter-bg-color: transparent;
  margin: 0px 0px 40px !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gstm-filter-cats li {
  list-style-type: none;
  border: none;
  padding: 0;
  margin: 0 !important;
  float: none;
  position: relative;
  min-width: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gstm-filter-cats li:before, .gstm-filter-cats li:after {
  display: none;
}
.gstm-filter-cats li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 8px 16px !important;
  line-height: 1.6 !important;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.filters-tab--style-one .gstm-filter-cats li a {
  border: 2px solid var(--filter-border-color) !important;
  background: var(--filter-bg-color) !important;
  border-radius: 30px !important;
  color: var(--filter-text-color) !important;
}
.filters-tab--style-one .gstm-filter-cats li.active a {
  background: var(--filter-bg-active-color) !important;
  border-color: var(--filter-border-active-color) !important;
  color: var(--filter-text-active-color) !important;
}

.filters-tab--style-two .gstm-filter-cats li a {
  background: var(--filter-bg-color) !important;
  border-radius: 3px !important;
  color: var(--filter-text-color) !important;
}
.filters-tab--style-two .gstm-filter-cats li.active a {
  background: var(--filter-bg-active-color) !important;
  border-color: var(--filter-border-active-color) !important;
  color: var(--filter-text-active-color) !important;
}

/** Filter 3 **/
.filters-tab--style-three .gstm-filter-cats {
  --filter-text-active-color: #b935ff;
}
.filters-tab--style-three .gstm-filter-cats li a {
  background: transparent !important;
  border-radius: 0px !important;
  color: var(--filter-text-color) !important;
}
.filters-tab--style-three .gstm-filter-cats li.active a {
  background: transparent !important;
  color: var(--filter-text-active-color) !important;
}
.filters-tab--style-three .gstm-filter-cats li:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #030d1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filters-tab--style-three .gstm-filter-cats li:last-child::after {
  display: none;
}

/** Filter 4 **/
.filters-tab--style-four .gstm-filter-cats {
  --filter-bg-color: #ffffff;
}
.filters-tab--style-four .gstm-filter-cats li a {
  background: var(--filter-bg-color) !important;
  border-radius: 30px !important;
  color: var(--filter-text-color) !important;
}
.filters-tab--style-four .gstm-filter-cats li.active a {
  background: var(--filter-bg-active-color) !important;
  border-color: var(--filter-border-active-color) !important;
  color: var(--filter-text-active-color) !important;
}

/** Filter 5 **/
.filters-tab--style-five .gstm-filter-cats {
  --filter-bg-color: #e9edf4;
  --filter-bg-active-color: #4f67ff;
  gap: 0;
}
.filters-tab--style-five .gstm-filter-cats li a {
  background: var(--filter-bg-color) !important;
  border-radius: 0px !important;
  color: var(--filter-text-color) !important;
  padding: 10px 24px !important;
}
.filters-tab--style-five .gstm-filter-cats li.active a {
  background: var(--filter-bg-active-color) !important;
  border-color: var(--filter-border-active-color) !important;
  color: var(--filter-text-active-color) !important;
}

/*! </fs_premium_only> */
@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) {
  /*! <fs_premium_only> */
  .grid_style14 .gs_testimonial_single .testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right {
    padding: 24px;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .box-image {
    margin-right: 0;
  }
  .grid_style16 {
    --img-size: 80px;
  }
  .grid_style16 .gs_testimonial_single {
    padding-right: 40px;
    padding-left: 40px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box {
    padding-right: 60px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image {
    right: -40px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image img {
    width: var(--img-size);
    height: var(--img-size);
  }
  /*! </fs_premium_only> */
}
@media (min-width: 992px) and (max-width: 1023px) {
  .grid_style3 .gs_testimonial_single {
    padding-bottom: 60px;
  }
  /*! <fs_premium_only> */
  .grid_style14 .gs_testimonial_single .testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right {
    padding: 24px;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .box-image {
    margin-right: 0;
  }
  .grid_style16 .gs_testimonial_single {
    padding-right: 40px;
    padding-left: 40px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box {
    padding-right: 60px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image {
    right: -36px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image img {
    width: 80px;
    height: 80px;
  }
  /*! </fs_premium_only> */
  .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) {
  /*! <fs_premium_only> */
  .grid_style14 .gs_testimonial_single .testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right {
    padding: 24px;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .box-image {
    margin-right: 0;
  }
  .grid_style16 .gs_testimonial_single {
    padding-right: 40px;
    padding-left: 40px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box {
    padding-right: 60px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image {
    right: -40px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image img {
    width: 80px;
    height: 80px;
  }
  .grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-left {
    height: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 32px;
  }
  /*! </fs_premium_only> */
}
@media (min-width: 480px) and (max-width: 767px) {
  /* gst-grid 3 (Dev-Manzur)
  ================*/
  .grid_style3 .gs_testimonial_single {
    margin-bottom: 60px;
  }
  /*! <fs_premium_only> */
  .grid_style14 .gs_testimonial_single .testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .box-image img {
    margin-right: 0px;
  }
  .grid_style16 .gs_testimonial_single {
    margin-bottom: 100px;
  }
  .grid_style16 .gs_testimonial_single .for-right-padding {
    padding-right: 0 !important;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box {
    padding: 60px 32px 40px 28px;
    text-align: center;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image {
    right: 150px;
    top: 0;
  }
  .grid_style18 .gs_testimonial_single .testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-left {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  /*! </fs_premium_only> */
}
@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;
  }
  /*! <fs_premium_only> */
  /* gst-grid 5 (Dev-Manzur)
  ================*/
  .grid_style5 .gs_testimonial_single .testimonial-box {
    border-right: none;
  }
  /* gst-grid Six (Dev-Manzur)
  ================*/
  .grid_style6 .gs_testimonial_single {
    /* End of testimonial-box */
  }
  .grid_style6 .gs_testimonial_single .testimonial-box {
    border-radius: 28px 0 28px 0;
  }
  .grid_style6 .gs_testimonial_single .testimonial-author-info .box-image {
    margin-right: 8px;
  }
  /* gst-grid 8 (Dev-Manzur)
  ================*/
  .grid_style8 .gs_testimonial_single .testimonial-box {
    padding-bottom: 54px;
  }
  /* gst-grid 10 (Dev-Manzur)
  ================*/
  .grid_style10 .gs_testimonial_single {
    /* End of testimonial-box */
    /* End of testimonial-author-info */
  }
  .grid_style10 .gs_testimonial_single .testimonial-box {
    padding: 24px;
  }
  .grid_style10 .gs_testimonial_single .testimonial-author-info .box-image {
    margin-right: 12px;
  }
  .grid_style10 .gs_testimonial_single .testimonial-author-info .box-image img {
    width: 60px;
    height: 60px;
  }
  .grid_style10 .gs_testimonial_single .testimonial-author-info .gs-star-rating .gs-star {
    font-size: 14px;
    line-height: 2;
    width: 14px;
  }
  /* gst-grid 10 (Dev-Manzur)
  ================*/
  .grid_style12 .gs_testimonial_single {
    /* End of testimonial-author-info */
  }
  .grid_style12 .gs_testimonial_single .testimonial-author-info .box-image {
    margin-right: 12px;
  }
  .grid_style12 .gs_testimonial_single .testimonial-author-info .box-image img {
    width: 60px;
    height: 60px;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-right {
    padding: 24px;
  }
  .grid_style14 .gs_testimonial_single .testimonial-box .testimonial-content-left .box-image {
    margin-right: 0;
  }
  .grid_style15 .gs_testimonial_single .testimonial-box .box-image img {
    width: 80px;
    height: 80px;
  }
  .grid_style15 .gs_testimonial_single .testimonial-box .qoute-icon svg {
    width: 48px;
    height: 48px;
  }
  .grid_style15 .gs_testimonial_single .testimonial-box .qoute-icon {
    bottom: 32px;
  }
  .grid_style15 .gs_testimonial_single .testimonial-box .qoute-right-icon {
    right: 12%;
  }
  .grid_style15 .gs_testimonial_single .testimonial-box .qoute-left-icon {
    left: 12%;
  }
  /* gst-grid 16 (Dev-Manzur)
  ================*/
  .grid_style16 {
    --img-size: 80px;
  }
  .grid_style16 .gs_testimonial_single {
    margin-bottom: 80px;
  }
  .grid_style16 .gs_testimonial_single .for-right-padding {
    padding-right: 0 !important;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box {
    text-align: center;
    padding-top: 44px;
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image {
    right: 50%;
    top: -44px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  .grid_style16 .gs_testimonial_single .testimonial-box .box-image img {
    width: var(--img-size);
    height: var(--img-size);
  }
  /* gst-grid 8 (Dev-Manzur)
  ================*/
  .grid_style17 .gs_testimonial_single {
    margin-bottom: 60px;
  }
  .grid_style17 .gs_testimonial_single .testimonial-box {
    padding-bottom: 80px;
  }
  .grid_style17 .gs_testimonial_single .qoute-icon svg {
    width: 60px;
    height: 60px;
  }
  .grid_style17 .gs_testimonial_single .box-content {
    padding-top: 0;
  }
  .grid_style17 .gs_testimonial_single .box-image img {
    width: 80px;
    height: 80px;
  }
  /* gst-grid 18 (Dev-Manzur)
  ================*/
  .grid_style18 .gs_testimonial_single .testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 24px;
  }
  .grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-left {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: 200px;
  }
  .grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-right {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .grid_style18 .gs_testimonial_single .testimonial-box .testimonial-content-right .qoute-icon svg {
    width: 40px;
    height: 40px;
  }
  /* Carousel Style 1 (Dev-Manzur)
  ================*/
  .carousel_style_1 .gs_testimonial_single {
    margin-bottom: 60px;
  }
  .carousel_style_1 .gs_testimonial_single .testimonial-box {
    padding-bottom: 80px;
  }
  .carousel_style_1 .gs_testimonial_single .qoute-icon svg {
    width: 60px;
    height: 60px;
  }
  .carousel_style_1 .gs_testimonial_single .box-content {
    padding-top: 0;
  }
  .carousel_style_1 .gs_testimonial_single .box-image img {
    width: 80px;
    height: 80px;
  }
  /*! </fs_premium_only> */
  .carousel-navs--style-one .gs_carousel_swiper,
  .carousel-dots--style-three .gs_carousel_swiper {
    padding-bottom: 10px;
  }
}
/*! <fs_premium_only> */
.gstm-multi-bg-color .gs_testimonial_single:nth-child(8n+1) .testimonial-box {
  background-image: -o-linear-gradient(35deg, rgb(252, 165, 100) 0%, rgb(253, 90, 128) 100%);
  background-image: linear-gradient(55deg, rgb(252, 165, 100) 0%, rgb(253, 90, 128) 100%);
}
.gstm-multi-bg-color .gs_testimonial_single:nth-child(8n+2) .testimonial-box {
  background-image: -o-linear-gradient(35deg, rgb(77, 238, 204) 0%, rgb(16, 137, 248) 100%);
  background-image: linear-gradient(55deg, rgb(77, 238, 204) 0%, rgb(16, 137, 248) 100%);
}
.gstm-multi-bg-color .gs_testimonial_single:nth-child(8n+3) .testimonial-box {
  background-image: -o-linear-gradient(35deg, rgb(191, 33, 243) 0%, rgb(104, 11, 236) 100%);
  background-image: linear-gradient(55deg, rgb(191, 33, 243) 0%, rgb(104, 11, 236) 100%);
}
.gstm-multi-bg-color .gs_testimonial_single:nth-child(8n+4) .testimonial-box {
  background-image: -o-linear-gradient(35deg, rgb(0, 176, 155) 0%, rgb(150, 201, 61) 100%);
  background-image: linear-gradient(55deg, rgb(0, 176, 155) 0%, rgb(150, 201, 61) 100%);
}
.gstm-multi-bg-color .gs_testimonial_single:nth-child(8n+5) .testimonial-box {
  background-image: -o-linear-gradient(35deg, #FC466B 0%, #a719ff 100%);
  background-image: linear-gradient(55deg, #FC466B 0%, #a719ff 100%);
}
.gstm-multi-bg-color .gs_testimonial_single:nth-child(8n+6) .testimonial-box {
  background-image: -o-linear-gradient(35deg, #49b119 0%, #ffb23e 100%);
  background-image: linear-gradient(55deg, #49b119 0%, #ffb23e 100%);
}
.gstm-multi-bg-color .gs_testimonial_single:nth-child(8n+7) .testimonial-box {
  background-image: -o-linear-gradient(35deg, #22c1c3 0%, #FF5F6D 100%);
  background-image: linear-gradient(55deg, #22c1c3 0%, #FF5F6D 100%);
}
.gstm-multi-bg-color .gs_testimonial_single:nth-child(8n+8) .testimonial-box {
  background-image: -o-linear-gradient(35deg, #67B26F 0%, #4ca2cd 100%);
  background-image: linear-gradient(55deg, #67B26F 0%, #4ca2cd 100%);
}

.gstm-popup--content-area {
  --star-rating: #ffc92e;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gstm-popup--content-area .box-image {
  margin-top: 24px;
}
.gstm-popup--content-area .box-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.gstm-popup--content-area .box-tm-title {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.gstm-popup--content-area .box-client-name {
  margin-top: 16px;
  margin-bottom: 0;
}
.gstm-popup--content-area .box-desiginfo {
  margin-top: 10px;
}
.gstm-popup--content-area .box-companyinfo {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 500;
}
.gstm-popup--content-area .gs-tai-contact i {
  margin-right: 10px;
}
.gstm-popup--content-area .gs-tai-socials-icon {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.gstm-popup--content-area .gs-tai-socials-icon li {
  list-style: none;
  display: inline-block;
}
.gstm-popup--content-area .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;
}
.gstm-popup--content-area .gs-tai-socials-icon li a i {
  color: #111A2E;
  font-size: 15px;
}
.gstm-popup--content-area .gs-tai-socials-icon li a:hover {
  background: #15B7B9;
  color: #fff;
  border: 1px solid transparent;
}
.gstm-popup--content-area .gs-tai-socials-icon li a:hover i {
  color: #fff !important;
}
.gstm-popup--content-area .gs-star-rating .gs-star {
  display: inline-block;
  font-size: 22px;
  height: 28px;
  width: 28px;
  line-height: 1.4;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
}
.gstm-popup--content-area .gs-star-rating .gs-star {
  color: var(--star-rating);
}
.gstm-popup--content-area .gs-tai-contact-info {
  margin-top: 24px;
}
.gstm-popup--content-area .gs-tai-contact:not(:last-child) {
  margin-bottom: 6px;
}

.mfp-content {
  max-width: 800px;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.admin-bar .mfp-content {
  margin-top: 72px;
}

.mfp-close {
  background: none !important;
  top: 10px !important;
  right: 10px;
  outline: none !important;
}

/* Popup Image */
.gstm-popup--content-area .company-image img {
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.gstm-popup--content-area .box-tm-title {
  font-size: 24px;
  font-weight: 500;
}

.gstm-popup--content-area .gs-star-rating {
  margin-top: 10px;
}

/*! </fs_premium_only> */
