  @charset "UTF-8";

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .ibt-link-hover a {
    position: relative;
  }

  .ibt-link-hover a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .ibt-link-hover a:hover::after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .ibt-separator {
    display: block;
    height: 1px;
    width: 100%;
    background: black;
  }

  .ibt-separator-vertical {
    display: inline-block;
    min-height: 1rem;
    height: 100%;
    width: 1px;
    background: black;
  }

  .ibt-gradient-text {
    background: -webkit-linear-gradient(354deg, var(--color-secondary) -11.57%, var(--color-primary-opacity-900) 101.08%);
    background: linear-gradient(96deg, var(--color-secondary) -11.57%, var(--color-primary-opacity-900) 101.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .ibt-text-uppercase {
    text-transform: uppercase;
  }

  .ibt-text-lowercase {
    text-transform: lowercase;
  }

  .ibt-text-capitalize {
    text-transform: capitalize;
  }

  .ibt-blockquote {
    font-size: var(--font-size-b1);
    font-weight: var(--f-semibold);
    font-style: normal;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }

  .ibt-blockquote::before {
    content: "\e82f";
    font-family: "fontello";
    font-size: var(--h3);
    background: var(--gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /*=====================
    All Extend Here
=======================*/
  /*----------------------
    Bg Image  
------------------------*/
  /**
 * Reset Styels
 */
  * {
    box-sizing: border-box;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  nav,
  section,
  summary {
    display: block;
  }

  audio,
  canvas,
  video {
    display: inline-block;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  [hidden] {
    display: none;
  }

  a {
    color: var(--color-primary);
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
    outline: none;
  }

  address {
    margin: 0 0 24px;
  }

  abbr[title] {
    border-bottom: 1px dotted;
  }

  b,
  strong {
    font-weight: bold;
  }

  mark {
    background: var(--color-primary);
    color: #ffffff;
  }

  code,
  kbd,
  pre,
  samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary);
  }

  kbd,
  ins {
    color: #ffffff;
  }

  pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: var(--font-size-b3);
    margin: 10px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--color-body);
    background: var(--color-lighter);
  }

  small {
    font-size: smaller;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  dl {
    margin-top: 0;
    margin-bottom: 10px;
  }

  dd {
    margin: 0 15px 15px;
  }

  dt {
    font-weight: bold;
    color: var(--color-heading);
  }

  menu,
  ol,
  ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
  }

  nav ul,
  nav ol {
    list-style: none;
    list-style-image: none;
  }

  li>ul,
  li>ol {
    margin: 0;
  }

  ol ul {
    margin-bottom: 0;
  }

  img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  figure {
    margin: 0;
  }

  form {
    margin: 0;
  }

  fieldset {
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
  }

  legend {
    border: 0;
    padding: 0;
    white-space: normal;
  }

  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
  }

  button,
  input {
    line-height: normal;
  }

  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
  }

  button[disabled],
  input[disabled] {
    cursor: default;
  }

  input[type=checkbox],
  input[type=radio] {
    padding: 0;
  }

  input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
  }

  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  textarea {
    overflow: auto;
    vertical-align: top;
  }

  caption,
  th,
  td {
    font-weight: normal;
  }

  th {
    font-weight: 500;
  }

  td,
  .wp-block-calendar tfoot td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
  }

  del {
    color: #333;
  }

  ins {
    background: rgba(255, 47, 47, 0.4);
    text-decoration: none;
  }

  hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
  }

  table a,
  table a:link,
  table a:visited {
    text-decoration: underline;
  }

  dt {
    font-weight: bold;
    margin-bottom: 10px;
  }

  dd {
    margin: 0 15px 15px;
  }

  caption {
    caption-side: top;
  }

  kbd {
    background: var(--color-heading);
  }

  dfn,
  cite,
  em {
    font-style: italic;
  }

  /* BlockQuote  */
  blockquote,
  q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: none;
  }

  blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--f-light);
    margin: 24px 40px;
  }

  blockquote cite,
  blockquote small {
    font-size: var(--font-size-b3);
    font-weight: normal;
  }

  blockquote strong,
  blockquote b {
    font-weight: 700;
  }

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--color-heading);
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
  }

  .container {
    max-width: 1340px;
    margin: 0 auto;
  }

  .container2 {
    max-width: 1895px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .container3 {
    max-width: 1545px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .container4 {
    max-width: 1475px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .container5 {
    max-width: 1754px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: slideDown 0.4s ease;
    animation: slideDown 0.4s ease;
  }

  @-webkit-keyframes slideDown {
    from {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes slideDown {
    from {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @font-face {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
  }

  .lg-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105" !important;
  }

  .lg-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104" !important;
  }

  .lg-toolbar .lg-download:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f019" !important;
    font-size: 18px;
  }

  .lg-toolbar .lg-close:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d" !important;
    font-size: 18px;
  }

  .lg-icon.lg-zoom-in:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e" !important;
    font-size: 18px;
  }

  /* Zoom out button */
  .lg-icon.lg-zoom-out:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f010" !important;
    font-size: 18px;
  }

  /*-- Variables --*/
  :root {
    --color-primary: #FF7A00;
    --color-secondary: #ef6464;
    --color-secondary-alt: #f57e7e;
    --color-content-white: #ffffff;
    --color-content-black: #000000;
    --color-content-black2: #333333;
    --color-heading: #111111;
    --color-surface-white: #ffffff;
    --color-surface-black: #000000;
    --color-surface-dark: #111111;
    --color-surface-dark-2: #1f1f1f;
    --color-surface-light: #f0f2f4;
    --color-surface-light-1: #ecf0f4;
    --color-surface-light-3: #f5f5f5;
    --color-body: #333333;
    --gradient-1: linear-gradient(159deg, #a2f5ff 2.13%, #ea84c2 95.42%);
    --gradient-3: linear-gradient(113deg, #FF7A00 2.7%, #FDBA74 98.55%);
    --gradient-btn-1: linear-gradient(102deg, #FF7A00 2.7%, #FDBA74 98.55%);
    --border-width: 2px;
    --border-width-1: 1px;
    --color-border: #d9d9d9;
    --radius-full: 100%;
    --radius-5xl: 50px;
    --radius-4xl: 40px;
    --radius-3xl: 30px;
    --radius-xxl: 25px;
    --radius-xl: 20px;
    --radius-lg: 15px;
    --radius-md: 10px;
    --radius-sm: 5px;
    --f-light: 300;
    --f-regular: 400;
    --f-medium: 500;
    --f-semibold: 600;
    --f-bold: 700;
    --f-extrabold: 800;
    --f-black: 900;
    --transition: 0.2s;
    --transition-1: all 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3:
      transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --transition-4: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    --transition-5: all 0.5s ease-in-out;
    --transition-6: all 0.3s linear;
    --font-primary: "Sora", Arial, Helvetica, sans-serif;
    --font-secondary: "Manrope", Arial, Helvetica, sans-serif;
    --font-tertiary: "Manrope Alt", Sans-serif;
    --font-size-b1: 20px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --letter-spacing-b1: normal;
    --letter-spacing-b2: normal;
    --letter-spacing-b3: normal;
    --h1: 80px;
    --h2: 60px;
    --h3: 40px;
    --h4: 25px;
    --h5: 20px;
    --h6: 18px;
    --line-height-b1: 1.75;
    --line-height-b2: 1.875;
    --line-height-b3: 1.714;
    --line-height-h1: 1.175;
    --line-height-h2: 1.17;
    --line-height-h3: 1.175;
    --line-height-h4: 1.16;
    --line-height-h5: 1.15;
    --line-height-h6: 1.17;
    --letter-spacing-h1: -4px;
    --letter-spacing-h2: -3px;
    --letter-spacing-h3: -2px;
    --letter-spacing-h4: -1.25px;
    --letter-spacing-h5: normal;
    --letter-spacing-h6: normal;
    --letter-spacing-normal: normal;
    --text-shadow-1: 1px 2px 1px rgba(12, 4, 66, 0.3);
    --text-shadow-2: 1px 1px 1px rgba(0, 0, 0, 0.25);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  /*---------------------------------------------
                  Utilities
----------------------------------------------*/
  @media only screen and (max-width: 767px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  /*-------------------------------------------------------
                    Height and width 
--------------------------------------------------------*/
  .ibt-h-auto {
    height: auto;
  }

  .ibt-h-full {
    height: 100%;
  }

  .ibt-h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .ibt-w-auto {
    width: auto;
  }

  .ibt-w-full {
    width: 100%;
  }

  .ibt-w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .ibt-max-w-auto {
    max-width: auto;
  }

  .ibt-max-w-full {
    max-width: 100%;
  }

  .ibt-max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  /*---------------------------------------------------------
                        Custom Row
----------------------------------------------------------*/
  .row--0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .row--0>[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row--5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row--5>[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row--10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .row--10>[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row--15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row--15>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row--20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media only screen and (max-width: 767px) {
    .row--20 {
      margin-left: -15px !important;
      margin-right: -15px !important;
    }
  }

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  @media only screen and (max-width: 767px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  .row--25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media only screen and (max-width: 767px) {
    .row--25 {
      margin-left: -15px !important;
      margin-right: -15px !important;
    }
  }

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  @media only screen and (max-width: 767px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  .row--30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 {
      margin-left: -30px;
      margin-right: -30px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media only screen and (max-width: 767px) {
    .row--30 {
      margin-left: -15px !important;
      margin-right: -15px !important;
    }
  }

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  @media only screen and (max-width: 767px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  /*--------------------------------------------
        Input Placeholder
--------------------------------------------*/
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  /*----------------------------------------------
        text & bg-color class generate
------------------------------------------------*/
  .ibt-text-primary {
    color: var(--color-primary) !important;
  }

  .ibt-bg-primary {
    background-color: var(--color-primary) !important;
  }

  /*----------------------------------------------
        border color class generate
------------------------------------------------*/
  .ibt-border-color-default {
    border-color: var(--color-border) !important;
  }

  /*----------------------------------------------
        gradient-colors
------------------------------------------------*/
  .ibt-gradient-bg-1 {
    background: var(--gradient-1) !important;
  }

  .ibt-gradient-bg-2 {
    background: var(--gradient-2) !important;
  }

  .ibt-gradient-bg-3 {
    background: var(--gradient-3) !important;
  }

  /*---------------------------------------------
        font weight class generate
----------------------------------------------*/
  .ibt-fw-light {
    font-weight: var(--f-light) !important;
  }

  .ibt-fw-regular {
    font-weight: var(--f-regular) !important;
  }

  .ibt-fw-medium {
    font-weight: var(--f-medium) !important;
  }

  .ibt-fw-semibold {
    font-weight: var(--f-semibold) !important;
  }

  .ibt-fw-bold {
    font-weight: var(--f-bold) !important;
  }

  .ibt-fw-extrabold {
    font-weight: var(--f-extrabold) !important;
  }

  .ibt-fw-black {
    font-weight: var(--f-black) !important;
  }

  /*---------------------------------------
        gap class generate
-----------------------------------------*/
  .ibt-gap-0 {
    gap: 0px !important;
  }

  .ibt-col-gap-0 {
    -webkit-column-gap: 0px !important;
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
  }

  .ibt-row-gap-0 {
    row-gap: 0px !important;
  }

  .ibt-gap-5 {
    gap: 5px !important;
  }

  .ibt-col-gap-5 {
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .ibt-row-gap-5 {
    row-gap: 5px !important;
  }

  .ibt-gap-10 {
    gap: 10px !important;
  }

  .ibt-col-gap-10 {
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .ibt-row-gap-10 {
    row-gap: 10px !important;
  }

  .ibt-gap-15 {
    gap: 15px !important;
  }

  .ibt-col-gap-15 {
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .ibt-row-gap-15 {
    row-gap: 15px !important;
  }

  .ibt-gap-20 {
    gap: 20px !important;
  }

  .ibt-col-gap-20 {
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .ibt-row-gap-20 {
    row-gap: 20px !important;
  }

  .ibt-gap-25 {
    gap: 25px !important;
  }

  .ibt-col-gap-25 {
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .ibt-row-gap-25 {
    row-gap: 25px !important;
  }

  .ibt-gap-30 {
    gap: 30px !important;
  }

  .ibt-col-gap-30 {
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .ibt-row-gap-30 {
    row-gap: 30px !important;
  }

  .ibt-gap-35 {
    gap: 35px !important;
  }

  .ibt-col-gap-35 {
    -webkit-column-gap: 35px !important;
    -moz-column-gap: 35px !important;
    column-gap: 35px !important;
  }

  .ibt-row-gap-35 {
    row-gap: 35px !important;
  }

  .ibt-gap-40 {
    gap: 40px !important;
  }

  .ibt-col-gap-40 {
    -webkit-column-gap: 40px !important;
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
  }

  .ibt-row-gap-40 {
    row-gap: 40px !important;
  }

  .ibt-gap-45 {
    gap: 45px !important;
  }

  .ibt-col-gap-45 {
    -webkit-column-gap: 45px !important;
    -moz-column-gap: 45px !important;
    column-gap: 45px !important;
  }

  .ibt-row-gap-45 {
    row-gap: 45px !important;
  }

  .ibt-gap-50 {
    gap: 50px !important;
  }

  .ibt-col-gap-50 {
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .ibt-row-gap-50 {
    row-gap: 50px !important;
  }

  .ibt-gap-55 {
    gap: 55px !important;
  }

  .ibt-col-gap-55 {
    -webkit-column-gap: 55px !important;
    -moz-column-gap: 55px !important;
    column-gap: 55px !important;
  }

  .ibt-row-gap-55 {
    row-gap: 55px !important;
  }

  .ibt-gap-60 {
    gap: 60px !important;
  }

  .ibt-col-gap-60 {
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .ibt-row-gap-60 {
    row-gap: 60px !important;
  }

  .ibt-gap-65 {
    gap: 65px !important;
  }

  .ibt-col-gap-65 {
    -webkit-column-gap: 65px !important;
    -moz-column-gap: 65px !important;
    column-gap: 65px !important;
  }

  .ibt-row-gap-65 {
    row-gap: 65px !important;
  }

  .ibt-gap-70 {
    gap: 70px !important;
  }

  .ibt-col-gap-70 {
    -webkit-column-gap: 70px !important;
    -moz-column-gap: 70px !important;
    column-gap: 70px !important;
  }

  .ibt-row-gap-70 {
    row-gap: 70px !important;
  }

  .ibt-gap-75 {
    gap: 75px !important;
  }

  .ibt-col-gap-75 {
    -webkit-column-gap: 75px !important;
    -moz-column-gap: 75px !important;
    column-gap: 75px !important;
  }

  .ibt-row-gap-75 {
    row-gap: 75px !important;
  }

  .ibt-gap-80 {
    gap: 80px !important;
  }

  .ibt-col-gap-80 {
    -webkit-column-gap: 80px !important;
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
  }

  .ibt-row-gap-80 {
    row-gap: 80px !important;
  }

  .ibt-gap-85 {
    gap: 85px !important;
  }

  .ibt-col-gap-85 {
    -webkit-column-gap: 85px !important;
    -moz-column-gap: 85px !important;
    column-gap: 85px !important;
  }

  .ibt-row-gap-85 {
    row-gap: 85px !important;
  }

  .ibt-gap-90 {
    gap: 90px !important;
  }

  .ibt-col-gap-90 {
    -webkit-column-gap: 90px !important;
    -moz-column-gap: 90px !important;
    column-gap: 90px !important;
  }

  .ibt-row-gap-90 {
    row-gap: 90px !important;
  }

  .ibt-gap-95 {
    gap: 95px !important;
  }

  .ibt-col-gap-95 {
    -webkit-column-gap: 95px !important;
    -moz-column-gap: 95px !important;
    column-gap: 95px !important;
  }

  .ibt-row-gap-95 {
    row-gap: 95px !important;
  }

  .ibt-gap-100 {
    gap: 100px !important;
  }

  .ibt-col-gap-100 {
    -webkit-column-gap: 100px !important;
    -moz-column-gap: 100px !important;
    column-gap: 100px !important;
  }

  .ibt-row-gap-100 {
    row-gap: 100px !important;
  }

  /*-----------------------------------------
        margin decrease class generate
------------------------------------------*/
  .mt_dec--0 {
    margin-top: 0px !important;
  }

  .mt_dec--5 {
    margin-top: -5px !important;
  }

  .mt_dec--10 {
    margin-top: -10px !important;
  }

  .mt_dec--15 {
    margin-top: -15px !important;
  }

  .mt_dec--20 {
    margin-top: -20px !important;
  }

  .mt_dec--25 {
    margin-top: -25px !important;
  }

  .mt_dec--30 {
    margin-top: -30px !important;
  }

  .mt_dec--35 {
    margin-top: -35px !important;
  }

  .mt_dec--40 {
    margin-top: -40px !important;
  }

  .mt_dec--45 {
    margin-top: -45px !important;
  }

  .mt_dec--50 {
    margin-top: -50px !important;
  }

  .mt_dec--55 {
    margin-top: -55px !important;
  }

  .mt_dec--60 {
    margin-top: -60px !important;
  }

  .mt_dec--65 {
    margin-top: -65px !important;
  }

  .mt_dec--70 {
    margin-top: -70px !important;
  }

  .mt_dec--75 {
    margin-top: -75px !important;
  }

  .mt_dec--80 {
    margin-top: -80px !important;
  }

  .mt_dec--85 {
    margin-top: -85px !important;
  }

  .mt_dec--90 {
    margin-top: -90px !important;
  }

  .mt_dec--95 {
    margin-top: -95px !important;
  }

  .mt_dec--100 {
    margin-top: -100px !important;
  }

  /*-----------------------------
    ibt Border Radius  
-------------------------------*/
  .ibt-radius-0 {
    border-radius: 0px !important;
  }

  .ibt-radius-5 {
    border-radius: 5px !important;
  }

  .ibt-radius-10 {
    border-radius: 10px !important;
  }

  .ibt-radius-15 {
    border-radius: 15px !important;
  }

  .ibt-radius-20 {
    border-radius: 20px !important;
  }

  .ibt-radius-25 {
    border-radius: 25px !important;
  }

  .ibt-radius-30 {
    border-radius: 30px !important;
  }

  .ibt-radius-35 {
    border-radius: 35px !important;
  }

  .ibt-radius-40 {
    border-radius: 40px !important;
  }

  .ibt-radius-45 {
    border-radius: 45px !important;
  }

  .ibt-radius-50 {
    border-radius: 50px !important;
  }

  .row.end {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  #scrollBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 70px;
    font-size: 13px;
    text-align: center;
    line-height: 70px;
    z-index: 100;
    border: none;
    outline: none;
    background-color: var(--color-primary);
    color: var(--color-heading);
    cursor: pointer;
    border-radius: 15px;
    z-index: 9999999;
  }

  #scrollBtn i {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  #scrollBtn:hover i {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* Preloader overlay */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-content-white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999999;
  }

  #preloader img {
    width: 70px;
    height: auto;
    -webkit-animation: scalePulse 1.5s infinite ease-in-out;
    animation: scalePulse 1.5s infinite ease-in-out;
  }

  .preloader-wrapper {
    overflow: hidden;
  }

  @-webkit-keyframes scalePulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0.8;
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }

  @keyframes scalePulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0.8;
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }

  .video-popup {
    position: absolute;
    bottom: 22px;
    right: 73px;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-content-black2);
    font-weight: 600;
    cursor: pointer;
  }

  .video-popup:hover {
    color: var(--color-content-black2);
  }

  .video-popup:hover i {
    background-color: #adadad;
  }

  .video-popup:hover i::after {
    border-color: transparent;
  }

  .video-popup i {
    position: relative;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .video-popup i::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 54%, calc(100% - 1px) 54%, 25% 100%, calc(25% - 0.5px) 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 54%, calc(100% - 1px) 54%, 25% 100%, calc(25% - 0.5px) 100%, 0 100%, 0 0);
    border-radius: inherit;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    border-color: #adadad;
  }

  .video-modal {
    display: none;
    opacity: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .video-modal.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .video-modal .video-modal-content {
    position: relative;
    width: 1675px;
    height: 800px;
  }

  @media (max-width: 1440px) {
    .video-modal .video-modal-content {
      width: 100%;
      height: 100%;
      padding: 100px;
    }
  }

  @media (max-width: 577px) {
    .video-modal .video-modal-content {
      padding: 50px;
      height: 600px;
    }
  }

  @media (max-width: 390px) {
    .video-modal .video-modal-content {
      height: 500px;
    }
  }

  .video-modal .video-modal-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  .video-modal .video-modal-content .close-btn {
    position: absolute;
    top: -70px;
    right: -98px;
    font-size: 35px;
    color: white;
    cursor: pointer;
    z-index: 99999999;
  }

  @media (max-width: 1440px) {
    .video-modal .video-modal-content .close-btn {
      top: 8px;
      right: 20px;
    }
  }

  .pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 70px;
  }

  @media (max-width: 577px) {
    .pagination {
      margin-top: 56px;
    }
  }

  .pagination .page-item {
    border: 0;
    margin: 0 0 0 12px;
  }

  .pagination .page-item .page-link {
    padding: 0 20px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: unset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-secondary);
    color: var(--color-content-black2);
    border: 0;
  }

  .pagination .page-item .page-link::before,
  .pagination .page-item .page-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: var(--radius-lg);
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
  }

  .pagination .page-item .page-link::before {
    content: "";
    position: absolute;
    padding: 1px;
    /* border ki width */
    border-radius: 12px;
    background: -webkit-linear-gradient(left, #4875c8, #7061c8);
    background: linear-gradient(90deg, #4875c8, #7061c8);
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

  .pagination .page-item .page-link:hover {
    background: -webkit-linear-gradient(45deg, #7061c8, #4875c8);
    background: linear-gradient(45deg, #7061c8, #4875c8);
    color: var(--color-content-white);
  }

  .pagination .page-item .page-link.v1 i {
    font-size: 10px;
    margin-left: 13px;
  }

  .wrapper {
    overflow: hidden;
  }

  .lg-outer {
    z-index: 9999999999 !important;
  }

  .lg-backdrop {
    z-index: 99999999999 !important;
    background: rgba(0, 0, 0, 0.7) !important;
  }

  .dark {
    background-color: var(--color-surface-dark-2);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  /*=========================
    Section Separation 
==========================*/
  .ibt-section-gap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ibt-section-gap {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ibt-section-gap {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gap {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }

  .ibt-section-gapHalf {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gapHalf {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

  .ibt-section-gap2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ibt-section-gap2 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ibt-section-gap2 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gap2 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

  .ibt-section-gapBottom {
    padding-bottom: 120px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ibt-section-gapBottom {
      padding-bottom: 80px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ibt-section-gapBottom {
      padding-bottom: 80px;
    }
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gapBottom {
      padding-bottom: 80px;
    }
  }

  .ibt-section-gap2Bottom {
    padding-bottom: 100px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ibt-section-gap2Bottom {
      padding-bottom: 60px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ibt-section-gap2Bottom {
      padding-bottom: 50px;
    }
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gap2Bottom {
      padding-bottom: 40px;
    }
  }

  .ibt-section-gapBottom-half {
    padding-bottom: 60px;
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gapBottom-half {
      padding-bottom: 40px;
    }
  }

  .ibt-section-gapTop {
    padding-top: 120px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ibt-section-gapTop {
      padding-top: 80px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ibt-section-gapTop {
      padding-top: 80px;
    }
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gapTop {
      padding-top: 80px;
    }
  }

  .ibt-section-gap2Top {
    padding-top: 100px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ibt-section-gap2Top {
      padding-top: 60px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ibt-section-gap2Top {
      padding-top: 50px;
    }
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gap2Top {
      padding-top: 40px;
    }
  }

  .ibt-section-gapTop-half {
    padding-top: 60px;
  }

  @media only screen and (max-width: 767px) {
    .ibt-section-gapTop-half {
      padding-top: 40px;
    }
  }

  .ptb--0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .plr--0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .pt--0 {
    padding-top: 0px !important;
  }

  .pb--0 {
    padding-bottom: 0px !important;
  }

  .pl--0 {
    padding-left: 0px !important;
  }

  .pr--0 {
    padding-right: 0px !important;
  }

  .mt--0 {
    margin-top: 0px !important;
  }

  .mb--0 {
    margin-bottom: 0px !important;
  }

  .mr--0 {
    margin-right: 0px !important;
  }

  .ml--0 {
    margin-left: 0px !important;
  }

  .ptb--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .plr--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .pt--5 {
    padding-top: 5px !important;
  }

  .pb--5 {
    padding-bottom: 5px !important;
  }

  .pl--5 {
    padding-left: 5px !important;
  }

  .pr--5 {
    padding-right: 5px !important;
  }

  .mt--5 {
    margin-top: 5px !important;
  }

  .mb--5 {
    margin-bottom: 5px !important;
  }

  .mr--5 {
    margin-right: 5px !important;
  }

  .ml--5 {
    margin-left: 5px !important;
  }

  .ptb--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .plr--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pt--10 {
    padding-top: 10px !important;
  }

  .pb--10 {
    padding-bottom: 10px !important;
  }

  .pl--10 {
    padding-left: 10px !important;
  }

  .pr--10 {
    padding-right: 10px !important;
  }

  .mt--10 {
    margin-top: 10px !important;
  }

  .mb--10 {
    margin-bottom: 10px !important;
  }

  .mr--10 {
    margin-right: 10px !important;
  }

  .ml--10 {
    margin-left: 10px !important;
  }

  .ptb--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .plr--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pt--15 {
    padding-top: 15px !important;
  }

  .pb--15 {
    padding-bottom: 15px !important;
  }

  .pl--15 {
    padding-left: 15px !important;
  }

  .pr--15 {
    padding-right: 15px !important;
  }

  .mt--15 {
    margin-top: 15px !important;
  }

  .mb--15 {
    margin-bottom: 15px !important;
  }

  .mr--15 {
    margin-right: 15px !important;
  }

  .ml--15 {
    margin-left: 15px !important;
  }

  .ptb--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .plr--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pt--20 {
    padding-top: 20px !important;
  }

  .pb--20 {
    padding-bottom: 20px !important;
  }

  .pl--20 {
    padding-left: 20px !important;
  }

  .pr--20 {
    padding-right: 20px !important;
  }

  .mt--20 {
    margin-top: 20px !important;
  }

  .mb--20 {
    margin-bottom: 20px !important;
  }

  .mr--20 {
    margin-right: 20px !important;
  }

  .ml--20 {
    margin-left: 20px !important;
  }

  .ptb--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .plr--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .pt--25 {
    padding-top: 25px !important;
  }

  .pb--25 {
    padding-bottom: 25px !important;
  }

  .pl--25 {
    padding-left: 25px !important;
  }

  .pr--25 {
    padding-right: 25px !important;
  }

  .mt--25 {
    margin-top: 25px !important;
  }

  .mb--25 {
    margin-bottom: 25px !important;
  }

  .mr--25 {
    margin-right: 25px !important;
  }

  .ml--25 {
    margin-left: 25px !important;
  }

  .ptb--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .plr--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pt--30 {
    padding-top: 30px !important;
  }

  .pb--30 {
    padding-bottom: 30px !important;
  }

  .pl--30 {
    padding-left: 30px !important;
  }

  .pr--30 {
    padding-right: 30px !important;
  }

  .mt--30 {
    margin-top: 30px !important;
  }

  .mb--30 {
    margin-bottom: 30px !important;
  }

  .mr--30 {
    margin-right: 30px !important;
  }

  .ml--30 {
    margin-left: 30px !important;
  }

  .ptb--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .plr--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .pt--35 {
    padding-top: 35px !important;
  }

  .pb--35 {
    padding-bottom: 35px !important;
  }

  .pl--35 {
    padding-left: 35px !important;
  }

  .pr--35 {
    padding-right: 35px !important;
  }

  .mt--35 {
    margin-top: 35px !important;
  }

  .mb--35 {
    margin-bottom: 35px !important;
  }

  .mr--35 {
    margin-right: 35px !important;
  }

  .ml--35 {
    margin-left: 35px !important;
  }

  .ptb--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .plr--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pt--40 {
    padding-top: 40px !important;
  }

  .pb--40 {
    padding-bottom: 40px !important;
  }

  .pl--40 {
    padding-left: 40px !important;
  }

  .pr--40 {
    padding-right: 40px !important;
  }

  .mt--40 {
    margin-top: 40px !important;
  }

  .mb--40 {
    margin-bottom: 40px !important;
  }

  .mr--40 {
    margin-right: 40px !important;
  }

  .ml--40 {
    margin-left: 40px !important;
  }

  .ptb--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .plr--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .pt--45 {
    padding-top: 45px !important;
  }

  .pb--45 {
    padding-bottom: 45px !important;
  }

  .pl--45 {
    padding-left: 45px !important;
  }

  .pr--45 {
    padding-right: 45px !important;
  }

  .mt--45 {
    margin-top: 45px !important;
  }

  .mb--45 {
    margin-bottom: 45px !important;
  }

  .mr--45 {
    margin-right: 45px !important;
  }

  .ml--45 {
    margin-left: 45px !important;
  }

  .ptb--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .plr--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pt--50 {
    padding-top: 50px !important;
  }

  .pb--50 {
    padding-bottom: 50px !important;
  }

  .pl--50 {
    padding-left: 50px !important;
  }

  .pr--50 {
    padding-right: 50px !important;
  }

  .mt--50 {
    margin-top: 50px !important;
  }

  .mb--50 {
    margin-bottom: 50px !important;
  }

  .mr--50 {
    margin-right: 50px !important;
  }

  .ml--50 {
    margin-left: 50px !important;
  }

  .ptb--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .plr--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .pt--55 {
    padding-top: 55px !important;
  }

  .pb--55 {
    padding-bottom: 55px !important;
  }

  .pl--55 {
    padding-left: 55px !important;
  }

  .pr--55 {
    padding-right: 55px !important;
  }

  .mt--55 {
    margin-top: 55px !important;
  }

  .mb--55 {
    margin-bottom: 55px !important;
  }

  .mr--55 {
    margin-right: 55px !important;
  }

  .ml--55 {
    margin-left: 55px !important;
  }

  .ptb--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .plr--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pt--60 {
    padding-top: 60px !important;
  }

  .pb--60 {
    padding-bottom: 60px !important;
  }

  .pl--60 {
    padding-left: 60px !important;
  }

  .pr--60 {
    padding-right: 60px !important;
  }

  .mt--60 {
    margin-top: 60px !important;
  }

  .mb--60 {
    margin-bottom: 60px !important;
  }

  .mr--60 {
    margin-right: 60px !important;
  }

  .ml--60 {
    margin-left: 60px !important;
  }

  .ptb--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .plr--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .pt--65 {
    padding-top: 65px !important;
  }

  .pb--65 {
    padding-bottom: 65px !important;
  }

  .pl--65 {
    padding-left: 65px !important;
  }

  .pr--65 {
    padding-right: 65px !important;
  }

  .mt--65 {
    margin-top: 65px !important;
  }

  .mb--65 {
    margin-bottom: 65px !important;
  }

  .mr--65 {
    margin-right: 65px !important;
  }

  .ml--65 {
    margin-left: 65px !important;
  }

  .ptb--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .plr--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pt--70 {
    padding-top: 70px !important;
  }

  .pb--70 {
    padding-bottom: 70px !important;
  }

  .pl--70 {
    padding-left: 70px !important;
  }

  .pr--70 {
    padding-right: 70px !important;
  }

  .mt--70 {
    margin-top: 70px !important;
  }

  .mb--70 {
    margin-bottom: 70px !important;
  }

  .mr--70 {
    margin-right: 70px !important;
  }

  .ml--70 {
    margin-left: 70px !important;
  }

  .ptb--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .plr--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .pt--75 {
    padding-top: 75px !important;
  }

  .pb--75 {
    padding-bottom: 75px !important;
  }

  .pl--75 {
    padding-left: 75px !important;
  }

  .pr--75 {
    padding-right: 75px !important;
  }

  .mt--75 {
    margin-top: 75px !important;
  }

  .mb--75 {
    margin-bottom: 75px !important;
  }

  .mr--75 {
    margin-right: 75px !important;
  }

  .ml--75 {
    margin-left: 75px !important;
  }

  .ptb--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .plr--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pt--80 {
    padding-top: 80px !important;
  }

  .pb--80 {
    padding-bottom: 80px !important;
  }

  .pl--80 {
    padding-left: 80px !important;
  }

  .pr--80 {
    padding-right: 80px !important;
  }

  .mt--80 {
    margin-top: 80px !important;
  }

  .mb--80 {
    margin-bottom: 80px !important;
  }

  .mr--80 {
    margin-right: 80px !important;
  }

  .ml--80 {
    margin-left: 80px !important;
  }

  .ptb--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .plr--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .pt--85 {
    padding-top: 85px !important;
  }

  .pb--85 {
    padding-bottom: 85px !important;
  }

  .pl--85 {
    padding-left: 85px !important;
  }

  .pr--85 {
    padding-right: 85px !important;
  }

  .mt--85 {
    margin-top: 85px !important;
  }

  .mb--85 {
    margin-bottom: 85px !important;
  }

  .mr--85 {
    margin-right: 85px !important;
  }

  .ml--85 {
    margin-left: 85px !important;
  }

  .ptb--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .plr--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pt--90 {
    padding-top: 90px !important;
  }

  .pb--90 {
    padding-bottom: 90px !important;
  }

  .pl--90 {
    padding-left: 90px !important;
  }

  .pr--90 {
    padding-right: 90px !important;
  }

  .mt--90 {
    margin-top: 90px !important;
  }

  .mb--90 {
    margin-bottom: 90px !important;
  }

  .mr--90 {
    margin-right: 90px !important;
  }

  .ml--90 {
    margin-left: 90px !important;
  }

  .ptb--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .plr--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .pt--95 {
    padding-top: 95px !important;
  }

  .pb--95 {
    padding-bottom: 95px !important;
  }

  .pl--95 {
    padding-left: 95px !important;
  }

  .pr--95 {
    padding-right: 95px !important;
  }

  .mt--95 {
    margin-top: 95px !important;
  }

  .mb--95 {
    margin-bottom: 95px !important;
  }

  .mr--95 {
    margin-right: 95px !important;
  }

  .ml--95 {
    margin-left: 95px !important;
  }

  .ptb--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .plr--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pt--100 {
    padding-top: 100px !important;
  }

  .pb--100 {
    padding-bottom: 100px !important;
  }

  .pl--100 {
    padding-left: 100px !important;
  }

  .pr--100 {
    padding-right: 100px !important;
  }

  .mt--100 {
    margin-top: 100px !important;
  }

  .mb--100 {
    margin-bottom: 100px !important;
  }

  .mr--100 {
    margin-right: 100px !important;
  }

  .ml--100 {
    margin-left: 100px !important;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .ptb_lp--5 {
      padding: 5px 0;
    }

    .plr_lp--5 {
      padding: 0 5px;
    }

    .pt_lp--5 {
      padding-top: 5px;
    }

    .pb_lp--5 {
      padding-bottom: 5px;
    }

    .pl_lp--5 {
      padding-left: 5px;
    }

    .pr_lp--5 {
      padding-right: 5px;
    }

    .mt_lp--5 {
      margin-top: 5px;
    }

    .mb_lp--5 {
      margin-bottom: 5px;
    }

    .ptb_lp--10 {
      padding: 10px 0;
    }

    .plr_lp--10 {
      padding: 0 10px;
    }

    .pt_lp--10 {
      padding-top: 10px;
    }

    .pb_lp--10 {
      padding-bottom: 10px;
    }

    .pl_lp--10 {
      padding-left: 10px;
    }

    .pr_lp--10 {
      padding-right: 10px;
    }

    .mt_lp--10 {
      margin-top: 10px;
    }

    .mb_lp--10 {
      margin-bottom: 10px;
    }

    .ptb_lp--15 {
      padding: 15px 0;
    }

    .plr_lp--15 {
      padding: 0 15px;
    }

    .pt_lp--15 {
      padding-top: 15px;
    }

    .pb_lp--15 {
      padding-bottom: 15px;
    }

    .pl_lp--15 {
      padding-left: 15px;
    }

    .pr_lp--15 {
      padding-right: 15px;
    }

    .mt_lp--15 {
      margin-top: 15px;
    }

    .mb_lp--15 {
      margin-bottom: 15px;
    }

    .ptb_lp--20 {
      padding: 20px 0;
    }

    .plr_lp--20 {
      padding: 0 20px;
    }

    .pt_lp--20 {
      padding-top: 20px;
    }

    .pb_lp--20 {
      padding-bottom: 20px;
    }

    .pl_lp--20 {
      padding-left: 20px;
    }

    .pr_lp--20 {
      padding-right: 20px;
    }

    .mt_lp--20 {
      margin-top: 20px;
    }

    .mb_lp--20 {
      margin-bottom: 20px;
    }

    .ptb_lp--25 {
      padding: 25px 0;
    }

    .plr_lp--25 {
      padding: 0 25px;
    }

    .pt_lp--25 {
      padding-top: 25px;
    }

    .pb_lp--25 {
      padding-bottom: 25px;
    }

    .pl_lp--25 {
      padding-left: 25px;
    }

    .pr_lp--25 {
      padding-right: 25px;
    }

    .mt_lp--25 {
      margin-top: 25px;
    }

    .mb_lp--25 {
      margin-bottom: 25px;
    }

    .ptb_lp--30 {
      padding: 30px 0;
    }

    .plr_lp--30 {
      padding: 0 30px;
    }

    .pt_lp--30 {
      padding-top: 30px;
    }

    .pb_lp--30 {
      padding-bottom: 30px;
    }

    .pl_lp--30 {
      padding-left: 30px;
    }

    .pr_lp--30 {
      padding-right: 30px;
    }

    .mt_lp--30 {
      margin-top: 30px;
    }

    .mb_lp--30 {
      margin-bottom: 30px;
    }

    .ptb_lp--35 {
      padding: 35px 0;
    }

    .plr_lp--35 {
      padding: 0 35px;
    }

    .pt_lp--35 {
      padding-top: 35px;
    }

    .pb_lp--35 {
      padding-bottom: 35px;
    }

    .pl_lp--35 {
      padding-left: 35px;
    }

    .pr_lp--35 {
      padding-right: 35px;
    }

    .mt_lp--35 {
      margin-top: 35px;
    }

    .mb_lp--35 {
      margin-bottom: 35px;
    }

    .ptb_lp--40 {
      padding: 40px 0;
    }

    .plr_lp--40 {
      padding: 0 40px;
    }

    .pt_lp--40 {
      padding-top: 40px;
    }

    .pb_lp--40 {
      padding-bottom: 40px;
    }

    .pl_lp--40 {
      padding-left: 40px;
    }

    .pr_lp--40 {
      padding-right: 40px;
    }

    .mt_lp--40 {
      margin-top: 40px;
    }

    .mb_lp--40 {
      margin-bottom: 40px;
    }

    .ptb_lp--45 {
      padding: 45px 0;
    }

    .plr_lp--45 {
      padding: 0 45px;
    }

    .pt_lp--45 {
      padding-top: 45px;
    }

    .pb_lp--45 {
      padding-bottom: 45px;
    }

    .pl_lp--45 {
      padding-left: 45px;
    }

    .pr_lp--45 {
      padding-right: 45px;
    }

    .mt_lp--45 {
      margin-top: 45px;
    }

    .mb_lp--45 {
      margin-bottom: 45px;
    }

    .ptb_lp--50 {
      padding: 50px 0;
    }

    .plr_lp--50 {
      padding: 0 50px;
    }

    .pt_lp--50 {
      padding-top: 50px;
    }

    .pb_lp--50 {
      padding-bottom: 50px;
    }

    .pl_lp--50 {
      padding-left: 50px;
    }

    .pr_lp--50 {
      padding-right: 50px;
    }

    .mt_lp--50 {
      margin-top: 50px;
    }

    .mb_lp--50 {
      margin-bottom: 50px;
    }

    .ptb_lp--55 {
      padding: 55px 0;
    }

    .plr_lp--55 {
      padding: 0 55px;
    }

    .pt_lp--55 {
      padding-top: 55px;
    }

    .pb_lp--55 {
      padding-bottom: 55px;
    }

    .pl_lp--55 {
      padding-left: 55px;
    }

    .pr_lp--55 {
      padding-right: 55px;
    }

    .mt_lp--55 {
      margin-top: 55px;
    }

    .mb_lp--55 {
      margin-bottom: 55px;
    }

    .ptb_lp--60 {
      padding: 60px 0;
    }

    .plr_lp--60 {
      padding: 0 60px;
    }

    .pt_lp--60 {
      padding-top: 60px;
    }

    .pb_lp--60 {
      padding-bottom: 60px;
    }

    .pl_lp--60 {
      padding-left: 60px;
    }

    .pr_lp--60 {
      padding-right: 60px;
    }

    .mt_lp--60 {
      margin-top: 60px;
    }

    .mb_lp--60 {
      margin-bottom: 60px;
    }

    .ptb_lp--65 {
      padding: 65px 0;
    }

    .plr_lp--65 {
      padding: 0 65px;
    }

    .pt_lp--65 {
      padding-top: 65px;
    }

    .pb_lp--65 {
      padding-bottom: 65px;
    }

    .pl_lp--65 {
      padding-left: 65px;
    }

    .pr_lp--65 {
      padding-right: 65px;
    }

    .mt_lp--65 {
      margin-top: 65px;
    }

    .mb_lp--65 {
      margin-bottom: 65px;
    }

    .ptb_lp--70 {
      padding: 70px 0;
    }

    .plr_lp--70 {
      padding: 0 70px;
    }

    .pt_lp--70 {
      padding-top: 70px;
    }

    .pb_lp--70 {
      padding-bottom: 70px;
    }

    .pl_lp--70 {
      padding-left: 70px;
    }

    .pr_lp--70 {
      padding-right: 70px;
    }

    .mt_lp--70 {
      margin-top: 70px;
    }

    .mb_lp--70 {
      margin-bottom: 70px;
    }

    .ptb_lp--75 {
      padding: 75px 0;
    }

    .plr_lp--75 {
      padding: 0 75px;
    }

    .pt_lp--75 {
      padding-top: 75px;
    }

    .pb_lp--75 {
      padding-bottom: 75px;
    }

    .pl_lp--75 {
      padding-left: 75px;
    }

    .pr_lp--75 {
      padding-right: 75px;
    }

    .mt_lp--75 {
      margin-top: 75px;
    }

    .mb_lp--75 {
      margin-bottom: 75px;
    }

    .ptb_lp--80 {
      padding: 80px 0;
    }

    .plr_lp--80 {
      padding: 0 80px;
    }

    .pt_lp--80 {
      padding-top: 80px;
    }

    .pb_lp--80 {
      padding-bottom: 80px;
    }

    .pl_lp--80 {
      padding-left: 80px;
    }

    .pr_lp--80 {
      padding-right: 80px;
    }

    .mt_lp--80 {
      margin-top: 80px;
    }

    .mb_lp--80 {
      margin-bottom: 80px;
    }

    .ptb_lp--85 {
      padding: 85px 0;
    }

    .plr_lp--85 {
      padding: 0 85px;
    }

    .pt_lp--85 {
      padding-top: 85px;
    }

    .pb_lp--85 {
      padding-bottom: 85px;
    }

    .pl_lp--85 {
      padding-left: 85px;
    }

    .pr_lp--85 {
      padding-right: 85px;
    }

    .mt_lp--85 {
      margin-top: 85px;
    }

    .mb_lp--85 {
      margin-bottom: 85px;
    }

    .ptb_lp--90 {
      padding: 90px 0;
    }

    .plr_lp--90 {
      padding: 0 90px;
    }

    .pt_lp--90 {
      padding-top: 90px;
    }

    .pb_lp--90 {
      padding-bottom: 90px;
    }

    .pl_lp--90 {
      padding-left: 90px;
    }

    .pr_lp--90 {
      padding-right: 90px;
    }

    .mt_lp--90 {
      margin-top: 90px;
    }

    .mb_lp--90 {
      margin-bottom: 90px;
    }

    .ptb_lp--95 {
      padding: 95px 0;
    }

    .plr_lp--95 {
      padding: 0 95px;
    }

    .pt_lp--95 {
      padding-top: 95px;
    }

    .pb_lp--95 {
      padding-bottom: 95px;
    }

    .pl_lp--95 {
      padding-left: 95px;
    }

    .pr_lp--95 {
      padding-right: 95px;
    }

    .mt_lp--95 {
      margin-top: 95px;
    }

    .mb_lp--95 {
      margin-bottom: 95px;
    }

    .ptb_lp--100 {
      padding: 100px 0;
    }

    .plr_lp--100 {
      padding: 0 100px;
    }

    .pt_lp--100 {
      padding-top: 100px;
    }

    .pb_lp--100 {
      padding-bottom: 100px;
    }

    .pl_lp--100 {
      padding-left: 100px;
    }

    .pr_lp--100 {
      padding-right: 100px;
    }

    .mt_lp--100 {
      margin-top: 100px;
    }

    .mb_lp--100 {
      margin-bottom: 100px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ptb_lg--5 {
      padding: 5px 0 !important;
    }

    .plr_lg--5 {
      padding: 0 5px !important;
    }

    .pt_lg--5 {
      padding-top: 5px !important;
    }

    .pb_lg--5 {
      padding-bottom: 5px !important;
    }

    .pl_lg--5 {
      padding-left: 5px !important;
    }

    .pr_lg--5 {
      padding-right: 5px !important;
    }

    .mt_lg--5 {
      margin-top: 5px !important;
    }

    .mb_lg--5 {
      margin-bottom: 5px !important;
    }

    .ml_lg--5 {
      margin-left: 5px !important;
    }

    .ptb_lg--10 {
      padding: 10px 0 !important;
    }

    .plr_lg--10 {
      padding: 0 10px !important;
    }

    .pt_lg--10 {
      padding-top: 10px !important;
    }

    .pb_lg--10 {
      padding-bottom: 10px !important;
    }

    .pl_lg--10 {
      padding-left: 10px !important;
    }

    .pr_lg--10 {
      padding-right: 10px !important;
    }

    .mt_lg--10 {
      margin-top: 10px !important;
    }

    .mb_lg--10 {
      margin-bottom: 10px !important;
    }

    .ml_lg--10 {
      margin-left: 10px !important;
    }

    .ptb_lg--15 {
      padding: 15px 0 !important;
    }

    .plr_lg--15 {
      padding: 0 15px !important;
    }

    .pt_lg--15 {
      padding-top: 15px !important;
    }

    .pb_lg--15 {
      padding-bottom: 15px !important;
    }

    .pl_lg--15 {
      padding-left: 15px !important;
    }

    .pr_lg--15 {
      padding-right: 15px !important;
    }

    .mt_lg--15 {
      margin-top: 15px !important;
    }

    .mb_lg--15 {
      margin-bottom: 15px !important;
    }

    .ml_lg--15 {
      margin-left: 15px !important;
    }

    .ptb_lg--20 {
      padding: 20px 0 !important;
    }

    .plr_lg--20 {
      padding: 0 20px !important;
    }

    .pt_lg--20 {
      padding-top: 20px !important;
    }

    .pb_lg--20 {
      padding-bottom: 20px !important;
    }

    .pl_lg--20 {
      padding-left: 20px !important;
    }

    .pr_lg--20 {
      padding-right: 20px !important;
    }

    .mt_lg--20 {
      margin-top: 20px !important;
    }

    .mb_lg--20 {
      margin-bottom: 20px !important;
    }

    .ml_lg--20 {
      margin-left: 20px !important;
    }

    .ptb_lg--25 {
      padding: 25px 0 !important;
    }

    .plr_lg--25 {
      padding: 0 25px !important;
    }

    .pt_lg--25 {
      padding-top: 25px !important;
    }

    .pb_lg--25 {
      padding-bottom: 25px !important;
    }

    .pl_lg--25 {
      padding-left: 25px !important;
    }

    .pr_lg--25 {
      padding-right: 25px !important;
    }

    .mt_lg--25 {
      margin-top: 25px !important;
    }

    .mb_lg--25 {
      margin-bottom: 25px !important;
    }

    .ml_lg--25 {
      margin-left: 25px !important;
    }

    .ptb_lg--30 {
      padding: 30px 0 !important;
    }

    .plr_lg--30 {
      padding: 0 30px !important;
    }

    .pt_lg--30 {
      padding-top: 30px !important;
    }

    .pb_lg--30 {
      padding-bottom: 30px !important;
    }

    .pl_lg--30 {
      padding-left: 30px !important;
    }

    .pr_lg--30 {
      padding-right: 30px !important;
    }

    .mt_lg--30 {
      margin-top: 30px !important;
    }

    .mb_lg--30 {
      margin-bottom: 30px !important;
    }

    .ml_lg--30 {
      margin-left: 30px !important;
    }

    .ptb_lg--35 {
      padding: 35px 0 !important;
    }

    .plr_lg--35 {
      padding: 0 35px !important;
    }

    .pt_lg--35 {
      padding-top: 35px !important;
    }

    .pb_lg--35 {
      padding-bottom: 35px !important;
    }

    .pl_lg--35 {
      padding-left: 35px !important;
    }

    .pr_lg--35 {
      padding-right: 35px !important;
    }

    .mt_lg--35 {
      margin-top: 35px !important;
    }

    .mb_lg--35 {
      margin-bottom: 35px !important;
    }

    .ml_lg--35 {
      margin-left: 35px !important;
    }

    .ptb_lg--40 {
      padding: 40px 0 !important;
    }

    .plr_lg--40 {
      padding: 0 40px !important;
    }

    .pt_lg--40 {
      padding-top: 40px !important;
    }

    .pb_lg--40 {
      padding-bottom: 40px !important;
    }

    .pl_lg--40 {
      padding-left: 40px !important;
    }

    .pr_lg--40 {
      padding-right: 40px !important;
    }

    .mt_lg--40 {
      margin-top: 40px !important;
    }

    .mb_lg--40 {
      margin-bottom: 40px !important;
    }

    .ml_lg--40 {
      margin-left: 40px !important;
    }

    .ptb_lg--45 {
      padding: 45px 0 !important;
    }

    .plr_lg--45 {
      padding: 0 45px !important;
    }

    .pt_lg--45 {
      padding-top: 45px !important;
    }

    .pb_lg--45 {
      padding-bottom: 45px !important;
    }

    .pl_lg--45 {
      padding-left: 45px !important;
    }

    .pr_lg--45 {
      padding-right: 45px !important;
    }

    .mt_lg--45 {
      margin-top: 45px !important;
    }

    .mb_lg--45 {
      margin-bottom: 45px !important;
    }

    .ml_lg--45 {
      margin-left: 45px !important;
    }

    .ptb_lg--50 {
      padding: 50px 0 !important;
    }

    .plr_lg--50 {
      padding: 0 50px !important;
    }

    .pt_lg--50 {
      padding-top: 50px !important;
    }

    .pb_lg--50 {
      padding-bottom: 50px !important;
    }

    .pl_lg--50 {
      padding-left: 50px !important;
    }

    .pr_lg--50 {
      padding-right: 50px !important;
    }

    .mt_lg--50 {
      margin-top: 50px !important;
    }

    .mb_lg--50 {
      margin-bottom: 50px !important;
    }

    .ml_lg--50 {
      margin-left: 50px !important;
    }

    .ptb_lg--55 {
      padding: 55px 0 !important;
    }

    .plr_lg--55 {
      padding: 0 55px !important;
    }

    .pt_lg--55 {
      padding-top: 55px !important;
    }

    .pb_lg--55 {
      padding-bottom: 55px !important;
    }

    .pl_lg--55 {
      padding-left: 55px !important;
    }

    .pr_lg--55 {
      padding-right: 55px !important;
    }

    .mt_lg--55 {
      margin-top: 55px !important;
    }

    .mb_lg--55 {
      margin-bottom: 55px !important;
    }

    .ml_lg--55 {
      margin-left: 55px !important;
    }

    .ptb_lg--60 {
      padding: 60px 0 !important;
    }

    .plr_lg--60 {
      padding: 0 60px !important;
    }

    .pt_lg--60 {
      padding-top: 60px !important;
    }

    .pb_lg--60 {
      padding-bottom: 60px !important;
    }

    .pl_lg--60 {
      padding-left: 60px !important;
    }

    .pr_lg--60 {
      padding-right: 60px !important;
    }

    .mt_lg--60 {
      margin-top: 60px !important;
    }

    .mb_lg--60 {
      margin-bottom: 60px !important;
    }

    .ml_lg--60 {
      margin-left: 60px !important;
    }

    .ptb_lg--65 {
      padding: 65px 0 !important;
    }

    .plr_lg--65 {
      padding: 0 65px !important;
    }

    .pt_lg--65 {
      padding-top: 65px !important;
    }

    .pb_lg--65 {
      padding-bottom: 65px !important;
    }

    .pl_lg--65 {
      padding-left: 65px !important;
    }

    .pr_lg--65 {
      padding-right: 65px !important;
    }

    .mt_lg--65 {
      margin-top: 65px !important;
    }

    .mb_lg--65 {
      margin-bottom: 65px !important;
    }

    .ml_lg--65 {
      margin-left: 65px !important;
    }

    .ptb_lg--70 {
      padding: 70px 0 !important;
    }

    .plr_lg--70 {
      padding: 0 70px !important;
    }

    .pt_lg--70 {
      padding-top: 70px !important;
    }

    .pb_lg--70 {
      padding-bottom: 70px !important;
    }

    .pl_lg--70 {
      padding-left: 70px !important;
    }

    .pr_lg--70 {
      padding-right: 70px !important;
    }

    .mt_lg--70 {
      margin-top: 70px !important;
    }

    .mb_lg--70 {
      margin-bottom: 70px !important;
    }

    .ml_lg--70 {
      margin-left: 70px !important;
    }

    .ptb_lg--75 {
      padding: 75px 0 !important;
    }

    .plr_lg--75 {
      padding: 0 75px !important;
    }

    .pt_lg--75 {
      padding-top: 75px !important;
    }

    .pb_lg--75 {
      padding-bottom: 75px !important;
    }

    .pl_lg--75 {
      padding-left: 75px !important;
    }

    .pr_lg--75 {
      padding-right: 75px !important;
    }

    .mt_lg--75 {
      margin-top: 75px !important;
    }

    .mb_lg--75 {
      margin-bottom: 75px !important;
    }

    .ml_lg--75 {
      margin-left: 75px !important;
    }

    .ptb_lg--80 {
      padding: 80px 0 !important;
    }

    .plr_lg--80 {
      padding: 0 80px !important;
    }

    .pt_lg--80 {
      padding-top: 80px !important;
    }

    .pb_lg--80 {
      padding-bottom: 80px !important;
    }

    .pl_lg--80 {
      padding-left: 80px !important;
    }

    .pr_lg--80 {
      padding-right: 80px !important;
    }

    .mt_lg--80 {
      margin-top: 80px !important;
    }

    .mb_lg--80 {
      margin-bottom: 80px !important;
    }

    .ml_lg--80 {
      margin-left: 80px !important;
    }

    .ptb_lg--85 {
      padding: 85px 0 !important;
    }

    .plr_lg--85 {
      padding: 0 85px !important;
    }

    .pt_lg--85 {
      padding-top: 85px !important;
    }

    .pb_lg--85 {
      padding-bottom: 85px !important;
    }

    .pl_lg--85 {
      padding-left: 85px !important;
    }

    .pr_lg--85 {
      padding-right: 85px !important;
    }

    .mt_lg--85 {
      margin-top: 85px !important;
    }

    .mb_lg--85 {
      margin-bottom: 85px !important;
    }

    .ml_lg--85 {
      margin-left: 85px !important;
    }

    .ptb_lg--90 {
      padding: 90px 0 !important;
    }

    .plr_lg--90 {
      padding: 0 90px !important;
    }

    .pt_lg--90 {
      padding-top: 90px !important;
    }

    .pb_lg--90 {
      padding-bottom: 90px !important;
    }

    .pl_lg--90 {
      padding-left: 90px !important;
    }

    .pr_lg--90 {
      padding-right: 90px !important;
    }

    .mt_lg--90 {
      margin-top: 90px !important;
    }

    .mb_lg--90 {
      margin-bottom: 90px !important;
    }

    .ml_lg--90 {
      margin-left: 90px !important;
    }

    .ptb_lg--95 {
      padding: 95px 0 !important;
    }

    .plr_lg--95 {
      padding: 0 95px !important;
    }

    .pt_lg--95 {
      padding-top: 95px !important;
    }

    .pb_lg--95 {
      padding-bottom: 95px !important;
    }

    .pl_lg--95 {
      padding-left: 95px !important;
    }

    .pr_lg--95 {
      padding-right: 95px !important;
    }

    .mt_lg--95 {
      margin-top: 95px !important;
    }

    .mb_lg--95 {
      margin-bottom: 95px !important;
    }

    .ml_lg--95 {
      margin-left: 95px !important;
    }

    .ptb_lg--100 {
      padding: 100px 0 !important;
    }

    .plr_lg--100 {
      padding: 0 100px !important;
    }

    .pt_lg--100 {
      padding-top: 100px !important;
    }

    .pb_lg--100 {
      padding-bottom: 100px !important;
    }

    .pl_lg--100 {
      padding-left: 100px !important;
    }

    .pr_lg--100 {
      padding-right: 100px !important;
    }

    .mt_lg--100 {
      margin-top: 100px !important;
    }

    .mb_lg--100 {
      margin-bottom: 100px !important;
    }

    .ml_lg--100 {
      margin-left: 100px !important;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_md--0 {
      padding: 0px 0 !important;
    }

    .plr_md--0 {
      padding: 0 0px !important;
    }

    .pt_md--0 {
      padding-top: 0px !important;
    }

    .pb_md--0 {
      padding-bottom: 0px !important;
    }

    .pl_md--0 {
      padding-left: 0px !important;
    }

    .pr_md--0 {
      padding-right: 0px !important;
    }

    .pt_md--0 {
      padding-top: 0px !important;
    }

    .mt_md--0 {
      margin-top: 0px !important;
    }

    .mb_md--0 {
      margin-bottom: 0px !important;
    }

    .ptb_md--5 {
      padding: 5px 0 !important;
    }

    .plr_md--5 {
      padding: 0 5px !important;
    }

    .pt_md--5 {
      padding-top: 5px !important;
    }

    .pb_md--5 {
      padding-bottom: 5px !important;
    }

    .pl_md--5 {
      padding-left: 5px !important;
    }

    .pr_md--5 {
      padding-right: 5px !important;
    }

    .pt_md--5 {
      padding-top: 5px !important;
    }

    .mt_md--5 {
      margin-top: 5px !important;
    }

    .mb_md--5 {
      margin-bottom: 5px !important;
    }

    .ptb_md--10 {
      padding: 10px 0 !important;
    }

    .plr_md--10 {
      padding: 0 10px !important;
    }

    .pt_md--10 {
      padding-top: 10px !important;
    }

    .pb_md--10 {
      padding-bottom: 10px !important;
    }

    .pl_md--10 {
      padding-left: 10px !important;
    }

    .pr_md--10 {
      padding-right: 10px !important;
    }

    .pt_md--10 {
      padding-top: 10px !important;
    }

    .mt_md--10 {
      margin-top: 10px !important;
    }

    .mb_md--10 {
      margin-bottom: 10px !important;
    }

    .ptb_md--15 {
      padding: 15px 0 !important;
    }

    .plr_md--15 {
      padding: 0 15px !important;
    }

    .pt_md--15 {
      padding-top: 15px !important;
    }

    .pb_md--15 {
      padding-bottom: 15px !important;
    }

    .pl_md--15 {
      padding-left: 15px !important;
    }

    .pr_md--15 {
      padding-right: 15px !important;
    }

    .pt_md--15 {
      padding-top: 15px !important;
    }

    .mt_md--15 {
      margin-top: 15px !important;
    }

    .mb_md--15 {
      margin-bottom: 15px !important;
    }

    .ptb_md--20 {
      padding: 20px 0 !important;
    }

    .plr_md--20 {
      padding: 0 20px !important;
    }

    .pt_md--20 {
      padding-top: 20px !important;
    }

    .pb_md--20 {
      padding-bottom: 20px !important;
    }

    .pl_md--20 {
      padding-left: 20px !important;
    }

    .pr_md--20 {
      padding-right: 20px !important;
    }

    .pt_md--20 {
      padding-top: 20px !important;
    }

    .mt_md--20 {
      margin-top: 20px !important;
    }

    .mb_md--20 {
      margin-bottom: 20px !important;
    }

    .ptb_md--25 {
      padding: 25px 0 !important;
    }

    .plr_md--25 {
      padding: 0 25px !important;
    }

    .pt_md--25 {
      padding-top: 25px !important;
    }

    .pb_md--25 {
      padding-bottom: 25px !important;
    }

    .pl_md--25 {
      padding-left: 25px !important;
    }

    .pr_md--25 {
      padding-right: 25px !important;
    }

    .pt_md--25 {
      padding-top: 25px !important;
    }

    .mt_md--25 {
      margin-top: 25px !important;
    }

    .mb_md--25 {
      margin-bottom: 25px !important;
    }

    .ptb_md--30 {
      padding: 30px 0 !important;
    }

    .plr_md--30 {
      padding: 0 30px !important;
    }

    .pt_md--30 {
      padding-top: 30px !important;
    }

    .pb_md--30 {
      padding-bottom: 30px !important;
    }

    .pl_md--30 {
      padding-left: 30px !important;
    }

    .pr_md--30 {
      padding-right: 30px !important;
    }

    .pt_md--30 {
      padding-top: 30px !important;
    }

    .mt_md--30 {
      margin-top: 30px !important;
    }

    .mb_md--30 {
      margin-bottom: 30px !important;
    }

    .ptb_md--35 {
      padding: 35px 0 !important;
    }

    .plr_md--35 {
      padding: 0 35px !important;
    }

    .pt_md--35 {
      padding-top: 35px !important;
    }

    .pb_md--35 {
      padding-bottom: 35px !important;
    }

    .pl_md--35 {
      padding-left: 35px !important;
    }

    .pr_md--35 {
      padding-right: 35px !important;
    }

    .pt_md--35 {
      padding-top: 35px !important;
    }

    .mt_md--35 {
      margin-top: 35px !important;
    }

    .mb_md--35 {
      margin-bottom: 35px !important;
    }

    .ptb_md--40 {
      padding: 40px 0 !important;
    }

    .plr_md--40 {
      padding: 0 40px !important;
    }

    .pt_md--40 {
      padding-top: 40px !important;
    }

    .pb_md--40 {
      padding-bottom: 40px !important;
    }

    .pl_md--40 {
      padding-left: 40px !important;
    }

    .pr_md--40 {
      padding-right: 40px !important;
    }

    .pt_md--40 {
      padding-top: 40px !important;
    }

    .mt_md--40 {
      margin-top: 40px !important;
    }

    .mb_md--40 {
      margin-bottom: 40px !important;
    }

    .ptb_md--45 {
      padding: 45px 0 !important;
    }

    .plr_md--45 {
      padding: 0 45px !important;
    }

    .pt_md--45 {
      padding-top: 45px !important;
    }

    .pb_md--45 {
      padding-bottom: 45px !important;
    }

    .pl_md--45 {
      padding-left: 45px !important;
    }

    .pr_md--45 {
      padding-right: 45px !important;
    }

    .pt_md--45 {
      padding-top: 45px !important;
    }

    .mt_md--45 {
      margin-top: 45px !important;
    }

    .mb_md--45 {
      margin-bottom: 45px !important;
    }

    .ptb_md--50 {
      padding: 50px 0 !important;
    }

    .plr_md--50 {
      padding: 0 50px !important;
    }

    .pt_md--50 {
      padding-top: 50px !important;
    }

    .pb_md--50 {
      padding-bottom: 50px !important;
    }

    .pl_md--50 {
      padding-left: 50px !important;
    }

    .pr_md--50 {
      padding-right: 50px !important;
    }

    .pt_md--50 {
      padding-top: 50px !important;
    }

    .mt_md--50 {
      margin-top: 50px !important;
    }

    .mb_md--50 {
      margin-bottom: 50px !important;
    }

    .ptb_md--55 {
      padding: 55px 0 !important;
    }

    .plr_md--55 {
      padding: 0 55px !important;
    }

    .pt_md--55 {
      padding-top: 55px !important;
    }

    .pb_md--55 {
      padding-bottom: 55px !important;
    }

    .pl_md--55 {
      padding-left: 55px !important;
    }

    .pr_md--55 {
      padding-right: 55px !important;
    }

    .pt_md--55 {
      padding-top: 55px !important;
    }

    .mt_md--55 {
      margin-top: 55px !important;
    }

    .mb_md--55 {
      margin-bottom: 55px !important;
    }

    .ptb_md--60 {
      padding: 60px 0 !important;
    }

    .plr_md--60 {
      padding: 0 60px !important;
    }

    .pt_md--60 {
      padding-top: 60px !important;
    }

    .pb_md--60 {
      padding-bottom: 60px !important;
    }

    .pl_md--60 {
      padding-left: 60px !important;
    }

    .pr_md--60 {
      padding-right: 60px !important;
    }

    .pt_md--60 {
      padding-top: 60px !important;
    }

    .mt_md--60 {
      margin-top: 60px !important;
    }

    .mb_md--60 {
      margin-bottom: 60px !important;
    }

    .ptb_md--65 {
      padding: 65px 0 !important;
    }

    .plr_md--65 {
      padding: 0 65px !important;
    }

    .pt_md--65 {
      padding-top: 65px !important;
    }

    .pb_md--65 {
      padding-bottom: 65px !important;
    }

    .pl_md--65 {
      padding-left: 65px !important;
    }

    .pr_md--65 {
      padding-right: 65px !important;
    }

    .pt_md--65 {
      padding-top: 65px !important;
    }

    .mt_md--65 {
      margin-top: 65px !important;
    }

    .mb_md--65 {
      margin-bottom: 65px !important;
    }

    .ptb_md--70 {
      padding: 70px 0 !important;
    }

    .plr_md--70 {
      padding: 0 70px !important;
    }

    .pt_md--70 {
      padding-top: 70px !important;
    }

    .pb_md--70 {
      padding-bottom: 70px !important;
    }

    .pl_md--70 {
      padding-left: 70px !important;
    }

    .pr_md--70 {
      padding-right: 70px !important;
    }

    .pt_md--70 {
      padding-top: 70px !important;
    }

    .mt_md--70 {
      margin-top: 70px !important;
    }

    .mb_md--70 {
      margin-bottom: 70px !important;
    }

    .ptb_md--75 {
      padding: 75px 0 !important;
    }

    .plr_md--75 {
      padding: 0 75px !important;
    }

    .pt_md--75 {
      padding-top: 75px !important;
    }

    .pb_md--75 {
      padding-bottom: 75px !important;
    }

    .pl_md--75 {
      padding-left: 75px !important;
    }

    .pr_md--75 {
      padding-right: 75px !important;
    }

    .pt_md--75 {
      padding-top: 75px !important;
    }

    .mt_md--75 {
      margin-top: 75px !important;
    }

    .mb_md--75 {
      margin-bottom: 75px !important;
    }

    .ptb_md--80 {
      padding: 80px 0 !important;
    }

    .plr_md--80 {
      padding: 0 80px !important;
    }

    .pt_md--80 {
      padding-top: 80px !important;
    }

    .pb_md--80 {
      padding-bottom: 80px !important;
    }

    .pl_md--80 {
      padding-left: 80px !important;
    }

    .pr_md--80 {
      padding-right: 80px !important;
    }

    .pt_md--80 {
      padding-top: 80px !important;
    }

    .mt_md--80 {
      margin-top: 80px !important;
    }

    .mb_md--80 {
      margin-bottom: 80px !important;
    }

    .ptb_md--85 {
      padding: 85px 0 !important;
    }

    .plr_md--85 {
      padding: 0 85px !important;
    }

    .pt_md--85 {
      padding-top: 85px !important;
    }

    .pb_md--85 {
      padding-bottom: 85px !important;
    }

    .pl_md--85 {
      padding-left: 85px !important;
    }

    .pr_md--85 {
      padding-right: 85px !important;
    }

    .pt_md--85 {
      padding-top: 85px !important;
    }

    .mt_md--85 {
      margin-top: 85px !important;
    }

    .mb_md--85 {
      margin-bottom: 85px !important;
    }

    .ptb_md--90 {
      padding: 90px 0 !important;
    }

    .plr_md--90 {
      padding: 0 90px !important;
    }

    .pt_md--90 {
      padding-top: 90px !important;
    }

    .pb_md--90 {
      padding-bottom: 90px !important;
    }

    .pl_md--90 {
      padding-left: 90px !important;
    }

    .pr_md--90 {
      padding-right: 90px !important;
    }

    .pt_md--90 {
      padding-top: 90px !important;
    }

    .mt_md--90 {
      margin-top: 90px !important;
    }

    .mb_md--90 {
      margin-bottom: 90px !important;
    }

    .ptb_md--95 {
      padding: 95px 0 !important;
    }

    .plr_md--95 {
      padding: 0 95px !important;
    }

    .pt_md--95 {
      padding-top: 95px !important;
    }

    .pb_md--95 {
      padding-bottom: 95px !important;
    }

    .pl_md--95 {
      padding-left: 95px !important;
    }

    .pr_md--95 {
      padding-right: 95px !important;
    }

    .pt_md--95 {
      padding-top: 95px !important;
    }

    .mt_md--95 {
      margin-top: 95px !important;
    }

    .mb_md--95 {
      margin-bottom: 95px !important;
    }

    .ptb_md--100 {
      padding: 100px 0 !important;
    }

    .plr_md--100 {
      padding: 0 100px !important;
    }

    .pt_md--100 {
      padding-top: 100px !important;
    }

    .pb_md--100 {
      padding-bottom: 100px !important;
    }

    .pl_md--100 {
      padding-left: 100px !important;
    }

    .pr_md--100 {
      padding-right: 100px !important;
    }

    .pt_md--100 {
      padding-top: 100px !important;
    }

    .mt_md--100 {
      margin-top: 100px !important;
    }

    .mb_md--100 {
      margin-bottom: 100px !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .ptb_sm--0 {
      padding: 0px 0 !important;
    }

    .plr_sm--0 {
      padding: 0 0px !important;
    }

    .pt_sm--0 {
      padding-top: 0px !important;
    }

    .pb_sm--0 {
      padding-bottom: 0px !important;
    }

    .pl_sm--0 {
      padding-left: 0px !important;
    }

    .pr_sm--0 {
      padding-right: 0px !important;
    }

    .mt_sm--0 {
      margin-top: 0px !important;
    }

    .ml_sm--0 {
      margin-left: 0px !important;
    }

    .mr_sm--0 {
      margin-right: 0px !important;
    }

    .mb_sm--0 {
      margin-bottom: 0px !important;
    }

    .ptb_sm--5 {
      padding: 5px 0 !important;
    }

    .plr_sm--5 {
      padding: 0 5px !important;
    }

    .pt_sm--5 {
      padding-top: 5px !important;
    }

    .pb_sm--5 {
      padding-bottom: 5px !important;
    }

    .pl_sm--5 {
      padding-left: 5px !important;
    }

    .pr_sm--5 {
      padding-right: 5px !important;
    }

    .mt_sm--5 {
      margin-top: 5px !important;
    }

    .ml_sm--5 {
      margin-left: 5px !important;
    }

    .mr_sm--5 {
      margin-right: 5px !important;
    }

    .mb_sm--5 {
      margin-bottom: 5px !important;
    }

    .ptb_sm--10 {
      padding: 10px 0 !important;
    }

    .plr_sm--10 {
      padding: 0 10px !important;
    }

    .pt_sm--10 {
      padding-top: 10px !important;
    }

    .pb_sm--10 {
      padding-bottom: 10px !important;
    }

    .pl_sm--10 {
      padding-left: 10px !important;
    }

    .pr_sm--10 {
      padding-right: 10px !important;
    }

    .mt_sm--10 {
      margin-top: 10px !important;
    }

    .ml_sm--10 {
      margin-left: 10px !important;
    }

    .mr_sm--10 {
      margin-right: 10px !important;
    }

    .mb_sm--10 {
      margin-bottom: 10px !important;
    }

    .ptb_sm--15 {
      padding: 15px 0 !important;
    }

    .plr_sm--15 {
      padding: 0 15px !important;
    }

    .pt_sm--15 {
      padding-top: 15px !important;
    }

    .pb_sm--15 {
      padding-bottom: 15px !important;
    }

    .pl_sm--15 {
      padding-left: 15px !important;
    }

    .pr_sm--15 {
      padding-right: 15px !important;
    }

    .mt_sm--15 {
      margin-top: 15px !important;
    }

    .ml_sm--15 {
      margin-left: 15px !important;
    }

    .mr_sm--15 {
      margin-right: 15px !important;
    }

    .mb_sm--15 {
      margin-bottom: 15px !important;
    }

    .ptb_sm--20 {
      padding: 20px 0 !important;
    }

    .plr_sm--20 {
      padding: 0 20px !important;
    }

    .pt_sm--20 {
      padding-top: 20px !important;
    }

    .pb_sm--20 {
      padding-bottom: 20px !important;
    }

    .pl_sm--20 {
      padding-left: 20px !important;
    }

    .pr_sm--20 {
      padding-right: 20px !important;
    }

    .mt_sm--20 {
      margin-top: 20px !important;
    }

    .ml_sm--20 {
      margin-left: 20px !important;
    }

    .mr_sm--20 {
      margin-right: 20px !important;
    }

    .mb_sm--20 {
      margin-bottom: 20px !important;
    }

    .ptb_sm--25 {
      padding: 25px 0 !important;
    }

    .plr_sm--25 {
      padding: 0 25px !important;
    }

    .pt_sm--25 {
      padding-top: 25px !important;
    }

    .pb_sm--25 {
      padding-bottom: 25px !important;
    }

    .pl_sm--25 {
      padding-left: 25px !important;
    }

    .pr_sm--25 {
      padding-right: 25px !important;
    }

    .mt_sm--25 {
      margin-top: 25px !important;
    }

    .ml_sm--25 {
      margin-left: 25px !important;
    }

    .mr_sm--25 {
      margin-right: 25px !important;
    }

    .mb_sm--25 {
      margin-bottom: 25px !important;
    }

    .ptb_sm--30 {
      padding: 30px 0 !important;
    }

    .plr_sm--30 {
      padding: 0 30px !important;
    }

    .pt_sm--30 {
      padding-top: 30px !important;
    }

    .pb_sm--30 {
      padding-bottom: 30px !important;
    }

    .pl_sm--30 {
      padding-left: 30px !important;
    }

    .pr_sm--30 {
      padding-right: 30px !important;
    }

    .mt_sm--30 {
      margin-top: 30px !important;
    }

    .ml_sm--30 {
      margin-left: 30px !important;
    }

    .mr_sm--30 {
      margin-right: 30px !important;
    }

    .mb_sm--30 {
      margin-bottom: 30px !important;
    }

    .ptb_sm--35 {
      padding: 35px 0 !important;
    }

    .plr_sm--35 {
      padding: 0 35px !important;
    }

    .pt_sm--35 {
      padding-top: 35px !important;
    }

    .pb_sm--35 {
      padding-bottom: 35px !important;
    }

    .pl_sm--35 {
      padding-left: 35px !important;
    }

    .pr_sm--35 {
      padding-right: 35px !important;
    }

    .mt_sm--35 {
      margin-top: 35px !important;
    }

    .ml_sm--35 {
      margin-left: 35px !important;
    }

    .mr_sm--35 {
      margin-right: 35px !important;
    }

    .mb_sm--35 {
      margin-bottom: 35px !important;
    }

    .ptb_sm--40 {
      padding: 40px 0 !important;
    }

    .plr_sm--40 {
      padding: 0 40px !important;
    }

    .pt_sm--40 {
      padding-top: 40px !important;
    }

    .pb_sm--40 {
      padding-bottom: 40px !important;
    }

    .pl_sm--40 {
      padding-left: 40px !important;
    }

    .pr_sm--40 {
      padding-right: 40px !important;
    }

    .mt_sm--40 {
      margin-top: 40px !important;
    }

    .ml_sm--40 {
      margin-left: 40px !important;
    }

    .mr_sm--40 {
      margin-right: 40px !important;
    }

    .mb_sm--40 {
      margin-bottom: 40px !important;
    }

    .ptb_sm--45 {
      padding: 45px 0 !important;
    }

    .plr_sm--45 {
      padding: 0 45px !important;
    }

    .pt_sm--45 {
      padding-top: 45px !important;
    }

    .pb_sm--45 {
      padding-bottom: 45px !important;
    }

    .pl_sm--45 {
      padding-left: 45px !important;
    }

    .pr_sm--45 {
      padding-right: 45px !important;
    }

    .mt_sm--45 {
      margin-top: 45px !important;
    }

    .ml_sm--45 {
      margin-left: 45px !important;
    }

    .mr_sm--45 {
      margin-right: 45px !important;
    }

    .mb_sm--45 {
      margin-bottom: 45px !important;
    }

    .ptb_sm--50 {
      padding: 50px 0 !important;
    }

    .plr_sm--50 {
      padding: 0 50px !important;
    }

    .pt_sm--50 {
      padding-top: 50px !important;
    }

    .pb_sm--50 {
      padding-bottom: 50px !important;
    }

    .pl_sm--50 {
      padding-left: 50px !important;
    }

    .pr_sm--50 {
      padding-right: 50px !important;
    }

    .mt_sm--50 {
      margin-top: 50px !important;
    }

    .ml_sm--50 {
      margin-left: 50px !important;
    }

    .mr_sm--50 {
      margin-right: 50px !important;
    }

    .mb_sm--50 {
      margin-bottom: 50px !important;
    }

    .ptb_sm--55 {
      padding: 55px 0 !important;
    }

    .plr_sm--55 {
      padding: 0 55px !important;
    }

    .pt_sm--55 {
      padding-top: 55px !important;
    }

    .pb_sm--55 {
      padding-bottom: 55px !important;
    }

    .pl_sm--55 {
      padding-left: 55px !important;
    }

    .pr_sm--55 {
      padding-right: 55px !important;
    }

    .mt_sm--55 {
      margin-top: 55px !important;
    }

    .ml_sm--55 {
      margin-left: 55px !important;
    }

    .mr_sm--55 {
      margin-right: 55px !important;
    }

    .mb_sm--55 {
      margin-bottom: 55px !important;
    }

    .ptb_sm--60 {
      padding: 60px 0 !important;
    }

    .plr_sm--60 {
      padding: 0 60px !important;
    }

    .pt_sm--60 {
      padding-top: 60px !important;
    }

    .pb_sm--60 {
      padding-bottom: 60px !important;
    }

    .pl_sm--60 {
      padding-left: 60px !important;
    }

    .pr_sm--60 {
      padding-right: 60px !important;
    }

    .mt_sm--60 {
      margin-top: 60px !important;
    }

    .ml_sm--60 {
      margin-left: 60px !important;
    }

    .mr_sm--60 {
      margin-right: 60px !important;
    }

    .mb_sm--60 {
      margin-bottom: 60px !important;
    }

    .ptb_sm--65 {
      padding: 65px 0 !important;
    }

    .plr_sm--65 {
      padding: 0 65px !important;
    }

    .pt_sm--65 {
      padding-top: 65px !important;
    }

    .pb_sm--65 {
      padding-bottom: 65px !important;
    }

    .pl_sm--65 {
      padding-left: 65px !important;
    }

    .pr_sm--65 {
      padding-right: 65px !important;
    }

    .mt_sm--65 {
      margin-top: 65px !important;
    }

    .ml_sm--65 {
      margin-left: 65px !important;
    }

    .mr_sm--65 {
      margin-right: 65px !important;
    }

    .mb_sm--65 {
      margin-bottom: 65px !important;
    }

    .ptb_sm--70 {
      padding: 70px 0 !important;
    }

    .plr_sm--70 {
      padding: 0 70px !important;
    }

    .pt_sm--70 {
      padding-top: 70px !important;
    }

    .pb_sm--70 {
      padding-bottom: 70px !important;
    }

    .pl_sm--70 {
      padding-left: 70px !important;
    }

    .pr_sm--70 {
      padding-right: 70px !important;
    }

    .mt_sm--70 {
      margin-top: 70px !important;
    }

    .ml_sm--70 {
      margin-left: 70px !important;
    }

    .mr_sm--70 {
      margin-right: 70px !important;
    }

    .mb_sm--70 {
      margin-bottom: 70px !important;
    }

    .ptb_sm--75 {
      padding: 75px 0 !important;
    }

    .plr_sm--75 {
      padding: 0 75px !important;
    }

    .pt_sm--75 {
      padding-top: 75px !important;
    }

    .pb_sm--75 {
      padding-bottom: 75px !important;
    }

    .pl_sm--75 {
      padding-left: 75px !important;
    }

    .pr_sm--75 {
      padding-right: 75px !important;
    }

    .mt_sm--75 {
      margin-top: 75px !important;
    }

    .ml_sm--75 {
      margin-left: 75px !important;
    }

    .mr_sm--75 {
      margin-right: 75px !important;
    }

    .mb_sm--75 {
      margin-bottom: 75px !important;
    }

    .ptb_sm--80 {
      padding: 80px 0 !important;
    }

    .plr_sm--80 {
      padding: 0 80px !important;
    }

    .pt_sm--80 {
      padding-top: 80px !important;
    }

    .pb_sm--80 {
      padding-bottom: 80px !important;
    }

    .pl_sm--80 {
      padding-left: 80px !important;
    }

    .pr_sm--80 {
      padding-right: 80px !important;
    }

    .mt_sm--80 {
      margin-top: 80px !important;
    }

    .ml_sm--80 {
      margin-left: 80px !important;
    }

    .mr_sm--80 {
      margin-right: 80px !important;
    }

    .mb_sm--80 {
      margin-bottom: 80px !important;
    }

    .ptb_sm--85 {
      padding: 85px 0 !important;
    }

    .plr_sm--85 {
      padding: 0 85px !important;
    }

    .pt_sm--85 {
      padding-top: 85px !important;
    }

    .pb_sm--85 {
      padding-bottom: 85px !important;
    }

    .pl_sm--85 {
      padding-left: 85px !important;
    }

    .pr_sm--85 {
      padding-right: 85px !important;
    }

    .mt_sm--85 {
      margin-top: 85px !important;
    }

    .ml_sm--85 {
      margin-left: 85px !important;
    }

    .mr_sm--85 {
      margin-right: 85px !important;
    }

    .mb_sm--85 {
      margin-bottom: 85px !important;
    }

    .ptb_sm--90 {
      padding: 90px 0 !important;
    }

    .plr_sm--90 {
      padding: 0 90px !important;
    }

    .pt_sm--90 {
      padding-top: 90px !important;
    }

    .pb_sm--90 {
      padding-bottom: 90px !important;
    }

    .pl_sm--90 {
      padding-left: 90px !important;
    }

    .pr_sm--90 {
      padding-right: 90px !important;
    }

    .mt_sm--90 {
      margin-top: 90px !important;
    }

    .ml_sm--90 {
      margin-left: 90px !important;
    }

    .mr_sm--90 {
      margin-right: 90px !important;
    }

    .mb_sm--90 {
      margin-bottom: 90px !important;
    }

    .ptb_sm--95 {
      padding: 95px 0 !important;
    }

    .plr_sm--95 {
      padding: 0 95px !important;
    }

    .pt_sm--95 {
      padding-top: 95px !important;
    }

    .pb_sm--95 {
      padding-bottom: 95px !important;
    }

    .pl_sm--95 {
      padding-left: 95px !important;
    }

    .pr_sm--95 {
      padding-right: 95px !important;
    }

    .mt_sm--95 {
      margin-top: 95px !important;
    }

    .ml_sm--95 {
      margin-left: 95px !important;
    }

    .mr_sm--95 {
      margin-right: 95px !important;
    }

    .mb_sm--95 {
      margin-bottom: 95px !important;
    }

    .ptb_sm--100 {
      padding: 100px 0 !important;
    }

    .plr_sm--100 {
      padding: 0 100px !important;
    }

    .pt_sm--100 {
      padding-top: 100px !important;
    }

    .pb_sm--100 {
      padding-bottom: 100px !important;
    }

    .pl_sm--100 {
      padding-left: 100px !important;
    }

    .pr_sm--100 {
      padding-right: 100px !important;
    }

    .mt_sm--100 {
      margin-top: 100px !important;
    }

    .ml_sm--100 {
      margin-left: 100px !important;
    }

    .mr_sm--100 {
      margin-right: 100px !important;
    }

    .mb_sm--100 {
      margin-bottom: 100px !important;
    }
  }

  @media only screen and (max-width: 575px) {
    .ptb_mobile--0 {
      padding: 0px 0 !important;
    }

    .plr_mobile--0 {
      padding: 0 0px !important;
    }

    .pt_mobile--0 {
      padding-top: 0px !important;
    }

    .pb_mobile--0 {
      padding-bottom: 0px !important;
    }

    .pl_mobile--0 {
      padding-left: 0px !important;
    }

    .pr_mobile--0 {
      padding-right: 0px !important;
    }

    .mt_mobile--0 {
      margin-top: 0px !important;
    }

    .mb_mobile--0 {
      margin-bottom: 0px !important;
    }

    .ptb_mobile--5 {
      padding: 5px 0 !important;
    }

    .plr_mobile--5 {
      padding: 0 5px !important;
    }

    .pt_mobile--5 {
      padding-top: 5px !important;
    }

    .pb_mobile--5 {
      padding-bottom: 5px !important;
    }

    .pl_mobile--5 {
      padding-left: 5px !important;
    }

    .pr_mobile--5 {
      padding-right: 5px !important;
    }

    .mt_mobile--5 {
      margin-top: 5px !important;
    }

    .mb_mobile--5 {
      margin-bottom: 5px !important;
    }

    .ptb_mobile--10 {
      padding: 10px 0 !important;
    }

    .plr_mobile--10 {
      padding: 0 10px !important;
    }

    .pt_mobile--10 {
      padding-top: 10px !important;
    }

    .pb_mobile--10 {
      padding-bottom: 10px !important;
    }

    .pl_mobile--10 {
      padding-left: 10px !important;
    }

    .pr_mobile--10 {
      padding-right: 10px !important;
    }

    .mt_mobile--10 {
      margin-top: 10px !important;
    }

    .mb_mobile--10 {
      margin-bottom: 10px !important;
    }

    .ptb_mobile--15 {
      padding: 15px 0 !important;
    }

    .plr_mobile--15 {
      padding: 0 15px !important;
    }

    .pt_mobile--15 {
      padding-top: 15px !important;
    }

    .pb_mobile--15 {
      padding-bottom: 15px !important;
    }

    .pl_mobile--15 {
      padding-left: 15px !important;
    }

    .pr_mobile--15 {
      padding-right: 15px !important;
    }

    .mt_mobile--15 {
      margin-top: 15px !important;
    }

    .mb_mobile--15 {
      margin-bottom: 15px !important;
    }

    .ptb_mobile--20 {
      padding: 20px 0 !important;
    }

    .plr_mobile--20 {
      padding: 0 20px !important;
    }

    .pt_mobile--20 {
      padding-top: 20px !important;
    }

    .pb_mobile--20 {
      padding-bottom: 20px !important;
    }

    .pl_mobile--20 {
      padding-left: 20px !important;
    }

    .pr_mobile--20 {
      padding-right: 20px !important;
    }

    .mt_mobile--20 {
      margin-top: 20px !important;
    }

    .mb_mobile--20 {
      margin-bottom: 20px !important;
    }

    .ptb_mobile--25 {
      padding: 25px 0 !important;
    }

    .plr_mobile--25 {
      padding: 0 25px !important;
    }

    .pt_mobile--25 {
      padding-top: 25px !important;
    }

    .pb_mobile--25 {
      padding-bottom: 25px !important;
    }

    .pl_mobile--25 {
      padding-left: 25px !important;
    }

    .pr_mobile--25 {
      padding-right: 25px !important;
    }

    .mt_mobile--25 {
      margin-top: 25px !important;
    }

    .mb_mobile--25 {
      margin-bottom: 25px !important;
    }

    .ptb_mobile--30 {
      padding: 30px 0 !important;
    }

    .plr_mobile--30 {
      padding: 0 30px !important;
    }

    .pt_mobile--30 {
      padding-top: 30px !important;
    }

    .pb_mobile--30 {
      padding-bottom: 30px !important;
    }

    .pl_mobile--30 {
      padding-left: 30px !important;
    }

    .pr_mobile--30 {
      padding-right: 30px !important;
    }

    .mt_mobile--30 {
      margin-top: 30px !important;
    }

    .mb_mobile--30 {
      margin-bottom: 30px !important;
    }

    .ptb_mobile--35 {
      padding: 35px 0 !important;
    }

    .plr_mobile--35 {
      padding: 0 35px !important;
    }

    .pt_mobile--35 {
      padding-top: 35px !important;
    }

    .pb_mobile--35 {
      padding-bottom: 35px !important;
    }

    .pl_mobile--35 {
      padding-left: 35px !important;
    }

    .pr_mobile--35 {
      padding-right: 35px !important;
    }

    .mt_mobile--35 {
      margin-top: 35px !important;
    }

    .mb_mobile--35 {
      margin-bottom: 35px !important;
    }

    .ptb_mobile--40 {
      padding: 40px 0 !important;
    }

    .plr_mobile--40 {
      padding: 0 40px !important;
    }

    .pt_mobile--40 {
      padding-top: 40px !important;
    }

    .pb_mobile--40 {
      padding-bottom: 40px !important;
    }

    .pl_mobile--40 {
      padding-left: 40px !important;
    }

    .pr_mobile--40 {
      padding-right: 40px !important;
    }

    .mt_mobile--40 {
      margin-top: 40px !important;
    }

    .mb_mobile--40 {
      margin-bottom: 40px !important;
    }

    .ptb_mobile--45 {
      padding: 45px 0 !important;
    }

    .plr_mobile--45 {
      padding: 0 45px !important;
    }

    .pt_mobile--45 {
      padding-top: 45px !important;
    }

    .pb_mobile--45 {
      padding-bottom: 45px !important;
    }

    .pl_mobile--45 {
      padding-left: 45px !important;
    }

    .pr_mobile--45 {
      padding-right: 45px !important;
    }

    .mt_mobile--45 {
      margin-top: 45px !important;
    }

    .mb_mobile--45 {
      margin-bottom: 45px !important;
    }

    .ptb_mobile--50 {
      padding: 50px 0 !important;
    }

    .plr_mobile--50 {
      padding: 0 50px !important;
    }

    .pt_mobile--50 {
      padding-top: 50px !important;
    }

    .pb_mobile--50 {
      padding-bottom: 50px !important;
    }

    .pl_mobile--50 {
      padding-left: 50px !important;
    }

    .pr_mobile--50 {
      padding-right: 50px !important;
    }

    .mt_mobile--50 {
      margin-top: 50px !important;
    }

    .mb_mobile--50 {
      margin-bottom: 50px !important;
    }

    .ptb_mobile--55 {
      padding: 55px 0 !important;
    }

    .plr_mobile--55 {
      padding: 0 55px !important;
    }

    .pt_mobile--55 {
      padding-top: 55px !important;
    }

    .pb_mobile--55 {
      padding-bottom: 55px !important;
    }

    .pl_mobile--55 {
      padding-left: 55px !important;
    }

    .pr_mobile--55 {
      padding-right: 55px !important;
    }

    .mt_mobile--55 {
      margin-top: 55px !important;
    }

    .mb_mobile--55 {
      margin-bottom: 55px !important;
    }

    .ptb_mobile--60 {
      padding: 60px 0 !important;
    }

    .plr_mobile--60 {
      padding: 0 60px !important;
    }

    .pt_mobile--60 {
      padding-top: 60px !important;
    }

    .pb_mobile--60 {
      padding-bottom: 60px !important;
    }

    .pl_mobile--60 {
      padding-left: 60px !important;
    }

    .pr_mobile--60 {
      padding-right: 60px !important;
    }

    .mt_mobile--60 {
      margin-top: 60px !important;
    }

    .mb_mobile--60 {
      margin-bottom: 60px !important;
    }

    .ptb_mobile--65 {
      padding: 65px 0 !important;
    }

    .plr_mobile--65 {
      padding: 0 65px !important;
    }

    .pt_mobile--65 {
      padding-top: 65px !important;
    }

    .pb_mobile--65 {
      padding-bottom: 65px !important;
    }

    .pl_mobile--65 {
      padding-left: 65px !important;
    }

    .pr_mobile--65 {
      padding-right: 65px !important;
    }

    .mt_mobile--65 {
      margin-top: 65px !important;
    }

    .mb_mobile--65 {
      margin-bottom: 65px !important;
    }

    .ptb_mobile--70 {
      padding: 70px 0 !important;
    }

    .plr_mobile--70 {
      padding: 0 70px !important;
    }

    .pt_mobile--70 {
      padding-top: 70px !important;
    }

    .pb_mobile--70 {
      padding-bottom: 70px !important;
    }

    .pl_mobile--70 {
      padding-left: 70px !important;
    }

    .pr_mobile--70 {
      padding-right: 70px !important;
    }

    .mt_mobile--70 {
      margin-top: 70px !important;
    }

    .mb_mobile--70 {
      margin-bottom: 70px !important;
    }

    .ptb_mobile--75 {
      padding: 75px 0 !important;
    }

    .plr_mobile--75 {
      padding: 0 75px !important;
    }

    .pt_mobile--75 {
      padding-top: 75px !important;
    }

    .pb_mobile--75 {
      padding-bottom: 75px !important;
    }

    .pl_mobile--75 {
      padding-left: 75px !important;
    }

    .pr_mobile--75 {
      padding-right: 75px !important;
    }

    .mt_mobile--75 {
      margin-top: 75px !important;
    }

    .mb_mobile--75 {
      margin-bottom: 75px !important;
    }

    .ptb_mobile--80 {
      padding: 80px 0 !important;
    }

    .plr_mobile--80 {
      padding: 0 80px !important;
    }

    .pt_mobile--80 {
      padding-top: 80px !important;
    }

    .pb_mobile--80 {
      padding-bottom: 80px !important;
    }

    .pl_mobile--80 {
      padding-left: 80px !important;
    }

    .pr_mobile--80 {
      padding-right: 80px !important;
    }

    .mt_mobile--80 {
      margin-top: 80px !important;
    }

    .mb_mobile--80 {
      margin-bottom: 80px !important;
    }

    .ptb_mobile--85 {
      padding: 85px 0 !important;
    }

    .plr_mobile--85 {
      padding: 0 85px !important;
    }

    .pt_mobile--85 {
      padding-top: 85px !important;
    }

    .pb_mobile--85 {
      padding-bottom: 85px !important;
    }

    .pl_mobile--85 {
      padding-left: 85px !important;
    }

    .pr_mobile--85 {
      padding-right: 85px !important;
    }

    .mt_mobile--85 {
      margin-top: 85px !important;
    }

    .mb_mobile--85 {
      margin-bottom: 85px !important;
    }

    .ptb_mobile--90 {
      padding: 90px 0 !important;
    }

    .plr_mobile--90 {
      padding: 0 90px !important;
    }

    .pt_mobile--90 {
      padding-top: 90px !important;
    }

    .pb_mobile--90 {
      padding-bottom: 90px !important;
    }

    .pl_mobile--90 {
      padding-left: 90px !important;
    }

    .pr_mobile--90 {
      padding-right: 90px !important;
    }

    .mt_mobile--90 {
      margin-top: 90px !important;
    }

    .mb_mobile--90 {
      margin-bottom: 90px !important;
    }

    .ptb_mobile--95 {
      padding: 95px 0 !important;
    }

    .plr_mobile--95 {
      padding: 0 95px !important;
    }

    .pt_mobile--95 {
      padding-top: 95px !important;
    }

    .pb_mobile--95 {
      padding-bottom: 95px !important;
    }

    .pl_mobile--95 {
      padding-left: 95px !important;
    }

    .pr_mobile--95 {
      padding-right: 95px !important;
    }

    .mt_mobile--95 {
      margin-top: 95px !important;
    }

    .mb_mobile--95 {
      margin-bottom: 95px !important;
    }

    .ptb_mobile--100 {
      padding: 100px 0 !important;
    }

    .plr_mobile--100 {
      padding: 0 100px !important;
    }

    .pt_mobile--100 {
      padding-top: 100px !important;
    }

    .pb_mobile--100 {
      padding-bottom: 100px !important;
    }

    .pl_mobile--100 {
      padding-left: 100px !important;
    }

    .pr_mobile--100 {
      padding-right: 100px !important;
    }

    .mt_mobile--100 {
      margin-top: 100px !important;
    }

    .mb_mobile--100 {
      margin-bottom: 100px !important;
    }
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  /**
 * Typography
 */
  * {
    box-sizing: border-box;
  }

  html {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  body {
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--font-secondary);
    color: var(--color-body);
    font-weight: 400;
    scroll-behavior: smooth;
    position: relative;
    overflow-y: scroll;
    scrollbar-width: thin;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  address,
  p,
  pre,
  blockquote,
  menu,
  ol,
  ul,
  table,
  hr {
    margin: 0;
    margin-bottom: 20px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    address,
    p,
    pre,
    blockquote,
    menu,
    ol,
    ul,
    table,
    hr {
      margin-bottom: 15px;
    }
  }

  @media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    address,
    p,
    pre,
    blockquote,
    menu,
    ol,
    ul,
    table,
    hr {
      margin-bottom: 12px;
    }
  }

  body ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  body a {
    text-decoration: none;
    color: inherit;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    word-break: normal;
    overflow-wrap: break-word;
    font-family: var(--font-primary);
    line-height: 1.4;
    color: var(--color-heading);
  }

  h1,
  .h1 {
    font-size: var(--h1);
    line-height: var(--line-height-h1);
    letter-spacing: var(--letter-spacing-h1);
  }

  h2,
  .h2 {
    font-size: var(--h2);
    line-height: var(--line-height-h2);
    letter-spacing: var(--letter-spacing-normal);
  }

  h3,
  .h3 {
    font-size: var(--h3);
    line-height: var(--line-height-h3);
    letter-spacing: var(--letter-spacing-h3);
  }

  h4,
  .h4 {
    font-size: var(--h4);
    line-height: var(--line-height-h4);
    letter-spacing: var(--letter-spacing-h4);
  }

  h5,
  .h5 {
    font-size: var(--h5);
    line-height: var(--line-height-h5);
    letter-spacing: var(--letter-spacing-h5);
  }

  h6,
  .h6 {
    font-size: var(--h6);
    line-height: var(--line-height-h6);
    letter-spacing: var(--letter-spacing-h6);
  }

  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: inherit;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {

    h1,
    .h1 {
      font-size: var(--h2);
    }

    h2,
    .h2 {
      font-size: var(--h3);
    }

    h3,
    .h3 {
      font-size: var(--h4);
    }

    h4,
    .h4 {
      font-size: var(--h5);
    }

    h5,
    .h5 {
      font-size: var(--h6);
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    h1,
    .h1 {
      font-size: var(--h3);
    }

    h2,
    .h2 {
      font-size: var(--h4);
    }

    h3,
    .h3 {
      font-size: var(--h5);
    }

    h4,
    .h4 {
      font-size: var(--h6);
    }

    h5,
    .h5,
    h6,
    .h6 {
      font-size: var(--font-size-b1);
    }
  }

  @media only screen and (max-width: 767px) {

    h1,
    .h1 {
      font-size: var(--h3);
    }

    h2,
    .h2 {
      font-size: var(--h4);
    }

    h3,
    .h3 {
      font-size: var(--h5);
    }

    h4,
    .h4 {
      font-size: var(--h6);
    }

    h5,
    .h5 {
      font-size: var(--font-size-b1);
    }

    h6,
    .h6 {
      font-size: var(--font-size-b2);
    }
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    font-weight: var(--f-semibold);
  }

  h4,
  .h4,
  h5,
  .h5 {
    font-weight: var(--f-semibold);
  }

  h6,
  .h6 {
    font-weight: var(--f-semibold);
  }

  p {
    font-size: var(--font-size-b2);
    font-family: var(--font-secondary);
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: var(--f-regular);
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
      font-size: 16px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
      font-size: 16px;
    }
  }

  @media only screen and (max-width: 767px) {
    p {
      font-size: 16px;
    }
  }

  p:last-child {
    margin-bottom: 0;
  }

  .b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
  }

  @media only screen and (max-width: 767px) {
    .b1 {
      font-size: var(--font-size-b2);
      line-height: 28px;
    }
  }

  .b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
  }

  @media only screen and (max-width: 767px) {
    .b2 {
      font-size: var(--font-size-b2);
      line-height: 28px;
    }
  }

  .b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
  }

  @media only screen and (max-width: 767px) {
    .b3 {
      font-size: var(--font-size-b2);
      line-height: 28px;
    }
  }

  .b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4);
  }

  @media only screen and (max-width: 767px) {
    .b4 {
      font-size: var(--font-size-b2);
      line-height: 28px;
    }
  }

  .b5 {
    font-size: var(--font-size-b5);
    line-height: var(--line-height-b5);
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px;
    width: 100%;
  }

  table a,
  table a:link,
  table a:visited {
    text-decoration: none;
  }

  cite,
  .wp-block-pullquote cite,
  .wp-block-pullquote.is-style-solid-color blockquote cite,
  .wp-block-quote cite {
    color: var(--heading-color);
  }

  /*---------------------------
      List Style 
---------------------------*/
  ul,
  ol {
    padding-left: 18px;
  }

  li {
    position: relative;
  }

  li::marker {
    color: var(--color-body);
  }

  ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
  }

  ul li a {
    text-decoration: none;
  }

  ul li a:hover {
    color: var(--color-primary);
  }

  ul ul {
    margin-bottom: 0;
  }

  ol {
    margin-bottom: 30px;
  }

  ol li {
    color: var(--color-body);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ol li a {
    color: var(--heading-color);
    text-decoration: none;
  }

  ol li a:hover {
    color: var(--color-primary);
  }

  ol ul {
    padding-left: 30px;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  /* ========= Forms Styles ========= */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }

  input,
  select,
  textarea {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  input {
    height: 40px;
    padding: 0 15px;
  }

  select {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 50px;
    display: inline-block;
    width: 100%;
    line-height: 135%;
    padding: 10px 20px;
    outline: none;
    color: var(--color-gray-6);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: var(--f-regular);
    padding-right: 30px;
  }

  select:focus {
    border-color: var(--color-primary) !important;
  }

  select {
    /* -- Remove Autofill Background -- */
  }

  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus,
  select:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: var(--color-body) !important;
  }

  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=date],
  textarea {
    font-size: 16px;
    font-family: var(--font-primary);
    font-weight: var(--f-regular);
    height: 50px;
    line-height: 1.75;
    background: transparent;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius-sm);
    color: var(--color-body);
    /* -- Placeholder -- */
  }

  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: var(--color-body);
    opacity: 1;
  }

  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: var(--color-body);
    opacity: 1;
  }

  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: var(--color-body);
    opacity: 1;
  }

  input[type=text]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=date]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: var(--color-body);
    opacity: 1;
  }

  input[type=text]::placeholder,
  input[type=password]::placeholder,
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=date]::placeholder,
  textarea::placeholder {
    color: var(--color-body);
    opacity: 1;
  }

  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: var(--color-body);
    opacity: 1;
  }

  input[type=text]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=date]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: var(--color-body);
    opacity: 1;
  }

  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=date]:focus,
  textarea:focus {
    border-color: var(--color-primary) !important;
  }

  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=date],
  textarea {
    /* -- Remove Autofill Background -- */
  }

  input[type=text]:-webkit-autofill,
  input[type=text]:-webkit-autofill:hover,
  input[type=text]:-webkit-autofill:focus,
  input[type=text]:-webkit-autofill:active,
  input[type=password]:-webkit-autofill,
  input[type=password]:-webkit-autofill:hover,
  input[type=password]:-webkit-autofill:focus,
  input[type=password]:-webkit-autofill:active,
  input[type=email]:-webkit-autofill,
  input[type=email]:-webkit-autofill:hover,
  input[type=email]:-webkit-autofill:focus,
  input[type=email]:-webkit-autofill:active,
  input[type=number]:-webkit-autofill,
  input[type=number]:-webkit-autofill:hover,
  input[type=number]:-webkit-autofill:focus,
  input[type=number]:-webkit-autofill:active,
  input[type=tel]:-webkit-autofill,
  input[type=tel]:-webkit-autofill:hover,
  input[type=tel]:-webkit-autofill:focus,
  input[type=tel]:-webkit-autofill:active,
  input[type=date]:-webkit-autofill,
  input[type=date]:-webkit-autofill:hover,
  input[type=date]:-webkit-autofill:focus,
  input[type=date]:-webkit-autofill:active,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  textarea:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: var(--color-body) !important;
  }

  input[type=checkbox],
  input[type=radio] {
    opacity: 0;
    position: absolute;
  }

  input[type=checkbox]~label,
  input[type=radio]~label {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: var(--color-body);
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0;
  }

  input[type=checkbox]~label::before,
  input[type=radio]~label::before {
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: var(--border-width-1) solid var(--color-border);
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  input[type=checkbox]~label::after,
  input[type=radio]~label::after {
    content: " ";
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 5px;
    background-color: transparent;
    border-bottom: var(--border-width) solid #fff;
    border-left: var(--border-width) solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  input[type=checkbox]:checked~label::before,
  input[type=radio]:checked~label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }

  input[type=checkbox]:checked~label::after,
  input[type=radio]:checked~label::after {
    opacity: 1;
    border-color: var(--color-content-white);
  }

  input[type=checkbox]:checked~label.ibt-checkbox-color-primary::before,
  input[type=radio]:checked~label.ibt-checkbox-color-primary::before {
    border-color: var(--color-primary);
  }

  input[type=checkbox]:checked~label.ibt-checkbox-color-primary::after,
  input[type=radio]:checked~label.ibt-checkbox-color-primary::after {
    border-color: var(--color-primary);
  }

  input[type=radio]~label::before {
    border-radius: 50%;
  }

  input[type=radio]~label::after {
    width: 8px;
    height: 8px;
    left: 4px;
    background: var(--color-primary);
    border-radius: 50%;
  }

  input[type=submit] {
    width: auto;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: var(--border-width) solid var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    height: 60px;
    margin-top: 30px;
  }

  input[type=submit]:hover {
    color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .sec-title {
    position: relative;
    margin-bottom: 45px;
    overflow: hidden;
  }

  .sec-title .sub-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-content-black2);
    margin-bottom: 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 8px;
  }

  .sec-title .sub-title::before {
    content: "[";
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec-title .sub-title::after {
    content: "]";
    position: absolute;
    top: 0;
    right: 0;
  }

  @media (max-width: 1440px) {
    .sec-title .sub-title {
      margin-bottom: 15px;
    }
  }

  .sec-title .title {
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    display: block;
  }

  @media (max-width: 1201px) {
    .sec-title .title {
      font-size: 45px;
      line-height: 50px;
    }
  }

  @media (max-width: 1025px) {
    .sec-title .title {
      font-size: 50px;
      line-height: 55px;
    }
  }

  @media (max-width: 769px) {
    .sec-title .title {
      font-size: 35px;
      line-height: 40px;
    }
  }

  @media (max-width: 577px) {
    .sec-title .title {
      font-size: 32px;
      line-height: 1.1em;
    }
  }

  .sec-title p {
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
    color: var(--color-content-black2);
    margin: 30px 0 0;
    letter-spacing: 0;
  }

  .sec-btn-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: -10px;
  }

  @media (max-width: 1025px) {
    .sec-btn-box {
      display: block;
      top: 0;
    }
  }

  .sec-btn-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
    margin-right: 46px;
  }

  @media (max-width: 1201px) {
    .sec-btn-box p {
      max-width: 279px;
    }
  }

  @media (max-width: 1025px) {
    .sec-btn-box p {
      margin: 20px 0;
      max-width: 100%;
    }
  }

  .sec-title.white .sub-title,
  .sec-title.white .title,
  .sec-title.white p,
  .sec-title.white a {
    color: var(--color-content-white);
  }

  .title.animated-heading .word {
    display: inline-block;
    white-space: nowrap;
  }

  .title.animated-heading .letter {
    display: inline-block;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  #themeBtn {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #1a1a1a;
    color: var(--color-content-white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 0;
    outline: none;
    display: inline-block;
    z-index: 99999;
    padding: 0;
  }

  .active-btn {
    background-color: var(--color-content-white) !important;
  }

  .active-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/icon/sun.svg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .active-btn i {
    opacity: 0;
    visibility: hidden;
  }

  .active-body .style-guide .ibt-btn.ibt-btn-outline-2,
  .active-body .style-guide .ibt-btn.ibt-btn-outline-3 {
    color: #fff;
  }

  .active-body .style-guide blockquote {
    background-color: #333;
    color: #fff;
  }

  .active-body {
    background-color: var(--color-surface-dark-2);
  }

  .active-body p,
  .active-body h1,
  .active-body h2,
  .active-body h3,
  .active-body h4,
  .active-body h5,
  .active-body h6,
  .active-body li {
    color: var(--color-content-white) !important;
  }

  .active-body #preloader {
    background-color: var(--color-surface-dark-2);
  }

  .active-body #preloader img {
    /* color filter removed to allow colorful preloader images */
  }

  .active-body .sec-title span {
    color: var(--color-content-white);
  }

  .active-body .sec-title span::before,
  .active-body .sec-title span::after {
    color: var(--color-content-white);
  }

  .active-body ul li::before {
    background-color: var(--color-content-white);
  }

  .active-body .about-widget .title {
    color: transparent !important;
  }

  .active-body .sticky-active.is-sticky {
    background-color: #1a1a1a;
  }

  .active-body .sticky-active.is-sticky .header-menu-area,
  .active-body .sticky-active.is-sticky .header-menu-area3 {
    background-color: unset;
  }

  .active-body .sticky-active.is-sticky a {
    color: var(--color-content-white);
  }

  .active-body .sticky-active.is-sticky .menu-style1>ul>li>a {
    color: var(--color-content-white);
  }

  .active-body .sticky-active.is-sticky .menu-style1>ul>li>a:hover {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .sticky-active.is-sticky .menu-style1>ul>li>a::before {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .active-body .sticky-active.is-sticky .menu-style1>ul>li>.active {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .sticky-active.is-sticky .menu-style1.v4>ul>li>a:hover {
    background-color: var(--color-heading);
  }

  .active-body .sticky-active.is-sticky .header-logo a img {
    /* removed filter for colorful logo */
  }

  .active-body .sticky-active {
    background-color: #1a1a1a;
  }

  .active-body .sticky-active .header-menu-area {
    background-color: unset;
  }

  @media (max-width: 1201px) {

    .active-body .vs-header,
    .active-body .vs-header3,
    .active-body .vs-header4,
    .active-body .vs-header5,
    .active-body .vs-header6,
    .active-body .vs-header7,
    .active-body .vs-header12,
    .active-body .vs-header14,
    .active-body .vs-header15 {
      background-color: var(--color-surface-dark-2);
    }
  }

  .active-body .vs-header .header-menu-area,
  .active-body .vs-header .header-menu-area3,
  .active-body .vs-header3 .header-menu-area,
  .active-body .vs-header3 .header-menu-area3,
  .active-body .vs-header4 .header-menu-area,
  .active-body .vs-header4 .header-menu-area3,
  .active-body .vs-header5 .header-menu-area,
  .active-body .vs-header5 .header-menu-area3,
  .active-body .vs-header6 .header-menu-area,
  .active-body .vs-header6 .header-menu-area3,
  .active-body .vs-header7 .header-menu-area,
  .active-body .vs-header7 .header-menu-area3,
  .active-body .vs-header12 .header-menu-area,
  .active-body .vs-header12 .header-menu-area3,
  .active-body .vs-header14 .header-menu-area,
  .active-body .vs-header14 .header-menu-area3,
  .active-body .vs-header15 .header-menu-area,
  .active-body .vs-header15 .header-menu-area3 {
    background-color: unset;
    border-color: #454545;
  }

  @media (max-width: 1201px) {

    .active-body .vs-header .header-menu-area,
    .active-body .vs-header .header-menu-area3,
    .active-body .vs-header3 .header-menu-area,
    .active-body .vs-header3 .header-menu-area3,
    .active-body .vs-header4 .header-menu-area,
    .active-body .vs-header4 .header-menu-area3,
    .active-body .vs-header5 .header-menu-area,
    .active-body .vs-header5 .header-menu-area3,
    .active-body .vs-header6 .header-menu-area,
    .active-body .vs-header6 .header-menu-area3,
    .active-body .vs-header7 .header-menu-area,
    .active-body .vs-header7 .header-menu-area3,
    .active-body .vs-header12 .header-menu-area,
    .active-body .vs-header12 .header-menu-area3,
    .active-body .vs-header14 .header-menu-area,
    .active-body .vs-header14 .header-menu-area3,
    .active-body .vs-header15 .header-menu-area,
    .active-body .vs-header15 .header-menu-area3 {
      background-color: unset;
    }
  }

  .active-body .vs-header .header-top-content4,
  .active-body .vs-header3 .header-top-content4,
  .active-body .vs-header4 .header-top-content4,
  .active-body .vs-header5 .header-top-content4,
  .active-body .vs-header6 .header-top-content4,
  .active-body .vs-header7 .header-top-content4,
  .active-body .vs-header12 .header-top-content4,
  .active-body .vs-header14 .header-top-content4,
  .active-body .vs-header15 .header-top-content4 {
    border-color: #454545;
  }

  .active-body .vs-header .header-logo img,
  .active-body .vs-header3 .header-logo img,
  .active-body .vs-header4 .header-logo img,
  .active-body .vs-header5 .header-logo img,
  .active-body .vs-header6 .header-logo img,
  .active-body .vs-header7 .header-logo img,
  .active-body .vs-header12 .header-logo img,
  .active-body .vs-header14 .header-logo img,
  .active-body .vs-header15 .header-logo img {
    /* color filter removed to allow colorful logo to render naturally */
  }

  .active-body .vs-header a,
  .active-body .vs-header3 a,
  .active-body .vs-header4 a,
  .active-body .vs-header5 a,
  .active-body .vs-header6 a,
  .active-body .vs-header7 a,
  .active-body .vs-header12 a,
  .active-body .vs-header14 a,
  .active-body .vs-header15 a {
    color: var(--color-content-white);
  }

  .active-body .vs-header .menu-style1>ul>li>a,
  .active-body .vs-header3 .menu-style1>ul>li>a,
  .active-body .vs-header4 .menu-style1>ul>li>a,
  .active-body .vs-header5 .menu-style1>ul>li>a,
  .active-body .vs-header6 .menu-style1>ul>li>a,
  .active-body .vs-header7 .menu-style1>ul>li>a,
  .active-body .vs-header12 .menu-style1>ul>li>a,
  .active-body .vs-header14 .menu-style1>ul>li>a,
  .active-body .vs-header15 .menu-style1>ul>li>a {
    color: var(--color-content-white);
  }

  .active-body .vs-header .menu-style1>ul>li>a:hover,
  .active-body .vs-header3 .menu-style1>ul>li>a:hover,
  .active-body .vs-header4 .menu-style1>ul>li>a:hover,
  .active-body .vs-header5 .menu-style1>ul>li>a:hover,
  .active-body .vs-header6 .menu-style1>ul>li>a:hover,
  .active-body .vs-header7 .menu-style1>ul>li>a:hover,
  .active-body .vs-header12 .menu-style1>ul>li>a:hover,
  .active-body .vs-header14 .menu-style1>ul>li>a:hover,
  .active-body .vs-header15 .menu-style1>ul>li>a:hover {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .vs-header .menu-style1>ul>li>a::before,
  .active-body .vs-header3 .menu-style1>ul>li>a::before,
  .active-body .vs-header4 .menu-style1>ul>li>a::before,
  .active-body .vs-header5 .menu-style1>ul>li>a::before,
  .active-body .vs-header6 .menu-style1>ul>li>a::before,
  .active-body .vs-header7 .menu-style1>ul>li>a::before,
  .active-body .vs-header12 .menu-style1>ul>li>a::before,
  .active-body .vs-header14 .menu-style1>ul>li>a::before,
  .active-body .vs-header15 .menu-style1>ul>li>a::before {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .active-body .vs-header .menu-style1>ul>li>.active,
  .active-body .vs-header3 .menu-style1>ul>li>.active,
  .active-body .vs-header4 .menu-style1>ul>li>.active,
  .active-body .vs-header5 .menu-style1>ul>li>.active,
  .active-body .vs-header6 .menu-style1>ul>li>.active,
  .active-body .vs-header7 .menu-style1>ul>li>.active,
  .active-body .vs-header12 .menu-style1>ul>li>.active,
  .active-body .vs-header14 .menu-style1>ul>li>.active,
  .active-body .vs-header15 .menu-style1>ul>li>.active {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .vs-header7 .header-menu-area,
  .active-body .vs-header7 .header-menu-area3,
  .active-body .vs-header14 .header-menu-area,
  .active-body .vs-header14 .header-menu-area3 {
    border: 0;
  }

  .active-body .vs-header3 .menu-style1>ul>li>a:hover,
  .active-body .vs-header5 .menu-style1>ul>li>a:hover {
    background-color: var(--color-content-black2);
  }

  .active-body .vs-header3 .menu-style1>ul>li>.active,
  .active-body .vs-header5 .menu-style1>ul>li>.active {
    background-color: var(--color-content-black2);
  }

  .active-body .vs-header6 {
    background-color: #1a1a1a;
    border-radius: 14px;
  }

  @media (max-width: 1201px) {
    .active-body .vs-header6 {
      background-color: var(--color-surface-dark-2);
      border-radius: 0;
    }
  }

  @media (max-width: 1201px) {
    .active-body .vs-header9 {
      background-color: var(--color-surface-dark-2);
    }
  }

  .active-body .vs-header12 .menu-style1>ul>li>a:hover {
    background-color: var(--color-content-black2);
  }

  .active-body .vs-header12 .menu-style1>ul>li>.active {
    background-color: var(--color-content-black2);
  }

  .active-body .menu-style1.v4>ul>li>a {
    border: 0;
  }

  .active-body .hero-style1,
  .active-body .faq-sec,
  .active-body .testi-slider,
  .active-body .fun-fact-content.black,
  .active-body .about-us-sec3,
  .active-body .project-sec2,
  .active-body .hero-sec-info3,
  .active-body .hero-style6,
  .active-body .main-sec4,
  .active-body .main-sec3,
  .active-body .ser-block16,
  .active-body .blog-sec3,
  .active-body .hero-style11,
  .active-body .about-content7,
  .active-body .project-sec5,
  .active-body .service-sec15.v2,
  .active-body .service-content4,
  .active-body .project-sec,
  .active-body .testimonial-sec2,
  .active-body .service-sec7,
  .active-body .Feature-sec6,
  .active-body .faq-sec3,
  .active-body .project-sec6,
  .active-body .ser-content22,
  .active-body .project-sec4,
  .active-body .hero-video11 {
    background-color: #1a1a1a;
  }

  .active-body .main-sec.v6 {
    background-color: #1a1a1a;
  }

  .active-body .hero-section10 {
    background-color: #121212;
  }

  .active-body .exp-box p {
    color: var(--color-surface-dark-2) !important;
  }

  .active-body .aiero-button {
    background-color: var(--color-surface-dark-2);
    color: var(--color-content-white);
  }

  .active-body .aiero-button::before {
    background-image: url(../images/layers/corner3-dark.png);
  }

  .active-body .aiero-button::after {
    background-image: url(../images/layers/corner3-dark3.png);
    -webkit-transform: rotate(95deg);
    -ms-transform: rotate(95deg);
    transform: rotate(95deg);
  }

  .active-body .video-banner::before,
  .active-body .ser-card5.v2::before {
    background-image: url(../images/layers/banner-l-dark.png);
  }

  .active-body .swiper.brand img,
  .active-body .swiper.brand2 img {
    -webkit-filter: brightness(4);
    filter: brightness(4);
  }

  .active-body .ser-card.v3 .title a {
    color: var(--color-heading) !important;
  }

  .active-body .ser-card::before,
  .active-body .ser-card3::before,
  .active-body .ser-card12::before,
  .active-body .project-img5::before,
  .active-body .project-img5::before,
  .active-body .ser-banner-card::before {
    background-image: url(../images/service/ser-layer-dark.png);
  }

  .active-body .ser-card15 {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .ser-card15::before {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
  }

  .active-body .ser-card15 .title a {
    color: var(--color-content-white);
  }

  .active-body .ser-btn {
    background-color: var(--color-heading);
  }

  .active-body .marquee span,
  .active-body .marquee .title,
  .active-body .fun-fact-content span,
  .active-body .fun-fact-content .title {
    color: var(--color-content-white);
  }

  .active-body .fun-fact-content .counter-box span {
    color: #1a1a1a;
  }

  .active-body .fun-fact-content .counter-box {
    -webkit-text-fill-color: var(--color-surface-dark-2);
  }

  .active-body .about-us-sec:after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .active-body .testimonial-sec2::before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(23, 23, 23, 0) 0%, #1a1a1a 84%);
    background-image: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, #1a1a1a 84%);
    border-radius: 0 0 25px 25px;
  }

  .active-body .slider-btn {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .slider-btn::before {
    background-image: url(../images/layers/corner3-dark.png) !important;
  }

  .active-body .slider-btn::after {
    background-image: url(../images/layers/corner3-dark3.png) !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }

  .active-body .slider-btn .swiper-button-next::before,
  .active-body .slider-btn .swiper-button-prev::before {
    color: var(--color-content-white);
  }

  .active-body .slider-btn5 .swiper-button-next::before,
  .active-body .slider-btn5 .swiper-button-prev::before {
    color: var(--color-content-white);
  }

  .active-body .blog-card,
  .active-body .blog-card2,
  .active-body .blog-card4 {
    border-color: var(--color-content-black2);
  }

  .active-body .blog-card .sub-title,
  .active-body .blog-card a,
  .active-body .blog-card2 .sub-title,
  .active-body .blog-card2 a,
  .active-body .blog-card4 .sub-title,
  .active-body .blog-card4 a {
    color: var(--color-content-white) !important;
  }

  .active-body .custom-form h2 {
    color: var(--color-heading) !important;
  }

  .active-body .shop-img2::before,
  .active-body .shop-img::before {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .active-body .blog-img::before,
  .active-body .blog-img4::before {
    background-image: url(../images/layers/layer7-dark2.png);
  }

  .active-body .accordion-button,
  .active-body .accordion-body {
    color: var(--color-content-white) !important;
  }

  .active-body .accordion-button:after,
  .active-body .accordion-body:after {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .active-body .fun-fact-content.black .counter-box {
    -webkit-text-fill-color: var(--color-surface-dark-2);
  }

  .active-body .ser-list li::before {
    background-color: var(--color-content-white);
  }

  .active-body .ibt-btn.ibt-btn-outline,
  .active-body .video-popup {
    color: var(--color-content-white) !important;
  }

  .active-body .blog-content .title a {
    color: var(--color-content-white);
  }

  .active-body .custom-form .ibt-btn.ibt-btn-outline {
    color: var(--color-body) !important;
  }

  .active-body .custom-form .ibt-btn.ibt-btn-outline:hover {
    color: var(--color-content-white) !important;
  }

  .active-body .counter-box4 .counter-number,
  .active-body .counter-box4 .counter-text,
  .active-body .counter-box8 .counter-number,
  .active-body .counter-box8 .counter-text {
    color: var(--color-surface-dark-2) !important;
  }

  .active-body .title-content .title {
    -webkit-text-fill-color: var(--color-surface-dark-2);
  }

  .active-body .nav-tabs .nav-link {
    border-color: var(--color-content-black2);
  }

  .active-body .nav-tabs .nav-link:hover {
    background-color: var(--color-surface-dark-2);
    border-color: transparent;
  }

  .active-body .nav-tabs .nav-link.active {
    background-color: #1a1a1a;
  }

  .active-body .slider-btn2 .swiper-button-next::before,
  .active-body .slider-btn2 .swiper-button-prev::before {
    color: var(--color-content-white);
  }

  .active-body .choose-block .sub-title {
    -webkit-text-fill-color: #1a1a1a;
  }

  .active-body .test-block2 {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .rating li {
    color: #fac12e !important;
  }

  .active-body .btn-box3 .contact-btn {
    color: var(--color-content-white);
  }

  .active-body .style-text3 {
    -webkit-text-fill-color: #1a1a1a !important;
  }

  .active-body .style-text4 {
    color: var(--color-surface-dark-2) !important;
  }

  .active-body .inner-img11::before {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
  }

  .active-body .team-content,
  .active-body .price-card,
  .active-body .team-card2 {
    border-color: var(--color-content-black2);
  }

  .active-body .team-content .name a:hover,
  .active-body .price-card .name a:hover,
  .active-body .team-card2 .name a:hover {
    color: var(--color-content-white) !important;
  }

  .active-body .price-card {
    border-color: #434343;
  }

  .active-body .footer-content h2 {
    color: transparent !important;
  }

  .active-body .price-heade span {
    color: var(--color-content-white);
  }

  .active-body .price-card.v2 {
    background-color: #1a1a1a;
  }

  .active-body .price-card.v2 .ibt-btn.ibt-btn-dark {
    background-color: var(--color-content-black2);
  }

  .active-body .hero-form .input-box input {
    border-color: var(--color-content-black2);
  }

  .active-body .hero-form .input-box label {
    background-color: unset !important;
  }

  .active-body .hero-form .input-box input:focus+label {
    background-color: var(--color-content-black2) !important;
  }

  .active-body .hero-form .input-box input:not(:-moz-placeholder)+label {
    color: var(--color-surface-light);
  }

  .active-body .hero-form .input-box input:not(:-ms-input-placeholder)+label {
    color: var(--color-surface-light);
  }

  .active-body .hero-form .input-box input:not(:placeholder-shown)+label {
    color: var(--color-surface-light);
  }

  .active-body .choose-us-sec3 {
    background-image: url(../images/bg/bg.png);
  }

  .active-body .choose-block4 {
    border-color: var(--color-content-black2);
  }

  .active-body .choose-block4 .sub-title {
    -webkit-text-fill-color: var(--color-surface-dark-2);
  }

  .active-body .choose-block4 .step {
    color: var(--color-content-white);
  }

  .active-body .price-card2.v2 {
    background-color: #1a1a1a;
  }

  .active-body .Popular {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .Popular::before {
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .active-body .Popular:after {
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(-181deg);
    -ms-transform: rotate(-181deg);
    transform: rotate(-181deg);
  }

  .active-body .price-card2 span,
  .active-body .about-title5 span {
    color: var(--color-content-white) !important;
  }

  .active-body .ser-content14 .title,
  .active-body .ser-content14 .title2,
  .active-body .ser-content14 p,
  .active-body .ser-content14 .languages.m-0 {
    color: var(--color-heading) !important;
  }

  .active-body .languages {
    color: var(--color-content-white);
  }

  .active-body .ser-card14-card2 .counter-box14 .counter-number,
  .active-body .ser-card14-card2 .counter-box14 .counter-text {
    color: var(--color-surface-dark-2);
  }

  .active-body .lanuguage-sec::before {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
  }

  .active-body .world-languages a,
  .active-body .world-languages2 a {
    color: var(--color-content-white);
    border-color: var(--color-content-black2);
  }

  .active-body .main-sec3 {
    margin-top: 20px;
  }

  .active-body .main-sec3 .about-counter-content6 .title {
    color: var(--color-content-white);
  }

  .active-body .main-sec3 .counter-box15 .counter-number,
  .active-body .main-sec3 .counter-box15 .counter-text {
    color: var(--color-surface-dark-2);
  }

  .active-body .blog-card3 {
    background-color: #171717;
  }

  .active-body .ser-btn17 {
    color: var(--color-content-white);
    border-color: var(--color-content-white);
  }

  .active-body .about-info7 .sec-title {
    background-color: #1a1a1a;
  }

  .active-body .footer-style4 {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .user-count5 .user {
    color: var(--color-content-white);
  }

  .active-body .user-count5 .counter-box16 .counter-number,
  .active-body .user-count5 .counter-box16 .counter-text {
    color: #1a1a1a;
  }

  .active-body .ser-content14.v2 .title {
    color: var(--color-content-white) !important;
  }

  .active-body .ser-card14-card2 {
    border-color: var(--color-content-black2);
  }

  .active-body .nav-tabs8 .nav-link:hover {
    background-color: var(--color-content-black2);
  }

  .active-body .nav-tabs8 .nav-link img {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .active-body .nav-tabs8 .nav-link.active {
    background-color: var(--color-content-black2);
  }

  .active-body .feature-img8 .title,
  .active-body .feature-img8 .title2,
  .active-body .ser-card20_card5 .title,
  .active-body .ser-card20_card5 .title2,
  .active-body .feature-img9 .title,
  .active-body .feature-img9 .title2,
  .active-body .service-block19.v1 .title,
  .active-body .service-block19.v1 .title2 {
    color: transparent !important;
  }

  .active-body .feature-block9 .sub-title {
    -webkit-text-fill-color: #1a1a1a;
  }

  .active-body .video-banner3::before,
  .active-body .video-banner3::after,
  .active-body .feature-img9::before,
  .active-body .feature-img9::after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .active-body .shape::before {
    background-image: url(../images/layers/shape1-4-dark.png);
  }

  .active-body .shape3::before {
    background-image: url(../images/layers/shape1-4-dark2.png);
  }

  .active-body .breadcrumbs {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .breadcrumbs::before,
  .active-body .breadcrumbs:after {
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .active-body .breadcrumbs li {
    color: var(--color-content-white);
  }

  .active-body .breadcrumbs li a {
    color: var(--color-content-white);
  }

  .active-body .about-content9 .title {
    color: var(--color-surface-dark-2) !important;
  }

  .active-body .custom-form4 .form-group button {
    color: var(--color-content-white);
  }

  .active-body .neural-playground::before {
    background-image: url(../images/layers/eclips3-dark.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 710px;
  }

  .active-body .radio-box label {
    color: var(--color-content-white);
  }

  .active-body .blog-single-content blockquote {
    background-color: #1a1a1a;
  }

  .active-body .archive-widget a {
    color: var(--color-content-white);
  }

  .active-body .ser-widget {
    background-color: #1a1a1a;
  }

  .active-body .ser-widget a:hover {
    color: var(--color-content-white);
  }

  .active-body .ser-widget a:hover::before {
    color: var(--color-content-white);
  }

  .active-body .form-widget form input {
    border-color: var(--color-content-black2);
  }

  .active-body .contact-form3 {
    background-color: var(--color-content-black2);
  }

  .active-body .contact-form2,
  .active-body .contact-form3 {
    background-color: #1a1a1a;
  }

  .active-body .contact-form2 .custom-form2 input,
  .active-body .contact-form2 .custom-form2 textarea,
  .active-body .contact-form3 .custom-form2 input,
  .active-body .contact-form3 .custom-form2 textarea {
    border-color: #434343;
  }

  .active-body .pagination .page-item .page-link {
    color: var(--color-content-white);
  }

  .active-body .blog-info4 blockquote .title {
    color: var(--color-heading) !important;
  }

  .active-body .product-block .title a {
    color: var(--color-content-white);
  }

  .active-body .price2 {
    color: #9b9b9b !important;
  }

  .active-body .quantity-filter .qty-box {
    border-color: #434343;
  }

  .active-body .quantity-filter .qty-box button {
    color: var(--color-content-white);
  }

  .active-body .quantity-filter .qty-box input {
    color: var(--color-content-white);
  }

  .active-body .quantity-filter .qty-box input::-webkit-input-placeholder {
    color: var(--color-content-white);
  }

  .active-body .quantity-filter .qty-box input::-moz-placeholder {
    color: var(--color-content-white);
  }

  .active-body .quantity-filter .qty-box input:-ms-input-placeholder {
    color: var(--color-content-white);
  }

  .active-body .quantity-filter .qty-box input::-ms-input-placeholder {
    color: var(--color-content-white);
  }

  .active-body .quantity-filter .qty-box input::placeholder {
    color: var(--color-content-white);
  }

  .active-body .cart-table th {
    color: var(--color-content-white) !important;
  }

  .active-body .cart-table2,
  .active-body .cart-widget3 {
    background-color: #1a1a1a;
  }

  .active-body .cart-table2 th,
  .active-body .cart-table2 td,
  .active-body .cart-widget3 th,
  .active-body .cart-widget3 td {
    color: var(--color-content-white) !important;
  }

  .active-body .cart-table2 tr:first-child,
  .active-body .cart-widget3 tr:first-child {
    border-color: var(--color-content-black2);
  }

  .active-body .payment-methods .method label span {
    color: var(--color-content-white);
  }

  .active-body .payment-methods .method .content {
    background-color: #1a1a1a;
  }

  .active-body .payment-methods .method .content::before {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
  }

  .active-body .payment-widget form label {
    color: var(--color-content-white);
  }

  .active-body .payment-widget form label::before {
    background-color: unset !important;
  }

  .active-body .call-center2 .nmbr,
  .active-body .call-center2 .gmail {
    color: var(--color-content-white);
  }

  .active-body .contact-sec2::after {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
  }

  .active-body .social-icon li a {
    color: var(--color-content-white) !important;
  }

  .active-body .accordion-number {
    color: var(--color-content-white) !important;
  }

  .active-body .architecture2,
  .active-body .architecture {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .architecture2::before,
  .active-body .architecture2:after,
  .active-body .architecture::before,
  .active-body .architecture:after {
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .active-body .architecture2 a,
  .active-body .architecture a {
    color: var(--color-content-white);
  }

  .active-body .menu_iso li::before {
    background-color: unset;
  }

  .active-body .menu_iso li a {
    color: var(--color-content-white);
  }

  .active-body .project-img7 img {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .active-body .video-box6 {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .video-box6::before,
  .active-body .video-box6::after {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
  }

  .active-body blockquote {
    background-color: #1a1a1a;
  }

  .active-body .fun-fact-counter3 .counter-box15 .counter-number,
  .active-body .fun-fact-counter3 .counter-box15 .counter-text {
    color: var(--color-surface-dark-2);
  }

  .active-body .fun-fact-counter3 .title {
    color: var(--color-content-white);
  }

  .active-body .post-btn2,
  .active-body .post-btn {
    color: var(--color-content-white);
    border-color: var(--color-content-white);
  }

  .active-body .post-nav-content .designation,
  .active-body .post-nav-content2 .designation {
    color: var(--color-content-white);
  }

  .active-body .toggel2 img {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .active-body .ser-card21.v1 .ibt-btn {
    color: var(--color-content-white);
  }

  .active-body .ser-btn3 {
    color: var(--color-content-white) !important;
    border-color: var(--color-content-white) !important;
  }

  .active-body .price-heade3 span {
    color: var(--color-content-white);
  }

  .active-body .price-card3.v2::before {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .active-body .Popular {
    color: var(--color-content-white);
  }

  .active-body .shop-content {
    border-color: var(--color-content-black2);
  }

  .active-body .shop-content .title a:hover {
    color: var(--color-content-white);
  }

  .active-body .ser-detail-list li i {
    color: var(--color-content-white);
  }

  .active-body .review-tabs .nav-tabs2 {
    background-color: #1a1a1a;
  }

  .active-body .review-tabs .nav-tabs2 .nav-link {
    color: var(--color-content-white);
  }

  .active-body .review-tabs .nav-tabs2 .nav-link.active {
    background-color: #171717 !important;
  }

  .active-body .price-values #min-value,
  .active-body .price-values #max-value {
    color: var(--color-content-white);
  }

  .active-body .filter-box button {
    background-color: var(--color-content-black2) !important;
  }

  .active-body .recent-post2 .title a {
    color: var(--color-content-white) !important;
  }

  .active-body .show-now {
    background-color: var(--color-content-black2);
  }

  .active-body .social-links2 {
    background-color: var(--color-content-black2);
  }

  .active-body .team-content2 .nmbr,
  .active-body .team-content2 .gmail {
    color: var(--color-content-white);
  }

  .active-body .team-title {
    color: var(--color-content-white);
  }

  .active-body .tean-ser-list li::before {
    background-color: unset;
    color: var(--color-content-white);
  }

  .active-body .banner-content .sub-title {
    margin-bottom: 141px;
  }

  @media (max-width: 1440px) {
    .active-body .banner-content .sub-title {
      margin-bottom: 55px;
    }
  }

  @media (max-width: 1201px) {
    .active-body .banner-content .sub-title {
      margin-bottom: 15px;
    }
  }

  @media (max-width: 1025px) {
    .active-body .banner-content .sub-title {
      margin-bottom: 0;
    }
  }

  .active-body .banner-content .title2 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent !important;
    width: 100%;
    line-height: 295px;
    bottom: -52px;
  }

  @media (max-width: 1440px) {
    .active-body .banner-content .title2 {
      line-height: 240px;
    }
  }

  @media (max-width: 1201px) {
    .active-body .banner-content .title2 {
      line-height: 212px;
    }
  }

  @media (max-width: 769px) {
    .active-body .banner-content .title2 {
      line-height: 173px;
    }
  }

  @media (max-width: 577px) {
    .active-body .banner-content .title2 {
      line-height: 90px;
    }
  }

  .active-body .about-us-sec,
  .active-body .choose-us-sec,
  .active-body .choose-us-sec3 {
    background-image: url(../images/bg/bg-dark.png);
  }

  .active-body .style-text {
    -webkit-text-fill-color: #1a1a1a;
  }

  .active-body .choose-us-sec5 .style-text {
    -webkit-text-fill-color: var(--color-surface-dark-2);
  }

  .active-body .solutions {
    color: var(--color-content-white);
  }

  .active-body .choose-us-sec {
    padding: 63px 11px 15px;
  }

  .active-body .video-box3 {
    background-color: #1a1a1a;
  }

  .active-body .video-box3::before {
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .active-body .video-box3::after {
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(92deg);
    -ms-transform: rotate(92deg);
    transform: rotate(92deg);
    height: 20px;
    bottom: -1px;
    width: 20px;
  }

  .active-body .empty3 {
    background-color: #1a1a1a;
  }

  .active-body .empty3::before {
    background-image: url(../images/layers/empty-dark.png);
    -webkit-transform: rotate(-89deg);
    -ms-transform: rotate(-89deg);
    transform: rotate(-89deg);
  }

  .active-body .counter-box5 .counter-number,
  .active-body .counter-box5 .counter-text {
    color: #1a1a1a;
  }

  .active-body .border-outer {
    border-color: var(--color-content-white) !important;
  }

  .active-body .ser-video-box {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .ser-video-box::before,
  .active-body .ser-video-box:after {
    background-image: url(../images/layers/corner3-dark.png);
  }

  .active-body .service-sec6 .ser-card.v4 {
    background-color: #1a1a1a;
  }

  .active-body .team-shap,
  .active-body .shop-shap {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .team-shap::before,
  .active-body .shop-shap::before {
    background-image: url(../images/layers/corner3-dark.png);
  }

  .active-body .team-shap::after,
  .active-body .shop-shap::after {
    background-image: url(../images/layers/corner3-dark3.png);
  }

  .active-body .share-icon,
  .active-body .social-links {
    background-color: var(--color-content-black2);
  }

  .active-body .main-sec {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .faq-sec2::before {
    left: -15%;
  }

  .active-body .user-count .counter-box5 .counter-number,
  .active-body .user-count .counter-box5 .counter-text {
    color: #1a1a1a;
  }

  .active-body .style-text7 {
    -webkit-text-fill-color: unset !important;
    color: #1a1a1a !important;
  }

  .active-body .style-text7 span {
    color: var(--color-content-white) !important;
  }

  .active-body .empty4 {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .empty4::before {
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .active-body .empty4::after {
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .active-body .team-section.v2 .team-content {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .custom-form4 input,
  .active-body .custom-form4 select,
  .active-body .custom-form4 textarea,
  .active-body .custom-form5 input,
  .active-body .custom-form5 select,
  .active-body .custom-form5 textarea {
    background-color: var(--color-surface-dark-2);
    border-color: #434343;
  }

  .active-body .tag-list li a {
    background-color: #1a1a1a;
    color: var(--color-content-white);
  }

  .active-body .contact-form4 p a {
    color: var(--color-content-white);
  }

  .active-body .price-card2,
  .active-body .price-card3 {
    border-color: #434343;
  }

  .active-body .main-sec.dark::before {
    display: none;
  }

  .active-body .shop-sec::before {
    display: none;
  }

  .active-body .team-counter .title {
    color: var(--color-content-white);
  }

  .active-body .blockquote p {
    color: var(--color-heading);
  }

  .active-body .shape4 {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .shape4::before {
    background-image: url(../images/layers/corner3-dark3.png);
  }

  .active-body .shape4::after {
    background-image: url(../images/layers/corner3-dark3.png);
  }

  .active-body .shape2 {
    background-color: var(--color-surface-dark-2);
  }

  .active-body .shape2::before {
    background-image: url(../images/layers/corner3-dark3.png);
  }

  .active-body .shape2::after {
    background-image: url(../images/layers/corner3-dark3.png);
  }

  @media (max-width: 1201px) {
    .active-body .vs-header {
      background-color: unset;
    }
  }

  .active-body .hamburger span {
    background-color: var(--color-content-white);
  }

  .active-body .side-menu2 {
    background-color: #1a1a1a;
    border-color: #454545;
  }

  .active-body .side-menu2 ul {
    border-color: #454545;
  }

  .active-body .side-menu2 ul li a {
    color: var(--color-content-white);
  }

  .active-body .side-menu2 .close-btn::before {
    color: var(--color-content-white) !important;
  }

  .active-body .side-menu2 .popup-search {
    color: var(--color-content-white);
  }

  .active-body .side-menu2 .menu-contact span,
  .active-body .side-menu2 .menu-contact a,
  .active-body .side-menu2 .menu-links span,
  .active-body .side-menu2 .menu-links a {
    color: var(--color-content-white);
  }

  .active-body .counter-box7 .counter-number,
  .active-body .counter-box7 .counter-text {
    color: rgba(240, 242, 244, 0);
  }

  .active-body .hero-style6 .slider-btn {
    background-color: #1a1a1a;
  }

  .active-body .hero-video11::before,
  .active-body .hero-video11::after {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
  }

  .active-body .search-popup-content {
    background-color: #1a1a1a;
  }

  .active-body .search-popup-content .close-popup::before {
    color: var(--color-content-white);
  }

  .active-body .search-popup input {
    color: var(--color-content-white);
  }

  .active-body .search-popup input::-webkit-input-placeholder {
    color: var(--color-content-white);
  }

  .active-body .search-popup input::-moz-placeholder {
    color: var(--color-content-white);
  }

  .active-body .search-popup input:-ms-input-placeholder {
    color: var(--color-content-white);
  }

  .active-body .search-popup input::-ms-input-placeholder {
    color: var(--color-content-white);
  }

  .active-body .search-popup input::placeholder {
    color: var(--color-content-white);
  }

  .active-body .search-popup button {
    color: var(--color-content-white) !important;
  }

  .active-body .video-popup i::after {
    border-color: #434343;
  }

  .active-body .video-popup:hover i {
    background-color: #434343;
  }

  .active-body .video-btn6 .video-popup i::after {
    border-color: var(--color-content-white);
  }

  .active-body .quantity-filter .cart-btn {
    background-color: #171717;
  }

  .active-body .darkModeTriggerImg2 {
    display: inline-block;
  }

  .active-body .darkModeTriggerImg {
    display: none;
  }

  .active-body .recent-post .title a:hover {
    color: var(--color-content-white);
  }

  .active-body .menu-toggle::before,
  .active-body .menu-toggle:after {
    color: var(--color-content-white) !important;
  }

  .active-body .custom-form4 .password {
    color: var(--color-content-white);
  }

  .active-body .side-bar2.active {
    background: #1f1f1f;
  }

  .active-body .form-widget form button {
    color: var(--color-content-white);
  }

  .active-body .form-widget form input {
    color: var(--color-content-white);
    border-color: #636363;
  }

  .active-body input[type=text],
  .active-body input[type=password],
  .active-body input[type=email],
  .active-body input[type=number],
  .active-body input[type=tel],
  .active-body input[type=date],
  .active-body textarea {
    color: var(--color-content-white);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  /*------------------------------
    Popup Menu Styles  
--------------------------------*/
  .side-menu {
    position: fixed;
    left: -474px;
    top: 0;
    margin: 15px;
    width: 385px;
    height: 97%;
    background: #111;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 20px;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 68px 39px 68px;
  }

  .side-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: -73px;
    width: 70px;
    border-radius: 25px;
    height: 100%;
    background-image: url(../images/bg/sidepanel-close-bg-min.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .side-menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 182px;
    background-image: url(../images/bg/offcanvas.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .side-menu .logo {
    display: inline-block;
  }

  .side-menu .title {
    color: var(--color-content-white);
    font-size: 12px;
    font-family: var(--font-secondary);
    margin-bottom: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .side-menu p {
    color: var(--color-content-white);
    font-size: 18px;
    line-height: 28px;
  }

  .side-menu .nmbr {
    display: inline-block;
    color: var(--color-content-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .side-menu .email {
    color: var(--color-content-white);
    text-decoration: underline;
    display: block;
    margin: 40px 0 80px;
  }

  .side-menu .sidebar-menu {
    padding: 50px 0;
    margin: 109px 0;
  }

  .side-menu .ibt-btn-rounded {
    color: var(--color-content-white);
  }

  .side-menu .menu-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
  }

  .side-menu .menu-content::-webkit-scrollbar {
    width: 6px;
    position: relative;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 0;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: -1;
  }

  .side-menu.active {
    left: 0;
  }

  .close-btn {
    position: absolute;
    top: 48px;
    right: -69px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-bottom: 0;
    text-transform: capitalize;
    -webkit-transform: rotate(88deg);
    -ms-transform: rotate(88deg);
    transform: rotate(88deg);
  }

  .close-btn i {
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .close-btn:hover {
    color: var(--color-content-white);
  }

  .close-btn:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .side-menu2 {
    position: fixed;
    top: 0;
    right: -323px;
    width: 312px;
    height: 100%;
    padding: 20px 40px;
    background: var(--color-content-white);
    color: #333;
    border: 1px solid #cacaca;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 111111111;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }

  .side-menu2>ul {
    padding: 76px 0 35px;
    border-bottom: 1px solid #cacaca;
  }

  .side-menu2>ul>li {
    margin: 0;
  }

  .side-menu2>ul>li:last-child a::before {
    display: none;
  }

  .side-menu2>ul>li>a {
    position: relative;
    display: block;
    height: 29px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-secondary);
    line-height: 29px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .side-menu2>ul>li>a::before {
    content: "\e82b" !important;
    position: absolute;
    right: 0;
    font: 400 normal 5px/20px "fontello";
    line-height: inherit;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: inherit;
    background: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .side-menu2>ul>li>a:hover {
    color: var(--color-primary);
  }

  .side-menu2>ul>li.active>a {
    color: var(--color-primary);
  }

  .side-menu2>ul>li.active>a::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .side-menu2>ul>li.active>ul {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  .side-menu2>ul ul {
    padding: 11px 0 0 20px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .side-menu2>ul ul li {
    margin: 0;
  }

  .side-menu2>ul ul li a {
    position: relative;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-secondary);
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: none;
    color: #333;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
  }

  .side-menu2>ul ul li a:hover {
    color: var(--color-primary);
  }

  .side-menu2>ul ul .active .active {
    color: var(--color-primary);
  }

  .side-menu2 .sub-menu {
    position: relative;
  }

  .side-menu2 .sub-menu::before {
    content: "\e82b" !important;
    position: absolute;
    right: 0;
    top: 14px;
    font: 400 normal 5px/20px "fontello";
    line-height: inherit;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: inherit;
    background: transparent;
  }

  .side-menu2 .sub-menu ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 7px 0 0 42px;
  }

  .side-menu2 .sub-menu.active>a {
    color: var(--color-primary);
  }

  .side-menu2 .sub-menu.active::before {
    color: var(--color-primary);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .side-menu2 .sub-menu.active ul {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  .side-menu2.active {
    right: 0;
  }

  .menu-btns {
    position: absolute;
    top: 27px;
    right: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
  }

  .menu-btns .popup-search {
    margin-right: 17px;
    display: inline-block !important;
  }

  .menu-btns .search-popup {
    background: unset !important;
  }

  #mobileCloseBtn2 {
    position: relative;
    top: 0;
    right: 0;
    background-color: unset;
    border: 0;
    outline: none;
    padding: 0;
  }

  #mobileCloseBtn2::before {
    content: "\e803";
    font: 400 normal 18px/20px "fontello";
    color: var(--color-content-black2);
  }

  .menu-contact {
    padding-top: 40px;
  }

  .menu-contact span {
    color: #958c8c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: var(--font-secondary);
    display: block;
  }

  .menu-contact .nmbr {
    color: var(--color-content-black2);
    font-size: 15px;
    line-height: 1.875em;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
  }

  .menu-contact .gmail {
    font-size: 15px;
    line-height: 1.875em;
    font-weight: 600;
    text-decoration: underline;
    color: var(--color-content-black2);
    display: inline-block;
  }

  .menu-links {
    padding-top: 36px;
  }

  .menu-links>span {
    color: #958c8c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: var(--font-secondary);
    display: block;
  }

  .menu-links .social-icon {
    margin-bottom: 44px;
  }

  .menu-links .social-icon li {
    margin: 0 23px 0 0;
  }

  .menu-links .social-icon li a {
    color: var(--color-content-black2);
  }

  .menu-links .social-icon li a:hover {
    color: var(--color-primary);
  }

  .side-menu2::-webkit-scrollbar {
    width: 5px;
  }

  .side-menu2::-webkit-scrollbar-thumb {
    background: #c0c0c0;
  }

  .side-menu2::-webkit-scrollbar-track {
    background: transparent;
  }

  .hamburger {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    border: 0;
    outline: none !important;
    padding: 0;
    background-color: unset;
    display: none;
  }

  @media (max-width: 1201px) {
    .hamburger {
      display: inline-block;
    }
  }

  .hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    cursor: pointer;
    text-align: center;
    background: var(--color-content-black2);
    margin-bottom: 4px;
  }

  .hamburger span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-left: auto;
  }

  .overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1111;
    display: none;
  }

  .overlay2.active {
    display: block;
  }

  .hamburger3 {
    position: relative;
    border: 0;
    outline: none !important;
    padding: 0;
    background-color: unset;
    cursor: pointer;
    padding: 3px;
  }

  .hamburger3:hover span:last-child {
    width: 10px;
  }

  .hamburger3 span {
    display: block;
    width: 26px;
    height: 2px;
    cursor: pointer;
    text-align: center;
    background: var(--color-content-white);
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .hamburger3 span:last-child {
    margin-bottom: 0;
    margin-left: auto;
  }

  .overlay3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0 71px 0 0;
    -webkit-transition: opacity linear 0.3s, visibility linear 0.3s;
    transition: opacity linear 0.3s, visibility linear 0.3s;
    z-index: 998;
  }

  .overlay3.active {
    opacity: 1;
    visibility: visible;
  }

  .side-menu3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 1812px;
    height: 100%;
    background: var(--color-surface-dark-2);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 999999999;
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity linear 0.3s, visibility linear 0.3s;
    transition: opacity linear 0.3s, visibility linear 0.3s;
  }

  .side-menu3.active {
    opacity: 1;
    visibility: visible;
  }

  .side-menu3::before {
    content: "";
    position: absolute;
    top: 0;
    right: -70px;
    width: 70px;
    border-radius: 25px;
    height: 100%;
    background-image: url(../images/bg/sidepanel-close-bg-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity linear 0.3s, visibility linear 0.3s;
    transition: opacity linear 0.3s, visibility linear 0.3s;
    z-index: 10000000000000000;
  }

  .side-menu3.active::before {
    opacity: 1;
    visibility: visible;
  }

  .side-menu3 .close-btn {
    position: absolute;
    top: 48px;
    right: -69px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-bottom: 0;
    text-transform: capitalize;
    -webkit-transform: rotate(88deg);
    -ms-transform: rotate(88deg);
    transform: rotate(88deg);
    z-index: 10000000000000000;
  }

  .side-menu3 .close-btn i {
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .side-menu3 .close-btn:hover {
    color: var(--color-content-white);
  }

  .side-menu3 .close-btn:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .side-menu3 .menu-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
  }

  .side-menu3 .menu-inner .menu-left {
    width: 904px;
    padding: 250px 0px;
  }

  .side-menu3 .menu-inner .menu-left>ul {
    width: 359px;
  }

  .side-menu3 .menu-inner .menu-left>ul>li {
    margin: 0;
    padding-bottom: 25px;
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .side-menu3 .menu-inner .menu-left>ul>li:last-child {
    padding-bottom: 0;
  }

  .side-menu3 .menu-inner .menu-left>ul>li:last-child a::before {
    display: none;
  }

  .side-menu3 .menu-inner .menu-left>ul>li>a {
    position: relative;
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-family: var(--font-secondary);
    text-transform: capitalize;
    text-decoration: none;
    color: var(--color-content-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-left: 25px;
  }

  .side-menu3 .menu-inner .menu-left>ul>li>a::before {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 4px;
    display: inline-block;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color-content-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .side-menu3 .menu-inner .menu-left>ul>li>a::after {
    content: "\e835";
    position: absolute;
    bottom: 9px;
    left: 0;
    font: 400 normal 6px/1em "fontello";
    margin-right: 18px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: var(--color-primary);
    display: inline-block;
    opacity: 0;
    visibility: hidden;
  }

  .side-menu3 .menu-inner .menu-left>ul>li>a:hover,
  .side-menu3 .menu-inner .menu-left>ul>li>a.active {
    color: var(--color-primary);
  }

  .side-menu3 .menu-inner .menu-left>ul>li>a:hover::after,
  .side-menu3 .menu-inner .menu-left>ul>li>a.active::after {
    opacity: 1;
    visibility: visible;
  }

  .side-menu3 .menu-inner .menu-left>ul .active>a {
    color: var(--color-primary);
  }

  .side-menu3 .menu-inner .menu-left>ul .active>a::after {
    opacity: 1;
    visibility: visible;
  }

  .side-menu3 .menu-inner .menu-left>ul .active {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  .side-menu3 .menu-inner .menu-left>ul ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-left: 64px;
  }

  .side-menu3 .menu-inner .menu-left>ul ul li {
    margin: 0;
  }

  .side-menu3 .menu-inner .menu-left>ul ul li a {
    position: relative;
    display: block;
    height: 34px;
    margin-bottom: 5px;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-secondary);
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--color-content-white);
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
  }

  .side-menu3 .menu-inner .menu-left>ul ul li a:hover,
  .side-menu3 .menu-inner .menu-left>ul ul li a.active {
    color: var(--color-primary);
  }

  .side-menu3 .menu-inner .menu-left>ul ul .sub-menu::before {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 4px;
    display: inline-block;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color-content-white);
    background-color: unset;
  }

  .side-menu3 .menu-inner .menu-left>ul ul .sub-menu ul {
    margin-left: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .side-menu3 .menu-inner .menu-left>ul ul .sub-menu.open::before {
    content: "\f106";
    color: var(--color-primary);
  }

  .side-menu3 .menu-inner .menu-left>ul ul .sub-menu.open a::before {
    display: none;
  }

  .side-menu3 .menu-inner .menu-left>ul .inner-menu.active {
    padding: 15px 0 0;
    max-height: 250px;
    overflow-y: auto;
  }

  .side-menu3 .menu-inner .menu-left>ul .inner-menu.active::-webkit-scrollbar {
    width: 8px;
    /* Set the width (or height for horizontal) */
    background: transparent;
    /* Optional: ensures no default background peeks through */
  }

  .side-menu3 .menu-inner .menu-left>ul .inner-menu.active {
    /* 2. Style the Track (the background area) */
  }

  .side-menu3 .menu-inner .menu-left>ul .inner-menu.active::-webkit-scrollbar-track {
    background-color: #1a1a1a;
    /* Dark background color, close to the menu background */
    border-radius: 10px;
  }

  .side-menu3 .menu-inner .menu-left>ul .inner-menu.active {
    /* 3. Style the Thumb (the draggable handle) */
  }

  .side-menu3 .menu-inner .menu-left>ul .inner-menu.active::-webkit-scrollbar-thumb {
    background-color: #555555;
    /* A dark gray for contrast */
    border-radius: 10px;
  }

  .side-menu3 .menu-inner .menu-left>ul .inner-menu.active {
    /* 4. Style the Thumb on Hover */
  }

  .side-menu3 .menu-inner .menu-left>ul .inner-menu.active::-webkit-scrollbar-thumb:hover {
    background-color: #777777;
    /* Slightly lighter on hover for UX */
  }

  .side-menu3 .menu-inner {
    /* Right Contact Info */
  }

  .side-menu3 .menu-inner .menu-right {
    width: 300px;
    padding: 250px 0px;
  }

  .side-menu3 .menu-inner .menu-right .sub-title {
    color: var(--color-content-white);
    font-size: 12px;
    font-family: var(--font-secondary);
    margin-bottom: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
  }

  .side-menu3 .menu-inner .menu-right p {
    color: var(--color-content-white);
    font-size: 18px;
    line-height: 28px;
    max-width: 191px;
  }

  .side-menu3 .menu-inner .menu-right .nmbr {
    display: inline-block;
    color: var(--color-content-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .side-menu3 .menu-inner .menu-right .email {
    color: var(--color-content-white);
    text-decoration: underline;
    display: block;
    margin: 40px 0;
  }

  .side-menu3 .menu-inner .menu-right .ibt-btn {
    color: var(--color-content-white);
  }

  .side-menu3 .menu-inner .menu-right .social-icon {
    margin-bottom: 75px;
  }

  .side-menu3 .shape {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .side-menu3.active .menu-left>ul>li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .side-menu3.active .menu-left>ul>li:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  .side-menu3.active .menu-left>ul>li:nth-child(2) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  .side-menu3.active .menu-left>ul>li:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }

  .side-menu3.active .menu-left>ul>li:nth-child(4) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }

  .side-menu3.active .menu-left>ul>li:nth-child(5) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }

  .side-menu3.active .menu-left>ul>li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }

  .side-menu3.active .menu-left>ul>li:nth-child(7) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
  }

  .alter-menu-decorate {
    position: absolute;
    bottom: 0;
    height: 200px;
    overflow: hidden;
    border-radius: 0 0 25px 0;
    left: 0;
    width: 100%;
  }

  .alter-menu-decorate::before {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    top: 75%;
    left: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    border-radius: 50%;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background-color: var(--color-primary);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .vs-header {
    position: absolute;
    top: 0;
    width: 100%;
  }

  @media (max-width: 1201px) {
    .vs-header {
      background-color: var(--color-content-white);
    }
  }

  .header-menu-area {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 19px 28px 21px 37px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 18px;
  }

  @media (max-width: 1201px) {
    .header-menu-area {
      padding: 12px 4px 15px;
      margin-top: 0;
      border: 0;
      background-color: unset;
    }
  }

  .header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo .menu-toggle {
    position: relative;
    margin-right: 64px;
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .header-logo .menu-toggle::before {
    content: "\e82a";
    position: absolute;
    left: 50%;
    right: initial;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    font-family: "fontello";
    font-weight: 400;
    cursor: pointer;
    color: #333333;
  }

  .header-logo .menu-toggle::after {
    content: "\e82e";
    opacity: 0;
    position: absolute;
    left: 50%;
    right: initial;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    font-family: "fontello";
    font-weight: 400;
    cursor: pointer;
    color: #333333;
  }

  .header-logo .menu-toggle:hover::before {
    opacity: 0;
  }

  .header-logo .menu-toggle:hover::after {
    opacity: 1;
  }

  @media (max-width: 1366px) {
    .header-logo .menu-toggle {
      margin-right: 33px;
    }
  }

  @media (max-width: 1201px) {
    .header-logo .menu-toggle {
      display: none;
    }
  }

  .header-logo .logo {
    display: none;
  }

  @media (max-width: 1201px) {
    .header-logo .logo {
      display: inline-block;
    }
  }

  .menu-toggle.v2::before,
  .menu-toggle.v2::after {
    color: var(--color-content-white);
  }

  .menu-style1 {
    margin-left: 24px;
  }

  @media (max-width: 1201px) {
    .menu-style1 {
      display: none;
    }
  }

  .menu-style1>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-style1>ul>li {
    padding: 12px 0;
    margin: 0 2px 0 0;
  }

  .menu-style1>ul>li:last-child a {
    padding: 0 24px;
  }

  .menu-style1>ul>li:last-child a::before {
    display: none;
  }

  .menu-style1>ul>li>a {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--color-content-black2);
    padding: 0 22px;
    text-align: center;
    height: 40px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .menu-style1>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 21px;
    width: 6.63px;
    height: 6.97px;
    /**background-image: url(../images/icon/arrow.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: unset !important;
  }

  .menu-style1>ul>li>a span {
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .menu-style1>ul>li>a:hover {
    background: #f0f2f4;
  }

  .menu-style1>ul>li>.active,
  .menu-style1>ul>li .active2 {
    background-color: var(--color-heading);
    color: var(--color-content-white);
  }

  .menu-style1>ul>li>.active::before,
  .menu-style1>ul>li .active2::before {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .menu-style1>ul>li>.active:hover,
  .menu-style1>ul>li .active2:hover {
    background-color: var(--color-heading);
  }

  .main-menu {
    position: relative;
  }

  .main-menu>ul li:hover>.mega-sub-menu,
  .main-menu>ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .main-menu>ul li .mega-sub-menu,
  .main-menu>ul li .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    z-index: 999;
    border-radius: 20px;
    background: var(--color-heading);
    border: 0;
    padding: 40px 45px 40px 50px;
    position: absolute;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column,
  .main-menu>ul li .sub-menu .mega-menu-column {
    margin: 0;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column:first-child,
  .main-menu>ul li .sub-menu .mega-menu-column:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column a img,
  .main-menu>ul li .sub-menu .mega-menu-column a img {
    border-radius: 20px;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul,
  .main-menu>ul li .sub-menu .mega-menu-column ul {
    width: 220px;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul li,
  .main-menu>ul li .sub-menu .mega-menu-column ul li {
    margin: 0 0 0 0;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul li a,
  .main-menu>ul li .sub-menu .mega-menu-column ul li a {
    color: whitesmoke;
    font-size: 17px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 0;
    padding: 10px 20px 10px 0;
    vertical-align: top;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul li a::before,
  .main-menu>ul li .sub-menu .mega-menu-column ul li a::before {
    content: "\e841";
    font: 400 normal 10px/10px "fontello";
    line-height: 25.5px;
    bottom: 8px;
    position: absolute;
    display: block;
    left: 0;
    right: initial;
    width: 16px;
    opacity: 0;
    color: var(--color-content-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: unset !important;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul li a::after,
  .main-menu>ul li .sub-menu .mega-menu-column ul li a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: var(--color-content-white);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul li a:hover,
  .main-menu>ul li .sub-menu .mega-menu-column ul li a:hover {
    padding-left: 20px;
    color: var(--color-primary);
    background-color: unset;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul li a:hover::before,
  .main-menu>ul li .sub-menu .mega-menu-column ul li a:hover::before {
    opacity: 1;
    color: var(--color-primary);
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul li .active,
  .main-menu>ul li .sub-menu .mega-menu-column ul li .active {
    padding-left: 20px;
    color: var(--color-primary);
    background-color: unset !important;
  }

  .main-menu>ul li .mega-sub-menu .mega-menu-column ul li .active::before,
  .main-menu>ul li .sub-menu .mega-menu-column ul li .active::before {
    opacity: 1;
    visibility: visible;
    color: var(--color-primary);
  }

  .main-menu>ul li .sub-menu {
    display: block;
    width: 286px;
    margin-top: 5px;
  }

  .main-menu>ul li .sub-menu li {
    margin: 0;
  }

  .main-menu>ul li .sub-menu li.menu-has-items.active>a {
    padding-left: 20px;
    color: #FF7A00 !important;
    background-color: unset;
  }

  .main-menu>ul li .sub-menu li.menu-has-items.active>a::before {
    opacity: 1;
    color: #FF7A00 !important;
  }

  .main-menu>ul li .sub-menu li.menu-has-items.active>a::after {
    color: var(--color-primary);
  }

  .main-menu>ul li .sub-menu li a {
    position: relative;
    color: var(--color-content-white) !important;
    font-size: 17px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 0;
    padding: 10px 20px 10px 0;
    vertical-align: top;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
  }

  .main-menu>ul li .sub-menu li a:hover {
    padding-left: 20px;
    color: #FF7A00 !important;
  }

  .main-menu>ul li .sub-menu li a:hover::before {
    opacity: 1;
    color: var(--color-primary);
  }

  .main-menu>ul li .sub-menu li a::before {
    content: "\e841";
    font: 400 normal 10px/10px "fontello";
    line-height: 25.5px;
    bottom: 8px;
    position: absolute;
    display: block;
    left: 0;
    right: initial;
    width: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: var(--color-content-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: unset !important;
  }

  .main-menu>ul li .sub-menu li a::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: var(--color-content-white);
    opacity: 0;
    visibility: hidden;
  }

  .main-menu>ul li .sub-menu li .active {
    padding-left: 20px;
    color: #FF7A00 !important;
    background-color: unset !important;
  }

  .main-menu>ul li .sub-menu li .active::before {
    opacity: 1;
    visibility: visible;
    color: var(--color-primary);
  }

  .main-menu>ul li .sub-menu li.menu-has-items>a:after {
    opacity: 1;
    visibility: visible;
  }

  .main-menu>ul li .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .main-menu>ul li .sub-menu li:hover>a::after {
    content: "\f105";
    color: var(--color-primary);
  }

  .main-menu>ul li .sub-menu li>.sub-menu {
    opacity: 0;
    visibility: hidden;
    left: 100%;
    margin-left: 47px;
  }

  .main-menu>ul li .sub-menu li>.sub-menu.v1 {
    top: -90%;
  }

  .main-menu>ul li .sub-menu li>.sub-menu.v1 .active {
    padding-left: 0;
  }

  .main-menu>ul li .sub-menu li>.sub-menu.v1 .active a {
    padding-left: 20px;
  }

  .main-menu>ul li .sub-menu li>.sub-menu.v2 {
    top: -90%;
  }

  .main-menu>ul li .sub-menu li>.sub-menu.v2 .active {
    padding-left: 0;
  }

  .main-menu>ul li .sub-menu li>.sub-menu.v2 .active a {
    padding-left: 20px;
  }

  .main-menu .inner-menu {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main-menu .inner-menu:hover::before {
    content: "\f105";
    color: var(--color-primary);
    background-color: unset;
  }

  .main-menu .inner-menu>.mega-sub-menu.v1 {
    top: -90%;
  }

  .main-menu .inner-menu>.mega-sub-menu.v2 {
    top: -90%;
    width: 234px;
  }

  .main-menu .inner-menu>.mega-sub-menu {
    left: 100%;
    opacity: 0;
    visibility: hidden;
    width: 250px !important;
    margin-left: 50px;
  }

  .popup-search {
    position: relative;
    color: var(--color-content-black2);
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 30px;
  }

  @media (max-width: 1201px) {
    .popup-search {
      display: none;
    }
  }

  .popup-search:hover {
    background: -webkit-linear-gradient(top, #FF7A00, #FDBA74);
    background: linear-gradient(to bottom, #FF7A00, #FDBA74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 1201px) {
    .btn-box .ibt-btn {
      display: none;
    }
  }

  .header-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 58px;
    padding: 0 45px;
    color: var(--color-content-black2);
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    border: none;
    display: inline-block;
    margin-left: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header-btn:hover {
    background: -webkit-linear-gradient(left, #45CDC3, #44B9E3);
    background: linear-gradient(90deg, #45CDC3, #44B9E3);
    color: var(--color-content-white);
  }

  .header-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 50px;
    background: -webkit-linear-gradient(left, #45CDC3, #44B9E3);
    background: linear-gradient(90deg, #45CDC3, #44B9E3);
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: var(--color-content-white);
    border-radius: 0 0 20px 20px;
    -webkit-transition: box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    will-change: transform;
    z-index: 99999;
    margin: 0 20px;
  }

  @media (max-width: 1201px) {
    .sticky-active {
      margin: 0;
      padding: 0 16px 0 20px;
      border-radius: 0;
    }
  }

  .sticky-active .header-menu-area,
  .sticky-active .header-menu-area3,
  .sticky-active .header-menu-area5 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.45s ease-in-out;
    transition: -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    margin-top: 0;
    border: 0;
  }

  .sticky-active.is-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }

  .sticky-active.is-sticky .header-menu-area,
  .sticky-active.is-sticky .header-menu-area3,
  .sticky-active.is-sticky .header-menu-area5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .sticky-active:not(.is-sticky) .header-menu-area,
  .sticky-active:not(.is-sticky) .header-menu-area3,
  .sticky-active:not(.is-sticky) .header-menu-area5 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .sticky-active:not(.is-sticky) {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 111111;
  }

  .search-popup button[type=submit] {
    background-color: unset;
    color: var(--color-content-black2);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    outline: none;
    padding: 0;
    font-size: 22px;
  }

  .search-popup button[type=submit]:hover {
    background: -webkit-linear-gradient(top, #FF7A00, #FDBA74);
    background: linear-gradient(to bottom, #FF7A00, #FDBA74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .search-popup input {
    width: 100%;
    padding: 0;
    padding: 0 0 0 60px;
    height: 25px;
    line-height: 25px;
    border: 0;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 16px;
    font-family: var(--font-secondary);
    text-transform: capitalize;
    color: #919191;
  }

  .search-popup input::-webkit-input-placeholder {
    color: #919191;
  }

  .search-popup input::-moz-placeholder {
    color: #919191;
  }

  .search-popup input:-ms-input-placeholder {
    color: #919191;
  }

  .search-popup input::-ms-input-placeholder {
    color: #919191;
  }

  .search-popup input::placeholder {
    color: #919191;
  }

  @media (max-width: 390px) {
    .search-popup input {
      padding: 0 0 0 30px;
    }
  }

  .search-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999999999;
  }

  .search-popup-content {
    padding: 35px 100px 34px 48px;
    width: 100%;
    z-index: 9999;
    background-color: var(--color-content-white);
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }

  .search-popup-content form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-popup.active .search-popup-content {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }

  .close-popup {
    position: absolute;
    top: 38px;
    right: 35px;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
  }

  .close-popup::before {
    content: "\e803";
    font: 400 normal 16px/16px "fontello";
    color: var(--color-content-black2);
    font-size: 20px;
  }

  .close-popup:hover {
    background: -webkit-linear-gradient(top, #FF7A00, #FDBA74);
    background: linear-gradient(to bottom, #FF7A00, #FDBA74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .darkModeTriggerImg2 {
    display: none;
  }

  .vs-header2 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
  }

  @media (max-width: 1440px) {
    .vs-header2 {
      padding: 10px 20px;
    }
  }

  .vs-header2 .header-logo img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .vs-header2 .header-menu-area {
    background-color: unset;
    padding-top: 20px;
    margin-top: 0;
  }

  @media (max-width: 1201px) {
    .vs-header2 .header-menu-area {
      padding-top: 12px;
    }
  }

  @media (max-width: 1366px) {
    .vs-header2 .header-menu-area {
      padding: 19px 23px 21px 23px;
    }
  }

  .vs-header2 .header-menu-area .popup-search {
    margin-right: 16px;
  }

  .vs-header2 .ibt-btn-outline-3 {
    color: var(--color-content-white);
  }

  .vs-header2 .popup-search {
    color: var(--color-content-white);
  }

  .vs-header2 .menu-style1>ul>li>a {
    color: var(--color-content-white);
  }

  .vs-header2 .menu-style1>ul>li>a::before {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .vs-header2 .menu-style1>ul>li>a:hover {
    background-color: var(--color-heading);
  }

  .vs-header2 .menu-style1>ul>li.menu-has-items.active>a {
    background: var(--color-heading);
  }

  .vs-header2 .sticky-active.is-sticky .header-menu-area {
    background-color: var(--color-content-white);
  }

  .vs-header2 .sticky-active.is-sticky .active {
    color: var(--color-content-white);
  }

  .vs-header2 .sticky-active.is-sticky .active::before {
    background-color: var(--color-content-white);
  }

  .vs-header2 .sticky-active.is-sticky a {
    color: var(--color-content-black2);
  }

  .vs-header2 .sticky-active.is-sticky a::before {
    background-color: var(--color-content-black2);
  }

  .vs-header2 .sticky-active.is-sticky a:hover {
    color: var(--color-content-white);
  }

  .vs-header2 .sticky-active.is-sticky a:hover::before {
    background-color: var(--color-content-white);
  }

  .vs-header2 .hamburger span {
    background-color: var(--color-content-white);
  }

  .login-btn {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    color: var(--color-content-white);
    display: inline-block;
    text-transform: uppercase;
    margin-right: 34px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (max-width: 1201px) {
    .login-btn {
      display: none;
    }
  }

  .login-btn i {
    margin-right: 10px;
  }

  .login-btn:hover {
    background: -webkit-linear-gradient(top, #FF7A00, #FDBA74);
    background: linear-gradient(to bottom, #FF7A00, #FDBA74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-content-white);
  }

  .sticky-active.is-sticky.v3,
  .sticky-active.is-sticky.v9 {
    background-color: #1a1a1a;
  }

  .sticky-active.is-sticky.v3 .header-menu-area,
  .sticky-active.is-sticky.v3 .header-menu-area3,
  .sticky-active.is-sticky.v9 .header-menu-area,
  .sticky-active.is-sticky.v9 .header-menu-area3 {
    background-color: #1a1a1a !important;
  }

  .sticky-active.is-sticky.v3 a,
  .sticky-active.is-sticky.v9 a {
    color: var(--color-content-white);
  }

  .sticky-active.is-sticky.v3 .menu-style1>ul>li>a,
  .sticky-active.is-sticky.v9 .menu-style1>ul>li>a {
    color: var(--color-content-white);
  }

  .sticky-active.is-sticky.v3 .menu-style1>ul>li>a:hover,
  .sticky-active.is-sticky.v9 .menu-style1>ul>li>a:hover {
    background-color: var(--color-surface-dark-2);
  }

  .sticky-active.is-sticky.v3 .menu-style1>ul>li>a::before,
  .sticky-active.is-sticky.v9 .menu-style1>ul>li>a::before {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .sticky-active.is-sticky.v3 .menu-style1>ul>li>.active,
  .sticky-active.is-sticky.v9 .menu-style1>ul>li>.active {
    background-color: var(--color-surface-dark-2);
  }

  .sticky-active.is-sticky.v3 .header-logo a img,
  .sticky-active.is-sticky.v9 .header-logo a img {
    /* removed filter for colorful logo */
  }

  .sticky-active.is-sticky.v3 .logo3 img,
  .sticky-active.is-sticky.v9 .logo3 img {
    /* removed filter for colorful logo */
  }

  .sticky-active.v3,
  .sticky-active.v9 {
    background-color: #1a1a1a;
  }

  .sticky-active.v3 .header-menu-area,
  .sticky-active.v3 .header-menu-area3,
  .sticky-active.v9 .header-menu-area,
  .sticky-active.v9 .header-menu-area3 {
    background-color: unset;
    padding: 10px 23px 15px 23px;
  }

  @media (max-width: 1201px) {

    .sticky-active.v3 .header-menu-area,
    .sticky-active.v3 .header-menu-area3,
    .sticky-active.v9 .header-menu-area,
    .sticky-active.v9 .header-menu-area3 {
      padding-left: 0;
    }
  }

  .sticky-active.v3 .hamburger span,
  .sticky-active.v9 .hamburger span {
    background-color: var(--color-content-white) !important;
  }

  .vs-header2.v8 .header-menu-area {
    padding-top: 17px;
  }

  .vs-header3 {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
  }

  @media (max-width: 1201px) {
    .vs-header3 {
      background-color: var(--color-content-white);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
  }

  .header-menu-area3 {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 18px 27px 18px 36px;
    border: 1px solid #A8A8A8;
    margin-top: 20px;
  }

  @media (max-width: 1201px) {
    .header-menu-area3 {
      padding: 12px 4px 15px;
      border: 0;
      margin: 0;
      border-radius: 0;
    }
  }

  .vs-header4 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .vs-header4 {
      background-color: var(--color-content-white);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
  }

  .vs-header4 .header-menu-area {
    padding: 29px 29px 30px 31px;
    margin-top: 0;
    background-color: unset;
  }

  @media (max-width: 1201px) {
    .vs-header4 .header-menu-area {
      padding: 12px 4px 15px;
    }
  }

  .header-top4 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .header-top4 {
      display: none;
    }
  }

  .header-top-content4 {
    position: relative;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    padding: 6px 40px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 14px 8px 0;
  }

  .top-bar-contacts {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-bar-contacts li {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    font-family: var(--font-secondary);
    margin: 0 45px 0 0;
  }

  .top-bar-contacts li:last-child {
    margin-right: 0;
  }

  .top-bar-contacts li span {
    color: #919191;
  }

  .top-bar-contacts li a {
    color: var(--color-heading);
  }

  .top-bar-socials {
    position: relative;
    margin-top: -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-bar-socials li:first-child {
    margin-right: 17px;
  }

  .top-bar-socials li:last-child {
    margin-right: 0;
  }

  .top-bar-socials li {
    margin: 0 21px 0 0;
  }

  .top-bar-socials li span {
    color: #919191;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    font-family: var(--font-secondary);
  }

  .top-bar-socials li a {
    font-size: 12px;
    line-height: 22px;
    color: var(--color-heading);
  }

  .menu-style1.v4 {
    background-color: var(--color-heading);
    padding: 0 19px;
    border-radius: 50px;
  }

  .menu-style1.v4 .mega-sub-menu {
    margin-top: 5px;
  }

  .menu-style1.v4>ul>li {
    padding: 13px 0 14px;
  }

  .menu-style1.v4>ul>li.menu-has-items.active>a {
    background: unset;
  }

  .menu-style1.v4>ul>li>a {
    border: 1px solid transparent;
    border-radius: 50px;
    color: var(--color-content-white);
  }

  .menu-style1.v4>ul>li>a::before {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .menu-style1.v4>ul>li>a:hover {
    background-color: unset;
  }

  .menu-style1.v4>ul>li>.active {
    border: 1px solid #595858;
    line-height: 38px;
  }

  @media (max-width: 1440px) {
    .sticky-active.v4 .menu-style1 {
      display: none;
    }
  }

  .vs-header5 {
    position: relative;
    padding: 28px 30px 26px 37px;
    overflow-x: clip;
    overflow-y: visible;
  }

  @media (max-width: 1201px) {
    .vs-header5 {
      padding: 12px 4px 15px;
      background-color: var(--color-content-white);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
  }

  .vs-header6 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    overflow-x: clip;
    overflow-y: visible;
  }

  @media (max-width: 1201px) {
    .vs-header6 {
      background-color: var(--color-content-white);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
  }

  .vs-header6 .header-top-content4 {
    background-color: var(--color-surface-dark-2);
    border: 0;
    margin-top: 8px;
  }

  .vs-header6 .header-top-content4 .top-bar-contacts li a,
  .vs-header6 .header-top-content4 .top-bar-socials li a {
    color: var(--color-content-white);
  }

  .header-bottom2 {
    margin-top: 10px;
  }

  @media (max-width: 1201px) {
    .header-bottom2 {
      margin-top: 0;
    }
  }

  .vs-header6.v10 .header-top-content4 {
    margin-top: 11px;
  }

  .vs-header7 {
    position: relative;
    z-index: 99;
  }

  .vs-header7 .header-menu-area {
    background-color: unset;
  }

  .vs-header9 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: 18px;
  }

  @media (max-width: 1201px) {
    .vs-header9 {
      margin: 0;
      background-color: var(--color-heading);
    }
  }

  .vs-header9 .header-logo img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .vs-header9 .header-menu-area {
    background-color: var(--color-heading);
    padding-top: 20px;
    margin-top: 0;
  }

  @media (max-width: 1201px) {
    .vs-header9 .header-menu-area {
      padding-top: 12px;
      background-color: unset;
    }
  }

  .vs-header9 .ibt-btn-outline-3 {
    color: var(--color-content-white);
  }

  .vs-header9 .popup-search {
    color: var(--color-content-white);
  }

  .vs-header9 .menu-style1>ul>li>.active {
    background-color: var(--color-surface-dark-2);
  }

  .vs-header9 .menu-style1>ul>li>a {
    color: var(--color-content-white);
  }

  .vs-header9 .menu-style1>ul>li>a::before {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .vs-header9 .menu-style1>ul>li>a:hover {
    background-color: var(--color-surface-dark-2);
  }

  .vs-header9 .menu-style1>ul>li.menu-has-items.active>a {
    background-color: var(--color-surface-dark-2);
  }

  .vs-header9 .sticky-active.is-sticky .header-menu-area {
    background-color: var(--color-content-white);
  }

  .vs-header9 .sticky-active.is-sticky .active {
    color: var(--color-content-white);
  }

  .vs-header9 .sticky-active.is-sticky .active::before {
    background-color: var(--color-content-white);
  }

  .vs-header9 .sticky-active.is-sticky a {
    color: var(--color-content-black2);
  }

  .vs-header9 .sticky-active.is-sticky a::before {
    background-color: var(--color-content-black2);
  }

  .vs-header9 .sticky-active.is-sticky a:hover {
    color: var(--color-content-white);
  }

  .vs-header9 .sticky-active.is-sticky a:hover::before {
    background-color: var(--color-content-white);
  }

  .vs-header9 .hamburger span {
    background-color: var(--color-content-white);
  }

  .sticky-active.v9 .hamburger span {
    background-color: var(--color-content-white);
  }

  .vs-header11 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: 18px;
  }

  @media (max-width: 1201px) {
    .vs-header11 {
      background-color: var(--color-heading);
      margin: 0;
    }
  }

  .vs-header11 .popup-search {
    color: var(--color-content-white);
    margin: 0 80px 0 82px;
  }

  @media (max-width: 1440px) {
    .vs-header11 .popup-search {
      margin: 0 34px 0 32px;
    }
  }

  .vs-header11 .btn-box {
    margin-top: 3px;
  }

  @media (max-width: 1201px) {
    .vs-header11 .btn-box {
      display: none;
    }
  }

  .vs-header11 .hamburger {
    right: 20px;
  }

  .vs-header11 .hamburger span {
    background-color: var(--color-content-white);
  }

  .menu-btn3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-btn3 .title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: var(--color-content-white);
    margin-bottom: 0;
    text-transform: capitalize;
    margin-right: 15px;
  }

  .header-contact11 {
    position: relative;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: -0.03em;
    display: inline-block;
    color: var(--color-primary);
  }

  .header-contact11:hover {
    color: var(--color-content-white);
  }

  .header-logo11 img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .header-menu-area11 {
    background-color: var(--color-heading);
    padding: 31px 30px 34px 37px;
    margin-top: 0;
    border-radius: 25px;
  }

  @media (max-width: 1201px) {
    .header-menu-area11 {
      padding: 12px 0px 15px;
      background-color: unset;
    }
  }

  .sticky-active.v2 {
    background-color: var(--color-heading);
  }

  @media (max-width: 1201px) {
    .sticky-active.v2 .header-menu-area11 {
      padding: 12px 0px 15px;
    }
  }

  @media (max-width: 1201px) {
    .sticky-active.v2 .btn-box {
      display: none;
    }
  }

  .sticky-active.v2 .popup-search {
    margin: 0 80px 0 82px;
    color: var(--color-content-white);
  }

  .sticky-active.v2 .hamburger span {
    background-color: var(--color-content-white);
  }

  .vs-header12 {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    z-index: 9999;
    margin-top: 11px;
  }

  @media (max-width: 1201px) {
    .vs-header12 {
      background-color: var(--color-content-white);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-top: 0;
    }
  }

  .vs-header12 .header-menu-area3 {
    position: relative;
    border: 0;
    margin-top: 0;
  }

  .vs-header13 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow-x: clip;
    overflow-y: visible;
    margin-top: 19px;
  }

  @media (max-width: 1201px) {
    .vs-header13 {
      margin-top: 0;
    }
  }

  .vs-header13 .header-logo img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .vs-header13 .header-logo a:last-child {
    display: none;
  }

  @media (max-width: 1201px) {
    .vs-header13 .header-logo a:last-child {
      display: inline-block;
    }
  }

  .vs-header13 .header-menu-area3 {
    position: relative;
    border: 0;
    margin-top: 0;
    background-color: unset;
  }

  .vs-header13 .ibt-btn-outline-3 {
    color: var(--color-content-white);
  }

  .vs-header13 .popup-search {
    color: var(--color-content-white);
    margin-right: 46px;
  }

  .vs-header13 .menu-style1 {
    margin-left: -66px;
  }

  .vs-header13 .menu-style1>ul>li>a {
    color: var(--color-content-white);
  }

  .vs-header13 .menu-style1>ul>li>a::before {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .vs-header13 .menu-style1>ul>li>a:hover {
    background-color: var(--color-content-black2);
  }

  .vs-header13 .menu-style1>ul>li>.active {
    background-color: var(--color-content-black2);
  }

  .vs-header13 .menu-style1>ul>li.menu-has-items.active>a {
    background-color: var(--color-content-black2);
  }

  .vs-header13 .sticky-active.is-sticky .header-menu-area {
    background-color: var(--color-content-white);
  }

  .vs-header13 .sticky-active.is-sticky .active {
    color: var(--color-content-white);
  }

  .vs-header13 .sticky-active.is-sticky .active::before {
    background-color: var(--color-content-white);
  }

  .vs-header13 .sticky-active.is-sticky a {
    color: var(--color-content-black2);
  }

  .vs-header13 .sticky-active.is-sticky a::before {
    background-color: var(--color-content-black2);
  }

  .vs-header13 .sticky-active.is-sticky a:hover {
    color: var(--color-content-white);
  }

  .vs-header13 .sticky-active.is-sticky a:hover::before {
    background-color: var(--color-content-white);
  }

  .vs-header13 .hamburger span {
    background-color: var(--color-content-white);
  }

  .logo3 img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .logo3 a {
    padding: 0 111px 0 106px !important;
  }

  @media (max-width: 1440px) {
    .logo3 a {
      padding: 0 20px 0 20px !important;
    }
  }

  .logo3 a::before {
    display: none;
  }

  .logo3 a:hover {
    background-color: unset !important;
  }

  .sticky-active.v13 .popup-search {
    margin-right: 46px;
  }

  .sticky-active.v13 .hamburger span {
    background-color: var(--color-content-white);
  }

  .vs-header14 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    overflow-x: clip;
    overflow-y: visible;
    margin-top: 16px;
  }

  @media (max-width: 1201px) {
    .vs-header14 {
      margin-top: 0;
    }
  }

  @media (max-width: 1440px) {

    .vs-header14 .menu-toggle,
    .vs-header14 .menu-style1,
    .vs-header14 .btn-box {
      display: none;
    }
  }

  @media (max-width: 1440px) {
    .vs-header14 .hamburger {
      display: inline-block;
    }
  }

  .vs-header14 .header-menu-area {
    background-color: unset;
    padding: 21px 29px 0 31px;
    margin-top: 0;
  }

  @media (max-width: 1440px) {
    .vs-header14 .header-menu-area {
      padding-left: 0;
    }
  }

  .vs-header14 .header-contact11 {
    margin-right: 39px;
  }

  .sticky-active.v14 .header-contact11 {
    margin-right: 39px;
  }

  @media (max-width: 1440px) {
    .sticky-active.v14 {
      margin: 0;
      border-radius: 0;
      padding: 12px 18px 15px;
    }

    .sticky-active.v14 .header-menu-area {
      padding: 0;
    }

    .sticky-active.v14 .menu-style1,
    .sticky-active.v14 .menu-toggle,
    .sticky-active.v14 .btn-box {
      display: none;
    }

    .sticky-active.v14 .hamburger {
      display: inline-block;
    }
  }

  @media (max-width: 1201px) {
    .sticky-active.v14 .hamburger {
      right: 0;
    }
  }

  .vs-header15 {
    position: relative;
  }

  .vs-header15 .header-top-content4 {
    background-color: var(--color-surface-dark-2);
    border: 0;
    margin-top: 8px;
  }

  .vs-header15 .header-top-content4 .top-bar-contacts li a,
  .vs-header15 .header-top-content4 .top-bar-socials li a {
    color: var(--color-content-white);
  }

  .vs-header15 .header-menu-area {
    border: 1px solid #CACACA;
    background-color: unset;
    border-radius: 25px;
  }

  @media (max-width: 1201px) {
    .vs-header15 .header-menu-area {
      border: 0;
    }
  }

  .vs-header16 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    margin-top: 15px;
  }

  .vs-header16 .header-menu-area16 {
    padding: 21px 29px 0 31px;
  }

  @media (max-width: 1201px) {
    .vs-header16 .header-menu-area16 {
      padding: 12px 4px 15px;
      margin-top: 0;
      border: 0;
    }
  }

  @media (max-width: 1201px) {
    .vs-header16 .header-menu-area16 .hamburger {
      right: 17px;
    }
  }

  .vs-header16 .header-menu-area16 .hamburger span {
    background-color: var(--color-content-white);
  }

  .vs-header16 .header-menu-area16 .menu-style1 {
    background-color: var(--color-surface-dark-2);
  }

  .vs-header16 .header-logo img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .vs-header16 .menu-style1.v4>ul>li>a {
    padding: 0 26px;
  }

  .vs-header16 .menu-style1.v4>ul>li>a::before {
    display: none;
  }

  .vs-header16 .ibt-btn.ibt-btn-outline-3 {
    color: var(--color-content-white);
  }

  .vs-header16 .menu-toggle::before,
  .vs-header16 .menu-toggle::after {
    color: var(--color-content-white);
  }

  .sticky-active.v16 {
    background-color: var(--color-heading);
  }

  .sticky-active.v16 .header-menu-area {
    background-color: var(--color-heading);
    padding: 17px 28px 17px 37px;
  }

  .sticky-active.v16 .header-menu-area .hamburger span {
    background-color: var(--color-content-white);
  }

  .sticky-active.v16 .header-menu-area .header-logo a {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  .sticky-active.v16 .header-menu-area .ibt-btn.ibt-btn-outline-3 {
    color: var(--color-content-white);
  }

  .sticky-active.v16 .menu-style1.v4 {
    background-color: var(--color-surface-dark-2);
  }

  .sticky-active.v16 .menu-style1.v4>ul>li>a {
    padding: 0 26px;
  }

  .sticky-active.v16 .menu-style1.v4>ul>li>a::before {
    display: none;
  }

  .side-menu2.v2 {
    background-color: var(--color-heading);
    border: 0;
  }

  .side-menu2.v2 ul {
    border: 0;
    padding: 76px 0 40px;
  }

  .side-menu2.v2 ul li {
    margin-bottom: 10px;
  }

  .side-menu2.v2 ul li a {
    color: var(--color-content-white);
  }

  .side-menu2.v2 ul li a::before {
    display: none;
  }

  .side-menu2.v2 .ibt-btn {
    color: var(--color-content-white);
  }

  .side-menu2.v2 .close-btn::before {
    color: var(--color-content-white) !important;
  }

  @media (max-width: 1201px) {
    .vs-header2.v15 {
      padding: 0;
    }
  }

  @media (max-width: 1440px) {
    .vs-header2.v15 .header-menu-area {
      padding: 0;
    }
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .footer-style1 {
    position: relative;
    z-index: 999;
  }

  @media (max-width: 1440px) {
    .footer-style1 {
      margin: 0 20px;
    }
  }

  @media (max-width: 390px) {
    .footer-style1 {
      margin: 0 10px;
    }
  }

  .footer-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 80px;
  }

  @media (max-width: 820px) {
    .footer-content {
      display: block;
    }
  }

  .footer-content .title {
    font-size: 70px;
    line-height: 90px;
    font-weight: 400;
    margin-bottom: 0;
    background: -webkit-linear-gradient(left, #FF7A00, #FDBA74);
    background: linear-gradient(to right, #FF7A00, #FDBA74);
    background-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
    letter-spacing: -0.03em;
    max-width: 912px;
  }

  @media (max-width: 1201px) {
    .footer-content .title {
      font-size: 61px;
      line-height: 71px;
    }
  }

  @media (max-width: 1025px) {
    .footer-content .title {
      font-size: 49px;
      line-height: 59px;
    }
  }

  @media (max-width: 820px) {
    .footer-content .title {
      margin-bottom: 40px;
    }
  }

  @media (max-width: 577px) {
    .footer-content .title {
      font-size: 38px;
      line-height: 48px;
    }
  }

  @media (max-width: 480px) {
    .footer-content .title {
      font-size: 28px;
      line-height: 38px;
    }
  }

  .footer-content .ibt-btn {
    position: relative;
    top: -10px;
    color: var(--color-content-white);
  }

  .widget-area {
    position: relative;
    z-index: 99;
  }

  .about-widget {
    position: relative;
  }

  @media (max-width: 769px) {
    .about-widget {
      margin-bottom: 40px;
    }
  }

  .about-widget .footer-logo {
    margin-bottom: 18px;
  }

  @media (max-width: 1440px) {
    .about-widget .footer-logo {
      margin-bottom: 30px;
    }
  }

  .about-widget .social-icon {
    margin-bottom: 30px;
  }

  .about-widget .title {
    font-size: 150px;
    line-height: 121px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #FF7A00;
    font-family: var(--font-tertiary);
    margin-bottom: 0;
    letter-spacing: -0.05em;
  }

  @media (max-width: 1201px) {
    .about-widget .title {
      font-size: 122px;
    }
  }

  @media (max-width: 1025px) {
    .about-widget .title {
      font-size: 73px;
    }
  }

  @media (max-width: 769px) {
    .about-widget .title {
      font-size: 122px;
    }
  }

  @media (max-width: 577px) {
    .about-widget .title {
      font-size: 82px;
    }
  }

  @media (max-width: 480px) {
    .about-widget .title {
      font-size: 62px;
      line-height: 90px;
    }
  }

  @media (max-width: 390px) {
    .about-widget .title {
      font-size: 53px;
      line-height: 62px;
    }
  }

  .widget-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--color-content-white);
    margin-bottom: 12px;
    font-family: var(--font-secondary);
  }

  .footer-links {
    position: relative;
    width: 221px;
  }

  @media (max-width: 1201px) {
    .footer-links {
      width: 168px;
    }
  }

  @media (max-width: 1025px) {
    .footer-links {
      width: 226px;
    }
  }

  @media (max-width: 480px) {
    .footer-links {
      width: 188px;
    }
  }

  .footer-links:last-child {
    width: unset;
  }

  @media (max-width: 390px) {
    .footer-links:last-child {
      margin-top: 50px;
    }
  }

  .footer-links ul li {
    margin-bottom: 4px;
  }

  .footer-links ul li:last-child {
    margin-bottom: 0;
  }

  .footer-links ul li a {
    position: relative;
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--color-content-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer-links ul li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-content-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
  }

  .footer-links ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 12px;
    background-color: var(--color-content-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .footer-links ul li a:hover {
    padding-left: 10px;
  }

  .footer-links ul li a:hover::before,
  .footer-links ul li a:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .footer-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  @media (max-width: 390px) {
    .footer-menu {
      display: block;
    }
  }

  .footer-botom {
    position: relative;
    padding: 63px 0 60px;
  }

  .footer-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width: 480px) {
    .footer-box {
      display: block;
    }
  }

  @media (max-width: 480px) {
    .footer-box p {
      margin-bottom: 10px !important;
    }
  }

  .footer-box p,
  .footer-box span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0;
    color: #BEBEBE;
  }

  .footer-box p a,
  .footer-box span a {
    color: #BEBEBE;
    text-decoration: underline;
  }

  .footer-style2 {
    position: relative;
    background-color: var(--color-heading);
    margin: 0 20px 20px;
    border-radius: 0 0 25px 25px;
  }

  @media (max-width: 1366px) {
    .footer-style2 {
      padding: 0 27px 0;
    }
  }

  @media (max-width: 1201px) {
    .footer-style2 {
      padding: 0 27px 0;
    }
  }

  @media (max-width: 1025px) {
    .footer-style2 {
      padding: 0 27px 0;
    }
  }

  @media (max-width: 577px) {
    .footer-style2 {
      padding: 0 27px 0;
    }
  }

  .footer-style2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 466px;
    background-image: url(../images/layers/eclips8.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-style2 .footer-box {
    position: relative;
    border-top: 1px solid #CBCBCB;
    padding: 46px 0 37px;
  }

  .footer-style2 .footer-botom {
    padding-bottom: 0;
  }

  .widget-area2 {
    position: relative;
    padding: 145px 0 0;
  }

  @media (max-width: 1366px) {
    .widget-area2 {
      padding: 80px 0 0;
    }
  }

  @media (max-width: 1440px) {
    .widget-area2 {
      padding: 72px 0 0;
    }
  }

  .about-widget.v2 .title {
    font-size: 80px;
    line-height: 80px;
  }

  @media (max-width: 1366px) {
    .about-widget.v2 .title {
      font-size: 77px;
    }
  }

  @media (max-width: 1201px) {
    .about-widget.v2 .title {
      font-size: 65px;
    }
  }

  @media (max-width: 1025px) {
    .about-widget.v2 .title {
      font-size: 56px;
    }
  }

  @media (max-width: 390px) {
    .about-widget.v2 .title {
      font-size: 49px;
      line-height: 44px;
    }
  }

  .contact-widget {
    position: relative;
    margin-right: 127px;
  }

  @media (max-width: 1201px) {
    .contact-widget {
      margin-right: 48px;
    }
  }

  @media (max-width: 1025px) {
    .contact-widget {
      margin-right: 28px;
    }
  }

  @media (max-width: 577px) {
    .contact-widget {
      margin-bottom: 40px;
    }
  }

  .contact-widget .widget-title {
    margin-bottom: 7px;
  }

  .contact-widget p {
    font-weight: 500;
    line-height: 30px;
    color: var(--color-content-white);
    margin-bottom: 17px;
    max-width: 229px;
  }

  @media (max-width: 1025px) {
    .contact-widget p {
      max-width: 210px;
    }
  }

  .contact-widget .nmbr {
    display: block;
    color: var(--color-content-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .contact-widget .nmbr:hover {
    color: var(--color-primary);
  }

  .contact-widget .gmail {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-content-white);
    color: var(--color-content-white);
    display: inline-block;
    margin-top: 19px;
  }

  .contact-widget .gmail:hover {
    color: var(--color-primary);
  }

  .footer-menu.v2 {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-left: 55px;
  }

  @media (max-width: 1025px) {
    .footer-menu.v2 {
      margin-left: 9px;
    }
  }

  @media (max-width: 769px) {
    .footer-menu.v2 {
      margin-left: 0;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 1025px) {
    .footer-menu.v2 .footer-links:nth-child(2) {
      width: 157px;
    }
  }

  @media (max-width: 390px) {
    .footer-menu.v2 .footer-links:nth-child(2) {
      margin-bottom: 50px;
    }
  }

  .footer-style4 {
    position: relative;
    background-color: var(--color-heading);
    margin: 20px 20px 20px;
    border-radius: 25px;
    padding: 150px 0 127px;
  }

  @media (max-width: 1366px) {
    .footer-style4 {
      padding: 150px 20px 127px;
    }
  }

  @media (max-width: 1201px) {
    .footer-style4 {
      padding: 86px 20px 86px;
    }
  }

  .footer-style4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: url(../images/layers/layer1-3.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-content4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 77px;
  }

  @media (max-width: 769px) {
    .footer-content4 {
      padding-bottom: 50px;
    }
  }

  @media (max-width: 577px) {
    .footer-content4 {
      display: block;
    }
  }

  .footer-content4 .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 800px;
    color: var(--color-content-white);
  }

  @media (max-width: 1025px) {
    .footer-content4 .title {
      font-size: 52px;
      line-height: 60px;
    }
  }

  @media (max-width: 769px) {
    .footer-content4 .title {
      font-size: 35px;
      line-height: 38px;
    }
  }

  @media (max-width: 577px) {
    .footer-content4 .title {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 480px) {
    .footer-content4 .title {
      font-size: 30px;
      line-height: 35px;
    }
  }

  .footer-content4 .ibt-btn {
    position: relative;
    top: -10px;
    color: var(--color-content-white);
  }

  .footer-menu4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  @media (max-width: 820px) {
    .footer-menu4 {
      margin-top: 40px;
    }
  }

  @media (max-width: 577px) {
    .footer-menu4 .footer-links:last-child {
      margin-top: 50px;
    }
  }

  .location-widget4 {
    padding-right: 20px;
    max-width: 260px;
    margin-right: 78px;
  }

  @media (max-width: 1025px) {
    .location-widget4 {
      padding-right: 2px;
      max-width: 218px;
      margin-right: 22px;
    }
  }

  @media (max-width: 769px) {
    .location-widget4 {
      max-width: 250px;
    }
  }

  @media (max-width: 577px) {
    .location-widget4 {
      max-width: 232px;
    }
  }

  .location-widget4 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-white);
    margin-bottom: 75px;
  }

  .location-widget4 .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-white);
  }

  .contact-widget4 {
    position: relative;
    min-width: 344px;
  }

  @media (max-width: 1366px) {
    .contact-widget4 {
      min-width: 311px;
    }
  }

  @media (max-width: 1201px) {
    .contact-widget4 {
      min-width: 199px;
    }
  }

  @media (max-width: 769px) {
    .contact-widget4 {
      min-width: 212px;
    }
  }

  @media (max-width: 480px) {
    .contact-widget4 {
      margin-top: 50px;
    }
  }

  .contact-widget4 .nmbr {
    display: block;
    color: var(--color-content-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 2px;
  }

  .contact-widget4 .nmbr:nth-child(3) {
    margin-bottom: 75px;
  }

  .contact-widget4 .gmail {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: underline;
    color: var(--color-content-white);
  }

  .about-widget4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  .about-widget4 p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0;
    color: #BEBEBE;
  }

  @media (max-width: 820px) {
    .about-widget4 p {
      margin-top: 30px;
    }
  }

  .about-widget4 p a {
    text-decoration: underline;
    color: #BEBEBE;
  }

  .footer-style5 {
    position: relative;
    background-color: var(--color-heading);
    margin: 0 20px 20px;
    border-radius: 25px;
  }

  @media (max-width: 1366px) {
    .footer-style5 {
      padding: 0 27px 0;
    }
  }

  @media (max-width: 577px) {
    .footer-style5 {
      padding: 0 15px;
    }
  }

  .footer-style5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 466px;
    background-image: url(../images/layers/eclips8.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
  }

  @media (max-width: 1440px) {
    .footer-style5::before {
      background-size: contain;
    }
  }

  .footer-style5::after {
    content: "";
    position: absolute;
    top: -48%;
    left: 0;
    width: 100%;
    height: 466px;
    background-image: url(../images/layers/eclips8-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .footer-style5::after {
      top: -30%;
    }
  }

  @media (max-width: 769px) {
    .footer-style5::after {
      top: -20%;
    }
  }

  @media (max-width: 577px) {
    .footer-style5::after {
      background-size: contain;
      top: -10%;
    }
  }

  @media (max-width: 390px) {
    .footer-style5::after {
      top: -5%;
    }
  }

  .footer-style5 .footer-box {
    position: relative;
    border-top: 1px solid #CBCBCB;
    padding: 46px 0 37px;
  }

  .footer-style5 .footer-botom {
    padding-bottom: 0;
  }

  .footer-content5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 127px 0 97px;
    border-bottom: 1px solid #cbcbcb;
  }

  @media (max-width: 1025px) {
    .footer-content5 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 85px 0 72px;
    }
  }

  .footer-content5 .title {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.03em;
    color: var(--color-content-white);
    max-width: 698px;
  }

  @media (max-width: 1366px) {
    .footer-content5 .title {
      font-size: 57px;
    }
  }

  @media (max-width: 1201px) {
    .footer-content5 .title {
      font-size: 46px;
      max-width: 564px;
      line-height: 55px;
    }
  }

  @media (max-width: 577px) {
    .footer-content5 .title {
      font-size: 37px;
      line-height: 47px;
    }
  }

  @media (max-width: 480px) {
    .footer-content5 .title {
      font-size: 32px;
      line-height: 41px;
    }
  }

  @media (max-width: 390px) {
    .footer-content5 .title {
      font-size: 30px;
      line-height: 40px;
    }
  }

  .footer-form5 {
    position: relative;
  }

  .footer-form5 input {
    background-color: unset;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    height: unset;
    border-bottom: 1px solid #676767;
    color: #676767;
    padding-bottom: 12px;
    border-radius: 0;
  }

  .footer-form5 input::-webkit-input-placeholder {
    color: #676767;
  }

  .footer-form5 input::-moz-placeholder {
    color: #676767;
  }

  .footer-form5 input:-ms-input-placeholder {
    color: #676767;
  }

  .footer-form5 input::-ms-input-placeholder {
    color: #676767;
  }

  .footer-form5 input::placeholder {
    color: #676767;
  }

  .footer-form5 .ibt-btn {
    position: absolute;
    bottom: 3px;
    right: 0;
    color: var(--color-content-white);
  }

  @media (max-width: 480px) {
    .footer-form5 .ibt-btn {
      position: relative;
      margin-top: 20px;
    }
  }

  .form-box5 {
    position: relative;
    background-color: #212121;
    padding: 91px 79px 83px;
    border-radius: 25px;
    width: 593px;
  }

  @media (max-width: 1025px) {
    .form-box5 {
      width: 100%;
      margin-top: 30px;
    }
  }

  @media (max-width: 577px) {
    .form-box5 {
      padding: 73px 42px 64px;
    }
  }

  @media (max-width: 480px) {
    .form-box5 {
      padding: 49px 42px 47px;
    }
  }

  @media (max-width: 390px) {
    .form-box5 {
      padding: 49px 23px 47px;
    }
  }

  .widget-area5 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .widget-area5 {
      padding: 80px 0 0;
    }
  }

  @media (max-width: 1440px) {
    .widget-area5 {
      padding: 72px 0 0;
    }
  }

  .about-widget5 {
    position: relative;
  }

  @media (max-width: 769px) {
    .about-widget5 {
      margin-bottom: 40px;
    }
  }

  .about-widget5 .footer-logo {
    margin-bottom: 62px;
  }

  @media (max-width: 1440px) {
    .about-widget5 .footer-logo {
      margin-bottom: 30px;
    }
  }

  .about-widget5 .social-icon {
    margin-bottom: 30px;
  }

  .contact-widget5 {
    position: relative;
    width: 443px;
  }

  @media (max-width: 1366px) {
    .contact-widget5 {
      width: 397px;
    }
  }

  @media (max-width: 1201px) {
    .contact-widget5 {
      width: 332px;
    }
  }

  @media (max-width: 1025px) {
    .contact-widget5 {
      width: 229px;
    }
  }

  @media (max-width: 577px) {
    .contact-widget5 {
      width: 303px;
    }
  }

  @media (max-width: 480px) {
    .contact-widget5 {
      margin-bottom: 50px;
    }
  }

  .contact-widget5 .nmbr {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    color: var(--color-content-white);
    display: inline-block;
    margin-bottom: 12px;
  }

  .contact-widget5 .gmail {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--color-content-white);
    text-decoration: underline;
    display: block;
  }

  .footer-links5 {
    position: relative;
    width: 221px;
  }

  @media (max-width: 1201px) {
    .footer-links5 {
      width: 168px;
    }
  }

  @media (max-width: 1025px) {
    .footer-links5 {
      width: 164px;
    }
  }

  @media (max-width: 480px) {
    .footer-links5 {
      width: 188px;
    }
  }

  .footer-links5:last-child {
    width: unset;
  }

  @media (max-width: 390px) {
    .footer-links5:last-child {
      margin-top: 50px;
    }
  }

  .footer-links5 ul li {
    margin-bottom: 4px;
  }

  .footer-links5 ul li:last-child {
    margin-bottom: 0;
  }

  .footer-links5 ul li a {
    position: relative;
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--color-content-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer-links5 ul li a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 2px;
    height: 12px;
    background-color: #959595;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .footer-links5 ul li a::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 2px;
    height: 12px;
    background-color: #959595;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .footer-links5 ul li a:hover {
    padding: 0 10px;
    color: #959595;
  }

  .footer-links5 ul li a:hover::before,
  .footer-links5 ul li a:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .footer-menu5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  @media (max-width: 577px) {
    .footer-menu5 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .footer-botom5 {
    position: relative;
    padding: 85px 0 46px;
  }

  .footer-box5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width: 480px) {
    .footer-box5 {
      display: block;
    }
  }

  @media (max-width: 480px) {
    .footer-box5 p {
      margin-bottom: 10px !important;
    }
  }

  .footer-box5 p,
  .footer-box5 span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0;
    color: #BEBEBE;
  }

  .footer-box5 p a,
  .footer-box5 span a {
    color: #BEBEBE;
    text-decoration: underline;
  }

  .main-sec.v2::before {
    display: none;
  }

  .footer-style4.v2::before {
    content: "";
    position: absolute;
    top: -93%;
    left: 0;
    width: 100%;
    height: 809px;
    background-image: url(../images/layers/layer11.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .footer-style4.v2::before {
      top: -74%;
      height: 762px;
    }
  }

  @media (max-width: 1201px) {
    .footer-style4.v2::before {
      top: -65%;
    }
  }

  @media (max-width: 820px) {
    .footer-style4.v2::before {
      top: -40%;
    }
  }

  .footer-style6 {
    position: relative;
    padding: 150px 20px 158px;
  }

  @media (max-width: 1440px) {
    .footer-style6 {
      padding: 52px 20px 64px;
    }
  }

  .footer-style6::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 710px;
    height: 576px;
    background-image: url(../images/layers/sphero.png);
  }

  @media (max-width: 1025px) {
    .footer-style6::before {
      width: 469px;
      height: 371px;
    }
  }

  @media (max-width: 577px) {
    .footer-style6::before {
      width: 290px;
      height: 287px;
    }
  }

  .footer-style6::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 749px;
    background-image: url(../images/layers/hero-layer6.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .footer-style6::after {
      height: 546px;
      background-size: cover;
    }
  }

  @media (max-width: 1366px) {
    .footer-style6::after {
      height: 536px;
    }
  }

  @media (max-width: 577px) {
    .footer-style6::after {
      display: none;
    }
  }

  .logo-box6 {
    position: relative;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 45px;
  }

  .about-widget6 {
    position: relative;
    padding-top: 109px;
  }

  @media (max-width: 769px) {
    .about-widget6 {
      padding-top: 78px;
    }
  }

  .about-widget6 .title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: var(--color-content-white);
    margin-bottom: 68px;
    font-weight: 400;
    max-width: 900px;
  }

  @media (max-width: 769px) {
    .about-widget6 .title {
      font-size: 46px;
      line-height: 58px;
      margin-bottom: 36px;
    }
  }

  @media (max-width: 577px) {
    .about-widget6 .title {
      font-size: 39px;
      line-height: 48px;
    }
  }

  @media (max-width: 480px) {
    .about-widget6 .title {
      font-size: 31px;
      line-height: 40px;
    }
  }

  .about-widget6 .ibt-btn.ibt-btn-outline-2 {
    color: var(--color-content-white);
  }

  .about-widget6 p {
    font-size: 14px;
    line-height: 24px;
    margin: 82px 0 0;
    color: #BEBEBE;
  }

  @media (max-width: 769px) {
    .about-widget6 p {
      margin: 44px 0 0;
    }
  }

  .about-widget6 p a {
    text-decoration: underline;
  }

  .about-widget6 p a:hover {
    color: var(--color-primary);
  }

  .footer-style7 {
    position: relative;
    z-index: 99;
    padding-top: 28px;
  }

  .footer-style7::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 826px;
    background-image: url(../images/layers/footer-layer7.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .footer-style7::after {
      background-size: contain;
      height: 513px;
    }
  }

  @media (max-width: 1025px) {
    .footer-style7::after {
      height: 439px;
    }
  }

  @media (max-width: 820px) {
    .footer-style7::after {
      height: 350px;
    }
  }

  @media (max-width: 577px) {
    .footer-style7::after {
      height: 251px;
    }
  }

  @media (max-width: 480px) {
    .footer-style7::after {
      height: 206px;
    }
  }

  @media (max-width: 390px) {
    .footer-style7::after {
      height: 164px;
    }
  }

  @media (max-width: 1201px) {
    .footer-style7 {
      padding: 28px 15px 0;
    }
  }

  @media (max-width: 390px) {
    .footer-style7 {
      padding: 28px 0 0;
    }
  }

  .footer-style7 .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 577px) {
    .footer-style7 .footer-links {
      margin-top: 30px;
    }
  }

  @media (max-width: 480px) {
    .footer-style7 .footer-links {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .footer-style7 .footer-links li {
    margin: 0 33px 0 0;
  }

  @media (max-width: 480px) {
    .footer-style7 .footer-links li {
      margin-bottom: 20px;
    }
  }

  .footer-style7 .footer-links li:last-child {
    margin: 0;
  }

  .footer-style7 .footer-links li a {
    position: relative;
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--color-content-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer-style7 .footer-links li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-content-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
  }

  .footer-style7 .footer-links li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 12px;
    background-color: var(--color-content-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .footer-style7 .footer-links li a:hover {
    padding-left: 10px;
    color: var(--color-content-white);
  }

  .footer-style7 .footer-links li a:hover::before,
  .footer-style7 .footer-links li a:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .footer-content7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width: 1025px) {
    .footer-content7 {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }

  @media (max-width: 577px) {
    .footer-content7 {
      display: block;
    }
  }

  .footer-content7 .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 884px;
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    color: transparent !important;
    background-color: transparent;
    background-image: -webkit-linear-gradient(272deg, #A2F5FF 0%, #EA84C2 100%);
    background-image: linear-gradient(178deg, #A2F5FF 0%, #EA84C2 100%);
  }

  @media (max-width: 1025px) {
    .footer-content7 .title {
      font-size: 52px;
      line-height: 60px;
      max-width: 600px;
    }
  }

  @media (max-width: 820px) {
    .footer-content7 .title {
      font-size: 46px;
      line-height: 56px;
    }
  }

  @media (max-width: 577px) {
    .footer-content7 .title {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 480px) {
    .footer-content7 .title {
      font-size: 36px;
      line-height: 45px;
    }
  }

  .footer-content7 .ibt-btn {
    position: relative;
    top: -10px;
    color: var(--color-content-white);
  }

  .footer-menu7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width: 820px) {
    .footer-menu7 {
      margin-top: 40px;
    }
  }

  @media (max-width: 577px) {
    .footer-menu7 .footer-links:last-child {
      margin-top: 50px;
    }
  }

  .location-widget7 {
    position: relative;
  }

  .location-widget7 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
    max-width: 258px;
  }

  .contact-widget7 {
    position: relative;
  }

  @media (max-width: 480px) {
    .contact-widget7 {
      margin-top: 50px;
    }
  }

  .contact-widget7 .nmbr {
    display: block;
    color: var(--color-content-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 2px;
  }

  .contact-widget7 .nmbr:nth-child(3) {
    margin-bottom: 75px;
  }

  .contact-widget7 .gmail {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    display: inline-block;
    color: var(--color-content-white);
  }

  .about-widget7 {
    position: relative;
  }

  .about-widget7 .footer-logo {
    margin-bottom: 25px;
  }

  .about-widget7 p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0;
    color: #BEBEBE;
  }

  @media (max-width: 820px) {
    .about-widget7 p {
      margin-top: 30px;
    }
  }

  .about-widget7 p a {
    text-decoration: underline;
    color: #BEBEBE;
  }

  .btn-box5 {
    position: relative;
    text-align: right;
  }

  @media (max-width: 577px) {
    .btn-box5 {
      text-align: left;
      margin-top: 60px;
    }
  }

  .btn-box5 .contact-btn {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-content-white);
    width: 174px;
    height: 174px;
    line-height: 174px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btn-box5 .contact-btn .text {
    display: inline-block;
    position: relative;
    will-change: transform;
    z-index: 111;
  }

  .btn-box5 .contact-btn .border-outer {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--color-content-white);
    width: 174px;
    height: 174px;
    line-height: 174px;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
  }

  .btn-box5 .contact-btn .border-inner {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--color-content-white);
    width: 174px;
    height: 174px;
    line-height: 174px;
    border-radius: 100%;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .widget-area7 {
    position: relative;
    padding: 142px 0 99px;
  }

  @media (max-width: 1025px) {
    .widget-area7 {
      padding: 80px 0;
    }
  }

  .footer-botom7 {
    position: relative;
    padding: 0;
  }

  .footer-botom7 .footer-box {
    border-top: 1px solid #CBCBCB;
    padding: 59px 0 84px;
  }

  @media (max-width: 1025px) {
    .footer-botom7 .footer-box {
      padding: 59px 0 55px;
    }
  }

  @media (max-width: 577px) {
    .footer-botom7 .footer-box {
      display: block;
    }
  }

  .footer-style4.v17 {
    background-color: unset;
    margin: 0;
  }

  .main-sec.v3::before {
    display: none;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }

  .cursor-inner {
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 10000001;
    background: var(--color-primary-opacity-800);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.7s ease-out;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.7s ease-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.7s ease-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.7s ease-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  }

  .cursor-inner.cursor-hover {
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    mix-blend-mode: difference;
    box-sizing: border-box;
    z-index: 10000000;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .cursor-outer {
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    border: var(--border-width) solid var(--color-primary-opacity-800);
    box-sizing: border-box;
    z-index: 10000000;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-out;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }

  .main-wrapper[data-magic-cursor=hide] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .page-title-container {
    position: relative;
    margin: 21px auto 0;
    min-height: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 70px 0;
    font-size: 30px;
    box-sizing: border-box;
    border-radius: 25px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
    z-index: 3;
  }

  .page-title-container .page-title-row {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1420px;
    width: 100%;
    box-sizing: border-box;
  }

  .page-title-container .page-title-box {
    position: relative;
  }

  .page-title-container .page-title {
    word-wrap: break-word;
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 1.125em;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-top: 0;
    color: var(--color-content-white);
  }

  .page-title-container .page-title:before,
  .page-title-container .page-title:after {
    content: "/ ";
    white-space: pre;
  }

  .page-title-container .page-title:after {
    content: " /";
  }

  .page-title-container .page-title-box-icon {
    margin: 0 auto 22px;
  }

  .page-title-container .page-title-decoration-tl,
  .page-title-container .page-title-decoration-br,
  .page-title-container .page-title-decoration-bl {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
  }

  @media only screen and (max-width: 767px) {

    .page-title-container .page-title-decoration-tl,
    .page-title-container .page-title-decoration-br,
    .page-title-container .page-title-decoration-bl {
      display: none;
    }
  }

  .page-title-container .page-title-decoration-tl:before,
  .page-title-container .page-title-decoration-tl:after,
  .page-title-container .page-title-decoration-br:before,
  .page-title-container .page-title-decoration-br:after,
  .page-title-container .page-title-decoration-bl:before,
  .page-title-container .page-title-decoration-bl:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
  }

  .page-title-container .page-title-decoration-tl {
    left: -1px;
    top: -1px;
    padding: 0 20px 20px 0;
  }

  .page-title-container .page-title-decoration-tl:before {
    left: 0;
    bottom: -20px;
    border-top-left-radius: 20px;
    box-shadow: 0 -20px 0 0 #ffffff;
  }

  .page-title-container .page-title-decoration-tl:after {
    right: 0;
    top: 0;
    border-top-left-radius: 20px;
    box-shadow: 0 -20px 0 0 #ffffff;
  }

  .page-title-container .page-title-decoration-tl .page-title-decoration-tl-inner {
    width: 78px;
    height: 50px;
    border-radius: 23px 0 25px 0;
  }

  .page-title-container .page-title-decoration-br {
    right: -1px;
    bottom: -1px;
    padding: 20px 0 0 20px;
  }

  .page-title-container .page-title-decoration-br:before {
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
  }

  .page-title-container .page-title-decoration-br:after {
    right: 0;
    top: -20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
  }

  .page-title-container .page-title-decoration-br .page-title-decoration-br-inner {
    width: 70px;
    height: 100px;
    border-radius: 25px 0 23px 0;
  }

  .page-title-container .page-title-decoration-bl {
    left: -1px;
    bottom: -1px;
    padding: 20px 20px 0 0;
  }

  .page-title-container .page-title-decoration-bl:before {
    left: 0;
    top: -20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
  }

  .page-title-container .page-title-decoration-bl:after {
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
  }

  .page-title-container .page-title-decoration-bl .page-title-decoration-bl-inner {
    width: 198px;
    height: 58px;
    border-radius: 0 25px 0 23px;
  }

  .page-title-container.has-decoration .page-title-additional {
    right: 120px;
  }

  .page-title-container.has-decoration.has-additional-text .page-title-row {
    padding: 0 180px;
  }

  .page-title-container.has-additional-text .page-title-row {
    padding: 0 90px;
  }

  .top-page-wrapper.header-position-over .page-title-container {
    margin-top: 0;
  }

  .top-page-wrapper.header-position-over .no-header+.page-title-container {
    margin-top: 21px;
  }

  .page-title-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--color-surface-black);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
  }

  .page-title-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-title-additional {
    position: absolute;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.75em;
    bottom: 20px;
    right: 30px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px currentColor;
    white-space: nowrap;
    display: none;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
  }

  .breadcrumbs-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    padding: 20px 20px 0 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .breadcrumbs-wrapper:before,
  .breadcrumbs-wrapper:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
  }

  .breadcrumbs-wrapper:before {
    left: 0;
    top: -20px;
    border-bottom-left-radius: 20px;
  }

  .breadcrumbs-wrapper:after {
    right: 0;
    border-bottom-left-radius: 20px;
  }

  .page-title-container .page-title-decoration-bl .page-title-decoration-bl-inner,
  .page-title-container .page-title-decoration-tl .page-title-decoration-tl-inner,
  .page-title-container .page-title-decoration-br .page-title-decoration-br-inner {
    background-color: var(--color-surface-white);
  }

  .page-title-wrapper,
  .body-container .page-title-wrapper a,
  .page-title-container .page-title-additional {
    color: var(--color-content-white);
  }

  @media only screen and (min-width: 576px) {
    .page-title-container {
      font-size: 45px;
    }

    .page-title-container .page-title {
      font-size: 45px;
    }
  }

  @media only screen and (min-width: 768px) {
    .page-title-container {
      min-height: 400px;
      font-size: 50px;
    }

    .page-title-container .page-title-row {
      padding: 0 30px;
    }

    .page-title-container .page-title {
      font-size: 1em;
    }
  }

  @media only screen and (min-width: 992px) {
    .page-title-container {
      min-height: 540px;
      font-size: 60px;
    }

    .page-title-container.has-decoration.has-additional-text .page-title-row {
      padding: 0 180px;
    }

    .page-title-container.has-decoration .page-title-row {
      padding: 0 110px;
    }

    .page-title-container.has-additional-text .page-title-row {
      padding: 0 90px;
    }

    .page-title-container .page-title-decoration-bl,
    .page-title-container .page-title-decoration-tl,
    .page-title-container .page-title-decoration-br {
      display: block;
    }

    .page-title-container .page-title-decoration-bl .page-title-decoration-bl-inner {
      width: 295px;
      height: 88px;
    }

    .page-title-container .page-title-decoration-tl .page-title-decoration-tl-inner {
      width: 102px;
      height: 65px;
    }

    .page-title-container .page-title-decoration-br .page-title-decoration-br-inner {
      width: 90px;
      height: 14.21vw;
    }

    .page-title-container .page-title-row {
      padding: 0 40px;
    }

    .page-title-container .page-title-additional {
      display: block;
    }

    .page-title-container .breadcrumbs {
      padding: 35px 82px 26px 82px;
    }
  }

  @media only screen and (min-width: 1440px) {
    .page-title-container {
      font-size: 80px;
    }

    .page-title-container.has-additional-text .page-title-row {
      padding: 0 130px;
    }

    .page-title-container.has-additional-text.has-decoration .page-title-row {
      padding: 0 220px;
    }

    .page-title-container .page-title-additional {
      font-size: 1.25em;
    }
  }

  @media only screen and (min-width: 1830px) {
    .page-title-container.has-additional-text .page-title-row {
      padding: 0 40px;
    }

    .page-title-container.has-additional-text.has-decoration .page-title-row {
      padding: 0 40px;
    }
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .ibt-list.has-left-icon {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }

  .ibt-list.has-left-icon li {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--f-medium);
  }

  .ibt-list.has-left-icon li svg,
  .ibt-list.has-left-icon li i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 5px;
    font-size: 10px;
  }

  .ibt-list.has-left-icon.has-icon-circle li {
    gap: 16px;
  }

  .ibt-list.has-left-icon.has-icon-circle li i {
    margin-top: 7px;
    background: var(--gradient-3);
    color: var(--color-content-white);
    height: 15px;
    width: 15px;
    font-size: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: var(--radius-full);
  }

  ul {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .ibt-btn {
    cursor: pointer;
    font-family: var(--font-secondary);
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    letter-spacing: var(--letter-spacing-b2);
    font-weight: var(--f-medium);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    height: 65px;
    padding: 13px 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-surface-light-3);
    color: var(--color-body);
    border-radius: var(--radius-lg);
    border: none;
    position: relative;
    white-space: nowrap;
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
  }

  .ibt-btn i[class=icon-arrow-top],
  .ibt-btn span[class=icon-arrow-top] {
    text-indent: 0.8em;
    font-size: 10px;
    line-height: 1.1;
    position: relative;
    padding-right: 1px;
    overflow: hidden;
  }

  .ibt-btn i[class=icon-arrow-top]::before,
  .ibt-btn i[class=icon-arrow-top]::after,
  .ibt-btn span[class=icon-arrow-top]::before,
  .ibt-btn span[class=icon-arrow-top]::after {
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
  }

  .ibt-btn i[class=icon-arrow-top]::after,
  .ibt-btn span[class=icon-arrow-top]::after {
    content: "\e830";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    transform: translateX(-110%) translateY(200%);
    -webkit-transform: translateX(-110%) translateY(200%);
    -ms-transform: translateX(-110%) translateY(200%);
  }

  .ibt-btn:hover {
    background: var(--color-surface-dark-2);
    color: var(--color-content-white);
  }

  .ibt-btn:hover i[class=icon-arrow-top]::before,
  .ibt-btn:hover span[class=icon-arrow-top]::before {
    transform: translateX(100%) translateY(-170%);
    -webkit-transform: translateX(100%) translateY(-170%);
    -ms-transform: translateX(100%) translateY(-170%);
  }

  .ibt-btn:hover i[class=icon-arrow-top]::after,
  .ibt-btn:hover span[class=icon-arrow-top]::after {
    transform: translateX(-1px) translateY(1px);
    -webkit-transform: translateX(-1px) translateY(1px);
    -ms-transform: translateX(-1px) translateY(1px);
  }

  .ibt-btn.ibt-btn-outline {
    background: transparent;
    border: 2px solid transparent;
  }

  .ibt-btn.ibt-btn-outline::before,
  .ibt-btn.ibt-btn-outline::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: var(--radius-lg);
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
  }

  .ibt-btn.ibt-btn-outline::before {
    content: "";
    position: absolute;
    padding: 1px;
    /* border ki width */
    border-radius: 12px;
    background: -webkit-linear-gradient(left, #4875c8, #7061c8);
    background: linear-gradient(90deg, #4875c8, #7061c8);
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

  .ibt-btn.ibt-btn-outline::after {
    background: var(--gradient-btn-1);
    opacity: 0;
  }

  .ibt-btn.ibt-btn-outline>* {
    position: relative;
    z-index: 1;
  }

  .ibt-btn.ibt-btn-outline:hover::after {
    opacity: 1;
  }

  .ibt-btn.ibt-btn-outline-2 {
    background: transparent;
    border: 2px solid transparent;
  }

  .ibt-btn.ibt-btn-outline-2::before,
  .ibt-btn.ibt-btn-outline-2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: var(--radius-lg);
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
  }

  .ibt-btn.ibt-btn-outline-2::before {
    content: "";
    padding: 1.5px;
    background: var(--gradient-1);
    -webkit-mask: -webkit-linear-gradient(#ffffff 0 0) content-box, -webkit-linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .ibt-btn.ibt-btn-outline-2::after {
    background: var(--gradient-1);
    opacity: 0;
  }

  .ibt-btn.ibt-btn-outline-2>* {
    position: relative;
    z-index: 1;
  }

  .ibt-btn.ibt-btn-outline-2:hover {
    color: var(--color-body);
  }

  .ibt-btn.ibt-btn-outline-2:hover::after {
    opacity: 1;
  }

  .ibt-btn.ibt-btn-outline-3 {
    background: transparent;
    border: 2px solid transparent;
  }

  .ibt-btn.ibt-btn-outline-3::before,
  .ibt-btn.ibt-btn-outline-3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: var(--radius-lg);
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
  }

  .ibt-btn.ibt-btn-outline-3::before {
    content: "";
    position: absolute;
    padding: 2px;
    /* border ki width */
    border-radius: 12px;
    background: -webkit-linear-gradient(left, #FF7A00, #FDBA74);
    background: linear-gradient(90deg, #FF7A00, #FDBA74);
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

  .ibt-btn.ibt-btn-outline-3::after {
    background: var(--gradient-3);
    opacity: 0;
  }

  .ibt-btn.ibt-btn-outline-3>* {
    position: relative;
    z-index: 1;
  }

  .ibt-btn.ibt-btn-outline-3:hover {
    color: var(--color-body);
  }

  .ibt-btn.ibt-btn-outline-3:hover::after {
    opacity: 1;
  }

  .ibt-btn.ibt-btn-secondary {
    background: var(--color-secondary);
    color: var(--color-content-white);
    position: relative;
    overflow: hidden;
  }

  .ibt-btn.ibt-btn-secondary i[class=icon-arrow-top],
  .ibt-btn.ibt-btn-secondary span[class=icon-arrow-top] {
    text-indent: 1.3em;
    margin-left: 41px;
  }

  .ibt-btn.ibt-btn-secondary:hover {
    background: var(--color-secondary-alt);
  }

  .ibt-btn.ibt-btn-dark {
    background: var(--color-surface-dark-2);
    color: var(--color-content-white);
    position: relative;
    overflow: hidden;
  }

  .ibt-btn.ibt-btn-dark>* {
    position: relative;
    z-index: 1;
  }

  .ibt-btn.ibt-btn-dark::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--gradient-btn-1);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .ibt-btn.ibt-btn-dark:hover::after {
    opacity: 1;
  }

  .ibt-btn.ibt-btn-rounded {
    border-radius: var(--radius-4xl);
    padding: 13px 45px;
  }

  .ibt-btn.ibt-btn-rounded.ibt-btn-outline::before,
  .ibt-btn.ibt-btn-rounded.ibt-btn-outline::after,
  .ibt-btn.ibt-btn-rounded.ibt-btn-outline-2::before,
  .ibt-btn.ibt-btn-rounded.ibt-btn-outline-2::after,
  .ibt-btn.ibt-btn-rounded.ibt-btn-outline-3::before,
  .ibt-btn.ibt-btn-rounded.ibt-btn-outline-3::after {
    border-radius: var(--radius-4xl);
  }

  .lg-toolbar .lg-icon,
  .lg-counter {
    color: #fff !important;
  }

  .lg-counter {
    font-weight: 600;
    font-size: 18px !important;
  }

  .lg-toolbar .lg-download:after,
  .lg-toolbar .lg-close:after,
  .lg-icon.lg-zoom-in:after {
    font-size: 20px !important;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .hero-style1 {
    padding: 239px 0 21px;
    background-color: #ecf0f4;
  }

  @media (max-width: 1440px) {
    .hero-style1 {
      padding-top: 239px;
    }
  }

  @media (max-width: 1201px) {
    .hero-style1 {
      padding-top: 176px;
    }
  }

  @media (max-width: 769px) {
    .hero-style1 {
      padding-top: 125px;
    }
  }

  @media (max-width: 480px) {
    .hero-style1 {
      padding-top: 110px;
    }
  }

  .hero-style1 .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70%;
  }

  .hero-style1 .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
  }

  .hero-style1 .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
  }

  .hero-info {
    position: relative;
  }

  .hero-info::before {
    content: "";
    position: absolute;
    top: -17%;
    left: 0px;
    width: 100%;
    height: 1176px;
    background-image: url(../images/layers/eclips-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 1440px) {
    .hero-info {
      padding: 0 40px;
    }
  }

  @media (max-width: 1201px) {
    .hero-info {
      padding: 0;
    }
  }

  @media (max-width: 820px) {
    .hero-info {
      padding: 0 7px;
    }
  }

  .hero-title {
    position: relative;
  }

  .gradient-title {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 0;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1440px) {
    .gradient-title {
      font-size: 98px;
    }
  }

  @media (max-width: 1201px) {
    .gradient-title {
      font-size: 75px;
      line-height: 75px;
    }
  }

  @media (max-width: 769px) {
    .gradient-title {
      font-size: 69px;
      line-height: 77px;
    }
  }

  @media (max-width: 577px) {
    .gradient-title {
      font-size: 53px;
      line-height: 62px;
    }
  }

  @media (max-width: 480px) {
    .gradient-title {
      font-size: 43px;
      line-height: 56px;
    }
  }

  @media (max-width: 390px) {
    .gradient-title {
      font-size: 38px;
      line-height: 51px;
    }
  }

  .gradient-title span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent;
  }

  .hero-content {
    position: relative;
    top: -10px;
    margin-left: 57px;
  }

  @media (max-width: 1025px) {
    .hero-content {
      margin: 30px 0 0;
      max-width: 600px;
    }
  }

  .hero-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 29px;
  }

  @media (max-width: 769px) {
    .hero-content p {
      margin-bottom: 30px;
    }
  }

  .video-banner {
    position: relative;
    margin: 85px 20px 0;
    overflow: hidden;
    background-image: url(../images/bg/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
  }

  @media (max-width: 1201px) {
    .video-banner {
      margin: 75px 20px 0;
    }
  }

  @media (max-width: 769px) {
    .video-banner {
      margin: 51px 20px 0;
    }
  }

  .video-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 322px;
    height: 102px;
    background-image: url(../images/layers/banner-l.png);
  }

  .banner-content {
    position: relative;
    padding: 70px 0 0 78px;
  }

  .banner-content::after {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 15%;
    width: 366px;
    height: 366px;
    background-image: url(../images/layers/dots.png);
  }

  @media (max-width: 1025px) {
    .banner-content::after {
      bottom: 0;
      right: 3%;
    }
  }

  @media (max-width: 820px) {
    .banner-content::after {
      bottom: -110px;
      right: 2%;
    }
  }

  @media (max-width: 480px) {
    .banner-content::after {
      bottom: -153px;
      right: -20%;
    }
  }

  @media (max-width: 577px) {
    .banner-content {
      padding: 70px 0px 0px 19px;
    }
  }

  @media (max-width: 577px) {
    .banner-content {
      height: 450px;
    }
  }

  @media (max-width: 390px) {
    .banner-content {
      height: 499px;
    }
  }

  .banner-content img {
    border-radius: 25px;
  }

  .banner-content .sub-title {
    font-family: var(--font-primary);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    display: block;
    max-width: 482px;
    color: var(--color-content-white);
    margin-bottom: 196px;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1440px) {
    .banner-content .sub-title {
      max-width: 402px;
      margin-bottom: 75px;
    }
  }

  @media (max-width: 1201px) {
    .banner-content .sub-title {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 1025px) {
    .banner-content .sub-title {
      max-width: 415px;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 769px) {
    .banner-content .sub-title {
      font-size: 30px;
      line-height: 1em;
      max-width: 350px;
    }
  }

  @media (max-width: 577px) {
    .banner-content .sub-title {
      font-size: 26px;
      margin-bottom: 38px;
    }
  }

  .banner-content .title2 {
    position: relative;
    font-size: 350px;
    line-height: 237px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--color-surface-light-1);
    letter-spacing: -0.07em;
    display: inline-block;
    bottom: -30px;
  }

  @media (max-width: 1440px) {
    .banner-content .title2 {
      font-size: 250px;
      bottom: -35px;
      left: -20px;
    }
  }

  @media (max-width: 1201px) {
    .banner-content .title2 {
      font-size: 180px;
      line-height: 180px;
    }
  }

  @media (max-width: 820px) {
    .banner-content .title2 {
      font-size: 144px;
      line-height: 150px;
    }
  }

  @media (max-width: 769px) {
    .banner-content .title2 {
      font-size: 120px;
      line-height: 120px;
    }
  }

  @media (max-width: 577px) {
    .banner-content .title2 {
      font-size: 100px;
      line-height: 100px;
      left: 0;
      bottom: 0;
    }
  }

  .banner-content p {
    position: absolute;
    bottom: 107px;
    right: 49px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: var(--color-content-white);
    max-width: 118px;
    letter-spacing: -0.03em;
  }

  .hero-style2 {
    position: relative;
    margin: 20px 20px 0;
    z-index: 0;
  }

  .hero-style2 .slider-btn {
    bottom: auto;
    top: 50%;
    left: auto;
    right: -38px;
    line-height: unset;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999;
  }

  .hero-style2 .slider-btn::before {
    content: "";
    position: absolute;
    left: -19px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape5.png);
  }

  .hero-style2 .slider-btn::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 40px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape4.png);
    -webkit-transform: rotate(179deg);
    -ms-transform: rotate(179deg);
    transform: rotate(179deg);
  }

  .hero-style2 .slider-btn .swiper-button-next {
    margin: 0 13px 0px 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .hero-style2 .slider-btn .swiper-button-next::before {
    content: "\e845";
    font: 400 normal 11px/1em "fontello";
    font-size: 14px;
  }

  .hero-style2 .slider-btn .swiper-button-prev {
    margin: 0 0 0 13px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .hero-style2 .slider-btn .swiper-button-prev::before {
    content: "\e845";
    font: 400 normal 11px/1em "fontello";
    font-size: 14px;
  }

  .hero-style2 .slider-btn .swiper-button-prev,
  .hero-style2 .slider-btn .swiper-button-next {
    background-color: unset;
    padding: 0;
    border: 0;
    outline: none;
    width: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }

  .hero-style2 .slider-btn .swiper-button-prev:hover,
  .hero-style2 .slider-btn .swiper-button-next:hover {
    color: var(--color-primary);
  }

  .hero-style2 .slider-btn .swiper-button-next.active,
  .hero-style2 .slider-btn .swiper-button-prev.active {
    outline: none;
  }

  .hero-text2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media (max-width: 1201px) {
    .hero-text2 {
      margin: 0 20px;
    }
  }

  @media (max-width: 820px) {
    .hero-text2 {
      top: 43%;
    }
  }

  @media (max-width: 769px) {
    .hero-text2 {
      top: 134px;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
    }
  }

  @media (max-width: 390px) {
    .hero-text2 {
      margin: 0 10px;
    }
  }

  .hero-text2 .btn-style1 img {
    display: inline-block;
  }

  .hero-sec-info2 {
    position: relative;
    margin-top: 68px;
  }

  @media (max-width: 1440px) {
    .hero-sec-info2 {
      margin: 0;
    }
  }

  @media (max-width: 1366px) {
    .hero-sec-info2 {
      padding: 0 20px;
    }
  }

  @media (max-width: 1201px) {
    .hero-sec-info2 {
      padding: 0;
    }
  }

  @media (max-width: 390px) {
    .hero-sec-info2 {
      max-width: 269px;
    }
  }

  .hero-sec-info2 .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--color-content-white);
    max-width: 1027px;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1440px) {
    .hero-sec-info2 .title {
      font-size: 60px;
      line-height: 1.125;
      max-width: 940px;
    }
  }

  @media (max-width: 1025px) {
    .hero-sec-info2 .title {
      max-width: 795px;
    }
  }

  @media (max-width: 820px) {
    .hero-sec-info2 .title {
      max-width: 598px;
      font-size: 43px;
    }
  }

  @media (max-width: 769px) {
    .hero-sec-info2 .title {
      max-width: 629px;
      font-size: 49px;
    }
  }

  @media (max-width: 577px) {
    .hero-sec-info2 .title {
      max-width: 527px;
      font-size: 38px;
    }
  }

  @media (max-width: 480px) {
    .hero-sec-info2 .title {
      max-width: 410px;
      font-size: 36px;
    }
  }

  @media (max-width: 390px) {
    .hero-sec-info2 .title {
      font-size: 34px;
    }
  }

  .hero-sec-info2 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 41px;
    color: var(--color-content-white);
    max-width: 600px;
  }

  @media (max-width: 769px) {
    .hero-sec-info2 p {
      max-width: 462px;
    }
  }

  @media (max-width: 480px) {
    .hero-sec-info2 p {
      max-width: 362px;
    }
  }

  @media (max-width: 390px) {
    .hero-sec-info2 p {
      max-width: 241px;
    }
  }

  .hero-content2 {
    position: relative;
    height: 100%;
  }

  @media (max-width: 1440px) {
    .hero-content2 {
      height: 800px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content2 {
      height: 690px;
    }
  }

  @media (max-width: 769px) {
    .hero-content2 {
      height: 775px;
    }
  }

  @media (max-width: 390px) {
    .hero-content2 {
      height: 804px;
    }
  }

  .hero-content2>img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
  }

  .exp-box {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background-color: var(--color-content-white);
    width: 500px;
    border-radius: 25px;
    padding: 33px 9px;
    padding-left: 252px;
  }

  @media (max-width: 820px) {
    .exp-box {
      width: 451px;
      padding-left: 224px;
    }
  }

  @media (max-width: 769px) {
    .exp-box {
      width: 457px;
      padding-left: 230px;
      right: auto;
      left: 20px;
      bottom: 20px;
    }
  }

  @media (max-width: 480px) {
    .exp-box {
      padding-bottom: 39px;
      width: 400px;
      padding-left: 220px;
    }
  }

  @media (max-width: 390px) {
    .exp-box {
      width: 314px;
      padding: 12px 9px 17px 146px;
      left: 11px;
    }
  }

  .exp-box p {
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-content-black2);
    max-width: 203px;
  }

  @media (max-width: 1366px) {
    .exp-box p {
      font-size: 19px;
    }
  }

  @media (max-width: 480px) {
    .exp-box p {
      font-size: 16px;
      line-height: 21px;
      margin-right: 20px;
    }
  }

  @media (max-width: 390px) {
    .exp-box p {
      font-size: 14px;
    }
  }

  .video-img {
    position: absolute;
    top: 9px;
    left: 9px;
    display: inline-block;
  }

  @media (max-width: 390px) {
    .video-img {
      top: 13px;
    }
  }

  @media (max-width: 390px) {
    .video-img {
      width: 120px;
    }
  }

  .video-img .video-popup {
    width: 100%;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-content-white);
  }

  @media (max-width: 769px) {
    .video-img .video-popup {
      text-align: center;
      left: 0;
    }

    .video-img .video-popup i {
      margin: 0;
    }

    .video-img .video-popup span {
      display: none;
    }
  }

  .video-img .video-popup i::after {
    border-color: var(--color-content-white);
  }

  .video-img .video-popup:hover i {
    background-color: var(--color-content-white);
    color: var(--color-content-black2);
  }

  .counter-box2 {
    position: relative;
    display: inline-block;
  }

  .counter-box2 .counter-number,
  .counter-box2 .counter-text {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block;
    background-color: transparent;
    color: rgba(2, 1, 1, 0);
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(346deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(104deg, #FF7A00 0%, #FDBA74 100%);
    font-family: var(--font-tertiary);
    font-family: "Sora", Sans-serif;
  }

  @media (max-width: 577px) {

    .counter-box2 .counter-number,
    .counter-box2 .counter-text {
      font-size: 45px;
    }
  }

  @media (max-width: 390px) {

    .counter-box2 .counter-number,
    .counter-box2 .counter-text {
      line-height: 52px;
    }
  }

  .hero-style4 {
    position: relative;
  }

  .hero-content4 {
    position: relative;
    padding: 141px 0 191px;
  }

  @media (max-width: 1440px) {
    .hero-content4 {
      padding: 79px 0 90px;
    }
  }

  @media (max-width: 769px) {
    .hero-content4 {
      padding: 60px 0 50px;
    }
  }

  .hero-content4 .title {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 50px;
    color: var(--color-heading);
  }

  @media (max-width: 1440px) {
    .hero-content4 .title {
      font-size: 77px;
    }
  }

  @media (max-width: 1201px) {
    .hero-content4 .title {
      font-size: 71px;
      line-height: 74px;
    }
  }

  @media (max-width: 769px) {
    .hero-content4 .title {
      font-size: 66px;
    }
  }

  @media (max-width: 577px) {
    .hero-content4 .title {
      font-size: 47px;
      line-height: 54px;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 480px) {
    .hero-content4 .title {
      font-size: 43px;
      line-height: 52px;
    }
  }

  .hero-content4 .title span {
    background-image: -webkit-linear-gradient(342deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(108deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    text-decoration: none;
    color: transparent;
  }

  .hero-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
  }

  @media (max-width: 577px) {
    .hero-form {
      display: block;
    }
  }

  .hero-form .input-box {
    position: relative;
  }

  @media (max-width: 577px) {
    .hero-form .input-box {
      margin-bottom: 10px;
    }
  }

  .hero-form .input-box input {
    width: 424px;
    padding: 0 23px;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    outline: none;
    background: transparent;
    margin-right: 7px;
  }

  .hero-form .input-box input:not(:-moz-placeholder)+label {
    top: 0px;
    left: 23px;
    font-size: 16px;
    color: #a1a1a1;
    background: #fff;
  }

  .hero-form .input-box input:not(:-ms-input-placeholder)+label {
    top: 0px;
    left: 23px;
    font-size: 16px;
    color: #a1a1a1;
    background: #fff;
  }

  .hero-form .input-box input:focus+label,
  .hero-form .input-box input:not(:placeholder-shown)+label {
    top: 0px;
    left: 23px;
    font-size: 16px;
    color: #a1a1a1;
    background: #fff;
  }

  @media (max-width: 577px) {
    .hero-form .input-box input {
      width: 100%;
    }
  }

  .hero-form .input-box label {
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a1a1a1;
    font-size: 16px;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0;
    font-weight: 400;
  }

  .hero-form .ibt-btn-dark {
    height: 50px;
    padding: 0 34px;
    font-weight: 500;
    font-size: 14px;
  }

  .required-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .required-list li {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: var(--color-content-black2);
    margin: 0 16px 0 0;
  }

  .required-list li:last-child {
    margin-right: 0;
  }

  .required-list li i {
    font-size: 11px;
    color: #45d498;
    margin-right: 8px;
  }

  .hero-img4 {
    position: absolute;
    top: 43px;
    right: 0;
  }

  @media (max-width: 1440px) {
    .hero-img4 {
      top: 68px;
      width: 700px;
    }
  }

  @media (max-width: 1201px) {
    .hero-img4 {
      width: 600px;
    }
  }

  @media (max-width: 1025px) {
    .hero-img4 {
      width: 427px;
    }
  }

  @media (max-width: 820px) {
    .hero-img4 {
      position: static;
      width: 100%;
    }
  }

  .hero-info4 {
    padding-left: 104px;
  }

  @media (max-width: 1440px) {
    .hero-info4 {
      padding-left: 78px;
    }
  }

  @media (max-width: 1366px) {
    .hero-info4 {
      padding-left: 62px;
    }
  }

  @media (max-width: 1201px) {
    .hero-info4 {
      padding-left: 0px;
    }
  }

  @media (max-width: 1025px) {
    .hero-info4 {
      padding: 0 20px;
    }
  }

  @media (max-width: 480px) {
    .hero-info4 {
      padding: 0 10px;
    }
  }

  .hero-style5 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .hero-style5 {
      padding-top: 60px;
    }
  }

  @media (max-width: 769px) {
    .hero-style5 {
      padding-top: 15px;
    }
  }

  .hero-style5::before {
    content: "";
    position: absolute;
    top: -18%;
    left: 0;
    width: 100%;
    height: 1300px;
    background-image: url(../images/layers/eclips9-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .hero-style5::before {
      top: 0;
      width: 100%;
    }
  }

  .hero-info5 {
    position: relative;
    padding-right: 35px;
  }

  @media (max-width: 1201px) {
    .hero-info5 {
      padding-right: 0;
    }
  }

  .hero-content5 {
    position: relative;
    padding: 40px 42px 69px 122px;
  }

  @media (max-width: 1201px) {
    .hero-content5 {
      padding: 40px 0 40px;
    }
  }

  .hero-content5 .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 33px;
    color: var(--color-heading);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {
    .hero-content5 .title {
      font-size: 45px;
      line-height: 50px;
    }
  }

  @media (max-width: 577px) {
    .hero-content5 .title {
      font-size: 40px;
      line-height: 48px;
    }
  }

  @media (max-width: 480px) {
    .hero-content5 .title {
      font-size: 35px;
      line-height: 45px;
    }
  }

  @media (max-width: 390px) {
    .hero-content5 .title {
      font-size: 30px;
      line-height: 38px;
    }
  }

  .hero-block {
    position: relative;
  }

  @media (max-width: 1440px) {
    .hero-block {
      height: 272px;
    }
  }

  @media (max-width: 1025px) {
    .hero-block {
      height: 304px;
    }
  }

  @media (max-width: 820px) {
    .hero-block {
      margin-bottom: 40px;
    }
  }

  .hero-block img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
  }

  .hero-block-content {
    position: absolute;
    bottom: 31px;
    left: 41px;
  }

  @media (max-width: 1201px) {
    .hero-block-content {
      left: 31px;
    }
  }

  @media (max-width: 1025px) {
    .hero-block-content {
      bottom: 33px;
      left: 25px;
      max-width: 190px;
    }
  }

  .hero-block-content .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 34px;
    max-width: 206px;
    color: var(--color-content-white);
  }

  .hero-block-content .sub-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-white);
    display: inline-block;
  }

  .counter-box9 {
    position: relative;
    margin-bottom: 9px;
  }

  .counter-box9 .counter-number,
  .counter-box9 .counter-text {
    font-size: 60px;
    line-height: 49px;
    font-weight: 700;
    display: inline-block;
    font-family: var(--font-primary);
    letter-spacing: -0.03em;
    background-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(347deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(103deg, #8258c8 0%, #2c84c8 100%);
    background-color: transparent;
    color: rgba(2, 1, 1, 0);
    -webkit-background-clip: text;
  }

  .hero-block.v2 .hero-block-content {
    bottom: 52px;
  }

  .hero-block.v2 .title {
    max-width: 230px;
    margin-bottom: 19px;
  }

  .hero-img5 {
    position: relative;
    padding-left: 47px;
    height: 100%;
  }

  @media (max-width: 1440px) {
    .hero-img5 {
      padding-left: 15px;
    }
  }

  @media (max-width: 1201px) {
    .hero-img5 {
      padding-left: 0;
    }
  }

  .hero-img5>img {
    border-radius: 16px;
    width: 100%;
    max-height: 760px;
    object-fit: cover;
  }

  @media (max-width: 1440px) {
    .hero-img5>img {
      height: 100%;
      max-height: unset;
    }
  }

  @media (max-width: 480px) {
    .hero-img5>img {
      height: 516px;
    }
  }

  @media (max-width: 390px) {
    .hero-img5>img {
      height: 678px;
    }
  }

  .hero-img5 .title {
    position: absolute;
    bottom: 73px;
    left: 86px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 240px;
    color: var(--color-content-white);
  }

  @media (max-width: 1440px) {
    .hero-img5 .title {
      bottom: 92px;
      left: 55px;
      font-size: 29px;
      line-height: 30px;
      max-width: 208px;
    }
  }

  @media (max-width: 1366px) {
    .hero-img5 .title {
      left: 44px;
      font-size: 24px;
      max-width: 173px;
    }
  }

  @media (max-width: 1201px) {
    .hero-img5 .title {
      bottom: 32%;
      left: 25px;
    }
  }

  @media (max-width: 820px) {
    .hero-img5 .title {
      bottom: 33%;
    }
  }

  @media (max-width: 577px) {
    .hero-img5 .title {
      bottom: 43%;
    }
  }

  @media (max-width: 390px) {
    .hero-img5 .title {
      bottom: 26%;
    }
  }

  @media (max-width: 820px) {
    .hero-img5 .exp-box {
      right: auto;
      left: 13px;
    }
  }

  .hero-style6 {
    position: relative;
    background-color: #ecf0f4;
    border-radius: 0px 0px 25px 25px;
    padding: 183px 20px 32px 20px;
    z-index: 0;
  }

  @media (max-width: 1201px) {
    .hero-style6 {
      padding: 100px 20px 32px 20px;
    }
  }

  .hero-style6 .slider-btn {
    bottom: auto;
    top: 44%;
    left: auto;
    right: -38px;
    line-height: unset;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999999;
    background-color: #ecf0f4;
  }

  .hero-style6 .slider-btn::before {
    content: "";
    position: absolute;
    left: -19px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/hero-shape7.png);
  }

  .hero-style6 .slider-btn::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 40px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/hero-shape6.png);
    -webkit-transform: rotate(179deg);
    -ms-transform: rotate(179deg);
    transform: rotate(179deg);
  }

  .hero-style6 .slider-btn .swiper-button-next {
    margin: 0 13px 0px 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .hero-style6 .slider-btn .swiper-button-next::before {
    content: "\e845";
    font: 400 normal 11px/1em "fontello";
    font-size: 14px;
  }

  .hero-style6 .slider-btn .swiper-button-prev {
    margin: 0 0 0 13px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .hero-style6 .slider-btn .swiper-button-prev::before {
    content: "\e845";
    font: 400 normal 11px/1em "fontello";
    font-size: 14px;
  }

  .hero-style6 .slider-btn .swiper-button-prev,
  .hero-style6 .slider-btn .swiper-button-next {
    background-color: unset;
    padding: 0;
    border: 0;
    outline: none;
    width: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }

  .hero-style6 .slider-btn .swiper-button-prev:hover,
  .hero-style6 .slider-btn .swiper-button-next:hover {
    color: var(--color-primary);
  }

  .hero-style6 .slider-btn .swiper-button-next.active,
  .hero-style6 .slider-btn .swiper-button-prev.active {
    outline: none;
  }

  .hero-style6 .exp-box {
    z-index: 9999;
  }

  @media (max-width: 1201px) {
    .hero-style6 .exp-box {
      width: 426px;
      padding-left: 221px;
    }
  }

  @media (max-width: 820px) {
    .hero-style6 .exp-box {
      right: auto;
      left: 18px;
    }
  }

  @media (max-width: 577px) {
    .hero-style6 .exp-box {
      width: 500px;
    }
  }

  @media (max-width: 480px) {
    .hero-style6 .exp-box {
      width: 401px;
    }
  }

  @media (max-width: 390px) {
    .hero-style6 .exp-box {
      width: 302px;
      padding: 23px 0 30px 164px;
    }
  }

  @media (max-width: 390px) {
    .hero-style6 .exp-box .video-img {
      width: 140px;
    }
  }

  @media (max-width: 390px) {
    .hero-style6 .exp-box .video-img .video-popup {
      display: block;
    }

    .hero-style6 .exp-box .video-img .video-popup i {
      margin: 0 auto 5px;
    }
  }

  @media (max-width: 390px) and (max-width: 390px) {
    .hero-style6 .exp-box .video-img .video-popup i {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .hero-style6 .exp-box p {
      font-size: 13px;
      line-height: 17px;
      margin-right: 3px;
    }
  }

  .hero-content6 {
    position: relative;
  }

  @media (max-width: 1440px) {
    .hero-content6 {
      height: 680px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content6 {
      height: 600px;
    }
  }

  @media (max-width: 820px) {
    .hero-content6 {
      height: 769px;
    }
  }

  @media (max-width: 577px) {
    .hero-content6 {
      height: 738px;
    }
  }

  @media (max-width: 390px) {
    .hero-content6 {
      height: 695px;
    }
  }

  .hero-content6 img {
    border-radius: 25px;
    max-height: 680px;
    object-fit: cover;
    width: 100%;
  }

  @media (max-width: 1440px) {
    .hero-content6 img {
      height: 100%;
      width: 100%;
      max-height: unset;
    }
  }

  .hero-text6 {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .hero-sec-info3 {
    position: relative;
    background-color: var(--color-content-white);
    max-width: 606px;
    padding: 82px 62px 100px;
    border-radius: 25px;
  }

  @media (max-width: 1025px) {
    .hero-sec-info3 {
      max-width: 485px;
      padding: 64px 42px 62px;
    }
  }

  @media (max-width: 577px) {
    .hero-sec-info3 {
      max-width: 100%;
    }
  }

  @media (max-width: 1025px) {
    .hero-sec-info3 {
      padding: 42px 38px 49px;
    }
  }

  .hero-sec-info3 .title {
    margin-bottom: 24px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    color: var(--color-heading);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1025px) {
    .hero-sec-info3 .title {
      font-size: 48px;
      line-height: 57px;
    }
  }

  @media (max-width: 480px) {
    .hero-sec-info3 .title {
      font-size: 38px;
      line-height: 46px;
    }
  }

  @media (max-width: 390px) {
    .hero-sec-info3 .title {
      font-size: 28px;
      line-height: 40px;
    }
  }

  .hero-sec-info3 p {
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-content-black2);
    max-width: 504px;
  }

  @media (max-width: 480px) {
    .hero-sec-info3 p {
      max-width: 308px;
    }
  }

  .hero-style7 {
    position: relative;
    padding: 144px 0 75px;
  }

  @media (max-width: 1201px) {
    .hero-style7 {
      padding: 90px 0 75px;
    }
  }

  @media (max-width: 480px) {
    .hero-style7 {
      padding: 74px 0 75px;
    }
  }

  .hero-style7::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 920px;
    background-image: url(../images/layers/hero-layer7.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 1201px) {
    .hero-style7::before {
      background-size: contain;
    }
  }

  @media (max-width: 577px) {
    .hero-style7::before {
      top: -5%;
    }
  }

  @media (max-width: 480px) {
    .hero-style7::before {
      top: 0;
    }
  }

  .hero-content7 {
    position: relative;
    text-align: center;
  }

  .hero-content7 .title {
    font-weight: 300;
    font-size: 250px;
    line-height: 202px;
    letter-spacing: -0.07em;
    margin-bottom: 47px;
    color: var(--color-heading);
  }

  @media (max-width: 1440px) {
    .hero-content7 .title {
      font-size: 180px;
      line-height: 146px;
    }
  }

  @media (max-width: 1366px) {
    .hero-content7 .title {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 1201px) {
    .hero-content7 .title {
      font-size: 130px;
      line-height: 104px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content7 .title {
      font-size: 114px;
      line-height: 88px;
    }
  }

  @media (max-width: 769px) {
    .hero-content7 .title {
      font-size: 92px;
      line-height: 77px;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 577px) {
    .hero-content7 .title {
      font-size: 74px;
      margin-bottom: 12px;
    }
  }

  @media (max-width: 480px) {
    .hero-content7 .title {
      font-size: 65px;
    }
  }

  @media (max-width: 390px) {
    .hero-content7 .title {
      line-height: 65px;
    }
  }

  .hero-content7 .title span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(356deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(94deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    color: transparent;
    display: inline-block;
  }

  .hero-content7 p {
    font-size: 16px;
    line-height: 30px;
    color: var(--color-content-black2);
    max-width: 500px;
    margin: 0 auto 41px;
  }

  @media (max-width: 769px) {
    .hero-content7 p {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 480px) {
    .hero-content7 p {
      font-size: 15px;
    }
  }

  .hero-style8 {
    position: relative;
    overflow: hidden;
    padding: 252px 0 155px;
    border-radius: 25px;
    margin: 20px;
  }

  @media (max-width: 1440px) {
    .hero-style8 {
      padding: 181px 0 111px;
    }
  }

  @media (max-width: 1201px) {
    .hero-style8 {
      padding: 149px 0 111px;
    }
  }

  @media (max-width: 577px) {
    .hero-style8 {
      padding: 119px 0 89px;
    }
  }

  .hero-content8 {
    position: relative;
  }

  @media (max-width: 1440px) {
    .hero-content8 {
      padding: 0 49px;
    }
  }

  @media (max-width: 1366px) {
    .hero-content8 {
      padding: 0 81px;
    }
  }

  @media (max-width: 820px) {
    .hero-content8 {
      padding: 0 29px 0 65px;
    }
  }

  @media (max-width: 577px) {
    .hero-content8 {
      padding: 0 10px;
    }
  }

  .hero-content8 .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--color-content-white);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1366px) {
    .hero-content8 .title {
      font-size: 74px;
      line-height: 82px;
    }
  }

  @media (max-width: 1201px) {
    .hero-content8 .title {
      font-size: 67px;
      line-height: 72px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content8 .title {
      font-size: 54px;
      line-height: 59px;
    }
  }

  @media (max-width: 769px) {
    .hero-content8 .title {
      font-size: 44px;
      line-height: 52px;
    }
  }

  @media (max-width: 577px) {
    .hero-content8 .title {
      font-size: 38px;
      line-height: 42px;
    }
  }

  @media (max-width: 480px) {
    .hero-content8 .title {
      font-size: 36px;
    }
  }

  .hero-content8 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 41px;
    color: var(--color-content-white);
    max-width: 600px;
  }

  @media (max-width: 769px) {
    .hero-content8 p {
      max-width: 462px;
    }
  }

  @media (max-width: 480px) {
    .hero-content8 p {
      max-width: 362px;
    }
  }

  .aiero-button {
    position: absolute;
    top: 50%;
    left: -73px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-secondary);
    color: var(--color-content-black2);
    border-radius: 0px 0px 25px 25px;
    background-color: #ffffff;
    box-shadow: none;
    padding: 16px 56px 16px 56px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .aiero-button:hover {
    color: #45d498;
  }

  @media (max-width: 577px) {
    .aiero-button {
      display: none;
    }
  }

  .aiero-button::before {
    content: "";
    position: absolute;
    left: -19px;
    bottom: 36px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape5.png);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .aiero-button::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape4.png);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .main-sec4 {
    position: relative;
    background-color: #ecf0f4;
    padding: 0 0 20px;
  }

  .hero-style9 {
    padding: 239px 0 21px;
  }

  .hero-style9::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 894px;
    background-image: url(../images/layers/layer9-9.png);
  }

  @media (max-width: 1440px) {
    .hero-style9 {
      padding-top: 239px;
      margin: 0 40px;
    }
  }

  @media (max-width: 1201px) {
    .hero-style9 {
      padding-top: 176px;
      margin: 0 30px;
    }
  }

  @media (max-width: 1025px) {
    .hero-style9 {
      margin: 0 16px;
      padding-bottom: 0;
    }
  }

  @media (max-width: 769px) {
    .hero-style9 {
      padding-top: 165px;
      margin: 0 20px;
    }
  }

  @media (max-width: 480px) {
    .hero-style9 {
      padding-top: 130px;
    }
  }

  .hero-style9 .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70%;
  }

  .hero-style9 .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
  }

  .hero-style9 .container-fluid {
    max-width: 1620px;
    margin: 0 auto;
  }

  .hero-style9 .ibt-btn.ibt-btn-secondary i {
    margin-left: 0;
  }

  .gradient-title9 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 0;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1440px) {
    .gradient-title9 {
      font-size: 87px;
      line-height: 89px;
    }
  }

  @media (max-width: 1366px) {
    .gradient-title9 {
      font-size: 82px;
      line-height: 79px;
    }
  }

  @media (max-width: 1201px) {
    .gradient-title9 {
      font-size: 72px;
      line-height: 75px;
    }
  }

  @media (max-width: 1025px) {
    .gradient-title9 {
      font-size: 60px;
      line-height: 69px;
      padding-right: 44px;
    }
  }

  @media (max-width: 769px) {
    .gradient-title9 {
      font-size: 50px;
      line-height: 60px;
      padding: 0;
    }
  }

  @media (max-width: 480px) {
    .gradient-title9 {
      font-size: 36px;
      line-height: 46px;
    }
  }

  .gradient-title9 span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent;
  }

  .hero-content9 {
    position: relative;
    top: -10px;
    margin-left: 96px;
  }

  @media (max-width: 1201px) {
    .hero-content9 {
      margin-left: 24px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content9 {
      margin-left: -46px;
      top: 0;
    }
  }

  @media (max-width: 820px) {
    .hero-content9 {
      margin: 30px 0 0;
      max-width: 700px;
    }
  }

  .hero-content9 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 29px;
  }

  @media (max-width: 769px) {
    .hero-content9 p {
      margin-bottom: 30px;
    }
  }

  .hero-section10 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    padding: 183px 20px 20px;
    border-radius: 0 0 25px 25px;
  }

  @media (max-width: 1201px) {
    .hero-section10 {
      padding: 71px 20px 20px;
    }
  }

  .hero-section10 .container-fluid {
    padding: 0;
  }

  @media (max-width: 1440px) {
    .hero-section10 .row .col-lg-4 {
      width: 41.333333%;
    }
  }

  @media (max-width: 769px) {
    .hero-section10 .row .col-lg-4 {
      width: 46.333333%;
    }
  }

  @media (max-width: 1440px) {
    .hero-section10 .row .col-lg-8 {
      width: 58.333333%;
    }
  }

  @media (max-width: 769px) {
    .hero-section10 .row .col-lg-8 {
      width: 53.333333%;
    }
  }

  @media (max-width: 577px) {
    .hero-section10 .row .col-sm-12 {
      width: 100%;
    }
  }

  .hero-content10 {
    position: relative;
  }

  .hero-content10 .title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
    font-weight: 400;
    color: var(--color-content-white);
  }

  @media (max-width: 1201px) {
    .hero-content10 .title {
      font-size: 50px;
      line-height: 59px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content10 .title {
      font-size: 42px;
      line-height: 46px;
    }
  }

  @media (max-width: 820px) {
    .hero-content10 .title {
      font-size: 34px;
      line-height: 38px;
    }
  }

  .hero-content10 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 31px;
  }

  .hero-info10 {
    position: relative;
    padding: 81px 0 0 62px;
  }

  @media (max-width: 1440px) {
    .hero-info10 {
      padding: 56px 0 0 0px;
    }
  }

  @media (max-width: 577px) {
    .hero-info10 {
      padding: 56px 10px 0;
    }
  }

  .hero-contact10 {
    position: relative;
    background-color: #2c2c2c;
    border-radius: 25px;
    padding: 61px 65px;
    margin-top: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width: 1201px) {
    .hero-contact10 {
      padding: 47px 33px;
    }
  }

  @media (max-width: 820px) {
    .hero-contact10 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 32px 33px;
    }
  }

  @media (max-width: 577px) {
    .hero-contact10 {
      margin-top: 41px;
    }
  }

  .hero-contact10 .sub-title {
    font-size: 25px;
    font-weight: 400;
    color: var(--color-content-white);
    display: inline-block;
    margin-bottom: 0;
  }

  @media (max-width: 1025px) {
    .hero-contact10 .sub-title {
      font-size: 19px;
    }
  }

  @media (max-width: 820px) {
    .hero-contact10 .sub-title {
      margin-bottom: 10px;
    }
  }

  @media (max-width: 390px) {
    .hero-contact10 .sub-title {
      margin-bottom: 0;
    }
  }

  .hero-contact10 a {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(337deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(113deg, #FF7A00 0%, #FDBA74 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  @media (max-width: 1025px) {
    .hero-contact10 a {
      font-size: 19px;
    }
  }

  .hero-img10 {
    position: relative;
    margin-left: 20px;
    height: 100%;
  }

  @media (max-width: 577px) {
    .hero-img10 {
      margin: 40px 0 0;
    }
  }

  @media (max-width: 480px) {
    .hero-img10 {
      height: auto;
    }
  }

  .hero-img10 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
  }

  .hero-img10 span {
    position: absolute;
    bottom: 33px;
    right: 31px;
    font-size: 150px;
    font-weight: 600;
    line-height: 126px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    max-width: 681px;
    font-family: var(--font-primary);
  }

  @media (max-width: 1201px) {
    .hero-img10 span {
      font-size: 110px;
      line-height: 95px;
      max-width: 500px;
    }
  }

  @media (max-width: 1025px) {
    .hero-img10 span {
      font-size: 88px;
      line-height: 75px;
      max-width: 399px;
    }
  }

  @media (max-width: 820px) {
    .hero-img10 span {
      font-size: 56px;
      line-height: 51px;
      max-width: 277px;
    }
  }

  .hero-style11 {
    position: relative;
    padding: 137px 20px 20px;
    background-color: #f0f2f4;
    margin-bottom: 60px;
    border-radius: 0 0 25px 25px;
  }

  .hero-style11::before {
    content: "";
    position: absolute;
    top: 9%;
    left: 11%;
    width: 1381px;
    height: 100%;
    background-image: url(../images/layers/layer10-1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 1440px) {
    .hero-style11::before {
      width: 1278px;
    }
  }

  @media (max-width: 1366px) {
    .hero-style11::before {
      left: 0;
      width: 100%;
    }
  }

  .hero-style11 .container-fluid {
    width: 100%;
    padding: 0;
  }

  .hero-style11 .row .col-lg-5 {
    width: 44.67%;
  }

  .hero-style11 .row .col-lg-7 {
    width: 55.33%;
  }

  @media (max-width: 769px) {
    .hero-style11 .row .col-md-12 {
      width: 100%;
    }
  }

  .hero-img15 {
    position: relative;
  }

  @media (max-width: 1440px) {
    .hero-img15 {
      height: 830px;
    }
  }

  @media (max-width: 1201px) {
    .hero-img15 {
      height: 768px;
    }
  }

  @media (max-width: 577px) {
    .hero-img15 {
      height: 642px;
    }
  }

  .hero-img15 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .blur-content {
    position: absolute;
    bottom: 97.5%;
    right: 24px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    background-color: transparent;
    -webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
    padding: 129px 0 35px 34px;
    border-radius: 15px;
    width: 790px;
  }

  @media (max-width: 1440px) {
    .blur-content {
      padding: 60px 0 35px 34px;
    }
  }

  @media (max-width: 1201px) {
    .blur-content {
      width: 730px;
    }
  }

  @media (max-width: 577px) {
    .blur-content {
      width: 600px;
    }
  }

  .blur-content span {
    background-color: transparent;
    font-size: 150px;
    line-height: 126px;
    font-weight: 600;
    letter-spacing: -0.03em;
    -webkit-text-stroke-width: 1px;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-family: var(--font-primary);
    display: inline-block;
  }

  .hero-content11 {
    position: relative;
    padding: 91px 0 0 139px;
    height: 100%;
  }

  @media (max-width: 1440px) {
    .hero-content11 {
      padding: 48px 0 0 71px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content11 {
      padding: 48px 0 0 32px;
    }
  }

  @media (max-width: 820px) {
    .hero-content11 {
      min-height: 704px;
      padding: 48px 0 0 18px;
    }
  }

  @media (max-width: 577px) {
    .hero-content11 {
      min-height: 656px;
    }
  }

  @media (max-width: 480px) {
    .hero-content11 {
      min-height: 620px;
      padding-left: 0;
    }
  }

  .hero-content11 .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 35px;
    max-width: 772px;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {
    .hero-content11 .title {
      font-size: 49px;
      line-height: 58px;
    }
  }

  @media (max-width: 577px) {
    .hero-content11 .title {
      font-size: 36px;
      line-height: 46px;
    }
  }

  @media (max-width: 480px) {
    .hero-content11 .title {
      font-size: 30px;
      line-height: 37px;
    }
  }

  .inner-img11 {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .hero-video11 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 36px 20px 24px 50px;
    border-radius: 25px 0px 25px 0px;
    background-color: #f0f2f4;
  }

  .hero-video11 .video-popup {
    position: static;
  }

  .hero-video11::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/hero/corner1-1.png);
  }

  .hero-video11::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/hero/corner1-1.png);
  }

  .hero-style12 {
    position: relative;
    padding: 100px 0 96px;
  }

  @media (max-width: 1440px) {
    .hero-style12 {
      margin: 0 27px;
    }
  }

  @media (max-width: 769px) {
    .hero-style12 {
      margin: 0 19px;
    }
  }

  @media (max-width: 577px) {
    .hero-style12 {
      margin: 0 7px;
    }
  }

  .hero-content12 {
    position: relative;
  }

  .hero-content12 .title {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 0;
    font-weight: 400;
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    color: transparent;
    letter-spacing: -0.03em;
    max-width: 1234px;
  }

  @media (max-width: 1201px) {
    .hero-content12 .title {
      font-size: 85px;
      line-height: 89px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content12 .title {
      font-size: 71px;
      line-height: 75px;
    }
  }

  @media (max-width: 769px) {
    .hero-content12 .title {
      font-size: 56px;
      line-height: 64px;
    }
  }

  @media (max-width: 577px) {
    .hero-content12 .title {
      font-size: 51px;
      line-height: 59px;
    }
  }

  @media (max-width: 480px) {
    .hero-content12 .title {
      font-size: 45px;
      line-height: 54px;
    }
  }

  .main-sec5 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    z-index: 999;
    padding-bottom: 20px;
    border-radius: 0 0 25px 25px;
  }

  .main-sec5 .video-banner2 {
    margin: 0 20px;
  }

  .hero-style13 {
    position: relative;
    padding: 185px 0 109px;
    z-index: 99;
  }

  @media (max-width: 1201px) {
    .hero-style13 {
      padding: 127px 0 109px;
    }
  }

  .hero-content13 {
    position: relative;
    text-align: center;
  }

  @media (max-width: 1366px) {
    .hero-content13 {
      max-width: 984px;
      margin: 0 auto;
    }
  }

  @media (max-width: 1025px) {
    .hero-content13 {
      max-width: 950px;
    }
  }

  @media (max-width: 769px) {
    .hero-content13 {
      max-width: 653px;
    }
  }

  @media (max-width: 577px) {
    .hero-content13 {
      max-width: 505px;
    }
  }

  @media (max-width: 480px) {
    .hero-content13 {
      max-width: 415px;
    }
  }

  .hero-content13 .title {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -0.03em;
    color: var(--color-content-white);
    margin-bottom: 25px;
    font-weight: 400;
  }

  @media (max-width: 1025px) {
    .hero-content13 .title {
      font-size: 66px;
      line-height: 81px;
    }
  }

  @media (max-width: 769px) {
    .hero-content13 .title {
      font-size: 52px;
      line-height: 65px;
    }
  }

  @media (max-width: 577px) {
    .hero-content13 .title {
      font-size: 42px;
      line-height: 56px;
    }
  }

  @media (max-width: 480px) {
    .hero-content13 .title {
      font-size: 34px;
      line-height: 48px;
    }
  }

  .hero-content13 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 auto 34px;
    max-width: 731px;
    color: var(--color-content-white);
  }

  @media (max-width: 480px) {
    .hero-content13 p {
      font-weight: 500;
      line-height: 26px;
    }
  }

  .hero-style14 {
    padding: 239px 0 125px;
  }

  @media (max-width: 1440px) {
    .hero-style14 {
      margin: 0 27px;
      padding-top: 150px;
    }
  }

  @media (max-width: 1201px) {
    .hero-style14 {
      padding: 145px 0 100px;
    }
  }

  @media (max-width: 769px) {
    .hero-style14 {
      margin: 0 19px;
      padding-top: 125px;
    }
  }

  @media (max-width: 577px) {
    .hero-style14 {
      margin: 0 7px;
    }
  }

  @media (max-width: 480px) {
    .hero-style14 {
      padding-top: 110px;
    }
  }

  .hero-style14::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 894px;
    background-image: url(../images/layers/layer9-9.png);
    background-repeat: no-repeat;
  }

  @media (max-width: 480px) {
    .hero-style14::before {
      width: 100%;
      background-size: contain;
      top: 1%;
    }
  }

  .hero-style14 .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70%;
  }

  .hero-style14 .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
  }

  .hero-style14 .container-fluid {
    max-width: 1620px;
    margin: 0 auto;
  }

  .hero-style14 .ibt-btn.ibt-btn-secondary i {
    margin: 0;
  }

  .gradient-title14 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 0;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1440px) {
    .gradient-title14 {
      font-size: 98px;
    }
  }

  @media (max-width: 1201px) {
    .gradient-title14 {
      font-size: 72px;
      line-height: 75px;
    }
  }

  @media (max-width: 769px) {
    .gradient-title14 {
      font-size: 73px;
      line-height: 79px;
    }
  }

  @media (max-width: 577px) {
    .gradient-title14 {
      font-size: 55px;
      line-height: 63px;
    }
  }

  @media (max-width: 480px) {
    .gradient-title14 {
      font-size: 46px;
      line-height: 55px;
    }
  }

  .gradient-title14 span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent;
  }

  .hero-content14 {
    position: relative;
    top: -10px;
    margin-left: 57px;
  }

  @media (max-width: 1025px) {
    .hero-content14 {
      margin: 30px 0 0;
      max-width: 600px;
    }
  }

  .hero-content14 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 29px;
  }

  @media (max-width: 769px) {
    .hero-content14 p {
      margin-bottom: 30px;
    }
  }

  .main-sec6 {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }

  #fluid-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
  }

  .hero-style15 {
    position: relative;
    padding: 241px 0 147px;
  }

  @media (max-width: 1366px) {
    .hero-style15 {
      padding: 199px 0 147px;
    }
  }

  @media (max-width: 1201px) {
    .hero-style15 {
      padding: 139px 0 111px;
    }
  }

  .banner-content15 {
    position: relative;
    text-align: center;
  }

  @media (max-width: 1440px) {
    .banner-content15 {
      max-width: 961px;
      margin: 0 auto;
    }
  }

  .banner-content15 img {
    margin-bottom: 27px;
  }

  .banner-content15 .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-bottom: 45px;
    color: var(--color-content-white);
  }

  @media (max-width: 1440px) {
    .banner-content15 .title {
      font-size: 67px;
      line-height: 80px;
    }
  }

  @media (max-width: 1025px) {
    .banner-content15 .title {
      font-size: 55px;
      line-height: 65px;
    }
  }

  @media (max-width: 769px) {
    .banner-content15 .title {
      font-size: 43px;
      line-height: 53px;
    }
  }

  @media (max-width: 480px) {
    .banner-content15 .title {
      font-size: 33px;
      line-height: 45px;
    }
  }

  .hero-style16 {
    position: relative;
    background-image: url(../images/bg/bg15.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hero-style16::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1329px;
    height: 1240px;
    background-image: url(../images/layers/hero-layer16-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  @media (max-width: 1366px) {
    .hero-style16::before {
      background-size: contain;
      width: 1204px;
    }
  }

  @media (max-width: 1201px) {
    .hero-style16::before {
      width: 952px;
    }
  }

  @media (max-width: 820px) {
    .hero-style16::before {
      width: 759px;
    }
  }

  .hero-style16::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: 800px;
    background-image: url(../images/layers/hero-layer16-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  .hero-img16 {
    position: absolute;
    top: 168px;
    left: 0;
  }

  @media (max-width: 1366px) {
    .hero-img16 {
      width: 600px;
    }
  }

  @media (max-width: 1201px) {
    .hero-img16 {
      width: 533px;
      top: 124px;
    }
  }

  @media (max-width: 1025px) {
    .hero-img16 {
      width: 450px;
    }
  }

  @media (max-width: 820px) {
    .hero-img16 {
      display: none;
    }
  }

  .hero-content16 {
    position: relative;
    padding: 243px 0 186px 119px;
  }

  @media (max-width: 1201px) {
    .hero-content16 {
      padding: 150px 0 132px 119px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content16 {
      padding: 150px 0 132px 48px;
    }
  }

  @media (max-width: 820px) {
    .hero-content16 {
      padding: 150px 0 132px;
    }
  }

  @media (max-width: 577px) {
    .hero-content16 {
      padding: 129px 0 84px;
    }
  }

  .hero-content16 .title {
    font-size: 120px;
    line-height: 120px;
    font-weight: 400;
    margin-bottom: 24px;
    color: var(--color-content-white);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1440px) {
    .hero-content16 .title {
      font-size: 81px;
      line-height: 90px;
    }
  }

  @media (max-width: 1201px) {
    .hero-content16 .title {
      font-size: 69px;
      line-height: 79px;
    }
  }

  @media (max-width: 577px) {
    .hero-content16 .title {
      font-size: 59px;
      line-height: 69px;
    }
  }

  @media (max-width: 390px) {
    .hero-content16 .title {
      font-size: 41px;
      line-height: 51px;
    }
  }

  .hero-content16 .title span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(332deg, rgb(162, 245, 255) 0%, rgb(234, 132, 194) 100%);
    background-image: linear-gradient(118deg, rgb(162, 245, 255) 0%, rgb(234, 132, 194) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
  }

  .hero-content16 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-white);
    margin-bottom: 48px;
    max-width: 590px;
  }

  .hero-btn16 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 390px) {
    .hero-btn16 {
      display: block;
    }
  }

  .hero-btn16 .ibt-btn {
    margin-right: 72px;
  }

  @media (max-width: 390px) {
    .hero-btn16 .ibt-btn {
      margin: 0 0 30px;
    }
  }

  @media (max-width: 480px) {
    .hero-btn16 .ibt-btn {
      margin-right: 40px;
    }
  }

  .hero-btn16 .ibt-btn::after,
  .hero-btn16 .ibt-btn:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .hero-btn16 .ibt-btn:hover::after {
    background: -webkit-linear-gradient(291deg, #ea84c2 2.13%, #a2f5ff 95.42%);
    background: linear-gradient(159deg, #ea84c2 2.13%, #a2f5ff 95.42%);
  }

  .hero-btn16 .ibt-btn i {
    margin-left: 50px;
  }

  .hero-btn16 .video-popup {
    position: static;
    color: var(--color-content-white);
    display: block;
  }

  .hero-btn16 .video-popup:hover i {
    background-color: var(--color-content-white);
    color: var(--color-heading);
  }

  .hero-btn16 .video-popup i::after {
    border-color: var(--color-content-white);
  }

  .main-sec8 {
    position: relative;
    background-image: url(../images/bg/main8-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 55px;
  }

  .hero-style17 {
    position: relative;
    padding: 265px 0 61px;
  }

  @media (max-width: 1440px) {
    .hero-style17 {
      padding: 204px 0 61px;
    }
  }

  @media (max-width: 1201px) {
    .hero-style17 {
      padding: 148px 0 30px;
    }
  }

  @media (max-width: 480px) {
    .hero-style17 {
      padding: 124px 0 30px;
    }
  }

  .hero-content17 {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
  }

  .hero-content17 .title {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -0.03em;
    color: var(--color-content-white);
    font-weight: 400;
    margin: 0 0 52px;
    text-align: center;
  }

  @media (max-width: 1201px) {
    .hero-content17 .title {
      font-size: 83px;
      line-height: 93px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content17 .title {
      font-size: 65px;
      line-height: 75px;
    }
  }

  @media (max-width: 820px) {
    .hero-content17 .title {
      font-size: 54px;
      line-height: 64px;
    }
  }

  @media (max-width: 577px) {
    .hero-content17 .title {
      font-size: 46px;
      line-height: 56px;
    }
  }

  @media (max-width: 480px) {
    .hero-content17 .title {
      font-size: 39px;
      line-height: 49px;
      margin: 0 0 25px;
    }
  }

  @media (max-width: 390px) {
    .hero-content17 .title {
      font-size: 32px;
      line-height: 45px;
    }
  }

  .hero-form17 {
    position: relative;
    width: 894px;
    margin: 0 auto;
  }

  @media (max-width: 820px) {
    .hero-form17 {
      width: 100%;
    }
  }

  .hero-form17 .input-box {
    position: relative;
    width: 100%;
  }

  @media (max-width: 577px) {
    .hero-form17 .input-box {
      margin-bottom: 10px;
    }
  }

  .hero-form17 .input-box input {
    width: 100%;
    height: 85px;
    padding: 0 45px;
    font-size: 16px;
    border: 0;
    border-radius: 25px;
    outline: none;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 7px;
  }

  .hero-form17 .input-box input:not(:-moz-placeholder)+label {
    top: 14px;
    left: 45px;
    font-size: 16px;
    color: #fbfbfb;
    background: #fff;
  }

  .hero-form17 .input-box input:not(:-ms-input-placeholder)+label {
    top: 14px;
    left: 45px;
    font-size: 16px;
    color: #fbfbfb;
    background: #fff;
  }

  .hero-form17 .input-box input:focus+label,
  .hero-form17 .input-box input:not(:placeholder-shown)+label {
    top: 14px;
    left: 45px;
    font-size: 16px;
    color: #fbfbfb;
    background: #fff;
  }

  @media (max-width: 577px) {
    .hero-form17 .input-box input {
      width: 100%;
    }
  }

  .hero-form17 .input-box label {
    position: absolute;
    left: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fbfbfb;
    font-size: 16px;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0;
    font-weight: 500;
    background-color: unset !important;
  }

  .form-btn17 {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 14px;
    color: var(--color-content-white);
    font-weight: 500;
    background-color: var(--color-heading);
    border: 0;
    outline: none;
    height: 60px;
    line-height: 60px;
    padding: 0 36px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (max-width: 480px) {
    .form-btn17 {
      position: static;
      margin-top: 20px;
    }
  }

  .form-btn17 img {
    margin-right: 11px;
  }

  .form-btn17:hover {
    background-color: var(--color-primary);
  }

  .tag-list-wrapper {
    margin-top: 27px;
  }

  .tag-list-wrapper span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 24px;
    font-weight: 600;
    line-height: 30px;
    font-size: 16px;
    color: var(--color-content-white);
  }

  @media (max-width: 390px) {
    .tag-list-wrapper span {
      font-size: 12px;
    }
  }

  @media (max-width: 480px) {
    .tag-list-wrapper span {
      margin-bottom: 5px;
    }
  }

  .tag-list4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 480px) {
    .tag-list4 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 0;
    }
  }

  .tag-list4 li {
    margin: 0 6px 0 0;
  }

  .tag-list4 li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-content-black2);
    background-color: var(--color-content-white);
    height: 35px;
    line-height: 35px;
    padding: 0 16px;
    border-radius: 100px;
    display: inline-block;
  }

  .main-sec9 {
    position: relative;
    background-image: url(../images/bg/hero18.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-style18 {
    position: relative;
    padding: 224px 0 117px;
  }

  @media (max-width: 1201px) {
    .hero-style18 {
      padding: 152px 0 76px;
    }
  }

  .hero-content18 {
    position: relative;
    text-align: center;
  }

  .hero-content18 img {
    margin-bottom: 20px;
  }

  .hero-content18 .title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 17px;
    color: var(--color-content-white);
    font-weight: 400;
  }

  @media (max-width: 1201px) {
    .hero-content18 .title {
      font-size: 69px;
      line-height: 84px;
    }
  }

  @media (max-width: 1025px) {
    .hero-content18 .title {
      font-size: 57px;
      line-height: 67px;
    }
  }

  @media (max-width: 820px) {
    .hero-content18 .title {
      font-size: 47px;
      line-height: 57px;
    }
  }

  @media (max-width: 577px) {
    .hero-content18 .title {
      font-size: 35px;
      line-height: 45px;
    }
  }

  .hero-content18 p {
    font-size: 20px;
    line-height: 30px;
    color: var(--color-content-white);
    font-weight: 500;
    max-width: 518px;
    margin: 0 auto 17px;
  }

  .hero-btn18 {
    position: relative;
  }

  .hero-btn18 .video-popup {
    position: static;
    color: var(--color-content-white);
    margin-left: 37px;
  }

  @media (max-width: 390px) {
    .hero-btn18 .video-popup {
      display: block;
      margin: 30px 0 0;
    }
  }

  .hero-btn18 .video-popup:hover i {
    color: var(--color-heading);
    background-color: var(--color-content-white);
  }

  .hero-btn18 .video-popup i::after {
    border-color: var(--color-content-white);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .partners-sec {
    position: relative;
    z-index: 0;
  }

  @media (max-width: 1366px) {
    .partners-sec {
      margin: 0px 7px;
    }
  }

  .partners-sec .sec-title {
    max-width: 800px;
  }

  @media (max-width: 769px) {
    .partners-sec .sec-title {
      max-width: 582px;
    }
  }

  @media (max-width: 577px) {
    .partners-sec .sec-title {
      max-width: 527px;
    }
  }

  .partners-sec .brand-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
  }

  .partners-sec .brand-img img {
    opacity: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .partners-sec .brand-img:hover img {
    opacity: 100%;
  }

  .partners-sec .brand-img img {
    max-height: 100%;
    width: auto;
  }

  .marquee-sec {
    position: relative;
  }

  .marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .marquee span {
    font-size: 120px;
    font-weight: 400;
    line-height: 130px;
    color: var(--color-heading);
    padding-right: 50px;
    font-family: var(--font-primary);
  }

  @media (max-width: 769px) {
    .marquee span {
      font-size: 80px;
      line-height: 56px;
    }
  }

  @media (max-width: 577px) {
    .marquee span {
      font-size: 50px;
    }
  }

  .marquee.v2 span {
    background-color: transparent;
    -webkit-text-stroke-width: 1px;
    background-image: -webkit-linear-gradient(left, rgb(136, 234, 176) 0%, rgb(238, 209, 106) 100%);
    background-image: linear-gradient(90deg, rgb(136, 234, 176) 0%, rgb(238, 209, 106) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .marquee.v3 span {
    background-color: transparent;
    -webkit-text-stroke-width: 1px;
    background-image: -webkit-linear-gradient(left, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(90deg, #FF7A00 0%, #FDBA74 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .marquee-inner {
    display: inline-block;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
  }

  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }

  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }

  .marquee-sec2 {
    position: relative;
    background: -webkit-linear-gradient(left, #FF7A00, #FDBA74);
    background: linear-gradient(90deg, #FF7A00, #FDBA74);
    padding: 5px 0 8px;
    -webkit-transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    transform: rotate(-1.2deg);
    overflow: hidden;
    width: 99.9%;
  }

  @media (max-width: 769px) {
    .marquee-sec2 {
      padding: 35px 0;
    }
  }

  .marquee-sec2 .marquee-inner span {
    font-size: 60px;
    color: var(--color-content-white);
  }

  @media (max-width: 769px) {
    .marquee-sec2 .marquee-inner span {
      font-size: 60px;
      line-height: 60px;
    }
  }

  @media (max-width: 577px) {
    .marquee-sec2 .marquee-inner span {
      font-size: 35px;
      line-height: 45px;
    }
  }

  .newsletter-banner {
    position: relative;
    margin: 0 20px;
    z-index: 1;
    overflow: hidden;
    border-radius: 25px;
  }

  .newsletter-content {
    position: relative;
    text-align: center;
    max-width: 913px;
    margin: 0 auto;
  }

  @media (max-width: 820px) {
    .newsletter-content {
      margin: 0 50px;
    }
  }

  @media (max-width: 577px) {
    .newsletter-content {
      margin: 0;
    }
  }

  .newsletter-content .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    color: var(--color-content-white);
  }

  @media (max-width: 1025px) {
    .newsletter-content .title {
      font-size: 49px;
      line-height: 55px;
    }
  }

  @media (max-width: 769px) {
    .newsletter-content .title {
      font-size: 37px;
      line-height: 46px;
    }
  }

  @media (max-width: 577px) {
    .newsletter-content .title {
      font-size: 30px;
      line-height: 37px;
    }
  }

  .newsletter-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color-content-white);
    max-width: 649px;
    margin: 0 auto 44px;
  }

  .newsletter-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-form .input-box {
    position: relative;
  }

  .newsletter-form .input-box input {
    width: 398px;
    padding: 0 23px;
    font-size: 16px;
    border: 0;
    border-radius: 10px;
    outline: none;
    background: var(--color-content-white);
    margin-right: 7px;
  }

  .newsletter-form .input-box input:not(:-moz-placeholder)+label {
    top: 0px;
    left: 23px;
    font-size: 16px;
    color: #a1a1a1;
    color: var(--color-content-black2);
  }

  .newsletter-form .input-box input:not(:-ms-input-placeholder)+label {
    top: 0px;
    left: 23px;
    font-size: 16px;
    color: #a1a1a1;
    color: var(--color-content-black2);
  }

  .newsletter-form .input-box input:focus+label,
  .newsletter-form .input-box input:not(:placeholder-shown)+label {
    top: 0px;
    left: 23px;
    font-size: 16px;
    color: #a1a1a1;
    color: var(--color-content-black2);
  }

  @media (max-width: 390px) {
    .newsletter-form .input-box input {
      width: 100%;
    }
  }

  .newsletter-form .input-box label {
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a1a1a1;
    font-size: 16px;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0;
    font-weight: 400;
  }

  .newsletter-form .ibt-btn-dark {
    height: 50px;
    padding: 0 34px;
    font-weight: 500;
    font-size: 14px;
  }

  @media (max-width: 577px) {
    .newsletter-form .ibt-btn-dark {
      margin-top: 10px;
    }
  }

  .main-sec.v6::before {
    display: none;
  }

  .video-banner2 {
    position: relative;
    background-image: url(../images/bg/video2.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 198px 0 200px;
    z-index: 0;
    border-radius: 25px;
  }

  .video-box4 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px 90px 24px 73px;
    background-color: rgb(31, 31, 31);
    border-radius: 25px 0px 0px 0px;
    z-index: 99;
  }

  @media (max-width: 480px) {
    .video-box4 {
      padding: 27px 60px 22px 50px;
    }
  }

  .video-box4::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -19px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape.png);
    -webkit-transform: rotate(-92deg);
    -ms-transform: rotate(-92deg);
    transform: rotate(-92deg);
  }

  .video-box4::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -1px;
    width: 21px;
    height: 20px;
    background-image: url(../images/layers/shape2-1.png);
  }

  .video-box4 .video-popup {
    position: static;
    color: var(--color-content-white);
  }

  .video-box4 .video-popup i::after {
    border-color: var(--color-content-white);
  }

  .video-box4 .video-popup:hover i {
    background-color: var(--color-content-white);
    color: var(--color-content-black2);
  }

  .lanuguage-sec {
    position: relative;
  }

  .lanuguage-sec::before {
    content: "";
    position: absolute;
    top: 156px;
    right: 234px;
    width: 964px;
    height: 474px;
    background-image: url(../images/layers/map.png);
  }

  @media (max-width: 1366px) {
    .lanuguage-sec {
      margin: 0 27px;
    }
  }

  @media (max-width: 769px) {
    .lanuguage-sec {
      margin: 0 19px;
    }
  }

  @media (max-width: 577px) {
    .lanuguage-sec {
      margin: 0 7px;
    }
  }

  .lanuguage-sec .counter-box5 .counter-number,
  .lanuguage-sec .counter-box5 .counter-text {
    color: var(--color-content-white);
  }

  .lanuguage-sec .user {
    top: 33px;
    color: var(--color-heading);
  }

  @media (max-width: 769px) {
    .lanuguage-sec .user {
      right: 12% !important;
    }
  }

  @media (max-width: 820px) {
    .lanuguage-sec .title-area {
      margin-bottom: 67px;
    }
  }

  .lanuguage-sec .title-area .sec-title {
    max-width: 649px;
  }

  @media (max-width: 1025px) {
    .lanuguage-sec .title-area .sec-title {
      margin-bottom: 30px !important;
    }
  }

  @media (max-width: 769px) {
    .lanuguage-sec .title-area .sec-title {
      max-width: 509px;
    }
  }

  .world-languages {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }

  .world-languages a {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    color: var(--color-content-black2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 16px 7px 7px;
    border: 1px solid rgb(183, 183, 183);
    border-radius: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .world-languages a:hover {
    background-color: var(--color-content-black2);
    color: var(--color-content-white);
  }

  .world-languages a img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .lanuguage-sec2 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .lanuguage-sec2 {
      margin: 0 27px;
    }
  }

  @media (max-width: 769px) {
    .lanuguage-sec2 {
      margin: 0 19px;
    }
  }

  @media (max-width: 577px) {
    .lanuguage-sec2 {
      margin: 0 7px;
    }
  }

  @media (max-width: 1025px) {
    .lanuguage-sec2 .sec-title {
      margin-bottom: 30px !important;
    }
  }

  @media (max-width: 769px) {
    .lanuguage-sec2 .sec-title {
      max-width: 400px;
    }
  }

  .world-languages2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .world-languages2 a {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: var(--color-content-black2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 305px;
    padding: 14px 14px 14px 20px;
    border: 1px solid rgb(183, 183, 183);
    border-radius: 25px;
    margin-right: 32px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (max-width: 1025px) {
    .world-languages2 a {
      width: 283px;
      margin-right: 30px !important;
    }
  }

  @media (max-width: 820px) {
    .world-languages2 a {
      width: 237px;
      margin-right: 15px !important;
    }
  }

  @media (max-width: 769px) {
    .world-languages2 a {
      width: 225px;
    }
  }

  @media (max-width: 577px) {
    .world-languages2 a {
      width: 259px;
    }

    .world-languages2 a:nth-child(2),
    .world-languages2 a:nth-child(4),
    .world-languages2 a:nth-child(6),
    .world-languages2 a:last-child {
      margin-right: 0 !important;
    }
  }

  @media (max-width: 480px) {
    .world-languages2 a {
      width: 100%;
      margin-right: 0 !important;
    }
  }

  .world-languages2 a:hover {
    background-color: var(--color-content-black2);
    color: var(--color-content-white);
  }

  .world-languages2 a i {
    font-size: 23px;
    margin-right: 15px;
  }

  .world-languages2 a img {
    width: 45px;
    height: 45px;
  }

  .world-languages2 a .inner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .world-languages2 a:nth-child(4),
  .world-languages2 a:last-child {
    margin-right: 0;
  }

  @media (max-width: 820px) {
    .world-languages2 .language {
      margin-right: 0 !important;
    }
  }

  @media (max-width: 577px) {
    .world-languages2 .language {
      margin-right: 15px !important;
    }
  }

  .science-lab {
    position: relative;
  }

  .science-lab::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 400px;
    height: 1200px;
    background-image: url(../images/layers/lab.png);
    background-repeat: no-repeat;
  }

  @media (max-width: 390px) {
    .science-lab::before {
      width: 100%;
      background-size: contain;
    }
  }

  .science-lab .container-fluid {
    max-width: 1616px;
  }

  .science-content {
    position: relative;
  }

  .science-content .title {
    font-size: 187px;
    line-height: 238px;
    color: var(--color-surface-black);
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: -0.05em;
    display: inline-block;
  }

  @media (max-width: 1440px) {
    .science-content .title {
      font-size: 249px;
      line-height: 219px;
    }
  }

  @media (max-width: 1366px) {
    .science-content .title {
      font-size: 236px;
      line-height: 209px;
    }
  }

  @media (max-width: 1201px) {
    .science-content .title {
      font-size: 205px;
      line-height: 183px;
    }
  }

  @media (max-width: 1025px) {
    .science-content .title {
      font-size: 177px;
      line-height: 154px;
    }
  }

  @media (max-width: 820px) {
    .science-content .title {
      font-size: 143px;
      line-height: 118px;
    }
  }

  @media (max-width: 769px) {
    .science-content .title {
      font-size: 133px;
      line-height: 118px;
    }
  }

  @media (max-width: 577px) {
    .science-content .title {
      font-size: 98px;
      line-height: 92px;
    }
  }

  @media (max-width: 480px) {
    .science-content .title {
      font-size: 80px;
      line-height: 74px;
    }
  }

  @media (max-width: 390px) {
    .science-content .title {
      font-size: 61px;
      line-height: 60px;
    }
  }

  .science-content .title .gradient {
    font-weight: 200;
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .science-content .title span {
    font-weight: 200;
  }

  .science-lab2 {
    position: relative;
  }

  .science-lab2::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 400px;
    height: 1200px;
    background-image: url(../images/layers/lab.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .science-lab2 {
      padding: 0 27px 120px;
    }
  }

  @media (max-width: 769px) {
    .science-lab2 {
      padding: 0 19px 80px;
    }
  }

  @media (max-width: 577px) {
    .science-lab2 {
      padding: 0 7px 80px;
    }
  }

  .science-lab2 .container-fluid {
    max-width: 1640px;
  }

  .science-content2 {
    position: relative;
  }

  .science-content2 .title {
    font-size: 192px;
    line-height: 192px;
    color: var(--color-content-white);
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: -0.05em;
  }

  @media (max-width: 1440px) {
    .science-content2 .title {
      font-size: 161px;
      line-height: 168px;
    }
  }

  @media (max-width: 1366px) {
    .science-content2 .title {
      font-size: 153px;
      line-height: 157px;
    }
  }

  @media (max-width: 1201px) {
    .science-content2 .title {
      font-size: 133px;
      line-height: 133px;
    }
  }

  @media (max-width: 1025px) {
    .science-content2 .title {
      font-size: 112px;
      line-height: 108px;
    }
  }

  @media (max-width: 769px) {
    .science-content2 .title {
      font-size: 84px;
      line-height: 85px;
    }
  }

  @media (max-width: 577px) {
    .science-content2 .title {
      font-size: 63px;
      line-height: 60px;
    }
  }

  @media (max-width: 480px) {
    .science-content2 .title {
      font-size: 68px;
      line-height: 70px;
    }
  }

  @media (max-width: 390px) {
    .science-content2 .title {
      font-size: 51px;
      line-height: 58px;
    }
  }

  .science-content2 .title span {
    font-weight: 200;
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .shop-sec {
    position: relative;
  }

  .shop-sec::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .shop-sec::before {
      display: none;
    }
  }

  @media (max-width: 1201px) {
    .shop-sec {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .shop-sec {
      margin: 0 5px;
    }
  }

  .shop-product {
    padding-right: 15px;
  }

  @media (max-width: 769px) {
    .shop-product {
      padding-right: 0;
    }
  }

  .shop-product .row {
    margin-bottom: -30px;
  }

  .shop-card {
    position: relative;
    margin-bottom: 30px;
  }

  .shop-card:hover .shop-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .shop-img {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    z-index: 99;
  }

  .shop-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .shop-img .tag {
    position: absolute;
    top: 11px;
    left: 16px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color-content-white);
    background-color: #f14f44;
    border-radius: 50px;
    padding: 0 15px;
    display: inline-block;
    height: 28px;
  }

  .shop-img .tag.v2 {
    background-color: #64d39e;
  }

  .shop-shap {
    position: absolute;
    bottom: 0;
    right: 51px;
    width: 66px;
    height: 43px;
    z-index: 999;
    background-color: var(--color-content-white);
    border-radius: 25px 25px 0 0;
  }

  .shop-shap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/team-corner1.png);
  }

  .shop-shap::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/team-corner2.png);
  }

  .show-now {
    position: absolute;
    top: -14px;
    right: 58px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background-color: var(--color-heading);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
    z-index: 999;
    display: inline-block;
  }

  .show-now:hover {
    background: -webkit-linear-gradient(45deg, #7061c8, #4875c8);
    background: linear-gradient(45deg, #7061c8, #4875c8);
    color: var(--color-content-white);
  }

  .shop-content {
    position: relative;
    border: 1px solid #e0e0e0;
    border-top: 0;
    margin-top: -20px;
    padding: 70px 36px 44px;
    border-radius: 0 0 25px 25px;
  }

  @media (max-width: 1201px) {
    .shop-content {
      padding: 70px 29px 44px;
    }
  }

  @media (max-width: 1025px) {
    .shop-content {
      padding: 68px 20px 46px;
    }
  }

  @media (max-width: 769px) {
    .shop-content {
      padding: 68px 35px 46px;
    }
  }

  .shop-content .title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--color-heading);
    letter-spacing: -0.03em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  @media (max-width: 1025px) {
    .shop-content .title {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 10px;
    }
  }

  @media (max-width: 769px) {
    .shop-content .title {
      font-size: 20px;
    }
  }

  .shop-content .title:hover {
    background-size: 100% 2px;
  }

  .shop-content .title:hover a {
    color: var(--color-content-black2);
  }

  .shop-content .price {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    display: block;
    color: #9b9b9b;
  }

  .shop-content .price.v2 span {
    color: #f14f44;
  }

  .shop-content .price.v2 del {
    color: #9b9b9b;
  }

  .shop-content .rating li {
    margin: 10px 0 0;
  }

  .shop-content .rating li i {
    font-size: 12px;
  }

  .shop-content.v2 {
    padding: 55px 36px 31px;
  }

  @media (max-width: 1201px) {
    .shop-content.v2 {
      padding: 55px 29px 31px;
    }
  }

  @media (max-width: 1025px) {
    .shop-content.v2 {
      padding: 55px 20px 31px;
    }
  }

  .price-filter-widget .filter-box {
    max-width: 400px;
  }

  .price-filter-widget .filter-box h2 {
    margin-bottom: 20px;
  }

  .price-filter-widget .filter-box .slider-container {
    position: relative;
    height: 6px;
    background: #d6d6d6;
    margin: 37px 0 1px;
  }

  .price-filter-widget .filter-box .slider-container .slider-track {
    position: absolute;
    height: 6px;
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
    border-radius: 5px;
    top: 0;
    bottom: 0;
    z-index: 0;
  }

  .price-filter-widget .filter-box .slider-container .range-input {
    position: relative;
    z-index: 2;
  }

  .price-filter-widget .filter-box .slider-container .range-input input {
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    padding: 0;
  }

  .price-filter-widget .filter-box .slider-container .range-input input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #2c84c8;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 3;
  }

  .price-filter-widget .filter-box .slider-container .range-input input::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #2c84c8;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }

  .price-filter-widget .filter-box .price-values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
  }

  .price-filter-widget .filter-box button {
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border: none;
    background: var(--color-heading);
    color: var(--color-content-white);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none !important;
  }

  .price-filter-widget .filter-box button:hover {
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
  }

  .shop-sec2 {
    position: relative;
  }

  .shop-sec2::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .shop-sec2 {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .shop-sec2 {
      margin: 0 5px;
    }
  }

  .shop-img2 {
    position: relative;
    margin-right: 72px;
  }

  @media (max-width: 820px) {
    .shop-img2 {
      margin: 0 0 40px;
    }
  }

  .shop-img2 .tag {
    position: absolute;
    top: 0;
    left: 43px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color-content-white);
    background-color: #f14f44;
    border-radius: 50px;
    padding: 0 15px;
    display: inline-block;
    height: 28px;
  }

  .shop-img2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    width: 110px;
    height: 34px;
    background-image: url(../images/layers/angel.png);
  }

  .shop-img2 img {
    width: 100%;
  }

  .shop-content2 {
    position: relative;
  }

  .shop-content2 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-black2);
    margin-bottom: 16px;
  }

  .shop-content2 .ser-detail-list {
    margin: 0 0 36px;
  }

  .shop-content2 .ser-detail-list i {
    color: var(--color-heading);
  }

  .shop-content2 .price {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: block;
    color: #9b9b9b;
    margin-bottom: 8px;
  }

  .shop-content2 .price span {
    color: #f14f44;
  }

  .shop-content2 .price del {
    color: #9b9b9b;
  }

  .shop-content2 .ser-detail-list.v2 {
    margin-bottom: 22px;
  }

  .quantity-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }

  .quantity-filter .qty-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--color-content-black2);
    border-radius: 10px;
    width: 112px;
    padding: 0 19px;
  }

  .quantity-filter .qty-box button {
    border: none;
    color: var(--color-content-black2);
    font-size: 25px;
    cursor: pointer;
    border-radius: 4px;
    background-color: unset;
    padding: 0;
    outline: none;
  }

  .quantity-filter .qty-box input {
    width: 40px;
    text-align: center;
    font-size: 16px;
    padding: 0;
    border: 0;
  }

  .quantity-filter .qty-box input::-webkit-inner-spin-button,
  .quantity-filter .qty-box input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .quantity-filter .qty-box input {
    -moz-appearance: textfield;
  }

  .quantity-filter .cart-btn {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    background-color: var(--color-surface-dark-2);
    color: var(--color-content-white);
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    padding: 0 21px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
  }

  .quantity-filter .cart-btn i {
    margin-right: 14px;
  }

  .quantity-filter .cart-btn:hover {
    background: -webkit-linear-gradient(45deg, #7061c8, #4875c8);
    background: linear-gradient(45deg, #7061c8, #4875c8);
    color: var(--color-content-white);
  }

  .tag-list2 {
    position: relative;
    margin-top: 54px;
    padding-top: 40px;
  }

  .tag-list2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
  }

  .tag-list2 li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: var(--color-content-black2);
    margin: 0;
  }

  .tag-list2 li span {
    width: 102px;
    display: inline-block;
  }

  .tag-list3 {
    position: relative;
  }

  .tag-list3 li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-black2);
    margin: 0;
  }

  .tag-list3 li span {
    font-weight: 700;
    width: 112px;
    display: inline-block;
  }

  .shop-tabs {
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 26px;
  }

  .shop-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
  }

  .review-tabs {
    position: relative;
  }

  .review-tabs .nav-tabs2 {
    background-color: #f0f2f4;
    max-width: 231px;
    border-radius: 12px;
  }

  .review-tabs .nav-tabs2 .nav-item {
    margin: 0;
  }

  .review-tabs .nav-tabs2 .nav-item .nav-link {
    border: 0;
    background-color: unset;
    outline: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 10px;
  }

  .review-tabs .nav-tabs2 .nav-item .nav-link.active {
    background-color: var(--color-surface-dark-2);
    color: var(--color-content-white);
  }

  .review-content2 {
    position: relative;
    max-width: 994px;
  }

  .review-content2 .title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
    margin-bottom: 27px;
    font-weight: 400;
  }

  @media (max-width: 480px) {
    .review-content2 .date {
      margin-bottom: 0 !important;
    }
  }

  .review-content2 .comment-block .rating {
    position: absolute;
    top: 0;
    right: 0;
  }

  @media (max-width: 480px) {
    .review-content2 .comment-block .rating {
      position: static;
    }
  }

  .review-content2 .comment-block .rating li:last-child i {
    color: #b9b9b9;
  }

  .contact-form3 {
    background-color: #f0f2f4;
    border-radius: 25px;
    padding: 73px 71px 75px;
    margin-top: 79px;
  }

  @media (max-width: 1201px) {
    .contact-form3 {
      padding: 43px 42px 53px;
    }
  }

  @media (max-width: 390px) {
    .contact-form3 {
      padding: 43px 28px 53px;
    }
  }

  .contact-form3 .ibt-btn-outline {
    outline: none;
  }

  .contact-form3 .ibt-btn-outline i {
    text-indent: 0em;
  }

  .form-title2 {
    position: relative;
    margin-bottom: 27px;
  }

  .form-title2 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
    color: var(--color-content-black2);
    letter-spacing: -0.03em;
  }

  .form-title2 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .form-title2 .rating li i {
    color: #b8b8b8;
  }

  .custom-form3 {
    position: relative;
  }

  .custom-form3 input,
  .custom-form3 select,
  .custom-form3 textarea {
    border: 0;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    height: 50px;
    margin-bottom: 41px;
    font-size: 14px;
    color: #898989;
    padding: 0;
  }

  .custom-form3 input::-webkit-input-placeholder,
  .custom-form3 select::-webkit-input-placeholder,
  .custom-form3 textarea::-webkit-input-placeholder {
    color: #898989;
  }

  .custom-form3 input::-moz-placeholder,
  .custom-form3 select::-moz-placeholder,
  .custom-form3 textarea::-moz-placeholder {
    color: #898989;
  }

  .custom-form3 input:-ms-input-placeholder,
  .custom-form3 select:-ms-input-placeholder,
  .custom-form3 textarea:-ms-input-placeholder {
    color: #898989;
  }

  .custom-form3 input::-ms-input-placeholder,
  .custom-form3 select::-ms-input-placeholder,
  .custom-form3 textarea::-ms-input-placeholder {
    color: #898989;
  }

  .custom-form3 input::placeholder,
  .custom-form3 select::placeholder,
  .custom-form3 textarea::placeholder {
    color: #898989;
  }

  .custom-form3 textarea {
    height: 112px;
    margin-bottom: 30px;
  }

  .custom-form3 .radio-box {
    margin-bottom: 22px;
  }

  .custom-form3 .radio-box label {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
  }

  .custom-form3 .radio-box input[type=checkbox]:checked~label::before {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
  }

  .custom-form3 .radio-box input[type=checkbox]:checked~label::after {
    border-color: var(--color-content-black2);
  }

  .account-sec {
    position: relative;
    padding: 150px 0;
  }

  @media (max-width: 769px) {
    .account-sec {
      padding: 120px 0;
    }
  }

  @media (max-width: 577px) {
    .account-sec {
      padding: 90px 0;
    }
  }

  .contact-form4 {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
  }

  @media (max-width: 390px) {
    .contact-form4 {
      max-width: 100%;
      margin: 0 10px;
    }
  }

  .contact-form4 .ibt-btn-outline {
    outline: none;
  }

  .contact-form4 .ibt-btn-outline i {
    text-indent: 0em;
  }

  .contact-form4 p {
    font-size: 14px;
    line-height: 27px;
    margin: 45px 0 0;
    font-weight: 500;
    color: var(--color-content-black);
  }

  .contact-form4 p a {
    text-decoration: underline;
    color: var(--color-content-black);
  }

  .contact-form4 p a:hover {
    color: var(--color-primary);
  }

  .custom-form4 {
    position: relative;
    text-align: left;
  }

  .custom-form4 .title,
  .custom-form4 .title2 {
    position: relative;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: var(--color-heading);
    margin-bottom: 46px;
    padding-bottom: 11px;
  }

  .custom-form4 .title::before,
  .custom-form4 .title2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
  }

  .custom-form4 .title2 {
    display: none;
  }

  .custom-form4 input,
  .custom-form4 select,
  .custom-form4 textarea {
    border: 1px solid #adadad;
    border-radius: 20px;
    height: 50px;
    font-size: 14px;
    color: #898989;
    padding: 0 19px;
  }

  .custom-form4 input::-webkit-input-placeholder,
  .custom-form4 select::-webkit-input-placeholder,
  .custom-form4 textarea::-webkit-input-placeholder {
    color: #898989;
  }

  .custom-form4 input::-moz-placeholder,
  .custom-form4 select::-moz-placeholder,
  .custom-form4 textarea::-moz-placeholder {
    color: #898989;
  }

  .custom-form4 input:-ms-input-placeholder,
  .custom-form4 select:-ms-input-placeholder,
  .custom-form4 textarea:-ms-input-placeholder {
    color: #898989;
  }

  .custom-form4 input::-ms-input-placeholder,
  .custom-form4 select::-ms-input-placeholder,
  .custom-form4 textarea::-ms-input-placeholder {
    color: #898989;
  }

  .custom-form4 input::placeholder,
  .custom-form4 select::placeholder,
  .custom-form4 textarea::placeholder {
    color: #898989;
  }

  .custom-form4 textarea {
    height: 112px;
    margin-bottom: 30px;
  }

  .custom-form4 .form-group {
    position: relative;
    margin-bottom: 20px;
  }

  .custom-form4 .form-group button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 11px;
    border: 0;
    background-color: unset;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .custom-form4 .form-group button:hover {
    color: var(--color-primary);
  }

  .custom-form4 .form-group.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0 30px;
  }

  .custom-form4 .radio-box label {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
  }

  .custom-form4 .radio-box input {
    height: unset;
    margin-bottom: 0;
    width: 37%;
  }

  .custom-form4 .radio-box input[type=checkbox]:checked~label::before {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
  }

  .custom-form4 .radio-box input[type=checkbox]:checked~label::after {
    border-color: var(--color-content-black2);
  }

  .custom-form4 .password {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    text-decoration: underline;
    color: var(--color-content-black2);
    background-color: unset;
    border: 0;
    outline: none;
  }

  .custom-form4 .ibt-btn .extra {
    display: none;
  }

  .password-section input[type=password]::-ms-reveal,
  .password-section input[type=password]::-ms-clear,
  .password-section input[type=password]::-webkit-credentials-auto-fill-button,
  .password-section input[type=password]::after,
  .password-section input[type=password]::before {
    display: none !important;
    content: none !important;
  }

  .contact-form4.v2 .form-group {
    margin-bottom: 35px;
  }

  .sign-up-content {
    position: relative;
    padding-bottom: 37px;
    display: none;
  }

  .sign-up-content p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.875em;
    font-weight: 500;
    color: var(--color-content-black);
  }

  .sign-up-content a {
    font-size: 16px;
    line-height: 1.875em;
    font-weight: 500;
    text-decoration: underline;
    color: var(--color-content-black);
    display: inline-block;
  }

  .sign-up-content a:hover {
    color: var(--color-primary);
  }

  .custom-form4.active .sign-up-content {
    display: inline-block;
  }

  .custom-form4.active .title-box .title2 {
    display: block;
  }

  .custom-form4.active .title-box .title {
    display: none !important;
  }

  .custom-form4.active .form-group.name,
  .custom-form4.active .password-section,
  .custom-form4.active .extra-section {
    display: none;
  }

  .custom-form4.active .ibt-btn span:first-child {
    display: none;
  }

  .custom-form4.active .ibt-btn .extra {
    display: inline-block;
  }

  .googel-map {
    position: relative;
    margin-bottom: 31px;
  }

  .googel-map::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 600px;
    background-image: url(../images/layers/map-layer.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .googel-map::before {
      top: -79%;
    }
  }

  @media (max-width: 1201px) {
    .googel-map::before {
      top: -66%;
    }
  }

  @media (max-width: 1025px) {
    .googel-map::before {
      top: -53%;
    }
  }

  @media (max-width: 820px) {
    .googel-map::before {
      top: -41%;
    }
  }

  .checkout-sec {
    position: relative;
  }

  @media (max-width: 1201px) {
    .checkout-sec {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .checkout-sec {
      margin: 0 5px;
    }
  }

  .checkout-sec::before {
    content: "";
    position: absolute;
    top: 4%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .checkout-sec::before {
      display: none;
    }
  }

  .contact-form5 {
    position: relative;
    margin-right: 15px;
  }

  .custom-form5 {
    position: relative;
    text-align: left;
  }

  .custom-form5 .title {
    position: relative;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: var(--color-heading);
    margin-bottom: 46px;
    padding-bottom: 11px;
  }

  .custom-form5 .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
  }

  .custom-form5 input,
  .custom-form5 select,
  .custom-form5 textarea {
    border: 1px solid #adadad;
    border-radius: 20px;
    height: 50px;
    font-size: 14px;
    color: #898989;
    padding: 0 19px;
    background-color: unset;
  }

  .custom-form5 input::-webkit-input-placeholder,
  .custom-form5 select::-webkit-input-placeholder,
  .custom-form5 textarea::-webkit-input-placeholder {
    color: #898989;
  }

  .custom-form5 input::-moz-placeholder,
  .custom-form5 select::-moz-placeholder,
  .custom-form5 textarea::-moz-placeholder {
    color: #898989;
  }

  .custom-form5 input:-ms-input-placeholder,
  .custom-form5 select:-ms-input-placeholder,
  .custom-form5 textarea:-ms-input-placeholder {
    color: #898989;
  }

  .custom-form5 input::-ms-input-placeholder,
  .custom-form5 select::-ms-input-placeholder,
  .custom-form5 textarea::-ms-input-placeholder {
    color: #898989;
  }

  .custom-form5 input::placeholder,
  .custom-form5 select::placeholder,
  .custom-form5 textarea::placeholder {
    color: #898989;
  }

  .custom-form5 textarea {
    height: 237px;
    padding: 12px 18px;
  }

  .custom-form5 .form-group {
    position: relative;
    margin-bottom: 20px;
  }

  .custom-form5 .form-group i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px;
    font-size: 11px;
  }

  .custom-form5 .radio-box label {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
  }

  .custom-form5 .radio-box input {
    height: unset;
    margin-bottom: 0;
  }

  .custom-form5 .radio-box input[type=checkbox]:checked~label::before {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
  }

  .custom-form5 .radio-box input[type=checkbox]:checked~label::after {
    border-color: var(--color-content-black2);
  }

  .custom-form5 .password {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    text-decoration: underline;
    color: var(--color-content-black2);
    background-color: unset;
    border: 0;
    outline: none;
  }

  .custom-form5 .form-group.v3 {
    margin: 44px 0 33px;
  }

  .custom-form5 .form-group.v3 .radio-box {
    margin-bottom: 9px;
  }

  .cart-sec {
    position: relative;
  }

  .cart-sec::before {
    content: "";
    position: absolute;
    top: 4%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .cart-sec::before {
      display: none;
    }
  }

  @media (max-width: 1201px) {
    .cart-sec {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .cart-sec {
      margin: 0 5px;
    }
  }

  .product-block {
    position: relative;
    padding: 22px 0 27px 151px;
  }

  @media (max-width: 1201px) {
    .product-block {
      width: 386px;
    }
  }

  @media (max-width: 769px) {
    .product-block {
      width: 353px;
    }
  }

  .product-block img {
    position: absolute;
    top: 0;
    left: 0;
    height: 99px;
    width: 114px;
    object-fit: cover;
    border-radius: 10px;
  }

  .product-block .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 7px;
    color: var(--color-heading);
  }

  .product-block .title a {
    color: var(--color-heading);
  }

  .product-block .rating li {
    margin: 0;
  }

  .cart-table-wrapper {
    position: relative;
  }

  @media (max-width: 1025px) {
    .cart-table-wrapper {
      overflow-x: auto;
      scroll-behavior: smooth;
      white-space: nowrap;
    }

    .cart-table-wrapper::-webkit-scrollbar {
      display: none;
    }

    .cart-table-wrapper {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
  }

  .cart-table-wrapper .cart-table {
    margin-bottom: 93px;
  }

  @media (max-width: 1025px) {
    .cart-table-wrapper .cart-table {
      display: inline-block;
      width: auto;
      table-layout: auto;
      min-width: 800px;
      margin-bottom: 32px;
    }
  }

  .cart-table-wrapper .cart-table thead tr {
    position: relative;
    border-bottom: 1px solid #6766c8;
  }

  .cart-table-wrapper .cart-table thead tr th {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-heading);
    padding-bottom: 14px;
  }

  .cart-table-wrapper .cart-table thead tr th:first-child {
    padding-left: 151px;
  }

  .cart-table-wrapper .cart-table tbody tr {
    border-bottom: 1px solid var(--color-content-black2);
  }

  .cart-table-wrapper .cart-table tbody tr td {
    padding: 38px 0 39px;
    border: 0;
  }

  .cart-table-wrapper .cart-table tbody tr td:nth-child(2) {
    width: 262px;
  }

  .cart-table-wrapper .cart-table tbody tr td:nth-child(3) {
    width: 288px;
  }

  .cart-table-wrapper .cart-table tbody tr td:nth-child(4) {
    width: 281px;
  }

  .cart-table-wrapper .cart-table tbody tr td:last-child {
    white-space: nowrap;
    text-align: center;
    min-width: 40px;
  }

  .cart-table-wrapper .cart-table tbody tr td .price2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-content-black2);
    display: inline-block;
  }

  .cart-table-wrapper .cart-table tbody tr td .price2.v2 {
    color: #9b9b9b;
  }

  .cart-table2 {
    position: relative;
    background-color: #f0f2f4;
    border-radius: 25px;
    padding: 37px 43px 47px;
    max-width: 335px;
    margin-left: auto;
  }

  @media (max-width: 577px) {
    .cart-table2 {
      max-width: unset;
    }
  }

  .cart-table2 .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--color-heading);
  }

  .cart-table2 .ibt-btn {
    height: 50px;
    margin-top: 32px;
  }

  .cart-table2 table {
    margin-bottom: 0;
  }

  .cart-table2 table tr th {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: -0.03em;
    color: var(--color-heading);
    font-family: var(--font-secondary);
    padding-bottom: 17px;
  }

  .cart-table2 table tr th:first-child {
    min-width: 155px;
  }

  .cart-table2 table tbody tr:first-child {
    border-bottom: 1px solid var(--color-heading);
  }

  .cart-table2 table tbody tr:first-child td {
    padding: 0 0 19px;
  }

  .cart-table2 table tbody tr:last-child td {
    padding-top: 13px;
  }

  .cart-table2 table tbody tr td {
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-heading);
    font-family: var(--font-secondary);
  }

  .cart-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 27px 0 93px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-footer .footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
  }

  @media (max-width: 577px) {
    .cart-footer .footer-left {
      gap: 0;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 480px) {
    .cart-footer .footer-left {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .cart-footer .footer-left input {
    font-size: 14px;
    color: #898989;
    padding: 10px 18px;
    border: 1px solid #adadad;
    border-radius: 20px;
    min-width: 307px;
    height: 50px;
    outline: none;
  }

  .cart-footer .footer-left input::-webkit-input-placeholder {
    color: #898989;
  }

  .cart-footer .footer-left input::-moz-placeholder {
    color: #898989;
  }

  .cart-footer .footer-left input:-ms-input-placeholder {
    color: #898989;
  }

  .cart-footer .footer-left input::-ms-input-placeholder {
    color: #898989;
  }

  .cart-footer .footer-left input::placeholder {
    color: #898989;
  }

  .cart-footer .footer-left button {
    height: 50px;
    font-size: 14px;
    outline: none;
  }

  @media (max-width: 480px) {
    .cart-footer .footer-left button {
      margin-top: 20px;
    }
  }

  .cart-footer .footer-left button i {
    margin-left: -16px;
  }

  .cart-footer .footer-right .ibt-btn {
    height: 50px;
    font-size: 14px;
    outline: none;
  }

  .cart-footer .footer-right .ibt-btn i {
    margin-left: -16px;
  }

  .intro {
    background-color: var(--color-surface-dark-2);
  }

  .demo-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 130px;
  }

  .demo-sec::before {
    content: "";
    position: absolute;
    top: 4%;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/layers/dark1-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .demo-sec::before {
      top: 5%;
    }
  }

  .demo-sec::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    height: 1550px;
    background-image: url(../images/layers/dark1-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .demo-sec .title-area3 {
    margin-bottom: 58px;
  }

  @media (max-width: 480px) {
    .demo-sec .title-area3 {
      margin: 0 20px 38px;
    }
  }

  .counter-box25 {
    position: relative;
  }

  .counter-box25 .counter-number,
  .counter-box25 .counter-text {
    position: relative;
    background-color: transparent;
    color: #1f1f1f;
    font-size: 300px;
    line-height: 300px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, #8258c8 0%, #2c84c8 60%);
    background-image: linear-gradient(180deg, #8258c8 0%, #2c84c8 60%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
    z-index: 0;
    font-family: var(--font-primary);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1025px) {

    .counter-box25 .counter-number,
    .counter-box25 .counter-text {
      font-size: 217px;
      line-height: 199px;
    }
  }

  @media (max-width: 577px) {

    .counter-box25 .counter-number,
    .counter-box25 .counter-text {
      font-size: 174px;
    }
  }

  @media (max-width: 480px) {

    .counter-box25 .counter-number,
    .counter-box25 .counter-text {
      font-size: 136px;
    }
  }

  .funfact-content25 {
    position: relative;
    text-align: center;
  }

  @media (max-width: 480px) {
    .funfact-content25 {
      text-align: left;
    }
  }

  .funfact-content25 .title {
    position: relative;
    font-size: 60px;
    line-height: 70px;
    color: var(--color-content-white);
    font-weight: 400;
    background-color: transparent;
    margin: -172px 0px 10px 0px;
    padding: 72px 0px 0px 0px;
    background-image: -webkit-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1f1f1f 60%);
    background-image: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, #1f1f1f 60%);
    z-index: 99;
  }

  @media (max-width: 1025px) {
    .funfact-content25 .title {
      font-size: 50px;
      line-height: 60px;
    }
  }

  @media (max-width: 769px) {
    .funfact-content25 .title {
      font-size: 46px;
      line-height: 56px;
      margin: -139px 0px 10px 0px;
    }
  }

  @media (max-width: 577px) {
    .funfact-content25 .title {
      font-size: 37px;
      line-height: 46px;
    }
  }

  @media (max-width: 480px) {
    .funfact-content25 .title {
      font-size: 32px;
      line-height: 40px;
    }
  }

  @media (max-width: 390px) {
    .funfact-content25 .title {
      font-size: 26px;
      line-height: 35px;
    }
  }

  .funfact-content25 p {
    color: var(--color-content-white);
    font-size: 16px;
    line-height: 30px;
    max-width: 369px;
  }

  .demo-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 23px;
  }

  @media (max-width: 480px) {
    .demo-list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }

  .demo-list li {
    margin: 0;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: var(--color-content-white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 77px;
  }

  @media (max-width: 577px) {
    .demo-list li {
      margin-right: 16px;
    }
  }

  @media (max-width: 480px) {
    .demo-list li {
      margin-bottom: 10px;
    }
  }

  .demo-list li i {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: transparent;
    background-image: -webkit-linear-gradient(315deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(135deg, #FF7A00 0%, #FDBA74 100%);
    border-radius: 50%;
    font-size: 10px;
    color: var(--color-content-white);
    display: inline-block;
    margin-right: 18px;
  }

  @media (max-width: 577px) {
    .demo-list li i {
      margin-right: 7px;
    }
  }

  .demo-img {
    position: relative;
    margin: 0 50px 124px;
    z-index: 0;
  }

  @media (max-width: 1440px) {
    .demo-img {
      margin: 0 14px 55px;
    }
  }

  .demo-img img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
  }

  .demo-img a:hover {
    cursor: none;
  }

  .demo-content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media (max-width: 769px) {
    .demo-content {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 40px 30px;
    }
  }

  .demo-content .title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0;
    color: var(--color-content-white);
    font-weight: 600;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1025px) {
    .demo-content .title {
      font-size: 29px;
      line-height: 39px;
    }
  }

  @media (max-width: 390px) {
    .demo-content .title {
      font-size: 24px;
      line-height: 32px;
    }
  }

  .dark-mood-demo {
    position: relative;
    padding: 235px 50px 276px;
  }

  @media (max-width: 1366px) {
    .dark-mood-demo {
      padding: 147px 26px 159px;
    }
  }

  @media (max-width: 769px) {
    .dark-mood-demo {
      padding: 80px 20px 93px;
    }
  }

  .dark-mood-demo::before {
    content: "";
    position: absolute;
    top: -11%;
    left: 0;
    width: 100%;
    height: 1054px;
    background-image: url(../images/layers/dark1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .dark-mood-demo::before {
      background-size: contain;
    }
  }

  .dark-mood-demo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1399px;
    background-image: url(../images/layers/dark1-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .dark-mood-demo::after {
      background-size: contain;
      bottom: -2%;
      height: 1030px;
    }
  }

  @media (max-width: 1366px) {
    .dark-mood-demo::after {
      bottom: -8%;
      height: 100%;
    }
  }

  .dark-mood-demo img {
    width: 100%;
  }

  .demo-hover.show {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    pointer-events: auto;
    z-index: 99;
  }

  .demo-hover {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, -webkit-clip-path 0.4s ease-out;
    transition: opacity 0.2s ease, -webkit-clip-path 0.4s ease-out;
    transition: opacity 0.2s ease, clip-path 0.4s ease-out;
    transition: opacity 0.2s ease, clip-path 0.4s ease-out, -webkit-clip-path 0.4s ease-out;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    z-index: 9999;
  }

  .demo-hover .demo-num {
    position: relative;
    background-color: var(--color-surface-dark-2);
    color: var(--color-content-white);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px 0px 20px;
    display: inline-block;
    border-radius: 10px 10px 0 0;
  }

  .demo-hover .demo-num:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -19px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/corner3-dark.png);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .demo-hover .demo-title {
    font-size: 18px;
    color: var(--color-content-white);
    background-color: var(--color-surface-dark-2);
    margin-top: -2px;
    padding: 10px 38px 13px 20px;
    border-radius: 0 10px 10px 10px;
    font-weight: 500;
  }

  .demo-hover.show {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  .main-sec7 {
    position: relative;
    overflow: hidden;
    padding: 25px 0 37px;
  }

  .marquee-sec3 {
    position: relative;
    background: -webkit-linear-gradient(left, #FF7A00, #FDBA74);
    background: linear-gradient(90deg, #FF7A00, #FDBA74);
    padding: 5px 0 8px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    width: 100%;
  }

  .marquee-sec3::before {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    width: 5px;
    height: 100%;
    background-color: #FDBA74;
    z-index: 999;
  }

  .marquee-sec3 .marquee-inner span {
    font-size: 60px;
    color: var(--color-content-white);
  }

  @media (max-width: 1440px) {
    .marquee-sec3 .marquee-inner span {
      font-size: 46px;
      line-height: 100px;
    }
  }

  .marquee-sec4 {
    position: relative;
    background-image: -webkit-linear-gradient(355deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(95deg, #8258c8 0%, #2c84c8 100%);
    padding: 5px 0 8px;
    -webkit-transform: rotate(1.4deg);
    -ms-transform: rotate(1.4deg);
    transform: rotate(1.4deg);
    overflow: hidden;
    width: 100%;
    margin-bottom: -41px;
  }

  @media (max-width: 1201px) {
    .marquee-sec4 {
      margin-bottom: -26px;
    }
  }

  @media (max-width: 769px) {
    .marquee-sec4 {
      margin-bottom: -8px;
    }
  }

  .marquee-sec4 .marquee4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-animation: marquee4 20s linear infinite;
    animation: marquee4 20s linear infinite;
  }

  @media (max-width: 1201px) {
    .marquee-sec4 .marquee4 {
      -webkit-animation: marquee4 15s linear infinite;
      animation: marquee4 15s linear infinite;
    }
  }

  @media (max-width: 769px) {
    .marquee-sec4 .marquee4 {
      -webkit-animation: marquee4 10s linear infinite;
      animation: marquee4 10s linear infinite;
    }
  }

  @media (max-width: 577px) {
    .marquee-sec4 .marquee4 {
      -webkit-animation: marquee4 8s linear infinite;
      animation: marquee4 8s linear infinite;
    }
  }

  @media (max-width: 480px) {
    .marquee-sec4 .marquee4 {
      -webkit-animation: marquee4 6s linear infinite;
      animation: marquee4 6s linear infinite;
    }
  }

  .marquee-sec4 .marquee-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .marquee-sec4 .marquee-inner span {
    font-size: 60px;
    line-height: 130px;
    color: var(--color-content-white);
    margin-right: 80px;
  }

  @media (max-width: 1440px) {
    .marquee-sec4 .marquee-inner span {
      font-size: 46px;
      line-height: 100px;
    }
  }

  @-webkit-keyframes marquee4 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

  @keyframes marquee4 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

  .builder-intro {
    position: relative;
  }

  .builder-intro .bulider-logo {
    position: absolute;
    top: 20px;
    right: 134px;
  }

  @media (max-width: 1440px) {
    .builder-intro .bulider-logo {
      right: 35px;
    }
  }

  @media (max-width: 769px) {
    .builder-intro .bulider-logo {
      display: none;
    }
  }

  .builder-content {
    position: relative;
  }

  .builder-content .title {
    background-color: transparent;
    background-image: -webkit-linear-gradient(332deg, #f23968 0%, #3c2973 100%);
    background-image: linear-gradient(118deg, #f23968 0%, #3c2973 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    color: transparent;
    font-size: 120px;
    line-height: 130px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    font-weight: 400;
  }

  @media (max-width: 1366px) {
    .builder-content .title {
      font-size: 110px;
      line-height: 119px;
    }
  }

  @media (max-width: 1201px) {
    .builder-content .title {
      font-size: 98px;
      line-height: 99px;
    }
  }

  @media (max-width: 1025px) {
    .builder-content .title {
      font-size: 80px;
      line-height: 84px;
    }
  }

  @media (max-width: 769px) {
    .builder-content .title {
      font-size: 70px;
      line-height: 72px;
    }
  }

  @media (max-width: 577px) {
    .builder-content .title {
      font-size: 53px;
      line-height: 61px;
    }
  }

  @media (max-width: 480px) {
    .builder-content .title {
      font-size: 47px;
      line-height: 51px;
    }
  }

  @media (max-width: 390px) {
    .builder-content .title {
      font-size: 40px;
      line-height: 46px;
    }
  }

  .bulider-info {
    position: relative;
    padding: 0 60px;
  }

  @media (max-width: 769px) {
    .bulider-info {
      padding: 0 20px;
    }
  }

  .inner-content3 {
    position: absolute;
    right: 12%;
    bottom: -84px;
    max-width: 518px;
  }

  @media (max-width: 1201px) {
    .inner-content3 {
      position: static;
      margin-top: 40px;
    }
  }

  @media (max-width: 1025px) {
    .inner-content3 {
      margin-top: 30px;
    }
  }

  @media (max-width: 480px) {
    .inner-content3 {
      margin-top: 20px;
    }
  }

  .inner-content3 p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 26px;
    font-weight: 400;
    color: #87899b;
  }

  @media (max-width: 480px) {
    .inner-content3 p {
      font-size: 16px;
    }
  }

  .inner-content3 .ibt-btn.ibt-btn-outline-2 {
    color: var(--color-content-white);
  }

  .builder-img {
    position: relative;
    padding-top: 118px;
  }

  @media (max-width: 1201px) {
    .builder-img {
      padding: 0;
    }
  }

  @media (max-width: 577px) {
    .builder-img {
      padding: 30px 0;
    }
  }

  @media (max-width: 480px) {
    .builder-img {
      padding-top: 50px;
    }
  }

  .builder-img::after {
    content: "";
    position: absolute;
    bottom: -12%;
    left: 0;
    width: 100%;
    height: 819px;
    background-image: url(../images/layers/builder-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .builder-img::after {
      display: none;
    }
  }

  .googel-map {
    position: relative;
  }

  .googel-map iframe {
    width: 100%;
  }

  .googel-map h2 {
    display: none;
  }

  .typography-sec {
    position: relative;
  }

  .typography-sec .typography-colum,
  .typography-sec .style-list {
    margin-top: 150px;
  }

  .typography-sec .blockquote {
    background: -webkit-linear-gradient(315deg, #FF7A00, #FDBA74);
    background: linear-gradient(135deg, #FF7A00, #FDBA74);
    margin-top: 150px;
  }

  .typography-sec .blockquote p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
    color: var(--color-content-black2);
    font-weight: 600;
    font-style: normal;
  }

  .typography-sec .blockquote2 {
    margin-top: 150px;
  }

  .typography-sec .blockquote2 blockquote {
    background-color: unset;
    padding: 0;
  }

  .typography-sec .blockquote2 blockquote .title {
    font-size: 20px;
  }

  .typography-sec .demo-list {
    display: block;
  }

  .typography-sec .demo-list li {
    color: var(--color-content-black2);
  }

  .typography-sec .list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .typography-sec .list-box .ser-detail-list {
    margin-right: 80px;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .service-sec {
    position: relative;
  }

  @media (max-width: 1366px) {
    .service-sec {
      margin: 0 7px;
    }
  }

  @media (max-width: 390px) {
    .service-sec {
      margin: 0;
    }
  }

  .service-sec .sec-title .title {
    position: relative;
    max-width: 588px;
  }

  @media (max-width: 1025px) {
    .service-sec .row:nth-child(2) {
      margin-bottom: -20px;
    }
  }

  .ser-card {
    position: relative;
    height: 100%;
  }

  @media (max-width: 1025px) {
    .ser-card {
      height: 539px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 577px) {
    .ser-card {
      height: 420px;
    }
  }

  @media (max-width: 480px) {
    .ser-card {
      width: 100% !important;
      height: 350px;
    }
  }

  .ser-card>img {
    height: 100%;
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
  }

  .ser-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 91px;
    height: 79px;
    background-image: url(../images/service/ser-layer.png);
    border-radius: 0 0 20px 0;
  }

  .ser-content {
    position: absolute;
    bottom: 46px;
    left: 43px;
    max-width: 338px;
  }

  @media (max-width: 1201px) {
    .ser-content {
      max-width: 300px;
    }
  }

  @media (max-width: 1025px) {
    .ser-content {
      left: 23px !important;
      max-width: 262px !important;
    }
  }

  @media (max-width: 577px) {
    .ser-content {
      max-width: 223px !important;
    }
  }

  @media (max-width: 480px) {
    .ser-content {
      max-width: 357px !important;
    }
  }

  @media (max-width: 390px) {
    .ser-content {
      max-width: 275px !important;
    }
  }

  .ser-content .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 14px;
    color: var(--color-content-white);
  }

  @media (max-width: 577px) {
    .ser-content .title {
      font-size: 22px;
    }
  }

  @media (max-width: 480px) {
    .ser-content .title {
      max-width: 226px;
    }
  }

  .ser-content .title a {
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
  }

  .ser-content .title a:hover {
    color: var(--color-content-white);
    text-decoration: underline;
  }

  .ser-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: var(--color-content-white);
  }

  .ser-content.v2 {
    position: absolute;
    bottom: auto;
    top: 52px;
    left: 43px;
  }

  @media (max-width: 769px) {
    .ser-content.v2 {
      left: 23px;
    }
  }

  .ser-content.v2 .title {
    max-width: 269px;
  }

  .ser-btn {
    position: absolute;
    bottom: 0;
    right: 10px;
    background-color: #1f1f1f;
    padding: 20px;
    border-radius: 20px;
    font-size: 10px;
    display: inline-block;
    line-height: 6px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--color-content-white);
  }

  .ser-btn:hover .icon {
    -webkit-transform: translateX(200%) translateY(-200%);
    -ms-transform: translateX(200%) translateY(-200%);
    opacity: 0;
  }

  .ser-btn:hover .icon2 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    color: var(--color-content-white);
  }

  .ser-btn i {
    display: block;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .ser-btn .icon2 {
    margin-top: -100%;
    -webkit-transform: translateX(-200%) translateY(200%);
    -ms-transform: translateX(-200%) translateY(200%);
    transform: translateX(-200%) translateY(200%);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0;
  }

  .ser-card.v3 {
    position: relative;
    height: unset;
    margin-bottom: 19px;
  }

  @media (max-width: 769px) {
    .ser-card.v3 {
      width: 59%;
    }
  }

  @media (max-width: 577px) {
    .ser-card.v3 {
      width: 79%;
    }
  }

  .ser-card.v3 .title {
    position: absolute;
    bottom: 11px;
    left: 50px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 14px;
    color: var(--color-surface-dark);
    max-width: 269px;
    letter-spacing: 1px;
  }

  @media (max-width: 1440px) {
    .ser-card.v3 .title {
      bottom: 20px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card.v3 .title {
      left: 23px;
    }
  }

  @media (max-width: 769px) {
    .ser-card.v3 .title {
      left: 30px;
    }
  }

  @media (max-width: 577px) {
    .ser-card.v3 .title {
      font-size: 22px;
    }
  }

  .ser-card.v3 .title a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .ser-card.v3 .title a:hover {
    color: var(--color-content-black2);
    text-decoration: underline;
  }

  .ser-card.v3::before {
    display: none;
  }

  @media (max-width: 1025px) {
    .ser-card.v4 {
      height: 373px;
    }
  }

  @media (max-width: 820px) {
    .ser-card.v4 {
      max-width: 360px;
      margin-left: 25px;
    }
  }

  @media (max-width: 480px) {
    .ser-card.v4 {
      max-width: 100%;
      margin: 0;
    }
  }

  .ser-card.v4 .ser-content {
    max-width: 300px;
  }

  .ser-card.v4 .ser-content img {
    margin-bottom: 30px;
  }

  .title-area {
    margin-bottom: 45px;
  }

  .ser-info {
    position: relative;
  }

  @media (max-width: 820px) {
    .ser-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

  @media (max-width: 480px) {
    .ser-info {
      display: block;
    }
  }

  .service-sec2 {
    position: relative;
    padding-top: 76px;
  }

  @media (max-width: 1366px) {
    .service-sec2 {
      margin: 0 15px;
    }
  }

  @media (max-width: 1025px) {
    .service-sec2 {
      margin: 0 10px;
    }
  }

  .service-sec2 .row {
    margin-bottom: -40px;
  }

  .ser-block2 {
    position: relative;
    margin-bottom: 40px;
  }

  .ser-block2 img {
    margin-bottom: 23px;
  }

  .ser-block2 .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 18px;
    color: var(--color-heading);
  }

  @media (max-width: 1201px) {
    .ser-block2 .title {
      font-size: 33px;
      max-width: 314px;
      line-height: 37px;
    }
  }

  @media (max-width: 1025px) {
    .ser-block2 .title {
      font-size: 31px;
      line-height: 36px;
    }
  }

  @media (max-width: 769px) {
    .ser-block2 .title {
      font-size: 34px;
      line-height: 40px;
    }
  }

  @media (max-width: 480px) {
    .ser-block2 .title {
      font-size: 27px;
    }
  }

  .ser-list {
    position: relative;
  }

  .ser-list li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-content-black2);
    margin: 0 0 14px;
    padding-left: 26px;
  }

  @media (max-width: 1025px) {
    .ser-list li {
      padding-left: 22px;
    }
  }

  .ser-list li:last-child {
    margin-bottom: 0;
  }

  .ser-list li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 5.63px;
    height: 4.97px;
    background-color: var(--color-content-black2);
    -webkit-mask: url(../images/icon/arrow.svg) no-repeat center;
    mask: url(../images/icon/arrow.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .service-sec3 {
    position: relative;
    margin-top: 20px;
  }

  @media (max-width: 1440px) {
    .service-sec3 {
      margin: 20px 7px 0;
    }
  }

  .service-content3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -40px;
  }

  @media (max-width: 1025px) {
    .service-content3 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .ser-card3 {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 40px;
  }

  @media (max-width: 1440px) {
    .ser-card3 {
      height: 496px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card3 {
      width: 48.9%;
    }
  }

  @media (max-width: 820px) {
    .ser-card3 {
      height: 536px;
      width: 48.7%;
    }
  }

  @media (max-width: 769px) {
    .ser-card3 {
      width: 100%;
      margin-right: 0;
      height: 428px;
    }
  }

  .ser-card3::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 91px;
    height: 79px;
    background-image: url(../images/service/ser-layer.png);
    border-radius: 0 0 20px 0;
  }

  .ser-card3>img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    object-position: center;
    width: 100%;
  }

  .ser-card3 .ser-btn {
    right: 10px;
  }

  .ser-card3:last-child {
    margin-right: 0;
  }

  @media (max-width: 1440px) {
    .ser-card3 .ser-content {
      bottom: auto;
      top: 80px;
      max-width: 230px;
      left: 38px;
    }
  }

  @media (max-width: 1201px) {
    .ser-card3 .ser-content {
      left: 26px !important;
    }
  }

  @media (max-width: 1025px) {
    .ser-card3 .ser-content {
      left: 38px !important;
    }
  }

  @media (max-width: 769px) {
    .ser-card3 .ser-content {
      max-width: 379px !important;
    }
  }

  @media (max-width: 390px) {
    .ser-card3 .ser-content {
      left: 25px;
      max-width: 222px !important;
    }
  }

  @media (max-width: 390px) {
    .ser-card3 .ser-content .title {
      max-width: unset;
    }
  }

  .ser-btn3 {
    position: relative;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    display: inline-block;
    color: var(--color-content-white);
    border-bottom: 1px solid var(--color-content-white);
    padding-right: 23px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .ser-btn3:hover {
    color: var(--color-content-white);
    padding: 0 0 0 23px;
  }

  .ser-btn3:hover::before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

  .ser-btn3:hover::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .ser-btn3::before {
    content: "\e82d";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    right: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .ser-btn3::after {
    content: "\e82d";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    left: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .ser-content3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 49px;
  }

  @media (max-width: 1440px) {
    .ser-content3 {
      bottom: auto;
      top: 80px;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
    }
  }

  @media (max-width: 1201px) {
    .ser-content3 {
      left: 33px;
    }
  }

  @media (max-width: 390px) {
    .ser-content3 {
      left: 25px;
    }
  }

  .ser-content3 .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 37px;
    color: var(--color-content-white);
    max-width: 376px;
  }

  @media (max-width: 820px) {
    .ser-content3 .title {
      font-size: 30px;
      line-height: 35px;
    }
  }

  @media (max-width: 769px) {
    .ser-content3 .title {
      max-width: 413px;
    }
  }

  @media (max-width: 577px) {
    .ser-content3 .title {
      max-width: 289px;
    }
  }

  .ser-text {
    position: absolute;
    top: 22px;
    right: 27px;
  }

  .ser-text a {
    font-size: 12px;
    line-height: 35px;
    font-weight: 400;
    color: var(--color-heading);
    display: inline-block;
    background-color: var(--color-content-white);
    height: 35px;
    padding: 0 15px;
    border-radius: 50px;
  }

  .ser-text a:first-child {
    margin-right: 3px;
  }

  .ser-team {
    position: absolute;
    bottom: 28px;
    left: 49px;
  }

  @media (max-width: 1440px) {
    .ser-team {
      bottom: auto;
      top: 80px;
    }
  }

  @media (max-width: 1201px) {
    .ser-team {
      left: 33px;
    }
  }

  @media (max-width: 769px) {
    .ser-team {
      top: 55px;
    }
  }

  .ser-team .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 16px;
    max-width: 380px;
    color: var(--color-content-white);
  }

  @media (max-width: 769px) {
    .ser-team .title {
      font-size: 35px;
      line-height: 41px;
      max-width: 491px;
    }
  }

  @media (max-width: 577px) {
    .ser-team .title {
      font-size: 30px;
      line-height: 40px;
      max-width: 383px;
    }
  }

  @media (max-width: 390px) {
    .ser-team .title {
      max-width: 289px;
    }
  }

  .ser-team p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 38px;
    max-width: 359px;
    color: var(--color-content-white);
  }

  @media (max-width: 390px) {
    .ser-team p {
      max-width: 250px;
    }
  }

  .auther-img {
    position: relative;
    top: 3px;
    z-index: 0;
  }

  .auther-img img {
    position: relative;
  }

  .auther-img img:first-child {
    margin-right: -39px;
    z-index: 99;
  }

  .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rating li {
    color: #e7b025;
    font-size: 12px;
    margin-right: 2px;
  }

  .rating li:last-child {
    margin-right: 0;
  }

  .rating span {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-content-white);
    display: inline-block;
    margin-left: 11px;
  }

  .counter-box3 {
    position: relative;
    margin-left: 48px;
  }

  @media (max-width: 1440px) {
    .counter-box3 {
      margin: 20px 0 0;
    }
  }

  .counter-box3 .counter-number,
  .counter-box3 .counter-text {
    font-size: 100px;
    line-height: 80px;
    font-weight: 700;
    color: var(--color-content-white);
    display: inline-block;
    font-family: var(--font-secondary);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {

    .counter-box3 .counter-number,
    .counter-box3 .counter-text {
      font-size: 80px;
    }
  }

  @media (max-width: 577px) {

    .counter-box3 .counter-number,
    .counter-box3 .counter-text {
      font-size: 70px;
    }
  }

  .ser-team-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 1440px) {
    .ser-team-info {
      display: block;
    }
  }

  .user {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-content-white);
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .view-btn {
    position: absolute;
    top: 18px;
    right: 21px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: var(--color-content-white);
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
  }

  .view-btn:hover .icon {
    -webkit-transform: translateX(200%) translateY(-200%);
    -ms-transform: translateX(200%) translateY(-200%);
    opacity: 0;
  }

  .view-btn:hover .icon2 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
  }

  .view-btn i {
    display: block;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: var(--color-heading);
  }

  .view-btn .icon2 {
    margin-top: -100%;
    -webkit-transform: translateX(-200%) translateY(200%);
    -ms-transform: translateX(-200%) translateY(200%);
    transform: translateX(-200%) translateY(200%);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0;
  }

  .ser-card3.v1 .title {
    text-decoration: none;
  }

  .ser-card3.v1 p {
    margin-bottom: 52px;
  }

  @media (max-width: 1025px) {
    .ser-card3.v2 {
      margin-right: 0;
    }
  }

  @media (max-width: 769px) {
    .ser-card3.v2 {
      height: 564px;
    }
  }

  .ser-card3.v2::before,
  .ser-card3.v1::before {
    display: none;
  }

  .auther-info,
  .counter-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-sec4 {
    position: relative;
    margin-top: 20px;
  }

  @media (max-width: 1201px) {
    .service-sec4 .row .col-lg-11 {
      width: 100% !important;
    }
  }

  .service-content4 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    padding: 57px 86px 0;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
  }

  @media (max-width: 1201px) {
    .service-content4 {
      padding: 57px 60px 0;
    }
  }

  @media (max-width: 1025px) {
    .service-content4 {
      padding: 57px 44px 50px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0;
    }
  }

  @media (max-width: 820px) {
    .service-content4 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }

  @media (max-width: 390px) {
    .service-content4 {
      padding: 57px 31px 50px;
    }
  }

  .service-content4 .title {
    font-size: 30px;
    line-height: 40px;
    color: var(--color-content-white);
    margin-bottom: 0;
    max-width: 352px;
  }

  @media (max-width: 1201px) {
    .service-content4 .title {
      font-size: 29px;
    }
  }

  .empty3 {
    position: absolute;
    bottom: -56px;
    right: 0;
    width: 1193px;
    height: 91px;
    border-radius: 0 0 25px 25px;
    background-color: var(--color-surface-dark-2);
  }

  .empty3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 35px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape.png);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  @media (max-width: 1440px) {
    .empty3 {
      width: 857px;
    }
  }

  @media (max-width: 1366px) {
    .empty3 {
      width: 755px;
    }
  }

  @media (max-width: 1201px) {
    .empty3 {
      width: 717px;
    }
  }

  @media (max-width: 1025px) {
    .empty3 {
      display: none;
    }
  }

  .service-box4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 22px 0 0 179px;
  }

  @media (max-width: 1440px) {
    .service-box4 {
      margin: 22px 0 0 156px;
    }
  }

  @media (max-width: 1366px) {
    .service-box4 {
      margin: 22px 0 0 135px;
    }
  }

  @media (max-width: 1025px) {
    .service-box4 {
      margin: 22px 0 0 70px;
    }
  }

  @media (max-width: 820px) {
    .service-box4 {
      margin: 30px 0 0;
    }
  }

  @media (max-width: 577px) {
    .service-box4 {
      -webkit-box-pack: unset;
      -webkit-justify-content: unset;
      -ms-flex-pack: unset;
      justify-content: unset;
      margin-bottom: -20px;
    }
  }

  .social-link2 {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  @media (max-width: 577px) {
    .social-link2 {
      margin: 0 42px 20px 0;
    }
  }

  @media (max-width: 390px) {
    .social-link2 {
      margin: 0 22px 20px 0;
    }
  }

  .social-link2:last-child {
    margin-right: 0;
  }

  .social-link2 img {
    margin-bottom: 23px;
    height: 59px;
  }

  .social-link2 span {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    color: var(--color-content-white);
    display: block;
  }

  .service-sec5 {
    position: relative;
  }

  .ser-card5 {
    position: relative;
    height: 100%;
  }

  @media (max-width: 1440px) {
    .ser-card5 {
      height: 569px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card5 {
      height: 530px;
    }
  }

  .ser-card5>img {
    height: 100%;
    border-radius: 25px;
    width: 100%;
  }

  @media (max-width: 1440px) {
    .ser-card5>img {
      object-fit: cover;
    }
  }

  .ser-card5 .profection {
    position: absolute;
    bottom: 61px;
    left: 75px;
    max-width: 315px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
  }

  @media (max-width: 1201px) {
    .ser-card5 .profection {
      bottom: 42px;
      left: 51px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card5 .profection {
      bottom: 111px;
      left: 51px;
    }
  }

  @media (max-width: 769px) {
    .ser-card5 .profection {
      bottom: 54px;
    }
  }

  @media (max-width: 577px) {
    .ser-card5 .profection {
      bottom: 29px;
      max-width: 199px;
      font-size: 25px;
      line-height: 29px;
      left: 28px;
    }
  }

  @media (max-width: 480px) {
    .ser-card5 .profection {
      bottom: 144px;
    }
  }

  .ser-content5 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 84px;
  }

  @media (max-width: 1440px) {
    .ser-content5 {
      left: 40px;
      max-width: 369px;
    }
  }

  .ser-content5 .title {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: var(--color-content-white);
    max-width: 450px;
    margin-bottom: 21px;
  }

  @media (max-width: 1440px) {
    .ser-content5 .title {
      font-size: 45px;
      line-height: 1em;
    }
  }

  @media (max-width: 1201px) {
    .ser-content5 .title {
      font-size: 41px;
    }
  }

  @media (max-width: 390px) {
    .ser-content5 .title {
      font-size: 31px;
    }
  }

  .ser-content5 p {
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 14px;
    color: var(--color-content-white);
    max-width: 404px;
  }

  @media (max-width: 390px) {
    .ser-content5 p {
      max-width: 271px;
    }
  }

  .ser-text3 {
    margin-bottom: 38px;
  }

  .ser-text3 a {
    font-size: 12px;
    line-height: 35px;
    font-weight: 400;
    color: var(--color-heading);
    display: inline-block;
    background-color: var(--color-content-white);
    height: 35px;
    padding: 0 15px;
    border-radius: 50px;
  }

  .ser-text3 a:first-child {
    margin-right: 3px;
  }

  .ser-team-info.v2 {
    margin: 38px 0 0 -10px;
  }

  @media (max-width: 1440px) {
    .ser-team-info.v2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

  .ser-card5.v2 {
    position: relative;
  }

  @media (max-width: 820px) {
    .ser-card5.v2 {
      margin-top: 40px;
    }
  }

  @media (max-width: 577px) {
    .ser-card5.v2 {
      height: 356px;
    }
  }

  @media (max-width: 480px) {
    .ser-card5.v2 {
      height: 397px;
    }
  }

  .ser-video-box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px 90px 24px 73px;
    background-color: var(--color-content-white);
    border-radius: 25px 0px 22px 0;
    z-index: 999;
  }

  .ser-video-box .video-popup {
    position: static;
  }

  .ser-video-box::before {
    content: "";
    position: absolute;
    right: 0;
    top: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/vidoe-shap.png);
  }

  .ser-video-box::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/vidoe-shap.png);
  }

  .ser-counter {
    position: absolute;
    top: 101px;
    left: 78px;
  }

  @media (max-width: 1201px) {
    .ser-counter {
      top: 75px;
      left: 51px;
    }
  }

  @media (max-width: 577px) {
    .ser-counter {
      top: 44px;
      left: 28px;
    }
  }

  .ser-counter .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--color-content-white);
    font-weight: 600;
  }

  .counter-box6 {
    position: relative;
    margin-bottom: 18px;
  }

  .counter-box6 .counter-number,
  .counter-box6 .counter-text {
    color: rgba(2, 2, 2, 0);
    font-family: var(--font-tertiary);
    font-size: 120px;
    line-height: 90px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-content-white);
    stroke: var(--color-content-white);
    display: inline-block;
  }

  @media (max-width: 1025px) {

    .counter-box6 .counter-number,
    .counter-box6 .counter-text {
      font-size: 100px;
    }
  }

  .service-sec6 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .service-sec6 {
      margin: 0 15px;
    }
  }

  .service-sec6 .sec-title .title {
    position: relative;
  }

  @media (max-width: 1025px) {
    .service-sec6 .sec-title .title {
      max-width: 588px;
    }
  }

  @media (max-width: 1025px) {
    .service-sec6 .ser-card.v5 {
      height: 622px;
    }
  }

  @media (max-width: 820px) {
    .service-sec6 .ser-card.v5 {
      height: 575px;
    }
  }

  @media (max-width: 769px) {
    .service-sec6 .ser-card.v5 {
      height: 571px;
    }
  }

  @media (max-width: 480px) {
    .service-sec6 .ser-card.v5 {
      height: unset;
    }
  }

  @media (max-width: 480px) {
    .service-sec6 .ser-card {
      height: unset;
    }
  }

  .service-sec6 .ser-card.v4 {
    background-color: var(--color-surface-dark-2);
    padding: 54px 0px 60px 48px;
    border-radius: 25px;
    height: unset;
  }

  .service-sec6 .ser-card.v4 .ser-content {
    position: static;
  }

  @media (max-width: 1201px) {
    .service-sec6 .ser-card.v4 {
      padding: 54px 0px 60px 26px;
    }
  }

  @media (max-width: 820px) {
    .service-sec6 .ser-card.v4 {
      max-width: 100%;
      margin-left: 0;
    }
  }

  @media (max-width: 480px) {
    .service-sec6 .ser-card.v4 {
      margin-bottom: 19px;
    }
  }

  @media (max-width: 1440px) {
    .service-sec6 .ser-content {
      left: 39px;
    }
  }

  @media (max-width: 1201px) {
    .service-sec6 .ser-content {
      left: 25px;
    }
  }

  @media (max-width: 577px) {
    .service-sec6 .ser-content {
      max-width: 313px !important;
      left: 30px !important;
    }
  }

  @media (max-width: 390px) {
    .service-sec6 .ser-content {
      left: 25px !important;
    }
  }

  @media (max-width: 1440px) {
    .service-sec6 .ser-content p {
      max-width: 227px;
    }
  }

  @media (max-width: 577px) {
    .service-sec6 .ser-content p {
      max-width: 301px;
    }
  }

  @media (max-width: 390px) {
    .service-sec6 .ser-content p {
      max-width: 280px;
    }
  }

  @media (max-width: 1366px) {
    .service-sec6 .ser-content.v2 {
      left: 34px;
    }
  }

  @media (max-width: 1201px) {
    .service-sec6 .ser-content.v2 {
      left: 25px;
    }
  }

  @media (max-width: 769px) {
    .service-sec6 .ser-card.v3 {
      width: 100%;
    }
  }

  @media (max-width: 1440px) {
    .service-sec6 .ser-card.v3 .title {
      left: 39px;
    }
  }

  @media (max-width: 1201px) {
    .service-sec6 .ser-card.v3 .title {
      left: 25px;
      margin-bottom: 0;
    }
  }

  .service-sec7 {
    position: relative;
    margin: 20px 20px 80px;
    background-color: var(--color-surface-dark-2);
    padding: 57px 86px 50px;
    border-radius: 25px;
  }

  @media (max-width: 1201px) {
    .service-sec7 {
      padding: 57px 34px 50px;
    }
  }

  @media (max-width: 577px) {
    .service-sec7 {
      padding: 57px 28px 50px;
    }
  }

  @media (max-width: 480px) {
    .service-sec7 {
      padding: 57px 19px 50px;
    }
  }

  .service-content7 {
    position: relative;
  }

  .service-content7 .title {
    font-size: 30px;
    line-height: 40px;
    color: var(--color-content-white);
    margin-bottom: 0;
    max-width: 352px;
    font-weight: 400;
  }

  .service-box7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }

  @media (max-width: 820px) {
    .service-box7 {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 40px;
    }
  }

  @media (max-width: 480px) {
    .service-box7 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 20px;
    }
  }

  .social-link3 {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 79px;
  }

  @media (max-width: 1025px) {
    .social-link3 {
      margin-right: 30px;
    }
  }

  @media (max-width: 480px) {
    .social-link3 {
      margin-top: 20px !important;
      margin-right: 19px;
    }
  }

  .social-link3 img {
    margin-bottom: 23px;
    height: 59px;
  }

  .social-link3 span {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    color: var(--color-content-white);
    display: block;
  }

  .service-sec8 {
    position: relative;
  }

  .service-sec8::before {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 1324px;
    background-image: url(../images/layers/bg-layer.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .service-sec8::before {
      bottom: 65%;
    }
  }

  .service-sec8 .counter-box3 .counter-number,
  .service-sec8 .counter-box3 .counter-text {
    -webkit-text-stroke: 1px var(--color-content-white);
    color: transparent;
    font-size: 80px;
    line-height: 80px;
  }

  @media (max-width: 1440px) {
    .service-sec8 .ser-team-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

  @media (max-width: 1025px) {
    .service-sec8 .ser-card3 {
      width: 47.9%;
    }
  }

  @media (max-width: 769px) {
    .service-sec8 .ser-card3 {
      width: 100%;
    }
  }

  .service-sec9 {
    position: relative;
    margin-top: 27px;
  }

  .service-sec9::before {
    content: "";
    position: absolute;
    bottom: -63%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1303px;
    background-image: url(../images/layers/ser-layer9.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .service-sec9::before {
      bottom: 65%;
    }
  }

  .service-sec9 .row {
    margin-bottom: -30px;
  }

  .ser-card9 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
  }

  @media (max-width: 1201px) {
    .ser-card9 {
      height: 490px;
    }
  }

  .ser-card9>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
  }

  .ser-content9 {
    position: absolute;
    bottom: 51px;
    left: 61px;
    max-width: 380px;
  }

  @media (max-width: 1440px) {
    .ser-content9 {
      left: 43px;
    }
  }

  @media (max-width: 1201px) {
    .ser-content9 {
      left: 30px;
    }
  }

  @media (max-width: 1025px) {
    .ser-content9 {
      max-width: 264px;
    }
  }

  .ser-content9 img {
    margin-bottom: 15px;
  }

  .ser-content9 .title {
    font-size: 40px;
    line-height: 50px;
    color: var(--color-content-white);
    margin-bottom: 10px;
    font-weight: 400;
  }

  @media (max-width: 1201px) {
    .ser-content9 .title {
      font-size: 33px;
      line-height: 44px;
    }
  }

  @media (max-width: 1025px) {
    .ser-content9 .title {
      font-size: 30px;
      line-height: 36px;
    }
  }

  .ser-content9 p {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 26px;
    color: var(--color-content-white);
  }

  .ser-content9.v2 {
    bottom: auto;
    top: 65px;
  }

  .service-sec10 {
    position: relative;
  }

  @media (max-width: 1025px) {
    .service-sec10 .sec-title {
      max-width: 534px;
    }
  }

  .ser-card10 {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
  }

  @media (max-width: 1025px) {
    .ser-card10 {
      height: 444px;
    }
  }

  .ser-card10>img {
    width: 100%;
    height: 100%;
  }

  @media (max-width: 1025px) {
    .ser-card10>img {
      object-fit: cover;
      border-radius: 25px;
    }
  }

  .ser-card10 .ser-icon10 {
    position: absolute;
    top: 68px;
    left: 52px;
    width: unset;
    height: unset;
  }

  @media (max-width: 1366px) {
    .ser-card10 .ser-icon10 {
      top: 46px;
      left: 33px;
    }
  }

  .ser-card10 .title {
    position: absolute;
    bottom: 74px;
    left: 52px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: var(--color-content-white);
    max-width: 291px;
    margin-bottom: 0;
  }

  @media (max-width: 1366px) {
    .ser-card10 .title {
      bottom: 38px;
      left: 33px;
    }
  }

  @media (max-width: 390px) {
    .ser-card10 .title {
      max-width: 288px;
    }
  }

  .ser-card10 .title.v2 {
    color: var(--color-heading);
  }

  .ser-card10 .title.v3 {
    max-width: 400px;
  }

  .service-sec11 {
    position: relative;
  }

  .service-sec11 .row {
    margin-bottom: -30px;
  }

  .service-sec11 .sec-title {
    max-width: 632px;
  }

  @media (max-width: 769px) {
    .service-sec11 .sec-btn-box {
      margin-top: 30px;
    }
  }

  .ser-card11 {
    position: relative;
    border-radius: 25px;
    min-height: 550px;
    overflow: hidden;
    max-width: 550px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 52px 40px 36px 40px;
    margin-bottom: 30px;
  }

  .ser-card11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service/ser11-1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ser-card11:hover {
    border-color: transparent;
  }

  .ser-card11:hover .ser-content11 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .ser-card11 img {
    max-width: unset;
    height: unset;
  }

  .ser-content11 {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
  }

  .ser-content11 .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: var(--color-content-white);
    margin-bottom: 9px;
    font-family: var(--font-secondary);
    letter-spacing: 0;
  }

  @media (max-width: 1366px) {
    .ser-content11 .title {
      line-height: 29px;
    }
  }

  .ser-content11 .title a:hover {
    color: var(--color-content-white);
  }

  .ser-content11 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-content-white);
  }

  .ser-content11 .ibt-btn {
    color: var(--color-content-white);
    width: 100%;
  }

  .empty2 {
    position: relative;
    height: 461px;
    overflow: hidden;
  }

  .empty2 img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .ser-card11.v2::before {
    background-image: url(../images/service/ser11-2.png);
  }

  .ser-card11.v3::before {
    background-image: url(../images/service/ser11-3.png);
  }

  .ser-card11.v4::before {
    background-image: url(../images/service/ser11-4.png);
  }

  .service-sec12 {
    position: relative;
  }

  .outer-box12 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  @media (max-width: 820px) {
    .outer-box12 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .ser-card12 {
    position: relative;
    display: inline-block;
    width: 36%;
    margin-right: 22px;
  }

  @media (max-width: 820px) {
    .ser-card12:nth-child(2) {
      margin-right: 0;
    }
  }

  @media (max-width: 1025px) {
    .ser-card12 {
      width: 50%;
      height: 550px;
    }
  }

  @media (max-width: 820px) {
    .ser-card12 {
      width: 48.6%;
      height: 490px;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 769px) {
    .ser-card12 {
      width: 48%;
    }

    .ser-card12:nth-child(2) {
      margin-right: 0;
    }
  }

  @media (max-width: 577px) {
    .ser-card12 {
      width: 100%;
      margin-right: 0;
    }
  }

  .ser-card12::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 91px;
    height: 79px;
    background-image: url(../images/service/ser-layer.png);
    border-radius: 0 0 20px 0;
  }

  .ser-card12>img {
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
  }

  .ser-text12 {
    position: relative;
    margin-bottom: 38px;
  }

  .ser-text12 a {
    font-size: 12px;
    line-height: 33px;
    font-weight: 400;
    color: var(--color-content-white);
    display: inline-block;
    border: 1px solid var(--color-content-white);
    height: 35px;
    padding: 0 15px;
    border-radius: 15px;
  }

  .ser-text12 a:first-child {
    margin-right: 3px;
  }

  .ser-content12 {
    position: absolute;
    top: 109px;
    left: 67px;
    max-width: 378px;
  }

  @media (max-width: 1440px) {
    .ser-content12 {
      left: 36px;
      max-width: 397px !important;
    }
  }

  @media (max-width: 1366px) {
    .ser-content12 {
      max-width: 368px !important;
    }
  }

  @media (max-width: 1025px) {
    .ser-content12 {
      left: 22px;
    }
  }

  @media (max-width: 820px) {
    .ser-content12 {
      left: 39px;
    }
  }

  @media (max-width: 1201px) {
    .ser-content12 {
      max-width: 282px !important;
      top: 62px;
    }
  }

  .ser-content12 .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.03em;
    margin-bottom: 29px;
    color: var(--color-content-white);
  }

  @media (max-width: 1201px) {
    .ser-content12 .title {
      font-size: 25px;
    }
  }

  .ser-content12 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-white);
    margin-bottom: 0;
    max-width: 417px;
  }

  .social-icon2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-icon2 li {
    margin-right: 44px;
  }

  .social-icon2 li:last-child {
    margin-right: 0;
  }

  .ser-content12.v2 {
    max-width: 479px;
    top: 55px;
  }

  .ser-content12.v2 .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .ser-content12.v2 img {
    margin-bottom: 39px;
  }

  .ser-info12 {
    display: inline-block;
  }

  @media (max-width: 820px) {
    .ser-info12 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

  @media (max-width: 577px) {
    .ser-info12 {
      display: inline-block;
      width: 100%;
    }
  }

  .ser-counter12 {
    position: relative;
    background-color: #ac8de0;
    padding: 50px 123px 31px;
    border-radius: 25px;
    margin-bottom: 20px;
  }

  @media (max-width: 1440px) {
    .ser-counter12 {
      padding: 50px 103px 31px;
    }
  }

  @media (max-width: 1366px) {
    .ser-counter12 {
      padding: 50px 98px 31px;
    }
  }

  @media (max-width: 1201px) {
    .ser-counter12 {
      padding: 50px 87px 31px;
    }
  }

  @media (max-width: 1025px) {
    .ser-counter12 {
      padding: 50px 36px 31px;
    }
  }

  @media (max-width: 820px) {
    .ser-counter12 {
      width: 452px;
      margin-right: 20px;
      margin-bottom: 0;
    }
  }

  @media (max-width: 577px) {
    .ser-counter12 {
      width: 100%;
      margin: 0 0 20px;
    }
  }

  .ser-counter12 .client2 {
    position: relative;
    top: -17px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--color-content-white);
    margin-bottom: 0;
    display: inline-block;
  }

  .counter-box12 {
    position: relative;
  }

  .counter-box12 .counter-number,
  .counter-box12 .counter-text {
    background-color: transparent;
    color: #ac8de0;
    font-family: "Manrope", Sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 15%, #ffffff 100%);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 15%, #ffffff 100%);
    -webkit-background-clip: text;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1025px) {

    .counter-box12 .counter-number,
    .counter-box12 .counter-text {
      font-size: 60px;
    }
  }

  @media (max-width: 769px) {

    .counter-box12 .counter-number,
    .counter-box12 .counter-text {
      font-size: 93px;
    }
  }

  @media (max-width: 390px) {

    .counter-box12 .counter-number,
    .counter-box12 .counter-text {
      font-size: 86px;
    }
  }

  .inner-block12 {
    position: relative;
  }

  @media (max-width: 1025px) {
    .inner-block12 {
      height: 345px;
    }
  }

  @media (max-width: 577px) {
    .inner-block12 {
      height: auto;
    }
  }

  .inner-block12>img {
    width: 100%;
    height: 100%;
  }

  .inner-content12 {
    position: absolute;
    top: 64px;
    left: 39px;
    max-width: 356px;
  }

  @media (max-width: 390px) {
    .inner-content12 {
      top: 36px;
      left: 28px;
    }
  }

  .inner-content12 .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 93px;
    color: var(--color-content-white);
  }

  @media (max-width: 1201px) {
    .inner-content12 .title {
      margin-bottom: 44px;
    }
  }

  @media (max-width: 820px) {
    .inner-content12 .title {
      max-width: 320px;
    }
  }

  .service-sec13 {
    position: relative;
  }

  .service-sec13 .row {
    margin-bottom: -30px;
  }

  .ser-card13 {
    position: relative;
    background-color: #282828;
    border: 1px solid #3f3f3f;
    border-radius: 25px;
    min-height: 561px;
    margin-bottom: 30px;
  }

  @media (max-width: 1201px) {
    .ser-card13 {
      min-height: 455px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card13 {
      min-height: 507px;
    }
  }

  @media (max-width: 769px) {
    .ser-card13 {
      height: auto !important;
    }
  }

  .ser-card13>img {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .ser-content13 {
    position: relative;
    padding: 100px 39px 50px;
  }

  @media (max-width: 1201px) {
    .ser-content13 {
      padding: 61px 30px 50px;
    }
  }

  .ser-content13 img {
    margin-bottom: 24px;
    display: block;
  }

  .ser-content13 .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 12px;
    color: var(--color-content-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .ser-content13 .title:hover {
    background-size: 100% 2px;
  }

  .ser-content13 .title a {
    color: inherit;
  }

  .ser-content13 p {
    font-weight: 500;
    line-height: 30px;
    color: #87899b;
    margin-bottom: 0;
  }

  .ser-list13 {
    position: relative;
  }

  .ser-list13 li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #87899b;
    margin: 0;
    padding-left: 15px;
  }

  .ser-list13 li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #87899b;
  }

  .ser-card13.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ser-card13.v2>img {
    bottom: auto;
    top: 0;
  }

  .ser-card13.v2 .ser-content13 {
    margin-top: auto;
  }

  .ser-card13.v3>img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 79px;
    left: auto;
    z-index: 11;
  }

  @media (max-width: 390px) {
    .ser-card13.v3>img {
      right: 40px;
    }
  }

  .ser-card13.v3 .prdient {
    left: auto;
    right: 0;
    z-index: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .service-sec14 {
    position: relative;
    padding-top: 107px;
  }

  .outer-box2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  @media (max-width: 820px) {
    .outer-box2 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 577px) {
    .outer-box2 {
      display: unset;
    }
  }

  .ser-info14 {
    position: relative;
    max-width: 520px;
    margin-right: 19px;
  }

  @media (max-width: 1440px) {
    .ser-info14 {
      width: 36.33%;
      max-width: 100%;
    }
  }

  @media (max-width: 1366px) {
    .ser-info14 {
      width: 43.33%;
    }
  }

  @media (max-width: 1025px) {
    .ser-info14 {
      width: 75.33%;
    }
  }

  @media (max-width: 820px) {
    .ser-info14 {
      width: 48%;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 577px) {
    .ser-info14 {
      width: 100%;
      margin-right: 0;
    }
  }

  .ser-card14-card1 {
    position: relative;
    background-color: var(--color-heading);
    border-radius: 25px;
    padding: 39px 48px 43px;
    margin-bottom: 19px;
  }

  @media (max-width: 1201px) {
    .ser-card14-card1 {
      padding: 39px 33px 36px;
    }
  }

  .ser-card14-card1 .title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-white);
    margin-bottom: 9px;
    font-family: var(--font-secondary);
    max-width: 410px;
  }

  @media (max-width: 1201px) {
    .ser-card14-card1 .title {
      font-size: 22px;
    }
  }

  .ser-card14-card1 img {
    margin-top: 16px;
  }

  .ser-card14-card2 {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    padding: 40px 40px 40px 42px;
    max-height: 400px;
  }

  @media (max-width: 1440px) {
    .ser-card14-card2 {
      height: 485px;
      max-height: unset;
    }
  }

  @media (max-width: 1201px) {
    .ser-card14-card2 {
      padding: 40px 30px 40px 27px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card14-card2 {
      height: 470px;
    }
  }

  @media (max-width: 769px) {
    .ser-card14-card2 {
      height: 439px;
    }
  }

  @media (max-width: 577px) {
    .ser-card14-card2 {
      height: auto;
    }
  }

  .ser-card14-card2 .title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--font-secondary);
    margin-bottom: 98px;
    color: var(--color-surface-black);
  }

  @media (max-width: 1440px) {
    .ser-card14-card2 .title {
      margin-bottom: 34px;
    }
  }

  @media (max-width: 1201px) {
    .ser-card14-card2 .title {
      font-size: 22px;
    }
  }

  .ser-card14-card2 .counter-box14 .counter-number,
  .ser-card14-card2 .counter-box14 .counter-text {
    font-size: 80px;
    line-height: 80px;
    color: #f0f2f4;
  }

  .counter-box14 {
    position: relative;
  }

  .counter-box14 .counter-number,
  .counter-box14 .counter-text {
    background-color: transparent;
    color: #cfd8e2;
    font-size: 120px;
    line-height: 0.9em;
    letter-spacing: -0.03em;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(347deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(103deg, #8258c8 0%, #2c84c8 100%);
    font-family: var(--font-primary);
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    --counter-prefix-grow: 0;
  }

  @media (max-width: 1025px) {

    .counter-box14 .counter-number,
    .counter-box14 .counter-text {
      font-size: 95px;
      line-height: 75px;
    }
  }

  @media (max-width: 390px) {

    .counter-box14 .counter-number,
    .counter-box14 .counter-text {
      font-size: 55px;
      line-height: 58px;
    }
  }

  .counter-box14.v2 .counter-number,
  .counter-box14.v2 .counter-text {
    color: var(--color-content-white);
  }

  .languages {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-content-black2);
    display: inline-block;
    margin-top: 8px;
  }

  .ser-counter14 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width: 1440px) {
    .ser-counter14 {
      display: block;
    }
  }

  .ser-counter14 img {
    max-width: 50%;
  }

  @media (max-width: 1440px) {
    .ser-counter14 img {
      max-width: 60%;
      margin-top: 10px;
    }
  }

  .ser-card14-card3 {
    position: relative;
    margin-right: 19px;
  }

  @media (max-width: 820px) {
    .ser-card14-card3 {
      width: 48%;
      margin-right: 0;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 577px) {
    .ser-card14-card3 {
      width: 100%;
    }
  }

  @media (max-width: 480px) {
    .ser-card14-card3 {
      height: 450px;
    }
  }

  .ser-card14-card3 img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .ser-content14 {
    position: absolute;
    top: 66px;
    left: 44px;
  }

  @media (max-width: 1440px) {
    .ser-content14 {
      max-width: 498px;
    }
  }

  @media (max-width: 1201px) {
    .ser-content14 {
      max-width: 409px;
    }
  }

  @media (max-width: 1025px) {
    .ser-content14 {
      max-width: 284px;
      top: 41px;
      left: 26px;
    }
  }

  @media (max-width: 820px) {
    .ser-content14 {
      max-width: 100%;
    }
  }

  @media (max-width: 577px) {
    .ser-content14 {
      max-width: 80%;
    }
  }

  .ser-content14 .title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 39px;
    font-family: var(--font-secondary);
    max-width: 652px;
  }

  @media (max-width: 1201px) {
    .ser-content14 .title {
      font-size: 30px;
      line-height: 40px;
    }
  }

  @media (max-width: 1025px) {
    .ser-content14 .title {
      font-size: 25px;
      line-height: 35px;
    }
  }

  @media (max-width: 769px) {
    .ser-content14 .title {
      max-width: 306px;
      font-size: 24px;
    }
  }

  .ser-content14 .counter-box14 .counter-number,
  .ser-content14 .counter-box14 .counter-text {
    font-size: 120px;
    line-height: 108px;
    color: #d7dee9;
  }

  @media (max-width: 1025px) {

    .ser-content14 .counter-box14 .counter-number,
    .ser-content14 .counter-box14 .counter-text {
      font-size: 83px;
      line-height: 81px;
    }
  }

  .ser-content14.v2 .title {
    color: var(--color-content-white);
  }

  .ser-info14.v2 {
    position: relative;
    max-width: 543px;
    margin-right: 0;
  }

  @media (max-width: 820px) {
    .ser-info14.v2 {
      width: 100%;
      max-width: unset;
    }
  }

  .ser-card14-card4 {
    position: relative;
    background-color: var(--color-content-white);
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 19px;
  }

  .ser-card14-card4 .ser-content14 {
    position: static;
    padding: 55px 30px 0px 30px;
  }

  @media (max-width: 1201px) {
    .ser-card14-card4 .ser-content14 {
      padding: 37px 30px 0px 30px;
    }
  }

  .ser-card14-card4 .ser-content14 .title2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 3px;
    color: var(--color-surface-black);
  }

  @media (max-width: 1201px) {
    .ser-card14-card4 .ser-content14 .title2 {
      font-size: 22px;
    }
  }

  .ser-card14-card4 .ser-content14 .rating li {
    margin: 10px 0 7px;
  }

  .ser-card14-card4 .ser-content14 p {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-surface-dark2);
    margin-bottom: 28px;
    line-height: 30px;
  }

  .ser-card14-card5 {
    position: relative;
    height: 235px;
  }

  @media (max-width: 1440px) {
    .ser-card14-card5 {
      height: 306px;
    }
  }

  @media (max-width: 1201px) {
    .ser-card14-card5 {
      height: 294px;
    }
  }

  @media (max-width: 577px) {
    .ser-card14-card5 {
      height: auto;
    }
  }

  @media (max-width: 390px) {
    .ser-card14-card5 {
      height: 262px;
    }
  }

  .ser-card14-card5 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .ser-counter14.v2 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    background-color: rgba(212, 212, 212, 0.1019607843);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 40px 25px 30px 23px;
    border-radius: 25px 25px 25px 25px;
    width: 220px;
  }

  .ser-counter14.v2 .review {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-content-white);
    display: block;
    letter-spacing: -0.03em;
  }

  .ser-card14-card1,
  .ser-card14-card2,
  .ser-card14-card3,
  .ser-card14-card4,
  .ser-card14-card5 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }

  .ser-animate {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .service-sec15 {
    position: relative;
  }

  .service-sec15 .sec-title {
    max-width: 700px;
  }

  @media (max-width: 820px) {
    .service-sec15 .sec-title {
      margin-bottom: 30px !important;
      max-width: 637px;
    }
  }

  .slider-btn5 {
    position: relative;
    background-color: unset;
    border-radius: 25px 25px 0 0;
    width: 95px;
    height: 50px;
    line-height: 46px;
    z-index: 9;
    text-align: center;
  }

  @media (max-width: 1440px) {
    .slider-btn5 {
      right: -4%;
    }
  }

  @media (max-width: 1366px) {
    .slider-btn5 {
      right: 0;
    }
  }

  @media (max-width: 1025px) {
    .slider-btn5 {
      right: -74%;
    }
  }

  @media (max-width: 820px) {
    .slider-btn5 {
      right: auto;
      left: 0;
      top: 45%;
    }
  }

  @media (max-width: 577px) {
    .slider-btn5 {
      top: 50%;
    }
  }

  .slider-btn5::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* border ki width */
    border-radius: 15px;
    background: -webkit-linear-gradient(left, #7b5cc8, #5e6bc9, #3480c8);
    background: linear-gradient(90deg, #7b5cc8, #5e6bc9, #3480c8);
    /* 👈 gradient colors */
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }

  .slider-btn5 .swiper-button-prev,
  .slider-btn5 .swiper-button-next {
    background-color: unset;
    border: 0;
    outline: none;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: unset;
  }

  .slider-btn5 .swiper-button-prev:hover,
  .slider-btn5 .swiper-button-next:hover {
    color: var(--color-primary);
  }

  .slider-btn5 .swiper-button-prev::after,
  .slider-btn5 .swiper-button-next::after {
    display: none;
  }

  .slider-btn5 .swiper-button-prev {
    margin-right: 30px;
  }

  .slider-btn5 .swiper-button-prev::before {
    content: "\e833";
    font: 400 normal 11px/1em "fontello";
  }

  .slider-btn5 .swiper-button-next::before {
    content: "\e844";
    font: 400 normal 11px/1em "fontello";
  }

  .ser-card15 {
    position: relative;
    background-color: var(--color-content-white);
    padding: 23px 20px 0;
    border-radius: 20px;
  }

  .ser-card15::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 94px;
    height: 86px;
    background-image: url(../images/layers/shape1-1.png);
    border-radius: 0 0 20px 0;
  }

  .ser-card15:hover .ser-img15 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .ser-img15 {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
  }

  .ser-img15 img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .ser-img15 span {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 0;
    color: var(--color-content-white);
    font-weight: 600;
    display: block;
    letter-spacing: -0.02em;
    font-family: var(--font-primary);
    white-space: normal;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  }

  @media (max-width: 1440px) {
    .ser-img15 span {
      bottom: -17px;
      font-size: 50px;
    }
  }

  @media (max-width: 1366px) {
    .ser-img15 span {
      bottom: -13px;
      font-size: 66px;
    }
  }

  .ser-content15 {
    position: relative;
    padding: 55px 19px 66px;
  }

  @media (max-width: 769px) {
    .ser-content15 {
      padding: 55px 6px 66px;
    }
  }

  @media (max-width: 390px) {
    .ser-content15 {
      padding: 42px 6px 51px;
    }
  }

  .ser-content15 .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 0;
  }

  @media (max-width: 1440px) {
    .ser-content15 .title {
      font-size: 21px;
      line-height: 28px;
    }
  }

  @media (max-width: 1366px) {
    .ser-content15 .title {
      font-size: 24px;
      line-height: 32px;
    }
  }

  @media (max-width: 390px) {
    .ser-content15 .title {
      font-size: 21px;
    }
  }

  .ser-content15 .title a {
    color: var(--color-heading);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .ser-content15 .title a:hover {
    background-size: 100% 2px;
  }

  .service-sec15.v2 {
    background-color: #f0f2f4;
    border-radius: 25px;
    margin-top: -20px;
    z-index: 0;
  }

  .service-sec16 {
    position: relative;
    margin-bottom: 20px;
  }

  .service-sec16 .row {
    margin-bottom: -30px;
  }

  .ser-block16 {
    position: relative;
    background-color: #f0f2f4;
    padding: 138px 120px 96px;
    border-radius: 25px;
    margin-bottom: 30px;
  }

  @media (max-width: 1440px) {
    .ser-block16 {
      padding: 138px 91px 96px;
    }
  }

  @media (max-width: 1366px) {
    .ser-block16 {
      padding: 107px 57px 71px;
    }
  }

  @media (max-width: 1025px) {
    .ser-block16 {
      padding: 122px 33px 71px;
    }
  }

  @media (max-width: 769px) {
    .ser-block16 {
      padding: 122px 48px 71px;
    }
  }

  @media (max-width: 480px) {
    .ser-block16 {
      padding: 122px 36px 71px;
    }
  }

  .ser-block16>img {
    position: absolute;
    top: 59px;
    right: 59px;
  }

  @media (max-width: 1201px) {
    .ser-block16>img {
      top: 36px;
      right: 36px;
    }
  }

  .ser-block16 .title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
    color: var(--color-heading);
    max-width: 481px;
  }

  @media (max-width: 1201px) {
    .ser-block16 .title {
      font-size: 36px;
      line-height: 43px;
    }
  }

  @media (max-width: 1025px) {
    .ser-block16 .title {
      font-size: 33px;
      line-height: 40px;
    }
  }

  @media (max-width: 769px) {
    .ser-block16 .title {
      font-size: 37px;
      line-height: 48px;
      max-width: 578px;
    }
  }

  @media (max-width: 480px) {
    .ser-block16 .title {
      font-size: 31px;
      line-height: 44px;
    }
  }

  @media (max-width: 390px) {
    .ser-block16 .title {
      font-size: 26px;
      line-height: 37px;
    }
  }

  .ser-block16 .ser-list {
    margin-bottom: 37px;
  }

  .service-sec17 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .service-sec17 {
      margin: 0 27px;
    }
  }

  @media (max-width: 769px) {
    .service-sec17 {
      margin: 0 19px;
    }
  }

  @media (max-width: 577px) {
    .service-sec17 {
      margin: 0 7px;
    }
  }

  .service-sec17 .row {
    margin-bottom: -50px;
  }

  .service-sec17 .sec-title {
    max-width: 670px;
  }

  @media (max-width: 577px) {
    .service-sec17 .sec-title {
      max-width: 459px;
    }
  }

  .ser-card17 {
    position: relative;
    margin-bottom: 50px;
  }

  .ser-card17 img {
    height: 151px;
  }

  .ser-card17 .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 9px;
    font-weight: 600;
    color: var(--color-heading);
    font-family: var(--font-secondary);
  }

  .ser-card17 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 23px;
    font-weight: 600;
    color: var(--color-content-black2);
  }

  @media (max-width: 1025px) {
    .ser-card17 p {
      max-width: 298px;
    }
  }

  @media (max-width: 577px) {
    .ser-card17 p {
      max-width: 100%;
    }
  }

  .ser-list17 {
    position: relative;
    margin-bottom: 17px;
  }

  .ser-list17 li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--color-content-black2);
    margin: 0 0 4px;
    padding-left: 26px;
  }

  @media (max-width: 1025px) {
    .ser-list17 li {
      padding-left: 22px;
    }
  }

  .ser-list17 li:last-child {
    margin-bottom: 0;
  }

  .ser-list17 li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5.63px;
    height: 4.97px;
    background-color: var(--color-content-black2);
    -webkit-mask: url(../images/icon/arrow.svg) no-repeat center;
    mask: url(../images/icon/arrow.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .ser-btn17 {
    position: relative;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    display: inline-block;
    color: var(--color-content-black2);
    border-bottom: 1px solid var(--color-content-black2);
    padding-left: 23px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .ser-btn17:hover {
    color: var(--color-content-black2);
    padding: 0 23px 0 0;
  }

  .ser-btn17:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .ser-btn17:hover::after {
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  .ser-btn17::before {
    content: "\e82d";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    right: 0;
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .ser-btn17::after {
    content: "\e82d";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    left: 0;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .service-sec18 {
    position: relative;
  }

  .service-sec18::before {
    content: "";
    position: absolute;
    top: -68%;
    left: 0;
    width: 100%;
    height: 1138px;
    background-image: url(../images/layers/hero12.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .service-sec18::before {
      background-repeat: no-repeat;
      background-size: contain;
    }
  }

  @media (max-width: 769px) {
    .service-sec18::before {
      top: -31%;
      height: 901px;
    }
  }

  @media (max-width: 390px) {
    .service-sec18::before {
      top: -18%;
    }
  }

  .service-block18 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    padding: 79px 95px 68px;
    border-radius: 25px;
  }

  @media (max-width: 1440px) {
    .service-block18 {
      padding: 69px 51px 69px;
    }
  }

  @media (max-width: 1201px) {
    .service-block18 {
      padding: 51px 36px 40px;
    }
  }

  @media (max-width: 820px) {
    .service-block18 {
      margin-bottom: 30px;
    }
  }

  .service-block18 .title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
  }

  @media (max-width: 1440px) {
    .service-block18 .title {
      font-size: 42px;
      line-height: 53px;
    }
  }

  @media (max-width: 1366px) {
    .service-block18 .title {
      font-size: 36px;
      line-height: 46px;
    }
  }

  @media (max-width: 1025px) {
    .service-block18 .title {
      font-size: 30px;
      line-height: 40px;
    }
  }

  .ser-img18 {
    position: relative;
  }

  @media (max-width: 390px) {
    .ser-img18 {
      height: 300px;
    }
  }

  @media (max-width: 390px) {
    .ser-img18 {
      height: 100%;
    }
  }

  .ser-img18 img {
    border-radius: 25px;
    height: 100%;
  }

  .ser-img18 .video-bg {
    border-radius: 25px;
    width: 100%;
  }

  .ser-text18 {
    position: absolute;
    bottom: 22px;
    right: 22px;
    background-color: rgba(51, 51, 51, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 45px 30px 40px 40px;
    border-radius: 25px;
    max-width: 545px;
  }

  @media (max-width: 577px) {
    .ser-text18 {
      max-width: 414px;
    }
  }

  @media (max-width: 480px) {
    .ser-text18 {
      max-width: 302px;
    }
  }

  .ser-text18 span {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    color: var(--color-content-white);
    letter-spacing: -0.03em;
    display: inline-block;
  }

  @media (max-width: 577px) {
    .ser-text18 span {
      font-size: 29px;
      line-height: 36px;
    }
  }

  @media (max-width: 480px) {
    .ser-text18 span {
      font-size: 20px;
      line-height: 25px;
    }
  }

  .service-sec19 {
    position: relative;
  }

  .service-sec19::before {
    content: "";
    position: absolute;
    top: -80%;
    left: 0;
    width: 100%;
    height: 1365px;
    background-image: url(../images/layers/layers8-1.png);
    background-repeat: no-repeat;
  }

  @media (max-width: 1440px) {
    .service-sec19::before {
      height: 1450px;
    }
  }

  @media (max-width: 769px) {
    .service-sec19::before {
      width: 100%;
      background-size: contain;
      top: -10%;
    }
  }

  @media (max-width: 480px) {
    .service-sec19::before {
      top: -5%;
    }
  }

  .service-block19 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 25px;
  }

  @media (max-width: 577px) {
    .service-block19 {
      height: 300px;
    }
  }

  @media (max-width: 577px) {
    .service-block19 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .service-block19 .title {
    position: absolute;
    bottom: 33px;
    left: 40px;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--color-content-white);
    letter-spacing: -0.03em;
    max-width: 200px;
  }

  @media (max-width: 1201px) {
    .service-block19 .title {
      left: 25px;
      font-size: 22px;
      line-height: 30px;
      max-width: 174px;
    }
  }

  @media (max-width: 1025px) {
    .service-block19 .title {
      left: 21px;
      font-size: 20px;
      line-height: 26px;
      max-width: 146px;
    }
  }

  .service-block19 .title2 {
    position: absolute;
    bottom: 22%;
    right: -36%;
    font-size: 120px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-text-stroke-width: 1px;
    background-image: -webkit-linear-gradient(273deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(177deg, #8258c8 0%, #2c84c8 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  @media (max-width: 1201px) {
    .service-block19 .title2 {
      font-size: 80px;
    }
  }

  .ser-info19 {
    position: relative;
    margin-right: 10px;
  }

  @media (max-width: 820px) {
    .ser-info19 {
      width: 31.9%;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 577px) {
    .ser-info19 {
      width: 100%;
    }
  }

  @media (max-width: 820px) {
    .ser-info19.m-0 {
      top: -152px;
    }
  }

  @media (max-width: 577px) {
    .ser-info19.m-0 {
      top: 0;
    }
  }

  .counter-box19 {
    position: relative;
    margin-left: 48px;
  }

  @media (max-width: 1440px) {
    .counter-box19 {
      margin: 20px 0 0;
    }
  }

  .counter-box19 .counter-number,
  .counter-box19 .counter-text {
    font-size: 60px;
    line-height: 55px;
    font-weight: 600;
    color: var(--color-content-white);
    display: inline-block;
    font-family: var(--font-tertiary);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {

    .counter-box19 .counter-number,
    .counter-box19 .counter-text {
      font-size: 56px;
    }
  }

  .ser-content19 {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(321deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(129deg, #8258c8 0%, #2c84c8 100%);
    padding: 58px 40px 0;
    border-radius: 25px;
    min-height: 275px;
  }

  @media (max-width: 1201px) {
    .ser-content19 {
      padding: 43px 26px 0;
    }
  }

  .ser-counter19 {
    position: relative;
  }

  .ser-counter19 .sub-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: var(--color-content-white);
    display: inline-block;
  }

  @media (max-width: 1025px) {
    .ser-counter19 .sub-title {
      line-height: 20px;
      margin-top: 5px;
    }
  }

  .ser-box19 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  @media (max-width: 820px) {
    .ser-box19 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 577px) {
    .ser-box19 {
      display: unset;
    }
  }

  .service-block19.v1 {
    margin-bottom: 16px;
  }

  @media (max-width: 577px) {
    .service-block19.v1 {
      margin-bottom: 30px;
    }
  }

  .service-block19.v2 .title {
    bottom: auto;
    top: 43px;
  }

  .service-sec20 {
    position: relative;
  }

  .ser-card20_card1 {
    position: relative;
    background-color: var(--color-heading);
    padding: 44px 57px;
    border-radius: 25px;
  }

  @media (max-width: 1440px) {
    .ser-card20_card1 {
      padding: 44px 36px;
    }
  }

  .ser-card20_card1 img {
    margin-bottom: 128px;
  }

  @media (max-width: 1201px) {
    .ser-card20_card1 img {
      margin-bottom: 98px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card20_card1 img {
      margin-bottom: 128px;
    }
  }

  @media (max-width: 577px) {
    .ser-card20_card1 img {
      margin-bottom: 79px;
    }
  }

  .ser-card20_card1 .title {
    font-size: 25px;
    line-height: 35px;
    font-family: 400;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
    color: var(--color-content-white);
    max-width: 225px;
  }

  .ser-card20_card1 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
    color: #bdbdbd;
    max-width: 300px;
  }

  .ser-card20_card2 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    position: relative;
    padding: 33px 40px 27px 101px;
    border-radius: 25px;
    margin-top: 20px;
  }

  @media (max-width: 1201px) {
    .ser-card20_card2 {
      padding: 33px 40px 27px 92px;
    }
  }

  .ser-card20_card2 img {
    position: absolute;
    top: 35px;
    left: 43px;
  }

  @media (max-width: 1201px) {
    .ser-card20_card2 img {
      left: 35px;
    }
  }

  .ser-card20_card2 .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: var(--color-content-white);
    margin-bottom: 0;
  }

  .ser-card20_card2 span {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #b0b6de;
  }

  .ser-card20_card3 {
    position: relative;
  }

  @media (max-width: 577px) {
    .ser-card20_card3 {
      margin-top: 22px;
    }
  }

  @media (max-width: 1440px) {
    .ser-card20_card3 {
      height: 254px;
    }
  }

  .ser-card20_card3 img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
  }

  .ser-card20_card3 .title {
    position: absolute;
    top: 48px;
    left: 40px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-heading);
    max-width: 225px;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {
    .ser-card20_card3 .title {
      left: 34px;
    }
  }

  .ser-card20_card4 {
    position: relative;
    margin-top: 20px;
  }

  @media (max-width: 1440px) {
    .ser-card20_card4 {
      height: 274px;
    }
  }

  .ser-card20_card4 img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
  }

  .ser-card20_card4 .title {
    position: absolute;
    bottom: 41px;
    left: 40px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-content-white);
    max-width: 364px;
    letter-spacing: -0.03em;
  }

  @media (max-width: 1440px) {
    .ser-card20_card4 .title {
      max-width: 266px;
    }
  }

  @media (max-width: 1366px) {
    .ser-card20_card4 .title {
      max-width: 249px;
    }
  }

  @media (max-width: 1201px) {
    .ser-card20_card4 .title {
      left: 26px;
    }
  }

  .ser-card20_card5 {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
  }

  @media (max-width: 1025px) {
    .ser-card20_card5 {
      margin-top: 30px;
      height: auto;
    }
  }

  @media (max-width: 769px) {
    .ser-card20_card5 {
      height: 518px;
    }
  }

  .ser-card20_card5 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .ser-card20_card5 .title {
    position: absolute;
    bottom: 33%;
    right: -22%;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-text-stroke-width: 1px;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  @media (max-width: 1440px) {
    .ser-card20_card5 .title {
      right: -30%;
    }
  }

  @media (max-width: 1201px) {
    .ser-card20_card5 .title {
      right: -35%;
    }
  }

  @media (max-width: 1025px) {
    .ser-card20_card5 .title {
      right: -20%;
    }
  }

  @media (max-width: 769px) {
    .ser-card20_card5 .title {
      right: -27%;
    }
  }

  @media (max-width: 577px) {
    .ser-card20_card5 .title {
      right: -37%;
    }
  }

  @media (max-width: 480px) {
    .ser-card20_card5 .title {
      right: -45%;
    }
  }

  @media (max-width: 480px) {
    .ser-card20_card5 .title {
      right: -44%;
    }
  }

  @media (max-width: 390px) {
    .ser-card20_card5 .title {
      right: -58%;
    }
  }

  .service-banner {
    position: relative;
  }

  .ser-banner-card {
    position: relative;
  }

  @media (max-width: 1025px) {
    .ser-banner-card {
      height: 400px;
    }
  }

  .ser-banner-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 91px;
    height: 79px;
    background-image: url(../images/service/ser-layer.png);
    border-radius: 0 0 25px 0;
  }

  .ser-banner-card .ser-banner-icon {
    position: absolute;
    top: 58px;
    left: 54px;
    height: unset;
  }

  .ser-banner-card img {
    border-radius: 25px;
    height: 100%;
  }

  .ser-banner-content {
    position: absolute;
    bottom: 100px;
    left: 53px;
  }

  @media (max-width: 1440px) {
    .ser-banner-content {
      bottom: 47px;
    }
  }

  @media (max-width: 480px) {
    .ser-banner-content {
      max-width: 311px;
    }
  }

  @media (max-width: 390px) {
    .ser-banner-content {
      max-width: 255px;
    }
  }

  .ser-banner-content .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 10px;
  }

  .ser-banner-content p {
    color: var(--color-content-white);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 408px;
  }

  .service-single-sec {
    position: relative;
  }

  @media (max-width: 1201px) {
    .service-single-sec {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .service-single-sec {
      margin: 0 5px;
    }
  }

  .service-single-sec::before {
    content: "";
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 578px;
    height: 1629px;
    background-image: url(../images/layers/ser-layer.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .service-single-sec::before {
      display: none;
    }
  }

  .service-single-sec::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .service-single-sec::after {
      display: none;
    }
  }

  .ser-detail {
    position: relative;
    margin-left: 15px;
  }

  @media (max-width: 769px) {
    .ser-detail {
      margin-left: 0;
    }
  }

  .ser-detail .title {
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    display: block;
  }

  @media (max-width: 1201px) {
    .ser-detail .title {
      font-size: 45px;
      line-height: 50px;
    }
  }

  @media (max-width: 1025px) {
    .ser-detail .title {
      font-size: 37px;
      line-height: 49px;
    }
  }

  @media (max-width: 769px) {
    .ser-detail .title {
      font-size: 35px;
      line-height: 40px;
    }
  }

  @media (max-width: 577px) {
    .ser-detail .title {
      font-size: 32px;
      line-height: 1.1em;
    }
  }

  .ser-detail p {
    /* font-weight: 700; */
    line-height: 30px;
    font-size: 16px;
    color: var(--color-content-black2);
    margin: 30px 0 0;
    letter-spacing: 0;
  }

  .ser-detail .paragraph {
    font-weight: 500;
  }

  .ser-detail img {
    margin: 77px 0 9px;
  }

  .ser-detail .sec-title {
    text-align: left;
    margin: 0 0 45px;
  }

  @media (max-width: 1201px) {
    .ser-detail .pricing-sec2 {
      padding: 80px 0;
    }
  }

  @media (max-width: 577px) {
    .ser-detail .pricing-sec2 .sec-title {
      text-align: left;
      margin-right: auto;
      margin: 0 0 40px;
    }
  }

  @media (max-width: 480px) {
    .ser-detail .pricing-sec2 .sec-title {
      max-width: 350px;
    }
  }

  .ser-detail .price-card2 {
    padding: 69px 39px 62px;
  }

  .ser-detail .price-card2 .price-heade2 .title {
    font-size: 40px;
  }

  .ser-detail-list {
    position: relative;
    margin-top: 35px;
  }

  .ser-detail-list li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: var(--color-content-black2);
    margin: 0;
    padding-left: 30px;
  }

  .ser-detail-list li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #FDBA74;
    padding-right: 22px;
  }

  .service-sec21 {
    position: relative;
  }

  .service-sec21::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  .service-sec21 .row {
    margin-bottom: -40px;
  }

  .service-sec21 .sec-title {
    max-width: 632px;
  }

  @media (max-width: 769px) {
    .service-sec21 .sec-btn-box {
      margin-top: 30px;
    }
  }

  @media (max-width: 1201px) {
    .service-sec21 {
      margin: 0 9px;
    }
  }

  @media (max-width: 769px) {
    .service-sec21 .pagination {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .ser-card21 {
    position: relative;
    border-radius: 25px;
    min-height: 550px;
    overflow: hidden;
    max-width: 550px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 34px 42px 47px 42px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  @media (max-width: 1025px) {
    .ser-card21 {
      padding: 34px 32px 47px 32px;
    }
  }

  .ser-card21::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service/ser21-1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ser-card21:hover {
    border-color: transparent;
  }

  .ser-card21:hover .ser-content21 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .ser-card21 img {
    max-width: unset;
    height: unset;
  }

  .ser-card21 .ibt-btn {
    height: 40px;
    padding: 13px 15px;
    font-size: 12px;
    color: var(--color-content-white);
  }

  .ser-card21 .ibt-btn::before {
    padding: 1px;
  }

  .ser-card21 .ibt-btn:hover {
    color: var(--color-content-white);
  }

  .ser-content21 {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(108px);
    -ms-transform: translateY(108px);
    transform: translateY(108px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
  }

  .ser-content21 .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    color: var(--color-content-white);
    margin-bottom: 9px;
    font-family: var(--font-secondary);
    letter-spacing: -0.03em;
    max-width: 308px;
  }

  @media (max-width: 1366px) {
    .ser-content21 .title {
      line-height: 35px;
      font-size: 23px;
    }
  }

  .ser-content21 .title a:hover {
    color: inherit;
  }

  .ser-content21 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-content-white);
    margin-bottom: 16px;
  }

  .empty2 {
    position: relative;
    height: 421px;
    overflow: hidden;
  }

  .ser-card21.v1 {
    border: 1px solid #4a4a4a;
  }

  .ser-card21.v1::before {
    display: none;
  }

  .ser-card21.v1 .ser-content21 .title {
    color: var(--color-heading);
  }

  .ser-card21.v1 .ser-content21 p {
    color: var(--color-content-black2);
  }

  .ser-card21.v1 .ser-content21 .ser-btn3 {
    color: var(--color-heading);
    border-color: var(--color-heading);
  }

  .ser-card21.v1 .ibt-btn {
    color: var(--color-content-black2);
  }

  .ser-card21.v2 {
    background-color: #aa8ee0;
    border: 0;
  }

  .ser-card21.v2::before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -89px;
    left: auto;
    top: auto;
    width: 366px;
    height: 366px;
    background-image: url(../images/layers/dotes2.html);
    z-index: 0;
  }

  .ser-card21.v3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service/ser21-2.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ser-card21.v4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service/ser21-3.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ser-card21.v5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service/ser21-4.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ser-card21.v6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service/ser21-5.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .service-sec22 {
    position: relative;
  }

  .service-sec22::before {
    content: "";
    position: absolute;
    top: -70%;
    right: 57px;
    width: 1138px;
    height: 461px;
    background-image: url(../images/layers/eclips11-1.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .service-sec22::before {
      top: -26%;
      width: 436px;
      background-size: contain;
    }
  }

  @media (max-width: 769px) {
    .service-sec22::before {
      display: none;
    }
  }

  .service-sec22::after {
    content: "";
    position: absolute;
    bottom: -79%;
    left: 0;
    width: 994px;
    height: 1257px;
    background-image: url(../images/layers/eclips11-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .service-sec22::after {
      bottom: -54%;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }

  @media (max-width: 1201px) {
    .service-sec22::after {
      bottom: -31%;
    }
  }

  @media (max-width: 769px) {
    .service-sec22::after {
      width: 100%;
    }
  }

  .ser-card22 {
    position: relative;
    height: 100%;
  }

  .ser-card22>img {
    height: 100%;
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
  }

  .ser-card22 .profection {
    position: absolute;
    bottom: 61px;
    left: 75px;
    max-width: 490px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
  }

  @media (max-width: 1201px) {
    .ser-card22 .profection {
      bottom: 42px;
      left: 51px;
      max-width: 440px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card22 .profection {
      bottom: 111px;
      left: 51px;
      max-width: 323px;
    }
  }

  @media (max-width: 769px) {
    .ser-card22 .profection {
      bottom: 82px;
      font-size: 23px;
      line-height: 34px;
      left: 38px;
    }
  }

  @media (max-width: 480px) {
    .ser-card22 .profection {
      position: static;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 480px) {
    .ser-card22 .inner-content2 {
      position: absolute;
      top: 50px;
      left: 50px;
    }
  }

  .cross {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .ser-content22 {
    background-color: var(--color-surface-dark-2);
    padding: 107px 75px 146px;
    border-radius: 25px;
  }

  @media (max-width: 1440px) {
    .ser-content22 {
      padding: 81px 50px 121px;
    }
  }

  .ser-content22 .title {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: var(--color-content-white);
    max-width: 450px;
    margin-bottom: 21px;
  }

  @media (max-width: 1440px) {
    .ser-content22 .title {
      font-size: 45px;
      line-height: 1em;
    }
  }

  @media (max-width: 1201px) {
    .ser-content22 .title {
      font-size: 41px;
    }
  }

  @media (max-width: 390px) {
    .ser-content22 .title {
      font-size: 31px;
    }
  }

  .ser-content22 p {
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
    color: var(--color-content-white);
  }

  .ser-content22 p:last-child {
    margin-bottom: 0;
  }

  .ser-card22.v2 {
    position: relative;
    background-color: unset;
  }

  @media (max-width: 820px) {
    .ser-card22.v2 {
      margin-top: 40px;
      height: 465px;
    }
  }

  @media (max-width: 480px) {
    .ser-card22.v2 {
      height: 420px;
    }
  }

  .ser-counter22 {
    position: absolute;
    top: 78px;
    right: 84px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
  }

  @media (max-width: 1201px) {
    .ser-counter22 {
      top: 75px;
      left: 51px;
    }
  }

  @media (max-width: 1025px) {
    .ser-counter22 {
      top: 37%;
    }
  }

  @media (max-width: 820px) {
    .ser-counter22 {
      top: 8%;
    }
  }

  @media (max-width: 480px) {
    .ser-counter22 {
      position: static;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      display: block;
    }
  }

  .ser-counter22 .title {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-content-white);
    font-weight: 600;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 15px 0;
  }

  @media (max-width: 480px) {
    .ser-counter22 .title br {
      display: none;
    }
  }

  .counter-box22 {
    position: relative;
    margin-bottom: 0;
  }

  .counter-box22 .counter-number,
  .counter-box22 .counter-text {
    position: relative;
    background-color: transparent;
    color: var(--color-content-white);
    font-size: 120px;
    line-height: 90px;
    font-weight: 600;
    z-index: 0;
    font-family: var(--font-primary);
    letter-spacing: -0.03em;
  }

  @media (max-width: 769px) {

    .counter-box22 .counter-number,
    .counter-box22 .counter-text {
      font-size: 82px;
    }
  }

  .service-sec23 {
    position: relative;
    z-index: 99;
  }

  .service-sec23::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 600px;
    height: 1034px;
    background-image: url(../images/layers/Ellipse-153.svg);
  }

  @media (max-width: 1025px) {
    .service-sec23::before {
      bottom: -15%;
    }
  }

  @media (max-width: 480px) {
    .service-sec23::before {
      width: 100%;
    }
  }

  .service-sec23::after {
    content: "";
    position: absolute;
    bottom: -96%;
    right: 0;
    width: 881px;
    height: 1493px;
    background-image: url(../images/layers/Ellipse-152.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  @media (max-width: 1201px) {
    .service-sec23::after {
      bottom: -13%;
    }
  }

  @media (max-width: 1025px) {
    .service-sec23::after {
      bottom: 3%;
    }
  }

  @media (max-width: 577px) {
    .service-sec23::after {
      bottom: 22%;
    }
  }

  @media (max-width: 480px) {
    .service-sec23::after {
      width: 100%;
    }
  }

  .ser-card23-card1 {
    position: relative;
    background-color: rgba(27, 28, 38, 0.5019607843);
    padding: 83px 75px 350px 75px;
    border-radius: 25px;
    overflow: hidden;
    z-index: 99;
  }

  @media (max-width: 1440px) {
    .ser-card23-card1 {
      padding: 50px 55px 259px 54px;
    }
  }

  @media (max-width: 1201px) {
    .ser-card23-card1 {
      padding: 50px 55px 183px 54px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card23-card1 {
      padding: 73px 55px 310px 54px;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 480px) {
    .ser-card23-card1 {
      padding: 50px 42px 225px 34px;
    }
  }

  .ser-card23-card1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 423px;
    background-image: url(../images/layers/pages.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 1201px) {
    .ser-card23-card1::before {
      height: 218px;
      background-size: contain;
    }
  }

  @media (max-width: 1025px) {
    .ser-card23-card1::before {
      height: 423px;
      background-size: cover;
    }
  }

  .counter-box23 {
    position: relative;
    margin-bottom: -82px;
  }

  @media (max-width: 1440px) {
    .counter-box23 {
      margin-bottom: -58px;
    }
  }

  @media (max-width: 390px) {
    .counter-box23 {
      margin-bottom: -38px;
    }
  }

  .counter-box23 .counter-number,
  .counter-box23 .counter-text {
    color: rgba(2, 1, 1, 0);
    font-size: 200px;
    line-height: 1em;
    font-weight: 700;
    white-space: nowrap;
    -webkit-background-clip: text;
    background-color: transparent;
    color: rgba(2, 1, 1, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(173, 141, 224, 0) 20%, #5a6dc9 100%);
    background-image: linear-gradient(0deg, rgba(173, 141, 224, 0) 20%, #5a6dc9 100%);
    letter-spacing: -0.03em;
    font-family: var(--font-secondary);
  }

  @media (max-width: 1440px) {

    .counter-box23 .counter-number,
    .counter-box23 .counter-text {
      font-size: 152px;
    }
  }

  @media (max-width: 1366px) {

    .counter-box23 .counter-number,
    .counter-box23 .counter-text {
      font-size: 135px;
    }
  }

  @media (max-width: 390px) {

    .counter-box23 .counter-number,
    .counter-box23 .counter-text {
      font-size: 120px;
    }
  }

  .funfact-content23 {
    position: relative;
  }

  .funfact-content23 .title {
    position: relative;
    font-size: 40px;
    line-height: 45px;
    color: var(--color-content-white);
    font-weight: 400;
    background-color: transparent;
    z-index: 99;
    display: inline-block;
  }

  @media (max-width: 1201px) {
    .funfact-content23 .title {
      font-size: 37px;
    }
  }

  @media (max-width: 1025px) {
    .funfact-content23 .title {
      font-size: 31px;
    }
  }

  @media (max-width: 769px) {
    .funfact-content23 .title {
      font-size: 27px;
      line-height: 32px;
    }
  }

  .funfact-content23 p {
    color: #87899b;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    max-width: 611px;
    margin-bottom: 0;
  }

  .ser-content23 {
    position: relative;
    max-width: 385px;
  }

  @media (max-width: 1440px) {
    .ser-content23 {
      max-width: 329px;
    }
  }

  @media (max-width: 1366px) {
    .ser-content23 {
      max-width: 302px;
    }
  }

  @media (max-width: 1025px) {
    .ser-content23 {
      max-width: 373px;
    }
  }

  @media (max-width: 769px) {
    .ser-content23 {
      max-width: 289px;
    }
  }

  @media (max-width: 577px) {
    .ser-content23 {
      max-width: 373px;
    }
  }

  @media (max-width: 390px) {
    .ser-content23 {
      max-width: 282px;
    }
  }

  .ser-card23-card2 {
    position: relative;
    background-color: rgba(27, 28, 38, 0.5019607843);
    padding: 55px 0 70px 40px;
    border-radius: 25px;
    overflow: hidden;
    z-index: 99;
  }

  @media (max-width: 577px) {
    .ser-card23-card2 {
      margin-bottom: 20px;
    }
  }

  .ser-card23-card2 .hero {
    position: relative;
    right: -20px;
    margin-bottom: 19px;
  }

  .ser-card23-card2 .title {
    font-size: 25px;
    line-height: 35px;
    color: var(--color-content-white);
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
  }

  .ser-card23-card2 .title span {
    color: #4c74c8;
  }

  .ser-card23-card2 p {
    font-size: 500;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0;
    color: #87899b;
  }

  .ser-card23-card3 {
    position: relative;
    background-color: rgba(27, 28, 38, 0.5019607843);
    padding: 65px 40px 0px 40px;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    z-index: 99;
  }

  @media (max-width: 577px) {
    .ser-card23-card3 {
      height: 707px;
    }
  }

  @media (max-width: 480px) {
    .ser-card23-card3 {
      height: 666px;
    }
  }

  .ser-card23-card3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 213px;
    background-image: url(../images/layers/dark-layer.png);
    z-index: 99;
  }

  .ser-card23-card3 .commers {
    margin-bottom: 22px;
  }

  .ser-card23-card3 .laptop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  @media (max-width: 1201px) {
    .ser-card23-card3 .laptop {
      height: 196px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card23-card3 .laptop {
      height: auto;
    }
  }

  .ser-card23-card3 .hero {
    position: relative;
    right: -20px;
    margin-bottom: 19px;
  }

  .ser-card23-card3 .title {
    font-size: 25px;
    line-height: 35px;
    color: var(--color-content-white);
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
    max-width: 365px;
  }

  .ser-card23-card3 .title span {
    color: #4c74c8;
  }

  .ser-card23-card3 p {
    font-size: 500;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0;
    color: #87899b;
    max-width: 375px;
  }

  .ser-anim {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    will-change: transform, opacity;
  }

  .service-sec24 {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
  }

  .service-sec24 .row .col-lg-9 {
    width: 71%;
  }

  .service-sec24 .row .col-lg-3 {
    width: 29%;
  }

  @media (max-width: 577px) {
    .service-sec24 .row .col-sm-12 {
      width: 100%;
    }
  }

  .ser-content24 {
    position: relative;
    background-color: rgba(31, 31, 31, 0.5019607843);
    padding: 40px 45px 30px 60px;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
  }

  @media (max-width: 1440px) {
    .ser-content24 {
      display: block;
      padding: 40px 45px 40px 60px;
    }
  }

  @media (max-width: 1025px) {
    .ser-content24 {
      padding: 55px 24px 38px 38px;
    }
  }

  @media (max-width: 769px) {
    .ser-content24 {
      padding: 55px 27px 38px 36px;
    }
  }

  @media (max-width: 480px) {
    .ser-content24 {
      padding: 55px 3px 38px 25px;
    }
  }

  .ser-content24 .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 75px 0 0;
    letter-spacing: -0.03em;
    color: var(--color-content-white);
  }

  @media (max-width: 1440px) {
    .ser-content24 .title {
      margin-bottom: 30px;
    }
  }

  .ser-link24 {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 14px;
  }

  @media (max-width: 1025px) {
    .ser-link24 {
      margin-bottom: 20px;
    }
  }

  .ser-link24 .name {
    font-size: 16px;
    line-height: 16px;
    margin: 12px 0 0;
    color: #a4a4a4;
    font-weight: 600;
  }

  .ser-img24 {
    width: 90px;
    height: 87px;
    line-height: 87px;
    text-align: center;
  }

  @media (max-width: 1201px) {
    .ser-img24 {
      width: 73px;
    }
  }

  @media (max-width: 1025px) {
    .ser-img24 {
      width: 76px;
    }
  }

  .ser-img24 img {
    width: 45px;
  }

  .ser-info24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  @media (max-width: 1201px) {
    .ser-info24 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .counter-box24 {
    position: relative;
  }

  .counter-box24 .counter-number,
  .counter-box24 .counter-text {
    color: rgba(2, 1, 1, 0);
    font-size: 100px;
    line-height: 78px;
    font-weight: 700;
    white-space: nowrap;
    -webkit-background-clip: text;
    background-color: transparent;
    color: rgba(2, 1, 1, 0);
    background-image: -webkit-linear-gradient(280deg, #FF7A00 0%, #1f1f1f 70%);
    background-image: linear-gradient(170deg, #FF7A00 0%, #1f1f1f 70%);
    letter-spacing: -0.03em;
    font-family: var(--font-secondary);
  }

  @media (max-width: 1025px) {

    .counter-box24 .counter-number,
    .counter-box24 .counter-text {
      font-size: 121px;
    }
  }

  @media (max-width: 769px) {

    .counter-box24 .counter-number,
    .counter-box24 .counter-text {
      font-size: 82px;
      line-height: 112px;
    }
  }

  @media (max-width: 577px) {

    .counter-box24 .counter-number,
    .counter-box24 .counter-text {
      font-size: 112px;
      line-height: 140px;
    }
  }

  @media (max-width: 390px) {

    .counter-box24 .counter-number,
    .counter-box24 .counter-text {
      font-size: 79px;
      line-height: 111px;
    }
  }

  .funfact-content24 {
    background-color: rgba(31, 31, 31, 0.5019607843);
    border-radius: 25px;
    padding: 60px 10px 50px 10px;
    text-align: center;
    height: 100%;
    z-index: 9999;
  }

  @media (max-width: 1440px) {
    .funfact-content24 {
      padding: 103px 10px 50px 10px;
    }
  }

  @media (max-width: 769px) {
    .funfact-content24 {
      padding: 37px 10px 18px 10px;
    }
  }

  @media (max-width: 577px) {
    .funfact-content24 {
      padding: 0px 10px 18px 10px;
    }
  }

  .funfact-content24 .title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-white);
    text-align: center;
    margin: -33px 0 0 76px;
    z-index: 999;
    position: relative;
    font-family: var(--font-tertiary);
    letter-spacing: normal;
  }

  .service-sec25 {
    position: relative;
  }

  .service-sec25::before {
    content: "";
    position: absolute;
    bottom: -77%;
    left: 0;
    width: 1923px;
    height: 1536px;
    background-image: url(../images/layers/ser-layer26.png);
  }

  @media (max-width: 1201px) {
    .service-sec25::before {
      background-size: contain;
      bottom: -1%;
      left: auto;
      right: -20px;
      width: 716px;
      height: 555px;
    }
  }

  @media (max-width: 820px) {
    .service-sec25::before {
      bottom: 43%;
    }
  }

  @media (max-width: 1201px) {
    .service-sec25 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .service-sec25 {
      margin: 0;
    }
  }

  @media (max-width: 1025px) {
    .service-sec25 .sec-btn-box {
      text-align: right;
    }
  }

  @media (max-width: 577px) {
    .service-sec25 .sec-btn-box {
      text-align: left;
      margin-top: 30px;
    }
  }

  .service-sec25 .sec-btn-box .ibt-btn {
    color: var(--color-content-white);
  }

  .service-sec25 .sec-btn-box .ibt-btn:hover {
    color: var(--color-content-black2);
  }

  .service-sec25 .row:last-child .col-lg-4 {
    width: 28.8%;
  }

  @media (max-width: 820px) {
    .service-sec25 .row:last-child .col-lg-4 {
      width: 50%;
    }
  }

  @media (max-width: 480px) {
    .service-sec25 .row:last-child .col-lg-4 {
      width: 100%;
    }
  }

  .service-sec25 .row:last-child .col-lg-2 {
    width: 21.2%;
  }

  @media (max-width: 820px) {
    .service-sec25 .row:last-child .col-lg-2 {
      width: 50%;
    }
  }

  @media (max-width: 480px) {
    .service-sec25 .row:last-child .col-lg-2 {
      width: 100%;
    }
  }

  .service-sec25 .sec-title {
    max-width: 500px;
  }

  @media (max-width: 577px) {
    .service-sec25 .sec-title {
      max-width: 307px;
    }
  }

  .ser-card25 {
    position: relative;
  }

  @media (max-width: 1025px) {
    .ser-card25 {
      height: 400px;
    }

    .ser-card25 .layer {
      height: 100%;
    }
  }

  @media (max-width: 820px) {
    .ser-card25 {
      margin-bottom: 30px;
    }
  }

  .ser-card25 .title {
    position: absolute;
    top: 82px;
    left: 54px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--color-content-white);
    letter-spacing: -0.05em;
    max-width: 451px;
  }

  @media (max-width: 1201px) {
    .ser-card25 .title {
      top: 55px;
    }
  }

  @media (max-width: 1025px) {
    .ser-card25 .title {
      max-width: 299px;
      font-size: 29px;
      line-height: 39px;
    }
  }

  @media (max-width: 820px) {
    .ser-card25 .title {
      left: 37px;
    }
  }

  .ser-card25 .title a {
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .ser-card25 .title a:hover {
    color: var(--color-content-white);
    background-size: 100% 2px;
  }

  .ser-card25 .layer {
    width: 100%;
  }

  .user-img {
    position: absolute;
    bottom: 55px;
    left: 63px;
  }

  @media (max-width: 820px) {
    .user-img {
      left: 43px;
    }
  }

  .ser-counter25 {
    position: absolute;
    bottom: 34px;
    right: 44px;
    width: 256px;
  }

  @media (max-width: 1025px) {
    .ser-counter25 {
      width: unset;
    }
  }

  .ser-counter25 .title2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    display: block;
    color: var(--color-content-white);
    letter-spacing: 0;
  }

  .counter-box10 {
    position: relative;
    display: inline-block;
  }

  .counter-box10 .counter-number,
  .counter-box10 .counter-text {
    position: relative;
    background-color: transparent;
    color: rgb(15, 16, 16);
    font-size: 120px;
    line-height: 130px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(rgb(116, 232, 240) 0%, rgb(127, 51, 141) 100%);
    background-image: linear-gradient(rgb(116, 232, 240) 0%, rgb(127, 51, 141) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
    z-index: 0;
    font-family: var(--font-primary);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1025px) {

    .counter-box10 .counter-number,
    .counter-box10 .counter-text {
      font-size: 78px;
      line-height: 73px;
    }
  }

  @media (max-width: 820px) {

    .counter-box10 .counter-number,
    .counter-box10 .counter-text {
      font-size: 67px;
      line-height: 69px;
    }
  }

  .counter-box10 .counter-text {
    padding-right: 10px;
  }

  .ser-content25 {
    position: absolute;
    top: 82px;
    left: 38px;
  }

  @media (max-width: 1025px) {
    .ser-content25 {
      top: 55px;
      left: 38px;
      max-width: 215px;
    }
  }

  @media (max-width: 820px) {
    .ser-content25 {
      max-width: 244px;
    }
  }

  @media (max-width: 577px) {
    .ser-content25 {
      max-width: 215px;
    }
  }

  @media (max-width: 480px) {
    .ser-content25 {
      max-width: 244px;
    }
  }

  .ser-content25 .title3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
    font-weight: 400;
    color: var(--color-content-white);
    letter-spacing: -0.05em;
    max-width: 451px;
  }

  @media (max-width: 1201px) {
    .ser-content25 .title3 {
      font-size: 34px;
      line-height: 43px;
      margin-bottom: 15px;
    }
  }

  @media (max-width: 1025px) {
    .ser-content25 .title3 {
      font-size: 27px;
      line-height: 36px;
    }
  }

  .ser-content25 .title3 a {
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .ser-content25 .title3 a:hover {
    color: var(--color-content-white);
    background-size: 100% 2px;
  }

  .ser-content25 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--color-content-white);
    max-width: 284px;
  }

  .ser-card25_card3 {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(295deg, rgb(162, 245, 255) 0%, rgb(234, 132, 194) 100%);
    background-image: linear-gradient(155deg, rgb(162, 245, 255) 0%, rgb(234, 132, 194) 100%);
    border-radius: 25px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media (max-width: 820px) {
    .ser-card25_card3 {
      height: 500px;
    }
  }

  @media (max-width: 577px) {
    .ser-card25_card3 {
      height: 400px;
    }
  }

  .service-ai {
    position: relative;
    text-align: center;
  }

  .service-ai span {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #121519;
    display: block;
  }

  .service-sec26 {
    position: relative;
    margin-top: 20px;
  }

  @media (max-width: 1201px) {
    .service-sec26 {
      margin: 20px 15px;
    }
  }

  @media (max-width: 390px) {
    .service-sec26 {
      margin: 20px 0;
    }
  }

  .ser-info26 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(../images/bg/ser-bg-26.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 103px 124px 81px 60px;
    border-radius: 25px;
  }

  @media (max-width: 1025px) {
    .ser-info26 {
      padding: 88px 44px 81px 33px;
    }
  }

  @media (max-width: 820px) {
    .ser-info26 {
      display: block;
      padding: 88px 70px 81px;
    }
  }

  @media (max-width: 577px) {
    .ser-info26 {
      padding: 88px 53px 81px;
    }
  }

  @media (max-width: 480px) {
    .ser-info26 {
      padding: 68px 53px 61px;
    }
  }

  .ser-info26::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 1px solid #4b4870;
  }

  .ser-info26 .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    color: var(--color-content-white);
    letter-spacing: -0.05em;
    font-weight: 400;
    max-width: 380px;
  }

  @media (max-width: 820px) {
    .ser-info26 .title {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 480px) {
    .ser-info26 .title {
      font-size: 35px;
      line-height: 35px;
    }
  }

  .ser-link26 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ser-link26 img {
    margin-right: 50px;
  }

  .ser-link26 img:last-child {
    margin: 0;
  }

  @media (max-width: 1025px) {
    .ser-link26 img {
      margin-right: 33px;
    }
  }

  @media (max-width: 480px) {
    .ser-link26 img {
      margin: 0 26px 20px 0;
    }
  }

  .service-sec27 {
    position: relative;
  }

  .ser-card27 {
    position: relative;
    background-color: rgba(27, 28, 38, 0.5019607843);
    min-height: 722px;
    border-radius: 20px;
    padding: 88px 0px 0px 100px;
  }

  @media (max-width: 1025px) {
    .ser-card27 {
      padding: 88px 0px 0px 58px;
    }
  }

  @media (max-width: 820px) {
    .ser-card27 {
      min-height: 515px;
      padding: 84px 0px 0px 43px;
    }
  }

  @media (max-width: 577px) {
    .ser-card27 {
      min-height: 600px;
      margin-bottom: 40px;
    }
  }

  @media (max-width: 480px) {
    .ser-card27 {
      min-height: 550px;
    }
  }

  @media (max-width: 390px) {
    .ser-card27 {
      min-height: 474px;
      padding: 67px 0px 0px 40px;
    }
  }

  .ser-card27 .title {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-content-white);
    letter-spacing: -0.05em;
    max-width: 514px;
    z-index: 99;
  }

  @media (max-width: 820px) {
    .ser-card27 .title {
      font-size: 32px;
      line-height: 41px;
    }
  }

  @media (max-width: 390px) {
    .ser-card27 .title {
      font-size: 27px;
      line-height: 37px;
      max-width: 302px;
    }
  }

  .ser-card27 img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px;
  }

  .ser-card27_card3 {
    position: relative;
    height: 100%;
  }

  @media (max-width: 820px) {
    .ser-card27_card3 {
      height: 515px;
    }
  }

  .ser-card27_card3 img {
    height: 100%;
    border-radius: 20px;
    width: 100%;
  }

  .ser-content27 {
    position: absolute;
    top: 113px;
    left: 40px;
    max-width: 326px;
  }

  @media (max-width: 1025px) {
    .ser-content27 {
      max-width: 249px;
    }
  }

  @media (max-width: 820px) {
    .ser-content27 {
      top: 78px;
    }
  }

  .ser-content27 .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 12px;
    color: var(--color-content-white);
    font-weight: 400;
  }

  .ser-content27 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-white);
    font-weight: 500;
  }

  .ser-link27 {
    position: absolute;
    bottom: 91px;
    left: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ser-link27 li {
    margin-right: 44px;
  }

  .ser-link27 li:last-child {
    margin-right: 0;
  }

  @media (max-width: 1201px) {
    .ser-link27 li {
      margin-right: 23px;
    }
  }

  @media (max-width: 1025px) {
    .ser-link27 li {
      margin-right: 9px;
    }
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .feature-sec1 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .feature-sec1 {
      margin: 0 7px;
    }
  }

  @media (max-width: 577px) {
    .feature-sec1 {
      margin: 0 5px;
    }
  }

  .feature-sec1 .sec-title {
    max-width: 557px;
  }

  @media (max-width: 769px) {
    .feature-sec1 .sec-title {
      max-width: 611px;
    }
  }

  @media (max-width: 577px) {
    .feature-sec1 .sec-title {
      max-width: 398px;
    }
  }

  .feature-sec1 .row {
    margin-bottom: -40px;
  }

  .feature-card {
    position: relative;
    padding-right: 33px;
    margin-bottom: 40px;
  }

  @media (max-width: 1366px) {
    .feature-card {
      padding-right: 26px;
    }
  }

  @media (max-width: 1201px) {
    .feature-card {
      padding-right: 0;
    }
  }

  .feature-card img,
  .feature-card svg {
    margin-bottom: 26px;
  }

  .feature-card svg {
    width: 83px;
    height: 90px;
  }

  .feature-card .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
    color: var(--color-heading);
    font-weight: 600;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
  }

  @media (max-width: 1201px) {
    .feature-card .title {
      font-size: 19px;
    }
  }

  .feature-card .title a:hover {
    color: var(--color-primary);
  }

  .feature-card p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .feature-card.v1 img {
    width: 1em;
    height: 1em !important;
    font-size: 89px;
  }

  .feature-sec2 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .feature-sec2 {
      margin: 0 15px;
    }
  }

  @media (max-width: 769px) {
    .feature-sec2 {
      margin: 0;
    }
  }

  @media (max-width: 577px) {
    .feature-sec2 {
      margin: 0 7px;
    }
  }

  @media (max-width: 1201px) {
    .feature-sec2 .row .col-lg-3 {
      width: 33.33%;
    }
  }

  @media (max-width: 769px) {
    .feature-sec2 .row .col-lg-3 {
      width: 50%;
    }
  }

  @media (max-width: 480px) {
    .feature-sec2 .row .col-lg-3 {
      width: 100%;
    }
  }

  .feature-sec2 .feature-card img {
    height: 90px;
  }

  @media (max-width: 1201px) {
    .feature-sec2 .feature-card .title {
      font-size: 20px;
    }
  }

  .feature-sec3 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .feature-sec3 {
      margin: 0 7px;
      padding-bottom: 0 !important;
    }
  }

  @media (max-width: 577px) {
    .feature-sec3 {
      margin: 0 5px;
    }
  }

  .feature-sec3 .title-area {
    margin-bottom: 71px;
  }

  .anim-img {
    position: absolute;
    top: 135px;
    left: 0;
  }

  @media (max-width: 1440px) {
    .anim-img {
      top: 23%;
      width: 770px;
    }
  }

  @media (max-width: 1025px) {
    .anim-img {
      top: 18%;
      width: 660px;
    }
  }

  @media (max-width: 820px) {
    .anim-img {
      top: 25%;
    }
  }

  @media (max-width: 769px) {
    .anim-img {
      width: 100%;
      top: 20%;
    }
  }

  @media (max-width: 480px) {
    .anim-img {
      top: 26%;
      height: 400px;
    }
  }

  .feature-img2 {
    position: relative;
    margin-right: 68px;
    margin-left: -275px;
    height: 100%;
  }

  @media (max-width: 1440px) {
    .feature-img2 {
      margin-left: 0;
    }
  }

  @media (max-width: 1201px) {
    .feature-img2 {
      margin: 0 13px 0 0;
    }
  }

  @media (max-width: 820px) {
    .feature-img2 {
      margin: 0 0 50px;
    }
  }

  .feature-img2 img {
    height: 615px;
    width: 100%;
    border-radius: 25px;
    object-fit: contain;
  }

  @media (max-width: 1440px) {
    .feature-img2 img {
      height: unset;
    }
  }

  @media (max-width: 769px) {
    .feature-img2 img {
      height: 503px;
    }
  }

  @media (max-width: 577px) {
    .feature-img2 img {
      height: 400px;
    }
  }

  .title-content {
    position: relative;
    padding-left: 20px;
    margin-top: 11px;
  }

  @media (max-width: 769px) {
    .title-content {
      padding-left: 0;
    }
  }

  .title-content .title {
    font-size: 247px;
    line-height: 195px;
    font-weight: 700;
    margin-bottom: 75px;
    font-family: var(--font-tertiary);
    letter-spacing: -0.05em;
    -webkit-text-fill-color: var(--color-content-white);
    -webkit-text-stroke: 3px transparent;
    background: -webkit-linear-gradient(338deg, #8258c8 0%, #2c84c8 100%);
    background: linear-gradient(112deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
  }

  @media (max-width: 1366px) {
    .title-content .title {
      font-size: 233px;
    }
  }

  @media (max-width: 1201px) {
    .title-content .title {
      font-size: 203px;
      line-height: 161px;
      margin-bottom: 46px;
    }
  }

  @media (max-width: 1025px) {
    .title-content .title {
      font-size: 165px;
      line-height: 128px;
      margin-bottom: 46px;
    }
  }

  @media (max-width: 577px) {
    .title-content .title {
      font-size: 119px;
      line-height: 93px;
    }
  }

  .title-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .feature-block {
    position: relative;
    text-align: left;
    padding: 25px 0 24px 104px;
    width: 100%;
  }

  @media (max-width: 480px) {
    .feature-block {
      padding: 25px 0 24px 78px;
    }
  }

  .feature-block img {
    position: absolute;
    top: 34px;
    left: 33px;
  }

  .feature-block .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 2px;
    color: var(--color-heading);
  }

  .feature-block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-black2);
    max-width: 494px;
  }

  @media (max-width: 1201px) {
    .feature-block p {
      max-width: 413px;
    }
  }

  .nav-tabs {
    border: 0;
    display: block;
  }

  .nav-tabs .nav-item {
    margin: 0 0 10px;
  }

  .nav-tabs .nav-link:hover {
    background-color: #ecf0f4;
  }

  .nav-tabs .nav-link {
    background-color: unset;
    padding: 0;
    border: 1px solid #d4d6d8;
    box-shadow: unset;
    outline: none;
    width: 100%;
    border-radius: 20px;
  }

  .nav-tabs .nav-link.active {
    background-color: #ecf0f4;
    border-color: transparent;
    box-shadow: unset;
  }

  .feature-style4 {
    position: relative;
  }

  .feature-style4::before {
    content: "";
    position: absolute;
    top: -31%;
    left: 0;
    width: 1008px;
    height: 1287px;
    background-image: url(../images/layers/eclipes1-1.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 769px) {
    .feature-style4::before {
      width: 100%;
      background-size: contain;
      top: 0;
    }
  }

  .feature-content4 {
    position: relative;
  }

  @media (max-width: 1025px) {
    .feature-content4 {
      padding: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .feature-content4 {
      padding: 0 10px;
    }
  }

  .feature-content4 .para {
    font-weight: 600;
  }

  .feature-content4 p {
    font-weight: 400;
  }

  @media (max-width: 820px) {
    .feature-content4 .sec-title {
      max-width: 600px;
    }
  }

  .feature-block4 {
    position: relative;
    padding-left: 122px;
    margin-bottom: 47px;
  }

  @media (max-width: 1025px) {
    .feature-block4 {
      padding-left: 109px;
    }
  }

  @media (max-width: 390px) {
    .feature-block4 {
      padding: 0;
    }
  }

  .feature-block4 img {
    position: absolute;
    top: 7px;
    left: 0;
  }

  @media (max-width: 390px) {
    .feature-block4 img {
      position: static;
      margin: 0 0 30px;
    }
  }

  .feature-block4 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
    color: var(--color-heading);
    font-weight: 600;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
  }

  .feature-block4 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .app-features {
    margin-bottom: 41px;
  }

  .feature-img4 {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  @media (max-width: 1440px) {
    .feature-img4 {
      width: 850px;
      bottom: auto;
      top: 10%;
    }
  }

  @media (max-width: 1201px) {
    .feature-img4 {
      width: 741px;
    }
  }

  @media (max-width: 1025px) {
    .feature-img4 {
      width: 620px;
    }
  }

  @media (max-width: 820px) {
    .feature-img4 {
      position: static;
      width: 100%;
    }
  }

  .sec-title.feture5 {
    max-width: 799px;
  }

  @media (max-width: 1025px) {
    .sec-title.feture5 {
      max-width: 661px;
    }
  }

  @media (max-width: 577px) {
    .sec-title.feture5 {
      max-width: 406px;
    }
  }

  .Feature-sec6 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    margin: 20px 20px 0;
    border-radius: 20px;
    padding: 120px 0;
  }

  @media (max-width: 1366px) {
    .Feature-sec6 {
      padding: 120px 15px;
    }
  }

  @media (max-width: 1201px) {
    .Feature-sec6 {
      padding: 80px 10px;
    }
  }

  .Feature-sec6 .sec-title {
    max-width: 780px;
  }

  .feature-tabs6 {
    position: relative;
  }

  .feature-tabs6 .nav-tabs {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  @media (max-width: 820px) {
    .feature-tabs6 .nav-tabs {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 577px) {
    .feature-tabs6 .nav-tabs {
      display: unset;
    }
  }

  .feature-tabs6 .nav-tabs .nav-link {
    position: relative;
    width: unset;
    color: #f0f2f4;
    background-color: #282828;
    border: 1px solid #3f3f3f;
    border-radius: 25px;
    padding: 50px 40px 45px 43px;
    margin-right: 18px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .feature-tabs6 .nav-tabs .nav-link:nth-child(2) .title,
  .feature-tabs6 .nav-tabs .nav-link:first-child .title {
    max-width: 250px;
  }

  @media (max-width: 577px) {

    .feature-tabs6 .nav-tabs .nav-link:nth-child(2) .title,
    .feature-tabs6 .nav-tabs .nav-link:first-child .title {
      max-width: 206px;
    }
  }

  @media (max-width: 1201px) {
    .feature-tabs6 .nav-tabs .nav-link {
      padding: 50px 28px 45px 28px;
    }
  }

  @media (max-width: 1025px) {
    .feature-tabs6 .nav-tabs .nav-link {
      padding: 39px 12px 35px 16px;
    }
  }

  @media (max-width: 820px) {
    .feature-tabs6 .nav-tabs .nav-link {
      padding: 39px 28px 39px 27px;
      max-width: 314px;
      margin-bottom: 15px;
    }
  }

  @media (max-width: 577px) {
    .feature-tabs6 .nav-tabs .nav-link {
      max-width: unset;
      width: 100%;
      margin-right: 0;
    }
  }

  .feature-tabs6 .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -70px;
    left: 0;
    border-radius: 50%;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: #3580c7;
  }

  .feature-tabs6 .nav-tabs .nav-link:hover .title {
    color: var(--color-content-white);
  }

  .feature-tabs6 .nav-tabs .nav-link:hover::before {
    opacity: 1;
  }

  .feature-tabs6 .nav-tabs .nav-link.active .title {
    color: var(--color-content-white);
  }

  .feature-tabs6 .nav-tabs .nav-link.active::before {
    opacity: 1;
  }

  .feature-tabs6 .tab-heade {
    position: relative;
    padding-left: 79px;
  }

  @media (max-width: 1025px) {
    .feature-tabs6 .tab-heade {
      padding-left: 64px;
    }
  }

  .feature-tabs6 .tab-heade svg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .feature-tabs6 .tab-heade .title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #909090;
    max-width: 276px;
    margin-bottom: 0;
  }

  @media (max-width: 1201px) {
    .feature-tabs6 .tab-heade .title {
      font-size: 18px;
    }
  }

  @media (max-width: 1025px) {
    .feature-tabs6 .tab-heade .title {
      font-size: 17px;
    }
  }

  .feature-tab-body {
    position: relative;
    background-color: #282828;
    border: 1px solid #3f3f3f;
    border-radius: 25px;
    padding: 12px 15px;
    margin-top: 14px;
  }

  .feature-tab-content {
    position: relative;
    padding: 95px 79px 0 93px;
  }

  @media (max-width: 1201px) {
    .feature-tab-content {
      padding: 35px 28px 0 21px;
    }
  }

  @media (max-width: 769px) {
    .feature-tab-content {
      padding: 35px 28px 20px 21px;
    }
  }

  @media (max-width: 577px) {
    .feature-tab-content {
      padding: 35px 0 20px;
    }
  }

  .feature-tab-content .title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 26px;
  }

  @media (max-width: 577px) {
    .feature-tab-content .title {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 480px) {
    .feature-tab-content .title {
      font-size: 30px;
      line-height: 38px;
    }
  }

  @media (max-width: 390px) {
    .feature-tab-content .title {
      font-size: 26px;
      line-height: 35px;
    }
  }

  .feature-tab-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
  }

  .feature-tab-content p:nth-child(2) {
    font-weight: 600;
    margin-bottom: 30px;
  }

  .feature-tab-content .ibt-btn-outline {
    color: var(--color-content-white);
    margin-top: 26px;
  }

  .feature-tab-img {
    position: relative;
  }

  .feature-tab-img img {
    border-radius: 25px;
    width: 100%;
  }

  .feature-sec7 {
    position: relative;
  }

  .ser-content7 {
    position: relative;
    max-width: 537px;
  }

  @media (max-width: 820px) {
    .ser-content7 {
      margin-bottom: 50px;
    }
  }

  .ser-content7 .sec-title {
    margin-bottom: 276px;
  }

  @media (max-width: 1025px) {
    .ser-content7 .sec-title {
      padding-right: 32px;
    }
  }

  @media (max-width: 820px) {
    .ser-content7 .sec-title {
      margin-bottom: 50px;
    }
  }

  .ser-content7 .sec-title p {
    font-weight: 500;
    margin-bottom: 35px;
  }

  .feature-info7 {
    padding-top: 34px;
  }

  .feature-card7 {
    position: relative;
  }

  .feature-card7 img,
  .feature-card7 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
  }

  @media (max-width: 390px) {

    .feature-card7 img,
    .feature-card7 svg {
      position: static;
    }
  }

  .feature-card7 svg {
    width: 86px;
  }

  .feature-card7 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
    color: var(--color-heading);
    font-weight: 600;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
  }

  @media (max-width: 1201px) {
    .feature-card7 .title {
      font-size: 19px;
    }
  }

  .feature-card7 .title a:hover {
    color: var(--color-primary);
  }

  .feature-card7 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-black2);
    max-width: 460px;
  }

  .feature-content7 {
    border-bottom: 1px solid var(--color-heading);
    margin: 0 0 51px 136px;
    padding-bottom: 26px;
  }

  @media (max-width: 390px) {
    .feature-content7 {
      margin: 30px 0 36px;
    }
  }

  .feature-sec8 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .feature-sec8 {
      margin: 0 27px;
    }
  }

  @media (max-width: 769px) {
    .feature-sec8 {
      margin: 0 19px;
    }
  }

  @media (max-width: 577px) {
    .feature-sec8 {
      margin: 0 7px;
    }
  }

  .feature-img8 {
    position: relative;
    margin-right: 68px;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
  }

  @media (max-width: 1440px) {
    .feature-img8 {
      margin-right: 0;
    }
  }

  @media (max-width: 820px) {
    .feature-img8 {
      margin-bottom: 50px;
      height: auto;
    }
  }

  .feature-img8 img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    height: 100%;
  }

  .feature-img8 .title {
    position: absolute;
    left: 0;
    bottom: -11px;
    font-size: 150px;
    line-height: 126px;
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-text-stroke-width: 1px;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
  }

  @media (max-width: 1440px) {
    .feature-img8 .title {
      bottom: -17px;
      font-size: 135px;
    }
  }

  @media (max-width: 1366px) {
    .feature-img8 .title {
      font-size: 122px;
    }
  }

  @media (max-width: 1201px) {
    .feature-img8 .title {
      font-size: 110px;
      line-height: 120px;
    }
  }

  @media (max-width: 1025px) {
    .feature-img8 .title {
      font-size: 88px;
      line-height: 97px;
    }
  }

  @media (max-width: 390px) {
    .feature-img8 .title {
      font-size: 65px;
      line-height: 81px;
    }
  }

  .feature-img8 .tab-content,
  .feature-img8 .tab-pane {
    height: 100%;
  }

  .feature-block8 {
    position: relative;
    text-align: left;
    padding: 25px 0 24px 104px;
    width: 100%;
  }

  @media (max-width: 480px) {
    .feature-block8 {
      padding: 25px 18px 24px 109px;
    }
  }

  @media (max-width: 390px) {
    .feature-block8 {
      padding: 25px 18px 24px 85px;
    }
  }

  .feature-block8 img {
    position: absolute;
    top: 34px;
    left: 33px;
  }

  @media (max-width: 390px) {
    .feature-block8 img {
      left: 20px;
    }
  }

  .feature-block8 .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 2px;
    color: var(--color-heading);
  }

  .feature-block8 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-black2);
    max-width: 472px;
  }

  @media (max-width: 1201px) {
    .feature-block8 p {
      max-width: 413px;
    }
  }

  @media (max-width: 1025px) {
    .feature-block8 p {
      max-width: 318px;
    }
  }

  @media (max-width: 769px) {
    .feature-block8 p {
      max-width: 100%;
    }
  }

  .nav-tabs8 {
    border: 0;
    display: block;
  }

  .nav-tabs8 .nav-item {
    margin: 0 0 10px;
  }

  .nav-tabs8 .nav-link:hover {
    background-color: #ecf0f4;
  }

  .nav-tabs8 .nav-link {
    background-color: unset;
    padding: 0;
    border: 0;
    box-shadow: unset;
    outline: none;
    width: 100%;
    border-radius: 20px;
  }

  .nav-tabs8 .nav-link.active {
    background-color: #ecf0f4;
    border-color: transparent;
    box-shadow: unset;
  }

  .feature-tabs8 {
    position: relative;
    max-width: 658px;
    padding-left: 48px;
  }

  @media (max-width: 1025px) {
    .feature-tabs8 {
      padding-left: 0;
    }
  }

  .feature-tabs8 .ibt-btn {
    margin-top: 28px;
  }

  @media (max-width: 769px) {
    .feature-tabs8 .sec-title {
      max-width: 500px;
    }
  }

  .feature-sec9 {
    position: relative;
  }

  .feature-content9 {
    position: relative;
  }

  .feature-content9 .sec-title p {
    font-weight: 500;
    max-width: 679px;
  }

  .feature-block9 {
    position: relative;
    padding-left: 116px;
    margin-bottom: 23px;
  }

  @media (max-width: 1025px) {
    .feature-block9 {
      padding-left: 101px;
    }
  }

  @media (max-width: 769px) {
    .feature-block9 {
      padding-left: 94px;
    }
  }

  .feature-block9 .sub-title {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 2px;
    background-image: -webkit-linear-gradient(246deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(204deg, #8258c8 0%, #2c84c8 100%);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 2px rgba(2, 1, 1, 0);
    background-color: transparent;
  }

  .feature-block9 .title {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-heading);
    font-family: var(--font-secondary);
    letter-spacing: 0;
  }

  .feature-block9 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
    max-width: 504px;
  }

  .feature-img9 {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    border-radius: 23px;
  }

  .feature-img9 .title {
    position: absolute;
    right: -46%;
    bottom: 59%;
    font-size: 150px;
    line-height: 126px;
    font-weight: 700;
    letter-spacing: -0.03em;
    -webkit-text-stroke-width: 1px;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 0;
  }

  @media (max-width: 1440px) {
    .feature-img9 .title {
      right: -50%;
    }
  }

  @media (max-width: 1366px) {
    .feature-img9 .title {
      right: -53%;
    }
  }

  @media (max-width: 1201px) {
    .feature-img9 .title {
      right: -29%;
      font-size: 73px;
      bottom: 40%;
    }
  }

  @media (max-width: 1025px) {
    .feature-img9 .title {
      right: -28%;
      font-size: 58px;
      bottom: 46%;
      line-height: 68px;
    }
  }

  @media (max-width: 769px) {
    .feature-img9 .title {
      right: -30%;
      font-size: 94px;
      bottom: 43%;
    }
  }

  @media (max-width: 577px) {
    .feature-img9 .title {
      right: -33%;
      font-size: 79px;
      bottom: 50%;
    }
  }

  @media (max-width: 480px) {
    .feature-img9 .title {
      right: -40%;
    }
  }

  @media (max-width: 390px) {
    .feature-img9 .title {
      right: -52%;
    }
  }

  .feature-img9 .video-popup {
    z-index: 9;
  }

  .feature-img9 img {
    border-radius: 25px;
  }

  @media (max-width: 480px) {
    .feature-img9 img {
      height: 513px;
      object-fit: cover;
    }
  }

  .empty4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 215px;
    height: 62px;
    border-radius: 0 23px 0 25px;
    background-color: var(--color-content-white);
    z-index: 99;
  }

  .empty4::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/price-corner.png);
  }

  .empty4::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/price-corner2.png);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .feature-sec10 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .feature-sec10 {
      margin: 0 27px;
    }
  }

  @media (max-width: 769px) {
    .feature-sec10 {
      margin: 0 19px;
    }
  }

  @media (max-width: 577px) {
    .feature-sec10 {
      margin: 0 7px;
    }
  }

  .feature-sec10 .sec-title {
    max-width: 557px;
  }

  @media (max-width: 769px) {
    .feature-sec10 .sec-title {
      max-width: 611px;
    }
  }

  @media (max-width: 577px) {
    .feature-sec10 .sec-title {
      max-width: 398px;
    }
  }

  .feature-sec10 .row {
    margin-bottom: -48px;
  }

  .feature-card10 {
    position: relative;
    padding-right: 33px;
    margin-bottom: 48px;
  }

  @media (max-width: 1366px) {
    .feature-card10 {
      padding-right: 26px;
    }
  }

  @media (max-width: 1201px) {
    .feature-card10 {
      padding-right: 0;
    }
  }

  .feature-card10 img {
    margin-bottom: 26px;
  }

  .feature-card10 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
    color: var(--color-heading);
    font-weight: 600;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
  }

  @media (max-width: 1201px) {
    .feature-card10 .title {
      font-size: 19px;
    }
  }

  .feature-card10 .title a:hover {
    color: var(--color-primary);
  }

  .feature-card10 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .feature-sec11 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .feature-sec11 {
      margin: 0 15px;
    }
  }

  @media (max-width: 769px) {
    .feature-sec11 {
      margin: 0;
    }
  }

  @media (max-width: 577px) {
    .feature-sec11 {
      margin: 0 7px;
    }
  }

  .feature-sec11 .sec-title {
    max-width: 627px;
  }

  @media (max-width: 769px) {
    .feature-sec11 .sec-title {
      max-width: 611px;
    }
  }

  @media (max-width: 577px) {
    .feature-sec11 .sec-title {
      max-width: 398px;
    }
  }

  .feature-sec11 .row {
    margin-bottom: -48px;
  }

  .feature-card11 {
    position: relative;
    padding-right: 16px;
    margin-bottom: 48px;
  }

  @media (max-width: 1366px) {
    .feature-card11 {
      padding-right: 26px;
    }
  }

  @media (max-width: 1201px) {
    .feature-card11 {
      padding-right: 0;
    }
  }

  .feature-card11 img {
    margin-bottom: 26px;
  }

  .feature-card11 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
    color: var(--color-content-white);
    font-weight: 600;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
  }

  @media (max-width: 1201px) {
    .feature-card11 .title {
      font-size: 19px;
    }
  }

  .feature-card11 .title a:hover {
    color: var(--color-primary);
  }

  .feature-card11 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-white);
  }

  .feature-sec12 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .feature-sec12 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .feature-sec12 {
      margin: 0;
    }
  }

  .feature-sec12::before {
    content: "";
    position: absolute;
    top: -159%;
    right: 0;
    width: 1341px;
    height: 1754px;
    background-image: url(../images/layers/fea-layer12.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .feature-sec12::before {
      top: -64%;
      width: 500px;
      right: -15px;
    }
  }

  .feature-img12 {
    margin-left: -223px;
  }

  @media (max-width: 1440px) {
    .feature-img12 {
      margin: 0 20px 0 0;
    }
  }

  @media (max-width: 820px) {
    .feature-img12 {
      margin: 0 0 50px;
    }
  }

  .feature-content12 {
    position: relative;
  }

  .feature-content12 .sec-title {
    margin-bottom: 38px;
  }

  .feature-content12 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3px;
    border-bottom: 2px solid #383a3a;
  }

  .feature-content12 .nav-tabs .nav-item {
    position: relative;
    margin-right: 69px;
  }

  .feature-content12 .nav-tabs .nav-item:last-child {
    margin: 0;
  }

  @media (max-width: 480px) {
    .feature-content12 .nav-tabs .nav-item:last-child {
      margin-bottom: 10px;
    }
  }

  @media (max-width: 1025px) {
    .feature-content12 .nav-tabs .nav-item {
      margin-right: 42px;
    }
  }

  @media (max-width: 480px) {
    .feature-content12 .nav-tabs .nav-item {
      margin-bottom: 36px;
    }
  }

  @media (max-width: 390px) {
    .feature-content12 .nav-tabs .nav-item {
      margin-right: 30px;
    }
  }

  .feature-content12 .nav-tabs .nav-item .nav-link {
    position: relative;
    border: 0;
    color: #727777;
  }

  .feature-content12 .nav-tabs .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e58bc6;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .feature-content12 .nav-tabs .nav-item .nav-link:hover {
    background-color: unset;
    color: var(--color-content-white);
  }

  .feature-content12 .nav-tabs .nav-item .nav-link:hover::before {
    width: 100%;
  }

  .feature-content12 .nav-tabs .nav-item .active {
    background-color: unset;
    color: var(--color-content-white);
  }

  .feature-content12 .nav-tabs .nav-item .active::before {
    width: 100%;
  }

  .feature-content12 .tab-content {
    margin-top: 39px;
  }

  .feature-content12 .tab-content p {
    font-size: 16px;
    line-height: 30px;
    color: var(--color-content-white);
    margin-bottom: 0;
  }

  .feature-content12 .tab-content p:first-child {
    font-weight: 600;
    margin-bottom: 30px;
  }

  .feature-content12 .tab-content .ibt-btn {
    color: var(--color-content-white);
    margin-top: 42px;
  }

  .feature-content12 .tab-content .ibt-btn:hover {
    color: var(--color-content-black2);
  }

  .feature-sec13 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .feature-sec13 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .feature-sec13 {
      margin: 0;
    }
  }

  .feature-sec13 .row {
    margin-bottom: -30px;
  }

  .feature-block13 {
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
  }

  @media (max-width: 1201px) {
    .feature-block13 {
      padding-left: 99px;
    }
  }

  .feature-block13 img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .feature-block13 .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--color-content-white);
  }

  @media (max-width: 1025px) {
    .feature-block13 .title {
      font-size: 21px;
    }
  }

  .feature-block13 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-white);
    margin-bottom: 0;
    max-width: 307px;
  }

  .feature-sec14 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .feature-sec14 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .feature-sec14 {
      margin: 0;
    }
  }

  .feature-sec14::before {
    content: "";
    position: absolute;
    top: -159%;
    right: 0;
    width: 942px;
    height: 1754px;
    background-image: url(../images/layers/fea-layer15.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .feature-sec14::before {
      width: 443px;
      height: 600px;
      right: -20px;
      top: -102%;
    }
  }

  @media (max-width: 820px) {
    .feature-sec14::before {
      top: -52%;
    }
  }

  .feature-img14 {
    position: relative;
    margin-left: -232px;
  }

  @media (max-width: 1440px) {
    .feature-img14 {
      margin: 0 10px 0 0;
    }
  }

  @media (max-width: 820px) {
    .feature-img14 {
      margin-bottom: 50px;
    }
  }

  .feature-img14::before {
    content: "";
    position: absolute;
    top: -63%;
    left: -8%;
    width: 1280px;
    height: 1154px;
    background-image: url(../images/layers/fea-layer14.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .feature-img14::before {
      left: -10%;
      width: 986px;
    }
  }

  @media (max-width: 1201px) {
    .feature-img14::before {
      width: 886px;
    }
  }

  @media (max-width: 1025px) {
    .feature-img14::before {
      width: 767px;
    }
  }

  @media (max-width: 820px) {
    .feature-img14::before {
      display: none;
    }
  }

  .feature-sec14.v2::before {
    display: none;
  }

  @media (max-width: 1440px) {
    .feature-sec14.v2 {
      padding: 0 !important;
    }
  }

  .feature-sec15 {
    position: relative;
  }

  .feature-sec15::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: url(../images/layers/shade1-3.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 1025px) {
    .feature-sec15::before {
      bottom: -35%;
      left: 18%;
      width: 605px;
      background-size: contain;
    }
  }

  @media (max-width: 1366px) {
    .feature-sec15 {
      margin: 0 15px;
    }
  }

  @media (max-width: 769px) {
    .feature-sec15 {
      margin: 0 7px;
    }
  }

  .feature-sec15 .sec-title {
    max-width: 557px;
  }

  @media (max-width: 769px) {
    .feature-sec15 .sec-title {
      max-width: 611px;
    }
  }

  @media (max-width: 577px) {
    .feature-sec15 .sec-title {
      max-width: 398px;
    }
  }

  .feature-sec15 .row {
    margin-bottom: -48px;
  }

  .feature-card15 {
    position: relative;
    padding-right: 33px;
    margin-bottom: 48px;
  }

  @media (max-width: 1366px) {
    .feature-card15 {
      padding-right: 26px;
    }
  }

  @media (max-width: 1201px) {
    .feature-card15 {
      padding-right: 0;
    }
  }

  .feature-card15 img {
    margin-bottom: 26px;
  }

  .feature-card15 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
    color: var(--color-content-white);
    font-weight: 600;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
  }

  @media (max-width: 1201px) {
    .feature-card15 .title {
      font-size: 19px;
    }
  }

  .feature-card15 .title a:hover {
    color: var(--color-primary);
  }

  .feature-card15 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-white);
  }

  .feature-sec16 {
    position: relative;
    margin-top: 35px;
  }

  .feature-block16 {
    position: relative;
    border: 1px solid #343434;
    border-radius: 20px;
    padding: 91px 40px 69px;
    margin-bottom: 34px;
  }

  .feature-block16 img {
    margin-bottom: 57px;
  }

  .feature-block16 .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
    color: var(--color-content-white);
    font-weight: 400;
  }

  @media (max-width: 1025px) {
    .feature-block16 .title {
      font-size: 22px;
      line-height: 27px;
    }
  }

  .feature-block16 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color-content-white);
    max-width: 301px;
  }

  .feature-sec17 {
    position: relative;
  }

  .feature-sec17::before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 514px;
    height: 921px;
    background-image: url(../images/layers/fea-layer17-1.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  @media (max-width: 1201px) {
    .feature-sec17 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .feature-sec17 {
      margin: 0;
    }
  }

  .feature-sec17 .sec-title {
    max-width: 550px;
  }

  .feature-sec17 .row {
    margin-bottom: -48px;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .about-us-sec {
    position: relative;
    background-image: url(../images/bg/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 252px 0 278px;
    border-radius: 30px;
    margin: 0 20px;
  }

  @media (max-width: 1440px) {
    .about-us-sec {
      padding: 187px 0 160px;
    }
  }

  @media (max-width: 1201px) {
    .about-us-sec {
      padding: 160px 0 120px;
      margin: 0 15px;
    }
  }

  @media (max-width: 820px) {
    .about-us-sec {
      padding: 158px 0 0px;
    }
  }

  .about-us-sec::before {
    content: "";
    position: absolute;
    top: -32%;
    left: 0;
    width: 100%;
    height: 532px;
    background-image: url(../images/layers/eclips2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 820px) {
    .about-us-sec::before {
      top: -10%;
      background-size: contain;
    }
  }

  .about-us-sec .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-us-sec .row .col-lg-5 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .about-us-sec .row .col-lg-7 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  @media (max-width: 820px) {
    .about-us-sec .row .col-lg-5 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
    }

    .about-us-sec .row .col-lg-7 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
    }
  }

  .about-img {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  @media (max-width: 820px) {
    .about-img {
      position: static;
      margin-left: -12px;
    }
  }

  .about-img img {
    border-radius: 25px;
    object-fit: cover;
  }

  @media (max-width: 1440px) {
    .about-img img {
      width: 710px;
      height: 100%;
      object-fit: contain;
    }
  }

  @media (max-width: 1366px) {
    .about-img img {
      width: 653px;
    }
  }

  @media (max-width: 1201px) {
    .about-img img {
      width: 582px;
    }
  }

  @media (max-width: 1025px) {
    .about-img img {
      width: 505px;
    }
  }

  @media (max-width: 769px) {
    .about-img img {
      width: 100%;
    }
  }

  .about-content {
    position: relative;
  }

  @media (max-width: 1201px) {
    .about-content {
      max-width: 600px;
    }
  }

  @media (max-width: 1025px) {
    .about-content {
      max-width: 100%;
      padding: 0 20px;
    }
  }

  .about-content .sec-title .title {
    max-width: 580px;
  }

  .about-content .sec-title .paragraph {
    margin-bottom: 52px;
    font-weight: 400;
  }

  .style-text {
    position: relative;
    font-family: var(--font-tertiary);
    font-size: 150px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-align: left;
    -webkit-text-fill-color: var(--color-surface-dark-2);
    -webkit-text-stroke: 3px transparent;
    background: -webkit-linear-gradient(338deg, #8258c8 0%, #2c84c8 100%);
    background: linear-gradient(112deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
  }

  @media (max-width: 1366px) {
    .style-text {
      font-size: 120px;
      line-height: 120px;
      margin-bottom: 40px;
    }
  }

  @media (max-width: 1201px) {
    .style-text {
      font-size: 100px;
      line-height: 100px;
    }
  }

  @media (max-width: 820px) {
    .style-text {
      max-width: 600px;
    }
  }

  @media (max-width: 577px) {
    .style-text {
      font-size: 80px;
      line-height: 82px;
    }
  }

  @media (max-width: 480px) {
    .style-text {
      font-size: 65px;
      line-height: 65px;
    }
  }

  @media (max-width: 390px) {
    .style-text {
      font-size: 55px;
      line-height: 55px;
    }
  }

  .about-us-sec2 {
    position: relative;
  }

  .about-us-sec2::after {
    content: "";
    position: absolute;
    top: -126%;
    right: 0;
    width: 821px;
    height: 1250px;
    background-image: url(../images/layers/about-layer.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .about-us-sec2::after {
      display: none;
    }
  }

  @media (max-width: 1366px) {
    .about-us-sec2 {
      margin: 0 15px;
    }
  }

  @media (max-width: 1201px) {
    .about-us-sec2 {
      margin: 0 10px;
    }
  }

  @media (max-width: 577px) {
    .about-us-sec2 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .about-us-sec2 {
      margin: 0 7px;
    }
  }

  .about-counter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .about-content2 {
    position: relative;
  }

  @media (max-width: 820px) {
    .about-content2 {
      margin-bottom: 40px;
    }
  }

  .counter-box4 {
    position: relative;
  }

  .counter-box4 .counter-number,
  .counter-box4 .counter-text {
    background-color: transparent;
    color: #ffffff;
    font-family: "Manrope", Sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.05em;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(347deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(103deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
  }

  @media (max-width: 1025px) {

    .counter-box4 .counter-number,
    .counter-box4 .counter-text {
      font-size: 82px;
      line-height: 75px;
    }
  }

  @media (max-width: 390px) {

    .counter-box4 .counter-number,
    .counter-box4 .counter-text {
      font-size: 55px;
      line-height: 58px;
    }
  }

  .counter-box4 .counter-text {
    letter-spacing: 1px;
  }

  .solutions {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: var(--color-heading);
    display: inline-block;
    max-width: 180px;
    margin-left: 42px;
  }

  @media (max-width: 1025px) {
    .solutions {
      margin-left: 26px;
    }
  }

  .about-info2 {
    position: relative;
  }

  .about-info2 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--color-content-black2);
    font-weight: 600;
  }

  .about-info2 p:nth-child(2) {
    font-weight: 500;
  }

  .about-us-sec3 {
    position: relative;
    background-color: #f0f2f4;
    padding: 145px 0 165px;
    border-radius: 30px;
    margin: 0 20px 20px;
    overflow: hidden;
  }

  @media (max-width: 1366px) {
    .about-us-sec3 {
      padding: 80px 0;
    }
  }

  .about-us-sec3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 715px;
    height: 1012px;
    background-image: url(../images/layers/eclips9-2.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 820px) {
    .about-us-sec3::before {
      background-size: contain;
      height: 847px;
      top: -14px;
    }
  }

  @media (max-width: 480px) {
    .about-us-sec3::before {
      height: 615px;
      top: 0;
    }
  }

  @media (max-width: 390px) {
    .about-us-sec3::before {
      height: 476px;
      top: 0;
    }
  }

  .about-img3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }

  @media (max-width: 1440px) {
    .about-img3 {
      width: 449px;
      top: 57%;
    }
  }

  @media (max-width: 1201px) {
    .about-img3 {
      width: 377px;
    }
  }

  @media (max-width: 1025px) {
    .about-img3 {
      width: 316px;
    }
  }

  @media (max-width: 820px) {
    .about-img3 {
      position: static;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      width: 100%;
      margin-bottom: 70px;
    }
  }

  .about-content3 {
    position: relative;
    z-index: 99;
    max-width: 767px;
  }

  @media (max-width: 1440px) {
    .about-content3 {
      padding: 0 46px;
    }
  }

  @media (max-width: 1201px) {
    .about-content3 {
      padding: 0 8px;
    }
  }

  .about-content3 .sec-title .paragraph {
    margin-bottom: 52px;
    font-weight: 400;
  }

  @media (max-width: 480px) {
    .about-content3 .ibt-btn {
      margin-bottom: 20px;
    }
  }

  .about-counter3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-counter3 .title2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-heading);
    max-width: 190px;
    display: inline-block;
    margin-left: 26px;
  }

  @media (max-width: 1025px) {
    .about-counter3 .title2 {
      margin-left: -7px;
    }
  }

  @media (max-width: 390px) {
    .about-counter3 .title2 {
      margin: 20px 0 0;
    }
  }

  .style-text3 {
    position: relative;
    font-weight: 700;
    font-size: 300px;
    line-height: 227px;
    margin-bottom: 84px;
    font-family: var(--font-tertiary);
    letter-spacing: -0.05em;
    -webkit-text-fill-color: #f0f2f4;
    -webkit-text-stroke: 4px transparent;
    background: -webkit-linear-gradient(338deg, #8258c8 0%, #2c84c8 100%);
    background: linear-gradient(112deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
  }

  @media (max-width: 1201px) {
    .style-text3 {
      font-size: 256px;
    }
  }

  @media (max-width: 1025px) {
    .style-text3 {
      font-size: 220px;
      margin-bottom: 40px;
    }
  }

  @media (max-width: 577px) {
    .style-text3 {
      font-size: 162px;
      line-height: 123px;
    }
  }

  @media (max-width: 480px) {
    .style-text3 {
      font-size: 99px;
      line-height: 77px;
    }
  }

  .counter-box7 {
    position: relative;
    margin-left: 116px;
    width: 202px;
  }

  @media (max-width: 1025px) {
    .counter-box7 {
      margin-left: 28px;
    }
  }

  @media (max-width: 480px) {
    .counter-box7 {
      margin-left: 12px;
      width: 191px;
    }
  }

  @media (max-width: 390px) {
    .counter-box7 {
      margin: 20px 0 0;
    }
  }

  .counter-box7 .counter-number,
  .counter-box7 .counter-text {
    font-size: 80px;
    line-height: 67px;
    font-weight: 700;
    display: inline-block;
    background-image: -webkit-linear-gradient(342deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(108deg, #FF7A00 0%, #FDBA74 100%);
    background-color: transparent;
    color: rgba(240, 242, 244, 0);
    background-clip: text;
    font-family: "Manrope", Sans-serif;
    -webkit-background-clip: text;
  }

  @media (max-width: 1025px) {

    .counter-box7 .counter-number,
    .counter-box7 .counter-text {
      font-size: 71px;
    }
  }

  .main-section2 {
    position: relative;
    background-image: url(../images/bg/main2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding: 175px 19px 19px;
    margin: 0 20px;
  }

  .main-section2::before {
    content: "";
    position: absolute;
    bottom: -17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1554px;
    background-image: url(../images/layers/main-layer2.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .main-section2::before {
      left: 38%;
      width: 1775px;
    }
  }

  @media (max-width: 1366px) {
    .main-section2::before {
      width: 100%;
      background-size: contain;
      left: 0;
      height: 600px;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      bottom: -10%;
    }
  }

  @media (max-width: 769px) {
    .main-section2::before {
      left: 0;
      height: 400px;
      bottom: -5%;
    }
  }

  @media (max-width: 577px) {
    .main-section2::before {
      bottom: -4%;
    }
  }

  @media (max-width: 390px) {
    .main-section2::before {
      bottom: -5%;
    }
  }

  .about-us-sec4 {
    position: relative;
  }

  .style-text4 {
    position: relative;
    background-color: transparent;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(left, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(90deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    z-index: 0;
    font-family: var(--font-primary);
    letter-spacing: -0.03em;
    display: inline-block;
    margin-bottom: 0;
  }

  @media (max-width: 1366px) {
    .style-text4 {
      font-size: 120px;
      line-height: 120px;
    }
  }

  @media (max-width: 1201px) {
    .style-text4 {
      font-size: 100px;
      line-height: 100px;
    }
  }

  @media (max-width: 577px) {
    .style-text4 {
      font-size: 80px;
      line-height: 82px;
    }
  }

  @media (max-width: 480px) {
    .style-text4 {
      font-size: 65px;
      line-height: 65px;
    }
  }

  @media (max-width: 390px) {
    .style-text4 {
      font-size: 55px;
      line-height: 55px;
    }
  }

  .style-text4 span {
    position: absolute;
    top: 9px;
    right: -43px;
    font-size: 25px;
    line-height: 35px;
    color: var(--color-content-white);
    font-weight: 600;
    letter-spacing: -0.03em;
  }

  .about-content4 {
    position: relative;
  }

  .about-content4 .sec-title {
    margin-bottom: 73px;
  }

  @media (max-width: 769px) {
    .about-content4 .sec-title {
      max-width: 600px;
      margin-bottom: 40px;
    }
  }

  .about-info4 {
    position: relative;
    padding: 35px 0 0;
  }

  .about-info4 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--color-content-white);
    font-weight: 600;
  }

  .about-info4 p:nth-child(2) {
    font-weight: 500;
    margin-bottom: 56px;
  }

  @media (max-width: 1025px) {
    .about-info4 p:nth-child(2) {
      margin-bottom: 30px;
    }
  }

  .about-info4 .ibt-btn {
    color: var(--color-content-white);
  }

  .about-us-sec5 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .about-us-sec5 {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .about-us-sec5 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .about-us-sec5 {
      margin: 0 7px;
    }
  }

  .about-us-sec5 .sec-title {
    max-width: 831px;
  }

  .about-us-sec5 .sec-title .title {
    font-size: 60px;
    line-height: 65px;
  }

  @media (max-width: 769px) {
    .about-us-sec5 .sec-title .title {
      font-size: 35px;
      line-height: 40px;
    }
  }

  @media (max-width: 577px) {
    .about-us-sec5 .sec-title .title {
      font-size: 32px;
      line-height: 1.1em;
    }
  }

  .about-title5 {
    position: relative;
  }

  .about-title5 .sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-content-black2);
    display: inline-block;
  }

  .about-content5 {
    position: relative;
  }

  .about-content5 p {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 29px;
    color: var(--color-content-black2);
  }

  .about-content5 p span {
    font-weight: 700;
  }

  .main-sec3 {
    position: relative;
    background-color: #f0f2f4;
    padding-bottom: 34px;
    border-radius: 25px;
  }

  .about-us-sec6 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .about-us-sec6 {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .about-us-sec6 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .about-us-sec6 {
      margin: 0 7px;
    }
  }

  .about-us-sec6 .sec-title {
    max-width: 777px;
  }

  .about-us-sec6 .sec-title p {
    max-width: 573px;
  }

  @media (max-width: 1201px) {
    .about-us-sec6 .sec-title p {
      max-width: 100%;
    }
  }

  .about-us-sec6 .sec-title .ibt-btn {
    margin-top: 50px;
  }

  @media (max-width: 769px) {
    .about-us-sec6 .sec-title .ibt-btn {
      margin-top: 33px;
    }
  }

  .counter-box15 {
    position: relative;
  }

  .counter-box15 .counter-number,
  .counter-box15 .counter-text {
    background-color: transparent;
    color: #f0f2f4;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(350deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(100deg, #8258c8 0%, #2c84c8 100%);
    font-weight: 600;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: var(--font-primary);
  }

  @media (max-width: 1025px) {

    .counter-box15 .counter-number,
    .counter-box15 .counter-text {
      font-size: 81px;
      line-height: 68px;
    }
  }

  @media (max-width: 390px) {

    .counter-box15 .counter-number,
    .counter-box15 .counter-text {
      font-size: 77px;
      line-height: 58px;
    }
  }

  .about-counter-content6 {
    position: relative;
  }

  .about-counter-content6:first-child {
    margin-bottom: 25px;
  }

  .about-counter-content6 .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: var(--color-heading);
    display: inline-block;
    margin-top: 22px;
  }

  .about-counter6 {
    position: relative;
    margin-bottom: 111px;
  }

  @media (max-width: 820px) {
    .about-counter6 {
      margin-bottom: 50px;
    }
  }

  .about-us-sec7 {
    position: relative;
  }

  .about-content7 {
    position: relative;
    background-color: #f0f2f4;
    padding: 168px 136px 155px;
    border-radius: 20px;
  }

  @media (max-width: 1440px) {
    .about-content7 {
      padding: 126px 85px 107px;
    }
  }

  @media (max-width: 1201px) {
    .about-content7 {
      padding: 97px 59px 71px;
    }
  }

  @media (max-width: 820px) {
    .about-content7 {
      margin-bottom: 40px;
    }
  }

  @media (max-width: 480px) {
    .about-content7 {
      padding: 67px 37px 54px;
    }
  }

  .about-content7 .style-text7 {
    position: relative;
    font-size: 247px;
    line-height: 195px;
    font-weight: 700;
    margin-bottom: 75px;
    font-family: var(--font-tertiary);
    letter-spacing: -0.05em;
    -webkit-text-fill-color: #f0f2f4;
    -webkit-text-stroke: 3px transparent;
    background: -webkit-linear-gradient(338deg, #8258c8 0%, #2c84c8 100%);
    background: linear-gradient(112deg, #8258c8 0%, #2c84c8 100%);
    -webkit-background-clip: text;
  }

  @media (max-width: 1440px) {
    .about-content7 .style-text7 {
      font-size: 165px;
      margin-bottom: 46px;
      line-height: 127px;
    }
  }

  @media (max-width: 1025px) {
    .about-content7 .style-text7 {
      font-size: 135px;
      line-height: 112px;
    }
  }

  @media (max-width: 769px) {
    .about-content7 .style-text7 {
      font-size: 167px;
      line-height: 134px;
      display: inline-block;
    }
  }

  @media (max-width: 480px) {
    .about-content7 .style-text7 {
      font-size: 134px;
      line-height: 137px;
      margin-bottom: 22px;
    }
  }

  @media (max-width: 390px) {
    .about-content7 .style-text7 {
      font-size: 108px;
      line-height: 107px;
      margin-bottom: 12px;
    }
  }

  .about-content7 .style-text7 span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: var(--color-heading);
    letter-spacing: -0.03em;
    -webkit-text-stroke: var(--color-heading);
  }

  @media (max-width: 1025px) {
    .about-content7 .sec-title .title {
      font-size: 47px;
      line-height: 49px;
    }
  }

  @media (max-width: 480px) {
    .about-content7 .sec-title .title {
      font-size: 37px;
      line-height: 39px;
    }
  }

  @media (max-width: 390px) {
    .about-content7 .sec-title .title {
      font-size: 34px;
      line-height: 37px;
    }
  }

  .about-content7 .about-info2 {
    max-width: 591px;
    padding-left: 64px;
  }

  @media (max-width: 1201px) {
    .about-content7 .about-info2 {
      padding: 0;
    }
  }

  .about-info7 {
    position: relative;
  }

  .about-info7 .sec-title {
    padding: 122px 121px 168px;
    background-color: var(--color-heading);
    border-radius: 20px;
    margin-bottom: 23px;
  }

  @media (max-width: 1440px) {
    .about-info7 .sec-title {
      padding: 111px 84px 111px;
    }
  }

  @media (max-width: 1201px) {
    .about-info7 .sec-title {
      padding: 68px 61px 68px;
    }
  }

  @media (max-width: 480px) {
    .about-info7 .sec-title {
      padding: 68px 40px 68px;
    }
  }

  .about-info7 .sec-title .title {
    font-size: 39px;
    line-height: 50px;
  }

  @media (max-width: 1201px) {
    .about-info7 .sec-title .title {
      font-size: 36px;
    }
  }

  @media (max-width: 480px) {
    .about-info7 .sec-title .title {
      font-size: 32px;
      line-height: 43px;
    }
  }

  @media (max-width: 480px) {
    .about-info7 .sec-title .title {
      font-size: 29px;
      line-height: 39px;
    }
  }

  .about-info7 .sec-title p {
    padding: 0 17px 0 45px;
  }

  @media (max-width: 1201px) {
    .about-info7 .sec-title p {
      padding: 0;
    }
  }

  .about-img7 {
    position: relative;
    height: 511px;
  }

  @media (max-width: 1440px) {
    .about-img7 {
      height: 401px;
    }
  }

  @media (max-width: 1201px) {
    .about-img7 {
      height: 427px;
    }
  }

  @media (max-width: 1025px) {
    .about-img7 {
      height: 324px;
    }
  }

  .about-img7 img {
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
    width: 100%;
  }

  .about-us-sec8 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .about-us-sec8 {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .about-us-sec8 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .about-us-sec8 {
      margin: 0 7px;
    }
  }

  .about-us-sec8 .sec-title {
    max-width: 777px;
  }

  .about-us-sec8 .sec-title p {
    max-width: 573px;
  }

  .about-us-sec8 .sec-title .ibt-btn {
    margin-top: 50px;
  }

  .about-us-sec8 .about-counter-content6 .title {
    color: var(--color-content-white);
  }

  .about-us-sec8 .counter-box15 .counter-number,
  .about-us-sec8 .counter-box15 .counter-text {
    color: var(--color-surface-dark-2);
  }

  .about-us-sec9 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .about-us-sec9 {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .about-us-sec9 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .about-us-sec9 {
      margin: 0 7px;
    }
  }

  .about-us-sec9 .sec-title {
    max-width: 800px;
  }

  @media (max-width: 1201px) {
    .about-us-sec9 .sec-title {
      max-width: 649px;
    }
  }

  @media (max-width: 769px) {
    .about-us-sec9 .sec-title {
      max-width: 509px;
    }
  }

  @media (max-width: 577px) {
    .about-us-sec9 .sec-title {
      max-width: 392px;
    }
  }

  @media (max-width: 480px) {
    .about-us-sec9 .sec-title {
      margin-bottom: 20px;
    }
  }

  .anim-img2 {
    position: absolute;
    top: 26%;
    right: 15%;
  }

  @media (max-width: 1440px) {
    .anim-img2 {
      right: 60px;
    }
  }

  @media (max-width: 1366px) {
    .anim-img2 {
      right: 25px;
    }
  }

  @media (max-width: 769px) {
    .anim-img2 {
      top: 17%;
    }
  }

  @media (max-width: 480px) {
    .anim-img2 {
      position: static;
    }
  }

  .about-info9 {
    position: relative;
  }

  .about-info9 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--color-content-black2);
    font-weight: 500;
  }

  .about-info9 p:first-child {
    font-weight: 700;
  }

  .about-content9 {
    position: relative;
    margin-left: -55%;
  }

  @media (max-width: 1440px) {
    .about-content9 {
      margin-left: -3%;
    }
  }

  @media (max-width: 820px) {
    .about-content9 {
      margin: 0 0 30px;
    }
  }

  .about-content9 .title {
    background-color: transparent;
    padding: 0px 5px 0px 0px;
    font-family: "Manrope Alt", Sans-serif;
    font-size: 400px;
    line-height: 300px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #ffffff;
    -webkit-text-stroke: 1px rgba(2, 1, 1, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  }

  @media (max-width: 1440px) {
    .about-content9 .title {
      font-size: 280px;
      line-height: 247px;
    }
  }

  @media (max-width: 1366px) {
    .about-content9 .title {
      font-size: 265px;
    }
  }

  @media (max-width: 1201px) {
    .about-content9 .title {
      font-size: 223px;
      line-height: 226px;
    }
  }

  @media (max-width: 1025px) {
    .about-content9 .title {
      font-size: 200px;
      line-height: 180px;
    }
  }

  @media (max-width: 577px) {
    .about-content9 .title {
      font-size: 134px;
      line-height: 111px;
    }
  }

  @media (max-width: 390px) {
    .about-content9 .title {
      font-size: 117px;
    }
  }

  .about-us-sec10 {
    position: relative;
  }

  .about-us-sec10::after {
    content: "";
    position: absolute;
    top: -126%;
    right: 0;
    width: 821px;
    height: 1250px;
    background-image: url(../images/layers/about-layer.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .about-us-sec10::after {
      display: none;
    }
  }

  @media (max-width: 1366px) {
    .about-us-sec10 {
      margin: 0 15px;
    }
  }

  @media (max-width: 1201px) {
    .about-us-sec10 {
      margin: 0 10px;
    }
  }

  @media (max-width: 577px) {
    .about-us-sec10 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .about-us-sec10 {
      margin: 0 7px;
    }
  }

  .about-info10 {
    position: relative;
  }

  .about-info10 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--color-content-white);
    font-weight: 600;
  }

  .about-info10 p:nth-child(2) {
    font-weight: 500;
  }

  .about-info10 .ibt-btn {
    color: var(--color-content-white);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .testimonials-sec {
    position: relative;
  }

  .testi-slider {
    position: relative;
    background-color: var(--color-surface-dark-2);
    padding: 258px 136px 242px;
    border-radius: 25px;
    height: 100%;
    overflow: hidden;
  }

  @media (max-width: 1440px) {
    .testi-slider {
      padding: 134px 87px 184px;
    }
  }

  @media (max-width: 1201px) {
    .testi-slider {
      padding: 119px 72px 144px;
    }
  }

  @media (max-width: 1025px) {
    .testi-slider {
      padding: 82px 47px 130px;
    }
  }

  @media (max-width: 390px) {
    .testi-slider {
      padding: 53px 29px 110px;
    }
  }

  .testi-slider img {
    margin-bottom: 24px;
  }

  .testi-slider p {
    font-weight: 400;
    line-height: 35px;
    font-size: 25px;
    color: var(--color-content-white);
    margin-bottom: 51px;
    font-family: var(--font-primary);
  }

  @media (max-width: 1025px) {
    .testi-slider p {
      line-height: 30px;
      font-size: 18px;
    }
  }

  .testi-slider span {
    font-size: 16px;
    line-height: 35px;
    color: var(--color-content-white);
    display: inline-block;
  }

  .slider-btn {
    position: absolute;
    bottom: 0;
    left: 154px;
    background-color: var(--color-content-white);
    border-radius: 25px 25px 0 0;
    width: 136px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media (max-width: 1201px) {
    .slider-btn {
      left: 100px;
    }
  }

  @media (max-width: 390px) {
    .slider-btn {
      left: 45px;
    }
  }

  .slider-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    top: 40px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/corner3.png);
  }

  .slider-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/corner2.png);
  }

  .slider-btn .swiper-button-prev,
  .slider-btn .swiper-button-next {
    position: static;
    background-color: unset;
    border: 0;
    outline: none;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: unset;
    display: block;
  }

  .slider-btn .swiper-button-prev:hover,
  .slider-btn .swiper-button-next:hover {
    color: var(--color-primary);
  }

  .slider-btn .swiper-button-prev::after,
  .slider-btn .swiper-button-next::after {
    display: none;
  }

  .slider-btn .swiper-button-prev {
    margin-right: 21px;
  }

  .slider-btn .swiper-button-prev::before {
    content: "\e833";
    font: 400 normal 11px/1em "fontello";
  }

  .slider-btn .swiper-button-next::before {
    content: "\e844";
    font: 400 normal 11px/1em "fontello";
  }

  .testi-count h4 {
    margin-bottom: 4px;
  }

  .testi-count h4 span {
    line-height: 110px;
    font-weight: 600;
    font-size: 100px;
    margin-bottom: 0;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px var(--color-content-white);
    font-family: var(--font-tertiary);
  }

  .testi-count span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-content-white);
    display: inline-block;
  }

  .testimonial-content {
    position: relative;
    height: 100%;
  }

  @media (max-width: 480px) {
    .testimonial-content {
      height: unset;
    }
  }

  @media (max-width: 820px) {
    .testimonial-content {
      margin-top: 40px;
      max-height: 550px;
    }
  }

  @media (max-width: 390px) {
    .testimonial-content {
      height: 536px;
    }
  }

  .testimonial-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
  }

  .title-area2 {
    position: absolute;
    top: 137px;
    left: 65px;
    max-width: 606px;
  }

  @media (max-width: 1440px) {
    .title-area2 {
      top: 75px;
      left: 48px;
    }
  }

  @media (max-width: 1025px) {
    .title-area2 {
      left: 34px;
    }
  }

  @media (max-width: 769px) {
    .title-area2 {
      max-width: 435px;
    }
  }

  @media (max-width: 390px) {
    .title-area2 {
      left: 25px;
    }
  }

  .title-area2 .sec-title {
    margin-bottom: 165px;
  }

  @media (max-width: 1201px) {
    .title-area2 .sec-title {
      margin-bottom: 90px;
    }
  }

  @media (max-width: 1025px) {
    .title-area2 .sec-title {
      margin-bottom: 58px;
    }
  }

  @media (max-width: 480px) {
    .title-area2 .sec-title {
      margin-bottom: 67px;
    }
  }

  .title-area2 .sec-title .title {
    font-size: 55px;
  }

  @media (max-width: 1201px) {
    .title-area2 .sec-title .title {
      font-size: 45px;
      line-height: 55px;
    }
  }

  @media (max-width: 1025px) {
    .title-area2 .sec-title .title {
      font-size: 33px;
      line-height: 42px;
    }
  }

  @media (max-width: 820px) {
    .title-area2 .sec-title .title {
      font-size: 30px;
      line-height: 40px;
    }
  }

  .testimonials-sec.v2::before {
    content: "";
    position: absolute;
    top: -58%;
    left: 0;
    width: 100%;
    height: 1280px;
    background-image: url(../images/layers/testi-layer.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .testimonials-sec.v2::before {
      top: -100%;
    }
  }

  @media (max-width: 769px) {
    .testimonials-sec.v2::before {
      top: -40%;
    }
  }

  .testimonial-sec2 {
    position: relative;
    background-color: #ECF0F4;
    border-radius: 25px;
    margin: 20px 20px 0;
    padding: 120px 0 43px;
    z-index: 0;
  }

  @media (max-width: 1440px) {
    .testimonial-sec2 {
      padding: 120px 27px 43px;
    }
  }

  @media (max-width: 1025px) {
    .testimonial-sec2 {
      padding: 80px 19px 43px;
    }
  }

  @media (max-width: 577px) {
    .testimonial-sec2 {
      padding: 80px 7px 43px;
    }
  }

  .testimonial-sec2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 751px;
    background-image: url(../images/layers/shadow.png);
    z-index: 999;
  }

  @media (max-width: 820px) {

    .testimonial-sec2 .row .col-lg-3:nth-child(3),
    .testimonial-sec2 .row .col-lg-3:last-child {
      display: none;
    }
  }

  .test-block2 {
    position: relative;
    background-color: var(--color-content-white);
    border-radius: 25px;
    padding: 40px 42px 42px;
    margin-bottom: 20px;
  }

  @media (max-width: 1201px) {
    .test-block2 {
      padding: 35px 19px 32px;
    }
  }

  @media (max-width: 769px) {
    .test-block2 {
      padding: 35px 30px 32px;
      margin-bottom: 20px !important;
    }
  }

  .test-block2 .name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-heading);
  }

  .test-block2 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .testi-title {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 53px;
    text-align: center;
  }

  @media (max-width: 1440px) {
    .testi-title {
      max-width: 1000px;
    }
  }

  @media (max-width: 1366px) {
    .testi-title {
      max-width: 856px;
    }
  }

  .testi-title .rating {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testi-title .rating li {
    font-size: 17px;
  }

  .testi-title .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
    color: var(--color-heading);
    font-weight: 400;
  }

  @media (max-width: 1025px) {
    .testi-title .title {
      font-size: 50px;
      line-height: 55px;
    }
  }

  @media (max-width: 769px) {
    .testi-title .title {
      font-size: 35px;
      line-height: 40px;
    }
  }

  @media (max-width: 577px) {
    .testi-title .title {
      font-size: 32px;
      line-height: 1.25em;
    }
  }

  .testi-title .title span {
    background-image: -webkit-linear-gradient(342deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(108deg, #FF7A00 0%, #FDBA74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .testi-title .title .shade {
    background-image: -webkit-linear-gradient(342deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(108deg, #8258C8 0%, #2C84C8 100%);
  }

  .testimonial-sec2.v3 .testi-title .title span {
    background-image: -webkit-linear-gradient(170deg, #E24C4A 0%, #386BB7 100%);
    background-image: linear-gradient(-80deg, #E24C4A 0%, #386BB7 100%);
  }

  .testimonial-sec3 {
    position: relative;
    border-radius: 25px;
    padding: 0 20px 43px;
    z-index: 0;
  }

  @media (max-width: 577px) {
    .testimonial-sec3 {
      padding: 0 8px 43px;
    }
  }

  .testimonial-sec3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 751px;
    background-image: url(../images/layers/shadow2.png);
    z-index: 999;
  }

  .testimonial-sec3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/layers/shadow3.png);
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .testimonial-sec3::after {
      display: none;
    }
  }

  @media (max-width: 769px) {

    .testimonial-sec3 .row .col-lg-3:nth-child(3),
    .testimonial-sec3 .row .col-lg-3:last-child {
      display: none;
    }
  }

  .testi-title3 {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 53px;
    text-align: center;
  }

  @media (max-width: 1440px) {
    .testi-title3 {
      max-width: 1000px;
    }
  }

  @media (max-width: 1366px) {
    .testi-title3 {
      max-width: 856px;
    }
  }

  .testi-title3 .rating {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testi-title3 .rating li {
    font-size: 17px;
  }

  .testi-title3 .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
    color: var(--color-content-white);
    font-weight: 400;
  }

  @media (max-width: 1025px) {
    .testi-title3 .title {
      font-size: 50px;
      line-height: 55px;
    }
  }

  @media (max-width: 769px) {
    .testi-title3 .title {
      font-size: 35px;
      line-height: 40px;
    }
  }

  @media (max-width: 577px) {
    .testi-title3 .title {
      font-size: 32px;
      line-height: 1.25em;
    }
  }

  .testi-title3 .title span {
    background-image: -webkit-linear-gradient(342deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(108deg, #8258C8 0%, #2C84C8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .testi-title3 .title .shade {
    background-image: -webkit-linear-gradient(342deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(108deg, #8258C8 0%, #2C84C8 100%);
  }

  .test-block3 {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3019607843);
    border-radius: 25px;
    padding: 40px 42px 42px;
    margin-bottom: 20px;
  }

  @media (max-width: 1201px) {
    .test-block3 {
      padding: 35px 19px 32px;
    }
  }

  @media (max-width: 769px) {
    .test-block3 {
      padding: 35px 30px 32px;
      margin-bottom: 20px !important;
    }
  }

  .test-block3 .name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-content-white);
  }

  .test-block3 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-white);
  }

  .testimonial-sec4 {
    position: relative;
  }

  .testimonial-sec4 .project-btn .custom-pagination {
    right: -17px;
  }

  @media (max-width: 1025px) {
    .testimonial-sec4 .project-btn .custom-pagination {
      bottom: 43px;
    }
  }

  @media (max-width: 390px) {
    .testimonial-sec4 .project-btn .custom-pagination {
      margin: 30px 0 0;
    }
  }

  .testi-img4 {
    position: absolute;
    top: 59px;
    left: 189px;
  }

  @media (max-width: 1440px) {
    .testi-img4 {
      left: 90px;
    }
  }

  @media (max-width: 1201px) {
    .testi-img4 {
      left: -9px;
    }
  }

  @media (max-width: 1025px) {
    .testi-img4 {
      width: 486px;
    }
  }

  @media (max-width: 820px) {
    .testi-img4 {
      position: static;
      margin-bottom: 50px;
      width: 100%;
    }
  }

  .testi-slider4 p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 57px;
  }

  @media (max-width: 480px) {
    .testi-slider4 p {
      font-size: 16px;
      line-height: 36px;
    }
  }

  .testi-auther4 {
    position: relative;
  }

  .testi-auther4 .name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--color-content-white);
    letter-spacing: -0.03em;
    margin-bottom: -3px;
  }

  .testi-auther4 .designation {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--color-content-white);
  }

  .testi-content4 {
    position: relative;
    margin-top: 77px;
  }

  @media (max-width: 1201px) {
    .testi-content4 {
      margin-top: 0;
    }
  }

  @media (max-width: 820px) {
    .testi-content4 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .testi-content4 {
      margin: 0;
    }
  }

  .testi-content4 .sec-title {
    margin-bottom: 56px !important;
    max-width: 600px;
  }

  @media (max-width: 480px) {
    .testi-content4 .sec-title {
      margin-bottom: 40px !important;
    }
  }

  .testimonial-sec5 {
    position: relative;
  }

  @media (max-width: 1025px) {
    .testimonial-sec5 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .testimonial-sec5 {
      margin: 0 20px;
    }
  }

  .testimonial-sec5 .sec-title .title {
    max-width: 807px;
    margin: 0 auto;
  }

  .test-block5 {
    position: relative;
    border: 1px solid #313131;
    border-radius: 25px;
    padding: 62px 38px 60px;
  }

  .test-block5:hover {
    cursor: none;
  }

  .test-block5 .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--color-content-white);
    margin-bottom: -3px;
  }

  .test-block5 .designation {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-content-white);
    margin-bottom: 8px;
    display: inline-block;
  }

  .test-block5 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-white);
    margin-top: 6px;
  }

  .swiper-wrapper-parent {
    position: relative;
    overflow: hidden;
  }

  .swiper-wrapper-parent::before,
  .swiper-wrapper-parent::after {
    content: "";
    position: absolute;
    top: 0;
    width: 344px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }

  @media (max-width: 1025px) {

    .swiper-wrapper-parent::before,
    .swiper-wrapper-parent::after {
      display: none;
    }
  }

  .swiper-wrapper-parent::before {
    left: 0;
    background: -webkit-linear-gradient(left, #1f1f1f, transparent);
    background: linear-gradient(to right, #1f1f1f, transparent);
  }

  .swiper-wrapper-parent::after {
    right: 0;
    background: -webkit-linear-gradient(right, #1f1f1f, transparent);
    background: linear-gradient(to left, #1f1f1f, transparent);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .blog-sec {
    position: relative;
  }

  @media (max-width: 1201px) {
    .blog-sec {
      margin: 0 7px;
    }
  }

  @media (max-width: 577px) {
    .blog-sec {
      margin: 0 5px;
    }
  }

  .blog-sec .title-area .row {
    margin-bottom: 0;
  }

  .blog-sec .title-area .sec-title {
    max-width: 554px;
  }

  @media (max-width: 820px) {
    .blog-sec .title-area .sec-title {
      max-width: 511px;
      margin-bottom: 30px !important;
    }
  }

  .blog-sec .title-area .sec-title .title {
    max-width: 586px;
  }

  .blog-sec .title-area .sec-btn-box {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  @media (max-width: 1025px) {
    .blog-sec .title-area .sec-btn-box {
      text-align: right;
    }
  }

  @media (max-width: 820px) {
    .blog-sec .title-area .sec-btn-box {
      text-align: left;
    }
  }

  .blog-sec .row {
    margin-bottom: -30px;
  }

  .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
  }

  .blog-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 241px;
    height: 43px;
    background-image: url(../images/layers/layer7.png);
    z-index: 9;
  }

  @media (max-width: 1025px) {
    .blog-img::before {
      left: 28px;
    }
  }

  .blog-img a {
    display: inline-block;
    width: 100%;
  }

  .blog-img a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .blog-card {
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    margin-bottom: 30px;
  }

  .blog-card:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .blog-meta {
    position: absolute;
    bottom: 5px;
    left: 80px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #9B9B9B;
    display: inline-block;
    z-index: 99;
  }

  @media (max-width: 1025px) {
    .blog-meta {
      left: 68px;
    }
  }

  .blog-content {
    position: relative;
    padding: 50px 39px 50px;
  }

  @media (max-width: 1201px) {
    .blog-content {
      padding: 50px 29px 50px;
    }
  }

  @media (max-width: 769px) {
    .blog-content {
      padding: 34px 24px 38px;
    }
  }

  .blog-content .title {
    margin-bottom: 16px;
  }

  .blog-content .title a {
    position: relative;
    font-weight: 400;
    line-height: 35px;
    font-size: 25px;
    color: var(--color-heading);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .blog-content .title a:hover {
    background-size: 100% 2px;
  }

  @media (max-width: 1201px) {
    .blog-content .title a {
      font-size: 23px;
    }
  }

  .blog-content span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #9B9B9B;
    display: inline-block;
  }

  .blog-sec.v2::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .blog-sec.v2::before {
      display: none;
    }
  }

  .blog-sec2 {
    position: relative;
    z-index: 0;
  }

  @media (max-width: 1366px) {
    .blog-sec2 {
      margin: 0 7px;
    }
  }

  @media (max-width: 577px) {
    .blog-sec2 {
      margin: 0;
    }
  }

  .blog-sec2 .title-area {
    margin-bottom: 60px;
  }

  @media (max-width: 1025px) {
    .blog-sec2 .title-area .sec-btn-box {
      text-align: right;
    }
  }

  @media (max-width: 577px) {
    .blog-sec2 .title-area .sec-btn-box {
      text-align: left;
      margin-top: 20px;
    }
  }

  .blog-image2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }

  @media (max-width: 1440px) {
    .blog-image2 {
      left: -14%;
    }
  }

  @media (max-width: 1366px) {
    .blog-image2 {
      left: -12%;
      width: 426px;
    }
  }

  @media (max-width: 1201px) {
    .blog-image2 {
      width: 316px;
    }
  }

  @media (max-width: 1025px) {
    .blog-image2 {
      width: 273px;
    }
  }

  @media (max-width: 820px) {
    .blog-image2 {
      display: none;
    }
  }

  .blog-post {
    padding-left: 115px;
  }

  @media (max-width: 1201px) {
    .blog-post {
      padding-left: 0;
    }
  }

  @media (max-width: 769px) {
    .blog-post {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

  @media (max-width: 577px) {
    .blog-post {
      display: block;
    }
  }

  .blog-card2 {
    position: relative;
    border: 1px solid #CCD2D9;
    border-radius: 20px;
    padding: 20px 23px 64px 400px;
    margin-bottom: 20px;
    z-index: 99;
  }

  @media (max-width: 1025px) {
    .blog-card2 {
      padding: 20px 23px 20px 400px;
    }
  }

  @media (max-width: 769px) {
    .blog-card2 {
      padding: 0;
      margin-bottom: 0;
    }
  }

  @media (max-width: 769px) {
    .blog-card2:first-child {
      margin-right: 20px;
    }
  }

  @media (max-width: 577px) {
    .blog-card2:first-child {
      margin: 0 0 40px;
    }
  }

  .blog-card2:hover .blog-img2 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .blog-img2 {
    position: absolute;
    top: 14px;
    left: 16px;
    border-radius: 18px;
    overflow: hidden;
  }

  @media (max-width: 820px) {
    .blog-img2 {
      height: 300px;
      max-width: 361px;
    }
  }

  @media (max-width: 769px) {
    .blog-img2 {
      position: static;
    }
  }

  @media (max-width: 577px) {
    .blog-img2 {
      max-width: 100%;
    }
  }

  .blog-img2 a {
    display: inline-block;
  }

  @media (max-width: 820px) {
    .blog-img2 a {
      height: 100%;
    }
  }

  @media (max-width: 577px) {
    .blog-img2 a {
      width: 100%;
    }
  }

  .blog-img2 a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (max-width: 820px) {
    .blog-img2 a img {
      height: 100%;
    }
  }

  @media (max-width: 769px) {
    .blog-img2 a img {
      width: 100%;
    }
  }

  .blog-meta2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  @media (max-width: 1025px) {
    .blog-meta2 {
      margin-bottom: 23px;
    }
  }

  .blog-meta2 .sub-title {
    font-size: 14px;
    line-height: 35px;
    color: var(--color-heading);
    font-weight: 500;
    display: inline-block;
  }

  @media (max-width: 769px) {
    .blog-meta2 .sub-title {
      margin-bottom: 10px;
    }
  }

  .blog-text2 a {
    font-size: 12px;
    line-height: 33px;
    font-weight: 400;
    color: var(--color-heading);
    display: inline-block;
    border: 1px solid #CCD2D9;
    height: 35px;
    padding: 0 15px;
    border-radius: 50px;
  }

  .blog-text2 a:first-child {
    margin-right: 3px;
  }

  .blog-content2 {
    position: relative;
  }

  @media (max-width: 769px) {
    .blog-content2 {
      padding: 20px 25px 30px;
    }
  }

  .blog-content2 .title {
    max-width: 529px;
    margin-bottom: 7px;
  }

  @media (max-width: 1201px) {
    .blog-content2 .title {
      max-width: 606px;
    }
  }

  @media (max-width: 1025px) {
    .blog-content2 .title {
      max-width: 359px;
    }
  }

  @media (max-width: 769px) {
    .blog-content2 .title {
      margin-bottom: 15px;
    }
  }

  .blog-content2 .title a {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--font-secondary);
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  @media (max-width: 769px) {
    .blog-content2 .title a {
      font-size: 24px;
      line-height: 34px;
    }
  }

  .blog-content2 .title a:hover {
    color: inherit;
    background-size: 100% 2px;
  }

  .blog-content2 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-black2);
    max-width: 500px;
  }

  @media (max-width: 1201px) {
    .blog-content2 p {
      max-width: 606px;
    }
  }

  .blog-sec3 {
    position: relative;
    background-color: #F0F2F4;
    margin: 0 20px 20px;
    border-radius: 25px;
  }

  @media (max-width: 820px) {
    .blog-sec3 .sec-title {
      margin-bottom: 30px !important;
    }
  }

  .blog-sec3 .row {
    margin-bottom: -30px;
  }

  .blog-card3 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    border-radius: 25px;
    padding: 19px 23px;
    margin-bottom: 30px;
  }

  .blog-card3:hover .blog-img3 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .blog-img3 {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
  }

  .blog-img3 a {
    display: inline-block;
    width: 100%;
  }

  .blog-img3 a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .blog-img3 .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(102deg, #8258C8 0%, #2C84C8 100%);
    max-width: 81px;
    padding: 8px 15px 11px 10px;
    border-radius: 10px;
  }

  .blog-img3 .date span {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: var(--color-content-white);
    display: inline-block;
    margin-bottom: 4px;
  }

  .blog-img3 .date .title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: var(--color-content-white);
    margin-bottom: 0;
  }

  .blog-meta3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
  }

  @media (max-width: 1025px) {
    .blog-meta3 {
      margin-bottom: 10px;
    }
  }

  .blog-meta3 li {
    margin-right: 6px;
  }

  .blog-meta3 li a {
    font-size: 12px;
    line-height: 33px;
    font-weight: 400;
    height: 35px;
    padding: 0 21px;
    border: 1px solid #555555;
    border-radius: 10px;
    display: inline-block;
    color: var(--color-content-white);
  }

  .blog-content3 {
    position: relative;
    padding: 40px 10px 33px;
  }

  @media (max-width: 1025px) {
    .blog-content3 {
      padding: 20px 10px 33px;
    }
  }

  .blog-content3 .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 0;
  }

  @media (max-width: 390px) {
    .blog-content3 .title {
      font-size: 26px;
      line-height: 34px;
    }
  }

  .blog-content3 .title a {
    color: var(--color-content-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .blog-content3 .title a:hover {
    background-size: 100% 2px;
  }

  .blog-sec4 {
    position: relative;
  }

  .blog-sec4::before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .blog-sec4::before {
      display: none;
    }
  }

  @media (max-width: 1366px) {
    .blog-sec4 {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .blog-sec4 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .blog-sec4 {
      margin: 0 7px;
    }
  }

  .blog-img4 {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
  }

  @media (max-width: 1025px) {
    .blog-img4 {
      height: 380px;
    }
  }

  @media (max-width: 577px) {
    .blog-img4 {
      height: 333px;
    }
  }

  .blog-img4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 242px;
    height: 43px;
    background-image: url(../images/layers/layer7.png);
    z-index: 9;
  }

  @media (max-width: 1025px) {
    .blog-img4::before {
      left: 28px;
    }
  }

  .blog-img4 a {
    display: inline-block;
    height: 100%;
  }

  .blog-img4 a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
  }

  .blog-card4 {
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    margin-bottom: 30px;
  }

  .blog-card4:hover .blog-img4 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .blog-meta4 {
    position: absolute;
    bottom: 5px;
    left: 80px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #9B9B9B;
    display: inline-block;
    z-index: 99;
  }

  @media (max-width: 1025px) {
    .blog-meta4 {
      left: 68px;
    }
  }

  .blog-content4 {
    position: relative;
    padding: 50px 39px 50px;
  }

  @media (max-width: 390px) {
    .blog-content4 {
      padding: 50px 27px 50px;
    }
  }

  .blog-content4 .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #9B9B9B;
    display: inline-block;
    z-index: 99;
    margin-bottom: 27px;
  }

  .blog-content4 .title {
    margin-bottom: 16px;
  }

  .blog-content4 .title a {
    position: relative;
    font-weight: 400;
    line-height: 50px;
    font-size: 40px;
    color: var(--color-heading);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .blog-content4 .title a:hover {
    background-size: 100% 2px;
  }

  @media (max-width: 1201px) {
    .blog-content4 .title a {
      line-height: 43px;
      font-size: 35px;
    }
  }

  @media (max-width: 1025px) {
    .blog-content4 .title a {
      line-height: 38px;
      font-size: 31px;
    }
  }

  @media (max-width: 769px) {
    .blog-content4 .title a {
      line-height: 38px;
      font-size: 29px;
    }
  }

  @media (max-width: 480px) {
    .blog-content4 .title a {
      line-height: 34px;
      font-size: 24px;
    }
  }

  .blog-content4 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 24px;
    color: var(--color-content-black2);
  }

  .blog-content4 span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #9B9B9B;
    display: inline-block;
  }

  .blog-info4 blockquote {
    background: -webkit-linear-gradient(315deg, #FF7A00, #FDBA74);
    background: linear-gradient(135deg, #FF7A00, #FDBA74);
  }

  .blog-info4 blockquote img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .blog-info4 blockquote .sub-title {
    color: var(--color-heading);
  }

  .pagination.v2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog-single {
    position: relative;
  }

  .blog-single::before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .blog-single::before {
      display: none;
    }
  }

  @media (max-width: 1366px) {
    .blog-single {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .blog-single {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .blog-single {
      margin: 0 7px;
    }
  }

  .blog-single-content {
    position: relative;
    padding-right: 15px;
  }

  .blog-single-content .paragraph {
    font-weight: 700;
    margin: 66px 0 30px;
  }

  @media (max-width: 1025px) {
    .blog-single-content .paragraph {
      margin: 38px 0 30px;
    }
  }

  .blog-single-content blockquote {
    margin: 42px 0 38px;
  }

  .blog-single-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .post-meta2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 23px;
    margin-top: 73px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-meta2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
  }

  .post-meta2 .name {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-bottom: 0;
  }

  @media (max-width: 577px) {
    .post-meta2 .name {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 577px) {
    .post-meta2 .tag-list {
      margin-bottom: 13px;
    }
  }

  .post-meta2 .social-icon li a {
    color: var(--color-heading);
  }

  .comment-box {
    position: relative;
    padding: 143px 0 160px;
  }

  @media (max-width: 769px) {
    .comment-box {
      padding: 70px 0 70px;
    }
  }

  .comment-box .title2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 27px;
    letter-spacing: -0.03em;
    font-weight: 400;
  }

  .comment-block {
    position: relative;
    padding-left: 162px;
  }

  @media (max-width: 480px) {
    .comment-block {
      padding-left: 0;
    }
  }

  .comment-block img {
    position: absolute;
    top: 0;
    left: 0;
  }

  @media (max-width: 480px) {
    .comment-block img {
      position: static;
      margin-bottom: 20px;
    }
  }

  .comment-block .name {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--color-heading);
    font-family: var(--font-secondary);
  }

  .comment-block .date {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #9B9B9B;
    display: inline-block;
    margin-bottom: 9px;
  }

  .comment-block p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  @media (max-width: 480px) {
    .comment-block p {
      margin-bottom: 20px;
    }
  }

  .reply-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    color: var(--color-content-white);
    background-color: var(--color-content-black2);
    height: 35px;
    padding: 0 17px;
    border-radius: 50px;
    display: inline-block;
  }

  @media (max-width: 480px) {
    .reply-btn {
      position: static;
    }
  }

  .comment-block.v2 {
    margin: 68px 0 0 115px;
  }

  @media (max-width: 577px) {
    .comment-block.v2 {
      margin-left: 0;
    }
  }

  .contact-form2 {
    background-color: #F0F2F4;
    border-radius: 25px;
    padding: 73px 71px 75px;
  }

  @media (max-width: 1201px) {
    .contact-form2 {
      padding: 43px 42px 53px;
    }
  }

  @media (max-width: 390px) {
    .contact-form2 {
      padding: 43px 27px 53px;
    }
  }

  .contact-form2 .ibt-btn-outline {
    outline: none;
  }

  .contact-form2 .ibt-btn-outline i {
    text-indent: 0em;
  }

  .form-title {
    position: relative;
    margin-bottom: 27px;
  }

  .form-title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
    color: var(--color-content-black2);
    letter-spacing: -0.03em;
  }

  .form-title p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
    max-width: 438px;
  }

  .custom-form2 {
    position: relative;
  }

  .custom-form2 input,
  .custom-form2 select,
  .custom-form2 textarea {
    border: 1px solid #ADADAD;
    border-radius: 20px;
    height: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #898989;
    padding: 18px;
  }

  .custom-form2 input::-webkit-input-placeholder,
  .custom-form2 select::-webkit-input-placeholder,
  .custom-form2 textarea::-webkit-input-placeholder {
    color: #898989;
  }

  .custom-form2 input::-moz-placeholder,
  .custom-form2 select::-moz-placeholder,
  .custom-form2 textarea::-moz-placeholder {
    color: #898989;
  }

  .custom-form2 input:-ms-input-placeholder,
  .custom-form2 select:-ms-input-placeholder,
  .custom-form2 textarea:-ms-input-placeholder {
    color: #898989;
  }

  .custom-form2 input::-ms-input-placeholder,
  .custom-form2 select::-ms-input-placeholder,
  .custom-form2 textarea::-ms-input-placeholder {
    color: #898989;
  }

  .custom-form2 input::placeholder,
  .custom-form2 select::placeholder,
  .custom-form2 textarea::placeholder {
    color: #898989;
  }

  .custom-form2 textarea {
    height: 175px;
    margin-bottom: 30px;
  }

  .blog-sec5 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .blog-sec5 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .blog-sec5 {
      margin: 0;
    }
  }

  @media (max-width: 1025px) {
    .blog-sec5 .sec-btn-box {
      text-align: right;
    }
  }

  @media (max-width: 480px) {
    .blog-sec5 .sec-btn-box {
      text-align: left;
      margin-top: 30px;
    }
  }

  .blog-sec5 .sec-btn-box .ibt-btn {
    color: var(--color-content-white);
  }

  .blog-sec5 .sec-btn-box .ibt-btn:hover {
    color: var(--color-content-black2);
  }

  .blog-sec5 .sec-title {
    max-width: 500px;
  }

  .blog-item5 {
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--color-content-black2);
    padding-bottom: 29px;
    margin-bottom: 46px;
  }

  .blog-item5:last-child {
    margin-bottom: 0;
  }

  @media (max-width: 577px) {
    .blog-item5 {
      display: block;
    }
  }

  .blog-meta5 {
    position: relative;
    width: 93px;
    margin-right: 170px;
  }

  @media (max-width: 820px) {
    .blog-meta5 {
      margin-right: 69px;
    }
  }

  @media (max-width: 577px) {
    .blog-meta5 {
      margin-bottom: 30px;
    }
  }

  .blog-meta5 .date {
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    background-color: transparent;
    color: rgba(2, 1, 1, 0);
    background-image: -webkit-linear-gradient(bottom, #EA84C2 0%, #A2F5FF 100%);
    background-image: linear-gradient(0deg, #EA84C2 0%, #A2F5FF 100%);
    -webkit-background-clip: text;
    color: transparent !important;
  }

  .blog-meta5 .month {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
    color: var(--color-content-white);
    display: inline-block;
  }

  .post-labels {
    position: relative;
    width: 124px;
  }

  @media (max-width: 577px) {
    .post-labels {
      margin-bottom: 30px;
    }
  }

  .post-labels .name {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    color: var(--color-content-white);
    margin-bottom: 0;
    display: inline-block;
  }

  .post-labels .designation {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    display: block;
    color: #E987C4;
  }

  .blog-content5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 193px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 510px;
  }

  @media (max-width: 1201px) {
    .blog-content5 {
      margin-left: 116px;
      width: 435px;
    }
  }

  @media (max-width: 820px) {
    .blog-content5 {
      margin-left: 108px;
      width: 363px;
    }
  }

  @media (max-width: 769px) {
    .blog-content5 {
      margin-left: 67px;
    }
  }

  @media (max-width: 577px) {
    .blog-content5 {
      margin: 0;
      display: block;
    }
  }

  .blog-content5 .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
    width: 243px;
  }

  @media (max-width: 577px) {
    .blog-content5 .title {
      margin-bottom: 30px;
    }
  }

  .blog-content5 .title a {
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
    color: var(--color-content-white);
  }

  .blog-content5 .title a:hover {
    background-size: 100% 2px;
  }

  .blog-btn5 {
    position: relative;
  }

  .blog-btn5::before {
    content: "\e830";
    font: 400 29px/1em "fontello";
    color: var(--color-content-white);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .team-section {
    position: relative;
    z-index: 0;
  }

  @media (max-width: 1366px) {
    .team-section {
      margin: 0 27px;
    }
  }

  @media (max-width: 1025px) {
    .team-section {
      margin: 0 14px;
    }
  }

  @media (max-width: 577px) {
    .team-section {
      margin: 0 7px;
    }
  }

  .counter-box8 {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
  }

  .counter-box8 .counter-number,
  .counter-box8 .counter-text {
    position: relative;
    background-color: transparent;
    color: var(--color-content-white);
    font-size: 100px;
    line-height: 90px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(348deg, #8258C8 0%, #2C84C8 60%);
    background-image: linear-gradient(102deg, #8258C8 0%, #2C84C8 60%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
    z-index: 0;
    font-family: var(--font-primary);
    letter-spacing: -0.03em;
  }

  .team-info {
    position: relative;
  }

  .team-info .sec-title {
    margin-right: 100px;
  }

  @media (max-width: 1201px) {
    .team-info .sec-title {
      margin-right: 59px;
    }
  }

  @media (max-width: 769px) {
    .team-info .sec-title {
      margin-right: 0;
      max-width: 595px;
    }
  }

  .team-info .sec-title .title {
    margin-bottom: 37px;
  }

  .team-member {
    position: relative;
    margin-top: 49px;
  }

  .team-counter {
    position: relative;
  }

  .team-counter .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
    display: block;
    color: var(--color-heading);
  }

  .team-card {
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    width: 100%;
  }

  .team-card:hover .social-links {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .team-card:hover .team-img::after {
    opacity: 1;
  }

  .team-card:hover .team-img img {
    object-position: top center;
  }

  .team-img {
    position: relative;
    border-radius: 16px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    padding-bottom: 103%;
    width: 100%;
    overflow: hidden;
    display: block;
    border-radius: 25px;
    z-index: 9;
  }

  .team-img::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    width: 200%;
    height: 100%;
    opacity: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: translateX(-50%) rotate(5deg);
    -ms-transform: translateX(-50%) rotate(5deg);
    transform: translateX(-50%) rotate(5deg);
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: #576FC9;
  }

  .team-img img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    -webkit-transition: 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
    transition: 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
    border-radius: 25px;
  }

  .team-img .sub-title {
    position: absolute;
    bottom: 15px;
    right: -5px;
    font-weight: 600;
    color: var(--font-primary);
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: var(--color-content-white);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
  }

  .team-shap {
    position: absolute;
    bottom: 0;
    left: 46px;
    width: 66px;
    height: 43px;
    z-index: 999;
    background-color: var(--color-content-white);
    border-radius: 25px 25px 0 0;
  }

  .team-shap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/team-corner1.png);
  }

  .team-shap::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/team-corner2.png);
  }

  .share-box {
    position: absolute;
    left: 53px;
    bottom: calc(100% - 35px);
    z-index: 999;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 155px;
    overflow: hidden;
    border-radius: 20px;
  }

  .share-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: var(--color-heading);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 20px;
    z-index: 999;
  }

  .social-links {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    display: inline-block;
    z-index: 999;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: var(--color-heading);
    border-radius: 20px;
    padding: 16px 17px 21px;
    -webkit-transform: translateY(155px);
    -ms-transform: translateY(155px);
    transform: translateY(155px);
  }

  .social-links li {
    margin: 0;
  }

  .social-links li:first-child a {
    margin-top: 0;
  }

  .social-links li a {
    position: relative;
    font-size: 14px;
    color: var(--color-content-white);
    margin-top: 11px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
  }

  .team-content {
    position: relative;
    padding: 69px 38px 48px;
    border: 1px solid #E0E0E0;
    border-radius: 0 0 25px 25px;
    border-top: 0;
    margin-top: -19px;
  }

  .team-content .name {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
    color: var(--color-heading);
    font-weight: 400;
  }

  @media (max-width: 1025px) {
    .team-content .name {
      margin-bottom: 0px;
    }
  }

  .team-content .name a:hover {
    color: var(--color-heading);
  }

  .team-content .designation {
    font-size: 14px;
    font-weight: 500;
    color: #9B9B9B;
    display: inline-block;
  }

  .team-card.v1 {
    margin-top: 54px;
  }

  @media (max-width: 769px) {
    .team-card.v1 {
      margin-top: 0;
    }
  }

  .team-card.v2 {
    margin-top: 64px;
  }

  @media (max-width: 820px) {
    .team-card.v2 {
      margin-top: 0;
    }
  }

  .team-section2 {
    position: relative;
    z-index: 0;
  }

  .team-section2::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 485px;
    height: 100%;
    background-image: url(../images/layers/team-layer.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .team-section2::before {
      display: none;
    }
  }

  @media (max-width: 1366px) {
    .team-section2 {
      margin: 0 20px;
    }
  }

  @media (max-width: 1025px) {
    .team-section2 {
      margin: 0 14px;
    }
  }

  @media (max-width: 577px) {
    .team-section2 {
      margin: 0 7px;
    }
  }

  .team-section2 .sec-title {
    max-width: 733px;
  }

  @media (max-width: 820px) {
    .team-section2 .sec-title {
      max-width: 500px;
      margin-bottom: 40px !important;
    }
  }

  .team-section2 .team-counter {
    margin-left: 53px;
  }

  @media (max-width: 820px) {
    .team-section2 .team-counter {
      margin: 0;
    }
  }

  .team-section2 .row {
    margin-bottom: -36px;
  }

  .team-member2.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    height: 100%;
  }

  @media (max-width: 820px) {
    .team-member2.v2 {
      display: block;
    }
  }

  .team-detail-sec {
    position: relative;
  }

  .team-detail-sec::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 485px;
    height: 100%;
    background-image: url(../images/layers/team-layer.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .team-detail-sec::after {
      display: none;
    }
  }

  @media (max-width: 1201px) {
    .team-detail-sec {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .team-detail-sec {
      margin: 0 5px;
    }
  }

  .team-detail-info>img {
    position: absolute;
    bottom: 163px;
    left: 49px;
  }

  @media (max-width: 820px) {
    .team-detail-info>img {
      position: static;
      margin-top: 30px;
    }
  }

  .team-card2 {
    position: relative;
    border: 1px solid #E0E0E0;
    border-radius: 25px;
  }

  .team-detail-img {
    position: relative;
    border-radius: 25px;
    display: block;
    overflow: hidden;
  }

  .team-detail-img img {
    width: 100%;
  }

  .team-detail-img .sub-title {
    position: absolute;
    bottom: 15px;
    right: -5px;
    font-weight: 600;
    color: var(--font-primary);
    font-size: 120px;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: var(--color-content-white);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
  }

  .team-content2 {
    position: relative;
    padding: 57px 56px 46px 38px;
  }

  .team-content2 .title {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.03em;
    margin-bottom: 21px;
    color: var(--color-heading);
  }

  .team-content2 .nmbr,
  .team-content2 .gmail {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-heading);
    font-weight: 500;
  }

  .team-content2 .gmail {
    text-decoration: underline;
    margin-top: 15px;
  }

  .social-links2 {
    margin-bottom: 0;
    display: inline-block;
    z-index: 999;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: var(--color-heading);
    border-radius: 20px;
    padding: 16px 17px 21px;
    float: right;
  }

  .social-links2 li {
    margin: 0;
  }

  .social-links2 li:first-child a {
    margin-top: 0;
  }

  .social-links2 li a {
    position: relative;
    font-size: 14px;
    color: var(--color-content-white);
    margin-top: 11px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
  }

  .team-detail {
    position: relative;
    padding-left: 132px;
  }

  @media (max-width: 1025px) {
    .team-detail {
      padding-left: 20px;
    }
  }

  @media (max-width: 1025px) {
    .team-detail {
      padding: 50px 0 0;
    }
  }

  .team-detail .sec-title {
    margin-bottom: 101px;
  }

  @media (max-width: 1025px) {
    .team-detail .sec-title {
      margin-bottom: 80px;
    }
  }

  .team-detail .sec-title .paragraph {
    font-weight: 400;
  }

  .team-expirience {
    position: relative;
  }

  .team-expirience .title2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 33px;
    font-weight: 400;
    color: var(--color-heading);
    letter-spacing: -0.03em;
  }

  @media (max-width: 769px) {
    .team-expirience .title2 {
      max-width: 397px;
      font-size: 35px;
      line-height: 45px;
    }
  }

  @media (max-width: 390px) {
    .team-expirience .title2 {
      font-size: 32px;
      line-height: 40px;
    }
  }

  .team-exp-education {
    position: relative;
    margin-bottom: 49px;
  }

  .team-exp-education .title3 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--color-heading);
    font-family: var(--font-secondary);
    letter-spacing: -0.03em;
  }

  .education-block {
    position: relative;
    padding-left: 38px;
    margin-bottom: 31px;
  }

  .education-block::before {
    content: "\e841";
    position: absolute;
    left: 0;
    top: 19px;
    display: block;
    font: normal 12px/1em "fontello";
    color: var(--color-primary);
  }

  .education-block .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: var(--color-heading);
  }

  .education-block p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-heading);
  }

  .team-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
  }

  .team-ser {
    position: relative;
    margin-top: 33px;
  }

  .tean-ser-list {
    position: relative;
  }

  .tean-ser-list li {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    color: var(--color-heading);
    padding-left: 21px;
  }

  .tean-ser-list li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 14px;
    color: #333;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .swiper.brand .swiper-wrapper,
  .swiper.brand .swiper-wrapper,
  .swiper.brand2 .swiper-wrapper,
  .swiper.brand2 .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper.brand .swiper-slide,
  .swiper.brand .swiper-slide,
  .swiper.brand2 .swiper-slide,
  .swiper.brand2 .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper.brand .swiper-slide img,
  .swiper.brand .swiper-slide img,
  .swiper.brand2 .swiper-slide img,
  .swiper.brand2 .swiper-slide img {
    opacity: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 100px;
    object-fit: contain;
  }

  .swiper.brand .swiper-slide:hover img,
  .swiper.brand .swiper-slide:hover img,
  .swiper.brand2 .swiper-slide:hover img,
  .swiper.brand2 .swiper-slide:hover img {
    opacity: 100%;
  }

  .swiper.brand2 .swiper-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand-sec2 {
    position: relative;
  }

  .brand-info2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #393939;
    border-radius: 25px;
    padding: 39px 59px;
  }

  @media (max-width: 1201px) {
    .brand-info2 {
      padding: 39px;
    }
  }

  .brand-img2 {
    position: relative;
  }

  @media (max-width: 820px) {

    .brand-img2:last-child,
    .brand-img2:nth-child(4),
    .brand-img2:nth-child(5) {
      margin-bottom: 0;
    }
  }

  @media (max-width: 1025px) {
    .brand-img2 {
      width: 120px;
    }
  }

  @media (max-width: 820px) {
    .brand-img2 {
      width: 180px;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 480px) {
    .brand-img2 {
      width: 156px;
    }
  }

  @media (max-width: 390px) {
    .brand-img2 {
      width: 117px;
    }
  }

  .brand-sec3 {
    position: relative;
  }

  .brand-sec3 .swiper-slide a img {
    opacity: 100% !important;
  }

  .brand-sec3 .swiper-slide a img:hover {
    -webkit-filter: brightness(9);
    filter: brightness(9);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .neural-playground {
    position: relative;
  }

  .neural-playground::before {
    content: "";
    position: absolute;
    top: -17%;
    left: 0;
    width: 432px;
    height: 1176px;
    background-image: url(../images/layers/eclips3.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 577px) {
    .neural-playground::before {
      top: -20%;
    }
  }

  @media (max-width: 390px) {
    .neural-playground::before {
      width: 100%;
    }
  }

  .neural-playground.v2::before {
    display: none;
  }

  .neural-playground.v2::after {
    content: "";
    position: absolute;
    bottom: -65%;
    left: -25%;
    width: 100%;
    height: 1250px;
    background-image: url(../images/layers/neural-v2.png);
    background-repeat: no-repeat;
  }

  .neural-content {
    position: relative;
    padding-left: 57px;
  }

  @media (max-width: 1440px) {
    .neural-content {
      padding-left: 0;
    }
  }

  @media (max-width: 820px) {
    .neural-content {
      padding-left: 55px;
    }
  }

  @media (max-width: 577px) {
    .neural-content {
      padding-left: 0;
    }
  }

  .neural-content .gradient-title {
    line-height: 110px;
    margin-bottom: 60px;
  }

  @media (max-width: 1201px) {
    .neural-content .gradient-title {
      line-height: 1.1em;
    }
  }

  @media (max-width: 820px) {
    .neural-content .gradient-title {
      font-size: 57px;
    }
  }

  @media (max-width: 390px) {
    .neural-content .gradient-title {
      font-size: 34px;
      line-height: 1.3em;
    }
  }

  .neural-img {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -68px;
  }

  @media (max-width: 1440px) {
    .neural-img {
      left: -16%;
    }
  }

  @media (max-width: 1366px) {
    .neural-img {
      width: 387px;
    }
  }

  @media (max-width: 1201px) {
    .neural-img {
      left: -11%;
      width: 309px;
    }
  }

  @media (max-width: 1025px) {
    .neural-img {
      width: 267px;
    }
  }

  @media (max-width: 820px) {
    .neural-img {
      width: 222px;
    }
  }

  @media (max-width: 577px) {
    .neural-img {
      position: static;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      width: 363px;
      margin-bottom: 50px;
    }
  }

  @media (max-width: 480px) {
    .neural-img {
      width: 303px;
    }
  }

  .neural-playground3 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .neural-playground3 .gradient-title {
      font-size: 89px;
      line-height: 93px;
    }
  }

  @media (max-width: 1201px) {
    .neural-playground3 .gradient-title {
      font-size: 80px;
      line-height: 80px;
    }
  }

  @media (max-width: 1025px) {
    .neural-playground3 .gradient-title {
      font-size: 66px;
      line-height: 70px;
    }
  }

  @media (max-width: 820px) {
    .neural-playground3 .gradient-title {
      font-size: 57px;
    }
  }

  @media (max-width: 769px) {
    .neural-playground3 .gradient-title {
      font-size: 63px;
    }
  }

  @media (max-width: 577px) {
    .neural-playground3 .gradient-title {
      font-size: 49px;
      line-height: 58px;
    }
  }

  @media (max-width: 390px) {
    .neural-playground3 .gradient-title {
      font-size: 40px;
      line-height: 51px;
    }
  }

  .neural-playground3 .gradient-title span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(337deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(113deg, #FF7A00 0%, #FDBA74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .neural-playground3 .neural-content {
    padding: 0 50px 0 69px;
  }

  @media (max-width: 1440px) {
    .neural-playground3 .neural-content {
      padding: 0 0 0 50px;
    }
  }

  @media (max-width: 820px) {
    .neural-playground3 .neural-content {
      padding: 0 0 0 185px;
    }
  }

  @media (max-width: 769px) {
    .neural-playground3 .neural-content {
      padding-left: 0;
    }
  }

  .neural-img3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -38px;
  }

  @media (max-width: 1440px) {
    .neural-img3 {
      left: -17%;
    }
  }

  @media (max-width: 1201px) {
    .neural-img3 {
      width: 435px;
    }
  }

  @media (max-width: 1025px) {
    .neural-img3 {
      width: 349px;
    }
  }

  @media (max-width: 820px) {
    .neural-img3 {
      width: 296px;
    }
  }

  @media (max-width: 769px) {
    .neural-img3 {
      position: relative;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      top: 0;
      left: -14px;
      width: 100%;
      margin-bottom: 50px;
    }
  }

  .neural-img3::after {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 432px;
    height: 1022px;
    background-image: url(../images/layers/eclips9.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .neural-img3::after {
      top: -66%;
    }
  }

  @media (max-width: 769px) {
    .neural-img3::after {
      top: -28%;
      left: -15px;
    }
  }

  @media (max-width: 390px) {
    .neural-img3::after {
      top: -55%;
      width: 100%;
      background-size: contain;
    }
  }

  .neural-img3.v2::after {
    display: none;
  }

  .neural-playground3.v2 .neural-content {
    max-width: 1260px;
  }

  @media (max-width: 1440px) {
    .neural-playground3.v2 .neural-content {
      padding-left: 0;
    }
  }

  @media (max-width: 820px) {
    .neural-playground3.v2 .neural-content {
      padding: 0 0 0 185px;
    }
  }

  @media (max-width: 769px) {
    .neural-playground3.v2 .neural-content {
      padding-left: 0;
    }
  }

  .neural-playground4 {
    position: relative;
  }

  .neural-playground4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 432px;
    height: 1157px;
    background-image: url(../images/layers/eclips3.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 577px) {
    .neural-playground4::before {
      top: -20%;
    }
  }

  @media (max-width: 390px) {
    .neural-playground4::before {
      width: 100%;
      background-size: contain;
    }
  }

  .neural-content4 {
    position: relative;
    padding-left: 57px;
  }

  @media (max-width: 1440px) {
    .neural-content4 {
      padding-left: 0;
    }
  }

  .neural-content4 .gradient-title {
    line-height: 110px;
    margin-bottom: 60px;
  }

  @media (max-width: 1201px) {
    .neural-content4 .gradient-title {
      line-height: 1.1em;
    }
  }

  @media (max-width: 820px) {
    .neural-content4 .gradient-title {
      font-size: 57px;
    }
  }

  @media (max-width: 390px) {
    .neural-content4 .gradient-title {
      font-size: 34px;
      line-height: 1.3em;
    }
  }

  .neural-img4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }

  @media (max-width: 1440px) {
    .neural-img4 {
      left: -16%;
    }
  }

  @media (max-width: 1366px) {
    .neural-img4 {
      width: 387px;
    }
  }

  @media (max-width: 1201px) {
    .neural-img4 {
      left: -11%;
      width: 309px;
    }
  }

  @media (max-width: 1025px) {
    .neural-img4 {
      width: 267px;
    }
  }

  @media (max-width: 820px) {
    .neural-img4 {
      width: 222px;
    }
  }

  @media (max-width: 769px) {
    .neural-img4 {
      width: 209px;
    }
  }

  @media (max-width: 577px) {
    .neural-img4 {
      position: static;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      width: 363px;
      margin-bottom: 50px;
    }
  }

  @media (max-width: 480px) {
    .neural-img4 {
      width: 303px;
    }
  }

  .neural-img4::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 432px;
    height: 1022px;
    background-image: url(../images/layers/eclips9.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .neural-img4::before {
      top: -77%;
    }
  }

  @media (max-width: 1025px) {
    .neural-img4::before {
      top: -66%;
    }
  }

  @media (max-width: 820px) {
    .neural-img4::before {
      top: -109%;
    }
  }

  @media (max-width: 769px) {
    .neural-img4::before {
      top: -28%;
      left: -15px;
    }
  }

  @media (max-width: 390px) {
    .neural-img4::before {
      display: none;
    }
  }

  .neural-playground5 {
    position: relative;
    padding: 50px 0;
  }

  @media (max-width: 1201px) {
    .neural-playground5 {
      padding: 0;
    }
  }

  .neural-playground5::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 683px;
    height: 1440px;
    background-image: url(../images/layers/eclipe7-1.png);
    background-repeat: no-repeat;
    z-index: -11;
  }

  @media (max-width: 577px) {
    .neural-playground5::after {
      background-size: contain;
      width: 100%;
    }
  }

  .neural-playground5 .neural-content {
    padding-right: 50px;
    padding-left: 0;
  }

  @media (max-width: 1025px) {
    .neural-playground5 .neural-content .gradient-title {
      font-size: 66px;
    }
  }

  @media (max-width: 577px) {
    .neural-playground5 .neural-content .gradient-title {
      font-size: 50px;
    }
  }

  @media (max-width: 480px) {
    .neural-playground5 .neural-content .gradient-title {
      font-size: 41px;
      line-height: 50px;
    }
  }

  .neural-playground5 .neural-content .gradient-title span {
    background-image: -webkit-linear-gradient(337deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(113deg, #FF7A00 0%, #FDBA74 100%);
  }

  .neural-playground5 .swiper.brand {
    max-width: 977px;
    margin-left: unset;
  }

  @media (max-width: 820px) {
    .neural-img5 {
      margin-left: -15px;
    }
  }

  .neural-img5 .one {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 99;
  }

  @media (max-width: 1440px) {
    .neural-img5 .one {
      width: 351px;
      top: 12%;
    }
  }

  @media (max-width: 1201px) {
    .neural-img5 .one {
      width: 328px;
      top: 9%;
    }
  }

  @media (max-width: 1025px) {
    .neural-img5 .one {
      width: 279px;
    }
  }

  @media (max-width: 820px) {
    .neural-img5 .one {
      position: static;
      width: unset;
    }
  }

  .neural-img5 .two {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  @media (max-width: 1440px) {
    .neural-img5 .two {
      bottom: 29%;
      left: 0;
      width: 437px;
    }
  }

  @media (max-width: 1201px) {
    .neural-img5 .two {
      bottom: 7%;
      width: 397px;
    }
  }

  @media (max-width: 1025px) {
    .neural-img5 .two {
      bottom: 21%;
      width: 325px;
    }
  }

  @media (max-width: 820px) {
    .neural-img5 .two {
      display: none;
    }
  }

  .neural-playground6 {
    position: relative;
    margin: 50px 0;
  }

  @media (max-width: 1201px) {
    .neural-playground6 {
      margin: 0;
    }
  }

  .neural-playground6::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 683px;
    height: 1440px;
    background-image: url(../images/layers/eclipe7-1.png);
    z-index: -11;
  }

  @media (max-width: 577px) {
    .neural-playground6::after {
      display: none;
    }
  }

  .neural-playground6 .neural-content {
    padding-right: 50px;
    padding-left: 0;
  }

  @media (max-width: 1025px) {
    .neural-playground6 .neural-content .gradient-title {
      font-size: 66px;
    }
  }

  @media (max-width: 577px) {
    .neural-playground6 .neural-content .gradient-title {
      font-size: 50px;
    }
  }

  @media (max-width: 480px) {
    .neural-playground6 .neural-content .gradient-title {
      font-size: 41px;
      line-height: 50px;
    }
  }

  .neural-playground6 .neural-content .gradient-title span {
    background-image: -webkit-linear-gradient(337deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(113deg, #FF7A00 0%, #FDBA74 100%);
  }

  .neural-playground6 .swiper.brand {
    max-width: 977px;
    margin-left: unset;
  }

  @media (max-width: 820px) {
    .neural-img6 {
      margin-left: -15px;
    }
  }

  .neural-img6 .one {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 99;
  }

  @media (max-width: 1440px) {
    .neural-img6 .one {
      width: 566px;
      top: 12%;
    }
  }

  @media (max-width: 1201px) {
    .neural-img6 .one {
      width: 488px;
    }
  }

  @media (max-width: 1025px) {
    .neural-img6 .one {
      width: 438px;
      top: 8%;
    }
  }

  @media (max-width: 820px) {
    .neural-img6 .one {
      position: static;
      width: unset;
    }
  }

  .neural-img6 .two {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  @media (max-width: 1440px) {
    .neural-img6 .two {
      bottom: 27%;
      left: 0;
      width: 468px;
    }
  }

  @media (max-width: 1366px) {
    .neural-img6 .two {
      width: 433px;
    }
  }

  @media (max-width: 1201px) {
    .neural-img6 .two {
      width: 386px;
      bottom: 21%;
    }
  }

  @media (max-width: 1025px) {
    .neural-img6 .two {
      width: 346px;
    }
  }

  @media (max-width: 769px) {
    .neural-img6 .two {
      display: none;
    }
  }

  .neural-playground7 {
    position: relative;
  }

  .neural-playground7::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 432px;
    height: 1199px;
    background-image: url(../images/layers/eclips3.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 577px) {
    .neural-playground7::before {
      top: -20%;
    }
  }

  @media (max-width: 390px) {
    .neural-playground7::before {
      width: 100%;
    }
  }

  @media (max-width: 1366px) {
    .neural-playground7 .gradient-title {
      font-size: 89px;
      line-height: 93px;
    }
  }

  @media (max-width: 1201px) {
    .neural-playground7 .gradient-title {
      font-size: 80px;
      line-height: 80px;
    }
  }

  @media (max-width: 1025px) {
    .neural-playground7 .gradient-title {
      font-size: 66px;
      line-height: 70px;
    }
  }

  @media (max-width: 820px) {
    .neural-playground7 .gradient-title {
      font-size: 57px;
    }
  }

  @media (max-width: 577px) {
    .neural-playground7 .gradient-title {
      font-size: 49px;
      line-height: 58px;
    }
  }

  @media (max-width: 390px) {
    .neural-playground7 .gradient-title {
      font-size: 34px;
      line-height: 1.3em;
    }
  }

  .neural-playground7 .gradient-title span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(337deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(113deg, #FF7A00 0%, #FDBA74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .neural-playground7 .neural-content {
    padding: 0 50px 0 69px;
  }

  @media (max-width: 1440px) {
    .neural-playground7 .neural-content {
      padding: 0 0 0 50px;
    }
  }

  @media (max-width: 820px) {
    .neural-playground7 .neural-content {
      padding-left: 0;
    }
  }

  .neural-img7 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -38px;
  }

  @media (max-width: 1440px) {
    .neural-img7 {
      left: -17%;
    }
  }

  @media (max-width: 1201px) {
    .neural-img7 {
      width: 435px;
    }
  }

  @media (max-width: 1025px) {
    .neural-img7 {
      width: 349px;
    }
  }

  @media (max-width: 769px) {
    .neural-img7 {
      position: relative;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      top: 0;
      left: 0;
      width: 100%;
      margin-bottom: 50px;
    }
  }

  .neural-img7::after {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 432px;
    height: 1022px;
    background-image: url(../images/layers/eclips9.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .neural-img7::after {
      top: -66%;
    }
  }

  @media (max-width: 769px) {
    .neural-img7::after {
      top: -28%;
      left: -15px;
    }
  }

  @media (max-width: 390px) {
    .neural-img7::after {
      display: none;
    }
  }

  .neural-playground8 {
    position: relative;
    padding: 120px 0 245px;
  }

  @media (max-width: 1025px) {
    .neural-playground8 {
      padding: 120px 0 100px;
    }
  }

  @media (max-width: 769px) {
    .neural-playground8 {
      padding: 80px 0 80px;
    }
  }

  .neural-content8 {
    position: relative;
    padding-left: 57px;
  }

  @media (max-width: 1440px) {
    .neural-content8 {
      padding-left: 0;
    }
  }

  .neural-content8 .gradient-title {
    color: var(--color-content-white);
  }

  .neural-img8 {
    position: absolute;
    top: 17%;
    left: 0;
  }

  @media (max-width: 1440px) {
    .neural-img8 {
      left: -16%;
    }
  }

  @media (max-width: 1366px) {
    .neural-img8 {
      width: 387px;
    }
  }

  @media (max-width: 1201px) {
    .neural-img8 {
      left: -11%;
      width: 309px;
    }
  }

  @media (max-width: 1025px) {
    .neural-img8 {
      width: 267px;
    }
  }

  @media (max-width: 769px) {
    .neural-img8 {
      width: 209px;
    }
  }

  @media (max-width: 577px) {
    .neural-img8 {
      position: static;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      width: 363px;
      margin-bottom: 50px;
    }
  }

  @media (max-width: 480px) {
    .neural-img8 {
      width: 303px;
    }
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .page-banner {
    position: relative;
    background-image: url(../images/bg/page1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner {
      padding: 123px 0 174px;
    }
  }

  @media (max-width: 480px) {
    .page-banner {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner {
      padding: 81px 0 132px;
    }
  }

  .page-banner::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1118px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-content {
    position: relative;
    text-align: center;
    max-width: 877px;
    margin: 0 auto;
  }

  @media (max-width: 390px) {
    .page-content {
      padding: 0 20px;
    }
  }

  .page-content .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    color: var(--color-content-white);
    letter-spacing: -0.03em;
    margin-bottom: 0;
  }

  @media (max-width: 1366px) {
    .page-content .title {
      font-size: 62px;
      line-height: 64px;
    }
  }

  @media (max-width: 820px) {
    .page-content .title {
      font-size: 49px;
      line-height: 50px;
    }
  }

  @media (max-width: 577px) {
    .page-content .title {
      font-size: 39px;
      line-height: 45px;
    }
  }

  @media (max-width: 480px) {
    .page-content .title {
      font-size: 34px;
      line-height: 44px;
    }
  }

  @media (max-width: 390px) {
    .page-content .title {
      font-size: 31px;
      line-height: 41px;
    }
  }

  .shape::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 117px;
    height: 85px;
    background-image: url(../images/layers/shape1-4.png);
    z-index: 99;
    border-radius: 20px 0 0 0;
  }

  @media (max-width: 769px) {
    .shape {
      display: none;
    }
  }

  .shape3::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 292px;
    background-image: url(../images/layers/shape1-6.png);
    z-index: 99;
  }

  @media (max-width: 769px) {
    .shape3 {
      display: none;
    }
  }

  .staff-text {
    position: absolute;
    right: 142px;
    bottom: 29px;
    font-family: "Manrope Alt", Arial, Helvetica, sans-serif;
    text-transform: none;
    letter-spacing: -0.03em;
    word-spacing: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 0.75em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--color-content-white);
    white-space: nowrap;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
  }

  @media (max-width: 1201px) {
    .staff-text {
      font-size: 65px;
    }
  }

  @media (max-width: 769px) {
    .staff-text {
      display: none;
    }
  }

  .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-content-white);
    padding: 35px 82px 26px;
    border-radius: 0 25px 0 25px;
  }

  @media (max-width: 769px) {
    .breadcrumbs {
      padding: 27px 55px 21px;
    }
  }

  @media (max-width: 480px) {
    .breadcrumbs {
      padding: 20px 53px 12px;
    }
  }

  .breadcrumbs::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape2-3.png);
    z-index: 99;
  }

  .breadcrumbs::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape2-2.png);
    z-index: 99;
  }

  .breadcrumbs li {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    color: var(--color-content-black2);
  }

  .breadcrumbs li:nth-child(4) {
    color: #c5c5c5;
    margin: 0 3px;
  }

  .breadcrumbs li:nth-child(2) {
    margin: 0 3px;
  }

  @media (max-width: 390px) {
    .breadcrumbs li:last-child {
      max-width: 180px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: middle;
    }
  }

  .breadcrumbs li a {
    color: var(--color-content-black2);
    border-bottom: 1px solid var(--color-content-black2);
  }

  .breadcrumbs li a:hover {
    color: var(--color-primary);
  }

  .breadcrumbs .items {
    color: #c5c5c5;
    margin: 0 3px;
  }

  .page-banner2 {
    position: relative;
    background-image: url(../images/bg/page1-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner2 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner2 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner2 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner2 {
      padding: 81px 0 132px;
    }
  }

  .page-banner2::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1118px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner2::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner2::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-banner2 .breadcrumbs li {
    white-space: nowrap;
  }

  @media (max-width: 390px) {
    .page-banner2 .breadcrumbs li:last-child {
      max-width: 50px;
    }
  }

  .page-banner3 {
    position: relative;
    background-image: url(../images/bg/page1-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner3 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner3 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner3 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner3 {
      padding: 81px 0 132px;
    }
  }

  .page-banner3::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1023px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner3::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner3::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-banner4 {
    position: relative;
    background-image: url(../images/bg/page1-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner4 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner4 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner4 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner4 {
      padding: 81px 0 132px;
    }
  }

  .page-banner4::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1023px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner4::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner4::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-banner4 .breadcrumbs li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media (max-width: 480px) {
    .page-banner4 .breadcrumbs li:last-child {
      max-width: 90px;
    }
  }

  .page-banner5 {
    position: relative;
    background-image: url(../images/bg/page1-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner5 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner5 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner5 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner5 {
      padding: 81px 0 132px;
    }
  }

  .page-banner5::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1154px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner5::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner5::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-banner6 {
    position: relative;
    background-image: url(../images/bg/page1-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner6 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner6 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner6 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner6 {
      padding: 81px 0 132px;
    }
  }

  .page-banner6::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1118px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner6::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner6::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-banner7 {
    position: relative;
    background-image: url(../images/bg/page1-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner7 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner7 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner7 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner7 {
      padding: 81px 0 132px;
    }
  }

  .page-banner7::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1023px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner7::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner7::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-banner8 {
    position: relative;
    background-image: url(../images/bg/page1-8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner8 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner8 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner8 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner8 {
      padding: 81px 0 132px;
    }
  }

  .page-banner8::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1023px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner8::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner8::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-banner9 {
    position: relative;
    background-image: url(../images/bg/page1-9.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner9 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner9 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner9 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner9 {
      padding: 81px 0 132px;
    }
  }

  .page-banner9::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1115px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner9::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner9::before {
      background-size: contain;
      top: -28%;
    }
  }

  .page-banner10 {
    position: relative;
    background-image: url(../images/bg/page1-10.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 146px 0 125px;
    margin: 15px;
    border-radius: 28px;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 769px) {
    .page-banner10 {
      padding: 122px 0 141px;
    }
  }

  @media (max-width: 577px) {
    .page-banner10 {
      padding: 86px 0 127px;
    }
  }

  @media (max-width: 480px) {
    .page-banner10 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner10 {
      padding: 81px 0 132px;
    }
  }

  @media (max-width: 390px) {
    .page-banner10 {
      padding: 81px 0 95px;
    }
  }

  @media (max-width: 769px) {
    .page-banner10 .shape {
      display: inline-block;
    }
  }

  .page-content10 {
    text-align: center;
  }

  .page-content10 img {
    margin-bottom: 73px;
  }

  @media (max-width: 577px) {
    .page-content10 img {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 390px) {
    .page-content10 img {
      width: 120px;
    }
  }

  .page-content10 .title {
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    margin-bottom: 9px;
    color: transparent;
    font-family: var(--font-secondary);
    letter-spacing: -0.03em;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
  }

  @media (max-width: 577px) {
    .page-content10 .title {
      font-size: 137px;
      line-height: 126px;
      margin-bottom: 23px;
    }
  }

  @media (max-width: 480px) {
    .page-content10 .title {
      font-size: 110px;
      line-height: 106px;
    }
  }

  @media (max-width: 390px) {
    .page-content10 .title {
      font-size: 88px;
      line-height: 78px;
    }
  }

  .page-content10 .title2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 20px;
    color: var(--color-content-white);
    font-weight: 400;
  }

  @media (max-width: 1025px) {
    .page-content10 .title2 {
      font-size: 65px;
      line-height: 68px;
    }
  }

  @media (max-width: 820px) {
    .page-content10 .title2 {
      font-size: 50px;
      line-height: 55px;
    }
  }

  @media (max-width: 577px) {
    .page-content10 .title2 {
      font-size: 40px;
      line-height: 44px;
    }
  }

  @media (max-width: 480px) {
    .page-content10 .title2 {
      font-size: 33px;
      line-height: 32px;
    }
  }

  @media (max-width: 390px) {
    .page-content10 .title2 {
      font-size: 29px;
      line-height: 39px;
    }
  }

  .page-content10 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-white);
    max-width: 585px;
    margin: 0 auto 33px;
  }

  .page-content10 .ibt-btn {
    color: var(--color-content-white);
    border: 1px solid var(--color-content-white);
    margin-bottom: 104px;
  }

  .page-content10 .ibt-btn::before {
    display: none;
  }

  .page-content10 .ibt-btn:hover {
    border-color: transparent;
  }

  @media (max-width: 820px) {
    .page-content10 .ibt-btn {
      margin-bottom: 50px;
    }
  }

  @media (max-width: 480px) {
    .page-content10 .ibt-btn {
      margin-bottom: 25px;
    }
  }

  .page-content10 .social-icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-content-white);
    border-radius: 0 25px 0 25px;
    width: 295px;
    height: 88px;
  }

  @media (max-width: 577px) {
    .shape2 {
      width: 197px;
      height: 59px;
    }
  }

  @media (max-width: 390px) {
    .shape2 {
      width: 133px;
      height: 53px;
    }
  }

  .shape2::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape2-3.png);
    z-index: 99;
  }

  .shape2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape2-2.png);
    z-index: 99;
  }

  .shape4 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--color-content-white);
    border-radius: 25px 0 25px 0;
    width: 90px;
    height: 14.21vw;
  }

  @media (max-width: 480px) {
    .shape4 {
      width: 74px;
    }
  }

  .shape4::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape2-3.png);
    z-index: 99;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .shape4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape2-2.png);
    z-index: 99;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .page-banner11 {
    position: relative;
    background-image: url(../images/bg/page1-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 217px 0 235px;
    margin: 21px 20px 0;
    border-radius: 28px;
  }

  @media (max-width: 769px) {
    .page-banner11 {
      padding: 125px 0 178px;
    }
  }

  @media (max-width: 577px) {
    .page-banner11 {
      padding: 123px 0 196px;
    }
  }

  @media (max-width: 480px) {
    .page-banner11 {
      padding: 114px 0 160px;
    }
  }

  @media (max-width: 480px) {
    .page-banner11 {
      padding: 81px 0 132px;
    }
  }

  .page-banner11::before {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 1078px;
    background-image: url(../images/layers/bg-layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .page-banner11::before {
      height: 400px;
    }
  }

  @media (max-width: 480px) {
    .page-banner11::before {
      background-size: contain;
      top: -28%;
    }
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .simple-sidebar {
    position: relative;
  }

  .ser-widget {
    position: relative;
    background-color: #f0f2f4;
    border-radius: 25px;
    padding: 47px 22px 44px 46px;
  }

  @media (max-width: 1201px) {
    .ser-widget {
      padding: 47px 13px 44px 29px;
    }
  }

  @media (max-width: 1025px) {
    .ser-widget {
      padding: 47px 23px 44px 39px;
    }
  }

  .ser-widget a {
    position: relative;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #8a9199;
    display: block;
    overflow: hidden;
  }

  @media (max-width: 1201px) {
    .ser-widget a {
      font-size: 18px;
      line-height: 40px;
    }
  }

  .ser-widget a:hover {
    color: var(--color-heading);
    padding-left: 24px;
  }

  .ser-widget a:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .ser-widget a::before {
    content: "\e82d";
    font: 400 normal 0.5625em/1em "fontello";
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--color-heading);
    -webkit-transform: translateX(-24px);
    -ms-transform: translateX(-24px);
    transform: translateX(-24px);
  }

  .brochure-widget {
    position: relative;
    background-color: #aa8ee0;
    border-radius: 25px;
    padding: 72px 45px 65px;
  }

  .brochure-widget::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 212px;
    height: 222px;
    background-image: url(../images/layers/dotes.html);
    z-index: 0;
  }

  .brochure-widget .sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-content-white);
    margin-bottom: 14px;
    display: inline-block;
  }

  .brochure-widget .title {
    position: relative;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.03em;
    margin-bottom: 31px;
    font-weight: 400;
    color: var(--color-content-white);
    z-index: 999;
  }

  .brochure-widget .ibt-btn {
    border: 1px solid var(--color-content-white);
    color: var(--color-content-white);
    border-radius: 10px;
    font-size: 14px;
    height: 50px;
  }

  .brochure-widget .ibt-btn i {
    margin-left: 5px;
  }

  .brochure-widget .ibt-btn::before {
    display: none;
  }

  .brochure-widget .ibt-btn:hover {
    border-color: transparent;
  }

  .strategy-widget {
    position: relative;
  }

  .strategy-widget img {
    width: 100%;
  }

  .strategy-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 44px 35px;
  }

  .strategy-content .title {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--color-content-white);
  }

  .strategy-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-white);
    margin-bottom: 0;
  }

  .side-widget {
    margin-bottom: 28px;
  }

  .side-bar2 {
    position: relative;
  }

  @media (max-width: 820px) {
    .side-bar2 {
      position: fixed;
      top: 0;
      right: -100%;
      padding: 86px 20px 32px;
      width: 349px;
      height: 100vh;
      background: var(--color-content-white);
      box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
      overflow-y: auto;
      -webkit-transition: right 0.3s ease-in-out;
      transition: right 0.3s ease-in-out;
      z-index: 99999999;
    }
  }

  .sidebar-close {
    background: none;
    display: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 15px;
    outline: none !important;
  }

  @media (max-width: 820px) {
    .sidebar-close {
      display: inline-block;
    }
  }

  .sidebar-close::before {
    content: "\e803";
    font: 400 normal 16px/16px "fontello";
  }

  .side-bar2.active {
    right: 0;
  }

  .form-widget form {
    position: relative;
    margin-bottom: 22px;
  }

  .form-widget form input {
    border: 1px solid #adadad;
    border-radius: 20px;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    padding: 0 21px;
  }

  .form-widget form input::-webkit-input-placeholder {
    color: #898989;
  }

  .form-widget form input::-moz-placeholder {
    color: #898989;
  }

  .form-widget form input:-ms-input-placeholder {
    color: #898989;
  }

  .form-widget form input::-ms-input-placeholder {
    color: #898989;
  }

  .form-widget form input::placeholder {
    color: #898989;
  }

  .form-widget form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    border: 0;
    background-color: unset;
    font-size: 17px;
    color: var(--color-content-black2);
    outline: none;
  }

  .side-widget2 {
    margin-bottom: 49px;
  }

  .side-bar-title {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-heading);
    padding-bottom: 12px;
    margin-bottom: 32px;
  }

  .side-bar-title::before {
    content: "\e82d";
    display: block;
    font-family: "fontello";
    font-size: 0.4em;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
  }

  .side-bar-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
  }

  .recent-post {
    position: relative;
    padding-left: 92px;
    margin-bottom: 18px;
  }

  .recent-post img {
    position: absolute;
    top: 10px;
    left: 0;
  }

  .recent-post .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #9b9b9b;
    display: block;
    margin-bottom: 2px;
  }

  .recent-post .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-heading);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .recent-post .title:hover {
    background-size: 100% 2px;
  }

  .recent-post .title:hover a {
    color: var(--color-heading);
  }

  .recent-post2 {
    position: relative;
    padding-left: 92px;
    margin-bottom: 18px;
  }

  .recent-post2 img {
    position: absolute;
    top: 5px;
    left: 0;
  }

  .recent-post2 .sub-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #9b9b9b;
    display: block;
    margin: 6px 0 0;
  }

  .recent-post2 .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 7px;
    color: var(--color-heading);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline;
    background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
    -webkit-transition: 0.3s, background-size 0.5s;
    transition: 0.3s, background-size 0.5s;
  }

  .recent-post2 .title:hover {
    background-size: 100% 2px;
  }

  .recent-post2 .title:hover a {
    color: var(--color-heading);
  }

  .recent-post2 .rating li {
    margin: 7px 0 0;
  }

  .archive-widget {
    position: relative;
  }

  .archive-widget a {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-heading);
    letter-spacing: -0.03em;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .archive-widget a:last-child {
    margin-bottom: 0;
  }

  .archive-widget a::before {
    content: "\e82d";
    font: 400 normal 0.5625em/1em "fontello";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--color-heading);
    -webkit-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    transform: translateX(-17px);
  }

  .archive-widget a:hover {
    padding-left: 17px;
  }

  .archive-widget a:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .tag-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .tag-list li {
    margin: 0 6px 10px 0;
  }

  .tag-list li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-content-black2);
    height: 35px;
    line-height: 35px;
    background-color: #f0f2f4;
    border-radius: 50px;
    padding: 0 14px;
    display: inline-block;
  }

  .tag-list li a:hover {
    background-color: var(--color-content-black2);
    color: var(--color-content-white);
  }

  .sidebar-toggle {
    position: fixed;
    right: 0;
    left: auto;
    top: 50%;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font: 400 normal 18px/1 "fontello";
    z-index: 9;
    opacity: 1;
    border: solid 1px;
    border-right: none;
    background-color: var(--color-content-white);
    display: none;
    z-index: 999;
  }

  @media (max-width: 820px) {
    .sidebar-toggle {
      display: inline-block;
    }
  }

  .sidebar-toggle::before {
    content: "\e825";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    right: auto;
    margin: -9px 0 0 -9px;
  }

  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999999;
  }

  .sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .side-bar3 {
    position: relative;
  }

  @media (max-width: 820px) {
    .side-bar3 {
      position: fixed;
      top: 0;
      right: -100%;
      padding: 86px 20px 32px;
      width: 369px;
      height: 100vh;
      background: var(--color-content-white);
      box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
      overflow-y: auto;
      -webkit-transition: right 0.3s ease-in-out;
      transition: right 0.3s ease-in-out;
      z-index: 99999999;
    }
  }

  .side-widget3 {
    margin-bottom: 57px;
  }

  .recent-post3 {
    position: relative;
    padding-left: 86px;
  }

  .recent-post3 img {
    position: absolute;
    top: 4px;
    left: 0;
  }

  .recent-post3 .title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 4px;
    letter-spacing: 0;
    color: var(--color-heading);
  }

  @media (max-width: 769px) {
    .recent-post3 .title {
      font-size: 14px;
    }
  }

  .recent-post3 .title a:hover {
    color: var(--color-content-white);
  }

  .recent-post3 .rating li {
    margin: 0;
  }

  .recent-post3 span {
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
    display: inline-block;
    font-weight: 500;
    margin-top: 3px;
  }

  .order-widget {
    position: relative;
  }

  .order-widget .price2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-content-black2);
    display: inline-block;
  }

  .order-widget tbody tr {
    border-bottom: 1px solid var(--color-content-black2);
  }

  .order-widget tbody tr td {
    border: 0;
    padding: 28px 0 32px;
  }

  .order-widget tbody tr .price-data {
    padding-right: 35px;
  }

  @media (max-width: 820px) {
    .order-widget tbody tr .price-data {
      padding-right: 21px;
    }
  }

  .sidebar-title3 {
    position: relative;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
    color: var(--color-heading);
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 32px;
  }

  .sidebar-title3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
    background: linear-gradient(to right, #8258c8, #2c84c8);
  }

  .cart-widget3 {
    position: relative;
    background-color: #f0f2f4;
    border-radius: 25px;
    padding: 42px 45px 53px;
  }

  @media (max-width: 769px) {
    .cart-widget3 {
      padding: 42px 29px 53px;
    }
  }

  .cart-widget3 .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--color-heading);
  }

  .cart-widget3 table {
    margin-bottom: 0;
  }

  .cart-widget3 table tr th {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: -0.03em;
    color: var(--color-heading);
    font-family: var(--font-secondary);
    padding-bottom: 17px;
  }

  .cart-widget3 table tr th:first-child {
    min-width: 268px;
  }

  @media (max-width: 1201px) {
    .cart-widget3 table tr th:first-child {
      min-width: 210px;
    }
  }

  .cart-widget3 table tbody tr:first-child {
    border-bottom: 1px solid var(--color-heading);
  }

  .cart-widget3 table tbody tr:first-child td {
    padding: 0 0 19px;
  }

  .cart-widget3 table tbody tr:last-child td {
    padding-top: 13px;
  }

  .cart-widget3 table tbody tr td {
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-heading);
    font-family: var(--font-secondary);
  }

  .payment-methods .method {
    margin-bottom: 13px;
    overflow: hidden;
  }

  .payment-methods .method input[type=radio]~label::after {
    display: none;
  }

  .payment-methods .method input[type=radio] {
    display: none;
  }

  .payment-methods .method input[type=radio]:checked+label::before {
    background: var(--color-content-black2);
    border-color: #d9d9d9;
  }

  .payment-methods .method input[type=radio]:checked~.content {
    display: block;
  }

  .payment-methods .method label {
    display: block;
    cursor: pointer;
    position: relative;
  }

  .payment-methods .method label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d9d9d9;
  }

  .payment-methods .method label span {
    margin-left: 7px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: var(--color-content-black2);
  }

  .payment-methods .method .content {
    position: relative;
    display: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-content-black2);
    background-color: #f0f2f4;
    border-radius: 25px;
    padding: 33px 31px 30px;
    margin: 16px 0 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .payment-methods .method .content::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 29px;
    width: 20px;
    height: 18px;
    background-image: url(../images/icon/triangel.png);
  }

  .payment-widget {
    position: relative;
  }

  .payment-widget .para {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 18px 0 28px;
    color: var(--color-content-black2);
    max-width: 358px;
  }

  .payment-widget form input[type=checkbox]:checked~label::before {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
  }

  .payment-widget form input[type=checkbox]:checked~label::after {
    border-color: var(--color-content-black2);
    top: 11px;
  }

  .payment-widget form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
    padding-left: 28px;
  }

  @media (max-width: 769px) {
    .payment-widget form label {
      line-height: 26px;
    }
  }

  .payment-widget form label::before {
    background-color: #d9d9d9;
    top: 7px;
  }

  .payment-widget form .ibt-btn {
    height: 50px;
    margin-top: 39px;
    outline: none !important;
  }

  .payment-widget form .ibt-btn i {
    margin: 0;
  }

  .sidebar-close3 {
    background: none;
    display: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 15px;
  }

  @media (max-width: 769px) {
    .sidebar-close3 {
      display: inline-block;
    }
  }

  .sidebar-close3::before {
    content: "\e803";
    font: 400 normal 16px/16px "fontello";
  }

  .side-bar3.active {
    right: 0;
  }

  .sidebar-toggle3 {
    position: fixed;
    right: 0;
    left: auto;
    top: 50%;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font: 400 normal 18px/1 "fontello";
    z-index: 9;
    opacity: 1;
    border: solid 1px;
    border-right: none;
    background-color: var(--color-content-white);
    display: none;
  }

  @media (max-width: 820px) {
    .sidebar-toggle3 {
      display: inline-block;
    }
  }

  .sidebar-toggle3::before {
    content: "\e825";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    right: auto;
    margin: -9px 0 0 -9px;
  }

  .sidebar-overlay3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999999;
  }

  .sidebar-overlay3.active {
    opacity: 1;
    visibility: visible;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .project-sec {
    position: relative;
    background-color: var(--color-surface-dark-2);
    border-radius: 25px;
    margin: 0 20px;
    overflow: hidden;
  }

  .project-sec .title-area {
    margin-bottom: 43px;
  }

  @media (max-width: 1366px) {
    .project-sec .title-area {
      margin: 0 10px 0;
    }
  }

  @media (max-width: 769px) {
    .project-sec .title-area {
      margin: 0 19px 0;
    }
  }

  @media (max-width: 577px) {
    .project-sec .title-area {
      margin: 0 7px 0;
    }
  }

  .project-sec .title-area .sec-title {
    max-width: 839px;
  }

  @media (max-width: 1201px) {
    .project-sec .title-area .sec-title {
      max-width: 755px;
    }
  }

  @media (max-width: 1025px) {
    .project-sec .title-area .sec-title {
      margin-bottom: 30px !important;
    }
  }

  .project-btn {
    max-width: 1324px;
    margin: 0 auto;
  }

  .project-slider {
    padding: 50px 0;
  }

  .counter-box5 {
    position: relative;
    display: inline-block;
  }

  .counter-box5 .counter-number,
  .counter-box5 .counter-text {
    font-size: 116px;
    line-height: 94px;
    font-weight: 700;
    display: inline-block;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    color: var(--color-surface-dark-2);
    -webkit-background-clip: text;
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
    font-family: "Manrope", Sans-serif;
  }

  @media (max-width: 1201px) {

    .counter-box5 .counter-number,
    .counter-box5 .counter-text {
      font-size: 99px;
    }
  }

  @media (max-width: 769px) {

    .counter-box5 .counter-number,
    .counter-box5 .counter-text {
      font-size: 80px;
    }
  }

  .counter-box5 .counter-number {
    width: 215px;
    text-align: right;
  }

  @media (max-width: 1201px) {
    .counter-box5 .counter-number {
      width: 185px;
    }
  }

  @media (max-width: 1025px) {
    .counter-box5 .counter-number {
      text-align: left;
      width: unset;
    }
  }

  .user-count {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px;
  }

  @media (max-width: 1025px) {
    .user-count {
      padding-right: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }

  @media (max-width: 480px) {
    .user-count {
      max-width: 280px;
    }
  }

  .user-count .user {
    position: absolute;
    top: 57px;
    right: -24px;
  }

  @media (max-width: 1025px) {
    .user-count .user {
      right: 0;
    }
  }

  @media (max-width: 769px) {
    .user-count .user {
      right: 22%;
    }
  }

  @media (max-width: 480px) {
    .user-count .user {
      right: 11%;
    }
  }

  .project-card {
    position: relative;
    border: 1px solid #4a4a4a;
    border-radius: 25px;
    padding: 34px 42px 64px;
    min-height: 600px;
    overflow: hidden;
    max-width: 600px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 10px;
  }

  @media (max-width: 1440px) {
    .project-card {
      padding: 34px 32px 53px;
    }
  }

  @media (max-width: 390px) {
    .project-card {
      padding: 34px 32px 29px;
    }
  }

  @media (max-width: 769px) {
    .project-card {
      min-height: 400px;
    }
  }

  .project-card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    border-color: #FF7A00;
  }

  .project-card:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .project-card:hover .projec-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .project-card:hover .title,
  .project-card:hover p,
  .project-card:hover span {
    color: #fff !important;
  }

  .project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/project/light_tech_bg1_1773991291610.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: -2;
  }

  .project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/project/proj_bg_clean1_1774087952591.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: -1;
  }

  .project-card span {
    position: relative;
    font-size: 12px;
    line-height: 33px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--color-heading);
    height: 35px;
    padding: 0 15px;
  }

  .project-card span::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* border ki width */
    border-radius: 50px;
    background: -webkit-linear-gradient(left, #FF7A00, #FDBA74);
    background: linear-gradient(90deg, #FF7A00, #FDBA74);
    /* 👈 gradient colors */
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .projec-content {
    position: relative;
    max-width: 334px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  @media (max-width: 390px) {
    .projec-content {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .projec-content .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 17px;
    color: var(--color-heading);
  }

  .projec-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 500;
  }

  .empty {
    position: relative;
    height: 524px;
    overflow: hidden;
  }

  @media (max-width: 769px) {
    .empty {
      height: 453px;
    }
  }

  .project-btn {
    position: relative;
  }

  @media (max-width: 1366px) {
    .project-btn {
      margin: 40px 10px 0;
    }
  }

  @media (max-width: 480px) {
    .project-btn {
      text-align: center;
    }
  }

  @media (max-width: 390px) {
    .project-btn {
      margin-top: 0;
    }
  }

  .project-btn .ibt-btn-outline {
    color: var(--color-content-white);
  }

  .project-btn .custom-pagination {
    position: absolute;
    bottom: 3px;
    right: 18px;
    text-align: center;
  }

  @media (max-width: 480px) {
    .project-btn .custom-pagination {
      position: static;
      margin-bottom: 30px;
    }
  }

  .project-btn .custom-pagination span {
    display: inline-block;
    width: 48px;
    height: 3px;
    background: #717171;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .project-btn .custom-pagination span.active {
    background: var(--color-content-white);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    height: 6px;
    border-radius: 6px;
  }

  .project-card.v2::before { background-image: url(../images/project/light_tech_bg2_1773991315856.png); }
  .project-card.v3::before { background-image: url(../images/project/light_tech_bg3_1773991335496.png); }
  .project-card.v4::before { background-image: url(../images/project/light_tech_bg4_1773991359143.png); }
  .project-card.v5::before { background-image: url(../images/project/light_tech_bg1_1773991291610.png); }
  .project-card.v6::before { background-image: url(../images/project/light_tech_bg2_1773991315856.png); }
  .project-card.v7::before { background-image: url(../images/project/light_tech_bg3_1773991335496.png); }
  .project-card.v8::before { background-image: url(../images/project/light_tech_bg4_1773991359143.png); }

  .project-card.v2::after { background-image: url(../images/project/proj_bg_clean2_1774088023743.png); }
  .project-card.v3::after { background-image: url(../images/project/proj_bg_clean4_1774088091300.png); }
  .project-card.v4::after { background-image: url(../images/project/proj_bg_clean1_1774087952591.png); }
  .project-card.v5::after { background-image: url(../images/project/proj_bg_clean2_1774088023743.png); }
  .project-card.v6::after { background-image: url(../images/project/proj_bg_clean4_1774088091300.png); }
  .project-card.v7::after { background-image: url(../images/project/proj_bg_clean1_1774087952591.png); }
  .project-card.v8::after { background-image: url(../images/project/proj_bg_clean2_1774088023743.png); }

  .project-sec2 {
    position: relative;
    background-color: var(--color-heading);
    padding: 155px 15px 45px;
    margin: 0 20px;
    border-radius: 25px;
  }

  @media (max-width: 1201px) {
    .project-sec2 {
      padding: 120px 15px 45px;
    }
  }

  @media (max-width: 1025px) {
    .project-sec2 {
      padding: 80px 15px 45px;
    }
  }

  @media (max-width: 390px) {
    .project-sec2 {
      padding: 155px 0 45px;
    }
  }

  .project-sec2 .title-area {
    margin-bottom: 60px;
  }

  @media (max-width: 1201px) {
    .project-sec2 .title-area .title {
      max-width: 770px;
    }
  }

  @media (max-width: 820px) {
    .project-sec2 .title-area .title {
      margin-bottom: 30px;
    }
  }

  .project-sec2 .title-area .ibt-btn-outline {
    color: var(--color-content-white);
  }

  .project-sec2 .sec-title {
    margin-right: 30px;
    max-width: 973px;
  }

  .project-block2 {
    padding-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 148px;
    height: 430px;
  }

  @media (max-width: 1201px) {
    .project-block2 {
      height: 333px;
    }
  }

  @media (max-width: 1025px) {
    .project-block2 {
      height: 379px;
    }
  }

  @media (max-width: 577px) {
    .project-block2 {
      height: 326px;
    }
  }

  @media (max-width: 390px) {
    .project-block2 {
      height: 364px;
    }
  }

  .project-block2>img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
  }

  .project-content2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding-left: 67px;
    width: 100%;
  }

  @media (max-width: 1025px) {
    .project-content2 {
      top: 47%;
    }
  }

  @media (max-width: 820px) {
    .project-content2 {
      padding-left: 54px;
    }
  }

  @media (max-width: 769px) {
    .project-content2 {
      width: unset;
    }
  }

  @media (max-width: 480px) {
    .project-content2 {
      padding-left: 33px;
    }
  }

  .project-content2 .sub-title {
    font-size: 12px;
    line-height: 33px;
    height: 35px;
    margin-bottom: 28px;
    color: var(--color-content-white);
    padding: 0 15px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #46bfda;
  }

  .project-content2 .title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-content-white);
    max-width: 832px;
  }

  @media (max-width: 1025px) {
    .project-content2 .title {
      font-size: 34px;
      line-height: 42px;
      max-width: 568px;
    }
  }

  @media (max-width: 577px) {
    .project-content2 .title {
      font-size: 25px;
      line-height: 32px;
      max-width: 450px;
    }
  }

  @media (max-width: 480px) {
    .project-content2 .title {
      max-width: 320px;
    }
  }

  @media (max-width: 390px) {
    .project-content2 .title {
      max-width: 234px;
      font-size: 24px;
    }
  }

  .project-content2 .title a {
    color: var(--color-content-white);
  }

  .project-content2 .ser-btn3 {
    position: absolute;
    bottom: 9px;
    right: 134px;
    padding-right: 23px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  @media (max-width: 1366px) {
    .project-content2 .ser-btn3 {
      right: 67px;
    }
  }

  @media (max-width: 820px) {
    .project-content2 .ser-btn3 {
      right: 54px;
    }
  }

  @media (max-width: 769px) {
    .project-content2 .ser-btn3 {
      position: relative;
      bottom: 0;
      right: 0;
      margin-top: 10px;
    }
  }

  .project-content2 .ser-btn3:hover {
    padding: 0 0 0 23px;
  }

  .project-content2 .ser-btn3:hover::before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

  .project-content2 .ser-btn3:hover::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .project-content2 .ser-btn3::before {
    content: "\e82d";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    right: 0;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .project-content2 .ser-btn3::after {
    content: "\e82d";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    left: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .project-sec3 {
    position: relative;
    overflow: hidden;
  }

  .project-block3 {
    position: relative;
  }

  .project-block3 .text {
    position: absolute;
    bottom: 38%;
    left: 26%;
    font-weight: 600;
    color: var(--color-content-white);
    line-height: 70px;
    font-size: 80px;
    margin-bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .project-block3 .text.v2 {
    bottom: 28%;
    left: 33%;
  }

  .project-block3 .text.v3 {
    bottom: 21%;
    left: 49%;
  }

  .project-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    will-change: transform;
  }

  .project-block3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 300px;
    margin: 0 15px;
    text-align: center;
  }

  .project-block3 img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .project-track.v2 {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .project-sec4 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    border-radius: 25px;
  }

  .project-sec4 .user-count {
    display: inherit;
    padding-right: 0;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    margin-left: auto;
    max-width: 292px;
    margin-top: 27px;
  }

  @media (max-width: 769px) {
    .project-sec4 .user-count {
      margin-left: 0;
    }
  }

  .project-sec4 .user-count .counter-number {
    text-align: left;
    width: unset;
  }

  .project-sec4 .user-count .user {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 0;
    display: block;
    margin-top: 11px;
  }

  @media (max-width: 1366px) {
    .project-sec4 .title-area {
      margin: 0 27px 50px;
    }
  }

  @media (max-width: 769px) {
    .project-sec4 .title-area {
      margin: 0 19px 50px;
    }
  }

  @media (max-width: 577px) {
    .project-sec4 .title-area {
      margin: 0 7px 50px;
    }
  }

  @media (max-width: 1025px) {
    .project-sec4 .title-area .sec-title {
      max-width: 454px;
    }
  }

  @media (max-width: 769px) {
    .project-sec4 .title-area .sec-title {
      max-width: 454px;
    }
  }

  .project-btn4 {
    position: relative;
    margin-top: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 769px) {
    .project-btn4 {
      margin-top: 30px;
    }
  }

  .slider-btn4 {
    position: relative;
    border-radius: 25px 25px 0 0;
    width: 120px;
    height: 57px;
    line-height: 46px;
    z-index: 9;
    text-align: center;
    margin-right: 8px;
  }

  @media (max-width: 1440px) {
    .slider-btn4 {
      right: 0%;
    }
  }

  @media (max-width: 769px) {
    .slider-btn4 {
      right: auto;
      left: 0px;
      top: 45%;
    }
  }

  @media (max-width: 577px) {
    .slider-btn4 {
      top: 50%;
    }
  }

  .slider-btn4::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border ki width */
    border-radius: 15px;
    background: -webkit-linear-gradient(left, #7b5cc8, #5e6bc9, #3480c8);
    background: linear-gradient(90deg, #7b5cc8, #5e6bc9, #3480c8);
    /* 👈 gradient colors */
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }

  .slider-btn4 .swiper-button-prev,
  .slider-btn4 .swiper-button-next {
    background-color: unset;
    border: 0;
    outline: none;
    padding: 0 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--color-content-white);
  }

  .slider-btn4 .swiper-button-prev:hover,
  .slider-btn4 .swiper-button-next:hover {
    color: var(--color-primary);
  }

  .slider-btn4 .swiper-button-prev::after,
  .slider-btn4 .swiper-button-next::after {
    display: none;
  }

  .slider-btn4 .swiper-button-prev {
    margin-right: 30px;
  }

  .slider-btn4 .swiper-button-prev::before {
    content: "\e833";
    font: 400 normal 11px/1em "fontello";
  }

  .slider-btn4 .swiper-button-next::before {
    content: "\e844";
    font: 400 normal 11px/1em "fontello";
  }

  .project-card4 {
    position: relative;
    height: 564px;
    border: 1px solid #4a4a4a;
    border-radius: 25px;
    padding: 42px 45px 45px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
  }

  .project-card4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-image: url(../images/layers/pro-layer.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .project-card4:hover::before {
    opacity: 1;
    visibility: visible;
    height: 193px;
  }

  .project-content4 {
    position: relative;
  }

  .project-content4 .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.03em;
    margin-bottom: 37px;
  }

  .project-content4 .title a {
    color: var(--color-content-white);
  }

  .project-content4 .ibt-btn {
    padding: 7px 15px 8px 16px;
    color: var(--color-content-white);
    height: unset;
    font-size: 14px;
  }

  .project-content4 .ibt-btn span::before {
    content: "\e83a";
    position: relative;
    display: inline-block;
    width: 1.21739em;
    text-align: start;
    top: 1px;
    margin: 0 13px 0 0;
    font: 400 normal 15px "fontello";
  }

  .project-sec5 {
    position: relative;
    background-color: #f0f2f4;
    border-radius: 20px;
    margin: 0 20px;
  }

  .project-sec5 .title-area {
    margin-bottom: 154px;
  }

  @media (max-width: 1025px) {
    .project-sec5 .title-area {
      margin-bottom: 50px;
    }
  }

  .project-sec5 .title-area .sec-title {
    max-width: 619px;
  }

  @media (max-width: 1025px) {
    .project-sec5 .title-area .sec-title {
      max-width: 665px;
      margin-top: 40px;
    }
  }

  @media (max-width: 1025px) {
    .project-sec5 .row {
      margin-bottom: -30px;
    }
  }

  .user-count5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 91px;
  }

  @media (max-width: 1025px) {
    .user-count5 {
      margin-bottom: 32px;
    }
  }

  .user-count5 .user {
    color: var(--color-heading);
    margin: 0;
  }

  .counter-box16 {
    position: relative;
    display: inline-block;
    margin-right: 13px;
  }

  .counter-box16 .counter-number,
  .counter-box16 .counter-text {
    background-color: transparent;
    color: #f0f2f4;
    font-size: 150px;
    line-height: 113px;
    letter-spacing: -0.05em;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(352deg, #8258c8 0%, #2c84c8 100%);
    background-image: linear-gradient(98deg, #8258c8 0%, #2c84c8 100%);
    padding: 0px 2px 0px 0px;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
  }

  @media (max-width: 769px) {

    .counter-box16 .counter-number,
    .counter-box16 .counter-text {
      font-size: 119px;
    }
  }

  @media (max-width: 390px) {

    .counter-box16 .counter-number,
    .counter-box16 .counter-text {
      font-size: 78px;
    }
  }

  .project-card5 {
    position: relative;
  }

  @media (max-width: 1025px) {
    .project-card5 {
      margin-bottom: 30px;
    }
  }

  .project-content5 {
    position: relative;
    padding-top: 60px;
  }

  @media (max-width: 577px) {
    .project-content5 {
      padding-top: 25px;
    }
  }

  .project-content5 .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--color-heading);
    max-width: 422px;
  }

  .project-content5 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-content-black2);
    max-width: 345px;
  }

  .project-img5 {
    position: relative;
  }

  .project-img5::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 91px;
    height: 79px;
    background-image: url(../images/layers/ser-layer11.png);
    border-radius: 0 0 20px 0;
  }

  .project-img5 img {
    width: 100%;
    border-radius: 25px;
  }

  .project-card5.v2 {
    margin-top: 96px;
    margin-left: 95px;
  }

  @media (max-width: 1025px) {
    .project-card5.v2 {
      margin: 0 0 30px;
    }
  }

  .project-card5.v2 p {
    max-width: 383px;
  }

  .project-card5.v1 {
    margin-right: 95px;
  }

  @media (max-width: 1025px) {
    .project-card5.v1 {
      margin-right: 0;
    }
  }

  .project-sec6 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    border-radius: 25px;
    margin: 20px 20px 0;
  }

  .project-sec6::before {
    content: "";
    position: absolute;
    bottom: -35%;
    left: 0;
    width: 100%;
    height: 1309px;
    background-image: url(../images/layers/layer11-2.png);
    z-index: -1;
  }

  @media (max-width: 1366px) {
    .project-sec6 .title-area {
      padding: 0 27px;
    }
  }

  @media (max-width: 769px) {
    .project-sec6 .title-area {
      padding: 0 19px;
    }
  }

  @media (max-width: 577px) {
    .project-sec6 .title-area {
      padding: 0 7px;
    }
  }

  .project-sec6 .title-area .sec-title {
    max-width: 850px;
  }

  @media (max-width: 1025px) {
    .project-sec6 .title-area .sec-title {
      margin-bottom: 30px !important;
    }
  }

  .project-sec6 .sec-btn-box {
    position: relative;
  }

  .project-sec6 .sec-btn-box .ibt-btn {
    color: var(--color-content-white);
  }

  .project-sec6 .row {
    margin-bottom: -30px;
  }

  .project-block6 {
    position: relative;
    margin-bottom: 30px;
  }

  @media (max-width: 1025px) {
    .project-block6 {
      height: 330px;
    }
  }

  .project-block6>img {
    height: 100%;
    width: 100%;
  }

  .project-block6 .music {
    position: absolute;
    top: 51px;
    left: 45px;
    height: unset;
    width: unset !important;
  }

  .project-block6 .title {
    position: absolute;
    bottom: 37px;
    left: 42px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
    max-width: 353px;
  }

  @media (max-width: 480px) {
    .project-block6 .title {
      max-width: 277px;
    }
  }

  @media (max-width: 390px) {
    .project-block6 .title {
      max-width: 145px;
      line-height: 24px;
      font-size: 20px;
    }
  }

  .video-btn6 {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }

  .video-btn6 .video-popup {
    position: static;
  }

  .video-btn6 .video-popup i {
    color: var(--color-content-white);
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0;
  }

  .video-btn6 .video-popup:hover i {
    background-color: var(--color-content-white);
    color: var(--color-content-black2);
  }

  .project-sec7 {
    position: relative;
  }

  .video-banner3 {
    position: relative;
    margin-bottom: 32px;
  }

  @media (max-width: 769px) {
    .video-banner3 {
      height: 430px;
    }
  }

  .video-banner3::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 322px;
    height: 107px;
    background-image: url(../images/layers/banner-3.png);
  }

  .video-banner3 img {
    border-radius: 25px;
    height: 100%;
  }

  .video-banner-content7 {
    position: absolute;
    top: 228px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }

  @media (max-width: 1440px) {
    .video-banner-content7 {
      top: 130px;
    }
  }

  @media (max-width: 1201px) {
    .video-banner-content7 {
      top: 110px;
    }
  }

  .video-banner-content7 img {
    margin-bottom: 46px;
  }

  @media (max-width: 1025px) {
    .video-banner-content7 img {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 390px) {
    .video-banner-content7 img {
      margin-bottom: 30px;
    }
  }

  .video-banner-content7 .title {
    font-size: 120px;
    line-height: 110px;
    margin-bottom: 0;
    color: var(--color-content-white);
  }

  @media (max-width: 1366px) {
    .video-banner-content7 .title {
      font-size: 106px;
      line-height: 92px;
    }
  }

  @media (max-width: 1025px) {
    .video-banner-content7 .title {
      font-size: 63px;
      line-height: 56px;
    }
  }

  @media (max-width: 577px) {
    .video-banner-content7 .title {
      font-size: 48px;
      line-height: 47px;
    }
  }

  @media (max-width: 390px) {
    .video-banner-content7 .title {
      font-size: 41px;
      line-height: 39px;
    }
  }

  .project-block7 {
    position: relative;
    margin-bottom: 32px;
    border-radius: 25px;
    overflow: hidden;
    cursor: none;
  }

  .project-block7:hover .architecture {
    opacity: 1;
    visibility: visible;
  }

  .project-block7:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .project-block7 img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .project-img7 {
    position: relative;
  }

  @media (max-width: 820px) {
    .project-img7 {
      margin-bottom: 30px;
    }
  }

  .project-block7.v2 {
    position: relative;
    height: 854px;
  }

  @media (max-width: 1440px) {
    .project-block7.v2 {
      height: 100%;
    }
  }

  .architecture {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 36px 28px 27px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--color-content-white);
    border-radius: 0 25px 0 25px;
  }

  .architecture::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/gallery-shap.png);
  }

  .architecture::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/gallery-shap.png);
  }

  .architecture a {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--color-heading);
    display: inline-block;
    z-index: 99;
    text-decoration: none;
  }

  .project-block7.v3 {
    margin-bottom: 0;
  }

  @media (max-width: 769px) {
    .project-block7.v3 {
      margin-bottom: 30px;
    }
  }

  .project-block7.v4 {
    height: 792px;
  }

  .project-single {
    position: relative;
  }

  @media (max-width: 1201px) {
    .project-single {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .project-single {
      margin: 0 5px;
    }
  }

  .project-content7 {
    position: relative;
  }

  .project-content7 .paragraph {
    font-weight: 500;
  }

  .project-content7 .ser-detail-list li i {
    color: #566fc9;
  }

  .project-post-meta {
    position: relative;
    border-top: 1px solid var(--color-content-black2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    margin: 36px 0 52px;
  }

  @media (max-width: 390px) {
    .project-post-meta {
      display: block;
    }
  }

  .post-meta-item {
    position: relative;
    margin-right: 68px;
  }

  @media (max-width: 480px) {
    .post-meta-item {
      margin-right: 25px;
    }
  }

  @media (max-width: 390px) {
    .post-meta-item {
      margin-bottom: 30px;
    }
  }

  .post-meta-item .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px;
    letter-spacing: -0.03em;
    color: var(--color-heading);
  }

  .post-meta-item p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: #959595;
    max-width: 161px;
  }

  .video-banner4 {
    position: relative;
    height: 793px;
    overflow: hidden;
    border-radius: 25px;
    margin: 0 20px;
  }

  @media (max-width: 769px) {
    .video-banner4 {
      height: 583px;
    }
  }

  .video-banner-img4 {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .video-box6 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px 90px 24px 73px;
    background-color: var(--color-content-white);
    border-radius: 25px 0px 0px 0px;
    z-index: 99;
  }

  @media (max-width: 480px) {
    .video-box6 {
      padding: 27px 60px 22px 50px;
    }
  }

  .video-box6::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -19px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/corner1-2.png);
  }

  .video-box6::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 21px;
    height: 20px;
    background-image: url(../images/layers/corner1-1.png);
  }

  .video-box6 .video-popup {
    position: static;
    color: var(--color-content-black2);
  }

  .process-sec {
    position: relative;
  }

  @media (max-width: 1201px) {
    .process-sec {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .process-sec {
      margin: 0 5px;
    }
  }

  .process-title {
    position: relative;
  }

  @media (max-width: 769px) {
    .process-title {
      margin-bottom: 30px;
    }
  }

  .process-title .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-heading);
    letter-spacing: -0.05em;
    text-transform: capitalize;
  }

  .process-detail {
    position: relative;
  }

  .process-detail .paragraph {
    font-weight: 700;
    margin-bottom: 30px;
  }

  .process-detail p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  blockquote {
    background-color: #f0f2f4;
    border-radius: 25px;
    padding: 66px 46px 54px;
    margin-top: 62px;
  }

  @media (max-width: 480px) {
    blockquote {
      padding: 47px 32px 44px;
    }
  }

  .quote-box {
    position: relative;
    padding-left: 83px;
  }

  @media (max-width: 577px) {
    .quote-box {
      padding-left: 0;
    }
  }

  .quote-box img {
    position: absolute;
    top: 6px;
    left: 0;
  }

  @media (max-width: 577px) {
    .quote-box img {
      position: static;
      margin-bottom: 30px;
    }
  }

  .quote-box .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 7px;
    font-weight: 400;
    color: var(--color-content-black2);
    font-style: normal;
  }

  @media (max-width: 480px) {
    .quote-box .title {
      font-size: 22px;
      line-height: 31px;
      margin-bottom: 9px;
    }
  }

  @media (max-width: 390px) {
    .quote-box .title {
      font-size: 18px;
      line-height: 29px;
    }
  }

  .quote-box .sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    color: #8f9092;
    display: inline-block;
    font-style: normal;
  }

  .project-sec8 {
    position: relative;
  }

  .menu_iso {
    position: relative;
    padding: 0 242px 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  @media (max-width: 1440px) {
    .menu_iso {
      padding: 0 0 54px;
    }
  }

  @media (max-width: 1025px) {
    .menu_iso {
      padding: 0 0 30px;
    }
  }

  .menu_iso li {
    margin: 0;
    position: relative;
  }

  @media (max-width: 390px) {
    .menu_iso li {
      margin-bottom: 10px;
    }
  }

  .menu_iso li::before {
    content: "/";
    position: absolute;
    top: 3px;
    right: -5px;
  }

  .menu_iso li:last-child::before {
    display: none;
  }

  @media (max-width: 390px) {
    .menu_iso li:nth-child(3)::before {
      display: none;
    }
  }

  .menu_iso li a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: var(--color-content-black2);
    display: inline-block;
    border: 0;
    background-color: unset;
    margin: 0 18px;
    cursor: pointer;
  }

  .menu_iso li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .menu_iso li a:hover {
    color: #FF7A00 !important;
  }

  .menu_iso li a:hover::before {
    width: 100%;
  }

  .menu_iso li a.is-checked {
    color: #FF7A00 !important;
  }

  .menu_iso li a.is-checked::before {
    width: 100%;
  }

  .menu_iso li a.active {
    color: #FF7A00 !important;
  }

  .menu_iso li a.active::before {
    width: 100%;
  }

  .menu_iso li.active {
    color: #FF7A00 !important;
  }

  .menu_iso li.active::before {
    width: 100%;
  }

  .project-block8 {
    position: relative;
    margin-bottom: 32px;
    border-radius: 25px;
    overflow: hidden;
    cursor: none;
  }

  .project-block8:hover .architecture2 {
    opacity: 1;
    visibility: visible;
  }

  .project-block8:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .project-block8 img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 117px;
    height: 117px;
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.3s ease;
    transition: transform 0.25s ease, opacity 0.3s ease, -webkit-transform 0.25s ease;
    opacity: 0;
    z-index: 9999;
  }

  .architecture2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 36px 28px 27px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--color-content-white);
    border-radius: 0 25px 0 25px;
  }

  .architecture2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/gallery-shap.png);
  }

  .architecture2::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/gallery-shap.png);
  }

  .architecture2 a {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--color-heading);
    display: inline-block;
    z-index: 99;
    text-decoration: none;
  }

  .img_iso {
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    width: 300px;
    margin: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  .img_iso:hover {
    box-shadow: 6px 4px 11px 3px #999999;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }

  .project-sec9 {
    position: relative;
  }

  .project-sec9 h2 {
    display: none;
  }

  @media (max-width: 1440px) {
    .project-sec9 .project-block7.v2 {
      height: auto;
    }
  }

  @media (max-width: 1440px) {
    .project-sec9 .project-block7.v4 {
      height: 605px;
    }
  }

  @media (max-width: 1366px) {
    .project-sec9 .project-block7.v4 {
      height: 571px;
    }
  }

  @media (max-width: 1201px) {
    .project-sec9 .project-block7.v4 {
      height: 505px;
    }
  }

  @media (max-width: 1025px) {
    .project-sec9 .project-block7.v4 {
      height: 430px;
    }
  }

  @media (max-width: 577px) {
    .project-sec9 .project-block7.v4 {
      height: auto;
    }
  }

  .project-sec9 .iso-container {
    position: relative;
  }

  .project-sec9 .grid-sizer,
  .project-sec9 .isotope-item {
    width: 33.333%;
  }

  .project-sec9 .isotope-item {
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
  }

  .project-sec9 .isotope-item.v3 .project-block7 {
    height: 792px;
  }

  @media (max-width: 1201px) {
    .project-sec9 .isotope-item.v3 .project-block7 {
      height: 500px;
    }
  }

  @media (max-width: 1025px) {
    .project-sec9 .isotope-item.v3 .project-block7 {
      height: 430px;
    }
  }

  @media (max-width: 769px) {
    .project-sec9 .isotope-item.v3 .project-block7 {
      height: auto;
    }
  }

  .project-sec9 .isotope-item.v2 {
    width: 66.666%;
  }

  .project-sec9 .isotope-item,
  .project-sec9 .grid-sizer {
    float: none;
  }

  @media (max-width: 991px) {

    .project-sec9 .grid-sizer,
    .project-sec9 .isotope-item {
      width: 100%;
    }

    .project-sec9 .isotope-item.v2 {
      width: 100%;
    }
  }

  @media (max-width: 575px) {

    .project-sec9 .grid-sizer,
    .project-sec9 .isotope-item,
    .project-sec9 .isotope-item.v2 {
      width: 100%;
    }
  }

  .project-sec9 {
    /* Images */
  }

  .project-sec9 .project-block7 {
    margin-bottom: 15px;
  }

  .project-sec9 .project-block7 img {
    width: 100%;
    height: auto;
    display: block;
  }

  .project-sec10 {
    position: relative;
    z-index: 1;
  }

  .project-sec10::before {
    content: "";
    position: absolute;
    top: -48%;
    left: 0;
    width: 100%;
    height: 1634px;
    background-image: url(../images/layers/pro-layer10.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 1440px) {
    .project-sec10::before {
      top: -7%;
      background-size: contain;
      height: 100%;
    }
  }

  @media (max-width: 769px) {
    .project-sec10::before {
      top: 21%;
    }
  }

  .project-sec10 .user {
    top: 31px;
  }

  @media (max-width: 769px) {
    .project-sec10 .user {
      right: 13% !important;
    }
  }

  @media (max-width: 1201px) {
    .project-sec10 .title-area {
      margin: 0 20px 50px;
    }
  }

  @media (max-width: 769px) {
    .project-sec10 .title-area .sec-title {
      max-width: 372px;
      margin-bottom: 40px !important;
    }
  }

  .project-img10 {
    position: relative;
    cursor: none;
  }

  .project-img10 img {
    max-width: unset;
    width: 100%;
  }

  .counter-box26 {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
  }

  .counter-box26 .counter-number,
  .counter-box26 .counter-text {
    position: relative;
    background-color: transparent;
    color: var(--color-surface-dark-2);
    font-size: 150px;
    line-height: 90px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 60%);
    background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 60%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
    z-index: 0;
    font-family: var(--font-primary);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {

    .counter-box26 .counter-number,
    .counter-box26 .counter-text {
      font-size: 120px;
    }
  }

  @media (max-width: 577px) {

    .counter-box26 .counter-number,
    .counter-box26 .counter-text {
      font-size: 113px;
    }
  }

  @media (max-width: 480px) {

    .counter-box26 .counter-number,
    .counter-box26 .counter-text {
      font-size: 92px;
    }
  }

  .project-sec11 {
    position: relative;
    margin: 0 55px;
  }

  @media (max-width: 1201px) {
    .project-sec11 {
      margin: 0 8px;
    }
  }

  .project-sec11::before {
    content: "";
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 100%;
    height: 600px;
    background-image: url(../images/layers/shade1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
  }

  .project-sec11 .sec-title {
    max-width: 758px;
    margin: 0 auto 45px;
  }

  .project-sec11 .row {
    margin-bottom: -29px;
  }

  .project-block11 {
    position: relative;
    margin-bottom: 29px;
    overflow: hidden;
    border-radius: 25px;
    height: 100%;
  }

  .project-block11:hover .title {
    opacity: 1;
    visibility: visible;
  }

  .project-block11:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .project-block11 a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }

  .project-block11 a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
  }

  .project-block11 .title {
    position: absolute;
    bottom: 62px;
    left: 43px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
    max-width: 334px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (max-width: 1440px) {
    .project-block11 .title {
      bottom: 35px;
      left: 36px;
      font-size: 21px;
    }
  }

  @media (max-width: 1366px) {
    .project-block11 .title {
      max-width: 218px;
    }
  }

  .project-block11 .title a:hover {
    color: var(--color-content-white);
  }

  .project-block11.v2 {
    height: 340px;
  }

  .project-block11.v2 img {
    object-fit: cover;
  }

  .project-block11.v3 {
    height: 479px;
  }

  .pro-btn11 {
    position: relative;
    text-align: center;
  }

  .pro-btn11 .ibt-btn {
    color: var(--color-content-white);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .faq-sec {
    position: relative;
    background-color: #F0F2F4;
    border-radius: 25px;
    margin: 14px 20px;
    overflow: hidden;
  }

  .faq-sec .sec-title {
    max-width: 524px;
  }

  @media (max-width: 1201px) {
    .faq-sec .sec-title {
      max-width: 550px;
    }
  }

  .faq-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }

  @media (max-width: 1440px) {
    .faq-img {
      left: -14%;
    }
  }

  @media (max-width: 1366px) {
    .faq-img {
      left: -13%;
      width: 551px;
    }
  }

  @media (max-width: 1201px) {
    .faq-img {
      left: -11%;
      width: 481px;
    }
  }

  @media (max-width: 1025px) {
    .faq-img {
      width: 411px;
    }
  }

  @media (max-width: 820px) {
    .faq-img {
      position: static;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      width: 600px;
      margin-bottom: 50px;
    }
  }

  @media (max-width: 577px) {
    .faq-img {
      width: 100%;
    }
  }

  .faq-content {
    position: relative;
  }

  .faq-content .accordion-item {
    border-bottom: 1px solid var(--color-content-black2);
    padding-bottom: 36px;
    margin-bottom: 35px;
  }

  .faq-content .accordion-button:focus {
    box-shadow: none;
  }

  .faq-content .accordion-button {
    background-color: unset;
    padding: 0;
    border: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: var(--color-heading);
    text-align: left;
    letter-spacing: -0.03em;
  }

  @media (max-width: 769px) {
    .faq-content .accordion-button {
      font-size: 26px;
      line-height: 36px;
    }
  }

  @media (max-width: 577px) {
    .faq-content .accordion-button {
      font-size: 23px;
      line-height: 32px;
    }
  }

  .faq-content .accordion-button::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 16px;
    height: 9px;
    background-image: url(../images/icon/angel.svg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  .faq-content .accordion-body {
    border: 0;
    padding: 0;
    box-shadow: unset;
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    color: var(--color-content-black2);
    margin-top: 22px;
  }

  .faq-content .accordion-collapse {
    border: 0;
  }

  .faq-content .accordion-button:not(.collapsed) {
    color: inherit;
    outline: none;
  }

  .faq-content .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(-86deg);
    -ms-transform: rotate(-86deg);
    transform: rotate(-86deg);
  }

  .accordion {
    margin-bottom: 42px;
  }

  .faq-sec2 {
    position: relative;
  }

  .faq-sec2::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 842px;
    height: 1394px;
    background-image: url(../images/layers/layer2-1.png);
  }

  @media (max-width: 1440px) {
    .faq-sec2::before {
      top: 44%;
      width: 771px;
      height: 1308px;
    }
  }

  @media (max-width: 820px) {
    .faq-sec2::before {
      top: 22%;
    }
  }

  @media (max-width: 577px) {
    .faq-sec2::before {
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      top: 0;
      height: 100%;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
    }
  }

  .faq-sec2 .sec-title {
    max-width: 517px;
  }

  @media (max-width: 1366px) {
    .faq-sec2 {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .faq-sec2 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .faq-sec2 {
      margin: 0 7px;
    }
  }

  .faq-img2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }

  @media (max-width: 1440px) {
    .faq-img2 {
      left: -14%;
    }
  }

  @media (max-width: 1366px) {
    .faq-img2 {
      left: -18%;
    }
  }

  @media (max-width: 1201px) {
    .faq-img2 {
      left: -13%;
      width: 534px;
    }
  }

  @media (max-width: 1025px) {
    .faq-img2 {
      left: -23%;
    }
  }

  @media (max-width: 820px) {
    .faq-img2 {
      position: static;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      width: 100%;
      margin-bottom: 70px;
    }
  }

  .faq-sec3 {
    position: relative;
    background-color: var(--color-surface-dark-2);
    padding: 20px;
    margin: 0 20px;
    border-radius: 25px;
  }

  .faq-sec3 .faq-content {
    position: relative;
    padding: 130px 131px 0 125px;
  }

  @media (max-width: 1440px) {
    .faq-sec3 .faq-content {
      padding: 130px 60px 0 44px;
    }
  }

  @media (max-width: 1201px) {
    .faq-sec3 .faq-content {
      padding: 48px 35px 31px 14px;
    }
  }

  .faq-sec3 .faq-content .accordion-item {
    border-color: var(--color-content-white);
  }

  .faq-sec3 .faq-content .accordion-button,
  .faq-sec3 .faq-content .accordion-body {
    color: var(--color-content-white);
  }

  .faq-sec3 .faq-content .accordion-button::after,
  .faq-sec3 .faq-content .accordion-body::after {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .faq-sec3 .ibt-btn-outline {
    color: var(--color-content-white);
  }

  .faq-sec3 .sec-title {
    max-width: 700px;
  }

  .faq-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  @media (max-width: 820px) {
    .faq-tabs {
      display: block;
    }
  }

  .faq-img3 {
    position: relative;
    min-width: 644px;
  }

  @media (max-width: 1366px) {
    .faq-img3 {
      min-width: 607px;
    }
  }

  @media (max-width: 1201px) {
    .faq-img3 {
      min-width: 496px;
    }
  }

  @media (max-width: 1025px) {
    .faq-img3 {
      min-width: 374px;
    }
  }

  @media (max-width: 769px) {
    .faq-img3 {
      min-width: 100%;
    }
  }

  .faq-img3 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
  }

  .feature-ai {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(212, 212, 212, 0.1019607843);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 604px;
    padding: 75px 63px 71px;
    border-radius: 15px;
  }

  @media (max-width: 1366px) {
    .feature-ai {
      width: 569px;
      padding: 75px 47px 71px;
    }
  }

  @media (max-width: 1201px) {
    .feature-ai {
      width: 457px;
      padding: 49px 40px 44px;
    }
  }

  @media (max-width: 1025px) {
    .feature-ai {
      width: 335px;
      padding: 45px 41px 43px;
    }
  }

  @media (max-width: 480px) {
    .feature-ai {
      width: 353px;
    }
  }

  @media (max-width: 390px) {
    .feature-ai {
      width: 250px;
      padding: 32px 41px 29px;
    }
  }

  .feature-ai .title {
    font-size: 74px;
    line-height: 80px;
    margin-bottom: 0;
    color: var(--color-content-white);
    letter-spacing: -0.05em;
  }

  @media (max-width: 1201px) {
    .feature-ai .title {
      font-size: 56px;
      line-height: 60px;
    }
  }

  @media (max-width: 1025px) {
    .feature-ai .title {
      font-size: 39px;
      line-height: 41px;
    }
  }

  @media (max-width: 390px) {
    .feature-ai .title {
      font-size: 24px;
      line-height: 33px;
    }
  }

  .faq-sec4 {
    position: relative;
  }

  .faq-content4 {
    position: relative;
  }

  .faq-content4 .sec-title {
    max-width: 524px;
  }

  @media (max-width: 1201px) {
    .faq-content4 .sec-title {
      max-width: 550px;
    }
  }

  .faq-content4 .accordion-item {
    border-bottom: 1px solid var(--color-content-black2);
    padding-bottom: 35px;
    margin-bottom: 32px;
  }

  .faq-content4 .accordion-button:focus {
    box-shadow: none;
  }

  .faq-content4 .accordion-button {
    background-color: unset;
    padding: 0;
    border: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--color-heading);
    text-align: left;
    letter-spacing: -0.03em;
    font-family: var(--font-primary);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 121px;
  }

  @media (max-width: 1025px) {
    .faq-content4 .accordion-button {
      padding-left: 58px;
    }
  }

  @media (max-width: 769px) {
    .faq-content4 .accordion-button {
      font-size: 26px;
      line-height: 36px;
    }
  }

  @media (max-width: 577px) {
    .faq-content4 .accordion-button {
      font-size: 23px;
      line-height: 32px;
    }
  }

  .faq-content4 .accordion-button::after {
    display: none;
  }

  .faq-content4 .accordion-button .accordion-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-content-black2);
  }

  @media (max-width: 480px) {
    .faq-content4 .accordion-button .accordion-number {
      font-size: 20px;
    }
  }

  .faq-content4 .accordion-button i {
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .faq-content4 .accordion-body {
    border: 0;
    padding: 0;
    box-shadow: unset;
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    color: var(--color-content-black2);
    margin-top: 11px;
    padding-left: 122px;
    max-width: 752px;
  }

  @media (max-width: 1025px) {
    .faq-content4 .accordion-body {
      padding-left: 51px;
    }
  }

  .faq-content4 .accordion-collapse {
    border: 0;
  }

  .faq-content4 .accordion-button:not(.collapsed) {
    color: inherit;
    outline: none;
  }

  .faq-content4 .accordion-button:not(.collapsed) i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .faq-sec5 {
    position: relative;
  }

  .faq-sec5::before {
    content: "";
    position: absolute;
    top: 4%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .faq-sec5::before {
      display: none;
    }
  }

  @media (max-width: 1366px) {
    .faq-sec5 {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .faq-sec5 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .faq-sec5 {
      margin: 0 7px;
    }
  }

  .faq-content5 {
    position: relative;
    padding-left: 15px;
  }

  @media (max-width: 769px) {
    .faq-content5 {
      padding-left: 0;
    }
  }

  .faq-content5 .title {
    font-weight: 400;
    line-height: 70px;
    font-size: 60px;
    margin-bottom: 50px;
    color: var(--color-heading);
    letter-spacing: -0.05em;
  }

  @media (max-width: 1025px) {
    .faq-content5 .title {
      line-height: 50px;
      font-size: 40px;
      margin-bottom: 25px;
    }
  }

  @media (max-width: 480px) {
    .faq-content5 .title {
      line-height: 43px;
      font-size: 33px;
    }
  }

  @media (max-width: 390px) {
    .faq-content5 .title {
      line-height: 39px;
      font-size: 29px;
    }
  }

  .faq-content5 .faq-content4 .sec-title {
    max-width: 570px;
  }

  @media (max-width: 1025px) {
    .faq-content5 .faq-content4 .sec-title {
      max-width: 396px;
    }
  }

  .faq-content5 .faq-content4 .accordion-button {
    font-size: 30px;
    line-height: 35px;
  }

  @media (max-width: 1025px) {
    .faq-content5 .faq-content4 .accordion-button {
      font-size: 25px;
    }
  }

  @media (max-width: 480px) {
    .faq-content5 .faq-content4 .accordion-button {
      font-size: 23px;
      padding-left: 35px;
    }
  }

  .faq-block5 {
    position: relative;
    margin-bottom: 54px;
  }

  .faq-block5 .title2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 16px;
    font-weight: 400;
    color: var(--color-heading);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1025px) {
    .faq-block5 .title2 {
      font-size: 26px;
      line-height: 30px;
    }
  }

  @media (max-width: 480px) {
    .faq-block5 .title2 {
      font-size: 24px;
    }
  }

  @media (max-width: 390px) {
    .faq-block5 .title2 {
      font-size: 21px;
    }
  }

  .faq-block5 .title2 span {
    margin-right: 12px;
  }

  .faq-block5 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .faq-list5 {
    position: relative;
  }

  .faq-list5 li {
    position: relative;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--color-content-black2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-list5 li i {
    font-size: 4px;
    margin-right: 11px;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .fun-fact-sec {
    position: relative;
  }

  @media (max-width: 1201px) {
    .fun-fact-sec {
      margin: 0 10px;
    }
  }

  @media (max-width: 390px) {
    .fun-fact-sec {
      margin: 0;
    }
  }

  .fun-fact-sec .sec-title {
    max-width: 682px;
  }

  @media (max-width: 1201px) {
    .fun-fact-sec .sec-title {
      max-width: 576px;
    }
  }

  @media (max-width: 769px) {
    .fun-fact-sec .sec-title {
      max-width: 485px;
    }
  }

  .fun-fact-content.black {
    background-color: var(--color-heading);
    padding: 43px 70px 49px;
  }

  @media (max-width: 1201px) {
    .fun-fact-content.black {
      padding: 43px 35px 49px;
    }
  }

  .fun-fact-content.black .title,
  .fun-fact-content.black p {
    color: var(--color-content-white);
  }

  .fun-fact-content.black .counter-box {
    color: var(--color-heading);
    -webkit-text-fill-color: var(--color-heading);
  }

  .fun-fact-content.black .counter-box .counter-number {
    margin-right: 7px;
  }

  .fun-fact-content {
    position: relative;
    padding: 43px 12px 49px;
    border-radius: 25px;
  }

  @media (max-width: 1201px) {
    .fun-fact-content {
      padding: 46px 0px 39px;
    }
  }

  @media (max-width: 769px) {
    .fun-fact-content {
      padding-bottom: 0;
    }
  }

  .fun-fact-content .counter-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 80px;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 2px;
    background-image: -webkit-linear-gradient(300deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(150deg, #8258C8 0%, #2C84C8 100%);
    color: var(--color-content-white);
    -webkit-text-fill-color: var(--color-content-white);
    -webkit-text-stroke: 2px rgba(2, 1, 1, 0);
    background-color: transparent;
  }

  @media (max-width: 1201px) {
    .fun-fact-content .counter-box {
      font-size: 60px;
    }
  }

  @media (max-width: 390px) {
    .fun-fact-content .counter-box {
      font-size: 48px;
    }
  }

  .fun-fact-content .counter-number {
    display: inline-block;
  }

  .fun-fact-content .text {
    margin-left: 8px;
    /* spacing between number and "million" */
    white-space: nowrap;
  }

  .fun-fact-content .title {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    color: var(--color-heading);
    font-family: var(--font-secondary);
    margin-bottom: 9px;
    display: inline-block;
  }

  .fun-fact-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    max-width: 303px;
    color: var(--color-content-black2);
    margin-bottom: 0;
  }

  @media (max-width: 1201px) {
    .fun-fact-content p {
      font-size: 15px;
    }
  }

  .fun-fact-sec.v2 {
    position: relative;
  }

  .fun-fact-sec.v2::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 524px;
    height: 1309px;
    background-image: url(../images/layers/layer11-1.png);
    background-repeat: no-repeat;
  }

  @media (max-width: 1440px) {
    .fun-fact-sec.v2::before {
      left: -47px;
    }
  }

  @media (max-width: 820px) {
    .fun-fact-sec.v2::before {
      display: none;
    }
  }

  @media (max-width: 769px) {
    .fun-fact-sec.v2::before {
      top: 0;
      width: 100%;
      background-size: contain;
      height: 830px;
    }
  }

  .fun-fact-sec2 {
    position: relative;
    z-index: 0;
  }

  .counter-box13 {
    position: relative;
  }

  .counter-box13 .counter-number,
  .counter-box13 .counter-text {
    position: relative;
    background-color: transparent;
    color: #1F1F1F;
    font-size: 150px;
    line-height: 150px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, #8258C8 0%, #2C84C8 60%);
    background-image: linear-gradient(180deg, #8258C8 0%, #2C84C8 60%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
    z-index: 0;
    font-family: var(--font-primary);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1025px) {

    .counter-box13 .counter-number,
    .counter-box13 .counter-text {
      font-size: 121px;
    }
  }

  @media (max-width: 820px) {

    .counter-box13 .counter-number,
    .counter-box13 .counter-text {
      font-size: 82px;
      line-height: 112px;
    }
  }

  @media (max-width: 577px) {

    .counter-box13 .counter-number,
    .counter-box13 .counter-text {
      font-size: 112px;
      line-height: 140px;
    }
  }

  @media (max-width: 480px) {

    .counter-box13 .counter-number,
    .counter-box13 .counter-text {
      font-size: 70px;
      line-height: 102px;
    }
  }

  @media (max-width: 390px) {

    .counter-box13 .counter-number,
    .counter-box13 .counter-text {
      font-size: 79px;
      line-height: 111px;
    }
  }

  .counter-box13.v2 .counter-text:last-child {
    margin-left: 24px;
  }

  @media (max-width: 1025px) {
    .counter-box13.v2 .counter-text:last-child {
      margin-left: 8px;
    }
  }

  .funfact-content3 {
    position: relative;
  }

  @media (max-width: 769px) {
    .funfact-content3 {
      padding-right: 10px;
    }
  }

  @media (max-width: 577px) {
    .funfact-content3 {
      margin-bottom: 40px;
      padding-right: 0;
    }
  }

  .funfact-content3 .title {
    position: relative;
    font-size: 40px;
    line-height: 45px;
    color: var(--color-content-white);
    font-weight: 400;
    background-color: transparent;
    margin: -80px 0px 10px 0px;
    padding: 40px 0px 0px 0px;
    background-image: -webkit-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1F1F1F 60%);
    background-image: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, #1F1F1F 60%);
    z-index: 99;
  }

  @media (max-width: 1201px) {
    .funfact-content3 .title {
      font-size: 37px;
    }
  }

  @media (max-width: 1025px) {
    .funfact-content3 .title {
      font-size: 31px;
    }
  }

  @media (max-width: 769px) {
    .funfact-content3 .title {
      font-size: 27px;
      line-height: 32px;
    }
  }

  .funfact-content3 p {
    color: var(--color-content-white);
    font-size: 16px;
    line-height: 30px;
    max-width: 369px;
  }

  .fun-fact-sec3 {
    position: relative;
  }

  @media (max-width: 1201px) {
    .fun-fact-sec3 {
      margin: 0 20px;
    }
  }

  @media (max-width: 577px) {
    .fun-fact-sec3 {
      margin: 0 5px;
    }
  }

  .fun-fact-content3 {
    position: relative;
  }

  .fun-fact-content3 .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 21px;
    color: var(--color-heading);
  }

  .fun-fact-content3 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .fun-fact-content3 .ser-detail-list li i {
    color: #566FC9;
  }

  .fun-fact-counter3 {
    position: relative;
    margin-bottom: 45px;
  }

  .fun-fact-counter3 .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 16px 0 0;
    color: var(--color-heading);
    letter-spacing: 0;
    max-width: 245px;
    display: inline-block;
  }

  .fun-fact3 {
    margin-left: 139px;
  }

  @media (max-width: 1201px) {
    .fun-fact3 {
      margin-left: 53px;
    }
  }

  @media (max-width: 820px) {
    .fun-fact3 {
      margin: 40px 0 0;
    }
  }

  .fun-fact3 .counter-box15 .counter-number,
  .fun-fact3 .counter-box15 .counter-text {
    font-size: 100px;
    color: var(--color-content-white);
  }

  .post-navigation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-nav-item {
    position: relative;
  }

  .post-btn {
    position: relative;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    display: inline-block;
    color: var(--color-content-black2);
    border-bottom: 1px solid var(--color-content-black2);
    padding-left: 23px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .post-btn:hover {
    color: var(--color-content-black2);
    padding: 0 23px 0 0;
  }

  .post-btn:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .post-btn:hover::after {
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  .post-btn::before {
    content: "\e833";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    right: 0;
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .post-btn::after {
    content: "\e833";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    left: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .post-nav-content {
    position: relative;
    padding: 17px 0 40px 163px;
    margin-top: 29px;
  }

  @media (max-width: 577px) {
    .post-nav-content {
      display: none;
    }
  }

  .post-nav-content img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .post-nav-content .designation {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #959595;
    display: block;
    margin-bottom: 0;
  }

  .post-nav-content .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.03em;
  }

  .post-nav-content2 {
    position: relative;
    padding: 17px 163px 40px 0;
    margin-top: 29px;
    text-align: left;
  }

  @media (max-width: 577px) {
    .post-nav-content2 {
      display: none;
    }
  }

  .post-nav-content2 img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .post-nav-content2 .designation {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #959595;
    display: block;
    margin-bottom: 0;
  }

  .post-nav-content2 .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.03em;
  }

  .post-nav-item2 {
    text-align: right;
  }

  .post-btn2 {
    position: relative;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    display: inline-block;
    color: var(--color-content-black2);
    border-bottom: 1px solid var(--color-content-black2);
    padding-right: 23px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .post-btn2:hover {
    color: var(--color-content-black2);
    padding: 0 0 0 23px;
  }

  .post-btn2:hover::before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

  .post-btn2:hover::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .post-btn2::before {
    content: "\e844";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    right: 0;
    -webkit-transform: translateX(0sspx);
    -ms-transform: translateX(0sspx);
    transform: translateX(0sspx);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .post-btn2::after {
    content: "\e844";
    font: 400 normal 0.714285em "fontello";
    position: absolute;
    top: 14px;
    left: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .toggel2 {
    margin-top: 48px;
  }

  @media (max-width: 577px) {
    .toggel2 {
      margin-top: 0;
    }
  }

  .funfact-sec4 {
    position: relative;
  }

  .funfact-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #343434;
    border-radius: 20px;
    padding: 57px 68px 48px 44px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  @media (max-width: 1025px) {
    .funfact-content {
      padding: 57px 40px 48px 44px;
    }
  }

  .funfact-content .title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--color-content-white);
    font-weight: 400;
    max-width: 255px;
  }

  @media (max-width: 820px) {
    .funfact-content .title {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 820px) {
    .funfact-content img {
      margin-bottom: 30px;
    }
  }

  .counter-box11 {
    position: relative;
    display: inline-block;
  }

  .counter-box11 .counter-number,
  .counter-box11 .counter-text {
    font-size: 100px;
    line-height: 94px;
    font-weight: 700;
    display: inline-block;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    color: var(--color-surface-dark-2);
    -webkit-background-clip: text;
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(352deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(98deg, #FF7A00 0%, #FDBA74 100%);
    font-family: var(--font-primary);
  }

  @media (max-width: 1201px) {

    .counter-box11 .counter-number,
    .counter-box11 .counter-text {
      font-size: 99px;
    }
  }

  @media (max-width: 1025px) {

    .counter-box11 .counter-number,
    .counter-box11 .counter-text {
      font-size: 62px;
    }
  }

  .counter-box11 .counter-number {
    width: 176px;
    text-align: right;
  }

  @media (max-width: 1201px) {
    .counter-box11 .counter-number {
      width: 185px;
    }
  }

  @media (max-width: 1025px) {
    .counter-box11 .counter-number {
      width: 111px;
    }
  }

  .funfact-count {
    position: relative;
    padding-right: 49px;
    display: inline-block;
  }

  @media (max-width: 1025px) {
    .funfact-count {
      padding-right: 27px;
    }
  }

  @media (max-width: 480px) {
    .funfact-count {
      max-width: 280px;
    }
  }

  .funfact-count .user {
    position: absolute;
    top: 35px;
    right: -24px;
    font-size: 14px;
    font-weight: 500;
  }

  .funfact-sec5 {
    position: relative;
  }

  .funfact-count5 {
    position: relative;
    width: 218px;
  }

  .funfact-count5 .user3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color-content-white);
    display: block;
    margin-top: 14px;
  }

  @media (max-width: 480px) {
    .funfact-count5 .user3 {
      margin-top: 0;
    }
  }

  .counter-box17 {
    position: relative;
    display: inline-block;
  }

  .counter-box17 .counter-number,
  .counter-box17 .counter-text {
    font-size: 100px;
    line-height: 94px;
    font-weight: 600;
    display: inline-block;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    color: var(--color-surface-dark-2);
    -webkit-background-clip: text;
    stroke: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(352deg, #FF7A00 0%, #FDBA74 100%);
    background-image: linear-gradient(98deg, #FF7A00 0%, #FDBA74 100%);
    font-family: var(--font-primary);
    padding-right: 3px;
  }

  @media (max-width: 1201px) {

    .counter-box17 .counter-number,
    .counter-box17 .counter-text {
      font-size: 99px;
    }
  }

  @media (max-width: 769px) {

    .counter-box17 .counter-number,
    .counter-box17 .counter-text {
      font-size: 80px;
    }
  }

  .funfact-count5.v2 {
    padding-left: 85px;
    width: 362px;
  }

  @media (max-width: 480px) {
    .funfact-count5.v2 {
      padding-left: 0;
      width: unset;
      margin-top: 30px;
    }
  }

  .funfact-count5.v2::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 11px;
    width: 2px;
    height: 108px;
    background-color: #3C3C3C;
  }

  @media (max-width: 480px) {
    .funfact-count5.v2::before {
      display: none;
    }
  }

  .funfact-count5.v2 .counter-box17 .counter-number,
  .funfact-count5.v2 .counter-box17 .counter-text {
    background-image: -webkit-linear-gradient(327deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(123deg, #8258C8 0%, #2C84C8 100%);
  }

  .funfact-content5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 480px) {
    .funfact-content5 {
      display: block;
    }
  }

  .funfact-info5 {
    position: relative;
    border: 1px solid #3F3F3F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 87px 19px 67px 114px;
    border-radius: 20px;
  }

  @media (max-width: 1440px) {
    .funfact-info5 {
      padding: 87px 19px 67px 62px;
    }
  }

  @media (max-width: 1025px) {
    .funfact-info5 {
      display: block;
    }
  }

  @media (max-width: 480px) {
    .funfact-info5 {
      padding: 52px 19px 54px 40px;
    }
  }

  .funfact-info5 .title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 0;
    max-width: 800px;
  }

  @media (max-width: 1366px) {
    .funfact-info5 .title {
      font-size: 54px;
      line-height: 61px;
    }
  }

  @media (max-width: 1201px) {
    .funfact-info5 .title {
      font-size: 35px;
      line-height: 45px;
    }
  }

  @media (max-width: 1025px) {
    .funfact-info5 .title {
      font-size: 50px;
      line-height: 60px;
      max-width: 600px;
      margin-top: 40px;
    }
  }

  @media (max-width: 577px) {
    .funfact-info5 .title {
      font-size: 36px;
      line-height: 49px;
    }
  }

  .funfact-info5 .title span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(102deg, #8258C8 0%, #2C84C8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    color: transparent;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .choose-us-sec {
    position: relative;
    background-image: url(../images/bg/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding: 33px 11px 15px;
    margin: 0 20px;
  }

  @media (max-width: 820px) {
    .choose-us-sec {
      padding: 79px 18px 15px;
    }
  }

  @media (max-width: 1025px) {
    .choose-us-sec .row {
      -webkit-box-align: unset !important;
      -webkit-align-items: unset !important;
      -ms-flex-align: unset !important;
      align-items: unset !important;
    }
  }

  .choose-img {
    position: relative;
    display: inline-block;
  }

  .choose-img .logo4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: unset !important;
  }

  @media (max-width: 820px) {
    .choose-img {
      width: 100%;
    }

    .choose-img>img {
      width: 100%;
    }
  }

  .video-box3 {
    position: absolute;
    bottom: -1px;
    left: 0;
    padding: 32px 90px 24px 73px;
    background-color: rgb(31, 31, 31);
    border-radius: 0px 25px 0px 0px;
    z-index: 99;
  }

  @media (max-width: 480px) {
    .video-box3 {
      padding: 27px 60px 22px 50px;
    }
  }

  .video-box3::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape.png);
  }

  .video-box3::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 16px;
    background-image: url(../images/layers/shape2.png);
  }

  .video-box3 .video-popup {
    position: static;
    color: var(--color-content-white);
  }

  .video-box3 .video-popup i::after {
    border-color: var(--color-content-white);
  }

  .video-box3 .video-popup:hover i {
    background-color: var(--color-content-white);
    color: var(--color-content-black2);
  }

  .choose-content {
    position: relative;
    max-width: 621px;
  }

  @media (max-width: 1440px) {
    .choose-content {
      margin-left: 20px;
    }
  }

  @media (max-width: 1025px) {
    .choose-content {
      padding: 70px 0;
    }
  }

  .choose-content .sec-title {
    margin-bottom: 28px;
  }

  .choose-content .sec-title p {
    font-weight: 600;
  }

  .choose-content .sec-title p:last-child {
    font-weight: 400;
  }

  .choose-list {
    position: relative;
    margin-bottom: 46px;
  }

  @media (max-width: 480px) {
    .choose-list {
      margin-bottom: -10px;
    }
  }

  .choose-list li {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-content-white);
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 1025px) {
    .choose-list li {
      font-size: 17px;
    }
  }

  .choose-list li i {
    font-size: 8px;
    color: #0F1010;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-content-white);
    margin-right: 40px;
  }

  @media (max-width: 1025px) {
    .choose-list li i {
      margin-right: 21px;
    }
  }

  .choose-list-box .ibt-btn-outline {
    color: var(--color-content-white);
  }

  @media (max-width: 480px) {
    .choose-list-box .ibt-btn-outline {
      margin-top: 40px;
    }
  }

  .choose-us-sec2 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .choose-us-sec2 {
      margin: 0 15px;
    }
  }

  @media (max-width: 577px) {
    .choose-us-sec2 {
      margin: 0;
    }
  }

  @media (max-width: 390px) {
    .choose-us-sec2 {
      margin: 0 7px;
    }
  }

  .choose-us-sec2 .sec-title {
    max-width: 989px;
  }

  @media (max-width: 1201px) {
    .choose-us-sec2 .sec-title {
      max-width: 697px;
    }
  }

  @media (max-width: 820px) {
    .choose-us-sec2 .sec-title {
      max-width: 598px;
    }
  }

  @media (max-width: 769px) {
    .choose-us-sec2 .sec-title {
      max-width: 577px;
      margin-bottom: 147px;
    }
  }

  @media (max-width: 577px) {
    .choose-us-sec2 .sec-title {
      margin-bottom: 126px;
    }
  }

  .choose-block {
    position: relative;
    padding-left: 116px;
  }

  @media (max-width: 1025px) {
    .choose-block {
      padding-left: 101px;
    }
  }

  @media (max-width: 769px) {
    .choose-block {
      padding-left: 94px;
    }
  }

  .choose-block .sub-title {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 80px;
    line-height: 64px;
    font-weight: 700;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 2px;
    background-image: -webkit-linear-gradient(246deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(204deg, #8258C8 0%, #2C84C8 100%);
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-text-stroke: 2px rgba(2, 1, 1, 0);
    background-color: transparent;
  }

  @media (max-width: 577px) {
    .choose-block .sub-title {
      top: 3px;
      font-size: 70px;
    }
  }

  @media (max-width: 480px) {
    .choose-block .sub-title {
      top: 10px;
    }
  }

  .choose-block .title {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-heading);
    font-family: var(--font-secondary);
    letter-spacing: 0;
  }

  .choose-block p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-content-black2);
    max-width: 310px;
  }

  @media (max-width: 1201px) {
    .choose-block p {
      max-width: 241px;
    }
  }

  @media (max-width: 1025px) {
    .choose-block p {
      max-width: 352px;
    }
  }

  @media (max-width: 769px) {
    .choose-block p {
      max-width: 266px;
    }
  }

  @media (max-width: 577px) {
    .choose-block p {
      max-width: 430px;
    }
  }

  .slider-btn2 {
    position: absolute;
    top: 41%;
    right: 18%;
    border-radius: 25px 25px 0 0;
    width: 95px;
    height: 50px;
    line-height: 46px;
    z-index: 9;
    text-align: center;
  }

  @media (max-width: 1440px) {
    .slider-btn2 {
      right: 4%;
    }
  }

  @media (max-width: 769px) {
    .slider-btn2 {
      right: auto;
      left: 17px;
      top: 45%;
    }
  }

  @media (max-width: 577px) {
    .slider-btn2 {
      top: 50%;
    }
  }

  .slider-btn2::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* border ki width */
    border-radius: 15px;
    background: -webkit-linear-gradient(left, #7B5CC8, #5E6BC9, #3480C8);
    background: linear-gradient(90deg, #7B5CC8, #5E6BC9, #3480C8);
    /* 👈 gradient colors */
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }

  .slider-btn2 .swiper-button-prev,
  .slider-btn2 .swiper-button-next {
    background-color: unset;
    border: 0;
    outline: none;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: unset;
  }

  .slider-btn2 .swiper-button-prev:hover,
  .slider-btn2 .swiper-button-next:hover {
    color: var(--color-primary);
  }

  .slider-btn2 .swiper-button-prev::after,
  .slider-btn2 .swiper-button-next::after {
    display: none;
  }

  .slider-btn2 .swiper-button-prev {
    margin-right: 30px;
  }

  .slider-btn2 .swiper-button-prev::before {
    content: "\e833";
    font: 400 normal 11px/1em "fontello";
  }

  .slider-btn2 .swiper-button-next::before {
    content: "\e844";
    font: 400 normal 11px/1em "fontello";
  }

  .choose-slider2 {
    position: relative;
  }

  .choose-slider2 .swiper-wrapper {
    overflow: visible;
  }

  .choose-us-sec3 {
    position: relative;
    background-image: url(../images/bg/bg6.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 195px 0 252px;
    margin: 0 20px;
    border-radius: 25px;
  }

  @media (max-width: 1440px) {
    .choose-us-sec3 {
      padding: 195px 20px 252px;
    }
  }

  @media (max-width: 577px) {
    .choose-us-sec3 {
      padding: 131px 20px 90px;
    }
  }

  .choose-us-sec3::before {
    content: "";
    position: absolute;
    bottom: 47px;
    right: 62px;
    width: 263px;
    height: 275px;
    background-image: url(../images/icon/ai.png);
  }

  @media (max-width: 577px) {
    .choose-us-sec3::before {
      bottom: 16px;
      right: 14px;
    }
  }

  @media (max-width: 390px) {
    .choose-us-sec3::before {
      display: none;
    }
  }

  .choose-img3 img {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  @media (max-width: 577px) {
    .choose-img3 img {
      display: none;
    }
  }

  .choose-img3 .sec-title {
    position: relative;
    z-index: 999;
  }

  .choose-content3 {
    position: relative;
    padding: 41px 0 0 113px;
  }

  @media (max-width: 1201px) {
    .choose-content3 {
      padding: 41px 0 0 31px;
    }
  }

  @media (max-width: 1025px) {
    .choose-content3 {
      padding: 41px 0 0 6px;
    }
  }

  @media (max-width: 769px) {
    .choose-content3 {
      padding: 0;
    }
  }

  .choose-content3 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color-content-white);
    margin-bottom: 30px;
  }

  .choose-content3 p:first-child {
    font-weight: 600;
  }

  .choose-content3 .choose-list-box {
    margin-top: 58px;
  }

  .choose-us-sec4 {
    position: relative;
  }

  .choose-us-sec4 .sec-title {
    max-width: 756px;
  }

  @media (max-width: 1025px) {
    .choose-us-sec4 .sec-title {
      max-width: 740px;
    }
  }

  @media (max-width: 769px) {
    .choose-us-sec4 .sec-title {
      margin-bottom: 120px;
    }
  }

  @media (max-width: 577px) {
    .choose-us-sec4 .sec-title {
      max-width: 465px;
    }
  }

  .choose-us-sec4 .slider-btn2 {
    top: 32%;
  }

  @media (max-width: 769px) {
    .choose-us-sec4 .slider-btn2 {
      top: 35%;
    }
  }

  @media (max-width: 480px) {
    .choose-us-sec4 .slider-btn2 {
      top: 39%;
    }
  }

  .choose-block4 {
    border-right: 2px solid #c2c2c2;
    margin: 0 10px;
    padding-left: 3px;
  }

  @media (max-width: 1201px) {
    .choose-block4 {
      padding: 0 14px;
    }
  }

  @media (max-width: 1025px) {
    .choose-block4 {
      padding: 0 8px;
    }
  }

  @media (max-width: 480px) {
    .choose-block4 {
      border: 0;
      padding: 0;
    }
  }

  .choose-block4 .sub-title {
    font-size: 80px;
    line-height: 80px;
    display: block;
    background-color: transparent;
    font-family: "Sora", Sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-text-stroke: 1px rgba(2, 1, 1, 0);
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 2px;
    background-image: -webkit-linear-gradient(20deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(70deg, #8258C8 0%, #2C84C8 100%);
  }

  .choose-block4 .step {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-content-black2);
  }

  .choose-block4 .title {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 9px;
    color: var(--color-heading);
    font-family: var(--font-secondary);
    letter-spacing: normal;
    padding-top: 78px;
  }

  @media (max-width: 820px) {
    .choose-block4 .title {
      padding-top: 30px;
    }
  }

  .choose-block4 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-content-black2);
  }

  .choose-us-sec5 {
    position: relative;
    background-image: url(../images/bg/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding: 33px 11px 15px;
    margin: 0 20px 150px;
  }

  @media (max-width: 1366px) {
    .choose-us-sec5 {
      padding: 50px 11px 30px;
    }
  }

  @media (max-width: 1201px) {
    .choose-us-sec5 {
      margin-bottom: 80px;
    }
  }

  @media (max-width: 820px) {
    .choose-us-sec5 {
      padding: 70px 11px 80px;
    }
  }

  .choose-us-sec5::before {
    content: "";
    position: absolute;
    bottom: -48%;
    left: 0;
    width: 100%;
    height: 1309px;
    background-image: url(../images/layers/layer11-2.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .choose-us-sec5::before {
      left: -28%;
      width: 1446px;
    }
  }

  @media (max-width: 1025px) {
    .choose-us-sec5::before {
      background-size: contain;
      width: 100%;
      left: 0;
      bottom: -10%;
      height: 500px;
    }
  }

  @media (max-width: 577px) {
    .choose-us-sec5::before {
      bottom: -15%;
    }
  }

  @media (max-width: 480px) {
    .choose-us-sec5::before {
      bottom: -20%;
    }
  }

  @media (max-width: 390px) {
    .choose-us-sec5::before {
      bottom: -25%;
    }
  }

  @media (max-width: 1201px) {
    .choose-us-sec5 .row {
      -webkit-box-align: unset !important;
      -webkit-align-items: unset !important;
      -ms-flex-align: unset !important;
      align-items: unset !important;
    }
  }

  .choose-img5 {
    position: relative;
    display: inline-block;
    height: 100%;
  }

  @media (max-width: 820px) {
    .choose-img5 {
      width: 100%;
    }
  }

  .choose-img5>img {
    height: 100%;
  }

  @media (max-width: 820px) {
    .choose-img5>img {
      width: 100%;
    }
  }

  .choose-img5 .logo4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: unset;
    width: unset !important;
  }

  .video-box5 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 32px 90px 24px 73px;
    background-color: rgb(31, 31, 31);
    border-radius: 0px 25px 0px 0px;
  }

  @media (max-width: 390px) {
    .video-box5 {
      padding: 22px 55px 16px 36px;
    }
  }

  .video-box5::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -19px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/shape.png);
  }

  @media (max-width: 1440px) {
    .video-box5::before {
      left: 2px;
    }
  }

  @media (max-width: 390px) {
    .video-box5::before {
      left: 1px;
    }
  }

  .video-box5::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 8px;
    width: 20px;
    height: 16px;
    background-image: url(../images/layers/shape2.png);
  }

  @media (max-width: 1440px) {
    .video-box5::after {
      bottom: 4px;
    }
  }

  @media (max-width: 390px) {
    .video-box5::after {
      bottom: 2px;
    }
  }

  .video-box5 .video-popup {
    position: static;
    color: var(--color-content-white);
  }

  .video-box5 .video-popup i::after {
    border-color: var(--color-content-white);
  }

  .video-box5 .video-popup:hover i {
    background-color: var(--color-content-white);
    color: var(--color-content-black2);
  }

  .choose-content5 {
    position: relative;
    max-width: 800px;
    margin-left: 54px;
  }

  @media (max-width: 1201px) {
    .choose-content5 {
      margin-left: 11px;
    }
  }

  @media (max-width: 820px) {
    .choose-content5 {
      margin: 50px 10px 0;
    }
  }

  .choose-content5 .style-text {
    font-size: 250px;
    line-height: 192px;
    margin-bottom: 72px;
  }

  @media (max-width: 1440px) {
    .choose-content5 .style-text {
      font-size: 239px;
      line-height: 173px;
    }
  }

  @media (max-width: 1366px) {
    .choose-content5 .style-text {
      font-size: 210px;
      line-height: 154px;
      margin-bottom: 37px;
    }
  }

  @media (max-width: 1201px) {
    .choose-content5 .style-text {
      font-size: 166px;
      line-height: 126px;
    }
  }

  @media (max-width: 1025px) {
    .choose-content5 .style-text {
      font-size: 140px;
      line-height: 114px;
      margin-bottom: 15px;
    }
  }

  @media (max-width: 390px) {
    .choose-content5 .style-text {
      font-size: 107px;
      line-height: 100px;
    }
  }

  .choose-content5 .sec-title {
    margin-bottom: 50px;
  }

  .choose-content5 .sec-title .title {
    max-width: 550px;
  }

  .choose-content5 .sec-title p {
    font-weight: 600;
    max-width: 694px;
  }

  .choose-content5 .sec-title p:last-child {
    font-weight: 400;
  }

  .choose-content5 .ibt-btn-outline {
    color: var(--color-content-white);
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .main-sec {
    position: relative;
    background-color: #0F1010;
    border-radius: 25px;
    margin: 0 20px 20px;
  }

  .main-sec::before {
    content: "";
    position: absolute;
    top: -44%;
    left: 0;
    width: 100%;
    height: 809px;
    background-image: url(../images/layers/layer11.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .main-sec::before {
      top: -33%;
    }
  }

  @media (max-width: 1201px) {
    .main-sec::before {
      top: -28%;
    }
  }

  @media (max-width: 1025px) {
    .main-sec::before {
      top: -25%;
    }
  }

  @media (max-width: 820px) {
    .main-sec::before {
      background-size: contain;
      height: 678px;
      top: -12%;
    }
  }

  @media (max-width: 577px) {
    .main-sec::before {
      top: -10%;
    }
  }

  @media (max-width: 480px) {
    .main-sec::before {
      top: -7%;
    }
  }

  @media (max-width: 390px) {
    .main-sec::before {
      top: -5%;
    }
  }

  .main-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: url(../images/layers/layer1-3.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contact-sec {
    position: relative;
  }

  @media (max-width: 1440px) {
    .contact-sec {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (max-width: 390px) {
    .contact-sec {
      padding-left: 11px;
      padding-right: 11px;
    }
  }

  .contact-content {
    position: relative;
    margin-right: 20px;
  }

  @media (max-width: 820px) {
    .contact-content {
      margin-bottom: 50px;
    }
  }

  .contact-content .sec-title {
    margin-bottom: 73px;
    max-width: 558px;
  }

  @media (max-width: 769px) {
    .contact-content .sec-title {
      margin-bottom: 47px;
    }
  }

  .call-center {
    position: relative;
    margin-bottom: 53px;
  }

  .call-center .title {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-content-white);
    margin-bottom: 0;
    font-family: var(--font-secondary);
    margin-bottom: 21px;
  }

  .call-center .nmbr,
  .call-center .gmail,
  .call-center p {
    display: block;
    color: var(--color-content-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .call-center .gmail {
    text-decoration: underline;
  }

  .social-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }

  .social-icon li {
    margin: 0 35px 0 0;
  }

  .social-icon li:last-child {
    margin-right: 0;
  }

  .social-icon li a {
    color: var(--color-content-white);
  }

  .contact-form {
    background-color: var(--color-content-white);
    border-radius: 25px;
    padding: 87px 95px 105px;
  }

  @media (max-width: 1201px) {
    .contact-form {
      padding: 43px 42px 53px;
    }
  }

  @media (max-width: 390px) {
    .contact-form {
      padding: 43px 27px 53px;
    }
  }

  .contact-form .ibt-btn-outline {
    outline: none;
  }

  .contact-form .ibt-btn-outline i {
    text-indent: 0em;
  }

  .custom-form {
    position: relative;
  }

  .custom-form h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 43px;
    display: inline-block;
    color: var(--color-content-black2);
  }

  .custom-form input,
  .custom-form select,
  .custom-form textarea {
    border: 1px solid #ADADAD;
    border-radius: 20px;
    height: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #898989;
    padding: 18px;
  }

  .custom-form input::-webkit-input-placeholder,
  .custom-form select::-webkit-input-placeholder,
  .custom-form textarea::-webkit-input-placeholder {
    color: #898989;
  }

  .custom-form input::-moz-placeholder,
  .custom-form select::-moz-placeholder,
  .custom-form textarea::-moz-placeholder {
    color: #898989;
  }

  .custom-form input:-ms-input-placeholder,
  .custom-form select:-ms-input-placeholder,
  .custom-form textarea:-ms-input-placeholder {
    color: #898989;
  }

  .custom-form input::-ms-input-placeholder,
  .custom-form select::-ms-input-placeholder,
  .custom-form textarea::-ms-input-placeholder {
    color: #898989;
  }

  .custom-form input::placeholder,
  .custom-form select::placeholder,
  .custom-form textarea::placeholder {
    color: #898989;
  }

  .custom-form textarea {
    height: 175px;
    margin-bottom: 30px;
  }

  .contact-banner {
    position: relative;
    background-image: url(../images/bg/bg4.png);
    background-repeat: no-repeat;
    padding: 152px 0 146px;
    margin: 0 20px;
    border-radius: 25px 25px 0 0;
  }

  @media (max-width: 1366px) {
    .contact-banner {
      padding: 152px 27px 146px;
    }
  }

  @media (max-width: 1201px) {
    .contact-banner {
      padding: 102px 27px 146px;
    }
  }

  @media (max-width: 1025px) {
    .contact-banner {
      padding: 80px 27px 111px;
    }
  }

  @media (max-width: 577px) {
    .contact-banner {
      padding: 80px 27px 92px;
    }
  }

  .contact-banner::before {
    content: "";
    position: absolute;
    top: -142%;
    left: 0;
    width: 100%;
    height: 809px;
    background-image: url(../images/layers/layer11.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .contact-banner::before {
      top: -97%;
    }
  }

  @media (max-width: 769px) {
    .contact-banner::before {
      left: -21%;
      width: 853px;
    }
  }

  @media (max-width: 577px) {
    .contact-banner::before {
      top: -44%;
      left: 0;
      width: 100%;
      background-size: contain;
    }
  }

  @media (max-width: 390px) {
    .contact-banner::before {
      top: -29%;
    }
  }

  .contact-banner-content {
    position: relative;
  }

  .contact-banner-content .title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--color-content-white);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {
    .contact-banner-content .title {
      font-size: 58px;
      line-height: 68px;
    }
  }

  @media (max-width: 769px) {
    .contact-banner-content .title {
      font-size: 40px;
      line-height: 48px;
    }
  }

  @media (max-width: 480px) {
    .contact-banner-content .title {
      font-size: 34px;
      line-height: 44px;
    }
  }

  .btn-box2 {
    position: relative;
    text-align: right;
  }

  @media (max-width: 577px) {
    .btn-box2 {
      text-align: left;
      margin-top: 60px;
    }
  }

  .btn-box2 .contact-btn {
    position: relative;
    top: -10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-content-white);
    width: 135px;
    height: 173px;
    line-height: 173px;
    border-radius: 65% 45% 65% 45%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btn-box2 .contact-btn .text {
    display: inline-block;
    position: relative;
    will-change: transform;
    z-index: 111;
  }

  .btn-box2 .contact-btn .border-outer {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--color-content-white);
    width: 135px;
    height: 173px;
    line-height: 173px;
    border-radius: 65% 45% 65% 45%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
  }

  .btn-box2 .contact-btn .border-inner {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--color-primary);
    width: 135px;
    height: 173px;
    line-height: 173px;
    border-radius: 65% 45% 65% 45%;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .contact-banner2 {
    position: relative;
    padding: 77px 0;
  }

  @media (max-width: 1440px) {
    .contact-banner2 {
      padding: 77px 30px 77px 20px;
    }
  }

  @media (max-width: 577px) {
    .contact-banner2 {
      padding: 77px 5px 77px 5px;
    }
  }

  @media (max-width: 390px) {
    .contact-banner2 {
      padding: 60px 5px;
    }
  }

  .contact-banner2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1054px;
    background-image: url(../images/layers/layer8.png);
  }

  .contact-banner-content2 {
    position: relative;
  }

  .contact-banner-content2 .title {
    font-size: 100px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--color-heading);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {
    .contact-banner-content2 .title {
      font-size: 80px;
    }
  }

  @media (max-width: 1025px) {
    .contact-banner-content2 .title {
      font-size: 75px;
    }
  }

  @media (max-width: 769px) {
    .contact-banner-content2 .title {
      font-size: 71px;
    }
  }

  @media (max-width: 577px) {
    .contact-banner-content2 .title {
      font-size: 53px;
    }
  }

  @media (max-width: 480px) {
    .contact-banner-content2 .title {
      font-size: 46px;
    }
  }

  @media (max-width: 390px) {
    .contact-banner-content2 .title {
      font-size: 35px;
    }
  }

  .contact-banner-content2 .title span {
    background-color: transparent;
    background-image: -webkit-linear-gradient(348deg, #8258C8 0%, #2C84C8 100%);
    background-image: linear-gradient(102deg, #8258C8 0%, #2C84C8 100%);
    -webkit-background-clip: text;
    color: transparent;
  }

  .btn-box3 {
    position: relative;
    text-align: right;
  }

  @media (max-width: 577px) {
    .btn-box3 {
      text-align: left;
      margin-top: 50px;
    }
  }

  .btn-box3 .contact-btn {
    position: relative;
    right: 0;
    top: -10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-content-black2);
    width: 135px;
    height: 173px;
    line-height: 173px;
    border-radius: 65% 45% 65% 45%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btn-box3 .contact-btn .text {
    display: inline-block;
    position: relative;
    will-change: transform;
    z-index: 111;
  }

  .btn-box3 .contact-btn .border-outer {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--color-content-black2);
    width: 135px;
    height: 173px;
    line-height: 173px;
    border-radius: 65% 45% 65% 45%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
  }

  .btn-box3 .contact-btn .border-inner {
    position: absolute;
    top: 0;
    left: -2px;
    border: 2px solid #43bfd9;
    width: 135px;
    height: 173px;
    line-height: 173px;
    border-radius: 65% 45% 65% 45%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }

  .contact-sec2 {
    position: relative;
  }

  @media (max-width: 1440px) {
    .contact-sec2 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .contact-sec2 {
      margin: 0 7px;
    }
  }

  .contact-sec2:before {
    content: "";
    position: absolute;
    top: 6%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .contact-sec2:before {
      display: none;
    }
  }

  .contact-sec2:after {
    content: "";
    position: absolute;
    bottom: 14%;
    left: 21%;
    width: 964px;
    height: 474px;
    background-image: url(../images/layers/map2.png);
    z-index: -1;
  }

  @media (max-width: 1025px) {
    .contact-sec2:after {
      width: 100%;
      left: 0;
    }
  }

  .contact-content2 {
    position: relative;
    margin-right: 20px;
  }

  @media (max-width: 820px) {
    .contact-content2 {
      margin: 0 0 50px;
    }
  }

  .contact-content2 .sec-title {
    margin-bottom: 73px;
    max-width: 558px;
  }

  @media (max-width: 769px) {
    .contact-content2 .sec-title {
      margin-bottom: 47px;
    }
  }

  .contact-content2 .social-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }

  .contact-content2 .social-icon li {
    margin: 0 35px 0 0;
  }

  .contact-content2 .social-icon li:last-child {
    margin-right: 0;
  }

  .contact-content2 .social-icon li a {
    color: var(--color-content-black2);
  }

  .contact-content2 .social-icon li a:hover {
    color: #999999;
  }

  .call-center2 {
    position: relative;
    margin-bottom: 53px;
  }

  .call-center2 .title {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-heading);
    margin-bottom: 0;
    font-family: var(--font-secondary);
    margin-bottom: 21px;
  }

  .call-center2 .nmbr,
  .call-center2 .gmail,
  .call-center2 p {
    display: block;
    color: var(--color-content-black2);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .call-center2 .gmail {
    text-decoration: underline;
  }

  .contact-form.v2 {
    background-color: #F0F2F4;
  }

  .contact-banner3 {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    margin: 0 20px;
    padding: 152px 0 146px;
    z-index: 1;
  }

  @media (max-width: 1366px) {
    .contact-banner3 {
      padding: 152px 27px 146px;
    }
  }

  @media (max-width: 1201px) {
    .contact-banner3 {
      padding: 102px 44px 101px;
    }
  }

  @media (max-width: 1025px) {
    .contact-banner3 {
      padding: 113px 27px 111px;
    }
  }

  @media (max-width: 577px) {
    .contact-banner3 {
      padding: 80px 27px 92px;
    }
  }

  .contact-banner3::before {
    content: "";
    position: absolute;
    bottom: -159%;
    left: 0;
    width: 100%;
    height: 1500px;
    background-image: url(../images/layers/banner-layer3.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -11;
  }

  @media (max-width: 1201px) {
    .contact-banner3::before {
      width: 869px;
      background-size: contain;
      height: 765px;
      bottom: -75%;
      left: 12%;
    }
  }

  @media (max-width: 1201px) {
    .contact-banner3 .row {
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
  }

  .contact-banner-content3 {
    position: relative;
  }

  .contact-banner-content3 .title {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--color-content-white);
    letter-spacing: -0.03em;
  }

  @media (max-width: 1201px) {
    .contact-banner-content3 .title {
      font-size: 58px;
      line-height: 68px;
    }
  }

  @media (max-width: 769px) {
    .contact-banner-content3 .title {
      font-size: 40px;
      line-height: 48px;
    }
  }

  @media (max-width: 480px) {
    .contact-banner-content3 .title {
      font-size: 34px;
      line-height: 44px;
    }
  }

  .btn-box4 {
    position: relative;
    text-align: right;
  }

  @media (max-width: 577px) {
    .btn-box4 {
      text-align: left;
      margin-top: 60px;
    }
  }

  .btn-box4 .contact-btn {
    position: relative;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-content-white);
    width: 174px;
    height: 174px;
    line-height: 174px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btn-box4 .contact-btn .text {
    display: inline-block;
    position: relative;
    will-change: transform;
    z-index: 111;
  }

  .btn-box4 .contact-btn .border-outer {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--color-content-white);
    width: 174px;
    height: 174px;
    line-height: 174px;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
  }

  .btn-box4 .contact-btn .border-inner {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--color-content-white);
    width: 174px;
    height: 174px;
    line-height: 174px;
    border-radius: 100%;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .contact-banner3.v2::before {
    display: none;
  }

  .contact-banner3.v2::after {
    content: "";
    position: absolute;
    top: -37%;
    left: -1%;
    width: 1109px;
    height: 1138px;
    background-image: url(../images/layers/shade1-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .contact-banner3.v2::after {
      top: -6%;
      left: -2%;
      width: 927px;
      height: 600px;
    }
  }

  @media (max-width: 577px) {
    .contact-banner3.v2::after {
      top: 24%;
    }
  }

  .parallax-wrap {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 130%;
    overflow: hidden;
    z-index: -1;
  }

  .parallax-wrap .parallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.05s linear;
    transition: -webkit-transform 0.05s linear;
    transition: transform 0.05s linear;
    transition: transform 0.05s linear, -webkit-transform 0.05s linear;
    will-change: transform;
  }

  /**
 * Template Name: DolaTech
 * Description: AI Agency, tech startup, chat bot, data science, digital agency, consulting, IT solutions, voiceover, video voiceover, robotics, science, industry, machine learning, neural network or other modern technology business template.
 * Version: 1.1.0
 * Author: ib-thems
 * Author https://themeforest.net/user/ib-themes
 */
  .pricing-style1 {
    position: relative;
  }

  @media (max-width: 1440px) {
    .pricing-style1 {
      margin: 0 20px;
    }
  }

  @media (max-width: 769px) {
    .pricing-style1 {
      margin: 0 10px;
    }
  }

  @media (max-width: 820px) {
    .pricing-style1 .sec-title {
      max-width: 600px;
    }

    .pricing-style1 .sec-title p {
      margin: 18px 0 0;
    }
  }

  .pricing-content {
    position: relative;
  }

  @media (max-width: 820px) {
    .pricing-content {
      margin-bottom: 50px;
    }
  }

  .pricing-content .sec-title {
    margin-bottom: 27px;
  }

  .pricing-content .sec-title p:last-child {
    font-weight: 400;
  }

  .price-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 91px 69px 66px;
    border: 1px solid #E0E0E0;
    border-radius: 25px;
  }

  @media (max-width: 1201px) {
    .price-card {
      padding: 58px 42px 48px;
    }
  }

  @media (max-width: 1025px) {
    .price-card {
      padding: 58px 34px 48px;
    }
  }

  @media (max-width: 577px) {
    .price-card {
      display: block;
    }
  }

  .price-card.v2 {
    background-color: #F0F2F4;
    border: 0;
    margin-top: 8px;
  }

  @media (max-width: 577px) {
    .price-card.v2 {
      margin-top: 30px;
    }
  }

  .price-card.v2 .price-item {
    padding-left: 41px;
  }

  @media (max-width: 1366px) {
    .price-card.v2 .price-item {
      padding-left: 19px;
    }
  }

  @media (max-width: 820px) {
    .price-card.v2 .price-item {
      padding-left: 55px;
    }
  }

  @media (max-width: 769px) {
    .price-card.v2 .price-item {
      padding-left: 42px;
    }
  }

  @media (max-width: 577px) {
    .price-card.v2 .price-item {
      padding-left: 0;
    }
  }

  .pricing-list {
    position: relative;
  }

  .pricing-list li i {
    font-size: 14px;
    color: rgb(69, 194, 213);
    margin-right: 13px;
  }

  .pricing-list li {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: var(--color-content-black2);
  }

  .price-heade {
    position: relative;
    padding-right: 64px;
  }

  @media (max-width: 1201px) {
    .price-heade {
      padding-right: 37px;
    }
  }

  @media (max-width: 1025px) {
    .price-heade {
      padding-right: 0;
    }
  }

  @media (max-width: 769px) {
    .price-heade {
      padding-right: 42px;
    }
  }

  @media (max-width: 577px) {
    .price-heade {
      padding: 0 0 30px;
    }
  }

  .price-heade .title {
    font-weight: 400;
    line-height: 45px;
    font-size: 40px;
    color: var(--color-heading);
    margin-bottom: 14px;
  }

  @media (max-width: 1025px) {
    .price-heade .title {
      line-height: 40px;
      font-size: 35px;
    }
  }

  .price-heade span {
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    color: var(--color-content-black2);
  }

  @media (max-width: 1025px) {
    .price-heade span {
      max-width: 156px;
    }
  }

  @media (max-width: 577px) {
    .price-heade span {
      max-width: unset;
    }
  }

  .price-item {
    position: relative;
    padding-right: 95px;
  }

  @media (max-width: 1201px) {
    .price-item {
      padding-right: 65px;
    }
  }

  @media (max-width: 1025px) {
    .price-item {
      padding-right: 37px;
      max-width: 237px;
      padding-left: 17px;
    }
  }

  @media (max-width: 820px) {
    .price-item {
      padding-right: 80px;
      max-width: 328px;
      padding-left: 45px;
    }
  }

  @media (max-width: 769px) {
    .price-item {
      padding-right: 64px;
      padding-left: 0;
      max-width: unset;
    }
  }

  @media (max-width: 577px) {
    .price-item {
      padding: 0 0 30px;
    }
  }

  .price-item li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: var(--color-content-black2);
    padding-left: 15px;
    margin: 0;
  }

  .price-item li::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: var(--color-content-black2);
  }

  .price-item-price {
    position: relative;
  }

  .price-item-price .price {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 13px;
  }

  .price-item-price .price span {
    font-size: 20px;
    line-height: 30px;
  }

  .price-item-price .ibt-btn-outline span {
    font-size: 14px;
  }

  .price-item-price .ibt-btn-outline:hover span {
    color: var(--color-content-white);
  }

  .pricing-style1.v2::before {
    content: "";
    position: absolute;
    bottom: -90%;
    left: 0;
    width: 557px;
    height: 1629px;
    background-image: url(../images/layers/ser-layer.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .pricing-style1.v2::before {
      display: none;
    }
  }

  .pricing-style1.v2::after {
    content: "";
    position: absolute;
    top: -50%;
    right: 0;
    width: 578px;
    height: 956px;
    background-image: url(../images/layers/ser-layer2.png);
    z-index: -1;
  }

  @media (max-width: 1440px) {
    .pricing-style1.v2::after {
      display: none;
    }
  }

  .pricing-sec2 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .pricing-sec2 {
      margin: 0 20px;
    }
  }

  @media (max-width: 1201px) {
    .pricing-sec2 {
      margin: 0 10px;
    }
  }

  .pricing-sec2 .row {
    margin-bottom: -30px;
  }

  .pricing-sec2 .sec-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 45px;
  }

  @media (max-width: 769px) {
    .pricing-sec2 .sec-title {
      max-width: 556px;
    }
  }

  @media (max-width: 577px) {
    .pricing-sec2 .sec-title {
      max-width: 500px;
    }
  }

  .price-card2 {
    position: relative;
    border: 1px solid var(--color-content-black2);
    border-radius: 25px;
    padding: 69px 45px 62px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
  }

  @media (max-width: 1201px) {
    .price-card2 {
      padding: 69px 29px 46px;
    }
  }

  .price-card2.v2 {
    position: relative;
    border-color: transparent;
    background-color: #F0F2F4;
  }

  .Popular {
    position: absolute;
    top: -1px;
    left: 53px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background-color: var(--color-content-white);
    padding: 8px 43px 6px 37px;
    border-radius: 0px 0px 25px 25px;
  }

  .Popular::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/price-corner.png);
  }

  .Popular::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/layers/price-corner2.png);
  }

  .price-heade2 {
    position: relative;
    margin-bottom: 22px;
  }

  .price-heade2 .title {
    font-weight: 400;
    line-height: 45px;
    font-size: 40px;
    color: var(--color-heading);
    margin-bottom: 14px;
  }

  .price-heade2 span {
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    color: var(--color-content-black2);
  }

  .price-item2 {
    position: relative;
    margin-bottom: 28px;
  }

  .price-item2 li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: var(--color-content-black2);
    padding-left: 15px;
    margin: 0;
  }

  .price-item2 li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    background-color: var(--color-content-black2);
  }

  .price-item-price2 {
    position: relative;
  }

  .price-item-price2 .price {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 23px;
  }

  .price-item-price2 .price span {
    font-size: 20px;
    line-height: 30px;
  }

  .price-item-price2 .ibt-btn-outline span {
    font-size: 14px;
  }

  .price-item-price2 .ibt-btn-outline:hover span {
    color: var(--color-content-white);
  }

  .pricing-sec3 {
    position: relative;
  }

  @media (max-width: 1366px) {
    .pricing-sec3 {
      margin: 0 20px;
    }
  }

  @media (max-width: 1201px) {
    .pricing-sec3 {
      margin: 0 10px;
    }
  }

  .pricing-sec3 .col-xl-6 .row {
    margin-bottom: -30px;
  }

  .pricing-sec3 .sec-title {
    max-width: 600px;
    margin-bottom: 45px;
  }

  @media (max-width: 769px) {
    .pricing-sec3 .sec-title {
      max-width: 400px;
    }
  }

  @media (max-width: 577px) {
    .pricing-sec3 .sec-title {
      max-width: 500px;
    }
  }

  @media (max-width: 480px) {
    .pricing-sec3 .sec-title {
      max-width: 418px;
    }
  }

  .price-content3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
  }

  .price-card3 {
    position: relative;
    border: 1px solid var(--color-content-black2);
    border-radius: 25px;
    padding: 69px 45px 62px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }

  @media (max-width: 1201px) {
    .price-card3 {
      padding: 69px 29px 46px;
    }
  }

  .price-img3 {
    margin-left: 12px;
    min-height: 100%;
    min-width: 71px;
  }

  .price-img3 img {
    height: 100%;
  }

  @media (max-width: 769px) {
    .price-img3 {
      min-width: 68px;
    }
  }

  @media (max-width: 390px) {
    .price-img3 {
      min-width: 54px;
    }
  }

  .Popular3 {
    position: absolute;
    top: 7px;
    left: 90px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .price-heade3 {
    position: relative;
    margin-bottom: 22px;
  }

  .price-heade3 .title {
    font-weight: 400;
    line-height: 45px;
    font-size: 40px;
    color: var(--color-heading);
    margin-bottom: 14px;
  }

  .price-heade3 span {
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    color: var(--color-content-black2);
  }

  .price-item3 {
    position: relative;
    margin-bottom: 28px;
  }

  .price-item3 li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: var(--color-content-black2);
    padding-left: 15px;
    margin: 0;
  }

  .price-item3 li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    background-color: var(--color-content-black2);
  }

  .price-item-price3 {
    position: relative;
  }

  .price-item-price3 .price {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 23px;
  }

  .price-item-price3 .price span {
    font-size: 20px;
    line-height: 30px;
  }

  .price-item-price3 .ibt-btn span {
    font-size: 14px;
  }

  .price-item-price3 .ibt-btn i {
    margin-left: -14px;
  }

  .price-item-price3 .ibt-btn:hover span {
    color: var(--color-content-white);
  }

  .price-card3.v2 {
    background-color: #AC8DE0;
    border: 0;
  }

  .price-card3.v2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 33px;
    width: 180px;
    height: 38px;
    background-image: url(../images/layers/layer1-4.png);
  }

  .price-card3.v2 .title,
  .price-card3.v2 .price {
    color: var(--color-content-white);
  }

  .price-card3.v2 .price-heade3 span {
    color: var(--color-content-white);
  }

  .price-card3.v2 .price-item2 li {
    color: var(--color-content-white);
  }

  .price-card3.v2 .price-item2 li::before {
    background-color: var(--color-content-white);
  }

  .price-card3.v3 {
    background-color: #49C9B2;
    border: 0;
  }

  .price-card3.v3 .title,
  .price-card3.v3 span,
  .price-card3.v3 .price {
    color: var(--color-content-white);
  }

  .price-card3.v3 .price-item2 li {
    color: var(--color-content-white);
  }

  .price-card3.v3 .price-item2 li::before {
    background-color: var(--color-content-white);
  }

  .price-card3.v3 .ibt-btn i {
    color: var(--color-content-white);
  }

  .pricing-style4 {
    position: relative;
  }

  .pricing-style4::before {
    content: "";
    position: absolute;
    bottom: -79%;
    left: 0;
    width: 1003px;
    height: 1676px;
    background-image: url(../images/layers/price-layer4.png);
    background-repeat: no-repeat;
    z-index: -1;
  }

  @media (max-width: 1201px) {
    .pricing-style4::before {
      background-size: contain;
      left: -20px;
      width: 511px;
      bottom: -20%;
      height: 600px;
    }
  }

  @media (max-width: 1440px) {
    .pricing-style4 {
      margin: 0 20px;
    }
  }

  @media (max-width: 769px) {
    .pricing-style4 {
      margin: 0 10px;
    }
  }

  @media (max-width: 820px) {
    .pricing-style4 .sec-title {
      max-width: 600px;
    }

    .pricing-style4 .sec-title p {
      margin: 18px 0 0;
    }
  }

  .pricing-content4 {
    position: relative;
  }

  @media (max-width: 820px) {
    .pricing-content4 {
      margin-bottom: 50px;
    }
  }

  .pricing-content4 .sec-title {
    margin-bottom: 27px;
  }

  .pricing-content4 .sec-title p:last-child {
    font-weight: 400;
  }

  .price-card4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 91px 69px 66px;
    border: 1px solid #3F3F3F;
    border-radius: 25px;
  }

  @media (max-width: 1201px) {
    .price-card4 {
      padding: 58px 42px 48px;
    }
  }

  @media (max-width: 1025px) {
    .price-card4 {
      padding: 58px 34px 48px;
    }
  }

  @media (max-width: 577px) {
    .price-card4 {
      display: block;
    }
  }

  .price-card4.v2 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(336deg, #A3F5FF 0%, #E987C4 100%);
    background-image: linear-gradient(114deg, #A3F5FF 0%, #E987C4 100%);
    border-color: #F0F2F4;
    border: 0;
    margin-top: 8px;
  }

  @media (max-width: 577px) {
    .price-card4.v2 {
      margin-top: 30px;
    }
  }

  .price-card4.v2 .price-item4 {
    padding-left: 41px;
  }

  @media (max-width: 1366px) {
    .price-card4.v2 .price-item4 {
      padding-left: 19px;
    }
  }

  @media (max-width: 820px) {
    .price-card4.v2 .price-item4 {
      padding-left: 55px;
    }
  }

  @media (max-width: 769px) {
    .price-card4.v2 .price-item4 {
      padding-left: 42px;
    }
  }

  @media (max-width: 577px) {
    .price-card4.v2 .price-item4 {
      padding-left: 0;
    }
  }

  .price-card4.v2 .price-item4 li {
    color: var(--color-heading) !important;
  }

  .price-card4.v2 .price-item4 li::before {
    background-color: var(--color-heading);
  }

  .price-card4.v2 .price-heade4 .title,
  .price-card4.v2 .price-heade4 span {
    color: var(--color-heading) !important;
  }

  .price-card4.v2 .price {
    color: var(--color-heading) !important;
  }

  .price-card4.v2 .ibt-btn {
    background-color: var(--color-content-white);
    color: var(--color-content-black2);
  }

  .price-card4.v2 .ibt-btn::after {
    display: none;
  }

  .price-card4.v2 .ibt-btn:hover {
    background-color: var(--color-content-black2);
    color: var(--color-content-white);
  }

  .pricing-list4 {
    position: relative;
  }

  .pricing-list4 li i {
    font-size: 14px;
    color: var(--color-content-white);
    margin-right: 13px;
  }

  .pricing-list4 li {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: var(--color-content-white);
  }

  .price-heade4 {
    position: relative;
    padding-right: 62px;
  }

  @media (max-width: 1201px) {
    .price-heade4 {
      padding-right: 37px;
    }
  }

  @media (max-width: 1025px) {
    .price-heade4 {
      padding-right: 0;
    }
  }

  @media (max-width: 769px) {
    .price-heade4 {
      padding-right: 42px;
    }
  }

  @media (max-width: 577px) {
    .price-heade4 {
      padding: 0 0 30px;
    }
  }

  .price-heade4 .title {
    font-weight: 400;
    line-height: 45px;
    font-size: 40px;
    color: var(--color-content-white);
    margin-bottom: 14px;
  }

  @media (max-width: 1025px) {
    .price-heade4 .title {
      line-height: 40px;
      font-size: 35px;
    }
  }

  .price-heade4 span {
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    color: var(--color-content-white);
  }

  @media (max-width: 1025px) {
    .price-heade4 span {
      max-width: 156px;
    }
  }

  @media (max-width: 577px) {
    .price-heade4 span {
      max-width: unset;
    }
  }

  .price-item4 {
    position: relative;
    padding-right: 95px;
  }

  @media (max-width: 1201px) {
    .price-item4 {
      padding-right: 65px;
    }
  }

  @media (max-width: 1025px) {
    .price-item4 {
      max-width: 237px;
      padding-right: 30px;
      padding-left: 13px;
    }
  }

  @media (max-width: 820px) {
    .price-item4 {
      padding-right: 80px;
      max-width: 328px;
      padding-left: 45px;
    }
  }

  @media (max-width: 769px) {
    .price-item4 {
      padding-right: 64px;
      padding-left: 0;
      max-width: unset;
    }
  }

  @media (max-width: 577px) {
    .price-item4 {
      padding: 0 0 30px;
    }
  }

  .price-item4 li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: var(--color-content-white);
    padding-left: 15px;
    margin: 0;
  }

  .price-item4 li::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: var(--color-content-white);
  }

  .price-item-price4 {
    position: relative;
  }

  .price-item-price4 .price {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 13px;
    color: var(--color-content-white);
  }

  .price-item-price4 .price span {
    font-size: 20px;
    line-height: 30px;
  }

  .price-item-price4 .ibt-btn {
    color: var(--color-content-white);
  }

  .pricing-style5 {
    position: relative;
  }

  .pricing-style5::before {
    content: "";
    position: absolute;
    bottom: -53%;
    left: -20px;
    width: 700px;
    height: 1040px;
    background-image: url(../images/layers/shade1-4.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 1201px) {
    .pricing-style5::before {
      background-size: contain;
    }
  }

  @media (max-width: 1440px) {
    .pricing-style5 {
      margin: 0 20px;
    }
  }

  @media (max-width: 769px) {
    .pricing-style5 {
      margin: 0 10px;
    }
  }

  .pricing-sec6 {
    position: relative;
  }

  @media (max-width: 1025px) {
    .pricing-sec6 {
      margin: 0 15px;
    }
  }

  @media (max-width: 390px) {
    .pricing-sec6 {
      margin: 0;
    }
  }

  .pricing-sec6 .sec-title {
    max-width: 600px;
  }

  .pricing-sec6 .price-card3 .title,
  .pricing-sec6 .price-card3 span,
  .pricing-sec6 .price-card3 li,
  .pricing-sec6 .price-card3 .price {
    color: var(--color-content-white);
  }

  .pricing-sec6 .price-card3 li::before {
    background-color: var(--color-content-white);
  }

  .pricing-sec6 .price-card3 .ibt-btn {
    height: 55px;
    color: var(--color-content-white);
  }

  .pricing-sec6 .Popular {
    background-color: var(--color-surface-dark-2);
  }

  .pricing-sec6 .Popular::before {
    background-image: url(../images/layers/corner3-dark.png) !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .pricing-sec6 .Popular::after {
    background-image: url(../images/layers/corner3-dark3.png) !important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /*# sourceMappingURL=../maps/style.css.map */
/* Global Kinetic Polish */
.ibt-btn {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.ibt-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 35px rgba(255,122,0,0.3) !important;
}

.feature-card, .shop-card, .ser-card15, .project-card {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.feature-card:hover, .shop-card:hover, .ser-card15:hover, .project-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 25px 50px rgba(0,0,0,0.12) !important;
}

[data-tilt] {
  will-change: transform;
}

/* ===== Phase 13: 3D Perspective & Premium Animation Enhancements ===== */

/* 3D Card Perspective on Hover */
.ser-block16,
.feature-card10,
.team-card,
.project-card,
.price-item3 {
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.ser-block16:hover,
.feature-card10:hover,
.team-card:hover,
.price-item3:hover {
  transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
  box-shadow: 0 30px 60px rgba(0,0,0,0.15) !important;
}

/* Gradient Title Shimmer Animation */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.gradient-title {
  background: linear-gradient(90deg, #FF7A00, #ff9d42, #FF7A00, #ff9d42);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
}

/* Smooth section fade-in */
.sec-title .title,
.about-content6 .title,
.about-content9 .title {
  opacity: 1;
  transform: none;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 3D button depth effect */
.ibt-btn {
  position: relative;
  transform-style: preserve-3d;
}

.ibt-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  transform: translateZ(-10px);
  filter: blur(15px);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ibt-btn:hover::after {
  opacity: 0.4;
}

/* Hero section styling for Vanta.js background */
.hero-section10 {
  background-color: #0a0a0a !important;
}

.hero-section10 .hero-content10 {
  position: relative;
  z-index: 2;
}

/* Typed.js cursor blinking */
.typed-cursor {
  color: #FF7A00;
  font-weight: 100;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ===== Phase 15: Enhanced gradient-title text animation ===== */
.gradient-title {
  background: linear-gradient(90deg, #FF7A00 0%, #ffc078 30%, #FF7A00 60%, #e06800 100%) !important;
  background-size: 300% auto !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: textShimmer 4s ease-in-out infinite !important;
}

@keyframes textShimmer {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}

.gradient-title span {
  -webkit-text-fill-color: #FF7A00 !important;
  font-weight: 800;
}

/* Animated heading reveal - forced visible by default */

/* ===== Phase 17: Force all content visible (override Phase 13/15 opacity rules) ===== */
.sec-title .title,
.about-content6 .title,
.about-content9 .title {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
/* Fix orange buttons - ensure ibt-btn-secondary is visible */
.ibt-btn.ibt-btn-secondary {
  background-color: #FF7A00 !important;
  color: #fff !important;
  border-color: #FF7A00 !important;
}

.ibt-btn.ibt-btn-secondary span {
  color: #fff !important;
}

.ibt-btn.ibt-btn-secondary i {
  color: #fff !important;
}

/* Hero Get Started button - white outline style */
.hero-section10 .ibt-btn.ibt-btn-secondary {
  background: transparent !important;
  border: 2px solid #FF7A00 !important;
  color: #FF7A00 !important;
}

.hero-section10 .ibt-btn.ibt-btn-secondary span {
  color: #FF7A00 !important;
}

.hero-section10 .ibt-btn.ibt-btn-secondary:hover {
  background: #FF7A00 !important;
  color: #fff !important;
}

.hero-section10 .ibt-btn.ibt-btn-secondary:hover span {
  color: #fff !important;
}

/* Partner text dual-color styling */
.gradient-title {
  color: #1a1a1a !important;
  -webkit-text-fill-color: unset !important;
  background: none !important;
  animation: none !important;
}

.gradient-title span {
  color: #FF7A00 !important;
  -webkit-text-fill-color: #FF7A00 !important;
}

/* ===== Phase 18: Fix ALL button glow/shadow/gradient artifacts ===== */

/* Override the root secondary color to proper orange */
:root {
  --color-secondary: #FF7A00 !important;
  --color-secondary-alt: #e06800 !important;
  --gradient-btn-1: none !important;
}

/* Remove ALL pseudo-element glow/gradient from outline buttons */
.ibt-btn.ibt-btn-outline::before,
.ibt-btn.ibt-btn-outline::after,
.ibt-btn.ibt-btn-outline-2::before,
.ibt-btn.ibt-btn-outline-2::after,
.ibt-btn.ibt-btn-outline-3::before,
.ibt-btn.ibt-btn-outline-3::after {
  display: none !important;
  content: none !important;
}

/* Outline button: clean border, no glow */
.ibt-btn.ibt-btn-outline {
  background: transparent !important;
  border: 2px solid #FF7A00 !important;
  color: #1a1a1a !important;
  box-shadow: none !important;
  filter: none !important;
}

.ibt-btn.ibt-btn-outline span {
  color: #1a1a1a !important;
}

.ibt-btn.ibt-btn-outline:hover {
  background: #FF7A00 !important;
  color: #fff !important;
  border-color: #FF7A00 !important;
}

.ibt-btn.ibt-btn-outline:hover span {
  color: #fff !important;
}

/* Secondary button: solid orange, no gradient */
.ibt-btn.ibt-btn-secondary {
  background: #FF7A00 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.ibt-btn.ibt-btn-secondary::before,
.ibt-btn.ibt-btn-secondary::after {
  display: none !important;
  content: none !important;
}

.ibt-btn.ibt-btn-secondary span {
  color: #fff !important;
}

.ibt-btn.ibt-btn-secondary i {
  color: #fff !important;
}

.ibt-btn.ibt-btn-secondary:hover {
  background: #e06800 !important;
  color: #fff !important;
}

/* Dark section outline buttons (hero, dark backgrounds) */
.hero-section10 .ibt-btn.ibt-btn-outline,
.hero-section10 .ibt-btn.ibt-btn-secondary,
.neural-sec .ibt-btn,
footer .ibt-btn {
  box-shadow: none !important;
  filter: none !important;
}

/* Hero CTA: orange outline on dark bg */
.hero-section10 .ibt-btn.ibt-btn-secondary {
  background: #FF7A00 !important;
  border: 2px solid #FF7A00 !important;
  color: #fff !important;
}

.hero-section10 .ibt-btn.ibt-btn-secondary:hover {
  background: #e06800 !important;
  border-color: #e06800 !important;
}

/* Header Get in Touch button */
.header-menu-area .ibt-btn,
.header-menu-area .ibt-btn-outline-3 {
  box-shadow: none !important;
  filter: none !important;
}

.header-menu-area .ibt-btn-outline-3::before,
.header-menu-area .ibt-btn-outline-3::after {
  display: none !important;
  content: none !important;
}

.header-menu-area .ibt-btn-outline-3 {
  background: transparent !important;
  border: 2px solid #FF7A00 !important;
  color: #1a1a1a !important;
}

.header-menu-area .ibt-btn-outline-3 span {
  color: #1a1a1a !important;
}

.header-menu-area .ibt-btn-outline-3:hover {
  background: #FF7A00 !important;
  color: #fff !important;
}

.header-menu-area .ibt-btn-outline-3:hover span {
  color: #fff !important;
}

/* Remove all stray box-shadows from buttons sitewide */
.ibt-btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* ===== Phase 19: Fix Button Visibility Issues ===== */

/* Fix Hero Get Started Button text (was orange on orange) */
.hero-section10 .ibt-btn.ibt-btn-secondary span,
.hero-section10 .ibt-btn.ibt-btn-secondary i {
  color: #fff !important;
}

/* Fix Footer / Dark Section Buttons (was dark on dark) */
.footer-style1 .ibt-btn.ibt-btn-outline,
.footer-style1 .ibt-btn.ibt-btn-outline span,
.footer-style1 .ibt-btn.ibt-btn-outline i {
  color: #fff !important;
  border-color: rgba(255,255,255,0.3) !important;
}

.footer-style1 .ibt-btn.ibt-btn-outline:hover {
  background: #FF7A00 !important;
  border-color: #FF7A00 !important;
  color: #fff !important;
}

.footer-style1 .ibt-btn.ibt-btn-outline:hover span,
.footer-style1 .ibt-btn.ibt-btn-outline:hover i {
  color: #fff !important;
}

/* Ensure buttons are never invisible by default */
.ibt-btn {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ===== Phase 20: Final Visibility Safety Overrides ===== */
/* Force all primary sections and animated elements visible by default */
.hero-section10,
.hero-content10,
.about-us-sec6,
.science-lab,
.service-sec15,
.ser-block16,
.project-card,

.sec-title .title {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none;
  animation-name: none;
}

/* Ensure AOS doesn't hide elements if JS fails */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}


/* ===== Phase 23: Perfecting Feature Card Hovers ===== */
.feature-card10 {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  border-radius: 20px !important;
  padding: 30px !important;
  margin: -10px; /* Slight margin pull to prevent layout shift on hover */
}

.feature-card10:hover {
  background: #ffffff !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-10px) rotateX(1deg) rotateY(-1deg) !important;
  z-index: 10;
}

/* Ensure text is readable on the white background during hover */
.feature-card10:hover .title,
.feature-card10:hover p {
  color: #1a1a1a !important;
}

/* Ensure icons remain vibrant */
.feature-card10 img {
  transition: transform 0.4s ease;
}

.feature-card10:hover img {
  transform: scale(1.1);
}

/* ========================================== */
/* Phase 25 modifications - Service Card Height Fix */
/* ========================================== */

/* Use a safe min-height on the variable-text container instead of full flex stretching */
.ser-card15 .ser-content15 {
    min-height: 70px;
    display: flex;
    align-items: center;
}


/* ========================================== */
/* Phase 27: Animations, Fonts & Polish       */
/* ========================================== */

/* --- 1. Mission & Vision Clean Animation (no orange) --- */
.ser-block16 {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
}

.ser-block16:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
}

.ser-block16 .ser-list li {
    opacity: 0;
    transform: translateX(-15px);
    animation: mvSlideIn 0.5s ease forwards;
}

.ser-block16 .ser-list li:nth-child(1) { animation-delay: 0.1s; }
.ser-block16 .ser-list li:nth-child(2) { animation-delay: 0.2s; }
.ser-block16 .ser-list li:nth-child(3) { animation-delay: 0.3s; }
.ser-block16 .ser-list li:nth-child(4) { animation-delay: 0.4s; }

@keyframes mvSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* --- 3. Simple Text Heading Animation (fadeInUp) --- */
@keyframes dtFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dt-animate-text {
    animation: dtFadeInUp 0.8s ease-out both;
}

/* --- 4. Counter animation scroll trigger helper --- */
.counter-number {
    display: inline-block;
}

/* --- 5. DolaTech font weight decrease in gradient-title --- */
.gradient-title span {
    font-weight: 500 !important;
}

/* --- 6. Sub-heading Power3.out Animation --- */
@keyframes dtPower3In {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.dt-flow {
    animation: dtPower3In 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.dt-flow-delay-1 { animation-delay: 0.1s; }
.dt-flow-delay-2 { animation-delay: 0.2s; }
.dt-flow-delay-3 { animation-delay: 0.3s; }
.dt-flow-delay-4 { animation-delay: 0.4s; }

/* Leaflet map overrides */
#leaflet-world-map {
    border-radius: 0;
    border: none;
}

/* Remove purple blue decorations on contact section */
.contact-sec2:before,
.contact-sec2:after {
    content: none !important;
    display: none !important;
    background-image: none !important;
    background: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}
.contact-sec2 {
    background: #fff !important;
    background-image: none !important;
}

