/*** 
=======================
   About style1 Css
=======================
***/
.about-style1 {
  background-color: var(--thm-white);
  padding: 140px 0px 140px;
}

.about-style1__img {
  position: relative;
  display: block;
}

.about-style1__img .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 370px;
}

.about-style1__img .img-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: var(--thm-black-bg);
  border-radius: 0%;
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.about-style1__img .img-box:hover::before {
  opacity: 0.5;
}

.about-style1__img .img-box img {
  width: 100%;
}

.about-style1__img .img-box:hover img {
  -webkit-transform: scale(1.06) translateY(8px);
  transform: scale(1.06) translateY(8px);
}

.about-style1__img .awards-box {
  position: relative;
  display: block;
  background-color: var(--thm-black-bg);
  padding: 40px 20px 32px;
  width: 215px;
  margin-top: 50px;
  margin-left: -8px;
}

.about-style1__img .awards-img {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.about-style1__img .awards-img img {
  width: auto;
}

.about-style1__img .awards-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.about-style1__img .awards-box h2 {
  color: #2d3032;
  font-size: 60px;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  margin-top: -40px;
}

.about-style1__img .awards-box .content-box {
  position: relative;
  display: block;
  padding-top: 4px;
}

.about-style1__img .awards-box .content-box h3 {
  color: var(--thm-white);
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-style1__img .awards-box .content-box p {
  color: #a5a9b2;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
}

.about-style1__content {
  position: relative;
  display: block;
  padding-top: 30px;
}

.about-style1__content .sec-title {
  padding-bottom: 38px;
}

.about-style1__content .row {
  --bs-gutter-x: 0px;
}

.about-style1__content .text {
  position: relative;
  display: block;
  padding-right: 20px;
}

.about-style1__content .text p {
  margin: 0;
}

.about-style1__content .text p + p {
  margin-top: 15px;
}

.about-style1__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 32px;
}

.about-style1__content .list-item {
  position: relative;
  display: block;
  border-left: 1px solid var(--thm-border-color);
  padding-left: 30px;
}

.about-style1__content .list-item li {
  position: relative;
  display: block;
}

.about-style1__content .list-item li + li {
  margin-top: 35px;
}

.about-style1__content .list-item li .icon {
  position: relative;
  display: block;
  color: var(--thm-primary-color);
  font-size: 40px;
  line-height: 40px;
}

.about-style1__content .list-item li .title-box {
  position: relative;
  display: block;
  padding-top: 13px;
}

.about-style1__content .list-item li .title-box h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.about-style1__content .list-item li .title-box p {
  margin: 0;
}

.about-style1__content-right {
  position: relative;
  display: block;
  margin-left: 100px;
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 53px;
  border-left: 1px solid #e3e3e3;
}

.about-style1__content-right .statements-box {
  position: relative;
  display: block;
  padding-top: 55px;
}

.statements-skill-box-single {
  position: relative;
  display: block;
}

.statements-skill-box-single .title {
  position: relative;
  display: block;
  padding-top: 33px;
}

.statements-skill-box-single .title h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.statements-skill-box-single .text {
  position: relative;
  display: block;
  padding-top: 27px;
}

.statements-skill-box-single .text p {
  margin: 0;
}

.statements-skill-slider__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 0%;
  background-color: #f5f4f4;
  border: 0px solid #e3e3e3;
}

.statements-skill-slider__nav-count {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
  z-index: 100;
}

.statements-skill-slider__nav-count .swiper-counter {
  position: relative;
  display: block;
}

.statements-skill-slider__nav-count .swiper-counter div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 55px;
  font-family: var(--thm-font-2);
  font-weight: 700;
}

.statements-skill-slider__nav-count .swiper-counter div#current-statements {
  margin-right: 0px;
}

.statements-skill-slider__nav-count .swiper-counter div#total-statements {
  position: relative;
  right: 0px;
  color: var(--thm-white);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  -webkit-text-stroke: 0px var(--thm-white);
  font-family: var(--thm-font-2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: none;
}

.statements-skill-slider__nav-count
  .swiper-counter
  div#total-statements:before {
  content: "/";
  position: absolute;
  left: -15px;
  width: 0px;
  height: 0px;
  top: 0px;
}

.statements-skill-slider__nav .scroll-pagination {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
}

.swiper-pagination-statements {
  position: absolute;
  top: 0px;
  left: 0;
  background: #f5f4f4;
  height: 55px;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 50%;
}

.swiper-pagination-statements:before,
.swiper-pagination-statements:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  top: -4px;
  left: 0px;
  background: var(--theme-color);
  display: none;
}

.swiper-pagination-statements:after {
  left: auto;
  right: 0;
  background: #e7e7e7;
}

.swiper-pagination-progressbar-fill {
  background: var(--thm-primary-color) !important;
  top: 0px !important;
  height: 55px !important;
  border-radius: 0%;
}

.about-style1__content-right .history-box {
  position: relative;
  display: block;
  padding-top: 72px;
  margin-top: 72px;
  border-top: 1px solid #e3e3e3;
}

.about-style1__content-right .history-box .top {
  position: relative;
  display: block;
}

.about-style1__content-right .history-box .top h4 {
  color: #a9a7a6;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.about-style1__content-right .history-box .top h2 {
  font-size: 56px;
  line-height: 1em;
  text-transform: uppercase;
}

.about-style1__content-right .history-box .text {
  position: relative;
  display: block;
  padding-top: 27px;
}

.about-style1__content-right .history-box .text p {
  margin: 0;
}

.about-style1__content-right .history-box .btn-box {
  position: relative;
  display: block;
  padding-top: 21px;
}

.about-style1__content-right .history-box .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-family: var(--thm-font-2);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-style1__content-right .history-box .btn-box a:hover {
  color: var(--thm-primary-color);
}

.about-style1__content-right .history-box .btn-box a span {
  margin-right: 5px;
}

.about-style1__content-right .history-box .quote-box {
  position: relative;
  display: block;
  margin-top: 24px;
  padding-left: 45px;
}

.about-style1__content-right .history-box .quote-box .icon {
  position: absolute;
  top: 6px;
  left: 0;
  color: var(--thm-primary-color);
  font-size: 30px;
}

.about-style1__content-right .history-box .quote-box .title {
  position: relative;
  display: block;
}

.about-style1__content-right .history-box .quote-box .title h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.about-style1__content-right .history-box .quote-box .title span {
  color: #696767;
  font-size: 17px;
  line-height: 27px;
  font-family: var(--thm-font);
  font-weight: 500;
}

/*** 
=============================================
   End Css
=============================================
***/
