
.sub-heading {
  font-family: var(--font-01);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(232, 82, 5, 0.98) 0%, rgba(250, 170, 130, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 10px;
}
.main-heading {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  color: var(--black);
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: var(--font-01);
}
figure {
  margin: 0;
}
.home-more-about-left img {
  width: 100%;
}
.home-more-about-right img {
  width: 100%;
}
.home-about-left-wapper {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.home-about-left-content h3 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: var(--black);
  margin-bottom: 10px;
  font-family: var(--font-01);
}
.hr-text {
  font-family: var(--font-02);
  font-size: 18px;
  font-weight: 400;
  color: #333F4D;
  line-height: 28px;
  margin-bottom: 0px;
}
.home-about-left-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.home-about-left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.main-img {
  position: relative;
  overflow: hidden;
}
.main-img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.main-img:hover:after {
  animation: shine 1.5s;
}
.second-img {
  position: absolute;
  right: 70px;
  bottom: -70px;
  z-index: -1;
}
.home-about-right {
  position: relative;
}
.second-img img {
  max-width: 400px;
}
.tp-process-counter {
  position: relative;
  bottom: 0;
  left: 0;
  background: var(--white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 80px;
  width: 268px;
  padding: 12px 12px 10px;
/*  animation: upDown 2s ease-in-out infinite;*/
}
@keyframes upDown {
    0% {
      transform: translateY(0);
    }
    25% {
      transform: translateY(-10px); /* upar */
    }
    75% {
      transform: translateY(10px); /* neeche */
    }
    100% {
      transform: translateY(0);
    }
  }
.tp-process-counter-icon span {
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  display: inline-block;
  background: #D8E5EB;
  border-radius: 50%;
  margin-right: 12px;
}
.tp-process-counter-icon span i {
  font-size: 32px;
  font-style: normal;
  background: linear-gradient(90deg, rgba(232, 82, 5, 0.98) 0%, rgba(250, 170, 130, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tp-process-counter-title {
  font-family: var(--font-01);
  color: var(--black);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}
.tp-process-trusted::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 14px;
  height: 173px;
  width: 173px;
  border: 1px #fff dashed;
  border-radius: 50%;
  animation: spin .5s infinite linear;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
} 
.tp-process-trusted {
  position: absolute;
  top: 50px;
  right: 95px;
  width: 202px;
  height: 202px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(232, 82, 5, 0.98) 0%, rgba(250, 170, 130, 1) 100%);
  line-height: 202px;
  display: inline-block;
  padding-top: 70px;
  z-index: 2;
  color: #fff;
}
.tp-process-trusted p {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-white);
  line-height: 1.2;
}
.tp-process-trusted p span {
  font-size: 45px;
  font-weight: 700;
}
.about-main-left-wapper img {
  max-width: 60px;
}
.about-main-left-bottom {
  row-gap: 20px;
}
.about-main-left-wapper .home-about-left-content h3 {
  margin: 0;
}

.about-awards-wapper-img figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: var(--thm-black);
  font-size: 50px;
  transition: all 200ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  margin: 0 auto;
}
.about-awards-wapper-img figure img {
  max-width: 50px;
}
.about-awards-wapper-img {
  position: relative;
  max-width: 90px;
  margin: 0 auto;
}
.awards-number {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-01);
}
.about-awards-wapper {
  text-align: center;
  padding: 50px 0px 0px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  border-right: 1px solid #e0e6e7;
  height: 100%;
}
.about-awards-wapper-content h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 18px;
  font-family: var(--font-01);
}
.about-awards-wapper-content p {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
.hr-section.home-about.about-main {
  background-color: rgb(246, 246, 249);
  position: relative;
  z-index: 0;
}
.home-more-about-right p {
  margin-bottom: 0;
}
@media(max-width:1200px){
  .second-img {
  bottom: -130px;
}
.tp-process-counter {
  bottom: 20px;
}
.main-heading {
  font-size: 42px;
  margin-bottom: 10px;
}
.home-about-left-content .hr-text {
  font-size: 16px;
  line-height: 24px;
}
}

@media(max-width:991.98px){
  .home-about-inner .row {
  flex-direction: column-reverse;
  row-gap: 150px;
}
.home-more-about-right ul {
  padding: 0;
  margin-top: 10px;
}
.loan-sec .row {
  row-gap: 25px;
}
}

@media(max-width:767.98px){
  .main-heading {
  font-size: 28px;
}
.home-about-left {
  row-gap: 0px;
}
.home-about-left-bottom {
  row-gap: 15px;
}
.tp-process-trusted {
  right: 30px;
  width: 152px;
  height: 152px;
  padding-top: 50px;
}
.tp-process-trusted::before {
  top: 10px;
  left: 10px;
  height: 130px;
  width: 130px;
}
.tp-process-trusted p {
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-white);
  line-height: 1.2;
}
.tp-process-trusted p span {
  font-size: 35px;
  font-weight: 700;
}
.home-about-right .main-img img {
  width: 100%;
}
.second-img {
  right: 0px;
}
.tp-process-counter-title {
  font-size: 24px;
}
.second-img img {
  max-width: 100%;
  border: 10px solid #fff;
}
.home-about-left-wapper {
  display: flex;
  align-items: start;
  column-gap: 30px;
}
.home-about-left-wapper {
  row-gap: 5px;
  flex-direction: column;
  align-items: center;
}
.home-about-left-content h3 {
  font-size: 20px;
  text-align: center;
}
.home-about-left-content .hr-text {
  text-align: center;
}
.home-about-left-head .sub-heading {
  text-align: center;
  display: flex;
  justify-content: center;
}
.home-about-left-head .main-heading {
  text-align: center;
}
}
@media(max-width:480px){
  .main-heading {
  font-size: 24px;
}
.home-about-left-content h3 {
  font-size: 20px;
}
.tp-process-trusted {
  right: 10px;
  width: 112px;
  height: 112px;
  padding-top: 35px;
  top: 10px;
}
.tp-process-trusted::before {
  top: 10px;
  left: 10px;
  height: 90px;
  width: 90px;
}
.tp-process-trusted p {
  font-size: 13px;
  font-weight: 600;
  color: var(--tp-common-white);
  line-height: 1.2;
}
.tp-process-trusted p span {
  font-size: 25px;
  font-weight: 700;
}
}