/*---------- Home Page Banner CSS Start Here ----------*/
.homeBanner {
  position: relative;
  background-color: var(--primaryColor);
  min-height: 1083px;
  overflow: hidden;
}
.siteBanner{
  padding: 180px 0 0;
}
.homeBannerShape {
  z-index: 1;
  position: relative;
  margin-top: -175px;
  height: 540px;
}
.homeBannerShape img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bannerRow {
  grid-gap: 80px;
}
.bannerRow .bannerContent {
  position: relative;
  z-index: 9;
  flex: 1;
}
.bannerRow .bannerContent::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -80px;
  background: transparent linear-gradient(177deg, #C851A7A3 0%, #A4248100 60%) 0% 0% no-repeat padding-box;
  opacity: 0.63;
  width: 365px;
  height: 365px;
  border-radius: 100%;
  transform: matrix(0.99, -0.16, 0.16, 0.99, 0, 0);
  z-index: -1;
}
.bannerRow .bannerContent::after {
  content: '';
  position: absolute;
  top: -55px;
  right: 55px;
  height: 126px;
  width: 100%;
  background: url(../images/banner-arrow.png) no-repeat;
  background-size: contain;
  background-position: right top;
}
.bannerRow .bannerContent .siteHeading {
  color: #fff;
  line-height: 1.1667;
  font-weight: 600;
  text-transform: capitalize;
}
.bannerRow .bannerContent  .bannerSubHeading {
  font-size: 24px;
  letter-spacing: 0.19px;
  color: #FFFFFF;
  line-height: 1.375;
  padding: 20px 0 60px;
}
.bannerRow .bannerContent .bannerBtn a.dBtn {
  padding: 15px;
}
.bannerRow .bannerContent .bannerBtn a.dBtn:first-child {
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--primaryColor);
  margin-right: 20px;
}
.bannerRow .bannerContent .bannerBtn a.dBtn:first-child:hover{
  background-color: transparent;
  color: #fff;
}
.bannerRow .bannerImg {
  width: 591px;
  position: relative;
}
.majentaBannerLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 210px;
  width: 210px;
  z-index: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 15px;
  animation: majentaCircleRotate 80s infinite linear;
}
@keyframes majentaCircleRotate{
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
.majentaBannerLogo .logoImgLayer {
  position: absolute;
  bottom: -35px;
  animation: rotateCircleReverse 80s infinite linear;
}
.bannerImg .bannerDotted{
  background: url(../images/dotted-img.png) no-repeat;
  background-size: calc(100% - 22px);
  background-position: center;
  max-width: 561px;
  height: 561px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  position: relative;
  animation: rotateCircle 80s infinite linear;
}
@keyframes rotateCircle{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(359deg);
  }
}
.bannerImg .bannerDotted .animateImg {
  position: absolute;
  transform-origin: center center;
  animation: rotateCircleReverse 80s infinite linear;
}
@keyframes rotateCircleReverse{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(-359deg);
  }
}
.bannerImg .bannerDotted .layerOneImg1 {
  top: 4.5%;
  left: 18%;
}
.bannerImg .bannerDotted .layerOneImg2 {
  bottom: 40%;
  left: -3.5%;
}
.bannerImg .bannerDotted .layerOneImg3 {
  bottom: 22%;
  right: 0%;
}
.bannerImg .bannerDotted .layerOneImg4 {
  right: 35%;
  top: -4%;
  max-width: 75px;
}
.bannerImg .bannerDotted .layerOneImg5 {
  top: 45%;
  left: 11%;
  max-width: 56px;
}
.bannerImg .bannerDotted .layerOneImg6 {
  bottom: 7%;
  right: 27%;
  max-width: 60px;
}
.bannerImg .bannerDotted .layerOneImg7 {
  top: 5%;
  left: 38%;
}
.bannerImg .bannerDotted .layerOneImg8 {
  right: 30%;
  top: 13%;
}
.bannerImg .bannerDotted .layerOneImg9 {
  bottom: 32%;
  right: 15%;
}
.robotImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  animation: robotImg 4s infinite linear alternate;

}
@media (min-width:1921px){
  .homeBannerShape {
    height: 650px;
  }
}
@media (min-width:2201px){
  .homeBannerShape {
    height: 750px;
  }
  .ourTrustedClientWrap {
    margin-top: -250px !important;
  }
}
@media (min-width:2550px){
  .homeBannerShape {
    height: 800px;
  }
}
@media (min-width:2801px){
  .homeBannerShape {
    height: 920px;
  }
  .ourTrustedClientWrap {
    margin-top: -350px !important;
  }
}
@media (min-width:3200px){
  .homeBannerShape {
    height: 950px;
  }
}
@keyframes robotImg{
  0%{
    transform: translate(-50%, 0)
  }
  100%{
    transform: translate(-50%, -30px)
  }
}
@media (max-width:1399px){
  .bannerRow .bannerImg {
    width: 500px;
  }
  .bannerImg .bannerDotted{
    max-width: 500px;
    height: 500px;
  }
  .bannerRow .bannerContent  .bannerSubHeading {
    font-size: 20px;
  }
  .homeBanner {
    min-height: 1000px;
  }
  .homeBannerShape {
    margin-top: -35px;
    height: 401px;
  }
  .bannerRow .bannerContent::after {
    right: 0;
  }
  .bannerRow {
    grid-gap: 60px;
  }
}
@media (max-width:1199px){
  .homeBanner {
    min-height: 100%;
    text-align: center;
  }
  .siteBanner {
    min-height: 100%;
    padding: 160px 0 0;
}
 .homeBannerShape {
    height: 351px;
  }
  .bannerRow .bannerImg {
    margin: 0 auto;
  }
  .bannerRow .bannerContent .bannerBtn {
    justify-content: center;
  }
  .bannerRow .bannerContent::after {
    right: -40px;
    top: -30px;
  }
  .bannerRow .bannerContent::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width:991px){
 .homeBannerShape {
      height: 281px;
  }
  .siteBanner {
    min-height: 100%;
    padding: 160px 0 0;
    overflow: hidden;
  }
  .bannerRow .bannerContent::after {
    display: none;
  }
}
@media (max-width:767px){
  .homeBannerShape {
    height: 200px;
  }
}
@media (max-width:575px){
  .siteBanner {
    padding: 160px 0 0;
  }
  .homeBannerShape {
      height: 220px;
  }
  .bannerImg .bannerDotted.animateImg {
      max-width: 40px;
  }
  .bannerRow .bannerContent  .bannerSubHeading {
    font-size: 16px;
    padding: 20px 0 30px;
  }
  .bannerRow .bannerContent .bannerBtn {
    flex-wrap: wrap;
    grid-gap:15px;
  }
  .bannerRow .bannerContent .bannerBtn a.dBtn:first-child{
    margin-right: 0;
  }
}
@media (max-width:400px){
  .homeBannerShape {
    height: 120px;
  }
  .bannerRow .bannerContent .bannerBtn a{
    width: 100%;
  }
}
/*---------- Home Page Banner CSS Close Here ----------*/
/*---------- Our Trusted Client CSS Start Here ----------*/
.ourTrustedClientWrap {
  position: relative;
  margin-top: -175px;
  z-index: 1;
  overflow: hidden;
}
.our-trusted-clients .sectionTitle.middleTitle::before, .our-trusted-clients .sectionTitle.middleTitle::after {
  width: 223px;
}
.our-trusted-clients-slider{
  margin-top: 60px;
}
.our-trusted-clients-slider .slick-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-trusted-clients-slider .slick-track .slick-slide {
  flex: 1;
  text-align: center;
}
.slick-dots {
  display: flex;
  justify-content: center;
  left: 0;
  grid-gap: 0;
  bottom: -50px;
}
.slick-dots li button {
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0.25;
  transition: all 0.7s ease;
  padding: 0;
}
.slick-dots li.slick-active button {
  width: 27px;
  border-radius: 6px;
  opacity: 1;
  background-color: var(--primaryColor);
}
.slick-dots li {
  width: fit-content;
  height: fit-content;
}
.slick-dots li button::before {
  display: none;
}
.our-trusted-clients-slider .our-trusted-clients-slider-item .client-img img {
  filter: grayscale(1);
  transition: all 0.5s ease;
  cursor: pointer;
}
.our-trusted-clients-slider .our-trusted-clients-slider-item .client-img:hover img {
  filter: none;
}
@media (max-width:1399px){
  .ourTrustedClientWrap {
    margin-top: -120px;
  }
  .our-trusted-clients .sectionTitle.middleTitle::before, .our-trusted-clients .sectionTitle.middleTitle::after {
    width: 150px;
  }
}
@media (max-width:1199px){
  .ourTrustedClientWrap {
    margin-top: -100px;
  }
  .our-trusted-clients .sectionTitle.middleTitle::before, .our-trusted-clients .sectionTitle.middleTitle::after {
    width: 100px;
  }
  .our-trusted-clients-slider{
    margin-top: 30px;
  }
}
@media (max-width:991px){
  .ourTrustedClientWrap {
    margin-top: -70px;
  }
  .our-trusted-clients .sectionTitle.middleTitle::before, .our-trusted-clients .sectionTitle.middleTitle::after {
    width: 33px;
  }
}
@media (max-width:767px){
  .ourTrustedClientWrap {
    margin-top: -10px;
  }
  .our-trusted-clients-slider .our-trusted-clients-slider-item .client-img img{
    max-width: 100px;
  }
}
/*---------- Our Trusted Client CSS Close Here ----------*/
/*---------- Intro CSS Section Start Here ----------*/
.introSectionWrap {
  margin: 128px 0 100px;
  position: relative;
  overflow-x: hidden;
}
.introSectionWrap::after {
  content: '';
  position: absolute;
  top: 80px;
  left: calc(100% - 123.5px);
  background: url(../images/intro-animate-icon.svg) no-repeat;
  background-size: cover;
  width: 247px;
  height: 247px;
  border-radius: 100%;
  animation: rotateIntroIcon 20s infinite linear;
}
@keyframes rotateIntroIcon{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(359deg);
  }
}
.introSectionWrap .intro-majenta {
  grid-gap: 80px;
}
.introSectionWrap .intro-majenta .col-lg-6 {
  flex: 1;
}
.introSectionWrap .intro-majenta .introImg img {
  width: 100%;
  object-fit: contain;
}
.introSectionWrap .introContent .introText p:not(:first-child) {
  margin-top: 28px;
}
.introSectionWrap .introContent p {
  line-height: 30px;
}
.introSectionWrap .introContent .introText {
  border-left: 1px solid var(--primaryColor);
  padding-left: 30px;
  margin: 20px 0 64px;
}
.introSectionWrap .introContent a.dBtn.btnPrimary {
  padding: 15px;
}
/* Intro Section Responsive */
@media (max-width:1199px){
  .introSectionWrap{
    margin: 80px 0;
  }
  .introSectionWrap .intro-majenta {
    grid-gap: 40px;
  }
  .introSectionWrap .introContent p {
    line-height: 26px;
  }
}
@media (max-width:991px){
  .introSectionWrap{
    margin: 20px 0 60px;
  }
  .introSectionWrap .intro-majenta {
      flex-direction: column-reverse;
  }
  .introSectionWrap .intro-majenta .col-lg-6 {
    flex: none;
  }
  .introSectionWrap .intro-majenta .introImg img {
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
  .introSectionWrap .introContent .introText {
    padding-left: 15px;
    margin: 15px 0 40px;
  }
}
/*---------- Intro CSS Section Close Here ----------*/
/*---------- Why Majenta Section Start Here ----------*/
.whyMajentaWrapper {
  background-color: #F3F4F6;
  padding: 100px 0 132px;
  background-image: url(../images/whyMajentaBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.whyMajentaWrapper .features-wrapper .whyMajentaColumn {
  background: transparent linear-gradient(225deg, #C12095 0%, #6E0952 68%, #400530 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 20px;
  opacity: 1;
  position: relative;
  padding: 40px 40px 150px;
  flex: 1;
}
.whyMajentaWrapper .features-wrapper {
  grid-gap: 48px;
  margin-top: 60px;
  justify-content: center;
}
.whyMajentaWrapper .features-wrapper .whyMajentaColumn .subHeading {
  color: #fff;
  font-weight: 600;
  padding: 0 0 20px 0;
}
.whyMajentaWrapper .features-wrapper .whyMajentaColumn p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.6px;
}
.whyMajentaWrapper .features-wrapper .whyMajentaColumn .whyMajentaThumbnailImg {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.whyMajentaWrapper .features-wrapper .whyMajentaColumn .whyMajentaThumbnailImg img{
  height: 150px;
}
@media (max-width:1399px){
  .whyMajentaWrapper {
    padding: 80px 0 100px;
  }
  .whyMajentaWrapper .features-wrapper {
    grid-gap: 30px;
  }
  .whyMajentaWrapper .features-wrapper .whyMajentaColumn p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width:1199px){
  .whyMajentaWrapper .features-wrapper .whyMajentaColumn p {
    font-size: 16px;
  }
  .whyMajentaWrapper .features-wrapper .whyMajentaColumn {
    padding: 40px 20px 150px;
  }
  .whyMajentaWrapper .features-wrapper .whyMajentaColumn .whyMajentaThumbnailImg img{
    height: 120px;
  }
}
@media (max-width:991px){
  .whyMajentaWrapper .features-wrapper .whyMajentaColumn {
      flex: none;
      width: calc(50% - 30px);
  }
  .whyMajentaWrapper {
    padding: 60px 0;
  }
}
@media (max-width:767px){
  .whyMajentaWrapper .features-wrapper .whyMajentaColumn {
    width: calc(100% - 15px);
  }
  .whyMajentaWrapper .features-wrapper{
    margin-top: 30px;
  }
}
/*---------- Why Majenta Section Close Here ----------*/
/*---------- AI Automation Section Start Here ----------*/
.AiAutomationWrap {
  padding: 130px 0;
  background-color: var(--primaryColor);
  background-image: url(../images/aiAutomationBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.AiAutomationWrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  opacity: 0.88;
  z-index: -1;
}
.aiAutomationRow {
  grid-gap: 70px;
}
.aiAutomationRow > * {
  flex: 1;
}
.AiAutomationWrap .aiAutomationImg img {
  width: 100%;
  object-fit: cover;
}
.AiAutomationWrap .aiAutomationContent .sectionHeading {
  line-height: 55px;
}
.AiAutomationWrap .aiAutomationContent .aiAutomationText {
  border-left: 1px solid #fff;
  padding-left: 30px;
  margin: 30px 0 60px;
}
.AiAutomationWrap .aiAutomationContent .aiAutomationText p {
  line-height: 30px;
  letter-spacing: 0.2px;
}
.AiAutomationWrap .aiAutomationContent a {
  padding: 15px;
}
/* Ai Automation Slider Start Here */
.aiAutomationSliderWrap {
  margin-top: 40px;
}
.aiAutomationSlider {
  position: relative;
}
.aiAutomationTabContent .tabIcon img {
  width: 60px;
  height: 60px;
}
.aiAutomationTabContent .tabHeading a {
  letter-spacing: 0.33px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 30px;
 /* text-transform: capitalize;*/
  line-height: 1.2;
  margin: 22px 0 30px;
  display: block;
}
.aiAutomationTabContent .tabDescription {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.5835;
  font-weight: 300;
}
.aiAutomationTabImg {
  text-align: right;
}
.aiAutomationSlider .slick-track {
  display: flex;
}
.btn-wrap button {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #fff;
  border-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-wrap {
  display: flex;
  margin-top: 100px;
  grid-gap: 12px;
}
.btn-wrap button svg {
  color: var(--primaryColor);
  font-size: 20px;
}
.aiAutomationSlider .slick-dots {
  left: 50%;
  bottom: -20px;
  width: 50%;
}
.aiAutomationSlider .slick-dots li button {
  background-color: #fff;
  opacity: 1;
}
.aiAutomationSlider .slick-prev, .aiAutomationSlider .slick-next {
  display: none !important;
}
/* Ai Automation Slider Close Here */
@media (max-width:1399px){
  .aiAutomationRow {
    grid-gap: 50px;
  }
}
@media (max-width:1199px){
  .AiAutomationWrap {
    padding: 80px 0;
  }
  .AiAutomationWrap .aiAutomationContent .aiAutomationText {
    margin: 20px 0 40px;
  }
  .aiAutomationRow {
    grid-gap: 30px;
  }
}
@media (max-width:991px){
  .aiAutomationRow {
    flex-direction: column-reverse;
    grid-gap: 40px;
  }
  .aiAutomationRow > * {
    flex: none;
  }
  .AiAutomationWrap .aiAutomationImg img {
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
  .aiAutomationTabContent .tabHeading a{
    font-size: 22px;
    margin: 15px 0 20px;
  }
  .aiAutomationTabContent .tabDescription {
    font-size: 18px;
  }
  .aiAutomationSlider .slick-dots {
    left: 0;
    width: 100%;
  }
}
@media (max-width:767px){
  .AiAutomationWrap .aiAutomationContent .aiAutomationText{
    padding-left: 15px;
  }
}
@media (max-width:575px){
  .AiAutomationWrap {
    padding: 60px 0;
  }
  .AiAutomationWrap .aiAutomationContent .sectionHeading {
    line-height: 1.3;
  }
}
/*---------- AI Automation Section Close Here ----------*/
/*---------- AI Ecosystem Section Start Here ----------*/
.ecosystemSectionWrap {
  padding: 130px 0;
}
.ecosystemImg {
  width: 90%;
}
@media (max-width:1199px){
  .ecosystemSectionWrap {
    padding: 100px 0;
  }
}
@media (max-width:767px){
  .ecosystemSectionWrap {
    padding: 60px 0;
  }
  .ecosystemImg {
    width: 100%;
  }
}
/*---------- AI Ecosystem Section Close Here ----------*/
/*---------- Benefits Section Start Here ----------*/
.benefitsSectionWrap {
  padding: 100px 0;
}
.benefitsSectionWrap .benefits-wrapper {
  margin-top: 56px;
}
.benefitsSectionWrap .benefitsColumn {
  position: relative;
}
.benefitsSectionWrap .benefitsColumn:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 1px;
  height: 142px;
  background-color: #fff;
  opacity: 0.4;
}
.benefitsSectionWrap .benefitsColumn .benefitsIcon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.benefitsSectionWrap .benefitsColumn .counterNumber {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  font-weight: 600;
  line-height: 1.2;
}
.benefitsSectionWrap .benefitsColumn .decorative-title {
  letter-spacing: 1.82px;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}
.benefitsSectionWrap .benefitsColumn p {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.5px;
  font-weight: 300;
}
@media (max-width:1199px){
  .benefitsSectionWrap {
    padding: 80px 0;
  }
  .benefitsSectionWrap .benefitsColumn p{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }
  .benefitsSectionWrap .benefitsColumn .counterNumber {
    font-size: 36px;
  }
  .benefitsSectionWrap .benefitsColumn .decorative-title {
    font-size: 22px;
  }
}
@media (max-width:991px){
  .benefitsSectionWrap .benefits-wrapper {
    grid-gap: 50px 0;
  }
  .benefitsSectionWrap .benefitsColumn:not(:nth-child(odd))::after {
    display: none;
  }
}
@media (max-width:767px){
  .benefitsSectionWrap {
    padding: 60px 0;
  }
  .benefitsSectionWrap .benefitsColumn:not(:last-child)::after {
    display: block;
    left: 0;
    top: calc(100% + 25px);
    transform: translateY(0);
    width: 100%;
    height: 1px;
  }
}
/*---------- Benefits Section Close Here ----------*/
/*---------- Language Services Section Start Here ----------*/
.languageServicesWrapper {
  margin: 130px 0 60px;
}
.languageServicesHeading .sectionTitle {
  font-size: 30px;
}
.languageServicesHeading .sectionTitle.middleTitle::before, .languageServicesHeading .sectionTitle.middleTitle::after {
  width: 223px;
}
.languageServicesWrapper .common {
  padding: 130px 0;
  scroll-margin-top: 180px;
  scroll-behavior: smooth;
}
.languageServicesWrapper .tab-majenta-localization{
  background-image: url(../images/majentaLocalization.png);
  background-repeat: no-repeat;
  background-position:top right;
}
.languageServicesWrapper .tab-majenta-studio {
  background-image: url(../images/majentaStudioBg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}
.languageServicesWrapper .tab-majenta-studio::before {
  content: '';
  position: absolute;
  bottom: calc(100% - 180px);
  left: 0;
  width: 122px;
  height: 360px;
  background-image: url(../images/halfCircle.svg);
  animation: majentaStudioCircle 20s linear infinite alternate;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;


}
@keyframes majentaStudioCircle{
  0%{
      transform:translatey(50px);
  }
  50%{
      transform:translatey(0);
  }
  100%{
      transform:translatey(50px);
  }
}
.tripleCircle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.tripleCircle .threeCircle {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: calc(100% - 55px);
  left: calc(100% - 55px);
  border: 2px solid var(--primaryColor);
  border-radius: 100%;
  opacity: 0.3;
}
.tripleCircle .threeCircle::before, .tripleCircle .threeCircle::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid var(--primaryColor);
  border-radius: 100%;
  top: 0;
  left: 0;
  animation: tripleCircleAnimate 5s linear infinite;
}
.tripleCircle .threeCircle::after {
  animation-delay: 1s;
}
@keyframes tripleCircleAnimate{
  0%{
      transform:scale(1)
  }
  50%{
      transform:scale(2);
      opacity:1;
  }
  100%{
      transform:scale(3.5);
      opacity:0;
  }
}
.languageServicesWrapper .tab-majenta-elearning{
  background-image: url(../images/majentaElearningBg.png) ;
  background-repeat: no-repeat;
  background-position: top -100% right;
}
.stickySectionLinks {
  margin: 50px 0 30px;
  position: sticky;
  top: 121px;
  z-index: 999;
  background-color: #fff;
  padding: 10px 0;
}
.languageServicesWrapper .sectionLinksWrap {
  background-color: #F1F1F1;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  max-width: 1287px;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  grid-gap: 10px;
}
.languageServicesWrapper .sectionLinksWrap li {
  flex: 1;
}
.languageServicesWrapper .sectionLinksWrap .section-link{
  text-align: center;
  padding: 18px 0;
  border-radius: 48px;
  display: block;
  color: #555555;
/*   text-transform: capitalize; */
  font-size: 25px;
  font-weight: 300;
  line-height: 1.36;
  transition: all 0.5s linear;
}
.languageServicesWrapper .sectionLinksWrap .section-link.active, .languageServicesWrapper .sectionLinksWrap .section-link:hover{
  background-color: var(--primaryColor);
  color: #fff;
}
.tab-majenta-localization .languageServicesSocialLinks {
  margin-top: 80px;
}
.languageServicesSocialLinks .social-item, .languageServicesCounter .counter-item{
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 0;
}
.languageServicesSocialLinks .social-item:not(:last-child)::after, .languageServicesCounter .counter-item:not(:last-child)::after{
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #707070;
  opacity: 0.3;
}
.languageServicesSocialLinks .social-item .socialImg , .majentaElearningIcons .eleaarningIcons .iconsBox{
  min-height: 50px;
}
.languageServicesSocialLinks .social-item .socialImg img, .majentaElearningIcons .eleaarningIcons .iconsBox img{
  max-height: 50px;
}
.languageServicesSocialLinks .social-item .SocialLinksName, .majentaElearningIcons .eleaarningIcons .iconsHeading{
  letter-spacing: 0.4px;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 600;
}
.languageServicesCounter {
  margin-top: 50px;
}
.languageServicesCounter .counter-item .counterHeading {
  letter-spacing: 0.6px;
  color: var(--primaryColor);
  font-size: 30px;
  line-height: 1.8334;
  font-weight: 600;
}
.languageServicesCounter .counter-item:not(:last-child)::after {
  height: 62px;
  top: 50%;
  transform: translateY(-50%);
}
.languageServicesCounter .counter-item p {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.32px;
}
.majentaElearningIcons{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.majentaElearningIcons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 10px;
  margin-top: 100px;
}
@media (max-width:1399px){
  .languageServicesSocialLinks .social-item .SocialLinksName, .majentaElearningIcons .eleaarningIcons .iconsHeading{
    font-size: 20px;
  }
  .languageServicesCounter .counter-item p {
    font-size: 14px;
  }
  .languageServicesCounter .counter-item .counterHeading {
    font-size: 26px;
  }
  .languageServicesWrapper .sectionLinksWrap {
    max-width: 1024px;
  }
  .languageServicesWrapper .sectionLinksWrap .section-link {
    font-size: 22px;
  }
  .languageServicesHeading .sectionTitle {
    font-size: 26px;
  }
  .languageServicesHeading .sectionTitle.middleTitle::before, .languageServicesHeading .sectionTitle.middleTitle::after {
    width: 280px;
  }
}
@media (max-width:1199px){
  .languageServicesHeading .sectionTitle {
    font-size: 26px;
  }
  .languageServicesHeading .sectionTitle.middleTitle::before, .languageServicesHeading .sectionTitle.middleTitle::after {
    width: 150px;
  }
  .languageServicesWrapper .common {
    padding: 100px 0;
  }
  .languageServicesWrapper .tab-majenta-studio::before {
    bottom: calc(100% - 150px);
    width: 82px;
    height: 300px;
  }
  .stickySectionLinks {
    top: 90px;
  }
  .languageServicesWrapper .sectionLinksWrap {
    max-width: 800px;
  }
  .languageServicesWrapper .sectionLinksWrap .section-link {
    font-size: 20px;
  }
  .languageServicesWrapper .sectionLinksWrap .section-link {
    font-size: 20px;
    padding: 15px 0;
  }
}
@media (max-width:991px){
  .languageServicesHeading .sectionTitle {
    font-size: 20px;
  }
  .languageServicesHeading .sectionTitle.middleTitle::before, .languageServicesHeading .sectionTitle.middleTitle::after {
    width: 100px;
  }
  .languageServicesWrapper {
    margin: 100px 0 60px;
  }
  .tab-majenta-localization .languageServicesSocialLinks {
    flex-wrap: wrap;
    grid-gap: 20px 0;
  }
  .languageServicesSocialLinks .social-item{
    flex: none;
    width: 25%;
  }
  .majentaElearningIcons {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px; 
    margin-top: 60px;
  }
  .languageServicesSocialLinks .social-item .SocialLinksName, .majentaElearningIcons .eleaarningIcons .iconsHeading {
    font-size: 18px;
  }
  .languageServicesCounter .counter-item .counterHeading {
    font-size: 22px;
  }
  .languageServicesWrapper .common {
    padding: 60px 0;
  }
  .languageServicesWrapper .sectionLinksWrap {
    max-width: 600px;
  }
  .languageServicesWrapper .sectionLinksWrap .section-link {
    font-size: 16px;
    padding: 12px 0;
  }
  .languageServicesWrapper .tab-majenta-studio::before {
    bottom: calc(100% - 100px);
    width: 70px;
    height: 200px;
  }
  .languageServicesSocialLinks .social-item:nth-child(4n+4)::after {
    display: none;
  }
}
@media (max-width:767px){
  .languageServicesWrapper {
    margin: 80px 0 60px;
  }
  .languageServicesHeading .sectionTitle.middleTitle::before, .languageServicesHeading .sectionTitle.middleTitle::after {
    width: 33px;
  }
  .languageServicesWrapper .sectionLinksWrap {
    flex-wrap: wrap;
    grid-gap: 10px;
    background-color: #fff;
    border-radius: 0;
  }
  .languageServicesWrapper .sectionLinksWrap li {
    flex: none;
    width: 45%;
  }
  .languageServicesWrapper .sectionLinksWrap .section-link.active, .languageServicesWrapper .sectionLinksWrap .section-link:hover {
    background-color: var(--primaryColor);
    color: #fff;
  }
  .languageServicesSocialLinks .social-item {
    flex: none;
    width: 33.3%;
  }
  .languageServicesCounter {
    flex-wrap: wrap;
  }
  .languageServicesCounter .counter-item {
    width: 50%;
    flex: none;
  }
  .majentaElearningIcons {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 10px;
  }
  .languageServicesWrapper .tab-majenta-studio::before {
    bottom: calc(100% - 50px);
    width: 50px;
    height: 100px;
  }
  .tripleCircle .threeCircle {
    width: 60px;
    height: 60px;
    bottom: calc(100% - 30px);
    left: calc(100% - 30px);
  }
  .languageServicesCounter .counter-item:nth-child(even)::after{
    display: none;
  }
  .languageServicesSocialLinks .social-item:nth-child(3n+3)::after {
    display: none;
  }
  .languageServicesHeading .sectionTitle{
    font-size: 18px;
  }
}
@media (max-width:575px){
  .languageServicesWrapper {
    margin: 60px 0 60px;
  }
  .languageServicesWrapper .sectionLinksWrap {
    max-width: calc(100% - 30px);
  }
  .stickySectionLinks {
    margin: 10px 0 0;
  }
  .languageServicesSocialLinks .social-item {
    width: 50%;
  }
  .languageServicesCounter .counter-item {
    width: 100%;
    flex: none;
  }
  .majentaElearningIcons {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 10px;
    text-align: center;
  }
  .languageServicesSocialLinks .social-item:nth-child(3n+3)::after{
    display: block;
  }
  .languageServicesSocialLinks .social-item:nth-child(even)::after{
    display: none;
  }
  .languageServicesCounter .counter-item::after{
    display: none;
  }
  .languageServicesHeading .sectionTitle{
    font-size: 16px;
  }
}
@media (max-width:450px){
  .languageServicesWrapper .sectionLinksWrap li {
    width: 100%;
  }
}
/*---------- Language Services Section Close Here ----------*/
/*---------- Ready Own Market Section Close Here ----------*/
.yourOwnMarket {
    background: linear-gradient(#fff 50%, var(--greyBackground) 50%);
  }
  .contact-banner.yourOwnMarket .main-banner-section {
    border-radius: 24px;
    min-height: 260px;
    position: relative;
    padding: 0 120px;
    background-image: url(../images/contact-section-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .yourOwnMarket.technologyOwnMarket .main-banner-section {
    min-height: 320px;
}
  .main-banner-section .contact-baner-image {
    text-align: center;
  }
  .main-banner-section .contact-banner .sectionHeading {
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  @media (max-width:1399px){
    .main-banner-section .contact-banner .sectionHeading {
      font-size: 30px;
    }
    .contact-banner.yourOwnMarket .main-banner-section {
      background-size: 700px;
      padding: 0 80px;
    }
  }
  @media (max-width:1199px){
    .contact-banner.yourOwnMarket .main-banner-section {
      padding: 0 60px;
    }
    .main-banner-section .contact-banner .sectionHeading {
      font-size: 24px;
    }
  }
  @media (min-width:992px){
    .main-banner-section .contact-baner-image {
      position: absolute;
      right: 0;
      bottom: 0;
    }
  }
  @media (max-width:991px){
    .contact-banner.yourOwnMarket .main-banner-section {
      padding: 40px 40px 0;
    }
    .contact-banner.yourOwnMarket .main-banner-section {
      background-position: bottom;
    }
  }
  @media (max-width:767px){
    .contact-banner.yourOwnMarket .main-banner-section {
        padding: 30px 15px 0;
      }
  }
/*---------- Ready Own Market Section Close Here ----------*/
/*---------- FAQ Section Start Here ----------*/
.faqSectionWrapper {
  padding: 120px 0;
}
.faqSectionWrapper .faq-listing {
  margin-top: 20px;
}
.faqSectionWrapper .faq-listing .questionAnswerWrapper {
  border-bottom: 1px solid #707070;
  padding: 40px 0;
}
.questionAnswerWrapper .question {
  position: relative;
}
.questionAnswerWrapper .question .faqQuestion {
 /* text-transform: capitalize;*/
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  width: 87%;
}
.questionAnswerWrapper .question::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../images/faqArrow.svg);
  background-repeat: no-repeat;
  background-position:center;
  border: 1px solid var(--primaryColor);
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s linear;
  cursor: pointer;
}

.questionAnswerWrapper .question.active::after{
  background-image: url(../images/faqWhiteArrow.svg);
  background-color: var(--primaryColor);
}
.questionAnswerWrapper .question:hover::after{
  box-shadow: inset 0px 3px 6px #00000029;
}
.questionAnswerWrapper .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.questionAnswerWrapper .answer p{
  font-size: 16px;
  line-height: 1.875;
  margin-top: 10px;
}
@media (max-width:1399px){
  .faqSectionWrapper .faq-listing .questionAnswerWrapper {
    border-bottom: 1px solid #707070;
    padding: 30px 0;
  }
  .questionAnswerWrapper .question .faqQuestion {
    font-size: 26px;
  }
}
@media (max-width:1199px){
  .questionAnswerWrapper .question .faqQuestion {
    font-size: 24px;
  }
  .faqSectionWrapper {
    padding:80px 0;
  }
}
@media (max-width:991px){
  .faqSectionWrapper {
    padding: 60px 0;
  }
  .questionAnswerWrapper .question .faqQuestion {
    font-size: 20px;
  }
  .faqSectionWrapper .faq-listing .questionAnswerWrapper {
    padding: 20px 0;
  }
  .questionAnswerWrapper .question::after {
    width: 35px;
    height: 35px;
    background-size: 14px;
  }
}
/*---------- FAQ Section Close Here ----------*/
:root {
  --numberOfEmployee: 3;
}


/* Banner Client CSS */


.bannerClientsPosition {
  position: absolute;
  z-index: 1;
  transform: scale(0);
  height: 156px;
  width: 220px;
  transition: all ease-in-out .8s;
}

.bannerClientsPosition ul {
  position: relative;
}

.languageWithFlag {
  position: absolute;
  bottom: calc(100% - 15px);
  left: 15px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  background-color: var(--primaryColor);
  display: flex;
  align-items: center;
  grid-gap: 4px;
  padding: 4px 15px 4px 4px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.languageWithFlag img {
  max-width: 20px;
}
.bannerClientProfile {
  display: flex;
  padding: 20px 10px 11px;
  align-items: center;
  justify-content: space-between;
  grid-gap: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.bannerClientProfile span {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  display: block;
  font-weight: 400;
}

/* Majenta Animation Start */
.majentaBannerLogo .bannerLogo {
  -webkit-box-reflect: below -18px linear-gradient(transparent, rgba(0,0,0,.1));
  position: relative;
  font-size: 36px;
  letter-spacing: -4.5px;
  animation: rotateCircleReverse 80s infinite linear;
}
.majentaBannerLogo span {
  position: relative;
  display: inline-block;
  color: var(--primaryColor);
  animation: wavy 3s infinite;
  animation-delay: calc(.1s * var(--i));
  font-weight: 600;
  font-family: var(--fontBookmania);
}
.majentaBannerLogo span.point{
  color: #C851A7A3;
}
@keyframes wavy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-15px)
  }
}
/* Majenta Animation Close */
.bannerClientsPosition.position1 {
  top: 0;
  left: 8%;
  transition-delay: 1s;
}
.bannerClientsPosition.position2 {
  bottom: 18%;
  left: 12%;
  transition-delay: 2s;
}
.bannerClientsPosition.position3 {
  top: 25%;
  right: -8%;
  transition-delay:3s;
  text-align: left;
}

.bannerClientsPosition.show{
  transform: scale(1);
  /* animation: showClientsPosition 1s forwards;
  animation-iteration-count:1; */
  animation: showClientsPosition 4s infinite linear alternate; 
}
@keyframes showClientsPosition{
  0%{

  }
  100%{

  }

}





/* 



.bannerClientsPosition.show .employee1 .bannerClientContent,
.bannerClientsPosition.show .employee2 .bannerClientContent,
.bannerClientsPosition.show .employee3 .bannerClientContent{
  animation: scaleClientContent 1s forwards;
  animation-iteration-count:1;
}

@keyframes scaleClientContent{
  0%{
    transform: scale(0);
  }
  50%{
    transform: scale(1);
  }

} */







.bannerClientContent {
  box-shadow: 0px 0px 16px #00000029;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  bottom: 20px;
  max-width:200px;
  width: 100%;
}
.bannerClientsPosition.position3 .bannerClientContent {
  bottom: 15px;
}
.bannerClientsPosition .employee .bannerClientImg {
  width: 100%;
  max-width: 125px;
  margin-left: -50px;
}
.bannerClientsPosition.position2 .employee .bannerClientImg {
  max-width: 150px;
}
.bannerClientsPosition.position3 .employee .bannerClientImg {
  margin-left: 0;
}
.bannerClientsPosition ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
.bannerClientsPosition.show .employee{
  /* animation: employeeAnimation 6s infinite; */
  transition: all ease-in-out .5s;
}
.bannerClientsPosition.show .employee.hide{
  opacity: 0;
  /* transform: scale(.5); */
}
.bannerClientsPosition.show .employee.show{
  opacity: 1;
  /* transform: scale(1); */
}

@keyframes employeeAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.bannerClientsPosition.show .employee2 {
  animation-delay: 2s;
}

.bannerClientsPosition.show .employee3 {
  animation-delay: 4s;
}
@media (max-width:1480px){
  .bannerClientsPosition.position3 {
    top: 5%;
    right: -4%;
  }
}
@media (max-width:1399px){
  .bannerClientProfile {
    font-size: 14px;
    grid-gap: 0;
  }
  .bannerClientProfile span {
    font-size: 10px;
  }
  .bannerClientsPosition {
    height: 156px;
  }
  .bannerClientsPosition .employee .bannerClientImg {
    max-width: 80px;
    margin-left: -35px;
  }
  .bannerClientsPosition.position2 .employee .bannerClientImg {
    max-width: 110px;
  }
  .bannerClientContent {
    bottom: 30px;
    max-width: 155px;
    width: 100%;
  }
  .bannerClientsPosition.position1 {
    top: 10%;
  }
  .bannerClientsPosition.position2 {
    bottom: 8%;
    left: 8%;
}
  .designationIcon {
    max-width: 32px;
  }
  .bannerClientsPosition.position3 {
    top: 25%;
    right: -18%;
  }
}
@media (max-width:1199px){
  .bannerImg .bannerDotted {
    max-width: 475px;
    height: 475px;
  }
  .bannerClientsPosition.position1 {
    left: 8%;
  }
  .bannerClientsPosition.position3 {
    top: 25%;
  }
  .bannerImg .bannerDotted .layerOneImg4 {
    top: -6%;
  }
  .bannerImg .bannerDotted .layerOneImg1 {
    top: 1%;
  }
  .bannerImg .bannerDotted .layerOneImg2 {
    left: -3.5%;
  }
}
@media (max-width:575px){
  .bannerImg .bannerDotted {
    max-width: 300px;
    height: 300px;
  }
  .bannerClientsPosition .employee .bannerClientImg {
    max-width: 60px;
    margin-left: 0;
  }
  .bannerClientsPosition.position2 .employee .bannerClientImg {
    max-width: 70px;
  }
  .bannerClientProfile span {
    font-size: 8px;
  }
  .bannerClientContent {
    bottom: 10px;
    max-width: 120px;
    height: auto;
  }
  .majentaBannerLogo .bannerLogo {
    font-size: 18px;
    letter-spacing: -2px;
  }
  .majentaBannerLogo {
    height: 130px;
    width: 130px;
  }
  .majentaBannerLogo .logoImgLayer {
    bottom: -30px;
    max-width: 60px;
}
  .languageWithFlag {
    left: 10px;
    border-radius: 10px;
    grid-gap: 2px;
    padding: 2px 10px 2px 2px;
    font-size: 10px;
  }
  .bannerClientProfile {
    padding: 20px 6px 10px;
    font-size: 10px;
  }
  .bannerDotted .animateImg img {
    transform: scale(0.6);
  }
  .bannerImg .bannerDotted .layerOneImg1 {
    top: 2.5%;
  }
  .bannerImg .bannerDotted .layerOneImg2 {
    left: -5.5%;
  }
  .bannerImg .bannerDotted .layerOneImg3 {
    bottom: 22%;
    right: -3%;
  }
  .bannerImg .bannerDotted .layerOneImg4 {
    top: -2.5%;
  }
  .bannerImg .bannerDotted .layerOneImg7 {
    top: 7%;
    left: 38%;
  }
  .bannerImg .bannerDotted .layerOneImg5 {
    top: 46%;
    left: 9%;
  }
  .bannerClientsPosition.position1 {
    left: 0;
    top: -6%;
  }
  .bannerClientsPosition.position2 {
    bottom: -10%;
    left: 5%;
  }
  .bannerClientsPosition.position3 {
    top: 2%;
    right: -35%;
  }
  .homeBanner .bannerRow {
    padding-bottom: 50px;
  }
  .homeBanner .bannerRow .bannerImg{
    max-width: 300px;
  }
}