/*  7.9 Testimonail Css
/*----------------------------------------*/
.tp-testimonial-bg {
  padding-top: 160px;
  padding-bottom: 125px;
  border-radius: 50px 50px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-testimonial-ratting {
  display: inline-block;
  border-radius: 100px;
  padding: 11px 16px;
  padding-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-testimonial-ratting img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.tp-testimonial-ratting-icon span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-right: 4px;
  display: inline-block;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-testimonial-ratting-icon i {
  font-size: 14px;
  color: #ef2b10;
}
.tp-testimonial-ratting-icon i svg {
  transform: translateY(-3px);
}
.tp-testimonial-ratting-info p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-testimonial-item {
  transition: 0.3s;
  margin: 0px -25px;
  display: inline-block;
  padding: 30px 30px 45px 30px;
  background-color: var(--tp-common-red-3);
  border: 6px solid var(--tp-common-black-3);
}
@media (max-width: 767px) {
  .tp-testimonial-item {
    margin: 0;
  }
}
.tp-testimonial-item.grey-style {
  transform: rotate(-7deg);
  background-color: #E1E1E1;
}
@media (max-width: 767px) {
  .tp-testimonial-item.grey-style {
    transform: rotate(0);
  }
}
.tp-testimonial-item.green-style {
  margin-top: 70px;
  position: relative;
  z-index: 2;
  transform: rotate(2deg);
}
.tp-testimonial-item.green-style .tp-testimonial-text p {
  color: var(--tp-common-white);
}
.tp-testimonial-item.green-style .tp-testimonial-author-info span {
  color: var(--tp-common-white);
}
.tp-testimonial-item.green-style .tp-testimonial-author-info p {
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-testimonial-item.green-style {
    margin-top: 0;
    transform: rotate(0);
  }
}
.tp-testimonial-item.black-style {
  margin-top: -50px;
  transform: rotate(2deg);
  background: #2a2a2a;
}
@media (max-width: 767px) {
  .tp-testimonial-item.black-style {
    margin-top: 0;
    transform: rotate(0);
  }
}
.tp-testimonial-item.black-style .tp-testimonial-text p {
  color: var(--tp-common-white);
}
.tp-testimonial-item.black-style .tp-testimonial-author-info span {
  color: var(--tp-common-white);
}
.tp-testimonial-item.black-style .tp-testimonial-author-info p {
  color: rgba(255, 255, 255, 0.5);
}
.tp-testimonial-item.white-style {
  position: relative;
  z-index: 2;
  transform: rotate(-7deg);
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-testimonial-item.white-style {
    transform: rotate(0);
  }
}
.tp-testimonial-item:hover {
  position: relative;
  z-index: 5;
}
.tp-testimonial-text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 65px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
.tp-testimonial-avater {
  flex: 0 0 auto;
  margin-right: 12px;
}
.tp-testimonial-avater img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.tp-testimonial-author-info span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-testimonial-author-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #4d5051;
  margin-bottom: 0;
}
.tp-testimonial-slider-active {
  padding-top: 180px;
  margin: 0px -100px;
}
@media (max-width: 767px) {
  .tp-testimonial-slider-active {
    padding-top: 60px;
    margin: 0;
  }
}
.tp-testimonial-global img.global-img {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  padding-top: 100px;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
  -webkit-animation: animationglob 50s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-global img.global-img {
    top: 10%;
  }
}
.tp-testimonial-global img.overlay-img {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

.dgm-testimonial-quote {
  margin-bottom: 15px;
}
.dgm-testimonial-quote span {
  color: var(--tp-common-black);
}
.dgm-testimonial-text {
  margin-bottom: 35px;
}
.dgm-testimonial-text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.56;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
.dgm-testimonial-author {
  display: inline-block;
}
.dgm-testimonial-author-wrap {
  margin-bottom: 40px;
}
.dgm-testimonial-author-img {
  border-radius: 50%;
  border: 2px solid var(--tp-common-white);
}
.dgm-testimonial-author-logo {
  position: absolute;
  bottom: -5px;
  right: 0;
  border-radius: 50%;
  border: 2px solid var(--tp-common-white);
}
.dgm-testimonial-author-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
.dgm-testimonial-author-info {
  line-height: 1;
  margin-left: 15px;
  text-align: left;
}
.dgm-testimonial-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #525356;
}
.dgm-testimonial-slider-wrap {
  padding: 0px 170px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .dgm-testimonial-slider-wrap {
    padding: 0px 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dgm-testimonial-slider-wrap {
    padding: 0px 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-slider-wrap {
    padding: 0px;
  }
}
.dgm-testimonial-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(20, 24, 32, 0.3);
}
.dgm-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-testimonial-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-space {
    padding-top: 0;
  }
}
.dgm-testimonial-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.dgm-testimonial-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-testimonial-thumb {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-testimonial-thumb {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .dgm-testimonial-thumb {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 60px;
  }
}
.dgm-testimonial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dgm-testimonial-thumb .anim-zoomin-wrap {
  height: 100%;
}
.dgm-testimonial-playbtn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transform: translateY(-50%);
  display: inline-block;
  backdrop-filter: blur(14px);
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.dgm-testimonial-playbtn span {
  margin-left: 2px;
}
.dgm-testimonial-playbtn:hover {
  transform: translateY(-50%) scale(1.1);
}
.dgm-testimonial-radius {
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.creative-testimonial-item {
  padding: 35px 35px;
  border-radius: 20px;
  background-color: #1a1b1e;
}
.creative-testimonial-avater img {
  flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 13px;
  height: 54px;
  width: 54px;
}
.creative-testimonial-avater-info {
  line-height: 1;
}
.creative-testimonial-avater-info h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
.creative-testimonial-avater-info span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.creative-testimonial-avater-wrap {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .creative-testimonial-avater-wrap {
    flex-wrap: wrap;
  }
}
.creative-testimonial-text p {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .creative-testimonial-text p {
    font-size: 24px;
  }
}
.creative-testimonial-text p span {
  margin-right: 8px;
  display: inline-block;
}
.creative-testimonial-text p span svg {
  transform: translateY(-7px);
}
.creative-testimonial-active {
  margin-right: -370px;
}
@media (max-width: 767px) {
  .creative-testimonial-active {
    margin: 0;
  }
}
.creative-testimonial-slider-wrap .tp-scrollbar {
  margin-top: 80px;
  height: 2px;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .creative-testimonial-slider-wrap .tp-scrollbar {
    margin-top: 40px;
  }
}
.creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-testimonial-arrow {
    margin-bottom: 30px;
  }
}
.creative-testimonial-arrow button {
  height: 40px;
  width: 40px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: var(--tp-common-white);
  background-color: #242426;
}
.creative-testimonial-arrow button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-testimonial-btn {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-testimonial-area {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .design-testimonial-area {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.design-testimonial-right .tp-testimonial-ratting-box {
  transform: translateY(-45px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-testimonial-right .tp-testimonial-ratting-box {
    transform: translateY(0);
  }
}
.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-author h4 {
  color: var(--tp-common-cream);
}
.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-review h4 {
  color: var(--tp-common-cream);
}
.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-text p {
  color: var(--tp-common-cream);
}
.design-testimonial-item {
  padding: 50px 60px;
  border-radius: 30px;
  background-color: #1a1b1e;
}
@media (max-width: 767px) {
  .design-testimonial-item {
    padding: 40px 30px;
  }
}
.design-testimonial-author {
  margin-bottom: 60px;
}
.design-testimonial-author h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #e0eeee;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.design-testimonial-author span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: #999da6;
  letter-spacing: -0.02em;
}
.design-testimonial-review {
  margin-bottom: 10px;
}
.design-testimonial-review h4 {
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
  color: #e0eeee;
  margin-bottom: 0;
  margin-right: 15px;
  letter-spacing: -0.08em;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-testimonial-review h4 {
    font-size: 80px;
  }
}
.design-testimonial-review-icon {
  transform: translateY(-15px);
}
.design-testimonial-text p {
  font-weight: 500;
  font-size: 24px;
  color: #e0eeee;
  line-height: 1.42;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .design-testimonial-text p {
    font-size: 20px;
  }
}
.design-testimonial-active {
  margin: 0px -380px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-testimonial-active {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-testimonial-area {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-testimonial-area {
    padding-bottom: 120px;
  }
}

.ar-testimonial-item p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-regular);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-testimonial-item p {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-testimonial-item p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ar-testimonial-item p {
    font-size: 30px;
  }
  .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow {
    text-align: center;
    margin-top: 70px;
  }
}
.ar-testimonial-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(25, 25, 25, 0.1);
}
.ar-testimonial-arrow button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2);
}
.ar-testimonial-arrow button span svg {
  margin-left: 1px;
}
.ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
    position: static;
  }
}
.ar-testimonial-arrow button.ar-testimonial-next {
  left: auto;
  right: -85px;
}
.ar-testimonial-shape-1 {
  position: absolute;
  top: -52%;
  left: -2%;
  right: 0;
  z-index: -1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-area {
    padding-bottom: 80px;
  }
}
.ar-testimonial-author span {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--tp-common-cream-3);
}
.ar-testimonial-author span i {
  font-style: normal;
  color: rgba(255, 253, 225, 0.5);
}
.ar-testimonial-quote {
  margin-bottom: 35px;
}
.ar-testimonial-quote span {
  color: var(--tp-common-cream-3);
}

.fraction-wrapper {
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 270px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  height: 12px;
}
.fraction-wrapper #paginations span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.fraction-wrapper #paginations span:last-child {
  float: right;
}

#paginations {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.shop-slider-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 1px;
  z-index: 11;
  background-color: #d9d9d9;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.crp-testimonial-style .ar-testimonial-item p {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  padding: 0px 20px;
  margin-bottom: 30px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-testimonial-style .ar-testimonial-item p {
    padding: 0;
  }
  .crp-testimonial-style .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-testimonial-style .ar-testimonial-item p {
    padding: 0;
    font-size: 35px;
  }
  .crp-testimonial-style .ar-testimonial-item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .crp-testimonial-style .ar-testimonial-item p {
    font-size: 27px;
    padding: 0;
  }
  .crp-testimonial-style .ar-testimonial-item p br {
    display: none;
  }
}
.crp-testimonial-style .ar-testimonial-arrow button {
  color: var(--tp-common-cream-3);
  border: 1px solid rgba(255, 253, 225, 0.1);
}
.crp-testimonial-style .ar-testimonial-arrow button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-yellow-green);
  background-color: var(--tp-common-yellow-green);
}

@media (max-width: 767px) {
  .app-testimonial-ptb {
    padding-bottom: 100px;
  }
}
.app-testimonial-shape .shape-1 {
  position: absolute;
  right: 21%;
  top: 8%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial-shape .shape-1 {
    right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-shape .shape-1 {
    display: none;
  }
}
.app-testimonial-shape .shape-2 {
  position: absolute;
  left: 21%;
  top: 22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial-shape .shape-2 {
    left: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-shape .shape-2 {
    display: none;
  }
}
.app-testimonial-shape .shape-3 {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.app-testimonial-big-text {
  top: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.app-testimonial-big-text h3 {
  margin: 0;
  font-size: 320px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tp-ff-phudu);
  background: linear-gradient(180deg, rgba(33, 33, 45, 0.04) 0%, rgba(33, 33, 45, 0.02) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-testimonial-big-text h3 {
    font-size: 235px;
  }
}
@media (max-width: 767px) {
  .app-testimonial-big-text h3 {
    font-size: 182px;
  }
}
.app-testimonial-review {
  width: 290px;
  display: flex;
  padding: 9px 16px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0.96%, rgba(224, 225, 233, 0.6) 100%);
  box-shadow: 0px 1px 2px 0px rgba(33, 33, 45, 0.1);
  backdrop-filter: blur(5px);
}
.app-testimonial-review-width {
  display: flex;
  justify-content: center;
}
.app-testimonial-review-icon {
  margin-right: 12px;
}
.app-testimonial-review-content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  color: var(--tp-common-black-10);
}
.app-testimonial-review-content span i {
  font-style: normal;
  margin-right: 5px;
}
.app-testimonial-review-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.13px;
}
.app-testimonial-content {
  text-align: start;
}
.app-testimonial-content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.app-testimonial-item {
  padding: 30px;
  border-radius: 24px;
  margin: 17px;
  min-width: 460px;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 12px 0px rgba(33, 33, 45, 0.08);
}
.app-testimonial-item-icon {
  margin-right: 15px;
}
.app-testimonial-item-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(33, 33, 45, 0.08);
}
.app-testimonial-item-icon-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tp-common-black-10);
}
.app-testimonial-item-icon-content p {
  margin: 0;
  color: #494954;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.app-testimonial-item-content p {
  color: #494954;
  letter-spacing: -0.18px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-item-content p br {
    display: none;
  }
}
.app-testimonial-item-star {
  line-height: 1;
}
.app-testimonial-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  animation: marquee-horizontal 30s linear infinite;
}
@media (max-width: 767px) {
  .app-testimonial-wrapper {
    animation: marquee-horizontal 10s linear infinite;
  }
}
.app-testimonial-wrapper:hover {
  animation-play-state: paused;
}
.app-testimonial-slider {
  margin-left: -250px;
}
@media (max-width: 767px) {
  .app-testimonial-slider {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .it-testimonial-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-thumb {
    margin-bottom: 30px;
  }
}
.it-testimonial-thumb img {
  border-radius: 50%;
}
.it-testimonial-content {
  margin-left: 30px;
  margin-top: 10px;
}
.it-testimonial-content img {
  margin-bottom: 23px;
}
.it-testimonial-content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: #61616a;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
  font-family: var(--tp-ff-platform);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-content p br {
    display: none;
  }
}
.it-testimonial-content span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-platform);
}
@media (max-width: 767px) {
  .it-testimonial-arrow {
    display: none;
  }
}
.it-testimonial-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 60px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.1);
}
.it-testimonial-arrow button:hover {
  background-color: #7463FF;
  color: var(--tp-common-white);
}
.it-testimonial-prev {
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
}
.it-testimonial-next {
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.st-testimonial-shape-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-shape-1 {
    display: none;
  }
}
.st-testimonial-shape-2 {
  position: absolute;
  right: 20%;
  top: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-shape-2 {
    display: none;
  }
}
.st-testimonial-box {
  padding: 45px 55px 50px;
  border-radius: 15px;
  background: var(--tp-common-white);
  box-shadow: -10px 10px 60px 0px #EBE4DB;
}
.st-testimonial-box-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(69, 48, 48, 0.15);
}
.st-testimonial-box-top i {
  display: block;
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.st-testimonial-box-rating {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3.2px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
.st-testimonial-box-star {
  margin-bottom: 15px;
  display: inline-block;
}
.st-testimonial-box-star svg {
  margin-right: 2px;
}
.st-testimonial-box-content p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-testimonial-box-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-box-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-box-content p br {
    display: none;
  }
}
.st-testimonial-wrapper {
  margin-right: -300px;
}
@media (max-width: 767px) {
  .st-testimonial-wrapper {
    margin-right: 0;
  }
}
.st-testimonial-item {
  position: relative;
  padding: 60px 40px;
  border-radius: 15px;
  background: var(--tp-common-brown);
}
@media (max-width: 767px) {
  .st-testimonial-item {
    padding: 45px 30px;
  }
}
.st-testimonial-item-user {
  position: absolute;
  bottom: 60px;
  left: 40px;
  height: calc(100% - 120px);
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  writing-mode: sideways-lr;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .st-testimonial-item-user {
    position: static;
    writing-mode: unset;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.st-testimonial-item-user span {
  font-size: 24px;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-poppins);
}
.st-testimonial-item-user p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.st-testimonial-item-content {
  margin-left: 120px;
}
@media (max-width: 767px) {
  .st-testimonial-item-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
.st-testimonial-item-content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-item-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-testimonial-item-content p br {
    display: none;
  }
}
.st-testimonial-item-content p i {
  font-style: normal;
  color: var(--tp-common-white);
}
.st-testimonial-item-quote {
  margin-bottom: 25px;
}
.st-testimonial-bottom {
  margin-top: 55px;
}
.st-testimonial-bottom span {
  font-size: 18px;
  font-weight: 600;
  color: #494949;
  display: inline-block;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.st-testimonial-bottom span a {
  color: var(--tp-common-brown);
  text-decoration: underline;
}
.cr-testimonial-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.cr-testimonial-box {
  padding: 24px 24px 24px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-box {
    padding: 20px;
  }
}
.cr-testimonial-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
.cr-testimonial-content {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-content {
    padding-bottom: 30px;
  }
}
.cr-testimonial-content span {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: -1.08px;
  color: var(--tp-common-white);
}
.cr-testimonial-content span svg {
  display: inline-block;
  transform: translateY(-10px);
}
.cr-testimonial-content p {
  color: #AAAAB2;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.cr-testimonial-wrapper {
  border-radius: 6px;
  background: #131416;
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.12) inset, 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-wrap {
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.cr-testimonial-item {
  margin: 60px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-testimonial-item {
    margin: 60px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-testimonial-item {
    margin: 60px 85px;
  }
}
@media (max-width: 767px) {
  .cr-testimonial-item {
    margin: 30px;
  }
}
.cr-testimonial-item-shape {
  top: -5px;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
}
.cr-testimonial-item-subtitle {
  color: #AAAAB2;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.cr-testimonial-item-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
@media (max-width: 767px) {
  .cr-testimonial-item-title {
    font-size: 20px;
  }
}
.cr-testimonial-item-user span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
.cr-testimonial-item-user p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.cr-testimonial-nav {
  display: flex;
  gap: 10px;
  padding-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-nav {
    padding-top: 20px;
  }
}
.cr-testimonial-nav button {
  display: grid;
  height: 50px;
  width: 50px;
  place-content: center;
  display: inline-block;
  border-radius: 40px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}
.cr-testimonial-nav button svg {
  display: inline-block;
  transform: translateY(-2px);
}
.cr-testimonial-nav button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .pp-testimonial-ptb {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-15-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tp-testimonial-15-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}
.tp-testimonial-15-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-testimonial-15-content p {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .tp-testimonial-15-content p {
    font-size: 36px;
  }
}
.tp-testimonial-15-content span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
}
.tp-testimonial-15-content span::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: var(--tp-cream-2);
  transform: translateY(-5px);
  margin-right: 15px;
}
.tp-testimonial-15-content .quote-shape {
  position: absolute;
  top: -37px;
  left: -70px;
  z-index: -1;
  font-style: normal;
  color: #6F402E;
  stroke-width: 0.5px;
  stroke: rgba(207, 194, 146, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-15-content .quote-shape {
    top: -38px;
    left: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-15-content .quote-shape {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-15-content .quote-shape {
    top: -50px;
    left: 0;
  }
}

/*----------------------------------------*/
/*   3.4 Testimonial Style
/*----------------------------------------*/
@media (max-width: 767px) {
  .cst-testimonial-heading {
    margin-bottom: 25px;
  }
}
.cst-testimonial-heading .cst-section-title {
  font-size: 132px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-testimonial-heading .cst-section-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-testimonial-heading .cst-section-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-testimonial-heading .cst-section-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .cst-testimonial-heading .cst-section-title {
    font-size: 55px;
  }
}
.cst-testimonial-item {
  position: relative;
  padding: 45px;
  opacity: 0.97;
  display: flex;
  min-height: 495px;
  border-radius: 16px;
  flex-direction: column;
  backdrop-filter: blur(5px);
  justify-content: space-between;
  border: 1px solid rgba(16, 48, 42, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-testimonial-item {
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-testimonial-item {
    min-height: 450px;
  }
}
.cst-testimonial-item:hover .cst-testimonial-item-shape {
  opacity: 1;
  right: 20px;
}
.cst-testimonial-item-icon {
  margin-bottom: 30px;
}
.cst-testimonial-item-icon span {
  display: inline-grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #050312;
}
.cst-testimonial-item-text {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-testimonial-item-text {
    margin-bottom: 30px;
  }
}
.cst-testimonial-item-text p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.88px;
}
.cst-testimonial-item-user {
  gap: 16px;
  display: flex;
  align-items: center;
}
.cst-testimonial-item-user-thumb img {
  border-radius: 50%;
}
.cst-testimonial-item-user-content h4 {
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--tp-common-black-7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-testimonial-item-user-content h4 {
    font-size: 20px;
  }
}
.cst-testimonial-item-user-content span {
  font-size: 16px;
  color: rgba(5, 3, 18, 0.8);
}
.cst-testimonial-item-shape {
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cst-testimonial-slider-wrapper {
  margin-top: -110px;
  margin-right: -300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-testimonial-slider-wrapper {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-testimonial-slider-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cst-testimonial-slider-wrapper {
    margin-right: 0;
  }
}
.cst-testimonial-slider-wrapper .dgm-testimonial-dot {
  padding-left: 39%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-testimonial-slider-wrapper .dgm-testimonial-dot {
    padding-left: 37%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-testimonial-slider-wrapper .dgm-testimonial-dot {
    padding-left: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-testimonial-slider-wrapper .dgm-testimonial-dot {
    padding-left: 30%;
  }
}
.cst-testimonial-slider-wrapper .dgm-testimonial-dot .swiper-pagination-bullet {
  border-color: #E1E5E4;
  background-color: #E1E5E4;
}
.cst-testimonial-slider-wrapper .dgm-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #050312;
  background-color: #050312;
}

.ais-testimonial-ptb {
  margin: 0 30px;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .ais-testimonial-ptb {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ais-testimonial-ptb {
    margin: 0 20px;
  }
}
.ais-testimonial-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  z-index: 1;
  background: linear-gradient(91deg, #F8E9D9 10.9%, rgba(255, 255, 255, 0) 88.65%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-testimonial-wrap::before {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-testimonial-wrap::before {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-testimonial-wrap::before {
    display: none;
  }
}
.ais-testimonial-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 400px;
  z-index: 1;
  background: linear-gradient(-91deg, #F8E9D9 10.9%, rgba(255, 255, 255, 0) 88.65%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-testimonial-wrap::after {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-testimonial-wrap::after {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-testimonial-wrap::after {
    display: none;
  }
}

.app-testimonial-wrapper.ais-rtl {
  animation: marquee-horizontal-rtl 30s linear infinite;
}

/*----------------------------------------*/
/*   3.4 Faq Style
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-faq-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-faq-heading .cst-section-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-faq-wrap {
    padding-left: 0;
  }
}
.cst-faq-wrap .ai-faq-accordion-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-items {
  padding-left: 0;
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  left: auto;
  right: 0;
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-body {
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-faq-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cnt-faq-wrap .ar-award-year {
    min-width: 85px;
  }
}
@media (max-width: 767px) {
  .cnt-faq-wrap .ar-award-year {
    margin-bottom: 10px;
  }
}
.cnt-faq-heading .tp-section-title-clash-600.fs-60 {
  font-size: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-faq-heading .tp-section-title-clash-600.fs-60 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .cnt-faq-heading .tp-section-title-clash-600.fs-60 br {
    display: none;
  }
}

/*----------------------------------------*/
/*   3.4 Cta Style
/*----------------------------------------*/
.cst-cta-wrapper {
  position: relative;
  border-radius: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cst-cta-wrapper {
    height: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-cta-wrapper {
    height: calc(100% + 200px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-cta-wrapper {
    height: calc(100% + 300px);
  }
}
.cst-cta-thumb {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-thumb {
    height: 100%;
  }
}
.cst-cta-thumb::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0%;
  width: 1000px;
  height: 1000px;
  z-index: 0;
  border-radius: 435px;
  filter: blur(115px);
  background: rgba(1, 15, 212, 0.32);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-thumb::before {
    display: none;
  }
}
.cst-cta-thumb::after {
  position: absolute;
  content: "";
  left: -5%;
  top: -10%;
  width: 500px;
  height: 500px;
  z-index: 0;
  border-radius: 435px;
  filter: blur(115px);
  background: rgba(1, 15, 212, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-thumb::after {
    display: none;
  }
}
.cst-cta-thumb img {
  object-fit: cover;
  border-radius: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-thumb img {
    height: 100%;
  }
}
.cst-cta-content {
  top: 40px;
  left: 60px;
  z-index: 1;
  width: 595px;
  position: absolute;
  border-radius: 24px;
  background: #F6F5F2;
  padding: 45px 50px 30px;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(5, 3, 18, 0.1);
  box-shadow: 5px 6px 99px 5px rgba(16, 48, 42, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-content {
    position: inherit;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cst-cta-content {
    padding: 40px 30px 30px;
  }
}
.cst-cta-content-text {
  font-size: 16px;
  color: #66666C;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cst-cta-content .cst-section-title {
    font-size: 35px;
  }
}
.cst-cta-input-box .tp-contact-form-input label {
  font-size: 13px;
  font-weight: 400;
}
.cst-cta-input-box .tp-contact-form-input input {
  height: 50px;
}
.cst-cta-input-box .tp-contact-form-input textarea {
  height: 125px;
}
.cst-cta-input-box .tp-contact-form-input input, .cst-cta-input-box .tp-contact-form-input textarea {
  border-radius: 6px;
  background: var(--tp-common-white);
  border-color: rgba(5, 3, 18, 0.1);
}
.cst-cta-input-box .tp-contact-form-input input:focus, .cst-cta-input-box .tp-contact-form-input textarea:focus {
  border-color: var(--tp-common-green-1);
}
.cst-cta-input-box .tp-contact-form-input input::placeholder, .cst-cta-input-box .tp-contact-form-input textarea::placeholder {
  color: #66666C;
}
.cst-cta-input-box .tp-contact-form-btn button {
  padding: 15px 35px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-1);
}
@media (max-width: 767px) {
  .cst-cta-input-box .tp-contact-form-btn button {
    padding: 15px 30px;
  }
}

.ais-cta-wrapper {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(5, 3, 18, 0.1);
}
.ais-cta-wrapper::after {
  position: absolute;
  content: "";
  top: -24%;
  right: -15%;
  width: 634px;
  height: 634px;
  border-radius: 634px;
  background: #E2F8C8;
  filter: blur(250px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ais-cta-wrap {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .ais-cta-wrap {
    padding: 0 25px;
  }
}
.ais-cta-wrap p {
  color: #61616A;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-cta-wrap p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-cta-shapes {
    display: none;
  }
}
.ais-cta-shapes .shape-1 {
  position: absolute;
  top: 18%;
  left: 20%;
}
.ais-cta-shapes .shape-2 {
  position: absolute;
  bottom: 0;
  left: 9%;
}
.ais-cta-shapes .shape-3 {
  position: absolute;
  top: 20%;
  right: 28%;
  z-index: 1;
}
.ais-cta-shapes .shape-4 {
  position: absolute;
  top: 34%;
  right: 16%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-cta-shapes .shape-4 {
    right: 6%;
  }
}
.ais-cta-shapes .shape-5 {
  position: absolute;
  right: 10%;
  bottom: 12%;
  z-index: 1;
}

/*----------------------------------------*/
/*   3.3 Brand Style
/*----------------------------------------*/
.cnt-brand-style.ar-brand-style .tp-brand-title {
  font-size: 18px;
  font-family: var(--tp-ff-inter);
}
.cnt-brand-style.ar-brand-style .tp-brand-title::after {
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
  background-color: transparent;
  border: 3px solid var(--tp-common-white);
}

.ais-brand-blur {
  padding: 30px 0;
  position: relative;
}
.ais-brand-blur::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 230px;
  z-index: 1;
  background: linear-gradient(-270deg, rgba(253, 252, 254, 0) 3.5%, #FDFCFE 100%);
}
.ais-brand-blur::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 230px;
  z-index: 2;
  background: linear-gradient(270deg, rgba(253, 252, 254, 0) 3.5%, #FDFCFE 100%);
}

/*----------------------------------------*/
/*   3.3 Team Style
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-team-ptb {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-team-ptb {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-team-heading {
    margin-bottom: 30px;
  }
}
.cst-team-box .dgm-team-thumb img {
  border-radius: 16px;
}
.cst-team-box .dgm-team-thumb .tp--hover-img canvas {
  border-radius: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-team-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cnt-team-ptb {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-team-heading {
    margin-bottom: 30px;
  }
}
.cnt-team-item:hover .cnt-team-item-thumb img {
  transform: scale(1.1);
}
.cnt-team-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.cnt-team-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.cnt-team-item-title {
  font-weight: 500;
  margin-bottom: 2px;
  font-family: var(--tp-ff-clash-medium);
}
.cnt-team-item-title:hover a {
  color: var(--tp-common-red-2);
}
.cnt-team-item-content p {
  color: rgba(5, 3, 18, 0.6);
}
.cnt-team-item-social a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.cnt-team-item-social a:hover span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}
.cnt-team-item-social a span {
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(20, 20, 20, 0.1);
}
.cnt-team-item-social a .bdr-1 {
  width: 30px;
  height: 30px;
  margin-right: -5px;
  text-align: center;
  display: inline-grid;
  place-content: center;
}
.cnt-team-item-social a .bdr-2 {
  padding: 1px 14px;
}

/*----------------------------------------*/
/*   3.4 blog Style
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-blog-ptb {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cnt-blog-ptb {
    padding-top: 80px;
  }
}
.cnt-blog-item-content {
  position: absolute;
  top: 60px;
  left: 60px;
}
@media (max-width: 767px) {
  .cnt-blog-item-content {
    left: 40px;
    top: 40px;
  }
}
.cnt-blog-item-sub {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-medium);
}
.cnt-blog-item-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cnt-blog-item-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cnt-blog-item-title {
    font-size: 40px;
  }
}
.cnt-blog-item-thumb {
  position: relative;
}
.cnt-blog-item-thumb::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  position: absolute;
  background-color: rgba(5, 3, 18, 0.32);
}
.cnt-blog-item-thumb img {
  width: 100%;
  border-radius: 16px;
}
.cnt-blog-item-btn .tp-btn-black-square.cnt-btn-style.btn-transparent {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.cnt-blog-item-box {
  padding: 25px 30px;
  border-radius: 16px;
  background-color: var(--tp-common-white);
}
.cnt-blog-item-2 {
  gap: 50px;
  display: flex;
  align-items: start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cnt-blog-item-2 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .cnt-blog-item-2 {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cnt-blog-item-2:hover .cnt-blog-item-2-thumb img {
  transform: scale(1.1);
}
.cnt-blog-item-2.bbr {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(5, 3, 18, 0.1);
}
.cnt-blog-item-2-user {
  gap: 15px;
  flex: 0 0 auto;
  align-items: center;
}
.cnt-blog-item-2-user-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: -0.28px;
}
.cnt-blog-item-2-user-content p {
  margin: 0;
  font-size: 14px;
}
.cnt-blog-item-2-thumb {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.cnt-blog-item-2-thumb img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}
.cnt-blog-item-2-title {
  font-weight: 500;
  margin-bottom: 12px;
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cnt-blog-item-2-title br {
    display: none;
  }
}
.cnt-blog-item-2-title a:hover {
  color: var(--tp-common-red-2);
}
.cnt-blog-item-2-content {
  width: 100%;
}
.cnt-blog-item-2-content p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(5, 3, 18, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-blog-ptb {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-blog-ptb {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.ais-blog-item-wrapper .creative-blog-title-sm {
  font-size: 24px;
  font-weight: 500;
  color: #050312;
}

/*----------------------------------------*/
/*   3.4 Footer Style
/*----------------------------------------*/
.cst-footer-ptb {
  margin-top: -190px;
  padding-top: 280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cst-footer-ptb {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-footer-ptb {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-footer-ptb {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-footer-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-footer-wrap {
    padding-bottom: 0;
  }
}
.cst-footer-style .dgm-footer-widget-paragraph p {
  color: #CED4E9;
}
.cst-footer-style .dgm-footer-widget-paragraph.color-style p {
  color: #CED4E9;
}
.cst-footer-style .dgm-footer-widget-title {
  color: var(--tp-common-white);
}
.cst-footer-style .dgm-footer-widget-menu ul li a {
  color: #CED4E9;
}
.cst-footer-style .dgm-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.cst-footer-style .dgm-footer-widget-input input {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.cst-footer-style .dgm-footer-widget-input input:focus {
  border-color: var(--tp-common-white);
}
.cst-footer-style .dgm-footer-widget-input .input-button .tp-btn-gradient.sm {
  color: var(--tp-common-black-7);
  background: var(--tp-common-green-1);
}
.cst-footer-style .app-footer-rating {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.cst-footer-style .app-footer-rating span, .cst-footer-style .app-footer-rating a {
  color: var(--tp-common-white);
}
.cst-footer-style .app-footer-widget-info-title {
  color: #CED4E9;
}
.cst-footer-style .app-footer-widget-info a {
  color: var(--tp-common-white);
}
.cst-footer-style .app-copyright-text p {
  color: #CED4E9;
}
.cst-footer-style .app-copyright-text p a:hover {
  border-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .ais-footer-style .crp-footer-widget {
    margin-bottom: 40px;
  }
}
.ais-footer-style .crp-footer-widget p {
  color: #61616A;
}
.ais-footer-style .crp-footer-widget-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-inter);
}
.ais-footer-style .crp-footer-widget-menu ul li a {
  color: #61616A;
}
.ais-footer-style .crp-footer-widget-info a {
  color: #61616A;
}
.ais-footer-style .crp-footer-widget-info a.tel {
  color: var(--tp-common-black-7);
}
.ais-footer-style .crp-footer-social a {
  color: var(--tp-common-black-7);
  border: 1px solid rgba(116, 99, 255, 0.1);
}
.ais-footer-style .crp-footer-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-blue);
}
.ais-footer-copyright {
  border-top: 1px solid rgba(5, 3, 18, 0.1);
}
.ais-footer-copyright p {
  color: #61616A;
}
.ais-footer-copyright p a span {
  color: var(--tp-common-black-7);
}

/*----------------------------------------*/
/*   3.5 Dark Style
/*----------------------------------------*/
.agntix-dark .cst-section-title {
  color: var(--tp-common-white);
}
.agntix-dark .cst-about-text p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cst-about-text p span {
  color: var(--tp-common-white);
}
.agntix-dark .cst-about-list ul li {
  color: var(--tp-common-white);
}
.agntix-dark .cst-btn.black-t {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.agntix-dark .cst-btn.black-t:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-1);
}
.agntix-dark .cst-feature-top {
  border-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .cst-feature-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .cst-feature-item-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cst-feature-text {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cst-feature-text a {
  color: var(--tp-common-white);
}
.agntix-dark .cst-feature-text a::before {
  background-color: var(--tp-common-white);
}
.agntix-dark .cst-section-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .cst-border-b {
  border-color: #1F1E24;
}
.agntix-dark .cst-testimonial-item-text p {
  color: var(--tp-common-white);
}
.agntix-dark .cst-testimonial-item-icon span {
  filter: invert(1);
}
.agntix-dark .cst-testimonial-item-user-content h4 {
  color: var(--tp-common-white);
}
.agntix-dark .cst-testimonial-item-user-content span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cst-testimonial-slider-wrapper .dgm-testimonial-dot .swiper-pagination-bullet {
  background-color: #0E0F11;
}
.agntix-dark .cst-cta-content {
  background-color: #1A1B1E;
}
.agntix-dark .tp-header-cnt-left {
  background-color: #1b1b1d;
}
.agntix-dark .tp-header-cnt-wrap .tp-header-logo-wrap p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-header-cnt-bar-wrap .tp-header-bar {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .tp-header-cnt-bar-wrap .tp-header-8-lang {
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .tp-btn-black-square.cnt-btn-style {
  border-color: transparent;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-btn-black-square.cnt-btn-style i {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-hero-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-hero-list-wrap {
  background-color: #1b1b1d;
}
.agntix-dark .cnt-hero-list-num {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-hero-list:not(:last-of-type) {
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .cnt-hero-list-name {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-hero-list-icon span {
  filter: invert(1);
}
.agntix-dark .cnt-about-style .ar-about-shape {
  filter: invert(1);
}
.agntix-dark .cnt-section-subtitle {
  border-color: rgba(255, 255, 255, 0.2);
}
.agntix-dark .cnt-portfolio-heading p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-plan-box {
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .cnt-plan-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-plan-item-title::before {
  background-color: var(--tp-common-white);
}
.agntix-dark .cnt-plan-item p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-plan-thumb img {
  filter: invert(1);
}
.agntix-dark .cnt-team-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-team-item-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-team-item-social a span {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .cnt-blog-item-btn .tp-btn-black-square.cnt-btn-style.btn-transparent {
  color: var(--tp-common-black);
}
.agntix-dark .cnt-blog-item-box {
  background-color: #1b1b1d;
}
.agntix-dark .cnt-blog-item-2-user-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-blog-item-2-user-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-blog-item-2-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-blog-item-2-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-hero-shape {
  filter: invert(1);
}
