@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;family=Rajdhani:wght@300;400;500;600;700&amp;display=swap");
@import url("animate.css");
@import url("magnific.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@import url("odometer-theme-default.css");
@import url("cusor-text.css");
@import url("nice-select.css");
@import url("meanmenu.min.css");

:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-primary: #6766FF;
  --theme-color1: #080220;
  --theme-color2: #07011F;
  --theme-color3: #0F0927;
  --theme-color4: #FF9F31;
  --theme-color5: #1F1A36;
  --theme-color6: #0DB561;
  --theme-bg-color1: #080220;
  --theme-bg-color2: #120C2A;
  --theme-bg-color3: #140E2C;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #0f0f0f;
  --text-color-bg-theme-color3: #fff;
  --gradient-1: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%);
  --text-color: #ffffffb3;
  --heading-color: #0C2318;
  --link-color: #6766FF;
  --link-hover-color: #6766FF;
  --text-font: "Nunito Sans", sans-serif;
  --title-font: "Rajdhani", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 60.8px;
  --h2-font-size: 48px;
  --h3-font-size: 31.2px;
  --h4-font-size: 23.2px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 13px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--heading-color);
  --sec-title-font-size: 50px;
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--heading-color);
  --theme-black: #222429;
  --container-width: 1350px;
  --main-container-width: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

* {
  box-sizing: border-box;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::selection {
  background: var(--theme-primary);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-primary);
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-primary);
  /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--heading-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
  font-size: var(--text-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  transition: all 0.3s ease;

}

.sidebarLogo img {
  width: 160px;
}

.active_logo img {
  width: 160px;
}

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

a b,
a strong {
  transition: all 0.3s ease;
}

a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* visibility: hidden; */
  overflow: hidden;
}

.reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

label {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.boxs {
  opacity: 0;
  will-change: transform, opacity;
}

.split-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) rotate(5deg);
}

html {
  scrollbar-width: thin;
  /* scrollbar-color: var(--theme-primary) var(--theme-color4); */
}

/* ::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-primary);
  -webkit-border-radius: 1px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
} */

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section>.container,
section>.container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.bg-color3 {
  background-color: var(--theme-color3) !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.main-container {
  position: static;
  max-width: var(--main-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: var(--theme-color1);
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid #6766FF;
  border-top-color: #EB7043;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #37B884;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme-primary);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*** 

==============================
Section Title
==============================

***/
.sec-title {
  margin-bottom: 55px;
}

.sec-title .section-sub-title {
  margin-bottom: 25px;
}

.sec-title .section-sub-title .sub-title {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color-white);
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}

.sec-title .section-sub-title .sub-title::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;

  /* Pure purple gradient */
  background: linear-gradient(91.06deg,
      #6766FF 0%,
      #8B5CFF 50%,
      #6766FF 100%) border-box;

  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.sec-title .section-title .title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sec-title .section-title .title {
    font-size: 45px;
    line-height: 52px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title .section-title .title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-title .section-title .title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sec-title .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.sec-title .section-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 90%;
  margin: 20px 0 0px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title .section-desc p {
    width: 100%;
  }
}

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

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

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

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* 18may */
.menu-icon {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
}

.call-container .activity-card.glass {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.call-container .activity-card.glass img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.call-container .swiper-button-prev,
.call-container .swiper-button-next {

  color: white;
}

.desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.read-more-btn {
  margin-top: 10px;
  border: none;
  background: transparent;
  color: var(--theme-primary);
  font-weight: 600;
  cursor: pointer;
}


.commnbtn {
  font-family: var(--title-font);
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 20px;
  background: var(--theme-primary);
  border-radius: 40px;
  padding: 12px 40px;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* team activity */

.my-masonry-grid {
  display: flex;
  gap: 15px;
}

.my-masonry-grid_column {
  background-clip: padding-box;
}

.my-masonry-grid_column img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}


.careersApply {
  margin: 50px 0px;
}


/* carrer page areaa */

.career-form-area {
  background: var(--theme-bg-color3);
  border-radius: 20px;
  padding: 60px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.career-form-area .career-input-box input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  border-radius: 10px;
  margin-bottom: 5px;
  color: var(--theme-color-white);
}


.career-form-area .blog-details-submi-button button {
  background: var(--theme-primary);
  color: var(--theme-color-white);
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border-radius: 40px;
  font-weight: 500;
}

.career-form-area .contact-input-box input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  border-radius: 0px 10px 10px 0px;
  color: var(--theme-color-white);
}

.career-form-area .contact-input-box select {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 60px;
  padding: 0px 15px;
  outline: 0;
  border-radius: 0px 10px 10px 0px;
  color: var(--theme-color-white);
}

input[type="file"] {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 15px;
  color: white;
}

.career-form-area .contact-input-box {
  margin-bottom: 25px;
}

/* country dropdown */
.react-international-phone-country-selector-button {
  background-color: transparent !important;
  padding: 22px !important;
  border-radius: 10px 0 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  min-height: 60px !important;
}

.react-international-phone-country-selector-dropdown {

  width: 184px !important;

}

.react-international-phone-country-selector {

  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-text textPath {
  letter-spacing: 7px;
}

.homepage_section .split-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* after 3 line show ... */
  -webkit-box-orient: vertical;
}

.brand-icon img {
  width: 25px;
  height: 25px;
}

.no-data-wrapper {
  padding: 30px 0px;
}

.no-data-wrapper img {
  width: 100px;
}

.no-data-wrapper h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
}

.no-blog-wrapper {
  padding: 30px 0px;
}

.no-blog-wrapper img {
  width: 100px;
}

.no-blog-wrapper h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.pagination-btn {
  min-width: 45px;
  height: 35px;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 600;
  padding: 0 15px;
}

.pagination-btn:hover {
  background: #111;
  color: white;
}

.pagination-btn.active {
  background: #5c6bf8 !important;
  color: #fff !important;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.brand-icon {
  min-width: 25px;
}

.desc ul {
  padding-left: 20px;
  margin: 0;
}

.desc li {
  margin-bottom: 8px;
  list-style: disc;
}

.socialmenu li a {
  position: relative;
  padding-left: 30px;
}

.socialmenu li svg.contact-icon.me-3 {
  position: absolute;
  left: 0;
  top: 4px;
}

.sidemenu li {
  position: relative;
  padding-left: 30px;
}

.sidemenu li i {
  position: absolute;
  left: 0;
  top: 6px;
}

.sidemenu li.py-2 {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}

.viewall-btn a,
.loadmoreBtn {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-white) !important;
  background: var(--theme-primary) !important;
  border-radius: 40px;
  padding: 10px 45px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.carousel-pagination {
  transform: none !important;
  right: 0;
  justify-content: center !important;
}

.carousel-button {
  background: rgb(92 107 248) !important;
}

input#resume {
  height: auto;
  padding: 10px;
}

.bgimg {
  background-image: url("../images/demo-img/about-page-bg.jpg") !important;
}

.footerbgimg {
  background-image: url("../images/demo-img/footer-bg.png");
}

.bannerbgimg {
  background-image: url("../images/demo-img/banner-bg3.png");
}

/* about section */

.about-page-title {
  background: var(--theme-bg-color1);
  padding: 202px 0px 110px;
  position: relative;
  margin-top: -102px;
}

.about-page-title .title-content {
  margin-bottom: 52px;
  text-align: center;
}

.about-page-title .title-content .page-sub-title {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}

.about-page-title .title-content .page-sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.about-page-title .title-content .page-title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 14px 0 5px;
}

.about-page-title .title-content .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
  margin: 0px auto;
}

@media only screen and (max-width: 1700px) {
  .about-page-title .title-content .page-desc {
    width: 100%;
  }
}

.about-page-title .single-dashbord .dashbord-thumb figure {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-page-title .single-dashbord .dashbord-thumb figure {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-page-title .single-dashbord .dashbord-thumb figure {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-page-title .single-dashbord .dashbord-thumb figure img {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-page-title .single-dashbord .dashbord-thumb figure img {
    width: 100%;
  }
}

.about-section-five {
  /* background: var(--theme-bg-color1); */
  padding: 120px 0px 110px;
  position: relative;
}

.homepage_section .about-section-five {
  background: var(--theme-bg-color1) !important;
}

.about-section-five .auto-container {
  position: relative;
  z-index: 1;
}

.about-section-five .about-effient21 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.about-section-five .sec-title {
  margin-bottom: 25px;
}

.about-section-five .section-desc p {
  width: 95%;
}

.about-section-five .about-wrapper-box {
  display: flex;
  gap: 60px;
  margin-bottom: 25px;
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section-five .about-wrapper-box {
    display: block;
  }
}

.about-section-five .about-wrapper-box .about-icon-box .about-icon-content {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section-five .about-wrapper-box .about-icon-box .about-icon-content {
    gap: 8px;
  }
}

.about-section-five .about-wrapper-box .about-icon-box .about-icon-content .about-icon {
  flex-shrink: 0;
  position: relative;
  top: 9px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.about-section-five .about-wrapper-box .about-icon-box .about-icon-content .about-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.about-section-five .about-wrapper-box .about-icon-box .about-icon-content .about-content h4 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}

.about-section-five .about-wrapper-box .about-icon-box .about-icon-content .about-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.about-content ul {
  padding-left: 20px;
  margin-top: 10px;
}

.about-content li {
  margin-bottom: 8px;
}

.about-content p {
  margin-bottom: 10px;
  line-height: 1.7;
}

.homepage_section .about-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* after 3 line show ... */
  -webkit-box-orient: vertical;
}


@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section-five .about-wrapper-box .about-icon-box .about-icon-content .about-content p {
    font-size: 16px;
  }
}

.about-section-five .about-btn a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: var(--theme-primary);
  border-radius: 40px;
  padding: 12px 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-section-five .about-btn a i {
  display: inline-block;
  margin-left: 10px;
  transition: 0.5s;
}

.about-section-five .about-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.about-section-five .about-btn a:hover {
  color: var(--theme-primary);
}

.about-section-five .about-btn a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.about-section-five .about-thumb-wrapper {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section-five .about-thumb-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section-five .about-thumb-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
}

.about-section-five .about-thumb-wrapper .about-thumb {
  position: relative;
  margin-left: -20px;
}

.about-section-five .about-thumb-wrapper .about-thumb figure {
  margin: 0;
}

.about-section-five .about-thumb-wrapper .circle-text {
  width: 170px;
  height: 170px;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 10px;
  bottom: 10px;
  right: 30px;
}

.about-section-five .about-thumb-wrapper svg {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  animation: spin 20s linear infinite;
}

.about-section-five .about-thumb-wrapper text {
  font-size: 30px;
  font-weight: 600;
  fill: #fff;
  text-transform: uppercase;
  word-spacing: 20px;
  letter-spacing: 3px;
  font-family: var(--title-font);
}

.about-section-five .about-thumb-wrapper .circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  background: var(--theme-primary);
  border-radius: 50%;
}

.homepage_section .about-section-five .row {
  align-items: center;
}

/* about end */

/*brand section start  */

.brand-area-one {
  background: var(--theme-bg-color1);
}

.brand-area-one .band-active {
  overflow-x: hidden;
}

.brand-area-one .band-active .brand-box {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.brand-area-one .band-active .brand-box .brand-name h3 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 25px;
  padding-top: 7px;
  white-space: nowrap;
  margin-bottom: 0px;
}

.brand-area-one .brand-desc {
  text-align: center;
  padding-bottom: 35px;
}

.brand-area-one .brand-desc p {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  display: inline-block;
}

.brand-area-one .brand-desc p::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 180px;
  background: url(../images/demo-img/brand-line1.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -200px;
}

.brand-area-one .brand-desc p::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 180px;
  background: url(../images/demo-img/brand-line2.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -200px;
}

.brand-area-one .brand-desc p span {
  display: inline-block;
  color: var(--theme-primary);
}

.brand-area-one.style-two {
  padding-bottom: 120px;
}

.brand-area-one.style-four .brand-container {
  background: linear-gradient(180deg, #0B0523 0%, #1C1634 100%);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 0 0 65px;
}

.brand-area-one.style-four .brand-container::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(103, 102, 255, 0.3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.brand-area-one.inner {
  padding: 0 0 120px;
}

/* brand section end */

/* testimoniyal start */

.testimonia-section-one {
  background: var(--theme-bg-color1);
  padding: 120px 0 135px;
  position: relative;
  overflow: hidden;
}

.testimonia-section-one .sec-title {
  position: relative;
  z-index: 3;
}

.testimonia-section-one .testimonial-active {
  overflow-x: hidden;
  position: relative;
  z-index: 3;
}

/* .testimonia-section-one .swiper-slide.swiper-slide-prev {
  transform: translateX(8%) rotate(-7deg);
  transform-origin: 165% 110%;
}

.testimonia-section-one .swiper-slide.swiper-slide-next {
  transform: translateX(-2%) rotate(7deg);
  transform-origin: -70% 55%;
} */

.testimonia-section-one .swiper-slide.swiper-slide-active {
  border: 1px solid var(--theme-primary);
  border-radius: 30px;
}

.testimonia-section-one .swiper-slide.swiper-slide-active .testi-box {
  margin: 0;
}

.testimonia-section-one .testi-box {
  margin: 0 10px;
}

.testimonia-section-one .testi-box .single-testi-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--theme-color3);
  padding: 10px 32px 20px;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonia-section-one .testi-box .single-testi-box::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background-image: url(../images/demo-img/testi-box-eff1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
}

.testimonia-section-one .testi-box .single-testi-box::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background-image: url(../images/demo-img/testi-box-eff2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  right: 0;
}

.testimonia-section-one .testi-box .single-testi-box .testi-desc p {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 18px 0 15px;
}

.testimonia-section-one .testi-box .single-testi-box .testi-ratting ul li {
  display: inline-block;
  color: var(--theme-color4);
}

.testimonia-section-one .testi-box .single-testi-box .testi-autor-box {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.testimonia-section-one .testi-box .single-testi-box .testi-autor-box .testi-autor img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.testi-autor-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .testi-ratting li {
  display: inline-block;
  color: var(--theme-color4);
}


.testimonia-section-one .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.testimonia-section-three {
  padding: 120px 0 70px;
  background: var(--theme-bg-color2);
  position: relative;
}

.testimonia-section-three .testi-thumb-wrapper {
  position: relative;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonia-section-three .testi-thumb-wrapper {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonia-section-three .testi-thumb-wrapper {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonia-section-three .testi-thumb-wrapper {
    display: none;
  }
}

.testimonia-section-three .testi-thumb-wrapper .testi-thumb {
  position: relative;
  margin-left: -100px;
}

.testimonia-section-three .testi-thumb-wrapper .testi-thumb-circle {
  position: absolute;
  top: -115px;
  left: 0;
  animation: spin 16s linear infinite;
}

.testimonia-section-three .testi-thumb-wrapper .testi-avatars-img {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.testimonia-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor1 {
  position: absolute;
  top: -390px;
  left: 30px;
}

.testimonia-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor2 {
  position: absolute;
  top: -390px;
  right: 110px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .testimonia-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor2 {
    right: 40px;
  }
}

.testimonia-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor3 {
  position: absolute;
  top: -15px;
  right: 140px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .testimonia-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor3 {
    right: 50px;
  }
}

.testimonia-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor4 {
  position: absolute;
  bottom: -70px;
  left: 40px;
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box {
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  position: relative;
  z-index: 1;
  border-radius: 30px;
  padding: 40px 30px 46px 40px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box {
    padding: 40px 10px 46px 10px;
  }
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1.5px solid transparent;
  background: linear-gradient(136.7deg, #6766FF 6.8%, rgba(103, 102, 255, 0.3) 18.42%, rgba(103, 102, 255, 0.3) 83.88%, #6766FF 92.96%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background-image: url(../images/demo-img/testi-box-effect42.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  right: 0;
  border-radius: 30px;
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/demo-img/testi-box-effect41.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -240px;
  top: -40px;
}




.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: start;
}

.testimonia-section-three .testi-active2 .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-desc p img {
  position: relative;
  top: 6px;
}

.testimonia-section-three .testi-avatars-img>div img {
  border: 3px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.testimonia-section-three .testi-avatars-img>div.active img {
  border-color: var(--theme-primary);
  box-shadow: 0 0 10px rgba(103, 102, 255, 0.6);
}

.testimonia-section-one .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.testimonia-section-one #js-particles-testimonial {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonia-section-one .testimonial-circle-shape {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.testimonia-section-one .swiper {
  padding-bottom: 80px;
}

.testimonia-section-one .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px)) !important;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, transparent);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  border: 1px solid #6766FF;
  margin: 0 5px;
}

.testimonia-section-one .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--theme-primary, var(--theme-primary)) !important;
}

.testimonia-section-one .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}

.testimonia-section-one .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1);
}

.testimonia-section-one .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1);
}

.testimonia-section-one .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1);
}

.testimonia-section-one .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}

.testimonia-section-one .section-desc p {
  width: 45%;
  margin: 20px auto 0px;
}

/* testimoniyal end */

/* integration section start */

.integration-section-two {
  background: var(--theme-bg-color1);
  position: relative;
  z-index: 1;
  padding: 120px 0 50px;
}

.integration-section-two.four {
  padding: 120px 0 120px;
}

.integration-section-two .auto-container {
  position: relative;
  z-index: 1;
}

.integration-section-two .integration-effient21 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.integration-section-two .sec-title {
  margin-bottom: 25px;
}

.integration-section-two .section-desc p {
  width: 45%;
  margin: 20px auto 0px;
}

.integration-section-two #js-particles-testimonial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* integration section end */


/* process section start */

.process-section-one {
  padding: 35px 0 95px;
  background: var(--theme-bg-color1);
  position: relative;
}

.process-section-one .process-section-title h2 {
  font-size: 180px;
  font-weight: 700;
  line-height: 200px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-one .process-section-title h2 {
    font-size: 170px;
    line-height: 170px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-one .process-section-title h2 {
    font-size: 140px;
    line-height: 140px;
  }
}

.process-section-one .single-process-box {
  margin-top: 90px;
  text-align: center;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-one .single-process-box {
    margin-top: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-one .single-process-box {
    margin-top: 0px;
  }
}

.process-section-one .single-process-box.active {
  margin-top: 0;
}

.process-section-one .single-process-box.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/demo-img/process-line1.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -220px;
  top: -50px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-one .single-process-box.active::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-one .single-process-box.active::before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-one .single-process-box.active::before {
    display: none;
  }
}

.process-section-one .single-process-box.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/demo-img/process-line2.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -218px;
  top: -50px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-one .single-process-box.active::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-one .single-process-box.active::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-one .single-process-box.active::after {
    display: none;
  }
}

.process-section-one .single-process-box .process-icon {
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 24px;
  position: relative;
  border: 1px solid rgba(103, 102, 255, 0.3);
  margin: 0 auto;
}

.process-section-one .single-process-box .process-content h3 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin: 28px 0 8px;
}

.process-section-one .single-process-box .process-content p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 80%;
  margin: 0 auto 20px;
}

.process-section-one .single-process-box .process-number span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.process-section-one .process-shape1 {
  position: absolute;
  top: 130px;
  left: 290px;
  animation: twinkle 2s infinite ease-in-out;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .process-section-one .process-shape1 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-one .process-shape1 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-one .process-shape1 {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-one .process-shape1 {
    display: none;
  }
}

.process-section-one .process-shape2 {
  position: absolute;
  top: 130px;
  right: 290px;
  animation: dotLight 3s infinite ease-in-out;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .process-section-one .process-shape2 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-one .process-shape2 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-one .process-shape2 {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-one .process-shape2 {
    display: none;
  }
}


.process-section-one .section-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 90%;
  margin: 20px 0 0px;
}

/* process section end */

/* recent project section */

.recent-project-section .section-desc p {
  width: 45%;
  margin: 20px auto 0px;
}

.recent-project-section {
  padding: 60px 0px 100px;
  background: var(--theme-bg-color1);
}


.project-marquee-area-one {
  padding: 30px 0 120px;
  position: relative;
  z-index: 1;
  background: var(--theme-bg-color1);
}

.project-marquee-area-one .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}

.project-marquee-area-one .marquee .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

.project-marquee-area-one .marquee .marquee-block h3 {
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 36px 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-marquee-area-one .marquee .marquee-block h3 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .project-marquee-area-one .marquee .marquee-block h3 {
    font-size: 80px;
    line-height: 80px;
  }
}

.project-marquee-area-one .single-project-box {
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  border: 1px solid rgba(92, 91, 229, 0.3);
  border-radius: 20px;
  padding: 20px 20px 20px;
  margin: 12px 0px;
  min-height: 550px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-marquee-area-one .single-project-box {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-marquee-area-one .single-project-box {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .project-marquee-area-one .single-project-box {
    margin-bottom: 20px;
  }
}

.project-marquee-area-one .single-project-box .project-box .project-thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
}

.project-marquee-area-one .single-project-box .project-box .project-thumb figure {
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb figure {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb figure {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb figure img {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb figure img {
    width: 100%;
  }
}

.project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow {
  position: absolute;
  right: 47px;
  bottom: -22px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow {
    right: 35px;
    bottom: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow {
    right: 50px;
    bottom: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow {
    right: 30px;
    bottom: -20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow {
    right: 65px;
    bottom: -15px;
  }
}

.project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow a {
  display: inline-block;
  color: var(--theme-color-white);
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  border: 1px solid rgba(103, 102, 255, 0.5);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow a i {
  display: inline-block;
  transform: rotate(-45deg);
}

.project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-primary);
  transition: all 300ms ease;
}

.project-marquee-area-one .single-project-box .project-box .project-content {
  padding-left: 15px;
}

.project-marquee-area-one .single-project-box .project-box .project-content .title h4 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 21px;
  margin: 32px 0 8px;
}

.project-marquee-area-one .single-project-box .project-box .project-content .title h4 a {
  display: inline-block;
  transition: 0.5s;
}

.project-marquee-area-one .single-project-box .project-box .project-content .title h4 a:hover {
  color: var(--theme-primary);
}

.project-marquee-area-one .single-project-box .project-box .project-content .description p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 1 line */
  -webkit-box-orient: vertical;
  overflow: hidden
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-content .description p {
    width: 100%;
  }
}

.project-marquee-area-one .single-project-box .project-box .project-button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 42px 0 18px;
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 24px;
  padding: 4px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn a:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn a:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn-two a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 24px;
  padding: 4px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn-two a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn-two a:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn-two a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.project-marquee-area-one .single-project-box .project-box .project-button .project-btn-two a:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.project-marquee-area-one .single-project-box:hover .project-box .project-thumb .project-arrow a::before {
  transform: scale(1);
}


/* rect project section end */

/* benift sewction */


.benifits-section-two {
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
  background: var(--theme-bg-color1);
}

.benifits-section-two.inner {
  padding: 100px 0 100px;
}

.benifits-section-two .binifits-effient {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.benifits-section-two .single-binifits-box {
  padding: 45px 40px 20px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 25px;
  position: relative;
  background: var(--theme-color3);
  overflow: hidden;
  transition: 0.5s;
}

.benifits-section-two .single-binifits-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, rgba(103, 102, 255, 0.3) 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, rgba(103, 102, 255, 0.3) 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.benifits-section-two .single-binifits-box::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  background-image: url(../images/demo-img/binifits-box-effient21.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  border-radius: 30px;
  transition: 0.5s;
}

.benifits-section-two .single-binifits-box .binifits-content {
  position: relative;
}

.benifits-section-two .single-binifits-box .binifits-content .binifits-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  border-radius: 16px;
  border: 1px solid rgba(103, 102, 255, 0.3);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.benifits-section-two .single-binifits-box .binifits-content .binifits-icon::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 16px;
  background-color: var(--theme-primary);
  transition: all 300ms ease;
}

.benifits-section-two .single-binifits-box .binifits-content .binifits-icon img {
  transition: 0.5s;
}

.benifits-section-two .single-binifits-box .binifits-content h4 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0 10px;
}

.benifits-section-two .single-binifits-box .binifits-content P {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.benifits-section-two .single-binifits-box .binifits-content::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  background-image: url(../images/demo-img/binifits-box-effient22.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: -40px;
  bottom: -40px;
  border-radius: 30px;
  transition: 0.5s;
}

.benifits-section-two .single-binifits-box:hover .binifits-content .binifits-icon::before {
  transform: scale(1);
}

.benifits-section-two .single-binifits-box:hover .binifits-content .binifits-icon img {
  filter: brightness(0) invert(1);
}

.benifits-section-two .single-binifits-box:hover::after {
  background-image: url(../images/demo-img/binifits-box-effient21-hover.png);
}

.benifits-section-two .single-binifits-box:hover .binifits-content::after {
  background-image: url(../images/demo-img/binifits-box-effient22-hover.png);
}

.benifits-section-two .single-binifits-box:hover::before {
  border: 1.5px solid rgba(103, 102, 255, 0.3);
}

/* benift section end */

/* faq start */

.accordion-section-one .tab_container .accordion li a:before {
  width: 2px;
  height: 12px;
  background: var(--theme-color-white);
  position: absolute;
  right: 53px;
  content: "";
  top: 34px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.accordion-section-one .tab_container .accordion li a:after {
  width: 12px;
  height: 2px;
  background: var(--theme-color-white);
  position: absolute;
  right: 48px;
  content: "";
  top: 40px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.accordion-section-one {
  padding: 120px 0 50px;
  position: relative;
  z-index: 1;
  background: var(--theme-bg-color1);
}

.accordion-section-one.inner {
  padding: 120px 0 100px;
}

.accordion-section-one.four {
  padding: 120px 0 100px;
}

.accordion-section-one .sec-title {
  margin-bottom: 75px;
}

.accordion-section-one .tab_container {
  overflow: hidden;
  position: relative;
}

.accordion-section-one .tab_container .accordion li {
  list-style: none;
  padding: 0px 0px 20px;
}

.accordion-section-one .tab_container .accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 26px 40px 25px 40px;
  z-index: 1;
  font-size: 22px;
  color: var(--theme-color-white);
  font-weight: 600;
  font-family: var(--title-font);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(92, 91, 229, 0.3);
  white-space: normal;
  word-wrap: break-word;
  padding-right: 100px;
  min-height: 110px;
}

.accordion-section-one .tab_container .accordion li a::before {
  width: 2px;
  height: 12px;
  background: var(--theme-color-white);
  position: absolute;
  right: 53px;
  content: "";
  top: 34px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-one .tab_container .accordion li a::before {
    right: 20px;
    top: 35px;
  }
}

.accordion-section-one .tab_container .accordion li a::after {
  width: 12px;
  height: 2px;
  background: var(--theme-color-white);
  position: absolute;
  right: 48px;
  content: " ";
  top: 40px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-one .tab_container .accordion li a {
    padding: 26px 15px 25px 15px;
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .accordion-section-one .tab_container .accordion li a {
    padding: 26px 15px 25px 15px;
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-one .tab_container .accordion li a::after {
    right: 15px;
  }
}

.accordion-section-one .tab_container .accordion li a.active::after {
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  background: var(--theme-color-white);
}

.accordion-section-one .tab_container .accordion li a.active::before {
  display: none;
}

.accordion-section-one .tab_container .accordion li a.active {
  border-radius: 20px 20px 0px 0px;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(103, 102, 255, 0.5);
  border-bottom: transparent;
  padding: 26px 40px 20px 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-one .tab_container .accordion li a.active {
    padding: 26px 15px 25px 15px;
  }
}

.accordion-section-one .tab_container .accordion li a.active span {
  color: var(--theme-color-white);
}

.accordion-section-one .tab_container .accordion li a.active span::before {
  background: var(--theme-primary);
}

.accordion-section-one .tab_container .accordion li a span {
  position: relative;
  z-index: 1;
}

.accordion-section-one .tab_container .accordion li a span::before {
  position: absolute;
  content: "";
  top: -6px;
  right: -575px;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
  border: 1px solid rgba(103, 102, 255, 0.5);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion-section-one .tab_container .accordion li a span::before {
    right: -620px;
  }
}

.accordion-section-one .tab_container .accordion li p {
  display: none;
  padding: 0px 30px 30px 32px;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-family: var(--text-font);
  border-radius: 0px 0px 20px 20px;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(103, 102, 255, 0.5);
  border-top: transparent;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-one .tab_container .accordion li p {
    padding: 0px 15px 30px 15px;
  }
}

.accordion-section-one .accordion-effient {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.accordion-section-one .accordion-shape1 {
  position: absolute;
  left: 0;
  top: 0;
}

.accordion-section-one .accordion-shape2 {
  position: absolute;
  right: 0;
  top: 0;
}

.accordion-section-one .accordian-thumb-wrap {
  position: relative;
}

.accordion-section-one .accordian-thumb-wrap .accordian-dot {
  position: absolute;
  top: -30px;
  left: -55px;
  animation: twinkle 2s infinite ease-in-out;
}

/* faq end */


/* tetimonial sectio */

.testimonia-section-two {
  background: var(--theme-bg-color1);
  padding: 50px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonia-section-two .sec-title {
  position: relative;
  z-index: 3;
}

.testimonia-section-two .testi-active {
  overflow-x: hidden;
  position: relative;
  z-index: 3;
}

.testimonia-section-two .swiper-slide.swiper-slide-active {
  border: 1px solid var(--theme-primary);
  border-radius: 30px;
}

.testimonia-section-two .testi-box .single-testi-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--theme-color3);
  padding: 45px 32px 46px;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonia-section-two .testi-box .single-testi-box {
    padding: 45px 15px 46px;
  }
}

.testimonia-section-two .testi-box .single-testi-box::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background-image: url(../images/demo-img/testi-box-eff1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.testimonia-section-two .testi-box .single-testi-box::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background-image: url(../images/demo-img/testi-box-eff2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  right: 0;
  border-radius: 30px;
}

.testimonia-section-two .testi-box .single-testi-box .testi-desc p {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin: 18px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonia-section-two .testi-box .single-testi-box .testi-desc p {
    font-size: 17px;
  }
}

.testimonia-section-two .testi-box .single-testi-box .testi-ratting ul li {
  display: inline-block;
  color: var(--theme-color4);
}

.testimonia-section-two .testi-box .single-testi-box .testi-autor-box {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.testimonia-section-two .testi-box .single-testi-box .testi-autor-box .testi-autor img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.testimonia-section-two .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.testimonia-section-two .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.testimonia-section-two .testimonial-circle-shape {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.testimonia-section-two .testi-arrow-box {
  position: relative;
}

.testimonia-section-two .ai-testi-arrow-box .slider-prev {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--theme-color-white);
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  border: 1px solid rgba(92, 91, 229, 0.3);
  position: absolute;
  left: 0px;
  top: 275px;
  z-index: 5;
}

@media only screen and (max-width: 1700px) {
  .testimonia-section-two .ai-testi-arrow-box .slider-prev {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonia-section-two .ai-testi-arrow-box .slider-prev {
    display: none;
  }
}

.testimonia-section-two .ai-testi-arrow-box .slider-prev i {
  display: inline-block;
  font-weight: 400;
}

.testimonia-section-two .ai-testi-arrow-box .slider-prev:hover {
  background: var(--theme-primary);
  color: var(--theme-color-white);
}

.testimonia-section-two .ai-testi-arrow-box .slider-next {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--theme-color-white);
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  border: 1px solid rgba(92, 91, 229, 0.3);
  position: absolute;
  left: 70px;
  top: 275px;
  z-index: 5;
}

@media only screen and (max-width: 1700px) {
  .testimonia-section-two .ai-testi-arrow-box .slider-next {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonia-section-two .ai-testi-arrow-box .slider-next {
    display: none;
  }
}

.testimonia-section-two .ai-testi-arrow-box .slider-next:hover {
  background: var(--theme-primary);
  color: var(--theme-color-white);
}

.testimonia-section-two .ai-testi-arrow-box .slider-next i {
  display: inline-block;
  font-weight: 400;
}

.testimonia-section-two .testi-effient21 {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* blog section  */


.blog-section-one {
  padding: 120px 0 100px;
  background: var(--theme-bg-color1);
  position: relative;
  z-index: 1;
}

.blog-section-one .sec-title {
  margin-bottom: 45px;
}

.blog-section-one .blog-effient {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.blog-section-one .single-blog-box {
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  border-radius: 20px;
  padding: 20px 20px 32px;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  margin-bottom: 20px;
}

.blog-section-one .single-blog-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: 0.5s;
}

.blog-section-one .single-blog-box .blog-thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  overflow: hidden;
  border-radius: 30px;
}

.blog-section-one .single-blog-box .blog-thumb img {
  transition: all 2s ease;
  background-size: cover;
  width: 100%;
  border-radius: 30px;
}

.blog-section-one .single-blog-box .blog-thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-section-one .single-blog-box .blog-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-section-one .single-blog-box .blog-thumb:hover img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-section-one .single-blog-box .blog-thumb:hover img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-section-one .single-blog-box .blog-meta a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-primary);
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  left: 16px;
  transition: 0.5s;
}

.blog-section-one .single-blog-box .blog-content {
  padding: 27px 15px 0px 15px;
}

.blog-section-one .single-blog-box .blog-content .blog-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 23px;
  margin-bottom: 23px;
}

.blog-section-one .single-blog-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}

.blog-section-one .single-blog-box .blog-content .blog-btn a {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-section-one .single-blog-box .blog-content .blog-btn a span {
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  transform: rotate(-45deg);
  color: var(--theme-color-white);
  position: relative;
  transition: 0.5s;
  border-radius: 50%;
}

.blog-section-one .single-blog-box .blog-content .blog-btn a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.blog-section-one .single-blog-box .blog-content .blog-btn a span::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-primary);
  transition: all 300ms ease;
}

.blog-section-one .single-blog-box:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.blog-section-one .single-blog-box:hover .blog-content .blog-btn a span::after {
  transform: scale(1);
}

.blog-section-one .single-blog-box:hover .blog-content .blog-btn a span::before {
  border: 1.5px solid var(--theme-primary);
}

.blog-section-one .single-blog-box:hover .blog-content .blog-title a {
  color: var(--theme-primary);
}

/* team section */
.noactivity {
  padding: 60px 20px 60px;
}

.noactivity img {
  width: 85px;
  margin-bottom: 15px;
}

.noactivity h4 {
  margin-bottom: 0;
  color: #fff;
  padding: 0px 10px;
  line-height: normal;
}

/* team activity section */


.call-to-action-two {
  background: var(--theme-bg-color2);
  padding: 60px 202px 120px;
}

.call-to-action-two .sec-title {
  margin-bottom: 40px;
}

.call-to-action-two .call-container {
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 10px 7px 10px 9px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .call-to-action-two .call-container {
    padding: 100px 30px 100px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .call-to-action-two .call-container {
    padding: 100px 50px 100px 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .call-to-action-two .call-container {
    padding: 50px 40px 50px 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .call-to-action-two .call-container {
    padding: 30px 20px 30px 20px;
  }
}

.call-to-action-two .call-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.call-to-action-two .call-container .call-to-wrapper .call-to-content {
  position: relative;
}

.call-to-action-two .call-container .call-to-wrapper .call-to-content .call-to-btn a {
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-primary);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  border-radius: 40px;
  padding: 12px 38px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.call-to-action-two .call-container .call-to-wrapper .call-to-content .call-to-btn a i {
  display: inline-block;
  margin-left: 10px;
  transition: 0.5s;
}

.call-to-action-two .call-container .call-to-wrapper .call-to-content .call-to-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.call-to-action-two .call-container .call-to-wrapper .call-to-content .call-to-btn a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.call-to-action-two .call-container .call-to-wrapper .call-to-content .call-to-btn a:hover {
  color: var(--theme-primary);
}

.call-to-action-two .call-container .call-to-wrapper .call-to-content .call-arrow {
  position: absolute;
  bottom: 20px;
  left: 260px;
  animation: bounceleft 6s linear infinite;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .call-to-action-two .call-container .call-to-wrapper .call-to-content .call-arrow {
    display: none;
  }
}

.call-to-action-two .call-container .call-thumb-wrapper {
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .call-to-action-two .call-container .call-thumb-wrapper {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .call-to-action-two .call-container .call-thumb-wrapper {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .call-to-action-two .call-container .call-thumb-wrapper {
    display: none;
  }
}

.call-to-action-two .call-container .call-thumb-wrapper .call-thumb {
  position: absolute;
  top: -54px;
  left: -30px;
}

.call-to-action-two .call-container .call-thumb-wrapper .call-shape1 {
  position: absolute;
  top: -10px;
  left: 60px;
  animation: down-up 5s ease-in-out infinite;
}

.call-to-action-two .call-container .call-thumb-wrapper .call-shape2 {
  position: absolute;
  top: 0px;
  right: 140px;
  animation: bounceleft 6s linear infinite;
}

.call-to-action-two .call-container .call-thumb-wrapper .call-shape3 {
  position: absolute;
  top: 120px;
  right: 140px;
  animation: spin 8s linear infinite;
}

.call-to-action-two .call-container .call-thumb-wrapper .call-shape4 {
  position: absolute;
  top: 120px;
  left: 70px;
  animation: spin 10s linear infinite;
}

.call-to-action-two .call-container .call-to-effient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}


/* footer start */
.main-footer-one .footer-widget-content {
  margin-bottom: 20px;
}

.main-footer-one {
  padding: 202px 0px 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  /* margin-top: -102px; */
}

.main-footer-one .auto-container {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer-one .footer-widget-content {
    margin-bottom: 30px;
  }
}

.main-footer-one .footer-widget-content .footer-desc {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  padding: 25px 0 35px;
}

.main-footer-one .footer-widget-content .footer-btn a {
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-primary);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  border-radius: 40px;
  padding: 13px 33px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.main-footer-one .footer-widget-content .footer-btn a i {
  display: inline-block;
  margin-left: 10px;
  transition: 0.5s;
}

.main-footer-one .footer-widget-content .footer-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.main-footer-one .footer-widget-content .footer-btn a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.main-footer-one .footer-widget-content .footer-btn a:hover {
  color: var(--theme-primary);
}

.main-footer-one .footer-widget-content .footer-title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;
}

.main-footer-one .footer-widget-content .footer-menu li {
  margin-bottom: 16px;
}

.main-footer-one .footer-widget-content .footer-menu li a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 19px;
  transition: 0.5s;
}

.main-footer-one .footer-widget-content .footer-menu li a:hover {
  color: var(--theme-primary);
}

.main-footer-one .footer-widget-content .footer-content .newsletter {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.main-footer-one .footer-widget-content .footer-content .subscribe-box {
  position: relative;
}

.main-footer-one .footer-widget-content .footer-content .subscribe-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  width: 324px;
  height: 60px;
  margin: auto;
}

.main-footer-one .footer-widget-content .footer-content .subscribe-box input {
  background: transparent;
  border-radius: 30px;
  position: relative;
  color: var(--theme-color-white);
  width: 64%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer-one .footer-widget-content .footer-content .subscribe-box input {
    width: 40%;
  }
}

.main-footer-one .footer-widget-content .footer-content .subscribe-box input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.main-footer-one .footer-widget-content .footer-content .subscribe-box input:focus {
  background: none;
  outline: none;
}

.main-footer-one .footer-widget-content .footer-content .subscribe-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  background: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}

.main-footer-one .footer-widget-content .footer-content .subscribe-box button {
  position: absolute;
  top: -8px;
  right: 60px;
  background: transparent;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer-one .footer-widget-content .footer-content .subscribe-box button {
    right: 140px;
  }
}

.main-footer-one .footer-widget-content .footer-content .subscribe-box button span {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: var(--theme-primary);
  color: var(--theme-color-white);
  border-radius: 50%;
}

.main-footer-one .footer-widget-content.contact {
  position: relative;
  z-index: 1;
  text-align: center;
}

.main-footer-one .footer-widget-content.contact .footer-content {
  padding: 25px 0 0;
  position: relative;
}

.main-footer-one .footer-widget-content.contact .footer-content .footer-line1 {
  position: absolute;
  top: 0;
  left: 0;
}

.main-footer-one .footer-widget-content.contact .footer-content .footer-line2 {
  position: absolute;
  top: 0;
  right: 0;
}

.main-footer-one .footer-widget-content.contact .footer-content .footer-line3 {
  position: absolute;
  bottom: -37px;
  left: 0;
}

.main-footer-one .footer-widget-content.contact .footer-content .footer-line4 {
  position: absolute;
  bottom: -37px;
  right: 0;
}

.main-footer-one .footer-bottom {
  position: relative;
  padding: 100px 0 0;
}

.main-footer-one .footer-bottom .copyright-text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-white);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
  margin-bottom: 0;
}

.main-footer-one #js-particles-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-footer-one.four #js-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** =============================
    Banner Section three
==================================***/
.banner-section-three {
  position: relative;
  padding: 210px 0px 165px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -102px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-section-three {
    padding: 210px 0px 100px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-three {
    padding: 210px 0px 100px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-three {
    padding: 210px 0px 100px 0px;
  }
}

.banner-section-three #js-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-section-three .banner-content-wrap {
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
}

.banner-section-three .banner-content-wrap .banner-content h5 {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: var(--theme-color-white);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 5px 24px;
  margin-bottom: 25px;
}

.banner-section-three .banner-content-wrap .banner-content h5 svg {
  margin-right: 5px;
}

.banner-section-three .banner-content-wrap .banner-content h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.banner-section-three .banner-content-wrap .banner-content h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 74px;
  color: var(--theme-color-white);
  margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-three .banner-content-wrap .banner-content h2 {
    font-size: 50px;
    line-height: 54px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-three .banner-content-wrap .banner-content h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

.banner-section-three .banner-content-wrap .banner-content h2 span {
  display: inline-block;
  color: var(--theme-primary);
  position: relative;
  top: -10px;
}

.banner-section-three .banner-content-wrap .banner-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  width: 90%;
  margin: 20px 0 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-three .banner-content-wrap .banner-content p {
    width: 65%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-three .banner-content-wrap .banner-content p {
    width: 70%;
  }
}

.banner-section-three .banner-content-wrap .banner-content a {
  font-family: var(--title-font);
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 20px;
  background: var(--theme-primary);
  border-radius: 40px;
  padding: 12px 40px;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-section-three .banner-content-wrap .banner-content a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.banner-section-three .banner-content-wrap .banner-content a:hover {
  color: var(--theme-primary);
}

.banner-section-three .banner-content-wrap .banner-content a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.banner-section-three .banner-content-wrap .banner-content a i {
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

.banner-section-three .banner-ai-diagram {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-section-three .banner-ai-diagram {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section-three .banner-ai-diagram {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-three .banner-ai-diagram {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-three .banner-ai-diagram {
    display: none;
  }
}

.banner-section-three .banner-ai-diagram .diagram-ai {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%);
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 30px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 285px;
  right: 145px;
  color: var(--theme-color-white);
  transition: 0.5s;
}

.banner-section-three .banner-ai-diagram .diagram-ai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1.5px solid transparent;
  background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.8) 6.8%, rgba(103, 102, 255, 0.6) 18.42%, rgba(103, 102, 255, 0.6) 83.88%, rgba(255, 255, 255, 0.8) 92.96%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.banner-section-three .banner-ai-diagram .diagram-item span {
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 50px;
  position: relative;
  transition: 0.5s;
  padding: 16px 45px;
}

.banner-section-three .banner-ai-diagram .diagram-item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1.5px solid transparent;
  background: linear-gradient(136.7deg,
      rgba(103, 102, 255, 0.6) 0%,
      rgba(103, 102, 255, 1) 50%,
      rgba(103, 102, 255, 0.6) 100%);

  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.banner-section-three .banner-ai-diagram .diagram-item.one {
  position: absolute;
  left: 34px;
  top: 135px;
}

.banner-section-three .banner-ai-diagram .diagram-item.two {
  position: absolute;
  top: 25px;
  left: 292px;
}

.banner-section-three .banner-ai-diagram .diagram-item.three {
  position: absolute;
  right: -53px;
  top: 135px;
}

.banner-section-three .banner-ai-diagram .diagram-item.four {
  position: absolute;
  left: 34px;
  top: 374px;
}

.banner-section-three .banner-ai-diagram .diagram-item.five {
  position: absolute;
  right: -116px;
  top: 374px;
}

.banner-section-three .banner-ai-diagram .diagram-item.six {
  position: absolute;
  top: 486px;
  left: 309px;
}

.banner-section-three .banner-ai-diagram .diagram-shape {
  position: absolute;
  left: 214px;
  top: 85px;
}


/* header */
.saasavo-header-area.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: var(--theme-primary);
  transition: 0.5s;
  z-index: 999 !important;
  -webkit-animation: 300ms running fadeInDown;
  animation: 800ms running fadeInUp;
  animation-name: slideInDown;
}

.saasavo-header-area {
  padding: 20px 0px;
}



.saasavo-header-area {
  position: relative;
  z-index: 2;
  /* sticky */
}



.saasavo-header-area .header-logo .logo_two {
  display: none;
}

.saasavo-header-area .header-menu {
  text-align: center;
  transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .saasavo-header-area .header-menu {
    text-align: left;
  }
}

.saasavo-header-area .header-menu ul {
  display: inline-block;
}

.saasavo-header-area .header-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.saasavo-header-area .header-menu ul li a {
  display: inline-flex;
  padding: 0px 16px 0px 16px;
  position: relative;
  z-index: 1;
  line-height: 30px;
  text-transform: none;
  color: var(--theme-color-white);
  transition: 0.5s;
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .saasavo-header-area .header-menu ul li a {
    padding: 35px 12px 35px 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .saasavo-header-area .header-menu ul li a {
    padding: 35px 5px 35px 5px;
    font-size: 17px;
  }
}

.saasavo-header-area .header-menu ul li a i {
  display: inline-block;
  font-size: 13px;
  margin-left: 2px;
  transition: 0.5s;
  font-weight: 700;
  color: var(--theme-color-white);
}

.saasavo-header-area .header-menu ul li a:hover {
  color: var(--theme-primary);
}

.saasavo-header-area .header-menu ul li a:hover i {
  color: var(--theme-primary);
}

.saasavo-header-area .header-menu ul li:hover .sub_menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.saasavo-header-area .header-menu ul li .sub_menu {
  position: absolute;
  left: 0;
  top: 140%;
  width: 225px;
  text-align: left;
  background: var(--theme-color-white);
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 3px solid var(--theme-primary);
  opacity: 0;
  transition: 0.5s;
}

.saasavo-header-area .header-menu ul li .sub_menu li {
  position: relative;
  margin: 0;
  display: block;
}

.saasavo-header-area .header-menu ul li .sub_menu li a {
  display: block;
  padding: 12px 25px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  transition: 0.5s;
  visibility: inherit !important;
  color: var(--theme-color1);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border-bottom: 1px dashed var(--theme-color1);
}

.saasavo-header-area .header-menu ul li .sub_menu li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: var(--theme-primary);
  z-index: -1;
  transition: 0.5s;
}

.saasavo-header-area .header-menu ul li .sub_menu li a:hover {
  color: var(--theme-color-white);
}

.saasavo-header-area .header-menu ul li .sub_menu li a:hover::before {
  height: 100%;
  top: 0;
}

.saasavo-header-area .header-menu ul li .sub_menu li:last-child a {
  border-bottom: none;
}

.saasavo-header-area .header-menu ul li:hover .sub_menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.saasavo-header-area .header-right-wrapper .header-sidebar {
  margin-left: 32px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .saasavo-header-area .header-right-wrapper .header-sidebar {
    margin-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .saasavo-header-area .header-right-wrapper .header-sidebar {
    margin-left: 0px;
  }
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-btn {
  display: inline-block;
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-btn button {
  /* display: inline-block; */
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: var(--theme-primary);
  border-radius: 40px;
  padding: 10px 45px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .saasavo-header-area .header-right-wrapper .header-sidebar .header-btn a {
    font-size: 16px;
    padding: 10px 30px;
  }
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-btn a i {
  display: inline-block;
  margin-left: 10px;
  transition: 0.5s;
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  border-radius: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-btn a:hover {
  color: var(--theme-color1);
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-sidbar-button {
  display: inline-block;
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-sidbar-button a {
  display: inline-block;
  color: var(--theme-color-white);
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-sidbar-button .menubars {
  width: 30px;
  height: 40px;
  line-height: 8px;
  text-align: left;
  background: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /* top: 5px; */
  /* right: -16px; */
}

.menubars span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  pointer-events: none;
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span:nth-child(2) {
  width: 20px;
  text-align: left;
}

.saasavo-header-area .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span:nth-child(3) {
  width: 20px;
  text-align: left;
}

.saasavo-header-area .sticky a.logo_two {
  display: block;
}

.saasavo-header-area .sticky a.active_logo {
  display: none;
}



.saasavo-header-area.header-statup .header-right-wrapper .header-sidebar .header-btn {
  display: inline-block;
}

.saasavo-header-area.header-statup .header-right-wrapper .header-sidebar .header-btn a {
  background: rgba(255, 255, 25, 0.1);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  background-image: linear-gradient(#211B36, #211B36), linear-gradient(90deg, #6766FF, #5C5BE5);
}

.saasavo-header-area.header-statup .header-right-wrapper .header-sidebar .header-btn a::before {
  background: var(--theme-primary);
}

.saasavo-header-area.header-statup .header-right-wrapper .header-sidebar .header-btn a:hover {
  color: var(--theme-color-white);
}


.sidebar-area .offcanvas-header .btn-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: transition(all 300ms ease);
  transition: all 300ms ease;
  font-size: 22px;
  color: var(--theme-color-light);
  background-color: transparent;
  opacity: 1;
  background-image: none;
  transition: transition(all 300ms ease);
  border: 1px solid var(--theme-color-white);
}

.sidebar-area .offcanvas-header .btn-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-area .sidebar__body .sidebar__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.sidebar-area .sidebar__body .sidebar__socials ul li {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  border: 1px solid var(--theme-color-white);
}

.sidebar-area .sidebar__body .sidebar__socials ul li a {
  display: inline-block;
  transition: all 300ms ease;
}

.sidebar-area .sidebar__body .sidebar__socials ul li:hover {
  background-color: var(--theme-color2);
}


.sidebar-area {
  background-color: var(--theme-color1);
}



.sidebar-area .sidebar__body {
  margin-top: 30px;
}

.sidebar-area .sidebar__body .text-white {
  color: var(--theme-color-white);
  margin-bottom: 20px;
}

.sidebar-area .sidebar__body .sidebar__text {
  color: var(--theme-color-white);
}

.sidebar-area .sidebar__body .sidebar__contact-info li {
  list-style: none;
}

.sidebar-area .sidebar__body .sidebar__contact-info li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-area .sidebar__body .sidebar__contact-info li i {
  display: inline-block;
  margin-right: 10px;
  color: var(--theme-color-white);
}

.sidebar-area .sidebar__body .sidebar__contact-info li a {
  display: inline-block;
  color: var(--theme-color-white);
}

.sidebar-area .sidebar__body .sidebar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.sidebar-area .sidebar__body .sidebar__btns a {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 8px;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
}

.sidebar-area .sidebar__body .sidebar__btns a:hover {
  background-color: var(--theme-color2);
}


/* pricing section */


.pricing-plan-section-three {
  background: linear-gradient(360deg, #080220 0%, #120C2A 100%);
  padding: 120px 0 100px;
  position: relative;
  z-index: 1;
}

.pricing-plan-section-three .pricing-top-circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.pricing-plan-section-three .pricing-single-item {
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  position: relative;
  padding: 40px 36px 40px 36px;
  border-radius: 30px;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pricing-plan-section-three .pricing-single-item {
    padding: 40px 16px 40px 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-plan-section-three .pricing-single-item {
    padding: 40px 16px 40px 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pricing-plan-section-three .pricing-single-item {
    padding: 20px 16px 20px 16px;
  }
}

.pricing-plan-section-three .pricing-single-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: 0.5s;
}

.pricing-plan-section-three .pricing-single-item .pricing-effient {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  transform: translateY(-60px);
}

.pricing-plan-section-three .pricing-single-item .pricing-tag {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 24px;
  padding: 6px 22px;
  position: relative;
  display: inline-block;
  float: right;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0;
}

.pricing-plan-section-three .pricing-single-item .pricing-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-plan-section-three .pricing-single-item .pricing-tag a {
  display: inline-block;
  transition: 0.5s;
}

.pricing-plan-section-three .pricing-single-item .pricing-plan {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 28px;
}

.pricing-plan-section-three .pricing-single-item .pricing-plan span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  position: relative;
  margin-right: 22px;
}

.pricing-plan-section-three .pricing-single-item .pricing-plan span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-plan-section-three .pricing-single-item .pricing-money h3 {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 48px;
  margin: 25px 0 5px;
}

.pricing-plan-section-three .pricing-single-item .pricing-money h3 span {
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 48px;
  margin-right: 12px;
}

.pricing-plan-section-three .pricing-single-item .pricing-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 43px;
}

.pricing-plan-section-three .pricing-single-item .pricing-btn a {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 46px;
  width: 100%;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pricing-plan-section-three .pricing-single-item .pricing-btn a {
    padding: 15px 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-plan-section-three .pricing-single-item .pricing-btn a {
    padding: 15px 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pricing-plan-section-three .pricing-single-item .pricing-btn a {
    padding: 15px 40px;
  }
}

.pricing-plan-section-three .pricing-single-item .pricing-btn a i {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.pricing-plan-section-three .pricing-single-item .pricing-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 46px;
  border: 1.5px solid transparent;
  background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.3) 6.8%, rgba(103, 102, 255, 0.2) 23.17%, rgba(103, 102, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.3) 92.96%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-plan-section-three .pricing-single-item .pricing-btn a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  border-radius: 46px;
  background: var(--theme-primary);
  opacity: 0;
  transition: 0.5s;
}

.pricing-plan-section-three .pricing-single-item .pricing-body .pricing-title h4 {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 22px;
  margin: 46px 0 20px;
}

.pricing-plan-section-three .pricing-single-item .pricing-body .pricing-feature ul li {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

.pricing-plan-section-three .pricing-single-item .pricing-body .pricing-feature ul li:last-child {
  margin-bottom: 0;
}

.pricing-plan-section-three .pricing-single-item .pricing-body .pricing-feature ul li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  border-radius: 24px;
  position: relative;
  text-align: center;
  margin-right: 10px;
}

.pricing-plan-section-three .pricing-single-item .pricing-body .pricing-feature ul li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-plan-section-three .pricing-single-item:hover .pricing-btn a::after {
  opacity: 1;
  width: 100%;
  left: 0;
}

.pricing-plan-section-three .pricing-single-item:hover .pricing-btn a::before {
  border: 1.5px solid var(--theme-primary);
}

.pricing-plan-section-three .pricing-single-item:hover .pricing-tag {
  opacity: 1;
  transform: translateY(-20px);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pricing-plan-section-three .pricing-single-item:hover .pricing-tag {
    transform: translateY(30px);
  }
}

.pricing-plan-section-three .pricing-single-item:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.pricing-plan-section-three .pricing-single-item:hover .pricing-effient {
  transform: translateY(0px);
}

.marquee-inner-section {
  background: var(--theme-primary);
  padding: 30px 0px;
}

.marquee-inner-section .inner-container {
  max-width: 1820px;
  margin: 0px auto;
}

.marquee-inner-section .inner-container .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}

.marquee-inner-section .inner-container .marquee .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-height: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

.marquee-inner-section .inner-container .marquee .marquee-block h3 {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .marquee-inner-section .inner-container .marquee .marquee-block h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .marquee-inner-section .inner-container .marquee .marquee-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.marquee-inner-section .inner-container .marquee .marquee-block h3 img {
  margin: 0px 15px 0px 10px;


  animation: rotateme 12s linear infinite;
}

/* service page */
.servicepage_section .service-description {
  -webkit-line-clamp: none;
}

.service-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-details-desc ul,
.service-description ul {
  padding-left: 20px;
  margin: 0;
}

.services-details-desc li,
.service-description li {
  margin-bottom: 8px;
  list-style: disc;
}

.workflow-section-two {
  padding: 60px 0 100px;
  /* background: var(--theme-bg-color1); */
  background-image: url("./images/demo-img/about-page-bg.jpg");

}

.workflow-section-two .section-desc p {
  width: 45%;
  margin: 20px auto 0px;
}


.workflow-section-two .single-workflow-box {
  background: linear-gradient(180deg, #0B0523 0%, #1C1634 100%);
  padding: 20px 20px 20px;
  border-radius: 20px;
  position: relative;
  border: 1px solid rgba(92, 91, 229, 0.3);
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .workflow-section-two .single-workflow-box {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .workflow-section-two .single-workflow-box {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .workflow-section-two .single-workflow-box {
    margin-bottom: 20px;
  }
}

.workflow-section-two .single-workflow-box .workflow-thumb figure {
  width: 65px;
  height: 100%;
}

.workflow-thumb figure {
  padding: 12px 20px 0;
  width: auto !important;
}

.workflow-section-two .single-workflow-box .workflow-thumb figure img {
  width: 100%;
  height: 65px;
  width: 65px;
  object-fit: cover;
  border-radius: 50%;
}

.workflow-section-two .single-workflow-box .workflow-content {
  padding: 12px 20px 0;
}

.workflow-section-two .single-workflow-box .workflow-content h3 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 12px;
}

.workflow-section-two .single-workflow-box .workflow-content p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

/* service page end */


/* pricing section */


.pricing-page-title {
  background: var(--theme-bg-color1);
  padding: 202px 0px 110px;
  position: relative;
  margin-top: -102px;
}

.pricing-page-title .title-content {
  margin-bottom: 52px;
  text-align: center;
}

.pricing-page-title .title-content .page-sub-title {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}

.pricing-page-title .title-content .page-sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-page-title .title-content .page-title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 14px 0 5px;
}

.pricing-page-title .title-content .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
  margin: 0px auto;
}

@media only screen and (max-width: 1700px) {
  .pricing-page-title .title-content .page-desc {
    width: 100%;
  }
}

.pricing-page-title .pricing-single-item {
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  position: relative;
  padding: 40px 36px 40px 36px;
  border-radius: 30px;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pricing-page-title .pricing-single-item {
    padding: 40px 16px 40px 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-page-title .pricing-single-item {
    padding: 40px 16px 40px 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pricing-page-title .pricing-single-item {
    padding: 20px 16px 20px 16px;
  }
}

.pricing-page-title .pricing-single-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: 0.5s;
}

.pricing-page-title .pricing-single-item .pricing-effient {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  transform: translateY(-60px);
}

.pricing-page-title .pricing-single-item .pricing-tag {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 24px;
  padding: 6px 22px;
  position: relative;
  display: inline-block;
  float: right;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0;
}

.pricing-page-title .pricing-single-item .pricing-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-page-title .pricing-single-item .pricing-tag a {
  display: inline-block;
  transition: 0.5s;
}

.pricing-page-title .pricing-single-item .pricing-plan {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 28px;
}

.pricing-page-title .pricing-single-item .pricing-plan span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  position: relative;
  margin-right: 22px;
}

.pricing-page-title .pricing-single-item .pricing-plan span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-page-title .pricing-single-item .pricing-money h3 {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 48px;
  margin: 25px 0 5px;
}

.pricing-page-title .pricing-single-item .pricing-money h3 span {
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 48px;
  margin-right: 12px;
}

.pricing-page-title .pricing-single-item .pricing-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 43px;
}

.pricing-page-title .pricing-single-item .pricing-btn a {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 46px;
  width: 100%;
  padding: 15px 108px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pricing-page-title .pricing-single-item .pricing-btn a {
    padding: 15px 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-page-title .pricing-single-item .pricing-btn a {
    padding: 15px 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pricing-page-title .pricing-single-item .pricing-btn a {
    padding: 15px 40px;
  }
}

.pricing-page-title .pricing-single-item .pricing-btn a i {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.pricing-page-title .pricing-single-item .pricing-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 46px;
  border: 1.5px solid transparent;
  background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.3) 6.8%, rgba(103, 102, 255, 0.2) 23.17%, rgba(103, 102, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.3) 92.96%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-page-title .pricing-single-item .pricing-btn a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  border-radius: 46px;
  background: var(--theme-primary);
  opacity: 0;
  transition: 0.5s;
}

.pricing-page-title .pricing-single-item .pricing-body .pricing-title h4 {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 22px;
  margin: 46px 0 20px;
}

.pricing-page-title .pricing-single-item .pricing-body .pricing-feature ul li {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

.pricing-page-title .pricing-single-item .pricing-body .pricing-feature ul li:last-child {
  margin-bottom: 0;
}

.pricing-page-title .pricing-single-item .pricing-body .pricing-feature ul li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  border-radius: 24px;
  position: relative;
  text-align: center;
  margin-right: 10px;
}

.pricing-page-title .pricing-single-item .pricing-body .pricing-feature ul li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.pricing-page-title .pricing-single-item:hover .pricing-btn a::after {
  opacity: 1;
  width: 100%;
  left: 0;
}

.pricing-page-title .pricing-single-item:hover .pricing-btn a::before {
  border: 1.5px solid var(--theme-primary);
}

.pricing-page-title .pricing-single-item:hover .pricing-tag {
  opacity: 1;
  transform: translateY(-20px);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pricing-page-title .pricing-single-item:hover .pricing-tag {
    transform: translateY(30px);
  }
}

.pricing-page-title .pricing-single-item:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.pricing-page-title .pricing-single-item:hover .pricing-effient {
  transform: translateY(0px);
}




.process-section-two {
  background: var(--theme-bg-color1);
  padding: 120px 0 120px;
}

.process-section-two .sec-title .section-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 42%;
  margin: 20px auto 0px;
}

.process-section-two .process-item {
  background: linear-gradient(180deg, rgba(11, 5, 35, 0.7) 0%, rgba(33, 27, 57, 0.7) 100%);
  border-radius: 70px;
  position: relative;
  z-index: 1;
  padding: 12px 33px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.process-section-two .process-item .process-btn {
  margin-left: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-two .process-item {
    padding: 10px 6px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-two .process-item {
    padding: 15px 25px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-two .process-item {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}

.process-section-two .process-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 70px;
  border: 1.5px solid transparent;
  background: linear-gradient(92.96deg, rgba(255, 255, 255, 0.24) -34.67%, rgba(255, 255, 255, 0) 53.8%, rgba(255, 255, 255, 0.24) 142.28%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.process-section-two .process-item .process-number {
  display: inline-block;
}

.process-section-two .process-item .process-number span {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-primary);
  font-weight: 600;
  font-size: 26px;
}

.process-section-two .process-item .process-line {
  display: inline-block;
  padding: 0px 5px;
}

.process-section-two .process-item .process-title {
  display: inline-block;
  padding-left: 20px;
}

.process-section-two .process-item .process-title h3 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  margin: 0;
}

.process-section-two .process-wrapper {
  position: relative;
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  border-radius: 20px;
  margin-top: 40px;
}

.process-section-two .process-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.process-section-two .process-wrapper .process-effient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.process-section-two .process-wrapper .single-process-box {
  padding: 60px 50px 60px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-two .process-wrapper .single-process-box {
    padding: 60px 20px 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-two .process-wrapper .single-process-box {
    padding: 60px 20px 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-two .process-wrapper .single-process-box {
    padding: 60px 20px 60px;
  }
}

.process-section-two .process-wrapper .single-process-box .process-content .process-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--theme-primary);
  border-radius: 50%;
  text-align: center;
}

.process-section-two .process-wrapper .single-process-box .process-content .title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  margin: 35px 0 15px;
}

.process-section-two .process-wrapper .single-process-box .process-content .desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 80%;
  margin-bottom: 28px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-two .process-wrapper .single-process-box .process-content .desc {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-two .process-wrapper .single-process-box .process-content .desc {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-two .process-wrapper .single-process-box .process-content .desc {
    width: 100%;
  }
}

.process-section-two .process-wrapper .single-process-box .process-content .btn {
  display: inline-block;
  color: var(--theme-color-white);
  position: relative;
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  border-radius: 36px;
  padding: 12px 38px;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}

.process-section-two .process-wrapper .single-process-box .process-content .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 36px;
  border: 1.5px solid transparent;
  background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.3) 6.8%, rgba(103, 102, 255, 0.2) 23.17%, rgba(103, 102, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.3) 92.96%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.process-section-two .process-wrapper .single-process-box .process-content .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.process-section-two .process-wrapper .single-process-box .process-content .btn i {
  display: inline-block;
  margin-left: 10px;
}

.process-section-two .process-wrapper .single-process-box .process-content .btn:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.process-section-two .process-wrapper .single-process-box .process-content .btn:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.process-section-two .process-wrapper .process-active-box {
  background: rgba(255, 255, 255, 0.031372549);
  border-radius: 24px;
  position: relative;
  border: 1.5px solid rgba(255, 255, 255, 0.1019607843);
  text-align: center;
  padding: 120px 20px 45px;
  margin: 30px 20px 0px 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-two .process-wrapper .process-active-box {
    margin: 30px 0px 0px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-two .process-wrapper .process-active-box {
    margin: 30px 0px 0px 0px;
  }
}

.process-section-two .process-wrapper .process-active-box .process-dot {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
}

.process-section-two .process-wrapper .process-active-box .process-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--theme-color6);
  margin: 4px;
}

.process-section-two .process-wrapper .process-active-box .process-dot span:nth-child(2) {
  background: #FF4D4D;
}

.process-section-two .process-wrapper .process-active-box .process-dot span:nth-child(3) {
  background: #FFC117;
}

.process-section-two .process-wrapper .process-active-box .process-sub-title {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 35px;
}

.process-section-two .process-wrapper .process-active-box .process-sub-title h5 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.0509803922);
  position: relative;
  border-radius: 50px;
  margin: 0;
  padding: 5px 22px;
}

.process-section-two .process-wrapper .process-active-box .process-sub-title h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(103, 102, 255, 0.3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.process-section-two .process-wrapper .process-active-box .active-icon span {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--theme-color6);
  text-align: center;
  color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 30px;
}

.process-section-two .process-wrapper .process-active-box .active-content h2 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 30px;
  margin: 30px 0 30px;
}

.process-section-two .process-wrapper .process-active-box .active-content a {
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  background: rgba(13, 181, 97, 0.15);
  border-radius: 10px;
  padding: 5px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.process-section-two .process-wrapper .process-active-box .active-content a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.process-section-two .process-wrapper .process-active-box .active-content a i {
  display: inline-block;
  margin-left: 8px;
}

.process-section-two .process-wrapper .process-active-box .active-content a:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.process-section-two .process-wrapper .process-active-box .active-content a:hover {
  color: var(--theme-color6);
}

.process-section-two .process-wrapper .process-active-box .process-shape {
  position: absolute;
  top: 44%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.process-section-two .tab-content {
  opacity: 0;
  transition: all 0.3s ease;
  display: none;
}

.process-section-two .tab-content .process-thumb-box {
  padding: 30px 0 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .process-section-two .tab-content .process-thumb-box {
    padding: 60px 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-two .tab-content .process-thumb-box {
    padding: 80px 0 0;
  }
}

.process-section-two .tab-content .process-thumb-box .process-thumb figure {
  width: 100%;
  margin: 0;
  margin-left: 15px;
}

@media only screen and (max-width: 1700px) {
  .process-section-two .tab-content .process-thumb-box .process-thumb figure {
    margin-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .process-section-two .tab-content .process-thumb-box .process-thumb figure img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .process-section-two .tab-content .process-thumb-box .process-thumb figure img {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .process-section-two .tab-content .process-thumb-box .process-thumb figure img {
    width: 100%;
  }
}

.process-section-two .tab-content.active {
  display: block;
  opacity: 1;
}

.process-section-two .process-item.tab-btn.active::before {
  border: 1.5px solid var(--theme-primary);
}



.blog-page-title {
  padding: 202px 0px 180px;
  position: relative;
  margin-top: -102px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background: var(--theme-bg-color1);
}

.blog-page-title .title-content {
  margin-bottom: 52px;
  text-align: center;
}

.blog-page-title .title-content .page-sub-title {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}

.blog-page-title .title-content .page-sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.blog-page-title .title-content .page-title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 14px 0 5px;
}

.blog-page-title .title-content .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
  margin: 0px auto;
}

@media only screen and (max-width: 1700px) {
  .blog-page-title .title-content .page-desc {
    width: 100%;
  }
}

.blog-page-title .single-blog-box {
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  border-radius: 20px;
  padding: 20px 20px 32px;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  margin-bottom: 20px;
}

.blog-page-title .single-blog-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: 0.5s;
}

.blog-page-title .single-blog-box .blog-thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  overflow: hidden;
  border-radius: 30px;
}

.blog-page-title .single-blog-box .blog-thumb img {
  transition: all 2s ease;
  background-size: cover;
  width: 100%;
  border-radius: 30px;
}

.blog-page-title .single-blog-box .blog-thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-page-title .single-blog-box .blog-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-page-title .single-blog-box .blog-thumb:hover img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-page-title .single-blog-box .blog-thumb:hover img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-page-title .single-blog-box .blog-meta a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-primary);
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  left: 16px;
  transition: 0.5s;
}

.blog-page-title .single-blog-box .blog-content {
  padding: 27px 15px 0px 15px;
}

.blog-page-title .single-blog-box .blog-content .blog-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 23px;
  margin-bottom: 23px;
  min-height: 97px;
}

.blog-page-title .single-blog-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* after 3 line show ... */
  -webkit-box-orient: vertical;
}

.blog-page-title .single-blog-box .blog-content .blog-btn a {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-page-title .single-blog-box .blog-content .blog-btn a span {
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  transform: rotate(-45deg);
  color: var(--theme-color-white);
  position: relative;
  transition: 0.5s;
  border-radius: 50%;
}

.blog-page-title .single-blog-box .blog-content .blog-btn a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.blog-page-title .single-blog-box .blog-content .blog-btn a span::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-primary);
  transition: all 300ms ease;
}

.blog-page-title .single-blog-box:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.blog-page-title .single-blog-box:hover .blog-content .blog-btn a span::after {
  transform: scale(1);
}

.blog-page-title .single-blog-box:hover .blog-content .blog-btn a span::before {
  border: 1.5px solid var(--theme-primary);
}

.blog-page-title .single-blog-box:hover .blog-content .blog-title a {
  color: var(--theme-primary);
}

/* blog detail page */

.blog-details-page-title .title-content {
  margin-bottom: 52px;
  text-align: center;
}

.blog-details-page-title .title-content .page-sub-title {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}

.blog-details-page-title .title-content .page-sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.blog-details-page-title .title-content .page-title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 14px 0 5px;
}

.blog-details-page-title .title-content .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
  margin: 0px auto;
}

@media only screen and (max-width: 1700px) {
  .blog-details-page-title .title-content .page-desc {
    width: 100%;
  }
}

.blog-details-page-title .blog-details-area {
  position: relative;
}

.blog-details-page-title .blog-details-area .blog-details-thumb {
  overflow: hidden;
}

.blog-details-page-title .blog-details-area .blog-details-thumb img {
  width: 100%;
  transition: 0.5s;
}

.blog-details-page-title .blog-details-area .blog-details-thumb img:hover {
  transform: scale(1.2) skew(-10deg);
}

.blog-details-page-title .blog-details-area .blog-details-content {
  padding: 60px 70px 80px;
  background: var(--theme-bg-color1);
  border-radius: 20px 20px 0px 0px;
  width: 1160px;
  margin: 0px auto;
  position: relative;
  margin-top: -100px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content {
    padding: 60px 20px 20px;
    width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content {
    padding: 60px 20px 20px;
    width: 720px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content {
    padding: 27px 10px 20px;
    width: 530px;
  }
}

.blog-details-page-title .blog-details-area .blog-details-content .meta-blog .mate-text {
  padding-left: 25px;
  position: relative;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: var(--theme-primary);
}

.blog-details-page-title .blog-details-area .blog-details-content .meta-blog .mate-text::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 5px;
  top: 11px;
  border-radius: 50%;
  background: var(--theme-primary);
}

.blog-details-page-title .blog-details-area .blog-details-content .meta-blog>span {
  display: inline-block;
  margin-right: 36px;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: var(--theme-color-white);
  position: relative;
}

.blog-details-page-title .blog-details-area .blog-details-content .meta-blog>span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: -20px;
  top: 13px;
  border-radius: 50%;
  background: var(--theme-primary);
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-title {
  margin: 12px 0 19px;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: var(--theme-color-white);
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-desc {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: var(--theme-color8);
  padding: 45px 51px 30px;
  margin-top: 48px;
  position: relative;
  margin-bottom: 50px;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 20px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 15px 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 10px 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 10px 40px;
  }
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk .blog-details-quote {
  flex-shrink: 0;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk .blog-details-quote img {
  position: relative;
  top: 8px;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title p {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title p {
    font-size: 20px;
  }
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title span {
  margin-left: 58px;
  display: inline-block;
  color: var(--heading-color);
  position: relative;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: var(--theme-color2);
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-title {
  margin: 10px 0 10px;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: var(--theme-color-white);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content .blog-details-title {
    font-size: 36px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content .blog-details-title {
    font-size: 30px;
  }
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-desc.two {
  width: 95%;
  padding: 10px 0 10px;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-list-item {
  margin-bottom: 40px;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-list-item ul li img {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-inner-block figure {
  margin: 0;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-title.two {
  font-size: 28px;
  margin: 25px 0 10px;
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-desc {
  font-size: 18px;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-page-title .blog-details-area .blog-details-content .blog-details-desc {
    font-size: 17px;
  }
}

.blog-details-page-title .blog-details-area .blog-details-content .blog-details-desc.three {
  width: 100%;
}

.blog-details-page-title .blog-details-area .blog-details-post {
  margin-top: 40px;
}

.blog-details-page-title .blog-details-area .blog-details-post .blog-post-box {
  display: flex;
  background: var(--theme-color8);
  align-items: center;
  padding: 84px 21px 31px 43px;
  gap: 23px;
  margin: 0 13px;
}

.blog-details-page-title .blog-details-area .blog-details-post .blog-post-box.style-two {
  text-align: right;
  padding: 85px 49px 31px 21px;
}

.blog-details-page-title .blog-details-area .blog-details-post .blog-post-box .blog-post-thumb {
  flex-shrink: 0;
}

.blog-details-page-title .blog-details-area .blog-details-post .blog-post-box .blog-post-content a {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
  transition: 0.5s;
}

.blog-details-page-title .blog-details-area .blog-details-post .blog-post-box .blog-post-content p {
  font-size: 14px;
  margin: 0;
  color: var(--theme-color2);
}

.blog-details-page-title .blog-details-area .single-comment-area {
  background: var(--theme-color8);
  padding: 36px 70px 0px;
  border-radius: 5px;
  width: 1160px;
  margin: 0px auto;
  position: relative;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-page-title .blog-details-area .single-comment-area {
    padding: 49px 10px 56px;
  }
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment-title h4 {
  font-size: 36px;
  color: var(--theme-color-white);
  font-weight: 700;
  margin: 0 0 24px;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment {
  margin-bottom: 19px;
  position: relative;
  padding: 36px 30px 40px;
  background: var(--theme-bg-color3);
  border-radius: 20px;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment.style-two {
  margin-left: 105px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-reply {
  position: absolute;
  right: 22px;
  top: 21px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-reply {
    display: none;
  }
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-reply a {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color-white);
  border-radius: 40px;
  display: inline-block;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-reply a img {
  margin-right: 10px;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content {
  overflow: hidden;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content h2 {
  color: var(--theme-color-white);
  font-size: 22px;
  margin-top: 0;
  display: inline-block;
  font-weight: 600;
  margin-right: 30px;
  margin-bottom: 5px;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: -25px;
  top: 15px;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content .blog-autor-ratting li {
  display: inline-block;
  color: var(--theme-color4);
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content .blog-autor-ratting .ratting-rate {
  color: var(--theme-color-white) !important;
  font-size: 18px;
}

.blog-details-page-title .blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.7);
  width: 90%;
}

.blog-details-page-title .blog-details-area .blog-details-contact {
  background: var(--theme-bg-color3);
  border-radius: 20px;
  margin-top: 40px;
  padding: 60px;
}

.blog-details-page-title .blog-details-area .blog-details-contact .blog-details-contact-title h4 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 31px;
  color: var(--theme-color-white);
}

.blog-details-page-title .blog-details-area .blog-details-contact .contact-input-box input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  border-radius: 10px;
  margin-bottom: 25px;
  color: var(--theme-color-white);
}

.blog-details-page-title .blog-details-area .blog-details-contact .contact-input-box input::placeholder {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}

.blog-details-page-title .blog-details-area .blog-details-contact .contact-input-box textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 180px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
  color: var(--theme-color-white);
}

.blog-details-page-title .blog-details-area .blog-details-contact .contact-input-box textarea::placeholder {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}

.blog-details-page-title .blog-details-area .blog-details-contact .blog-details-submi-button button {
  background: var(--theme-primary);
  color: var(--theme-color-white);
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border-radius: 40px;
  font-weight: 500;
}

.blog-details-page-title .blog-details-area .blog-details-contact .blog-details-submi-button button i {
  display: inline-block;
  margin-left: 10px;
}

.blog-details-page-title .blog-details-area .blog-details-contact .blog-details-submi-button button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  transition: 0.5s;
  z-index: -1;
  border-radius: 40px;
}

.blog-details-page-title .blog-details-area .blog-details-contact .blog-details-submi-button button:hover {
  color: var(--theme-color2);
}

.blog-details-page-title .blog-details-area .blog-details-contact .blog-details-submi-button button:hover::before {
  width: 100%;
  left: 0;
}

.blog-details-page-title {
  padding: 202px 0px 120px;
  position: relative;
  margin-top: -102px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background: var(--theme-bg-color1);
}

/* contact page */

.contact-page-title {
  background: var(--theme-bg-color1);
  padding: 202px 0px 180px;
  position: relative;
  margin-top: -102px;
}

.contact-page-title .title-content {
  margin-bottom: 52px;
  text-align: center;
}

.contact-page-title .title-content .page-sub-title {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}

.contact-page-title .title-content .page-sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.contact-page-title .title-content .page-title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 14px 0 5px;
}

.contact-page-title .title-content .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
  margin: 0px auto;
}

@media only screen and (max-width: 1700px) {
  .contact-page-title .title-content .page-desc {
    width: 100%;
  }
}

.contact-page-title .contact-thumb figure {
  border-radius: 10px;
  margin: 0;
}

.contact-page-title .contact-form-area {
  background: var(--theme-bg-color3);
  border-radius: 20px;
  padding: 60px;
}

.contact-page-title .contact-form-area .contact-input-box input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  border-radius: 0px 10px 10px 0px;
  color: var(--theme-color-white);
}

.contact-page-title .contact-form-area .contact-input-box {
  margin-bottom: 25px;
}

.contact-page-title .contact-form-area .contact-input-box input::placeholder {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}


.contact-page-title .contact-form-area .contact-input-box select {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 60px;
  padding: 0px 15px;
  outline: 0;
  border-radius: 0px 10px 10px 0px;
  color: var(--theme-color-white);
}

.contact-input-box select option {
  background-color: #0d0225;
  color: #fff;
}

.contact-page-title .contact-form-area .contact-input-box textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 180px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
  color: var(--theme-color-white);
}




.contact-page-title .contact-form-area .contact-input-box textarea::placeholder {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-page-title .contact-form-area .blog-details-submi-button button {
  background: var(--theme-primary);
  color: var(--theme-color-white);
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border-radius: 40px;
  font-weight: 500;
}

.contact-page-title .contact-form-area .blog-details-submi-button button i {
  display: inline-block;
  margin-left: 10px;
}

.contact-page-title .contact-form-area .blog-details-submi-button button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  transition: 0.5s;
  z-index: -1;
  border-radius: 40px;
}

.contact-page-title .contact-form-area .blog-details-submi-button button:hover {
  color: var(--theme-color2);
}

.contact-page-title .contact-form-area .blog-details-submi-button button:hover::before {
  width: 100%;
  left: 0;
}


.service-page-title {
  padding: 202px 0px 180px;
  position: relative;
  margin-top: -102px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background: var(--theme-bg-color1);

}

.service-page-title .title-content {
  margin-bottom: 52px;
  text-align: center;
}

.service-page-title .title-content .page-sub-title {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}

.service-page-title .title-content .page-sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.service-page-title .title-content .page-title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 14px 0 5px;
}

.service-page-title .title-content .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
  margin: 0px auto;
}

@media only screen and (max-width: 1700px) {
  .service-page-title .title-content .page-desc {
    width: 100%;
  }
}

.service-page-title .service-section-inner {
  position: relative;
  z-index: 1;
}

.service-page-title .service-section-inner .service-wrapper {
  position: sticky;
  top: 100px;
}

.service-page-title .service-section-inner .sec-title {
  margin-bottom: 35px;
}

.service-page-title .service-section-inner .service-btn {
  margin-bottom: 30px;
}

.service-page-title .service-section-inner .service-btn a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  color: var(--theme-color-white);
  background: var(--theme-primary);
  padding: 13px 40px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}

.service-page-title .service-section-inner .service-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.service-page-title .service-section-inner .service-btn a i {
  display: inline-block;
  margin-left: 10px;
}

.service-page-title .service-section-inner .service-btn a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.service-page-title .service-section-inner .service-btn a:hover {
  color: var(--theme-primary);
}

.service-page-title .service-section-inner .service-thumb {
  position: relative;
}

.service-page-title .service-section-inner .service-thumb .service-thumb-shape {
  position: absolute;
  top: -150px;
  left: -150px;
}

.service-page-title .service-section-inner .single-service-box {
  background: #0F0927;
  border-radius: 30px;
  padding: 42px 40px 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  overflow: hidden;
  transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-page-title .service-section-inner .single-service-box {
    padding: 42px 15px 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page-title .service-section-inner .single-service-box {
    padding: 30px 15px 30px;
  }
}

.service-page-title .service-section-inner .single-service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.service-page-title .service-section-inner .single-service-box .service-inner {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  display: flex;
  gap: 30px;
}

.service-page-title .service-section-inner .single-service-box .service-inner::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  background-image: url(../images/demo-img/service-box-eff1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -40px;
  left: -40px;
  transition: 0.5s;
}

.service-page-title .service-section-inner .single-service-box .service-inner::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  background-image: url(../images/demo-img/service-box-eff2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -40px;
  right: -40px;
  transition: 0.5s;
}

.service-page-title .service-section-inner .single-service-box .service-icon,
.service-page-title .service-section-inner .single-service-box .service-icon-active {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: rgba(255, 255, 255, 0.0509803922);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transition: 0.5s;
  overflow: hidden;
}

.service-page-title .service-section-inner .single-service-box .service-icon img,
.service-page-title .service-section-inner .single-service-box .service-icon-active img {
  transition: 0.5s;
}

.service-page-title .service-section-inner .single-service-box .service-icon::before,
.service-page-title .service-section-inner .single-service-box .service-icon-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.3) 6.8%, rgba(103, 102, 255, 0.2) 23.17%, rgba(103, 102, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.3) 92.96%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.service-page-title .service-section-inner .single-service-box .service-icon::after,
.service-page-title .service-section-inner .single-service-box .service-icon-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.service-page-title .service-section-inner .single-service-box .service-content h3 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 32px;
}

.service-page-title .service-section-inner .single-service-box .service-content p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  width: 90%;
}

.service-page-title .service-section-inner .single-service-box .service-content a {
  display: inline-block;
  font-family: var(--title-font);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 20px;
  transition: 0.5s;
}

.service-page-title .service-section-inner .single-service-box .service-content a i {
  display: inline-block;
  margin-left: 10px;
}

.service-page-title .service-section-inner .single-service-box:hover .service-icon::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.service-page-title .service-section-inner .single-service-box:hover .service-icon-active::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.service-page-title .service-section-inner .single-service-box:hover .service-icon-active img {
  filter: brightness(0) invert(1);
}

.service-page-title .service-section-inner .single-service-box:hover .service-content a {
  color: var(--theme-primary);
}

.service-page-title .service-section-inner .single-service-box:hover .service-inner::before {
  background-image: url(../images/demo-img/service-boxhover2.png);
  left: -40px;
  top: -40px;
}

.service-page-title .service-section-inner .single-service-box:hover .service-inner::after {
  background-image: url(../images/demo-img/service-boxhover1.png);
  right: -40px;
  bottom: -40px;
}

.service-page-title .service-section-inner .single-service-box:hover {
  border: 1px solid var(--theme-primary);
}



.service-details-page-title {
  background: var(--theme-bg-color1);
  padding: 202px 0px 180px;
  position: relative;
  margin-top: -102px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background: var(--theme-bg-color1);
}

.service-details-page-title .title-content {
  margin-bottom: 52px;
  text-align: center;
}

.service-details-page-title .title-content .page-sub-title {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}

.service-details-page-title .title-content .page-sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.service-details-page-title .title-content .page-title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 14px 0 5px;
}

.service-details-page-title .title-content .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
  margin: 0px auto;
}



@media only screen and (max-width: 1700px) {
  .service-details-page-title .title-content .page-desc {
    width: 100%;
  }
}

.service-details-page-title .services-details-area {
  /*widget-sidber scss*/
  /*sidber contact*/
}

.services-details-thumb {
  display: flex;
  justify-content: center;
}

.service-details-page-title .services-details-area .services-details-thumb figure {
  height: 100%;
  width: 700px;
  border-radius: 20px;
}

.service-details-page-title .services-details-area .services-details-thumb figure img {
  width: 100%;
  border-radius: 20px;
}

.service-details-page-title .services-details-area .services-details-content {
  padding-top: 18px;
}

.service-details-page-title .services-details-area .services-details-content .services-details-title {
  color: var(--theme-color-white);
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-page-title .services-details-area .services-details-content .services-details-desc {
  font-size: 18px;
  margin-top: 24px;

}

.service-details-page-title .services-details-area .service-details-icon-box {
  background: var(--theme-color8);
  padding: 4px;
  /* margin-top: 27px; */
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service-details-page-title .services-details-area .service-details-icon-box {
    padding: 32px 10px 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-details-page-title .services-details-area .service-details-icon-box {
    padding: 32px 5px 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-details-page-title .services-details-area .service-details-icon-box {
    padding: 32px 5px 18px;
  }
}

.service-details-page-title .services-details-area .service-details-icon-box .service-details-icon-thumb {
  float: left;
  margin-right: 25px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service-details-page-title .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-details-page-title .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-details-page-title .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 8px;
  }
}

.service-details-page-title .services-details-area .service-details-icon-box .service-details-box-content h4 {
  color: var(--theme-color-white);
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 11px;
}

.service-details-page-title .services-details-area .service-details-icon-box P {
  font-size: 17px;
  display: flex;
  margin-bottom: 0px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service-details-page-title .services-details-area .service-details-icon-box P {
    font-size: 16px;
  }
}

.service-details-page-title .services-details-area .services-details-text {
  background: var(--theme-primary);
  display: flex;
  align-items: center;
  padding: 32px 39px;
  gap: 65px;
  border-radius: 5px;
  margin-top: 55px;
  margin-bottom: 41px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-details-page-title .services-details-area .services-details-text {
    padding: 32px 10px;
    gap: 35px;
  }
}

.service-details-page-title .services-details-area .services-details-text .service-details-text-icon {
  position: relative;
  flex-shrink: 0;
}

.service-details-page-title .services-details-area .services-details-text .service-details-text-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 49px;
  right: -29px;
  top: 1px;
  background: rgba(246, 246, 238, 0.3803921569);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-details-page-title .services-details-area .services-details-text .service-details-text-icon::before {
    right: -18px;
    top: 15px;
  }
}

.service-details-page-title .services-details-area .services-details-text .service-details-text-content p {
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-style: italic;
  width: 90%;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-details-page-title .services-details-area .services-details-text .service-details-text-content p {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-details-page-title .services-details-area .services-details-text .service-details-text-content p {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-details-page-title .services-details-area .services-details-text .service-details-text-content p {
    width: 100%;
  }
}

.service-details-page-title .services-details-area .services-details-title {
  color: var(--theme-color-white);
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.service-details-page-title .services-details-area .services-details-benifit-title {
  color: var(--theme-color-white);
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
  padding-top: 35px;


}

.service-details-page-title .services-details-area .services-details-desc {
  font-size: 18px;
  margin-top: 20px;
}

.service-details-page-title .services-details-area .single-benifits-box {
  margin-top: 22px;
}

.service-details-page-title .services-details-area .single-benifits-box .benifits-thumb img {
  width: 100%;
}

.service-details-page-title .services-details-area .single-benifits-box .benifits-content {
  border-radius: 5px;
  filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
  background-color: var(--theme-primary);
  padding: 30px 31px 23px;
  width: 92%;
  margin: auto;
  margin-top: -28px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-details-page-title .services-details-area .single-benifits-box .benifits-content {
    padding: 30px 20px 23px;
    width: 100%;
  }
}

.service-details-page-title .services-details-area .single-benifits-box .benifits-content h4 {
  color: var(--theme-color-white);
  font-size: 22px;
  margin: 0;
  margin-bottom: 14px;
  font-weight: 500;
}

.service-details-page-title .services-details-area .single-benifits-box .benifits-content ul li {
  line-height: 32px;
}

.service-details-page-title .services-details-area .single-benifits-box .benifits-content ul li i {
  display: inline-block;
  color: var(--theme-color-white);
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-details-page-title .services-details-area .single-benifits-box {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-details-page-title .services-details-area .single-benifits-box {
    margin-bottom: 30px;
  }
}

.service-details-page-title .services-details-area .widget-sidber {
  border-radius: 5px;
  background-color: var(--theme-bg-color3);
  padding: 32px 41px 29px;
  margin-bottom: 27px;
  border-radius: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-details-page-title .services-details-area .widget-sidber {
    padding: 32px 10px 29px;
  }
}

.service-details-page-title .services-details-area .widget-sidber .widget-sidber-content h4 {
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 46px;
  position: relative;
}

.service-details-page-title .services-details-area .widget-sidber .widget-sidber-content h4::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: var(--theme-color-white);
}

.service-details-page-title .services-details-area .widget-sidber .widget-category ul li a {
  background: var(--theme-primary);
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: var(--theme-color-white);
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.service-details-page-title .services-details-area .widget-sidber .widget-category ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}

.service-details-page-title .services-details-area .widget-sidber .widget-category ul li a:hover {
  color: var(--theme-primary);
}

.service-details-page-title .services-details-area .widget-sidber .widget-category ul li a:hover::before {
  width: 100%;
  left: 0;
}

.service-details-page-title .services-details-area .widget-sidber .widget-category ul li a:hover i {
  opacity: 1;
  color: var(--theme-primary);
}

.service-details-page-title .services-details-area .widget-sidber .widget-category ul li a i {
  color: var(--theme-primary);
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}

.service-details-page-title .services-details-area .widget-sidber .widget-sidber-download-button a {
  display: inline-block;
  background: var(--theme-color1);
  width: 100%;
  color: var(--theme-color-white);
  padding: 15px 23px;
  border-radius: 5px;
  margin-bottom: 18px;
}

.service-details-page-title .services-details-area .widget-sidber .widget-sidber-download-button a.active {
  background: var(--theme-primary);
}

.service-details-page-title .services-details-area .widget-sidber .widget-sidber-download-button a.active i {
  color: var(--theme-color-white);
}

.service-details-page-title .services-details-area .widget-sidber .widget-sidber-download-button a.active span i {
  color: var(--theme-color-white);
}

.service-details-page-title .services-details-area .widget-sidber .widget-sidber-download-button a i {
  color: var(--theme-primary);
  display: inline-block;
  font-size: 22px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}

.service-details-page-title .services-details-area .widget-sidber .widget-sidber-download-button a span i {
  float: right;
  display: inline-block;
  font-size: 16px;
}

.service-details-page-title .services-details-area .widget-sidber-contact-box {
  background: var(--theme-primary);
  border-radius: 20px;
  padding: 48px 43px 48px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-details-page-title .services-details-area .widget-sidber-contact-box {
    padding: 48px 10px 48px;
  }
}

.service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact>span {
  display: inline-block;
  font-size: 30px;
  color: var(--theme-color-white);
}

.service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-text {
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0;
  padding: 25px 0 13px;
}

.service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-number {
  font-size: 24px;
  color: var(--theme-color-white);
  font-weight: 600;
  margin: 0 0 14px;
}

.service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail {
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  margin: 0;
}

.service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: var(--theme-color-white);
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: var(--theme-primary);
  font-weight: 400;
  font-family: "Inter";
  text-decoration: none;
  background: var(--theme-color-white);
  padding: 16px 98px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: 0.5s;
  border: 2px solid var(--theme-color-white);
}

.service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a:hover {
  background: transparent;
  color: var(--theme-color-white);
}

.service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 70px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-details-page-title .services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 80px 15px;
  }
}

/* service section  */
.servicecard-title .service-title .title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 20px;
  line-height: 56px;
  margin: 0;
}

.servicecard-title .service-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  width: 90%;

  width: 45%;
  margin: 20px auto 0px;
}

.processbox {
  position: relative;
}

.processimg {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* image ke upar rahe */
  text-align: center;
  width: 100%;
}


/* project page */
.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}

.marquee .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

.marquee .marquee-block h3 {
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 36px 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .marquee .marquee-block h3 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .marquee .marquee-block h3 {
    font-size: 80px;
    line-height: 80px;
  }
}

.single-project-box {
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  border: 1px solid rgba(92, 91, 229, 0.3);
  border-radius: 20px;
  padding: 20px 20px 20px;
  margin: 12px 0px;
  min-height: 550px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-project-box {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-project-box {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-project-box {
    margin-bottom: 20px;
  }
}

.single-project-box .project-box .project-thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
}

.single-project-box .project-box .project-thumb figure {
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-project-box .project-box .project-thumb figure {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-project-box .project-box .project-thumb figure {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-project-box .project-box .project-thumb figure img {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-project-box .project-box .project-thumb figure img {
    width: 100%;
  }
}

.single-project-box .project-box .project-thumb .project-arrow {
  position: absolute;
  right: 47px;
  bottom: -22px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-project-box .project-box .project-thumb .project-arrow {
    right: 35px;
    bottom: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-marquee-area-one .single-project-box .project-box .project-thumb .project-arrow {
    right: 50px;
    bottom: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-project-box .project-box .project-thumb .project-arrow {
    right: 30px;
    bottom: -20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-project-box .project-box .project-thumb .project-arrow {
    right: 65px;
    bottom: -15px;
  }
}

.single-project-box .project-box .project-thumb .project-arrow a {
  display: inline-block;
  color: var(--theme-color-white);
  background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
  border: 1px solid rgba(103, 102, 255, 0.5);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.single-project-box .project-box .project-thumb .project-arrow a i {
  display: inline-block;
  transform: rotate(-45deg);
}

.single-project-box .project-box .project-thumb .project-arrow a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-primary);
  transition: all 300ms ease;
}

.single-project-box .project-box .project-content {
  padding-left: 15px;
}

.single-project-box .project-box .project-content .title h4 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 21px;
  margin: 32px 0 8px;
}

.single-project-box .project-box .project-content .title h4 a {
  display: inline-block;
  transition: 0.5s;
}

.project-marquee-area-one .single-project-box .project-box .project-content .title h4 a:hover {
  color: var(--theme-primary);
}

.single-project-box .project-box .project-content .description p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 1 line */
  -webkit-box-orient: vertical;
  overflow: hidden
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-project-box .project-box .project-content .description p {
    width: 100%;
  }
}

.single-project-box .project-box .project-button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 42px 0 18px;
}

.single-project-box .project-box .project-button .project-btn a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 24px;
  padding: 4px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-project-box .project-box .project-button .project-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.single-project-box .project-box .project-button .project-btn a:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.single-project-box .project-box .project-button .project-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.single-project-box .project-box .project-button .project-btn a:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.single-project-box .project-box .project-button .project-btn-two a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 24px;
  padding: 4px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-project-box .project-box .project-button .project-btn-two a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.single-project-box .project-box .project-button .project-btn-two a:hover::before {
  border: 1.5px solid var(--theme-primary);
}

.single-project-box .project-box .project-button .project-btn-two a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.single-project-box .project-box .project-button .project-btn-two a:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.single-project-box:hover .project-box .project-thumb .project-arrow a::before {
  transform: scale(1);
}

/* contact modal */
/* ===========================
        CONTACT MODAL
=========================== */

.contact-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 20, 0.8);
  backdrop-filter: blur(8px);
}

.contact-modal-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 430px;
  border-radius: 20px;
  overflow: hidden;

  background: linear-gradient(180deg,
      rgba(32, 36, 54, 0.98),
      rgba(18, 20, 34, 0.98));

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(103, 102, 255, 0.12);

  animation: modalPop .35s ease;
}

/* Gradient Border */

.contact-modal-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #6c63ff, #25d366);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Header */

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.modal-title {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.modal-subtitle {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
}

/* Close */

.close-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 22px;

  transition: .3s;
}

.close-btn:hover {
  background: #6c63ff;
  transform: rotate(90deg);
}

/* Body */

.modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Contact Card */

.contact-card {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 18px;
  border-radius: 16px;

  text-decoration: none;
  color: white;

  transition: .3s;
}

.contact-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Career */

.contact-card.career {
  background: linear-gradient(135deg,
      rgba(37, 211, 102, .22),
      rgba(37, 211, 102, .08));

  border: 1px solid rgba(37, 211, 102, .25);
}

/* Business */

.contact-card.business {
  background: linear-gradient(135deg,
      rgba(108, 99, 255, .22),
      rgba(108, 99, 255, .08));

  border: 1px solid rgba(108, 99, 255, .25);
}

/* Hover */

.contact-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, .35);
}

/* Icon */

.icon-box {
  width: 56px;
  height: 56px;

  border-radius: 14px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(255, 255, 255, .08);

  font-size: 30px;
  color: white;
}

/* Text */

.contact-card h6 {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.contact-card span {
  display: block;
  margin: 4px 0;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
}

.contact-card strong {
  color: white;
  font-size: 15px;
  font-weight: 600;
}

/* Arrow */

.arrow-icon {
  color: white;
  font-size: 22px;
  transition: .3s;
}

.contact-card:hover .arrow-icon {
  transform: translate(5px, -5px);
}

/* Animation */

@keyframes modalPop {

  from {
    opacity: 0;
    transform: translateY(20px) scale(.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

}

/* Mobile */

@media(max-width:480px) {

  .contact-modal-dialog {
    max-width: 100%;
  }

  .modal-header {
    padding: 18px;
  }

  .modal-body {
    padding: 18px;
  }

}