@font-face {
  font-family: "AeonikBlack";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AeonikBlack-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "AeonikTRIAL";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AeonikTRIAL-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "AeonikBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AeonikTRIAL-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "MangoGrotesque";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MangoGrotesque-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "MangoGrotesque-Regular";
  src: url("../fonts/MangoGrotesque-Regular.woff2") format("woff2"),
    url("../fonts/MangoGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MangoGrotesque-light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MangoGrotesque-Light.ttf") format("truetype");
}
@font-face {
  font-family: "MangoGrotesque-Black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MangoGrotesque-Black.ttf") format("truetype");
}
@font-face {
  font-family: "InterRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}
:root {
  --tp-primary-color: #e22013;
  --tp-ff-primary: "gotham", sans-serif;
  --tp-ff-heading: "AeonikBlack", sans-serif;
  --tp-ff-heading-bold: "AeonikBold", sans-serif;
  --tp-ff-sub-heading: "AeonikTRIAL", sans-serif;
  --tp-ff-gallery: "MangoGrotesque", sans-serif;
  --tp-ff-sub-gallery: "InterRegular", sans-serif;
  --tp-common-white: #fff;
  --tp-bg-1: #f5f5f5;
  --tp-black-1: #131313;
  --tp-progress: #ef928d;
  --tp-number-fonts: "MangoGrotesque-Regular", sans-serif;
  --tp-number-insight-fonts: "MangoGrotesque-light", sans-serif;
  --tp-number-testimonial-fonts: "MangoGrotesque-Black", sans-serif;
  --tp-border: #f7f8fb;
  --tp-border-2: #cfd6ea;
  --tp-bg-2: #000;
  --top-distance-1: 203.67822265625px;
  --vh-in-px: 8px;
  --vh: 1vh;
  --bs-black-rgb: 0, 0, 0;
  --animation-primary-expo: 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  --bs-purple: #08546c;
  --bs-teal: #44cfcb;
  --bs-yellow: #fff05a;
  --headings-margin-top: 0px;
  --headings-font-family: var(--bs-font-terciary);
  --headings-font-weight: 500;
  --headings-line-height: 1.2;
  --bs-heading-color: currentColor;
  --bs-font-terciary: Montserrat, sans-serif;
  --animation-elastic-css: 0.5s cubic-bezier(0.5, 1.5, 0.5, 1);
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --tp-bg-3: #ff9600;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(1360px + 30px);
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-family: var(--tp-ff-primary) !important;
  color: var(--tp-black-1);
}
header {
  text-align: left;
  background-color: var(--tp-bg-2);
  border-bottom: 1px solid var(--tp-bg-3);
}
p,
.paragraph {
  font-size: 0.9rem !important;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
  font-family: var(--tp-ff-primary);
}
.p-10 {
  padding: 10px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.fix {
  overflow: hidden;
}
.grid {
  display: grid;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-40-80 {
  padding-top: 40px !important;
}
.pb-40-80 {
  padding-bottom: 40px !important;
}
.prl-0-40-80 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-65 {
  margin-bottom: 65px;
}
.text-center {
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.header-button {
  margin-top: 26px;
  margin-left: 40px;
}
.darkHeader .text-logo {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.f-right {
  float: right;
}
.gap80 {
  gap: 80px !important;
}
.gaper {
  row-gap: 30px;
}
canvas {
  position: relative;
  z-index: 1;
}

.footer_bottom p {
  color: var(--tp-common-white);
  margin: 0 !important;
}
.thm-btn {
  z-index: 1;
  font-size: 15px;
  line-height: 24px;
  padding: 16px 40px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  color: #fefefe;
  text-transform: uppercase;
  background-color: #ff5e15;
  font-weight: 700;
  display: inline-block;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 32px;
  position: relative;
}
.main-menu ul li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tp-ff-primary);
  font-weight: 400;
  font-style: normal;
}
.main-menu ul li:hover > a {
  color: #e22344;
}
.header-button {
  margin-top: 26px;
  margin-left: 40px;
}
.main-menu ul li ul.submenu {
  position: absolute;
  top: 110%;
  min-width: 230px;
  background: #fff;
  padding: 15px 0;
  border-top: 4px solid #e22344;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
}
.main-menu ul li ul.submenu li a {
  font-size: 15px;
  padding: 9px 25px;
  text-transform: capitalize;
  color: var(--tp-bg-2);
  display: flex;
  justify-content: space-between;
}
.main-menu ul li ul.submenu ul.submenu {
  top: 0;
  left: 100%;
}

.elementor-button {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: var(--e-global-typography-85c4efb-line-height);
  letter-spacing: 2px;
  word-spacing: var(--e-global-typography-85c4efb-word-spacing);
  fill: #000;
  color: #000;
  background-color: var(--tp-bg-3);
  border-radius: 0px 0px 0px 0px;
  padding: 37px 20px 37px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  display: inline-block;
  transition: all 0.3s;
}
.elementor-button-left-border {
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: var(--tp-bg-3);
}
.elementor-button:hover,
.elementor-button:focus,
.elementor-button:active {
  background-color: var(--tp-bg-2);
  fill: #fff;
  color: #fff;
}
.logo {
  width: 182px;
  padding-left: 20px;
  height: 41px;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.hero-section-new,
header.darkHeader {
  background-color: var(--tp-bg-2);
}
.hero-logo-section {
  display: flex;
  flex-direction: column;
  height: 850px;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  font-family: var(--tp-ff-primary);
  padding-bottom: 60px;
}
.hero-logo {
  flex-direction: column;
  gap: 30px;
}
.hero-partner {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero-partner-name {
  color: var(--tp-common-white);
  font-size: 1rem;
  font-weight: 700;
}
.hero-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-date span {
  color: #fff;
  font-weight: 700;
}
.hero-date span:nth-child(1) {
  font-size: 2.2rem;
  line-height: 1;
}
.hero-date span:nth-child(2) {
  font-size: 1.2rem;
  text-align: center;
}
.hero-heading {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  font-size: 0.9rem;
}
.hero-heading-option {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-heading-option i {
  font-size: 6px;
  color: #e22013;
  margin: 0 20px;
}
.hero-sub-heading {
  color: var(--tp-primary-color);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  font-family: var(--tp-ff-heading);
  text-align: center;
}
/*
.hero-video-section{
  position: relative;
  height: 740px;
}
.hero-video-section video{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
*/
.tp-hero-bottom-img {
  background-position: top center;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 440px;
  margin: 0 auto;
  overflow: hidden;
}

.tp-hero-bottom-img video {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.speakers_seection_v2 {
  position: relative;
  padding-top: 80px;
  /*
  background-color: rgb(255, 255, 255);
  background-image: radial-gradient(at 0% 0%, rgb(255, 255, 255) 0rem, transparent 50%), radial-gradient(at 0% 0%, rgba(156, 220, 170, 0.15) 0rem, transparent 50%), radial-gradient(at 81% 57%, rgba(150, 202, 247, 0.25) 0rem, transparent 50%), radial-gradient(at 29% 31%, rgba(191, 178, 243, 0.15) 0rem, transparent 50%), radial-gradient(at 97% 45%, rgba(248, 163, 168, 0.3) 0rem, transparent 50%), radial-gradient(at 60% 80%, rgba(248, 163, 168, 0.35) 0rem, transparent 50%), linear-gradient(90deg, rgba(229, 225, 171, 0.2), rgba(150, 202, 247, 0.2), rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: fixed;
  background-position: center center, center center;
  */
}
.heading-v2 {
  font-family: var(--tp-ff-heading);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.heading-v2 span {
  font-family: var(--tp-ff-sub-heading);
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
/* speaker */
.tp-team-item {
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.tp-team-grid-wrapper {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 20px 20px;
  grid-template-columns: repeat(1, 1fr);
}
.tp-team-item img {
  width: 100%;
  transition: 0.7s;
  transform: scale(1);
  object-fit: cover;
}

.tp-team-item:hover img {
  transform: scale(1.3);
}

.tp-team-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    178.92deg,
    rgba(29, 29, 29, 0) 27.4%,
    #1d1d1d 108.05%
  );
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
/*
.tp-team-item:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.tp-team-item:hover .tp-team-content span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

.tp-team-item:hover .tp-team-title-sm {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
*/
.tp-team-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 20px;
}

.tp-team-content span {
  font-weight: 300;
  font-size: 0.9rem;
  color: var(--tp-common-white);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.2s;
  display: block;
  font-family: var(--tp-ff-primary);
  line-height: 1.4;
}
.tp-team-content span.company {
  font-weight: 600;
}

.tp-team-title-sm {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-primary);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease-out 0s;
  transition-delay: 0.2s;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tp-team-title-sm strong,
.tp-team-title-sm .strong {
  font-family: var(--tp-ff-gallery);
  font-size: 4.9rem;
  line-height: 0.7;
  letter-spacing: 0.2rem;
  font-weight: normal;
}

@media (max-width: 991px), (max-width: 767px) {
  .tp-team-title-sm {
    font-size: 30px;
  }
}
/*
.tp-team-slider-active {
  margin: 0px -260px;
}
*/
@media (max-width: 1199px), (max-width: 767px) {
  .tp-team-slider-active {
    margin: 0;
  }
}

.tp-team-4-item {
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid rgba(25, 25, 26, 0.1);
}

.tp-team-4-item img {
  width: 100%;
  transition: 0.7s;
  transform: scale(1);
  object-fit: cover;
}

.tp-team-4-item:hover img {
  transform: scale(1.3);
}

.tp-team-4-thumb {
  overflow: hidden;
  position: relative;
}

.tp-team-4-thumb img {
  transition: 0.3s;
  border-radius: 4px;
}

.tp-team-4-social a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: var(--tp-common-black);
  border: 1px solid rgba(25, 25, 26, 0.1);
  margin: 0px 4px;
  transition: 0.3s;
}

.tp-team-4-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.tp-team-4-content {
  padding: 30px 70px 20px;
}

@media (max-width: 991px) {
  .tp-team-4-content {
    padding: 30px 50px 20px;
  }
}

@media (max-width: 767px) {
  .tp-team-4-content {
    padding: 30px 40px 20px;
  }
}

.tp-team-4-content span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #5d5d63;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
}

.tp-team-4-title-sm {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
}

/* Similar CSS for .tm-hero and .tm-details sections is continued below */

.tm-hero-ptb {
  padding-top: 200px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .tm-hero-ptb {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .tm-hero-ptb {
    padding-top: 140px;
  }
}

.tm-hero-subtitle {
  color: #5d5d63;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.tm-hero-subtitle::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #5d5d63;
  display: inline-block;
  transform: translateY(-3px);
  margin-left: 14px;
}

/* ... continue for rest of .tm-hero-* and .tm-details-* classes */

.tm-details-wrapper {
  height: 100vh;
  overflow: hidden;
}

.tm-testimonial-height {
  height: 100vh;
}

@media (max-width: 991px), (max-width: 767px) {
  .tm-testimonial-height {
    height: 100%;
  }
}

.view-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-more .btn {
  font-family: var(--tp-ff-primary) !important;
}
.view-more .text-purple {
  color: var(--tp-primary-color) !important;
}
.section_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.section_wrap_30 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section_wrap_40 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/*  Hosted Buyer Section */

.hosted_buyer_sec {
  position: relative;
}
.hosted_buyer_sec h3 {
  font-size: 24pt;
  color: #4b4e53;
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #4b4e53;
  margin: 0 0 40px;
}
.hosted_buyer_sec h3 span {
  font-weight: 400;
}
.hosted_buyer_sec p.paragraph {
  color: var(--tp-black-1);
  margin: 0;
}
.hosted_buyer_sec .section-title {
  font-size: 1.8rem;
  color: var(--tp-black-1);
  font-weight: bold !important;
  line-height: 1;
  font-family: var(--tp-ff-heading-bold);
  margin: 0;
}
.hosted_buyer_sec .hosted_buyer_left .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
.hosted_buyer_sec .hosted_buyer_left img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.hosted_buyer_sec .hosted_buyer_right {
  padding-left: 40px;
}
.hosted_buyer_sec .hosted_buyer_right .hosted_buyer_logo {
  display: grid;
  grid-gap: 10px 0px;
  grid-template-columns: repeat(5, 1fr);
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 30px;
}
.hosted_buyer_sec .hosted_buyer_right .hosted_buyer_logo .logo-wrap {
  text-align: center;
}
.hosted_buyer_sec .hosted_buyer_right .hosted_buyer_logo .logo-wrap img {
  width: 75%;
  height: auto;
  object-fit: cover;
}
.hosted_buyer_sec .hosted_buyer_right .hosted_buyer_logo .logo-wrap {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}

.hosted_buyer_sec
  .hosted_buyer_right
  .hosted_buyer_logo
  .logo-wrap:not(.logo-wrap-21):not(.logo-wrap-22):not(.logo-wrap-23):not(
    .logo-wrap-24
  ):not(.logo-wrap-25)::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 1px;
  width: 80%;
  background-color: #0000000f;
  display: block;
}
.hosted_buyer_sec
  .hosted_buyer_right
  .hosted_buyer_logo
  .logo-wrap:not(.no-right-border)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 1px;
  height: 70px;
  background-color: #0000000f;
  display: block;
}
.hosted_buyer_section {
  background-color: var(--tp-bg-2);
  color: var(--tp-common-white);
}
.hosted_buyer_section p.paragraph {
  color: var(--tp-common-white);
}
.hosted_buyer_section .section-title {
  color: var(--tp-primary-color);
}
.hosted_buyer_content_new {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 10px;
}
.hosted_buyer_wrap {
  display: flex;
  flex-direction: column;
  background-color: var(--tp-common-white);
  transition-property: transform;
  transition-duration: 0.5s;
}
.hosted_buyer_box {
  height: 300px;
}
.hosted_buyer_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hosted_buyer_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.hosted_buyer_text p.paragraph {
  color: var(--tp-black-1);
  font-size: 0.9rem !important;
  margin: 0;
}
/* Demographics Section */
.demographics_section {
  background-color: var(--tp-bg-1);
}
.demographics_section_contect {
  /*
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  height: 100%;
}
.graph_card_box {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  transition-property: transform;
  transition-duration: 0.5s;
}
.graph_title {
  font-family: var(--tp-ff-primary);
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: var(--tp-black-1);
  text-transform: uppercase;
}
.graph_card_chart {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.budget_chart_round {
  width: 62px;
  height: 62px;
  border-radius: 9999px;
  background-color: #ecf2f7;
}
.graph_card_chart_data ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 20px;
  padding-left: 20px;
}
.graph_card_chart_data ul li {
  font-family: var(--tp-ff-primary);
  font-size: 0.8rem;
  color: var(--tp-black-1);
  font-weight: bold;
}
.graph_card_chart_data ul li::marker {
  color: rgb(239, 146, 141);
  font-size: 1.4rem;
  line-height: 1;
  content: "● ";
}
.graph_card_chart_data ul li:nth-child(2)::marker {
  color: rgb(255, 191, 85);
}
.graph_card_chart_data ul li:nth-child(3)::marker {
  color: rgb(0, 13, 91);
}
.graph_card_chart_data ul li:nth-child(4)::marker {
  color: rgb(67, 169, 181);
}
.graph_card_chart_2 {
  width: 100%;
}
.graph_card_chart_2 img {
  height: auto;
}
.graph_card_box .progress_bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #bfc4ca1a;
  padding-bottom: 15px;
}
.graph_card_box .bar-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.graph_card_box .bar-group .bar {
  margin-bottom: 10px;
}
.graph_card_box .bar-group .bar-text {
  display: flex;
  justify-content: flex-end;
  font-family: var(--tp-ff-primary);
  color: var(--tp-black-1);
}
.graph_card_box .bar-group .bar-text p {
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 0.9;
  margin-bottom: 5px !important;
  text-transform: capitalize;
}
.graph_card_box .bar-group .bar-text .b-number {
  font-weight: 700;
}
.graph_card_box .item_bar {
  position: relative;
  height: 10px;
  width: 100%;
  background-color: #363c43;
  border-radius: 4px;
}

.graph_card_box .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 10px;
  margin: 0;
  background-color: #dd3e32;
  border-radius: 4px;
  transition: width 0.1s ease;
}
.graph_card_box .item_bar {
  height: 1px;
  background-color: rgba(191, 196, 202, 0.1);
}
.graph_card_box .item_bar .progress {
  top: -5px;
}
.graph_card_box .progress_pie {
  display: grid;
  grid-gap: 10px 0px;
  grid-template-columns: repeat(1, 1fr);
}
.graph_card_box .progress_pie .progress_pie_wrap {
  width: 146px;
  margin: 0 auto;
  font-family: var(--tp-ff-primary);
  color: var(--tp-black-1);
  text-align: center;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  gap: 5px;
}
.graph_card_box .progress_pie .progress_pie_wrap canvas {
  width: 100%;
}

/* Powerhouse */
.powerhouse_section {
  background: var(--tp-common-white);
  /* background: linear-gradient(
    360deg,
    rgba(247, 248, 251, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); */
  background-color: #100201;
}

.powerhouse_content {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.powerhouse-heading {
  color: #fff !important;
}

.powerhouse_content_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  transition-property: transform;
  transition-duration: 0.5s;
}
.powerhouse_text {
  width: calc(100% - 50px);
  margin: -50px auto 0 auto;
  background-color: var(--tp-common-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--tp-common-white);
  padding: 20px;
  z-index: 1;
}
.powerhouse_img {
  height: 500px;
  width: 100%;
}
.powerhouse_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  /* object-position: top; */
}
.powerhouse_nember {
  font-family: var(--tp-number-fonts);
  font-size: 7rem;
  line-height: 1;
  color: var(--tp-black-1);
  font-weight: 500;
}
.powerhouse_title {
  font-family: var(--tp-ff-primary);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--tp-black-1);
}
.powerhouse_text_nember {
  gap: 0;
  display: flex;
  flex-direction: column;
}
.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}
.shine_img {
  overflow: hidden;
  position: relative;
}
.shine_img:after {
  position: absolute;
  top: 0;
  left: -90%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 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);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine_img img {
  transition: 0.7s ease;
  opacity: 1;
  transform: scale(1);
}
.shine_img_hover:hover .shine_img::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.shine_img_hover:hover .shine_img img {
  opacity: 0.5;
  transform: scale(1.05);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Overview */
.overview_section {
  overflow: hidden;
}
.overview_content_wrap {
  display: flex;
  flex-direction: column;
  padding: 0px;
  justify-content: flex-start;
  gap: 30px;
}
.overview_content_img {
  width: 100%;
}
.overview_content_img img {
  height: auto;
  width: 100%;
}
.overview_content {
  width: 100%;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.overview_content p {
  font-family: var(--tp-ff-primary);
  color: var(--tp-black-1);
  font-size: 0.9rem;
}
.style2 {
  right: 0px;
  bottom: -50px;
  text-align: right;
}
.style1 {
  left: -50px;
  bottom: -110px;
}
.flote img {
  width: 70%;
}
.flote {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* Fsimarket */
.fsimarket_contect_first {
  display: grid;
  justify-content: space-between;
  grid-gap: 30px 20px;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
.fsimarket_count_first {
  /* background-color: var(--tp-bg-1); */
  margin-left: 50px;
}

.fsimarket_count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 40px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  min-height: 220px;
}
.fsimarket_count_group {
  display: flex;
  font-family: var(--tp-number-insight-fonts);
  color: var(--tp-black-1);
  font-size: 5rem;
  line-height: 1;
}
.fsimarket_count_text {
  font-family: var(--tp-ff-primary);
  color: var(--tp-black-1);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.fsimarket_contect_first .fsimarket_count {
  justify-content: center;
}

.fsimarket_contect_last {
  display: grid;
  grid-gap: 30px 20px;
  grid-template-columns: repeat(1, 1fr);
}
.fsimarket_count_border {
  border: 2px solid #000;
  border-color: var(--tp-border);
}
.fsimarket_contect_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fsimarket_count:hover {
  transform: translateY(-8px);
  background-color: var(--tp-bg-1);
}

/* Icon section */

.icon-section {
  background-color: #100201;
}

.icon-section-wrap {
  display: grid;
  grid-gap: 20px 20px;
  grid-template-columns: repeat(1, 1fr);
}

.icon-section-box {
  border: 1px solid #000;
  border-color: #525252;
  padding: 0 10px;
  height: 230px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--tp-ff-primary);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.icon-section-box span.bold {
  font-weight: bold;
}
.icon-section-box img {
  margin-bottom: 5px;
  width: 50px;
}
.icon-section-box:hover {
  transform: translateY(-8px);
  /* background-color: var(--tp-common-white); */
}
/* testimonial */
.testimonial {
  background-color: var(--tp-bg-1);
}
.testimonial .testimonial__text-slider {
  margin-bottom: 80px;
}
.testimonial .testimonial__text-slider-single h2 {
  margin-top: -20px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0px;
  font-family: sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--white);
}
.testimonial .testimonial__text-slider-single h2 i {
  -webkit-text-fill-color: var(--primary-color);
  -webkit-text-stroke: 0px var(--primary-color);
  color: var(--primary-color);
}
.testimonial .testimonial__text-slider-single h2 a:hover {
  -webkit-text-stroke-color: var(--primary-color);
}
.testimonial .testimonial-s__slider .thumb {
  position: relative;
}
.testimonial .testimonial-s__slider .thumb svg,
.testimonial .testimonial-s__slider .thumb .testimonial-sperator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -120px;
}
.testimonial .testimonial-s__slider .testimonial-s__content .quote i {
  font-size: 56px;
  color: var(--primary-color);
}
.testimonial .testimonial-s__slider .testimonial-s__content .content {
  margin: 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimonial .testimonial-s__slider .testimonial-s__content h4 {
  font-weight: 400;
  text-transform: capitalize;
}
.testimonial .testimonial-s__slider .testimonial-s__content .content-cta p {
  color: var(--primary-color);
  margin-top: 6px;
}
.testimonial .slide-group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.testimonial .slide-group button {
  position: relative;
  z-index: 9;
}
.testimonial .slide-group button:nth-of-type(1) {
  transform: rotate(90deg);
}
.testimonial .slide-group button:nth-of-type(2) {
  transform: rotate(90deg);
}
.testimonial .other-section {
  position: absolute;
  left: 0px;
  /* bottom: 80px; */
  width: 330px;
  opacity: 0.25;
  transform: translateX(-40%);
  display: none;
}
.testimonial .thumb img,
.testimonial img.other-section-image {
  width: 432px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.testimonial .tp-team-title-sm {
  color: var(--tp-black-1);
  font-size: 1.6rem;
  text-transform: capitalize;
}
.testimonial .tp-team-title-sm strong {
  /* font-family: var(--tp-number-testimonial-fonts); */
  font-size: 6rem;
  text-transform: uppercase;
  font-face: 0.2rem;
}
.testimonial span.company {
  font-weight: 600;
}
.testimonial .content-cta {
  display: flex;
  flex-direction: column;
}
.testimonial .slide-btn {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #414141;
  transition: var(--transition);
  background-color: rgba(0, 0, 0, 0);
  color: var(--tp-black-1);
  font-size: 24px;
  z-index: 2;
}
.testimonial .quote img {
  width: 56px;
}

.testimonial .vdo_sec h6 span {
  width: 72px;
  height: 72px;
}

.testimonial .vdo_sec {
  justify-content: flex-start;
  top: calc(100% - 100px);
}

.testimonial .slick-slide {
  overflow: hidden;
}

.circle-ripple {
  animation: ripple 0.7s linear infinite;
}
.slide:nth-child(1) {
  background: var(--tp-bg-2) !important;
}
.slide:nth-child(1) .circle-hero-inner {
  background: #313d68 !important;
}

/* Blog */
.sub-bg {
  background-color: #100201;
}
.sub-bg .heading-v2 {
  color: var(--tp-common-white);
}
.blog__head-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog__item-left {
  border-radius: 10px;
  border: var(--border-1px);
  background-color: var(--sub-bg);
  padding: 30px;
  position: relative;
  font-family: var(--tp-ff-primary);
}
.blog__item-left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  justify-content: center;
}
.blog__item-left-content h3,
.blog__item-right h3 {
  color: var(--tp-common-white);
  font-family: var(--tp-ff-heading-bold);
  font-size: 1.2rem;
  margin: 0 !important;
}
.blog__item-left-content h3 a:hover,
.blog__item-right h3 a:hover {
  color: var(--tp-common-white);
}
.blog__item-left-content p {
  font-size: 0.8rem !important;
  margin: 0 !important;
}
.blog__item-left-content-info {
  color: var(--footer-color);
}
.blog__item-left-dot-wrp {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
.blog__item-left .image img {
  height: 431px;
  object-fit: cover;
  border-radius: 10px;
}
.blog__item-right {
  border-radius: 10px;
  padding: 30px 30px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  justify-content: flex-start;
}
.sub-bg .swiper-container-vertical .swiper-slide-active {
  display: none !important;
}
.sub-bg
  .swiper-container-vertical
  .swiper-wrapper
  .swiper-slide-visible:nth-child(5) {
  display: block !important;
}
.blog__item-right img {
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

.blog__item-right h3 a {
  margin: 20px 0;
}
.blog__item-right h3 a:hover {
  color: var(--primary-color);
}
.blog__item-right span {
  color: var(--footer-color);
}
.blog__tag,
a.blog__tag {
  color: var(--tp-black-1) !important;
  padding: 10px 10px;
  background-color: var(--tp-common-white);
  border-radius: 100px;
  font-family: var(--tp-ff-primary);
  font-size: 0.8rem;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
a.blog__tag:hover {
  transform: translateY(-8px) !important;
  background-color: var(--tp-primary-color);
  color: var(--tp-common-white) !important;
}
.sub-bg .border {
  border: 1px solid #6f7aa27d !important;
  border-radius: 10px;
}
.blog__slider_vertical {
  height: 490px;
}
.dot .swiper-pagination-bullet,
.dot-light .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--tp-primary-color);
}
.dot .swiper-pagination-bullet::before,
.dot-light .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #858585;
  transition: 0.6s;
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--tp-primary-color);
}
.subscribe_box {
  padding: 50px 0;
}
.exhibit {
  width: 50% !important;
}
.media {
  width: 40% !important;
}
.sv-service-area {
  overflow: hidden;
}
.sv-service-content-wrap {
  height: 100%;
  width: 100%;
  padding: 30px 10px;
  background-color: var(--tp-black-1);
}
.sv-service-thumb {
  height: 100%;
}
.sv-service-thumb img,
.sv-service-thumb video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sv-service-title-box {
  margin-bottom: 30px;
}
.sv-service-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-heading);
  margin: 0;
}
.sv-service-space-wrap {
}
.sv-service-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

/* btn css */
.d-inline-block {
  display: inline-block !important;
}
.conference_btn {
  font-family: var(--tp-ff-primary);
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  outline: 0;
  border-radius: 999px;
  white-space: nowrap;
  text-transform: uppercase;
}
.conference_btn .icon {
  transition: transform var(--animation-elastic-css);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  transform: rotate(0.001deg);
  flex-shrink: 0;
}
.conference_btn .icon.first {
  transform: scale(0) rotate(0.001deg);
  transform-origin: left;
}
.btn-content {
  position: relative;
  height: 60px;
  transform: translateX(-60px) rotate(0.001deg);
  transition: transform var(--animation-elastic-css);
}
.btn-fill {
  background: currentColor;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  top: 0;
  left: 0;
}
.text-purple {
  color: var(--tp-primary-color) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 32px;
  top: -1px;
  white-space: nowrap;
  position: relative;
  color: currentColor;
  border-radius: 999px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.conference_btn .icon.second {
  position: absolute;
  z-index: 2;
  right: 0;
  transform: scale(1) rotate(0.001deg);
  transform-origin: right;
}

.icon .icon-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: currentColor;
}
.icon .icon-content {
  width: 18px;
  position: relative;
  display: flex;
  transform: rotate(0.001deg);
  transition: transform var(--animation-elastic-css);
}

.sv-service-item-1 .sv-service-content-wrap {
  background: #333c33 !important;
}
.sv-service-item-1 .text-purple {
  color: var(--tp-primary-color) !important;
}

.sv-service-item-2 .sv-service-content-wrap {
  background: #142412 !important;
}
.sv-service-item-2 .text-purple {
  color: #e22013 !important;
}

.sv-service-item-3 .sv-service-content-wrap {
  background: #1c292a !important;
}
.sv-service-item-3 .text-purple {
  color: #e22013 !important;
}

.sv-service-item-4 .sv-service-content-wrap {
  background: #201e11 !important;
}
.sv-service-item-4 .text-purple {
  color: #e22013 !important;
}

@media (hover: hover) {
  .conference_btn:hover .btn-content {
    transform: translateX(0px) rotate(0.001deg);
  }
  .conference_btn:hover .icon.first {
    transform: scale(1) rotate(0.001deg);
  }
  .conference_btn:hover .icon.second {
    transform: scale(0) rotate(0.001deg);
  }
}
.home-companies-exhibit .companies-exhibit .item .img-wrap {
  height: 160px !important;
}
/* SEO Section */
.seo-section .seo-section-content {
  margin: 0 auto;
  padding: 0 0 40px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.seo-section .seo-section-content .seo-section-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 20px;
}
.seo-section .seo-section-content .seo-section-wrap .div {
  width: 10%;
  height: 85vh;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--tp-bg-2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: all 1s;
  flex: 1;
}
.seo-section .seo-section-content span {
  font-size: 2em;
  cursor: pointer;
}
.seo-section .slide {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 20px;
}
.seo-section .slide li,
._paginate span.swiper-pagination-bullet {
  padding: 5px;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  margin-right: 0.8em;
  opacity: 1;
  background-color: #fff;
}
.seo-section .fourd,
._paginate span.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.seo-section .a {
  width: 50%;
}
.seo-section .b {
  background-color: #1c1c1c !important;
}
.seo-section .c {
  pointer-events: none;
}
.seo-section-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 20px;
  position: relative;
}
.seo-section-details p {
  font-size: 1rem !important;
  margin: 0 !important;
}
.seo-section-details p a {
  color: var(--tp-primary-color);
}
.seo-section-name {
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sub-heading);
  margin: 0;
  /*
  rotate: 270deg;
  width: 300px;
  height: auto;
  display: flex;
  position: absolute;
  left: -130px;
  align-items: center;
  justify-content: center;
  */
}
.seo-section-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-black-1);
  opacity: 0.6;
  border-radius: 10px;
}

.seo-section .one {
  background-image: url(../images/create-card.webp);
}
.seo-section .two {
  background-image: url(../images/01.webp);
}
.seo-section .three {
  background-image: url(../images/03.webp);
}
.seo-section .four {
  background-image: url(../images/05.webp);
}

.seo-section-content .seo-section-details {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 15px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
}
.seo-section-content .seo-section-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.seo-section-details .seo-section-text {
  height: auto;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
.seo-section-details .seo-section-text .column-6 {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.seo-section-details .seo-section-text img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: right;
}
.seo-section
  .seo-section-content
  .seo-section-wrap
  .div.a
  .seo-section-details {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.seo-section .seo-section-content .seo-section-wrap .div.a {
  flex: 5;
}
.tp-seo-slider {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
._paginate {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
._paginate span {
  cursor: pointer;
}
._paginate span.swiper-pagination-bullet-active {
  background-color: #1c1c1c;
}
._paginate .seo__dot {
  margin: 0 20px;
}
.tp-seo-slider .seo-section-details p,
.tp-seo-slider .seo-section-details .seo-section-name {
  color: var(--tp-black-1) !important;
}
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

.banner-content-v2 {
  min-height: 400px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}
.inner_banner_sec .banner-content-v2 h1 {
  font-family: var(--tp-ff-heading);
  font-size: 2.5rem;
  color: var(--tp-common-white);
  text-transform: uppercase;
}
.inner_banner_sec .banner-content-v2 .pink {
  background-color: #e22344;
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.inner_banner_sec .banner-content-v2 .pink:hover {
  background-color: var(--tp-bg-2);
}
footer li:hover a,
.footer_social ul li a {
  color: #e22344 !important;
}
.footer_social ul li {
  border-color: #e22344 !important;
}
.footer_social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-icon {
  fill: #e22344;
  width: 10px;
  height: 10px;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0em rgba(101, 255, 120, 0.3),
      0 0 0 0.3em rgba(101, 255, 120, 0.3), 0 0 0 1em rgba(226, 35, 68, 0.3),
      0 0 0 1.5em rgba(226, 35, 68, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.3em rgba(226, 35, 68, 0.3),
      0 0 0 1em rgba(226, 35, 68, 0.3), 0 0 0 1.5em rgba(226, 35, 68, 0.3),
      0 0 0 2.5em rgba(226, 35, 68, 0);
  }
}
.hero-logo img {
  height: 211px;
}
.themetitle {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .hero-logo img {
    height: 140px;
  }
  .hero-date span:nth-child(2) {
    text-align: center;
  }
  .hero-logo-section {
    height: 650px;
  }
  .mean-container a.meanmenu-reveal {
    border: none;
  }
  .themetitle {
    padding: 0 10px;
  }
}

/* chartbox starts from here  */
.chart-block {
  position: relative;
  padding-bottom: 80px;
}
.chart-block .item_bar {
  position: relative;
  height: 10px;
  width: 100%;
  background-color: #363c43;
  border-radius: 4px;
}
/*
.chart-block .progress{

	background-color: #363c43;

	height:0.3em;

}
*/
.chart-block .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 10px;
  margin: 0;
  background-color: #e22013;
  border-radius: 4px;
  transition: width 100ms ease;
}

.chart-block .progress-bar {
  background-color: #e22013;
}

.chart-block .left {
  border-right: 1px solid #363c43;
}

.chart-block .bar-group {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10%;
}

.chart-block .bar-group:last-child {
  border: none;
}

.chart-block .bar-group .bar {
  margin-bottom: 10px;
}

.chart-block .bar-group .bar-text {
  display: flex;
  justify-content: space-between;
  color: #000000;
  flex-direction: row-reverse !important;
}

.chart-block .bar-group .bar-text p {
  margin: 0 !important;
}

.chart-block .bar-group .bar-text .b-number {
  font-weight: 700;
}

.chart-block .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.chart-block .right img {
  margin-top: 0px;
  position: relative;
  width: 59%;
}
.chart-block .right ul li {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style: disc;
}
.chart-block.animated .img-wrap img {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-direction: normal;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.home .chart-block .cs-section_heading.cs-style1 .cs-section_title {
  font-size: 28px;
}
.home .cs-section_heading.cs-style1 .cs-section_title {
  font-weight: 600 !important;
  line-height: 1.4;
  font-family: var(--tp-ff-heading);
  text-transform: uppercase;
}

.cust-row {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 40px;
}

.cust-row .cust-over .cust-over-content {
  width: 100%;
  height: 100%;
  background: #13012e;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px;
}

.cust-row .cust-over {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-block .left {
  border: none !important;
}

.cust-border {
  margin-right: 30px;
}

.cust-over-content h2 {
  font-size: 190px;
  color: #e22013;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

.cust-over-content .dr-heading {
  color: #000;
  line-height: 1.2;
  font-weight: 500 !important;
  margin: 0 !important;
  letter-spacing: 2px;
  font-size: 46px !important;
}

.chart-block .right ul {
  width: 53% !important;
  margin: 60px auto;
  list-style: disc;
}
.cust-row {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px 40px;
}
.cust-padding {
  padding: 20px;
}
@media screen and (min-width: 1600px) {
  .chart-block .chart-block-content .cust-row:nth-child(1) .left,
  .chart-block .chart-block-content .cust-row:nth-child(1) .right {
    min-height: 760px;
  }
}

.chart-block .right,
.chart-block .left,
.cust-row .cust-over .cust-over-content,
.cust-progress {
  border: 1px solid #1919191f !important;
}
.chart-block .item_bar .progress {
  top: -5px;
}
.chart-block .left {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.cs-section_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.chart-block .item_bar {
  height: 1px;
  background-color: #363c431a;
}
.desktop {
  display: none;
}
.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
}

.chart-block .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #13012e;
  border-radius: 10px;
  height: 100%;
}
.chart-block .right,
.cust-row .cust-over .cust-over-content,
.cust-progress,
.progress-ring:after {
  background-color: #fff;
}

.cust-progress {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}
@media only screen and (max-width: 1610px) {
  .cust-progress {
    padding: 56px 0;
  }
}
.progress-hearder {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1800px) {
  .progress-hearder,
  .progress-row {
    width: 80%;
  }
}
.progress-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.progress-cust {
  border-left: 1px solid #61409563;
  padding: 10px;
  width: 40%;
}

@media only screen and (min-width: 768px) {
  .progress-cust {
    border-left: 1px solid #19191914;
  }
}
.progress-cust {
  border-left: 1px solid #61409563;
  padding: 10px;
  width: 40%;
}
.progress-cust {
  border-left: none;
}
.progress-row .progress-cust:first-child {
  border: none;
}
.progress-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progress-ring {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: conic-gradient(#7d2ae8 0deg, #7d2ae8 0deg, #ededed 0deg);
}
.progress-label {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.progress-ring::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: #13012e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chart-block .right,
.cust-row .cust-over .cust-over-content,
.cust-progress,
.progress-ring:after,
.insdustry-sectors .icon-box {
  background-color: #fff;
}
.chart-block .right img {
  width: 80% !important;
}
.chart-block .right img {
  margin-top: 0px;
  position: relative;
  width: 59%;
}
@media only screen and (max-width: 1610px) {
  .cust-row .cust-over .cust-over-content {
    padding: 40px;
  }
  .cust-over-content .dr-heading {
    font-size: 35px;
  }
  .cust-over-content h2 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1400px) {
  .cust-over-content .dr-heading {
    font-size: 38px;
  }
  .cust-over-content h2 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .cust-row {
    flex-direction: column;
  }
  .cust-over-content .dr-heading {
    font-size: 28px !important;
  }
  .cust-over-content h2 {
    font-size: 70px;
  }
  .cust-row {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .chart-block .right img {
    width: 59% !important;
  }
}
@media screen and (max-width: 1199px) {
  .chart-block .bar-group .bar-text .desktop p {
    font-size: 11px;
  }
}
.chart-block .bar-group .bar-text .desktop p {
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .progress-cust {
    border-left: 1px solid #19191914;
  }
}
@media only screen and (max-width: 700px) {
  .progress-row {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1610px) {
  .progress-text {
    top: 26%;
  }
}
.progress-text {
  position: absolute;
  top: 35%;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
}
@media only screen and (max-width: 1610px) {
  .progress-ring {
    width: 120px;
    height: 120px;
  }
  .progress-ring::after {
    width: 90px;
    height: 90px;
  }
  .progress-text {
    top: 26%;
  }
  .cust-over-content .dr-heading {
    font-size: 35px !important;
  }
}
@media only screen and (max-width: 700px) {
  .progress-cust {
    border: none;
    width: 100%;
  }
  .left h3 {
    font-size: 20px !important;
  }
  .cust-over-content p {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .cust-over-content .dr-heading {
    text-align: center;
  }
  .cust-over-content h2 {
    text-align: center;
    font-weight: 600;
  }
  .chart-block .right ul {
    width: 90%;
    margin: 40px auto;
  }
  .chart-block .right ul li {
    font-size: 14px;
  }
}
.chart-block .right .cust-img img {
  margin-bottom: 40px;
  margin-top: 40px;
}
.chart-block.animated .img-wrap img {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-direction: normal;
}
.chart-block .right img {
  width: 80%;
}
.chart-block .right img {
  margin-top: 0px;
  position: relative;
  width: 59%;
}
@media only screen and (min-width: 768px) {
  .chart-block .right img {
    width: 59% !important;
  }
}
.chart-block .right ul li::marker {
  color: #d54045;
  font-size: 2em;
}
.chart-block .right ul li:nth-child(2)::marker {
  color: #483f6d;
}
.chart-block .right ul li:nth-child(3)::marker {
  color: #5d9ad3;
}
@media only screen and (min-width: 992px) {
  .graph-heading {
    font-size: 36px !important;
  }
}
.left h3 {
  font-weight: 400 !important;
}

/* chartbox ends here */
