:root {
  /**
  @font family declaration
  */

  /**
  @color declaration
  */
 
  
  --tp-common-white: #FFFFFF;
  --tp-common-black: #0D0D0D;
  --tp-common-black-2: #1E1E1E;
  --tp-common-paste: #00FFD1;
  --tp-common-yellow: #FFC107;
  --tp-theme-1: #7B4383;
  --tp-text-body: #333;
  --tp-gray-1: #f2f2f2;
  --tp-gradient-primary: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
}

ul {
margin: 0px;
padding: 0px;
}
.include-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.navbar-nav .nav-link.active{
	
font-weight: 700;	
}
.hero-cont p {
font-weight: 400;
font-size: 1.1rem !important;
line-height: 2.2rem !important;
color: rgba(255, 255, 255);
width: 100%;
margin: 16px auto 50px;
padding-right: 125px;
}

h1.main-title {
	font-size: 4.5rem;
}
.tc-white{
color: #FFFFFF;
}
.tc-black{
color: #000000;
}

.tc-brand{
color: #6A346E;
}
@media (max-width: 575px) {
h1.main-title {
font-size: 24px;
}
.hero-cont p {
        font-weight: 400;
        font-size: 16px !important;
        line-height: 22px !important;
        color: rgba(255, 255, 255);
        width: 100%;
        margin: 16px auto 16px;
        padding: 0px;
}
.header .header-hero{
	
	background: #000;
}
.Flagship{
	display :none;
	
}
}
@media (min-width: 992px){
h1.main-title {
	font-size: 3.5rem;
		line-height: 4.5rem;
}
}

.ig-hero-title {
	
	color:var(--theme-color-black);
}

.bg-light-end  .counter-box-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 45px;
margin: 30px 5px;
}

.bg-light-end  .counter-box:not(:last-child):before {
content: "";
position: absolute;
top: 10px;
right: -15px;
width: 1px;
height: 50px;
background-color: #7a4384;
}

.counter-box p{
font-weight: 400;
font-size: 1.0rem !important;
line-height: 1.2rem !important;
color: rgba(255, 255, 255);
width: 100%;
margin: 5px auto 50px;
padding-right:15px;	
	
}

.counter-box .box-number span{
font-size: 25px;
	
}
.bg-light-end .counter-box p{
	color:#000000;
	height: 20px;
	
}


.workflow-section-two {
  padding: 60px 0 100px;
  background: var(--theme-bg-color1);
}
.TextVoice .single-workflow-box {
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  padding: 20px 20px 20px;
  border-radius: 20px;
  position: relative;
border: 1px solid #f9b427;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .TextVoice .single-workflow-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .TextVoice .single-workflow-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .TextVoice .single-workflow-box {
    margin-bottom: 20px;
  }
}
.TextVoice .single-workflow-box .workflow-thumb figure {
  width: 100%;
  height: 265px;
}
.TextVoice .single-workflow-box .workflow-thumb figure img {
  width: 100%;
    height: 100%;
}
.TextVoice .single-workflow-box .workflow-content {
  padding: 12px 20px 0;
}
.TextVoice .single-workflow-box .workflow-content h3 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 12px;
}
.TextVoice .single-workflow-box .workflow-content p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}


.toggleContainer {
   position: relative;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   width: fit-content;
   border: 3px solid #343434;
   border-radius: 20px;
   background: #343434;
   font-weight: bold;
   color: #343434;
   cursor: pointer;
 }
 .toggleContainer::before {
   content: '';
   position: absolute;
   width: 50%;
   height: 100%;
   left: 0%;
   border-radius:20px;
   background: color(srgb 0.4802 0.2638 0.5158);
   transition: all 0.3s;
 }
 .toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
 }
 .toggleContainer div {
   padding: 20px;
   text-align: center;
   z-index: 1;
   font-size: 21px;
font-weight: 400;
 }
 .toggleCheckbox {
   display: none;
 }
 .toggleCheckbox:checked + .toggleContainer div:first-child{
   color: white;
   transition: color 0.3s;
 }
 .toggleCheckbox:checked + .toggleContainer div:last-child{
   color: #faae1c;
   transition: color 0.3s;
 }
 .toggleCheckbox + .toggleContainer div:first-child{
   color: #faae1c;
   transition: color 0.3s;
 }
 .toggleCheckbox + .toggleContainer div:last-child{
   color: white;
   transition: color 0.3s;
 }
 
 .w-50{
 width: 50%;
 }
  .bg-light-end  .box-number{
   color: #000000;
 }
 .bg-light-end .lead-md-2{
 font-size: 1.1rem;
 color: #000000;
 }
 
 
 .message_whatsapp{
display: inline-block;
font-weight: 600;
font-size: 18px;
color: #7a4384;
padding: 8px 30px;
border-radius: 40px;
position: relative;
background: rgba(255, 255, 255);
margin: 0;
border: 1px solid #7a4384;
position: absolute;
left: -50px;
top: 100px;

}

.voice_whatsapp{
	
display: inline-block;
font-weight: 600;
font-size: 18px;
color: #7a4384;
padding: 8px 30px;
border-radius: 40px;
position: relative;
background: rgba(255, 255, 255);
margin: 0;
border: 1px solid #7a4384;
position: absolute;
right: -50px;
top: 100px;	
}



.benifits-section-two .single-binifits-box {
padding: 25px 25px 20px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.benifits-section-two .single-binifits-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid color(srgb 0.98 0.6831 0.1127 / 0.5);
  background: linear-gradient(91.06deg, rgba(103, 102, 255, 0.3) 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, rgba(103, 102, 255, 0.3) 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.benifits-section-two .single-binifits-box::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  background-image: url(../images/demo-img/binifits-box-effient21.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  border-radius: 30px;
  transition: 0.5s;
}
.benifits-section-two .single-binifits-box .binifits-content {
  position: relative;
}
.benifits-section-two .single-binifits-box .binifits-content .binifits-icon {
width: 75px;
height: 75px;
line-height: 0px;
background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
border-radius: 16px;
border: 1px solid rgba(103, 102, 255, 0.3);
margin: 0 auto;
position: relative;
z-index: 1;
padding: 10px;
}
.benifits-section-two .single-binifits-box .binifits-content .binifits-icon::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 16px;
  background-color: #7a4384;
  transition: all 300ms ease;
}
.benifits-section-two .single-binifits-box .binifits-content .binifits-icon img {
  transition: 0.5s;
}
.benifits-section-two .single-binifits-box .binifits-content h4 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0 10px;
}
.benifits-section-two .single-binifits-box .binifits-content P {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.benifits-section-two .single-binifits-box .binifits-content::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: -40px;
  bottom: -40px;
  border-radius: 30px;
  transition: 0.5s;
}
.benifits-section-two .single-binifits-box:hover .binifits-content .binifits-icon::before {
  transform: scale(1);
}
.benifits-section-two .single-binifits-box:hover .binifits-content .binifits-icon img {
  filter: brightness(0) invert(1);
}
.benifits-section-two .single-binifits-box:hover::after {
  background-image: url(../images/demo-img/binifits-box-effient21-hover.png);
}
.benifits-section-two .single-binifits-box:hover .binifits-content::after {

}
.benifits-section-two .single-binifits-box:hover::before {
  border: 1.5px solid rgba(126, 67, 131, 1);
}

.Flagship{
	position: absolute;
bottom: -180px;
	
}
.Flagship .binifits-icon{
padding: 10px;	
width: 80px;

}

.Flagship .point:hover .Flagship .binifits-icon img {
filter: brightness(0) invert(1);
}
.Flagship .binifits-icon img {
transition: 0.5s;
}
.Flagship .point{
margin: 10px;
max-width: 28%;
background: linear-gradient(#552e61, #04030b);
border-radius: 16px;

position: relative;
z-index: 1;
padding: 10px;
cursor: pointer;
}
.Flagship .point:hover .Flagship .point::before {
transform: scale(1);
}

.Flagship .point:hover .Flagship .binifits-icon::before {
transform: scale(1);
}
.Flagship .binifits-icon::before {
position: absolute;
z-index: -1;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
transform: scale(0);
border-radius: 16px;
background-color: #7a4384;
transition: all 300ms ease;
}
.Flagship .point::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 16px;
border: 1.5px solid color(srgb 0.8827 0.5449 0.3773);
background: linear-gradient(91.06deg, rgba(103, 102, 255, 0.3) 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, rgba(103, 102, 255, 0.3) 96.43%) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
}
.Flagship .point:hover::before {
border: 1.5px solid rgba(126, 67, 131, 1);
}

.Flagship h4{
	font-size:14px;
}

#ZeroApp.fancybox-content{
	
padding: 30px;
max-width: 40%;
background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
border-radius: 16px;	
}
#YourData.fancybox-content{
	
padding: 30px;
max-width: 40%;
background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
border-radius: 16px;	
}
#ListensAndReads.fancybox-content{
	
padding: 30px;
max-width: 40%;
background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
border-radius: 16px;	
}

/*  benefits css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-benefits-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .am-benefits-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.am-benefits-card {
  padding: 50px;
  overflow: hidden;
  min-height: 330px;
  position: relative;
  border-radius: 15px;
  background-color: var(--tp-gray-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-benefits-card {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .am-benefits-card {
    padding: 25px;
    min-height: 160px;
  }
}
.am-benefits-card.card-style-2 {
  background-size: cover;
  background-repeat: no-repeat;
}
.am-benefits-card.card-style-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.am-benefits-card.card-style-4 {
  display: flex;
  align-items: center;
}
.am-benefits-card-wrap {
  gap: 20px;
  display: flex;
}
.am-benefits-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.36px;
}
.am-benefits-card-title.fs-36 {
  font-size: 36px;
  letter-spacing: -1.08px;
}
@media (max-width: 767px) {
  .am-benefits-card-title.fs-36 {
    font-size: 30px;
  }
}
.am-benefits-card-content p {
  margin: 0;
}
@media (max-width: 767px) {
  .am-benefits-card-content p br {
    display: none;
  }
}
.am-benefits-card-thumb-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-benefits-card-thumb-2 {
    right: -30px;
    bottom: -37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-benefits-card-thumb-2 {
    right: -58px;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .am-benefits-card-thumb-2 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-benefits-card-thumb-2 img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-benefits-card-thumb-2 img {
    transform: scale(0.6);
  }
}
.am-benefits-card-thumb-3 {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-benefits-card-thumb-3 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-benefits-card-thumb-3 {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .am-benefits-card-thumb-3 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-benefits-card-thumb-3 img {
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-tools-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-tools-ptb {
    padding-bottom: 80px;
  }
}
.am-tools-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.am-tools-title i {
  font-style: normal;
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.am-tools-main-thumb {
  margin-top: -135px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-tools-main-thumb {
    margin-top: -95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-tools-main-thumb {
    margin-top: -85px;
  }
}
@media (max-width: 767px) {
  .am-tools-main-thumb {
    display: none;
  }
}
.am-tools-item {
  position: absolute;
  gap: 20px;
  display: inline-flex;
  border-radius: 134px;
  padding: 0px;
}
.am-tools-item-content.reply img{
	
	width: 40%;	
}
.am-tools-item-content img{
width: 25%;	
	
}

.tools-pos-3 .am-tools-item-content img{
width: 40%;	
	
}
.tools-pos-5 .am-tools-item-content img{
width: 80%;
border-radius: 8px;
	
}
.am-tools-item.tools-pos-1 {
top: 30%;
right: -20%;
}
.am-tools-item.tools-pos-2 {
left: 10%;
top: 38%;
}
.am-tools-item.tools-pos-3 {
top: 48%;
right: 20%;

}
.am-tools-item.tools-pos-4 {
left: 10%;
top: 58%;
}
.am-tools-item.tools-pos-5 {
left: 35%;
top: 68%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .am-tools-item.tools-pos-1 {
right: -20%;
  }
}
@media (max-width: 767px) {
  .am-tools-item.tools-pos-1 {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .am-tools-item.tools-pos-2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .am-tools-item.tools-pos-2 {
    display: none;
  }
}
.am-tools-item-icon span {
  display: inline-grid;
  place-content: center;
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
}
.am-tools-item-content {
  text-align: center;
}
.am-tools-item-content p {
  font-size: 14px;
  margin: 0;
  color: rgba(51, 51, 51, 0.7);
}
.am-tools-item-title {
  font-size: 18px;
  margin-bottom: 2px;
  letter-spacing: -0.27px;
}
.am-tools-wrapper {
  margin-top: -9%;
  position: relative;
}
@media (max-width: 767px) {
  .am-tools-wrapper {
    margin-top: 40px;
  }
}
.am-tools-cetagories {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.am-tools-cetagorie {
  font-size: 18px;
  font-weight: 500;
  padding: 11px 30px;
  border-radius: 50px;
  display: inline-block;
  flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-black);
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(37, 30, 42, 0.06);
}
.am-tools-cetagorie:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.integration-btn a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: #f9b427;
  border-radius: 40px;
  padding: 14px 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
 .integration-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: #7a4384;
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.integration-btn a:hover {
  color: #ffffff;
}
 .integration-btn a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}
.ig-about-us,
.ig-hero-ptb{
	background: #F2F2F2;
	
}

/*----------------------------------------*/
/*  7.3 Image home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media (max-width: 767px) {
  .ig-hero-ptb {
    padding-top: 180px;
  }
}
.ig-hero-thumb-wrapper .ig-hero-thumb {
  display: inline-block;
}
.ig-hero-thumb-wrapper .ig-hero-thumb img {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-thumb.mr-110 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-thumb.ml-110 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-shapes {
    display: none;
  }
}
.ig-hero-shapes .shape-1 {
  position: absolute;
  top: 43%;
  left: 19%;
  z-index: 1;
  animation: tpswing 1s forwards infinite alternate;
  transform-origin: top left;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-hero-shapes .shape-1 {
    top: 48%;
    left: 18%;
  }
}
.ig-hero-shapes .shape-2 {
  position: absolute;
  top: 22%;
  right: 23%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-hero-shapes .shape-2 {
    top: 18%;
    right: 27%;
  }
}
.ig-hero-shapes .shape-3 {
  position: absolute;
  top: 48%;
  right: 20%;
  z-index: 1;
  animation: tpswing 1s forwards infinite alternate;
  transform-origin: bottom left;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-wrapper {
    margin-bottom: 50px;
  }
}
.ig-hero-wrapper p {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-wrapper p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-wrapper p br {
    display: none;
  }
}
.ig-hero-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -1.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ig-hero-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ig-hero-title br {
    display: none !important;
  }
}
.ig-hero-input {
  position: relative;
  border-radius: 10px;
  padding: 5px 5px 8px;
  background: linear-gradient(91deg, #A020F0 0.04%, #00FFD1 99.96%);
}
.ig-hero-input input {
  height: 70px;
  font-size: 16px;
  border-radius: 6px;
  border: transparent;
  padding-right: 160px;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.ig-hero-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input input::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input-btn {
  right: 15px;
}
.ig-hero-input-ceta {
  gap: 20px;
}
@media (max-width: 767px) {
  .ig-hero-input-ceta {
    flex-wrap: wrap;
  }
}
.ig-hero-input-ceta-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .ig-hero-input-ceta-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ig-hero-input-ceta-title {
    margin-bottom: 10px;
  }
}
.ig-hero-input-ceta-btn {
  margin-bottom: 10px;
}
.ig-hero-input-ceta-btn a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 13px;
  margin-right: 4px;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-black);
  border: 1px solid rgba(13, 13, 13, 0.1);
}
.ig-hero-input-ceta-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}


/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-about-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ig-about-thumb {
  height: 425px;
  overflow: hidden;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-image: url(../img/ai-image/about/about-mask.png);
  -webkit-mask-image: url(../img/ai-image/about/about-mask.png);
}
.ig-about-thumb-icon {
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 1;
}
.ig-about-thumb-icon span {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  display: inline-grid;
  background-color: var(--tp-common-white);
  box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}
.ig-about-content-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-about-content-wrap {
    padding-left: 0;
  }
}


/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cb-about-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cb-about-wrapper .tp-section-title {
    font-size: 40px;
  }
}
.cb-about-thumb-wrapper {
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-about-thumb-wrapper {
    margin-bottom: 40px;
  }
}
.cb-about-thumb-wrapper img {
  border-radius: 16px;
}
.cb-about-thumb-wrapper .shape-radius {
  position: absolute;
  bottom: 100px;
  left: -70px;
  height: 50px;
  width: 190px;
  display: inline-block;
  transform: rotate(-90deg);
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  background-color: var(--tp-common-white);
}
.cb-about-thumb-wrapper .shape-radius::before {
  content: "";
  bottom: 10px;
  left: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 var(--tp-common-white);
}
.cb-about-thumb-wrapper .shape-radius::after {
  content: "";
  bottom: 10px;
  right: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  border-top-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0px -18px 0 0 var(--tp-common-white);
}

.cb-about-thumb-wrapper .shape-radius01 {
position: absolute;
bottom: 100px;
right: -70px;
height: 50px;
width: 190px;
display: inline-block;
transform: rotate(-270deg);
border-bottom-right-radius: 22px;
border-bottom-left-radius: 22px;
background-color: #1b1a1e;
}
.cb-about-thumb-wrapper .shape-radius01::before {
content: "";
bottom: 10px;
right: -20px;
height: 40px;
width: 20px;
position: absolute;
background-color: transparent;
border-top-left-radius: 20px;
box-shadow: 0px -18px 0 0 #1b1a1e;

}
.cb-about-thumb-wrapper .shape-radius01::after {
bottom: 10px;
left: -20px;
height: 40px;
width: 20px;
position: absolute;
border-top-right-radius: 20px;
background-color: transparent;
box-shadow: 0px -18px 0 0 #1b1a1e;

}

.cb-about-thumb-video {
  top: auto;
  right: auto;
  left: -45px;
  bottom: 108px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-about-text p br {
    display: none;
  }
}
.cb-about-wrap {
  gap: 120px;
  align-items: center;
}
@media (max-width: 767px) {
  .cb-about-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-about-wrap {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .cb-about-wrap {
    gap: 30px;
  }
}
.cb-about-counter {
  position: relative;
}
.cb-about-counter-title {
  width: 320px;
  font-size: 120px;
  font-weight: 600;
  color: #E4E4E4;
  display: inline-block;
  letter-spacing: -3.6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-about-counter-title {
    font-size: 90px;
    width: 265px;
  }
}
.cb-about-counter-title span {
  font-size: 80px;
  display: inline-block;
  transform: translate(-16px, -35px);
}
.cb-about-counter-subtitle {
  position: absolute;
  bottom: 35px;
  right: -15px;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.sub-text{
font-size: 21px;
margin-bottom: 20px !important;
line-height: 26px;
padding-bottom: 0px;
display: block;
font-weight: 500;	
}


.cb-about-wrapper p.tc-mission{
font-size: 24px;
font-weight: 300;
line-height: 1.5em;
letter-spacing: -0.03em;

}

.cb-about-wrapper h5.tc-mission{
font-size: 24px;
font-weight: 300;
line-height: 1.5em;
letter-spacing: -0.03em;	

}
.cb-about-wrapper h5{
font-size: 21px;
font-weight: 500;
margin-bottom: 20px;	
	
}
.tc-about{
font-size: 21px;
font-weight: 300;
line-height: 1.5;
letter-spacing: -0.03em;		
	
}
.tc-bold{
	font-weight:600;
}
.tc-vision{
font-size: 24px;
line-height: 1.5em;
letter-spacing: -0.03em;
font-weight: 300;
}

.tp-feature-box{
padding: 15px;
border: 1px solid rgb(193, 193, 193);
border-radius: 8px;

	
}

.tp-feature-box .tp-section-title.fs-24 {
font-size: 24px;
letter-spacing: -0.01em;
display: flex;
justify-content: center;
align-items: center;
line-height: 1.4;
gap: 30px;

}
.qrcode img{
border-radius: 20px;
padding: 10px;
border: 1px solid #7a4384;
	
}

.tp-feature-icon-svg img{
	width: 120px;
}
/*----------------------------------------*/
/*  2.6 Section Title
/*----------------------------------------*/
.tp-section-title {
/*   font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em; */
  font-size: 36px;
font-weight: 400;
line-height: 1.5;
letter-spacing: -0.03em;

}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title.color-white {
  color: var(--tp-common-white);
}
.tp-section-title.fs-24 {
  font-size: 24px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-section-title.fs-24 {
    font-size: 22px;
  }
}
.tp-section-title.fs-26 {
  font-size: 26px;
  letter-spacing: -0.52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-section-title.fs-26 {
    font-size: 22px;
  }
}
.tp-section-title.fs-36 {
  font-size: 36px;
  letter-spacing: -0.54px;
}
.tp-section-title.fs-40 {
  font-size: 40px;
}
.tp-section-title.fs-60 {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-60 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-60 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title.fs-60 {
    font-size: 45px;
  }
}
.tp-section-title.fs-70 {
  font-size: 70px;
  letter-spacing: -2.6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-70 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-70 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-70 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-70 {
    font-size: 45px;
    letter-spacing: -2px;
  }
}
.tp-section-title.fs-80 {
  font-size: 80px;
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.fs-80 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-80 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-80 {
    font-size: 40px;
  }
}
.tp-section-title.fs-90 {
  font-size: 90px;
  letter-spacing: -2.7px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.fs-90 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-90 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-90 {
    font-size: 40px;
  }
}
.tp-section-title.fs-110 {
  font-size: 110px;
  line-height: 1;
  letter-spacing: -2.2px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.fs-110 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-110 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-110 {
    font-size: 40px;
  }
}
.tp-section-title.fw-600 {
  font-weight: 600;
}
.tp-section-title .text-gradient {
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-section-title .text-gradient .word {
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-section-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.tp-section-subtitle.color-peste {
  color: var(--tp-common-paste);
}


.int-service-item-num {
top: -6px;
left: 15px;
font-size: 240px;
font-weight: 500;
line-height: 1;
position: absolute;
letter-spacing: -3.6px;
font-family: var(--tp-ff-sora);
color: rgba(255, 255, 255, 0.48);

}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .int-service-item-num {
font-size: 125px;
z-index: 9;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .int-service-item-num {
    top: -25px;
    left: -30px;
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .int-service-item-num {
    top: -20px;
    left: -20px;
    font-size: 120px;
  }
}



/*  engine css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ig-engine-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .ig-engine-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-engine-wrapper {
    padding-left: 100px;
  }
}
.ig-engine-white-style .ig-engine-title {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-engine-white-style .ig-engine-title {
    font-size: 68px;
  }
}
.ig-engine-white-style .ig-engine-thumb {
  opacity: 0.1;
}
.ig-engine-title {
  font-size: 85px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -6px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ig-engine-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .ig-engine-title {
    font-size: 42px;
    letter-spacing: -2px;
  }
}
.ig-engine-title .text-gradient {
background: linear-gradient(#7a4384, #f8a608);
background-clip: text;
color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.ig-engine-title svg {
  animation: rotate_anim 10s linear infinite;
}
@media (max-width: 767px) {
  .ig-engine-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .ig-engine-title img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-engine-thumb-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-engine-thumb img {
    width: 50%;
  }
}
.ig-engine-thumb-icon {
  position: absolute;
  top: 7%;
  right: 25%;
}
.ig-engine-thumb-icon .main-icon {
  height: 120px;
  width: 120px;
  text-align: center;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  background-color: var(--tp-common-white);
  filter: drop-shadow(0 20px 30px rgba(3, 4, 28, 0.1));
}
.ig-engine-thumb-icon .icon-text {
  position: absolute;
  top: 8px;
  left: 8px;
  animation: rotate_anim 10s linear infinite;
}



/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes text_upper {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105%);
  }
}
@keyframes text_bottom {
  0% {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes ai-robot {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes spain {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slide-har-2 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes waveRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes lightning {
  0% {
    filter: brightness(1);
  }
  86% {
    filter: brightness(1);
  }
  87.75% {
    filter: brightness(1.4);
  }
  89.5% {
    filter: brightness(1);
  }
  93% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes shrink-anim {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  color: #fff;
  user-select: none;
  background-color: var(--tp-common-black);
}

.preloader.is-loading .preloader-circle-inner,
.preloader.is-loading .preloader-circle-shadow {
  animation-play-state: running;
}

.preloader.is-loaded {
  pointer-events: none;
}

.preloader .preloader-overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black);
  z-index: 99999999;
  opacity: 1;
  animation: tp-fade-out 2s forwards;
}

@keyframes tp-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.preloader .preloader-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .preloader-circle-wrap {
  gap: 10px;
  position: relative;
  display: flex;
  inset-inline-start: 0;
  align-items: center;
  justify-content: center;
  transform: translateX(16px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .preloader .preloader-circle-wrap {
    transform: translateX(-5px);
  }
}

@media only screen and (min-width: 1025px) {
  .preloader .preloader-circle-wrap {
    transform: none;
  }
}
.preloader .preloader-circle-inner-wrap {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  inset-inline-start: -16px;
  transform: translate(-100%, -50%);
  z-index: 10000;
}
@media only screen and (min-width: 1025px) {
  .preloader .preloader-circle-inner-wrap {
    inset-inline-start: -30px;
  }
}

.preloader .preloader-circle-shadow {
  position: absolute;
  width: 16px;
  height: 4px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  bottom: 0;
  border-radius: 50%;
  filter: blur(12px);
  box-shadow: 0 4px 20px 0 #fff;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation-play-state: paused;
  animation: tp-shadow-blur 1s linear infinite;
}

.preloader .preloader-circle-inner {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFF;
  animation: tp-bounce-anim 1s linear infinite;
  box-shadow: 0 0 12px 0 #fdfdf9;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation-play-state: paused;
}

.preloader.is-loaded .preloader-circle-shadow {
  display: none;
}

.preloader.is-loaded .preloader-circle-inner {
  animation: fadeLeftToRight 0.7s linear;
}

.preloader .preloader-circle {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background-color: rgba(0, 255, 194, 0.1);
  box-shadow: 0 0 20px 0 #FFF;
  filter: blur(10px);
}

@keyframes tp-shadow-blur {
  0%, 100% {
    filter: blur(12px);
    transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
  30% {
    filter: blur(2px);
    transform: translate(-50%, -0.5rem) scale(1);
    opacity: 1;
  }
}
@keyframes fadeLeftToRight {
  0% {
    filter: blur(0);
    transform: translate(0) scale(1);
    opacity: 1;
  }
  30% {
    transform: translate(-3000%, 0);
  }
  40% {
    transform: translate(-2000%, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  100% {
    filter: blur(12px);
    transform: translate(1000%, 0) scale(7);
    opacity: 0.4;
  }
}
@keyframes tp-bounce-anim {
  0%, 100% {
    transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
  25% {
    transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
  }
  50% {
    transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
  }
  75% {
    transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
  }
}



/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-bg {
  border-radius: 20px;
}
.tp-footer-widget-text {
  margin-bottom: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-widget-text {
    margin-bottom: 30px;
  }
}
.tp-footer-widget-text p {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-footer-widget-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.27px;
}
.tp-footer-widget-info label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-footer-widget-info label a {
  font-weight: 400;
  color: var(--tp-text-body);
}
.tp-footer-widget-info label a:hover {
  color: var(--tp-theme-1);
}
.tp-footer-widget-info-wrap {
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-info-wrap {
    margin-bottom: 30px;
  }
}
.tp-footer-widget-social a {
  height: 40px;
  width: 40px;
  display: grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-footer-widget-social a:hover {
  background-color: #7a4384;
}
.tp-footer-widget-social a:not(:last-child) {
  margin-right: 10px;
}
.tp-footer-widget-social a span svg {
  transform: translateY(-1px);
}
.tp-footer-widget-menu ul li {
  list-style-type: none;
}
.tp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 7px;
}
.tp-footer-widget-menu ul li a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
}
.tp-footer-widget-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--tp-theme-1);
}
.tp-footer-widget-input {
  position: relative;
}
.tp-footer-widget-input input {
  border: 0;
  padding-left: 0;
  padding-right: 30px;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: transparent;
  border-bottom: 1px solid rgba(13, 13, 13, 0.15);
}
.tp-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-input input::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-bdr {
  border-right: 1px solid rgba(13, 13, 13, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-widget-bdr {
    border: none;
    margin-bottom: 40px;
  }
}
.tp-footer-copyright p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-footer-copyright p a {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.am-footer-ptb .ss-integrate-shape {
  right: auto;
  left: -100px;
  top: auto;
  bottom: -100px;
}
.am-footer-bg {
  border-radius: 0 0 20px 20px;
}
.am-footer-main-wrap.footer-style-black .am-footer-widget-social a {
  color: var(--tp-common-white);
}
.am-footer-main-wrap.footer-style-black .am-footer-widget-social a:hover {
  color: var(--tp-common-paste);
}
.am-footer-main-wrap.footer-style-black .am-footer-widget-mail a {
  color: var(--tp-common-white);
}
.am-footer-main-wrap.footer-style-black .am-footer-widget-mail p {
  color: #ffffff;
}
.am-footer-main-wrap.footer-style-black .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.am-footer-main-wrap.footer-style-black .tp-footer-widget-menu ul li a {
  color: var(--tp-common-white);
}
.am-footer-main-wrap.footer-style-black .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-paste);
}
.am-footer-widget-mail p {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
  color: #ffffff;
}
.am-footer-widget-mail a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.am-footer-widget-social a {
  font-size: 16px;
  margin-right: 12px;
  display: inline-block;
}
.am-footer-widget-social a:hover {
  color: #3B5998;
}
.am-footer-copyright-wrap {
  padding: 32px 0;
  border-top: 1px solid rgba(13, 13, 13, 0.1);
}
.am-footer-copyright-wrap.style-black {
  border-color: rgba(255, 255, 255, 0.25);
}
.am-footer-copyright-wrap.style-black .am-footer-copyright-text p a {
  color: var(--tp-common-paste);
}
.am-footer-copyright-text p {
  margin: 0;
}
.am-footer-copyright-text p a {
  color: var(--tp-theme-1);
}
.am-footer-copyright-text p.color-white {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-footer-ptb {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-footer-top {
    padding-bottom: 80px;
  }
}
.ss-footer-top-subtitle {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.75px;
  transform: translateY(30px);
  color: var(--tp-common-paste);
  font-family: var(--tp-ff-sora);
}
.ss-footer-top-title {
  font-size: 200px;
  line-height: 0;
  margin: 0;
  filter: blur(10px);
  letter-spacing: -4px;
  color: rgba(255, 255, 255, 0.35);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ss-footer-top-title {
    font-size: 185px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ss-footer-top-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-footer-top-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-footer-top-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .ss-footer-top-title {
    font-size: 55px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
  }
  .container-1831 {
    max-width: 1830px;
  }
  .container-1770 {
    max-width: 1770px;
  }
  .container-1550 {
    max-width: 1550px;
  }
}

@media (min-width: 1400px){
.sp-container{
max-width: 1350px !important;
}
}
.tc-content ul{
	color:#000000;
	margin-left: 50px;
}
.tc-content ul li,
.tc-content p{
	color:#000000;
}


.tp-project-icon {
  position: absolute;
  bottom:20px;
  right: 70px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-project-icon {
    right: 20px;
  }
}
.tp-project-icon::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -20px;
  left: 61px;
  height: 50px;
  width: 30px;
  border-bottom-left-radius: 20px;

}
.tp-project-icon::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -20px;
  left: -40px;
  height: 50px;
  width: 30px;
  border-bottom-right-radius: 20px;

}
.tp-project-icon > span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1.5);
  background-color: #ffffff;
}
.tp-project-icon > span a {
  height: 50px;
  width: 50px;
  display: grid;
  border-radius: 50%;
  place-content: center;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: #faae1a;
}
.tp-project-icon > span a:hover {
  color: var(--tp-common-white);
  background-color: #7B4383;
}

/*----------------------------------------*/
/*  8.3 Contact css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-info-ptb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.tp-contact-info-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--tp-common-black);
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.tp-contact-info-title span {
  color: var(--tp-theme-1);
  margin-right: 13px;
  transform: translateY(-2px);
}
.tp-contact-info-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  display: block;
}
.tp-contact-info-item a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-info-btn span {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: var(--tp-common-white);
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  display: inline-block;
  padding: 16px 119px;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .tp-contact-info-btn span {
    padding: 16px 40px;
  }
}
.tp-contact-info-btn span a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.tp-contact-info-btn span a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-info-btn span svg {
  margin-right: 20px;
  display: inline-block;
}
.tp-contact-banner {
  border-radius: 20px;
  padding-top: 140px;
  padding-bottom: 250px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-banner {
    padding-top: 90px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .tp-contact-banner {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
.tp-contact-banner::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-contact-banner-info {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  margin-left: 90px;
  padding: 32px 30px 32px 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-banner-info {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-banner-info {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.tp-contact-banner-title {
  font-weight: 500;
  font-size: 24px;
  color: var(--tp-common-white);
}
.tp-contact-banner-location a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tp-common-white);
}
.tp-contact-banner-location a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-banner-phone a {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-contact-banner-phone a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-banner-phone a svg {
  color: #00FFD1;
}
.tp-contact-banner-email a {
  font-weight: 400;
  font-size: 16px;
  color: #b0b0b8;
}
.tp-contact-banner-email a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-banner-bigtext {
  font-weight: 600;
  font-size: 220px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  position: absolute;
  bottom: -70px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-banner-bigtext {
    font-size: 180px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-banner-bigtext {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .tp-contact-banner-bigtext {
    font-size: 90px;
    bottom: -30px;
  }
}
.tp-contact-input .tp-label {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
  letter-spacing: -0.03em;
  font-family: var(--tp-ff-heading);
}
.tp-contact-input .tp-input {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--tp-ff-body);
  padding: 0;
  padding-right: 30px;
  border: none;
  border-bottom: 1px solid var(--tp-common-black);
  height: 40px;
  color: var(--tp-common-black);
  background: transparent;
}
.tp-contact-input .tp-input::placeholder {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
  font-size: 16px;
}
.tp-contact-input .tp-input:focus {
  border-color: var(--tp-theme-1);
}
.tp-contact-input .tp-input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: var(--tp-common-black);
}
.tp-contact-input .tp-message {
  height: 100px;
  resize: none;
}
.tp-contact-input .tp-message-icon {
  bottom: auto;
  top: 10px;
}
.tp-contact-privacy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: -0.02em;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-form-ptb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.tp-contact-shadow {
  border-radius: 100%;
  background: linear-gradient(180deg, #a020f0 0%, #00ffd1 100%);
  filter: blur(200px);
  width: 300px;
  height: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  z-index: -1;
}
.tp-contact-map-wrapper {
  width: 100%;
  height: 640px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-map-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-map-wrapper {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-contact-map-wrapper {
    height: 450px;
  }
}
.tp-contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
  filter: saturate(0);
}
.tp-contact-map-icon {
  position: relative;
}
.tp-contact-map-icon::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  margin: 0 auto;
  height: 120px;
  width: 120px;
  z-index: -1;
  border-radius: 140px;
  backdrop-filter: blur(7px);
  transform: translate(-20%, -20%);
  background: #00ffd1;
  border: 20px solid rgba(13, 13, 13, 0.4);
  animation: animate-pulse 3s linear infinite;
}
.tp-contact-map-icon span {
  display: grid;
  height: 60px;
  width: 60px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  background-color: var(--tp-theme-primary);
}
.tp-contact-map-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.tp-btn-primary {
background: transparent;
}
.tp-btn-border-gradiant {
padding: 1px;
display: inline-flex;
border-radius: 100px;
justify-content: center;
color: var(--tp-common-black);
background: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}

.tp-btn-primary {
  background: transparent;
}
.tp-btn-primary:hover {
  background: var(--tp-common-black);
}
.tp-btn-primary:hover span {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-primary span {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.subtext-bold{
font-size: 18px;
font-weight: 600;
}

@media (max-width: 575.98px) {
.F210{
	        min-height: 170px;
        margin-bottom: 20px;
	
}
.tp-section-subtitle{
font-size: 32px;
    	
}
	
	.voice_whatsapp {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #7a4384;
    padding: 5px 10px;
    border-radius: 40px;
    position: relative;
    background: rgba(255, 255, 255);
    margin: 0;
    border: 1px solid #7a4384;
    position: absolute;
        right: 10px;
        top: 150px;
}
    .message_whatsapp {
        display: inline-block;
        font-weight: 600;
        font-size: 13px;
        color: #7a4384;
        padding: 5px 10px;
        border-radius: 40px;
        position: relative;
        background: rgba(255, 255, 255);
        margin: 0;
        border: 1px solid #7a4384;
        position: absolute;
   left: 10px;
        top: 150px;
    }
	
}
.yuSrv .chat-icon .commonninja-ribbon{
		display:none !important;
	
}

.sc-gfoqjT.joDwnD.commonninja-ribbon {
display:none !important;
}

.IconWhatsapp{
	position: fixed;
right: 50px;
bottom: 0;
height: 64px;
width: 64px;
cursor: pointer;
display: block;
border-radius: 50%;
padding: 10px;
background: #f9b428;
visibility: visible;
opacity: 1;
bottom: 50px;
display: flex;
justify-content: center;
align-items: center;
	
}

.IconWhatsapp svg{
width: 40px;
height: 40px;
color: #7a4384;
	
}