/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.news-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.news-details__left {
  position: relative;
  display: block;
}

.news-details__img {
  position: relative;
  display: block;
}

.news-details__img img {
  width: 100%;
}

.news-details__date {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: var(--qrowd-base);
  text-align: center;
  padding: 15px 14px 15px;
  align-items: center;
}

.news-details__date p {
  font-size: 16px;
  color: var(--qrowd-white);
  font-weight: 800;
  line-height: 16px;
  margin-bottom: 2px;
}

.news-details__date span {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--qrowd-white);
  letter-spacing: 0.1em;
  line-height: 12px;
  text-transform: uppercase;
}

.news-details__content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.news-details__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__meta li + li {
  margin-left: 10px;
}

.news-details__meta li a {
  font-size: 14px;
  color: var(--qrowd-gray);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details__meta li a:hover {
  color: var(--qrowd-primary);
}

.news-details__meta li a i {
  color: var(--qrowd-primary);
  padding-right: 3px;
}

.news-details__title {
  font-size: 34px;
  line-height: 40px;
  margin-top: 4px;
  margin-bottom: 14px;
  font-weight: 800;
}

.news-details__text-1 {
  font-size: 16px;
  font-weight: 500;
}

.news-details__text-2 {
  font-size: 16px;
  padding-top: 31px;
  font-weight: 500;
}

.news-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 51px;
  border-top: 1px solid #e1eaea;
}

.news-details__bottom p {
  margin: 0;
}

.news-details__tags span {
  color: var(--qrowd-black);
  font-size: 20px;
  margin-right: 14px;
  font-weight: 800;
}

.news-details__tags a {
  position: relative;
  color: var(--qrowd-white);
  font-size: 12px;
  background-color: var(--qrowd-base);
  display: inline-block;
  padding: 5px 20px 5px;
  font-weight: 800;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details__tags a:hover {
  background-color: var(--qrowd-primary);
  color: var(--qrowd-white);
}

.news-details__tags a + a {
  margin-left: 6px;
}

.news-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-details__social-list a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  text-align: center;
  color: var(--qrowd-black);
  background-color: var(--qrowd-extra);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.news-details__social-list button {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  text-align: center;
  color: var(--qrowd-black);
  background-color: var(--qrowd-extra);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  margin-left: 10px;
}

.news-details__social-list button:hover {
  color: var(--qrowd-white);
}

.news-details__social-list button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--qrowd-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.news-details__social-list button:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.news-details__social-list button + button {
  margin-left: 10px;
}

.news-details__social-list a:hover {
  color: var(--qrowd-white);
}

.news-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--qrowd-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.news-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.news-details__social-list a + a {
  margin-left: 10px;
}

.news-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 54px;
}

.news-details__pagenation {
  position: relative;
  display: block;
}

.news-details__pagenation li a {
  position: relative;
  float: left;
  font-size: 20px;
  color: var(--qrowd-black);
  font-weight: 800;
  background-color: var(--qrowd-extra);
  line-height: 34px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 51px;
  padding-bottom: 50px;
  letter-spacing: var(--qrowd-letter-spacing);
}

.news-details__pagenation li + li {
  margin-left: 30px;
}

.news-details__pagenation li a:hover {
  background-color: var(--qrowd-base);
  color: var(--qrowd-white);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 0 0 90px;
}

.faq-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.faq-page .faq-one-accrodion .accrodion {
  background-color: var(--qrowd-extra);
  border: 1px solid var(--qrowd-base);
}

.faq-page .faq-one-accrodion .accrodion.active {
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--qrowd-primary);
}
/*--------------------------------------------------------------
# FAQ Page Feature
--------------------------------------------------------------*/
.faq-page-feature {
  position: relative;
  display: block;
  padding: 60px 0 30px;
}

.faq-page-feature .container {
  max-width: 1080px;
}

.faq-page-feature .row {
  --bs-gutter-x: 15px;
}

.faq-page-feature__single {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #e1eaea;
  padding: 28px 0 24px;
  margin-bottom: 30px;
  transition: all 0.4s linear;
  z-index: 1;
}

.faq-page-feature__single:hover {
  border: 1px solid var(--qrowd-primary);
}

.faq-page-feature__single:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--qrowd-primary);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.faq-page-feature__single:hover:before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.faq-page-feature__icon {
  position: relative;
  display: inline-block;
}

.faq-page-feature__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--qrowd-primary);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.faq-page-feature__single:hover .faq-page-feature__icon span {
  transform: scale(0.9);
  color: var(--qrowd-white);
}

.faq-page-feature__title {
  font-size: 18px;
  color: var(--qrowd-black);
  font-weight: 800;
  line-height: 25px;
  margin-top: 17px;
  transition: all 0.4s linear;
}

.faq-page-feature__single:hover .faq-page-feature__title {
  color: var(--qrowd-white);
}

/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--qrowd-extra);
  z-index: 1;
}

.faq-one-bg {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 54.1%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}

.faq-one__left {
  position: relative;
  display: block;
  margin-right: 40px;
}

.faq-one__left .section-title {
  margin-bottom: 30px;
}

.faq-one__left-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--qrowd-gray);
}

.faq-one__img {
  position: relative;
  display: block;
  margin-top: 51px;
}

.faq-one__img img {
  width: 100%;
}

.faq-one__icon {
  position: absolute;
  top: -60px;
  right: 30px;
  height: 120px;
  width: 120px;
  background-color: var(--qrowd-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.faq-one__icon span {
  font-size: 60px;
  color: var(--qrowd-white);
}

.faq-one__right {
  position: relative;
  display: block;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: var(--qrowd-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #e1eaea;
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 23px 40px 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 0;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  color: var(--qrowd-black);
  letter-spacing: -0.04em;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  color: var(--qrowd-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--qrowd-base);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: var(--qrowd-primary);
  position: absolute;
  top: 50%;
  right: -14px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--qrowd-base);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 31px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# FAQ Search
--------------------------------------------------------------*/
.faq-search {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.faq-search__inner {
  position: relative;
  display: block;
  background-color: var(--qrowd-extra);
  padding: 120px 200px 120px;
}

.faq__search-form {
  position: relative;
}

.faq__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  color: var(--qrowd-gray);
  font-size: 18px;
  font-weight: 500;
  padding-left: 50px;
  height: 84px;
  width: 100%;
  padding-right: 80px;
}

.faq__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--qrowd-base);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.gallery-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-page__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--qrowd-primary);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
}

.gallery-page__single:hover .gallery-page__img:before {
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.gallery-page__img img {
  width: 100%;
}

.gallery-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 2;
}

.gallery-page__icon a {
  height: 97px;
  width: 97px;
  background-color: var(--qrowd-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--qrowd-white);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.gallery-page__icon a:hover {
  background-color: var(--qrowd-white);
  color: var(--qrowd-base);
}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
}

.gallery-one .container {
  max-width: 1620px;
}

.gallery-one__list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.gallery-one__single {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}

.gallery-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--qrowd-primary);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
}

.gallery-one__single:hover .gallery-one__img:before {
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.gallery-one__img img {
  width: 100%;
}

.gallery-one__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 2;
}

.gallery-one__icon a {
  height: 97px;
  width: 97px;
  background-color: var(--qrowd-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--qrowd-white);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.gallery-one__single:hover .gallery-one__icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.gallery-one__icon a:hover {
  background-color: var(--qrowd-white);
  color: var(--qrowd-base);
}

/*--------------------------------------------------------------
# Ready One
--------------------------------------------------------------*/
.ready-one {
  position: relative;
  display: block;
  z-index: 2;
}

.ready-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--qrowd-base);
  padding: 57px 60px 56px;
  overflow: hidden;
  z-index: 1;
}

.ready-one-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}

.ready-one-shape-1 img {
  width: auto;
}

.ready-one__big-icon {
  position: absolute;
  right: 0;
  top: -95px;
  transform: rotate(-30deg);
}

.ready-one__big-icon span {
  position: relative;
  display: inline-block;
  font-size: 350px;
  color: rgba(var(--qrowd-white-rgb), 0.1);
}

.ready-one__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--qrowd-black);
  content: "";
  z-index: 1;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.ready-one__left {
  position: relative;
  display: flex;
  align-items: center;
}

.ready-one__left .icon {
  position: relative;
  margin-right: 10px;
  top: 7px;
}

.ready-one__left .icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--qrowd-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.ready-one__left .icon:hover span {
  transform: scale(0.9);
}

.ready-one__left .content {
  position: relative;
  display: block;
}

.ready-one__left .content p {
  font-size: 16px;
  font-weight: 500;
  color: #ffd7c7;
  line-height: 26px;
}

.ready-one__left .content h3 {
  font-size: 34px;
  font-weight: 800;
  color: var(--qrowd-white);
}

.ready-one__right .thm-btn {
  background-color: var(--qrowd-black);
}

.ready-one__right .thm-btn::before {
  background-color: var(--qrowd-white);
}

.ready-one__right .ready-one__btn:hover {
  color: var(--qrowd-base);
}

/*--------------------------------------------------------------
# untuk karim dan store
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0 133px;
}

.testimonial-one__slider {
  position: relative;
  display: block;
}

.testimonial-one__main-content {
  position: relative;
  display: block;
}

.testimonial-one__main-content-left {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 40px;
}

.testimonial-one__main-content-img {
  position: relative;
  display: block;
}

.testimonial-one__main-content-img > img {
  width: 100%;
}

.testimonial-one__review-box {
  position: absolute;
  max-width: 200px;
  width: 100%;
  background-color: var(--qrowd-base);
  padding: 25px 30px 26px;
  z-index: 1;
  transform: rotate(-90deg);
  bottom: 52px;
  left: -112px;
}

.testimonial-one__review-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  width: 10px;
  background-color: var(--qrowd-black);
}

.testimonial-one__review-box p {
  font-size: 18px;
  color: var(--qrowd-white);
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonial-one__review-icon {
  position: absolute;
  bottom: 10px;
  right: 25px;
  opacity: 0.1;
  z-index: -1;
}

.testimonial-one__review-icon > img {
  width: auto;
}

.testimonial-one__main-content-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.testimonial-one__main-content-right .section-title {
  margin-bottom: 40px;
}

.testimonial-one__rating {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__rating i {
  font-size: 15px;
  color: var(--qrowd-base);
}

.testimonial-one__rating i + i {
  margin-left: 2px;
}

.testimonial-one__text-1 {
  font-size: 18px;
  line-height: 36px;
  padding-top: 16px;
  padding-bottom: 38px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-one__client-details {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
}

.testimonial-one__client-img img {
  width: auto;
}

.testimonial-one__client-content {
  margin-left: 30px;
}

.testimonial-one__client-content h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.testimonial-one__client-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-one__quote {
  position: relative;
  display: flex;
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--qrowd-base);
  top: 7px;
}

.testimonials-one__thumb-wrapper {
  position: absolute;
  bottom: 60px;
  left: 276px;
  max-width: 332px;
  width: 100%;
  background-color: var(--qrowd-primary);
  z-index: 1;
  border: 10px solid var(--qrowd-primary);
}

#testimonials-one__thumb {
  border: 2px solid #fff;
}

.testimonial-one__img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 500ms ease;
  cursor: pointer;
  border: 2px solid #fff;
  background-color: var(--qrowd-black);
}

.testimonial-one__img-holder > img {
  width: 100%;
  transition: all 0.5s ease-in-out 0.6s;
}

.swiper-slide-thumb-active .testimonial-one__img-holder > img {
  opacity: 0.5;
}

#testimonials-one__carousel-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 180px;
  right: 0;
  left: auto;
  width: 100%;
  z-index: 20;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--qrowd-black-rgb), 0.3);
  transition: all 500ms ease;
  opacity: 1;
  margin: 0;
  display: block;
}

#testimonials-one__carousel-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: 5px;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--qrowd-primary-rgb), 1);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 112px 0 100px;
}

.brand-one__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1170px;
  text-align: center;
  margin: 0 auto;
}

.brand-one__title:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: #e1eaea;
  max-width: 530px;
  width: 100%;
  transform: translateY(-50%);
}

.brand-one__title:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: #e1eaea;
  max-width: 530px;
  width: 100%;
  transform: translateY(-50%);
}

.brand-one .swiper-slide {
  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;
}

.brand-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.2;
  max-width: 100%;
}

.brand-one .swiper-slide img:hover {
  opacity: 0.6;
}

.brand-one__nav {
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 100;
  transform: translateY(0) translateX(-50%);
  display: flex;
  align-items: flex-end;
  height: 0;
  line-height: 0;
}

.brand-one__nav .swiper-button-next,
.brand-one__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: var(--qrowd-gray);
  border: 0;
  background-color: var(--qrowd-extra);
  border-radius: 0;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 12px 0;
}

.brand-one__nav .swiper-button-next:hover,
.brand-one__nav .swiper-button-prev:hover {
  color: var(--qrowd-white);
  background-color: var(--qrowd-base);
}

.brand-one__nav .swiper-button-next::after,
.brand-one__nav .swiper-button-prev::after {
  display: none;
}

.brand-one__nav .swiper-button-prev {
  margin-right: 5px;
}

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.similar-project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 485px;
  background-color: var(--qrowd-extra);
  z-index: -1;
}

.similar-project .project-one__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 170px;
  z-index: 1;
}

.project-one:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 464px;
  background-color: var(--qrowd-extra);
  content: "";
  z-index: -1;
}

.project-one__top {
  position: relative;
  display: block;
}

.project-one__bottom {
  position: relative;
  display: block;
}

.project-one__single {
  position: relative;
  display: block;
}

.project-one__img-box {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--qrowd-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05);
  opacity: 0.5;
}

.project-one__icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.project-one__icon i {
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: var(--qrowd-white);
}

.project-one__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 26px 30px 20px;
}

.project-one__tag {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: var(--qrowd-base);
  padding: 7px 19px 8px;
}

.project-one__tag p {
  font-size: 12px;
  font-weight: 800;
  line-height: 12px;
  color: var(--qrowd-white);
}

.project-one__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  margin-top: 14px;
  margin-bottom: 6px;
}

.project-one__title a {
  color: var(--qrowd-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: var(--qrowd-base);
}

.project-one__remaing {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-one__remaing .icon {
  font-size: 14px;
  color: var(--qrowd-primary);
}

.project-one__remaing .text {
  margin-left: 5px;
}

.project-one__remaing .text p {
  font-size: 13px;
  font-weight: 500;
}

.progress-levels {
  position: relative;
  display: block;
  margin-top: 22px;
  margin-bottom: 5px;
}

.progress-levels .progress-box {
  position: relative;
  display: block;
  background-color: var(--qrowd-extra);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 74px;
  padding-right: 58px;
}

.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar {
  position: relative;
  display: block;
  z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 0;
  background-color: var(--qrowd-white);
}

.progress-levels .progress-box .bar .bar-fill {
  position: relative;
  width: 0px;
  height: 3px;
  border-radius: 0px;
  background-color: var(--qrowd-base);
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-fill:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0px;
  height: 10px;
  width: 10px;
  background-color: var(--qrowd-base);
  border-radius: 50%;
  z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -15px;
  right: -47px;
  width: 40px;
  height: 20px;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
  position: relative;
  color: var(--qrowd-gray);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  float: none;
}

.progress-levels .progress-box .inner .percent {
  position: relative;
  color: var(--qrowd-gray);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  float: none;
  margin-left: -2px;
}

.progress-levels .progress-box .inner .text {
  position: absolute;
  top: -7px;
  left: -54px;
  font-size: 14px;
  font-weight: 800;
  color: var(--qrowd-black);
  line-height: 14px;
  letter-spacing: -0.02em;
}

.project-one__goals {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-one__goals-one {
  font-size: 13px;
  font-weight: 600;
}

.project-one__goals-one span {
  color: var(--qrowd-black);
  font-weight: 700;
}

.project-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.project-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.project-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -48px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(var(--qrowd-black-rgb), 0.3);
  margin: 0px 2.5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dot.active {
  background-color: rgba(var(--qrowd-primary-rgb), 1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
