.testimonial-banner {
  margin-top: 75px;
  padding: 55px 0;
  overflow: hidden;
}
.testimonial-banner .container {
  max-width: 1290px;
}
.banner-flex {
  align-items: center;
}
.testi-leftblog {
  position: relative;
  z-index: 2;
}
h1 {
  font-size: 3rem;
  line-height: 0.9;
  padding: 20px 0;
  border-top: 4px solid #14151b;
  border-bottom: 2px solid #14151b;
  font-weight: 900;
  font-family: "Proxima Nova Bl";
}
.testi-rightblog {
  position: relative;
}
.banner-btm {
  display: flex;
  margin-top: 20px;
}
.bg-fill {
  display: none;
}
.rating-info {
  width: 290px;
  padding-left: 0;
}
.rating-info strong {
  display: block;
  font-size: 1.3rem;
  font-family: "Proxima Nova Rg";
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 40px;
}
.rating-slider {
  position: relative;
  width: 214px;
  height: 83px;
  overflow: hidden;
  text-align: center;
}
.rating-slider figure {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 214px;
  opacity: 0;
  animation-name: fade;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.rating-slider em {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.rating-slider figure:nth-child(1) {
  animation-delay: 0s;
}
.rating-slider figure:nth-child(2) {
  animation-delay: 2s;
}
.rating-slider figure:nth-child(3) {
  animation-delay: 4s;
}
.rating-slider figure:nth-child(4) {
  animation-delay: 6s;
}
.rating-slider figure:nth-child(5) {
  animation-delay: 8s;
}
.rating-slider figure:nth-child(6) {
  animation-delay: 10s;
}
.rating-slider figure:nth-child(7) {
  animation-delay: 12s;
}
.rating-slider figure:nth-child(8) {
  animation-delay: 14s;
}
h2 {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 35px;
}
.client-says .container {
  max-width: 1290px;
}
.client-says h2 {
  position: relative;
  padding-top: 30px;
}
.user-speak {
  position: relative;
  overflow-x: scroll;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.client-says h2:after {
  content: "";
  background: url(../images/horz-line.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
}
.speak-blog {
  flex: 0 0 86%;
  padding: 15px;
  border: 2px solid #14151b;
  margin-right: 15px;
}
.user-detail {
  align-items: flex-end;
  margin-bottom: 24px;
}
.user-detail img {
  display: block;
  width: 106px;
  height: 106px;
  margin-right: 12px;
}
.client-detail {
  background-color: #14151b;
  padding: 12px;
}
.client-detail span {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 2px;
}
.client-detail strong {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Proxima Nova Th";
}
.speak-blog p {
  font-size: 1.8rem;
}
.text-one {
  display: none;
}
.text-three {
  display: none;
}
.text-two {
  display: none;
}
#toggle {
  font-size: 16px;
  color: #dc1320;
  margin-top: 10px;
}
#toggle:hover {
    color: #14151b;
  }
.user-videospeak {
  border: 2px solid #14151b;
  margin-bottom: 30px;
}
.video-content {
  padding: 20px 15px;
}
.clientname {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.client-place {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Proxima Nova Th";
}
.video-content p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.client-biggraphic {
  display: flex;
  align-items: flex-end;
}
.client-biggraphic img {
  display: block;
}
.click-video-btn {
  display: block;
  padding-left: 30px;
}
.click-video {
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
  cursor: pointer;
  transition: width 0.8s ease;
  color: #14151b;
  position: relative;
}
.click-video:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #d8d4d6;
}
.click-video:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -5px;
  width: 0%;
  background-color: #14151b;
  height: 2px;
  transition: width 0.3s ease;
}
.click-video:hover:before {
  background-color: #1f212c;
  width: 100%;
  transition: width 0.3s ease;
}
.click-video em {
  width: 20px;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 1px;
}
.line-remove {
  border-bottom: none;
}
.project-section {
  padding: 17px 0 60px 0;
}
.project-section h2 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.project-section h2 br {
  display: none;
}
.project-section h2:before {
  content: "";
  background: url(../images/horz-line.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
}
.get-wrap {
  display: block;
}
.result-btn {
  display: inline-block;
  background-color: #02789e;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Proxima Nova Rg";
  font-weight: 700;
  padding: 22px 50px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.5s;
  position: relative;
  border: 2px solid transparent;
}
.result-btn:hover {
  background: 0 0;
  color: #14151b;
  border: 2px solid #02789e;
}
@media all and (min-width: 375px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media all and (min-width: 576px) {
  h1 {
    font-size: 4.8rem;
  }
  .speak-blog {
    flex: 0 0 55%;
  }
}
@media all and (min-width: 667px) {
  .speak-blog {
    flex: 0 0 45%;
  }
}
@media all and (min-width: 768px) {
  .testi-leftblog {
    width: 50%;
  }
  .testi-rightblog {
    width: 50%;
    margin-left: -79px;
  }
  .bg-fill {
    display: inline-block;
    background-color: #14151b;
    width: 83px;
    height: 132px;
    margin-right: 12px;
  }
  .project-section h2 {
    font-size: 4rem;
  }
  .project-section h2 br {
    display: inline;
  }
}
@media all and (min-width: 992px) {
  h2 {
    font-size: 4.8rem;
    line-height: 48px;
  }
  h1 {
    font-size: 5.2rem;
  }
  .testi-leftblog {
    width: 55%;
  }
  .testi-rightblog {
    width: 40%;
  }
  .img-right {
    width: 350px;
  }
  .user-speak {
    position: relative;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 4px solid #14151b;
  }
  .speak-blog {
    flex: 0 0 auto;
    width: 33%;
    border: none;
    margin-right: 0;
    padding: 25px 40px 30px 20px;
    border-right: 2px solid #14151b;
  }
  .speak-blog:last-child {
    border-right: none;
  }
  .user-videospeak {
    display: flex;
    border: none;
    margin-bottom: 0;
    border-bottom: 4px solid #14151b;
  }
  .video-content {
    width: 66.5%;
    padding: 70px 150px 80px 55px;
    border-right: 2px solid #14151b;
  }
  .client-biggraphic {
    width: 33%;
    display: flex;
    align-items: flex-end;
  }
  .bdr-horz {
    border-right: 2px solid #14151b;
  }
  .bdr-hide {
    border-right: none;
  }
  .line-remove {
    border-bottom: none;
  }
  .project-section {
    padding: 60px 0 60px 0;
  }
}
@media all and (min-width: 1200px) {
  .testimonial-banner {
    margin-top: 65px;
    padding: 65px 0 85px;
  }
  h1 {
    font-size: 6.2rem;
  }
  .banner-btm {
    position: absolute;
    bottom: -29px;
    right: -162px;
    z-index: -1;
    display: flex;
    width: 310px;
  }
  .project-section h2 {
    font-size: 4.8rem;
    line-height: 48px;
  }
}
@media all and (min-width: 1280px) {
  h1 {
    font-size: 7.2rem;
    letter-spacing: -3px;
    line-height: 72px;
    padding: 20px 0;
  }
  .testi-leftblog {
    width: 48%;
  }
  .testi-rightblog {
    width: 50%;
    margin-left: -150px;
  }
  .img-right {
    width: 530px;
    height: 560px;
  }
  .speak-blog {
    padding: 25px 50px 30px 30px;
  }
  .video-content p {
    font-size: 2.6rem;
  }
}
@media all and (min-width: 1366px) {
  .testimonial-banner {
    padding: 25px 0 85px;
  }
  .testi-rightblog {
    margin-left: -128px;
  }
}
@media all and (min-width: 1536px) {
  .speak-blog {
    padding: 25px 65px 30px 40px;
  }
}
