@charset "UTF-8";
/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

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


footer,
header,
nav,
section,
summary {
  display: block;
}


canvas,
video {
  display: inline-block;
}

[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;
}


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

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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

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;
}

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

button,
input {
  line-height: normal;
}

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

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

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

del {
  color: #333;
}


em {
  font-style: italic;
}

/* BlockQuote  */

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;
}

.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");
}

/* Zoom out button */

/*-- Variables --*/
:root {
  --color-primary: #45d0bd;
  --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, #45d0bd 2.7%, #44b6e9 98.55%);
  --gradient-btn-1: linear-gradient(102deg, #8258c8 0.77%, #6766c8 32.11%, #2c84c8 100.27%);
  --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: Aiero | AI Agency & Technology HTML Template
 * 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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*-------------------------------------------------------
                    Height and width 
--------------------------------------------------------*/

/*---------------------------------------------------------
                        Custom Row
----------------------------------------------------------*/

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

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

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

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

/*----------------------------------------------
        text & bg-color class generate
------------------------------------------------*/

/*----------------------------------------------
        border color class generate
------------------------------------------------*/

/*----------------------------------------------
        gradient-colors
------------------------------------------------*/

/*---------------------------------------------
        font weight class generate
----------------------------------------------*/

/*---------------------------------------
        gap class generate
-----------------------------------------*/

/*-----------------------------------------
        margin decrease class generate
------------------------------------------*/

/*-----------------------------
    ibt Border Radius  
-------------------------------*/

.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;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

@-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;
}

.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;
  }
}

.wrapper {
  overflow: hidden;
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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-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;
  }
}
/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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,
h4,
h5,
.h1,
.h2,
.h4,
.h5,
address,
p,
pre,
menu,
ol,
ul {
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1,
  h2,
  h4,
  h5,
  .h1,
  .h2,
  .h4,
  .h5,
  address,
  p,
  pre,
  menu,
  ol,
  ul {
    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,
  h4,
  h5,
  .h1,
  .h2,
  .h4,
  .h5,
  address,
  p,
  pre,
  menu,
  ol,
  ul {
    margin-bottom: 12px;
  }
}

body ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h4,
h5,
.h1,
.h2,
.h4,
.h5 {
  word-break: 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);
}

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);
}

h1 a,
h2 a,
h4 a,
h5 a,
.h1 a,
.h2 a,
.h4 a,
.h5 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);
  }
  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);
  }
  h4,
  .h4 {
    font-size: var(--h6);
  }
  h5,
  .h5 {
    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);
  }
  h4,
  .h4 {
    font-size: var(--h6);
  }
  h5,
  .h5 {
    font-size: var(--font-size-b1);
  }
}
h1,
.h1,
h2,
.h2 {
  font-weight: var(--f-semibold);
}

h4,
.h4,
h5,
.h5 {
  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;
}

/*---------------------------
      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: Aiero | AI Agency & Technology HTML Template
 * 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] {
  -webkit-appearance: button;
}

input {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  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=tel]::-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=tel]::-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=tel]:-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=tel]::-ms-input-placeholder {
  color: var(--color-body);
  opacity: 1;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::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=tel]:-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=tel]::-ms-input-placeholder {
  color: var(--color-body);
  opacity: 1;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border-color: var(--color-primary) !important;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  /* -- 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=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: var(--color-body) !important;
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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%;
  }
}

.title.animated-heading .word {
  display: inline-block;
  white-space: nowrap;
}

.title.animated-heading .letter {
  display: inline-block;
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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 {
  background-color: var(--color-surface-dark-2);
}
.active-body p,
.active-body h1,
.active-body h2,
.active-body h4,
.active-body h5,
.active-body li {
  color: var(--color-content-white) !important;
}
.active-body #preloader {
  background-color: var(--color-surface-dark-2);
}
.active-body #preloader img {
  -webkit-filter: brightness(9) !important;
          filter: brightness(9) !important;
}
.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 .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 {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}
.active-body .sticky-active {
  background-color: #1a1a1a;
}
.active-body .sticky-active .header-menu-area {
  background-color: unset;
}
@media (max-width: 1201px) {
  
  .active-body .vs-header4 {
    background-color: var(--color-surface-dark-2);
  }
}

.active-body .vs-header4 .header-menu-area,
.active-body .vs-header4 .header-menu-area3 {
  background-color: unset;
  border-color: #454545;
}
@media (max-width: 1201px) {
  
  .active-body .vs-header4 .header-menu-area,
  .active-body .vs-header4 .header-menu-area3 {
    background-color: unset;
  }
}

.active-body .vs-header4 .header-top-content4 {
  border-color: #454545;
}

.active-body .vs-header4 .header-logo img {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.active-body .vs-header4 a {
  color: var(--color-content-white);
}

.active-body .vs-header4 .menu-style1 > ul > li > a {
  color: var(--color-content-white);
}

.active-body .vs-header4 .menu-style1 > ul > li > a:hover {
  background-color: var(--color-surface-dark-2);
}

.active-body .vs-header4 .menu-style1 > ul > li > a::before {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.active-body .vs-header4 .menu-style1 > ul > li > .active {
  background-color: var(--color-surface-dark-2);
}
.active-body .menu-style1.v4 > ul > li > a {
  border: 0;
}

.active-body .faq-sec,
.active-body .testi-slider,
.active-body .service-sec7 {
  background-color: #1a1a1a;
}
.active-body .exp-box p {
  color: var(--color-surface-dark-2) !important;
}
.active-body .swiper.brand img,
.active-body .swiper.brand2 img {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}
.active-body .marquee span,
.active-body .marquee .title {
  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 .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 .ibt-btn.ibt-btn-outline,
.active-body .video-popup {
  color: var(--color-content-white) !important;
}
.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 .price-card.v2 .ibt-btn.ibt-btn-dark {
  background-color: var(--color-content-black2);
}
.active-body .footer-style4 {
  background-color: var(--color-surface-dark-2);
}
.active-body .ser-card14-card2 {
  border-color: var(--color-content-black2);
}
.active-body .social-icon li a {
  color: var(--color-content-white) !important;
}

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

.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 .architecture a {
  color: var(--color-content-white);
}
.active-body .ser-card21.v1 .ibt-btn {
  color: var(--color-content-white);
}
.active-body .solutions {
  color: var(--color-content-white);
}
.active-body .border-outer {
  border-color: var(--color-content-white) !important;
}
.active-body .faq-sec2::before {
  left: -15%;
}
.active-body .custom-form4 input {
  background-color: var(--color-surface-dark-2);
  border-color: #434343;
}
.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 .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 .darkModeTriggerImg2 {
  display: inline-block;
}
.active-body .darkModeTriggerImg {
  display: none;
}
.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 input[type=text],
.active-body input[type=password],
.active-body input[type=email],
.active-body input[type=tel] {
  color: var(--color-content-white);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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 .ibt-btn-rounded {
  color: var(--color-content-white);
}

.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;
}

.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 .menu-right .ibt-btn {
  color: var(--color-content-white);
}
.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;
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

.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-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 42px 0 22px;
  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 > a:hover .menu-item {
  -webkit-transform: translateY(-38px);
      -ms-transform: translateY(-38px);
          transform: translateY(-38px);
}
.menu-style1 > ul > li > a:hover .menu-item2 {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.menu-style1 > ul > li > .active {
  background-color: var(--color-heading);
  color: var(--color-content-white);
}
.menu-style1 > ul > li > .active::before {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}
.menu-style1 > ul > li > .active:hover {
  background-color: var(--color-heading);
}

.main-menu {
  position: relative;
}

.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 .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 .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: #45d0bd !important;
  background-color: unset;
}
.main-menu > ul li .sub-menu li.menu-has-items.active > a::before {
  opacity: 1;
  color: #45d0bd !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: #45d0bd !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: #45d0bd !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 .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;
}

.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, #45D0BD, #44B6E9);
  background: linear-gradient(to bottom, #45D0BD, #44B6E9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1201px) {
  .btn-box .ibt-btn {
    display: none;
  }
}

.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 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.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, #45D0BD, #44B6E9);
  background: linear-gradient(to bottom, #45D0BD, #44B6E9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.darkModeTriggerImg2 {
  display: none;
}
.vs-header2 .ibt-btn-outline-3 {
  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 {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}
.sticky-active.is-sticky.v3 .logo3 img,
.sticky-active.is-sticky.v9 .logo3 img {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.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-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 > 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-header9 .ibt-btn-outline-3 {
  color: var(--color-content-white);
}

.sticky-active.v9 .hamburger span {
  background-color: var(--color-content-white);
}

.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-header13 .ibt-btn-outline-3 {
  color: var(--color-content-white);
}

.sticky-active.v13 .popup-search {
  margin-right: 46px;
}
.sticky-active.v13 .hamburger span {
  background-color: var(--color-content-white);
}

.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-header16 .ibt-btn.ibt-btn-outline-3 {
  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;
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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-content .ibt-btn {
  position: relative;
  top: -10px;
  color: var(--color-content-white);
}

.widget-area {
  position: relative;
  z-index: 99;
}

.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-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-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;
  }
}
.about-widget6 .ibt-btn.ibt-btn-outline-2 {
  color: var(--color-content-white);
}
.footer-content7 .ibt-btn {
  position: relative;
  top: -10px;
  color: var(--color-content-white);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */
/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

ul {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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, #45d0bd, #44b6e9);
  background: linear-gradient(90deg, #45d0bd, #44b6e9);
  -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);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

.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;
  }
}

.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 .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-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-style9 .ibt-btn.ibt-btn-secondary i {
  margin-left: 0;
}
.hero-style14 .ibt-btn.ibt-btn-secondary i {
  margin: 0;
}

.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-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;
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

.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-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%);
  }
}

.newsletter-banner {
  position: relative;
  margin: 0 20px;
  z-index: 1;
  overflow: hidden;
  border-radius: 25px;
}
.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;
  }
}
.contact-form3 .ibt-btn-outline {
  outline: none;
}
.contact-form3 .ibt-btn-outline i {
  text-indent: 0em;
}
.contact-form4 .ibt-btn-outline {
  outline: none;
}
.contact-form4 .ibt-btn-outline i {
  text-indent: 0em;
}

.custom-form4 {
  position: relative;
  text-align: left;
}
.custom-form4 .title {
  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 {
  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 input {
  border: 1px solid #adadad;
  border-radius: 20px;
  height: 50px;
  font-size: 14px;
  color: #898989;
  padding: 0 19px;
}
.custom-form4 input::-webkit-input-placeholder {
  color: #898989;
}
.custom-form4 input::-moz-placeholder {
  color: #898989;
}
.custom-form4 input:-ms-input-placeholder {
  color: #898989;
}
.custom-form4 input::-ms-input-placeholder {
  color: #898989;
}
.custom-form4 input::placeholder {
  color: #898989;
}
.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;
}
.custom-form4.active .ibt-btn span:first-child {
  display: none;
}
.custom-form4.active .ibt-btn .extra {
  display: inline-block;
}
.cart-table2 .ibt-btn {
  height: 50px;
  margin-top: 32px;
}
.cart-footer .footer-right .ibt-btn {
  height: 50px;
  font-size: 14px;
  outline: none;
}
.cart-footer .footer-right .ibt-btn i {
  margin-left: -16px;
}

.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-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.show {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.inner-content3 .ibt-btn.ibt-btn-outline-2 {
  color: var(--color-content-white);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

.title-area {
  margin-bottom: 45px;
}

.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);
}

.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;
}
.ser-content11 .ibt-btn {
  color: var(--color-content-white);
  width: 100%;
}

.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-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-card14-card4 {
  position: relative;
  background-color: var(--color-content-white);
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 19px;
}

.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-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;
}

.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-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-card21.v1 .ibt-btn {
  color: var(--color-content-black2);
}

.ser-anim {
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  will-change: transform, opacity;
}

.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;
  }
}

.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 .sec-btn-box .ibt-btn {
  color: var(--color-content-white);
}
.service-sec25 .sec-btn-box .ibt-btn:hover {
  color: var(--color-content-black2);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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-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%;
  }
}
.feature-tab-content .ibt-btn-outline {
  color: var(--color-content-white);
  margin-top: 26px;
}
.feature-tabs8 .ibt-btn {
  margin-top: 28px;
}
.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);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

.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;
  }
}
@media (max-width: 480px) {
  .about-content3 .ibt-btn {
    margin-bottom: 20px;
  }
}
.about-info4 .ibt-btn {
  color: var(--color-content-white);
}
.about-us-sec6 .sec-title .ibt-btn {
  margin-top: 50px;
}
@media (max-width: 769px) {
  .about-us-sec6 .sec-title .ibt-btn {
    margin-top: 33px;
  }
}
.about-us-sec8 .sec-title .ibt-btn {
  margin-top: 50px;
}
.about-info10 .ibt-btn {
  color: var(--color-content-white);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

.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;
}

.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;
  }
}

.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 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-white);
  margin-top: 6px;
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */
.contact-form2 .ibt-btn-outline {
  outline: none;
}
.contact-form2 .ibt-btn-outline i {
  text-indent: 0em;
}
.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);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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-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;
  }
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */
.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;
}

.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;
}

.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;
  }
}
.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: Aiero | AI Agency & Technology HTML Template
 * 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-slider {
  padding: 50px 0;
}
.project-btn .ibt-btn-outline {
  color: var(--color-content-white);
}
.project-sec2 .title-area .ibt-btn-outline {
  color: var(--color-content-white);
}

.project-sec3 {
  position: relative;
  overflow: hidden;
}

.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;
}

.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-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-sec6 .sec-btn-box .ibt-btn {
  color: var(--color-content-white);
}

.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;
}

.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.v4 {
  height: 792px;
}

.video-banner4 {
  position: relative;
  height: 793px;
  overflow: hidden;
  border-radius: 25px;
  margin: 0 20px;
}
@media (max-width: 769px) {
  .video-banner4 {
    height: 583px;
  }
}

.project-block8 {
  position: relative;
  margin-bottom: 32px;
  border-radius: 25px;
  overflow: hidden;
  cursor: none;
}
.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;
}

.project-img10 {
  position: relative;
  cursor: none;
}
.project-img10 img {
  max-width: unset;
  width: 100%;
}
.pro-btn11 .ibt-btn {
  color: var(--color-content-white);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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-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 .ibt-btn-outline {
  color: var(--color-content-white);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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-list-box .ibt-btn-outline {
  color: var(--color-content-white);
}
@media (max-width: 480px) {
  .choose-list-box .ibt-btn-outline {
    margin-top: 40px;
  }
}

.choose-slider2 {
  position: relative;
}
.choose-content5 .ibt-btn-outline {
  color: var(--color-content-white);
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */

.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 .ibt-btn-outline {
  outline: none;
}
.contact-form .ibt-btn-outline i {
  text-indent: 0em;
}

.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;
  }
}

/**
 * Template Name: Aiero | AI Agency & Technology HTML Template
 * 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
 */
.price-item-price .ibt-btn-outline span {
  font-size: 14px;
}
.price-item-price .ibt-btn-outline:hover span {
  color: var(--color-content-white);
}
.price-item-price2 .ibt-btn-outline span {
  font-size: 14px;
}
.price-item-price2 .ibt-btn-outline:hover span {
  color: var(--color-content-white);
}
.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.v3 .ibt-btn i {
  color: var(--color-content-white);
}
.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);
}
.price-item-price4 .ibt-btn {
  color: var(--color-content-white);
}
.pricing-sec6 .price-card3 .ibt-btn {
  height: 55px;
  color: var(--color-content-white);
}
