@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

.header-logo img {
  width: 130px;
}

.about-us {
  background-image: url("../img/section-bg-shape-1.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 60px 0;
}

.about-us-images {
  position: relative;
  background-image: url(../img/about-us-bg-shape.svg);
  background-repeat: no-repeat;
  background-position: left 60px bottom 40px;
  background-size: auto;
  padding-right: 100px;
  padding-bottom: 180px;
  margin-right: 30px;
}

.about-img-1 figure,
.about-img-2 figure {
  display: block;
}
.bts-100.sub-title {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.about-img-1 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 0.76;
}

.about-img-2 {
  position: absolute;
  width: 100%;
  max-width: 385px;
  bottom: 0;
  right: 0;
}

.about-img-2 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 0.76;
}

.experience-counter {
  position: absolute;
  top: 0;
  left: 0;
  height: 152px;
  width: 152px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #ff833b;
  border: 6px solid #fff;
  transform: translate(-50%, -6px);
  border-radius: 50%;
}

.experience-counter h3 {
  font-size: 34px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.experience-counter p {
  font-weight: 600;
  line-height: 1.4em;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.feedback-counter {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-180deg) translate(20px, -20px);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}

.feedback-counter p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff833b;
  border-radius: 50%;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
}

.feedback-counter:hover p {
  background-color: var(--primary-color);
}

.feedback-counter h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  width: calc(100% - 75px);
}

.about-us-content-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.about-us-content-body::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  border: 1px solid var(--divider-color);
  width: 1px;
  height: 100%;
}

.about-us-content-info {
  width: calc(50% - 40px);
}

.about-us-content-list {
  margin-bottom: 40px;
}

.about-us-content-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-us-content-list ul li {
  position: relative;
  font-weight: 500;
  color: var(--primary-color);
  padding-left: 30px;
  margin-bottom: 15px;
}

.about-us-content-list ul li:last-child {
  margin-bottom: 0;
}

.about-us-content-list ul li::before {
  content: "\f058";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  color: #ff833b;
  display: inline-block;
  top: 2px;
  left: 0;
}

.about-us-contact-list {
  width: calc(50% - 40px);
}

.about-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.about-contact-item:last-child {
  margin-bottom: 0;
}

.about-contact-item .icon-box {
  width: 40px;
  height: 40px;
  background-color: #ff833b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}

.about-contact-item:hover .icon-box {
  background-color: var(--primary-color);
}

.about-contact-item .icon-box figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.about-contact-item .icon-box img {
  max-width: 40px;
  border-radius: 50%;
}

.about-contact-item .icon-box i {
  font-size: 18px;
  color: #fff;
}

.about-contact-content {
  width: calc(100% - 55px);
}

.about-contact-content h3 {
  font-size: 20px;
  text-transform: capitalize;
}

.about-contact-content p {
  font-weight: 500;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 0;
}

.title-area {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.sub-title.style2 {
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sub-title {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #02000f;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 16px;
}

.sub-title:before,
.sub-title:after {
  position: absolute;
  content: "";
  top: 5px;
  width: 8px;
  height: 14px;
  -webkit-mask-image: url("../img/theme-img/sub-title.svg");
  mask-image: url("../img/theme-img/sub-title.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--theme-color);
}

.sub-title:before {
  left: 0;
}

.sub-title:after {
  right: 0;
  -webkit-mask-image: url("../img/sub-title2.svg");
  mask-image: url("../img/sub-title2.svg");
}

.title-area .sec-title {
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-weight: 600;
}

.sec-title {
  margin-bottom: calc(var(--section-title-space) - 10px);
  margin-top: -0.32em;
}

.text-theme {
  color: var(--theme-color) !important;
}

.about-section {
  position: relative;
  padding: 80px 0 50px;
}

.about-section .image-effect {
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 12px;
}

.about-section .image-effect:hover img {
  transform: scale(1.05);
}

.about-section .image-effect img {
  transition: all 0.3s;
}

.about-section .about-shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.about-section__image {
  display: grid;
  grid-template-columns: 52% 44%;
  gap: 24px;
}

.about-section__image img {
  border-radius: 12px;
  width: 100%;
}

.about-section__content .about-details-box {
  border: 1px solid hsl(0 0% 40% / 0.4);
  border-radius: 12px;
  text-align: center;
  padding: 15px 18px;
}

.about-section__content .about-lists {
  column-count: 2;
  column-gap: 24px;
}

.about-section__content .about-lists li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.about-section__content .about-lists li:nth-child(even) i {
  color: hsl(var(--base-two));
}

.about-section__content .about-lists li i {
  color: hsl(var(--base));
}

/* ===================== */
/* About Section Image   */
/* ===================== */

.about-section-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.about-section-image .about-details-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid hsl(0 0% 40% / 0.4);
  border-radius: 12px;
  text-align: center;
  padding: 24px;
  background-color: hsl(var(--base));
  max-width: 300px;
  margin-left: auto;
  z-index: 1;
  border-top: 10px solid hsl(var(--white));
  border-left: 10px solid hsl(var(--white));
}

.about-section-image .about-details-box h2 {
  color: hsl(var(--white));
}

.about-section-image .about-details-box p {
  color: hsl(var(--white));
}

.about-details-box h2 {
  font-size: 40px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.about-details-box p {
  margin-bottom: 0;
}

.btn {
  color: #fff !important;
  font-weight: 500;
  padding: 17px 29px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: "Jost", sans-serif;
  display: inline-block !important;
  font-size: 1rem;
  line-height: 1;
  background-color: var(--theme-color);
  margin-top: 10px;
}

.btn:hover {
  background-color: #d41920;
}

.btn:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.btn i {
  transform: rotate(-45deg);
  margin-left: 5px;
  transition: all 0.4s;
}

.btn:hover i,
.btn:focus i,
.btn:focus-visible i {
  transform: rotate(0);
}

.about-shape2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  opacity: 0.3;
}

.service-area {
  padding: 50px 0;
  position: relative;
}

.service-area .pro-shape {
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0.12;
  width: 500px;
}

.service-area .swiper-button-prev {
  right: 7%;
  left: unset;
  bottom: 23%;
  top: unset;
  /* color: #fff; */
}
.service-area .swiper-button-next {
  right: 7%;
  left: unset;
  top: 44%;
  /* color: #fff; */
}

.service-area .title-area {
  margin-bottom: 40px;
}

.service-area .swiper-button-next:after,
.service-area .swiper-button-prev:after {
  font-size: 28px;
  color: #fff;
}

.service-area .th-slider.has-shadow {
  position: relative;
}

.service-area .th-slider.has-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 10%;
  height: 100%;
  background-color: var(--theme-color);
  z-index: 4;
}

.testimonials-section {
  padding: 40px 0 50px;
}

.testimonials-section .testimonial-item {
  background-color: var(--theme-color);
  border-radius: 15px;
  position: relative;
  padding: 30px;
  z-index: 1;
}

.testimonial-item .start-client {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  border-bottom-left-radius: 15px;
  padding: 0px 20px 15px;
}

.testimonial-item .start-client::before,
.testimonial-item .start-client::after {
  content: "";
  position: absolute;
  --border-shape: 15px;
  --border2-shape: -15px;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-color: #fff;
  -webkit-mask-image: url(../img/download.png);
  mask-image: url(../img/download.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.testimonial-item .start-client::before {
  left: -15px;
}

.testimonial-item .start-client::after {
  bottom: -15px;
  right: 0;
}

.testimonial-item .client-text {
  padding: 26px 0;
  color: hsl(0 0% 95%);
  font-size: 15px;
}

.testimonial-item .client-info h4 {
  color: hsl(0 0% 100%);
}

.testimonial-item .client-info p {
  color: hsl(0 0% 100%);
}

.header-logo .black {
  display: none;
}

.th-header .sticky-wrapper.sticky .black {
  display: inline-block;
}

.th-header .sticky-wrapper.sticky .white {
  display: none;
}

.mt-30 {
  margin-top: 30px;
}

#about-sec {
  padding: 40px 0 50px;
  position: relative;
}

.since-one::after {
    content: "";
    background: url(../img/home-about-shape.png) no-repeat center;
    width: 697px;
    height: 329px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: -1;
    opacity: 0.6;
}

#about-sec .tab-menu1.style2 .tab-btn {
  position: relative;
}

#about-sec .tab-menu1.style2 .tab-btn::before {
  content: "/";
  position: absolute;
  top: 0;
  left: -18px;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all 0.4s;
}

#about-sec .tab-menu1.style2 .tab-btn:first-child::before {
  display: none;
}

body .pbmit-bg-color-secondary {
  background-color: #000;
}

.about-us-one-bg {
  background-image: url(../img/about-bg-avatar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.09);
}

.pbmit-heading-subheading {
  position: relative;
  z-index: 1;
}

.sub-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: 7px;
}

.sub-title img {
  margin-right: 6px;
  margin-top: -5px;
  width: 14px;
}

.pbmit-heading-subheading .pbmit-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.25px;
  text-transform: none;
  font-style: normal;
  color: #ffffff;
}

.list-group-borderless .list-group-item:not(:last-child) {
  padding-bottom: calc(7px / 2);
}

.list-group-borderless .list-group-item {
  display: flex;
  font-size: inherit;
  align-items: center;
  padding: 0;
  border: none;
  margin-bottom: 5px;
  color: #1e2a2a;
  position: relative;
  background: transparent;
  gap: 10px;
}

.list-group-borderless .list-group-item i {
  min-width: 30px;
  border-radius: 50%;
  background-color: var(--theme-color);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item {
  position: relative;
  display: block;

  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
}

.list-group .pbmit-icon-list-text {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0;
  color: #fff;
  transition: color 0.3s;
  font-family: "Jost", sans-serif;
}

.main-cycle {
  background: #fff;
  padding: 5% 9%;
}

.low-box img {
  width: 3.5rem;
  background: #ffffff;
  box-shadow: 2px 2px 6px 2px #00000017;
  border-radius: 50%;
  padding: 6px;
}

.low-box h3 {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  margin: 10px 0;
}

.low-box p {
  font-size: 0.9em;
}

.low-box img:hover {
  background: #f56267;
}

.pbmit-heading-desc {
  color: #c9c9c9;
}

.counter {
  padding: 50px 0;
  /* background: url(../img/counter-bg.jpg); */
  /* background-attachment: fixed; */
  /* background-position: center; */
  /* background-size: cover; */
}

/* .counter .counter-card {
  padding-right: 32px;
} */

.cta-img-area {
  position: relative;
  z-index: 1;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .cta-img-area {
    height: 350px;
  }
}
.cta-img-area .cta-inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-img-area h2 {
  font-size: 65px;
  font-weight: 400;
  line-height: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-img-area h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .cta-img-area h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-img-area h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .cta-img-area h2 br {
    display: none;
  }
}

.slider-container {
  margin: 50px auto;
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 500px;
  border-radius: 0.7rem;
  overflow: hidden;
}



.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
  font-family: "Jost", sans-serif;
}

/* Before text */
.before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}

/* After text */
.after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.our-brands {
  padding: 50px 0;
}

.our-brands .th-slider {
  margin-top: 40px;
}

.counter-card {
  text-align: center;
  padding: 20pz;
  padding: 20px;
  border: 1px solid #ababab;
  border-radius: 30px;
  box-shadow: 2px 2px 20px rgb(255 255 255 / 17%);
  background: #ffffff1a;
  backdrop-filter: blur(2px);
}

.counter .sub-title {
  color: #ff0009;
}


.partener-three {
padding: 20px 0 50px;
}


.partener-three-title-box .section-four-title .section-four-title-title h2 .section-four-title-title-inner::after {
background: url(../images/shapes/section-four-title-shape-two.png);
}

.partener-three-img-box .partener-three-img {
text-align: center;
padding: 30px 0;
}

.partener-three-img-box .partener-three-img img {
  width: 170px;
}

.partener-three-img-box {
position: relative;
padding-inline: 30px;
}

.partener-three-img-box::after {
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: #0f110f1a;
top: 40%;
left: 0;
transform: translateY(-50%);
}

.partener-three .btn {
  margin-top: 20px;
}

.partener-three-img-box::before {
position: absolute;
content: "";
width: 1px;
height: 82%;
background-color: #0f110f1a;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.partener-three-img-box-line::after {
position: absolute;
content: "";
width: 1px;
height: 82%;
background-color: #0f110f1a;
top: 50%;
right: 25%;
transform: translate(-50%, -50%);
}

.partener-three-img-box-line::before {
position: absolute;
content: "";
width: 1px;
height: 82%;
background-color: #0f110f1a;
top: 50%;
left: 25%;
transform: translate(-50%, -50%);
}


.testimonial-one{
	position:relative;
}

.testimonial-one .testimonial-one_pagination{
	position: absolute;
	left: 0px;
	z-index: 999;
	bottom: 15px;
}

.testimonial-one .testimonial-one_pagination .swiper-pagination-bullet{
	position: relative;
	opacity: 1;
	width: 10px;
	height: 10px;
	display: inline-block;
	background: none;
	margin: 0px 12px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	border-radius: 50px;
	background-color:#000;
}

.testimonial-one .testimonial-one_pagination .swiper-pagination-bullet::before{
	position: absolute;
	content: '';
	left: -8px;
	top: -8px;
	right: -8px;
	bottom: -8px;
	opacity:0;
	border-radius:50px;
	border:1px solid #000;
}

.testimonial-one .testimonial-one_pagination .swiper-pagination-bullet:hover,
.testimonial-one .testimonial-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
	background-color:var(--theme-color);
}

.testimonial-one .testimonial-one_pagination .swiper-pagination-bullet:hover::before,
.testimonial-one .testimonial-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	opacity: 1;
	border-color:var(--theme-color);
}

.testimonial-one .auto-container{
	max-width:1320px;
}

.testimonial-one .inner-container{
	position:relative;
	overflow:hidden;
	padding: 80px 90px 0px;
}

.testimonial-one .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	z-index:1;
	bottom:0px;
	width: 147px;
	height: 106px;
	background:url(../img/testimonial-vector.png) no-repeat;
}

.testimonial-one .testimonial-one_slider {
	overflow: visible;
	height: 380px;
	max-height: 100%;
}

.testimonial-one .testimonial-one_slider .swiper-slide{
	opacity:0.25;
}

.testimonial-one .testimonial-one_slider .swiper-slide.swiper-slide-active{
	opacity:1;
}

.testimonial-one_bg{
	overflow:hidden;
	border-radius: 50px;
	background-size: cover;
}

.testimonial-one_bg:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity: 0.40;
	background-color:#000;
}

.testimonial-one_talk{
	position:relative;
	font-size:20px;
	gap:25px;
	font-weight:700;
	color:#fff;
}

.overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}


.testimonial-block_one{
	position:relative;
	margin-bottom:45px;
}

.testimonial-block_one-inner{
	position:relative;
	padding:20px 40px;
	border-radius:25px;
	background-size:cover;
	background-color:#fff;
}

.testimonial-block_one-rating{
	position:relative;
	font-size:16px;
	color:var(--theme-color);
}

.testimonial-block_one-title{
	position:relative;
	margin-top:25px;
	margin-bottom:15px;
}

.testimonial-block_one-text{
	position:relative;
	font-size:18px;
	color:#666666;
	line-height:32px;
	margin-top:18px;
	margin-bottom:35px;
}

.testimonial-block_one-author{
	position:relative;
	font-weight:700;
	font-size:24px;
	line-height:34px;
	padding-left:100px;
	min-height:82px;
	padding-top:7px;
	color:#000;
}

.testimonial-block_one-author span{
	position:relative;
	display:block;
	font-size:16px;
	font-weight:400;
	color:#000;
}

.testimonial-block_one-image{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	overflow:hidden;
	border-radius:150px;
	border:3px solid var(--theme-color);
}

.testimonial-block_one-quote{
	position:absolute;
	right:50px;
	bottom:-53px;
	width:106px;
	height:106px;
	overflow:hidden;
	text-align:center;
	line-height:90px;
	border-radius:150px;
	background-color:var(--theme-color);
	border:8px solid #000;
}


.testimonial-one {
  margin-bottom: 50px;
}

.testimonial-one .testimonial-one_pagination {
    position: absolute;
    left: 0px;
    z-index: 999;
    bottom: 15px;
    top: unset;
    right: unset;
    transform: none;
}


/* Moxes SEO  & Digital Marketing Agency HTML-5 Template */

/*** 

====================================================================
	Since One
====================================================================

***/

.since-one{
	position:relative;
  padding: 60px 0;
  background: url(../img/counter-bg.jpg);
  background-attachment: fixed;
  margin: 30px 0 70px;
}

.since-one .sec-title_text {
  color: #fff;
}

.since-one .sec-title{
	position:relative;
	margin-bottom:0px;
  color: #fff;
  margin-top: 10px;
}

.since-one .inner-container{
	position:relative;
}

.counter-block_one{
	position:relative;
}

.counter-block_one-inner{
	position:relative;
	padding-right: 25px;
  padding-left: 20px;
  margin-top: 30px;
	border-left: 1px solid rgba(0,0,0, 0.10);
}

.counter-block_one-count{
	position:relative;
	font-size:50px;
	font-weight:600;
	line-height:1em;
	color:#ffffff;
}

.counter-block_one-text{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height:28px;
	color: #ffffff;
}


.since-phone_box-outer{
	position:relative;
	padding:26px 24px;
	border-radius: 0px 0px 30px 0px;
	background-color: var(--theme-color);
  margin-top: 30px;
}

.since-phone_box{
	position:relative;
	font-size:18px;
	font-weight:700;
	padding-left: 70px;
	color:#000;
}

.since-phone_box .icon{
	position:absolute;
	left: 0px;
	top: 7px;
	font-size: 44px;
	line-height:1em;
	color:#ffffff;
}

.since-phone_box a{
	position:relative;
	color:#ffffff;
}

.since-phone_box a:hover{
	color:#fff;
}

.since-phone_box i{
	position:relative;
	display:block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom:10px;
  color: #fff;
}

.testimonial-one .sub-title {
  margin-bottom: 28px;
}
.testimonial-one-title_outer {
  margin-top: 50px;
}


.tc-footer-style2 {
  position: relative;
      border-top: 1px solid #e7e7e7;
}
.tc-footer-style2 .shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
     z-index: -1;
}
.tc-footer-style2 .foot-main-content {
  position: relative;
  padding: 60px 0 30px;
}
.tc-footer-style2 .foot-main-content .links-group ul li a {
  color: #666;
  margin: 5px 0;
  font-family: "Jost", sans-serif;
}
.tc-footer-style2 .foot-main-content .links-group ul li a:hover {
  color: var(--theme-color);
}
.tc-footer-style2 .foot {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.tc-footer-style2 .foot .logo img {
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-footer-style2 .foot .social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  margin: 0 5px;
  font-size: 12px;
}
.tc-footer-style2 .foot .social-links a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-footer-style2 .logo {
    margin-bottom: 30px;
  }
  .tc-footer-style2 .social-links,
.tc-footer-style2 .butn {
    margin-top: 30px;
  }
}

.tc-footer-style2 .foot-info h3 {
      /* font-family: "Jost", sans-serif; */
    line-height: 60px;
    color: #4d4d4d;
    margin-top: 30px;
    font-size: 40px;
}

.links-group ul {
  padding-left: 0;
}

.links-group ul li {
  margin: 10px;
  list-style-type: none;
}

.links-group h5 {
  font-family: "Jost", sans-serif;
}


.links-group ul li span {
  color: var(--theme-color);
  font-size: 20px;
  margin-right: 10px;
}

.card-pro .box-img img {
    width: 100%;
    height: 196px;
    object-fit: cover;
}