*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body,
html {
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 1.15;
  /* -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
  */ }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Black.ttf);
  font-weight: 900; }

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-display: swap;
  src: url(../fonts/Montserrat-Italic.ttf);
  font-weight: 400; }

/* Poppins font */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Black.ttf);
  font-weight: 900; }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Italic.ttf);
  font-weight: 400; }

body {
  font-style: normal;
  font-family: 'Montserrat';
  color: #444444; }

/* mixins */
body.overflow-active {
  overflow: hidden; }

.font-50 {
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase; }

.width-i-300, .Groth-State .absLf, .mdabout .absLf, .mdabout .absrt {
  width: 310px;
  height: 300px;
  object-fit: cover; }

.max-container {
  max-width: 1470px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden; }

.regular-container {
  max-width: 1310px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

a {
  text-decoration: none;
  background-color: transparent; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none; }

.backgroundM {
  background: #F5F5F5 !important; }

.responsive-img {
  max-width: 100%;
  height: auto; }

.flexcenter {
  display: flex;
  align-items: center; }

.flex-col {
  display: flex;
  flex-direction: column; }

.flex-between {
  display: flex;
  justify-content: space-between; }

.flex-end {
  display: flex;
  justify-content: flex-end; }

.Grids2 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr); }

.Grids3 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr); }

.Grids4 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr); }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.fontpBold-14 {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 21px; }

.fontm-14 {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 17px; }

.font-16 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444; }

.font-18 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  line-height: 24px; }

.font-20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FF3E81; }

.font-24 {
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 29px; }

.font-12 {
  font-family: 'Montserrat';
  font-size: 12px;
  line-height: 15px; }

.position-relative {
  position: relative; }

.w-pointer {
  cursor: pointer; }

/*
.moreItems .showDisplay:nth-of-type(1n+4),
.Xlodmore .s-less,
.Xlodmore.See-less .s-all {
  display: none;
}

.Xlodmore.See-less .s-less {
  display: block;
}
*/
.action_button {
  transition: color 0.25s;
  background: none;
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: inset 0 0 0 2px #FF3E81;
  color: #FF3E81;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase; }
  .action_button:before {
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    width: 0;
    height: 0; }
  .action_button:after {
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    width: 0;
    height: 0; }
  .action_button span {
    display: inline-block;
    margin: 6px 9px;
    background: #FF3E81;
    padding: 11px 26px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff; }

.action_button:hover {
  color: #7654DA; }

.action_button:hover::before {
  border-top-color: #7654DA;
  border-right-color: #7654DA;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }

.action_button:hover::after {
  border-bottom-color: #7654DA;
  border-left-color: #7654DA;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; }

.action_button:hover::before,
.action_button:hover::after {
  width: 100%;
  height: 100%; }

/* Header css */
.fixedHead {
  width: 100%;
  position: fixed;
  top: 0; }

header {
  z-index: 999;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cst-topnav {
  background-color: #FF3E81;
  padding: 7px 0; }
  .cst-topnav a {
    color: #fff;
    font-weight: 900; }

.dskMenu {
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  transition: 0.2s; }
  .dskMenu .menuBtn {
    display: flex;
    align-items: center; }
    .dskMenu .menuBtn svg {
      cursor: pointer; }

.menuSocial p {
  color: #7654DA;
  font-weight: 900;
  padding: 0 0 7px 0; }
  .menuSocial p .dots {
    color: #FF3E81; }

.menuSocial ul {
  gap: 16px; }

.menuSocial {
  display: flex;
  gap: 16px;
  justify-content: flex-end; }
  .menuSocial .action_button span {
    margin: 6px 9px;
    padding: 9px 15px;
    font-weight: 700;
    font-size: 10px; }

.fixedHead .menuSocial p,
.fixedHead .cst-topnav {
  display: none; }

.fixedHead .head-social {
  align-items: center;
  display: flex; }

.fixedHead .menuLogo.txt-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.fixedHead .menuLogo.txt-center img {
  max-width: 85%; }

.cst-Bottomnav {
  transition: 0.2s;
  box-shadow: 0px 9px 14px #00000029;
  border-bottom: 1px solid #70707029; }

.fixedHead .dskMenu {
  padding: 10px 0; }

.menu-hide {
  width: 389px;
  left: -389px;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0px;
  transition: all 0.6s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .menu-hide .closediv {
    padding: 22px;
    line-height: 28px;
    position: absolute;
    top: 0; }
    .menu-hide .closediv .menuClose {
      cursor: pointer;
      display: inline-block;
      width: 28px; }
  .menu-hide .burger {
    position: relative;
    width: 28px;
    cursor: pointer;
    top: 0px; }
    .menu-hide .burger span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      transition: all 0.2s, background 0s;
      background: #FF3E81;
      border-radius: 25px; }
      .menu-hide .burger span :nth-child(2) {
        top: 6px; }
      .menu-hide .burger span :last-child {
        top: 12px; }
  .menu-hide .menuDsk ul li {
    list-style-type: none;
    text-align: center;
    line-height: 34px;
    transition: all 0.5s ease;
    margin-bottom: 40px; }
    .menu-hide .menuDsk ul li a {
      font-family: 'Montserrat';
      font-weight: 900;
      font-size: 28px;
      line-height: 34px;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
  .menu-hide .Email-Section ul li {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px; }
    .menu-hide .Email-Section ul li:last-child {
      margin-bottom: 0; }
    .menu-hide .Email-Section ul li a {
      font-family: 'Montserrat';
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #BDBDBD; }

.sidecall {
  text-align: center;
  margin-top: 40px;
  display: none; }

.menu-hide.show {
  left: 0px;
  background: #7654DA;
  transition: all 0.6s ease-in-out; }

.menu-hide.show .burger span:first-child {
  transform: rotate(45deg); }

.menu-hide.show .burger span:nth-child(2) {
  opacity: 0;
  visibility: hidden; }

.menu-hide.show .burger span:last-child {
  transform: rotate(-45deg); }

/*
.menu-hide .menuDsk ul li.current-menu-item {
  left: 0px;
  background: $base-color;
  transition: all 0.6s ease-in-out;

}
*/
/* Header end */
/* footer css */
.backgrounImg {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  height: 423px;
  background-color: #7654DA; }

footer .width-668 {
  max-width: 668px;
  width: 100%;
  margin: auto;
  padding: 50px 0 110px 0; }
  footer .width-668 h4 {
    color: #fff;
    font-weight: 700; }
  footer .width-668 .sus-Container {
    padding: 25px 0 10px 0; }
    footer .width-668 .sus-Container .subscribe_form .cst-input-group {
      position: relative;
      display: flex; }
      footer .width-668 .sus-Container .subscribe_form .cst-input-group input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        max-width: 453px;
        width: 100%;
        height: 45px;
        padding: 14px 17px;
        border-radius: 0; }
        footer .width-668 .sus-Container .subscribe_form .cst-input-group input:hover {
          outline: none; }
        footer .width-668 .sus-Container .subscribe_form .cst-input-group input:focus {
          outline: none; }
      footer .width-668 .sus-Container .subscribe_form .cst-input-group button {
        position: relative;
        transition: all ease 0.3s;
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        /* user-select: none;*/
        background-image: none;
        border: 1px solid transparent;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase;
        background-color: #FF3E81;
        max-width: 221px;
        padding: 0 55px; }
        footer .width-668 .sus-Container .subscribe_form .cst-input-group button:hover {
          outline: none; }
        footer .width-668 .sus-Container .subscribe_form .cst-input-group button:hover {
          outline: none; }
      footer .width-668 .sus-Container .subscribe_form .cst-input-group .cst-input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap; }
  footer .width-668 .font-12 {
    text-transform: uppercase;
    color: #BDBDBD;
    font-weight: 700; }

footer .Bottom-a {
  padding: 0 0 30px 0; }
  footer .Bottom-a .flogo {
    max-width: 265px;
    width: 100%; }
    footer .Bottom-a .flogo img {
      height: 40px; }
  footer .Bottom-a .width-590 {
    max-width: 590px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end; }
    footer .Bottom-a .width-590 ul {
      gap: 25px; }
      footer .Bottom-a .width-590 ul a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700; }

footer .copyFooter {
  background-color: #FF3E81;
  padding: 11.5px 0;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

.subscribe_form input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BDBDBD;
  opacity: 1;
  /* Firefox */ }

.subscribe_form input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BDBDBD; }

.subscribe_form input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BDBDBD; }

.cst-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  /* transform: scale(1.1);*/
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99; }
  .cst-modal .cst-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #7654DA;
    padding: 30px 15px;
    max-width: 402px;
    border-radius: 0;
    color: #fff; }
    .cst-modal .cst-modal-content .cst-close-button {
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer; }

.cst-show-modal {
  opacity: 1;
  visibility: visible;
  /* transform: scale(1.0);*/
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }

.modal-ContentX .cst-md-heading {
  font-size: 14px;
  text-align: center;
  line-height: 18px; }

.modal-ContentX .wrapFm {
  margin: 20px 0 15px 0; }
  .modal-ContentX .wrapFm .cst-input-group {
    display: flex;
    gap: 10px;
    flex-direction: column; }
    .modal-ContentX .wrapFm .cst-input-group .form-control {
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      max-width: 100%;
      width: 100%;
      height: 34px;
      padding: 7px 15px;
      border-radius: 0;
      display: block;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc; }
      .modal-ContentX .wrapFm .cst-input-group .form-control:focus {
        outline: none; }
      .modal-ContentX .wrapFm .cst-input-group .form-control:focus-visible {
        outline: none; }
    .modal-ContentX .wrapFm .cst-input-group .sib-default-btn {
      transition: all ease 0.3s;
      cursor: pointer;
      border: 1px solid transparent;
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      text-transform: uppercase;
      background-color: #FF3E81;
      max-width: 100%;
      width: 100%;
      padding: 8px 15px; }

.modal-ContentX .sm-txt {
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
  color: #BDBDBD;
  font-weight: 700; }

.wrapFm .sib-alert-message {
  font-size: 13px !important;
  color: #000 !important;
  background-color: transparent !important;
  border-color: #d6e9c6 !important;
  border: 0 !important;
  text-align: center !important;
  font-weight: 600 !important; }

.cld-am {
  min-width: 320px;
  height: 670px; }

.sheduleVid {
  position: relative;
  height: 900px;
  z-index: 9; }
  .sheduleVid .dark-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(2, 16, 39, 0.7); }
  .sheduleVid video {
    height: 900px;
    object-fit: cover; }
  .sheduleVid .overlay-desc-Sh {
    z-index: 999;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .sheduleVid .overlay-desc-Sh .sh-h1 {
      text-align: center;
      color: #fff;
      font-size: 34px;
      margin: 70px 0 30px 0; }
    .sheduleVid .overlay-desc-Sh .sh-p {
      font-size: 18px;
      text-align: center;
      color: #fff;
      font-weight: 500; }
  .sheduleVid::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 0, 0, 0.1); }

.Groth-State {
  padding: 90px 0; }
  .Groth-State .absLf {
    position: absolute;
    left: 0;
    top: 0; }

.GridsParent {
  display: flex;
  gap: 12%; }

.w-840 {
  max-width: 840px;
  width: 100%; }
  .w-840 h2.growthX {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 227px;
    width: 100%;
    margin-bottom: 40px; }
  .w-840 .productsItems {
    gap: 20px; }
    .w-840 .productsItems .G-itemsList {
      background: #F5F5F5;
      padding: 15px;
      border-radius: 5px;
      display: flex;
      gap: 15px;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .w-840 .productsItems .G-itemsList img {
        width: 25px;
        height: 25px;
        object-fit: cover; }
      .w-840 .productsItems .G-itemsList p.font-12 {
        font-weight: 600;
        text-transform: capitalize;
        color: #444444;
        text-align: center; }

.w-550 {
  max-width: 550px;
  width: 100%;
  text-align: center;
  mix-blend-mode: multiply; }
  .w-550 img {
    height: 470px;
    object-fit: cover;
    width: 100%;
    mix-blend-mode: multiply; }

.head-breadcrumbs {
  background: #7654DA;
  height: 330px;
  display: flex; }
  .head-breadcrumbs .bd-crumbs {
    color: #fff;
    padding: 99px 0 149px 0; }
    .head-breadcrumbs .bd-crumbs ul {
      background: #fff;
      box-shadow: 4px 32px 12px rgba(0, 0, 0, 0.06);
      border-radius: 15px;
      margin-bottom: 18px;
      width: max-content;
      display: flex;
      color: #fff;
      padding: 9px 16px;
      gap: 15px;
      align-items: center; }
      .head-breadcrumbs .bd-crumbs ul li a {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        color: #000;
        line-height: 18px;
        text-transform: capitalize; }
      .head-breadcrumbs .bd-crumbs ul li span {
        width: 33px;
        height: 3px;
        display: block;
        background: #FF3E81; }
      .head-breadcrumbs .bd-crumbs ul li:first-child a {
        font-weight: 700; }
    .head-breadcrumbs .bd-crumbs h1 {
      font-family: 'Poppins';
      font-weight: 700;
      font-size: 32px;
      line-height: 32px;
      text-transform: capitalize; }
  .head-breadcrumbs .cslift {
    max-width: 270px;
    height: 270px;
    position: absolute;
    right: 0;
    bottom: -40px; }

.width-1050 {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .width-1050 .GmGroth h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .width-1050 .GmGroth .line-min70 {
    width: 70px;
    height: 3px;
    background: #FF3E81;
    display: block;
    margin: auto; }
  .width-1050 .contentX {
    padding: 60px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: #444444; }

.contentIM {
  display: flex;
  justify-content: space-between; }
  .contentIM .DmImg {
    max-width: 500px;
    width: 100%; }
    .contentIM .DmImg img {
      max-width: 100%;
      height: auto; }
  .contentIM .DmPoint {
    max-width: 691px;
    width: 100%; }
    .contentIM .DmPoint .fontx-24 {
      font-weight: 700;
      font-size: 30px;
      line-height: 37px;
      background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      margin: 0 0 30px 0; }
    .contentIM .DmPoint .point-list {
      display: flex;
      gap: 20px;
      justify-content: space-between;
      margin-bottom: 20px; }
      .contentIM .DmPoint .point-list h3 {
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .contentIM .DmPoint .point-list .fontm-16 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; }
      .contentIM .DmPoint .point-list:last-child {
        margin-bottom: 0; }

.mdabout {
  padding: 90px 0;
  background: #fff; }
  .mdabout .absLf {
    position: absolute;
    left: 0;
    top: 0; }
  .mdabout .absrt {
    position: absolute;
    right: 0;
    bottom: 0; }

.myValue.mdabout .absLf {
  bottom: 0;
  top: unset;
  height: 161px;
  width: 47px; }

.mdabout.ourAp .contentIM.dmCont-Ap {
  padding: 80px 0 60px 0; }
  .mdabout.ourAp .contentIM.dmCont-Ap .DmImg {
    max-width: 400px; }

.dmh2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px; }

.listfm {
  padding: 60px 0 0 0;
  gap: 55px; }
  .listfm .listfm-mid h2.font-24 {
    margin-bottom: 13px; }
  .listfm .listfm-mid .point-list {
    display: flex;
    gap: 27px;
    margin-bottom: 19px; }
    .listfm .listfm-mid .point-list h3 {
      margin-bottom: 5px; }
  .listfm .listfm-mid:last-child {
    margin-bottom: 0px; }

.Verticle {
  display: flex;
  gap: 0 7.8%;
  /*flex-wrap: wrap;*/ }
  .Verticle .col-3v {
    /* flex: 0 0 auto;
    max-width: 360px;
    */
    width: 100%;
    z-index: 1; }
    .Verticle .col-3v .vg-list {
      background: #F5F5F5;
      border-radius: 30px;
      padding: 37px 35px;
      position: relative;
      filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25)); }
      .Verticle .col-3v .vg-list .font-20 {
        color: #444444;
        margin-bottom: 30px; }
      .Verticle .col-3v .vg-list .font-16 {
        margin-bottom: 20px; }
      .Verticle .col-3v .vg-list .icons64 {
        width: 32px;
        height: 32px;
        object-fit: contain;
        position: absolute;
        right: 24px;
        bottom: 24px; }
    .Verticle .col-3v:nth-child(3n+1) {
      margin-top: 140px; }
    .Verticle .col-3v:nth-child(3n+2) {
      margin-top: 70px; }

.mdabout.Ap-Growth .contentIM.Ap-Growth-Ap {
  padding: 70px 0 0px 0; }
  .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 {
    max-width: 400px;
    text-align: center; }
    .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .km-dws {
      width: 280px;
      height: 290px;
      object-fit: contain; }
    .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist {
      background: #FF3E81;
      padding: 21px 44px;
      width: 100%;
      text-transform: uppercase;
      color: #fff; }
      .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist:nth-child(1) {
        margin: auto;
        max-width: 320px;
        width: 100%; }
      .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist:nth-child(2) {
        margin: auto;
        background: #7654DA;
        max-width: 360px;
        width: 100%; }
      .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist:nth-child(3) {
        margin: auto;
        max-width: 100%;
        width: 100%; }

.topTxtcont {
  margin-bottom: 15px; }
  .topTxtcont .LoopDm {
    margin-bottom: 15px; }
    .topTxtcont .LoopDm .md-look {
      margin-bottom: 13px;
      color: #444444;
      text-transform: capitalize; }

.width-1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thankYou {
  padding: 60px 0; }
  .thankYou .thankyouTx .makeTanks {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 34px;
    color: #FF3E81;
    line-height: 55px;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* -webkit-text-fill-color: transparent;*/
    -webkit-text-stroke: 0.5px #FF3E81; }
  .thankYou .thankyouTx img {
    max-width: 150px;
    width: 100%; }
  .thankYou .Editor-txt {
    margin: 30px 0;
    font-size: 16px;
    line-height: 24px; }
    .thankYou .Editor-txt p {
      margin-bottom: 15px;
      line-height: 21px; }
    .thankYou .Editor-txt b {
      font-weight: 700;
      color: #333; }
    .thankYou .Editor-txt a {
      font-weight: 500;
      color: #000;
      text-decoration: underline; }
    .thankYou .Editor-txt li {
      font-weight: 500;
      margin-bottom: 10px; }
    .thankYou .Editor-txt span {
      font-weight: 500; }
  .thankYou .thank-users {
    margin-top: 30px; }
    .thankYou .thank-users .font-20 {
      margin-bottom: 10px;
      font-size: 16px; }
    .thankYou .thank-users .dmbottom-Users {
      display: flex;
      align-items: center;
      gap: 15px; }
      .thankYou .thank-users .dmbottom-Users img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover; }
      .thankYou .thank-users .dmbottom-Users h2 {
        margin-bottom: unset;
        font-size: 18px; }
      .thankYou .thank-users .dmbottom-Users .font-18 {
        font-size: 12px;
        line-height: 18px; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7654DA;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: auto;
  box-shadow: inset 0px 0px 0px #7654DA;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%,
  100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7654DA; } }

@media (max-width: 1023px) {
  .callHeader-btn {
    display: none; }
  .sidecall {
    display: block; }
  .menuSocial {
    justify-content: right; }
  .menuBtn svg {
    width: 30px; }
  footer .Bottom-a .flogo {
    max-width: 200px; }
    footer .Bottom-a .flogo img {
      height: auto; }
  footer .Bottom-a .width-590 ul {
    gap: 15px; }
  .Groth-State {
    padding: 50px 0; }
    .Groth-State .GridsParent {
      gap: 2%; }
  .w-840 {
    flex: 0 0 60%; }
    .w-840 h2.growthX {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 30px; }
    .w-840 .productsItems {
      gap: 10px; }
  .w-550 {
    flex: 0 0 40%;
    align-items: center;
    display: flex; }
    .w-550 img {
      height: auto; }
  .contentIM {
    flex-direction: column;
    gap: 30px; }
    .contentIM .DmPoint {
      max-width: 100%;
      width: 100%; }
  .mdabout .absLf {
    width: 210px;
    height: 210px; }
  .mdabout .absrt {
    width: 210px;
    height: 210px; }
  .Groth-State .absLf {
    width: 210px;
    height: 210px; }
  .listfm.Grids2 {
    grid-template-columns: repeat(1, 1fr); }
  .listfm {
    gap: 30px; }
  .Verticle {
    gap: 50px 50px;
    max-width: 691px;
    margin: auto;
    flex-direction: column; }
    .Verticle .col-3v {
      max-width: 100%; }
      .Verticle .col-3v:nth-child(3n+2) {
        margin-top: 50px;
        margin-bottom: 50px; }
      .Verticle .col-3v:nth-child(3n+1) {
        margin-top: 50px; }
  .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 {
    margin: auto; }
  .sheduleVid {
    height: 1150px; }
    .sheduleVid video {
      height: 1150px; }
    .sheduleVid .cld-am {
      height: 845px; }
      .sheduleVid .cld-am iframe {
        max-height: unset !important;
        height: 845px; }
    .sheduleVid .overlay-desc-Sh {
      padding: 0 15px; }
      .sheduleVid .overlay-desc-Sh .sheduleVid .overlay-desc-Sh .sh-h1 {
        font-size: 30px; }
      .sheduleVid .overlay-desc-Sh .sh-p {
        font-size: 16px; } }

@media (max-width: 767px) {
  .menuLogo {
    max-width: 150px;
    display: flex; }
    .menuLogo img {
      max-width: 150px; }
  .menuSocial p {
    display: none; }
  footer {
    background-image: unset !important;
    height: auto !important; }
    footer .width-668 {
      padding: 50px 0 50px 0; }
      footer .width-668 h4 {
        font-size: 16px;
        line-height: 150%; }
      footer .width-668 .sus-Container .subscribe_form .cst-input-group button {
        font-size: 14px;
        padding: 0 15px; }
    footer .Bottom-a {
      gap: 30px;
      flex-direction: column; }
      footer .Bottom-a .width-590 {
        max-width: 100%;
        justify-content: flex-start; }
        footer .Bottom-a .width-590 ul {
          flex-wrap: wrap;
          gap: 15px 2.5%;
          justify-content: flex-start; }
          footer .Bottom-a .width-590 ul li {
            flex: 0 0 47.5%; }
  .Groth-State .GridsParent {
    gap: 30px;
    flex-direction: column-reverse; }
  .w-550 {
    flex: 0 0 100%; }
  .w-840 {
    flex: 0 0 100%; }
    .w-840 .productsItems {
      gap: 10px;
      grid-template-columns: repeat(2, 1fr); }
  .cst-modal .cst-modal-content {
    width: 90%; }
    .cst-modal .cst-modal-content .cst-close-button {
      top: 8px;
      right: 14px; }
  .head-breadcrumbs {
    height: 232px; }
    .head-breadcrumbs .bd-crumbs {
      padding: 60px 0 100px 0; }
    .head-breadcrumbs .cslift {
      max-width: 115px;
      height: 115px;
      bottom: -16px; }
  .mdabout .absLf {
    width: 150px;
    height: 150px; }
  .mdabout .absrt {
    width: 150px;
    height: 150px; }
  .width-1050 .GmGroth h2 {
    font-size: 20px;
    line-height: 28px; }
  .width-1050 .GmGroth .line-min70 {
    width: 50px; }
  .width-1050 .contentX {
    padding: 40px 0;
    font-size: 16px;
    line-height: 24px; }
  .contentIM .DmPoint .fontx-24 {
    font-size: 18px;
    line-height: 28px; }
  .contentIM .DmPoint .point-list h3 {
    font-size: 14px;
    line-height: 21px; }
  .contentIM .DmPoint .point-list .fontm-16 {
    font-size: 14px;
    line-height: 22px; }
  .myValue.mdabout .absLf {
    height: 130px;
    width: 38px; }
  .Groth-State .absLf {
    width: 150px;
    height: 150px; }
  .mdabout,
  .mdabout.ourAp .contentIM.dmCont-Ap {
    padding: 50px 0 50px 0; }
  .Verticle .col-3v .vg-list .font-16,
  .listfm .listfm-mid .point-list .font-16 p,
  .contentIM .DmPoint .point-list .fontm-16 {
    font-size: 14px;
    line-height: 22px; }
  .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap {
    padding: 50px 0 0px 0; }
    .mdabout.Ap-Growth .contentIM.Ap-Growth-Ap .sm-400 .backMlist {
      padding: 10px 44px;
      font-size: 16px; }
  .Verticle {
    gap: 30px 30px; }
    .Verticle .col-3v {
      max-width: 100%; }
      .Verticle .col-3v:nth-child(3n+2) {
        margin-top: 30px;
        margin-bottom: 30px; }
      .Verticle .col-3v:nth-child(3n+1) {
        margin-top: 30px; }
  .dmh2 {
    font-size: 24px;
    line-height: 31px; }
  .listfm {
    padding: 30px 0 0 0;
    gap: 30px; }
    .listfm .listfm-mid h2.font-24 {
      font-size: 20px; }
    .listfm .listfm-mid .point-list {
      gap: 15px; }
  .sheduleVid .overlay-desc-Sh {
    padding: 0 15px; }
    .sheduleVid .overlay-desc-Sh .sh-h1 {
      font-size: 28px; }
    .sheduleVid .overlay-desc-Sh .sh-p {
      font-size: 16px;
      margin-bottom: 30px; }
  .menu-hide .Email-Section ul li,
  .menu-hide .menuDsk ul li {
    margin-bottom: 20px; } }

/* video container styling */
.video-container {
  position: relative;
  z-index: 99;
  max-height: 545px; }
  .video-container .dark-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(2, 16, 39, 0.7); }
  .video-container .banner-Div {
    height: 545px;
    width: 100%;
    object-fit: cover;
    display: none; }
  .video-container video {
    vertical-align: middle;
    max-height: 545px;
    height: 545px;
    width: 100%;
    object-fit: cover; }
  .video-container .overlay-desc {
    z-index: 999;
    max-width: 830px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center; }
    .video-container .overlay-desc .headline {
      font-family: 'Poppins';
      font-weight: 900;
      font-size: 50px;
      line-height: 65px;
      letter-spacing: 0em;
      text-transform: uppercase;
      color: #fff; }
      .video-container .overlay-desc .headline span {
        letter-spacing: 0.12em;
        text-transform: uppercase;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px #FF3E81; }
    .video-container .overlay-desc .subtitle {
      max-width: 600px;
      margin: auto;
      padding: 15px 0 25px 0;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #fff; }
    .video-container .overlay-desc .smp {
      margin-top: 15px;
      color: #fff;
      text-align: center; }

.video-container::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.1); }

/* Brand Experience logo */
.topSlider {
  background: #F5F5F5; }
  .topSlider .pdtb {
    padding: 25px 0 0 0; }
    .topSlider .pdtb .h2Heading {
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #FF3E81; }
    .topSlider .pdtb .line-min23 {
      min-width: 23px;
      display: inline-block;
      height: 3px;
      background: #FF3E81;
      margin-top: 5px; }
  .topSlider .slider {
    padding: 52px 0; }
    .topSlider .slider .slide-track {
      width: 100%;
      mix-blend-mode: multiply; }
      .topSlider .slider .slide-track .owl-stage {
        display: flex;
        align-items: center; }
        .topSlider .slider .slide-track .owl-stage .owl-item {
          max-width: 120px; }
          .topSlider .slider .slide-track .owl-stage .owl-item .slide {
            width: 100%; }
            .topSlider .slider .slide-track .owl-stage .owl-item .slide img {
              margin: auto;
              width: auto;
              max-width: 120px;
              max-height: 40px;
              height: auto;
              filter: grayscale(1);
              object-fit: contain; }

/* arrow */
.arrowdw {
  padding-top: 35px; }
  .arrowdw .arrows path {
    fill: transparent;
    stroke-width: 1px;
    animation: drift 2s infinite; }
  .arrowdw .arrows path.a1 {
    animation-delay: -1s; }
  .arrowdw .arrows path.a2 {
    animation-delay: -.5s; }

@keyframes drift {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Looking to grow your business?   */
.aboutindex {
  padding: 118px 0 100px 0; }
  .aboutindex .aboutHome {
    margin: 0 0 53px 0; }
    .aboutindex .aboutHome .wi-400 {
      max-width: 542px;
      width: 100%;
      margin: 0 0 15px 0; }
      .aboutindex .aboutHome .wi-400 span {
        display: block;
        color: #444444;
        font-size: 47px;
        line-height: 80px;
        font-weight: 700; }

.about-bottom {
  display: flex;
  gap: 115px; }
  .about-bottom .imageV {
    max-width: 420px;
    width: 100%;
    mix-blend-mode: multiply; }
    .about-bottom .imageV img {
      width: 100%;
      height: 420px;
      mix-blend-mode: multiply;
      object-fit: cover; }
  .about-bottom .textV {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 695px;
    width: 100%; }
    .about-bottom .textV h2.font-20 {
      margin-bottom: 30px; }
    .about-bottom .textV li {
      display: flex;
      gap: 15px;
      margin-bottom: 20px; }
      .about-bottom .textV li:last-child {
        margin-bottom: 20px; }
      .about-bottom .textV li .exportDiv {
        color: #000; }
        .about-bottom .textV li .exportDiv h3 {
          font-family: 'Montserrat';
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 10px; }

.bluebox {
  background: #7654DA;
  padding: 50px 0; }
  .bluebox .maximize {
    margin-bottom: 36px;
    max-width: 772px;
    color: #fff;
    font-size: 14px; }
    .bluebox .maximize span {
      font-weight: 900;
      font-size: 24px;
      line-height: 34px;
      display: block;
      /* margin-top: 10px;*/ }
  .bluebox .Txtp {
    color: #fff;
    font-size: 16px; }
  .bluebox .post-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 230px;
    height: 230px;
    object-fit: contain;
    mix-blend-mode: color-burn; }

.gr-plan .NySub::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: -1px 0 #ff3e81;
  letter-spacing: 0.50em;
  bottom: 3px;
  width: 100%; }

.gr-plan .max-gplan .itemGP:nth-child(3n) h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  width: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #F5F5F5;
  font-size: 40px;
  opacity: 0.25; }

.gr-plan {
  padding: 100px 0 50px 0; }
  .gr-plan .NySub {
    position: relative;
    font-weight: 900;
    font-size: 42px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    /*  max-width: 786px;  font-family: 'Poppins';*/
    font-family: 'Montserrat';
    max-width: 886px;
    margin: auto;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #FF3E81;
    margin-bottom: 100px; }
  .gr-plan .max-gplan {
    /* gap: 73px 80px;
    display: grid;
    grid-template-columns: 2fr 2fr; */ }
    .gr-plan .max-gplan .itemGP {
      position: relative;
      background: #7654DA;
      border-radius: 10px;
      padding: 80px 29px 50px 29px;
      color: #fff; }
      .gr-plan .max-gplan .itemGP .Di-num {
        font-family: 'Poppins';
        font-weight: 900;
        font-size: 80px;
        line-height: 98px;
        /* text-align: center;*/
        color: #FF3E81;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px #FF3E81;
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%); }
      .gr-plan .max-gplan .itemGP h2 {
        font-weight: 900;
        font-size: 20px;
        line-height: 34px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 30px 0; }
      .gr-plan .max-gplan .itemGP .moreAddiv {
        max-width: 760px;
        width: 100%;
        margin: auto;
        text-align: center; }
      .gr-plan .max-gplan .itemGP .EditorTxt {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #fff; }
        .gr-plan .max-gplan .itemGP .EditorTxt p {
          margin-bottom: 20px; }
          .gr-plan .max-gplan .itemGP .EditorTxt p:last-child {
            margin-bottom: 0px; }
      .gr-plan .max-gplan .itemGP .xml-list {
        display: flex;
        margin-top: 20px;
        gap: 16px;
        align-items: center;
        /*justify-content: center;*/ }
        .gr-plan .max-gplan .itemGP .xml-list li {
          display: flex;
          gap: 5px;
          font-size: 14px;
          align-items: center; }
      .gr-plan .max-gplan .itemGP .imgX {
        text-align: center; }
        .gr-plan .max-gplan .itemGP .imgX li {
          margin-bottom: 66px;
          margin-top: 8px;
          position: relative; }
          .gr-plan .max-gplan .itemGP .imgX li::before {
            content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2928 7.49991C14.2928 10.889 11.4052 13.6763 7.79279 13.6763C4.18037 13.6763 1.29279 10.889 1.29279 7.49991C1.29279 4.1108 4.18037 1.32349 7.79279 1.32349C11.4052 1.32349 14.2928 4.1108 14.2928 7.49991Z' stroke='%23FF3E81'/%3E%3Cellipse cx='7.79279' cy='7.49983' rx='3.5' ry='3.33821' fill='%23FF3E81'/%3E%3C/svg%3E");
            position: absolute;
            height: 13px;
            transform: translateX(-50%);
            left: 50%;
            top: -17px; }
          .gr-plan .max-gplan .itemGP .imgX li::after {
            content: '';
            position: absolute;
            border: 1px #fff dashed;
            height: 51px;
            width: 1px;
            bottom: -55px;
            transform: translateX(-50%);
            left: 50%; }
          .gr-plan .max-gplan .itemGP .imgX li:last-child {
            margin-bottom: 0; }
            .gr-plan .max-gplan .itemGP .imgX li:last-child::after {
              height: 16px;
              bottom: -22px; }
      .gr-plan .max-gplan .itemGP:nth-child(3n) {
        grid-column: auto/span 2;
        padding: 70px 29px 50px 29px; }
      .gr-plan .max-gplan .itemGP:nth-child(3n) h2 {
        position: relative;
        font-size: 35px;
        line-height: 43px;
        text-align: center;
        letter-spacing: 0.2em;
        margin-bottom: 39px; }
      .gr-plan .max-gplan .itemGP:nth-child(3n) ul {
        max-width: 512px;
        width: 100%;
        margin: auto;
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        position: relative; }
        .gr-plan .max-gplan .itemGP:nth-child(3n) ul::before {
          content: '';
          position: absolute;
          border: 1px #fff dashed;
          height: 13px;
          width: 1px;
          top: -28px; }
      .gr-plan .max-gplan .itemGP:nth-child(3n)::before {
        content: url("../img/leaves-bglf.png");
        position: absolute;
        height: 254px;
        width: 249px;
        bottom: 0;
        background-blend-mode: color-burn;
        left: 0;
        mix-blend-mode: color-burn; }
      .gr-plan .max-gplan .itemGP:nth-child(3n)::after {
        content: url("../img/leaves-bgrt.png");
        position: absolute;
        height: 254px;
        width: 249px;
        bottom: 0;
        background-blend-mode: color-burn;
        right: 0;
        mix-blend-mode: color-burn; }
  .gr-plan .txt-center.act-btn {
    margin-top: 56px; }

.listingLogo {
  padding: 50px 0 50px 0; }
  .listingLogo li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 25px; }
    .listingLogo li .listingBrand-Logo {
      display: flex;
      flex: 0 0 100px;
      align-items: center;
      height: 65px;
      background-color: #fff;
      padding: 10px;
      border-radius: 10px; }
      .listingLogo li .listingBrand-Logo img {
        max-width: 88px;
        width: 100%;
        max-height: 65px;
        object-fit: contain; }
    .listingLogo li .listingBrandTxt {
      flex: 0 0 75%;
      text-align: left;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #fff; }
      .listingLogo li .listingBrandTxt h3 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 5px; }

.ap-Growth {
  padding: 50px 0 48px 0;
  min-height: 678px;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  background-attachment: fixed; }
  .ap-Growth::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    min-height: 678px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 16, 39, 0.55); }
  .ap-Growth .zindex-Container {
    z-index: 99;
    position: relative; }
  .ap-Growth .Growth-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 0, 0, 0.1); }
  .ap-Growth .width-1060 {
    max-width: 1060px;
    width: 100%;
    margin: auto; }
    .ap-Growth .width-1060 h2 {
      font-weight: 900;
      font-size: 45px;
      line-height: 55px;
      text-align: center;
      color: #fff; }
    .ap-Growth .width-1060 .line-first {
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      text-align: center;
      max-width: 837px;
      width: 100%;
      color: #F5F5F5;
      margin: auto;
      padding: 37px 0 56px 0;
      gap: 2%; }
    .ap-Growth .width-1060 .line-second {
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      text-align: center;
      color: #fff; }
      .ap-Growth .width-1060 .line-second span {
        font-weight: 700; }
  .ap-Growth .Growthg4 {
    margin: 56px 0 60px 0;
    gap: 2%; }
    .ap-Growth .Growthg4 .Growthg4-items {
      /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.175) 100%);
      opacity: 0.7;
        backdrop-filter: blur(20px);
      */
      box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
      border-radius: 5px;
      padding: 28px 14px;
      text-align: center;
      position: relative; }
      .ap-Growth .Growthg4 .Growthg4-items h2 {
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
        color: #fff; }
      .ap-Growth .Growthg4 .Growthg4-items .Growthg4-items-txt {
        color: #F5F5F5;
        font-weight: 500;
        line-height: 18px; }
      .ap-Growth .Growthg4 .Growthg4-items::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: -1;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.175) 100%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px); }
  .ap-Growth .act-btn {
    text-transform: uppercase; }
    .ap-Growth .act-btn span {
      padding: 11px 41px; }

.GrowthBlue {
  padding: 50px 0 42px 0;
  color: #fff;
  background-color: #7654DA; }
  .GrowthBlue .GrowthParent {
    display: flex;
    gap: 19px; }
    .GrowthBlue .GrowthParent .GP-left {
      max-width: 411px;
      width: 100%;
      display: flex;
      align-items: center;
      gap: 28px; }
      .GrowthBlue .GrowthParent .GP-left h2 {
        max-width: 355px;
        font-weight: 900;
        font-size: 45px;
        line-height: 55px;
        text-align: center;
        letter-spacing: 0.58em;
        text-transform: uppercase;
        background: linear-gradient(180deg, #FFFFFF 0%, #FF3E81 100%);
        color: #7654DA;
        -webkit-text-stroke: 3.5px transparent; }
    .GrowthBlue .GrowthParent .GP-right {
      max-width: 850px;
      width: 100%;
      display: flex;
      /* justify-content: space-between;*/
      gap: 2px;
      align-items: center;
      text-align: center; }
      .GrowthBlue .GrowthParent .GP-right .ItemsTxt {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #FF3E81;
        font-weight: 900;
        color: #F5F5F5;
        display: flex;
        gap: 1px;
        align-items: center;
        letter-spacing: 0.095em; }
        .GrowthBlue .GrowthParent .GP-right .ItemsTxt:last-child {
          max-width: 395px; }
          .GrowthBlue .GrowthParent .GP-right .ItemsTxt:last-child span {
            display: none; }
        .GrowthBlue .GrowthParent .GP-right .ItemsTxt .repettxt {
          padding: 0 4px; }
        .GrowthBlue .GrowthParent .GP-right .ItemsTxt span {
          width: 28px;
          height: 28px;
          object-fit: cover; }

.groth-section {
  padding: 80px 0 70px 0;
  background-color: #F5F5F5; }
  .groth-section .multi-gif {
    mix-blend-mode: multiply; }
  .groth-section .flex-center {
    text-align: center;
    margin-top: 34px; }
    .groth-section .flex-center span {
      padding: 11px 97px;
      text-transform: uppercase; }

.flex-groth {
  display: flex;
  gap: 12%; }

.imgGroth {
  max-width: 506px;
  width: 100%;
  mix-blend-mode: multiply; }
  .imgGroth img {
    max-width: 100%;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply; }

.max-groth {
  max-width: 626px;
  width: 100%; }
  .max-groth .sm-subtitle {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase; }
  .max-groth .growth-Heading {
    max-width: 360px;
    width: 100%;
    margin: 13px 0 47px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase; }
  .max-groth .groth-dots li.glist {
    display: flex;
    gap: 15px;
    margin-bottom: 15px; }
    .max-groth .groth-dots li.glist:last-child {
      margin-bottom: unset; }
    .max-groth .groth-dots li.glist .list-groth {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #444444; }
      .max-groth .groth-dots li.glist .list-groth h3 {
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px; }

/* testi monial */
.indexTestim {
  padding: 100px 0; }

/*
.lf-testimonial {
  padding-left: 5%;
}
*/
.flexTesti {
  display: flex;
  flex-direction: column;
  gap: 50px;
  /* align-items: center;
  gap: 18%;
  justify-content: space-between;
  */ }

.w-380 {
  /* max-width: 380px;*/
  max-width: 60%;
  width: 100%;
  margin: auto;
  text-align: center; }
  .w-380 .Subheading-h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    background: linear-gradient(90.53deg, #7654DA -23.29%, #FF3E81 99.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }
  .w-380 .txtdata {
    margin: 25px auto 34px auto;
    width: 60%;
    color: #444444; }
  .w-380 .action_button {
    text-transform: uppercase; }

.testi-slider {
  /* width: 55.01%;*/
  width: 100%;
  overflow-x: auto; }
  .testi-slider .callSlider {
    padding-top: 40px; }
    .testi-slider .callSlider .Testi-wrap {
      background: #7654DA;
      border-radius: 10px;
      padding: 41px 30px;
      color: #fff;
      text-align: center;
      margin-top: 40px;
      display: block;
      cursor: pointer; }
      .testi-slider .callSlider .Testi-wrap img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        background: #fff;
        padding: 5px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0px;
        border: 1px solid #FF3E81; }
      .testi-slider .callSlider .Testi-wrap .BrandOwner {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .testi-slider .callSlider .Testi-wrap .UxTxt {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        /* margin: 15px 0;*/ }
      .testi-slider .callSlider .Testi-wrap .OwnerName {
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #F5F5F5; }
    .testi-slider .callSlider .owl-nav {
      display: flex;
      margin: 31px 0 0 0;
      gap: 15px;
      justify-content: center; }
      .testi-slider .callSlider .owl-nav button.disabled {
        display: none; }

/* Home responsive css */
@media (max-width: 1250px) {
  .dskMenu {
    align-items: center; }
    .dskMenu .menuSocial {
      gap: 8px; }
      .dskMenu .menuSocial .action_button span {
        text-align: center; }
      .dskMenu .menuSocial .callHeader-btn {
        max-width: 220px; }
      .dskMenu .menuSocial p {
        font-size: 12px; } }

/* Tab responsive 1023px */
@media (max-width: 1023px) {
  .video-container .overlay-desc .headline {
    font-size: 47px;
    line-height: 70px; }
  .aboutindex {
    padding: 80px 0 80px 0; }
  .about-bottom {
    gap: 2%; }
    .about-bottom .imageV {
      flex: 0 0 40%;
      display: flex;
      align-items: center; }
      .about-bottom .imageV img {
        height: unset; }
    .about-bottom .textV {
      flex: 0 0 60%; }
  .gr-plan {
    padding: 80px 0 80px 0; }
    .gr-plan .NySub {
      font-size: 34px;
      margin-bottom: 80px; }
    .gr-plan .max-gplan {
      gap: 50px 30px; }
      .gr-plan .max-gplan .itemGP .imgX li {
        margin-bottom: 50px; }
      .gr-plan .max-gplan .itemGP .xml-list {
        gap: 10px;
        flex-direction: column; }
  .ap-Growth .width-1060 h2 {
    font-size: 32px;
    line-height: 45px; }
  .ap-Growth .Growthg4 {
    margin: 50px 0 50px 0;
    gap: 15px 15px;
    grid-template-columns: repeat(2, 1fr); }
  .GrowthBlue {
    padding: 50px 0 50px 0; }
    .GrowthBlue .GrowthParent {
      flex-direction: column;
      gap: 20px;
      align-items: center; }
      .GrowthBlue .GrowthParent .GP-left {
        flex-direction: column;
        gap: 20px; }
  .groth-section {
    padding: 50px 0 50px 0; }
    .groth-section .growth-Heading {
      font-size: 24px;
      line-height: 29px;
      margin: 10px 0 30px 0; }
  .flex-groth {
    gap: 2%; }
    .flex-groth .max-groth {
      flex: 0 0 60%; }
    .flex-groth .imgGroth {
      flex: 0 0 40%;
      align-items: center;
      display: flex; }
  .indexTestim {
    padding: 50px 0 50px 0; }
  .flexTesti {
    gap: 2%; }
    .flexTesti .w-380 {
      flex: 0 0 40%;
      max-width: 40%; }
      .flexTesti .w-380 .Subheading-h2 {
        font-size: 24px;
        line-height: 29px; }
    .flexTesti .testi-slider {
      flex: 0 0 60%; }
      .flexTesti .testi-slider .Testi-wrap {
        padding: 40px 15px 30px 15px; } }

/* mobile 767px */
@media (max-width: 767px) {
  .listingLogo {
    padding: 50px 0 50px 0; }
    .listingLogo li {
      gap: 15px;
      align-items: unset; }
      .listingLogo li .listingBrand-Logo {
        flex: 0 0 60px;
        position: relative;
        top: 10px;
        padding: 5px;
        border-radius: 5px;
        height: 55px; }
        .listingLogo li .listingBrand-Logo img {
          max-width: 50px;
          max-height: 50px; }
      .listingLogo li .listingBrandTxt {
        flex: 0 0 75%; }
        .listingLogo li .listingBrandTxt h3 {
          font-size: 16px; }
  .video-container {
    max-height: 75vh; }
    .video-container .overlay-desc {
      padding: 0 15px; }
    .video-container .banner-Div {
      height: 75vh; }
    .video-container video {
      max-height: 75vh;
      height: 100vh; }
    .video-container .overlay-desc .headline {
      /* font-size: 24px;
        line-height: 34px;
        */
      font-size: 21px;
      line-height: 28px;
      letter-spacing: .5px; }
    .video-container .overlay-desc .subtitle {
      font-size: 16px;
      line-height: 24px;
      width: 78%; }
    .video-container .overlay-desc .smp {
      font-size: 13px;
      line-height: 17px;
      width: 78%;
      margin: auto;
      margin-top: 15px; }
  .aboutindex {
    padding: 50px 0 50px 0; }
    .aboutindex .aboutHome .wi-400 span {
      font-size: 24px;
      line-height: 34px; }
  .about-bottom {
    gap: 30px;
    flex-direction: column; }
    .about-bottom .imageV {
      flex: 0 0 100%;
      display: flex;
      align-items: center; }
      .about-bottom .imageV img {
        height: unset; }
    .about-bottom .textV {
      flex: 0 0 100%; }
  .bluebox .maximize span {
    font-size: 24px;
    line-height: 34px; }
  .gr-plan {
    padding: 50px 0 50px 0; }
    .gr-plan .NySub {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 50px; }
    .gr-plan .max-gplan {
      gap: 50px;
      grid-template-columns: repeat(1, 1fr); }
      .gr-plan .max-gplan .itemGP h2 {
        font-size: 18px;
        line-height: 24px; }
      .gr-plan .max-gplan:nth-child(3n) {
        grid-column: unset; }
  .gr-plan .max-gplan .itemGP:nth-child(3n) {
    grid-column: unset; }
  .ap-Growth {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    /* &::after {
      display: none;
    }
    */ }
    .ap-Growth .width-1060 h2 {
      font-size: 24px;
      line-height: 34px; }
    .ap-Growth .width-1060 .line-first {
      font-size: 16px;
      line-height: 21px; }
    .ap-Growth .Growthg4 {
      gap: 15px 15px;
      grid-template-columns: repeat(1, 1fr);
      margin: 30px 0 50px 0; }
      .ap-Growth .Growthg4 .Growthg4-items {
        opacity: 1;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset; }
  .GrowthBlue .GrowthParent .GP-left {
    max-width: 100%; }
    .GrowthBlue .GrowthParent .GP-left h2 {
      max-width: 100%;
      font-size: 34px; }
  .GrowthBlue .GrowthParent .GP-right {
    max-width: 100%;
    flex-direction: column; }
    .GrowthBlue .GrowthParent .GP-right .ItemsTxt {
      flex-direction: column; }
  .flex-groth {
    gap: 30px;
    flex-direction: column-reverse; }
    .flex-groth .max-groth {
      flex: 0 0 100%; }
    .flex-groth .imgGroth {
      flex: 0 0 100%; }
  .flexTesti {
    gap: 30px;
    flex-direction: column; }
    .flexTesti .w-380 {
      flex: 0 0 100%;
      max-width: 100%; }
    .flexTesti .testi-slider {
      flex: 0 0 100%;
      width: 100%; }
  /*
  .lf-testimonial {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
  }
*/
  .gr-plan .max-gplan .itemGP {
    padding: 80px 20px 50px 20px; }
  .gr-plan .max-gplan .itemGP .xml-list {
    align-items: unset; }
  .gr-plan .max-gplan .itemGP .imgX li::after {
    height: 40px;
    bottom: -42px; }
  .gr-plan .max-gplan .itemGP:nth-child(3n)::before,
  .gr-plan .max-gplan .itemGP:nth-child(3n)::after,
  .bluebox .post-img {
    width: 120px;
    height: 120px;
    object-fit: contain; }
  .gr-plan .max-gplan .itemGP:nth-child(3n)::before {
    content: '';
    background: url(../img/leaves-bglf.png) no-repeat 0 0;
    background-size: 120px 120px; }
  .gr-plan .max-gplan .itemGP:nth-child(3n)::after {
    content: '';
    background: url(../img/leaves-bgrt.png) no-repeat 0 0;
    background-size: 120px 120px; }
  .w-380 .txtdata {
    font-size: 16px; } }
