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

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

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

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

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

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

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

.ibt-blockquote {
  font-size: var(--font-size-b1);
  font-weight: var(--f-semibold);
  font-style: normal;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.ibt-blockquote::before {
  content: "\e82f";
  font-family: "fontello";
  font-size: var(--h3);
  background: var(--gradient-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

[hidden] {
  display: none;
}

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

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

address {
  margin: 0 0 24px;
}

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

b,
strong {
  font-weight: bold;
}

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

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

kbd,
ins {
  color: #ffffff;
}

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

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 15px 15px;
}

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

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

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

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

ol ul {
  margin-bottom: 0;
}

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

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

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

button,
input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

th {
  font-weight: 500;
}

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

del {
  color: #333;
}

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

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

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

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

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
.lg-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105" !important;
}

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

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

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

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

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

/*-- Variables --*/
:root {
  --color-primary: #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);
}

.hero-style1 {
  padding: 239px 0 21px;
  background-color: #ecf0f4;
}
@media (max-width: 1440px) {
  .hero-style1 {
    padding-top: 239px;
  }
}
@media (max-width: 1201px) {
  .hero-style1 {
    padding-top: 176px;
  }
}
@media (max-width: 769px) {
  .hero-style1 {
    padding-top: 125px;
  }
}
@media (max-width: 480px) {
  .hero-style1 {
    padding-top: 110px;
  }
}
.hero-style1 .col-lg-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70%;
}
.hero-style1 .col-lg-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
}
.hero-style1 .container-fluid {
  max-width: 1500px;
  margin: 0 auto;
}

.hero-info {
  position: relative;
}
.hero-info::before {
  content: "";
  position: absolute;
  top: -17%;
  left: 0px;
  width: 100%;
  height: 1176px;
  background-image: url(../../images/layers/eclips-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .hero-info {
    padding: 0 40px;
  }
}
@media (max-width: 1201px) {
  .hero-info {
    padding: 0;
  }
}
@media (max-width: 820px) {
  .hero-info {
    padding: 0 7px;
  }
}

.hero-info .row.end {
  align-items: center;
}

.hero-title {
  position: relative;
}

.gradient-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

/* Hero gradient-title */
.hero-title .gradient-title {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -1px;
  max-width: 900px;
}
@media (max-width: 1440px) {
  .hero-title .gradient-title {
    font-size: 56px;
    max-width: 800px;
  }
}
@media (max-width: 1201px) {
  .hero-title .gradient-title {
    font-size: 52px;
    max-width: 600px;
  }
}
@media (max-width: 769px) {
  .hero-title .gradient-title {
    font-size: 40px;
    max-width: 100%;
  }
}
@media (max-width: 577px) {
  .hero-title .gradient-title {
    font-size: 32px;
    letter-spacing: 0;
  }
}

/* Neural Playground gradient-title */
.neural-playground .gradient-title {
  font-size: 65px;
  line-height: 70px;
}
@media (max-width: 1440px) {
  .neural-playground .gradient-title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1201px) {
  .neural-playground .gradient-title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 769px) {
  .neural-playground .gradient-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 577px) {
  .neural-playground .gradient-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.gradient-title {
  background-image: linear-gradient(135deg, #00202A 29%, #006E90 74%, #6AB8CF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.gradient-title span {
  background: none;
}

.hero-content {
  position: relative;
  top: -10px;
  margin-left: 57px;
}
@media (max-width: 1025px) {
  .hero-content {
    margin: 30px 0 0;
    max-width: 600px;
  }
}
.hero-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 29px;
}
@media (max-width: 769px) {
  .hero-content p {
    margin-bottom: 30px;
  }
}

.video-banner {
  position: relative;
  margin: 85px 20px 0;
  overflow: hidden;
  background-image: url(../../images/bg/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 25px;
}
@media (max-width: 1201px) {
  .video-banner {
    margin: 75px 20px 0;
  }
}
@media (max-width: 769px) {
  .video-banner {
    margin: 51px 20px 0;
  }
}
.video-banner {
  height: 500px;
}
.video-banner .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 769px) {
  .video-banner {
    height: 350px;
  }
}

.video-banner::before {
  display: none;
}

.banner-content {
  position: relative;
  padding: 70px 0 0 78px;
}
.banner-content::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 15%;
  width: 366px;
  height: 366px;
  background-image: url(../../images/layers/dots.png);
}
@media (max-width: 1025px) {
  .banner-content::after {
    bottom: 0;
    right: 3%;
  }
}
@media (max-width: 820px) {
  .banner-content::after {
    bottom: -110px;
    right: 2%;
  }
}
@media (max-width: 480px) {
  .banner-content::after {
    bottom: -153px;
    right: -20%;
  }
}
@media (max-width: 577px) {
  .banner-content {
    padding: 70px 0px 0px 19px;
  }
}
@media (max-width: 577px) {
  .banner-content {
    height: 450px;
  }
}
@media (max-width: 390px) {
  .banner-content {
    height: 499px;
  }
}
.banner-content img {
  border-radius: 25px;
}
.banner-content .sub-title {
  font-family: var(--font-primary);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  display: block;
  max-width: 482px;
  color: var(--color-content-white);
  margin-bottom: 196px;
  letter-spacing: -0.03em;
}
@media (max-width: 1440px) {
  .banner-content .sub-title {
    max-width: 402px;
    margin-bottom: 75px;
  }
}
@media (max-width: 1201px) {
  .banner-content .sub-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1025px) {
  .banner-content .sub-title {
    max-width: 415px;
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .banner-content .sub-title {
    font-size: 30px;
    line-height: 1em;
    max-width: 350px;
  }
}
@media (max-width: 577px) {
  .banner-content .sub-title {
    font-size: 26px;
    margin-bottom: 38px;
  }
}
.banner-content .title2 {
  position: relative;
  font-size: 350px;
  line-height: 237px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--color-surface-light-1);
  letter-spacing: -0.07em;
  display: inline-block;
  bottom: -30px;
}
@media (max-width: 1440px) {
  .banner-content .title2 {
    font-size: 250px;
    bottom: -35px;
    left: -20px;
  }
}
@media (max-width: 1201px) {
  .banner-content .title2 {
    font-size: 180px;
    line-height: 180px;
  }
}
@media (max-width: 820px) {
  .banner-content .title2 {
    font-size: 144px;
    line-height: 150px;
  }
}
@media (max-width: 769px) {
  .banner-content .title2 {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 577px) {
  .banner-content .title2 {
    font-size: 100px;
    line-height: 100px;
    left: 0;
    bottom: 0;
  }
}
.banner-content p {
  position: absolute;
  bottom: 107px;
  right: 49px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--color-content-white);
  max-width: 118px;
  letter-spacing: -0.03em;
}

.hero-style2 {
  position: relative;
  margin: 20px 20px 0;
  z-index: 0;
}
.hero-style2 .slider-btn {
  bottom: auto;
  top: 50%;
  left: auto;
  right: -38px;
  line-height: unset;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  z-index: 999;
}
.hero-style2 .slider-btn::before {
  content: "";
  position: absolute;
  left: -19px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape5.png);
}
.hero-style2 .slider-btn::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 40px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape4.png);
  -webkit-transform: rotate(179deg);
      -ms-transform: rotate(179deg);
          transform: rotate(179deg);
}
.hero-style2 .slider-btn .swiper-button-next {
  margin: 0 13px 0px 0px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hero-style2 .slider-btn .swiper-button-next::before {
  content: "\e845";
  font: 400 normal 11px/1em "fontello";
  font-size: 14px;
}
.hero-style2 .slider-btn .swiper-button-prev {
  margin: 0 0 0 13px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hero-style2 .slider-btn .swiper-button-prev::before {
  content: "\e845";
  font: 400 normal 11px/1em "fontello";
  font-size: 14px;
}
.hero-style2 .slider-btn .swiper-button-prev,
.hero-style2 .slider-btn .swiper-button-next {
  background-color: unset;
  padding: 0;
  border: 0;
  outline: none;
  width: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.hero-style2 .slider-btn .swiper-button-prev:hover,
.hero-style2 .slider-btn .swiper-button-next:hover {
  color: var(--color-primary);
}
.hero-style2 .slider-btn .swiper-button-next.active,
.hero-style2 .slider-btn .swiper-button-prev.active {
  outline: none;
}

.hero-text2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1201px) {
  .hero-text2 {
    margin: 0 20px;
  }
}
@media (max-width: 820px) {
  .hero-text2 {
    top: 43%;
  }
}
@media (max-width: 769px) {
  .hero-text2 {
    top: 134px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (max-width: 390px) {
  .hero-text2 {
    margin: 0 10px;
  }
}
.hero-text2 .btn-style1 img {
  display: inline-block;
}

.hero-sec-info2 {
  position: relative;
  margin-top: 68px;
}
@media (max-width: 1440px) {
  .hero-sec-info2 {
    margin: 0;
  }
}
@media (max-width: 1366px) {
  .hero-sec-info2 {
    padding: 0 20px;
  }
}
@media (max-width: 1201px) {
  .hero-sec-info2 {
    padding: 0;
  }
}
@media (max-width: 390px) {
  .hero-sec-info2 {
    max-width: 269px;
  }
}
.hero-sec-info2 .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--color-content-white);
  max-width: 1027px;
  letter-spacing: -0.03em;
}
@media (max-width: 1440px) {
  .hero-sec-info2 .title {
    font-size: 60px;
    line-height: 1.125;
    max-width: 940px;
  }
}
@media (max-width: 1025px) {
  .hero-sec-info2 .title {
    max-width: 795px;
  }
}
@media (max-width: 820px) {
  .hero-sec-info2 .title {
    max-width: 598px;
    font-size: 43px;
  }
}
@media (max-width: 769px) {
  .hero-sec-info2 .title {
    max-width: 629px;
    font-size: 49px;
  }
}
@media (max-width: 577px) {
  .hero-sec-info2 .title {
    max-width: 527px;
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .hero-sec-info2 .title {
    max-width: 410px;
    font-size: 36px;
  }
}
@media (max-width: 390px) {
  .hero-sec-info2 .title {
    font-size: 34px;
  }
}
.hero-sec-info2 p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 41px;
  color: var(--color-content-white);
  max-width: 600px;
}
@media (max-width: 769px) {
  .hero-sec-info2 p {
    max-width: 462px;
  }
}
@media (max-width: 480px) {
  .hero-sec-info2 p {
    max-width: 362px;
  }
}
@media (max-width: 390px) {
  .hero-sec-info2 p {
    max-width: 241px;
  }
}

.hero-content2 {
  position: relative;
  height: 100%;
}
@media (max-width: 1440px) {
  .hero-content2 {
    height: 800px;
  }
}
@media (max-width: 1025px) {
  .hero-content2 {
    height: 690px;
  }
}
@media (max-width: 769px) {
  .hero-content2 {
    height: 775px;
  }
}
@media (max-width: 390px) {
  .hero-content2 {
    height: 804px;
  }
}
.hero-content2 > img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.exp-box {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background-color: var(--color-content-white);
  width: 500px;
  border-radius: 25px;
  padding: 33px 9px;
  padding-left: 252px;
}
@media (max-width: 820px) {
  .exp-box {
    width: 451px;
    padding-left: 224px;
  }
}
@media (max-width: 769px) {
  .exp-box {
    width: 457px;
    padding-left: 230px;
    right: auto;
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .exp-box {
    padding-bottom: 39px;
    width: 400px;
    padding-left: 220px;
  }
}
@media (max-width: 390px) {
  .exp-box {
    width: 314px;
    padding: 12px 9px 17px 146px;
    left: 11px;
  }
}
.exp-box p {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-content-black2);
  max-width: 203px;
}
@media (max-width: 1366px) {
  .exp-box p {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .exp-box p {
    font-size: 16px;
    line-height: 21px;
    margin-right: 20px;
  }
}
@media (max-width: 390px) {
  .exp-box p {
    font-size: 14px;
  }
}

.video-img {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
}
@media (max-width: 390px) {
  .video-img {
    top: 13px;
  }
}
@media (max-width: 390px) {
  .video-img {
    width: 120px;
  }
}
.video-img .video-popup {
  width: 100%;
  right: auto;
  bottom: auto;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color-content-white);
}
@media (max-width: 769px) {
  .video-img .video-popup {
    text-align: center;
    left: 0;
  }
  .video-img .video-popup i {
    margin: 0;
  }
  .video-img .video-popup span {
    display: none;
  }
}
.video-img .video-popup i::after {
  border-color: var(--color-content-white);
}
.video-img .video-popup:hover i {
  background-color: var(--color-content-white);
  color: var(--color-content-black2);
}

.counter-box2 {
  position: relative;
  display: inline-block;
}
.counter-box2 .counter-number,
.counter-box2 .counter-text {
  position: relative;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
  background-color: transparent;
  color: rgba(2, 1, 1, 0);
  -webkit-background-clip: text;
          background-clip: text;
  background-image: -webkit-linear-gradient(346deg, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(104deg, #45d0bd 0%, #44b6e9 100%);
  font-family: var(--font-tertiary);
  font-family: "Sora", Sans-serif;
}
@media (max-width: 577px) {
  .counter-box2 .counter-number,
  .counter-box2 .counter-text {
    font-size: 45px;
  }
}
@media (max-width: 390px) {
  .counter-box2 .counter-number,
  .counter-box2 .counter-text {
    line-height: 52px;
  }
}

.hero-style4 {
  position: relative;
}

.hero-content4 {
  position: relative;
  padding: 141px 0 191px;
}
@media (max-width: 1440px) {
  .hero-content4 {
    padding: 79px 0 90px;
  }
}
@media (max-width: 769px) {
  .hero-content4 {
    padding: 60px 0 50px;
  }
}
.hero-content4 .title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  margin-bottom: 50px;
  color: var(--color-heading);
}
@media (max-width: 1440px) {
  .hero-content4 .title {
    font-size: 77px;
  }
}
@media (max-width: 1201px) {
  .hero-content4 .title {
    font-size: 71px;
    line-height: 74px;
  }
}
@media (max-width: 769px) {
  .hero-content4 .title {
    font-size: 66px;
  }
}
@media (max-width: 577px) {
  .hero-content4 .title {
    font-size: 47px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .hero-content4 .title {
    font-size: 43px;
    line-height: 52px;
  }
}
.hero-content4 .title span {
  background-image: -webkit-linear-gradient(342deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(108deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  text-decoration: none;
  color: transparent;
}

.hero-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}
@media (max-width: 577px) {
  .hero-form {
    display: block;
  }
}
.hero-form .input-box {
  position: relative;
}
@media (max-width: 577px) {
  .hero-form .input-box {
    margin-bottom: 10px;
  }
}
.hero-form .input-box input {
  width: 424px;
  padding: 0 23px;
  font-size: 16px;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  outline: none;
  background: transparent;
  margin-right: 7px;
}
.hero-form .input-box input:not(:-moz-placeholder) + label {
  top: 0px;
  left: 23px;
  font-size: 16px;
  color: #a1a1a1;
  background: #fff;
}
.hero-form .input-box input:not(:-ms-input-placeholder) + label {
  top: 0px;
  left: 23px;
  font-size: 16px;
  color: #a1a1a1;
  background: #fff;
}
.hero-form .input-box input:focus + label, .hero-form .input-box input:not(:placeholder-shown) + label {
  top: 0px;
  left: 23px;
  font-size: 16px;
  color: #a1a1a1;
  background: #fff;
}
@media (max-width: 577px) {
  .hero-form .input-box input {
    width: 100%;
  }
}
.hero-form .input-box label {
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a1a1a1;
  font-size: 16px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
  font-weight: 400;
}
.hero-form .ibt-btn-dark {
  height: 50px;
  padding: 0 34px;
  font-weight: 500;
  font-size: 14px;
}

.required-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.required-list li {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-content-black2);
  margin: 0 16px 0 0;
}
.required-list li:last-child {
  margin-right: 0;
}
.required-list li i {
  font-size: 11px;
  color: #45d498;
  margin-right: 8px;
}

.hero-img4 {
  position: absolute;
  top: 43px;
  right: 0;
}
@media (max-width: 1440px) {
  .hero-img4 {
    top: 68px;
    width: 700px;
  }
}
@media (max-width: 1201px) {
  .hero-img4 {
    width: 600px;
  }
}
@media (max-width: 1025px) {
  .hero-img4 {
    width: 427px;
  }
}
@media (max-width: 820px) {
  .hero-img4 {
    position: static;
    width: 100%;
  }
}

.hero-info4 {
  padding-left: 104px;
}
@media (max-width: 1440px) {
  .hero-info4 {
    padding-left: 78px;
  }
}
@media (max-width: 1366px) {
  .hero-info4 {
    padding-left: 62px;
  }
}
@media (max-width: 1201px) {
  .hero-info4 {
    padding-left: 0px;
  }
}
@media (max-width: 1025px) {
  .hero-info4 {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .hero-info4 {
    padding: 0 10px;
  }
}

.hero-style5 {
  position: relative;
}
@media (max-width: 1201px) {
  .hero-style5 {
    padding-top: 60px;
  }
}
@media (max-width: 769px) {
  .hero-style5 {
    padding-top: 15px;
  }
}
.hero-style5::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 0;
  width: 100%;
  height: 1300px;
  background-image: url(../../images/layers/eclips9-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1025px) {
  .hero-style5::before {
    top: 0;
    width: 100%;
  }
}

.hero-info5 {
  position: relative;
  padding-right: 35px;
}
@media (max-width: 1201px) {
  .hero-info5 {
    padding-right: 0;
  }
}

.hero-content5 {
  position: relative;
  padding: 40px 42px 69px 122px;
}
@media (max-width: 1201px) {
  .hero-content5 {
    padding: 40px 0 40px;
  }
}
.hero-content5 .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  margin-bottom: 33px;
  color: var(--color-heading);
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .hero-content5 .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 577px) {
  .hero-content5 .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .hero-content5 .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 390px) {
  .hero-content5 .title {
    font-size: 30px;
    line-height: 38px;
  }
}

.hero-block {
  position: relative;
}
@media (max-width: 1440px) {
  .hero-block {
    height: 272px;
  }
}
@media (max-width: 1025px) {
  .hero-block {
    height: 304px;
  }
}
@media (max-width: 820px) {
  .hero-block {
    margin-bottom: 40px;
  }
}
.hero-block img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.hero-block-content {
  position: absolute;
  bottom: 31px;
  left: 41px;
}
@media (max-width: 1201px) {
  .hero-block-content {
    left: 31px;
  }
}
@media (max-width: 1025px) {
  .hero-block-content {
    bottom: 33px;
    left: 25px;
    max-width: 190px;
  }
}
.hero-block-content .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 34px;
  max-width: 206px;
  color: var(--color-content-white);
}
.hero-block-content .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-white);
  display: inline-block;
}

.counter-box9 {
  position: relative;
  margin-bottom: 9px;
}
.counter-box9 .counter-number,
.counter-box9 .counter-text {
  font-size: 60px;
  line-height: 49px;
  font-weight: 700;
  display: inline-block;
  font-family: var(--font-primary);
  letter-spacing: -0.03em;
  background-color: transparent;
  color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(347deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(103deg, #8258c8 0%, #2c84c8 100%);
  background-color: transparent;
  color: rgba(2, 1, 1, 0);
  -webkit-background-clip: text;
}

.hero-block.v2 .hero-block-content {
  bottom: 52px;
}
.hero-block.v2 .title {
  max-width: 230px;
  margin-bottom: 19px;
}

.hero-img5 {
  position: relative;
  padding-left: 47px;
  height: 100%;
}
@media (max-width: 1440px) {
  .hero-img5 {
    padding-left: 15px;
  }
}
@media (max-width: 1201px) {
  .hero-img5 {
    padding-left: 0;
  }
}
.hero-img5 > img {
  border-radius: 16px;
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .hero-img5 > img {
    height: 100%;
    max-height: unset;
  }
}
@media (max-width: 480px) {
  .hero-img5 > img {
    height: 516px;
  }
}
@media (max-width: 390px) {
  .hero-img5 > img {
    height: 678px;
  }
}
.hero-img5 .title {
  position: absolute;
  bottom: 73px;
  left: 86px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 240px;
  color: var(--color-content-white);
}
@media (max-width: 1440px) {
  .hero-img5 .title {
    bottom: 92px;
    left: 55px;
    font-size: 29px;
    line-height: 30px;
    max-width: 208px;
  }
}
@media (max-width: 1366px) {
  .hero-img5 .title {
    left: 44px;
    font-size: 24px;
    max-width: 173px;
  }
}
@media (max-width: 1201px) {
  .hero-img5 .title {
    bottom: 32%;
    left: 25px;
  }
}
@media (max-width: 820px) {
  .hero-img5 .title {
    bottom: 33%;
  }
}
@media (max-width: 577px) {
  .hero-img5 .title {
    bottom: 43%;
  }
}
@media (max-width: 390px) {
  .hero-img5 .title {
    bottom: 26%;
  }
}
@media (max-width: 820px) {
  .hero-img5 .exp-box {
    right: auto;
    left: 13px;
  }
}

.hero-style6 {
  position: relative;
  background-color: #ecf0f4;
  border-radius: 0px 0px 25px 25px;
  padding: 183px 20px 32px 20px;
  z-index: 0;
}
@media (max-width: 1201px) {
  .hero-style6 {
    padding: 100px 20px 32px 20px;
  }
}
.hero-style6 .slider-btn {
  bottom: auto;
  top: 44%;
  left: auto;
  right: -38px;
  line-height: unset;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  z-index: 999999;
  background-color: #ecf0f4;
}
.hero-style6 .slider-btn::before {
  content: "";
  position: absolute;
  left: -19px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/hero-shape7.png);
}
.hero-style6 .slider-btn::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 40px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/hero-shape6.png);
  -webkit-transform: rotate(179deg);
      -ms-transform: rotate(179deg);
          transform: rotate(179deg);
}
.hero-style6 .slider-btn .swiper-button-next {
  margin: 0 13px 0px 0px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hero-style6 .slider-btn .swiper-button-next::before {
  content: "\e845";
  font: 400 normal 11px/1em "fontello";
  font-size: 14px;
}
.hero-style6 .slider-btn .swiper-button-prev {
  margin: 0 0 0 13px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hero-style6 .slider-btn .swiper-button-prev::before {
  content: "\e845";
  font: 400 normal 11px/1em "fontello";
  font-size: 14px;
}
.hero-style6 .slider-btn .swiper-button-prev,
.hero-style6 .slider-btn .swiper-button-next {
  background-color: unset;
  padding: 0;
  border: 0;
  outline: none;
  width: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.hero-style6 .slider-btn .swiper-button-prev:hover,
.hero-style6 .slider-btn .swiper-button-next:hover {
  color: var(--color-primary);
}
.hero-style6 .slider-btn .swiper-button-next.active,
.hero-style6 .slider-btn .swiper-button-prev.active {
  outline: none;
}
.hero-style6 .exp-box {
  z-index: 9999;
}
@media (max-width: 1201px) {
  .hero-style6 .exp-box {
    width: 426px;
    padding-left: 221px;
  }
}
@media (max-width: 820px) {
  .hero-style6 .exp-box {
    right: auto;
    left: 18px;
  }
}
@media (max-width: 577px) {
  .hero-style6 .exp-box {
    width: 500px;
  }
}
@media (max-width: 480px) {
  .hero-style6 .exp-box {
    width: 401px;
  }
}
@media (max-width: 390px) {
  .hero-style6 .exp-box {
    width: 302px;
    padding: 23px 0 30px 164px;
  }
}
@media (max-width: 390px) {
  .hero-style6 .exp-box .video-img {
    width: 140px;
  }
}
@media (max-width: 390px) {
  .hero-style6 .exp-box .video-img .video-popup {
    display: block;
  }
  .hero-style6 .exp-box .video-img .video-popup i {
    margin: 0 auto 5px;
  }
}
@media (max-width: 390px) and (max-width: 390px) {
  .hero-style6 .exp-box .video-img .video-popup i {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .hero-style6 .exp-box p {
    font-size: 13px;
    line-height: 17px;
    margin-right: 3px;
  }
}

.hero-content6 {
  position: relative;
}
@media (max-width: 1440px) {
  .hero-content6 {
    height: 680px;
  }
}
@media (max-width: 1025px) {
  .hero-content6 {
    height: 600px;
  }
}
@media (max-width: 820px) {
  .hero-content6 {
    height: 769px;
  }
}
@media (max-width: 577px) {
  .hero-content6 {
    height: 738px;
  }
}
@media (max-width: 390px) {
  .hero-content6 {
    height: 695px;
  }
}
.hero-content6 img {
  border-radius: 25px;
  max-height: 680px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1440px) {
  .hero-content6 img {
    height: 100%;
    width: 100%;
    max-height: unset;
  }
}

.hero-text6 {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.hero-sec-info3 {
  position: relative;
  background-color: var(--color-content-white);
  max-width: 606px;
  padding: 82px 62px 100px;
  border-radius: 25px;
}
@media (max-width: 1025px) {
  .hero-sec-info3 {
    max-width: 485px;
    padding: 64px 42px 62px;
  }
}
@media (max-width: 577px) {
  .hero-sec-info3 {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .hero-sec-info3 {
    padding: 42px 38px 49px;
  }
}
.hero-sec-info3 .title {
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: var(--color-heading);
  letter-spacing: -0.03em;
}
@media (max-width: 1025px) {
  .hero-sec-info3 .title {
    font-size: 48px;
    line-height: 57px;
  }
}
@media (max-width: 480px) {
  .hero-sec-info3 .title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 390px) {
  .hero-sec-info3 .title {
    font-size: 28px;
    line-height: 40px;
  }
}
.hero-sec-info3 p {
  margin-bottom: 42px;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-content-black2);
  max-width: 504px;
}
@media (max-width: 480px) {
  .hero-sec-info3 p {
    max-width: 308px;
  }
}

.hero-style7 {
  position: relative;
  padding: 144px 0 75px;
}
@media (max-width: 1201px) {
  .hero-style7 {
    padding: 90px 0 75px;
  }
}
@media (max-width: 480px) {
  .hero-style7 {
    padding: 74px 0 75px;
  }
}
.hero-style7::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 920px;
  background-image: url(../../images/layers/hero-layer7.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1201px) {
  .hero-style7::before {
    background-size: contain;
  }
}
@media (max-width: 577px) {
  .hero-style7::before {
    top: -5%;
  }
}
@media (max-width: 480px) {
  .hero-style7::before {
    top: 0;
  }
}

.hero-content7 {
  position: relative;
  text-align: center;
}
.hero-content7 .title {
  font-weight: 300;
  font-size: 250px;
  line-height: 202px;
  letter-spacing: -0.07em;
  margin-bottom: 47px;
  color: var(--color-heading);
}
@media (max-width: 1440px) {
  .hero-content7 .title {
    font-size: 180px;
    line-height: 146px;
  }
}
@media (max-width: 1366px) {
  .hero-content7 .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1201px) {
  .hero-content7 .title {
    font-size: 130px;
    line-height: 104px;
  }
}
@media (max-width: 1025px) {
  .hero-content7 .title {
    font-size: 114px;
    line-height: 88px;
  }
}
@media (max-width: 769px) {
  .hero-content7 .title {
    font-size: 92px;
    line-height: 77px;
    margin-bottom: 20px;
  }
}
@media (max-width: 577px) {
  .hero-content7 .title {
    font-size: 74px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .hero-content7 .title {
    font-size: 65px;
  }
}
@media (max-width: 390px) {
  .hero-content7 .title {
    line-height: 65px;
  }
}
.hero-content7 .title span {
  background-color: transparent;
  background-image: -webkit-linear-gradient(356deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(94deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-decoration: none;
  color: transparent;
  display: inline-block;
}
.hero-content7 p {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-content-black2);
  max-width: 500px;
  margin: 0 auto 41px;
}
@media (max-width: 769px) {
  .hero-content7 p {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .hero-content7 p {
    font-size: 15px;
  }
}

.hero-style8 {
  position: relative;
  overflow: hidden;
  padding: 252px 0 155px;
  border-radius: 25px;
  margin: 20px;
}
@media (max-width: 1440px) {
  .hero-style8 {
    padding: 181px 0 111px;
  }
}
@media (max-width: 1201px) {
  .hero-style8 {
    padding: 149px 0 111px;
  }
}
@media (max-width: 577px) {
  .hero-style8 {
    padding: 119px 0 89px;
  }
}

.hero-content8 {
  position: relative;
}
@media (max-width: 1440px) {
  .hero-content8 {
    padding: 0 49px;
  }
}
@media (max-width: 1366px) {
  .hero-content8 {
    padding: 0 81px;
  }
}
@media (max-width: 820px) {
  .hero-content8 {
    padding: 0 29px 0 65px;
  }
}
@media (max-width: 577px) {
  .hero-content8 {
    padding: 0 10px;
  }
}
.hero-content8 .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--color-content-white);
  letter-spacing: -0.03em;
}
@media (max-width: 1366px) {
  .hero-content8 .title {
    font-size: 74px;
    line-height: 82px;
  }
}
@media (max-width: 1201px) {
  .hero-content8 .title {
    font-size: 67px;
    line-height: 72px;
  }
}
@media (max-width: 1025px) {
  .hero-content8 .title {
    font-size: 54px;
    line-height: 59px;
  }
}
@media (max-width: 769px) {
  .hero-content8 .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 577px) {
  .hero-content8 .title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .hero-content8 .title {
    font-size: 36px;
  }
}
.hero-content8 p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 41px;
  color: var(--color-content-white);
  max-width: 600px;
}
@media (max-width: 769px) {
  .hero-content8 p {
    max-width: 462px;
  }
}
@media (max-width: 480px) {
  .hero-content8 p {
    max-width: 362px;
  }
}

.aiero-button {
  position: absolute;
  top: 50%;
  left: -73px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: var(--color-content-black2);
  border-radius: 0px 0px 25px 25px;
  background-color: #ffffff;
  box-shadow: none;
  padding: 16px 56px 16px 56px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.aiero-button:hover {
  color: #45d498;
}
@media (max-width: 577px) {
  .aiero-button {
    display: none;
  }
}
.aiero-button::before {
  content: "";
  position: absolute;
  left: -19px;
  bottom: 36px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape5.png);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.aiero-button::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape4.png);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-sec4 {
  position: relative;
  background-color: #ecf0f4;
  padding: 0 0 20px;
}

.hero-style9 {
  padding: 239px 0 21px;
}
.hero-style9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 894px;
  background-image: url(../../images/layers/layer9-9.png);
}
@media (max-width: 1440px) {
  .hero-style9 {
    padding-top: 239px;
    margin: 0 40px;
  }
}
@media (max-width: 1201px) {
  .hero-style9 {
    padding-top: 176px;
    margin: 0 30px;
  }
}
@media (max-width: 1025px) {
  .hero-style9 {
    margin: 0 16px;
    padding-bottom: 0;
  }
}
@media (max-width: 769px) {
  .hero-style9 {
    padding-top: 165px;
    margin: 0 20px;
  }
}
@media (max-width: 480px) {
  .hero-style9 {
    padding-top: 130px;
  }
}
.hero-style9 .col-lg-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70%;
}
.hero-style9 .col-lg-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
}
.hero-style9 .container-fluid {
  max-width: 1620px;
  margin: 0 auto;
}
.hero-style9 .ibt-btn.ibt-btn-secondary i {
  margin-left: 0;
}

.gradient-title9 {
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 0;
  letter-spacing: -0.03em;
}
@media (max-width: 1440px) {
  .gradient-title9 {
    font-size: 87px;
    line-height: 89px;
  }
}
@media (max-width: 1366px) {
  .gradient-title9 {
    font-size: 82px;
    line-height: 79px;
  }
}
@media (max-width: 1201px) {
  .gradient-title9 {
    font-size: 72px;
    line-height: 75px;
  }
}
@media (max-width: 1025px) {
  .gradient-title9 {
    font-size: 60px;
    line-height: 69px;
    padding-right: 44px;
  }
}
@media (max-width: 769px) {
  .gradient-title9 {
    font-size: 50px;
    line-height: 60px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .gradient-title9 {
    font-size: 36px;
    line-height: 46px;
  }
}
.gradient-title9 span {
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
  text-decoration: none;
  color: transparent;
}

.hero-content9 {
  position: relative;
  top: -10px;
  margin-left: 96px;
}
@media (max-width: 1201px) {
  .hero-content9 {
    margin-left: 24px;
  }
}
@media (max-width: 1025px) {
  .hero-content9 {
    margin-left: -46px;
    top: 0;
  }
}
@media (max-width: 820px) {
  .hero-content9 {
    margin: 30px 0 0;
    max-width: 700px;
  }
}
.hero-content9 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 29px;
}
@media (max-width: 769px) {
  .hero-content9 p {
    margin-bottom: 30px;
  }
}

.hero-section10 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  padding: 183px 20px 20px;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 1201px) {
  .hero-section10 {
    padding: 71px 20px 20px;
  }
}
.hero-section10 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .hero-section10 .row .col-lg-4 {
    width: 41.333333%;
  }
}
@media (max-width: 769px) {
  .hero-section10 .row .col-lg-4 {
    width: 46.333333%;
  }
}
@media (max-width: 1440px) {
  .hero-section10 .row .col-lg-8 {
    width: 58.333333%;
  }
}
@media (max-width: 769px) {
  .hero-section10 .row .col-lg-8 {
    width: 53.333333%;
  }
}
@media (max-width: 577px) {
  .hero-section10 .row .col-sm-12 {
    width: 100%;
  }
}

.hero-content10 {
  position: relative;
}
.hero-content10 .title {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  font-weight: 400;
  color: var(--color-content-white);
}
@media (max-width: 1201px) {
  .hero-content10 .title {
    font-size: 50px;
    line-height: 59px;
  }
}
@media (max-width: 1025px) {
  .hero-content10 .title {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 820px) {
  .hero-content10 .title {
    font-size: 34px;
    line-height: 38px;
  }
}
.hero-content10 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 31px;
}

.hero-info10 {
  position: relative;
  padding: 81px 0 0 62px;
}
@media (max-width: 1440px) {
  .hero-info10 {
    padding: 56px 0 0 0px;
  }
}
@media (max-width: 577px) {
  .hero-info10 {
    padding: 56px 10px 0;
  }
}

.hero-contact10 {
  position: relative;
  background-color: #2c2c2c;
  border-radius: 25px;
  padding: 61px 65px;
  margin-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1201px) {
  .hero-contact10 {
    padding: 47px 33px;
  }
}
@media (max-width: 820px) {
  .hero-contact10 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 32px 33px;
  }
}
@media (max-width: 577px) {
  .hero-contact10 {
    margin-top: 41px;
  }
}
.hero-contact10 .sub-title {
  font-size: 25px;
  font-weight: 400;
  color: var(--color-content-white);
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .hero-contact10 .sub-title {
    font-size: 19px;
  }
}
@media (max-width: 820px) {
  .hero-contact10 .sub-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 390px) {
  .hero-contact10 .sub-title {
    margin-bottom: 0;
  }
}
.hero-contact10 a {
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(337deg, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(113deg, #45d0bd 0%, #44b6e9 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1025px) {
  .hero-contact10 a {
    font-size: 19px;
  }
}

.hero-img10 {
  position: relative;
  margin-left: 20px;
  height: 100%;
}
@media (max-width: 577px) {
  .hero-img10 {
    margin: 40px 0 0;
  }
}
@media (max-width: 480px) {
  .hero-img10 {
    height: auto;
  }
}
.hero-img10 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.hero-img10 span {
  position: absolute;
  bottom: 33px;
  right: 31px;
  font-size: 150px;
  font-weight: 600;
  line-height: 126px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  max-width: 681px;
  font-family: var(--font-primary);
}
@media (max-width: 1201px) {
  .hero-img10 span {
    font-size: 110px;
    line-height: 95px;
    max-width: 500px;
  }
}
@media (max-width: 1025px) {
  .hero-img10 span {
    font-size: 88px;
    line-height: 75px;
    max-width: 399px;
  }
}
@media (max-width: 820px) {
  .hero-img10 span {
    font-size: 56px;
    line-height: 51px;
    max-width: 277px;
  }
}

.hero-style11 {
  position: relative;
  padding: 137px 20px 20px;
  background-color: #f0f2f4;
  margin-bottom: 60px;
  border-radius: 0 0 25px 25px;
}
.hero-style11::before {
  content: "";
  position: absolute;
  top: 9%;
  left: 11%;
  width: 1381px;
  height: 100%;
  background-image: url(../../images/layers/layer10-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .hero-style11::before {
    width: 1278px;
  }
}
@media (max-width: 1366px) {
  .hero-style11::before {
    left: 0;
    width: 100%;
  }
}
.hero-style11 .container-fluid {
  width: 100%;
  padding: 0;
}
.hero-style11 .row .col-lg-5 {
  width: 44.67%;
}
.hero-style11 .row .col-lg-7 {
  width: 55.33%;
}
@media (max-width: 769px) {
  .hero-style11 .row .col-md-12 {
    width: 100%;
  }
}

.hero-img15 {
  position: relative;
}
@media (max-width: 1440px) {
  .hero-img15 {
    height: 830px;
  }
}
@media (max-width: 1201px) {
  .hero-img15 {
    height: 768px;
  }
}
@media (max-width: 577px) {
  .hero-img15 {
    height: 642px;
  }
}
.hero-img15 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.blur-content {
  position: absolute;
  bottom: 97.5%;
  right: 24px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  background-color: transparent;
  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);
  padding: 129px 0 35px 34px;
  border-radius: 15px;
  width: 790px;
}
@media (max-width: 1440px) {
  .blur-content {
    padding: 60px 0 35px 34px;
  }
}
@media (max-width: 1201px) {
  .blur-content {
    width: 730px;
  }
}
@media (max-width: 577px) {
  .blur-content {
    width: 600px;
  }
}
.blur-content span {
  background-color: transparent;
  font-size: 150px;
  line-height: 126px;
  font-weight: 600;
  letter-spacing: -0.03em;
  -webkit-text-stroke-width: 1px;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  color: transparent;
  -webkit-background-clip: text;
  font-family: var(--font-primary);
  display: inline-block;
}

.hero-content11 {
  position: relative;
  padding: 91px 0 0 139px;
  height: 100%;
}
@media (max-width: 1440px) {
  .hero-content11 {
    padding: 48px 0 0 71px;
  }
}
@media (max-width: 1025px) {
  .hero-content11 {
    padding: 48px 0 0 32px;
  }
}
@media (max-width: 820px) {
  .hero-content11 {
    min-height: 704px;
    padding: 48px 0 0 18px;
  }
}
@media (max-width: 577px) {
  .hero-content11 {
    min-height: 656px;
  }
}
@media (max-width: 480px) {
  .hero-content11 {
    min-height: 620px;
    padding-left: 0;
  }
}
.hero-content11 .title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 35px;
  max-width: 772px;
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .hero-content11 .title {
    font-size: 49px;
    line-height: 58px;
  }
}
@media (max-width: 577px) {
  .hero-content11 .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  .hero-content11 .title {
    font-size: 30px;
    line-height: 37px;
  }
}

.inner-img11 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-video11 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 36px 20px 24px 50px;
  border-radius: 25px 0px 25px 0px;
  background-color: #f0f2f4;
}
.hero-video11 .video-popup {
  position: static;
}
.hero-video11::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/hero/corner1-1.png);
}
.hero-video11::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/hero/corner1-1.png);
}

.hero-style12 {
  position: relative;
  padding: 100px 0 96px;
}
@media (max-width: 1440px) {
  .hero-style12 {
    margin: 0 27px;
  }
}
@media (max-width: 769px) {
  .hero-style12 {
    margin: 0 19px;
  }
}
@media (max-width: 577px) {
  .hero-style12 {
    margin: 0 7px;
  }
}

.hero-content12 {
  position: relative;
}
.hero-content12 .title {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 0;
  font-weight: 400;
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-decoration: none;
  color: transparent;
  letter-spacing: -0.03em;
  max-width: 1234px;
}
@media (max-width: 1201px) {
  .hero-content12 .title {
    font-size: 85px;
    line-height: 89px;
  }
}
@media (max-width: 1025px) {
  .hero-content12 .title {
    font-size: 71px;
    line-height: 75px;
  }
}
@media (max-width: 769px) {
  .hero-content12 .title {
    font-size: 56px;
    line-height: 64px;
  }
}
@media (max-width: 577px) {
  .hero-content12 .title {
    font-size: 51px;
    line-height: 59px;
  }
}
@media (max-width: 480px) {
  .hero-content12 .title {
    font-size: 45px;
    line-height: 54px;
  }
}

.main-sec5 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  z-index: 999;
  padding-bottom: 20px;
  border-radius: 0 0 25px 25px;
}
.main-sec5 .video-banner2 {
  margin: 0 20px;
}

.hero-style13 {
  position: relative;
  padding: 185px 0 109px;
  z-index: 99;
}
@media (max-width: 1201px) {
  .hero-style13 {
    padding: 127px 0 109px;
  }
}

.hero-content13 {
  position: relative;
  text-align: center;
}
@media (max-width: 1366px) {
  .hero-content13 {
    max-width: 984px;
    margin: 0 auto;
  }
}
@media (max-width: 1025px) {
  .hero-content13 {
    max-width: 950px;
  }
}
@media (max-width: 769px) {
  .hero-content13 {
    max-width: 653px;
  }
}
@media (max-width: 577px) {
  .hero-content13 {
    max-width: 505px;
  }
}
@media (max-width: 480px) {
  .hero-content13 {
    max-width: 415px;
  }
}
.hero-content13 .title {
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -0.03em;
  color: var(--color-content-white);
  margin-bottom: 25px;
  font-weight: 400;
}
@media (max-width: 1025px) {
  .hero-content13 .title {
    font-size: 66px;
    line-height: 81px;
  }
}
@media (max-width: 769px) {
  .hero-content13 .title {
    font-size: 52px;
    line-height: 65px;
  }
}
@media (max-width: 577px) {
  .hero-content13 .title {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 480px) {
  .hero-content13 .title {
    font-size: 34px;
    line-height: 48px;
  }
}
.hero-content13 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 auto 34px;
  max-width: 731px;
  color: var(--color-content-white);
}
@media (max-width: 480px) {
  .hero-content13 p {
    font-weight: 500;
    line-height: 26px;
  }
}

.hero-style14 {
  padding: 239px 0 125px;
}
@media (max-width: 1440px) {
  .hero-style14 {
    margin: 0 27px;
    padding-top: 150px;
  }
}
@media (max-width: 1201px) {
  .hero-style14 {
    padding: 145px 0 100px;
  }
}
@media (max-width: 769px) {
  .hero-style14 {
    margin: 0 19px;
    padding-top: 125px;
  }
}
@media (max-width: 577px) {
  .hero-style14 {
    margin: 0 7px;
  }
}
@media (max-width: 480px) {
  .hero-style14 {
    padding-top: 110px;
  }
}
.hero-style14::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 894px;
  background-image: url(../../images/layers/layer9-9.png);
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .hero-style14::before {
    width: 100%;
    background-size: contain;
    top: 1%;
  }
}
.hero-style14 .col-lg-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70%;
}
.hero-style14 .col-lg-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
}
.hero-style14 .container-fluid {
  max-width: 1620px;
  margin: 0 auto;
}
.hero-style14 .ibt-btn.ibt-btn-secondary i {
  margin: 0;
}

.gradient-title14 {
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 0;
  letter-spacing: -0.03em;
}
@media (max-width: 1440px) {
  .gradient-title14 {
    font-size: 98px;
  }
}
@media (max-width: 1201px) {
  .gradient-title14 {
    font-size: 72px;
    line-height: 75px;
  }
}
@media (max-width: 769px) {
  .gradient-title14 {
    font-size: 73px;
    line-height: 79px;
  }
}
@media (max-width: 577px) {
  .gradient-title14 {
    font-size: 55px;
    line-height: 63px;
  }
}
@media (max-width: 480px) {
  .gradient-title14 {
    font-size: 46px;
    line-height: 55px;
  }
}
.gradient-title14 span {
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
  text-decoration: none;
  color: transparent;
}

.hero-content14 {
  position: relative;
  top: -10px;
  margin-left: 57px;
}
@media (max-width: 1025px) {
  .hero-content14 {
    margin: 30px 0 0;
    max-width: 600px;
  }
}
.hero-content14 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 29px;
}
@media (max-width: 769px) {
  .hero-content14 p {
    margin-bottom: 30px;
  }
}

.main-sec6 {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

#fluid-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.hero-style15 {
  position: relative;
  padding: 241px 0 147px;
}
@media (max-width: 1366px) {
  .hero-style15 {
    padding: 199px 0 147px;
  }
}
@media (max-width: 1201px) {
  .hero-style15 {
    padding: 139px 0 111px;
  }
}

.banner-content15 {
  position: relative;
  text-align: center;
}
@media (max-width: 1440px) {
  .banner-content15 {
    max-width: 961px;
    margin: 0 auto;
  }
}
.banner-content15 img {
  margin-bottom: 27px;
}
.banner-content15 .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-bottom: 45px;
  color: var(--color-content-white);
}
@media (max-width: 1440px) {
  .banner-content15 .title {
    font-size: 67px;
    line-height: 80px;
  }
}
@media (max-width: 1025px) {
  .banner-content15 .title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 769px) {
  .banner-content15 .title {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 480px) {
  .banner-content15 .title {
    font-size: 33px;
    line-height: 45px;
  }
}

.hero-style16 {
  position: relative;
  background-image: url(../../images/bg/bg15.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.hero-style16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1329px;
  height: 1240px;
  background-image: url(../../images/layers/hero-layer16-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1366px) {
  .hero-style16::before {
    background-size: contain;
    width: 1204px;
  }
}
@media (max-width: 1201px) {
  .hero-style16::before {
    width: 952px;
  }
}
@media (max-width: 820px) {
  .hero-style16::before {
    width: 759px;
  }
}
.hero-style16::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 800px;
  background-image: url(../../images/layers/hero-layer16-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.hero-img16 {
  position: absolute;
  top: 168px;
  left: 0;
}
@media (max-width: 1366px) {
  .hero-img16 {
    width: 600px;
  }
}
@media (max-width: 1201px) {
  .hero-img16 {
    width: 533px;
    top: 124px;
  }
}
@media (max-width: 1025px) {
  .hero-img16 {
    width: 450px;
  }
}
@media (max-width: 820px) {
  .hero-img16 {
    display: none;
  }
}

.hero-content16 {
  position: relative;
  padding: 243px 0 186px 119px;
}
@media (max-width: 1201px) {
  .hero-content16 {
    padding: 150px 0 132px 119px;
  }
}
@media (max-width: 1025px) {
  .hero-content16 {
    padding: 150px 0 132px 48px;
  }
}
@media (max-width: 820px) {
  .hero-content16 {
    padding: 150px 0 132px;
  }
}
@media (max-width: 577px) {
  .hero-content16 {
    padding: 129px 0 84px;
  }
}
.hero-content16 .title {
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
  margin-bottom: 24px;
  color: var(--color-content-white);
  letter-spacing: -0.03em;
}
@media (max-width: 1440px) {
  .hero-content16 .title {
    font-size: 81px;
    line-height: 90px;
  }
}
@media (max-width: 1201px) {
  .hero-content16 .title {
    font-size: 69px;
    line-height: 79px;
  }
}
@media (max-width: 577px) {
  .hero-content16 .title {
    font-size: 59px;
    line-height: 69px;
  }
}
@media (max-width: 390px) {
  .hero-content16 .title {
    font-size: 41px;
    line-height: 51px;
  }
}
.hero-content16 .title span {
  background-color: transparent;
  background-image: -webkit-linear-gradient(332deg, rgb(162, 245, 255) 0%, rgb(234, 132, 194) 100%);
  background-image: linear-gradient(118deg, rgb(162, 245, 255) 0%, rgb(234, 132, 194) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-decoration: none;
}
.hero-content16 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-white);
  margin-bottom: 48px;
  max-width: 590px;
}

.hero-btn16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 390px) {
  .hero-btn16 {
    display: block;
  }
}
.hero-btn16 .ibt-btn {
  margin-right: 72px;
}
@media (max-width: 390px) {
  .hero-btn16 .ibt-btn {
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .hero-btn16 .ibt-btn {
    margin-right: 40px;
  }
}
.hero-btn16 .ibt-btn::after, .hero-btn16 .ibt-btn:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-btn16 .ibt-btn:hover::after {
  background: -webkit-linear-gradient(291deg, #ea84c2 2.13%, #a2f5ff 95.42%);
  background: linear-gradient(159deg, #ea84c2 2.13%, #a2f5ff 95.42%);
}
.hero-btn16 .ibt-btn i {
  margin-left: 50px;
}
.hero-btn16 .video-popup {
  position: static;
  color: var(--color-content-white);
  display: block;
}
.hero-btn16 .video-popup:hover i {
  background-color: var(--color-content-white);
  color: var(--color-heading);
}
.hero-btn16 .video-popup i::after {
  border-color: var(--color-content-white);
}

.main-sec8 {
  position: relative;
  background-image: url(../../images/bg/main8-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 55px;
}

.hero-style17 {
  position: relative;
  padding: 265px 0 61px;
}
@media (max-width: 1440px) {
  .hero-style17 {
    padding: 204px 0 61px;
  }
}
@media (max-width: 1201px) {
  .hero-style17 {
    padding: 148px 0 30px;
  }
}
@media (max-width: 480px) {
  .hero-style17 {
    padding: 124px 0 30px;
  }
}

.hero-content17 {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.hero-content17 .title {
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -0.03em;
  color: var(--color-content-white);
  font-weight: 400;
  margin: 0 0 52px;
  text-align: center;
}
@media (max-width: 1201px) {
  .hero-content17 .title {
    font-size: 83px;
    line-height: 93px;
  }
}
@media (max-width: 1025px) {
  .hero-content17 .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 820px) {
  .hero-content17 .title {
    font-size: 54px;
    line-height: 64px;
  }
}
@media (max-width: 577px) {
  .hero-content17 .title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 480px) {
  .hero-content17 .title {
    font-size: 39px;
    line-height: 49px;
    margin: 0 0 25px;
  }
}
@media (max-width: 390px) {
  .hero-content17 .title {
    font-size: 32px;
    line-height: 45px;
  }
}

.hero-form17 {
  position: relative;
  width: 894px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .hero-form17 {
    width: 100%;
  }
}
.hero-form17 .input-box {
  position: relative;
  width: 100%;
}
@media (max-width: 577px) {
  .hero-form17 .input-box {
    margin-bottom: 10px;
  }
}
.hero-form17 .input-box input {
  width: 100%;
  height: 85px;
  padding: 0 45px;
  font-size: 16px;
  border: 0;
  border-radius: 25px;
  outline: none;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 7px;
}
.hero-form17 .input-box input:not(:-moz-placeholder) + label {
  top: 14px;
  left: 45px;
  font-size: 16px;
  color: #fbfbfb;
  background: #fff;
}
.hero-form17 .input-box input:not(:-ms-input-placeholder) + label {
  top: 14px;
  left: 45px;
  font-size: 16px;
  color: #fbfbfb;
  background: #fff;
}
.hero-form17 .input-box input:focus + label, .hero-form17 .input-box input:not(:placeholder-shown) + label {
  top: 14px;
  left: 45px;
  font-size: 16px;
  color: #fbfbfb;
  background: #fff;
}
@media (max-width: 577px) {
  .hero-form17 .input-box input {
    width: 100%;
  }
}
.hero-form17 .input-box label {
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fbfbfb;
  font-size: 16px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
  font-weight: 500;
  background-color: unset !important;
}

.form-btn17 {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
  color: var(--color-content-white);
  font-weight: 500;
  background-color: var(--color-heading);
  border: 0;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding: 0 36px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .form-btn17 {
    position: static;
    margin-top: 20px;
  }
}
.form-btn17 img {
  margin-right: 11px;
}
.form-btn17:hover {
  background-color: var(--color-primary);
}

.tag-list-wrapper {
  margin-top: 27px;
}
.tag-list-wrapper span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
  font-weight: 600;
  line-height: 30px;
  font-size: 16px;
  color: var(--color-content-white);
}
@media (max-width: 390px) {
  .tag-list-wrapper span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .tag-list-wrapper span {
    margin-bottom: 5px;
  }
}

.tag-list4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .tag-list4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.tag-list4 li {
  margin: 0 6px 0 0;
}
.tag-list4 li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-content-black2);
  background-color: var(--color-content-white);
  height: 35px;
  line-height: 35px;
  padding: 0 16px;
  border-radius: 100px;
  display: inline-block;
}

.main-sec9 {
  position: relative;
  background-image: url(../../images/bg/hero18.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-style18 {
  position: relative;
  padding: 224px 0 117px;
}
@media (max-width: 1201px) {
  .hero-style18 {
    padding: 152px 0 76px;
  }
}

.hero-content18 {
  position: relative;
  text-align: center;
}
.hero-content18 img {
  margin-bottom: 20px;
}
.hero-content18 .title {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 17px;
  color: var(--color-content-white);
  font-weight: 400;
}
@media (max-width: 1201px) {
  .hero-content18 .title {
    font-size: 69px;
    line-height: 84px;
  }
}
@media (max-width: 1025px) {
  .hero-content18 .title {
    font-size: 57px;
    line-height: 67px;
  }
}
@media (max-width: 820px) {
  .hero-content18 .title {
    font-size: 47px;
    line-height: 57px;
  }
}
@media (max-width: 577px) {
  .hero-content18 .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.hero-content18 p {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-content-white);
  font-weight: 500;
  max-width: 518px;
  margin: 0 auto 17px;
}

.hero-btn18 {
  position: relative;
}
.hero-btn18 .video-popup {
  position: static;
  color: var(--color-content-white);
  margin-left: 37px;
}
@media (max-width: 390px) {
  .hero-btn18 .video-popup {
    display: block;
    margin: 30px 0 0;
  }
}
.hero-btn18 .video-popup:hover i {
  color: var(--color-heading);
  background-color: var(--color-content-white);
}
.hero-btn18 .video-popup i::after {
  border-color: var(--color-content-white);
}

.partners-sec {
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .partners-sec {
    margin: 0px 7px;
  }
}
.partners-sec .sec-title {
  max-width: 800px;
}
@media (max-width: 769px) {
  .partners-sec .sec-title {
    max-width: 582px;
  }
}
@media (max-width: 577px) {
  .partners-sec .sec-title {
    max-width: 527px;
  }
}
.partners-sec .brand-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.partners-sec .brand-img img {
  opacity: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partners-sec .brand-img:hover img {
  opacity: 100%;
}
.partners-sec .brand-img img {
  max-height: 100%;
  width: auto;
}

.marquee-sec {
  position: relative;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.marquee span {
  font-size: 120px;
  font-weight: 400;
  line-height: 130px;
  color: var(--color-heading);
  padding-right: 50px;
  font-family: var(--font-primary);
}
@media (max-width: 769px) {
  .marquee span {
    font-size: 80px;
    line-height: 56px;
  }
}
@media (max-width: 577px) {
  .marquee span {
    font-size: 50px;
  }
}

.marquee.v2 span {
  background-color: transparent;
  -webkit-text-stroke-width: 1px;
  background-image: -webkit-linear-gradient(left, rgb(136, 234, 176) 0%, rgb(238, 209, 106) 100%);
  background-image: linear-gradient(90deg, rgb(136, 234, 176) 0%, rgb(238, 209, 106) 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

.marquee.v3 span {
  background-color: transparent;
  -webkit-text-stroke-width: 1px;
  background-image: -webkit-linear-gradient(left, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(90deg, #45d0bd 0%, #44b6e9 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

.marquee-inner {
  display: inline-block;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.marquee-sec2 {
  position: relative;
  background: -webkit-linear-gradient(left, #45d0bd, #44b6e9);
  background: linear-gradient(90deg, #45d0bd, #44b6e9);
  padding: 5px 0 8px;
  -webkit-transform: rotate(-1.2deg);
      -ms-transform: rotate(-1.2deg);
          transform: rotate(-1.2deg);
  overflow: hidden;
  width: 99.9%;
}
@media (max-width: 769px) {
  .marquee-sec2 {
    padding: 35px 0;
  }
}
.marquee-sec2 .marquee-inner span {
  font-size: 60px;
  color: var(--color-content-white);
}
@media (max-width: 769px) {
  .marquee-sec2 .marquee-inner span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 577px) {
  .marquee-sec2 .marquee-inner span {
    font-size: 35px;
    line-height: 45px;
  }
}

.newsletter-banner {
  position: relative;
  margin: 0 20px;
  z-index: 1;
  overflow: hidden;
  border-radius: 25px;
}

.newsletter-content {
  position: relative;
  text-align: center;
  max-width: 913px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .newsletter-content {
    margin: 0 50px;
  }
}
@media (max-width: 577px) {
  .newsletter-content {
    margin: 0;
  }
}
.newsletter-content .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: var(--color-content-white);
}
@media (max-width: 1025px) {
  .newsletter-content .title {
    font-size: 49px;
    line-height: 55px;
  }
}
@media (max-width: 769px) {
  .newsletter-content .title {
    font-size: 37px;
    line-height: 46px;
  }
}
@media (max-width: 577px) {
  .newsletter-content .title {
    font-size: 30px;
    line-height: 37px;
  }
}
.newsletter-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-content-white);
  max-width: 649px;
  margin: 0 auto 44px;
}

.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.newsletter-form .input-box {
  position: relative;
}
.newsletter-form .input-box input {
  width: 398px;
  padding: 0 23px;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: var(--color-content-white);
  margin-right: 7px;
}
.newsletter-form .input-box input:not(:-moz-placeholder) + label {
  top: 0px;
  left: 23px;
  font-size: 16px;
  color: #a1a1a1;
  color: var(--color-content-black2);
}
.newsletter-form .input-box input:not(:-ms-input-placeholder) + label {
  top: 0px;
  left: 23px;
  font-size: 16px;
  color: #a1a1a1;
  color: var(--color-content-black2);
}
.newsletter-form .input-box input:focus + label, .newsletter-form .input-box input:not(:placeholder-shown) + label {
  top: 0px;
  left: 23px;
  font-size: 16px;
  color: #a1a1a1;
  color: var(--color-content-black2);
}
@media (max-width: 390px) {
  .newsletter-form .input-box input {
    width: 100%;
  }
}
.newsletter-form .input-box label {
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a1a1a1;
  font-size: 16px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
  font-weight: 400;
}
.newsletter-form .ibt-btn-dark {
  height: 50px;
  padding: 0 34px;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 577px) {
  .newsletter-form .ibt-btn-dark {
    margin-top: 10px;
  }
}

.main-sec.v6::before {
  display: none;
}

.video-banner2 {
  position: relative;
  background-image: url(../../images/bg/video2.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 198px 0 200px;
  z-index: 0;
  border-radius: 25px;
}

.video-box4 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 32px 90px 24px 73px;
  background-color: rgb(31, 31, 31);
  border-radius: 25px 0px 0px 0px;
  z-index: 99;
}
@media (max-width: 480px) {
  .video-box4 {
    padding: 27px 60px 22px 50px;
  }
}
.video-box4::before {
  content: "";
  position: absolute;
  right: 0px;
  top: -19px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape.png);
  -webkit-transform: rotate(-92deg);
      -ms-transform: rotate(-92deg);
          transform: rotate(-92deg);
}
.video-box4::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -1px;
  width: 21px;
  height: 20px;
  background-image: url(../../images/layers/shape2-1.png);
}
.video-box4 .video-popup {
  position: static;
  color: var(--color-content-white);
}
.video-box4 .video-popup i::after {
  border-color: var(--color-content-white);
}
.video-box4 .video-popup:hover i {
  background-color: var(--color-content-white);
  color: var(--color-content-black2);
}

.lanuguage-sec {
  position: relative;
}
.lanuguage-sec::before {
  content: "";
  position: absolute;
  top: 156px;
  right: 234px;
  width: 964px;
  height: 474px;
  background-image: url(../../images/layers/map.png);
}
@media (max-width: 1366px) {
  .lanuguage-sec {
    margin: 0 27px;
  }
}
@media (max-width: 769px) {
  .lanuguage-sec {
    margin: 0 19px;
  }
}
@media (max-width: 577px) {
  .lanuguage-sec {
    margin: 0 7px;
  }
}
.lanuguage-sec .counter-box5 .counter-number,
.lanuguage-sec .counter-box5 .counter-text {
  color: var(--color-content-white);
}
.lanuguage-sec .user {
  top: 33px;
  color: var(--color-heading);
}
@media (max-width: 769px) {
  .lanuguage-sec .user {
    right: 12% !important;
  }
}
@media (max-width: 820px) {
  .lanuguage-sec .title-area {
    margin-bottom: 67px;
  }
}
.lanuguage-sec .title-area .sec-title {
  max-width: 649px;
}
@media (max-width: 1025px) {
  .lanuguage-sec .title-area .sec-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 769px) {
  .lanuguage-sec .title-area .sec-title {
    max-width: 509px;
  }
}

.world-languages {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 28px;
}
.world-languages a {
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  color: var(--color-content-black2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px 7px 7px;
  border: 1px solid rgb(183, 183, 183);
  border-radius: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.world-languages a:hover {
  background-color: var(--color-content-black2);
  color: var(--color-content-white);
}
.world-languages a img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.lanuguage-sec2 {
  position: relative;
}
@media (max-width: 1366px) {
  .lanuguage-sec2 {
    margin: 0 27px;
  }
}
@media (max-width: 769px) {
  .lanuguage-sec2 {
    margin: 0 19px;
  }
}
@media (max-width: 577px) {
  .lanuguage-sec2 {
    margin: 0 7px;
  }
}
@media (max-width: 1025px) {
  .lanuguage-sec2 .sec-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 769px) {
  .lanuguage-sec2 .sec-title {
    max-width: 400px;
  }
}

.world-languages2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.world-languages2 a {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: var(--color-content-black2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 305px;
  padding: 14px 14px 14px 20px;
  border: 1px solid rgb(183, 183, 183);
  border-radius: 25px;
  margin-right: 32px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1025px) {
  .world-languages2 a {
    width: 283px;
    margin-right: 30px !important;
  }
}
@media (max-width: 820px) {
  .world-languages2 a {
    width: 237px;
    margin-right: 15px !important;
  }
}
@media (max-width: 769px) {
  .world-languages2 a {
    width: 225px;
  }
}
@media (max-width: 577px) {
  .world-languages2 a {
    width: 259px;
  }
  .world-languages2 a:nth-child(2), .world-languages2 a:nth-child(4), .world-languages2 a:nth-child(6), .world-languages2 a:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .world-languages2 a {
    width: 100%;
    margin-right: 0 !important;
  }
}
.world-languages2 a:hover {
  background-color: var(--color-content-black2);
  color: var(--color-content-white);
}
.world-languages2 a i {
  font-size: 23px;
  margin-right: 15px;
}
.world-languages2 a img {
  width: 45px;
  height: 45px;
}
.world-languages2 a .inner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.world-languages2 a:nth-child(4), .world-languages2 a:last-child {
  margin-right: 0;
}
@media (max-width: 820px) {
  .world-languages2 .language {
    margin-right: 0 !important;
  }
}
@media (max-width: 577px) {
  .world-languages2 .language {
    margin-right: 15px !important;
  }
}

.science-lab {
  position: relative;
}
.science-lab::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 400px;
  height: 1200px;
  background-image: url(../../images/layers/lab.png);
  background-repeat: no-repeat;
}
@media (max-width: 390px) {
  .science-lab::before {
    width: 100%;
    background-size: contain;
  }
}
.science-lab .container-fluid {
  max-width: 1616px;
}

.science-content {
  position: relative;
}
.science-content .title {
  font-size: 285px;
  line-height: 238px;
  color: var(--color-surface-black);
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: -0.05em;
  display: inline-block;
}
@media (max-width: 1440px) {
  .science-content .title {
    font-size: 249px;
    line-height: 219px;
  }
}
@media (max-width: 1366px) {
  .science-content .title {
    font-size: 236px;
    line-height: 209px;
  }
}
@media (max-width: 1201px) {
  .science-content .title {
    font-size: 205px;
    line-height: 183px;
  }
}
@media (max-width: 1025px) {
  .science-content .title {
    font-size: 177px;
    line-height: 154px;
  }
}
@media (max-width: 820px) {
  .science-content .title {
    font-size: 143px;
    line-height: 118px;
  }
}
@media (max-width: 769px) {
  .science-content .title {
    font-size: 133px;
    line-height: 118px;
  }
}
@media (max-width: 577px) {
  .science-content .title {
    font-size: 98px;
    line-height: 92px;
  }
}
@media (max-width: 480px) {
  .science-content .title {
    font-size: 80px;
    line-height: 74px;
  }
}
@media (max-width: 390px) {
  .science-content .title {
    font-size: 61px;
    line-height: 60px;
  }
}
.science-content .title .gradient {
  font-weight: 200;
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.science-content .title span {
  font-weight: 200;
}

.science-lab2 {
  position: relative;
}
.science-lab2::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 400px;
  height: 1200px;
  background-image: url(../../images/layers/lab.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .science-lab2 {
    padding: 0 27px 120px;
  }
}
@media (max-width: 769px) {
  .science-lab2 {
    padding: 0 19px 80px;
  }
}
@media (max-width: 577px) {
  .science-lab2 {
    padding: 0 7px 80px;
  }
}
.science-lab2 .container-fluid {
  max-width: 1640px;
}

.science-content2 {
  position: relative;
}
.science-content2 .title {
  font-size: 192px;
  line-height: 192px;
  color: var(--color-content-white);
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media (max-width: 1440px) {
  .science-content2 .title {
    font-size: 161px;
    line-height: 168px;
  }
}
@media (max-width: 1366px) {
  .science-content2 .title {
    font-size: 153px;
    line-height: 157px;
  }
}
@media (max-width: 1201px) {
  .science-content2 .title {
    font-size: 133px;
    line-height: 133px;
  }
}
@media (max-width: 1025px) {
  .science-content2 .title {
    font-size: 112px;
    line-height: 108px;
  }
}
@media (max-width: 769px) {
  .science-content2 .title {
    font-size: 84px;
    line-height: 85px;
  }
}
@media (max-width: 577px) {
  .science-content2 .title {
    font-size: 63px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  .science-content2 .title {
    font-size: 68px;
    line-height: 70px;
  }
}
@media (max-width: 390px) {
  .science-content2 .title {
    font-size: 51px;
    line-height: 58px;
  }
}
.science-content2 .title span {
  font-weight: 200;
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

.shop-sec {
  position: relative;
}
.shop-sec::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .shop-sec::before {
    display: none;
  }
}
@media (max-width: 1201px) {
  .shop-sec {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .shop-sec {
    margin: 0 5px;
  }
}

.shop-product {
  padding-right: 15px;
}
@media (max-width: 769px) {
  .shop-product {
    padding-right: 0;
  }
}
.shop-product .row {
  margin-bottom: -30px;
}

.shop-card {
  position: relative;
  margin-bottom: 30px;
}
.shop-card:hover .shop-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.shop-img {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  z-index: 99;
}
.shop-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-img .tag {
  position: absolute;
  top: 11px;
  left: 16px;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--color-content-white);
  background-color: #f14f44;
  border-radius: 50px;
  padding: 0 15px;
  display: inline-block;
  height: 28px;
}
.shop-img .tag.v2 {
  background-color: #64d39e;
}

.shop-shap {
  position: absolute;
  bottom: 0;
  right: 51px;
  width: 66px;
  height: 43px;
  z-index: 999;
  background-color: var(--color-content-white);
  border-radius: 25px 25px 0 0;
}
.shop-shap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers//team-corner1.png);
}
.shop-shap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/team-corner2.png);
}

.show-now {
  position: absolute;
  top: -14px;
  right: 58px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: var(--color-heading);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px;
  z-index: 999;
  display: inline-block;
}
.show-now:hover {
  background: -webkit-linear-gradient(45deg, #7061c8, #4875c8);
  background: linear-gradient(45deg, #7061c8, #4875c8);
  color: var(--color-content-white);
}

.shop-content {
  position: relative;
  border: 1px solid #e0e0e0;
  border-top: 0;
  margin-top: -20px;
  padding: 70px 36px 44px;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 1201px) {
  .shop-content {
    padding: 70px 29px 44px;
  }
}
@media (max-width: 1025px) {
  .shop-content {
    padding: 68px 20px 46px;
  }
}
@media (max-width: 769px) {
  .shop-content {
    padding: 68px 35px 46px;
  }
}
.shop-content .title {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--color-heading);
  letter-spacing: -0.03em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
@media (max-width: 1025px) {
  .shop-content .title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .shop-content .title {
    font-size: 20px;
  }
}
.shop-content .title:hover {
  background-size: 100% 2px;
}
.shop-content .title:hover a {
  color: var(--color-content-black2);
}
.shop-content .price {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  color: #9b9b9b;
}
.shop-content .price.v2 span {
  color: #f14f44;
}
.shop-content .price.v2 del {
  color: #9b9b9b;
}
.shop-content .rating li {
  margin: 10px 0 0;
}
.shop-content .rating li i {
  font-size: 12px;
}

.shop-content.v2 {
  padding: 55px 36px 31px;
}
@media (max-width: 1201px) {
  .shop-content.v2 {
    padding: 55px 29px 31px;
  }
}
@media (max-width: 1025px) {
  .shop-content.v2 {
    padding: 55px 20px 31px;
  }
}

.price-filter-widget .filter-box {
  max-width: 400px;
}
.price-filter-widget .filter-box h2 {
  margin-bottom: 20px;
}
.price-filter-widget .filter-box .slider-container {
  position: relative;
  height: 6px;
  background: #d6d6d6;
  margin: 37px 0 1px;
}
.price-filter-widget .filter-box .slider-container .slider-track {
  position: absolute;
  height: 6px;
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
  border-radius: 5px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.price-filter-widget .filter-box .slider-container .range-input {
  position: relative;
  z-index: 2;
}
.price-filter-widget .filter-box .slider-container .range-input input {
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  padding: 0;
}
.price-filter-widget .filter-box .slider-container .range-input input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2c84c8;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.price-filter-widget .filter-box .slider-container .range-input input::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2c84c8;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.price-filter-widget .filter-box .price-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.price-filter-widget .filter-box button {
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  border: none;
  background: var(--color-heading);
  color: var(--color-content-white);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none !important;
}
.price-filter-widget .filter-box button:hover {
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
}

.shop-sec2 {
  position: relative;
}
.shop-sec2::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1201px) {
  .shop-sec2 {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .shop-sec2 {
    margin: 0 5px;
  }
}

.shop-img2 {
  position: relative;
  margin-right: 72px;
}
@media (max-width: 820px) {
  .shop-img2 {
    margin: 0 0 40px;
  }
}
.shop-img2 .tag {
  position: absolute;
  top: 0;
  left: 43px;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--color-content-white);
  background-color: #f14f44;
  border-radius: 50px;
  padding: 0 15px;
  display: inline-block;
  height: 28px;
}
.shop-img2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 110px;
  height: 34px;
  background-image: url(../../images/layers/angel.png);
}
.shop-img2 img {
  width: 100%;
}

.shop-content2 {
  position: relative;
}
.shop-content2 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-black2);
  margin-bottom: 16px;
}
.shop-content2 .ser-detail-list {
  margin: 0 0 36px;
}
.shop-content2 .ser-detail-list i {
  color: var(--color-heading);
}
.shop-content2 .price {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  color: #9b9b9b;
  margin-bottom: 8px;
}
.shop-content2 .price span {
  color: #f14f44;
}
.shop-content2 .price del {
  color: #9b9b9b;
}
.shop-content2 .ser-detail-list.v2 {
  margin-bottom: 22px;
}

.quantity-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.quantity-filter .qty-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border: 1px solid var(--color-content-black2);
  border-radius: 10px;
  width: 112px;
  padding: 0 19px;
}
.quantity-filter .qty-box button {
  border: none;
  color: var(--color-content-black2);
  font-size: 25px;
  cursor: pointer;
  border-radius: 4px;
  background-color: unset;
  padding: 0;
  outline: none;
}
.quantity-filter .qty-box input {
  width: 40px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  border: 0;
}
.quantity-filter .qty-box input::-webkit-inner-spin-button, .quantity-filter .qty-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-filter .qty-box input {
  -moz-appearance: textfield;
}
.quantity-filter .cart-btn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  background-color: var(--color-surface-dark-2);
  color: var(--color-content-white);
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
  padding: 0 21px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
}
.quantity-filter .cart-btn i {
  margin-right: 14px;
}
.quantity-filter .cart-btn:hover {
  background: -webkit-linear-gradient(45deg, #7061c8, #4875c8);
  background: linear-gradient(45deg, #7061c8, #4875c8);
  color: var(--color-content-white);
}

.tag-list2 {
  position: relative;
  margin-top: 54px;
  padding-top: 40px;
}
.tag-list2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
}
.tag-list2 li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-content-black2);
  margin: 0;
}
.tag-list2 li span {
  width: 102px;
  display: inline-block;
}

.tag-list3 {
  position: relative;
}
.tag-list3 li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-black2);
  margin: 0;
}
.tag-list3 li span {
  font-weight: 700;
  width: 112px;
  display: inline-block;
}

.shop-tabs {
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 26px;
}
.shop-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
}

.review-tabs {
  position: relative;
}
.review-tabs .nav-tabs2 {
  background-color: #f0f2f4;
  max-width: 231px;
  border-radius: 12px;
}
.review-tabs .nav-tabs2 .nav-item {
  margin: 0;
}
.review-tabs .nav-tabs2 .nav-item .nav-link {
  border: 0;
  background-color: unset;
  outline: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 10px;
}
.review-tabs .nav-tabs2 .nav-item .nav-link.active {
  background-color: var(--color-surface-dark-2);
  color: var(--color-content-white);
}

.review-content2 {
  position: relative;
  max-width: 994px;
}
.review-content2 .title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.03em;
  margin-bottom: 27px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .review-content2 .date {
    margin-bottom: 0 !important;
  }
}
.review-content2 .comment-block .rating {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  .review-content2 .comment-block .rating {
    position: static;
  }
}
.review-content2 .comment-block .rating li:last-child i {
  color: #b9b9b9;
}

.contact-form3 {
  background-color: #f0f2f4;
  border-radius: 25px;
  padding: 73px 71px 75px;
  margin-top: 79px;
}
@media (max-width: 1201px) {
  .contact-form3 {
    padding: 43px 42px 53px;
  }
}
@media (max-width: 390px) {
  .contact-form3 {
    padding: 43px 28px 53px;
  }
}
.contact-form3 .ibt-btn-outline {
  outline: none;
}
.contact-form3 .ibt-btn-outline i {
  text-indent: 0em;
}

.form-title2 {
  position: relative;
  margin-bottom: 27px;
}
.form-title2 h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--color-content-black2);
  letter-spacing: -0.03em;
}
.form-title2 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-black2);
}
.form-title2 .rating li i {
  color: #b8b8b8;
}

.custom-form3 {
  position: relative;
}
.custom-form3 input,
.custom-form3 select,
.custom-form3 textarea {
  border: 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
  height: 50px;
  margin-bottom: 41px;
  font-size: 14px;
  color: #898989;
  padding: 0;
}
.custom-form3 input::-webkit-input-placeholder, .custom-form3 select::-webkit-input-placeholder, .custom-form3 textarea::-webkit-input-placeholder {
  color: #898989;
}
.custom-form3 input::-moz-placeholder, .custom-form3 select::-moz-placeholder, .custom-form3 textarea::-moz-placeholder {
  color: #898989;
}
.custom-form3 input:-ms-input-placeholder, .custom-form3 select:-ms-input-placeholder, .custom-form3 textarea:-ms-input-placeholder {
  color: #898989;
}
.custom-form3 input::-ms-input-placeholder, .custom-form3 select::-ms-input-placeholder, .custom-form3 textarea::-ms-input-placeholder {
  color: #898989;
}
.custom-form3 input::placeholder,
.custom-form3 select::placeholder,
.custom-form3 textarea::placeholder {
  color: #898989;
}
.custom-form3 textarea {
  height: 112px;
  margin-bottom: 30px;
}
.custom-form3 .radio-box {
  margin-bottom: 22px;
}
.custom-form3 .radio-box label {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
.custom-form3 .radio-box input[type=checkbox]:checked ~ label::before {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.custom-form3 .radio-box input[type=checkbox]:checked ~ label::after {
  border-color: var(--color-content-black2);
}

.account-sec {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 769px) {
  .account-sec {
    padding: 120px 0;
  }
}
@media (max-width: 577px) {
  .account-sec {
    padding: 90px 0;
  }
}

.contact-form4 {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 390px) {
  .contact-form4 {
    max-width: 100%;
    margin: 0 10px;
  }
}
.contact-form4 .ibt-btn-outline {
  outline: none;
}
.contact-form4 .ibt-btn-outline i {
  text-indent: 0em;
}
.contact-form4 p {
  font-size: 14px;
  line-height: 27px;
  margin: 45px 0 0;
  font-weight: 500;
  color: var(--color-content-black);
}
.contact-form4 p a {
  text-decoration: underline;
  color: var(--color-content-black);
}
.contact-form4 p a:hover {
  color: var(--color-primary);
}

.custom-form4 {
  position: relative;
  text-align: left;
}
.custom-form4 .title,
.custom-form4 .title2 {
  position: relative;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.03em;
  color: var(--color-heading);
  margin-bottom: 46px;
  padding-bottom: 11px;
}
.custom-form4 .title::before,
.custom-form4 .title2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
}
.custom-form4 .title2 {
  display: none;
}
.custom-form4 input,
.custom-form4 select,
.custom-form4 textarea {
  border: 1px solid #adadad;
  border-radius: 20px;
  height: 50px;
  font-size: 14px;
  color: #898989;
  padding: 0 19px;
}
.custom-form4 input::-webkit-input-placeholder, .custom-form4 select::-webkit-input-placeholder, .custom-form4 textarea::-webkit-input-placeholder {
  color: #898989;
}
.custom-form4 input::-moz-placeholder, .custom-form4 select::-moz-placeholder, .custom-form4 textarea::-moz-placeholder {
  color: #898989;
}
.custom-form4 input:-ms-input-placeholder, .custom-form4 select:-ms-input-placeholder, .custom-form4 textarea:-ms-input-placeholder {
  color: #898989;
}
.custom-form4 input::-ms-input-placeholder, .custom-form4 select::-ms-input-placeholder, .custom-form4 textarea::-ms-input-placeholder {
  color: #898989;
}
.custom-form4 input::placeholder,
.custom-form4 select::placeholder,
.custom-form4 textarea::placeholder {
  color: #898989;
}
.custom-form4 textarea {
  height: 112px;
  margin-bottom: 30px;
}
.custom-form4 .form-group {
  position: relative;
  margin-bottom: 20px;
}
.custom-form4 .form-group button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  border: 0;
  background-color: unset;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-form4 .form-group button:hover {
  color: var(--color-primary);
}
.custom-form4 .form-group.v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0 30px;
}
.custom-form4 .radio-box label {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
.custom-form4 .radio-box input {
  height: unset;
  margin-bottom: 0;
  width: 37%;
}
.custom-form4 .radio-box input[type=checkbox]:checked ~ label::before {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.custom-form4 .radio-box input[type=checkbox]:checked ~ label::after {
  border-color: var(--color-content-black2);
}
.custom-form4 .password {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
  color: var(--color-content-black2);
  background-color: unset;
  border: 0;
  outline: none;
}
.custom-form4 .ibt-btn .extra {
  display: none;
}

.password-section input[type=password]::-ms-reveal,
.password-section input[type=password]::-ms-clear,
.password-section input[type=password]::-webkit-credentials-auto-fill-button,
.password-section input[type=password]::after,
.password-section input[type=password]::before {
  display: none !important;
  content: none !important;
}

.contact-form4.v2 .form-group {
  margin-bottom: 35px;
}

.sign-up-content {
  position: relative;
  padding-bottom: 37px;
  display: none;
}
.sign-up-content p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 500;
  color: var(--color-content-black);
}
.sign-up-content a {
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-content-black);
  display: inline-block;
}
.sign-up-content a:hover {
  color: var(--color-primary);
}

.custom-form4.active .sign-up-content {
  display: inline-block;
}
.custom-form4.active .title-box .title2 {
  display: block;
}
.custom-form4.active .title-box .title {
  display: none !important;
}
.custom-form4.active .form-group.name,
.custom-form4.active .password-section,
.custom-form4.active .extra-section {
  display: none;
}
.custom-form4.active .ibt-btn span:first-child {
  display: none;
}
.custom-form4.active .ibt-btn .extra {
  display: inline-block;
}

.googel-map {
  position: relative;
  margin-bottom: 31px;
}
.googel-map::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 600px;
  background-image: url(../../images/layers/map-layer.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  .googel-map::before {
    top: -79%;
  }
}
@media (max-width: 1201px) {
  .googel-map::before {
    top: -66%;
  }
}
@media (max-width: 1025px) {
  .googel-map::before {
    top: -53%;
  }
}
@media (max-width: 820px) {
  .googel-map::before {
    top: -41%;
  }
}

.checkout-sec {
  position: relative;
}
@media (max-width: 1201px) {
  .checkout-sec {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .checkout-sec {
    margin: 0 5px;
  }
}
.checkout-sec::before {
  content: "";
  position: absolute;
  top: 4%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .checkout-sec::before {
    display: none;
  }
}

.contact-form5 {
  position: relative;
  margin-right: 15px;
}

.custom-form5 {
  position: relative;
  text-align: left;
}
.custom-form5 .title {
  position: relative;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.03em;
  color: var(--color-heading);
  margin-bottom: 46px;
  padding-bottom: 11px;
}
.custom-form5 .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
}
.custom-form5 input,
.custom-form5 select,
.custom-form5 textarea {
  border: 1px solid #adadad;
  border-radius: 20px;
  height: 50px;
  font-size: 14px;
  color: #898989;
  padding: 0 19px;
  background-color: unset;
}
.custom-form5 input::-webkit-input-placeholder, .custom-form5 select::-webkit-input-placeholder, .custom-form5 textarea::-webkit-input-placeholder {
  color: #898989;
}
.custom-form5 input::-moz-placeholder, .custom-form5 select::-moz-placeholder, .custom-form5 textarea::-moz-placeholder {
  color: #898989;
}
.custom-form5 input:-ms-input-placeholder, .custom-form5 select:-ms-input-placeholder, .custom-form5 textarea:-ms-input-placeholder {
  color: #898989;
}
.custom-form5 input::-ms-input-placeholder, .custom-form5 select::-ms-input-placeholder, .custom-form5 textarea::-ms-input-placeholder {
  color: #898989;
}
.custom-form5 input::placeholder,
.custom-form5 select::placeholder,
.custom-form5 textarea::placeholder {
  color: #898989;
}
.custom-form5 textarea {
  height: 237px;
  padding: 12px 18px;
}
.custom-form5 .form-group {
  position: relative;
  margin-bottom: 20px;
}
.custom-form5 .form-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
  font-size: 11px;
}
.custom-form5 .radio-box label {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
.custom-form5 .radio-box input {
  height: unset;
  margin-bottom: 0;
}
.custom-form5 .radio-box input[type=checkbox]:checked ~ label::before {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.custom-form5 .radio-box input[type=checkbox]:checked ~ label::after {
  border-color: var(--color-content-black2);
}
.custom-form5 .password {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
  color: var(--color-content-black2);
  background-color: unset;
  border: 0;
  outline: none;
}
.custom-form5 .form-group.v3 {
  margin: 44px 0 33px;
}
.custom-form5 .form-group.v3 .radio-box {
  margin-bottom: 9px;
}

.cart-sec {
  position: relative;
}
.cart-sec::before {
  content: "";
  position: absolute;
  top: 4%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .cart-sec::before {
    display: none;
  }
}
@media (max-width: 1201px) {
  .cart-sec {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .cart-sec {
    margin: 0 5px;
  }
}

.product-block {
  position: relative;
  padding: 22px 0 27px 151px;
}
@media (max-width: 1201px) {
  .product-block {
    width: 386px;
  }
}
@media (max-width: 769px) {
  .product-block {
    width: 353px;
  }
}
.product-block img {
  position: absolute;
  top: 0;
  left: 0;
  height: 99px;
  width: 114px;
  object-fit: cover;
  border-radius: 10px;
}
.product-block .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px;
  color: var(--color-heading);
}
.product-block .title a {
  color: var(--color-heading);
}
.product-block .rating li {
  margin: 0;
}

.cart-table-wrapper {
  position: relative;
}
@media (max-width: 1025px) {
  .cart-table-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
  }
  .cart-table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .cart-table-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.cart-table-wrapper .cart-table {
  margin-bottom: 93px;
}
@media (max-width: 1025px) {
  .cart-table-wrapper .cart-table {
    display: inline-block;
    width: auto;
    table-layout: auto;
    min-width: 800px;
    margin-bottom: 32px;
  }
}
.cart-table-wrapper .cart-table thead tr {
  position: relative;
  border-bottom: 1px solid #6766c8;
}
.cart-table-wrapper .cart-table thead tr th {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-heading);
  padding-bottom: 14px;
}
.cart-table-wrapper .cart-table thead tr th:first-child {
  padding-left: 151px;
}
.cart-table-wrapper .cart-table tbody tr {
  border-bottom: 1px solid var(--color-content-black2);
}
.cart-table-wrapper .cart-table tbody tr td {
  padding: 38px 0 39px;
  border: 0;
}
.cart-table-wrapper .cart-table tbody tr td:nth-child(2) {
  width: 262px;
}
.cart-table-wrapper .cart-table tbody tr td:nth-child(3) {
  width: 288px;
}
.cart-table-wrapper .cart-table tbody tr td:nth-child(4) {
  width: 281px;
}
.cart-table-wrapper .cart-table tbody tr td:last-child {
  white-space: nowrap;
  text-align: center;
  min-width: 40px;
}
.cart-table-wrapper .cart-table tbody tr td .price2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-content-black2);
  display: inline-block;
}
.cart-table-wrapper .cart-table tbody tr td .price2.v2 {
  color: #9b9b9b;
}

.cart-table2 {
  position: relative;
  background-color: #f0f2f4;
  border-radius: 25px;
  padding: 37px 43px 47px;
  max-width: 335px;
  margin-left: auto;
}
@media (max-width: 577px) {
  .cart-table2 {
    max-width: unset;
  }
}
.cart-table2 .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--color-heading);
}
.cart-table2 .ibt-btn {
  height: 50px;
  margin-top: 32px;
}
.cart-table2 table {
  margin-bottom: 0;
}
.cart-table2 table tr th {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  padding-bottom: 17px;
}
.cart-table2 table tr th:first-child {
  min-width: 155px;
}
.cart-table2 table tbody tr:first-child {
  border-bottom: 1px solid var(--color-heading);
}
.cart-table2 table tbody tr:first-child td {
  padding: 0 0 19px;
}
.cart-table2 table tbody tr:last-child td {
  padding-top: 13px;
}
.cart-table2 table tbody tr td {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--color-heading);
  font-family: var(--font-secondary);
}

.cart-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 27px 0 93px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cart-footer .footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
@media (max-width: 577px) {
  .cart-footer .footer-left {
    gap: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .cart-footer .footer-left {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cart-footer .footer-left input {
  font-size: 14px;
  color: #898989;
  padding: 10px 18px;
  border: 1px solid #adadad;
  border-radius: 20px;
  min-width: 307px;
  height: 50px;
  outline: none;
}
.cart-footer .footer-left input::-webkit-input-placeholder {
  color: #898989;
}
.cart-footer .footer-left input::-moz-placeholder {
  color: #898989;
}
.cart-footer .footer-left input:-ms-input-placeholder {
  color: #898989;
}
.cart-footer .footer-left input::-ms-input-placeholder {
  color: #898989;
}
.cart-footer .footer-left input::placeholder {
  color: #898989;
}
.cart-footer .footer-left button {
  height: 50px;
  font-size: 14px;
  outline: none;
}
@media (max-width: 480px) {
  .cart-footer .footer-left button {
    margin-top: 20px;
  }
}
.cart-footer .footer-left button i {
  margin-left: -16px;
}
.cart-footer .footer-right .ibt-btn {
  height: 50px;
  font-size: 14px;
  outline: none;
}
.cart-footer .footer-right .ibt-btn i {
  margin-left: -16px;
}

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

.demo-sec {
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
}
.demo-sec::before {
  content: "";
  position: absolute;
  top: 4%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/layers/dark1-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1201px) {
  .demo-sec::before {
    top: 5%;
  }
}
.demo-sec::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 1550px;
  background-image: url(../../images/layers/dark1-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.demo-sec .title-area3 {
  margin-bottom: 58px;
}
@media (max-width: 480px) {
  .demo-sec .title-area3 {
    margin: 0 20px 38px;
  }
}

.counter-box25 {
  position: relative;
}
.counter-box25 .counter-number,
.counter-box25 .counter-text {
  position: relative;
  background-color: transparent;
  color: #1f1f1f;
  font-size: 300px;
  line-height: 300px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, #8258c8 0%, #2c84c8 60%);
  background-image: linear-gradient(180deg, #8258c8 0%, #2c84c8 60%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
  z-index: 0;
  font-family: var(--font-primary);
  letter-spacing: -0.03em;
}
@media (max-width: 1025px) {
  .counter-box25 .counter-number,
  .counter-box25 .counter-text {
    font-size: 217px;
    line-height: 199px;
  }
}
@media (max-width: 577px) {
  .counter-box25 .counter-number,
  .counter-box25 .counter-text {
    font-size: 174px;
  }
}
@media (max-width: 480px) {
  .counter-box25 .counter-number,
  .counter-box25 .counter-text {
    font-size: 136px;
  }
}

.funfact-content25 {
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .funfact-content25 {
    text-align: left;
  }
}
.funfact-content25 .title {
  position: relative;
  font-size: 60px;
  line-height: 70px;
  color: var(--color-content-white);
  font-weight: 400;
  background-color: transparent;
  margin: -172px 0px 10px 0px;
  padding: 72px 0px 0px 0px;
  background-image: -webkit-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1f1f1f 60%);
  background-image: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, #1f1f1f 60%);
  z-index: 99;
}
@media (max-width: 1025px) {
  .funfact-content25 .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 769px) {
  .funfact-content25 .title {
    font-size: 46px;
    line-height: 56px;
    margin: -139px 0px 10px 0px;
  }
}
@media (max-width: 577px) {
  .funfact-content25 .title {
    font-size: 37px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  .funfact-content25 .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 390px) {
  .funfact-content25 .title {
    font-size: 26px;
    line-height: 35px;
  }
}
.funfact-content25 p {
  color: var(--color-content-white);
  font-size: 16px;
  line-height: 30px;
  max-width: 369px;
}

.demo-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
}
@media (max-width: 480px) {
  .demo-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.demo-list li {
  margin: 0;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.03em;
  color: var(--color-content-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 77px;
}
@media (max-width: 577px) {
  .demo-list li {
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .demo-list li {
    margin-bottom: 10px;
  }
}
.demo-list li i {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: transparent;
  background-image: -webkit-linear-gradient(315deg, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(135deg, #45d0bd 0%, #44b6e9 100%);
  border-radius: 50%;
  font-size: 10px;
  color: var(--color-content-white);
  display: inline-block;
  margin-right: 18px;
}
@media (max-width: 577px) {
  .demo-list li i {
    margin-right: 7px;
  }
}

.demo-img {
  position: relative;
  margin: 0 50px 124px;
  z-index: 0;
}
@media (max-width: 1440px) {
  .demo-img {
    margin: 0 14px 55px;
  }
}
.demo-img img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}
.demo-img a:hover {
  cursor: none;
}

.demo-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 769px) {
  .demo-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 40px 30px;
  }
}
.demo-content .title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 0;
  color: var(--color-content-white);
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 1025px) {
  .demo-content .title {
    font-size: 29px;
    line-height: 39px;
  }
}
@media (max-width: 390px) {
  .demo-content .title {
    font-size: 24px;
    line-height: 32px;
  }
}

.dark-mood-demo {
  position: relative;
  padding: 235px 50px 276px;
}
@media (max-width: 1366px) {
  .dark-mood-demo {
    padding: 147px 26px 159px;
  }
}
@media (max-width: 769px) {
  .dark-mood-demo {
    padding: 80px 20px 93px;
  }
}
.dark-mood-demo::before {
  content: "";
  position: absolute;
  top: -11%;
  left: 0;
  width: 100%;
  height: 1054px;
  background-image: url(../../images/layers/dark1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  .dark-mood-demo::before {
    background-size: contain;
  }
}
.dark-mood-demo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1399px;
  background-image: url(../../images/layers/dark1-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  .dark-mood-demo::after {
    background-size: contain;
    bottom: -2%;
    height: 1030px;
  }
}
@media (max-width: 1366px) {
  .dark-mood-demo::after {
    bottom: -8%;
    height: 100%;
  }
}
.dark-mood-demo img {
  width: 100%;
}

.demo-hover.show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  pointer-events: auto;
  z-index: 99;
}

.demo-hover {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-clip-path 0.4s ease-out;
  transition: opacity 0.2s ease, -webkit-clip-path 0.4s ease-out;
  transition: opacity 0.2s ease, clip-path 0.4s ease-out;
  transition: opacity 0.2s ease, clip-path 0.4s ease-out, -webkit-clip-path 0.4s ease-out;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  z-index: 9999;
}
.demo-hover .demo-num {
  position: relative;
  background-color: var(--color-surface-dark-2);
  color: var(--color-content-white);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px 0px 20px;
  display: inline-block;
  border-radius: 10px 10px 0 0;
}
.demo-hover .demo-num:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -19px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/corner3-dark.png);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.demo-hover .demo-title {
  font-size: 18px;
  color: var(--color-content-white);
  background-color: var(--color-surface-dark-2);
  margin-top: -2px;
  padding: 10px 38px 13px 20px;
  border-radius: 0 10px 10px 10px;
  font-weight: 500;
}

.demo-hover.show {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.main-sec7 {
  position: relative;
  overflow: hidden;
  padding: 25px 0 37px;
}

.marquee-sec3 {
  position: relative;
  background: -webkit-linear-gradient(left, #45d0bd, #44b6e9);
  background: linear-gradient(90deg, #45d0bd, #44b6e9);
  padding: 5px 0 8px;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 100%;
}
.marquee-sec3::before {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 5px;
  height: 100%;
  background-color: #44b6e9;
  z-index: 999;
}
.marquee-sec3 .marquee-inner span {
  font-size: 60px;
  color: var(--color-content-white);
}
@media (max-width: 1440px) {
  .marquee-sec3 .marquee-inner span {
    font-size: 46px;
    line-height: 100px;
  }
}

.marquee-sec4 {
  position: relative;
  background-image: -webkit-linear-gradient(355deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(95deg, #8258c8 0%, #2c84c8 100%);
  padding: 5px 0 8px;
  -webkit-transform: rotate(1.4deg);
      -ms-transform: rotate(1.4deg);
          transform: rotate(1.4deg);
  overflow: hidden;
  width: 100%;
  margin-bottom: -41px;
}
@media (max-width: 1201px) {
  .marquee-sec4 {
    margin-bottom: -26px;
  }
}
@media (max-width: 769px) {
  .marquee-sec4 {
    margin-bottom: -8px;
  }
}
.marquee-sec4 .marquee4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: marquee4 20s linear infinite;
          animation: marquee4 20s linear infinite;
}
@media (max-width: 1201px) {
  .marquee-sec4 .marquee4 {
    -webkit-animation: marquee4 15s linear infinite;
            animation: marquee4 15s linear infinite;
  }
}
@media (max-width: 769px) {
  .marquee-sec4 .marquee4 {
    -webkit-animation: marquee4 10s linear infinite;
            animation: marquee4 10s linear infinite;
  }
}
@media (max-width: 577px) {
  .marquee-sec4 .marquee4 {
    -webkit-animation: marquee4 8s linear infinite;
            animation: marquee4 8s linear infinite;
  }
}
@media (max-width: 480px) {
  .marquee-sec4 .marquee4 {
    -webkit-animation: marquee4 6s linear infinite;
            animation: marquee4 6s linear infinite;
  }
}
.marquee-sec4 .marquee-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.marquee-sec4 .marquee-inner span {
  font-size: 60px;
  line-height: 130px;
  color: var(--color-content-white);
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .marquee-sec4 .marquee-inner span {
    font-size: 46px;
    line-height: 100px;
  }
}

@-webkit-keyframes marquee4 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes marquee4 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.builder-intro {
  position: relative;
}
.builder-intro .bulider-logo {
  position: absolute;
  top: 20px;
  right: 134px;
}
@media (max-width: 1440px) {
  .builder-intro .bulider-logo {
    right: 35px;
  }
}
@media (max-width: 769px) {
  .builder-intro .bulider-logo {
    display: none;
  }
}

.builder-content {
  position: relative;
}
.builder-content .title {
  background-color: transparent;
  background-image: -webkit-linear-gradient(332deg, #f23968 0%, #3c2973 100%);
  background-image: linear-gradient(118deg, #f23968 0%, #3c2973 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-decoration: none;
  color: transparent;
  font-size: 120px;
  line-height: 130px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .builder-content .title {
    font-size: 110px;
    line-height: 119px;
  }
}
@media (max-width: 1201px) {
  .builder-content .title {
    font-size: 98px;
    line-height: 99px;
  }
}
@media (max-width: 1025px) {
  .builder-content .title {
    font-size: 80px;
    line-height: 84px;
  }
}
@media (max-width: 769px) {
  .builder-content .title {
    font-size: 70px;
    line-height: 72px;
  }
}
@media (max-width: 577px) {
  .builder-content .title {
    font-size: 53px;
    line-height: 61px;
  }
}
@media (max-width: 480px) {
  .builder-content .title {
    font-size: 47px;
    line-height: 51px;
  }
}
@media (max-width: 390px) {
  .builder-content .title {
    font-size: 40px;
    line-height: 46px;
  }
}

.bulider-info {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 769px) {
  .bulider-info {
    padding: 0 20px;
  }
}

.inner-content3 {
  position: absolute;
  right: 12%;
  bottom: -84px;
  max-width: 518px;
}
@media (max-width: 1201px) {
  .inner-content3 {
    position: static;
    margin-top: 40px;
  }
}
@media (max-width: 1025px) {
  .inner-content3 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inner-content3 {
    margin-top: 20px;
  }
}
.inner-content3 p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 26px;
  font-weight: 400;
  color: #87899b;
}
@media (max-width: 480px) {
  .inner-content3 p {
    font-size: 16px;
  }
}
.inner-content3 .ibt-btn.ibt-btn-outline-2 {
  color: var(--color-content-white);
}

.builder-img {
  position: relative;
  padding-top: 118px;
}
@media (max-width: 1201px) {
  .builder-img {
    padding: 0;
  }
}
@media (max-width: 577px) {
  .builder-img {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .builder-img {
    padding-top: 50px;
  }
}
.builder-img::after {
  content: "";
  position: absolute;
  bottom: -12%;
  left: 0;
  width: 100%;
  height: 819px;
  background-image: url(../../images/layers/builder-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1025px) {
  .builder-img::after {
    display: none;
  }
}

.googel-map {
  position: relative;
}
.googel-map iframe {
  width: 100%;
}
.googel-map h2 {
  display: none;
}

.typography-sec {
  position: relative;
}
.typography-sec .typography-colum,
.typography-sec .style-list {
  margin-top: 150px;
}
.typography-sec .blockquote {
  background: -webkit-linear-gradient(315deg, #45d0bd, #44b6e9);
  background: linear-gradient(135deg, #45d0bd, #44b6e9);
  margin-top: 150px;
}
.typography-sec .blockquote p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  color: var(--color-content-black2);
  font-weight: 600;
  font-style: normal;
}
.typography-sec .blockquote2 {
  margin-top: 150px;
}
.typography-sec .blockquote2 blockquote {
  background-color: unset;
  padding: 0;
}
.typography-sec .blockquote2 blockquote .title {
  font-size: 20px;
}
.typography-sec .demo-list {
  display: block;
}
.typography-sec .demo-list li {
  color: var(--color-content-black2);
}
.typography-sec .list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.typography-sec .list-box .ser-detail-list {
  margin-right: 80px;
}

.service-sec {
  position: relative;
}
@media (max-width: 1366px) {
  .service-sec {
    margin: 0 7px;
  }
}
@media (max-width: 390px) {
  .service-sec {
    margin: 0;
  }
}
.service-sec .sec-title .title {
  position: relative;
  max-width: 588px;
}
@media (max-width: 1025px) {
  .service-sec .row:nth-child(2) {
    margin-bottom: -20px;
  }
}

.ser-card {
  position: relative;
  height: 100%;
}
@media (max-width: 1025px) {
  .ser-card {
    height: 539px;
  }
}
@media (max-width: 1025px) {
  .ser-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 577px) {
  .ser-card {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .ser-card {
    width: 100% !important;
    height: 350px;
  }
}
.ser-card > img {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}
.ser-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 91px;
  height: 79px;
  background-image: url(../../images/service/ser-layer.png);
  border-radius: 0 0 20px 0;
}

.ser-content {
  position: absolute;
  bottom: 46px;
  left: 43px;
  max-width: 338px;
}
@media (max-width: 1201px) {
  .ser-content {
    max-width: 300px;
  }
}
@media (max-width: 1025px) {
  .ser-content {
    left: 23px !important;
    max-width: 262px !important;
  }
}
@media (max-width: 577px) {
  .ser-content {
    max-width: 223px !important;
  }
}
@media (max-width: 480px) {
  .ser-content {
    max-width: 357px !important;
  }
}
@media (max-width: 390px) {
  .ser-content {
    max-width: 275px !important;
  }
}
.ser-content .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 14px;
  color: var(--color-content-white);
}
@media (max-width: 577px) {
  .ser-content .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ser-content .title {
    max-width: 226px;
  }
}
.ser-content .title a {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.ser-content .title a:hover {
  color: var(--color-content-white);
  text-decoration: underline;
}
.ser-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--color-content-white);
}

.ser-content.v2 {
  position: absolute;
  bottom: auto;
  top: 52px;
  left: 43px;
}
@media (max-width: 769px) {
  .ser-content.v2 {
    left: 23px;
  }
}
.ser-content.v2 .title {
  max-width: 269px;
}

.ser-btn {
  position: absolute;
  bottom: 0;
  right: 10px;
  background-color: #1f1f1f;
  padding: 20px;
  border-radius: 20px;
  font-size: 10px;
  display: inline-block;
  line-height: 6px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--color-content-white);
}
.ser-btn:hover .icon {
  -webkit-transform: translateX(200%) translateY(-200%);
  -ms-transform: translateX(200%) translateY(-200%);
  opacity: 0;
}
.ser-btn:hover .icon2 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 1;
  color: var(--color-content-white);
}
.ser-btn i {
  display: block;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ser-btn .icon2 {
  margin-top: -100%;
  -webkit-transform: translateX(-200%) translateY(200%);
  -ms-transform: translateX(-200%) translateY(200%);
  transform: translateX(-200%) translateY(200%);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0;
}

.ser-card.v3 {
  position: relative;
  height: unset;
  margin-bottom: 19px;
}
@media (max-width: 769px) {
  .ser-card.v3 {
    width: 59%;
  }
}
@media (max-width: 577px) {
  .ser-card.v3 {
    width: 79%;
  }
}
.ser-card.v3 .title {
  position: absolute;
  bottom: 11px;
  left: 50px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 14px;
  color: var(--color-surface-dark);
  max-width: 269px;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .ser-card.v3 .title {
    bottom: 20px;
  }
}
@media (max-width: 1025px) {
  .ser-card.v3 .title {
    left: 23px;
  }
}
@media (max-width: 769px) {
  .ser-card.v3 .title {
    left: 30px;
  }
}
@media (max-width: 577px) {
  .ser-card.v3 .title {
    font-size: 22px;
  }
}
.ser-card.v3 .title a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ser-card.v3 .title a:hover {
  color: var(--color-content-black2);
  text-decoration: underline;
}
.ser-card.v3::before {
  display: none;
}

@media (max-width: 1025px) {
  .ser-card.v4 {
    height: 373px;
  }
}
@media (max-width: 820px) {
  .ser-card.v4 {
    max-width: 360px;
    margin-left: 25px;
  }
}
@media (max-width: 480px) {
  .ser-card.v4 {
    max-width: 100%;
    margin: 0;
  }
}
.ser-card.v4 .ser-content {
  max-width: 300px;
}
.ser-card.v4 .ser-content img {
  margin-bottom: 30px;
}

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

.ser-info {
  position: relative;
}
@media (max-width: 820px) {
  .ser-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .ser-info {
    display: block;
  }
}

.service-sec2 {
  position: relative;
  padding-top: 76px;
}
@media (max-width: 1366px) {
  .service-sec2 {
    margin: 0 15px;
  }
}
@media (max-width: 1025px) {
  .service-sec2 {
    margin: 0 10px;
  }
}
.service-sec2 .row {
  margin-bottom: -40px;
}

.ser-block2 {
  position: relative;
  margin-bottom: 40px;
}
.ser-block2 img {
  margin-bottom: 23px;
}
.ser-block2 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 18px;
  color: var(--color-heading);
}
@media (max-width: 1201px) {
  .ser-block2 .title {
    font-size: 33px;
    max-width: 314px;
    line-height: 37px;
  }
}
@media (max-width: 1025px) {
  .ser-block2 .title {
    font-size: 31px;
    line-height: 36px;
  }
}
@media (max-width: 769px) {
  .ser-block2 .title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .ser-block2 .title {
    font-size: 27px;
  }
}

.ser-list {
  position: relative;
}
.ser-list li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-content-black2);
  margin: 0 0 14px;
  padding-left: 26px;
}
@media (max-width: 1025px) {
  .ser-list li {
    padding-left: 22px;
  }
}
.ser-list li:last-child {
  margin-bottom: 0;
}
.ser-list li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 5.63px;
  height: 4.97px;
  background-color: var(--color-content-black2);
  -webkit-mask: url(../../images/icon/arrow.svg) no-repeat center;
          mask: url(../../images/icon/arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.service-sec3 {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .service-sec3 {
    margin: 20px 7px 0;
  }
}

.service-content3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -40px;
}
@media (max-width: 1025px) {
  .service-content3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.ser-card3 {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .ser-card3 {
    height: 496px;
  }
}
@media (max-width: 1025px) {
  .ser-card3 {
    width: 48.9%;
  }
}
@media (max-width: 820px) {
  .ser-card3 {
    height: 536px;
    width: 48.7%;
  }
}
@media (max-width: 769px) {
  .ser-card3 {
    width: 100%;
    margin-right: 0;
    height: 428px;
  }
}
.ser-card3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 91px;
  height: 79px;
  background-image: url(../../images/service/ser-layer.png);
  border-radius: 0 0 20px 0;
}
.ser-card3 > img {
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  object-position: center;
  width: 100%;
}
.ser-card3 .ser-btn {
  right: 10px;
}
.ser-card3:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  .ser-card3 .ser-content {
    bottom: auto;
    top: 80px;
    max-width: 230px;
    left: 38px;
  }
}
@media (max-width: 1201px) {
  .ser-card3 .ser-content {
    left: 26px !important;
  }
}
@media (max-width: 1025px) {
  .ser-card3 .ser-content {
    left: 38px !important;
  }
}
@media (max-width: 769px) {
  .ser-card3 .ser-content {
    max-width: 379px !important;
  }
}
@media (max-width: 390px) {
  .ser-card3 .ser-content {
    left: 25px;
    max-width: 222px !important;
  }
}
@media (max-width: 390px) {
  .ser-card3 .ser-content .title {
    max-width: unset;
  }
}

.ser-btn3 {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  display: inline-block;
  color: var(--color-content-white);
  border-bottom: 1px solid var(--color-content-white);
  padding-right: 23px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ser-btn3:hover {
  color: var(--color-content-white);
  padding: 0 0 0 23px;
}
.ser-btn3:hover::before {
  -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
}
.ser-btn3:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.ser-btn3::before {
  content: "\e82d";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  right: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.ser-btn3::after {
  content: "\e82d";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transform: translateX(-18px);
      -ms-transform: translateX(-18px);
          transform: translateX(-18px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.ser-content3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 49px;
}
@media (max-width: 1440px) {
  .ser-content3 {
    bottom: auto;
    top: 80px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (max-width: 1201px) {
  .ser-content3 {
    left: 33px;
  }
}
@media (max-width: 390px) {
  .ser-content3 {
    left: 25px;
  }
}
.ser-content3 .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 37px;
  color: var(--color-content-white);
  max-width: 376px;
}
@media (max-width: 820px) {
  .ser-content3 .title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 769px) {
  .ser-content3 .title {
    max-width: 413px;
  }
}
@media (max-width: 577px) {
  .ser-content3 .title {
    max-width: 289px;
  }
}

.ser-text {
  position: absolute;
  top: 22px;
  right: 27px;
}
.ser-text a {
  font-size: 12px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-heading);
  display: inline-block;
  background-color: var(--color-content-white);
  height: 35px;
  padding: 0 15px;
  border-radius: 50px;
}
.ser-text a:first-child {
  margin-right: 3px;
}

.ser-team {
  position: absolute;
  bottom: 28px;
  left: 49px;
}
@media (max-width: 1440px) {
  .ser-team {
    bottom: auto;
    top: 80px;
  }
}
@media (max-width: 1201px) {
  .ser-team {
    left: 33px;
  }
}
@media (max-width: 769px) {
  .ser-team {
    top: 55px;
  }
}
.ser-team .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 380px;
  color: var(--color-content-white);
}
@media (max-width: 769px) {
  .ser-team .title {
    font-size: 35px;
    line-height: 41px;
    max-width: 491px;
  }
}
@media (max-width: 577px) {
  .ser-team .title {
    font-size: 30px;
    line-height: 40px;
    max-width: 383px;
  }
}
@media (max-width: 390px) {
  .ser-team .title {
    max-width: 289px;
  }
}
.ser-team p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 38px;
  max-width: 359px;
  color: var(--color-content-white);
}
@media (max-width: 390px) {
  .ser-team p {
    max-width: 250px;
  }
}

.auther-img {
  position: relative;
  top: 3px;
  z-index: 0;
}
.auther-img img {
  position: relative;
}
.auther-img img:first-child {
  margin-right: -39px;
  z-index: 99;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating li {
  color: #e7b025;
  font-size: 12px;
  margin-right: 2px;
}
.rating li:last-child {
  margin-right: 0;
}
.rating span {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-content-white);
  display: inline-block;
  margin-left: 11px;
}

.counter-box3 {
  position: relative;
  margin-left: 48px;
}
@media (max-width: 1440px) {
  .counter-box3 {
    margin: 20px 0 0;
  }
}
.counter-box3 .counter-number,
.counter-box3 .counter-text {
  font-size: 100px;
  line-height: 80px;
  font-weight: 700;
  color: var(--color-content-white);
  display: inline-block;
  font-family: var(--font-secondary);
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .counter-box3 .counter-number,
  .counter-box3 .counter-text {
    font-size: 80px;
  }
}
@media (max-width: 577px) {
  .counter-box3 .counter-number,
  .counter-box3 .counter-text {
    font-size: 70px;
  }
}

.ser-team-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .ser-team-info {
    display: block;
  }
}

.user {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-content-white);
  display: inline-block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.view-btn {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: var(--color-content-white);
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  font-size: 12px;
}
.view-btn:hover .icon {
  -webkit-transform: translateX(200%) translateY(-200%);
  -ms-transform: translateX(200%) translateY(-200%);
  opacity: 0;
}
.view-btn:hover .icon2 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 1;
}
.view-btn i {
  display: block;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: var(--color-heading);
}
.view-btn .icon2 {
  margin-top: -100%;
  -webkit-transform: translateX(-200%) translateY(200%);
  -ms-transform: translateX(-200%) translateY(200%);
  transform: translateX(-200%) translateY(200%);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0;
}

.ser-card3.v1 .title {
  text-decoration: none;
}
.ser-card3.v1 p {
  margin-bottom: 52px;
}

@media (max-width: 1025px) {
  .ser-card3.v2 {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .ser-card3.v2 {
    height: 564px;
  }
}

.ser-card3.v2::before,
.ser-card3.v1::before {
  display: none;
}

.auther-info,
.counter-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-sec4 {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1201px) {
  .service-sec4 .row .col-lg-11 {
    width: 100% !important;
  }
}

.service-content4 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  padding: 57px 86px 0;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
@media (max-width: 1201px) {
  .service-content4 {
    padding: 57px 60px 0;
  }
}
@media (max-width: 1025px) {
  .service-content4 {
    padding: 57px 44px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
@media (max-width: 820px) {
  .service-content4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 390px) {
  .service-content4 {
    padding: 57px 31px 50px;
  }
}
.service-content4 .title {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-content-white);
  margin-bottom: 0;
  max-width: 352px;
}
@media (max-width: 1201px) {
  .service-content4 .title {
    font-size: 29px;
  }
}

.empty3 {
  position: absolute;
  bottom: -56px;
  right: 0;
  width: 1193px;
  height: 91px;
  border-radius: 0 0 25px 25px;
  background-color: var(--color-surface-dark-2);
}
.empty3::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 35px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape.png);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 1440px) {
  .empty3 {
    width: 857px;
  }
}
@media (max-width: 1366px) {
  .empty3 {
    width: 755px;
  }
}
@media (max-width: 1201px) {
  .empty3 {
    width: 717px;
  }
}
@media (max-width: 1025px) {
  .empty3 {
    display: none;
  }
}

.service-box4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 22px 0 0 179px;
}
@media (max-width: 1440px) {
  .service-box4 {
    margin: 22px 0 0 156px;
  }
}
@media (max-width: 1366px) {
  .service-box4 {
    margin: 22px 0 0 135px;
  }
}
@media (max-width: 1025px) {
  .service-box4 {
    margin: 22px 0 0 70px;
  }
}
@media (max-width: 820px) {
  .service-box4 {
    margin: 30px 0 0;
  }
}
@media (max-width: 577px) {
  .service-box4 {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-bottom: -20px;
  }
}

.social-link2 {
  position: relative;
  display: inline-block;
  text-align: center;
}
@media (max-width: 577px) {
  .social-link2 {
    margin: 0 42px 20px 0;
  }
}
@media (max-width: 390px) {
  .social-link2 {
    margin: 0 22px 20px 0;
  }
}
.social-link2:last-child {
  margin-right: 0;
}
.social-link2 img {
  margin-bottom: 23px;
  height: 59px;
}
.social-link2 span {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: var(--color-content-white);
  display: block;
}

.service-sec5 {
  position: relative;
}

.ser-card5 {
  position: relative;
  height: 100%;
}
@media (max-width: 1440px) {
  .ser-card5 {
    height: 569px;
  }
}
@media (max-width: 1025px) {
  .ser-card5 {
    height: 530px;
  }
}
.ser-card5 > img {
  height: 100%;
  border-radius: 25px;
  width: 100%;
}
@media (max-width: 1440px) {
  .ser-card5 > img {
    object-fit: cover;
  }
}
.ser-card5 .profection {
  position: absolute;
  bottom: 61px;
  left: 75px;
  max-width: 315px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 0;
}
@media (max-width: 1201px) {
  .ser-card5 .profection {
    bottom: 42px;
    left: 51px;
  }
}
@media (max-width: 1025px) {
  .ser-card5 .profection {
    bottom: 111px;
    left: 51px;
  }
}
@media (max-width: 769px) {
  .ser-card5 .profection {
    bottom: 54px;
  }
}
@media (max-width: 577px) {
  .ser-card5 .profection {
    bottom: 29px;
    max-width: 199px;
    font-size: 25px;
    line-height: 29px;
    left: 28px;
  }
}
@media (max-width: 480px) {
  .ser-card5 .profection {
    bottom: 144px;
  }
}

.ser-content5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 84px;
}
@media (max-width: 1440px) {
  .ser-content5 {
    left: 40px;
    max-width: 369px;
  }
}
.ser-content5 .title {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  color: var(--color-content-white);
  max-width: 450px;
  margin-bottom: 21px;
}
@media (max-width: 1440px) {
  .ser-content5 .title {
    font-size: 45px;
    line-height: 1em;
  }
}
@media (max-width: 1201px) {
  .ser-content5 .title {
    font-size: 41px;
  }
}
@media (max-width: 390px) {
  .ser-content5 .title {
    font-size: 31px;
  }
}
.ser-content5 p {
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 14px;
  color: var(--color-content-white);
  max-width: 404px;
}
@media (max-width: 390px) {
  .ser-content5 p {
    max-width: 271px;
  }
}

.ser-text3 {
  margin-bottom: 38px;
}
.ser-text3 a {
  font-size: 12px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-heading);
  display: inline-block;
  background-color: var(--color-content-white);
  height: 35px;
  padding: 0 15px;
  border-radius: 50px;
}
.ser-text3 a:first-child {
  margin-right: 3px;
}

.ser-team-info.v2 {
  margin: 38px 0 0 -10px;
}
@media (max-width: 1440px) {
  .ser-team-info.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.ser-card5.v2 {
  position: relative;
}
@media (max-width: 820px) {
  .ser-card5.v2 {
    margin-top: 40px;
  }
}
@media (max-width: 577px) {
  .ser-card5.v2 {
    height: 356px;
  }
}
@media (max-width: 480px) {
  .ser-card5.v2 {
    height: 397px;
  }
}

.ser-video-box {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 32px 90px 24px 73px;
  background-color: var(--color-content-white);
  border-radius: 25px 0px 22px 0;
  z-index: 999;
}
.ser-video-box .video-popup {
  position: static;
}
.ser-video-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/vidoe-shap.png);
}
.ser-video-box::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/vidoe-shap.png);
}

.ser-counter {
  position: absolute;
  top: 101px;
  left: 78px;
}
@media (max-width: 1201px) {
  .ser-counter {
    top: 75px;
    left: 51px;
  }
}
@media (max-width: 577px) {
  .ser-counter {
    top: 44px;
    left: 28px;
  }
}
.ser-counter .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--color-content-white);
  font-weight: 600;
}

.counter-box6 {
  position: relative;
  margin-bottom: 18px;
}
.counter-box6 .counter-number,
.counter-box6 .counter-text {
  color: rgba(2, 2, 2, 0);
  font-family: var(--font-tertiary);
  font-size: 120px;
  line-height: 90px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-content-white);
  stroke: var(--color-content-white);
  display: inline-block;
}
@media (max-width: 1025px) {
  .counter-box6 .counter-number,
  .counter-box6 .counter-text {
    font-size: 100px;
  }
}

.service-sec6 {
  position: relative;
}
@media (max-width: 1201px) {
  .service-sec6 {
    margin: 0 15px;
  }
}
.service-sec6 .sec-title .title {
  position: relative;
}
@media (max-width: 1025px) {
  .service-sec6 .sec-title .title {
    max-width: 588px;
  }
}
@media (max-width: 1025px) {
  .service-sec6 .ser-card.v5 {
    height: 622px;
  }
}
@media (max-width: 820px) {
  .service-sec6 .ser-card.v5 {
    height: 575px;
  }
}
@media (max-width: 769px) {
  .service-sec6 .ser-card.v5 {
    height: 571px;
  }
}
@media (max-width: 480px) {
  .service-sec6 .ser-card.v5 {
    height: unset;
  }
}
@media (max-width: 480px) {
  .service-sec6 .ser-card {
    height: unset;
  }
}
.service-sec6 .ser-card.v4 {
  background-color: var(--color-surface-dark-2);
  padding: 54px 0px 60px 48px;
  border-radius: 25px;
  height: unset;
}
.service-sec6 .ser-card.v4 .ser-content {
  position: static;
}
@media (max-width: 1201px) {
  .service-sec6 .ser-card.v4 {
    padding: 54px 0px 60px 26px;
  }
}
@media (max-width: 820px) {
  .service-sec6 .ser-card.v4 {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .service-sec6 .ser-card.v4 {
    margin-bottom: 19px;
  }
}
@media (max-width: 1440px) {
  .service-sec6 .ser-content {
    left: 39px;
  }
}
@media (max-width: 1201px) {
  .service-sec6 .ser-content {
    left: 25px;
  }
}
@media (max-width: 577px) {
  .service-sec6 .ser-content {
    max-width: 313px !important;
    left: 30px !important;
  }
}
@media (max-width: 390px) {
  .service-sec6 .ser-content {
    left: 25px !important;
  }
}
@media (max-width: 1440px) {
  .service-sec6 .ser-content p {
    max-width: 227px;
  }
}
@media (max-width: 577px) {
  .service-sec6 .ser-content p {
    max-width: 301px;
  }
}
@media (max-width: 390px) {
  .service-sec6 .ser-content p {
    max-width: 280px;
  }
}
@media (max-width: 1366px) {
  .service-sec6 .ser-content.v2 {
    left: 34px;
  }
}
@media (max-width: 1201px) {
  .service-sec6 .ser-content.v2 {
    left: 25px;
  }
}
@media (max-width: 769px) {
  .service-sec6 .ser-card.v3 {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .service-sec6 .ser-card.v3 .title {
    left: 39px;
  }
}
@media (max-width: 1201px) {
  .service-sec6 .ser-card.v3 .title {
    left: 25px;
    margin-bottom: 0;
  }
}

.service-sec7 {
  position: relative;
  margin: 20px 20px 80px;
  background-color: var(--color-surface-dark-2);
  padding: 57px 86px 50px;
  border-radius: 25px;
}
@media (max-width: 1201px) {
  .service-sec7 {
    padding: 57px 34px 50px;
  }
}
@media (max-width: 577px) {
  .service-sec7 {
    padding: 57px 28px 50px;
  }
}
@media (max-width: 480px) {
  .service-sec7 {
    padding: 57px 19px 50px;
  }
}

.service-content7 {
  position: relative;
}
.service-content7 .title {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-content-white);
  margin-bottom: 0;
  max-width: 352px;
  font-weight: 400;
}

.service-box7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (max-width: 820px) {
  .service-box7 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .service-box7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }
}

.social-link3 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 79px;
}
@media (max-width: 1025px) {
  .social-link3 {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .social-link3 {
    margin-top: 20px !important;
    margin-right: 19px;
  }
}
.social-link3 img {
  margin-bottom: 23px;
  height: 59px;
}
.social-link3 span {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: var(--color-content-white);
  display: block;
}

.service-sec8 {
  position: relative;
}
.service-sec8::before {
  content: "";
  position: absolute;
  bottom: -2%;
  left: 0;
  width: 100%;
  height: 1324px;
  background-image: url(../../images/layers/bg-layer.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1025px) {
  .service-sec8::before {
    bottom: 65%;
  }
}
.service-sec8 .counter-box3 .counter-number,
.service-sec8 .counter-box3 .counter-text {
  -webkit-text-stroke: 1px var(--color-content-white);
  color: transparent;
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 1440px) {
  .service-sec8 .ser-team-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1025px) {
  .service-sec8 .ser-card3 {
    width: 47.9%;
  }
}
@media (max-width: 769px) {
  .service-sec8 .ser-card3 {
    width: 100%;
  }
}

.service-sec9 {
  position: relative;
  margin-top: 27px;
}
.service-sec9::before {
  content: "";
  position: absolute;
  bottom: -63%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1303px;
  background-image: url(../../images/layers/ser-layer9.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1025px) {
  .service-sec9::before {
    bottom: 65%;
  }
}
.service-sec9 .row {
  margin-bottom: -30px;
}

.ser-card9 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 1201px) {
  .ser-card9 {
    height: 490px;
  }
}
.ser-card9 > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.ser-content9 {
  position: absolute;
  bottom: 51px;
  left: 61px;
  max-width: 380px;
}
@media (max-width: 1440px) {
  .ser-content9 {
    left: 43px;
  }
}
@media (max-width: 1201px) {
  .ser-content9 {
    left: 30px;
  }
}
@media (max-width: 1025px) {
  .ser-content9 {
    max-width: 264px;
  }
}
.ser-content9 img {
  margin-bottom: 15px;
}
.ser-content9 .title {
  font-size: 40px;
  line-height: 50px;
  color: var(--color-content-white);
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1201px) {
  .ser-content9 .title {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1025px) {
  .ser-content9 .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.ser-content9 p {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 26px;
  color: var(--color-content-white);
}

.ser-content9.v2 {
  bottom: auto;
  top: 65px;
}

.service-sec10 {
  position: relative;
}
@media (max-width: 1025px) {
  .service-sec10 .sec-title {
    max-width: 534px;
  }
}

.ser-card10 {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .ser-card10 {
    height: 444px;
  }
}
.ser-card10 > img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1025px) {
  .ser-card10 > img {
    object-fit: cover;
    border-radius: 25px;
  }
}
.ser-card10 .ser-icon10 {
  position: absolute;
  top: 68px;
  left: 52px;
  width: unset;
  height: unset;
}
@media (max-width: 1366px) {
  .ser-card10 .ser-icon10 {
    top: 46px;
    left: 33px;
  }
}
.ser-card10 .title {
  position: absolute;
  bottom: 74px;
  left: 52px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-content-white);
  max-width: 291px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .ser-card10 .title {
    bottom: 38px;
    left: 33px;
  }
}
@media (max-width: 390px) {
  .ser-card10 .title {
    max-width: 288px;
  }
}
.ser-card10 .title.v2 {
  color: var(--color-heading);
}
.ser-card10 .title.v3 {
  max-width: 400px;
}

.service-sec11 {
  position: relative;
}
.service-sec11 .row {
  margin-bottom: -30px;
}
.service-sec11 .sec-title {
  max-width: 632px;
}
@media (max-width: 769px) {
  .service-sec11 .sec-btn-box {
    margin-top: 30px;
  }
}

.ser-card11 {
  position: relative;
  border-radius: 25px;
  min-height: 550px;
  overflow: hidden;
  max-width: 550px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 52px 40px 36px 40px;
  margin-bottom: 30px;
}
.ser-card11::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/service/ser11-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ser-card11:hover {
  border-color: transparent;
}
.ser-card11:hover .ser-content11 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ser-card11 img {
  max-width: unset;
  height: unset;
}

.ser-content11 {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(90px);
      -ms-transform: translateY(90px);
          transform: translateY(90px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}
.ser-content11 .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: var(--color-content-white);
  margin-bottom: 9px;
  font-family: var(--font-secondary);
  letter-spacing: 0;
}
@media (max-width: 1366px) {
  .ser-content11 .title {
    line-height: 29px;
  }
}
.ser-content11 .title a:hover {
  color: var(--color-content-white);
}
.ser-content11 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-content-white);
}
.ser-content11 .ibt-btn {
  color: var(--color-content-white);
  width: 100%;
}

.empty2 {
  position: relative;
  height: 461px;
  overflow: hidden;
}
.empty2 img {
  position: absolute;
  top: 0;
  left: 0;
}

.ser-card11.v2::before {
  background-image: url(../../images/service/ser11-2.png);
}

.ser-card11.v3::before {
  background-image: url(../../images/service/ser11-3.png);
}

.ser-card11.v4::before {
  background-image: url(../../images/service/ser11-4.png);
}

.service-sec12 {
  position: relative;
}

.outer-box12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 820px) {
  .outer-box12 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.ser-card12 {
  position: relative;
  display: inline-block;
  width: 36%;
  margin-right: 22px;
}
@media (max-width: 820px) {
  .ser-card12:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 1025px) {
  .ser-card12 {
    width: 50%;
    height: 550px;
  }
}
@media (max-width: 820px) {
  .ser-card12 {
    width: 48.6%;
    height: 490px;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .ser-card12 {
    width: 48%;
  }
  .ser-card12:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 577px) {
  .ser-card12 {
    width: 100%;
    margin-right: 0;
  }
}
.ser-card12::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 91px;
  height: 79px;
  background-image: url(../../images/service/ser-layer.png);
  border-radius: 0 0 20px 0;
}
.ser-card12 > img {
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}

.ser-text12 {
  position: relative;
  margin-bottom: 38px;
}
.ser-text12 a {
  font-size: 12px;
  line-height: 33px;
  font-weight: 400;
  color: var(--color-content-white);
  display: inline-block;
  border: 1px solid var(--color-content-white);
  height: 35px;
  padding: 0 15px;
  border-radius: 15px;
}
.ser-text12 a:first-child {
  margin-right: 3px;
}

.ser-content12 {
  position: absolute;
  top: 109px;
  left: 67px;
  max-width: 378px;
}
@media (max-width: 1440px) {
  .ser-content12 {
    left: 36px;
    max-width: 397px !important;
  }
}
@media (max-width: 1366px) {
  .ser-content12 {
    max-width: 368px !important;
  }
}
@media (max-width: 1025px) {
  .ser-content12 {
    left: 22px;
  }
}
@media (max-width: 820px) {
  .ser-content12 {
    left: 39px;
  }
}
@media (max-width: 1201px) {
  .ser-content12 {
    max-width: 282px !important;
    top: 62px;
  }
}
.ser-content12 .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.03em;
  margin-bottom: 29px;
  color: var(--color-content-white);
}
@media (max-width: 1201px) {
  .ser-content12 .title {
    font-size: 25px;
  }
}
.ser-content12 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-white);
  margin-bottom: 0;
  max-width: 417px;
}

.social-icon2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icon2 li {
  margin-right: 44px;
}
.social-icon2 li:last-child {
  margin-right: 0;
}

.ser-content12.v2 {
  max-width: 479px;
  top: 55px;
}
.ser-content12.v2 .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 12px;
}
.ser-content12.v2 img {
  margin-bottom: 39px;
}

.ser-info12 {
  display: inline-block;
}
@media (max-width: 820px) {
  .ser-info12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 577px) {
  .ser-info12 {
    display: inline-block;
    width: 100%;
  }
}

.ser-counter12 {
  position: relative;
  background-color: #ac8de0;
  padding: 50px 123px 31px;
  border-radius: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .ser-counter12 {
    padding: 50px 103px 31px;
  }
}
@media (max-width: 1366px) {
  .ser-counter12 {
    padding: 50px 98px 31px;
  }
}
@media (max-width: 1201px) {
  .ser-counter12 {
    padding: 50px 87px 31px;
  }
}
@media (max-width: 1025px) {
  .ser-counter12 {
    padding: 50px 36px 31px;
  }
}
@media (max-width: 820px) {
  .ser-counter12 {
    width: 452px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 577px) {
  .ser-counter12 {
    width: 100%;
    margin: 0 0 20px;
  }
}
.ser-counter12 .client2 {
  position: relative;
  top: -17px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-content-white);
  margin-bottom: 0;
  display: inline-block;
}

.counter-box12 {
  position: relative;
}
.counter-box12 .counter-number,
.counter-box12 .counter-text {
  background-color: transparent;
  color: #ac8de0;
  font-family: "Manrope", Sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 15%, #ffffff 100%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 15%, #ffffff 100%);
  -webkit-background-clip: text;
  letter-spacing: -0.03em;
}
@media (max-width: 1025px) {
  .counter-box12 .counter-number,
  .counter-box12 .counter-text {
    font-size: 60px;
  }
}
@media (max-width: 769px) {
  .counter-box12 .counter-number,
  .counter-box12 .counter-text {
    font-size: 93px;
  }
}
@media (max-width: 390px) {
  .counter-box12 .counter-number,
  .counter-box12 .counter-text {
    font-size: 86px;
  }
}

.inner-block12 {
  position: relative;
}
@media (max-width: 1025px) {
  .inner-block12 {
    height: 345px;
  }
}
@media (max-width: 577px) {
  .inner-block12 {
    height: auto;
  }
}
.inner-block12 > img {
  width: 100%;
  height: 100%;
}

.inner-content12 {
  position: absolute;
  top: 64px;
  left: 39px;
  max-width: 356px;
}
@media (max-width: 390px) {
  .inner-content12 {
    top: 36px;
    left: 28px;
  }
}
.inner-content12 .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 93px;
  color: var(--color-content-white);
}
@media (max-width: 1201px) {
  .inner-content12 .title {
    margin-bottom: 44px;
  }
}
@media (max-width: 820px) {
  .inner-content12 .title {
    max-width: 320px;
  }
}

.service-sec13 {
  position: relative;
}
.service-sec13 .row {
  margin-bottom: -30px;
}

.ser-card13 {
  position: relative;
  background-color: #282828;
  border: 1px solid #3f3f3f;
  border-radius: 25px;
  min-height: 561px;
  margin-bottom: 30px;
}
@media (max-width: 1201px) {
  .ser-card13 {
    min-height: 455px;
  }
}
@media (max-width: 1025px) {
  .ser-card13 {
    min-height: 507px;
  }
}
@media (max-width: 769px) {
  .ser-card13 {
    height: auto !important;
  }
}
.ser-card13 > img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ser-content13 {
  position: relative;
  padding: 100px 39px 50px;
}
@media (max-width: 1201px) {
  .ser-content13 {
    padding: 61px 30px 50px;
  }
}
.ser-content13 img {
  margin-bottom: 24px;
  display: block;
}
.ser-content13 .title {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 12px;
  color: var(--color-content-white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.ser-content13 .title:hover {
  background-size: 100% 2px;
}
.ser-content13 .title a {
  color: inherit;
}
.ser-content13 p {
  font-weight: 500;
  line-height: 30px;
  color: #87899b;
  margin-bottom: 0;
}

.ser-list13 {
  position: relative;
}
.ser-list13 li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #87899b;
  margin: 0;
  padding-left: 15px;
}
.ser-list13 li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #87899b;
}

.ser-card13.v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ser-card13.v2 > img {
  bottom: auto;
  top: 0;
}
.ser-card13.v2 .ser-content13 {
  margin-top: auto;
}

.ser-card13.v3 > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 79px;
  left: auto;
  z-index: 11;
}
@media (max-width: 390px) {
  .ser-card13.v3 > img {
    right: 40px;
  }
}
.ser-card13.v3 .prdient {
  left: auto;
  right: 0;
  z-index: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.service-sec14 {
  position: relative;
  padding-top: 107px;
}

.outer-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 820px) {
  .outer-box2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 577px) {
  .outer-box2 {
    display: unset;
  }
}

.ser-info14 {
  position: relative;
  max-width: 520px;
  margin-right: 19px;
}
@media (max-width: 1440px) {
  .ser-info14 {
    width: 36.33%;
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .ser-info14 {
    width: 43.33%;
  }
}
@media (max-width: 1025px) {
  .ser-info14 {
    width: 75.33%;
  }
}
@media (max-width: 820px) {
  .ser-info14 {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media (max-width: 577px) {
  .ser-info14 {
    width: 100%;
    margin-right: 0;
  }
}

.ser-card14-card1 {
  position: relative;
  background-color: var(--color-heading);
  border-radius: 25px;
  padding: 39px 48px 43px;
  margin-bottom: 19px;
}
@media (max-width: 1201px) {
  .ser-card14-card1 {
    padding: 39px 33px 36px;
  }
}
.ser-card14-card1 .title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-white);
  margin-bottom: 9px;
  font-family: var(--font-secondary);
  max-width: 410px;
}
@media (max-width: 1201px) {
  .ser-card14-card1 .title {
    font-size: 22px;
  }
}
.ser-card14-card1 img {
  margin-top: 16px;
}

.ser-card14-card2 {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  padding: 40px 40px 40px 42px;
  max-height: 400px;
}
@media (max-width: 1440px) {
  .ser-card14-card2 {
    height: 485px;
    max-height: unset;
  }
}
@media (max-width: 1201px) {
  .ser-card14-card2 {
    padding: 40px 30px 40px 27px;
  }
}
@media (max-width: 1025px) {
  .ser-card14-card2 {
    height: 470px;
  }
}
@media (max-width: 769px) {
  .ser-card14-card2 {
    height: 439px;
  }
}
@media (max-width: 577px) {
  .ser-card14-card2 {
    height: auto;
  }
}
.ser-card14-card2 .title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--font-secondary);
  margin-bottom: 98px;
  color: var(--color-surface-black);
}
@media (max-width: 1440px) {
  .ser-card14-card2 .title {
    margin-bottom: 34px;
  }
}
@media (max-width: 1201px) {
  .ser-card14-card2 .title {
    font-size: 22px;
  }
}
.ser-card14-card2 .counter-box14 .counter-number,
.ser-card14-card2 .counter-box14 .counter-text {
  font-size: 80px;
  line-height: 80px;
  color: #f0f2f4;
}

.counter-box14 {
  position: relative;
}
.counter-box14 .counter-number,
.counter-box14 .counter-text {
  background-color: transparent;
  color: #cfd8e2;
  font-size: 120px;
  line-height: 0.9em;
  letter-spacing: -0.03em;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(347deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(103deg, #8258c8 0%, #2c84c8 100%);
  font-family: var(--font-primary);
  font-weight: 600;
  white-space: nowrap;
  -webkit-background-clip: text;
  --counter-prefix-grow: 0;
}
@media (max-width: 1025px) {
  .counter-box14 .counter-number,
  .counter-box14 .counter-text {
    font-size: 95px;
    line-height: 75px;
  }
}
@media (max-width: 390px) {
  .counter-box14 .counter-number,
  .counter-box14 .counter-text {
    font-size: 55px;
    line-height: 58px;
  }
}

.counter-box14.v2 .counter-number,
.counter-box14.v2 .counter-text {
  color: var(--color-content-white);
}

.languages {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-content-black2);
  display: inline-block;
  margin-top: 8px;
}

.ser-counter14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .ser-counter14 {
    display: block;
  }
}
.ser-counter14 img {
  max-width: 50%;
}
@media (max-width: 1440px) {
  .ser-counter14 img {
    max-width: 60%;
    margin-top: 10px;
  }
}

.ser-card14-card3 {
  position: relative;
  margin-right: 19px;
}
@media (max-width: 820px) {
  .ser-card14-card3 {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 577px) {
  .ser-card14-card3 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ser-card14-card3 {
    height: 450px;
  }
}
.ser-card14-card3 img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ser-content14 {
  position: absolute;
  top: 66px;
  left: 44px;
}
@media (max-width: 1440px) {
  .ser-content14 {
    max-width: 498px;
  }
}
@media (max-width: 1201px) {
  .ser-content14 {
    max-width: 409px;
  }
}
@media (max-width: 1025px) {
  .ser-content14 {
    max-width: 284px;
    top: 41px;
    left: 26px;
  }
}
@media (max-width: 820px) {
  .ser-content14 {
    max-width: 100%;
  }
}
@media (max-width: 577px) {
  .ser-content14 {
    max-width: 80%;
  }
}
.ser-content14 .title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 39px;
  font-family: var(--font-secondary);
  max-width: 652px;
}
@media (max-width: 1201px) {
  .ser-content14 .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1025px) {
  .ser-content14 .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 769px) {
  .ser-content14 .title {
    max-width: 306px;
    font-size: 24px;
  }
}
.ser-content14 .counter-box14 .counter-number,
.ser-content14 .counter-box14 .counter-text {
  font-size: 120px;
  line-height: 108px;
  color: #d7dee9;
}
@media (max-width: 1025px) {
  .ser-content14 .counter-box14 .counter-number,
  .ser-content14 .counter-box14 .counter-text {
    font-size: 83px;
    line-height: 81px;
  }
}

.ser-content14.v2 .title {
  color: var(--color-content-white);
}

.ser-info14.v2 {
  position: relative;
  max-width: 543px;
  margin-right: 0;
}
@media (max-width: 820px) {
  .ser-info14.v2 {
    width: 100%;
    max-width: unset;
  }
}

.ser-card14-card4 {
  position: relative;
  background-color: var(--color-content-white);
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 19px;
}
.ser-card14-card4 .ser-content14 {
  position: static;
  padding: 55px 30px 0px 30px;
}
@media (max-width: 1201px) {
  .ser-card14-card4 .ser-content14 {
    padding: 37px 30px 0px 30px;
  }
}
.ser-card14-card4 .ser-content14 .title2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--color-surface-black);
}
@media (max-width: 1201px) {
  .ser-card14-card4 .ser-content14 .title2 {
    font-size: 22px;
  }
}
.ser-card14-card4 .ser-content14 .rating li {
  margin: 10px 0 7px;
}
.ser-card14-card4 .ser-content14 p {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-surface-dark2);
  margin-bottom: 28px;
  line-height: 30px;
}

.ser-card14-card5 {
  position: relative;
  height: 235px;
}
@media (max-width: 1440px) {
  .ser-card14-card5 {
    height: 306px;
  }
}
@media (max-width: 1201px) {
  .ser-card14-card5 {
    height: 294px;
  }
}
@media (max-width: 577px) {
  .ser-card14-card5 {
    height: auto;
  }
}
@media (max-width: 390px) {
  .ser-card14-card5 {
    height: 262px;
  }
}
.ser-card14-card5 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ser-counter14.v2 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  background-color: rgba(212, 212, 212, 0.1019607843);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 40px 25px 30px 23px;
  border-radius: 25px 25px 25px 25px;
  width: 220px;
}
.ser-counter14.v2 .review {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-content-white);
  display: block;
  letter-spacing: -0.03em;
}

.ser-card14-card1,
.ser-card14-card2,
.ser-card14-card3,
.ser-card14-card4,
.ser-card14-card5 {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.ser-animate {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.service-sec15 {
  position: relative;
}
.service-sec15 .sec-title {
  max-width: 700px;
}
@media (max-width: 820px) {
  .service-sec15 .sec-title {
    margin-bottom: 30px !important;
    max-width: 637px;
  }
}

.slider-btn5 {
  position: relative;
  background-color: unset;
  border-radius: 25px 25px 0 0;
  width: 95px;
  height: 50px;
  line-height: 46px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 1440px) {
  .slider-btn5 {
    right: -4%;
  }
}
@media (max-width: 1366px) {
  .slider-btn5 {
    right: 0;
  }
}
@media (max-width: 1025px) {
  .slider-btn5 {
    right: -74%;
  }
}
@media (max-width: 820px) {
  .slider-btn5 {
    right: auto;
    left: 0;
    top: 45%;
  }
}
@media (max-width: 577px) {
  .slider-btn5 {
    top: 50%;
  }
}
.slider-btn5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border ki width */
  border-radius: 15px;
  background: -webkit-linear-gradient(left, #7b5cc8, #5e6bc9, #3480c8);
  background: linear-gradient(90deg, #7b5cc8, #5e6bc9, #3480c8); /* 👈 gradient colors */
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.slider-btn5 .swiper-button-prev,
.slider-btn5 .swiper-button-next {
  background-color: unset;
  border: 0;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: unset;
}
.slider-btn5 .swiper-button-prev:hover,
.slider-btn5 .swiper-button-next:hover {
  color: var(--color-primary);
}
.slider-btn5 .swiper-button-prev::after,
.slider-btn5 .swiper-button-next::after {
  display: none;
}
.slider-btn5 .swiper-button-prev {
  margin-right: 30px;
}
.slider-btn5 .swiper-button-prev::before {
  content: "\e833";
  font: 400 normal 11px/1em "fontello";
}
.slider-btn5 .swiper-button-next::before {
  content: "\e844";
  font: 400 normal 11px/1em "fontello";
}

.ser-card15 {
  position: relative;
  background-color: var(--color-content-white);
  padding: 23px 20px 0;
  border-radius: 20px;
}
.ser-card15::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 94px;
  height: 86px;
  background-image: url(../../images/layers/shape1-1.png);
  border-radius: 0 0 20px 0;
}
.ser-card15:hover .ser-img15 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.ser-img15 {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
.ser-img15 img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ser-img15 span {
  position: absolute;
  bottom: -9px;
  left: 25px;
  font-size: 80px;
  line-height: 70px;
  margin-bottom: 0;
  color: var(--color-content-white);
  font-weight: 600;
  display: inline-block;
  letter-spacing: -0.05em;
  font-family: var(--font-primary);
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .ser-img15 span {
    bottom: -17px;
    font-size: 50px;
  }
}
@media (max-width: 1366px) {
  .ser-img15 span {
    bottom: -13px;
    font-size: 66px;
  }
}

.ser-content15 {
  position: relative;
  padding: 55px 19px 66px;
}
@media (max-width: 769px) {
  .ser-content15 {
    padding: 55px 6px 66px;
  }
}
@media (max-width: 390px) {
  .ser-content15 {
    padding: 42px 6px 51px;
  }
}
.ser-content15 .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .ser-content15 .title {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .ser-content15 .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 390px) {
  .ser-content15 .title {
    font-size: 21px;
  }
}
.ser-content15 .title a {
  color: var(--color-heading);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.ser-content15 .title a:hover {
  background-size: 100% 2px;
}

.service-sec15.v2 {
  background-color: #f0f2f4;
  border-radius: 25px;
  margin-top: -20px;
  z-index: 0;
}

.service-sec16 {
  position: relative;
  margin-bottom: 20px;
}
.service-sec16 .row {
  margin-bottom: -30px;
}

.ser-block16 {
  position: relative;
  background-color: #f0f2f4;
  padding: 138px 120px 96px;
  border-radius: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .ser-block16 {
    padding: 138px 91px 96px;
  }
}
@media (max-width: 1366px) {
  .ser-block16 {
    padding: 107px 57px 71px;
  }
}
@media (max-width: 1025px) {
  .ser-block16 {
    padding: 122px 33px 71px;
  }
}
@media (max-width: 769px) {
  .ser-block16 {
    padding: 122px 48px 71px;
  }
}
@media (max-width: 480px) {
  .ser-block16 {
    padding: 122px 36px 71px;
  }
}
.ser-block16 > img {
  position: absolute;
  top: 59px;
  right: 59px;
}
@media (max-width: 1201px) {
  .ser-block16 > img {
    top: 36px;
    right: 36px;
  }
}
.ser-block16 .title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  color: var(--color-heading);
  max-width: 481px;
}
@media (max-width: 1201px) {
  .ser-block16 .title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 1025px) {
  .ser-block16 .title {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 769px) {
  .ser-block16 .title {
    font-size: 37px;
    line-height: 48px;
    max-width: 578px;
  }
}
@media (max-width: 480px) {
  .ser-block16 .title {
    font-size: 31px;
    line-height: 44px;
  }
}
@media (max-width: 390px) {
  .ser-block16 .title {
    font-size: 26px;
    line-height: 37px;
  }
}
.ser-block16 .ser-list {
  margin-bottom: 37px;
}

.service-sec17 {
  position: relative;
}
@media (max-width: 1366px) {
  .service-sec17 {
    margin: 0 27px;
  }
}
@media (max-width: 769px) {
  .service-sec17 {
    margin: 0 19px;
  }
}
@media (max-width: 577px) {
  .service-sec17 {
    margin: 0 7px;
  }
}
.service-sec17 .row {
  margin-bottom: -50px;
}
.service-sec17 .sec-title {
  max-width: 670px;
}
@media (max-width: 577px) {
  .service-sec17 .sec-title {
    max-width: 459px;
  }
}

.ser-card17 {
  position: relative;
  margin-bottom: 50px;
}
.ser-card17 img {
  height: 151px;
}
.ser-card17 .title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 9px;
  font-weight: 600;
  color: var(--color-heading);
  font-family: var(--font-secondary);
}
.ser-card17 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 23px;
  font-weight: 600;
  color: var(--color-content-black2);
}
@media (max-width: 1025px) {
  .ser-card17 p {
    max-width: 298px;
  }
}
@media (max-width: 577px) {
  .ser-card17 p {
    max-width: 100%;
  }
}

.ser-list17 {
  position: relative;
  margin-bottom: 17px;
}
.ser-list17 li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-content-black2);
  margin: 0 0 4px;
  padding-left: 26px;
}
@media (max-width: 1025px) {
  .ser-list17 li {
    padding-left: 22px;
  }
}
.ser-list17 li:last-child {
  margin-bottom: 0;
}
.ser-list17 li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5.63px;
  height: 4.97px;
  background-color: var(--color-content-black2);
  -webkit-mask: url(../../images/icon/arrow.svg) no-repeat center;
          mask: url(../../images/icon/arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.ser-btn17 {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  display: inline-block;
  color: var(--color-content-black2);
  border-bottom: 1px solid var(--color-content-black2);
  padding-left: 23px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ser-btn17:hover {
  color: var(--color-content-black2);
  padding: 0 23px 0 0;
}
.ser-btn17:hover::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.ser-btn17:hover::after {
  -webkit-transform: translateX(-18px);
      -ms-transform: translateX(-18px);
          transform: translateX(-18px);
}
.ser-btn17::before {
  content: "\e82d";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  right: 0;
  -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.ser-btn17::after {
  content: "\e82d";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.service-sec18 {
  position: relative;
}
.service-sec18::before {
  content: "";
  position: absolute;
  top: -68%;
  left: 0;
  width: 100%;
  height: 1138px;
  background-image: url(../../images/layers/hero12.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .service-sec18::before {
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 769px) {
  .service-sec18::before {
    top: -31%;
    height: 901px;
  }
}
@media (max-width: 390px) {
  .service-sec18::before {
    top: -18%;
  }
}

.service-block18 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  padding: 79px 95px 68px;
  border-radius: 25px;
}
@media (max-width: 1440px) {
  .service-block18 {
    padding: 69px 51px 69px;
  }
}
@media (max-width: 1201px) {
  .service-block18 {
    padding: 51px 36px 40px;
  }
}
@media (max-width: 820px) {
  .service-block18 {
    margin-bottom: 30px;
  }
}
.service-block18 .title {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .service-block18 .title {
    font-size: 42px;
    line-height: 53px;
  }
}
@media (max-width: 1366px) {
  .service-block18 .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 1025px) {
  .service-block18 .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.ser-img18 {
  position: relative;
}
@media (max-width: 390px) {
  .ser-img18 {
    height: 300px;
  }
}
@media (max-width: 390px) {
  .ser-img18 {
    height: 100%;
  }
}
.ser-img18 img {
  border-radius: 25px;
  height: 100%;
}
.ser-img18 .video-bg {
  border-radius: 25px;
  width: 100%;
}

.ser-text18 {
  position: absolute;
  bottom: 22px;
  right: 22px;
  background-color: rgba(51, 51, 51, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 45px 30px 40px 40px;
  border-radius: 25px;
  max-width: 545px;
}
@media (max-width: 577px) {
  .ser-text18 {
    max-width: 414px;
  }
}
@media (max-width: 480px) {
  .ser-text18 {
    max-width: 302px;
  }
}
.ser-text18 span {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: var(--color-content-white);
  letter-spacing: -0.03em;
  display: inline-block;
}
@media (max-width: 577px) {
  .ser-text18 span {
    font-size: 29px;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .ser-text18 span {
    font-size: 20px;
    line-height: 25px;
  }
}

.service-sec19 {
  position: relative;
}
.service-sec19::before {
  content: "";
  position: absolute;
  top: -80%;
  left: 0;
  width: 100%;
  height: 1365px;
  background-image: url(../../images/layers/layers8-1.png);
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .service-sec19::before {
    height: 1450px;
  }
}
@media (max-width: 769px) {
  .service-sec19::before {
    width: 100%;
    background-size: contain;
    top: -10%;
  }
}
@media (max-width: 480px) {
  .service-sec19::before {
    top: -5%;
  }
}

.service-block19 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 577px) {
  .service-block19 {
    height: 300px;
  }
}
@media (max-width: 577px) {
  .service-block19 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.service-block19 .title {
  position: absolute;
  bottom: 33px;
  left: 40px;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-content-white);
  letter-spacing: -0.03em;
  max-width: 200px;
}
@media (max-width: 1201px) {
  .service-block19 .title {
    left: 25px;
    font-size: 22px;
    line-height: 30px;
    max-width: 174px;
  }
}
@media (max-width: 1025px) {
  .service-block19 .title {
    left: 21px;
    font-size: 20px;
    line-height: 26px;
    max-width: 146px;
  }
}
.service-block19 .title2 {
  position: absolute;
  bottom: 22%;
  right: -36%;
  font-size: 120px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: -0.03em;
  -webkit-text-stroke-width: 1px;
  background-image: -webkit-linear-gradient(273deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(177deg, #8258c8 0%, #2c84c8 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1201px) {
  .service-block19 .title2 {
    font-size: 80px;
  }
}

.ser-info19 {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 820px) {
  .ser-info19 {
    width: 31.9%;
    margin-bottom: 30px;
  }
}
@media (max-width: 577px) {
  .ser-info19 {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .ser-info19.m-0 {
    top: -152px;
  }
}
@media (max-width: 577px) {
  .ser-info19.m-0 {
    top: 0;
  }
}

.counter-box19 {
  position: relative;
  margin-left: 48px;
}
@media (max-width: 1440px) {
  .counter-box19 {
    margin: 20px 0 0;
  }
}
.counter-box19 .counter-number,
.counter-box19 .counter-text {
  font-size: 60px;
  line-height: 55px;
  font-weight: 600;
  color: var(--color-content-white);
  display: inline-block;
  font-family: var(--font-tertiary);
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .counter-box19 .counter-number,
  .counter-box19 .counter-text {
    font-size: 56px;
  }
}

.ser-content19 {
  position: relative;
  background-color: transparent;
  background-image: -webkit-linear-gradient(321deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(129deg, #8258c8 0%, #2c84c8 100%);
  padding: 58px 40px 0;
  border-radius: 25px;
  min-height: 275px;
}
@media (max-width: 1201px) {
  .ser-content19 {
    padding: 43px 26px 0;
  }
}

.ser-counter19 {
  position: relative;
}
.ser-counter19 .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-content-white);
  display: inline-block;
}
@media (max-width: 1025px) {
  .ser-counter19 .sub-title {
    line-height: 20px;
    margin-top: 5px;
  }
}

.ser-box19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 820px) {
  .ser-box19 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 577px) {
  .ser-box19 {
    display: unset;
  }
}

.service-block19.v1 {
  margin-bottom: 16px;
}
@media (max-width: 577px) {
  .service-block19.v1 {
    margin-bottom: 30px;
  }
}

.service-block19.v2 .title {
  bottom: auto;
  top: 43px;
}

.service-sec20 {
  position: relative;
}

.ser-card20_card1 {
  position: relative;
  background-color: var(--color-heading);
  padding: 44px 57px;
  border-radius: 25px;
}
@media (max-width: 1440px) {
  .ser-card20_card1 {
    padding: 44px 36px;
  }
}
.ser-card20_card1 img {
  margin-bottom: 128px;
}
@media (max-width: 1201px) {
  .ser-card20_card1 img {
    margin-bottom: 98px;
  }
}
@media (max-width: 1025px) {
  .ser-card20_card1 img {
    margin-bottom: 128px;
  }
}
@media (max-width: 577px) {
  .ser-card20_card1 img {
    margin-bottom: 79px;
  }
}
.ser-card20_card1 .title {
  font-size: 25px;
  line-height: 35px;
  font-family: 400;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
  color: var(--color-content-white);
  max-width: 225px;
}
.ser-card20_card1 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #bdbdbd;
  max-width: 300px;
}

.ser-card20_card2 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  position: relative;
  padding: 33px 40px 27px 101px;
  border-radius: 25px;
  margin-top: 20px;
}
@media (max-width: 1201px) {
  .ser-card20_card2 {
    padding: 33px 40px 27px 92px;
  }
}
.ser-card20_card2 img {
  position: absolute;
  top: 35px;
  left: 43px;
}
@media (max-width: 1201px) {
  .ser-card20_card2 img {
    left: 35px;
  }
}
.ser-card20_card2 .title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: var(--color-content-white);
  margin-bottom: 0;
}
.ser-card20_card2 span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #b0b6de;
}

.ser-card20_card3 {
  position: relative;
}
@media (max-width: 577px) {
  .ser-card20_card3 {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .ser-card20_card3 {
    height: 254px;
  }
}
.ser-card20_card3 img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.ser-card20_card3 .title {
  position: absolute;
  top: 48px;
  left: 40px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-heading);
  max-width: 225px;
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .ser-card20_card3 .title {
    left: 34px;
  }
}

.ser-card20_card4 {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .ser-card20_card4 {
    height: 274px;
  }
}
.ser-card20_card4 img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.ser-card20_card4 .title {
  position: absolute;
  bottom: 41px;
  left: 40px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-content-white);
  max-width: 364px;
  letter-spacing: -0.03em;
}
@media (max-width: 1440px) {
  .ser-card20_card4 .title {
    max-width: 266px;
  }
}
@media (max-width: 1366px) {
  .ser-card20_card4 .title {
    max-width: 249px;
  }
}
@media (max-width: 1201px) {
  .ser-card20_card4 .title {
    left: 26px;
  }
}

.ser-card20_card5 {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 1025px) {
  .ser-card20_card5 {
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 769px) {
  .ser-card20_card5 {
    height: 518px;
  }
}
.ser-card20_card5 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ser-card20_card5 .title {
  position: absolute;
  bottom: 33%;
  right: -22%;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: -0.03em;
  -webkit-text-stroke-width: 1px;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1440px) {
  .ser-card20_card5 .title {
    right: -30%;
  }
}
@media (max-width: 1201px) {
  .ser-card20_card5 .title {
    right: -35%;
  }
}
@media (max-width: 1025px) {
  .ser-card20_card5 .title {
    right: -20%;
  }
}
@media (max-width: 769px) {
  .ser-card20_card5 .title {
    right: -27%;
  }
}
@media (max-width: 577px) {
  .ser-card20_card5 .title {
    right: -37%;
  }
}
@media (max-width: 480px) {
  .ser-card20_card5 .title {
    right: -45%;
  }
}
@media (max-width: 480px) {
  .ser-card20_card5 .title {
    right: -44%;
  }
}
@media (max-width: 390px) {
  .ser-card20_card5 .title {
    right: -58%;
  }
}

.service-banner {
  position: relative;
}

.ser-banner-card {
  position: relative;
}
@media (max-width: 1025px) {
  .ser-banner-card {
    height: 400px;
  }
}
.ser-banner-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 91px;
  height: 79px;
  background-image: url(../../images/service/ser-layer.png);
  border-radius: 0 0 25px 0;
}
.ser-banner-card .ser-banner-icon {
  position: absolute;
  top: 58px;
  left: 54px;
  height: unset;
}
.ser-banner-card img {
  border-radius: 25px;
  height: 100%;
}

.ser-banner-content {
  position: absolute;
  bottom: 100px;
  left: 53px;
}
@media (max-width: 1440px) {
  .ser-banner-content {
    bottom: 47px;
  }
}
@media (max-width: 480px) {
  .ser-banner-content {
    max-width: 311px;
  }
}
@media (max-width: 390px) {
  .ser-banner-content {
    max-width: 255px;
  }
}
.ser-banner-content .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 10px;
}
.ser-banner-content p {
  color: var(--color-content-white);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 408px;
}

.service-single-sec {
  position: relative;
}
@media (max-width: 1201px) {
  .service-single-sec {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .service-single-sec {
    margin: 0 5px;
  }
}
.service-single-sec::before {
  content: "";
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 578px;
  height: 1629px;
  background-image: url(../../images/layers/ser-layer.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .service-single-sec::before {
    display: none;
  }
}
.service-single-sec::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .service-single-sec::after {
    display: none;
  }
}

.ser-detail {
  position: relative;
  margin-left: 15px;
}
@media (max-width: 769px) {
  .ser-detail {
    margin-left: 0;
  }
}
.ser-detail .title {
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -0.05em;
  display: block;
}
@media (max-width: 1201px) {
  .ser-detail .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 1025px) {
  .ser-detail .title {
    font-size: 37px;
    line-height: 49px;
  }
}
@media (max-width: 769px) {
  .ser-detail .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 577px) {
  .ser-detail .title {
    font-size: 32px;
    line-height: 1.1em;
  }
}
.ser-detail p {
  font-weight: 700;
  line-height: 30px;
  font-size: 16px;
  color: var(--color-content-black2);
  margin: 30px 0 0;
  letter-spacing: 0;
}
.ser-detail .paragraph {
  font-weight: 500;
}
.ser-detail img {
  margin: 77px 0 9px;
}
.ser-detail .sec-title {
  text-align: left;
  margin: 0 0 45px;
}
@media (max-width: 1201px) {
  .ser-detail .pricing-sec2 {
    padding: 80px 0;
  }
}
@media (max-width: 577px) {
  .ser-detail .pricing-sec2 .sec-title {
    text-align: left;
    margin-right: auto;
    margin: 0 0 40px;
  }
}
@media (max-width: 480px) {
  .ser-detail .pricing-sec2 .sec-title {
    max-width: 350px;
  }
}
.ser-detail .price-card2 {
  padding: 69px 39px 62px;
}
.ser-detail .price-card2 .price-heade2 .title {
  font-size: 40px;
}

.ser-detail-list {
  position: relative;
  margin-top: 35px;
}
.ser-detail-list li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-content-black2);
  margin: 0;
  padding-left: 30px;
}
.ser-detail-list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: #44b6e9;
  padding-right: 22px;
}

.service-sec21 {
  position: relative;
}
.service-sec21::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
.service-sec21 .row {
  margin-bottom: -40px;
}
.service-sec21 .sec-title {
  max-width: 632px;
}
@media (max-width: 769px) {
  .service-sec21 .sec-btn-box {
    margin-top: 30px;
  }
}
@media (max-width: 1201px) {
  .service-sec21 {
    margin: 0 9px;
  }
}
@media (max-width: 769px) {
  .service-sec21 .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ser-card21 {
  position: relative;
  border-radius: 25px;
  min-height: 550px;
  overflow: hidden;
  max-width: 550px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 34px 42px 47px 42px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .ser-card21 {
    padding: 34px 32px 47px 32px;
  }
}
.ser-card21::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/service/ser21-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ser-card21:hover {
  border-color: transparent;
}
.ser-card21:hover .ser-content21 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ser-card21 img {
  max-width: unset;
  height: unset;
}
.ser-card21 .ibt-btn {
  height: 40px;
  padding: 13px 15px;
  font-size: 12px;
  color: var(--color-content-white);
}
.ser-card21 .ibt-btn::before {
  padding: 1px;
}
.ser-card21 .ibt-btn:hover {
  color: var(--color-content-white);
}

.ser-content21 {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(108px);
      -ms-transform: translateY(108px);
          transform: translateY(108px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}
.ser-content21 .title {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  color: var(--color-content-white);
  margin-bottom: 9px;
  font-family: var(--font-secondary);
  letter-spacing: -0.03em;
  max-width: 308px;
}
@media (max-width: 1366px) {
  .ser-content21 .title {
    line-height: 35px;
    font-size: 23px;
  }
}
.ser-content21 .title a:hover {
  color: inherit;
}
.ser-content21 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-content-white);
  margin-bottom: 16px;
}

.empty2 {
  position: relative;
  height: 421px;
  overflow: hidden;
}

.ser-card21.v1 {
  border: 1px solid #4a4a4a;
}
.ser-card21.v1::before {
  display: none;
}
.ser-card21.v1 .ser-content21 .title {
  color: var(--color-heading);
}
.ser-card21.v1 .ser-content21 p {
  color: var(--color-content-black2);
}
.ser-card21.v1 .ser-content21 .ser-btn3 {
  color: var(--color-heading);
  border-color: var(--color-heading);
}
.ser-card21.v1 .ibt-btn {
  color: var(--color-content-black2);
}

.ser-card21.v2 {
  background-color: #aa8ee0;
  border: 0;
}
.ser-card21.v2::before {
  content: "";
  position: absolute;
  bottom: -14px;
  right: -89px;
  left: auto;
  top: auto;
  width: 366px;
  height: 366px;
  background-image: url(../../images/layers/dotes2.png);
  z-index: 0;
}

.ser-card21.v3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/service/ser21-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ser-card21.v4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/service/ser21-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ser-card21.v5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/service/ser21-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ser-card21.v6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/service/ser21-5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sec22 {
  position: relative;
}
.service-sec22::before {
  content: "";
  position: absolute;
  top: -70%;
  right: 57px;
  width: 1138px;
  height: 461px;
  background-image: url(../../images/layers/eclips11-1.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1440px) {
  .service-sec22::before {
    top: -26%;
    width: 436px;
    background-size: contain;
  }
}
@media (max-width: 769px) {
  .service-sec22::before {
    display: none;
  }
}
.service-sec22::after {
  content: "";
  position: absolute;
  bottom: -79%;
  left: 0;
  width: 994px;
  height: 1257px;
  background-image: url(../../images/layers/eclips11-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1440px) {
  .service-sec22::after {
    bottom: -54%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1201px) {
  .service-sec22::after {
    bottom: -31%;
  }
}
@media (max-width: 769px) {
  .service-sec22::after {
    width: 100%;
  }
}

.ser-card22 {
  position: relative;
  height: 100%;
}
.ser-card22 > img {
  height: 100%;
  border-radius: 25px;
  width: 100%;
  object-fit: cover;
}
.ser-card22 .profection {
  position: absolute;
  bottom: 61px;
  left: 75px;
  max-width: 490px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 0;
}
@media (max-width: 1201px) {
  .ser-card22 .profection {
    bottom: 42px;
    left: 51px;
    max-width: 440px;
  }
}
@media (max-width: 1025px) {
  .ser-card22 .profection {
    bottom: 111px;
    left: 51px;
    max-width: 323px;
  }
}
@media (max-width: 769px) {
  .ser-card22 .profection {
    bottom: 82px;
    font-size: 23px;
    line-height: 34px;
    left: 38px;
  }
}
@media (max-width: 480px) {
  .ser-card22 .profection {
    position: static;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .ser-card22 .inner-content2 {
    position: absolute;
    top: 50px;
    left: 50px;
  }
}

.cross {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ser-content22 {
  background-color: var(--color-surface-dark-2);
  padding: 107px 75px 146px;
  border-radius: 25px;
}
@media (max-width: 1440px) {
  .ser-content22 {
    padding: 81px 50px 121px;
  }
}
.ser-content22 .title {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  color: var(--color-content-white);
  max-width: 450px;
  margin-bottom: 21px;
}
@media (max-width: 1440px) {
  .ser-content22 .title {
    font-size: 45px;
    line-height: 1em;
  }
}
@media (max-width: 1201px) {
  .ser-content22 .title {
    font-size: 41px;
  }
}
@media (max-width: 390px) {
  .ser-content22 .title {
    font-size: 31px;
  }
}
.ser-content22 p {
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
  color: var(--color-content-white);
}
.ser-content22 p:last-child {
  margin-bottom: 0;
}

.ser-card22.v2 {
  position: relative;
  background-color: unset;
}
@media (max-width: 820px) {
  .ser-card22.v2 {
    margin-top: 40px;
    height: 465px;
  }
}
@media (max-width: 480px) {
  .ser-card22.v2 {
    height: 420px;
  }
}

.ser-counter22 {
  position: absolute;
  top: 78px;
  right: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg) translateX(100%);
      -ms-transform: rotate(90deg) translateX(100%);
          transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
@media (max-width: 1201px) {
  .ser-counter22 {
    top: 75px;
    left: 51px;
  }
}
@media (max-width: 1025px) {
  .ser-counter22 {
    top: 37%;
  }
}
@media (max-width: 820px) {
  .ser-counter22 {
    top: 8%;
  }
}
@media (max-width: 480px) {
  .ser-counter22 {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    display: block;
  }
}
.ser-counter22 .title {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-content-white);
  font-weight: 600;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 15px 0;
}
@media (max-width: 480px) {
  .ser-counter22 .title br {
    display: none;
  }
}

.counter-box22 {
  position: relative;
  margin-bottom: 0;
}
.counter-box22 .counter-number,
.counter-box22 .counter-text {
  position: relative;
  background-color: transparent;
  color: var(--color-content-white);
  font-size: 120px;
  line-height: 90px;
  font-weight: 600;
  z-index: 0;
  font-family: var(--font-primary);
  letter-spacing: -0.03em;
}
@media (max-width: 769px) {
  .counter-box22 .counter-number,
  .counter-box22 .counter-text {
    font-size: 82px;
  }
}

.service-sec23 {
  position: relative;
  z-index: 99;
}
.service-sec23::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 600px;
  height: 1034px;
  background-image: url(../../images/layers/Ellipse-153.svg);
}
@media (max-width: 1025px) {
  .service-sec23::before {
    bottom: -15%;
  }
}
@media (max-width: 480px) {
  .service-sec23::before {
    width: 100%;
  }
}
.service-sec23::after {
  content: "";
  position: absolute;
  bottom: -96%;
  right: 0;
  width: 881px;
  height: 1493px;
  background-image: url(../../images/layers/Ellipse-152.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1201px) {
  .service-sec23::after {
    bottom: -13%;
  }
}
@media (max-width: 1025px) {
  .service-sec23::after {
    bottom: 3%;
  }
}
@media (max-width: 577px) {
  .service-sec23::after {
    bottom: 22%;
  }
}
@media (max-width: 480px) {
  .service-sec23::after {
    width: 100%;
  }
}

.ser-card23-card1 {
  position: relative;
  background-color: rgba(27, 28, 38, 0.5019607843);
  padding: 83px 75px 350px 75px;
  border-radius: 25px;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 1440px) {
  .ser-card23-card1 {
    padding: 50px 55px 259px 54px;
  }
}
@media (max-width: 1201px) {
  .ser-card23-card1 {
    padding: 50px 55px 183px 54px;
  }
}
@media (max-width: 1025px) {
  .ser-card23-card1 {
    padding: 73px 55px 310px 54px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .ser-card23-card1 {
    padding: 50px 42px 225px 34px;
  }
}
.ser-card23-card1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 423px;
  background-image: url(../../images/layers/pages.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1201px) {
  .ser-card23-card1::before {
    height: 218px;
    background-size: contain;
  }
}
@media (max-width: 1025px) {
  .ser-card23-card1::before {
    height: 423px;
    background-size: cover;
  }
}

.counter-box23 {
  position: relative;
  margin-bottom: -82px;
}
@media (max-width: 1440px) {
  .counter-box23 {
    margin-bottom: -58px;
  }
}
@media (max-width: 390px) {
  .counter-box23 {
    margin-bottom: -38px;
  }
}
.counter-box23 .counter-number,
.counter-box23 .counter-text {
  color: rgba(2, 1, 1, 0);
  font-size: 200px;
  line-height: 1em;
  font-weight: 700;
  white-space: nowrap;
  -webkit-background-clip: text;
  background-color: transparent;
  color: rgba(2, 1, 1, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(173, 141, 224, 0) 20%, #5a6dc9 100%);
  background-image: linear-gradient(0deg, rgba(173, 141, 224, 0) 20%, #5a6dc9 100%);
  letter-spacing: -0.03em;
  font-family: var(--font-secondary);
}
@media (max-width: 1440px) {
  .counter-box23 .counter-number,
  .counter-box23 .counter-text {
    font-size: 152px;
  }
}
@media (max-width: 1366px) {
  .counter-box23 .counter-number,
  .counter-box23 .counter-text {
    font-size: 135px;
  }
}
@media (max-width: 390px) {
  .counter-box23 .counter-number,
  .counter-box23 .counter-text {
    font-size: 120px;
  }
}

.funfact-content23 {
  position: relative;
}
.funfact-content23 .title {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: var(--color-content-white);
  font-weight: 400;
  background-color: transparent;
  z-index: 99;
  display: inline-block;
}
@media (max-width: 1201px) {
  .funfact-content23 .title {
    font-size: 37px;
  }
}
@media (max-width: 1025px) {
  .funfact-content23 .title {
    font-size: 31px;
  }
}
@media (max-width: 769px) {
  .funfact-content23 .title {
    font-size: 27px;
    line-height: 32px;
  }
}
.funfact-content23 p {
  color: #87899b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  max-width: 611px;
  margin-bottom: 0;
}

.ser-content23 {
  position: relative;
  max-width: 385px;
}
@media (max-width: 1440px) {
  .ser-content23 {
    max-width: 329px;
  }
}
@media (max-width: 1366px) {
  .ser-content23 {
    max-width: 302px;
  }
}
@media (max-width: 1025px) {
  .ser-content23 {
    max-width: 373px;
  }
}
@media (max-width: 769px) {
  .ser-content23 {
    max-width: 289px;
  }
}
@media (max-width: 577px) {
  .ser-content23 {
    max-width: 373px;
  }
}
@media (max-width: 390px) {
  .ser-content23 {
    max-width: 282px;
  }
}

.ser-card23-card2 {
  position: relative;
  background-color: rgba(27, 28, 38, 0.5019607843);
  padding: 55px 0 70px 40px;
  border-radius: 25px;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 577px) {
  .ser-card23-card2 {
    margin-bottom: 20px;
  }
}
.ser-card23-card2 .hero {
  position: relative;
  right: -20px;
  margin-bottom: 19px;
}
.ser-card23-card2 .title {
  font-size: 25px;
  line-height: 35px;
  color: var(--color-content-white);
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}
.ser-card23-card2 .title span {
  color: #4c74c8;
}
.ser-card23-card2 p {
  font-size: 500;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
  color: #87899b;
}

.ser-card23-card3 {
  position: relative;
  background-color: rgba(27, 28, 38, 0.5019607843);
  padding: 65px 40px 0px 40px;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  z-index: 99;
}
@media (max-width: 577px) {
  .ser-card23-card3 {
    height: 707px;
  }
}
@media (max-width: 480px) {
  .ser-card23-card3 {
    height: 666px;
  }
}
.ser-card23-card3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 213px;
  background-image: url(../../images/layers/dark-layer.png);
  z-index: 99;
}
.ser-card23-card3 .commers {
  margin-bottom: 22px;
}
.ser-card23-card3 .laptop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1201px) {
  .ser-card23-card3 .laptop {
    height: 196px;
  }
}
@media (max-width: 1025px) {
  .ser-card23-card3 .laptop {
    height: auto;
  }
}
.ser-card23-card3 .hero {
  position: relative;
  right: -20px;
  margin-bottom: 19px;
}
.ser-card23-card3 .title {
  font-size: 25px;
  line-height: 35px;
  color: var(--color-content-white);
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
  max-width: 365px;
}
.ser-card23-card3 .title span {
  color: #4c74c8;
}
.ser-card23-card3 p {
  font-size: 500;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
  color: #87899b;
  max-width: 375px;
}

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

.service-sec24 {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.service-sec24 .row .col-lg-9 {
  width: 71%;
}
.service-sec24 .row .col-lg-3 {
  width: 29%;
}
@media (max-width: 577px) {
  .service-sec24 .row .col-sm-12 {
    width: 100%;
  }
}

.ser-content24 {
  position: relative;
  background-color: rgba(31, 31, 31, 0.5019607843);
  padding: 40px 45px 30px 60px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
@media (max-width: 1440px) {
  .ser-content24 {
    display: block;
    padding: 40px 45px 40px 60px;
  }
}
@media (max-width: 1025px) {
  .ser-content24 {
    padding: 55px 24px 38px 38px;
  }
}
@media (max-width: 769px) {
  .ser-content24 {
    padding: 55px 27px 38px 36px;
  }
}
@media (max-width: 480px) {
  .ser-content24 {
    padding: 55px 3px 38px 25px;
  }
}
.ser-content24 .title {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 75px 0 0;
  letter-spacing: -0.03em;
  color: var(--color-content-white);
}
@media (max-width: 1440px) {
  .ser-content24 .title {
    margin-bottom: 30px;
  }
}

.ser-link24 {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-right: 14px;
}
@media (max-width: 1025px) {
  .ser-link24 {
    margin-bottom: 20px;
  }
}
.ser-link24 .name {
  font-size: 16px;
  line-height: 16px;
  margin: 12px 0 0;
  color: #a4a4a4;
  font-weight: 600;
}

.ser-img24 {
  width: 90px;
  height: 87px;
  line-height: 87px;
  text-align: center;
}
@media (max-width: 1201px) {
  .ser-img24 {
    width: 73px;
  }
}
@media (max-width: 1025px) {
  .ser-img24 {
    width: 76px;
  }
}
.ser-img24 img {
  width: 45px;
}

.ser-info24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1201px) {
  .ser-info24 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.counter-box24 {
  position: relative;
}
.counter-box24 .counter-number,
.counter-box24 .counter-text {
  color: rgba(2, 1, 1, 0);
  font-size: 100px;
  line-height: 78px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-background-clip: text;
  background-color: transparent;
  color: rgba(2, 1, 1, 0);
  background-image: -webkit-linear-gradient(280deg, #45d0bd 0%, #1f1f1f 70%);
  background-image: linear-gradient(170deg, #45d0bd 0%, #1f1f1f 70%);
  letter-spacing: -0.03em;
  font-family: var(--font-secondary);
}
@media (max-width: 1025px) {
  .counter-box24 .counter-number,
  .counter-box24 .counter-text {
    font-size: 121px;
  }
}
@media (max-width: 769px) {
  .counter-box24 .counter-number,
  .counter-box24 .counter-text {
    font-size: 82px;
    line-height: 112px;
  }
}
@media (max-width: 577px) {
  .counter-box24 .counter-number,
  .counter-box24 .counter-text {
    font-size: 112px;
    line-height: 140px;
  }
}
@media (max-width: 390px) {
  .counter-box24 .counter-number,
  .counter-box24 .counter-text {
    font-size: 79px;
    line-height: 111px;
  }
}

.funfact-content24 {
  background-color: rgba(31, 31, 31, 0.5019607843);
  border-radius: 25px;
  padding: 60px 10px 50px 10px;
  text-align: center;
  height: 100%;
  z-index: 9999;
}
@media (max-width: 1440px) {
  .funfact-content24 {
    padding: 103px 10px 50px 10px;
  }
}
@media (max-width: 769px) {
  .funfact-content24 {
    padding: 37px 10px 18px 10px;
  }
}
@media (max-width: 577px) {
  .funfact-content24 {
    padding: 0px 10px 18px 10px;
  }
}
.funfact-content24 .title {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-white);
  text-align: center;
  margin: -33px 0 0 76px;
  z-index: 999;
  position: relative;
  font-family: var(--font-tertiary);
  letter-spacing: normal;
}

.service-sec25 {
  position: relative;
}
.service-sec25::before {
  content: "";
  position: absolute;
  bottom: -77%;
  left: 0;
  width: 1923px;
  height: 1536px;
  background-image: url(../../images/layers/ser-layer26.png);
}
@media (max-width: 1201px) {
  .service-sec25::before {
    background-size: contain;
    bottom: -1%;
    left: auto;
    right: -20px;
    width: 716px;
    height: 555px;
  }
}
@media (max-width: 820px) {
  .service-sec25::before {
    bottom: 43%;
  }
}
@media (max-width: 1201px) {
  .service-sec25 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .service-sec25 {
    margin: 0;
  }
}
@media (max-width: 1025px) {
  .service-sec25 .sec-btn-box {
    text-align: right;
  }
}
@media (max-width: 577px) {
  .service-sec25 .sec-btn-box {
    text-align: left;
    margin-top: 30px;
  }
}
.service-sec25 .sec-btn-box .ibt-btn {
  color: var(--color-content-white);
}
.service-sec25 .sec-btn-box .ibt-btn:hover {
  color: var(--color-content-black2);
}
.service-sec25 .row:last-child .col-lg-4 {
  width: 28.8%;
}
@media (max-width: 820px) {
  .service-sec25 .row:last-child .col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .service-sec25 .row:last-child .col-lg-4 {
    width: 100%;
  }
}
.service-sec25 .row:last-child .col-lg-2 {
  width: 21.2%;
}
@media (max-width: 820px) {
  .service-sec25 .row:last-child .col-lg-2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .service-sec25 .row:last-child .col-lg-2 {
    width: 100%;
  }
}
.service-sec25 .sec-title {
  max-width: 500px;
}
@media (max-width: 577px) {
  .service-sec25 .sec-title {
    max-width: 307px;
  }
}

.ser-card25 {
  position: relative;
}
@media (max-width: 1025px) {
  .ser-card25 {
    height: 400px;
  }
  .ser-card25 .layer {
    height: 100%;
  }
}
@media (max-width: 820px) {
  .ser-card25 {
    margin-bottom: 30px;
  }
}
.ser-card25 .title {
  position: absolute;
  top: 82px;
  left: 54px;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-content-white);
  letter-spacing: -0.05em;
  max-width: 451px;
}
@media (max-width: 1201px) {
  .ser-card25 .title {
    top: 55px;
  }
}
@media (max-width: 1025px) {
  .ser-card25 .title {
    max-width: 299px;
    font-size: 29px;
    line-height: 39px;
  }
}
@media (max-width: 820px) {
  .ser-card25 .title {
    left: 37px;
  }
}
.ser-card25 .title a {
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.ser-card25 .title a:hover {
  color: var(--color-content-white);
  background-size: 100% 2px;
}
.ser-card25 .layer {
  width: 100%;
}

.user-img {
  position: absolute;
  bottom: 55px;
  left: 63px;
}
@media (max-width: 820px) {
  .user-img {
    left: 43px;
  }
}

.ser-counter25 {
  position: absolute;
  bottom: 34px;
  right: 44px;
  width: 256px;
}
@media (max-width: 1025px) {
  .ser-counter25 {
    width: unset;
  }
}
.ser-counter25 .title2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  display: block;
  color: var(--color-content-white);
  letter-spacing: 0;
}

.counter-box10 {
  position: relative;
  display: inline-block;
}
.counter-box10 .counter-number,
.counter-box10 .counter-text {
  position: relative;
  background-color: transparent;
  color: rgb(15, 16, 16);
  font-size: 120px;
  line-height: 130px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(rgb(116, 232, 240) 0%, rgb(127, 51, 141) 100%);
  background-image: linear-gradient(rgb(116, 232, 240) 0%, rgb(127, 51, 141) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
  z-index: 0;
  font-family: var(--font-primary);
  letter-spacing: -0.03em;
}
@media (max-width: 1025px) {
  .counter-box10 .counter-number,
  .counter-box10 .counter-text {
    font-size: 78px;
    line-height: 73px;
  }
}
@media (max-width: 820px) {
  .counter-box10 .counter-number,
  .counter-box10 .counter-text {
    font-size: 67px;
    line-height: 69px;
  }
}
.counter-box10 .counter-text {
  padding-right: 10px;
}

.ser-content25 {
  position: absolute;
  top: 82px;
  left: 38px;
}
@media (max-width: 1025px) {
  .ser-content25 {
    top: 55px;
    left: 38px;
    max-width: 215px;
  }
}
@media (max-width: 820px) {
  .ser-content25 {
    max-width: 244px;
  }
}
@media (max-width: 577px) {
  .ser-content25 {
    max-width: 215px;
  }
}
@media (max-width: 480px) {
  .ser-content25 {
    max-width: 244px;
  }
}
.ser-content25 .title3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
  font-weight: 400;
  color: var(--color-content-white);
  letter-spacing: -0.05em;
  max-width: 451px;
}
@media (max-width: 1201px) {
  .ser-content25 .title3 {
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1025px) {
  .ser-content25 .title3 {
    font-size: 27px;
    line-height: 36px;
  }
}
.ser-content25 .title3 a {
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.ser-content25 .title3 a:hover {
  color: var(--color-content-white);
  background-size: 100% 2px;
}
.ser-content25 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-content-white);
  max-width: 284px;
}

.ser-card25_card3 {
  position: relative;
  background-color: transparent;
  background-image: -webkit-linear-gradient(295deg, rgb(162, 245, 255) 0%, rgb(234, 132, 194) 100%);
  background-image: linear-gradient(155deg, rgb(162, 245, 255) 0%, rgb(234, 132, 194) 100%);
  border-radius: 25px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  .ser-card25_card3 {
    height: 500px;
  }
}
@media (max-width: 577px) {
  .ser-card25_card3 {
    height: 400px;
  }
}

.service-ai {
  position: relative;
  text-align: center;
}
.service-ai span {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #121519;
  display: block;
}

.service-sec26 {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1201px) {
  .service-sec26 {
    margin: 20px 15px;
  }
}
@media (max-width: 390px) {
  .service-sec26 {
    margin: 20px 0;
  }
}

.ser-info26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../../images/bg/ser-bg-26.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 103px 124px 81px 60px;
  border-radius: 25px;
}
@media (max-width: 1025px) {
  .ser-info26 {
    padding: 88px 44px 81px 33px;
  }
}
@media (max-width: 820px) {
  .ser-info26 {
    display: block;
    padding: 88px 70px 81px;
  }
}
@media (max-width: 577px) {
  .ser-info26 {
    padding: 88px 53px 81px;
  }
}
@media (max-width: 480px) {
  .ser-info26 {
    padding: 68px 53px 61px;
  }
}
.ser-info26::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 1px solid #4b4870;
}
.ser-info26 .title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  color: var(--color-content-white);
  letter-spacing: -0.05em;
  font-weight: 400;
  max-width: 380px;
}
@media (max-width: 820px) {
  .ser-info26 .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .ser-info26 .title {
    font-size: 35px;
    line-height: 35px;
  }
}

.ser-link26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ser-link26 img {
  margin-right: 50px;
}
.ser-link26 img:last-child {
  margin: 0;
}
@media (max-width: 1025px) {
  .ser-link26 img {
    margin-right: 33px;
  }
}
@media (max-width: 480px) {
  .ser-link26 img {
    margin: 0 26px 20px 0;
  }
}

.service-sec27 {
  position: relative;
}

.ser-card27 {
  position: relative;
  background-color: rgba(27, 28, 38, 0.5019607843);
  min-height: 722px;
  border-radius: 20px;
  padding: 88px 0px 0px 100px;
}
@media (max-width: 1025px) {
  .ser-card27 {
    padding: 88px 0px 0px 58px;
  }
}
@media (max-width: 820px) {
  .ser-card27 {
    min-height: 515px;
    padding: 84px 0px 0px 43px;
  }
}
@media (max-width: 577px) {
  .ser-card27 {
    min-height: 600px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .ser-card27 {
    min-height: 550px;
  }
}
@media (max-width: 390px) {
  .ser-card27 {
    min-height: 474px;
    padding: 67px 0px 0px 40px;
  }
}
.ser-card27 .title {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-content-white);
  letter-spacing: -0.05em;
  max-width: 514px;
  z-index: 99;
}
@media (max-width: 820px) {
  .ser-card27 .title {
    font-size: 32px;
    line-height: 41px;
  }
}
@media (max-width: 390px) {
  .ser-card27 .title {
    font-size: 27px;
    line-height: 37px;
    max-width: 302px;
  }
}
.ser-card27 img {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px;
}

.ser-card27_card3 {
  position: relative;
  height: 100%;
}
@media (max-width: 820px) {
  .ser-card27_card3 {
    height: 515px;
  }
}
.ser-card27_card3 img {
  height: 100%;
  border-radius: 20px;
  width: 100%;
}

.ser-content27 {
  position: absolute;
  top: 113px;
  left: 40px;
  max-width: 326px;
}
@media (max-width: 1025px) {
  .ser-content27 {
    max-width: 249px;
  }
}
@media (max-width: 820px) {
  .ser-content27 {
    top: 78px;
  }
}
.ser-content27 .title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 12px;
  color: var(--color-content-white);
  font-weight: 400;
}
.ser-content27 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-white);
  font-weight: 500;
}

.ser-link27 {
  position: absolute;
  bottom: 91px;
  left: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ser-link27 li {
  margin-right: 44px;
}
.ser-link27 li:last-child {
  margin-right: 0;
}
@media (max-width: 1201px) {
  .ser-link27 li {
    margin-right: 23px;
  }
}
@media (max-width: 1025px) {
  .ser-link27 li {
    margin-right: 9px;
  }
}

.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: 750px;
}
@media (max-width: 769px) {
  .feature-sec1 .sec-title {
    max-width: 611px;
  }
}
@media (max-width: 577px) {
  .feature-sec1 .sec-title {
    max-width: 398px;
  }
}
.feature-sec1 .row {
  margin-bottom: -40px;
}

.feature-card {
  position: relative;
  padding-right: 33px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .feature-card {
    padding-right: 26px;
  }
}
@media (max-width: 1201px) {
  .feature-card {
    padding-right: 0;
  }
}
.feature-card img,
.feature-card svg {
  margin-bottom: 26px;
}
.feature-card svg {
  width: 83px;
  height: 90px;
}
.feature-card .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  color: var(--color-heading);
  font-weight: 600;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}
@media (max-width: 1201px) {
  .feature-card .title {
    font-size: 19px;
  }
}
.feature-card .title a:hover {
  color: var(--color-primary);
}
.feature-card p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-black2);
}

.feature-card.v1 img {
  width: 1em;
  height: 1em !important;
  font-size: 89px;
}

.feature-sec2 {
  position: relative;
}
@media (max-width: 1366px) {
  .feature-sec2 {
    margin: 0 15px;
  }
}
@media (max-width: 769px) {
  .feature-sec2 {
    margin: 0;
  }
}
@media (max-width: 577px) {
  .feature-sec2 {
    margin: 0 7px;
  }
}
@media (max-width: 1201px) {
  .feature-sec2 .row .col-lg-3 {
    width: 33.33%;
  }
}
@media (max-width: 769px) {
  .feature-sec2 .row .col-lg-3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .feature-sec2 .row .col-lg-3 {
    width: 100%;
  }
}
.feature-sec2 .feature-card img {
  height: 90px;
}
@media (max-width: 1201px) {
  .feature-sec2 .feature-card .title {
    font-size: 20px;
  }
}

.feature-sec3 {
  position: relative;
}
@media (max-width: 1366px) {
  .feature-sec3 {
    margin: 0 7px;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 577px) {
  .feature-sec3 {
    margin: 0 5px;
  }
}
.feature-sec3 .title-area {
  margin-bottom: 71px;
}

.anim-img {
  position: absolute;
  top: 135px;
  left: 0;
}
@media (max-width: 1440px) {
  .anim-img {
    top: 23%;
    width: 770px;
  }
}
@media (max-width: 1025px) {
  .anim-img {
    top: 18%;
    width: 660px;
  }
}
@media (max-width: 820px) {
  .anim-img {
    top: 25%;
  }
}
@media (max-width: 769px) {
  .anim-img {
    width: 100%;
    top: 20%;
  }
}
@media (max-width: 480px) {
  .anim-img {
    top: 26%;
    height: 400px;
  }
}

.feature-img2 {
  position: relative;
  margin-right: 68px;
  margin-left: -275px;
  height: 100%;
}
@media (max-width: 1440px) {
  .feature-img2 {
    margin-left: 0;
  }
}
@media (max-width: 1201px) {
  .feature-img2 {
    margin: 0 13px 0 0;
  }
}
@media (max-width: 820px) {
  .feature-img2 {
    margin: 0 0 50px;
  }
}
.feature-img2 img {
  height: 615px;
  width: 100%;
  border-radius: 25px;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .feature-img2 img {
    height: unset;
  }
}
@media (max-width: 769px) {
  .feature-img2 img {
    height: 503px;
  }
}
@media (max-width: 577px) {
  .feature-img2 img {
    height: 400px;
  }
}

.title-content {
  position: relative;
  padding-left: 20px;
  margin-top: 11px;
}
@media (max-width: 769px) {
  .title-content {
    padding-left: 0;
  }
}
.title-content .title {
  font-size: 247px;
  line-height: 195px;
  font-weight: 700;
  margin-bottom: 75px;
  font-family: var(--font-tertiary);
  letter-spacing: -0.05em;
  -webkit-text-fill-color: var(--color-content-white);
  -webkit-text-stroke: 3px transparent;
  background: -webkit-linear-gradient(338deg, #8258c8 0%, #2c84c8 100%);
  background: linear-gradient(112deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
}
@media (max-width: 1366px) {
  .title-content .title {
    font-size: 233px;
  }
}
@media (max-width: 1201px) {
  .title-content .title {
    font-size: 203px;
    line-height: 161px;
    margin-bottom: 46px;
  }
}
@media (max-width: 1025px) {
  .title-content .title {
    font-size: 165px;
    line-height: 128px;
    margin-bottom: 46px;
  }
}
@media (max-width: 577px) {
  .title-content .title {
    font-size: 119px;
    line-height: 93px;
  }
}
.title-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--color-content-black2);
}

.feature-block {
  position: relative;
  text-align: left;
  padding: 25px 0 24px 104px;
  width: 100%;
}
@media (max-width: 480px) {
  .feature-block {
    padding: 25px 0 24px 78px;
  }
}
.feature-block img {
  position: absolute;
  top: 34px;
  left: 33px;
}
.feature-block .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 2px;
  color: var(--color-heading);
}
.feature-block p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-black2);
  max-width: 494px;
}
@media (max-width: 1201px) {
  .feature-block p {
    max-width: 413px;
  }
}

.nav-tabs {
  border: 0;
  display: block;
}
.nav-tabs .nav-item {
  margin: 0 0 10px;
}
.nav-tabs .nav-link:hover {
  background-color: #ecf0f4;
}
.nav-tabs .nav-link {
  background-color: unset;
  padding: 0;
  border: 1px solid #d4d6d8;
  box-shadow: unset;
  outline: none;
  width: 100%;
  border-radius: 20px;
}
.nav-tabs .nav-link.active {
  background-color: #ecf0f4;
  border-color: transparent;
  box-shadow: unset;
}

.feature-style4 {
  position: relative;
}
.feature-style4::before {
  content: "";
  position: absolute;
  top: -31%;
  left: 0;
  width: 1008px;
  height: 1287px;
  background-image: url(../../images/layers/eclipes1-1.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 769px) {
  .feature-style4::before {
    width: 100%;
    background-size: contain;
    top: 0;
  }
}

.feature-content4 {
  position: relative;
}
@media (max-width: 1025px) {
  .feature-content4 {
    padding: 0 20px;
  }
}
@media (max-width: 577px) {
  .feature-content4 {
    padding: 0 10px;
  }
}
.feature-content4 .para {
  font-weight: 600;
}
.feature-content4 p {
  font-weight: 400;
}
@media (max-width: 820px) {
  .feature-content4 .sec-title {
    max-width: 600px;
  }
}

.feature-block4 {
  position: relative;
  padding-left: 122px;
  margin-bottom: 47px;
}
@media (max-width: 1025px) {
  .feature-block4 {
    padding-left: 109px;
  }
}
@media (max-width: 390px) {
  .feature-block4 {
    padding: 0;
  }
}
.feature-block4 img {
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 390px) {
  .feature-block4 img {
    position: static;
    margin: 0 0 30px;
  }
}
.feature-block4 .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  color: var(--color-heading);
  font-weight: 600;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}
.feature-block4 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-black2);
}

.app-features {
  margin-bottom: 41px;
}

.feature-img4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .feature-img4 {
    width: 850px;
    bottom: auto;
    top: 10%;
  }
}
@media (max-width: 1201px) {
  .feature-img4 {
    width: 741px;
  }
}
@media (max-width: 1025px) {
  .feature-img4 {
    width: 620px;
  }
}
@media (max-width: 820px) {
  .feature-img4 {
    position: static;
    width: 100%;
  }
}

.sec-title.feture5 {
  max-width: 799px;
}
@media (max-width: 1025px) {
  .sec-title.feture5 {
    max-width: 661px;
  }
}
@media (max-width: 577px) {
  .sec-title.feture5 {
    max-width: 406px;
  }
}

.Feature-sec6 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  margin: 20px 20px 0;
  border-radius: 20px;
  padding: 120px 0;
}
@media (max-width: 1366px) {
  .Feature-sec6 {
    padding: 120px 15px;
  }
}
@media (max-width: 1201px) {
  .Feature-sec6 {
    padding: 80px 10px;
  }
}
.Feature-sec6 .sec-title {
  max-width: 780px;
}

.feature-tabs6 {
  position: relative;
}
.feature-tabs6 .nav-tabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 820px) {
  .feature-tabs6 .nav-tabs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 577px) {
  .feature-tabs6 .nav-tabs {
    display: unset;
  }
}
.feature-tabs6 .nav-tabs .nav-link {
  position: relative;
  width: unset;
  color: #f0f2f4;
  background-color: #282828;
  border: 1px solid #3f3f3f;
  border-radius: 25px;
  padding: 50px 40px 45px 43px;
  margin-right: 18px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-tabs6 .nav-tabs .nav-link:nth-child(2) .title, .feature-tabs6 .nav-tabs .nav-link:first-child .title {
  max-width: 250px;
}
@media (max-width: 577px) {
  .feature-tabs6 .nav-tabs .nav-link:nth-child(2) .title, .feature-tabs6 .nav-tabs .nav-link:first-child .title {
    max-width: 206px;
  }
}
@media (max-width: 1201px) {
  .feature-tabs6 .nav-tabs .nav-link {
    padding: 50px 28px 45px 28px;
  }
}
@media (max-width: 1025px) {
  .feature-tabs6 .nav-tabs .nav-link {
    padding: 39px 12px 35px 16px;
  }
}
@media (max-width: 820px) {
  .feature-tabs6 .nav-tabs .nav-link {
    padding: 39px 28px 39px 27px;
    max-width: 314px;
    margin-bottom: 15px;
  }
}
@media (max-width: 577px) {
  .feature-tabs6 .nav-tabs .nav-link {
    max-width: unset;
    width: 100%;
    margin-right: 0;
  }
}
.feature-tabs6 .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -70px;
  left: 0;
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #3580c7;
}
.feature-tabs6 .nav-tabs .nav-link:hover .title {
  color: var(--color-content-white);
}
.feature-tabs6 .nav-tabs .nav-link:hover::before {
  opacity: 1;
}
.feature-tabs6 .nav-tabs .nav-link.active .title {
  color: var(--color-content-white);
}
.feature-tabs6 .nav-tabs .nav-link.active::before {
  opacity: 1;
}
.feature-tabs6 .tab-heade {
  position: relative;
  padding-left: 79px;
}
@media (max-width: 1025px) {
  .feature-tabs6 .tab-heade {
    padding-left: 64px;
  }
}
.feature-tabs6 .tab-heade svg {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-tabs6 .tab-heade .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #909090;
  max-width: 276px;
  margin-bottom: 0;
}
@media (max-width: 1201px) {
  .feature-tabs6 .tab-heade .title {
    font-size: 18px;
  }
}
@media (max-width: 1025px) {
  .feature-tabs6 .tab-heade .title {
    font-size: 17px;
  }
}

.feature-tab-body {
  position: relative;
  background-color: #282828;
  border: 1px solid #3f3f3f;
  border-radius: 25px;
  padding: 12px 15px;
  margin-top: 14px;
}

.feature-tab-content {
  position: relative;
  padding: 95px 79px 0 93px;
}
@media (max-width: 1201px) {
  .feature-tab-content {
    padding: 35px 28px 0 21px;
  }
}
@media (max-width: 769px) {
  .feature-tab-content {
    padding: 35px 28px 20px 21px;
  }
}
@media (max-width: 577px) {
  .feature-tab-content {
    padding: 35px 0 20px;
  }
}
.feature-tab-content .title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 26px;
}
@media (max-width: 577px) {
  .feature-tab-content .title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .feature-tab-content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 390px) {
  .feature-tab-content .title {
    font-size: 26px;
    line-height: 35px;
  }
}
.feature-tab-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 0;
}
.feature-tab-content p:nth-child(2) {
  font-weight: 600;
  margin-bottom: 30px;
}
.feature-tab-content .ibt-btn-outline {
  color: var(--color-content-white);
  margin-top: 26px;
}

.feature-tab-img {
  position: relative;
}
.feature-tab-img img {
  border-radius: 25px;
  width: 100%;
}

.feature-sec7 {
  position: relative;
}

.ser-content7 {
  position: relative;
  max-width: 537px;
}
@media (max-width: 820px) {
  .ser-content7 {
    margin-bottom: 50px;
  }
}
.ser-content7 .sec-title {
  margin-bottom: 276px;
}
@media (max-width: 1025px) {
  .ser-content7 .sec-title {
    padding-right: 32px;
  }
}
@media (max-width: 820px) {
  .ser-content7 .sec-title {
    margin-bottom: 50px;
  }
}
.ser-content7 .sec-title p {
  font-weight: 500;
  margin-bottom: 35px;
}

.feature-info7 {
  padding-top: 34px;
}

.feature-card7 {
  position: relative;
}
.feature-card7 img,
.feature-card7 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
}
@media (max-width: 390px) {
  .feature-card7 img,
  .feature-card7 svg {
    position: static;
  }
}
.feature-card7 svg {
  width: 86px;
}
.feature-card7 .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  color: var(--color-heading);
  font-weight: 600;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}
@media (max-width: 1201px) {
  .feature-card7 .title {
    font-size: 19px;
  }
}
.feature-card7 .title a:hover {
  color: var(--color-primary);
}
.feature-card7 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-black2);
  max-width: 460px;
}

.feature-content7 {
  border-bottom: 1px solid var(--color-heading);
  margin: 0 0 51px 136px;
  padding-bottom: 26px;
}
@media (max-width: 390px) {
  .feature-content7 {
    margin: 30px 0 36px;
  }
}

.feature-sec8 {
  position: relative;
}
@media (max-width: 1366px) {
  .feature-sec8 {
    margin: 0 27px;
  }
}
@media (max-width: 769px) {
  .feature-sec8 {
    margin: 0 19px;
  }
}
@media (max-width: 577px) {
  .feature-sec8 {
    margin: 0 7px;
  }
}

.feature-img8 {
  position: relative;
  margin-right: 68px;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 1440px) {
  .feature-img8 {
    margin-right: 0;
  }
}
@media (max-width: 820px) {
  .feature-img8 {
    margin-bottom: 50px;
    height: auto;
  }
}
.feature-img8 img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  height: 100%;
}
.feature-img8 .title {
  position: absolute;
  left: 0;
  bottom: -11px;
  font-size: 150px;
  line-height: 126px;
  font-weight: 700;
  letter-spacing: -0.03em;
  -webkit-text-stroke-width: 1px;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .feature-img8 .title {
    bottom: -17px;
    font-size: 135px;
  }
}
@media (max-width: 1366px) {
  .feature-img8 .title {
    font-size: 122px;
  }
}
@media (max-width: 1201px) {
  .feature-img8 .title {
    font-size: 110px;
    line-height: 120px;
  }
}
@media (max-width: 1025px) {
  .feature-img8 .title {
    font-size: 88px;
    line-height: 97px;
  }
}
@media (max-width: 390px) {
  .feature-img8 .title {
    font-size: 65px;
    line-height: 81px;
  }
}
.feature-img8 .tab-content,
.feature-img8 .tab-pane {
  height: 100%;
}

.feature-block8 {
  position: relative;
  text-align: left;
  padding: 25px 0 24px 104px;
  width: 100%;
}
@media (max-width: 480px) {
  .feature-block8 {
    padding: 25px 18px 24px 109px;
  }
}
@media (max-width: 390px) {
  .feature-block8 {
    padding: 25px 18px 24px 85px;
  }
}
.feature-block8 img {
  position: absolute;
  top: 34px;
  left: 33px;
}
@media (max-width: 390px) {
  .feature-block8 img {
    left: 20px;
  }
}
.feature-block8 .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 2px;
  color: var(--color-heading);
}
.feature-block8 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-black2);
  max-width: 472px;
}
@media (max-width: 1201px) {
  .feature-block8 p {
    max-width: 413px;
  }
}
@media (max-width: 1025px) {
  .feature-block8 p {
    max-width: 318px;
  }
}
@media (max-width: 769px) {
  .feature-block8 p {
    max-width: 100%;
  }
}

.nav-tabs8 {
  border: 0;
  display: block;
}
.nav-tabs8 .nav-item {
  margin: 0 0 10px;
}
.nav-tabs8 .nav-link:hover {
  background-color: #ecf0f4;
}
.nav-tabs8 .nav-link {
  background-color: unset;
  padding: 0;
  border: 0;
  box-shadow: unset;
  outline: none;
  width: 100%;
  border-radius: 20px;
}
.nav-tabs8 .nav-link.active {
  background-color: #ecf0f4;
  border-color: transparent;
  box-shadow: unset;
}

.feature-tabs8 {
  position: relative;
  max-width: 658px;
  padding-left: 48px;
}
@media (max-width: 1025px) {
  .feature-tabs8 {
    padding-left: 0;
  }
}
.feature-tabs8 .ibt-btn {
  margin-top: 28px;
}
@media (max-width: 769px) {
  .feature-tabs8 .sec-title {
    max-width: 500px;
  }
}

.feature-sec9 {
  position: relative;
}

.feature-content9 {
  position: relative;
}
.feature-content9 .sec-title p {
  font-weight: 500;
  max-width: 679px;
}

.feature-block9 {
  position: relative;
  padding-left: 116px;
  margin-bottom: 23px;
}
@media (max-width: 1025px) {
  .feature-block9 {
    padding-left: 101px;
  }
}
@media (max-width: 769px) {
  .feature-block9 {
    padding-left: 94px;
  }
}
.feature-block9 .sub-title {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-stroke-width: 2px;
  background-image: -webkit-linear-gradient(246deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(204deg, #8258c8 0%, #2c84c8 100%);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 2px rgba(2, 1, 1, 0);
  background-color: transparent;
}
.feature-block9 .title {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  letter-spacing: 0;
}
.feature-block9 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-black2);
  max-width: 504px;
}

.feature-img9 {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  border-radius: 23px;
}
.feature-img9 .title {
  position: absolute;
  right: -46%;
  bottom: 59%;
  font-size: 150px;
  line-height: 126px;
  font-weight: 700;
  letter-spacing: -0.03em;
  -webkit-text-stroke-width: 1px;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 0;
}
@media (max-width: 1440px) {
  .feature-img9 .title {
    right: -50%;
  }
}
@media (max-width: 1366px) {
  .feature-img9 .title {
    right: -53%;
  }
}
@media (max-width: 1201px) {
  .feature-img9 .title {
    right: -29%;
    font-size: 73px;
    bottom: 40%;
  }
}
@media (max-width: 1025px) {
  .feature-img9 .title {
    right: -28%;
    font-size: 58px;
    bottom: 46%;
    line-height: 68px;
  }
}
@media (max-width: 769px) {
  .feature-img9 .title {
    right: -30%;
    font-size: 94px;
    bottom: 43%;
  }
}
@media (max-width: 577px) {
  .feature-img9 .title {
    right: -33%;
    font-size: 79px;
    bottom: 50%;
  }
}
@media (max-width: 480px) {
  .feature-img9 .title {
    right: -40%;
  }
}
@media (max-width: 390px) {
  .feature-img9 .title {
    right: -52%;
  }
}
.feature-img9 .video-popup {
  z-index: 9;
}
.feature-img9 img {
  border-radius: 25px;
}
@media (max-width: 480px) {
  .feature-img9 img {
    height: 513px;
    object-fit: cover;
  }
}

.empty4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 215px;
  height: 62px;
  border-radius: 0 23px 0 25px;
  background-color: var(--color-content-white);
  z-index: 99;
}
.empty4::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/price-corner.png);
}
.empty4::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/price-corner2.png);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.feature-sec10 {
  position: relative;
}
@media (max-width: 1366px) {
  .feature-sec10 {
    margin: 0 27px;
  }
}
@media (max-width: 769px) {
  .feature-sec10 {
    margin: 0 19px;
  }
}
@media (max-width: 577px) {
  .feature-sec10 {
    margin: 0 7px;
  }
}
.feature-sec10 .sec-title {
  max-width: 557px;
}
@media (max-width: 769px) {
  .feature-sec10 .sec-title {
    max-width: 611px;
  }
}
@media (max-width: 577px) {
  .feature-sec10 .sec-title {
    max-width: 398px;
  }
}
.feature-sec10 .row {
  margin-bottom: -48px;
}

.feature-card10 {
  position: relative;
  padding-right: 33px;
  margin-bottom: 48px;
}
@media (max-width: 1366px) {
  .feature-card10 {
    padding-right: 26px;
  }
}
@media (max-width: 1201px) {
  .feature-card10 {
    padding-right: 0;
  }
}
.feature-card10 img {
  margin-bottom: 26px;
}
.feature-card10 .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  color: var(--color-heading);
  font-weight: 600;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}
@media (max-width: 1201px) {
  .feature-card10 .title {
    font-size: 19px;
  }
}
.feature-card10 .title a:hover {
  color: var(--color-primary);
}
.feature-card10 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-black2);
}

.feature-sec11 {
  position: relative;
}
@media (max-width: 1366px) {
  .feature-sec11 {
    margin: 0 15px;
  }
}
@media (max-width: 769px) {
  .feature-sec11 {
    margin: 0;
  }
}
@media (max-width: 577px) {
  .feature-sec11 {
    margin: 0 7px;
  }
}
.feature-sec11 .sec-title {
  max-width: 627px;
}
@media (max-width: 769px) {
  .feature-sec11 .sec-title {
    max-width: 611px;
  }
}
@media (max-width: 577px) {
  .feature-sec11 .sec-title {
    max-width: 398px;
  }
}
.feature-sec11 .row {
  margin-bottom: -48px;
}

.feature-card11 {
  position: relative;
  padding-right: 16px;
  margin-bottom: 48px;
}
@media (max-width: 1366px) {
  .feature-card11 {
    padding-right: 26px;
  }
}
@media (max-width: 1201px) {
  .feature-card11 {
    padding-right: 0;
  }
}
.feature-card11 img {
  margin-bottom: 26px;
}
.feature-card11 .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  color: var(--color-content-white);
  font-weight: 600;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}
@media (max-width: 1201px) {
  .feature-card11 .title {
    font-size: 19px;
  }
}
.feature-card11 .title a:hover {
  color: var(--color-primary);
}
.feature-card11 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-white);
}

.feature-sec12 {
  position: relative;
}
@media (max-width: 1201px) {
  .feature-sec12 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .feature-sec12 {
    margin: 0;
  }
}
.feature-sec12::before {
  content: "";
  position: absolute;
  top: -159%;
  right: 0;
  width: 1341px;
  height: 1754px;
  background-image: url(../../images/layers/fea-layer12.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1201px) {
  .feature-sec12::before {
    top: -64%;
    width: 500px;
    right: -15px;
  }
}

.feature-img12 {
  margin-left: -223px;
}
@media (max-width: 1440px) {
  .feature-img12 {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 820px) {
  .feature-img12 {
    margin: 0 0 50px;
  }
}

.feature-content12 {
  position: relative;
}
.feature-content12 .sec-title {
  margin-bottom: 38px;
}
.feature-content12 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3px;
  border-bottom: 2px solid #383a3a;
}
.feature-content12 .nav-tabs .nav-item {
  position: relative;
  margin-right: 69px;
}
.feature-content12 .nav-tabs .nav-item:last-child {
  margin: 0;
}
@media (max-width: 480px) {
  .feature-content12 .nav-tabs .nav-item:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1025px) {
  .feature-content12 .nav-tabs .nav-item {
    margin-right: 42px;
  }
}
@media (max-width: 480px) {
  .feature-content12 .nav-tabs .nav-item {
    margin-bottom: 36px;
  }
}
@media (max-width: 390px) {
  .feature-content12 .nav-tabs .nav-item {
    margin-right: 30px;
  }
}
.feature-content12 .nav-tabs .nav-item .nav-link {
  position: relative;
  border: 0;
  color: #727777;
}
.feature-content12 .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e58bc6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-content12 .nav-tabs .nav-item .nav-link:hover {
  background-color: unset;
  color: var(--color-content-white);
}
.feature-content12 .nav-tabs .nav-item .nav-link:hover::before {
  width: 100%;
}
.feature-content12 .nav-tabs .nav-item .active {
  background-color: unset;
  color: var(--color-content-white);
}
.feature-content12 .nav-tabs .nav-item .active::before {
  width: 100%;
}
.feature-content12 .tab-content {
  margin-top: 39px;
}
.feature-content12 .tab-content p {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-content-white);
  margin-bottom: 0;
}
.feature-content12 .tab-content p:first-child {
  font-weight: 600;
  margin-bottom: 30px;
}
.feature-content12 .tab-content .ibt-btn {
  color: var(--color-content-white);
  margin-top: 42px;
}
.feature-content12 .tab-content .ibt-btn:hover {
  color: var(--color-content-black2);
}

.feature-sec13 {
  position: relative;
}
@media (max-width: 1201px) {
  .feature-sec13 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .feature-sec13 {
    margin: 0;
  }
}
.feature-sec13 .row {
  margin-bottom: -30px;
}

.feature-block13 {
  position: relative;
  padding-left: 120px;
  margin-bottom: 30px;
}
@media (max-width: 1201px) {
  .feature-block13 {
    padding-left: 99px;
  }
}
.feature-block13 img {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-block13 .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--color-content-white);
}
@media (max-width: 1025px) {
  .feature-block13 .title {
    font-size: 21px;
  }
}
.feature-block13 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-white);
  margin-bottom: 0;
  max-width: 307px;
}

.feature-sec14 {
  position: relative;
}
@media (max-width: 1201px) {
  .feature-sec14 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .feature-sec14 {
    margin: 0;
  }
}
.feature-sec14::before {
  content: "";
  position: absolute;
  top: -159%;
  right: 0;
  width: 942px;
  height: 1754px;
  background-image: url(../../images/layers/fea-layer15.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1201px) {
  .feature-sec14::before {
    width: 443px;
    height: 600px;
    right: -20px;
    top: -102%;
  }
}
@media (max-width: 820px) {
  .feature-sec14::before {
    top: -52%;
  }
}

.feature-img14 {
  position: relative;
  margin-left: -232px;
}
@media (max-width: 1440px) {
  .feature-img14 {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 820px) {
  .feature-img14 {
    margin-bottom: 50px;
  }
}
.feature-img14::before {
  content: "";
  position: absolute;
  top: -63%;
  left: -8%;
  width: 1280px;
  height: 1154px;
  background-image: url(../../images/layers/fea-layer14.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1440px) {
  .feature-img14::before {
    left: -10%;
    width: 986px;
  }
}
@media (max-width: 1201px) {
  .feature-img14::before {
    width: 886px;
  }
}
@media (max-width: 1025px) {
  .feature-img14::before {
    width: 767px;
  }
}
@media (max-width: 820px) {
  .feature-img14::before {
    display: none;
  }
}

.feature-sec14.v2::before {
  display: none;
}
@media (max-width: 1440px) {
  .feature-sec14.v2 {
    padding: 0 !important;
  }
}

.feature-sec15 {
  position: relative;
}
.feature-sec15::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url(../../images/layers/shade1-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1025px) {
  .feature-sec15::before {
    bottom: -35%;
    left: 18%;
    width: 605px;
    background-size: contain;
  }
}
@media (max-width: 1366px) {
  .feature-sec15 {
    margin: 0 15px;
  }
}
@media (max-width: 769px) {
  .feature-sec15 {
    margin: 0 7px;
  }
}
.feature-sec15 .sec-title {
  max-width: 557px;
}
@media (max-width: 769px) {
  .feature-sec15 .sec-title {
    max-width: 611px;
  }
}
@media (max-width: 577px) {
  .feature-sec15 .sec-title {
    max-width: 398px;
  }
}
.feature-sec15 .row {
  margin-bottom: -48px;
}

.feature-card15 {
  position: relative;
  padding-right: 33px;
  margin-bottom: 48px;
}
@media (max-width: 1366px) {
  .feature-card15 {
    padding-right: 26px;
  }
}
@media (max-width: 1201px) {
  .feature-card15 {
    padding-right: 0;
  }
}
.feature-card15 img {
  margin-bottom: 26px;
}
.feature-card15 .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  color: var(--color-content-white);
  font-weight: 600;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}
@media (max-width: 1201px) {
  .feature-card15 .title {
    font-size: 19px;
  }
}
.feature-card15 .title a:hover {
  color: var(--color-primary);
}
.feature-card15 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-white);
}

.feature-sec16 {
  position: relative;
  margin-top: 35px;
}

.feature-block16 {
  position: relative;
  border: 1px solid #343434;
  border-radius: 20px;
  padding: 91px 40px 69px;
  margin-bottom: 34px;
}
.feature-block16 img {
  margin-bottom: 57px;
}
.feature-block16 .title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  color: var(--color-content-white);
  font-weight: 400;
}
@media (max-width: 1025px) {
  .feature-block16 .title {
    font-size: 22px;
    line-height: 27px;
  }
}
.feature-block16 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--color-content-white);
  max-width: 301px;
}

.feature-sec17 {
  position: relative;
}
.feature-sec17::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 514px;
  height: 921px;
  background-image: url(../../images/layers/fea-layer17-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1201px) {
  .feature-sec17 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .feature-sec17 {
    margin: 0;
  }
}
.feature-sec17 .sec-title {
  max-width: 550px;
}
.feature-sec17 .row {
  margin-bottom: -48px;
}

.about-us-sec {
  position: relative;
  background-image: url(../../images/bg/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 252px 0 278px;
  border-radius: 30px;
  margin: 0 20px;
}
@media (max-width: 1440px) {
  .about-us-sec {
    padding: 187px 0 160px;
  }
}
@media (max-width: 1201px) {
  .about-us-sec {
    padding: 160px 0 120px;
    margin: 0 15px;
  }
}
@media (max-width: 820px) {
  .about-us-sec {
    padding: 158px 0 0px;
  }
}
.about-us-sec::before {
  content: "";
  position: absolute;
  top: -32%;
  left: 0;
  width: 100%;
  height: 532px;
  background-image: url(../../images/layers/eclips2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 820px) {
  .about-us-sec::before {
    top: -10%;
    background-size: contain;
  }
}
.about-us-sec .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about-us-sec .row .col-lg-5 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.about-us-sec .row .col-lg-7 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 820px) {
  .about-us-sec .row .col-lg-5 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-us-sec .row .col-lg-7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.about-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 820px) {
  .about-img {
    position: static;
    margin-left: -12px;
  }
}
.about-img img {
  border-radius: 25px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .about-img img {
    width: 710px;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1366px) {
  .about-img img {
    width: 653px;
  }
}
@media (max-width: 1201px) {
  .about-img img {
    width: 582px;
  }
}
@media (max-width: 1025px) {
  .about-img img {
    width: 505px;
  }
}
@media (max-width: 769px) {
  .about-img img {
    width: 100%;
  }
}

.about-content {
  position: relative;
}
@media (max-width: 1201px) {
  .about-content {
    max-width: 600px;
  }
}
@media (max-width: 1025px) {
  .about-content {
    max-width: 100%;
    padding: 0 20px;
  }
}
.about-content .sec-title .title {
  max-width: 580px;
}
.about-content .sec-title .paragraph {
  margin-bottom: 52px;
  font-weight: 400;
}

.style-text {
  position: relative;
  font-family: var(--font-tertiary);
  font-size: 150px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-align: left;
  -webkit-text-fill-color: var(--color-surface-dark-2);
  -webkit-text-stroke: 3px transparent;
  background: -webkit-linear-gradient(338deg, #8258c8 0%, #2c84c8 100%);
  background: linear-gradient(112deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
}
@media (max-width: 1366px) {
  .style-text {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1201px) {
  .style-text {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 820px) {
  .style-text {
    max-width: 600px;
  }
}
@media (max-width: 577px) {
  .style-text {
    font-size: 80px;
    line-height: 82px;
  }
}
@media (max-width: 480px) {
  .style-text {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 390px) {
  .style-text {
    font-size: 55px;
    line-height: 55px;
  }
}

.about-us-sec2 {
  position: relative;
}
.about-us-sec2::after {
  content: "";
  position: absolute;
  top: -126%;
  right: 0;
  width: 821px;
  height: 1250px;
  background-image: url(../../images/layers/about-layer.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1440px) {
  .about-us-sec2::after {
    display: none;
  }
}
@media (max-width: 1366px) {
  .about-us-sec2 {
    margin: 0 15px;
  }
}
@media (max-width: 1201px) {
  .about-us-sec2 {
    margin: 0 10px;
  }
}
@media (max-width: 577px) {
  .about-us-sec2 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .about-us-sec2 {
    margin: 0 7px;
  }
}

.about-counter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.about-content2 {
  position: relative;
}
@media (max-width: 820px) {
  .about-content2 {
    margin-bottom: 40px;
  }
}

.counter-box4 {
  position: relative;
}
.counter-box4 .counter-number,
.counter-box4 .counter-text {
  background-color: transparent;
  color: #ffffff;
  font-family: "Manrope", Sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -0.05em;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(347deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(103deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
}
@media (max-width: 1025px) {
  .counter-box4 .counter-number,
  .counter-box4 .counter-text {
    font-size: 82px;
    line-height: 75px;
  }
}
@media (max-width: 390px) {
  .counter-box4 .counter-number,
  .counter-box4 .counter-text {
    font-size: 55px;
    line-height: 58px;
  }
}
.counter-box4 .counter-text {
  letter-spacing: 1px;
}

.solutions {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--color-heading);
  display: inline-block;
  max-width: 180px;
  margin-left: 42px;
}
@media (max-width: 1025px) {
  .solutions {
    margin-left: 26px;
  }
}

.about-info2 {
  position: relative;
}
.about-info2 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--color-content-black2);
  font-weight: 600;
}
.about-info2 p:nth-child(2) {
  font-weight: 500;
}

.about-us-sec3 {
  position: relative;
  background-color: #f0f2f4;
  padding: 145px 0 165px;
  border-radius: 30px;
  margin: 0 20px 20px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .about-us-sec3 {
    padding: 80px 0;
  }
}
.about-us-sec3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 715px;
  height: 1012px;
  background-image: url(../../images/layers/eclips9-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 820px) {
  .about-us-sec3::before {
    background-size: contain;
    height: 847px;
    top: -14px;
  }
}
@media (max-width: 480px) {
  .about-us-sec3::before {
    height: 615px;
    top: 0;
  }
}
@media (max-width: 390px) {
  .about-us-sec3::before {
    height: 476px;
    top: 0;
  }
}

.about-img3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1440px) {
  .about-img3 {
    width: 449px;
    top: 57%;
  }
}
@media (max-width: 1201px) {
  .about-img3 {
    width: 377px;
  }
}
@media (max-width: 1025px) {
  .about-img3 {
    width: 316px;
  }
}
@media (max-width: 820px) {
  .about-img3 {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    margin-bottom: 70px;
  }
}

.about-content3 {
  position: relative;
  z-index: 99;
  max-width: 767px;
}
@media (max-width: 1440px) {
  .about-content3 {
    padding: 0 46px;
  }
}
@media (max-width: 1201px) {
  .about-content3 {
    padding: 0 8px;
  }
}
.about-content3 .sec-title .paragraph {
  margin-bottom: 52px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .about-content3 .ibt-btn {
    margin-bottom: 20px;
  }
}

.about-counter3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about-counter3 .title2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-heading);
  max-width: 190px;
  display: inline-block;
  margin-left: 26px;
}
@media (max-width: 1025px) {
  .about-counter3 .title2 {
    margin-left: -7px;
  }
}
@media (max-width: 390px) {
  .about-counter3 .title2 {
    margin: 20px 0 0;
  }
}

.style-text3 {
  position: relative;
  font-weight: 700;
  font-size: 300px;
  line-height: 227px;
  margin-bottom: 84px;
  font-family: var(--font-tertiary);
  letter-spacing: -0.05em;
  -webkit-text-fill-color: #f0f2f4;
  -webkit-text-stroke: 4px transparent;
  background: -webkit-linear-gradient(338deg, #8258c8 0%, #2c84c8 100%);
  background: linear-gradient(112deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
}
@media (max-width: 1201px) {
  .style-text3 {
    font-size: 256px;
  }
}
@media (max-width: 1025px) {
  .style-text3 {
    font-size: 220px;
    margin-bottom: 40px;
  }
}
@media (max-width: 577px) {
  .style-text3 {
    font-size: 162px;
    line-height: 123px;
  }
}
@media (max-width: 480px) {
  .style-text3 {
    font-size: 99px;
    line-height: 77px;
  }
}

.counter-box7 {
  position: relative;
  margin-left: 116px;
  width: 202px;
}
@media (max-width: 1025px) {
  .counter-box7 {
    margin-left: 28px;
  }
}
@media (max-width: 480px) {
  .counter-box7 {
    margin-left: 12px;
    width: 191px;
  }
}
@media (max-width: 390px) {
  .counter-box7 {
    margin: 20px 0 0;
  }
}
.counter-box7 .counter-number,
.counter-box7 .counter-text {
  font-size: 80px;
  line-height: 67px;
  font-weight: 700;
  display: inline-block;
  background-image: -webkit-linear-gradient(342deg, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(108deg, #45d0bd 0%, #44b6e9 100%);
  background-color: transparent;
  color: rgba(240, 242, 244, 0);
  background-clip: text;
  font-family: "Manrope", Sans-serif;
  -webkit-background-clip: text;
}
@media (max-width: 1025px) {
  .counter-box7 .counter-number,
  .counter-box7 .counter-text {
    font-size: 71px;
  }
}

.main-section2 {
  position: relative;
  background-image: url(../../images/bg/main2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 175px 19px 19px;
  margin: 0 20px;
}
.main-section2::before {
  content: "";
  position: absolute;
  bottom: -17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1554px;
  background-image: url(../../images/layers/main-layer2.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1440px) {
  .main-section2::before {
    left: 38%;
    width: 1775px;
  }
}
@media (max-width: 1366px) {
  .main-section2::before {
    width: 100%;
    background-size: contain;
    left: 0;
    height: 600px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    bottom: -10%;
  }
}
@media (max-width: 769px) {
  .main-section2::before {
    left: 0;
    height: 400px;
    bottom: -5%;
  }
}
@media (max-width: 577px) {
  .main-section2::before {
    bottom: -4%;
  }
}
@media (max-width: 390px) {
  .main-section2::before {
    bottom: -5%;
  }
}

.about-us-sec4 {
  position: relative;
}

.style-text4 {
  position: relative;
  background-color: transparent;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(left, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(90deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
          background-clip: text;
  z-index: 0;
  font-family: var(--font-primary);
  letter-spacing: -0.03em;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .style-text4 {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 1201px) {
  .style-text4 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 577px) {
  .style-text4 {
    font-size: 80px;
    line-height: 82px;
  }
}
@media (max-width: 480px) {
  .style-text4 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 390px) {
  .style-text4 {
    font-size: 55px;
    line-height: 55px;
  }
}
.style-text4 span {
  position: absolute;
  top: 9px;
  right: -43px;
  font-size: 25px;
  line-height: 35px;
  color: var(--color-content-white);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.about-content4 {
  position: relative;
}
.about-content4 .sec-title {
  margin-bottom: 73px;
}
@media (max-width: 769px) {
  .about-content4 .sec-title {
    max-width: 600px;
    margin-bottom: 40px;
  }
}

.about-info4 {
  position: relative;
  padding: 35px 0 0;
}
.about-info4 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--color-content-white);
  font-weight: 600;
}
.about-info4 p:nth-child(2) {
  font-weight: 500;
  margin-bottom: 56px;
}
@media (max-width: 1025px) {
  .about-info4 p:nth-child(2) {
    margin-bottom: 30px;
  }
}
.about-info4 .ibt-btn {
  color: var(--color-content-white);
}

.about-us-sec5 {
  position: relative;
}
@media (max-width: 1366px) {
  .about-us-sec5 {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .about-us-sec5 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .about-us-sec5 {
    margin: 0 7px;
  }
}
.about-us-sec5 .sec-title {
  max-width: 831px;
}
.about-us-sec5 .sec-title .title {
  font-size: 60px;
  line-height: 65px;
}
@media (max-width: 769px) {
  .about-us-sec5 .sec-title .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 577px) {
  .about-us-sec5 .sec-title .title {
    font-size: 32px;
    line-height: 1.1em;
  }
}

.about-title5 {
  position: relative;
}
.about-title5 .sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-content-black2);
  display: inline-block;
}

.about-content5 {
  position: relative;
}
.about-content5 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 29px;
  color: var(--color-content-black2);
}
.about-content5 p span {
  font-weight: 700;
}

.main-sec3 {
  position: relative;
  background-color: #f0f2f4;
  padding-bottom: 34px;
  border-radius: 25px;
}

.about-us-sec6 {
  position: relative;
}
@media (max-width: 1366px) {
  .about-us-sec6 {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .about-us-sec6 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .about-us-sec6 {
    margin: 0 7px;
  }
}
.about-us-sec6 .sec-title {
  max-width: 777px;
}
.about-us-sec6 .sec-title p {
  max-width: 573px;
}
@media (max-width: 1201px) {
  .about-us-sec6 .sec-title p {
    max-width: 100%;
  }
}
.about-us-sec6 .sec-title .ibt-btn {
  margin-top: 50px;
}
@media (max-width: 769px) {
  .about-us-sec6 .sec-title .ibt-btn {
    margin-top: 33px;
  }
}

.counter-box15 {
  position: relative;
}
.counter-box15 .counter-number,
.counter-box15 .counter-text {
  background-color: transparent;
  color: #f0f2f4;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(350deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(100deg, #8258c8 0%, #2c84c8 100%);
  font-weight: 600;
  -webkit-background-clip: text;
          background-clip: text;
  font-family: var(--font-primary);
}
@media (max-width: 1025px) {
  .counter-box15 .counter-number,
  .counter-box15 .counter-text {
    font-size: 81px;
    line-height: 68px;
  }
}
@media (max-width: 390px) {
  .counter-box15 .counter-number,
  .counter-box15 .counter-text {
    font-size: 77px;
    line-height: 58px;
  }
}

.about-counter-content6 {
  position: relative;
}
.about-counter-content6:first-child {
  margin-bottom: 25px;
}
.about-counter-content6 .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: var(--color-heading);
  display: inline-block;
  margin-top: 22px;
}

.about-counter6 {
  position: relative;
  margin-bottom: 111px;
}
@media (max-width: 820px) {
  .about-counter6 {
    margin-bottom: 50px;
  }
}

.about-us-sec7 {
  position: relative;
}

.about-content7 {
  position: relative;
  background-color: #f0f2f4;
  padding: 168px 136px 155px;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .about-content7 {
    padding: 126px 85px 107px;
  }
}
@media (max-width: 1201px) {
  .about-content7 {
    padding: 97px 59px 71px;
  }
}
@media (max-width: 820px) {
  .about-content7 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .about-content7 {
    padding: 67px 37px 54px;
  }
}
.about-content7 .style-text7 {
  position: relative;
  font-size: 247px;
  line-height: 195px;
  font-weight: 700;
  margin-bottom: 75px;
  font-family: var(--font-tertiary);
  letter-spacing: -0.05em;
  -webkit-text-fill-color: #f0f2f4;
  -webkit-text-stroke: 3px transparent;
  background: -webkit-linear-gradient(338deg, #8258c8 0%, #2c84c8 100%);
  background: linear-gradient(112deg, #8258c8 0%, #2c84c8 100%);
  -webkit-background-clip: text;
}
@media (max-width: 1440px) {
  .about-content7 .style-text7 {
    font-size: 165px;
    margin-bottom: 46px;
    line-height: 127px;
  }
}
@media (max-width: 1025px) {
  .about-content7 .style-text7 {
    font-size: 135px;
    line-height: 112px;
  }
}
@media (max-width: 769px) {
  .about-content7 .style-text7 {
    font-size: 167px;
    line-height: 134px;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .about-content7 .style-text7 {
    font-size: 134px;
    line-height: 137px;
    margin-bottom: 22px;
  }
}
@media (max-width: 390px) {
  .about-content7 .style-text7 {
    font-size: 108px;
    line-height: 107px;
    margin-bottom: 12px;
  }
}
.about-content7 .style-text7 span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: var(--color-heading);
  letter-spacing: -0.03em;
  -webkit-text-stroke: var(--color-heading);
}
@media (max-width: 1025px) {
  .about-content7 .sec-title .title {
    font-size: 47px;
    line-height: 49px;
  }
}
@media (max-width: 480px) {
  .about-content7 .sec-title .title {
    font-size: 37px;
    line-height: 39px;
  }
}
@media (max-width: 390px) {
  .about-content7 .sec-title .title {
    font-size: 34px;
    line-height: 37px;
  }
}
.about-content7 .about-info2 {
  max-width: 591px;
  padding-left: 64px;
}
@media (max-width: 1201px) {
  .about-content7 .about-info2 {
    padding: 0;
  }
}

.about-info7 {
  position: relative;
}
.about-info7 .sec-title {
  padding: 122px 121px 168px;
  background-color: var(--color-heading);
  border-radius: 20px;
  margin-bottom: 23px;
}
@media (max-width: 1440px) {
  .about-info7 .sec-title {
    padding: 111px 84px 111px;
  }
}
@media (max-width: 1201px) {
  .about-info7 .sec-title {
    padding: 68px 61px 68px;
  }
}
@media (max-width: 480px) {
  .about-info7 .sec-title {
    padding: 68px 40px 68px;
  }
}
.about-info7 .sec-title .title {
  font-size: 39px;
  line-height: 50px;
}
@media (max-width: 1201px) {
  .about-info7 .sec-title .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .about-info7 .sec-title .title {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 480px) {
  .about-info7 .sec-title .title {
    font-size: 29px;
    line-height: 39px;
  }
}
.about-info7 .sec-title p {
  padding: 0 17px 0 45px;
}
@media (max-width: 1201px) {
  .about-info7 .sec-title p {
    padding: 0;
  }
}

.about-img7 {
  position: relative;
  height: 511px;
}
@media (max-width: 1440px) {
  .about-img7 {
    height: 401px;
  }
}
@media (max-width: 1201px) {
  .about-img7 {
    height: 427px;
  }
}
@media (max-width: 1025px) {
  .about-img7 {
    height: 324px;
  }
}
.about-img7 img {
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
}

.about-us-sec8 {
  position: relative;
}
@media (max-width: 1366px) {
  .about-us-sec8 {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .about-us-sec8 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .about-us-sec8 {
    margin: 0 7px;
  }
}
.about-us-sec8 .sec-title {
  max-width: 777px;
}
.about-us-sec8 .sec-title p {
  max-width: 573px;
}
.about-us-sec8 .sec-title .ibt-btn {
  margin-top: 50px;
}
.about-us-sec8 .about-counter-content6 .title {
  color: var(--color-content-white);
}
.about-us-sec8 .counter-box15 .counter-number,
.about-us-sec8 .counter-box15 .counter-text {
  color: var(--color-surface-dark-2);
}

.about-us-sec9 {
  position: relative;
}
@media (max-width: 1366px) {
  .about-us-sec9 {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .about-us-sec9 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .about-us-sec9 {
    margin: 0 7px;
  }
}
.about-us-sec9 .sec-title {
  max-width: 800px;
}
@media (max-width: 1201px) {
  .about-us-sec9 .sec-title {
    max-width: 649px;
  }
}
@media (max-width: 769px) {
  .about-us-sec9 .sec-title {
    max-width: 509px;
  }
}
@media (max-width: 577px) {
  .about-us-sec9 .sec-title {
    max-width: 392px;
  }
}
@media (max-width: 480px) {
  .about-us-sec9 .sec-title {
    margin-bottom: 20px;
  }
}

.anim-img2 {
  position: absolute;
  top: 26%;
  right: 15%;
}
@media (max-width: 1440px) {
  .anim-img2 {
    right: 60px;
  }
}
@media (max-width: 1366px) {
  .anim-img2 {
    right: 25px;
  }
}
@media (max-width: 769px) {
  .anim-img2 {
    top: 17%;
  }
}
@media (max-width: 480px) {
  .anim-img2 {
    position: static;
  }
}

.about-info9 {
  position: relative;
}
.about-info9 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--color-content-black2);
  font-weight: 500;
}
.about-info9 p:first-child {
  font-weight: 700;
}

.about-content9 {
  position: relative;
  margin-left: -55%;
}
@media (max-width: 1440px) {
  .about-content9 {
    margin-left: -3%;
  }
}
@media (max-width: 820px) {
  .about-content9 {
    margin: 0 0 30px;
  }
}
.about-content9 .title {
  background-color: transparent;
  padding: 0px 5px 0px 0px;
  font-family: "Manrope Alt", Sans-serif;
  font-size: 400px;
  line-height: 300px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #ffffff;
  -webkit-text-stroke: 1px rgba(2, 1, 1, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
}
@media (max-width: 1440px) {
  .about-content9 .title {
    font-size: 280px;
    line-height: 247px;
  }
}
@media (max-width: 1366px) {
  .about-content9 .title {
    font-size: 265px;
  }
}
@media (max-width: 1201px) {
  .about-content9 .title {
    font-size: 223px;
    line-height: 226px;
  }
}
@media (max-width: 1025px) {
  .about-content9 .title {
    font-size: 200px;
    line-height: 180px;
  }
}
@media (max-width: 577px) {
  .about-content9 .title {
    font-size: 134px;
    line-height: 111px;
  }
}
@media (max-width: 390px) {
  .about-content9 .title {
    font-size: 117px;
  }
}

.about-us-sec10 {
  position: relative;
}
.about-us-sec10::after {
  content: "";
  position: absolute;
  top: -126%;
  right: 0;
  width: 821px;
  height: 1250px;
  background-image: url(../../images/layers/about-layer.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1440px) {
  .about-us-sec10::after {
    display: none;
  }
}
@media (max-width: 1366px) {
  .about-us-sec10 {
    margin: 0 15px;
  }
}
@media (max-width: 1201px) {
  .about-us-sec10 {
    margin: 0 10px;
  }
}
@media (max-width: 577px) {
  .about-us-sec10 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .about-us-sec10 {
    margin: 0 7px;
  }
}

.about-info10 {
  position: relative;
}
.about-info10 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--color-content-white);
  font-weight: 600;
}
.about-info10 p:nth-child(2) {
  font-weight: 500;
}
.about-info10 .ibt-btn {
  color: var(--color-content-white);
}

.testimonials-sec {
  position: relative;
}
.testimonials-sec > .container2 > .row {
  align-items: stretch;
}
.testimonials-sec .col-lg-7 {
  display: flex;
}
.mlp-google-reviews {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  background: #006E90;
}
.mlp-google-reviews iframe,
.mlp-google-reviews > div {
  height: 100%;
  min-height: 100%;
}

.testi-slider {
  position: relative;
  background-color: var(--color-surface-dark-2);
  padding: 258px 136px 242px;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .testi-slider {
    padding: 134px 87px 184px;
  }
}
@media (max-width: 1201px) {
  .testi-slider {
    padding: 119px 72px 144px;
  }
}
@media (max-width: 1025px) {
  .testi-slider {
    padding: 82px 47px 130px;
  }
}
@media (max-width: 390px) {
  .testi-slider {
    padding: 53px 29px 110px;
  }
}
.testi-slider img {
  margin-bottom: 24px;
}
.testi-slider p {
  font-weight: 400;
  line-height: 35px;
  font-size: 25px;
  color: var(--color-content-white);
  margin-bottom: 51px;
  font-family: var(--font-primary);
}
@media (max-width: 1025px) {
  .testi-slider p {
    line-height: 30px;
    font-size: 18px;
  }
}
.testi-slider span {
  font-size: 16px;
  line-height: 35px;
  color: var(--color-content-white);
  display: inline-block;
}

.slider-btn {
  position: absolute;
  bottom: 0;
  left: 154px;
  background-color: var(--color-content-white);
  border-radius: 25px 25px 0 0;
  width: 136px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1201px) {
  .slider-btn {
    left: 100px;
  }
}
@media (max-width: 390px) {
  .slider-btn {
    left: 45px;
  }
}
.slider-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  top: 40px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/corner3.png);
}
.slider-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/corner2.png);
}
.slider-btn .swiper-button-prev,
.slider-btn .swiper-button-next {
  position: static;
  background-color: unset;
  border: 0;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: unset;
  display: block;
}
.slider-btn .swiper-button-prev:hover,
.slider-btn .swiper-button-next:hover {
  color: var(--color-primary);
}
.slider-btn .swiper-button-prev::after,
.slider-btn .swiper-button-next::after {
  display: none;
}
.slider-btn .swiper-button-prev {
  margin-right: 21px;
}
.slider-btn .swiper-button-prev::before {
  content: "\e833";
  font: 400 normal 11px/1em "fontello";
}
.slider-btn .swiper-button-next::before {
  content: "\e844";
  font: 400 normal 11px/1em "fontello";
}

.testi-count h4 {
  margin-bottom: 4px;
}
.testi-count h4 span {
  line-height: 110px;
  font-weight: 600;
  font-size: 100px;
  margin-bottom: 0;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-content-white);
  font-family: var(--font-tertiary);
}
.testi-count span {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-content-white);
  display: inline-block;
}

.testimonial-content {
  position: relative;
  height: 100%;
}
@media (max-width: 480px) {
  .testimonial-content {
    height: unset;
  }
}
@media (max-width: 820px) {
  .testimonial-content {
    margin-top: 40px;
    max-height: 550px;
  }
}
@media (max-width: 390px) {
  .testimonial-content {
    height: 536px;
  }
}
.testimonial-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.title-area2 {
  position: absolute;
  top: 137px;
  left: 65px;
  max-width: 606px;
}
@media (max-width: 1440px) {
  .title-area2 {
    top: 75px;
    left: 48px;
  }
}
@media (max-width: 1025px) {
  .title-area2 {
    left: 34px;
  }
}
@media (max-width: 769px) {
  .title-area2 {
    max-width: 435px;
  }
}
@media (max-width: 390px) {
  .title-area2 {
    left: 25px;
  }
}
.title-area2 .sec-title {
  margin-bottom: 165px;
}
@media (max-width: 1201px) {
  .title-area2 .sec-title {
    margin-bottom: 90px;
  }
}
@media (max-width: 1025px) {
  .title-area2 .sec-title {
    margin-bottom: 58px;
  }
}
@media (max-width: 480px) {
  .title-area2 .sec-title {
    margin-bottom: 67px;
  }
}
.title-area2 .sec-title .title {
  font-size: 55px;
}
@media (max-width: 1201px) {
  .title-area2 .sec-title .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 1025px) {
  .title-area2 .sec-title .title {
    font-size: 33px;
    line-height: 42px;
  }
}
@media (max-width: 820px) {
  .title-area2 .sec-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.testimonials-sec.v2::before {
  content: "";
  position: absolute;
  top: -58%;
  left: 0;
  width: 100%;
  height: 1280px;
  background-image: url(../../images/layers/testi-layer.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1025px) {
  .testimonials-sec.v2::before {
    top: -100%;
  }
}
@media (max-width: 769px) {
  .testimonials-sec.v2::before {
    top: -40%;
  }
}

.testimonial-sec2 {
  position: relative;
  background-color: #ECF0F4;
  border-radius: 25px;
  margin: 20px 20px 0;
  padding: 120px 0 43px;
  z-index: 0;
}
@media (max-width: 1440px) {
  .testimonial-sec2 {
    padding: 120px 27px 43px;
  }
}
@media (max-width: 1025px) {
  .testimonial-sec2 {
    padding: 80px 19px 43px;
  }
}
@media (max-width: 577px) {
  .testimonial-sec2 {
    padding: 80px 7px 43px;
  }
}
.testimonial-sec2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 751px;
  background-image: url(../../images/layers/shadow.png);
  z-index: 999;
}
@media (max-width: 820px) {
  .testimonial-sec2 .row .col-lg-3:nth-child(3), .testimonial-sec2 .row .col-lg-3:last-child {
    display: none;
  }
}

.test-block2 {
  position: relative;
  background-color: var(--color-content-white);
  border-radius: 25px;
  padding: 40px 42px 42px;
  margin-bottom: 20px;
}
@media (max-width: 1201px) {
  .test-block2 {
    padding: 35px 19px 32px;
  }
}
@media (max-width: 769px) {
  .test-block2 {
    padding: 35px 30px 32px;
    margin-bottom: 20px !important;
  }
}
.test-block2 .name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-heading);
}
.test-block2 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

.testi-title {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 53px;
  text-align: center;
}
@media (max-width: 1440px) {
  .testi-title {
    max-width: 1000px;
  }
}
@media (max-width: 1366px) {
  .testi-title {
    max-width: 856px;
  }
}
.testi-title .rating {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testi-title .rating li {
  font-size: 17px;
}
.testi-title .title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
  color: var(--color-heading);
  font-weight: 400;
}
@media (max-width: 1025px) {
  .testi-title .title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 769px) {
  .testi-title .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 577px) {
  .testi-title .title {
    font-size: 32px;
    line-height: 1.25em;
  }
}
.testi-title .title span {
  background-image: -webkit-linear-gradient(342deg, #45D0BD 0%, #44B6E9 100%);
  background-image: linear-gradient(108deg, #45D0BD 0%, #44B6E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testi-title .title .shade {
  background-image: -webkit-linear-gradient(342deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(108deg, #8258C8 0%, #2C84C8 100%);
}

.testimonial-sec2.v3 .testi-title .title span {
  background-image: -webkit-linear-gradient(170deg, #E24C4A 0%, #386BB7 100%);
  background-image: linear-gradient(-80deg, #E24C4A 0%, #386BB7 100%);
}

.testimonial-sec3 {
  position: relative;
  border-radius: 25px;
  padding: 0 20px 43px;
  z-index: 0;
}
@media (max-width: 577px) {
  .testimonial-sec3 {
    padding: 0 8px 43px;
  }
}
.testimonial-sec3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 751px;
  background-image: url(../../images/layers/shadow2.png);
  z-index: 999;
}
.testimonial-sec3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/layers/shadow3.png);
  z-index: -1;
}
@media (max-width: 1025px) {
  .testimonial-sec3::after {
    display: none;
  }
}
@media (max-width: 769px) {
  .testimonial-sec3 .row .col-lg-3:nth-child(3), .testimonial-sec3 .row .col-lg-3:last-child {
    display: none;
  }
}

.testi-title3 {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 53px;
  text-align: center;
}
@media (max-width: 1440px) {
  .testi-title3 {
    max-width: 1000px;
  }
}
@media (max-width: 1366px) {
  .testi-title3 {
    max-width: 856px;
  }
}
.testi-title3 .rating {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testi-title3 .rating li {
  font-size: 17px;
}
.testi-title3 .title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
  color: var(--color-content-white);
  font-weight: 400;
}
@media (max-width: 1025px) {
  .testi-title3 .title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 769px) {
  .testi-title3 .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 577px) {
  .testi-title3 .title {
    font-size: 32px;
    line-height: 1.25em;
  }
}
.testi-title3 .title span {
  background-image: -webkit-linear-gradient(342deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(108deg, #8258C8 0%, #2C84C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testi-title3 .title .shade {
  background-image: -webkit-linear-gradient(342deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(108deg, #8258C8 0%, #2C84C8 100%);
}

.test-block3 {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3019607843);
  border-radius: 25px;
  padding: 40px 42px 42px;
  margin-bottom: 20px;
}
@media (max-width: 1201px) {
  .test-block3 {
    padding: 35px 19px 32px;
  }
}
@media (max-width: 769px) {
  .test-block3 {
    padding: 35px 30px 32px;
    margin-bottom: 20px !important;
  }
}
.test-block3 .name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-content-white);
}
.test-block3 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-white);
}

.testimonial-sec4 {
  position: relative;
}
.testimonial-sec4 .project-btn .custom-pagination {
  right: -17px;
}
@media (max-width: 1025px) {
  .testimonial-sec4 .project-btn .custom-pagination {
    bottom: 43px;
  }
}
@media (max-width: 390px) {
  .testimonial-sec4 .project-btn .custom-pagination {
    margin: 30px 0 0;
  }
}

.testi-img4 {
  position: absolute;
  top: 59px;
  left: 189px;
}
@media (max-width: 1440px) {
  .testi-img4 {
    left: 90px;
  }
}
@media (max-width: 1201px) {
  .testi-img4 {
    left: -9px;
  }
}
@media (max-width: 1025px) {
  .testi-img4 {
    width: 486px;
  }
}
@media (max-width: 820px) {
  .testi-img4 {
    position: static;
    margin-bottom: 50px;
    width: 100%;
  }
}

.testi-slider4 p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 57px;
}
@media (max-width: 480px) {
  .testi-slider4 p {
    font-size: 16px;
    line-height: 36px;
  }
}

.testi-auther4 {
  position: relative;
}
.testi-auther4 .name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--color-content-white);
  letter-spacing: -0.03em;
  margin-bottom: -3px;
}
.testi-auther4 .designation {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-content-white);
}

.testi-content4 {
  position: relative;
  margin-top: 77px;
}
@media (max-width: 1201px) {
  .testi-content4 {
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  .testi-content4 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .testi-content4 {
    margin: 0;
  }
}
.testi-content4 .sec-title {
  margin-bottom: 56px !important;
  max-width: 600px;
}
@media (max-width: 480px) {
  .testi-content4 .sec-title {
    margin-bottom: 40px !important;
  }
}

.testimonial-sec5 {
  position: relative;
}
@media (max-width: 1025px) {
  .testimonial-sec5 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .testimonial-sec5 {
    margin: 0 20px;
  }
}
.testimonial-sec5 .sec-title .title {
  max-width: 807px;
  margin: 0 auto;
}

.test-block5 {
  position: relative;
  border: 1px solid #313131;
  border-radius: 25px;
  padding: 62px 38px 60px;
}
.test-block5:hover {
  cursor: none;
}
.test-block5 .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-content-white);
  margin-bottom: -3px;
}
.test-block5 .designation {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-content-white);
  margin-bottom: 8px;
  display: inline-block;
}
.test-block5 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-white);
  margin-top: 6px;
}

.swiper-wrapper-parent {
  position: relative;
  overflow: hidden;
}
.swiper-wrapper-parent::before, .swiper-wrapper-parent::after {
  content: "";
  position: absolute;
  top: 0;
  width: 344px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1025px) {
  .swiper-wrapper-parent::before, .swiper-wrapper-parent::after {
    display: none;
  }
}
.swiper-wrapper-parent::before {
  left: 0;
  background: -webkit-linear-gradient(left, #1f1f1f, transparent);
  background: linear-gradient(to right, #1f1f1f, transparent);
}
.swiper-wrapper-parent::after {
  right: 0;
  background: -webkit-linear-gradient(right, #1f1f1f, transparent);
  background: linear-gradient(to left, #1f1f1f, transparent);
}

.blog-sec {
  position: relative;
}
@media (max-width: 1201px) {
  .blog-sec {
    margin: 0 7px;
  }
}
@media (max-width: 577px) {
  .blog-sec {
    margin: 0 5px;
  }
}
.blog-sec .title-area .row {
  margin-bottom: 0;
}
.blog-sec .title-area .sec-title {
  max-width: 554px;
}
@media (max-width: 820px) {
  .blog-sec .title-area .sec-title {
    max-width: 511px;
    margin-bottom: 30px !important;
  }
}
.blog-sec .title-area .sec-title .title {
  max-width: 586px;
}
.blog-sec .title-area .sec-btn-box {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1025px) {
  .blog-sec .title-area .sec-btn-box {
    text-align: right;
  }
}
@media (max-width: 820px) {
  .blog-sec .title-area .sec-btn-box {
    text-align: left;
  }
}
.blog-sec .row {
  margin-bottom: -30px;
}

.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.blog-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 241px;
  height: 43px;
  background-image: url(../../images/layers/layer7.png);
  z-index: 9;
}
@media (max-width: 1025px) {
  .blog-img::before {
    left: 28px;
  }
}
.blog-img a {
  display: inline-block;
  width: 100%;
}
.blog-img a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-card {
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  margin-bottom: 30px;
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-meta {
  position: absolute;
  bottom: 5px;
  left: 80px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #9B9B9B;
  display: inline-block;
  z-index: 99;
}
@media (max-width: 1025px) {
  .blog-meta {
    left: 68px;
  }
}

.blog-content {
  position: relative;
  padding: 50px 39px 50px;
}
@media (max-width: 1201px) {
  .blog-content {
    padding: 50px 29px 50px;
  }
}
@media (max-width: 769px) {
  .blog-content {
    padding: 34px 24px 38px;
  }
}
.blog-content .title {
  margin-bottom: 16px;
}
.blog-content .title a {
  position: relative;
  font-weight: 400;
  line-height: 35px;
  font-size: 25px;
  color: var(--color-heading);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.blog-content .title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 1201px) {
  .blog-content .title a {
    font-size: 23px;
  }
}
.blog-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #9B9B9B;
  display: inline-block;
}

.blog-sec.v2::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .blog-sec.v2::before {
    display: none;
  }
}

.blog-sec2 {
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .blog-sec2 {
    margin: 0 7px;
  }
}
@media (max-width: 577px) {
  .blog-sec2 {
    margin: 0;
  }
}
.blog-sec2 .title-area {
  margin-bottom: 60px;
}
@media (max-width: 1025px) {
  .blog-sec2 .title-area .sec-btn-box {
    text-align: right;
  }
}
@media (max-width: 577px) {
  .blog-sec2 .title-area .sec-btn-box {
    text-align: left;
    margin-top: 20px;
  }
}

.blog-image2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1440px) {
  .blog-image2 {
    left: -14%;
  }
}
@media (max-width: 1366px) {
  .blog-image2 {
    left: -12%;
    width: 426px;
  }
}
@media (max-width: 1201px) {
  .blog-image2 {
    width: 316px;
  }
}
@media (max-width: 1025px) {
  .blog-image2 {
    width: 273px;
  }
}
@media (max-width: 820px) {
  .blog-image2 {
    display: none;
  }
}

.blog-post {
  padding-left: 115px;
}
@media (max-width: 1201px) {
  .blog-post {
    padding-left: 0;
  }
}
@media (max-width: 769px) {
  .blog-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 577px) {
  .blog-post {
    display: block;
  }
}

.blog-card2 {
  position: relative;
  border: 1px solid #CCD2D9;
  border-radius: 20px;
  padding: 20px 23px 64px 400px;
  margin-bottom: 20px;
  z-index: 99;
}
@media (max-width: 1025px) {
  .blog-card2 {
    padding: 20px 23px 20px 400px;
  }
}
@media (max-width: 769px) {
  .blog-card2 {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .blog-card2:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 577px) {
  .blog-card2:first-child {
    margin: 0 0 40px;
  }
}
.blog-card2:hover .blog-img2 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-img2 {
  position: absolute;
  top: 14px;
  left: 16px;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .blog-img2 {
    height: 300px;
    max-width: 361px;
  }
}
@media (max-width: 769px) {
  .blog-img2 {
    position: static;
  }
}
@media (max-width: 577px) {
  .blog-img2 {
    max-width: 100%;
  }
}
.blog-img2 a {
  display: inline-block;
}
@media (max-width: 820px) {
  .blog-img2 a {
    height: 100%;
  }
}
@media (max-width: 577px) {
  .blog-img2 a {
    width: 100%;
  }
}
.blog-img2 a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 820px) {
  .blog-img2 a img {
    height: 100%;
  }
}
@media (max-width: 769px) {
  .blog-img2 a img {
    width: 100%;
  }
}

.blog-meta2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .blog-meta2 {
    margin-bottom: 23px;
  }
}
.blog-meta2 .sub-title {
  font-size: 14px;
  line-height: 35px;
  color: var(--color-heading);
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 769px) {
  .blog-meta2 .sub-title {
    margin-bottom: 10px;
  }
}

.blog-text2 a {
  font-size: 12px;
  line-height: 33px;
  font-weight: 400;
  color: var(--color-heading);
  display: inline-block;
  border: 1px solid #CCD2D9;
  height: 35px;
  padding: 0 15px;
  border-radius: 50px;
}
.blog-text2 a:first-child {
  margin-right: 3px;
}

.blog-content2 {
  position: relative;
}
@media (max-width: 769px) {
  .blog-content2 {
    padding: 20px 25px 30px;
  }
}
.blog-content2 .title {
  max-width: 529px;
  margin-bottom: 7px;
}
@media (max-width: 1201px) {
  .blog-content2 .title {
    max-width: 606px;
  }
}
@media (max-width: 1025px) {
  .blog-content2 .title {
    max-width: 359px;
  }
}
@media (max-width: 769px) {
  .blog-content2 .title {
    margin-bottom: 15px;
  }
}
.blog-content2 .title a {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--font-secondary);
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
@media (max-width: 769px) {
  .blog-content2 .title a {
    font-size: 24px;
    line-height: 34px;
  }
}
.blog-content2 .title a:hover {
  color: inherit;
  background-size: 100% 2px;
}
.blog-content2 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-black2);
  max-width: 500px;
}
@media (max-width: 1201px) {
  .blog-content2 p {
    max-width: 606px;
  }
}

.blog-sec3 {
  position: relative;
  background-color: #F0F2F4;
  margin: 0 20px 20px;
  border-radius: 25px;
}
@media (max-width: 820px) {
  .blog-sec3 .sec-title {
    margin-bottom: 30px !important;
  }
}
.blog-sec3 .row {
  margin-bottom: -30px;
}

.blog-card3 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  border-radius: 25px;
  padding: 19px 23px;
  margin-bottom: 30px;
}
.blog-card3:hover .blog-img3 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-img3 {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.blog-img3 a {
  display: inline-block;
  width: 100%;
}
.blog-img3 a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-img3 .date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(102deg, #8258C8 0%, #2C84C8 100%);
  max-width: 81px;
  padding: 8px 15px 11px 10px;
  border-radius: 10px;
}
.blog-img3 .date span {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: var(--color-content-white);
  display: inline-block;
  margin-bottom: 4px;
}
.blog-img3 .date .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-content-white);
  margin-bottom: 0;
}

.blog-meta3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 1025px) {
  .blog-meta3 {
    margin-bottom: 10px;
  }
}
.blog-meta3 li {
  margin-right: 6px;
}
.blog-meta3 li a {
  font-size: 12px;
  line-height: 33px;
  font-weight: 400;
  height: 35px;
  padding: 0 21px;
  border: 1px solid #555555;
  border-radius: 10px;
  display: inline-block;
  color: var(--color-content-white);
}

.blog-content3 {
  position: relative;
  padding: 40px 10px 33px;
}
@media (max-width: 1025px) {
  .blog-content3 {
    padding: 20px 10px 33px;
  }
}
.blog-content3 .title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
@media (max-width: 390px) {
  .blog-content3 .title {
    font-size: 26px;
    line-height: 34px;
  }
}
.blog-content3 .title a {
  color: var(--color-content-white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.blog-content3 .title a:hover {
  background-size: 100% 2px;
}

.blog-sec4 {
  position: relative;
}
.blog-sec4::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .blog-sec4::before {
    display: none;
  }
}
@media (max-width: 1366px) {
  .blog-sec4 {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .blog-sec4 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .blog-sec4 {
    margin: 0 7px;
  }
}

.blog-img4 {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 1025px) {
  .blog-img4 {
    height: 380px;
  }
}
@media (max-width: 577px) {
  .blog-img4 {
    height: 333px;
  }
}
.blog-img4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 242px;
  height: 43px;
  background-image: url(../../images/layers/layer7.png);
  z-index: 9;
}
@media (max-width: 1025px) {
  .blog-img4::before {
    left: 28px;
  }
}
.blog-img4 a {
  display: inline-block;
  height: 100%;
}
.blog-img4 a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.blog-card4 {
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  margin-bottom: 30px;
}
.blog-card4:hover .blog-img4 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-meta4 {
  position: absolute;
  bottom: 5px;
  left: 80px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #9B9B9B;
  display: inline-block;
  z-index: 99;
}
@media (max-width: 1025px) {
  .blog-meta4 {
    left: 68px;
  }
}

.blog-content4 {
  position: relative;
  padding: 50px 39px 50px;
}
@media (max-width: 390px) {
  .blog-content4 {
    padding: 50px 27px 50px;
  }
}
.blog-content4 .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #9B9B9B;
  display: inline-block;
  z-index: 99;
  margin-bottom: 27px;
}
.blog-content4 .title {
  margin-bottom: 16px;
}
.blog-content4 .title a {
  position: relative;
  font-weight: 400;
  line-height: 50px;
  font-size: 40px;
  color: var(--color-heading);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.blog-content4 .title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 1201px) {
  .blog-content4 .title a {
    line-height: 43px;
    font-size: 35px;
  }
}
@media (max-width: 1025px) {
  .blog-content4 .title a {
    line-height: 38px;
    font-size: 31px;
  }
}
@media (max-width: 769px) {
  .blog-content4 .title a {
    line-height: 38px;
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .blog-content4 .title a {
    line-height: 34px;
    font-size: 24px;
  }
}
.blog-content4 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--color-content-black2);
}
.blog-content4 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #9B9B9B;
  display: inline-block;
}

.blog-info4 blockquote {
  background: -webkit-linear-gradient(315deg, #45D0BD, #44B6E9);
  background: linear-gradient(135deg, #45D0BD, #44B6E9);
}
.blog-info4 blockquote img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.blog-info4 blockquote .sub-title {
  color: var(--color-heading);
}

.pagination.v2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog-single {
  position: relative;
}
.blog-single::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .blog-single::before {
    display: none;
  }
}
@media (max-width: 1366px) {
  .blog-single {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .blog-single {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .blog-single {
    margin: 0 7px;
  }
}

.blog-single-content {
  position: relative;
  padding-right: 15px;
}
.blog-single-content .paragraph {
  font-weight: 700;
  margin: 66px 0 30px;
}
@media (max-width: 1025px) {
  .blog-single-content .paragraph {
    margin: 38px 0 30px;
  }
}
.blog-single-content blockquote {
  margin: 42px 0 38px;
}
.blog-single-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-black2);
}

.post-meta2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 23px;
  margin-top: 73px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post-meta2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
}
.post-meta2 .name {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 577px) {
  .post-meta2 .name {
    margin-bottom: 20px;
  }
}
@media (max-width: 577px) {
  .post-meta2 .tag-list {
    margin-bottom: 13px;
  }
}
.post-meta2 .social-icon li a {
  color: var(--color-heading);
}

.comment-box {
  position: relative;
  padding: 143px 0 160px;
}
@media (max-width: 769px) {
  .comment-box {
    padding: 70px 0 70px;
  }
}
.comment-box .title2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 27px;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.comment-block {
  position: relative;
  padding-left: 162px;
}
@media (max-width: 480px) {
  .comment-block {
    padding-left: 0;
  }
}
.comment-block img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .comment-block img {
    position: static;
    margin-bottom: 20px;
  }
}
.comment-block .name {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
}
.comment-block .date {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #9B9B9B;
  display: inline-block;
  margin-bottom: 9px;
}
.comment-block p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-black2);
}
@media (max-width: 480px) {
  .comment-block p {
    margin-bottom: 20px;
  }
}

.reply-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  color: var(--color-content-white);
  background-color: var(--color-content-black2);
  height: 35px;
  padding: 0 17px;
  border-radius: 50px;
  display: inline-block;
}
@media (max-width: 480px) {
  .reply-btn {
    position: static;
  }
}

.comment-block.v2 {
  margin: 68px 0 0 115px;
}
@media (max-width: 577px) {
  .comment-block.v2 {
    margin-left: 0;
  }
}

.contact-form2 {
  background-color: #F0F2F4;
  border-radius: 25px;
  padding: 73px 71px 75px;
}
@media (max-width: 1201px) {
  .contact-form2 {
    padding: 43px 42px 53px;
  }
}
@media (max-width: 390px) {
  .contact-form2 {
    padding: 43px 27px 53px;
  }
}
.contact-form2 .ibt-btn-outline {
  outline: none;
}
.contact-form2 .ibt-btn-outline i {
  text-indent: 0em;
}

.form-title {
  position: relative;
  margin-bottom: 27px;
}
.form-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--color-content-black2);
  letter-spacing: -0.03em;
}
.form-title p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-black2);
  max-width: 438px;
}

.custom-form2 {
  position: relative;
}
.custom-form2 input,
.custom-form2 select,
.custom-form2 textarea {
  border: 1px solid #ADADAD;
  border-radius: 20px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #898989;
  padding: 18px;
}
.custom-form2 input::-webkit-input-placeholder, .custom-form2 select::-webkit-input-placeholder, .custom-form2 textarea::-webkit-input-placeholder {
  color: #898989;
}
.custom-form2 input::-moz-placeholder, .custom-form2 select::-moz-placeholder, .custom-form2 textarea::-moz-placeholder {
  color: #898989;
}
.custom-form2 input:-ms-input-placeholder, .custom-form2 select:-ms-input-placeholder, .custom-form2 textarea:-ms-input-placeholder {
  color: #898989;
}
.custom-form2 input::-ms-input-placeholder, .custom-form2 select::-ms-input-placeholder, .custom-form2 textarea::-ms-input-placeholder {
  color: #898989;
}
.custom-form2 input::placeholder,
.custom-form2 select::placeholder,
.custom-form2 textarea::placeholder {
  color: #898989;
}
.custom-form2 textarea {
  height: 175px;
  margin-bottom: 30px;
}

.blog-sec5 {
  position: relative;
}
@media (max-width: 1201px) {
  .blog-sec5 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .blog-sec5 {
    margin: 0;
  }
}
@media (max-width: 1025px) {
  .blog-sec5 .sec-btn-box {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .blog-sec5 .sec-btn-box {
    text-align: left;
    margin-top: 30px;
  }
}
.blog-sec5 .sec-btn-box .ibt-btn {
  color: var(--color-content-white);
}
.blog-sec5 .sec-btn-box .ibt-btn:hover {
  color: var(--color-content-black2);
}
.blog-sec5 .sec-title {
  max-width: 500px;
}

.blog-item5 {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-content-black2);
  padding-bottom: 29px;
  margin-bottom: 46px;
}
.blog-item5:last-child {
  margin-bottom: 0;
}
@media (max-width: 577px) {
  .blog-item5 {
    display: block;
  }
}

.blog-meta5 {
  position: relative;
  width: 93px;
  margin-right: 170px;
}
@media (max-width: 820px) {
  .blog-meta5 {
    margin-right: 69px;
  }
}
@media (max-width: 577px) {
  .blog-meta5 {
    margin-bottom: 30px;
  }
}
.blog-meta5 .date {
  font-size: 60px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
  background-color: transparent;
  color: rgba(2, 1, 1, 0);
  background-image: -webkit-linear-gradient(bottom, #EA84C2 0%, #A2F5FF 100%);
  background-image: linear-gradient(0deg, #EA84C2 0%, #A2F5FF 100%);
  -webkit-background-clip: text;
  color: transparent !important;
}
.blog-meta5 .month {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 0;
  color: var(--color-content-white);
  display: inline-block;
}

.post-labels {
  position: relative;
  width: 124px;
}
@media (max-width: 577px) {
  .post-labels {
    margin-bottom: 30px;
  }
}
.post-labels .name {
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  color: var(--color-content-white);
  margin-bottom: 0;
  display: inline-block;
}
.post-labels .designation {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  display: block;
  color: #E987C4;
}

.blog-content5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 193px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 510px;
}
@media (max-width: 1201px) {
  .blog-content5 {
    margin-left: 116px;
    width: 435px;
  }
}
@media (max-width: 820px) {
  .blog-content5 {
    margin-left: 108px;
    width: 363px;
  }
}
@media (max-width: 769px) {
  .blog-content5 {
    margin-left: 67px;
  }
}
@media (max-width: 577px) {
  .blog-content5 {
    margin: 0;
    display: block;
  }
}
.blog-content5 .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 0;
  width: 243px;
}
@media (max-width: 577px) {
  .blog-content5 .title {
    margin-bottom: 30px;
  }
}
.blog-content5 .title a {
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
  color: var(--color-content-white);
}
.blog-content5 .title a:hover {
  background-size: 100% 2px;
}

.blog-btn5 {
  position: relative;
}
.blog-btn5::before {
  content: "\e830";
  font: 400 29px/1em "fontello";
  color: var(--color-content-white);
}

.team-section {
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .team-section {
    margin: 0 27px;
  }
}
@media (max-width: 1025px) {
  .team-section {
    margin: 0 14px;
  }
}
@media (max-width: 577px) {
  .team-section {
    margin: 0 7px;
  }
}

.counter-box8 {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
}
.counter-box8 .counter-number,
.counter-box8 .counter-text {
  position: relative;
  background-color: transparent;
  color: var(--color-content-white);
  font-size: 100px;
  line-height: 90px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(348deg, #8258C8 0%, #2C84C8 60%);
  background-image: linear-gradient(102deg, #8258C8 0%, #2C84C8 60%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
  z-index: 0;
  font-family: var(--font-primary);
  letter-spacing: -0.03em;
}

.team-info {
  position: relative;
}
.team-info .sec-title {
  margin-right: 100px;
}
@media (max-width: 1201px) {
  .team-info .sec-title {
    margin-right: 59px;
  }
}
@media (max-width: 769px) {
  .team-info .sec-title {
    margin-right: 0;
    max-width: 595px;
  }
}
.team-info .sec-title .title {
  margin-bottom: 37px;
}

.team-member {
  position: relative;
  margin-top: 49px;
}

.team-counter {
  position: relative;
}
.team-counter .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
  color: var(--color-heading);
}

.team-card {
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
  width: 100%;
}
.team-card:hover .social-links {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.team-card:hover .team-img::after {
  opacity: 1;
}
.team-card:hover .team-img img {
  object-position: top center;
}

.team-img {
  position: relative;
  border-radius: 16px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  padding-bottom: 103%;
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 25px;
  z-index: 9;
}
.team-img::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 200%;
  height: 100%;
  opacity: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: translateX(-50%) rotate(5deg);
      -ms-transform: translateX(-50%) rotate(5deg);
          transform: translateX(-50%) rotate(5deg);
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #576FC9;
}
.team-img img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  -webkit-transition: 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
  transition: 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
  border-radius: 25px;
}
.team-img .sub-title {
  position: absolute;
  bottom: 15px;
  right: -5px;
  font-weight: 600;
  color: var(--font-primary);
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -0.05em;
  color: var(--color-content-white);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-90deg) translateX(100%);
      -ms-transform: rotate(-90deg) translateX(100%);
          transform: rotate(-90deg) translateX(100%);
}

.team-shap {
  position: absolute;
  bottom: 0;
  left: 46px;
  width: 66px;
  height: 43px;
  z-index: 999;
  background-color: var(--color-content-white);
  border-radius: 25px 25px 0 0;
}
.team-shap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers//team-corner1.png);
}
.team-shap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/team-corner2.png);
}

.share-box {
  position: absolute;
  left: 53px;
  bottom: calc(100% - 35px);
  z-index: 999;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 155px;
  overflow: hidden;
  border-radius: 20px;
}

.share-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--color-heading);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 20px;
  z-index: 999;
}

.social-links {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  display: inline-block;
  z-index: 999;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: var(--color-heading);
  border-radius: 20px;
  padding: 16px 17px 21px;
  -webkit-transform: translateY(155px);
      -ms-transform: translateY(155px);
          transform: translateY(155px);
}
.social-links li {
  margin: 0;
}
.social-links li:first-child a {
  margin-top: 0;
}
.social-links li a {
  position: relative;
  font-size: 14px;
  color: var(--color-content-white);
  margin-top: 11px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

.team-content {
  position: relative;
  padding: 69px 38px 48px;
  border: 1px solid #E0E0E0;
  border-radius: 0 0 25px 25px;
  border-top: 0;
  margin-top: -19px;
}
.team-content .name {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 8px;
  color: var(--color-heading);
  font-weight: 400;
}
@media (max-width: 1025px) {
  .team-content .name {
    margin-bottom: 0px;
  }
}
.team-content .name a:hover {
  color: var(--color-heading);
}
.team-content .designation {
  font-size: 14px;
  font-weight: 500;
  color: #9B9B9B;
  display: inline-block;
}

.team-card.v1 {
  margin-top: 54px;
}
@media (max-width: 769px) {
  .team-card.v1 {
    margin-top: 0;
  }
}

.team-card.v2 {
  margin-top: 64px;
}
@media (max-width: 820px) {
  .team-card.v2 {
    margin-top: 0;
  }
}

.team-section2 {
  position: relative;
  z-index: 0;
}
.team-section2::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 485px;
  height: 100%;
  background-image: url(../../images/layers/team-layer.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .team-section2::before {
    display: none;
  }
}
@media (max-width: 1366px) {
  .team-section2 {
    margin: 0 20px;
  }
}
@media (max-width: 1025px) {
  .team-section2 {
    margin: 0 14px;
  }
}
@media (max-width: 577px) {
  .team-section2 {
    margin: 0 7px;
  }
}
.team-section2 .sec-title {
  max-width: 733px;
}
@media (max-width: 820px) {
  .team-section2 .sec-title {
    max-width: 500px;
    margin-bottom: 40px !important;
  }
}
.team-section2 .team-counter {
  margin-left: 53px;
}
@media (max-width: 820px) {
  .team-section2 .team-counter {
    margin: 0;
  }
}
.team-section2 .row {
  margin-bottom: -36px;
}

.team-member2.v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
}
@media (max-width: 820px) {
  .team-member2.v2 {
    display: block;
  }
}

.team-detail-sec {
  position: relative;
}
.team-detail-sec::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 485px;
  height: 100%;
  background-image: url(../../images/layers/team-layer.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .team-detail-sec::after {
    display: none;
  }
}
@media (max-width: 1201px) {
  .team-detail-sec {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .team-detail-sec {
    margin: 0 5px;
  }
}

.team-detail-info > img {
  position: absolute;
  bottom: 163px;
  left: 49px;
}
@media (max-width: 820px) {
  .team-detail-info > img {
    position: static;
    margin-top: 30px;
  }
}

.team-card2 {
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 25px;
}

.team-detail-img {
  position: relative;
  border-radius: 25px;
  display: block;
  overflow: hidden;
}
.team-detail-img img {
  width: 100%;
}
.team-detail-img .sub-title {
  position: absolute;
  bottom: 15px;
  right: -5px;
  font-weight: 600;
  color: var(--font-primary);
  font-size: 120px;
  line-height: 70px;
  letter-spacing: -0.05em;
  color: var(--color-content-white);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-90deg) translateX(100%);
      -ms-transform: rotate(-90deg) translateX(100%);
          transform: rotate(-90deg) translateX(100%);
}

.team-content2 {
  position: relative;
  padding: 57px 56px 46px 38px;
}
.team-content2 .title {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.03em;
  margin-bottom: 21px;
  color: var(--color-heading);
}
.team-content2 .nmbr,
.team-content2 .gmail {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-heading);
  font-weight: 500;
}
.team-content2 .gmail {
  text-decoration: underline;
  margin-top: 15px;
}

.social-links2 {
  margin-bottom: 0;
  display: inline-block;
  z-index: 999;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: var(--color-heading);
  border-radius: 20px;
  padding: 16px 17px 21px;
  float: right;
}
.social-links2 li {
  margin: 0;
}
.social-links2 li:first-child a {
  margin-top: 0;
}
.social-links2 li a {
  position: relative;
  font-size: 14px;
  color: var(--color-content-white);
  margin-top: 11px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

.team-detail {
  position: relative;
  padding-left: 132px;
}
@media (max-width: 1025px) {
  .team-detail {
    padding-left: 20px;
  }
}
@media (max-width: 1025px) {
  .team-detail {
    padding: 50px 0 0;
  }
}
.team-detail .sec-title {
  margin-bottom: 101px;
}
@media (max-width: 1025px) {
  .team-detail .sec-title {
    margin-bottom: 80px;
  }
}
.team-detail .sec-title .paragraph {
  font-weight: 400;
}

.team-expirience {
  position: relative;
}
.team-expirience .title2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 33px;
  font-weight: 400;
  color: var(--color-heading);
  letter-spacing: -0.03em;
}
@media (max-width: 769px) {
  .team-expirience .title2 {
    max-width: 397px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 390px) {
  .team-expirience .title2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.team-exp-education {
  position: relative;
  margin-bottom: 49px;
}
.team-exp-education .title3 {
  font-size: 25px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  letter-spacing: -0.03em;
}

.education-block {
  position: relative;
  padding-left: 38px;
  margin-bottom: 31px;
}
.education-block::before {
  content: "\e841";
  position: absolute;
  left: 0;
  top: 19px;
  display: block;
  font: normal 12px/1em "fontello";
  color: var(--color-primary);
}
.education-block .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0;
  color: var(--color-heading);
}
.education-block p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-heading);
}

.team-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.team-ser {
  position: relative;
  margin-top: 33px;
}

.tean-ser-list {
  position: relative;
}
.tean-ser-list li {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  color: var(--color-heading);
  padding-left: 21px;
}
.tean-ser-list li::before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333;
}

.swiper.brand .swiper-wrapper,
.swiper.brand .swiper-wrapper,
.swiper.brand2 .swiper-wrapper,
.swiper.brand2 .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper.brand .swiper-slide,
.swiper.brand .swiper-slide,
.swiper.brand2 .swiper-slide,
.swiper.brand2 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper.brand .swiper-slide img,
.swiper.brand .swiper-slide img,
.swiper.brand2 .swiper-slide img,
.swiper.brand2 .swiper-slide img {
  opacity: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 100px;
  object-fit: contain;
}
.swiper.brand .swiper-slide:hover img,
.swiper.brand .swiper-slide:hover img,
.swiper.brand2 .swiper-slide:hover img,
.swiper.brand2 .swiper-slide:hover img {
  opacity: 100%;
}

.swiper.brand2 .swiper-slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-sec2 {
  position: relative;
}

.brand-info2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #393939;
  border-radius: 25px;
  padding: 39px 59px;
}
@media (max-width: 1201px) {
  .brand-info2 {
    padding: 39px;
  }
}

.brand-img2 {
  position: relative;
}
@media (max-width: 820px) {
  .brand-img2:last-child, .brand-img2:nth-child(4), .brand-img2:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .brand-img2 {
    width: 120px;
  }
}
@media (max-width: 820px) {
  .brand-img2 {
    width: 180px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .brand-img2 {
    width: 156px;
  }
}
@media (max-width: 390px) {
  .brand-img2 {
    width: 117px;
  }
}

.brand-sec3 {
  position: relative;
}
.brand-sec3 .swiper-slide a img {
  opacity: 100% !important;
}
.brand-sec3 .swiper-slide a img:hover {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.neural-playground {
  position: relative;
}
.neural-playground::before {
  content: "";
  position: absolute;
  top: -17%;
  left: 0;
  width: 432px;
  height: 1176px;
  background-image: url(../../images/layers/eclips3.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 577px) {
  .neural-playground::before {
    top: -20%;
  }
}
@media (max-width: 390px) {
  .neural-playground::before {
    width: 100%;
  }
}

.neural-playground.v2::before {
  display: none;
}
.neural-playground.v2::after {
  content: "";
  position: absolute;
  bottom: -65%;
  left: -25%;
  width: 100%;
  height: 1250px;
  background-image: url(../../images/layers/neural-v2.png);
  background-repeat: no-repeat;
}

.neural-content {
  position: relative;
  padding-left: 57px;
}
@media (max-width: 1440px) {
  .neural-content {
    padding-left: 0;
  }
}
@media (max-width: 820px) {
  .neural-content {
    padding-left: 55px;
  }
}
@media (max-width: 577px) {
  .neural-content {
    padding-left: 0;
  }
}
.neural-content .gradient-title {
  line-height: 110px;
  margin-bottom: 60px;
}
@media (max-width: 1201px) {
  .neural-content .gradient-title {
    line-height: 1.1em;
  }
}
@media (max-width: 820px) {
  .neural-content .gradient-title {
    font-size: 57px;
  }
}
@media (max-width: 390px) {
  .neural-content .gradient-title {
    font-size: 34px;
    line-height: 1.3em;
  }
}

.neural-img {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -68px;
}
@media (max-width: 1440px) {
  .neural-img {
    left: -16%;
  }
}
@media (max-width: 1366px) {
  .neural-img {
    width: 387px;
  }
}
@media (max-width: 1201px) {
  .neural-img {
    left: -11%;
    width: 309px;
  }
}
@media (max-width: 1025px) {
  .neural-img {
    width: 267px;
  }
}
@media (max-width: 820px) {
  .neural-img {
    width: 222px;
  }
}
@media (max-width: 577px) {
  .neural-img {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 363px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .neural-img {
    width: 303px;
  }
}

.neural-playground3 {
  position: relative;
}
@media (max-width: 1366px) {
  .neural-playground3 .gradient-title {
    font-size: 89px;
    line-height: 93px;
  }
}
@media (max-width: 1201px) {
  .neural-playground3 .gradient-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1025px) {
  .neural-playground3 .gradient-title {
    font-size: 66px;
    line-height: 70px;
  }
}
@media (max-width: 820px) {
  .neural-playground3 .gradient-title {
    font-size: 57px;
  }
}
@media (max-width: 769px) {
  .neural-playground3 .gradient-title {
    font-size: 63px;
  }
}
@media (max-width: 577px) {
  .neural-playground3 .gradient-title {
    font-size: 49px;
    line-height: 58px;
  }
}
@media (max-width: 390px) {
  .neural-playground3 .gradient-title {
    font-size: 40px;
    line-height: 51px;
  }
}
.neural-playground3 .gradient-title span {
  background-color: transparent;
  background-image: -webkit-linear-gradient(337deg, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(113deg, #45d0bd 0%, #44b6e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.neural-playground3 .neural-content {
  padding: 0 50px 0 69px;
}
@media (max-width: 1440px) {
  .neural-playground3 .neural-content {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 820px) {
  .neural-playground3 .neural-content {
    padding: 0 0 0 185px;
  }
}
@media (max-width: 769px) {
  .neural-playground3 .neural-content {
    padding-left: 0;
  }
}

.neural-img3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -38px;
}
@media (max-width: 1440px) {
  .neural-img3 {
    left: -17%;
  }
}
@media (max-width: 1201px) {
  .neural-img3 {
    width: 435px;
  }
}
@media (max-width: 1025px) {
  .neural-img3 {
    width: 349px;
  }
}
@media (max-width: 820px) {
  .neural-img3 {
    width: 296px;
  }
}
@media (max-width: 769px) {
  .neural-img3 {
    position: relative;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    top: 0;
    left: -14px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.neural-img3::after {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 432px;
  height: 1022px;
  background-image: url(../../images/layers/eclips9.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1025px) {
  .neural-img3::after {
    top: -66%;
  }
}
@media (max-width: 769px) {
  .neural-img3::after {
    top: -28%;
    left: -15px;
  }
}
@media (max-width: 390px) {
  .neural-img3::after {
    top: -55%;
    width: 100%;
    background-size: contain;
  }
}

.neural-img3.v2::after {
  display: none;
}

.neural-playground3.v2 .neural-content {
  max-width: 1260px;
}
@media (max-width: 1440px) {
  .neural-playground3.v2 .neural-content {
    padding-left: 0;
  }
}
@media (max-width: 820px) {
  .neural-playground3.v2 .neural-content {
    padding: 0 0 0 185px;
  }
}
@media (max-width: 769px) {
  .neural-playground3.v2 .neural-content {
    padding-left: 0;
  }
}

.neural-playground4 {
  position: relative;
}
.neural-playground4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 432px;
  height: 1157px;
  background-image: url(../../images/layers/eclips3.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 577px) {
  .neural-playground4::before {
    top: -20%;
  }
}
@media (max-width: 390px) {
  .neural-playground4::before {
    width: 100%;
    background-size: contain;
  }
}

.neural-content4 {
  position: relative;
  padding-left: 57px;
}
@media (max-width: 1440px) {
  .neural-content4 {
    padding-left: 0;
  }
}
.neural-content4 .gradient-title {
  line-height: 110px;
  margin-bottom: 60px;
}
@media (max-width: 1201px) {
  .neural-content4 .gradient-title {
    line-height: 1.1em;
  }
}
@media (max-width: 820px) {
  .neural-content4 .gradient-title {
    font-size: 57px;
  }
}
@media (max-width: 390px) {
  .neural-content4 .gradient-title {
    font-size: 34px;
    line-height: 1.3em;
  }
}

.neural-img4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1440px) {
  .neural-img4 {
    left: -16%;
  }
}
@media (max-width: 1366px) {
  .neural-img4 {
    width: 387px;
  }
}
@media (max-width: 1201px) {
  .neural-img4 {
    left: -11%;
    width: 309px;
  }
}
@media (max-width: 1025px) {
  .neural-img4 {
    width: 267px;
  }
}
@media (max-width: 820px) {
  .neural-img4 {
    width: 222px;
  }
}
@media (max-width: 769px) {
  .neural-img4 {
    width: 209px;
  }
}
@media (max-width: 577px) {
  .neural-img4 {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 363px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .neural-img4 {
    width: 303px;
  }
}
.neural-img4::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 432px;
  height: 1022px;
  background-image: url(../../images/layers/eclips9.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .neural-img4::before {
    top: -77%;
  }
}
@media (max-width: 1025px) {
  .neural-img4::before {
    top: -66%;
  }
}
@media (max-width: 820px) {
  .neural-img4::before {
    top: -109%;
  }
}
@media (max-width: 769px) {
  .neural-img4::before {
    top: -28%;
    left: -15px;
  }
}
@media (max-width: 390px) {
  .neural-img4::before {
    display: none;
  }
}

.neural-playground5 {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 1201px) {
  .neural-playground5 {
    padding: 0;
  }
}
.neural-playground5::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 683px;
  height: 1440px;
  background-image: url(../../images/layers/eclipe7-1.png);
  background-repeat: no-repeat;
  z-index: -11;
}
@media (max-width: 577px) {
  .neural-playground5::after {
    background-size: contain;
    width: 100%;
  }
}
.neural-playground5 .neural-content {
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 1025px) {
  .neural-playground5 .neural-content .gradient-title {
    font-size: 66px;
  }
}
@media (max-width: 577px) {
  .neural-playground5 .neural-content .gradient-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .neural-playground5 .neural-content .gradient-title {
    font-size: 41px;
    line-height: 50px;
  }
}
.neural-playground5 .neural-content .gradient-title span {
  background-image: -webkit-linear-gradient(337deg, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(113deg, #45d0bd 0%, #44b6e9 100%);
}
.neural-playground5 .swiper.brand {
  max-width: 977px;
  margin-left: unset;
}

@media (max-width: 820px) {
  .neural-img5 {
    margin-left: -15px;
  }
}
.neural-img5 .one {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 99;
}
@media (max-width: 1440px) {
  .neural-img5 .one {
    width: 351px;
    top: 12%;
  }
}
@media (max-width: 1201px) {
  .neural-img5 .one {
    width: 328px;
    top: 9%;
  }
}
@media (max-width: 1025px) {
  .neural-img5 .one {
    width: 279px;
  }
}
@media (max-width: 820px) {
  .neural-img5 .one {
    position: static;
    width: unset;
  }
}
.neural-img5 .two {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .neural-img5 .two {
    bottom: 29%;
    left: 0;
    width: 437px;
  }
}
@media (max-width: 1201px) {
  .neural-img5 .two {
    bottom: 7%;
    width: 397px;
  }
}
@media (max-width: 1025px) {
  .neural-img5 .two {
    bottom: 21%;
    width: 325px;
  }
}
@media (max-width: 820px) {
  .neural-img5 .two {
    display: none;
  }
}

.neural-playground6 {
  position: relative;
  margin: 50px 0;
}
@media (max-width: 1201px) {
  .neural-playground6 {
    margin: 0;
  }
}
.neural-playground6::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 683px;
  height: 1440px;
  background-image: url(../../images/layers/eclipe7-1.png);
  z-index: -11;
}
@media (max-width: 577px) {
  .neural-playground6::after {
    display: none;
  }
}
.neural-playground6 .neural-content {
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 1025px) {
  .neural-playground6 .neural-content .gradient-title {
    font-size: 66px;
  }
}
@media (max-width: 577px) {
  .neural-playground6 .neural-content .gradient-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .neural-playground6 .neural-content .gradient-title {
    font-size: 41px;
    line-height: 50px;
  }
}
.neural-playground6 .neural-content .gradient-title span {
  background-image: -webkit-linear-gradient(337deg, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(113deg, #45d0bd 0%, #44b6e9 100%);
}
.neural-playground6 .swiper.brand {
  max-width: 977px;
  margin-left: unset;
}

@media (max-width: 820px) {
  .neural-img6 {
    margin-left: -15px;
  }
}
.neural-img6 .one {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 99;
}
@media (max-width: 1440px) {
  .neural-img6 .one {
    width: 566px;
    top: 12%;
  }
}
@media (max-width: 1201px) {
  .neural-img6 .one {
    width: 488px;
  }
}
@media (max-width: 1025px) {
  .neural-img6 .one {
    width: 438px;
    top: 8%;
  }
}
@media (max-width: 820px) {
  .neural-img6 .one {
    position: static;
    width: unset;
  }
}
.neural-img6 .two {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .neural-img6 .two {
    bottom: 27%;
    left: 0;
    width: 468px;
  }
}
@media (max-width: 1366px) {
  .neural-img6 .two {
    width: 433px;
  }
}
@media (max-width: 1201px) {
  .neural-img6 .two {
    width: 386px;
    bottom: 21%;
  }
}
@media (max-width: 1025px) {
  .neural-img6 .two {
    width: 346px;
  }
}
@media (max-width: 769px) {
  .neural-img6 .two {
    display: none;
  }
}

.neural-playground7 {
  position: relative;
}
.neural-playground7::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 432px;
  height: 1199px;
  background-image: url(../../images/layers/eclips3.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 577px) {
  .neural-playground7::before {
    top: -20%;
  }
}
@media (max-width: 390px) {
  .neural-playground7::before {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .neural-playground7 .gradient-title {
    font-size: 89px;
    line-height: 93px;
  }
}
@media (max-width: 1201px) {
  .neural-playground7 .gradient-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1025px) {
  .neural-playground7 .gradient-title {
    font-size: 66px;
    line-height: 70px;
  }
}
@media (max-width: 820px) {
  .neural-playground7 .gradient-title {
    font-size: 57px;
  }
}
@media (max-width: 577px) {
  .neural-playground7 .gradient-title {
    font-size: 49px;
    line-height: 58px;
  }
}
@media (max-width: 390px) {
  .neural-playground7 .gradient-title {
    font-size: 34px;
    line-height: 1.3em;
  }
}
.neural-playground7 .gradient-title span {
  background-color: transparent;
  background-image: -webkit-linear-gradient(337deg, #45d0bd 0%, #44b6e9 100%);
  background-image: linear-gradient(113deg, #45d0bd 0%, #44b6e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.neural-playground7 .neural-content {
  padding: 0 50px 0 69px;
}
@media (max-width: 1440px) {
  .neural-playground7 .neural-content {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 820px) {
  .neural-playground7 .neural-content {
    padding-left: 0;
  }
}

.neural-img7 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -38px;
}
@media (max-width: 1440px) {
  .neural-img7 {
    left: -17%;
  }
}
@media (max-width: 1201px) {
  .neural-img7 {
    width: 435px;
  }
}
@media (max-width: 1025px) {
  .neural-img7 {
    width: 349px;
  }
}
@media (max-width: 769px) {
  .neural-img7 {
    position: relative;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 50px;
  }
}
.neural-img7::after {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 432px;
  height: 1022px;
  background-image: url(../../images/layers/eclips9.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1025px) {
  .neural-img7::after {
    top: -66%;
  }
}
@media (max-width: 769px) {
  .neural-img7::after {
    top: -28%;
    left: -15px;
  }
}
@media (max-width: 390px) {
  .neural-img7::after {
    display: none;
  }
}

.neural-playground8 {
  position: relative;
  padding: 120px 0 245px;
}
@media (max-width: 1025px) {
  .neural-playground8 {
    padding: 120px 0 100px;
  }
}
@media (max-width: 769px) {
  .neural-playground8 {
    padding: 80px 0 80px;
  }
}

.neural-content8 {
  position: relative;
  padding-left: 57px;
}
@media (max-width: 1440px) {
  .neural-content8 {
    padding-left: 0;
  }
}
.neural-content8 .gradient-title {
  color: var(--color-content-white);
}

.neural-img8 {
  position: absolute;
  top: 17%;
  left: 0;
}
@media (max-width: 1440px) {
  .neural-img8 {
    left: -16%;
  }
}
@media (max-width: 1366px) {
  .neural-img8 {
    width: 387px;
  }
}
@media (max-width: 1201px) {
  .neural-img8 {
    left: -11%;
    width: 309px;
  }
}
@media (max-width: 1025px) {
  .neural-img8 {
    width: 267px;
  }
}
@media (max-width: 769px) {
  .neural-img8 {
    width: 209px;
  }
}
@media (max-width: 577px) {
  .neural-img8 {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 363px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .neural-img8 {
    width: 303px;
  }
}

.page-banner {
  position: relative;
  background-image: url(../../images/bg/page1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner {
    padding: 123px 0 174px;
  }
}
@media (max-width: 480px) {
  .page-banner {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner {
    padding: 81px 0 132px;
  }
}
.page-banner::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1118px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner::before {
    background-size: contain;
    top: -28%;
  }
}

/* Project Banner with Featured Image */
.page-banner.project-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}
.page-banner.project-banner::before {
  display: none;
}
.page-banner.project-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
  border-radius: 28px;
  z-index: 0;
}
.page-banner.project-banner .container {
  position: relative;
  z-index: 1;
}
.page-banner.project-banner .banner-content {
  text-align: left;
}
.page-banner.project-banner .banner-content .title {
  color: #fff;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.page-banner.project-banner .banner-content .sub-title {
  color: rgba(255,255,255,0.8);
}
@media (max-width: 769px) {
  .page-banner.project-banner {
    min-height: 350px;
  }
  .page-banner.project-banner .banner-content .title {
    font-size: 36px;
  }
}
@media (max-width: 577px) {
  .page-banner.project-banner {
    min-height: 300px;
  }
  .page-banner.project-banner .banner-content .title {
    font-size: 28px;
  }
}

/* Project Details Section */
.mlp-project-details {
  padding: 80px 0;
}
.mlp-project-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}
.mlp-project-logo {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mlp-project-logo img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
.mlp-project-category {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.mlp-project-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.mlp-project-description {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.mlp-project-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  border-top: 1px solid #eee;
  padding-top: 25px;
}
.mlp-project-features li {
  color: #444;
  font-size: 15px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mlp-project-features li i {
  color: #006E90;
  font-size: 12px;
}
.mlp-project-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
}
.mlp-project-meta-item .meta-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a3a4a;
  margin-bottom: 8px;
}
.mlp-project-meta-item .meta-value {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.mlp-project-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a3a4a;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.mlp-project-btn:hover {
  background: #2d4a5a;
  color: #fff;
}
@media (max-width: 992px) {
  .mlp-project-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mlp-project-logo {
    padding: 20px;
  }
  .mlp-project-title {
    font-size: 32px;
  }
  .mlp-project-meta {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .mlp-project-details {
    padding: 50px 0;
  }
  .mlp-project-title {
    font-size: 26px;
  }
  .mlp-project-meta {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Project Full Image */
.mlp-project-fullimage {
  padding: 0 0 80px 0;
}
.mlp-project-fullimage-wrapper {
  border: 3px solid #006E90;
  border-radius: 15px;
  overflow: hidden;
}
.mlp-project-fullimage-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Project Navigation */
.mlp-project-nav {
  padding: 60px 0;
  background: #fafafa;
}
.mlp-project-nav-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mlp-project-nav-item {
  text-decoration: none;
  display: block;
  max-width: 45%;
}
.mlp-project-nav-item.empty {
  visibility: hidden;
}
.mlp-project-nav-item .nav-label {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}
.mlp-project-nav-item .nav-label i {
  font-size: 12px;
}
.mlp-project-nav-item .nav-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mlp-project-nav-item.next .nav-content {
  justify-content: flex-end;
}
.mlp-project-nav-item.next {
  text-align: right;
}
.mlp-project-nav-item .nav-thumb {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.mlp-project-nav-item .nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mlp-project-nav-item .nav-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mlp-project-nav-item .nav-category {
  font-size: 13px;
  color: #888;
}
.mlp-project-nav-item .nav-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a3a4a;
}
.mlp-project-nav-item:hover .nav-title {
  color: #006E90;
}
@media (max-width: 768px) {
  .mlp-project-nav-grid {
    flex-direction: column;
    gap: 30px;
  }
  .mlp-project-nav-item {
    max-width: 100%;
    width: 100%;
  }
  .mlp-project-nav-item.next {
    text-align: left;
  }
  .mlp-project-nav-item.next .nav-content {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}

.page-content {
  position: relative;
  text-align: center;
  max-width: 877px;
  margin: 0 auto;
}
@media (max-width: 390px) {
  .page-content {
    padding: 0 20px;
  }
}
.page-content .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  color: var(--color-content-white);
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .page-content .title {
    font-size: 62px;
    line-height: 64px;
  }
}
@media (max-width: 820px) {
  .page-content .title {
    font-size: 49px;
    line-height: 50px;
  }
}
@media (max-width: 577px) {
  .page-content .title {
    font-size: 39px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .page-content .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 390px) {
  .page-content .title {
    font-size: 31px;
    line-height: 41px;
  }
}

.shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 117px;
  height: 85px;
  background-image: url(../../images/layers/shape1-4.png);
  z-index: 99;
  border-radius: 20px 0 0 0;
}
@media (max-width: 769px) {
  .shape {
    display: none;
  }
}

.shape3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 292px;
  background-image: url(../../images/layers/shape1-6.png);
  z-index: 99;
}
@media (max-width: 769px) {
  .shape3 {
    display: none;
  }
}

.staff-text {
  position: absolute;
  right: 142px;
  bottom: 29px;
  font-family: "Manrope Alt", Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: -0.03em;
  word-spacing: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 0.75em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--color-content-white);
  white-space: nowrap;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-90deg) translateX(100%);
      -ms-transform: rotate(-90deg) translateX(100%);
          transform: rotate(-90deg) translateX(100%);
}
@media (max-width: 1201px) {
  .staff-text {
    font-size: 65px;
  }
}
@media (max-width: 769px) {
  .staff-text {
    display: none;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-content-white);
  padding: 35px 82px 26px;
  border-radius: 0 25px 0 25px;
}
@media (max-width: 769px) {
  .breadcrumbs {
    padding: 27px 55px 21px;
  }
}
@media (max-width: 480px) {
  .breadcrumbs {
    padding: 20px 53px 12px;
  }
}
.breadcrumbs::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape2-3.png);
  z-index: 99;
}
.breadcrumbs::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape2-2.png);
  z-index: 99;
}
.breadcrumbs li {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  color: var(--color-content-black2);
}
.breadcrumbs li:nth-child(4) {
  color: #c5c5c5;
  margin: 0 3px;
}
.breadcrumbs li:nth-child(2) {
  margin: 0 3px;
}
@media (max-width: 390px) {
  .breadcrumbs li:last-child {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
  }
}
.breadcrumbs li a {
  color: var(--color-content-black2);
  border-bottom: 1px solid var(--color-content-black2);
}
.breadcrumbs li a:hover {
  color: var(--color-primary);
}
.breadcrumbs .items {
  color: #c5c5c5;
  margin: 0 3px;
}

.page-banner2 {
  position: relative;
  background-image: url(../../images/bg/page1-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner2 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner2 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner2 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner2 {
    padding: 81px 0 132px;
  }
}
.page-banner2::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1118px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner2::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner2::before {
    background-size: contain;
    top: -28%;
  }
}
.page-banner2 .breadcrumbs li {
  white-space: nowrap;
}
@media (max-width: 390px) {
  .page-banner2 .breadcrumbs li:last-child {
    max-width: 50px;
  }
}

.page-banner3 {
  position: relative;
  background-image: url(../../images/bg/page1-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner3 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner3 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner3 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner3 {
    padding: 81px 0 132px;
  }
}
.page-banner3::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1023px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner3::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner3::before {
    background-size: contain;
    top: -28%;
  }
}

.page-banner4 {
  position: relative;
  background-image: url(../../images/bg/page1-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner4 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner4 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner4 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner4 {
    padding: 81px 0 132px;
  }
}
.page-banner4::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1023px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner4::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner4::before {
    background-size: contain;
    top: -28%;
  }
}
.page-banner4 .breadcrumbs li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .page-banner4 .breadcrumbs li:last-child {
    max-width: 90px;
  }
}

.page-banner5 {
  position: relative;
  background-image: url(../../images/bg/page1-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner5 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner5 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner5 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner5 {
    padding: 81px 0 132px;
  }
}
.page-banner5::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1154px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner5::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner5::before {
    background-size: contain;
    top: -28%;
  }
}

.page-banner6 {
  position: relative;
  background-image: url(../../images/bg/page1-6.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner6 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner6 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner6 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner6 {
    padding: 81px 0 132px;
  }
}
.page-banner6::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1118px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner6::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner6::before {
    background-size: contain;
    top: -28%;
  }
}

.page-banner7 {
  position: relative;
  background-image: url(../../images/bg/page1-7.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner7 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner7 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner7 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner7 {
    padding: 81px 0 132px;
  }
}
.page-banner7::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1023px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner7::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner7::before {
    background-size: contain;
    top: -28%;
  }
}

.page-banner8 {
  position: relative;
  background-image: url(../../images/bg/page1-8.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner8 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner8 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner8 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner8 {
    padding: 81px 0 132px;
  }
}
.page-banner8::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1023px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner8::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner8::before {
    background-size: contain;
    top: -28%;
  }
}

.page-banner9 {
  position: relative;
  background-image: url(../../images/bg/page1-9.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner9 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner9 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner9 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner9 {
    padding: 81px 0 132px;
  }
}
.page-banner9::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1115px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner9::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner9::before {
    background-size: contain;
    top: -28%;
  }
}

.page-banner10 {
  position: relative;
  background-image: url(../../images/bg/page1-10.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 146px 0 125px;
  margin: 15px;
  border-radius: 28px;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 769px) {
  .page-banner10 {
    padding: 122px 0 141px;
  }
}
@media (max-width: 577px) {
  .page-banner10 {
    padding: 86px 0 127px;
  }
}
@media (max-width: 480px) {
  .page-banner10 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner10 {
    padding: 81px 0 132px;
  }
}
@media (max-width: 390px) {
  .page-banner10 {
    padding: 81px 0 95px;
  }
}
@media (max-width: 769px) {
  .page-banner10 .shape {
    display: inline-block;
  }
}

.page-content10 {
  text-align: center;
}
.page-content10 img {
  margin-bottom: 73px;
}
@media (max-width: 577px) {
  .page-content10 img {
    margin-bottom: 30px;
  }
}
@media (max-width: 390px) {
  .page-content10 img {
    width: 120px;
  }
}
.page-content10 .title {
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 9px;
  color: transparent;
  font-family: var(--font-secondary);
  letter-spacing: -0.03em;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}
@media (max-width: 577px) {
  .page-content10 .title {
    font-size: 137px;
    line-height: 126px;
    margin-bottom: 23px;
  }
}
@media (max-width: 480px) {
  .page-content10 .title {
    font-size: 110px;
    line-height: 106px;
  }
}
@media (max-width: 390px) {
  .page-content10 .title {
    font-size: 88px;
    line-height: 78px;
  }
}
.page-content10 .title2 {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 20px;
  color: var(--color-content-white);
  font-weight: 400;
}
@media (max-width: 1025px) {
  .page-content10 .title2 {
    font-size: 65px;
    line-height: 68px;
  }
}
@media (max-width: 820px) {
  .page-content10 .title2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 577px) {
  .page-content10 .title2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .page-content10 .title2 {
    font-size: 33px;
    line-height: 32px;
  }
}
@media (max-width: 390px) {
  .page-content10 .title2 {
    font-size: 29px;
    line-height: 39px;
  }
}
.page-content10 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-white);
  max-width: 585px;
  margin: 0 auto 33px;
}
.page-content10 .ibt-btn {
  color: var(--color-content-white);
  border: 1px solid var(--color-content-white);
  margin-bottom: 104px;
}
.page-content10 .ibt-btn::before {
  display: none;
}
.page-content10 .ibt-btn:hover {
  border-color: transparent;
}
@media (max-width: 820px) {
  .page-content10 .ibt-btn {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .page-content10 .ibt-btn {
    margin-bottom: 25px;
  }
}
.page-content10 .social-icon {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-content-white);
  border-radius: 0 25px 0 25px;
  width: 295px;
  height: 88px;
}
@media (max-width: 577px) {
  .shape2 {
    width: 197px;
    height: 59px;
  }
}
@media (max-width: 390px) {
  .shape2 {
    width: 133px;
    height: 53px;
  }
}
.shape2::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape2-3.png);
  z-index: 99;
}
.shape2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape2-2.png);
  z-index: 99;
}

.shape4 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--color-content-white);
  border-radius: 25px 0 25px 0;
  width: 90px;
  height: 14.21vw;
}
@media (max-width: 480px) {
  .shape4 {
    width: 74px;
  }
}
.shape4::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape2-3.png);
  z-index: 99;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.shape4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape2-2.png);
  z-index: 99;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.page-banner11 {
  position: relative;
  background-image: url(../../images/bg/page1-11.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 217px 0 235px;
  margin: 21px 20px 0;
  border-radius: 28px;
}
@media (max-width: 769px) {
  .page-banner11 {
    padding: 125px 0 178px;
  }
}
@media (max-width: 577px) {
  .page-banner11 {
    padding: 123px 0 196px;
  }
}
@media (max-width: 480px) {
  .page-banner11 {
    padding: 114px 0 160px;
  }
}
@media (max-width: 480px) {
  .page-banner11 {
    padding: 81px 0 132px;
  }
}
.page-banner11::before {
  content: "";
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  height: 1078px;
  background-image: url(../../images/layers/bg-layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1201px) {
  .page-banner11::before {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .page-banner11::before {
    background-size: contain;
    top: -28%;
  }
}

.simple-sidebar {
  position: relative;
}

.ser-widget {
  position: relative;
  background-color: #f0f2f4;
  border-radius: 25px;
  padding: 47px 22px 44px 46px;
}
@media (max-width: 1201px) {
  .ser-widget {
    padding: 47px 13px 44px 29px;
  }
}
@media (max-width: 1025px) {
  .ser-widget {
    padding: 47px 23px 44px 39px;
  }
}
.ser-widget a {
  position: relative;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #8a9199;
  display: block;
  overflow: hidden;
}
@media (max-width: 1201px) {
  .ser-widget a {
    font-size: 18px;
    line-height: 40px;
  }
}
.ser-widget a:hover {
  color: var(--color-heading);
  padding-left: 24px;
}
.ser-widget a:hover::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.ser-widget a::before {
  content: "\e82d";
  font: 400 normal 0.5625em/1em "fontello";
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--color-heading);
  -webkit-transform: translateX(-24px);
      -ms-transform: translateX(-24px);
          transform: translateX(-24px);
}

.brochure-widget {
  position: relative;
  background-color: #aa8ee0;
  border-radius: 25px;
  padding: 72px 45px 65px;
}
.brochure-widget::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 212px;
  height: 222px;
  background-image: url(../../images/layers/dotes.png);
  z-index: 0;
}
.brochure-widget .sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-content-white);
  margin-bottom: 14px;
  display: inline-block;
}
.brochure-widget .title {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.03em;
  margin-bottom: 31px;
  font-weight: 400;
  color: var(--color-content-white);
  z-index: 999;
}
.brochure-widget .ibt-btn {
  border: 1px solid var(--color-content-white);
  color: var(--color-content-white);
  border-radius: 10px;
  font-size: 14px;
  height: 50px;
}
.brochure-widget .ibt-btn i {
  margin-left: 5px;
}
.brochure-widget .ibt-btn::before {
  display: none;
}
.brochure-widget .ibt-btn:hover {
  border-color: transparent;
}

.strategy-widget {
  position: relative;
}
.strategy-widget img {
  width: 100%;
}

.strategy-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 44px 35px;
}
.strategy-content .title {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  font-weight: 400;
  color: var(--color-content-white);
}
.strategy-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-white);
  margin-bottom: 0;
}

.side-widget {
  margin-bottom: 28px;
}

.side-bar2 {
  position: relative;
}
@media (max-width: 820px) {
  .side-bar2 {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 86px 20px 32px;
    width: 349px;
    height: 100vh;
    background: var(--color-content-white);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 99999999;
  }
}

.sidebar-close {
  background: none;
  display: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 15px;
  outline: none !important;
}
@media (max-width: 820px) {
  .sidebar-close {
    display: inline-block;
  }
}
.sidebar-close::before {
  content: "\e803";
  font: 400 normal 16px/16px "fontello";
}

.side-bar2.active {
  right: 0;
}

.form-widget form {
  position: relative;
  margin-bottom: 22px;
}
.form-widget form input {
  border: 1px solid #adadad;
  border-radius: 20px;
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  padding: 0 21px;
}
.form-widget form input::-webkit-input-placeholder {
  color: #898989;
}
.form-widget form input::-moz-placeholder {
  color: #898989;
}
.form-widget form input:-ms-input-placeholder {
  color: #898989;
}
.form-widget form input::-ms-input-placeholder {
  color: #898989;
}
.form-widget form input::placeholder {
  color: #898989;
}
.form-widget form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  border: 0;
  background-color: unset;
  font-size: 17px;
  color: var(--color-content-black2);
  outline: none;
}

.side-widget2 {
  margin-bottom: 49px;
}

.side-bar-title {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-heading);
  padding-bottom: 12px;
  margin-bottom: 32px;
}
.side-bar-title::before {
  content: "\e82d";
  display: block;
  font-family: "fontello";
  font-size: 0.4em;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}
.side-bar-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
}

.recent-post {
  position: relative;
  padding-left: 92px;
  margin-bottom: 18px;
}
.recent-post img {
  position: absolute;
  top: 10px;
  left: 0;
}
.recent-post .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #9b9b9b;
  display: block;
  margin-bottom: 2px;
}
.recent-post .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-heading);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.recent-post .title:hover {
  background-size: 100% 2px;
}
.recent-post .title:hover a {
  color: var(--color-heading);
}

.recent-post2 {
  position: relative;
  padding-left: 92px;
  margin-bottom: 18px;
}
.recent-post2 img {
  position: absolute;
  top: 5px;
  left: 0;
}
.recent-post2 .sub-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #9b9b9b;
  display: block;
  margin: 6px 0 0;
}
.recent-post2 .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 7px;
  color: var(--color-heading);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
  background: -webkit-linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 0px 100%/0px 2px no-repeat;
  -webkit-transition: 0.3s, background-size 0.5s;
  transition: 0.3s, background-size 0.5s;
}
.recent-post2 .title:hover {
  background-size: 100% 2px;
}
.recent-post2 .title:hover a {
  color: var(--color-heading);
}
.recent-post2 .rating li {
  margin: 7px 0 0;
}

.archive-widget {
  position: relative;
}
.archive-widget a {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-heading);
  letter-spacing: -0.03em;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.archive-widget a:last-child {
  margin-bottom: 0;
}
.archive-widget a::before {
  content: "\e82d";
  font: 400 normal 0.5625em/1em "fontello";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--color-heading);
  -webkit-transform: translateX(-17px);
      -ms-transform: translateX(-17px);
          transform: translateX(-17px);
}
.archive-widget a:hover {
  padding-left: 17px;
}
.archive-widget a:hover::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.tag-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -10px;
}
.tag-list li {
  margin: 0 6px 10px 0;
}
.tag-list li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-content-black2);
  height: 35px;
  line-height: 35px;
  background-color: #f0f2f4;
  border-radius: 50px;
  padding: 0 14px;
  display: inline-block;
}
.tag-list li a:hover {
  background-color: var(--color-content-black2);
  color: var(--color-content-white);
}

.sidebar-toggle {
  position: fixed;
  right: 0;
  left: auto;
  top: 50%;
  width: 40px;
  height: 60px;
  margin: -30px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font: 400 normal 18px/1 "fontello";
  z-index: 9;
  opacity: 1;
  border: solid 1px;
  border-right: none;
  background-color: var(--color-content-white);
  display: none;
  z-index: 999;
}
@media (max-width: 820px) {
  .sidebar-toggle {
    display: inline-block;
  }
}
.sidebar-toggle::before {
  content: "\e825";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  right: auto;
  margin: -9px 0 0 -9px;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999999;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.side-bar3 {
  position: relative;
}
@media (max-width: 820px) {
  .side-bar3 {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 86px 20px 32px;
    width: 369px;
    height: 100vh;
    background: var(--color-content-white);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 99999999;
  }
}

.side-widget3 {
  margin-bottom: 57px;
}

.recent-post3 {
  position: relative;
  padding-left: 86px;
}
.recent-post3 img {
  position: absolute;
  top: 4px;
  left: 0;
}
.recent-post3 .title {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 4px;
  letter-spacing: 0;
  color: var(--color-heading);
}
@media (max-width: 769px) {
  .recent-post3 .title {
    font-size: 14px;
  }
}
.recent-post3 .title a:hover {
  color: var(--color-content-white);
}
.recent-post3 .rating li {
  margin: 0;
}
.recent-post3 span {
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
  display: inline-block;
  font-weight: 500;
  margin-top: 3px;
}

.order-widget {
  position: relative;
}
.order-widget .price2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-content-black2);
  display: inline-block;
}
.order-widget tbody tr {
  border-bottom: 1px solid var(--color-content-black2);
}
.order-widget tbody tr td {
  border: 0;
  padding: 28px 0 32px;
}
.order-widget tbody tr .price-data {
  padding-right: 35px;
}
@media (max-width: 820px) {
  .order-widget tbody tr .price-data {
    padding-right: 21px;
  }
}

.sidebar-title3 {
  position: relative;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
  color: var(--color-heading);
  font-weight: 400;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
.sidebar-title3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, #8258c8, #2c84c8);
  background: linear-gradient(to right, #8258c8, #2c84c8);
}

.cart-widget3 {
  position: relative;
  background-color: #f0f2f4;
  border-radius: 25px;
  padding: 42px 45px 53px;
}
@media (max-width: 769px) {
  .cart-widget3 {
    padding: 42px 29px 53px;
  }
}
.cart-widget3 .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--color-heading);
}
.cart-widget3 table {
  margin-bottom: 0;
}
.cart-widget3 table tr th {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  padding-bottom: 17px;
}
.cart-widget3 table tr th:first-child {
  min-width: 268px;
}
@media (max-width: 1201px) {
  .cart-widget3 table tr th:first-child {
    min-width: 210px;
  }
}
.cart-widget3 table tbody tr:first-child {
  border-bottom: 1px solid var(--color-heading);
}
.cart-widget3 table tbody tr:first-child td {
  padding: 0 0 19px;
}
.cart-widget3 table tbody tr:last-child td {
  padding-top: 13px;
}
.cart-widget3 table tbody tr td {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--color-heading);
  font-family: var(--font-secondary);
}

.payment-methods .method {
  margin-bottom: 13px;
  overflow: hidden;
}
.payment-methods .method input[type=radio] ~ label::after {
  display: none;
}
.payment-methods .method input[type=radio] {
  display: none;
}
.payment-methods .method input[type=radio]:checked + label::before {
  background: var(--color-content-black2);
  border-color: #d9d9d9;
}
.payment-methods .method input[type=radio]:checked ~ .content {
  display: block;
}
.payment-methods .method label {
  display: block;
  cursor: pointer;
  position: relative;
}
.payment-methods .method label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d9d9d9;
}
.payment-methods .method label span {
  margin-left: 7px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-content-black2);
}
.payment-methods .method .content {
  position: relative;
  display: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-content-black2);
  background-color: #f0f2f4;
  border-radius: 25px;
  padding: 33px 31px 30px;
  margin: 16px 0 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.payment-methods .method .content::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 29px;
  width: 20px;
  height: 18px;
  background-image: url(../../images/icon/triangel.png);
}

.payment-widget {
  position: relative;
}
.payment-widget .para {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 18px 0 28px;
  color: var(--color-content-black2);
  max-width: 358px;
}
.payment-widget form input[type=checkbox]:checked ~ label::before {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.payment-widget form input[type=checkbox]:checked ~ label::after {
  border-color: var(--color-content-black2);
  top: 11px;
}
.payment-widget form label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-black2);
  padding-left: 28px;
}
@media (max-width: 769px) {
  .payment-widget form label {
    line-height: 26px;
  }
}
.payment-widget form label::before {
  background-color: #d9d9d9;
  top: 7px;
}
.payment-widget form .ibt-btn {
  height: 50px;
  margin-top: 39px;
  outline: none !important;
}
.payment-widget form .ibt-btn i {
  margin: 0;
}

.sidebar-close3 {
  background: none;
  display: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 15px;
}
@media (max-width: 769px) {
  .sidebar-close3 {
    display: inline-block;
  }
}
.sidebar-close3::before {
  content: "\e803";
  font: 400 normal 16px/16px "fontello";
}

.side-bar3.active {
  right: 0;
}

.sidebar-toggle3 {
  position: fixed;
  right: 0;
  left: auto;
  top: 50%;
  width: 40px;
  height: 60px;
  margin: -30px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font: 400 normal 18px/1 "fontello";
  z-index: 9;
  opacity: 1;
  border: solid 1px;
  border-right: none;
  background-color: var(--color-content-white);
  display: none;
}
@media (max-width: 820px) {
  .sidebar-toggle3 {
    display: inline-block;
  }
}
.sidebar-toggle3::before {
  content: "\e825";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  right: auto;
  margin: -9px 0 0 -9px;
}

.sidebar-overlay3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999999;
}

.sidebar-overlay3.active {
  opacity: 1;
  visibility: visible;
}

.project-sec {
  position: relative;
  background-color: var(--color-surface-dark-2);
  border-radius: 25px;
  margin: 0 20px;
  overflow: hidden;
}
.project-sec .title-area {
  margin-bottom: 43px;
}
@media (max-width: 1366px) {
  .project-sec .title-area {
    margin: 0 10px 0;
  }
}
@media (max-width: 769px) {
  .project-sec .title-area {
    margin: 0 19px 0;
  }
}
@media (max-width: 577px) {
  .project-sec .title-area {
    margin: 0 7px 0;
  }
}
.project-sec .title-area .sec-title {
  max-width: 839px;
}
@media (max-width: 1201px) {
  .project-sec .title-area .sec-title {
    max-width: 755px;
  }
}
@media (max-width: 1025px) {
  .project-sec .title-area .sec-title {
    margin-bottom: 30px !important;
  }
}

.project-btn {
  max-width: 1324px;
  margin: 0 auto;
}

.project-slider {
  padding: 50px 0;
}

.counter-box5 {
  position: relative;
  display: inline-block;
}
.counter-box5 .counter-number,
.counter-box5 .counter-text {
  font-size: 116px;
  line-height: 94px;
  font-weight: 700;
  display: inline-block;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  color: transparent;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  color: var(--color-surface-dark-2);
  -webkit-background-clip: text;
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 100%);
  font-family: "Manrope", Sans-serif;
}
@media (max-width: 1201px) {
  .counter-box5 .counter-number,
  .counter-box5 .counter-text {
    font-size: 99px;
  }
}
@media (max-width: 769px) {
  .counter-box5 .counter-number,
  .counter-box5 .counter-text {
    font-size: 80px;
  }
}
.counter-box5 .counter-number {
  width: 215px;
  text-align: right;
}
@media (max-width: 1201px) {
  .counter-box5 .counter-number {
    width: 185px;
  }
}
@media (max-width: 1025px) {
  .counter-box5 .counter-number {
    text-align: left;
    width: unset;
  }
}

.user-count {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
@media (max-width: 1025px) {
  .user-count {
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .user-count {
    max-width: 280px;
  }
}
.user-count .user {
  position: absolute;
  top: 57px;
  right: -24px;
}
@media (max-width: 1025px) {
  .user-count .user {
    right: 0;
  }
}
@media (max-width: 769px) {
  .user-count .user {
    right: 22%;
  }
}
@media (max-width: 480px) {
  .user-count .user {
    right: 11%;
  }
}

.project-card {
  position: relative;
  border: 1px solid #4a4a4a;
  border-radius: 25px;
  padding: 34px 42px 64px;
  min-height: 600px;
  overflow: hidden;
  max-width: 600px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0 10px;
}
@media (max-width: 1440px) {
  .project-card {
    padding: 34px 32px 53px;
  }
}
@media (max-width: 390px) {
  .project-card {
    padding: 34px 32px 29px;
  }
}
@media (max-width: 769px) {
  .project-card {
    min-height: 400px;
  }
}
.project-card:hover {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  border-color: transparent;
}
.project-card:hover:hover::before {
  opacity: 1;
  visibility: visible;
}
.project-card:hover .projec-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/project/project1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-card span {
  position: relative;
  font-size: 12px;
  line-height: 33px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--color-content-white);
  height: 35px;
  padding: 0 15px;
}
.project-card span::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border ki width */
  border-radius: 50px;
  background: -webkit-linear-gradient(left, #45d0bd, #44b6e9);
  background: linear-gradient(90deg, #45d0bd, #44b6e9); /* 👈 gradient colors */
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.projec-content {
  position: relative;
  max-width: 334px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(127px);
      -ms-transform: translateY(127px);
          transform: translateY(127px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 390px) {
  .projec-content {
    -webkit-transform: translateY(152px);
        -ms-transform: translateY(152px);
            transform: translateY(152px);
  }
}
.projec-content .title {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 17px;
  color: var(--color-content-white);
}
.projec-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  color: var(--color-content-white);
  font-weight: 500;
}

.empty {
  position: relative;
  height: 524px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .empty {
    height: 453px;
  }
}

.project-btn {
  position: relative;
}
@media (max-width: 1366px) {
  .project-btn {
    margin: 40px 10px 0;
  }
}
@media (max-width: 480px) {
  .project-btn {
    text-align: center;
  }
}
@media (max-width: 390px) {
  .project-btn {
    margin-top: 0;
  }
}
.project-btn .ibt-btn-outline {
  color: var(--color-content-white);
}
.project-btn .custom-pagination {
  position: absolute;
  bottom: 3px;
  right: 18px;
  text-align: center;
}
@media (max-width: 480px) {
  .project-btn .custom-pagination {
    position: static;
    margin-bottom: 30px;
  }
}
.project-btn .custom-pagination span {
  display: inline-block;
  width: 48px;
  height: 3px;
  background: #717171;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-btn .custom-pagination span.active {
  background: var(--color-content-white);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  height: 6px;
  border-radius: 6px;
}

.project-card.v2::before {
  background-image: url(../../images/project/project1-2.png);
}

.project-card.v3::before {
  background-image: url(../../images/project/project1-3.png);
}

.project-card.v4::before {
  background-image: url(../../images/project/project1-4.png);
}

.project-sec2 {
  position: relative;
  background-color: var(--color-heading);
  padding: 155px 15px 45px;
  margin: 0 20px;
  border-radius: 25px;
}
@media (max-width: 1201px) {
  .project-sec2 {
    padding: 120px 15px 45px;
  }
}
@media (max-width: 1025px) {
  .project-sec2 {
    padding: 80px 15px 45px;
  }
}
@media (max-width: 390px) {
  .project-sec2 {
    padding: 155px 0 45px;
  }
}
.project-sec2 .title-area {
  margin-bottom: 60px;
}
@media (max-width: 1201px) {
  .project-sec2 .title-area .title {
    max-width: 770px;
  }
}
@media (max-width: 820px) {
  .project-sec2 .title-area .title {
    margin-bottom: 30px;
  }
}
.project-sec2 .title-area .ibt-btn-outline {
  color: var(--color-content-white);
}
.project-sec2 .sec-title {
  margin-right: 30px;
  max-width: 973px;
}

.project-block2 {
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 148px;
  height: 430px;
}
@media (max-width: 1201px) {
  .project-block2 {
    height: 333px;
  }
}
@media (max-width: 1025px) {
  .project-block2 {
    height: 379px;
  }
}
@media (max-width: 577px) {
  .project-block2 {
    height: 326px;
  }
}
@media (max-width: 390px) {
  .project-block2 {
    height: 364px;
  }
}
.project-block2 > img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.project-content2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding-left: 67px;
  width: 100%;
}
@media (max-width: 1025px) {
  .project-content2 {
    top: 47%;
  }
}
@media (max-width: 820px) {
  .project-content2 {
    padding-left: 54px;
  }
}
@media (max-width: 769px) {
  .project-content2 {
    width: unset;
  }
}
@media (max-width: 480px) {
  .project-content2 {
    padding-left: 33px;
  }
}
.project-content2 .sub-title {
  font-size: 12px;
  line-height: 33px;
  height: 35px;
  margin-bottom: 28px;
  color: var(--color-content-white);
  padding: 0 15px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #46bfda;
}
.project-content2 .title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-content-white);
  max-width: 832px;
}
@media (max-width: 1025px) {
  .project-content2 .title {
    font-size: 34px;
    line-height: 42px;
    max-width: 568px;
  }
}
@media (max-width: 577px) {
  .project-content2 .title {
    font-size: 25px;
    line-height: 32px;
    max-width: 450px;
  }
}
@media (max-width: 480px) {
  .project-content2 .title {
    max-width: 320px;
  }
}
@media (max-width: 390px) {
  .project-content2 .title {
    max-width: 234px;
    font-size: 24px;
  }
}
.project-content2 .title a {
  color: var(--color-content-white);
}
.project-content2 .ser-btn3 {
  position: absolute;
  bottom: 9px;
  right: 134px;
  padding-right: 23px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1366px) {
  .project-content2 .ser-btn3 {
    right: 67px;
  }
}
@media (max-width: 820px) {
  .project-content2 .ser-btn3 {
    right: 54px;
  }
}
@media (max-width: 769px) {
  .project-content2 .ser-btn3 {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 10px;
  }
}
.project-content2 .ser-btn3:hover {
  padding: 0 0 0 23px;
}
.project-content2 .ser-btn3:hover::before {
  -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
}
.project-content2 .ser-btn3:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.project-content2 .ser-btn3::before {
  content: "\e82d";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  right: 0;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.project-content2 .ser-btn3::after {
  content: "\e82d";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transform: translateX(-18px);
      -ms-transform: translateX(-18px);
          transform: translateX(-18px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

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

.project-block3 {
  position: relative;
}
.project-block3 .text {
  position: absolute;
  bottom: 38%;
  left: 26%;
  font-weight: 600;
  color: var(--color-content-white);
  line-height: 70px;
  font-size: 80px;
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.project-block3 .text.v2 {
  bottom: 28%;
  left: 33%;
}
.project-block3 .text.v3 {
  bottom: 21%;
  left: 49%;
}

.project-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
  will-change: transform;
}

.project-block3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}

.project-block3 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.project-track.v2 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.project-sec4 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  border-radius: 25px;
}
.project-sec4 .user-count {
  display: inherit;
  padding-right: 0;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: auto;
  max-width: 292px;
  margin-top: 27px;
}
@media (max-width: 769px) {
  .project-sec4 .user-count {
    margin-left: 0;
  }
}
.project-sec4 .user-count .counter-number {
  text-align: left;
  width: unset;
}
.project-sec4 .user-count .user {
  position: static;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  margin: 0;
  display: block;
  margin-top: 11px;
}
@media (max-width: 1366px) {
  .project-sec4 .title-area {
    margin: 0 27px 50px;
  }
}
@media (max-width: 769px) {
  .project-sec4 .title-area {
    margin: 0 19px 50px;
  }
}
@media (max-width: 577px) {
  .project-sec4 .title-area {
    margin: 0 7px 50px;
  }
}
@media (max-width: 1025px) {
  .project-sec4 .title-area .sec-title {
    max-width: 454px;
  }
}
@media (max-width: 769px) {
  .project-sec4 .title-area .sec-title {
    max-width: 454px;
  }
}

.project-btn4 {
  position: relative;
  margin-top: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 769px) {
  .project-btn4 {
    margin-top: 30px;
  }
}

.slider-btn4 {
  position: relative;
  border-radius: 25px 25px 0 0;
  width: 120px;
  height: 57px;
  line-height: 46px;
  z-index: 9;
  text-align: center;
  margin-right: 8px;
}
@media (max-width: 1440px) {
  .slider-btn4 {
    right: 0%;
  }
}
@media (max-width: 769px) {
  .slider-btn4 {
    right: auto;
    left: 0px;
    top: 45%;
  }
}
@media (max-width: 577px) {
  .slider-btn4 {
    top: 50%;
  }
}
.slider-btn4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border ki width */
  border-radius: 15px;
  background: -webkit-linear-gradient(left, #7b5cc8, #5e6bc9, #3480c8);
  background: linear-gradient(90deg, #7b5cc8, #5e6bc9, #3480c8); /* 👈 gradient colors */
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.slider-btn4 .swiper-button-prev,
.slider-btn4 .swiper-button-next {
  background-color: unset;
  border: 0;
  outline: none;
  padding: 0 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--color-content-white);
}
.slider-btn4 .swiper-button-prev:hover,
.slider-btn4 .swiper-button-next:hover {
  color: var(--color-primary);
}
.slider-btn4 .swiper-button-prev::after,
.slider-btn4 .swiper-button-next::after {
  display: none;
}
.slider-btn4 .swiper-button-prev {
  margin-right: 30px;
}
.slider-btn4 .swiper-button-prev::before {
  content: "\e833";
  font: 400 normal 11px/1em "fontello";
}
.slider-btn4 .swiper-button-next::before {
  content: "\e844";
  font: 400 normal 11px/1em "fontello";
}

.project-card4 {
  position: relative;
  height: 564px;
  border: 1px solid #4a4a4a;
  border-radius: 25px;
  padding: 42px 45px 45px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.project-card4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: url(../../images/layers/pro-layer.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-card4:hover::before {
  opacity: 1;
  visibility: visible;
  height: 193px;
}

.project-content4 {
  position: relative;
}
.project-content4 .title {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.03em;
  margin-bottom: 37px;
}
.project-content4 .title a {
  color: var(--color-content-white);
}
.project-content4 .ibt-btn {
  padding: 7px 15px 8px 16px;
  color: var(--color-content-white);
  height: unset;
  font-size: 14px;
}
.project-content4 .ibt-btn span::before {
  content: "\e83a";
  position: relative;
  display: inline-block;
  width: 1.21739em;
  text-align: start;
  top: 1px;
  margin: 0 13px 0 0;
  font: 400 normal 15px "fontello";
}

.project-sec5 {
  position: relative;
  background-color: #f0f2f4;
  border-radius: 20px;
  margin: 0 20px;
}
.project-sec5 .title-area {
  margin-bottom: 154px;
}
@media (max-width: 1025px) {
  .project-sec5 .title-area {
    margin-bottom: 50px;
  }
}
.project-sec5 .title-area .sec-title {
  max-width: 619px;
}
@media (max-width: 1025px) {
  .project-sec5 .title-area .sec-title {
    max-width: 665px;
    margin-top: 40px;
  }
}
@media (max-width: 1025px) {
  .project-sec5 .row {
    margin-bottom: -30px;
  }
}

.user-count5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 91px;
}
@media (max-width: 1025px) {
  .user-count5 {
    margin-bottom: 32px;
  }
}
.user-count5 .user {
  color: var(--color-heading);
  margin: 0;
}

.counter-box16 {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}
.counter-box16 .counter-number,
.counter-box16 .counter-text {
  background-color: transparent;
  color: #f0f2f4;
  font-size: 150px;
  line-height: 113px;
  letter-spacing: -0.05em;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(352deg, #8258c8 0%, #2c84c8 100%);
  background-image: linear-gradient(98deg, #8258c8 0%, #2c84c8 100%);
  padding: 0px 2px 0px 0px;
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
}
@media (max-width: 769px) {
  .counter-box16 .counter-number,
  .counter-box16 .counter-text {
    font-size: 119px;
  }
}
@media (max-width: 390px) {
  .counter-box16 .counter-number,
  .counter-box16 .counter-text {
    font-size: 78px;
  }
}

.project-card5 {
  position: relative;
}
@media (max-width: 1025px) {
  .project-card5 {
    margin-bottom: 30px;
  }
}

.project-content5 {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 577px) {
  .project-content5 {
    padding-top: 25px;
  }
}
.project-content5 .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--color-heading);
  max-width: 422px;
}
.project-content5 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-content-black2);
  max-width: 345px;
}

.project-img5 {
  position: relative;
}
.project-img5::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 91px;
  height: 79px;
  background-image: url(../../images/layers/ser-layer11.png);
  border-radius: 0 0 20px 0;
}
.project-img5 img {
  width: 100%;
  border-radius: 25px;
}

.project-card5.v2 {
  margin-top: 96px;
  margin-left: 95px;
}
@media (max-width: 1025px) {
  .project-card5.v2 {
    margin: 0 0 30px;
  }
}
.project-card5.v2 p {
  max-width: 383px;
}

.project-card5.v1 {
  margin-right: 95px;
}
@media (max-width: 1025px) {
  .project-card5.v1 {
    margin-right: 0;
  }
}

.project-sec6 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  border-radius: 25px;
  margin: 20px 20px 0;
}
.project-sec6::before {
  content: "";
  position: absolute;
  bottom: -35%;
  left: 0;
  width: 100%;
  height: 1309px;
  background-image: url(../../images/layers/layer11-2.png);
  z-index: -1;
}
@media (max-width: 1366px) {
  .project-sec6 .title-area {
    padding: 0 27px;
  }
}
@media (max-width: 769px) {
  .project-sec6 .title-area {
    padding: 0 19px;
  }
}
@media (max-width: 577px) {
  .project-sec6 .title-area {
    padding: 0 7px;
  }
}
.project-sec6 .title-area .sec-title {
  max-width: 850px;
}
@media (max-width: 1025px) {
  .project-sec6 .title-area .sec-title {
    margin-bottom: 30px !important;
  }
}
.project-sec6 .sec-btn-box {
  position: relative;
}
.project-sec6 .sec-btn-box .ibt-btn {
  color: var(--color-content-white);
}
.project-sec6 .row {
  margin-bottom: -30px;
}

.project-block6 {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .project-block6 {
    height: 330px;
  }
}
.project-block6 > img {
  height: 100%;
  width: 100%;
}
.project-block6 .music {
  position: absolute;
  top: 51px;
  left: 45px;
  height: unset;
  width: unset !important;
}
.project-block6 .title {
  position: absolute;
  bottom: 37px;
  left: 42px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 0;
  max-width: 353px;
}
@media (max-width: 480px) {
  .project-block6 .title {
    max-width: 277px;
  }
}
@media (max-width: 390px) {
  .project-block6 .title {
    max-width: 145px;
    line-height: 24px;
    font-size: 20px;
  }
}

.video-btn6 {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.video-btn6 .video-popup {
  position: static;
}
.video-btn6 .video-popup i {
  color: var(--color-content-white);
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin: 0;
}
.video-btn6 .video-popup:hover i {
  background-color: var(--color-content-white);
  color: var(--color-content-black2);
}

.project-sec7 {
  position: relative;
}

.video-banner3 {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 769px) {
  .video-banner3 {
    height: 430px;
  }
}
.video-banner3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 322px;
  height: 107px;
  background-image: url(../../images/layers/banner-3.png);
}
.video-banner3 img {
  border-radius: 25px;
  height: 100%;
}

.video-banner-content7 {
  position: absolute;
  top: 228px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 1440px) {
  .video-banner-content7 {
    top: 130px;
  }
}
@media (max-width: 1201px) {
  .video-banner-content7 {
    top: 110px;
  }
}
.video-banner-content7 img {
  margin-bottom: 46px;
}
@media (max-width: 1025px) {
  .video-banner-content7 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 390px) {
  .video-banner-content7 img {
    margin-bottom: 30px;
  }
}
.video-banner-content7 .title {
  font-size: 120px;
  line-height: 110px;
  margin-bottom: 0;
  color: var(--color-content-white);
}
@media (max-width: 1366px) {
  .video-banner-content7 .title {
    font-size: 106px;
    line-height: 92px;
  }
}
@media (max-width: 1025px) {
  .video-banner-content7 .title {
    font-size: 63px;
    line-height: 56px;
  }
}
@media (max-width: 577px) {
  .video-banner-content7 .title {
    font-size: 48px;
    line-height: 47px;
  }
}
@media (max-width: 390px) {
  .video-banner-content7 .title {
    font-size: 41px;
    line-height: 39px;
  }
}

.project-block7 {
  position: relative;
  margin-bottom: 32px;
  border-radius: 25px;
  overflow: hidden;
  cursor: none;
}
.project-block7:hover .architecture {
  opacity: 1;
  visibility: visible;
}
.project-block7:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.project-block7 img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-img7 {
  position: relative;
}
@media (max-width: 820px) {
  .project-img7 {
    margin-bottom: 30px;
  }
}

.project-block7.v2 {
  position: relative;
  height: 854px;
}
@media (max-width: 1440px) {
  .project-block7.v2 {
    height: 100%;
  }
}

.architecture {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 36px 28px 27px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--color-content-white);
  border-radius: 0 25px 0 25px;
}
.architecture::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/gallery-shap.png);
}
.architecture::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/gallery-shap.png);
}
.architecture a {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: var(--color-heading);
  display: inline-block;
  z-index: 99;
  text-decoration: none;
}

.project-block7.v3 {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .project-block7.v3 {
    margin-bottom: 30px;
  }
}

.project-block7.v4 {
  height: 792px;
}

.project-single {
  position: relative;
}
@media (max-width: 1201px) {
  .project-single {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .project-single {
    margin: 0 5px;
  }
}

.project-content7 {
  position: relative;
}
.project-content7 .paragraph {
  font-weight: 500;
}
.project-content7 .ser-detail-list li i {
  color: #566fc9;
}

.project-post-meta {
  position: relative;
  border-top: 1px solid var(--color-content-black2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  margin: 36px 0 52px;
}
@media (max-width: 390px) {
  .project-post-meta {
    display: block;
  }
}

.post-meta-item {
  position: relative;
  margin-right: 68px;
}
@media (max-width: 480px) {
  .post-meta-item {
    margin-right: 25px;
  }
}
@media (max-width: 390px) {
  .post-meta-item {
    margin-bottom: 30px;
  }
}
.post-meta-item .title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 7px;
  letter-spacing: -0.03em;
  color: var(--color-heading);
}
.post-meta-item p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: #959595;
  max-width: 161px;
}

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

.video-banner-img4 {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.video-box6 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 32px 90px 24px 73px;
  background-color: var(--color-content-white);
  border-radius: 25px 0px 0px 0px;
  z-index: 99;
}
@media (max-width: 480px) {
  .video-box6 {
    padding: 27px 60px 22px 50px;
  }
}
.video-box6::before {
  content: "";
  position: absolute;
  right: 0px;
  top: -19px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/corner1-2.png);
}
.video-box6::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 21px;
  height: 20px;
  background-image: url(../../images/layers/corner1-1.png);
}
.video-box6 .video-popup {
  position: static;
  color: var(--color-content-black2);
}

.process-sec {
  position: relative;
}
@media (max-width: 1201px) {
  .process-sec {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .process-sec {
    margin: 0 5px;
  }
}

.process-title {
  position: relative;
}
@media (max-width: 769px) {
  .process-title {
    margin-bottom: 30px;
  }
}
.process-title .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-heading);
  letter-spacing: -0.05em;
  text-transform: capitalize;
}

.process-detail {
  position: relative;
}
.process-detail .paragraph {
  font-weight: 700;
  margin-bottom: 30px;
}
.process-detail p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-black2);
}

blockquote {
  background-color: #f0f2f4;
  border-radius: 25px;
  padding: 66px 46px 54px;
  margin-top: 62px;
}
@media (max-width: 480px) {
  blockquote {
    padding: 47px 32px 44px;
  }
}

.quote-box {
  position: relative;
  padding-left: 83px;
}
@media (max-width: 577px) {
  .quote-box {
    padding-left: 0;
  }
}
.quote-box img {
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 577px) {
  .quote-box img {
    position: static;
    margin-bottom: 30px;
  }
}
.quote-box .title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 7px;
  font-weight: 400;
  color: var(--color-content-black2);
  font-style: normal;
}
@media (max-width: 480px) {
  .quote-box .title {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 9px;
  }
}
@media (max-width: 390px) {
  .quote-box .title {
    font-size: 18px;
    line-height: 29px;
  }
}
.quote-box .sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #8f9092;
  display: inline-block;
  font-style: normal;
}

.project-sec8 {
  position: relative;
}

.menu_iso {
  position: relative;
  padding: 0 242px 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .menu_iso {
    padding: 0 0 54px;
  }
}
@media (max-width: 1025px) {
  .menu_iso {
    padding: 0 0 30px;
  }
}
.menu_iso li {
  margin: 0;
  position: relative;
}
@media (max-width: 390px) {
  .menu_iso li {
    margin-bottom: 10px;
  }
}
.menu_iso li::before {
  content: "/";
  position: absolute;
  top: 3px;
  right: -5px;
}
.menu_iso li:last-child::before {
  display: none;
}
@media (max-width: 390px) {
  .menu_iso li:nth-child(3)::before {
    display: none;
  }
}
.menu_iso li a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-content-black2);
  display: inline-block;
  border: 0;
  background-color: unset;
  margin: 0 18px;
  cursor: pointer;
}
.menu_iso li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_iso li a:hover {
  color: #45d0bd !important;
}
.menu_iso li a:hover::before {
  width: 100%;
}
.menu_iso li a.is-checked {
  color: #45d0bd !important;
}
.menu_iso li a.is-checked::before {
  width: 100%;
}
.menu_iso li a.active {
  color: #45d0bd !important;
}
.menu_iso li a.active::before {
  width: 100%;
}
.menu_iso li.active {
  color: #45d0bd !important;
}
.menu_iso li.active::before {
  width: 100%;
}

.project-block8 {
  position: relative;
  margin-bottom: 32px;
  border-radius: 25px;
  overflow: hidden;
  cursor: none;
}
.project-block8:hover .architecture2 {
  opacity: 1;
  visibility: visible;
}
.project-block8:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.project-block8 img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background-color: black;
  color: white;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.3s ease;
  transition: transform 0.25s ease, opacity 0.3s ease, -webkit-transform 0.25s ease;
  opacity: 0;
  z-index: 9999;
}

.architecture2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 36px 28px 27px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--color-content-white);
  border-radius: 0 25px 0 25px;
}
.architecture2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/gallery-shap.png);
}
.architecture2::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/gallery-shap.png);
}
.architecture2 a {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: var(--color-heading);
  display: inline-block;
  z-index: 99;
  text-decoration: none;
}

.img_iso {
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
  width: 300px;
  margin: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.img_iso:hover {
  box-shadow: 6px 4px 11px 3px #999999;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.project-sec9 {
  position: relative;
}
.project-sec9 h2 {
  display: none;
}
@media (max-width: 1440px) {
  .project-sec9 .project-block7.v2 {
    height: auto;
  }
}
@media (max-width: 1440px) {
  .project-sec9 .project-block7.v4 {
    height: 605px;
  }
}
@media (max-width: 1366px) {
  .project-sec9 .project-block7.v4 {
    height: 571px;
  }
}
@media (max-width: 1201px) {
  .project-sec9 .project-block7.v4 {
    height: 505px;
  }
}
@media (max-width: 1025px) {
  .project-sec9 .project-block7.v4 {
    height: 430px;
  }
}
@media (max-width: 577px) {
  .project-sec9 .project-block7.v4 {
    height: auto;
  }
}
.project-sec9 .iso-container {
  position: relative;
}
.project-sec9 .grid-sizer,
.project-sec9 .isotope-item {
  width: 33.333%;
}
.project-sec9 .isotope-item {
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
}
.project-sec9 .isotope-item.v3 .project-block7 {
  height: 792px;
}
@media (max-width: 1201px) {
  .project-sec9 .isotope-item.v3 .project-block7 {
    height: 500px;
  }
}
@media (max-width: 1025px) {
  .project-sec9 .isotope-item.v3 .project-block7 {
    height: 430px;
  }
}
@media (max-width: 769px) {
  .project-sec9 .isotope-item.v3 .project-block7 {
    height: auto;
  }
}
.project-sec9 .isotope-item.v2 {
  width: 66.666%;
}
.project-sec9 .isotope-item,
.project-sec9 .grid-sizer {
  float: none;
}
@media (max-width: 991px) {
  .project-sec9 .grid-sizer,
  .project-sec9 .isotope-item {
    width: 100%;
  }
  .project-sec9 .isotope-item.v2 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .project-sec9 .grid-sizer,
  .project-sec9 .isotope-item,
  .project-sec9 .isotope-item.v2 {
    width: 100%;
  }
}
.project-sec9 {
  /* Images */
}
.project-sec9 .project-block7 {
  margin-bottom: 15px;
}
.project-sec9 .project-block7 img {
  width: 100%;
  height: auto;
  display: block;
}

.project-sec10 {
  position: relative;
  z-index: 1;
}
.project-sec10::before {
  content: "";
  position: absolute;
  top: -48%;
  left: 0;
  width: 100%;
  height: 1634px;
  background-image: url(../../images/layers/pro-layer10.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .project-sec10::before {
    top: -7%;
    background-size: contain;
    height: 100%;
  }
}
@media (max-width: 769px) {
  .project-sec10::before {
    top: 21%;
  }
}
.project-sec10 .user {
  top: 31px;
}
@media (max-width: 769px) {
  .project-sec10 .user {
    right: 13% !important;
  }
}
@media (max-width: 1201px) {
  .project-sec10 .title-area {
    margin: 0 20px 50px;
  }
}
@media (max-width: 769px) {
  .project-sec10 .title-area .sec-title {
    max-width: 372px;
    margin-bottom: 40px !important;
  }
}

.project-img10 {
  position: relative;
  cursor: none;
}
.project-img10 img {
  max-width: unset;
  width: 100%;
}

.counter-box26 {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
}
.counter-box26 .counter-number,
.counter-box26 .counter-text {
  position: relative;
  background-color: transparent;
  color: var(--color-surface-dark-2);
  font-size: 150px;
  line-height: 90px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(348deg, #8258c8 0%, #2c84c8 60%);
  background-image: linear-gradient(102deg, #8258c8 0%, #2c84c8 60%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
  z-index: 0;
  font-family: var(--font-primary);
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .counter-box26 .counter-number,
  .counter-box26 .counter-text {
    font-size: 120px;
  }
}
@media (max-width: 577px) {
  .counter-box26 .counter-number,
  .counter-box26 .counter-text {
    font-size: 113px;
  }
}
@media (max-width: 480px) {
  .counter-box26 .counter-number,
  .counter-box26 .counter-text {
    font-size: 92px;
  }
}

.project-sec11 {
  position: relative;
  margin: 0 55px;
}
@media (max-width: 1201px) {
  .project-sec11 {
    margin: 0 8px;
  }
}
.project-sec11::before {
  content: "";
  position: absolute;
  bottom: 65px;
  right: 0;
  width: 100%;
  height: 600px;
  background-image: url(../../images/layers/shade1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.project-sec11 .sec-title {
  max-width: 758px;
  margin: 0 auto 45px;
}
.project-sec11 .row {
  margin-bottom: -29px;
}

.project-block11 {
  position: relative;
  margin-bottom: 29px;
  overflow: hidden;
  border-radius: 25px;
  height: 100%;
}
.project-block11:hover .title {
  opacity: 1;
  visibility: visible;
}
.project-block11:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.project-block11 a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.project-block11 a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.project-block11 .title {
  position: absolute;
  bottom: 62px;
  left: 43px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 0;
  max-width: 334px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .project-block11 .title {
    bottom: 35px;
    left: 36px;
    font-size: 21px;
  }
}
@media (max-width: 1366px) {
  .project-block11 .title {
    max-width: 218px;
  }
}
.project-block11 .title a:hover {
  color: var(--color-content-white);
}

.project-block11.v2 {
  height: 340px;
}
.project-block11.v2 img {
  object-fit: cover;
}

.project-block11.v3 {
  height: 479px;
}

.pro-btn11 {
  position: relative;
  text-align: center;
}
.pro-btn11 .ibt-btn {
  color: var(--color-content-white);
}

.faq-sec {
  position: relative;
  background-color: #F0F2F4;
  border-radius: 25px;
  margin: 14px 20px;
  overflow: hidden;
}
.faq-sec .sec-title {
  max-width: 524px;
}
@media (max-width: 1201px) {
  .faq-sec .sec-title {
    max-width: 550px;
  }
}

.faq-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1440px) {
  .faq-img {
    left: -14%;
  }
}
@media (max-width: 1366px) {
  .faq-img {
    left: -13%;
    width: 551px;
  }
}
@media (max-width: 1201px) {
  .faq-img {
    left: -11%;
    width: 481px;
  }
}
@media (max-width: 1025px) {
  .faq-img {
    width: 411px;
  }
}
@media (max-width: 820px) {
  .faq-img {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 600px;
    margin-bottom: 50px;
  }
}
@media (max-width: 577px) {
  .faq-img {
    width: 100%;
  }
}

.faq-content {
  position: relative;
}
.faq-content .accordion-item {
  border-bottom: 1px solid var(--color-content-black2);
  padding-bottom: 36px;
  margin-bottom: 35px;
}
.faq-content .accordion-button:focus {
  box-shadow: none;
}
.faq-content .accordion-button {
  background-color: unset;
  padding: 0;
  border: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: var(--color-heading);
  text-align: left;
  letter-spacing: -0.03em;
}
@media (max-width: 769px) {
  .faq-content .accordion-button {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 577px) {
  .faq-content .accordion-button {
    font-size: 23px;
    line-height: 32px;
  }
}
.faq-content .accordion-button::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 16px;
  height: 9px;
  background-image: url(../../images/icon/angel.svg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.faq-content .accordion-body {
  border: 0;
  padding: 0;
  box-shadow: unset;
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
  color: var(--color-content-black2);
  margin-top: 22px;
}
.faq-content .accordion-collapse {
  border: 0;
}
.faq-content .accordion-button:not(.collapsed) {
  color: inherit;
  outline: none;
}
.faq-content .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-86deg);
      -ms-transform: rotate(-86deg);
          transform: rotate(-86deg);
}

.accordion {
  margin-bottom: 42px;
}

.faq-sec2 {
  position: relative;
}
.faq-sec2::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 842px;
  height: 1394px;
  background-image: url(../../images/layers/layer2-1.png);
}
@media (max-width: 1440px) {
  .faq-sec2::before {
    top: 44%;
    width: 771px;
    height: 1308px;
  }
}
@media (max-width: 820px) {
  .faq-sec2::before {
    top: 22%;
  }
}
@media (max-width: 577px) {
  .faq-sec2::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    top: 0;
    height: 100%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.faq-sec2 .sec-title {
  max-width: 517px;
}
@media (max-width: 1366px) {
  .faq-sec2 {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .faq-sec2 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .faq-sec2 {
    margin: 0 7px;
  }
}

.faq-img2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1440px) {
  .faq-img2 {
    left: -14%;
  }
}
@media (max-width: 1366px) {
  .faq-img2 {
    left: -18%;
  }
}
@media (max-width: 1201px) {
  .faq-img2 {
    left: -13%;
    width: 534px;
  }
}
@media (max-width: 1025px) {
  .faq-img2 {
    left: -23%;
  }
}
@media (max-width: 820px) {
  .faq-img2 {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    margin-bottom: 70px;
  }
}

.faq-sec3 {
  position: relative;
  background-color: var(--color-surface-dark-2);
  padding: 20px;
  margin: 0 20px;
  border-radius: 25px;
}
.faq-sec3 .faq-content {
  position: relative;
  padding: 130px 131px 0 125px;
}
@media (max-width: 1440px) {
  .faq-sec3 .faq-content {
    padding: 130px 60px 0 44px;
  }
}
@media (max-width: 1201px) {
  .faq-sec3 .faq-content {
    padding: 48px 35px 31px 14px;
  }
}
.faq-sec3 .faq-content .accordion-item {
  border-color: var(--color-content-white);
}
.faq-sec3 .faq-content .accordion-button,
.faq-sec3 .faq-content .accordion-body {
  color: var(--color-content-white);
}
.faq-sec3 .faq-content .accordion-button::after,
.faq-sec3 .faq-content .accordion-body::after {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.faq-sec3 .ibt-btn-outline {
  color: var(--color-content-white);
}
.faq-sec3 .sec-title {
  max-width: 700px;
}

.faq-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 820px) {
  .faq-tabs {
    display: block;
  }
}

.faq-img3 {
  position: relative;
  min-width: 644px;
}
@media (max-width: 1366px) {
  .faq-img3 {
    min-width: 607px;
  }
}
@media (max-width: 1201px) {
  .faq-img3 {
    min-width: 496px;
  }
}
@media (max-width: 1025px) {
  .faq-img3 {
    min-width: 374px;
  }
}
@media (max-width: 769px) {
  .faq-img3 {
    min-width: 100%;
  }
}
.faq-img3 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}

.feature-ai {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(212, 212, 212, 0.1019607843);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 604px;
  padding: 75px 63px 71px;
  border-radius: 15px;
}
@media (max-width: 1366px) {
  .feature-ai {
    width: 569px;
    padding: 75px 47px 71px;
  }
}
@media (max-width: 1201px) {
  .feature-ai {
    width: 457px;
    padding: 49px 40px 44px;
  }
}
@media (max-width: 1025px) {
  .feature-ai {
    width: 335px;
    padding: 45px 41px 43px;
  }
}
@media (max-width: 480px) {
  .feature-ai {
    width: 353px;
  }
}
@media (max-width: 390px) {
  .feature-ai {
    width: 250px;
    padding: 32px 41px 29px;
  }
}
.feature-ai .title {
  font-size: 74px;
  line-height: 80px;
  margin-bottom: 0;
  color: var(--color-content-white);
  letter-spacing: -0.05em;
}
@media (max-width: 1201px) {
  .feature-ai .title {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 1025px) {
  .feature-ai .title {
    font-size: 39px;
    line-height: 41px;
  }
}
@media (max-width: 390px) {
  .feature-ai .title {
    font-size: 24px;
    line-height: 33px;
  }
}

.faq-sec4 {
  position: relative;
}

.faq-content4 {
  position: relative;
}
.faq-content4 .sec-title {
  max-width: 524px;
}
@media (max-width: 1201px) {
  .faq-content4 .sec-title {
    max-width: 550px;
  }
}
.faq-content4 .accordion-item {
  border-bottom: 1px solid var(--color-content-black2);
  padding-bottom: 35px;
  margin-bottom: 32px;
}
.faq-content4 .accordion-button:focus {
  box-shadow: none;
}
.faq-content4 .accordion-button {
  background-color: unset;
  padding: 0;
  border: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: var(--color-heading);
  text-align: left;
  letter-spacing: -0.03em;
  font-family: var(--font-primary);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 121px;
}
@media (max-width: 1025px) {
  .faq-content4 .accordion-button {
    padding-left: 58px;
  }
}
@media (max-width: 769px) {
  .faq-content4 .accordion-button {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 577px) {
  .faq-content4 .accordion-button {
    font-size: 23px;
    line-height: 32px;
  }
}
.faq-content4 .accordion-button::after {
  display: none;
}
.faq-content4 .accordion-button .accordion-number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  font-weight: 600;
  color: var(--color-content-black2);
}
@media (max-width: 480px) {
  .faq-content4 .accordion-button .accordion-number {
    font-size: 20px;
  }
}
.faq-content4 .accordion-button i {
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.faq-content4 .accordion-body {
  border: 0;
  padding: 0;
  box-shadow: unset;
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
  color: var(--color-content-black2);
  margin-top: 11px;
  padding-left: 122px;
  max-width: 752px;
}
@media (max-width: 1025px) {
  .faq-content4 .accordion-body {
    padding-left: 51px;
  }
}
.faq-content4 .accordion-collapse {
  border: 0;
}
.faq-content4 .accordion-button:not(.collapsed) {
  color: inherit;
  outline: none;
}
.faq-content4 .accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq-sec5 {
  position: relative;
}
.faq-sec5::before {
  content: "";
  position: absolute;
  top: 4%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .faq-sec5::before {
    display: none;
  }
}
@media (max-width: 1366px) {
  .faq-sec5 {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .faq-sec5 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .faq-sec5 {
    margin: 0 7px;
  }
}

.faq-content5 {
  position: relative;
  padding-left: 15px;
}
@media (max-width: 769px) {
  .faq-content5 {
    padding-left: 0;
  }
}
.faq-content5 .title {
  font-weight: 400;
  line-height: 70px;
  font-size: 60px;
  margin-bottom: 50px;
  color: var(--color-heading);
  letter-spacing: -0.05em;
}
@media (max-width: 1025px) {
  .faq-content5 .title {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .faq-content5 .title {
    line-height: 43px;
    font-size: 33px;
  }
}
@media (max-width: 390px) {
  .faq-content5 .title {
    line-height: 39px;
    font-size: 29px;
  }
}
.faq-content5 .faq-content4 .sec-title {
  max-width: 570px;
}
@media (max-width: 1025px) {
  .faq-content5 .faq-content4 .sec-title {
    max-width: 396px;
  }
}
.faq-content5 .faq-content4 .accordion-button {
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 1025px) {
  .faq-content5 .faq-content4 .accordion-button {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .faq-content5 .faq-content4 .accordion-button {
    font-size: 23px;
    padding-left: 35px;
  }
}

.faq-block5 {
  position: relative;
  margin-bottom: 54px;
}
.faq-block5 .title2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 16px;
  font-weight: 400;
  color: var(--color-heading);
  letter-spacing: -0.03em;
}
@media (max-width: 1025px) {
  .faq-block5 .title2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .faq-block5 .title2 {
    font-size: 24px;
  }
}
@media (max-width: 390px) {
  .faq-block5 .title2 {
    font-size: 21px;
  }
}
.faq-block5 .title2 span {
  margin-right: 12px;
}
.faq-block5 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-black2);
}

.faq-list5 {
  position: relative;
}
.faq-list5 li {
  position: relative;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--color-content-black2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-list5 li i {
  font-size: 4px;
  margin-right: 11px;
}

.fun-fact-sec {
  position: relative;
}
@media (max-width: 1201px) {
  .fun-fact-sec {
    margin: 0 10px;
  }
}
@media (max-width: 390px) {
  .fun-fact-sec {
    margin: 0;
  }
}
.fun-fact-sec .sec-title {
  max-width: 682px;
}
@media (max-width: 1201px) {
  .fun-fact-sec .sec-title {
    max-width: 576px;
  }
}
@media (max-width: 769px) {
  .fun-fact-sec .sec-title {
    max-width: 485px;
  }
}

.fun-fact-content.black {
  background-color: var(--color-heading);
  padding: 43px 70px 49px;
}
@media (max-width: 1201px) {
  .fun-fact-content.black {
    padding: 43px 35px 49px;
  }
}
.fun-fact-content.black .title,
.fun-fact-content.black p {
  color: var(--color-content-white);
}
.fun-fact-content.black .counter-box {
  color: var(--color-heading);
  -webkit-text-fill-color: var(--color-heading);
}
.fun-fact-content.black .counter-box .counter-number {
  margin-right: 7px;
}

.fun-fact-content {
  position: relative;
  padding: 43px 12px 49px;
  border-radius: 25px;
}
@media (max-width: 1201px) {
  .fun-fact-content {
    padding: 46px 0px 39px;
  }
}
@media (max-width: 769px) {
  .fun-fact-content {
    padding-bottom: 0;
  }
}
.fun-fact-content .counter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-stroke-width: 2px;
  background-image: -webkit-linear-gradient(300deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(150deg, #8258C8 0%, #2C84C8 100%);
  color: var(--color-content-white);
  -webkit-text-fill-color: var(--color-content-white);
  -webkit-text-stroke: 2px rgba(2, 1, 1, 0);
  background-color: transparent;
}
@media (max-width: 1201px) {
  .fun-fact-content .counter-box {
    font-size: 60px;
  }
}
@media (max-width: 390px) {
  .fun-fact-content .counter-box {
    font-size: 48px;
  }
}
.fun-fact-content .counter-number {
  display: inline-block;
}
.fun-fact-content .text {
  margin-left: 8px; /* spacing between number and "million" */
  white-space: nowrap;
}
.fun-fact-content .title {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  margin-bottom: 9px;
  display: inline-block;
}
.fun-fact-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  max-width: 303px;
  color: var(--color-content-black2);
  margin-bottom: 0;
}
@media (max-width: 1201px) {
  .fun-fact-content p {
    font-size: 15px;
  }
}

.fun-fact-sec.v2 {
  position: relative;
}
.fun-fact-sec.v2::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 524px;
  height: 1309px;
  background-image: url(../../images/layers/layer11-1.png);
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .fun-fact-sec.v2::before {
    left: -47px;
  }
}
@media (max-width: 820px) {
  .fun-fact-sec.v2::before {
    display: none;
  }
}
@media (max-width: 769px) {
  .fun-fact-sec.v2::before {
    top: 0;
    width: 100%;
    background-size: contain;
    height: 830px;
  }
}

.fun-fact-sec2 {
  position: relative;
  z-index: 0;
}

.counter-box13 {
  position: relative;
}
.counter-box13 .counter-number,
.counter-box13 .counter-text {
  position: relative;
  background-color: transparent;
  color: #1F1F1F;
  font-size: 150px;
  line-height: 150px;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, #8258C8 0%, #2C84C8 60%);
  background-image: linear-gradient(180deg, #8258C8 0%, #2C84C8 60%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
  z-index: 0;
  font-family: var(--font-primary);
  letter-spacing: -0.03em;
}
@media (max-width: 1025px) {
  .counter-box13 .counter-number,
  .counter-box13 .counter-text {
    font-size: 121px;
  }
}
@media (max-width: 820px) {
  .counter-box13 .counter-number,
  .counter-box13 .counter-text {
    font-size: 82px;
    line-height: 112px;
  }
}
@media (max-width: 577px) {
  .counter-box13 .counter-number,
  .counter-box13 .counter-text {
    font-size: 112px;
    line-height: 140px;
  }
}
@media (max-width: 480px) {
  .counter-box13 .counter-number,
  .counter-box13 .counter-text {
    font-size: 70px;
    line-height: 102px;
  }
}
@media (max-width: 390px) {
  .counter-box13 .counter-number,
  .counter-box13 .counter-text {
    font-size: 79px;
    line-height: 111px;
  }
}

.counter-box13.v2 .counter-text:last-child {
  margin-left: 24px;
}
@media (max-width: 1025px) {
  .counter-box13.v2 .counter-text:last-child {
    margin-left: 8px;
  }
}

.funfact-content3 {
  position: relative;
}
@media (max-width: 769px) {
  .funfact-content3 {
    padding-right: 10px;
  }
}
@media (max-width: 577px) {
  .funfact-content3 {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.funfact-content3 .title {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: var(--color-content-white);
  font-weight: 400;
  background-color: transparent;
  margin: -80px 0px 10px 0px;
  padding: 40px 0px 0px 0px;
  background-image: -webkit-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1F1F1F 60%);
  background-image: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, #1F1F1F 60%);
  z-index: 99;
}
@media (max-width: 1201px) {
  .funfact-content3 .title {
    font-size: 37px;
  }
}
@media (max-width: 1025px) {
  .funfact-content3 .title {
    font-size: 31px;
  }
}
@media (max-width: 769px) {
  .funfact-content3 .title {
    font-size: 27px;
    line-height: 32px;
  }
}
.funfact-content3 p {
  color: var(--color-content-white);
  font-size: 16px;
  line-height: 30px;
  max-width: 369px;
}

.fun-fact-sec3 {
  position: relative;
}
@media (max-width: 1201px) {
  .fun-fact-sec3 {
    margin: 0 20px;
  }
}
@media (max-width: 577px) {
  .fun-fact-sec3 {
    margin: 0 5px;
  }
}

.fun-fact-content3 {
  position: relative;
}
.fun-fact-content3 .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 21px;
  color: var(--color-heading);
}
.fun-fact-content3 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--color-content-black2);
}
.fun-fact-content3 .ser-detail-list li i {
  color: #566FC9;
}

.fun-fact-counter3 {
  position: relative;
  margin-bottom: 45px;
}
.fun-fact-counter3 .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 16px 0 0;
  color: var(--color-heading);
  letter-spacing: 0;
  max-width: 245px;
  display: inline-block;
}

.fun-fact3 {
  margin-left: 139px;
}
@media (max-width: 1201px) {
  .fun-fact3 {
    margin-left: 53px;
  }
}
@media (max-width: 820px) {
  .fun-fact3 {
    margin: 40px 0 0;
  }
}
.fun-fact3 .counter-box15 .counter-number,
.fun-fact3 .counter-box15 .counter-text {
  font-size: 100px;
  color: var(--color-content-white);
}

.post-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-nav-item {
  position: relative;
}

.post-btn {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  display: inline-block;
  color: var(--color-content-black2);
  border-bottom: 1px solid var(--color-content-black2);
  padding-left: 23px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.post-btn:hover {
  color: var(--color-content-black2);
  padding: 0 23px 0 0;
}
.post-btn:hover::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.post-btn:hover::after {
  -webkit-transform: translateX(-18px);
      -ms-transform: translateX(-18px);
          transform: translateX(-18px);
}
.post-btn::before {
  content: "\e833";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  right: 0;
  -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.post-btn::after {
  content: "\e833";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.post-nav-content {
  position: relative;
  padding: 17px 0 40px 163px;
  margin-top: 29px;
}
@media (max-width: 577px) {
  .post-nav-content {
    display: none;
  }
}
.post-nav-content img {
  position: absolute;
  top: 0;
  left: 0;
}
.post-nav-content .designation {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #959595;
  display: block;
  margin-bottom: 0;
}
.post-nav-content .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -0.03em;
}

.post-nav-content2 {
  position: relative;
  padding: 17px 163px 40px 0;
  margin-top: 29px;
  text-align: left;
}
@media (max-width: 577px) {
  .post-nav-content2 {
    display: none;
  }
}
.post-nav-content2 img {
  position: absolute;
  top: 0;
  right: 0;
}
.post-nav-content2 .designation {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #959595;
  display: block;
  margin-bottom: 0;
}
.post-nav-content2 .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -0.03em;
}

.post-nav-item2 {
  text-align: right;
}

.post-btn2 {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  display: inline-block;
  color: var(--color-content-black2);
  border-bottom: 1px solid var(--color-content-black2);
  padding-right: 23px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.post-btn2:hover {
  color: var(--color-content-black2);
  padding: 0 0 0 23px;
}
.post-btn2:hover::before {
  -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
}
.post-btn2:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.post-btn2::before {
  content: "\e844";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  right: 0;
  -webkit-transform: translateX(0sspx);
      -ms-transform: translateX(0sspx);
          transform: translateX(0sspx);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.post-btn2::after {
  content: "\e844";
  font: 400 normal 0.714285em "fontello";
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transform: translateX(-18px);
      -ms-transform: translateX(-18px);
          transform: translateX(-18px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.toggel2 {
  margin-top: 48px;
}
@media (max-width: 577px) {
  .toggel2 {
    margin-top: 0;
  }
}

.funfact-sec4 {
  position: relative;
}

.funfact-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #343434;
  border-radius: 20px;
  padding: 57px 68px 48px 44px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .funfact-content {
    padding: 57px 40px 48px 44px;
  }
}
.funfact-content .title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-content-white);
  font-weight: 400;
  max-width: 255px;
}
@media (max-width: 820px) {
  .funfact-content .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 820px) {
  .funfact-content img {
    margin-bottom: 30px;
  }
}

.counter-box11 {
  position: relative;
  display: inline-block;
}
.counter-box11 .counter-number,
.counter-box11 .counter-text {
  font-size: 100px;
  line-height: 94px;
  font-weight: 700;
  display: inline-block;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  color: transparent;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  color: var(--color-surface-dark-2);
  -webkit-background-clip: text;
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(352deg, #45D0BD 0%, #44B6E9 100%);
  background-image: linear-gradient(98deg, #45D0BD 0%, #44B6E9 100%);
  font-family: var(--font-primary);
}
@media (max-width: 1201px) {
  .counter-box11 .counter-number,
  .counter-box11 .counter-text {
    font-size: 99px;
  }
}
@media (max-width: 1025px) {
  .counter-box11 .counter-number,
  .counter-box11 .counter-text {
    font-size: 62px;
  }
}
.counter-box11 .counter-number {
  width: 176px;
  text-align: right;
}
@media (max-width: 1201px) {
  .counter-box11 .counter-number {
    width: 185px;
  }
}
@media (max-width: 1025px) {
  .counter-box11 .counter-number {
    width: 111px;
  }
}

.funfact-count {
  position: relative;
  padding-right: 49px;
  display: inline-block;
}
@media (max-width: 1025px) {
  .funfact-count {
    padding-right: 27px;
  }
}
@media (max-width: 480px) {
  .funfact-count {
    max-width: 280px;
  }
}
.funfact-count .user {
  position: absolute;
  top: 35px;
  right: -24px;
  font-size: 14px;
  font-weight: 500;
}

.funfact-sec5 {
  position: relative;
}

.funfact-count5 {
  position: relative;
  width: 218px;
}
.funfact-count5 .user3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-content-white);
  display: block;
  margin-top: 14px;
}
@media (max-width: 480px) {
  .funfact-count5 .user3 {
    margin-top: 0;
  }
}

.counter-box17 {
  position: relative;
  display: inline-block;
}
.counter-box17 .counter-number,
.counter-box17 .counter-text {
  font-size: 100px;
  line-height: 94px;
  font-weight: 600;
  display: inline-block;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  color: transparent;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  color: var(--color-surface-dark-2);
  -webkit-background-clip: text;
  stroke: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(352deg, #45D0BD 0%, #44B6E9 100%);
  background-image: linear-gradient(98deg, #45D0BD 0%, #44B6E9 100%);
  font-family: var(--font-primary);
  padding-right: 3px;
}
@media (max-width: 1201px) {
  .counter-box17 .counter-number,
  .counter-box17 .counter-text {
    font-size: 99px;
  }
}
@media (max-width: 769px) {
  .counter-box17 .counter-number,
  .counter-box17 .counter-text {
    font-size: 80px;
  }
}

.funfact-count5.v2 {
  padding-left: 85px;
  width: 362px;
}
@media (max-width: 480px) {
  .funfact-count5.v2 {
    padding-left: 0;
    width: unset;
    margin-top: 30px;
  }
}
.funfact-count5.v2::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 11px;
  width: 2px;
  height: 108px;
  background-color: #3C3C3C;
}
@media (max-width: 480px) {
  .funfact-count5.v2::before {
    display: none;
  }
}
.funfact-count5.v2 .counter-box17 .counter-number,
.funfact-count5.v2 .counter-box17 .counter-text {
  background-image: -webkit-linear-gradient(327deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(123deg, #8258C8 0%, #2C84C8 100%);
}

.funfact-content5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .funfact-content5 {
    display: block;
  }
}

.funfact-info5 {
  position: relative;
  border: 1px solid #3F3F3F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 87px 19px 67px 114px;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .funfact-info5 {
    padding: 87px 19px 67px 62px;
  }
}
@media (max-width: 1025px) {
  .funfact-info5 {
    display: block;
  }
}
@media (max-width: 480px) {
  .funfact-info5 {
    padding: 52px 19px 54px 40px;
  }
}
.funfact-info5 .title {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 0;
  max-width: 800px;
}
@media (max-width: 1366px) {
  .funfact-info5 .title {
    font-size: 54px;
    line-height: 61px;
  }
}
@media (max-width: 1201px) {
  .funfact-info5 .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1025px) {
  .funfact-info5 .title {
    font-size: 50px;
    line-height: 60px;
    max-width: 600px;
    margin-top: 40px;
  }
}
@media (max-width: 577px) {
  .funfact-info5 .title {
    font-size: 36px;
    line-height: 49px;
  }
}
.funfact-info5 .title span {
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(102deg, #8258C8 0%, #2C84C8 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-decoration: none;
  color: transparent;
}

.choose-us-sec {
  position: relative;
  background-image: url(../../images/bg/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 33px 11px 15px;
  margin: 0 20px;
}
@media (max-width: 820px) {
  .choose-us-sec {
    padding: 79px 18px 15px;
  }
}
@media (max-width: 1025px) {
  .choose-us-sec .row {
    -webkit-box-align: unset !important;
    -webkit-align-items: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }
}

.choose-img {
  position: relative;
  display: inline-block;
}
.choose-img .logo4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: unset !important;
}
@media (max-width: 820px) {
  .choose-img {
    width: 100%;
  }
  .choose-img > img {
    width: 100%;
  }
}

.video-box3 {
  position: absolute;
  bottom: -1px;
  left: 0;
  padding: 32px 90px 24px 73px;
  background-color: rgb(31, 31, 31);
  border-radius: 0px 25px 0px 0px;
  z-index: 99;
}
@media (max-width: 480px) {
  .video-box3 {
    padding: 27px 60px 22px 50px;
  }
}
.video-box3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape.png);
}
.video-box3::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 16px;
  background-image: url(../../images/layers/shape2.png);
}
.video-box3 .video-popup {
  position: static;
  color: var(--color-content-white);
}
.video-box3 .video-popup i::after {
  border-color: var(--color-content-white);
}
.video-box3 .video-popup:hover i {
  background-color: var(--color-content-white);
  color: var(--color-content-black2);
}

.choose-content {
  position: relative;
  max-width: 621px;
}
@media (max-width: 1440px) {
  .choose-content {
    margin-left: 20px;
  }
}
@media (max-width: 1025px) {
  .choose-content {
    padding: 70px 0;
  }
}
.choose-content .sec-title {
  margin-bottom: 28px;
}
.choose-content .sec-title p {
  font-weight: 600;
}
.choose-content .sec-title p:last-child {
  font-weight: 400;
}

.choose-list {
  position: relative;
  margin-bottom: 46px;
}
@media (max-width: 480px) {
  .choose-list {
    margin-bottom: -10px;
  }
}
.choose-list li {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-content-white);
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1025px) {
  .choose-list li {
    font-size: 17px;
  }
}
.choose-list li i {
  font-size: 8px;
  color: #0F1010;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-content-white);
  margin-right: 40px;
}
@media (max-width: 1025px) {
  .choose-list li i {
    margin-right: 21px;
  }
}

.choose-list-box .ibt-btn-outline {
  color: var(--color-content-white);
}
@media (max-width: 480px) {
  .choose-list-box .ibt-btn-outline {
    margin-top: 40px;
  }
}

.choose-us-sec2 {
  position: relative;
}
@media (max-width: 1366px) {
  .choose-us-sec2 {
    margin: 0 15px;
  }
}
@media (max-width: 577px) {
  .choose-us-sec2 {
    margin: 0;
  }
}
@media (max-width: 390px) {
  .choose-us-sec2 {
    margin: 0 7px;
  }
}
.choose-us-sec2 .sec-title {
  max-width: 989px;
}
@media (max-width: 1201px) {
  .choose-us-sec2 .sec-title {
    max-width: 697px;
  }
}
@media (max-width: 820px) {
  .choose-us-sec2 .sec-title {
    max-width: 598px;
  }
}
@media (max-width: 769px) {
  .choose-us-sec2 .sec-title {
    max-width: 577px;
    margin-bottom: 147px;
  }
}
@media (max-width: 577px) {
  .choose-us-sec2 .sec-title {
    margin-bottom: 126px;
  }
}

.choose-block {
  position: relative;
  padding-left: 116px;
}
@media (max-width: 1025px) {
  .choose-block {
    padding-left: 101px;
  }
}
@media (max-width: 769px) {
  .choose-block {
    padding-left: 94px;
  }
}
.choose-block .sub-title {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 80px;
  line-height: 64px;
  font-weight: 700;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-background-clip: text;
  -webkit-text-stroke-width: 2px;
  background-image: -webkit-linear-gradient(246deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(204deg, #8258C8 0%, #2C84C8 100%);
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke: 2px rgba(2, 1, 1, 0);
  background-color: transparent;
}
@media (max-width: 577px) {
  .choose-block .sub-title {
    top: 3px;
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .choose-block .sub-title {
    top: 10px;
  }
}
.choose-block .title {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  letter-spacing: 0;
}
.choose-block p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-content-black2);
  max-width: 310px;
}
@media (max-width: 1201px) {
  .choose-block p {
    max-width: 241px;
  }
}
@media (max-width: 1025px) {
  .choose-block p {
    max-width: 352px;
  }
}
@media (max-width: 769px) {
  .choose-block p {
    max-width: 266px;
  }
}
@media (max-width: 577px) {
  .choose-block p {
    max-width: 430px;
  }
}

.slider-btn2 {
  position: absolute;
  top: 41%;
  right: 18%;
  border-radius: 25px 25px 0 0;
  width: 95px;
  height: 50px;
  line-height: 46px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 1440px) {
  .slider-btn2 {
    right: 4%;
  }
}
@media (max-width: 769px) {
  .slider-btn2 {
    right: auto;
    left: 17px;
    top: 45%;
  }
}
@media (max-width: 577px) {
  .slider-btn2 {
    top: 50%;
  }
}
.slider-btn2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border ki width */
  border-radius: 15px;
  background: -webkit-linear-gradient(left, #7B5CC8, #5E6BC9, #3480C8);
  background: linear-gradient(90deg, #7B5CC8, #5E6BC9, #3480C8); /* 👈 gradient colors */
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.slider-btn2 .swiper-button-prev,
.slider-btn2 .swiper-button-next {
  background-color: unset;
  border: 0;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: unset;
}
.slider-btn2 .swiper-button-prev:hover,
.slider-btn2 .swiper-button-next:hover {
  color: var(--color-primary);
}
.slider-btn2 .swiper-button-prev::after,
.slider-btn2 .swiper-button-next::after {
  display: none;
}
.slider-btn2 .swiper-button-prev {
  margin-right: 30px;
}
.slider-btn2 .swiper-button-prev::before {
  content: "\e833";
  font: 400 normal 11px/1em "fontello";
}
.slider-btn2 .swiper-button-next::before {
  content: "\e844";
  font: 400 normal 11px/1em "fontello";
}

.choose-slider2 {
  position: relative;
}
.choose-slider2 .swiper-wrapper {
  overflow: visible;
}

.choose-us-sec3 {
  position: relative;
  background-image: url(../../images/bg/bg6.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 195px 0 252px;
  margin: 0 20px;
  border-radius: 25px;
}
@media (max-width: 1440px) {
  .choose-us-sec3 {
    padding: 195px 20px 252px;
  }
}
@media (max-width: 577px) {
  .choose-us-sec3 {
    padding: 131px 20px 90px;
  }
}
.choose-us-sec3::before {
  content: "";
  position: absolute;
  bottom: 47px;
  right: 62px;
  width: 263px;
  height: 275px;
  background-image: url(../../images/icon/ai.png);
}
@media (max-width: 577px) {
  .choose-us-sec3::before {
    bottom: 16px;
    right: 14px;
  }
}
@media (max-width: 390px) {
  .choose-us-sec3::before {
    display: none;
  }
}

.choose-img3 img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 577px) {
  .choose-img3 img {
    display: none;
  }
}
.choose-img3 .sec-title {
  position: relative;
  z-index: 999;
}

.choose-content3 {
  position: relative;
  padding: 41px 0 0 113px;
}
@media (max-width: 1201px) {
  .choose-content3 {
    padding: 41px 0 0 31px;
  }
}
@media (max-width: 1025px) {
  .choose-content3 {
    padding: 41px 0 0 6px;
  }
}
@media (max-width: 769px) {
  .choose-content3 {
    padding: 0;
  }
}
.choose-content3 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-content-white);
  margin-bottom: 30px;
}
.choose-content3 p:first-child {
  font-weight: 600;
}
.choose-content3 .choose-list-box {
  margin-top: 58px;
}

.choose-us-sec4 {
  position: relative;
}
.choose-us-sec4 .sec-title {
  max-width: 756px;
}
@media (max-width: 1025px) {
  .choose-us-sec4 .sec-title {
    max-width: 740px;
  }
}
@media (max-width: 769px) {
  .choose-us-sec4 .sec-title {
    margin-bottom: 120px;
  }
}
@media (max-width: 577px) {
  .choose-us-sec4 .sec-title {
    max-width: 465px;
  }
}
.choose-us-sec4 .slider-btn2 {
  top: 32%;
}
@media (max-width: 769px) {
  .choose-us-sec4 .slider-btn2 {
    top: 35%;
  }
}
@media (max-width: 480px) {
  .choose-us-sec4 .slider-btn2 {
    top: 39%;
  }
}

.choose-block4 {
  border-right: 2px solid #c2c2c2;
  margin: 0 10px;
  padding-left: 3px;
}
@media (max-width: 1201px) {
  .choose-block4 {
    padding: 0 14px;
  }
}
@media (max-width: 1025px) {
  .choose-block4 {
    padding: 0 8px;
  }
}
@media (max-width: 480px) {
  .choose-block4 {
    border: 0;
    padding: 0;
  }
}
.choose-block4 .sub-title {
  font-size: 80px;
  line-height: 80px;
  display: block;
  background-color: transparent;
  font-family: "Sora", Sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke: 1px rgba(2, 1, 1, 0);
  -webkit-background-clip: text;
  -webkit-text-stroke-width: 2px;
  background-image: -webkit-linear-gradient(20deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(70deg, #8258C8 0%, #2C84C8 100%);
}
.choose-block4 .step {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-content-black2);
}
.choose-block4 .title {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 9px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  letter-spacing: normal;
  padding-top: 78px;
}
@media (max-width: 820px) {
  .choose-block4 .title {
    padding-top: 30px;
  }
}
.choose-block4 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-content-black2);
}

.choose-us-sec5 {
  position: relative;
  background-image: url(../../images/bg/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 33px 11px 15px;
  margin: 0 20px 150px;
}
@media (max-width: 1366px) {
  .choose-us-sec5 {
    padding: 50px 11px 30px;
  }
}
@media (max-width: 1201px) {
  .choose-us-sec5 {
    margin-bottom: 80px;
  }
}
@media (max-width: 820px) {
  .choose-us-sec5 {
    padding: 70px 11px 80px;
  }
}
.choose-us-sec5::before {
  content: "";
  position: absolute;
  bottom: -48%;
  left: 0;
  width: 100%;
  height: 1309px;
  background-image: url(../../images/layers/layer11-2.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1201px) {
  .choose-us-sec5::before {
    left: -28%;
    width: 1446px;
  }
}
@media (max-width: 1025px) {
  .choose-us-sec5::before {
    background-size: contain;
    width: 100%;
    left: 0;
    bottom: -10%;
    height: 500px;
  }
}
@media (max-width: 577px) {
  .choose-us-sec5::before {
    bottom: -15%;
  }
}
@media (max-width: 480px) {
  .choose-us-sec5::before {
    bottom: -20%;
  }
}
@media (max-width: 390px) {
  .choose-us-sec5::before {
    bottom: -25%;
  }
}
@media (max-width: 1201px) {
  .choose-us-sec5 .row {
    -webkit-box-align: unset !important;
    -webkit-align-items: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }
}

.choose-img5 {
  position: relative;
  display: inline-block;
  height: 100%;
}
@media (max-width: 820px) {
  .choose-img5 {
    width: 100%;
  }
}
.choose-img5 > img {
  height: 100%;
}
@media (max-width: 820px) {
  .choose-img5 > img {
    width: 100%;
  }
}
.choose-img5 .logo4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: unset;
  width: unset !important;
}

.video-box5 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 90px 24px 73px;
  background-color: rgb(31, 31, 31);
  border-radius: 0px 25px 0px 0px;
}
@media (max-width: 390px) {
  .video-box5 {
    padding: 22px 55px 16px 36px;
  }
}
.video-box5::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -19px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/shape.png);
}
@media (max-width: 1440px) {
  .video-box5::before {
    left: 2px;
  }
}
@media (max-width: 390px) {
  .video-box5::before {
    left: 1px;
  }
}
.video-box5::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 8px;
  width: 20px;
  height: 16px;
  background-image: url(../../images/layers/shape2.png);
}
@media (max-width: 1440px) {
  .video-box5::after {
    bottom: 4px;
  }
}
@media (max-width: 390px) {
  .video-box5::after {
    bottom: 2px;
  }
}
.video-box5 .video-popup {
  position: static;
  color: var(--color-content-white);
}
.video-box5 .video-popup i::after {
  border-color: var(--color-content-white);
}
.video-box5 .video-popup:hover i {
  background-color: var(--color-content-white);
  color: var(--color-content-black2);
}

.choose-content5 {
  position: relative;
  max-width: 800px;
  margin-left: 54px;
}
@media (max-width: 1201px) {
  .choose-content5 {
    margin-left: 11px;
  }
}
@media (max-width: 820px) {
  .choose-content5 {
    margin: 50px 10px 0;
  }
}
.choose-content5 .style-text {
  font-size: 250px;
  line-height: 192px;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .choose-content5 .style-text {
    font-size: 239px;
    line-height: 173px;
  }
}
@media (max-width: 1366px) {
  .choose-content5 .style-text {
    font-size: 210px;
    line-height: 154px;
    margin-bottom: 37px;
  }
}
@media (max-width: 1201px) {
  .choose-content5 .style-text {
    font-size: 166px;
    line-height: 126px;
  }
}
@media (max-width: 1025px) {
  .choose-content5 .style-text {
    font-size: 140px;
    line-height: 114px;
    margin-bottom: 15px;
  }
}
@media (max-width: 390px) {
  .choose-content5 .style-text {
    font-size: 107px;
    line-height: 100px;
  }
}
.choose-content5 .sec-title {
  margin-bottom: 50px;
}
.choose-content5 .sec-title .title {
  max-width: 550px;
}
.choose-content5 .sec-title p {
  font-weight: 600;
  max-width: 694px;
}
.choose-content5 .sec-title p:last-child {
  font-weight: 400;
}
.choose-content5 .ibt-btn-outline {
  color: var(--color-content-white);
}

.main-sec {
  position: relative;
  background-color: #0F1010;
  border-radius: 25px;
  margin: 0 20px 20px;
}
.main-sec::before {
  content: "";
  position: absolute;
  top: -44%;
  left: 0;
  width: 100%;
  height: 809px;
  background-image: url(../../images/layers/layer11.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  .main-sec::before {
    top: -33%;
  }
}
@media (max-width: 1201px) {
  .main-sec::before {
    top: -28%;
  }
}
@media (max-width: 1025px) {
  .main-sec::before {
    top: -25%;
  }
}
@media (max-width: 820px) {
  .main-sec::before {
    background-size: contain;
    height: 678px;
    top: -12%;
  }
}
@media (max-width: 577px) {
  .main-sec::before {
    top: -10%;
  }
}
@media (max-width: 480px) {
  .main-sec::before {
    top: -7%;
  }
}
@media (max-width: 390px) {
  .main-sec::before {
    top: -5%;
  }
}
.main-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url(../../images/layers/layer1-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-sec {
  position: relative;
}
@media (max-width: 1440px) {
  .contact-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 390px) {
  .contact-sec {
    padding-left: 11px;
    padding-right: 11px;
  }
}

.contact-content {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 820px) {
  .contact-content {
    margin-bottom: 50px;
  }
}
.contact-content .sec-title {
  margin-bottom: 73px;
  max-width: 558px;
}
@media (max-width: 769px) {
  .contact-content .sec-title {
    margin-bottom: 47px;
  }
}

.call-center {
  position: relative;
  margin-bottom: 53px;
}
.call-center .title {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-content-white);
  margin-bottom: 0;
  font-family: var(--font-secondary);
  margin-bottom: 21px;
}
.call-center .nmbr,
.call-center .gmail,
.call-center p {
  display: block;
  color: var(--color-content-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.call-center .gmail {
  text-decoration: underline;
}

.social-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.social-icon li {
  margin: 0 35px 0 0;
}
.social-icon li:last-child {
  margin-right: 0;
}
.social-icon li a {
  color: var(--color-content-white);
}

.contact-form {
  background-color: var(--color-content-white);
  border-radius: 25px;
  padding: 87px 95px 105px;
}
@media (max-width: 1201px) {
  .contact-form {
    padding: 43px 42px 53px;
  }
}
@media (max-width: 390px) {
  .contact-form {
    padding: 43px 27px 53px;
  }
}
.contact-form .ibt-btn-outline {
  outline: none;
}
.contact-form .ibt-btn-outline i {
  text-indent: 0em;
}

.custom-form {
  position: relative;
}
.custom-form h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 43px;
  display: inline-block;
  color: var(--color-content-black2);
}
.custom-form input,
.custom-form select,
.custom-form textarea {
  border: 1px solid #ADADAD;
  border-radius: 20px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #898989;
  padding: 18px;
}
.custom-form input::-webkit-input-placeholder, .custom-form select::-webkit-input-placeholder, .custom-form textarea::-webkit-input-placeholder {
  color: #898989;
}
.custom-form input::-moz-placeholder, .custom-form select::-moz-placeholder, .custom-form textarea::-moz-placeholder {
  color: #898989;
}
.custom-form input:-ms-input-placeholder, .custom-form select:-ms-input-placeholder, .custom-form textarea:-ms-input-placeholder {
  color: #898989;
}
.custom-form input::-ms-input-placeholder, .custom-form select::-ms-input-placeholder, .custom-form textarea::-ms-input-placeholder {
  color: #898989;
}
.custom-form input::placeholder,
.custom-form select::placeholder,
.custom-form textarea::placeholder {
  color: #898989;
}
.custom-form textarea {
  height: 175px;
  margin-bottom: 30px;
}

.contact-banner {
  position: relative;
  background-image: url(../../images/bg/bg4.png);
  background-repeat: no-repeat;
  padding: 152px 0 146px;
  margin: 0 20px;
  border-radius: 25px 25px 0 0;
}
@media (max-width: 1366px) {
  .contact-banner {
    padding: 152px 27px 146px;
  }
}
@media (max-width: 1201px) {
  .contact-banner {
    padding: 102px 27px 146px;
  }
}
@media (max-width: 1025px) {
  .contact-banner {
    padding: 80px 27px 111px;
  }
}
@media (max-width: 577px) {
  .contact-banner {
    padding: 80px 27px 92px;
  }
}
.contact-banner::before {
  content: "";
  position: absolute;
  top: -142%;
  left: 0;
  width: 100%;
  height: 809px;
  background-image: url(../../images/layers/layer11.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  .contact-banner::before {
    top: -97%;
  }
}
@media (max-width: 769px) {
  .contact-banner::before {
    left: -21%;
    width: 853px;
  }
}
@media (max-width: 577px) {
  .contact-banner::before {
    top: -44%;
    left: 0;
    width: 100%;
    background-size: contain;
  }
}
@media (max-width: 390px) {
  .contact-banner::before {
    top: -29%;
  }
}

.contact-banner-content {
  position: relative;
}
.contact-banner-content .title {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-content-white);
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .contact-banner-content .title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (max-width: 769px) {
  .contact-banner-content .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .contact-banner-content .title {
    font-size: 34px;
    line-height: 44px;
  }
}

.btn-box2 {
  position: relative;
  text-align: right;
}
@media (max-width: 577px) {
  .btn-box2 {
    text-align: left;
    margin-top: 60px;
  }
}
.btn-box2 .contact-btn {
  position: relative;
  top: -10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-content-white);
  width: 135px;
  height: 173px;
  line-height: 173px;
  border-radius: 65% 45% 65% 45%;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-box2 .contact-btn .text {
  display: inline-block;
  position: relative;
  will-change: transform;
  z-index: 111;
}
.btn-box2 .contact-btn .border-outer {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-content-white);
  width: 135px;
  height: 173px;
  line-height: 173px;
  border-radius: 65% 45% 65% 45%;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
}
.btn-box2 .contact-btn .border-inner {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-primary);
  width: 135px;
  height: 173px;
  line-height: 173px;
  border-radius: 65% 45% 65% 45%;
  display: inline-block;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-banner2 {
  position: relative;
  padding: 77px 0;
}
@media (max-width: 1440px) {
  .contact-banner2 {
    padding: 77px 30px 77px 20px;
  }
}
@media (max-width: 577px) {
  .contact-banner2 {
    padding: 77px 5px 77px 5px;
  }
}
@media (max-width: 390px) {
  .contact-banner2 {
    padding: 60px 5px;
  }
}
.contact-banner2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1054px;
  background-image: url(../../images/layers/layer8.png);
}

.contact-banner-content2 {
  position: relative;
}
.contact-banner-content2 .title {
  font-size: 100px;
  line-height: 1em;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-heading);
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .contact-banner-content2 .title {
    font-size: 80px;
  }
}
@media (max-width: 1025px) {
  .contact-banner-content2 .title {
    font-size: 75px;
  }
}
@media (max-width: 769px) {
  .contact-banner-content2 .title {
    font-size: 71px;
  }
}
@media (max-width: 577px) {
  .contact-banner-content2 .title {
    font-size: 53px;
  }
}
@media (max-width: 480px) {
  .contact-banner-content2 .title {
    font-size: 46px;
  }
}
@media (max-width: 390px) {
  .contact-banner-content2 .title {
    font-size: 35px;
  }
}
.contact-banner-content2 .title span {
  background-color: transparent;
  background-image: -webkit-linear-gradient(348deg, #8258C8 0%, #2C84C8 100%);
  background-image: linear-gradient(102deg, #8258C8 0%, #2C84C8 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.btn-box3 {
  position: relative;
  text-align: right;
}
@media (max-width: 577px) {
  .btn-box3 {
    text-align: left;
    margin-top: 50px;
  }
}
.btn-box3 .contact-btn {
  position: relative;
  right: 0;
  top: -10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-content-black2);
  width: 135px;
  height: 173px;
  line-height: 173px;
  border-radius: 65% 45% 65% 45%;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-box3 .contact-btn .text {
  display: inline-block;
  position: relative;
  will-change: transform;
  z-index: 111;
}
.btn-box3 .contact-btn .border-outer {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-content-black2);
  width: 135px;
  height: 173px;
  line-height: 173px;
  border-radius: 65% 45% 65% 45%;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
}
.btn-box3 .contact-btn .border-inner {
  position: absolute;
  top: 0;
  left: -2px;
  border: 2px solid #43bfd9;
  width: 135px;
  height: 173px;
  line-height: 173px;
  border-radius: 65% 45% 65% 45%;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.contact-sec2 {
  position: relative;
}
@media (max-width: 1440px) {
  .contact-sec2 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .contact-sec2 {
    margin: 0 7px;
  }
}
.contact-sec2:before {
  content: "";
  position: absolute;
  top: 6%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .contact-sec2:before {
    display: none;
  }
}
.contact-sec2:after {
  content: "";
  position: absolute;
  bottom: 14%;
  left: 21%;
  width: 964px;
  height: 474px;
  background-image: url(../../images/layers/map2.png);
  z-index: -1;
}
@media (max-width: 1025px) {
  .contact-sec2:after {
    width: 100%;
    left: 0;
  }
}

.contact-content2 {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 820px) {
  .contact-content2 {
    margin: 0 0 50px;
  }
}
.contact-content2 .sec-title {
  margin-bottom: 73px;
  max-width: 558px;
}
@media (max-width: 769px) {
  .contact-content2 .sec-title {
    margin-bottom: 47px;
  }
}
.contact-content2 .social-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.contact-content2 .social-icon li {
  margin: 0 35px 0 0;
}
.contact-content2 .social-icon li:last-child {
  margin-right: 0;
}
.contact-content2 .social-icon li a {
  color: var(--color-content-black2);
}
.contact-content2 .social-icon li a:hover {
  color: #999999;
}

.call-center2 {
  position: relative;
  margin-bottom: 53px;
}
.call-center2 .title {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-heading);
  margin-bottom: 0;
  font-family: var(--font-secondary);
  margin-bottom: 21px;
}
.call-center2 .nmbr,
.call-center2 .gmail,
.call-center2 p {
  display: block;
  color: var(--color-content-black2);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.call-center2 .gmail {
  text-decoration: underline;
}

.contact-form.v2 {
  background-color: #F0F2F4;
}

.contact-banner3 {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin: 0 20px;
  padding: 152px 0 146px;
  z-index: 1;
}
@media (max-width: 1366px) {
  .contact-banner3 {
    padding: 152px 27px 146px;
  }
}
@media (max-width: 1201px) {
  .contact-banner3 {
    padding: 102px 44px 101px;
  }
}
@media (max-width: 1025px) {
  .contact-banner3 {
    padding: 113px 27px 111px;
  }
}
@media (max-width: 577px) {
  .contact-banner3 {
    padding: 80px 27px 92px;
  }
}
.contact-banner3::before {
  content: "";
  position: absolute;
  bottom: -159%;
  left: 0;
  width: 100%;
  height: 1500px;
  background-image: url(../../images/layers/banner-layer3.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -11;
}
@media (max-width: 1201px) {
  .contact-banner3::before {
    width: 869px;
    background-size: contain;
    height: 765px;
    bottom: -75%;
    left: 12%;
  }
}
@media (max-width: 1201px) {
  .contact-banner3 .row {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.contact-banner-content3 {
  position: relative;
}
.contact-banner-content3 .title {
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-content-white);
  letter-spacing: -0.03em;
}
@media (max-width: 1201px) {
  .contact-banner-content3 .title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (max-width: 769px) {
  .contact-banner-content3 .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .contact-banner-content3 .title {
    font-size: 34px;
    line-height: 44px;
  }
}

.btn-box4 {
  position: relative;
  text-align: right;
}
@media (max-width: 577px) {
  .btn-box4 {
    text-align: left;
    margin-top: 60px;
  }
}
.btn-box4 .contact-btn {
  position: relative;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-content-white);
  width: 174px;
  height: 174px;
  line-height: 174px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-box4 .contact-btn .text {
  display: inline-block;
  position: relative;
  will-change: transform;
  z-index: 111;
}
.btn-box4 .contact-btn .border-outer {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-content-white);
  width: 174px;
  height: 174px;
  line-height: 174px;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
}
.btn-box4 .contact-btn .border-inner {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-content-white);
  width: 174px;
  height: 174px;
  line-height: 174px;
  border-radius: 100%;
  display: inline-block;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-banner3.v2::before {
  display: none;
}
.contact-banner3.v2::after {
  content: "";
  position: absolute;
  top: -37%;
  left: -1%;
  width: 1109px;
  height: 1138px;
  background-image: url(../../images/layers/shade1-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1201px) {
  .contact-banner3.v2::after {
    top: -6%;
    left: -2%;
    width: 927px;
    height: 600px;
  }
}
@media (max-width: 577px) {
  .contact-banner3.v2::after {
    top: 24%;
  }
}

.parallax-wrap {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 130%;
  overflow: hidden;
  z-index: -1;
}
.parallax-wrap .parallax-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.05s linear;
  transition: -webkit-transform 0.05s linear;
  transition: transform 0.05s linear;
  transition: transform 0.05s linear, -webkit-transform 0.05s linear;
  will-change: transform;
}

.pricing-style1 {
  position: relative;
}
@media (max-width: 1440px) {
  .pricing-style1 {
    margin: 0 20px;
  }
}
@media (max-width: 769px) {
  .pricing-style1 {
    margin: 0 10px;
  }
}
@media (max-width: 820px) {
  .pricing-style1 .sec-title {
    max-width: 600px;
  }
  .pricing-style1 .sec-title p {
    margin: 18px 0 0;
  }
}

.pricing-content {
  position: relative;
}
@media (max-width: 820px) {
  .pricing-content {
    margin-bottom: 50px;
  }
}
.pricing-content .sec-title {
  margin-bottom: 27px;
}
.pricing-content .sec-title p:last-child {
  font-weight: 400;
}

.price-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 91px 69px 66px;
  border: 1px solid #E0E0E0;
  border-radius: 25px;
}
@media (max-width: 1201px) {
  .price-card {
    padding: 58px 42px 48px;
  }
}
@media (max-width: 1025px) {
  .price-card {
    padding: 58px 34px 48px;
  }
}
@media (max-width: 577px) {
  .price-card {
    display: block;
  }
}

.price-card.v2 {
  background-color: #F0F2F4;
  border: 0;
  margin-top: 8px;
}
@media (max-width: 577px) {
  .price-card.v2 {
    margin-top: 30px;
  }
}
.price-card.v2 .price-item {
  padding-left: 41px;
}
@media (max-width: 1366px) {
  .price-card.v2 .price-item {
    padding-left: 19px;
  }
}
@media (max-width: 820px) {
  .price-card.v2 .price-item {
    padding-left: 55px;
  }
}
@media (max-width: 769px) {
  .price-card.v2 .price-item {
    padding-left: 42px;
  }
}
@media (max-width: 577px) {
  .price-card.v2 .price-item {
    padding-left: 0;
  }
}

.pricing-list {
  position: relative;
}
.pricing-list li i {
  font-size: 14px;
  color: rgb(69, 194, 213);
  margin-right: 13px;
}
.pricing-list li {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: var(--color-content-black2);
}

.price-heade {
  position: relative;
  padding-right: 64px;
}
@media (max-width: 1201px) {
  .price-heade {
    padding-right: 37px;
  }
}
@media (max-width: 1025px) {
  .price-heade {
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .price-heade {
    padding-right: 42px;
  }
}
@media (max-width: 577px) {
  .price-heade {
    padding: 0 0 30px;
  }
}
.price-heade .title {
  font-weight: 400;
  line-height: 45px;
  font-size: 40px;
  color: var(--color-heading);
  margin-bottom: 14px;
}
@media (max-width: 1025px) {
  .price-heade .title {
    line-height: 40px;
    font-size: 35px;
  }
}
.price-heade span {
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  color: var(--color-content-black2);
}
@media (max-width: 1025px) {
  .price-heade span {
    max-width: 156px;
  }
}
@media (max-width: 577px) {
  .price-heade span {
    max-width: unset;
  }
}

.price-item {
  position: relative;
  padding-right: 95px;
}
@media (max-width: 1201px) {
  .price-item {
    padding-right: 65px;
  }
}
@media (max-width: 1025px) {
  .price-item {
    padding-right: 37px;
    max-width: 237px;
    padding-left: 17px;
  }
}
@media (max-width: 820px) {
  .price-item {
    padding-right: 80px;
    max-width: 328px;
    padding-left: 45px;
  }
}
@media (max-width: 769px) {
  .price-item {
    padding-right: 64px;
    padding-left: 0;
    max-width: unset;
  }
}
@media (max-width: 577px) {
  .price-item {
    padding: 0 0 30px;
  }
}
.price-item li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: var(--color-content-black2);
  padding-left: 15px;
  margin: 0;
}
.price-item li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--color-content-black2);
}

.price-item-price {
  position: relative;
}
.price-item-price .price {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 13px;
}
.price-item-price .price span {
  font-size: 20px;
  line-height: 30px;
}
.price-item-price .ibt-btn-outline span {
  font-size: 14px;
}
.price-item-price .ibt-btn-outline:hover span {
  color: var(--color-content-white);
}

.pricing-style1.v2::before {
  content: "";
  position: absolute;
  bottom: -90%;
  left: 0;
  width: 557px;
  height: 1629px;
  background-image: url(../../images/layers/ser-layer.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .pricing-style1.v2::before {
    display: none;
  }
}
.pricing-style1.v2::after {
  content: "";
  position: absolute;
  top: -50%;
  right: 0;
  width: 578px;
  height: 956px;
  background-image: url(../../images/layers/ser-layer2.png);
  z-index: -1;
}
@media (max-width: 1440px) {
  .pricing-style1.v2::after {
    display: none;
  }
}

.pricing-sec2 {
  position: relative;
}
@media (max-width: 1366px) {
  .pricing-sec2 {
    margin: 0 20px;
  }
}
@media (max-width: 1201px) {
  .pricing-sec2 {
    margin: 0 10px;
  }
}
.pricing-sec2 .row {
  margin-bottom: -30px;
}
.pricing-sec2 .sec-title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 45px;
}
@media (max-width: 769px) {
  .pricing-sec2 .sec-title {
    max-width: 556px;
  }
}
@media (max-width: 577px) {
  .pricing-sec2 .sec-title {
    max-width: 500px;
  }
}

.price-card2 {
  position: relative;
  border: 1px solid var(--color-content-black2);
  border-radius: 25px;
  padding: 69px 45px 62px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
@media (max-width: 1201px) {
  .price-card2 {
    padding: 69px 29px 46px;
  }
}

.price-card2.v2 {
  position: relative;
  border-color: transparent;
  background-color: #F0F2F4;
}

.Popular {
  position: absolute;
  top: -1px;
  left: 53px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-color: var(--color-content-white);
  padding: 8px 43px 6px 37px;
  border-radius: 0px 0px 25px 25px;
}
.Popular::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/price-corner.png);
}
.Popular::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/layers/price-corner2.png);
}

.price-heade2 {
  position: relative;
  margin-bottom: 22px;
}
.price-heade2 .title {
  font-weight: 400;
  line-height: 45px;
  font-size: 40px;
  color: var(--color-heading);
  margin-bottom: 14px;
}
.price-heade2 span {
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  color: var(--color-content-black2);
}

.price-item2 {
  position: relative;
  margin-bottom: 28px;
}
.price-item2 li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: var(--color-content-black2);
  padding-left: 15px;
  margin: 0;
}
.price-item2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--color-content-black2);
}

.price-item-price2 {
  position: relative;
}
.price-item-price2 .price {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 23px;
}
.price-item-price2 .price span {
  font-size: 20px;
  line-height: 30px;
}
.price-item-price2 .ibt-btn-outline span {
  font-size: 14px;
}
.price-item-price2 .ibt-btn-outline:hover span {
  color: var(--color-content-white);
}

.pricing-sec3 {
  position: relative;
}
@media (max-width: 1366px) {
  .pricing-sec3 {
    margin: 0 20px;
  }
}
@media (max-width: 1201px) {
  .pricing-sec3 {
    margin: 0 10px;
  }
}
.pricing-sec3 .col-xl-6 .row {
  margin-bottom: -30px;
}
.pricing-sec3 .sec-title {
  max-width: 600px;
  margin-bottom: 45px;
}
@media (max-width: 769px) {
  .pricing-sec3 .sec-title {
    max-width: 400px;
  }
}
@media (max-width: 577px) {
  .pricing-sec3 .sec-title {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .pricing-sec3 .sec-title {
    max-width: 418px;
  }
}

.price-content3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}

.price-card3 {
  position: relative;
  border: 1px solid var(--color-content-black2);
  border-radius: 25px;
  padding: 69px 45px 62px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 1201px) {
  .price-card3 {
    padding: 69px 29px 46px;
  }
}

.price-img3 {
  margin-left: 12px;
  min-height: 100%;
  min-width: 71px;
}
.price-img3 img {
  height: 100%;
}
@media (max-width: 769px) {
  .price-img3 {
    min-width: 68px;
  }
}
@media (max-width: 390px) {
  .price-img3 {
    min-width: 54px;
  }
}

.Popular3 {
  position: absolute;
  top: 7px;
  left: 90px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.price-heade3 {
  position: relative;
  margin-bottom: 22px;
}
.price-heade3 .title {
  font-weight: 400;
  line-height: 45px;
  font-size: 40px;
  color: var(--color-heading);
  margin-bottom: 14px;
}
.price-heade3 span {
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  color: var(--color-content-black2);
}

.price-item3 {
  position: relative;
  margin-bottom: 28px;
}
.price-item3 li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: var(--color-content-black2);
  padding-left: 15px;
  margin: 0;
}
.price-item3 li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--color-content-black2);
}

.price-item-price3 {
  position: relative;
}
.price-item-price3 .price {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 23px;
}
.price-item-price3 .price span {
  font-size: 20px;
  line-height: 30px;
}
.price-item-price3 .ibt-btn span {
  font-size: 14px;
}
.price-item-price3 .ibt-btn i {
  margin-left: -14px;
}
.price-item-price3 .ibt-btn:hover span {
  color: var(--color-content-white);
}

.price-card3.v2 {
  background-color: #AC8DE0;
  border: 0;
}
.price-card3.v2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 33px;
  width: 180px;
  height: 38px;
  background-image: url(../../images/layers/layer1-4.png);
}
.price-card3.v2 .title,
.price-card3.v2 .price {
  color: var(--color-content-white);
}
.price-card3.v2 .price-heade3 span {
  color: var(--color-content-white);
}
.price-card3.v2 .price-item2 li {
  color: var(--color-content-white);
}
.price-card3.v2 .price-item2 li::before {
  background-color: var(--color-content-white);
}

.price-card3.v3 {
  background-color: #49C9B2;
  border: 0;
}
.price-card3.v3 .title,
.price-card3.v3 span,
.price-card3.v3 .price {
  color: var(--color-content-white);
}
.price-card3.v3 .price-item2 li {
  color: var(--color-content-white);
}
.price-card3.v3 .price-item2 li::before {
  background-color: var(--color-content-white);
}
.price-card3.v3 .ibt-btn i {
  color: var(--color-content-white);
}

.pricing-style4 {
  position: relative;
}
.pricing-style4::before {
  content: "";
  position: absolute;
  bottom: -79%;
  left: 0;
  width: 1003px;
  height: 1676px;
  background-image: url(../../images/layers/price-layer4.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1201px) {
  .pricing-style4::before {
    background-size: contain;
    left: -20px;
    width: 511px;
    bottom: -20%;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .pricing-style4 {
    margin: 0 20px;
  }
}
@media (max-width: 769px) {
  .pricing-style4 {
    margin: 0 10px;
  }
}
@media (max-width: 820px) {
  .pricing-style4 .sec-title {
    max-width: 600px;
  }
  .pricing-style4 .sec-title p {
    margin: 18px 0 0;
  }
}

.pricing-content4 {
  position: relative;
}
@media (max-width: 820px) {
  .pricing-content4 {
    margin-bottom: 50px;
  }
}
.pricing-content4 .sec-title {
  margin-bottom: 27px;
}
.pricing-content4 .sec-title p:last-child {
  font-weight: 400;
}

.price-card4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 91px 69px 66px;
  border: 1px solid #3F3F3F;
  border-radius: 25px;
}
@media (max-width: 1201px) {
  .price-card4 {
    padding: 58px 42px 48px;
  }
}
@media (max-width: 1025px) {
  .price-card4 {
    padding: 58px 34px 48px;
  }
}
@media (max-width: 577px) {
  .price-card4 {
    display: block;
  }
}

.price-card4.v2 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(336deg, #A3F5FF 0%, #E987C4 100%);
  background-image: linear-gradient(114deg, #A3F5FF 0%, #E987C4 100%);
  border-color: #F0F2F4;
  border: 0;
  margin-top: 8px;
}
@media (max-width: 577px) {
  .price-card4.v2 {
    margin-top: 30px;
  }
}
.price-card4.v2 .price-item4 {
  padding-left: 41px;
}
@media (max-width: 1366px) {
  .price-card4.v2 .price-item4 {
    padding-left: 19px;
  }
}
@media (max-width: 820px) {
  .price-card4.v2 .price-item4 {
    padding-left: 55px;
  }
}
@media (max-width: 769px) {
  .price-card4.v2 .price-item4 {
    padding-left: 42px;
  }
}
@media (max-width: 577px) {
  .price-card4.v2 .price-item4 {
    padding-left: 0;
  }
}
.price-card4.v2 .price-item4 li {
  color: var(--color-heading) !important;
}
.price-card4.v2 .price-item4 li::before {
  background-color: var(--color-heading);
}
.price-card4.v2 .price-heade4 .title,
.price-card4.v2 .price-heade4 span {
  color: var(--color-heading) !important;
}
.price-card4.v2 .price {
  color: var(--color-heading) !important;
}
.price-card4.v2 .ibt-btn {
  background-color: var(--color-content-white);
  color: var(--color-content-black2);
}
.price-card4.v2 .ibt-btn::after {
  display: none;
}
.price-card4.v2 .ibt-btn:hover {
  background-color: var(--color-content-black2);
  color: var(--color-content-white);
}

.pricing-list4 {
  position: relative;
}
.pricing-list4 li i {
  font-size: 14px;
  color: var(--color-content-white);
  margin-right: 13px;
}
.pricing-list4 li {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: var(--color-content-white);
}

.price-heade4 {
  position: relative;
  padding-right: 62px;
}
@media (max-width: 1201px) {
  .price-heade4 {
    padding-right: 37px;
  }
}
@media (max-width: 1025px) {
  .price-heade4 {
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .price-heade4 {
    padding-right: 42px;
  }
}
@media (max-width: 577px) {
  .price-heade4 {
    padding: 0 0 30px;
  }
}
.price-heade4 .title {
  font-weight: 400;
  line-height: 45px;
  font-size: 40px;
  color: var(--color-content-white);
  margin-bottom: 14px;
}
@media (max-width: 1025px) {
  .price-heade4 .title {
    line-height: 40px;
    font-size: 35px;
  }
}
.price-heade4 span {
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  color: var(--color-content-white);
}
@media (max-width: 1025px) {
  .price-heade4 span {
    max-width: 156px;
  }
}
@media (max-width: 577px) {
  .price-heade4 span {
    max-width: unset;
  }
}

.price-item4 {
  position: relative;
  padding-right: 95px;
}
@media (max-width: 1201px) {
  .price-item4 {
    padding-right: 65px;
  }
}
@media (max-width: 1025px) {
  .price-item4 {
    max-width: 237px;
    padding-right: 30px;
    padding-left: 13px;
  }
}
@media (max-width: 820px) {
  .price-item4 {
    padding-right: 80px;
    max-width: 328px;
    padding-left: 45px;
  }
}
@media (max-width: 769px) {
  .price-item4 {
    padding-right: 64px;
    padding-left: 0;
    max-width: unset;
  }
}
@media (max-width: 577px) {
  .price-item4 {
    padding: 0 0 30px;
  }
}
.price-item4 li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: var(--color-content-white);
  padding-left: 15px;
  margin: 0;
}
.price-item4 li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--color-content-white);
}

.price-item-price4 {
  position: relative;
}
.price-item-price4 .price {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 13px;
  color: var(--color-content-white);
}
.price-item-price4 .price span {
  font-size: 20px;
  line-height: 30px;
}
.price-item-price4 .ibt-btn {
  color: var(--color-content-white);
}

.pricing-style5 {
  position: relative;
}
.pricing-style5::before {
  content: "";
  position: absolute;
  bottom: -53%;
  left: -20px;
  width: 700px;
  height: 1040px;
  background-image: url(../../images/layers/shade1-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1201px) {
  .pricing-style5::before {
    background-size: contain;
  }
}
@media (max-width: 1440px) {
  .pricing-style5 {
    margin: 0 20px;
  }
}
@media (max-width: 769px) {
  .pricing-style5 {
    margin: 0 10px;
  }
}

.pricing-sec6 {
  position: relative;
}
@media (max-width: 1025px) {
  .pricing-sec6 {
    margin: 0 15px;
  }
}
@media (max-width: 390px) {
  .pricing-sec6 {
    margin: 0;
  }
}
.pricing-sec6 .sec-title {
  max-width: 600px;
}
.pricing-sec6 .price-card3 .title,
.pricing-sec6 .price-card3 span,
.pricing-sec6 .price-card3 li,
.pricing-sec6 .price-card3 .price {
  color: var(--color-content-white);
}
.pricing-sec6 .price-card3 li::before {
  background-color: var(--color-content-white);
}
.pricing-sec6 .price-card3 .ibt-btn {
  height: 55px;
  color: var(--color-content-white);
}
.pricing-sec6 .Popular {
  background-color: var(--color-surface-dark-2);
}
.pricing-sec6 .Popular::before {
  background-image: url(../../images/layers/corner3-dark.png) !important;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pricing-sec6 .Popular::after {
  background-image: url(../../images/layers/corner3-dark3.png) !important;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*# sourceMappingURL=../../maps/sections/index.css.map */
