/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 33;
    width: 100%;
    padding-top: 2.875rem;
  }
  .header .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 767px) {
    .header .header-row .logo {
      min-width: 120px;
    }
    .header .header-row .logo img {
      max-width:70%;
    }
    .respons-btn{top: 0!important;}
  }
  .header .header-row .menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
    padding: 0px 10px;
  }
  .header .header-row .menu ul.main-menu {
    padding: 0;
    margin: 0;
  }
  .header .header-row .menu ul.main-menu > li {
    display: inline-block;
    position: relative;
    padding: 0.7rem 1.125rem;
  }
  @media (max-width: 1200px) {
    .header .header-row .menu ul.main-menu > li {
      padding: 0.4rem 0.3rem;
    }
  }
  .header .header-row .menu ul.main-menu > li > a {
    color: var(--tp-common-white);
    display: block;
    font-size: var(--tp-fz-p);
    font-family: var(--tp-ff-body);
    text-transform: uppercase;
    text-decoration: none;
  }
  .header .header-row .menu ul.main-menu > li > a:hover, .header .header-row .menu ul.main-menu > li.active > a {
    color: var(--tp-theme-pink);
  }
  @media (max-width: 1200px) {
    .header .header-row .menu ul.main-menu > li > a {
      font-size: calc(var(--tp-fz-p) - 2px);
    }
  }
  .header .header-row .menu ul.main-menu li.submenu {
    position: static;
  }
  .header .header-row .menu ul.main-menu li.submenu > a {
    padding-right: 10px;
    position: relative;
  }
  .header .header-row .menu ul.main-menu li.submenu > a::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer {
    position: absolute;
    width: 100%;
    left: 0;
    background: #FFF;
    padding: 47px;
    top: 43px;
    display: none;
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx {
    float: left;
    width: 25%;
    padding: 0px 15px;
    position: relative;
    list-style-type: none;
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx h3 {
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-bold);
    margin-bottom: 15px;
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx ul {
    padding: 0;
    list-style-type: none;
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx ul li {
    padding: 0;
    display: block;
    list-style-type: none;
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx ul li a {
    color: var(--tp-common-black);
    font-size: calc(var(--tp-fz-p) - 2px);
    text-transform: capitalize;
    text-decoration: none;
  }
  .header .header-row .menu ul.main-menu li.submenu > .submenu-outer > .sub-bx > ul > li:hover > a {
    color: var(--tp-heading-spanred);text-decoration: underline;
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx ul li.active a {
    color: var(--tp-heading-spanred); 
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx ul li::marker {
    display: none;
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx::after {
    position: absolute;
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #8C8C8C;
    content: "";
  }
  .header .header-row .menu ul.main-menu li.submenu .submenu-outer .sub-bx:last-child::after {
    display: none;
  }
  .header .header-row .menu ul.main-menu li.submenu:hover .submenu-outer {
    display: block;
  }
  @media (max-width: 1200px) {
    .header .header-row .menu ul.main-menu {
      margin: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .header-row .menu {
      justify-content: right;
      position: static;
      padding: 0px 15px;
    }
  }
  @media (max-width: 767px) {
    .header .header-row .menu {
      justify-content: right;
      position: static;
      padding: 0px 15px;
    }
  }
  .header .header-row .phone-no button {
    background: linear-gradient(90deg, #EE0202 0%, #EE9002 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: var(--tp-fz-p);
    padding: 0.938rem 1.375rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-white);
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 1s ease;
    min-width: 188px;
    border: none;
  }
  .header .header-row .phone-no button:hover {
    background: linear-gradient(90deg, #EE9002 0%, #EE0202 100%);
  }
  @media (max-width: 1200px) {
    .header .header-row .phone-no button {
      font-size: calc(var(--tp-fz-p) - 2px);
      min-width: 156px;
    }
  }
  @media (max-width: 767px) {
    .header .header-row .phone-no button {
      padding: 0.938rem 1rem;
      min-width: 145px;
    }
  }
  @media screen and (max-width: 576px) {
    .header .header-row .phone-no button {
      padding: 0.938rem 0.3rem;
      min-width: 128px;
      font-size: calc(var(--tp-fz-p) - 3px);
    }

  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .header-row {
      position: relative;
    }
  }
  @media (max-width: 767px) {
    .header {
      padding-top: 0.875rem;
    }
  }
  
  .header.is-sticky {
    background: linear-gradient(215deg, #420049 0.01%, #001272 96.4%);
    padding: 0.875rem 0rem;
    animation: slideDown 0.35s ease-out;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  @media screen and (max-width: 991px) {
    .menu .slicknav_menu .slicknav_nav {
      max-height: 400px;
      overflow: auto;
    }
    .menu .slicknav_menu .slicknav_nav li {
      padding: 10px 0px;
      border-bottom: 1px solid #8C8C8C;
    }
    .menu .slicknav_menu .slicknav_nav li a {
      color: var(--tp-common-black);
      font-size: var(--tp-fz-p);
      text-transform: capitalize;
    }
    .menu .slicknav_menu .slicknav_nav li .submenu-outer {
      margin: 0;
    }
    .menu .slicknav_menu .slicknav_nav li .submenu-outer .sub-bx h3 {
      font-size: var(--tp-fz-p);
      font-weight: var(--tp-fw-bold);
      color: var(--tp-common-black);
      margin-bottom: 0px;
      display: inline-block;
    }
    .menu .slicknav_menu .slicknav_nav li .submenu-outer .sub-bx ul {
      margin: 0;
      list-style-type: none;
    }
    .menu .slicknav_menu .slicknav_nav li .submenu-outer .sub-bx ul li {
      list-style-type: none;
    }
    .menu .slicknav_menu .slicknav_nav li .submenu-outer .sub-bx ul li a {
      padding: 0;
      color: var(--tp-common-black);
      font-size: var(--tp-fz-p);
      text-transform: capitalize;
    }
    .menu .slicknav_menu .slicknav_nav li:last-child {
      border: none;
    }
    .menu .slicknav_menu .slicknav_nav .slicknav_arrow {
      float: right;
    }
  }
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  /*----------------------------------------*/
  /*  04. BANNER CSS START
  /*----------------------------------------*/
  .bannner-outer {
    position: relative;
    overflow: hidden;
    z-index: 9;
  }
  .bannner-outer figure {
    margin: 0;
  }
  .bannner-outer figure img {
    width: 100%;
  }
  @media (max-width: 1200px) {
    .bannner-outer figure img {
      height: 500px;
      object-fit: cover;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bannner-outer figure img {
      height: 450px;
      object-fit: cover;
    }
  }
  .bannner-outer .banner-text-outer {
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: -88px;
    display: flex;
    z-index: 2;
  }
  .bannner-outer .banner-text-outer .banner-text {
    max-width: 725px;
  }
  .bannner-outer .banner-text-outer .banner-text h4 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 7px;
  }
  .bannner-outer .banner-text-outer .banner-text h1 {
    color: var(--tp-common-white);
    margin-bottom: 1rem;
    font-size: var(--tp-fz-h1);
    font-weight: var(--tp-fw-bold);
    line-height: 140%;
    padding-bottom: 8px;
  }
  @media (max-width: 1200px) {
    .bannner-outer .banner-text-outer .banner-text h1 {
      font-size: var(--tp-fz-h2);
      line-height: 120%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bannner-outer .banner-text-outer .banner-text h1 {
      font-size: var(--tp-fz-h3);
    }
  }
  @media (max-width: 767px) {
    .bannner-outer .banner-text-outer .banner-text h1 {
      font-size: var(--tp-fz-h3);
    }
  }
  .bannner-outer .banner-text-outer .banner-text h3 {
    color: var(--tp-common-white);
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-sbold);
    margin-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bannner-outer .banner-text-outer .banner-text h3 {
      font-size: var(--tp-fz-h3);
    }
  }
  @media (max-width: 767px) {
    .bannner-outer .banner-text-outer .banner-text h3 {
      font-size: var(--tp-fz-h3);
    }
  }
  .bannner-outer .banner-text-outer .banner-text label {
    font-size: calc(var(--tp-fz-p) - 1px);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-text-1);
    letter-spacing: 0.3px;
  }
  .bannner-outer .banner-text-outer .banner-text p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    padding-bottom: 7px;
  }
  .bannner-outer .banner-text-outer .banner-text .lets-talk {
    color: var(--tp-theme-pink);
    font-size: var(--tp-fz-h3);
    display: inline-block;
    line-height: 1.4;
    transition: all 0.5s;
    margin-top: 15px;
    position: relative;
    z-index: 9;
  }
  .bannner-outer .banner-text-outer .banner-text .lets-talk:hover {
    color: var(--tp-heading-spanred);
  }
  @media (max-width: 767px) {
    .bannner-outer .banner-text-outer .banner-text .banner-left {
      order: 2;
    }
  }
  @media (max-width: 767px) {
    .bannner-outer .banner-text-outer .banner-text .banner-right {
      order: 1;
    }
  }
  
  .bannner-outer.details-banner .banner-text-outer {
    align-items: unset;
    text-align: center;
    padding-top: 200px;
  }
  .bannner-outer.details-banner .banner-text-outer .banner-text {
    max-width: 100%;
  }
  .bannner-outer.details-banner .banner-text-outer .banner-text h6 {
    color: var(--tp-common-white);
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-medium);
  }
  .bannner-outer.details-banner .banner-text-outer .banner-text p {
    color: var(--tp-common-white);
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .satisfied-client-outer {
    padding: 115px 0px;
  }
  .satisfied-client-outer .satisfied-bx {
    padding: 0px 15px;
    width: 33.33%;
  }
  .satisfied-client-outer .satisfied-bx h3 {
    background: linear-gradient(104deg, #F00 11.77%, #FFF500 89.04%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: calc(var(--tp-fz-h1) + var(--tp-fz-h1));
    text-transform: uppercase;
    font-weight: var(--tp-fw-bold);
    line-height: 90%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .satisfied-client-outer .satisfied-bx h3 {
      font-size: var(--tp-fz-h1);
    }
  }
  @media (max-width: 767px) {
    .satisfied-client-outer .satisfied-bx h3 {
      font-size: var(--tp-fz-h1);
    }
  }
  .satisfied-client-outer .satisfied-bx h6 {
    font-size: var(--tp-fz-h6);
    font-weight: var(--tp-fw-sbold);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .satisfied-client-outer .satisfied-bx h6 {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .satisfied-client-outer .satisfied-bx h6 {
      font-size: var(--tp-fz-h4);
    }
  }
  .satisfied-client-outer .satisfied-bx:nth-child(2) h3 {
    background: linear-gradient(102deg, #BF00CF 8%, #260094 89.44%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media (max-width: 767px) {
    .satisfied-client-outer .satisfied-bx {
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .satisfied-client-outer {
      padding: 50px 0px;
    }
  }
  @media (max-width: 767px) {
    .satisfied-client-outer {
      padding: 50px 0px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .client-cross-outer {
    background: linear-gradient(211deg, #4E004A 1.12%, #010042 100%);
    padding: 70px 0px 110px;
  }
  .client-cross-outer .head {
    padding-bottom: 60px;
  }
  .client-cross-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 20px;
  }
  .client-cross-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-cross-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .client-cross-outer .head h2 {
      font-size:28px;
    }
  }
  .client-cross-outer .head p {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
  }
  .client-cross-outer .head h4 {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-white);
  }
  .client-cross-outer .client-across-main .client-across-slide .client-across-bx {
    margin: 0px 32px;
  }
  .client-cross-outer .client-across-main .client-across-slide .client-across-bx figure {
    border: 1px solid #898989;
    background: rgba(217, 217, 217, 0.06);
    padding: 10px;
    display: flex;
    height: 146px;
    justify-content: center;
    align-items: center;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, rgba(217, 217, 217, 0.06), #898989);
  }
  .client-cross-outer .client-across-main .client-across-slide .client-across-bx figure img {
    object-fit: cover;
    max-height: 100%;
  }
  .client-cross-outer .client-across-main .client-across-slide2 {
    direction: rtl;
    margin-top: 70px;
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .elevating-outer {
    padding: 75px 0;
  }
  .elevating-outer .head {
    text-align: center;
    max-width: 903px;
    margin: 0 auto;
  }
  .elevating-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-bottom: 7px;
  }
  .elevating-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 40px;
  }
  .elevating-outer .head h2 span {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elevating-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .elevating-outer .head h2 {
      font-size: 28px;
    }
  }
  .elevating-outer p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    margin-bottom: 2rem;
    text-align: center;
  }
  .elevating-outer .explore {
    text-align: center;
    margin-top: 65px;
  }
  .elevating-outer .explore a {
    font-size: var(--tp-fz-h3);
    padding: 1.25rem 2.563rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border: 2px solid #00A3FF;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 6px;
  }
  .elevating-outer .explore a::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    border: 3px solid;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 6px;
  }
  .elevating-outer .explore a:hover::after {
    opacity: 0.8;
  }
  .elevating-outer .explore a i {
    color: var(--tp-heading-spanred);
    margin-left: 8px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elevating-outer .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .elevating-outer .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elevating-outer {
      padding: 75px 0 50px;
    }
  }
  @media (max-width: 767px) {
    .elevating-outer {
      padding: 75px 0 50px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .services-outer {
    background: linear-gradient(215deg, #420049 0.01%, #001272 96.4%);
    padding: 70px 0px;
  }
  .services-outer .services-main .head {
    text-align: center;
    max-width: 1030px;
    margin: 0 auto 80px;
  }
  .services-outer .services-main .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 20px;
  }
  .services-outer .services-main .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-outer .services-main .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .services-outer .services-main .head h2 {
      font-size: 28px;
    }
  }
  .services-outer .services-main .head p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 175%;
    text-align: center;
  }
  @media (max-width: 767px) {
    .services-outer .services-main .head {
      margin-bottom: 10px;
    }
  }
  .services-outer .services-main .row {
    margin-top: 20px;
  }
  .services-outer .services-main .row .services-bx {
    width: 33.33%;
    padding: 40px 15px 45px;
    border-top: 1px solid #CACACA;
    border-right: 1px solid #cacaca;
  }
  .services-outer .services-main .row .services-bx figure {
    height: 53px;
    display: flex;
  }
  .services-outer .services-main .row .services-bx h3 {
    color: var(--tp-heading-orange);
    font-size: calc(var(--tp-fz-h4) + 2px);
    text-transform: uppercase;
    font-weight: var(--tp-fw-bold);
    padding-bottom: 14px;
  }
  .services-outer .services-main .row .services-bx ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .services-outer .services-main .row .services-bx ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    margin-bottom: 15px;
    line-height: 120%;
    padding-left: 15px;
    position: relative;
    list-style: none;
  }
   .services-outer .services-main .row .services-bx p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    margin-bottom: 15px;
    line-height: 120%;
    position: relative;
    list-style: none;
  }
  .services-outer .services-main .row .services-bx ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-white);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-orange);
  }
  .services-outer .services-main .row .services-bx:nth-child(3n) {
    border-right: 0px;
  }
  .services-outer .services-main .row .services-bx:nth-child(1) {
    border-top: 0px;
  }
  .services-outer .services-main .row .services-bx:nth-child(2) {
    border-top: 0px;
  }
  .services-outer .services-main .row .services-bx:nth-child(3) {
    border-top: 0px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-outer .services-main .row .services-bx {
      width: 50%;
    }
    .services-outer .services-main .row .services-bx:nth-child(3n) {
      border-right: 1px solid #cacaca;
    }
    .services-outer .services-main .row .services-bx:nth-child(3) {
      border-top: 1px solid #CACACA;
    }
    .services-outer .services-main .row .services-bx:nth-child(2n) {
      border-right: 0px;
    }
  }
  @media (max-width: 767px) {
    .services-outer .services-main .row .services-bx {
      width: 50%;padding: 30px 15px 30px;
    }
    .services-outer .services-main .row .services-bx:nth-child(3n) {
      border-right: 1px solid #cacaca;
    }
    .services-outer .services-main .row .services-bx:nth-child(3) {
      border-top: 1px solid #CACACA;
    }
    .services-outer .services-main .row .services-bx:nth-child(2n) {
      border-right: 0px;
    }
  }
  @media screen and (max-width: 540px) {
    .services-outer .services-main .row .services-bx {
      width: 100%;
      border-right: 0 !important;
      padding: 30px 0px 30px;
    }
    .services-outer .services-main .row .services-bx:nth-child(2n) {
      border-top: 1px solid #CACACA;
      border-right: 0px;
    }
    .services-outer .services-main .row .services-bx:last-child {
      padding-bottom: 0px;
    }
  }
  @media (max-width: 576px) {
    .services-outer .services-main {
      padding: 0px 15px;
    }

  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .start-project-outer {
    padding: 60px 0px;
  }
  .start-project-outer .start-project-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .start-project-outer .start-project-main h2 {
    background: linear-gradient(91deg, #9E0000 6.96%, #FF8A00 98.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: calc(var(--tp-fz-h1) + 20px);
    font-weight: var(--tp-fw-bold);
    padding-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .start-project-outer .start-project-main h2 {
      font-size: var(--tp-fz-h2);
    }
  }
  @media (max-width: 767px) {
    .start-project-outer .start-project-main h2 {
      font-size: 28px;
    }
  }
  .start-project-outer .start-project-main p {
    width: 100%;
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 190%;
    padding-bottom: 20px;
  }
  @media (max-width: 767px) {
    .start-project-outer .start-project-main p {
      font-size: var(--tp-fz-h4);
      line-height: 150%;
    }
  }
  .start-project-outer .start-project-main a {
    font-size: var(--tp-fz-h3);
    padding: 1.25rem 2.563rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border: 2px solid #00A3FF;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 6px;
  }
  .start-project-outer .start-project-main a::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    border: 3px solid;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6px;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 6px;
  }
  .start-project-outer .start-project-main a:hover::after {
    opacity: 0.8;
  }
  .start-project-outer .start-project-main a i {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .start-project-outer .start-project-main a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .start-project-outer .start-project-main a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .start-project-outer {
      padding: 50px 0px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .through-digital-outer {
    padding: 73px 0px;
    background: linear-gradient(24deg, #4E004A 1.12%, #010042 100%);
  }
  .through-digital-outer .head {
    max-width: 984px;
    margin: 0 auto;
    text-align: center;
  }
  .through-digital-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 20px;
  }
  .through-digital-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 15px;
    line-height: 145%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .through-digital-outer .head h2 {
      font-size: var(--tp-fz-h6);
      line-height: 125%;
    }
  }
  @media (max-width: 767px) {
    .through-digital-outer .head h2 {
      font-size: 28px;
      line-height: 125%;
    }
  }
  .through-digital-outer .through-digital-tab {
    margin-top: 25px;
  }
  .through-digital-outer .through-digital-tab ul {
    border-color: #D0D0D0;
  }
  .through-digital-outer .through-digital-tab ul li {
    width: 33.33%;
  }
  .through-digital-outer .through-digital-tab ul li button {
    background: none !important;
    border: none !important;
    margin: 0px !important;
    width: 100%;
    padding: 35px 15px;
    font-size: var(--tp-fz-h3);
    color: var(--tp-common-white);
  }
  .through-digital-outer .through-digital-tab ul li button.active {
    text-shadow: 0px 0px 10px rgb(255, 61, 0);
    color: var(--tp-common-white) !important;
    position: relative;
  }
  .through-digital-outer .through-digital-tab ul li button.active::after {
    height: 8px;
    background: var(--tp-common-white);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  .through-digital-outer .through-digital-tab ul li button.active::before {
    background: url(../0321ad050c4933781dd5.webp) no-repeat;
    width: 26px;
    height: 13px;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
  }
  .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item {
    background: none;
    border-radius: 0px;
  }
  .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item .accordion-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 35px;
  }
  .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item .accordion-body .through-digital-bx {
    width: 25%;
    padding: 0px 15px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }
  .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item .accordion-body .through-digital-bx img {
    max-height: 100%;
    object-fit: contain;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item .accordion-body .through-digital-bx {
      width: 33.33%;
    }
  }
  @media (max-width: 767px) {
    .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item .accordion-body .through-digital-bx {
      width: 50%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item {
      display: block;
      opacity: 1;
      margin-bottom: 15px;
    }
    .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item .accordion-header .accordion-button {
      background: #fff;
      border: 1px solid #e7f1ff;
      font-size: var(--tp-fz-h3);
      color: var(--tp-common-black);
    }
  }
  @media (max-width: 767px) {
    .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item {
      display: block;
      opacity: 1;
      margin-bottom: 15px;
    }
    .through-digital-outer .through-digital-tab .tab-content.accordion .accordion-item .accordion-header .accordion-button {
      background: #fff;
      border: 1px solid #e7f1ff;
      font-size: var(--tp-fz-h3);
      color: var(--tp-common-black);
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .textmonail-outer {
    padding: 73px 0px;
  }
  .textmonail-outer .head {
    text-align: center;
  }
  .textmonail-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-bottom: 20px;
  }
  .textmonail-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .textmonail-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .textmonail-outer .head h2 {
      font-size: 28px;
    }
  }
  .textmonail-outer .textmonail-slide {
    margin-top: 50px;
  }
  .textmonail-outer .textmonail-slide .textmonail-row {
    display: flex;
  }
  .textmonail-outer .textmonail-slide .textmonail-row .textmonail-logo {
    max-width: 292px;
    min-width: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .textmonail-outer .textmonail-slide .textmonail-row .textmonail-logo img {
    object-fit: contain;
    max-height: 100%;
  }
  .textmonail-outer .textmonail-slide .textmonail-row .textmonail-logo .star-rating {
    clear: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: var(--tp-fz-h4);
  }
  .textmonail-outer .textmonail-slide .textmonail-row .textmonail-logo .star-rating .fa-solid.fa-star-half-stroke {
    color: #FFE500;
  }
  .textmonail-outer .textmonail-slide .textmonail-row .textmonail-logo .star-rating .fa-star {
    color: #FFE500;
  }
  .textmonail-outer .textmonail-slide .textmonail-row .textmonail-logo .star-rating .fa-solid.fa-star.fa-star-gray {
    color: gray;
  }
  .textmonail-outer .textmonail-slide .textmonail-row .textmonail-text {
    width: 100%;
    padding-left: 44px;
    border-left: 1px solid #D1D1D1;
  }
  .textmonail-outer .textmonail-slide .textmonail-row .textmonail-text p {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-h4);
    line-height: 180.5%;
    font-weight: var(--tp-fw-regular);
  }
  .textmonail-outer .textmonail-slide .slick-arrow{
    z-index: 99;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .textmonail-outer .textmonail-slide .textmonail-row {
      flex-wrap: wrap;
    }
    .textmonail-outer .textmonail-slide .textmonail-row .textmonail-logo {
      width: 100%;
      margin: 0 auto 30px;
    }
    .textmonail-outer .textmonail-slide .textmonail-row .textmonail-text {
      width: 100%;
      padding-left: 0;
      border: none;
    }
  }
  @media (max-width: 767px) {
    .textmonail-outer .textmonail-slide .textmonail-row {
      flex-wrap: wrap;
    }
    .textmonail-outer .textmonail-slide .textmonail-row .textmonail-logo {
      width: 100%;
      margin: 0 auto 30px;
    }
    .textmonail-outer .textmonail-slide .textmonail-row .textmonail-text {
      width: 100%;
      padding-left: 15px;
      border: none;
    }
    .textmonail-outer .textmonail-slide .textmonail-row .textmonail-text p {
      font-size: var(--tp-fz-p);
    }
  }
  .textmonail-outer .textmonail-slide .slick-prev:before {
    font-family: "Font Awesome 6 Pro";
    color: var(--tp-heading-primary);
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
  }
  .textmonail-outer .textmonail-slide .slick-next:before {
    font-family: "Font Awesome 6 Pro";
    color: var(--tp-heading-primary);
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
  }
  @media (max-width: 767px) {
    .textmonail-outer .textmonail-slide {
      margin-top: 20px;
    }
     .textmonail-outer .textmonail-slide .slick-prev:before {

    font-size: var(--tp-fz-h5);

  }
  .textmonail-outer .textmonail-slide .slick-next:before {

    font-size: var(--tp-fz-h5);

  }
  }
  @media screen and (max-width: 576px) {
    .textmonail-outer .textmonail-slide .slick-prev {
      left: -10px;
    }
    .textmonail-outer .textmonail-slide .slick-next {
      right: 0px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .our-works-outer {
    padding: 70px 0px 100px;
    background: linear-gradient(0deg, #420049 0.01%, #001272 96.4%);
  }
  .our-works-outer .head {
    text-align: center;
    max-width: 662px;
    margin: 0 auto 35px;
  }
  .our-works-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 20px;
  }
  .our-works-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .head h2 {
      font-size: var(--tp-fz-h6);
      line-height: 125%;
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .head h2 {
      font-size: 28px;
      line-height: 125%;
    }
  }
  .our-works-outer .our-works-main {
    margin-top: 25px;
  }
  .our-works-outer .our-works-main ul {
    background: var(--tp-common-white);
    box-shadow: 0px 24px 26.9px 0px rgba(0, 0, 0, 0.18);
    border: none;
    flex-wrap: nowrap;
    max-width: 751px;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .our-works-outer .our-works-main ul li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    width: 100%;
  }
  .our-works-outer .our-works-main ul li button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: none;
    padding: 12px 23px;
    font-size: var(--tp-fz-h5);
    color: var(--tp-grey-1);
    white-space: nowrap;
    width: 100%;
  }
  .our-works-outer .our-works-main ul li button.nav-link.active {
    background: linear-gradient(93deg, #3B0097 6.17%, #55004D 148.14%);
    color: var(--tp-common-white);
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item {
    background: none;
    border-radius: 0px;
    border: none;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable {
    padding-top: 170px !important;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx {
    margin-left: calc(10.666px + 60.444 * (100vw - 768px) / 4352);
    margin-right: calc(10.666px + 60.444 * (100vw - 768px) / 4352);
    transition: all 0.5s ease;
    transform-origin: bottom center;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx figure {
    margin: 0;
    position: relative;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx figure img {
    width: 100%;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx figure .strip-sec {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    justify-content: center;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 56px;
    padding: 8px 0px;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx figure .strip-sec img {
    max-height: 100%;
    width: auto;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx .our-text {
    text-align: center;
    margin-top: 35px;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx .our-text a{text-decoration: none;}
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx .our-text h4 {
    font-size: calc(var(--tp-fz-h3) - 2px);
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    padding-bottom: 10px;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx .our-text p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    margin: 0;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .slick-slide {
    display: block;
    visibility: hidden;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current {
    transform: scale(1.43);
    margin-bottom: 19px;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current .our-text {
    text-align: center;
    margin: 20px auto 0px;
    max-width: 225px;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current .our-text h4 {
    font-size: calc(var(--tp-fz-h3) - 11px);
    font-weight: var(--tp-fw-medium);
    color: var(--tp-theme-yellow);
    padding-bottom: 0px;
    margin-bottom: 12px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current .our-text h4 {
      font-size: var(--tp-fz-h3);
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current .our-text h4 {
      font-size: var(--tp-fz-h3);
    }
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current .our-text p {
    font-size: calc(var(--tp-fz-h5) - 8px);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    margin: 0;
    line-height: 135%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current .our-text p {
      font-size: var(--tp-fz-h5);
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current .our-text p {
      font-size: var(--tp-fz-h5);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current {
      transform: unset;
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current {
      transform: unset;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track {
      align-items: unset;
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track {
      align-items: unset;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable {
      padding-top: 50px !important;
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable {
      padding-top: 50px !important;
    }
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-arrow {
    width: 41px;
    height: 41px;
    background: #DFDFDF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 9;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-next::before {
    background: url(/wp-content/themes/tisca/assets/images/next-ico.png) no-repeat;
    content: "";
    width: 20px;
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-prev::before {
    background: url(/wp-content/themes/tisca/assets/images/pervious-ico.png) no-repeat;
    content: "";
    width: 20px;
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .slick-initialized .slick-list.draggable .slick-track .slick-slide {
    visibility: visible;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item {
      display: block;
      opacity: 1;
      margin-bottom: 15px;
    }
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .accordion-header .accordion-button {
      background: #fff;
      border: 1px solid #e7f1ff;
      font-size: var(--tp-fz-h3);
      color: var(--tp-common-black);
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item {
      display: block;
      opacity: 1;
      margin-bottom: 15px;
    }
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .accordion-header .accordion-button {
      background: #fff;
      border: 1px solid #e7f1ff;
      font-size: var(--tp-fz-h5);
      color: var(--tp-common-black);
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item {
      padding: 0px 15px;
    }
  }
  .our-works-outer .our-works-main .explore {
    text-align: center;
    margin-top: 95px;
  }
  .our-works-outer .our-works-main .explore a {
    font-size: var(--tp-fz-h3);
    padding: 1.25rem 2.563rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border: 2px solid #00A3FF;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--tp-common-white);
    border-radius: 6px;
  }
  .our-works-outer .our-works-main .explore a::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    border: 3px solid;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 6px;
  }
  .our-works-outer .our-works-main .explore a:hover::after {
    opacity: 0.8;
  }
  .our-works-outer .our-works-main .explore a i {
    color: var(--tp-heading-spanred);
    margin-left: 8px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .explore {
      margin-top: 50px;
    }
  }
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .explore {
      margin-top: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer {
      padding-bottom: 70px;
    }
  }
  @media (max-width: 767px) {
    .our-works-outer {
      padding-bottom: 70px;
    }
  }
  
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-slide:not(.slick-current) {
    transform: translate3d(-15.5%, 0, 0) scale(1);
  }
  
  .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current ~ .slick-slide {
    transform: translate3d(16.5%, 0, 0) scale(1);
  }
  
  @media (max-width: 767px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-slide:not(.slick-current) {
      transform: unset;
    }
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current ~ .slick-slide {
      transform: unset;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-slide:not(.slick-current) {
      transform: unset;
    }
    .our-works-outer .our-works-main .tab-content.accordion .accordion-item .ourwork-slide .slick-list.draggable .slick-track .ourwork-bx.slick-current ~ .slick-slide {
      transform: unset;
    }
  }
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .about-digitech-outer {
    padding: 70px 0px;
  }
  .about-digitech-outer .about-digitech-left {
    padding-right: 66px;
  }
  .about-digitech-outer .about-digitech-left h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-bottom: 20px;
  }
  .about-digitech-outer .about-digitech-left h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-digitech-outer .about-digitech-left h2 {
      font-size: var(--tp-fz-h6);
      line-height: 125%;
    }
  }
  @media (max-width: 767px) {
    .about-digitech-outer .about-digitech-left h2 {
      font-size: 28px;
      line-height: 125%;
    }
  }
  .about-digitech-outer .about-digitech-left p {
    font-size: calc(var(--tp-fz-h4) - 2px);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
  }
  .about-digitech-outer .about-digitech-left h4 {
    font-size: calc(var(--tp-fz-h3) + 4px);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-black);
    padding-bottom: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-digitech-outer .about-digitech-left {
      padding-right: 0px;
      width: 100%;
      flex: unset;
    }
  }
  @media (max-width: 767px) {
    .about-digitech-outer .about-digitech-left {
      padding-right: 15px;
      width: 100%;
      flex: unset;
    }
  }

  .news-big-area figure:hover img {
    transform: scale(1.1);
}
.news-blog-small-area figure:hover img {
  transform: scale(1.1);
}
  .about-digitech-outer .about-digitech-right {
    margin-top: 70px;
  }
  .about-digitech-outer .about-digitech-right figure {
    margin: 0;
    position: relative;
  }
  .about-digitech-outer .about-digitech-right figure img {
    width: 100%;
    border-radius: 10px;
  }
  .about-digitech-outer .about-digitech-right .about-small {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -70px;
    padding: 0px 25px;
  }
  .about-digitech-outer .about-digitech-right .about-small .about-small-sm {
    width: 50%;
    float: left;
    padding: 0px 7px;
  }
  .about-digitech-outer .about-digitech-right .about-small .about-small-sm img {
    border-radius: 10px;
    border: 1px solid #FFF;
    width: 100%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-digitech-outer .about-digitech-right .about-small {
      position: relative;
      margin-top: -70px;
      bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .about-digitech-outer .about-digitech-right .about-small {
      position: relative;
      margin-top: -70px;
      bottom: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-digitech-outer .about-digitech-right {
      width: 100%;
      flex: unset;
    }
  }
  @media (max-width: 767px) {
    .about-digitech-outer .about-digitech-right {
      width: 100%;
      flex: unset;
    }
  }
  
  .role-digital-marketing-outer {
    background: linear-gradient(24deg, #420049 0.01%, #001272 96.4%);
    padding: 70px 0px 50px;
  }
  .role-digital-marketing-outer .role-digital-left figure {
    position: relative;
  }
  .role-digital-marketing-outer .role-digital-left figure img {
    width: 100%;
  }
  .role-digital-marketing-outer .role-digital-left figure .role-digital-sm {
    position: absolute;
    left: -60px;
    bottom: -115px;
    width: 345px;
    height: 240px;
    z-index: 1;
    display: flex;
  }
  .role-digital-marketing-outer .role-digital-left figure .role-digital-sm img {
    border-radius: 8px;
    border: 3px solid #FFF;
    width: 100%;
    object-fit: cover;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .role-digital-marketing-outer .role-digital-left figure .role-digital-sm {
      position: relative;
      bottom: 0;
      left: 0;
      margin-top: -60px;
    }
  }
  @media (max-width: 767px) {
    .role-digital-marketing-outer .role-digital-left figure .role-digital-sm {
      position: relative;
      bottom: 0;
      left: 0;
      margin-top: -60px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .role-digital-marketing-outer .role-digital-left {
      width: 100%;
      flex: unset;
    }
  }
  @media (max-width: 767px) {
    .role-digital-marketing-outer .role-digital-left {
      width: 100%;
      flex: unset;
    }
    .client-cross-outer .client-across-main .client-across-slide .client-across-bx figure{
      padding: 10px !important; height: 100px;
    }
    .client-cross-outer .client-across-main .client-across-slide .client-across-bx figure img{
      max-width: 100%; width: auto;object-fit: contain;
    }
    .client-cross-outer .client-across-main .client-across-slide2{
      margin-top: 35px;
    }
  }
  .role-digital-marketing-outer .role-digital-right {
    padding-left: 40px;
  }
  .role-digital-marketing-outer .role-digital-right p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    padding-bottom: 15px;
  }
  .role-digital-marketing-outer .role-digital-right h4 {
    font-size: calc(var(--tp-fz-h3) + 4px);
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    padding-bottom: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .role-digital-marketing-outer .role-digital-right h4 {
      font-size: var(--tp-fz-h3);
    }
  }
  @media (max-width: 767px) {
    .role-digital-marketing-outer .role-digital-right h4 {
      font-size: var(--tp-fz-h3);
    }
  }
  .role-digital-marketing-outer .role-digital-right h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 15px;
    line-height: 134%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .role-digital-marketing-outer .role-digital-right h2 {
      font-size: var(--tp-fz-h6);
      padding-bottom: 15px;
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .role-digital-marketing-outer .role-digital-right h2 {
      font-size: 28px;
      padding-bottom: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .role-digital-marketing-outer .role-digital-right {
      width: 100%;
      flex: unset;
      margin-top: 35px;
      padding-left: 15px;
    }
  }
  @media (max-width: 767px) {
    .role-digital-marketing-outer .role-digital-right {
      width: 100%;
      flex: unset;
      margin-top: 35px;
      padding-left: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .role-digital-marketing-outer {
      font-size: var(--tp-fz-h6);
      padding-bottom: 15px;
      padding-right: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .role-digital-marketing-outer {
      padding-bottom: 50px;
    }
  }
  @media (max-width: 767px) {
    .role-digital-marketing-outer {
      padding-bottom: 50px;
    }
    .role-digital-marketing-outer .role-digital-left figure .role-digital-sm{
      width: 100%;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .news-information-outer {
    padding: 73px 0px;
  }
  .news-information-outer .head {
    text-align: center;
    max-width: 728px;
    margin: 0 auto;
  }
  .news-information-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-bottom: 5px;
  }
  .news-information-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 20px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-information-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .news-information-outer .head h2 {
      font-size: 28px;
    }
  }
  .news-information-outer .head p {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 178.5%;
    padding-bottom: 25px;
  }
  .news-information-outer .news-main .news-big-blog {
    width: 57.3%;
  }
  .news-information-outer .news-main .news-big-blog .news-big-area {
    position: relative;
    overflow: hidden;
  }
  .news-information-outer .news-main .news-big-blog .news-big-area figure {
    background: #ffdb7a;
    margin: 0;
    padding: 11px 12px;
    border: 1px solid #EAEAEA;
  }
  .news-information-outer .news-main .news-big-blog .news-big-area figure img {
    width: 100%;
    transition: all 1s ease-in;
    height: 455px;
    object-fit: contain;
  }
  .news-information-outer .news-main .news-big-blog .news-big-area .news-blog-text {
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px; */
    width: 90%;
    margin: -57px auto 0 auto;
    background: #fff;
    border: 1px solid #EAEAEA;
    padding: 16px;
    position: relative;
    z-index: 1;


  }

  .news-information-outer .news-main .news-big-blog .news-big-area .news-blog-text h6 {
    font-size: calc(var(--tp-fz-body) - 3px);
    color:#000;
    font-weight: var(--tp-fw-regular);
    line-height: 100.9%;
  }
  .news-information-outer .news-main .news-big-blog .news-big-area .news-blog-text h4 {
    font-size: 24px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    line-height: 150%;
  }
  
  .news-information-outer .news-main .news-big-blog .news-big-area .news-blog-text h4 a {
    color: var(--tp-text-body);
    text-decoration: none;
  }
  .news-information-outer .news-main .news-big-blog .news-big-area .news-blog-text:hover h4 a{
    color: var(--tp-heading-spanred);
  }
  .news-information-outer .news-main .news-big-right .news-blog-small.full .news-blog-text:hover h4 a{
    color: var(--tp-heading-spanred);
  }
  .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area .news-blog-text:hover h4 a{
    color: var(--tp-heading-spanred);
  }
  .news-information-outer .news-main .news-big-right .news-blog-small.full .news-blog-small-area figure{
      padding: 17px 28px;
  }
  @media (max-width:1399px){
    .news-information-outer .news-main .news-big-blog .news-big-area figure img{height: 386px;}
    
  }
  @media (max-width:1200px){
      .news-information-outer .news-main .news-big-right .news-blog-small.full{
        width: 100%;
        margin-top: 30px;
      }
      .news-information-outer .news-main .news-big-blog {
        width: 100%;
        margin-bottom: 40px;
    }
      .news-information-outer .news-main .news-big-right {
        width: 100%!important;
    }
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-information-outer .news-main .news-big-blog .news-big-area .news-blog-text h4 {
      font-size: var(--tp-fz-h3);
    }
  }
  @media (max-width: 767px) {
    .news-information-outer .news-main .news-big-blog .news-big-area .news-blog-text h4 {
      font-size: var(--tp-fz-h3);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-information-outer .news-main .news-big-blog {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .news-information-outer .news-main .news-big-blog {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .news-information-outer .news-main .news-big-right {
    width: 43.7%;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small {
    margin-bottom: 19px;
    width: 50%;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area {
    position: relative;
    overflow: hidden;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area figure {
    margin: 0;
    border: 1px solid #EAEAEA;
    padding: 11px 12px;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area figure img {
    width: 100%;
    transition: all 1s ease-in;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area .news-blog-text {
    /* padding: 12px 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; */

    width: 90%;
    margin: -57px auto 0 auto;
    background: #fff;
    border: 1px solid #EAEAEA;
    padding: 9px;
    position: relative;
    z-index: 1;


  }
  .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area .news-blog-text h6 {
    font-size: calc(var(--tp-fz-body) - 5px);
    color: #000;
    font-weight: var(--tp-fw-regular);
    line-height: 100.9%;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area .news-blog-text h4 {
    /* font-size: calc(var(--tp-fz-body) - 1px); */
    font-size: 12px;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-medium);
    line-height: 130.9%;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area .news-blog-text h4 a {
    color: var(--tp-text-body);
    text-decoration: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area .news-blog-text h4 {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .news-information-outer .news-main .news-big-right .news-blog-small .news-blog-small-area .news-blog-text h4 {
      font-size: var(--tp-fz-h4);
    }
  }
  @media screen and (max-width: 992px) {
    .news-information-outer .news-main .news-big-right .news-blog-small {
      width: 100%;
    }
    .textmonail-outer .textmonail-slide .textmonail-row .textmonail-text{padding-left: 20px;}
    .slick-next{right: 0;}
  }
  .news-information-outer .news-main .news-big-right .news-blog-small.full {
    width: 100%;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small.full .news-blog-text h6 {
    font-size: calc(var(--tp-fz-body) - 4px);
    color: #000;
    font-weight: var(--tp-fw-regular);
    line-height: 100.9%;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small.full .news-blog-text h4 {
    /* font-size: var(--tp-fz-h3); */
    font-size: 20px;
    color: var(--tp-text-body);
    font-weight: var(--tp-fw-medium);
    line-height: 130.9%;
  }
  .news-information-outer .news-main .news-big-right .news-blog-small.full .news-blog-text h4 a {
    color: var(--tp-text-body);
    text-decoration: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-information-outer .news-main .news-big-right {
      width: 100%;
      padding: 0;
      margin: 0;
    }
  }
  @media (max-width: 767px) {
    .news-information-outer .news-main .news-big-right {
      width: 100%;
      padding: 0;
      margin: 0;
    }
  }
  .news-information-outer .explore {
    text-align: center;
    margin-top: 65px;
  }
  .news-information-outer .explore a {
    font-size: var(--tp-fz-h3);
    padding: 1.25rem 2.563rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border: 2px solid #00A3FF;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 6px;
  }
  .news-information-outer .explore a::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    border: 3px solid;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 6px;
  }
  .news-information-outer .explore a:hover::after {
    opacity: 0.8;
  }
  .news-information-outer .explore a i {
    color: var(--tp-heading-spanred);
    margin-left: 8px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-information-outer .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .news-information-outer .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-information-outer .explore {
      margin-top: 30px;
    }
  }
  @media (max-width: 767px) {
    .news-information-outer .explore {
      margin-top: 30px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .your-bussnies-growth-outer {
    background: linear-gradient(215deg, #420049 0.01%, #001272 96.4%);
    padding: 95px 0px 488px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left {
    padding-right: 65px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 5px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: #fff;
    padding-bottom: 35px;
/*    text-shadow: 0px 0px 10px var(--tp-theme-blue);*/
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left h2 {
      font-size: 28px;
    }
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left .socail-growth {
    display: flex;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left .socail-growth h3 {
    position: relative;
    margin-top: 8px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left .socail-growth h3::after {
    width: 56px;
    height: 1px;
    background: #00D1FF;
    content: "";
    display: block;
    float: left;
    position: relative;
    margin-top: 11px;
    margin-right: 15px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left .socail-growth ul {
    padding: 0;
    display: flex;
    padding-left: 10px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left .socail-growth ul li {
    padding-right: 20px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left .socail-growth ul li a {
    display: flex;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    border: 1px solid var(--tp-common-white);
    align-items: center;
    justify-content: center;
    color: var(--tp-common-white);
    text-decoration: none;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left .socail-growth ul li a:hover {
    background: linear-gradient(90deg, #EE0202 0%, #EE9002 100%);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 50px;
    }
  }
  @media (max-width: 767px) {
    .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-left {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 50px;
    }
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right h4 {
    font-size: calc(var(--tp-fz-h3) + 4px);
    color: var(--tp-common-white);
    padding-bottom: 40px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right .growth-bx {
    display: flex;
    border-bottom: 1px solid var(--tp-common-white);
    margin-bottom: 25px;
    align-items: flex-start;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right .growth-bx span {
    width: 30px;
    max-width: 30px;
    margin-top: 5px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right .growth-bx input {
    background: none;
    border: none;
    color: var(--tp-common-white);
    padding: 8px 0px;
    text-transform: capitalize;
    width: 100%;
    outline: none;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right .growth-submit {
    margin-top: 40px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right .growth-submit input {
    border: 1px solid var(--tp-common-white);
    background: rgba(255, 255, 255, 0.12);
    height: 57px;
    width: 100%;
    color: var(--tp-common-white);
    font-size: var(--tp-fz-h4);
    text-transform: uppercase;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    border-radius: 6px;
  }
  .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right .growth-submit input:hover {
    background: rgba(255, 255, 255, 0.7);
    color: var(--tp-common-black);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .your-bussnies-growth-outer .your-bussnies-growth-main .your-growth-right {
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-bussnies-growth-outer {
      padding-bottom: 70px;
    }
  }
  @media (max-width: 767px) {
    .your-bussnies-growth-outer {
      padding-bottom: 70px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .footer-outer {
    position: relative;
    background: linear-gradient(100deg, #000 1.36%, #001036 102.91%);
    float: left;
    width: 100%;
  }
  .footer-outer .our-office {
    margin-top: -350px;
    border-radius: 10px;
    background: linear-gradient(-3deg, #4E004A 1.12%, #010042 100%);
    padding: 57px 80px;
  }
  .footer-outer .our-office h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 15px;
    text-align: center;
  }
  .footer-outer .our-office h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 65px;
    text-align: center;
    text-transform: capitalize;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-outer .our-office h2 {
      font-size: var(--tp-fz-h6);
    }
   
  }
  @media (max-width: 991px){
    .footer-outer .copy-right p{width: 100%;}
    .footer-outer .copy-right{flex-wrap: wrap;}
    .footer-outer .more-info ul{float: left;}
  }
  @media (max-width: 767px) {
    .footer-outer .our-office h2 {
      font-size:28px;
      padding-bottom: 20px;
    }
  }
  @media (max-width: 567px) {
    .footer-outer .more-info ul{flex-wrap: wrap;}
    .footer-outer .more-info ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
  }
  .footer-outer .our-office .global-oofice {
    display: flex;
    margin-left: -35px;
    margin-right: -35px;
  }
  .footer-outer .our-office .global-oofice .office-bx {
    width: 25%;
    padding: 0px 35px;
    border-right: 1px solid #F4F4F4;
  }
  .footer-outer .our-office .global-oofice .office-bx h3 {
    text-align: left;
    padding-bottom: 20px;
  }
  .footer-outer .our-office .global-oofice .office-bx ul {
    padding: 0px;
    margin: 0;
  }
  .footer-outer .our-office .global-oofice .office-bx ul li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 18px;
  }
  .footer-outer .our-office .global-oofice .office-bx ul li .office-ico {
    min-width: 20px;
    margin-right: 12px;
  }
  .footer-outer .our-office .global-oofice .office-bx ul li .office-text {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
  }
  .footer-outer .our-office .global-oofice .office-bx ul li .office-text a {
    color: var(--tp-common-white);
    text-decoration: none;
  }
  .footer-outer .our-office .global-oofice .office-bx ul li:last-child {
    padding-bottom: 13px;
  }
  .footer-outer .our-office .global-oofice .office-bx:last-child {
    border: none;
  }
  @media (max-width: 1200px) {
    .footer-outer .our-office .global-oofice .office-bx {
      padding: 0px 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-outer .our-office .global-oofice .office-bx {
      width: 50%;
      margin-bottom: 50px;
    }
    .footer-outer .our-office .global-oofice .office-bx:nth-child(2) {
      border: none;
    }
  }
  @media (max-width: 767px) {
    .footer-outer .our-office .global-oofice .office-bx {
      width: 100%;
      margin-bottom: 50px;
      border: none;
      border-bottom: 1px solid #F4F4F4;
      padding: 25px 0px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 1200px) {
    .footer-outer .our-office .global-oofice {
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-outer .our-office .global-oofice {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 767px) {
    .footer-outer .our-office .global-oofice {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 1200px) {
    .footer-outer .our-office {
      padding: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-outer .our-office {
      margin-top: 0;
      padding: 50px 30px 0px;
      background: none;
    }
  }
  @media (max-width: 767px) {
    .footer-outer .our-office {
      margin-top: 0;
      padding: 50px 30px 0px;
      background: none;
    }
  }


  /* <style> */
   .footer-outer .social-media ul {
        display: flex !important;
    }

   .footer-outer .social-media ul li {
        width: auto !important;
    }

    .footer-outer .footer-main .footer-bx ul {
        justify-content: end;
    display: flex;
    }

    .footer-outer .footer-main .footer-bx:first-child {
        width: 25%;
    }
    .footer-outer .footer-main .footer-bx ul li a i:hover{
      color: var(--tp-heading-spanred);
    }
    .footer-outer .more-info ul a:hover{
      color: var(--tp-heading-spanred);
    }  

    .footer-outer .footer-main .footer-bx ul li {
        width: auto;
        margin-right: 15px;
    }

   

    .footer-outer .footer-main {
        padding: 86px 0px 25px;
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }

    .footer-outer .copy-right {
        padding: 21px 0px;
        border-top: 1px solid #F4F4F4;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }

    .footer-outer .copy-right p {
        color: #fff;
        font-size: 14px;
        padding-top: 5px;
    }
    .footer-outer .social-share ul {
    float: left;
    display: block;
    width: 100%;
    padding-left: 40px!important;
}
 .footer-outer .social-share ul li {
    display: inline-block;
    margin-right:25px;
    color: #fff;
    font-size: 20px;
}
.footer-outer .social-share ul li:hover a i{
    color: var(--tp-heading-spanred);

}
 .footer-outer .social-share ul li:last-child{margin-right: 0;}
.footer-outer .footer-main .footer-bx ul li:last-child{margin-right: 0;}
.footer-outer .social-share ul li a {
    color: #fff;
    outline: none !important;
    text-decoration: none;
    border: none !important;
}
.footer-outer .social-share{
  margin-top: 30px;
}
.footer-outer .social-share ul{
  justify-content: start!important;
    align-items: center;
    padding-left: 30px;
}
.footer-outer .social-share ul li{
  width: auto;
}
 .footer-outer .social-share ul li img {
    width: 18px;
    margin-top: -3px;
    outline: none !important;
    border: none !important;
}
 .footer-outer .social-share ul li span {
    color: #fff;
}
 .footer-outer .social-share ul li label {
    display: block;
    padding-top: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: inherit;
}
.footer-outer .more-info {margin-bottom: 1rem;}
.footer-outer .more-info ul {
    width: auto;
    float: right;
}
.footer-outer .more-info ul li {
    margin-right: 40px;
}
.footer-outer .more-info ul li img {
    width: 18px;
    margin-right: 12px;
    vertical-align: sub;
}
.footer-outer .more-info ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
}
.footer-outer .more-info ul a{text-decoration: none;color: #fff;}
.footer-outer .more-info ul li:last-child{margin-right: 0;}
.footer-outer .copy-right .social-share ul{padding-left: 0;}

.scroll {
  width: 20px;
  height: 330px;
  overflow: auto;
  float: left;
  margin: 0 10px;
}

.scroll4::-webkit-scrollbar {
  width: 10px;
}
 
.scroll4::-webkit-scrollbar-thumb {
  background: linear-gradient(215deg, #420049 0.01%, #001272 96.4%);
  border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}
/* </style> */
  /* .footer-outer .footer-main {
    padding: 86px 0px;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  } */
  .footer-outer .footer-main .footer-bx {
    float: left;
    width: 75%;
    padding: 0px 15px;
  }
  .footer-outer .footer-main .footer-bx h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 15px;
  }
  .footer-outer .footer-main .footer-bx .footer-logo {
    padding-bottom: 35px;
  }
  .footer-outer .footer-main .footer-bx p {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
  }
  .footer-outer .footer-main .footer-bx ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  /* .footer-outer .footer-main .footer-bx ul li {
    width: 100%;
  } */
  .footer-outer .footer-main .footer-bx ul li a {
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-light);
    line-height: 172.678%;
    color: var(--tp-common-white);
    text-decoration: none;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
  }
  .footer-outer .footer-main .footer-bx ul li a i {
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
  }
  .footer-outer .footer-main .footer-bx ul li a:hover {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .footer-outer .footer-main .footer-bx {
      width: 100%;
    }
    .footer-outer .footer-main .footer-bx:last-child {
      width: 25%;
    }
    .footer-outer .footer-main .footer-bx:first-child {
      padding-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .footer-outer .footer-main .footer-bx {
      width: 100%;
    }
    .footer-outer .footer-main .footer-bx:last-child {
      width: 100%;
    }
    .footer-outer .footer-main .footer-bx:first-child {
      padding-bottom: 20px;
    }
  }
  .footer-outer .footer-main .footer-bx-dobule {
    width: 50%;
    padding: 0px 15px;
  }
  .footer-outer .footer-main .footer-bx-dobule ul li {
    width: 50%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-outer .footer-main .footer-bx-dobule {
      width: 75%;
    }
  }
  @media (max-width: 767px) {
    .footer-outer .footer-main .footer-bx-dobule {
      width: 100%;
      padding-bottom: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-outer .footer-main {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 767px) {
    .footer-outer .footer-main {
      flex-wrap: wrap;
      padding-top: 20px;
    }
  }
  
  .menuWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    overflow: auto;
    visibility: hidden;
  }
  .menuWrapper .menuWrapper-toggle {
/*    position: absolute;*/
    right: 0;
    top: 5px;
    height: 45px;
    z-index: 99;
    width: 400px;
    border-bottom: 1px solid #dfe1e3;
  }
  .menuWrapper .menuWrapper-toggle button {
    float: right;
    padding-right: 25px;
    padding-top: 6px;
    background: none;
    border: none;
  }
  .menuWrapper .menuWrapper-toggle button .menuWrapper-ione {
    margin: 0;
  }
  .menuWrapper .menuWrapper-toggle button .menuWrapper-ione .menuWrapper-bar {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 5px;
    background-color: var(--tp-theme-pink);
    display: block;
    height: 3px;
    width: 25px;
    margin-top: 5px;
  }
  .menuWrapper .menuWrapper-toggle button .menuWrapper-ione .menuWrapper-bar:nth-child(1) {
    width: 0%;
  }
  .menuWrapper .menuWrapper-toggle button .menuWrapper-ione .menuWrapper-bar:nth-child(2) {
    transform: rotate(45deg);
    margin-top: 5px;
    float: left;
  }
  .menuWrapper .menuWrapper-toggle button .menuWrapper-ione .menuWrapper-bar:nth-child(3) {
    transform: rotate(-45deg);
  }
  .menuWrapper .menuInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(95deg, #420049 0.01%, #001272 96.4%);
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    -webkit-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menuWrapper .menuInner .menu-content {
    width: 75%;
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  .menuWrapper .menuInner .menu-content .menu-title {
    margin: 10px auto 20px 15px;
    margin-right: auto;
    margin-right: auto;
    width: 650px;
    padding-left: 5%;
    float: left;
    margin-right: 200px;
  }
  .menuWrapper .menuInner .menu-content .menu-title h4 {
    text-transform: uppercase;
    color: var(--tp-theme-pink);
    font-size: 80px;
    line-height: 80px;
  }
  .menuWrapper .menuInner .menu-content .menu-title h4 span {
    color: #fff;
  }
  @media screen and (max-width: 1650px) {
    .menuWrapper .menuInner .menu-content .menu-title h4 {
      font-size: 50px;
      line-height: 59px;
    }
  }
  @media screen and (max-width: 1650px) {
    .menuWrapper .menuInner .menu-content .menu-title {
      margin-right: 15px;
      padding-left: 0;
    }
  }
  @media screen and (max-width: 1450px) {
    .menuWrapper .menuInner .menu-content .menu-title {
      width: 578px;
    }
  }
  @media screen and (max-width: 1400px) {
    .menuWrapper .menuInner .menu-content .menu-title {
      width: 400px;
    }
  }
  .menuWrapper .menuInner .menu-content .navContainer {
    float: left;
  }
  .menuWrapper .menuInner .menu-content .navContainer ul {
    margin: 0;
  }
  .menuWrapper .menuInner .menu-content .navContainer ul li {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 30px;
    line-height: 55px;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .menuWrapper .menuInner .menu-content .navContainer ul li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    text-decoration: none;
  }
  .menuWrapper .menuInner .menu-content .navContainer ul li a:hover{
    color: var(--tp-theme-pink);
  }
  @media screen and (max-width: 1400px) {
    .menuWrapper .menuInner .menu-content {
      justify-content: left;
    }
  }
  @media screen and (max-width: 1200px) {
    .menuWrapper .menuInner .menu-content {
      justify-content: left;
      flex-wrap: wrap;
      align-content: center;
      width: 64%;
    }
    .menuWrapper .menuInner .menu-content .menu-title {
      width: 350px;
    }
    .menuWrapper .menuInner .menu-content .navContainer {
      width: 100%;
      padding-left: 15px;
    }
    .menuWrapper .menuInner .menu-content .navContainer ul {
      padding: 0px;
    }
  }
  @media (max-width: 767px) {
    .menuWrapper .menuInner .menu-content {
      display: none;
    }
  }
  .menuWrapper .menuInner .navBottom {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all 50ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 50ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 50ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 400px;
    height: 100%;
    overflow-y:auto;

  }
  .menuWrapper .menuInner .navBottom .container {
    width: 100%;
    padding: 0 30px;
  }
  .menuWrapper .menuInner .navBottom .container h3 {
    font-size: 30px;
    line-height: 55px;
    color: #013ca2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0px;
  }
  .menuWrapper .menuInner .navBottom .container h3 span {
    color: var(--tp-theme-pink);
  }
  .menuWrapper .menuInner .navBottom .container .hs-form-field {
    margin-bottom: 15px;
  }
  .menuWrapper .menuInner .navBottom .container .hs-form-field .input input {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    width: 100%;
    background-color: #f5f8fa;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #000;
    border: 1px solid #cbd6e2;
    height: 40px;
    border-radius: 3px;
  }
  .menuWrapper .menuInner .navBottom .container .hs-form-field .input textarea {
    box-sizing: border-box;
    padding: 10px 15px;
    min-height: 27px;
    width: 100%;
    background-color: #f5f8fa;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #000;
    border: 1px solid #cbd6e2;
    height: 80px;
    border-radius: 3px;
    resize: none;
  }
  .menuWrapper .menuInner .navBottom .container .hs-submit .actions input {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    background-color: var(--tp-theme-pink);
    border-color: var(--tp-theme-pink);
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
  }
  .menuWrapper .menuInner .navBottom .socialBox {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px !important;
    z-index: 999999;
    border-top: 1px solid #eaecef;
    float: right;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .menuWrapper .menuInner .navBottom .socialBox .socialLinks {
    text-align: left !important;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .menuWrapper .menuInner .navBottom .socialBox .socialLinks li {
    border-right: 1px solid #eaecef;
    display: inline-block;
  }
  .menuWrapper .menuInner .navBottom .socialBox .socialLinks li a {
    position: relative;
    display: inline-block;
    color: #000;
    padding: 15px 17px 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: none !important;
    border: none !important;
  }
  .menuWrapper .menuInner .navBottom .socialBox h3 {
    float: left;
    padding-left: 10px;
  }
  .menuWrapper .menuInner .navBottom .socialBox h3 a {
    font-size: 16px;
    color: #000;
    line-height: 35px;
    white-space: nowrap;
    text-decoration: none;
  }
  .menuWrapper .menuInner .navBottom .socialBox h3 a i {
    color: var(--tp-theme-pink);
  }
  @media (max-width: 767px) {
    .menuWrapper .menuInner .navBottom {
      width: 100%;
      max-width: 400px;
    }
  }
  
  .menuWrapper.showMenu {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .menuWrapper.showMenu .menuInner {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  body {
    font-family: var(--tp-ff-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 26px;
    overflow-x: hidden !important;
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .page-404-page-outer {
    padding: 100px 0px 408px;
  }
  .page-404-page-outer .page-404-pages-main {
    text-align: center;
    max-width: 535px;
    margin: 0 auto;
  }
  .page-404-page-outer .page-404-pages-main h2 {
    background: linear-gradient(100deg, #D495CA 17.61%, #9BB9D6 96.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 218px;
    font-weight: 900;
  }
  .page-404-page-outer .page-404-pages-main h3 {
    color: #5C5C5C;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .page-404-page-outer .page-404-pages-main p {
    color: #565656;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .page-404-page-outer .page-404-pages-main p a {
    color: #3D008B;
  }
  
  .slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #4c4c4c;
  }
  .slicknav_menu * {
    box-sizing: border-box;
  }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
  }
  
  .slicknav_btn {
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
  }
  
  .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
  }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
  }
  .slicknav_nav a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
  }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
  }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
  }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
  }
  
  .slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    line-height: 1.125em;
    cursor: pointer;
  }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 5px;
  }
  
  .slicknav_menu {
    *zoom: 1;
    display: none;
  }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
  }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 30px;
    height: 20px;
    margin: 0.188em 0 0 0.438em;
  }
  .slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 30px;
    height: 20px;
    display: block;
    content: "";
    position: absolute;
  }
  .slicknav_menu .slicknav_no-text {
    margin: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .slicknav_menu:before {
    content: " ";
    display: table;
  }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slicknav_menu {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .slicknav_menu {
      display: block;
    }
  }
  
  .slicknav_nav {
    clear: both;
  }
  .slicknav_nav ul {
    display: block;
  }
  .slicknav_nav li {
    display: block;
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
  }
  .slicknav_nav .slicknav_item {
    cursor: pointer;
  }
  .slicknav_nav .slicknav_item a {
    display: inline;
  }
  .slicknav_nav .slicknav_row {
    display: block;
  }
  .slicknav_nav a {
    display: block;
  }
  .slicknav_nav .slicknav_parent-link a {
    display: inline;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slicknav_nav {
      position: absolute;
      top: 61px;
      right: 0px;
      width: 100%;
      background: #fff;
      padding: 20px;
    }
  }
  @media (max-width: 767px) {
    .slicknav_nav {
      position: absolute;
      top: 61px;
      right: 0px;
      width: 100%;
      background: #fff;
      padding: 20px;
    }
  }
  
  .slicknav_brand {
    float: left;
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .web-design-outer {
    padding: 60px 0px;
  }
  .web-design-outer .row {
    align-items: center;
  }
  .web-design-outer .row .web-left figure img {
    max-width: 100%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-design-outer .row .web-left {
      width: 100%;
      flex: unset;
    }
    .web-design-outer .row .web-left figure {
      margin-bottom: 30px;
    }
    .web-design-outer .row .web-left figure img {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .web-design-outer .row .web-left {
      width: 100%;
      flex: unset;
    }
    .web-design-outer .row .web-left figure {
      margin-bottom: 30px;
    }
    .web-design-outer .row .web-left figure img {
      width: 100%;
    }
  }
  .web-design-outer .row .web-right {
    padding-left: 66px;
  }
  .web-design-outer .row .web-right h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 15px;
    line-height: 134%;
    padding-right: 10%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-design-outer .row .web-right h2 {
      font-size: var(--tp-fz-h6);
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .web-design-outer .row .web-right h2 {
      font-size: 28px;
      padding-right: 0;
    }
  }
  .web-design-outer .row .web-right p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 175%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-design-outer .row .web-right {
      width: 100%;
      padding-left: 15px;
      flex: unset;
    }
  }
  @media (max-width: 767px) {
    .web-design-outer .row .web-right {
      width: 100%;
      padding-left: 15px;
      flex: unset;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-design-outer {
      padding: 70px 0px 50px;
    }
  }
  @media (max-width: 767px) {
    .web-design-outer {
      padding: 70px 0px 50px;
    }
  }
  
  .web-design-location-outer {
    background: linear-gradient(7deg, #420049 0.01%, #001272 96.4%);
    padding: 64px 0px;
  }
  .web-design-location-outer .web-design-main .head {
    padding-bottom: 25px;
  }
  .web-design-location-outer .web-design-main .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 15px;
    line-height: 134%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-design-location-outer .web-design-main .head h2 {
      font-size: var(--tp-fz-h6);
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .web-design-location-outer .web-design-main .head h2 {
      font-size: 28px;
      padding-right: 0;
    }
  }
  .web-design-location-outer .web-design-main .head p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 175%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-design-location-outer .web-design-main .head {
      padding-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .web-design-location-outer .web-design-main .head {
      padding-bottom: 30px;
    }
  }
  .web-design-location-outer .web-design-main .location-web {
    width: 33.33%;
  }
  .web-design-location-outer .web-design-main .location-web h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 22px;
  }
  .web-design-location-outer .web-design-main .location-web ul {
    padding: 0;
  }
  .web-design-location-outer .web-design-main .location-web ul li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 18px;
  }
  .web-design-location-outer .web-design-main .location-web ul li .office-ico {
    min-width: 20px;
    margin-right: 12px;
  }
  .web-design-location-outer .web-design-main .location-web ul li .office-text {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
  }
  .web-design-location-outer .web-design-main .location-web ul li .office-text a {
    color: var(--tp-common-white);
    text-decoration: none;
  }
  .web-design-location-outer .web-design-main .location-web ul li .office-text p {
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .web-design-location-outer .web-design-main .location-web {
      margin-bottom: 30px;
      width: 100%;
      border-bottom: 1px solid #fff;
    }
    .web-design-location-outer .web-design-main .location-web:last-child {
      margin-bottom: 0;
      border-bottom: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-design-location-outer {
      padding-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .web-design-location-outer {
      padding-bottom: 30px;
    }
  }
  
  .web-platform-outer {
    padding: 56px 0px 50px;
  }
  .web-platform-outer .head {
    text-align: center;
    max-width: 1162px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .web-platform-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-bottom: 20px;
  }
  .web-platform-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 15px;
    line-height: 134%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-platform-outer .head h2 {
      font-size: var(--tp-fz-h6);
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .web-platform-outer .head h2 {
      font-size:28px;
    }
  }
  .web-platform-outer .head p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 175%;
  }
  .web-platform-outer .row {
    margin-left: -65px;
    margin-right: -65px;
  }
  .web-platform-outer .row .web-platform-bx {
    width: 33.33%;
    padding: 0px 30px;
    border-right: 1px solid #949494;
  }
  .web-platform-outer .row .web-platform-bx figure {
    margin-bottom: 25px;
  }
  .web-platform-outer .row .web-platform-bx h4 {
    color: var(--tp-heading-orange);
    font-size: calc(var(--tp-fz-h4) + 2px);
    text-transform: uppercase;
    font-weight: var(--tp-fw-bold);
    padding-bottom: 14px;
  }
  .web-platform-outer .row .web-platform-bx ul {
    padding-left: 0;
    list-style: none;
  }
  .web-platform-outer .row .web-platform-bx ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    margin-bottom: 15px;
    line-height: 120%;
    padding-left: 15px;
    position: relative;
    list-style: none;
  }
  .web-platform-outer .row .web-platform-bx ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-white);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-orange);
  }
  .web-platform-outer .row .web-platform-bx:last-child {
    border-right: none;
  }
    .web-platform-outer .row .web-platform-bx p{
       font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-platform-outer .row .web-platform-bx {
      width: 50%;
      margin-bottom: 30px;
    }
    .web-platform-outer .row .web-platform-bx:last-child {
      margin-bottom: 0;
    }
    .web-platform-outer .row .web-platform-bx:nth-child(2) {
      border: none;
    }
  }
  @media (max-width: 767px) {
    .web-platform-outer .row .web-platform-bx {
      width: 100%;
      border: none;
      border-bottom: 1px solid #949494;
      margin-bottom: 30px;
      padding: 0;
      padding-bottom: 20px;
    }
    .web-platform-outer .row .web-platform-bx:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .web-platform-outer .row {
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .web-platform-outer {
      padding-bottom: 50px;
    }
  }
  
  .curated-selection-outer {
    background: linear-gradient(6deg, #4E004A 1.12%, #010042 100%);
    padding: 69px 0px;
  }
  .curated-selection-outer .head {
    text-align: center;
    max-width: 672px;
    margin: 0 auto;
    padding-bottom: 55px;
  }
  .curated-selection-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 10px;
    line-height: 134%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .curated-selection-outer .head h2 {
      font-size: var(--tp-fz-h6);
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .curated-selection-outer .head h2 {
      font-size:28px;
    }
  }
  .curated-selection-outer .head h3 {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 10px;
  }
  .curated-selection-outer .head p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 175%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .curated-selection-outer .head {
      padding-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .curated-selection-outer .head {
      padding-bottom: 30px;
    }
  }
  .curated-selection-outer .curated-bx figure {
    margin-bottom: 20px;
  }
  .curated-selection-outer .curated-bx figure img {
    max-width: 100%;
  }
  .curated-selection-outer .curated-bx h4 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    margin: 0;
  }
  @media (max-width: 767px) {
    .curated-selection-outer .curated-bx {
      width: 100%;
      flex: unset;
      padding: 0px 0px 30px;
    }
  }
  
  .expert-web-outer {
    padding:60px 0px;
  }
  .expert-web-outer .expert-web-left {
    padding-right: 18%;
  }
  .expert-web-outer .expert-web-left h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 35px;
    line-height: 134%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .expert-web-outer .expert-web-left h2 {
      font-size: var(--tp-fz-h6);
      padding-bottom: 15px;
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .expert-web-outer .expert-web-left h2 {
      font-size: 28px;
      padding-bottom: 15px;
    }
  }
  .expert-web-outer .expert-web-left p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    padding-bottom: 0px;
    text-align: justify;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .expert-web-outer .expert-web-left {
      width: 100%;
      flex: unset;
      padding-right: 15px;
    }
  }
  @media (max-width: 767px) {
    .expert-web-outer .expert-web-left {
      width: 100%;
      padding-right: 15px;
      flex: unset;
    }
  }
  .expert-web-outer .expert-web-right h3 {
    font-size: calc(var(--tp-fz-h2) - 8px);
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-black);
    padding-bottom: 20px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .expert-web-outer .expert-web-right h3 {
      font-size: var(--tp-fz-h6);
      padding-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .expert-web-outer .expert-web-right h3 {
      font-size: 28px;
      padding-bottom: 15px;
    }
  }
  .expert-web-outer .expert-web-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .expert-web-outer .expert-web-right ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    text-transform: capitalize;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
  }
  .expert-web-outer .expert-web-right ul li::after {
    width: 12px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    background: var(--tp-heading-orange);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .expert-web-outer .expert-web-right {
      width: 100%;
      padding-bottom: 30px;
      flex: unset;
    }
  }
  @media (max-width: 767px) {
    .expert-web-outer .expert-web-right {
      width: 100%;
      padding-bottom: 30px;
      flex: unset;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .expert-web-outer {
      padding: 60px 0px 30px;
    }
  }
  @media (max-width: 767px) {
    .expert-web-outer {
      padding: 60px 0px 30px;
    }
  }
  
  .web-tools-outer {
    padding: 65px 0px;
  }
  .web-tools-outer .head {
    text-align: center;
    max-width: 1038px;
    margin: 0 auto;
  }
  .web-tools-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 15px;
    line-height: 134%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-tools-outer .head h2 {
      font-size: var(--tp-fz-h6);
      padding-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .web-tools-outer .head h2 {
      font-size: 28px;
      padding-bottom: 15px;
    }
  }
  .web-tools-outer .head p {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 175%;
  }
  .web-tools-outer .web-tools-slide .web-tools-bx {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .web-tools-outer .web-tools-slide .web-tools-bx img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
  }
  
  .faq-outer {
    padding: 74px 0px 440px;
    background: linear-gradient(6deg, #4E004A 1.12%, #010042 100%);
  }
  .faq-outer .head {
    text-align: center;
    max-width: 924px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .faq-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 10px;
    line-height: 134%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-outer .head h2 {
      font-size: var(--tp-fz-h6);
      padding-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .faq-outer .head h2 {
      font-size: 28px;
      padding-bottom: 15px;
    }
  }
  .faq-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 10px;
  }
  .faq-outer .head p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 175%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-outer .head {
      padding-bottom: 10px;
    }
  }
  @media (max-width: 767px) {
    .faq-outer .head {
      padding-bottom: 10px;
    }
  }
  .faq-outer .faw-main .accordion-item {
    background: none;
    border: none;
    border-bottom: 1px solid #6D6D6D;
  }
  .faq-outer .faw-main .accordion-item .accordion-header .accordion-button {
    background: none;
    box-shadow: none;
    font-size: calc(var(--tp-fz-h4) + 2px);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 175%;
    padding: 35px 25px 35px 0px;
  }
  .faq-outer .faw-main .accordion-item .accordion-header .accordion-button::after {
    background: url(../images/minus-ico.webp) no-repeat;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: unset;
    position: absolute;
    right: 0;
    top: 55px;
  }
  @media (max-width: 767px) {
    .faq-outer .faw-main .accordion-item .accordion-header .accordion-button {
      font-size: var(--tp-fz-h4);
      padding: 25px 25px 25px 0px;
      font-weight: var(--tp-fw-medium);
    }
    .faq-outer .faw-main .accordion-item .accordion-header .accordion-button::after {
      top: 45px;
    }
  }
  .faq-outer .faw-main .accordion-item .accordion-header .accordion-button.collapsed::after {
    background: url(../images/plus-ico.webp) no-repeat;
    transform: unset;
  }
  .faq-outer .faw-main .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 0px 45px;
  }
  .faq-outer .faw-main .accordion-item .accordion-collapse .accordion-body p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-outer {
      padding-bottom: 50px;
    }
  }
  @media (max-width: 767px) {
    .faq-outer {
      padding-bottom: 50px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .hello {
    display: flex;
    justify-content: center;
  }
  
  .elevating-outer .row {
    align-items: center;
    margin-top: 40px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elevating-outer .row {
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .elevating-outer .row {
      margin-top: 0;
    }
  }
  .elevating-outer .who-we-are figure img {
    max-width: 100%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elevating-outer .who-we-are figure img {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .elevating-outer .who-we-are figure img {
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elevating-outer .who-we-are {
      width: 100%;
      padding-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .elevating-outer .who-we-are {
      width: 100%;
      padding-bottom: 20px;
    }
  }
  .elevating-outer .who-we-are-right {
    text-align: left;
    padding-left: 50px;
  }
  .elevating-outer .who-we-are-right p {
    font-size: var(--tp-fz-h5);
    text-align: left;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elevating-outer .who-we-are-right {
      width: 100%;
      padding-left: 15px;
    }
  }
  @media (max-width: 767px) {
    .elevating-outer .who-we-are-right {
      width: 100%;
      padding-left: 15px;
    }
  }
  
  .press-covrage-outer {
    background: linear-gradient(6deg, #4e004a 1.12%, #010042 100%);
    padding: 60px 0px;
  }
  .press-covrage-outer .head {
    max-width: 900px;
    margin: 0 auto 30px;
  }
  .press-covrage-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 5px;
    text-align: center;
  }
  .press-covrage-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 13px;
    text-align: center;
    text-transform: capitalize;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .press-covrage-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .press-covrage-outer .head h2 {
      font-size: 28px;
    }
  }
  .press-covrage-outer .head p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 175%;
    text-align: center;
  }
  .press-covrage-outer .press-covrage-main {
    display: flex;
    flex-wrap: wrap;
  }
  .press-covrage-outer .press-covrage-main .press-covrage-bx {
    width: 20%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .press-covrage-outer .press-covrage-main .press-covrage-bx img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .press-covrage-outer .press-covrage-main .press-covrage-bx {
      width: 33.33%;
    }
  }
  @media (max-width: 767px) {
    .press-covrage-outer .press-covrage-main .press-covrage-bx {
      width: 33.33%;
    }
  }
  @media (max-width: 576px) {
    .press-covrage-outer .press-covrage-main .press-covrage-bx {
      width: 50%;
      height: 100px;
    }
  }
  .press-covrage-outer .explore {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .press-covrage-outer .explore a {
    font-size: var(--tp-fz-h3);
    padding: 1.25rem 2.563rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border: 2px solid #00A3FF;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--tp-common-white);
    border-radius: 6px;
  }
  .press-covrage-outer .explore a::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    border: 3px solid;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6px;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 6px;
  }
  .press-covrage-outer .explore a:hover::after {
    opacity: 0.8;
  }
  .press-covrage-outer .explore a i {
    color: var(--tp-heading-spanred);
    margin-left: 8px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .press-covrage-outer .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .press-covrage-outer .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .press-covrage-outer .explore {
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .press-covrage-outer .explore {
      margin-top: 0;
    }
  }
  
  .our-ethos-outer {
    padding: 80px 0px;
  }
  .our-ethos-outer .head {
    max-width: 795px;
    margin: 0 auto;
  }
  .our-ethos-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-bottom: 5px;
    text-align: center;
  }
  .our-ethos-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 13px;
    text-align: center;
    text-transform: capitalize;
  }
  .our-ethos-outer .head h2 span {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-ethos-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .our-ethos-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  .our-ethos-outer .head p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 175%;
    text-align: center;
  }
  .our-ethos-outer .our-etohs-main {
    padding-top: 80px;
  }
  .our-ethos-outer .our-etohs-main .our-etohs-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #858585;
    margin-bottom: 25px;
    align-items: center;
  }
  .our-ethos-outer .our-etohs-main .our-etohs-row .our-ethos-are {
    width: 100%;
    padding-right: 15px;
  }
  .our-ethos-outer .our-etohs-main .our-etohs-row .our-ethos-are h4 {
    font-size: calc(var(--tp-fz-h6) - 5px);
    color: var(--tp-common-black);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-ethos-outer .our-etohs-main .our-etohs-row .our-ethos-are h4 {
      font-size: var(--tp-fz-h3);
    }
  }
  @media (max-width: 767px) {
    .our-ethos-outer .our-etohs-main .our-etohs-row .our-ethos-are h4 {
      font-size: var(--tp-fz-h3);
    }
  }
  .our-ethos-outer .our-etohs-main .our-etohs-row .our-ethos-are p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 175%;
  }
  .our-ethos-outer .our-etohs-main .our-etohs-row .etohs-ico {
    min-width: 58px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .our-ethos-outer .our-etohs-main .our-etohs-row .etohs-ico img {
    max-width: 100%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-ethos-outer .our-etohs-main {
      padding-top: 40px;
    }
  }
  @media (max-width: 767px) {
    .our-ethos-outer .our-etohs-main {
      padding-top: 40px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-ethos-outer {
      padding: 60px 0px 50px;
    }
  }
  @media (max-width: 767px) {
    .our-ethos-outer {
      padding: 60px 0px 50px;
    }
  }
  
  .why-choose-outer {
    background: linear-gradient(19deg, #420049 0.01%, #001272 96.4%);
    padding: 69px 0px;
  }
  .why-choose-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-white);
    padding-bottom: 5px;
    text-align: center;
  }
  .why-choose-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    padding-bottom: 13px;
    text-align: center;
    text-transform: capitalize;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .why-choose-outer .head h2 {
      font-size: 28px;
    }
  }
  .why-choose-outer .why-choose-main {
    padding-top: 45px;
  }
  .why-choose-outer .why-choose-main .why-choose-up-bx {
    display: flex;
  }
  .why-choose-outer .why-choose-main .why-choose-up-bx .why-choose-bx {
    width: 100%;
    padding: 0;
    border: 1px solid #BDA6FF;
    background: rgba(217, 217, 217, 0.06);
    padding: 56px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, rgba(217, 217, 217, 0.06), #898989);
    text-align: center;
    margin-bottom: 30px;
  }
  .why-choose-outer .why-choose-main .why-choose-up-bx .why-choose-bx figure {
    max-width: 58px;
    margin: 0 auto 40px;
  }
  .why-choose-outer .why-choose-main .why-choose-up-bx .why-choose-bx h3 {
    font-size: calc(var(--tp-fz-h4) - 2px);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-heading-orange);
    text-transform: uppercase;
    padding-bottom: 30px;
  }
  .why-choose-outer .why-choose-main .why-choose-up-bx .why-choose-bx p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 166.667%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-outer .why-choose-main .why-choose-up-bx .why-choose-bx {
      padding: 26px;
    }
  }
  @media (max-width: 767px) {
    .why-choose-outer .why-choose-main .why-choose-up-bx .why-choose-bx {
      padding: 20px;
    }
  }
  @media (max-width: 767px) {
    .why-choose-outer .why-choose-main .why-choose-up-bx {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .why-choose-outer .why-choose-main {
      flex-wrap: wrap;
    }
  }
  
  .services-outer.services-about-page-outer {
    background: linear-gradient(15deg, #4E004A 1.12%, #010042 100%);
    padding: 95px 0px 488px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-outer.services-about-page-outer {
      padding: 60px 0px 65px;
    }
  }
  @media (max-width: 767px) {
    .services-outer.services-about-page-outer {
      padding: 60px 0px 65px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-outer.services-about-page-outer .services-main .head h3 {
      padding-bottom: 10px;
    }
  }
  @media (max-width: 767px) {
    .services-outer.services-about-page-outer .services-main .head h3 {
      padding-bottom: 10px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .curted-section-outer {
    padding: 72px 0px 448px;
  }
  .curted-section-outer .head {
    max-width: 1131px;
    margin: 0 auto 90px;
  }
  .curted-section-outer .head h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-bottom: 10px;
    text-align: center;
  }
  .curted-section-outer .head h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 15px;
    line-height: 134%;
    text-align: center;
  }
  .curted-section-outer .head h2 span {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .curted-section-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .curted-section-outer .head h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  .curted-section-outer .head p {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 175%;
    text-align: center;
  }
  .curted-section-outer .case-study-fillter .fillter-head {
    padding-bottom: 80px;
  }
  .curted-section-outer .case-study-fillter .fillter-head button.btn-fillter {
    border: none;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
    margin-right: 24px;
    padding: 12px 38px;
    box-sizing: border-box;
    font-size: var(--tp-fz-h5);
    line-height: 128.5%;
    text-transform: capitalize;
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    background: none;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .curted-section-outer .case-study-fillter .fillter-head button.btn-fillter {
      padding: 12px 25px;
    }
  }
  @media (max-width: 1200px) {
    .curted-section-outer .case-study-fillter .fillter-head button.btn-fillter {
      padding: 12px 8px;
      margin-right: 10px;
      font-size: calc(var(--tp-fz-h5) - 3px);
      margin-bottom: 10px;
    }
  }
  .curted-section-outer .case-study-fillter .fillter-head button.btn-fillter.active {
    background: linear-gradient(93deg, #3B0097 6.17%, #55004D 148.14%);
    color: var(--tp-common-white);
  }
  @media (max-width: 1200px) {
    .curted-section-outer .case-study-fillter .fillter-head {
      padding-bottom: 40px;
    }
  }
  .curted-section-outer .case-study-fillter #parent {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .curted-section-outer .case-study-fillter #parent .case-box-main {
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 60px;
  }
  .curted-section-outer .case-study-fillter #parent .case-box-main a {
    text-decoration: none;
  }
  .curted-section-outer .case-study-fillter #parent .case-box-main figure {
    margin-bottom: 20px;
    height: 263px;
    display: flex;
  }
  .curted-section-outer .case-study-fillter #parent .case-box-main figure img {
    max-width: 100%;
    object-fit: cover;
  }
  .curted-section-outer .case-study-fillter #parent .case-box-main h4 {
    font-size: var(--tp-fz-h5);
    line-height: 128.5%;
    text-transform: capitalize;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-black);
    padding-bottom: 15px;
    margin: 0;
  }
  .curted-section-outer .case-study-fillter #parent .case-box-main p {
    font-size: var(--tp-fz-p);
    line-height: 128.5%;
    text-transform: capitalize;
    font-weight: var(--tp-fw-regular);
    color: var(--tp-heading-primary);
  }
  @media (max-width: 1200px) {
    .curted-section-outer .case-study-fillter #parent .case-box-main {
      width: 33.33%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .curted-section-outer .case-study-fillter #parent .case-box-main {
      width: 50%;
    }
    .curted-section-outer .case-study-fillter #parent .case-box-main figure img {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .curted-section-outer .case-study-fillter #parent .case-box-main {
      width: 100%;
      margin-bottom: 30px;
    }
    .curted-section-outer .case-study-fillter #parent .case-box-main figure img {
      width: 100%;
    }
  }
  .curted-section-outer .case-study-fillter .explore {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
  }
  .curted-section-outer .case-study-fillter .explore a {
    font-size: var(--tp-fz-h3);
    padding: 1.25rem 2.563rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border: 2px solid #00A3FF;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--tp-common-black);
  }
  .curted-section-outer .case-study-fillter .explore a::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    border: 3px solid;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E);
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .curted-section-outer .case-study-fillter .explore a:hover::after {
    opacity: 0.8;
  }
  .curted-section-outer .case-study-fillter .explore a i {
    color: var(--tp-heading-spanred);
    margin-left: 8px;
  }
  
  .case-study-details-outer {
    background: #FFF;
    padding-bottom: 50px;
  }
  .case-study-details-outer .case-study-details-fig {
    position: relative;
    width: 1038px;
    height: 499px;
    margin: 0 auto;
    margin-top: -266px;
    margin-bottom: 111px;
    z-index: 10;
  }
  .case-study-details-outer .case-study-details-fig img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .case-study-details-outer .case-study-details-fig {
      margin-top: -166px;
    }
  }
  @media (max-width: 1200px) {
    .case-study-details-outer .case-study-details-fig {
      margin-top: -100px;
      width: 100%;
      margin-bottom: 50px;
      height: auto;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .case-study-details-outer .case-study-details-fig {
      margin-top: 50px;
    }
  }
  @media (max-width: 767px) {
    .case-study-details-outer .case-study-details-fig {
      margin-top: 50px;
    }
  }
  .case-study-details-outer .case-study-details-left {
    text-align: justify;
    padding-right: 100px;
  }
  .case-study-details-outer .case-study-details-left p {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 20px;
  }
  .case-study-details-outer .case-study-details-left h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-black);
    line-height: 134.625%;
    margin-bottom: 25px;
  }
  .case-study-details-outer .case-study-details-left h2 span {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .case-study-details-outer .case-study-details-left h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .case-study-details-outer .case-study-details-left h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  .case-study-details-outer .case-study-details-left h3 {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 25px;
  }
  .case-study-details-outer .case-study-details-left h4 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 25px;
  }
  .case-study-details-outer .case-study-details-left h5 {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 20px;
  }
  .case-study-details-outer .case-study-details-left ul {
    list-style: none;
    margin-bottom: 25px;
    margin: 0;
    padding: 0;
  }
  .case-study-details-outer .case-study-details-left ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .case-study-details-outer .case-study-details-left ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-black);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-spanred);
  }
  .case-study-details-outer .case-study-details-left ul li a {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    text-decoration: none;
  }
  .case-study-details-outer .case-study-details-left ul li:hover a {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .case-study-details-outer .case-study-details-left {
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .case-study-details-outer .case-study-details-left {
      padding-right: 0;
    }
  }
  .case-study-details-outer .describe-more-details .post-details {
    padding: 0;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--tp-common-black);
    margin-bottom: 40px;
  }
  .case-study-details-outer .describe-more-details .post-details h3 {
    font-size: calc(var(--tp-fz-h6) - 5px);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .case-study-details-outer .describe-more-details .post-details ul {
    list-style: none;
    margin-bottom: 25px;
    margin: 0;
    padding: 0;
  }
  .case-study-details-outer .describe-more-details .post-details ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 150.625%;
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
  }
  .case-study-details-outer .describe-more-details .post-details ul li::before {
    content: "";
    margin-left: 5px;
    position: absolute;
    background: var(--tp-common-black);
    width: 2px;
    height: 2px;
    top: 15px;
    left: 0;
  }
  .case-study-details-outer .describe-more-details .post-details ul li a {
    color: var(--tp-common-black);
    text-decoration: none;
  }
  .case-study-details-outer .describe-more-details .post-details ul li:hover a {
    color: var(--tp-heading-spanred);
  }
  .case-study-details-outer .describe-more-details .post-details:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .case-study-details-outer {
      padding-bottom: 60px;
    }
  }
  @media (max-width: 767px) {
    .case-study-details-outer {
      padding-bottom: 60px;
    }
  }
  
  .solution-casestudy-outer {
    padding: 60px 0px;
    background: linear-gradient(6deg, #4E004A 1.12%, #010042 100%);
  }
  .solution-casestudy-outer .solution-casestudy-main h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-white);
    line-height: 180.625%;
    padding-bottom: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .solution-casestudy-outer .solution-casestudy-main h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .solution-casestudy-outer .solution-casestudy-main h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  .solution-casestudy-outer .solution-casestudy-main p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 180.625%;
    margin-bottom: 40px;
  }
  .solution-casestudy-outer .solution-casestudy-main ul {
    list-style: none;
    margin-bottom: 25px;
    margin: 0;
    padding: 0;
  }
  .solution-casestudy-outer .solution-casestudy-main ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 180.625%;
    list-style: none;
    padding-left: 25px;
    position: relative;
  }
  .solution-casestudy-outer .solution-casestudy-main ul li::before {
    /* content: "";
    margin-left: 5px;
    position: absolute;
    background: var(--tp-common-white);
    width: 2px;
    height: 2px;
    top: 15px;
    left: 0; */
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-white);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-orange);
  }
  .solution-casestudy-outer .solution-casestudy-main ul li a {
    color: var(--tp-common-black);
    text-decoration: none;
  }
  .solution-casestudy-outer .solution-casestudy-main ul li:hover a {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .solution-casestudy-outer {
      padding: 50px 0px;
    }
  }
  @media (max-width: 767px) {
    .solution-casestudy-outer {
      padding: 50px 0px;
    }
  }
  
  .result-outer {
    padding: 60px 0px;
  }
  .result-outer .result-main {
    display: flex;
    justify-content: space-between;
  }
  .result-outer .result-main .the-result-left {
    width: 75%;
    padding-right: 40px;
  }
  .result-outer .result-main .the-result-left h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    padding-bottom: 10px;
  }
  .result-outer .result-main .the-result-left ul {
    list-style: none;
    margin-bottom: 25px;
    margin: 0;
    padding: 0;
  }
  .result-outer .result-main .the-result-left ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    list-style: none;
    padding-left: 25px;
    position: relative;
  }
  .result-outer .result-main .the-result-left ul li::before {
    /* content: "";
    margin-left: 5px;
    position: absolute;
    background: var(--tp-common-black);
    width: 2px;
    height: 2px;
    top: 15px;
    left: 0; */
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-white);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-orange);
  }
  .result-outer .result-main .the-result-left ul li a {
    color: var(--tp-common-black);
    text-decoration: none;
  }
  .result-outer .result-main .the-result-left ul li:hover a {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .result-outer .result-main .the-result-left {
      width: 100%;
      padding-bottom: 30px;
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .result-outer .result-main .the-result-left {
      width: 100%;
      padding-bottom: 30px;
      padding-right: 0;
    }
  }
  .result-outer .result-main .the-result-right {
    width: 25%;
  }
  .result-outer .result-main .the-result-right h4 {
    font-size: calc(var(--tp-fz-h6) - 5px);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    padding-bottom: 30px;
  }
  .result-outer .result-main .the-result-right h4 a {
    color: var(--tp-common-black);
    text-decoration: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .result-outer .result-main .the-result-right h4 {
      padding-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .result-outer .result-main .the-result-right h4 {
      padding-bottom: 20px;
    }
  }
  .result-outer .result-main .the-result-right .site-logo img {
    max-width: 100%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .result-outer .result-main .the-result-right {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .result-outer .result-main .the-result-right {
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .result-outer .result-main {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 767px) {
    .result-outer .result-main {
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .result-outer {
      padding: 52px 0px;
    }
  }
  @media (max-width: 767px) {
    .result-outer {
      padding: 52px 0px;
    }
  }
  
  .next-project-outer {
    background: linear-gradient(6deg, #420049 0.01%, #001272 96.4%);
    padding:43px 0px 430px
  }
  .next-project-outer .new-project-main figure {
    margin: 0;
  }
  .next-project-outer .new-project-main figure img {
    width: 100%;
  }
  .next-project-outer .new-project-main .next-project-anc {
    text-align: center;
    padding-bottom: 45px;
  }
  .next-project-outer .new-project-main .next-project-anc a {
    text-decoration: none;
  }
  .next-project-outer .new-project-main .next-project-anc a h4 {
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-white);
    line-height: 180.625%;
  }
  .next-project-outer .new-project-main .next-project-anc a h5 {
    font-size: calc(var(--tp-fz-h6) - 5px);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-white);
    line-height: 180.625%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .next-project-outer {
      padding: 60px 0px 60px;
    }
  }
  @media (max-width: 767px) {
    .next-project-outer {
      padding: 60px 0px 60px;
    }
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .blog-page-outer {
    padding: 60px 0px 418px;
    clear: left;
    background: linear-gradient(15deg, #4E004A 1.12%, #010042 100%);
  }
  .blog-page-outer .blog-head {
    display: flex;
    justify-content: space-between;
  }
  .blog-page-outer .blog-head .nav.nav-tabs {
    border: none;
  }
  .blog-page-outer .blog-head .nav.nav-tabs .nav-link {
    border: none;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
    margin-right: 24px;
    padding: 12px 46px;
    box-sizing: border-box;
    font-size: var(--tp-fz-h5);
    line-height: 128.5%;
    text-transform: capitalize;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-page-outer .blog-head .nav.nav-tabs .nav-link {
      padding: 12px 37px;
    }
  }
  @media (max-width: 1200px) {
    .blog-page-outer .blog-head .nav.nav-tabs .nav-link {
      padding: 12px 8px;
      font-size: calc(var(--tp-fz-h5) - 3px);
      margin-right: 18px;
      margin-bottom: 10px;
    }
  }
  .blog-page-outer .blog-head .nav.nav-tabs .nav-link:hover {
    background: linear-gradient(93deg, #3B0097 6.17%, #55004D 148.14%);
  }
  .blog-page-outer .blog-head .nav.nav-tabs .nav-link.active {
    background: linear-gradient(93deg, #3B0097 6.17%, #55004D 148.14%);
  }
  .blog-page-outer .blog-head .bolg-search {
    display: flex;
    align-items: center;
    position: relative;
  }
  .blog-page-outer .blog-head .bolg-search a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
  }
  .blog-page-outer .blog-head .bolg-search .blog-serch-bx {
    position: absolute;
    display: none;
    right: 60px;
    bottom: -50px;
    width: 200px;
  }
  .blog-page-outer .blog-head .bolg-search .blog-serch-bx input {
    border: 1px solid var(--tp-border-secondary);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    padding: 0px 10px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    font-size: var(--tp-fz-h5);
    background: none;
  }
  .blog-page-outer .blog-head .bolg-search.is-active .blog-serch-bx {
    display: block;
  }
  .blog-page-outer .tab-content .accordion-body {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 100px;
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main {
    width: 33.33%;
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area {
    border-radius: 10px;
    background: #FFF;
    padding: 40px 30px 15px;
    margin-bottom: 37px;
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area a {
    text-decoration: none;
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area figure {
    height: 182px;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f1f1f1;
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area figure img {
    width: 100%;
    object-fit: contain;object-position: top;
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area h4 {
    font-size: calc(var(--tp-fz-h5) - 4px);
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    padding-bottom: 20px;
    margin: 0;
    font-family: var(--tp-ff-body);
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area h4 a {
    color: var(--tp-heading-primary);
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area h5 {
    font-size: calc(var(--tp-fz-h5) - 4px);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-heading-primary);
    padding-bottom: 20px;
    margin: 0;
    font-family: var(--tp-ff-body);
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area h5 a {
    color: var(--tp-heading-primary);
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area h3 {
    font-size: calc(var(--tp-fz-h4) + 2px);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    font-family: var(--tp-ff-body);
    padding-bottom: 15px;
    margin: 0;
  }
  .blog-page-outer .tab-content .accordion-body .blog-box-main .blog-box-area p {
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-heading-primary);
    line-height: 180.625%;
  }
  @media (max-width: 1200px) {
    .blog-page-outer .tab-content .accordion-body .blog-box-main {
      padding: 0px 15px;
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .blog-page-outer .tab-content .accordion-body .blog-box-main {
      width: 100%;
    }
  }
  @media (max-width: 1200px) {
    .blog-page-outer .tab-content .accordion-body {
      margin-left: -15px;
      margin-right: -15px;
      padding-top: 60px;
    }
  }
  .blog-page-outer .tab-content .explore {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
  }
  .blog-page-outer .tab-content .explore a {
    font-size: var(--tp-fz-h3);
    padding: 1.25rem 2.563rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border: 2px solid #00A3FF;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--tp-common-white);
    border-radius: 6px;
  }
  .blog-page-outer .tab-content .explore a::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    border: 3px solid;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 6px;
  }
  .blog-page-outer .tab-content .explore a:hover::after {
    opacity: 0.8;
  }
  .blog-page-outer .tab-content .explore a i {
    color: var(--tp-heading-spanred);
    margin-left: 8px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-page-outer .tab-content .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .blog-page-outer .tab-content .explore a {
      font-size: var(--tp-fz-h4);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-page-outer {
      padding-bottom: 55px;
    }
  }
  @media (max-width: 767px) {
    .blog-page-outer {
      padding-bottom: 55px;
    }
  }
  
  .blog-details-outer {
/*    background: linear-gradient(6deg, #4E004A 1.12%, #010042 100%);*/
    padding-bottom: 448px;
  }
  .blog-details-outer .blog-details-fig {
    position: relative;
    width: 1038px;
    height: 499px;
    margin: 0 auto;
    margin-top: -266px;
    overflow: hidden;
  }
  .blog-details-outer .blog-details-fig img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
  }
  .blog-details-outer .blog-details-fig figure {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .blog-details-outer .blog-details-fig {
      margin-top: -166px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-details-outer .blog-details-fig {
      margin-top: -100px;
      height: auto;
    }
  }
  @media (max-width: 1200px) {
    .blog-details-outer .blog-details-fig {
      width: 100%;
      margin-top: -50px;
      height: auto;
    }
  }
  .blog-details-outer .date-and-search {
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .blog-details-outer .date-and-search .since-deta {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .blog-details-outer .date-and-search .since-deta label {
    font-size: calc(var(--tp-fz-p) - 1px);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    letter-spacing: 0.3px;
  }
  .blog-details-outer .date-and-search .since-deta label span {
    color: var(--tp-heading-spanred);
    margin-right: 5px;
  }
  @media screen and (max-width: 576px) {
    .blog-details-outer .date-and-search .since-deta label {
      width: 100%;
      margin-bottom: 5px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer .date-and-search .since-deta {
      width: 100%;
      padding-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer .date-and-search .since-deta {
      width: 100%;
      padding-bottom: 15px;
    }
  }
  @media screen and (max-width: 576px) {
    .blog-details-outer .date-and-search .since-deta {
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer .date-and-search {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer .date-and-search {
      flex-wrap: wrap;
      padding-top: 50px;
    }
  }
  @media screen and (max-width: 576px) {
    .blog-details-outer .date-and-search {
      padding-top: 70px;
    }
  }
  .blog-details-outer .blog-details-left {
    padding-bottom: 30px;
    text-align: justify;
    padding-right: 50px;
  }
  .blog-details-outer .blog-details-left p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 50px;
  }
  @media screen and (max-width: 576px) {
    .blog-details-outer .blog-details-left p {
      margin-bottom: 40px;
    }
  }
  .blog-details-outer .blog-details-left h2 {
    font-size: calc(var(--tp-fz-h3) - 4px);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 25px;
  }
  @media screen and (max-width: 576px) {
    .blog-details-outer .blog-details-left h2 {
      margin-bottom: 20px;
    }
  }
  .blog-details-outer .blog-details-left h3 {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 25px;
  }
  @media screen and (max-width: 576px) {
    .blog-details-outer .blog-details-left h3 {
      margin-bottom: 20px;
    }
  }
  .blog-details-outer .blog-details-left h4 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 25px;
  }
  @media screen and (max-width: 576px) {
    .blog-details-outer .blog-details-left h4 {
      margin-bottom: 20px;
    }
  }
  .blog-details-outer .blog-details-left h5 {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 576px) {
    .blog-details-outer .blog-details-left h5 {
      margin-bottom: 10px;
    }
  }
  .blog-details-outer .blog-details-left ul {
    list-style: none;
    margin-bottom: 25px;
    margin: 0;
    padding: 0;
  }
  .blog-details-outer .blog-details-left ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .blog-details-outer .blog-details-left ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-black);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-spanred);
  }
  .blog-details-outer .blog-details-left ul li a {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    text-decoration: none;
  }
  .blog-details-outer .blog-details-left ul li:hover a {
    color: var(--tp-heading-spanred);
  }


.blog-details-outer .blog-details-left ol li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .blog-details-outer .blog-details-left ol li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-black);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-spanred);
  }
  .blog-details-outer .blog-details-left ol li a {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-heading-spanred);
    line-height: 180.625%;
    text-decoration: none;
  }
  .blog-details-outer .blog-details-left ol li:hover a {
    color: var(--tp-heading-spanred);
  }
.blog-details-outer .blog-details-left p a{
   color: var(--tp-heading-spanred);
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer .blog-details-left {
      padding-right: 0;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer .blog-details-left {
      padding-right: 0;
    }
  }
  .blog-details-outer .share-blog {
    display: flex;
    align-items: center;
  }
  .blog-details-outer .share-blog h4 {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    text-transform: uppercase;
    margin: 0;
  }
  .blog-details-outer .share-blog ul {
    list-style: none;
    margin-bottom: 25px;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .blog-details-outer .share-blog ul li {
    margin-left: 20px;
  }
  .blog-details-outer .share-blog ul li a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--tp-theme-yellow);
    border: 1px solid var(--tp-theme-yellow);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: var(--tp-fz-h4);
  }
  .blog-details-outer .share-blog ul li:hover a {
    background: var(--tp-theme-yellow);
    color: var(--tp-theme-secondary);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer .share-blog {
      padding-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer .share-blog {
      padding-bottom: 15px;
    }
  }
  .blog-details-outer .describe-more-details .blog-details-serach {
    position: relative;
    margin-bottom: 30px;
  }
  .blog-details-outer .describe-more-details .blog-details-serach input {
    border: 1px solid var(--tp-border-secondary);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    height: 40px;
    padding: 0px 10px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-black);
    font-size: var(--tp-fz-h5);
    background: none;
    padding-right: 45px;
    box-shadow: none;
    width: 100%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer .describe-more-details .blog-details-serach input {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer .describe-more-details .blog-details-serach input {
      width: 100%;
    }
  }
  .blog-details-outer .describe-more-details .blog-details-serach button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    margin-top: 3px;
    margin-right: 5px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer .describe-more-details .blog-details-serach {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer .describe-more-details .blog-details-serach {
      width: 100%;
    }
  }
  .blog-details-outer .describe-more-details .post-details {
    border-radius: 7px;
/*    background: #180151;*/
    padding: 35px 28px;
    margin-bottom: 40px;
    border:1px solid #aaa; border-radius: 6px;
  }
  .blog-details-outer .describe-more-details .post-details h3 {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-heading-spanred);
    line-height: 180.625%;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 17px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer .describe-more-details .post-details h3 {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer .describe-more-details .post-details h3 {
      margin-bottom: 20px;
    }
  }
  .blog-details-outer .describe-more-details .post-details ul {
    list-style: none;
    margin-bottom: 25px;
    margin: 0;
    padding: 0;
  }
  .blog-details-outer .describe-more-details .post-details ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .blog-details-outer .describe-more-details .post-details ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-black);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-spanred);
  }
  .blog-details-outer .describe-more-details .post-details ul li a {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    text-decoration: none;
  }
  .blog-details-outer .describe-more-details .post-details ul li:hover a {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer .describe-more-details .post-details {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer .describe-more-details .post-details {
      margin-bottom: 30px;
    }
    .blog-details-outer .describe-more-details .post-details:last-child {
      margin-bottom: 0px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-outer {
      padding-bottom: 70px;
    }
  }
  @media (max-width: 767px) {
    .blog-details-outer {
      padding-bottom: 70px;
    }
  }
  
  .blog-page-outer.search-result-outer .tab-content .accordion-body {
    padding-top: 30px;
  }
  
  :root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Jost', sans-serif;
    --tp-ff-heading: 'Jost', sans-serif;
    --tp-ff-p: 'Jost', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @font Size declaration
    */
    --tp-fz-body: 15px;
    --tp-fz-p: 16px;
    --tp-fz-a: 14px;
    --tp-fz-h1: 50px;
    --tp-fz-h2: 48px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 18px;
    --tp-fz-h6: 35px;
    /**
     @font Weight declaration
    */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  
  
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #484848;
    --tp-heading-spanred: #BE0000;
    --tp-heading-orange: #FF8A00;
    --tp-grey-1: #727070;
    --tp-text-body: #171151;
    --tp-text-1: #A9B7D1;
    --tp-text-2: #8A879F;
    --tp-text-3: #e9f9f7;
    --tp-theme-primary: #171151;
    --tp-theme-secondary: #161616;
    --tp-theme-blue: #00D1FF;
    --tp-theme-pink: #FF3D00;
    --tp-theme-yellow: #FFE500;
    --tp-border-primary: #ECEEF3;
    --tp-border-secondary: #D1D6E0;
    --tp-icon-blue: #0E63FF;
    --tp-icon-blue-light: #E7efFF;
    --tp-icon-green: #10D0A1;
    --tp-icon-green-light: #E7FAF6;
    --tp-icon-pink: #F72A75;
    --tp-icon-pink-light: #FEEAf1;
    --tp-icon-sky: #42BFFF;
    --tp-icon-sky-light: #ECF9FF;
    --tp-icon-red: #FF0000;
    --tp-icon-tweet: #1DA1F2;
    --tp-icon-fb: #4267B2;
    --tp-icon-skype: #00A6E4;
  }
  
  .contact-us-outer {
    padding: 84px 0px 448px;
    position: relative;
  }
  .contact-us-outer .contact-main h3 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-regular);
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-bottom: 10px;
  }
  .contact-us-outer .contact-main h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 0px;
    margin: 0;
  }
  .contact-us-outer .contact-main h2 span {
    color: var(--tp-heading-spanred);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us-outer .contact-main h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .contact-us-outer .contact-main h2 {
      font-size: var(--tp-fz-h6);
    }
  }
  .contact-us-outer .contact-main .conact-us-row {
    display: flex;
    padding-top: 100px;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-left {
    width: 50%;
    padding-top: 82px;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-left .contact-left-rw {
    display: flex;
    margin-bottom: 75px;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-left .contact-left-rw .contact-ico {
    min-width: 56px;
    height: 56px;
    background: linear-gradient(180deg, #4C11B5 0%, #8A00AC 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-left .contact-left-rw .contact-text h4 {
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-regular);
    letter-spacing: 0.128px;
    color: #92929D;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-left .contact-left-rw .contact-text a {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-medium);
    letter-spacing: 0.128px;
    color: var(--tp-common-black);
    text-decoration: none;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-left .contact-left-rw .contact-text span {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-medium);
    letter-spacing: 0.128px;
    color: var(--tp-common-black);
    text-decoration: none;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-left .contact-left-rw:last-child {
    margin-bottom: 0px;
  }
  @media (max-width: 767px) {
    .contact-us-outer .contact-main .conact-us-row .contact-left .contact-left-rw {
      margin-bottom: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us-outer .contact-main .conact-us-row .contact-left {
      padding-top: 50px;
      padding-left: 15px;
    }
  }
  @media (max-width: 767px) {
    .contact-us-outer .contact-main .conact-us-row .contact-left {
      width: 100%;
      padding-bottom: 50px;
      padding-top: 0;
    }
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right {
    width: 50%;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right h4 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    padding-bottom: 20px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us-outer .contact-main .conact-us-row .contact-right h4 {
      font-size: var(--tp-fz-h6);
    }
  }
  @media (max-width: 767px) {
    .contact-us-outer .contact-main .conact-us-row .contact-right h4 {
      font-size: var(--tp-fz-h6);
    }
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .contact-upper-area {
    padding: 50px;
    width: 100%;
    position: relative;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    z-index: 9;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .contact-upper-area .contact-upper-row {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .contact-upper-area .contact-upper-row input {
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    border: none;
    background: none;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    outline: none;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .contact-upper-area .contact-upper-row select {
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    border: none;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    outline: none;
    appearance: none;
    background: url(../e49717864a38e4e9fe79.webp) no-repeat 98% center;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .contact-upper-area .contact-upper-row textarea {
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    border: none;
    background: none;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    outline: none;
    resize: none;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .contact-upper-area .contact-upper-row:last-child {
    margin-bottom: 0px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us-outer .contact-main .conact-us-row .contact-right .contact-upper-area {
      padding: 30px 0px 30px 30px;
    }
  }
  @media (max-width: 767px) {
    .contact-us-outer .contact-main .conact-us-row .contact-right .contact-upper-area {
      padding: 20px 0px 20px 20px;
    }
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .form-submit {
    padding-left: 50px;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .form-submit button {
    font-size: var(--tp-fz-h3);
    padding: 1.25rem 2.563rem;
    line-height: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--tp-fw-sbold);
    position: relative;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border: 2px solid #00A3FF;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: none;
    padding: 1.25rem 4.563rem;
    border-radius: 6px;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .form-submit button::after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    border: 3px solid;
    border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00A3FF, #20009E) 6;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 6px;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .form-submit button:hover::after {
    opacity: 0.8;
  }
  .contact-us-outer .contact-main .conact-us-row .contact-right .form-submit button i {
    color: var(--tp-heading-spanred);
    margin-left: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us-outer .contact-main .conact-us-row .contact-right .form-submit button {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .contact-us-outer .contact-main .conact-us-row .contact-right .form-submit button {
      font-size: var(--tp-fz-h4);
    }
  }
  @media (max-width: 767px) {
    .contact-us-outer .contact-main .conact-us-row .contact-right {
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us-outer .contact-main .conact-us-row {
      padding-top: 50px;
    }
  }
  @media (max-width: 767px) {
    .contact-us-outer .contact-main .conact-us-row {
      padding-top: 50px;
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us-outer {
      padding-bottom: 50px;
    }
  }
  @media (max-width: 767px) {
    .contact-us-outer {
      padding-bottom: 50px;
    }
  }
  
  .privacy-outer {
    padding: 60px 0px 415px;
  }
  .privacy-outer .privacy-policy h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-black);
    line-height: 134.625%;
    margin-bottom: 10px;
  }
  .privacy-outer .privacy-policy h2 span {
    color: var(--tp-heading-spanred);
  }
  .privacy-outer .privacy-policy h3 {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 10px;
  }
  .privacy-outer .privacy-policy h4 {
    font-size: var(--tp-fz-h4);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 10px;
  }
  .privacy-outer .privacy-policy h5 {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 20px;
  }
  .privacy-outer .privacy-policy p {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    margin-bottom: 20px;
  }
  .privacy-outer .privacy-policy ul {
    list-style: none;
        margin: 0;

    padding: 0;
    margin-bottom: 25px;

  }
  .privacy-outer .privacy-policy ul li {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .privacy-outer .privacy-policy ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    color: var(--tp-common-black);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-black);
    margin-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: var(--tp-heading-spanred);
  }
  .privacy-outer .privacy-policy ul li a {
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-regular);
    color: var(--tp-common-black);
    line-height: 180.625%;
    text-decoration: none;
  }
  .privacy-outer .privacy-policy ul li:hover a {
    color: var(--tp-heading-spanred);
  }
  .meetbrands .container .brand-right-top{
    position: relative;
    background: linear-gradient(215deg, #420049 0.01%, #001272 96.4%);
    padding: 70px 60px;
    display: flex;
    align-items: center;
}
.meetbrands .container .brand-right-top .brand-right-top-cont h3{
    color: #f13e42;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.meetbrands .container .brand-right-top .brand-right-top-cont h4{
    color: var(--tp-common-white);   
}
.meetbrands .container .brand-right-top .brand-right-top-cont p{
    color: var(--tp-common-white);
    font-size: 17px;
    line-height: 180.5%;
    font-weight: var(--tp-fw-regular);
}
.meetbrands .brands-right .brand-right-top:after {
    position: absolute;
    background: url(../images/back-img.webp);
    left: 50%;
    bottom: -24px;
    content: "";
    display: block;
    width: 124px;
    height: 25px;
    margin-left: -62px;
}
  
.short-frm-outer{
  background: linear-gradient(7deg, #420049 0.01%, #001272 96.4%); padding: 30px 0px;
}
.short-main{
  display: flex; justify-content: space-between; align-items: center;
}
.short-main p{
  width: 70%; font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
  padding-bottom: 15px;
}
.short-main button{
  background: linear-gradient(90deg, #EE0202 0%, #EE9002 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: var(--tp-fz-p);
  padding: 0.938rem 1.375rem;
  line-height: 100%;
  display: inline-block;
  color: var(--tp-common-white);
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 1s ease;
  min-width: 188px;
  border: none;
}

  @media (max-width: 767px) {
    .short-main{
      flex-wrap: wrap;
    }
    .short-main p{
      width: 100%;
    }
    .short-main a{
      
    }
  }
  .free-estimate{
    margin-bottom: 50px;gap: 14px; display: flex;
  }
  .free-estimate .contact-number{
    background: linear-gradient(90deg, #EE0202 0%, #EE9002 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: var(--tp-fz-p);
  padding: 0.938rem 1.375rem;
  line-height: 100%;
  display: inline-block;
  color: var(--tp-common-white);
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 1s ease;
  min-width: 188px;
  border: none;
  text-align: center;
  }
 .free-estimate .contact-number1{
  background: linear-gradient(93deg, #3B0097 6.17%, #55004D 148.14%);text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: var(--tp-fz-p);
  padding: 0.938rem 1.375rem;
  line-height: 100%;
  display: inline-block;
  color: var(--tp-common-white);
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 1s ease;
  min-width: 188px;
  border: none;
  text-align: center;
 }
  