.text-justify{
   text-align: justify;
}
.main-slider-one {
  position: relative;
  display: block;
  z-index: 1;
}
.main-slider-one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(1);
  transition: transform 7.5s ease;
  z-index: 1;
}
.main-slider.main-slider-one .swiper-slide-active .image-layer {
  transform: scale(1.1);
}
.main-slider-one .big-title {
  position: absolute;
  bottom: 20px;
  right: 10px;
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(80px);
  z-index: 3;
}
.main-slider.main-slider-one .swiper-slide-active .big-title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.main-slider-one .big-title h2 {
  color: transparent;
  -webkit-text-stroke: 2px hsla(0, 0%, 100%, 0.2);
  font-size: 100px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 11.5px;
}
.main-slider-one .img-box {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 1.2s ease;
  transform: translateX(80px);
  z-index: 1;
}
.main-slider.main-slider-one .swiper-slide-active .img-box {
  opacity: 0.6;
  transform: translateX(0);
  transition-delay: 1.3s;
}
.main-slider-one .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.main-slider-one .icon-one {
  position: absolute;
  top: 125px;
  left: 74px;
  z-index: 2;
}
.main-slider-one .icon-two {
  position: absolute;
  bottom: 125px;
  left: 74px;
  z-index: 2;
}
.main-slider-one__single {
  position: relative;
  display: block;
  padding: 100px 0;
}
.main-slider-one__content {
  position: relative;
  display: block;
  padding-top: 43px;
  padding-left: 55px;
  padding-bottom: 50px;
  max-width: 690px;
  width: 100%;
  z-index: 1;
}
.main-slider-one__content:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 10%;
  background: #000;
  mix-blend-mode: soft-light;
  border-radius: 10px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateX(0);
  transform-origin: bottom;
  transition: all 1.3s ease;
  content: "";
  z-index: -1;
}
.main-slider .swiper-slide-active .main-slider-one__content:before {
  /* opacity: 0.2;
  transform: perspective(400px) rotateY(0deg) translateX(0);
  transition-delay: 0.3s;
  width: 80%; */
}
.main-slider-one__content h3 {
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 9.6px;
  margin-bottom: 15px;
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-one__content h3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.main-slider-one__content h3 span {
  letter-spacing: 0;
}
.main-slider-one__content h2 {
  color: #000000;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -1.8px;
  margin-bottom: 30px;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-one__content h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.3s;
}
.main-slider-one__content h2 span {
  color: #ff9040;
  text-shadow: 1px 1px black;
}
.main-slider-one__content p {
  color: var(--thm-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-one__content p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.main-slider-one__content .btn-box {
  position: relative;
  display: block;
  margin-top: 41px;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-one__content .btn-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.main-slider-one__content .btn-box .thm-btn:before {
  background: var(--thm-white);
}
.main-slider-one__content .btn-box .thm-btn:hover {
  color: var(--thm-secondary);
}
.main-slider-one__content .btn-box .thm-btn span {
  margin-left: 3px;
  top: 2px;
}
.main-slider__nav {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 115px;
  right: 140px;
  z-index: 100;
}
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #000;
  font-size: 15px;
  background: var(--thm-white);
  border: none;
  margin: 0;
  text-align: center;
  transition: all 0.5s ease;
  border-radius: 50%;
  z-index: 100;
}
.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  background: var(--thm-primary);
  border: none;
}
.main-slider__nav .swiper-button-next:after,
.main-slider__nav .swiper-button-prev:after {
  display: none;
}
.main-slider__nav .swiper-button-next {
  margin-left: 15px;
}
#main-slider-pagination {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 40px;
  transform: translateY(-50%);
  counter-reset: count;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 0;
  z-index: 999999;
}
#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  border: 0 solid transparent;
  counter-increment: count;
  content: "" counter(count);
  font-family: var(--thm-body-font);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0;
}
.swiper-container-horizontal
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 8px 0;
}
#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: var(--thm-secondary);
}
#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--thm-primary);
  background: var(--thm-primary);
}
#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:focus,
#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  outline: none;
  border-color: var(--thm-primary);
  background: var(--thm-primary);
}
.main-slider-two {
  position: relative;
  display: block;
  z-index: 1;
}
.main-slider-two .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(1);
  transition: transform 7.5s ease;
  z-index: -1;
}
.main-slider.main-slider-two .swiper-slide-active .image-layer {
  transform: scale(1.07);
}
.main-slider-two .image-layer:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 14, 31, 0) 89.59%,
    rgba(5, 31, 60, 0.2) 99.8%
  );
  content: "";
  z-index: -1;
}
.main-slider-two .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 14, 31, 0.74),
    #000e1f 11.74%,
    #000e1f 27.97%,
    rgba(0, 16, 33, 0.95) 33.4%,
    rgba(1, 18, 37, 0.87) 36.73%,
    rgba(5, 31, 60, 0) 60.91%
  );
  content: "";
  z-index: -1;
}
.main-slider-two .shape1 {
  position: absolute;
  top: 0;
  left: -2px;
  mix-blend-mode: multiply;
  opacity: 0;
  transform: translateX(-20%);
  transition: all 1.3s ease;
  z-index: -1;
}
.main-slider-two .swiper-slide-active .shape1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.main-slider-two .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  transform: translateX(20%);
  transition: all 1.3s ease;
  z-index: -1;
}
.main-slider-two .swiper-slide-active .shape2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.main-slider-two .shape3 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateX(20%);
  transition: all 1.3s ease;
  z-index: -1;
}
.main-slider-two .swiper-slide-active .shape3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
.main-slider-two .shape4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.main-slider-two .big-title {
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 1;
}
.main-slider-two .big-title h2 {
  color: rgba(var(--thm-white-rgb), 0.15);
  -webkit-text-stroke: 2px rgba(var(--thm-primary-rgb), 0.15);
  font-size: 150px;
  line-height: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--thm-body-font);
}
.main-slider-two__single {
  padding: 170px 0;
  z-index: 1;
}
.main-slider-two__content,
.main-slider-two__single {
  position: relative;
  display: block;
}
.main-slider-two__content .sub-title {
  position: relative;
  display: inline-block;
  background: rgba(var(--thm-white-rgb), 0.1);
  padding: 4px 20px 2px;
  margin-bottom: 32px;
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-two__content .sub-title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.main-slider-two__content .sub-title:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(94deg, #ff5e14 4.78%, #ffd7a6 122.83%);
  content: "";
}
.main-slider-two__content .sub-title p {
  color: #e6e6e6;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--thm-heading-font);
}
.main-slider-two__content .title {
  position: relative;
  display: block;
  margin-bottom: 29px;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-two__content .title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.3s;
}
.main-slider-two__content .title h2 {
  color: var(--thm-white);
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-transform: capitalize;
  font-family: var(--thm-body-font);
}
.main-slider-two__content .title h2 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--thm-primary);
}
.main-slider-two__content .text {
  position: relative;
  display: block;
  margin-bottom: 41px;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-two__content .text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.main-slider-two__content .text p {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 500;
}
.main-slider-two__content .btn-box {
  position: relative;
  display: block;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-two__content .btn-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.main-slider-two__content .btn-box .thm-btn {
  color: var(--thm-white);
}
.main-slider-two__content .btn-box .thm-btn:hover {
  color: var(--thm-black);
}
.main-slider-two__content .btn-box .thm-btn:before {
  background: var(--thm-white);
}
.main-slider-two .swiper-nav-style1 {
  top: 49%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  height: auto;
}
.main-slider-two .swiper-nav-style1 .swiper-button-next,
.main-slider-two .swiper-nav-style1 .swiper-button-prev {
  background-color: var(--thm-white);
  color: var(--thm-primary);
  border: 1px solid var(--thm-white);
}
.main-slider-two .swiper-nav-style1 .swiper-button-next {
  margin-left: 0;
  margin-top: 20px;
}
.main-slider-two__wrap {
  position: absolute;
  top: 55px;
  right: 55px;
  z-index: 100;
}
.main-slider-two__wrap .swiper-counter {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  width: 40px;
  z-index: 9;
}
.main-slider-two__wrap .swiper-counter div {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--thm-heading-font);
}
.main-slider-two__wrap .swiper-counter div#current {
  margin-right: 6px;
}
.main-slider-two__wrap .swiper-counter div#total {
  position: relative;
  top: 15px;
  right: -5px;
  padding-left: 5px;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-family: var(--thm-heading-font);
}
.main-slider-two__wrap .swiper-counter div#total:before {
  content: "/";
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  top: -5px;
}
.main-slider-three {
  position: relative;
  display: block;
  z-index: 1;
}
.main-slider-three .image-layer {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(1);
  transition: transform 6.5s ease;
  z-index: 1;
}
.main-slider.main-slider-three .swiper-slide-active .image-layer {
  transform: scale(1.03);
}
.main-slider-three .image-layer:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(7, 6, 1, 0.5);
  mix-blend-mode: overlay;
  content: "";
  z-index: -1;
}
.main-slider-three__single {
  position: relative;
  display: block;
  padding: 367px 0 220px;
  z-index: 1;
}
.main-slider-three__single .shape1 {
  position: absolute;
  top: 250px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-10%);
  transition: all 1.5s ease;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd550, #141415);
  mix-blend-mode: multiply;
  z-index: -1;
}
.main-slider-three__single .shape1 img {
  mix-blend-mode: multiply;
}
.main-slider-three .swiper-slide-active .shape1 {
  opacity: 0.7;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 2;
}
.main-slider-three__content .tagline-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-three__content .tagline-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.main-slider-three__content .tagline-box .icon {
  position: relative;
  display: block;
}
.main-slider-three__content .tagline-box .icon img {
  width: 100%;
}
.main-slider-three__content .tagline-box .text {
  position: relative;
  display: block;
}
.main-slider-three__content .tagline-box .text p {
  color: var(--thm-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-family: var(--thm-heading-font);
}
.main-slider-three__content .title-box {
  position: relative;
  display: block;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-three__content .title-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.3s;
}
.main-slider-three__content .title-box h2 {
  color: var(--thm-white);
  font-size: 100px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
}
.main-slider-three__content .title-box h2 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--thm-primary);
}
.main-slider-three__content .btn-box {
  position: relative;
  display: block;
  margin-top: 50px;
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(80px);
}
.main-slider .swiper-slide-active .main-slider-three__content .btn-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.main-slider-three__content .btn-box .thm-btn:after {
  background: transparent;
  border: 2px solid var(--thm-primary);
}
.main-slider-three__content .btn-box .thm-btn {
  color: var(--thm-white);
}
.main-slider-three__content .btn-box .thm-btn:hover {
  color: var(--thm-black);
}
.main-slider-three__content .btn-box .thm-btn:before {
  background: var(--thm-primary);
}
.main-slider-three__single .bottom-text-box {
  position: absolute;
  left: -24px;
  bottom: 87px;
  display: flex;
  align-items: center;
  z-index: 5;
}
.main-slider-three__single .bottom-text-box .border {
  position: relative;
  display: block;
  width: 100px;
  height: 1px;
  background: rgba(var(--thm-white-rgb), 0.6);
}
.main-slider-three__single .bottom-text-box .text {
  position: relative;
  display: block;
  margin-left: 30px;
}
.main-slider-three__single .bottom-text-box .text p {
  color: var(--thm-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-slider-three .main-slider__nav {
  bottom: 80px;
  right: 100px;
}
.main-slider-three #main-slider-pagination {
  top: auto;
  left: 85px;
  width: 180px;
  transform: translateY(0);
  display: block;
  bottom: 80px;
}
.main-slider-three #main-slider-pagination .swiper-pagination-bullet {
  border: 1px solid hsla(0, 0%, 100%, 0.3);
}
.main-slider-three
  #main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: var(--thm-black);
}
.main-slider-three
  .swiper-container-horizontal
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 15px;
}
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 117px;
  z-index: 1;
}
.blog-one__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0.05;
  z-index: -1;
}
.blog-one__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 58px;
}
.blog-one__top .sec-title {
  padding-bottom: 0;
}
.blog-one__top .btn-box {
  top: -13px;
}
.blog-one__bottom,
.blog-one__single,
.blog-one__top .btn-box {
  position: relative;
  display: block;
}
.blog-one__single {
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  z-index: 1;
}
.blog-one__single:before {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-secondary-rgb), 0.06);
  border-radius: 4px;
  transition: all 0.5s linear;
  transition-delay: 0.1s;
  content: "";
  z-index: -1;
}
.blog-one__single:hover:before {
  background: var(--thm-secondary);
}
.blog-one__single:after {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 20px;
  right: 30px;
  border: 1px solid var(--thm-primary);
  border-radius: 4px;
  transition: all 0.5s linear;
  transition-delay: 0.1s;
  content: "";
  z-index: -2;
}
.blog-one__single:hover:after {
  border-color: var(--thm-secondary);
}
.blog-one__single-img {
  position: relative;
  display: block;
  z-index: 5;
}
.blog-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.blog-one__single-img .inner:before {
  background: hsla(0, 0%, 100%, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.blog-one__single:hover .blog-one__single-img .inner:before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}
.blog-one__single-img .inner .text-box {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--thm-primary);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  background: var(--thm-secondary);
  border-radius: 4px;
  font-family: var(--thm-heading-font);
  padding: 4px 10px 2px;
  z-index: 7;
}
.blog-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.blog-one__single:hover .blog-one__single-img .inner img {
  transform: scale(1);
}
.blog-one__single-content {
  position: relative;
  display: block;
  padding: 31px 30px 31px 50px;
  z-index: 1;
}
.blog-one__single-content:before {
  position: absolute;
  top: 0;
  left: 19px;
  bottom: 0;
  right: 0;
  background: var(--thm-white);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  content: "";
  z-index: -1;
}
.blog-one__single-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-transform: capitalize;
}
.blog-one__single-content h2 a {
  color: var(--thm-heading-color);
  background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% /0 1px no-repeat;
  color: inherit;
  transition: all 0.5s ease;
}
.blog-one__single-content h2 a:hover {
  background-size: 100% 1px;
}
.blog-one__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 17px;
}
.blog-one__single-content .meta-box li {
  position: relative;
  display: block;
  float: left;
  color: #93999f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-one__single-content .meta-box li + li {
  margin-left: 5px;
}
.blog-one__single-content .meta-box li a {
  color: var(--thm-heading-font-color);
}
.blog-one__single-content .meta-box li a:hover {
  color: var(--thm-primary);
}
.blog-one .swiper-container {
  padding-left: 1px;
}
#blog-one__pagination {
  position: relative;
  padding-top: 0;
  z-index: 55;
}
#blog-one__pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: #d0dadc;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
#blog-one__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--thm-secondary);
}
#blog-one__pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border: 1px solid var(--thm-secondary);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  content: "";
}
#blog-one__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
#blog-one__pagination .swiper-pagination-bullet:hover {
  transform: scaleX(1);
}
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 240px;
  margin-bottom: -150px;
  z-index: 1;
}
.blog-two__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.blog-two__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 58px;
}
.blog-two__top .sec-title-two {
  padding-bottom: 0;
}
.blog-two__top .btn-box {
  position: relative;
  display: block;
  top: -12px;
}
.blog-two__top .btn-box .thm-btn {
  color: var(--thm-white);
}
.blog-two__top .btn-box .thm-btn:before {
  background: var(--thm-black);
}
.blog-two__single {
  position: relative;
  display: block;
  border-radius: 4px;
  box-shadow: 0 10px 50px -28px rgba(2, 2, 49, 0.5);
  background: var(--thm-gray-bg);
  margin-bottom: 30px;
}
.blog-two__single-content {
  position: relative;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 31px 30px 1px;
}
.blog-two__single-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-transform: capitalize;
}
.blog-two__single-content h2 a {
  color: var(--thm-black);
  background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% /0 1px no-repeat;
  color: inherit;
  transition: all 0.5s ease;
}
.blog-two__single-content h2 a:hover {
  background-size: 100% 1px;
}
.blog-two__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 17px;
}
.blog-two__single-content .meta-box li {
  position: relative;
  display: block;
  float: left;
  color: var(--thm-body-font-color);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-two__single-content .meta-box li + li {
  margin-left: 5px;
}
.blog-two__single-content .meta-box li a {
  color: var(--thm-heading-font-color);
  font-weight: 500;
}
.blog-two__single-content .meta-box li a:hover {
  color: var(--thm-primary);
}
.blog-two__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 23px;
}
.blog-two__single-content .btn-box a {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--thm-heading-font);
}
.blog-two__single-content .btn-box a:hover {
  color: var(--thm-primary);
}
.blog-two__single-content .btn-box a span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  top: 4px;
  padding-left: 8px;
}
.blog-two__single-img {
  position: relative;
  display: block;
  padding-top: 30px;
}
.blog-two__single-img .overlay-img {
  position: absolute;
  top: 0;
  right: 20px;
  border: 2px solid var(--thm-white);
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
}
.blog-two__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  z-index: 1;
}
.blog-two__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.blog-two__single:hover .blog-two__single-img .inner img {
  transform: scale(1);
}
.blog-two__single-img .inner:before {
  background: hsla(0, 0%, 100%, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.blog-two__single:hover .blog-two__single-img .inner:before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}
.blog-two--three {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 120px 0 117px;
  z-index: 1;
}
.blog-two--three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 531px;
  z-index: -1;
}
.blog-two--three__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.9);
  content: "";
  z-index: -2;
}
.blog-two--three .sec-title-style3 h2 {
  color: var(--thm-white);
}
.blog-two--three .sec-title-style3 .sub-title h5 {
  color: var(--thm-primary);
}
.blog-two--three .blog-two__single {
  box-shadow: 0 4px 4px 0 rgba(18, 18, 20, 0.06);
  background: var(--thm-white);
}
.blog-two--three .blog-two__single-img {
  padding-top: 0;
}
.blog-two--three .blog-two__single-img .inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-two--three .blog-two__single-img .overlay-img {
  position: relative;
  top: auto;
  right: auto;
  border: 0 solid var(--thm-white);
}
.blog-two--three .blog-two__single-content {
  padding: 31px 30px 26px;
}
.blog-two--three .blog-two__single-img .overlay-img__outer {
  position: absolute;
  right: 20px;
  bottom: 2px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.blog-two--three .blog-two__single-img .overlay-img__outer .name {
  position: relative;
  display: inline-block;
  background: var(--thm-white);
  padding: 5px 30px 5px 15px;
  border-radius: 15px;
  margin-right: -18px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.7s ease;
}
.blog-two--three
  .blog-two__single
  .blog-two__single-img
  .overlay-img__outer:hover
  .name {
  opacity: 1;
  transform: translateX(0);
}
.blog-two--three .blog-two__single-img .overlay-img__outer .name p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
#blog-two--three__pagination {
  position: relative;
  padding-top: 15px;
  z-index: 55;
}
#blog-two--three__pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: #d0dadc;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
#blog-two--three__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--thm-primary);
}
#blog-two--three__pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border: 1px solid var(--thm-primary);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  content: "";
}
#blog-two--three__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
#blog-two--three__pagination .swiper-pagination-bullet:hover {
  transform: scaleX(1);
}
.sidebar {
  margin-left: 65px;
}
.sidebar,
.sidebar__single {
  position: relative;
  display: block;
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__single .title-box {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 25px;
}
.sidebar__single .title-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar__search {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 35px 30px;
  z-index: 1;
}
.sidebar__search,
.sidebar__search-form {
  position: relative;
  display: block;
}
.sidebar__search-form input[type="search"] {
  position: relative;
  display: block;
  border: none;
  outline: none;
  background-color: var(--thm-white);
  color: #6f7174;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  height: 55px;
  width: 100%;
  padding-right: 60px;
  border-radius: 4px;
}
.sidebar__search-form ::placeholder {
  color: #6f7174;
}
.sidebar__search-form :-ms-input-placeholder {
  color: #6f7174;
}
.sidebar__search-form ::-ms-input-placeholder {
  color: #6f7174;
}
.sidebar__search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: var(--thm-primary);
  color: var(--thm-black);
  font-size: 20px;
  outline: none;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.5s ease;
}
.sidebar__search-form button i {
  font-weight: 700;
}
.sidebar__search-form button:hover {
  color: var(--thm-white);
  background: var(--thm-black);
}
.sidebar__services {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 35px 30px;
}
.sidebar__services,
.sidebar__services-list,
.sidebar__services-list li {
  position: relative;
  display: block;
}
.sidebar__services-list li {
  margin-bottom: 10px;
}
.sidebar__services-list li:last-child {
  margin-bottom: 0;
}
.sidebar__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--thm-white);
  border-radius: 4px;
  color: #6f7174;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  padding: 13px 20px 12px;
  font-family: var(--thm-body-font);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.sidebar__services-list li a.active,
.sidebar__services-list li a:hover {
  color: var(--thm-black);
}
.sidebar__services-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  background-color: var(--thm-primary);
  transition: transform 0.4s ease;
  transform-origin: bottom right;
  transform: scaleY(0);
  z-index: -1;
}
.sidebar__services-list li a.active:before,
.sidebar__services-list li a:hover:before {
  transform: scale(1);
  transform-origin: top center;
}
.sidebar__services-list li a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 26px;
  border-radius: 13px;
  color: var(--thm-black);
  font-size: 15px;
  background: #f7f7f7;
  font-weight: 700;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.sidebar__services-list li a.active span,
.sidebar__services-list li a:hover span {
  background: var(--thm-black);
  color: var(--thm-primary);
}
.sidebar__brochure {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 35px 30px;
}
.sidebar__brochure,
.sidebar__brochure-box {
  position: relative;
  display: block;
}
.sidebar__brochure-single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  padding: 10px 20px 11px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.sidebar__brochure-single.active,
.sidebar__brochure-single:hover {
  background: var(--thm-primary);
}
.sidebar__brochure-single + .sidebar__brochure-single {
  margin-top: 10px;
}
.sidebar__brochure-single .left-content {
  position: relative;
  display: flex;
  align-items: center;
}
.sidebar__brochure-single .left-content .icon {
  position: relative;
  display: block;
}
.sidebar__brochure-single .left-content .icon img {
  width: 100%;
}
.sidebar__brochure-single .left-content .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}
.sidebar__brochure-single .left-content .text-box h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  font-family: var(--thm-body-font);
}
.sidebar__brochure-single .left-content .text-box ul {
  position: relative;
  display: block;
}
.sidebar__brochure-single .left-content .text-box ul li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 5px;
}
.sidebar__brochure-single .left-content .text-box ul li:first-child {
  padding-left: 0;
}
.sidebar__brochure-single .left-content .text-box ul li:last-child {
  padding-right: 0;
}
.sidebar__brochure-single .left-content .text-box ul li:before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 7px;
  width: 1px;
  background: #d0ae43;
  content: "";
}
.sidebar__brochure-single .left-content .text-box ul li:last-child:before {
  display: none;
}
.sidebar__brochure-single .left-content .text-box ul li p {
  color: #6f7174;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  font-family: var(--thm-heading-font);
}
.sidebar__brochure-single .btn-box {
  position: relative;
  display: block;
}
.sidebar__brochure-single .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 13px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.sidebar__brochure-single.active .btn-box a,
.sidebar__brochure-single:hover .btn-box a {
  background: var(--thm-black);
}
.sidebar__brochure-single .btn-box a span {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 15px;
  line-height: 15px;
  transform: rotate(90deg);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.sidebar__brochure-single.active .btn-box a span,
.sidebar__brochure-single:hover .btn-box a span {
  color: var(--thm-primary);
}
.sidebar__contact {
  position: relative;
  display: block;
  padding: 50px 30px 44px;
  z-index: 1;
}
.sidebar__contact-bg {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.sidebar__contact-bg,
.sidebar__contact-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
}
.sidebar__contact-bg:before {
  opacity: 0.6;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 19, 0) 35.74%,
    #121213 92.19%,
    #121213
  );
  content: "";
  z-index: -2;
}
.sidebar__contact-box,
.sidebar__contact-box .title {
  position: relative;
  display: block;
}
.sidebar__contact-box .title {
  padding-left: 10px;
  padding-top: 1px;
  z-index: 1;
  margin-bottom: 150px;
}
.sidebar__contact-box .title:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  background: var(--thm-primary);
  border-radius: 4px;
  content: "";
  z-index: -1;
}
.sidebar__contact-box .title h2 {
  color: var(--thm-white);
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar__contact-box-bottom {
  position: relative;
  display: block;
}
.sidebar__contact-box-bottom .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--thm-white);
  border-radius: 50%;
  margin-bottom: 18px;
}
.sidebar__contact-box-bottom .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 25px;
  line-height: 25px;
}
.sidebar__contact-box-bottom .text-box {
  position: relative;
  display: block;
}
.sidebar__contact-box-bottom .text-box p {
  color: var(--thm-primary);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.sidebar__contact-box-bottom .text-box h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: var(--thm-body-font);
}
.sidebar__contact-box-bottom .text-box h2 a {
  color: var(--thm-primary);
}
.sidebar__contact-box-bottom .text-box h2 a:hover {
  text-decoration: underline;
}
.sidebar__latest-post {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 35px 30px;
}
.sidebar__latest-post,
.sidebar__latest-post-list {
  position: relative;
  display: block;
}
.sidebar__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 20px;
  padding-bottom: 19px;
}
.sidebar__latest-post-list li:first-child {
  padding-top: 0;
}
.sidebar__latest-post-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar__latest-post-list li .img-box {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 4px;
  overflow: hidden;
}
.sidebar__latest-post-list li .img-box img {
  width: 100%;
}
.sidebar__latest-post-list li .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1 1;
}
.sidebar__latest-post-list li .text-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.sidebar__latest-post-list li .text-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 7px;
}
.sidebar__latest-post-list li .text-box h3 a {
  color: var(--thm-black);
}
.sidebar__latest-post-list li .text-box h3 a:hover {
  color: var(--thm-primary);
}
.sidebar__tag {
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 35px 30px;
}
.sidebar__tag-list {
  position: relative;
  display: block;
  margin-left: 3px;
  margin-right: 3px;
}
.sidebar__tag-list li {
  position: relative;
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 15px;
}
.sidebar__tag-list li a {
  color: #6f7174;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  background: var(--thm-white);
  padding: 7px 15px;
  border-radius: 4px;
  overflow: hidden;
}
.sidebar__tag-list li a:hover {
  background: var(--thm-primary);
  color: var(--thm-black);
}
.blog-two--three--blog {
  position: relative;
  display: block;
  padding-bottom: 120px;
}
.blog-two--three--blog .blog-two__single {
  margin-bottom: 50px;
}
.blog-two--three--blog .styled-pagination {
  padding-top: 0;
}
.blog-standard-page {
  position: relative;
  display: block;
  padding: 120px 0;
}
.blog-standard-page__content {
  position: relative;
  display: block;
  margin-right: -24px;
}
.blog-standard-page__single {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.blog-standard-page__single-img {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.blog-standard-page__single-img .video-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.blog-standard-page__single-img .video-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 2px solid var(--thm-white);
  border-radius: 50%;
  color: var(--thm-white);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  font-family: var(--thm-heading-font);
}
.blog-standard-page__single-img .video-btn a:hover {
  color: var(--thm-primary);
  border-color: var(--thm-primary);
}
.blog-standard-page__single-img .logo-box {
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 5;
}
.blog-standard-page__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--thm-black-rgb), 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}
.blog-standard-page__single:hover .blog-standard-page__single-img:before {
  opacity: 1;
}
.blog-standard-page__single-img img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.03);
}
.blog-standard-page__single:hover .blog-standard-page__single-img img {
  transform: scale(1);
}
.blog-standard-page__single-content {
  position: relative;
  display: block;
  background: var(--thm-white);
  box-shadow: 0 4px 65px 0 rgba(18, 18, 19, 0.06);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 50px;
  z-index: 1;
}
.blog-standard-page__single-content .logo-box {
  position: absolute;
  bottom: 40px;
  right: 50px;
}
.blog-standard-page__single-content .meta-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.blog-standard-page__single-content .meta-box.style2 {
  background: #f7f7f7;
  border-radius: 4px;
  max-width: 650px;
  width: 100%;
  padding: 13px 50px;
}
.blog-standard-page__single-content .meta-box li {
  position: relative;
  display: block;
  margin-right: 20px;
}
.blog-standard-page__single-content .meta-box li:last-child {
  margin-right: 0;
}
.blog-standard-page__single-content .meta-box li a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.blog-standard-page__single-content .meta-box li a:hover {
  color: var(--thm-primary);
}
.blog-standard-page__single-content .meta-box li a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(var(--thm-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--thm-primary);
  font-size: 15px;
  line-height: 15px;
  margin-right: 10px;
}
.blog-standard-page__single-content h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 15px;
}
.blog-standard-page__single-content h2 a {
  color: var(--thm-black);
}
.blog-standard-page__single-content h2 a:hover {
  color: var(--thm-primary);
}
.blog-standard-page__single-content p {
  font-weight: 500;
}
.blog-standard-page__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 36px;
}
.blog-standard-page__single-content .btn-box .thm-btn:before {
  background: var(--thm-black);
}
.blog-standard-page .styled-pagination {
  padding-top: 10px;
}
.blog-details {
  position: relative;
  display: block;
  background: var(--thm-white);
  padding: 120px 0 80px;
}
.blog-details__content {
  position: relative;
  display: block;
  margin-right: -24px;
}
.blog-details__content-text1 {
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 46px 50px 45px;
  margin-top: 31px;
  overflow: hidden;
  z-index: 1;
}
.blog-details__content-text1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background: var(--thm-primary);
  content: "";
}
.blog-details__content-text1 .big-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.blog-details__content-text1 .big-icon span {
  position: relative;
  display: inline-block;
  color: rgba(var(--thm-primary-rgb), 0.1);
  font-size: 140px;
  line-height: 1em;
}
.blog-details__content-text1 p {
  color: rgba(var(--thm-black-rgb), 0.8);
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
}
.blog-details__content-text1 .author-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.blog-details__content-text1 .author-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ebebeb;
  border-radius: 50%;
}
.blog-details__content-text1 .author-box .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 15px;
  line-height: 15px;
}
.blog-details__content-text1 .author-box .text-box {
  position: relative;
  display: block;
  margin-left: 10px;
}
.blog-details__content-text1 .author-box .text-box p {
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  font-style: normal;
}
.blog-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 39px;
}
.blog-details__content-text2 .title-box {
  position: relative;
  display: block;
  margin-bottom: 36px;
}
.blog-details__content-text2 .title-box > h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.blog-details__content-text2 .title-box p {
  font-weight: 500;
  margin: 0;
}
.blog-details__content-text2-img {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 42px;
  z-index: 1;
}
.blog-details__content-text2-img .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.blog-details__content-text2-img img {
  width: 100%;
}
.blog-details__content-text2-img .video-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.blog-details__content-text2-img .video-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 2px solid var(--thm-white);
  border-radius: 50%;
  color: var(--thm-white);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  font-family: var(--thm-heading-font);
}
.blog-details__content-text2-img .video-btn a:hover {
  color: var(--thm-primary);
  border-color: var(--thm-primary);
}
.blog-details__content-text2 .text1 {
  font-weight: 500;
  margin: 0;
}
.blog-details__tag-share {
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 36px;
}
.blog-details__tag-share,
.blog-details__tag-share-tag {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-details__tag-share-tag .title {
  position: relative;
  display: block;
}
.blog-details__tag-share-tag .title h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-details__tag-share-tag ul {
  position: relative;
  display: block;
  margin-left: 22px;
}
.blog-details__tag-share-tag ul li {
  position: relative;
  display: inline-block;
}
.blog-details__tag-share-tag ul li + li {
  margin-left: 6px;
}
.blog-details__tag-share-tag ul li a {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  background: #f7f7f7;
  padding: 5px 15px;
  border-radius: 15px;
}
.blog-details__tag-share-tag ul li a:hover {
  background: var(--thm-primary);
}
.blog-details__tag-share-share {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-details__tag-share-share .title {
  position: relative;
  display: block;
}
.blog-details__tag-share-share .title h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-details__tag-share-share .social-links {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-left: 20px;
}
.blog-details__tag-share-share .social-links a {
  position: relative;
  display: inline-block;
  color: #a0a0a0;
}
.blog-details__tag-share-share .social-links a:hover {
  color: var(--thm-primary);
}
.blog-details__tag-share-share .social-links a + a {
  margin-left: 15px;
}
.blog-details__tag-share-share .social-links a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}
.comment-one {
  position: relative;
  display: block;
  margin-top: 39px;
}
.comment-one .title-box {
  position: relative;
  display: block;
  margin-bottom: 38px;
}
.comment-one .title-box > h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
  margin: 0;
}
.comment-one__single {
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 30px 40px 40px;
  margin-bottom: 30px;
}
.comment-one__single.ml50 {
  margin-left: 50px;
  margin-bottom: 0;
}
.comment-one__single-inner {
  position: relative;
  display: block;
}
.comment-one__single-top {
  justify-content: space-between;
}
.comment-one__single-top,
.comment-one__single-top .author-box {
  position: relative;
  display: flex;
  align-items: center;
}
.comment-one__single-top .author-box .img-box {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-one__single-top .author-box .img-box img {
  width: 100%;
}
.comment-one__single-top .author-box .title {
  position: relative;
  display: block;
  margin-left: 15px;
}
.comment-one__single-top .author-box .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.comment-one__single-top .date-box {
  position: relative;
  display: block;
}
.comment-one__single-top .date-box p {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.comment-one__single-top .date-box p span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ebebeb;
  border-radius: 50%;
  color: var(--thm-body-font-color);
  font-size: 15px;
  line-height: 15px;
  margin-right: 10px;
}
.comment-one__single-bottom {
  position: relative;
  display: block;
  margin-top: 22px;
}
.comment-one__single-bottom p {
  font-weight: 500;
}
.comment-one__single-bottom > .btn-box {
  position: relative;
  display: block;
  margin-top: 17px;
}
.comment-one__single-bottom .btn-box a {
  position: relative;
  color: var(--thm-black);
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.comment-one__single-bottom .btn-box a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  top: 1px;
  padding-right: 5px;
}
.comment-one__single-bottom .btn-box a:hover {
  color: var(--thm-primary);
}
.blog-details__form {
  position: relative;
  display: block;
  border-top: 1px solid #e7e7e7;
  margin-top: 50px;
  padding-top: 49px;
}
.blog-details__form .title-box {
  position: relative;
  display: block;
  margin-bottom: 38px;
}
.blog-details__form .title-box > h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 0;
}
.blog-details__form .contact-page__form textarea {
  height: 150px;
  margin-bottom: 11px;
}
.page-header {
  position: relative;
  display: block;
  padding: 152px 0 151px;
  overflow: hidden;
  z-index: 1;
}
.page-header__bg {
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-header__bg,
.page-header__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-header__bg:before {
  background: linear-gradient(180deg, rgba(18, 18, 19, 0) -16.25%, #121213);
  z-index: -2;
  content: "";
}
.page-header__inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.page-header__inner h2 {
  color: var(--thm-white);
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 22px;
}
.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
}
.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--thm-body-font);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  padding-left: 7px;
}
.page-header__inner .thm-breadcrumb li span {
  position: relative;
  display: inline-block;
  top: 1px;
}
.page-header__inner .thm-breadcrumb li:first-child {
  padding-left: 0;
}
.page-header__inner .thm-breadcrumb li a {
  color: var(--thm-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--thm-body-font);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.page-header__inner .thm-breadcrumb li a:hover {
  color: var(--thm-primary);
}
.contact-page {
  position: relative;
  display: block;
  background: var(--thm-white);
  padding: 120px 0;
  z-index: 1;
}
.contact-page .shape1 {
  position: absolute;
  top: 155px;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}
.contact-page .shape2 {
  position: absolute;
  bottom: 110px;
  right: 50px;
  opacity: 0.6;
  z-index: -1;
}
.contact-page__contact-info {
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 50px 40px 51px;
}
.contact-page__contact-info .sec-title-style3 {
  padding-bottom: 45px;
}
.contact-page__contact-info .sec-title-style3 h2 {
  font-size: 36px;
}
.contact-page__contact-info ul {
  position: relative;
  display: block;
}
.contact-page__contact-info ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.contact-page__contact-info ul li:last-child {
  margin-bottom: 0;
}
.contact-page__contact-info ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: transparent;
  z-index: 1;
}
.contact-page__contact-info ul li .icon-box:before {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 60px solid var(--thm-primary);
  border-left: 60px solid transparent;
  width: 60px;
  border-radius: 4px;
  content: "";
}
.contact-page__contact-info ul li .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 30px;
  line-height: 30px;
  transition: all 0.5s ease;
}
.contact-page__contact-info ul li:hover .icon-box span {
  transform: rotateY(180deg);
}
.contact-page__contact-info ul li .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}
.contact-page__contact-info ul li .text-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.contact-page__contact-info ul li .text-box h2 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
.contact-page__contact-info ul li .text-box h2 a {
  color: var(--thm-black);
}
.contact-page__contact-info ul li .text-box h2 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 2px;
  background-color: var(--thm-black);
  transition: all 0.5s ease;
}
.contact-page__contact-info ul li .text-box h2 a:hover:before {
  width: 100%;
}
.contact-page__form-box {
  position: relative;
  display: block;
  background: #f7f7f7;
  margin-left: 46px;
  border-radius: 4px;
  padding: 49px 50px 50px;
}
.contact-page__form-box .title {
  position: relative;
  display: block;
  margin-bottom: 33px;
}
.contact-page__form-box .title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  text-transform: capitalize;
}
.contact-page__form-box #contact-form input[type="email"],
.contact-page__form-box #contact-form input[type="number"],
.contact-page__form-box #contact-form input[type="text"],
.contact-page__form-box #contact-form textarea {
  color: rgba(96, 102, 108, 0.6);
  background: var(--thm-white);
}
.contact-page__form-box #contact-form textarea {
  height: 150px;
  margin-bottom: 11px;
}
.contact-page__form-box-text {
  position: relative;
  display: block;
  margin-top: 42px;
}
.contact-page__form-box-text p {
  font-weight: 500;
  margin: 0;
}
.contact-page__form-box-text p span {
  color: var(--thm-black);
  font-weight: 600;
}
.google-map-two {
  position: relative;
  display: block;
  z-index: 1;
}
.google-map-two__map {
  position: relative;
  display: block;
  border: none;
  height: 100%;
  height: 615px;
  width: 100%;
}
.fact-counter-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}
.fact-counter-one__single {
  border: 2px solid rgba(var(--thm-secondary-rgb), 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 49px 60px 53px;
  z-index: 1;
}
.fact-counter-one__single,
.fact-counter-one__single .inner {
  position: relative;
  display: block;
}
.fact-counter-one__single .inner h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}
.fact-counter-one__single .inner h2 .plus {
  position: relative;
  display: inline-block;
  font-size: 40px;
}
.fact-counter-one__single .inner .text {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-top: 17px;
}
.fact-counter-one__single .inner .text:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  background: linear-gradient(94deg, #ffb629 -1.21%, #186265 116.84%);
  content: "";
}
.fact-counter-one__single .inner .text p {
  margin: 0;
  font-weight: 500;
}
.fact-counter-two {
  position: relative;
  display: block;
  background: var(--thm-white);
  padding: 0 0 90px;
  z-index: 1;
}
.fact-counter-two .shape1 {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: -1;
}
.fact-counter-two__single {
  position: relative;
  display: block;
  padding-top: 40px;
  margin-bottom: 30px;
}
.fact-counter-two__single .icon-box {
  position: absolute;
  top: 0;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--thm-primary);
  border-radius: 50%;
  z-index: 3;
}
.fact-counter-two__single .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 45px;
  line-height: 45px;
  transition: all 0.3s linear;
  transition-delay: 0.1s;
}
.fact-counter-two__single:hover .icon-box span {
  transform: rotateY(180deg);
}
.fact-counter-two__single-inner {
  position: relative;
  display: block;
  background: var(--thm-gray-bg);
  border-radius: 4px;
  padding: 76px 30px 37px;
}
.fact-counter-two__single-inner h2 {
  font-size: 50px;
  line-height: 48px;
  font-weight: 500;
}
.fact-counter-two__single-inner .text {
  position: relative;
  display: block;
  margin-top: 11px;
}
.fact-counter-two__single-inner .text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--thm-heading-font);
}
.brand-one {
  position: relative;
  display: block;
  background: var(--thm-black2);
  padding: 125px 0 124px;
  border-top: 2px solid rgba(var(--thm-white-rgb), 0.2);
  margin-top: 145px;
  overflow: hidden;
  z-index: 1;
}
.brand-one .shape1 {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: -1;
}
.brand-one .big-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(var(--thm-white-rgb), 0.05);
  font-size: 190px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: var(--thm-heading-font);
  z-index: -1;
}
.brand-one .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}
.brand-one .swiper-slide .img-box {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.brand-one .swiper-slide:hover .img-box {
  transform: translateY(-100%);
}
.brand-one .swiper-slide .img-box img {
  opacity: 0.8;
  width: auto;
}
.brand-one .swiper-slide .img-box2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.brand-one .swiper-slide:hover .img-box2 {
  transform: translateY(0);
}
.brand-one--two {
  position: relative;
  display: block;
  background: var(--thm-gray-bg);
  border-top: 0;
  padding: 115px 0 165px;
  margin-top: 0;
  z-index: 1;
}
.brand-one--two .big-title-box {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(var(--thm-black-rgb), 0.02);
  font-size: 220px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--thm-heading-font);
}
.testimonials-one {
  position: relative;
  display: block;
  background: var(--thm-white);
  padding: 120px 0 117px;
  z-index: 1;
}
.testimonials-one__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.06;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.testimonials-one .swiper-container {
  padding-left: 1px;
}
.testimonials-one__single {
  position: relative;
  display: block;
  padding-right: 20px;
  padding-bottom: 51px;
  margin-bottom: 50px;
  z-index: 1;
}
.testimonials-one__single .icon-box {
  position: absolute;
  right: 45px;
  bottom: 20px;
  z-index: 3;
}
.testimonials-one__single .icon-box span {
  position: relative;
  display: inline-block;
  color: rgba(var(--thm-secondary-rgb), 0.05);
  font-size: 30px;
  line-height: 30px;
}
.testimonials-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  bottom: 0;
  right: 20px;
  background: var(--thm-white);
  border-radius: 4px;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  z-index: -1;
}
.testimonials-one__single:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: -20px;
  right: 0;
  border-radius: 4px;
  background-color: rgba(var(--thm-secondary-rgb), 1);
  transition: transform 0.4s ease;
  transform-origin: top right;
  transform: scaleY(0);
  z-index: -2;
}
.testimonials-one__single:hover:after {
  background-color: rgba(var(--thm-secondary-rgb), 1);
  transform: scale(1);
  transform-origin: bottom center;
}
.testimonials-one__single .border-left {
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 40px;
  border: 1px solid var(--thm-primary);
  border-radius: 4px;
  transition: all 0.5s linear;
  transition-delay: 0.1s;
  z-index: -3;
}
.testimonials-one__single:hover .border-left {
  border-color: var(--thm-secondary);
}
.testimonials-one__single-top {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.testimonials-one__single-top .img-box {
  position: relative;
  display: block;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100px;
  overflow: hidden;
}
.testimonials-one__single-top .img-box img {
  width: 100%;
  transition: 0.6s ease;
  transform: scale(1);
}
.testimonials-one__single-top .title-box {
  position: relative;
  display: block;
  margin-left: 30px;
  flex: 1 1;
}
.testimonials-one__single-top .title-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}
.testimonials-one__single-top .title-box h2 a {
  color: var(--thm-heading-font-color);
}
.testimonials-one__single-top .title-box h2 a:hover {
  color: var(--thm-primary);
}
.testimonials-one__single-top .title-box p {
  font-weight: 500;
}
.testimonials-one__single-inner {
  position: relative;
  display: block;
  padding: 18px 50px 0;
  z-index: 1;
}
.testimonials-one__single-inner .content-box {
  position: relative;
  display: block;
  z-index: 2;
}
.testimonials-one__single-inner .content-box-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.testimonials-one__single-inner .content-box-top .text-box {
  position: relative;
  display: block;
}
.testimonials-one__single-inner .content-box-top .text-box h3 {
  color: var(--thm-secondary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonials-one__single-inner .content-box-top .rating-box {
  position: relative;
  display: block;
  margin-left: 15px;
}
.testimonials-one__single-inner .content-box p {
  margin: 0;
  font-weight: 500;
}
#testimonials-one__pagination {
  position: relative;
  padding-top: 15px;
  z-index: 55;
}
#testimonials-one__pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: #d0dadc;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
#testimonials-one__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--thm-secondary);
}
#testimonials-one__pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border: 1px solid var(--thm-secondary);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  content: "";
}
#testimonials-one__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
#testimonials-one__pagination .swiper-pagination-bullet:hover {
  transform: scaleX(1);
}
.testimonials-two {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}
.testimonials-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.testimonials-two__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-black-rgb), 0.9);
  content: "";
  z-index: -2;
}
.testimonials-two .sec-title-two .sub-title {
  background: rgba(var(--thm-white-rgb), 0.1);
}
.testimonials-two .sec-title-two h2 {
  color: var(--thm-white);
}
.testimonials-two__single {
  position: relative;
  display: block;
  background: var(--thm-white);
  border-radius: 4px;
  padding: 30px 30px 31px;
  z-index: 1;
}
.testimonials-two__single .quote-icon {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: -1;
}
.testimonials-two__single .quote-icon span {
  position: relative;
  display: inline-block;
  color: rgba(var(--thm-primary-rgb), 0.06);
  font-size: 35px;
  line-height: 35px;
  transition: all 0.4s linear;
  transition-delay: 0.1s;
}
.testimonials-two__single:hover .quote-icon span {
  color: rgba(var(--thm-primary-rgb), 1);
}
.testimonials-two__single-top {
  position: relative;
  display: flex;
  align-items: center;
}
.testimonials-two__single-top .img-box {
  position: relative;
  display: block;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-two__single-top .img-box img {
  width: 100%;
}
.testimonials-two__single-top .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1 1;
}
.testimonials-two__single-top .text-box p {
  color: #6f7174;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonials-two__single-top .text-box h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 3px;
}
.testimonials-two__single-bottom {
  position: relative;
  display: block;
  margin-top: 29px;
}
.testimonials-two__single-bottom .rating-box {
  display: block;
}
.testimonials-two__single-bottom .content-box {
  position: relative;
  display: block;
}
.testimonials-two__single-bottom .content-box h3 {
  color: #6f7174;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.testimonials-two__single-bottom .content-box p {
  margin: 0;
}
.testimonials-two .container {
  position: relative;
}
.testimonials-two .swiper-nav-style1 {
  top: 42px;
}
.testimonials-two__wrap {
  position: absolute;
  top: 55px;
  right: 190px;
  z-index: 100;
}
.testimonials-two__wrap .swiper-counter {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  width: 40px;
  z-index: 9;
}
.testimonials-two__wrap .swiper-counter div {
  position: relative;
  display: inline-block;
  color: var(--thm-white);
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--thm-heading-font);
}
.testimonials-two__wrap .swiper-counter div#current3 {
  margin-right: 6px;
}
.testimonials-two__wrap .swiper-counter div#total3 {
  position: relative;
  top: 15px;
  right: -5px;
  padding-left: 0;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--thm-heading-font);
}
.testimonials-two__wrap .swiper-counter div#total3:before {
  content: "/";
  position: absolute;
  left: -16px;
  width: 0;
  height: 0;
  top: -5px;
}
.testimonials-three {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 1;
}
.testimonials-three__bg {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.testimonials-three__bg,
.testimonials-three__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.testimonials-three__bg:before {
  background: rgba(var(--thm-black-rgb), 0.9);
  content: "";
}
.testimonials-three .sec-title-style3 .sub-title h5 {
  color: var(--thm-primary);
}
.testimonials-three .sec-title-style3 h2 {
  color: var(--thm-white);
}
.testimonials-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.testimonials-three__img img {
  width: 100%;
}
.testimonials-three__content-box {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 50px;
}
#testimonials-three__thumb {
  width: 330px;
  margin-left: 0;
  padding: 5px;
}
.testimonials-three__thumb-img {
  position: relative;
  display: block;
  cursor: pointer;
  width: 60px;
}
.testimonials-three__thumb-img:before {
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border: 1px solid var(--thm-primary);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  transition-delay: 0.5s;
  transition: 0.5s;
  content: "";
}
.testimonials-three__content-box
  .swiper-slide-thumb-active
  .testimonials-three__thumb-img:before,
.testimonials-three__thumb-img:hover:before {
  transform: scale(1);
  opacity: 1;
}
.testimonials-three__thumb-img .inner {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-three__thumb-img .inner img {
  width: 100%;
}
.testimonials-three__content {
  margin-top: 38px;
}
.testimonials-three__content,
.testimonials-three__content-single {
  position: relative;
  display: block;
}
.testimonials-three__content-single-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials-three__content-single-top .text {
  position: relative;
  display: block;
}
.testimonials-three__content-single-top .text h3 {
  color: var(--thm-primary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.testimonials-three__content-single-top .rating-box {
  position: relative;
  display: block;
  margin-left: 25px;
}
.testimonials-three__content-single-top .rating-box a {
  color: var(--thm-primary);
}
.testimonials-three__content-single-bottom {
  position: relative;
  display: block;
}
.testimonials-three__content-single-bottom p {
  color: hsla(90, 10%, 92%, 0.9);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--thm-heading-font);
  margin-bottom: 29px;
}
.testimonials-three__content-single-bottom h3 {
  color: var(--thm-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.testimonials-three__content-single-bottom h3 span {
  color: #eaece8;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: var(--thm-body-font);
}
.testimonials-three__nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 57px;
  z-index: 100;
}
.testimonials-three__nav .swiper-button-next,
.testimonials-three__nav .swiper-button-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #000;
  font-size: 20px;
  background: var(--thm-white);
  border: none;
  margin: 0;
  text-align: center;
  transition: all 0.5s ease;
  border-radius: 50%;
  z-index: 100;
}
.testimonials-three__nav .swiper-button-next {
  margin-left: 15px;
}
.testimonials-three__nav .swiper-button-next i,
.testimonials-three__nav .swiper-button-prev i {
  font-weight: 700;
}
.testimonials-three__nav .swiper-button-next:hover,
.testimonials-three__nav .swiper-button-prev:hover {
  background: var(--thm-primary);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.testimonials-three__nav .swiper-button-next:after,
.testimonials-three__nav .swiper-button-prev:after {
  display: none;
}
